Soto icon

Soto

WorkLink

Service object for interacting with AWS WorkLink service.

public struct WorkLink: AWSService 

Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. In a single step, your users, such as employees, can access internal websites as efficiently as they access any other public website. They enter a URL in their web browser, or choose a link to an internal website in an email. Amazon WorkLink authenticates the user's access and securely renders authorized internal web content in a secure rendering service in the AWS cloud. Amazon WorkLink doesn't download or store any internal web content on mobile devices.

Inheritance

AWSService

Initializers

init(client:region:partition:endpoint:timeout:byteBufferAllocator:options:)

Initialize the WorkLink client

public init(
        client: AWSClient,
        region: SotoCore.Region? = nil,
        partition: AWSPartition = .aws,
        endpoint: String? = nil,
        timeout: TimeAmount? = nil,
        byteBufferAllocator: ByteBufferAllocator = ByteBufferAllocator(),
        options: AWSServiceConfig.Options = []
    ) 

Parameters

  • client: AWSClient used to process requests
  • region: Region of server you want to communicate with. This will override the partition parameter.
  • partition: AWS partition where service resides, standard (.aws), china (.awscn), government (.awsusgov).
  • endpoint: Custom endpoint URL to use instead of standard AWS servers
  • timeout: Timeout value for HTTP requests

init(from:patch:)

Initializer required by AWSService.with(middlewares:​timeout:​byteBufferAllocator:​options). You are not able to use this initializer directly as there are no public initializers for AWSServiceConfig.Patch. Please use AWSService.with(middlewares:​timeout:​byteBufferAllocator:​options) instead.

public init(from: WorkLink, patch: AWSServiceConfig.Patch) 

Properties

client

Client used for communication with AWS

public let client: AWSClient

config

Service configuration

public let config: AWSServiceConfig

Methods

associateDomain(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func associateDomain(_ input: AssociateDomainRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<AssociateDomainResponse> 

Specifies a domain to be associated to Amazon WorkLink.

associateWebsiteAuthorizationProvider(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func associateWebsiteAuthorizationProvider(_ input: AssociateWebsiteAuthorizationProviderRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<AssociateWebsiteAuthorizationProviderResponse> 

Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.

associateWebsiteCertificateAuthority(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func associateWebsiteCertificateAuthority(_ input: AssociateWebsiteCertificateAuthorityRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<AssociateWebsiteCertificateAuthorityResponse> 

Imports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network.

createFleet(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func createFleet(_ input: CreateFleetRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateFleetResponse> 

Creates a fleet. A fleet consists of resources and the configuration that delivers associated websites to authorized users who download and set up the Amazon WorkLink app.

deleteFleet(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func deleteFleet(_ input: DeleteFleetRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteFleetResponse> 

Deletes a fleet. Prevents users from accessing previously associated websites.

describeAuditStreamConfiguration(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func describeAuditStreamConfiguration(_ input: DescribeAuditStreamConfigurationRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeAuditStreamConfigurationResponse> 

Describes the configuration for delivering audit streams to the customer account.

describeCompanyNetworkConfiguration(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func describeCompanyNetworkConfiguration(_ input: DescribeCompanyNetworkConfigurationRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeCompanyNetworkConfigurationResponse> 

Describes the networking configuration to access the internal websites associated with the specified fleet.

describeDevice(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func describeDevice(_ input: DescribeDeviceRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeDeviceResponse> 

Provides information about a user's device.

describeDevicePolicyConfiguration(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func describeDevicePolicyConfiguration(_ input: DescribeDevicePolicyConfigurationRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeDevicePolicyConfigurationResponse> 

Describes the device policy configuration for the specified fleet.

describeDomain(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func describeDomain(_ input: DescribeDomainRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeDomainResponse> 

Provides information about the domain.

describeFleetMetadata(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func describeFleetMetadata(_ input: DescribeFleetMetadataRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeFleetMetadataResponse> 

Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.

describeIdentityProviderConfiguration(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func describeIdentityProviderConfiguration(_ input: DescribeIdentityProviderConfigurationRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeIdentityProviderConfigurationResponse> 

Describes the identity provider configuration of the specified fleet.

describeWebsiteCertificateAuthority(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func describeWebsiteCertificateAuthority(_ input: DescribeWebsiteCertificateAuthorityRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeWebsiteCertificateAuthorityResponse> 

Provides information about the certificate authority.

disassociateDomain(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func disassociateDomain(_ input: DisassociateDomainRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DisassociateDomainResponse> 

Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.

disassociateWebsiteAuthorizationProvider(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func disassociateWebsiteAuthorizationProvider(_ input: DisassociateWebsiteAuthorizationProviderRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DisassociateWebsiteAuthorizationProviderResponse> 

Disassociates a website authorization provider from a specified fleet. After the disassociation, users can't load any associated websites that require this authorization provider.

disassociateWebsiteCertificateAuthority(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func disassociateWebsiteCertificateAuthority(_ input: DisassociateWebsiteCertificateAuthorityRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DisassociateWebsiteCertificateAuthorityResponse> 

Removes a certificate authority (CA).

listDevices(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listDevices(_ input: ListDevicesRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListDevicesResponse> 

Retrieves a list of devices registered with the specified fleet.

listDomains(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listDomains(_ input: ListDomainsRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListDomainsResponse> 

Retrieves a list of domains associated to a specified fleet.

listFleets(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listFleets(_ input: ListFleetsRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListFleetsResponse> 

Retrieves a list of fleets for the current account and Region.

listTagsForResource(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listTagsForResource(_ input: ListTagsForResourceRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListTagsForResourceResponse> 

Retrieves a list of tags for the specified resource.

listWebsiteAuthorizationProviders(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listWebsiteAuthorizationProviders(_ input: ListWebsiteAuthorizationProvidersRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListWebsiteAuthorizationProvidersResponse> 

Retrieves a list of website authorization providers associated with a specified fleet.

listWebsiteCertificateAuthorities(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listWebsiteCertificateAuthorities(_ input: ListWebsiteCertificateAuthoritiesRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListWebsiteCertificateAuthoritiesResponse> 

Retrieves a list of certificate authorities added for the current account and Region.

restoreDomainAccess(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func restoreDomainAccess(_ input: RestoreDomainAccessRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<RestoreDomainAccessResponse> 

Moves a domain to ACTIVE status if it was in the INACTIVE status.

revokeDomainAccess(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func revokeDomainAccess(_ input: RevokeDomainAccessRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<RevokeDomainAccessResponse> 

Moves a domain to INACTIVE status if it was in the ACTIVE status.

signOutUser(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func signOutUser(_ input: SignOutUserRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<SignOutUserResponse> 

Signs the user out from all of their devices. The user can sign in again if they have valid credentials.

tagResource(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func tagResource(_ input: TagResourceRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<TagResourceResponse> 

Adds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.

untagResource(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func untagResource(_ input: UntagResourceRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UntagResourceResponse> 

Removes one or more tags from the specified resource.

updateAuditStreamConfiguration(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func updateAuditStreamConfiguration(_ input: UpdateAuditStreamConfigurationRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateAuditStreamConfigurationResponse> 

Updates the audit stream configuration for the fleet.

updateCompanyNetworkConfiguration(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func updateCompanyNetworkConfiguration(_ input: UpdateCompanyNetworkConfigurationRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateCompanyNetworkConfigurationResponse> 

Updates the company network configuration for the fleet.

updateDevicePolicyConfiguration(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func updateDevicePolicyConfiguration(_ input: UpdateDevicePolicyConfigurationRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateDevicePolicyConfigurationResponse> 

Updates the device policy configuration for the fleet.

updateDomainMetadata(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func updateDomainMetadata(_ input: UpdateDomainMetadataRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateDomainMetadataResponse> 

Updates domain metadata, such as DisplayName.

updateFleetMetadata(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func updateFleetMetadata(_ input: UpdateFleetMetadataRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateFleetMetadataResponse> 

Updates fleet metadata, such as DisplayName.

updateIdentityProviderConfiguration(_:logger:on:)

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func updateIdentityProviderConfiguration(_ input: UpdateIdentityProviderConfigurationRequest, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateIdentityProviderConfigurationResponse> 

Updates the identity provider configuration for the fleet.

listDevicesPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listDevicesPaginator(
        _ input: ListDevicesRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListDevicesRequest, ListDevicesResponse> 

Retrieves a list of devices registered with the specified fleet.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listDomainsPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listDomainsPaginator(
        _ input: ListDomainsRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListDomainsRequest, ListDomainsResponse> 

Retrieves a list of domains associated to a specified fleet.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listFleetsPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listFleetsPaginator(
        _ input: ListFleetsRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListFleetsRequest, ListFleetsResponse> 

Retrieves a list of fleets for the current account and Region.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listWebsiteAuthorizationProvidersPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listWebsiteAuthorizationProvidersPaginator(
        _ input: ListWebsiteAuthorizationProvidersRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListWebsiteAuthorizationProvidersRequest, ListWebsiteAuthorizationProvidersResponse> 

Retrieves a list of website authorization providers associated with a specified fleet.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listWebsiteCertificateAuthoritiesPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listWebsiteCertificateAuthoritiesPaginator(
        _ input: ListWebsiteCertificateAuthoritiesRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListWebsiteCertificateAuthoritiesRequest, ListWebsiteCertificateAuthoritiesResponse> 

Retrieves a list of certificate authorities added for the current account and Region.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listDevicesPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listDevicesPaginator<Result>(
        _ input: ListDevicesRequest,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListDevicesResponse, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Retrieves a list of devices registered with the specified fleet.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listDevicesPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listDevicesPaginator(
        _ input: ListDevicesRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListDevicesResponse, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listDomainsPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listDomainsPaginator<Result>(
        _ input: ListDomainsRequest,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListDomainsResponse, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Retrieves a list of domains associated to a specified fleet.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listDomainsPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listDomainsPaginator(
        _ input: ListDomainsRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListDomainsResponse, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listFleetsPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listFleetsPaginator<Result>(
        _ input: ListFleetsRequest,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListFleetsResponse, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Retrieves a list of fleets for the current account and Region.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listFleetsPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listFleetsPaginator(
        _ input: ListFleetsRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListFleetsResponse, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listWebsiteAuthorizationProvidersPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listWebsiteAuthorizationProvidersPaginator<Result>(
        _ input: ListWebsiteAuthorizationProvidersRequest,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListWebsiteAuthorizationProvidersResponse, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Retrieves a list of website authorization providers associated with a specified fleet.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listWebsiteAuthorizationProvidersPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listWebsiteAuthorizationProvidersPaginator(
        _ input: ListWebsiteAuthorizationProvidersRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListWebsiteAuthorizationProvidersResponse, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listWebsiteCertificateAuthoritiesPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listWebsiteCertificateAuthoritiesPaginator<Result>(
        _ input: ListWebsiteCertificateAuthoritiesRequest,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListWebsiteCertificateAuthoritiesResponse, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Retrieves a list of certificate authorities added for the current account and Region.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listWebsiteCertificateAuthoritiesPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

@available(*, deprecated, message:"Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.")
    public func listWebsiteCertificateAuthoritiesPaginator(
        _ input: ListWebsiteCertificateAuthoritiesRequest,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListWebsiteCertificateAuthoritiesResponse, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.