libZSservicesZSamazonka-worklinkZSamazonka-worklink
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkLink

Description

Derived from API version 2018-09-25 of the AWS service descriptions, licensed under Apache 2.0.

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.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-09-25 of the Amazon WorkLink SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by WorkLink.

InvalidRequestException

ResourceAlreadyExistsException

TooManyRequestsException

_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The number of requests exceeds the limit.

InternalServerErrorException

_InternalServerErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The service is temporarily unavailable.

UnauthorizedException

_UnauthorizedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You are not authorized to perform this action.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The requested resource was not found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

UpdateDomainMetadata

data UpdateDomainMetadata Source #

See: newUpdateDomainMetadata smart constructor.

Instances

Instances details
Eq UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Read UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Show UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Generic UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Associated Types

type Rep UpdateDomainMetadata :: Type -> Type #

NFData UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Methods

rnf :: UpdateDomainMetadata -> () #

Hashable UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

ToJSON UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

AWSRequest UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Associated Types

type AWSResponse UpdateDomainMetadata #

ToHeaders UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

ToPath UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

ToQuery UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

type Rep UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

type Rep UpdateDomainMetadata = D1 ('MetaData "UpdateDomainMetadata" "Amazonka.WorkLink.UpdateDomainMetadata" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateDomainMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateDomainMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

newUpdateDomainMetadata Source #

Create a value of UpdateDomainMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:displayName:UpdateDomainMetadata', updateDomainMetadata_displayName - The name to display.

$sel:fleetArn:UpdateDomainMetadata', updateDomainMetadata_fleetArn - The ARN of the fleet.

$sel:domainName:UpdateDomainMetadata', updateDomainMetadata_domainName - The name of the domain.

data UpdateDomainMetadataResponse Source #

See: newUpdateDomainMetadataResponse smart constructor.

Instances

Instances details
Eq UpdateDomainMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Read UpdateDomainMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Show UpdateDomainMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Generic UpdateDomainMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

Associated Types

type Rep UpdateDomainMetadataResponse :: Type -> Type #

NFData UpdateDomainMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

type Rep UpdateDomainMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDomainMetadata

type Rep UpdateDomainMetadataResponse = D1 ('MetaData "UpdateDomainMetadataResponse" "Amazonka.WorkLink.UpdateDomainMetadata" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateDomainMetadataResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDomainMetadataResponse Source #

Create a value of UpdateDomainMetadataResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateDomainMetadataResponse', updateDomainMetadataResponse_httpStatus - The response's http status code.

SignOutUser

data SignOutUser Source #

See: newSignOutUser smart constructor.

Constructors

SignOutUser' Text Text 

Instances

Instances details
Eq SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Read SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Show SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Generic SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Associated Types

type Rep SignOutUser :: Type -> Type #

NFData SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Methods

rnf :: SignOutUser -> () #

Hashable SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

ToJSON SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

AWSRequest SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Associated Types

type AWSResponse SignOutUser #

ToHeaders SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Methods

toHeaders :: SignOutUser -> [Header] #

ToPath SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

ToQuery SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

type Rep SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

type Rep SignOutUser = D1 ('MetaData "SignOutUser" "Amazonka.WorkLink.SignOutUser" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "SignOutUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

newSignOutUser Source #

Create a value of SignOutUser with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:SignOutUser', signOutUser_fleetArn - The ARN of the fleet.

$sel:username:SignOutUser', signOutUser_username - The name of the user.

data SignOutUserResponse Source #

See: newSignOutUserResponse smart constructor.

Instances

Instances details
Eq SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Read SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Show SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Generic SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Associated Types

type Rep SignOutUserResponse :: Type -> Type #

NFData SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Methods

rnf :: SignOutUserResponse -> () #

type Rep SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

type Rep SignOutUserResponse = D1 ('MetaData "SignOutUserResponse" "Amazonka.WorkLink.SignOutUser" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "SignOutUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSignOutUserResponse Source #

Create a value of SignOutUserResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:SignOutUserResponse', signOutUserResponse_httpStatus - The response's http status code.

RestoreDomainAccess

data RestoreDomainAccess Source #

See: newRestoreDomainAccess smart constructor.

Instances

Instances details
Eq RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Read RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Show RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Generic RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Associated Types

type Rep RestoreDomainAccess :: Type -> Type #

NFData RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Methods

rnf :: RestoreDomainAccess -> () #

Hashable RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

ToJSON RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

AWSRequest RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Associated Types

type AWSResponse RestoreDomainAccess #

ToHeaders RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

ToPath RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

ToQuery RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

type Rep RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

type Rep RestoreDomainAccess = D1 ('MetaData "RestoreDomainAccess" "Amazonka.WorkLink.RestoreDomainAccess" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "RestoreDomainAccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RestoreDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

newRestoreDomainAccess Source #

Create a value of RestoreDomainAccess with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:RestoreDomainAccess', restoreDomainAccess_fleetArn - The ARN of the fleet.

$sel:domainName:RestoreDomainAccess', restoreDomainAccess_domainName - The name of the domain.

data RestoreDomainAccessResponse Source #

See: newRestoreDomainAccessResponse smart constructor.

Instances

Instances details
Eq RestoreDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Read RestoreDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Show RestoreDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Generic RestoreDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

Associated Types

type Rep RestoreDomainAccessResponse :: Type -> Type #

NFData RestoreDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

type Rep RestoreDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RestoreDomainAccess

type Rep RestoreDomainAccessResponse = D1 ('MetaData "RestoreDomainAccessResponse" "Amazonka.WorkLink.RestoreDomainAccess" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "RestoreDomainAccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRestoreDomainAccessResponse Source #

Create a value of RestoreDomainAccessResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RestoreDomainAccessResponse', restoreDomainAccessResponse_httpStatus - The response's http status code.

AssociateDomain

data AssociateDomain Source #

See: newAssociateDomain smart constructor.

Instances

Instances details
Eq AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Read AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Show AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Generic AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Associated Types

type Rep AssociateDomain :: Type -> Type #

NFData AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Methods

rnf :: AssociateDomain -> () #

Hashable AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

ToJSON AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

AWSRequest AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Associated Types

type AWSResponse AssociateDomain #

ToHeaders AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

ToPath AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

ToQuery AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

type Rep AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

type Rep AssociateDomain = D1 ('MetaData "AssociateDomain" "Amazonka.WorkLink.AssociateDomain" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "AssociateDomain'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "acmCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse AssociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

newAssociateDomain Source #

Create a value of AssociateDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:displayName:AssociateDomain', associateDomain_displayName - The name to display.

$sel:fleetArn:AssociateDomain', associateDomain_fleetArn - The Amazon Resource Name (ARN) of the fleet.

$sel:domainName:AssociateDomain', associateDomain_domainName - The fully qualified domain name (FQDN).

$sel:acmCertificateArn:AssociateDomain', associateDomain_acmCertificateArn - The ARN of an issued ACM certificate that is valid for the domain being associated.

data AssociateDomainResponse Source #

See: newAssociateDomainResponse smart constructor.

Instances

Instances details
Eq AssociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Read AssociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Show AssociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Generic AssociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Associated Types

type Rep AssociateDomainResponse :: Type -> Type #

NFData AssociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

Methods

rnf :: AssociateDomainResponse -> () #

type Rep AssociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateDomain

type Rep AssociateDomainResponse = D1 ('MetaData "AssociateDomainResponse" "Amazonka.WorkLink.AssociateDomain" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "AssociateDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateDomainResponse Source #

Create a value of AssociateDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:AssociateDomainResponse', associateDomainResponse_httpStatus - The response's http status code.

DeleteFleet

data DeleteFleet Source #

See: newDeleteFleet smart constructor.

Constructors

DeleteFleet' Text 

Instances

Instances details
Eq DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Read DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Show DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Generic DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Associated Types

type Rep DeleteFleet :: Type -> Type #

NFData DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Methods

rnf :: DeleteFleet -> () #

Hashable DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

ToJSON DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

AWSRequest DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Associated Types

type AWSResponse DeleteFleet #

ToHeaders DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Methods

toHeaders :: DeleteFleet -> [Header] #

ToPath DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

ToQuery DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

type Rep DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

type Rep DeleteFleet = D1 ('MetaData "DeleteFleet" "Amazonka.WorkLink.DeleteFleet" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DeleteFleet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteFleet Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

newDeleteFleet Source #

Create a value of DeleteFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DeleteFleet', deleteFleet_fleetArn - The ARN of the fleet.

data DeleteFleetResponse Source #

See: newDeleteFleetResponse smart constructor.

Instances

Instances details
Eq DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Read DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Show DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Generic DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Associated Types

type Rep DeleteFleetResponse :: Type -> Type #

NFData DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

Methods

rnf :: DeleteFleetResponse -> () #

type Rep DeleteFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DeleteFleet

type Rep DeleteFleetResponse = D1 ('MetaData "DeleteFleetResponse" "Amazonka.WorkLink.DeleteFleet" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DeleteFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteFleetResponse Source #

Create a value of DeleteFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteFleetResponse', deleteFleetResponse_httpStatus - The response's http status code.

DisassociateDomain

data DisassociateDomain Source #

See: newDisassociateDomain smart constructor.

Instances

Instances details
Eq DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Read DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Show DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Generic DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Associated Types

type Rep DisassociateDomain :: Type -> Type #

NFData DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Methods

rnf :: DisassociateDomain -> () #

Hashable DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

ToJSON DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

AWSRequest DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Associated Types

type AWSResponse DisassociateDomain #

ToHeaders DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

ToPath DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

ToQuery DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

type Rep DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

type Rep DisassociateDomain = D1 ('MetaData "DisassociateDomain" "Amazonka.WorkLink.DisassociateDomain" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DisassociateDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

newDisassociateDomain Source #

Create a value of DisassociateDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DisassociateDomain', disassociateDomain_fleetArn - The ARN of the fleet.

$sel:domainName:DisassociateDomain', disassociateDomain_domainName - The name of the domain.

data DisassociateDomainResponse Source #

See: newDisassociateDomainResponse smart constructor.

Instances

Instances details
Eq DisassociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Read DisassociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Show DisassociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Generic DisassociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

Associated Types

type Rep DisassociateDomainResponse :: Type -> Type #

NFData DisassociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

type Rep DisassociateDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateDomain

type Rep DisassociateDomainResponse = D1 ('MetaData "DisassociateDomainResponse" "Amazonka.WorkLink.DisassociateDomain" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DisassociateDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateDomainResponse Source #

Create a value of DisassociateDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisassociateDomainResponse', disassociateDomainResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.WorkLink.ListTagsForResource" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the fleet.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.WorkLink.ListTagsForResource" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The tags attached to the resource. A tag is a key-value pair.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

AssociateWebsiteAuthorizationProvider

data AssociateWebsiteAuthorizationProvider Source #

Instances

Instances details
Eq AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

Read AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

Show AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

Generic AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

NFData AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

Hashable AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

ToJSON AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

AWSRequest AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

ToHeaders AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

ToPath AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

ToQuery AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

type Rep AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

type Rep AssociateWebsiteAuthorizationProvider = D1 ('MetaData "AssociateWebsiteAuthorizationProvider" "Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "AssociateWebsiteAuthorizationProvider'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizationProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthorizationProviderType))))
type AWSResponse AssociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

data AssociateWebsiteAuthorizationProviderResponse Source #

Instances

Instances details
Eq AssociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

Read AssociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

Show AssociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

Generic AssociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

NFData AssociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

type Rep AssociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider

type Rep AssociateWebsiteAuthorizationProviderResponse = D1 ('MetaData "AssociateWebsiteAuthorizationProviderResponse" "Amazonka.WorkLink.AssociateWebsiteAuthorizationProvider" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "AssociateWebsiteAuthorizationProviderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authorizationProviderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeDevicePolicyConfiguration

data DescribeDevicePolicyConfiguration Source #

See: newDescribeDevicePolicyConfiguration smart constructor.

Instances

Instances details
Eq DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

Read DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

Show DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

Generic DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

Associated Types

type Rep DescribeDevicePolicyConfiguration :: Type -> Type #

NFData DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

Hashable DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

ToJSON DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

AWSRequest DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

ToHeaders DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

ToPath DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

ToQuery DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

type Rep DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

type Rep DescribeDevicePolicyConfiguration = D1 ('MetaData "DescribeDevicePolicyConfiguration" "Amazonka.WorkLink.DescribeDevicePolicyConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeDevicePolicyConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

newDescribeDevicePolicyConfiguration Source #

Create a value of DescribeDevicePolicyConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DescribeDevicePolicyConfiguration', describeDevicePolicyConfiguration_fleetArn - The ARN of the fleet.

data DescribeDevicePolicyConfigurationResponse Source #

Instances

Instances details
Eq DescribeDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

Read DescribeDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

Show DescribeDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

Generic DescribeDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

NFData DescribeDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

type Rep DescribeDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevicePolicyConfiguration

type Rep DescribeDevicePolicyConfigurationResponse = D1 ('MetaData "DescribeDevicePolicyConfigurationResponse" "Amazonka.WorkLink.DescribeDevicePolicyConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeDevicePolicyConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceCaCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDevicePolicyConfigurationResponse Source #

Create a value of DescribeDevicePolicyConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deviceCaCertificate:DescribeDevicePolicyConfigurationResponse', describeDevicePolicyConfigurationResponse_deviceCaCertificate - The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.

$sel:httpStatus:DescribeDevicePolicyConfigurationResponse', describeDevicePolicyConfigurationResponse_httpStatus - The response's http status code.

ListWebsiteAuthorizationProviders

data ListWebsiteAuthorizationProviders Source #

See: newListWebsiteAuthorizationProviders smart constructor.

Instances

Instances details
Eq ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Read ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Show ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Generic ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Associated Types

type Rep ListWebsiteAuthorizationProviders :: Type -> Type #

NFData ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Hashable ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

ToJSON ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

AWSRequest ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

ToHeaders ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

ToPath ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

ToQuery ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

type Rep ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

type Rep ListWebsiteAuthorizationProviders = D1 ('MetaData "ListWebsiteAuthorizationProviders" "Amazonka.WorkLink.ListWebsiteAuthorizationProviders" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListWebsiteAuthorizationProviders'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListWebsiteAuthorizationProviders Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

newListWebsiteAuthorizationProviders Source #

Create a value of ListWebsiteAuthorizationProviders with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListWebsiteAuthorizationProviders', listWebsiteAuthorizationProviders_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:maxResults:ListWebsiteAuthorizationProviders', listWebsiteAuthorizationProviders_maxResults - The maximum number of results to be included in the next page.

$sel:fleetArn:ListWebsiteAuthorizationProviders', listWebsiteAuthorizationProviders_fleetArn - The ARN of the fleet.

data ListWebsiteAuthorizationProvidersResponse Source #

Instances

Instances details
Eq ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Read ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Show ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

Generic ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

NFData ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

type Rep ListWebsiteAuthorizationProvidersResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteAuthorizationProviders

type Rep ListWebsiteAuthorizationProvidersResponse = D1 ('MetaData "ListWebsiteAuthorizationProvidersResponse" "Amazonka.WorkLink.ListWebsiteAuthorizationProviders" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListWebsiteAuthorizationProvidersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "websiteAuthorizationProviders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WebsiteAuthorizationProviderSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWebsiteAuthorizationProvidersResponse Source #

Create a value of ListWebsiteAuthorizationProvidersResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:websiteAuthorizationProviders:ListWebsiteAuthorizationProvidersResponse', listWebsiteAuthorizationProvidersResponse_websiteAuthorizationProviders - The website authorization providers.

$sel:nextToken:ListWebsiteAuthorizationProviders', listWebsiteAuthorizationProvidersResponse_nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:httpStatus:ListWebsiteAuthorizationProvidersResponse', listWebsiteAuthorizationProvidersResponse_httpStatus - The response's http status code.

DisassociateWebsiteAuthorizationProvider

data DisassociateWebsiteAuthorizationProvider Source #

Instances

Instances details
Eq DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

Read DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

Show DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

Generic DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

NFData DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

Hashable DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

ToJSON DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

AWSRequest DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

ToHeaders DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

ToPath DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

ToQuery DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

type Rep DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

type Rep DisassociateWebsiteAuthorizationProvider = D1 ('MetaData "DisassociateWebsiteAuthorizationProvider" "Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DisassociateWebsiteAuthorizationProvider'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizationProviderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateWebsiteAuthorizationProvider Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

data DisassociateWebsiteAuthorizationProviderResponse Source #

Instances

Instances details
Eq DisassociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

Read DisassociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

Show DisassociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

Generic DisassociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

NFData DisassociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

type Rep DisassociateWebsiteAuthorizationProviderResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider

type Rep DisassociateWebsiteAuthorizationProviderResponse = D1 ('MetaData "DisassociateWebsiteAuthorizationProviderResponse" "Amazonka.WorkLink.DisassociateWebsiteAuthorizationProvider" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DisassociateWebsiteAuthorizationProviderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateWebsiteAuthorizationProviderResponse Source #

Create a value of DisassociateWebsiteAuthorizationProviderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisassociateWebsiteAuthorizationProviderResponse', disassociateWebsiteAuthorizationProviderResponse_httpStatus - The response's http status code.

ListWebsiteCertificateAuthorities

data ListWebsiteCertificateAuthorities Source #

See: newListWebsiteCertificateAuthorities smart constructor.

Instances

Instances details
Eq ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Read ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Show ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Generic ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Associated Types

type Rep ListWebsiteCertificateAuthorities :: Type -> Type #

NFData ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Hashable ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

ToJSON ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

AWSRequest ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

ToHeaders ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

ToPath ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

ToQuery ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

type Rep ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

type Rep ListWebsiteCertificateAuthorities = D1 ('MetaData "ListWebsiteCertificateAuthorities" "Amazonka.WorkLink.ListWebsiteCertificateAuthorities" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListWebsiteCertificateAuthorities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListWebsiteCertificateAuthorities Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

newListWebsiteCertificateAuthorities Source #

Create a value of ListWebsiteCertificateAuthorities with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListWebsiteCertificateAuthorities', listWebsiteCertificateAuthorities_nextToken - The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:maxResults:ListWebsiteCertificateAuthorities', listWebsiteCertificateAuthorities_maxResults - The maximum number of results to be included in the next page.

$sel:fleetArn:ListWebsiteCertificateAuthorities', listWebsiteCertificateAuthorities_fleetArn - The ARN of the fleet.

data ListWebsiteCertificateAuthoritiesResponse Source #

Instances

Instances details
Eq ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Read ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Show ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

Generic ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

NFData ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

type Rep ListWebsiteCertificateAuthoritiesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListWebsiteCertificateAuthorities

type Rep ListWebsiteCertificateAuthoritiesResponse = D1 ('MetaData "ListWebsiteCertificateAuthoritiesResponse" "Amazonka.WorkLink.ListWebsiteCertificateAuthorities" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListWebsiteCertificateAuthoritiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "websiteCertificateAuthorities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WebsiteCaSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListWebsiteCertificateAuthoritiesResponse Source #

Create a value of ListWebsiteCertificateAuthoritiesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:websiteCertificateAuthorities:ListWebsiteCertificateAuthoritiesResponse', listWebsiteCertificateAuthoritiesResponse_websiteCertificateAuthorities - Information about the certificates.

$sel:nextToken:ListWebsiteCertificateAuthorities', listWebsiteCertificateAuthoritiesResponse_nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:httpStatus:ListWebsiteCertificateAuthoritiesResponse', listWebsiteCertificateAuthoritiesResponse_httpStatus - The response's http status code.

UpdateIdentityProviderConfiguration

data UpdateIdentityProviderConfiguration Source #

Instances

Instances details
Eq UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

Read UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

Show UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

Generic UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

NFData UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

Hashable UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

ToJSON UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

AWSRequest UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

ToHeaders UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

ToPath UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

ToQuery UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

type Rep UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

type Rep UpdateIdentityProviderConfiguration = D1 ('MetaData "UpdateIdentityProviderConfiguration" "Amazonka.WorkLink.UpdateIdentityProviderConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateIdentityProviderConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityProviderSamlMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "identityProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IdentityProviderType))))
type AWSResponse UpdateIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

newUpdateIdentityProviderConfiguration Source #

Create a value of UpdateIdentityProviderConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identityProviderSamlMetadata:UpdateIdentityProviderConfiguration', updateIdentityProviderConfiguration_identityProviderSamlMetadata - The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.

$sel:fleetArn:UpdateIdentityProviderConfiguration', updateIdentityProviderConfiguration_fleetArn - The ARN of the fleet.

$sel:identityProviderType:UpdateIdentityProviderConfiguration', updateIdentityProviderConfiguration_identityProviderType - The type of identity provider.

data UpdateIdentityProviderConfigurationResponse Source #

Instances

Instances details
Eq UpdateIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

Read UpdateIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

Show UpdateIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

Generic UpdateIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

NFData UpdateIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

type Rep UpdateIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateIdentityProviderConfiguration

type Rep UpdateIdentityProviderConfigurationResponse = D1 ('MetaData "UpdateIdentityProviderConfigurationResponse" "Amazonka.WorkLink.UpdateIdentityProviderConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateIdentityProviderConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateIdentityProviderConfigurationResponse Source #

Create a value of UpdateIdentityProviderConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateIdentityProviderConfigurationResponse', updateIdentityProviderConfigurationResponse_httpStatus - The response's http status code.

DescribeFleetMetadata

data DescribeFleetMetadata Source #

See: newDescribeFleetMetadata smart constructor.

Instances

Instances details
Eq DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Read DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Show DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Generic DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Associated Types

type Rep DescribeFleetMetadata :: Type -> Type #

NFData DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Methods

rnf :: DescribeFleetMetadata -> () #

Hashable DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

ToJSON DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

AWSRequest DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Associated Types

type AWSResponse DescribeFleetMetadata #

ToHeaders DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

ToPath DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

ToQuery DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

type Rep DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

type Rep DescribeFleetMetadata = D1 ('MetaData "DescribeFleetMetadata" "Amazonka.WorkLink.DescribeFleetMetadata" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeFleetMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

newDescribeFleetMetadata Source #

Create a value of DescribeFleetMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DescribeFleetMetadata', describeFleetMetadata_fleetArn - The Amazon Resource Name (ARN) of the fleet.

data DescribeFleetMetadataResponse Source #

See: newDescribeFleetMetadataResponse smart constructor.

Instances

Instances details
Eq DescribeFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Read DescribeFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Show DescribeFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Generic DescribeFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

Associated Types

type Rep DescribeFleetMetadataResponse :: Type -> Type #

NFData DescribeFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

type Rep DescribeFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeFleetMetadata

type Rep DescribeFleetMetadataResponse = D1 ('MetaData "DescribeFleetMetadataResponse" "Amazonka.WorkLink.DescribeFleetMetadata" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeFleetMetadataResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "fleetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FleetStatus))) :*: (S1 ('MetaSel ('Just "companyCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "optimizeForEndUserLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeFleetMetadataResponse Source #

Create a value of DescribeFleetMetadataResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastUpdatedTime:DescribeFleetMetadataResponse', describeFleetMetadataResponse_lastUpdatedTime - The time that the fleet was last updated.

$sel:fleetStatus:DescribeFleetMetadataResponse', describeFleetMetadataResponse_fleetStatus - The current state of the fleet.

$sel:companyCode:DescribeFleetMetadataResponse', describeFleetMetadataResponse_companyCode - The identifier used by users to sign in to the Amazon WorkLink app.

$sel:createdTime:DescribeFleetMetadataResponse', describeFleetMetadataResponse_createdTime - The time that the fleet was created.

$sel:optimizeForEndUserLocation:DescribeFleetMetadataResponse', describeFleetMetadataResponse_optimizeForEndUserLocation - The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

$sel:displayName:DescribeFleetMetadataResponse', describeFleetMetadataResponse_displayName - The name to display.

$sel:fleetName:DescribeFleetMetadataResponse', describeFleetMetadataResponse_fleetName - The name of the fleet.

$sel:tags:DescribeFleetMetadataResponse', describeFleetMetadataResponse_tags - The tags attached to the resource. A tag is a key-value pair.

$sel:httpStatus:DescribeFleetMetadataResponse', describeFleetMetadataResponse_httpStatus - The response's http status code.

UpdateDevicePolicyConfiguration

data UpdateDevicePolicyConfiguration Source #

See: newUpdateDevicePolicyConfiguration smart constructor.

Instances

Instances details
Eq UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

Read UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

Show UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

Generic UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

Associated Types

type Rep UpdateDevicePolicyConfiguration :: Type -> Type #

NFData UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

Hashable UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

ToJSON UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

AWSRequest UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

ToHeaders UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

ToPath UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

ToQuery UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

type Rep UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

type Rep UpdateDevicePolicyConfiguration = D1 ('MetaData "UpdateDevicePolicyConfiguration" "Amazonka.WorkLink.UpdateDevicePolicyConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateDevicePolicyConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceCaCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateDevicePolicyConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

newUpdateDevicePolicyConfiguration Source #

Create a value of UpdateDevicePolicyConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deviceCaCertificate:UpdateDevicePolicyConfiguration', updateDevicePolicyConfiguration_deviceCaCertificate - The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.

$sel:fleetArn:UpdateDevicePolicyConfiguration', updateDevicePolicyConfiguration_fleetArn - The ARN of the fleet.

data UpdateDevicePolicyConfigurationResponse Source #

Instances

Instances details
Eq UpdateDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

Read UpdateDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

Show UpdateDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

Generic UpdateDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

NFData UpdateDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

type Rep UpdateDevicePolicyConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateDevicePolicyConfiguration

type Rep UpdateDevicePolicyConfigurationResponse = D1 ('MetaData "UpdateDevicePolicyConfigurationResponse" "Amazonka.WorkLink.UpdateDevicePolicyConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateDevicePolicyConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDevicePolicyConfigurationResponse Source #

Create a value of UpdateDevicePolicyConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateDevicePolicyConfigurationResponse', updateDevicePolicyConfigurationResponse_httpStatus - The response's http status code.

DescribeCompanyNetworkConfiguration

data DescribeCompanyNetworkConfiguration Source #

Instances

Instances details
Eq DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

Read DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

Show DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

Generic DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

NFData DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

Hashable DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

ToJSON DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

AWSRequest DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

ToHeaders DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

ToPath DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

ToQuery DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

type Rep DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

type Rep DescribeCompanyNetworkConfiguration = D1 ('MetaData "DescribeCompanyNetworkConfiguration" "Amazonka.WorkLink.DescribeCompanyNetworkConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeCompanyNetworkConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

newDescribeCompanyNetworkConfiguration Source #

Create a value of DescribeCompanyNetworkConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DescribeCompanyNetworkConfiguration', describeCompanyNetworkConfiguration_fleetArn - The ARN of the fleet.

data DescribeCompanyNetworkConfigurationResponse Source #

Instances

Instances details
Eq DescribeCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

Read DescribeCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

Show DescribeCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

Generic DescribeCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

NFData DescribeCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

type Rep DescribeCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeCompanyNetworkConfiguration

type Rep DescribeCompanyNetworkConfigurationResponse = D1 ('MetaData "DescribeCompanyNetworkConfigurationResponse" "Amazonka.WorkLink.DescribeCompanyNetworkConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeCompanyNetworkConfigurationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeCompanyNetworkConfigurationResponse Source #

Create a value of DescribeCompanyNetworkConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroupIds:DescribeCompanyNetworkConfigurationResponse', describeCompanyNetworkConfigurationResponse_securityGroupIds - The security groups associated with access to the provided subnets.

$sel:subnetIds:DescribeCompanyNetworkConfigurationResponse', describeCompanyNetworkConfigurationResponse_subnetIds - The subnets used for X-ENI connections from Amazon WorkLink rendering containers.

$sel:vpcId:DescribeCompanyNetworkConfigurationResponse', describeCompanyNetworkConfigurationResponse_vpcId - The VPC with connectivity to associated websites.

$sel:httpStatus:DescribeCompanyNetworkConfigurationResponse', describeCompanyNetworkConfigurationResponse_httpStatus - The response's http status code.

DescribeAuditStreamConfiguration

data DescribeAuditStreamConfiguration Source #

See: newDescribeAuditStreamConfiguration smart constructor.

Instances

Instances details
Eq DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

Read DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

Show DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

Generic DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

Associated Types

type Rep DescribeAuditStreamConfiguration :: Type -> Type #

NFData DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

Hashable DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

ToJSON DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

AWSRequest DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

ToHeaders DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

ToPath DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

ToQuery DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

type Rep DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

type Rep DescribeAuditStreamConfiguration = D1 ('MetaData "DescribeAuditStreamConfiguration" "Amazonka.WorkLink.DescribeAuditStreamConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeAuditStreamConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

newDescribeAuditStreamConfiguration Source #

Create a value of DescribeAuditStreamConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DescribeAuditStreamConfiguration', describeAuditStreamConfiguration_fleetArn - The ARN of the fleet.

data DescribeAuditStreamConfigurationResponse Source #

Instances

Instances details
Eq DescribeAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

Read DescribeAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

Show DescribeAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

Generic DescribeAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

NFData DescribeAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

type Rep DescribeAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeAuditStreamConfiguration

type Rep DescribeAuditStreamConfigurationResponse = D1 ('MetaData "DescribeAuditStreamConfigurationResponse" "Amazonka.WorkLink.DescribeAuditStreamConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeAuditStreamConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "auditStreamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAuditStreamConfigurationResponse Source #

Create a value of DescribeAuditStreamConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:auditStreamArn:DescribeAuditStreamConfigurationResponse', describeAuditStreamConfigurationResponse_auditStreamArn - The ARN of the Amazon Kinesis data stream that will receive the audit events.

$sel:httpStatus:DescribeAuditStreamConfigurationResponse', describeAuditStreamConfigurationResponse_httpStatus - The response's http status code.

RevokeDomainAccess

data RevokeDomainAccess Source #

See: newRevokeDomainAccess smart constructor.

Instances

Instances details
Eq RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Read RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Show RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Generic RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Associated Types

type Rep RevokeDomainAccess :: Type -> Type #

NFData RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Methods

rnf :: RevokeDomainAccess -> () #

Hashable RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

ToJSON RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

AWSRequest RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Associated Types

type AWSResponse RevokeDomainAccess #

ToHeaders RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

ToPath RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

ToQuery RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

type Rep RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

type Rep RevokeDomainAccess = D1 ('MetaData "RevokeDomainAccess" "Amazonka.WorkLink.RevokeDomainAccess" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "RevokeDomainAccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RevokeDomainAccess Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

newRevokeDomainAccess Source #

Create a value of RevokeDomainAccess with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:RevokeDomainAccess', revokeDomainAccess_fleetArn - The ARN of the fleet.

$sel:domainName:RevokeDomainAccess', revokeDomainAccess_domainName - The name of the domain.

data RevokeDomainAccessResponse Source #

See: newRevokeDomainAccessResponse smart constructor.

Instances

Instances details
Eq RevokeDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Read RevokeDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Show RevokeDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Generic RevokeDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

Associated Types

type Rep RevokeDomainAccessResponse :: Type -> Type #

NFData RevokeDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

type Rep RevokeDomainAccessResponse Source # 
Instance details

Defined in Amazonka.WorkLink.RevokeDomainAccess

type Rep RevokeDomainAccessResponse = D1 ('MetaData "RevokeDomainAccessResponse" "Amazonka.WorkLink.RevokeDomainAccess" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "RevokeDomainAccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRevokeDomainAccessResponse Source #

Create a value of RevokeDomainAccessResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:RevokeDomainAccessResponse', revokeDomainAccessResponse_httpStatus - The response's http status code.

ListFleets

data ListFleets Source #

See: newListFleets smart constructor.

Constructors

ListFleets' (Maybe Text) (Maybe Natural) 

Instances

Instances details
Eq ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Read ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Show ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Generic ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Associated Types

type Rep ListFleets :: Type -> Type #

NFData ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Methods

rnf :: ListFleets -> () #

Hashable ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

ToJSON ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

AWSRequest ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Associated Types

type AWSResponse ListFleets #

ToHeaders ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Methods

toHeaders :: ListFleets -> [Header] #

ToPath ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

ToQuery ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

type Rep ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

type Rep ListFleets = D1 ('MetaData "ListFleets" "Amazonka.WorkLink.ListFleets" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListFleets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListFleets Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

newListFleets :: ListFleets Source #

Create a value of ListFleets with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListFleets', listFleets_nextToken - The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:maxResults:ListFleets', listFleets_maxResults - The maximum number of results to be included in the next page.

data ListFleetsResponse Source #

See: newListFleetsResponse smart constructor.

Instances

Instances details
Eq ListFleetsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Read ListFleetsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Show ListFleetsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Generic ListFleetsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Associated Types

type Rep ListFleetsResponse :: Type -> Type #

NFData ListFleetsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

Methods

rnf :: ListFleetsResponse -> () #

type Rep ListFleetsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListFleets

type Rep ListFleetsResponse = D1 ('MetaData "ListFleetsResponse" "Amazonka.WorkLink.ListFleets" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListFleetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FleetSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFleetsResponse Source #

Create a value of ListFleetsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetSummaryList:ListFleetsResponse', listFleetsResponse_fleetSummaryList - The summary list of the fleets.

$sel:nextToken:ListFleets', listFleetsResponse_nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:httpStatus:ListFleetsResponse', listFleetsResponse_httpStatus - The response's http status code.

UpdateFleetMetadata

data UpdateFleetMetadata Source #

See: newUpdateFleetMetadata smart constructor.

Instances

Instances details
Eq UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Read UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Show UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Generic UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Associated Types

type Rep UpdateFleetMetadata :: Type -> Type #

NFData UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Methods

rnf :: UpdateFleetMetadata -> () #

Hashable UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

ToJSON UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

AWSRequest UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Associated Types

type AWSResponse UpdateFleetMetadata #

ToHeaders UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

ToPath UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

ToQuery UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

type Rep UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

type Rep UpdateFleetMetadata = D1 ('MetaData "UpdateFleetMetadata" "Amazonka.WorkLink.UpdateFleetMetadata" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateFleetMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optimizeForEndUserLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateFleetMetadata Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

newUpdateFleetMetadata Source #

Create a value of UpdateFleetMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optimizeForEndUserLocation:UpdateFleetMetadata', updateFleetMetadata_optimizeForEndUserLocation - The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

$sel:displayName:UpdateFleetMetadata', updateFleetMetadata_displayName - The fleet name to display. The existing DisplayName is unset if null is passed.

$sel:fleetArn:UpdateFleetMetadata', updateFleetMetadata_fleetArn - The ARN of the fleet.

data UpdateFleetMetadataResponse Source #

See: newUpdateFleetMetadataResponse smart constructor.

Instances

Instances details
Eq UpdateFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Read UpdateFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Show UpdateFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Generic UpdateFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

Associated Types

type Rep UpdateFleetMetadataResponse :: Type -> Type #

NFData UpdateFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

type Rep UpdateFleetMetadataResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateFleetMetadata

type Rep UpdateFleetMetadataResponse = D1 ('MetaData "UpdateFleetMetadataResponse" "Amazonka.WorkLink.UpdateFleetMetadata" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateFleetMetadataResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateFleetMetadataResponse Source #

Create a value of UpdateFleetMetadataResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateFleetMetadataResponse', updateFleetMetadataResponse_httpStatus - The response's http status code.

DescribeIdentityProviderConfiguration

data DescribeIdentityProviderConfiguration Source #

Instances

Instances details
Eq DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

Read DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

Show DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

Generic DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

NFData DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

Hashable DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

ToJSON DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

AWSRequest DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

ToHeaders DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

ToPath DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

ToQuery DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

type Rep DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

type Rep DescribeIdentityProviderConfiguration = D1 ('MetaData "DescribeIdentityProviderConfiguration" "Amazonka.WorkLink.DescribeIdentityProviderConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeIdentityProviderConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeIdentityProviderConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

newDescribeIdentityProviderConfiguration Source #

Create a value of DescribeIdentityProviderConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DescribeIdentityProviderConfiguration', describeIdentityProviderConfiguration_fleetArn - The ARN of the fleet.

data DescribeIdentityProviderConfigurationResponse Source #

Instances

Instances details
Eq DescribeIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

Read DescribeIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

Show DescribeIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

Generic DescribeIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

NFData DescribeIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

type Rep DescribeIdentityProviderConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeIdentityProviderConfiguration

type Rep DescribeIdentityProviderConfigurationResponse = D1 ('MetaData "DescribeIdentityProviderConfigurationResponse" "Amazonka.WorkLink.DescribeIdentityProviderConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeIdentityProviderConfigurationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identityProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityProviderType)) :*: S1 ('MetaSel ('Just "serviceProviderSamlMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "identityProviderSamlMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

CreateFleet

data CreateFleet Source #

See: newCreateFleet smart constructor.

Instances

Instances details
Eq CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Read CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Show CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Generic CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Associated Types

type Rep CreateFleet :: Type -> Type #

NFData CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Methods

rnf :: CreateFleet -> () #

Hashable CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

ToJSON CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

AWSRequest CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Associated Types

type AWSResponse CreateFleet #

ToHeaders CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Methods

toHeaders :: CreateFleet -> [Header] #

ToPath CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

ToQuery CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

type Rep CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

type Rep CreateFleet = D1 ('MetaData "CreateFleet" "Amazonka.WorkLink.CreateFleet" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "CreateFleet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "optimizeForEndUserLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "fleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateFleet Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

newCreateFleet Source #

Create a value of CreateFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:optimizeForEndUserLocation:CreateFleet', createFleet_optimizeForEndUserLocation - The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.

$sel:displayName:CreateFleet', createFleet_displayName - The fleet name to display.

$sel:tags:CreateFleet', createFleet_tags - The tags to add to the resource. A tag is a key-value pair.

$sel:fleetName:CreateFleet', createFleet_fleetName - A unique name for the fleet.

data CreateFleetResponse Source #

See: newCreateFleetResponse smart constructor.

Instances

Instances details
Eq CreateFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Read CreateFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Show CreateFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Generic CreateFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Associated Types

type Rep CreateFleetResponse :: Type -> Type #

NFData CreateFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

Methods

rnf :: CreateFleetResponse -> () #

type Rep CreateFleetResponse Source # 
Instance details

Defined in Amazonka.WorkLink.CreateFleet

type Rep CreateFleetResponse = D1 ('MetaData "CreateFleetResponse" "Amazonka.WorkLink.CreateFleet" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "CreateFleetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateFleetResponse Source #

Create a value of CreateFleetResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:CreateFleetResponse', createFleetResponse_fleetArn - The Amazon Resource Name (ARN) of the fleet.

$sel:httpStatus:CreateFleetResponse', createFleetResponse_httpStatus - The response's http status code.

DescribeWebsiteCertificateAuthority

data DescribeWebsiteCertificateAuthority Source #

Instances

Instances details
Eq DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

Read DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

Show DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

Generic DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

NFData DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

Hashable DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

ToJSON DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

AWSRequest DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

ToHeaders DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

ToPath DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

ToQuery DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

type Rep DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

type Rep DescribeWebsiteCertificateAuthority = D1 ('MetaData "DescribeWebsiteCertificateAuthority" "Amazonka.WorkLink.DescribeWebsiteCertificateAuthority" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeWebsiteCertificateAuthority'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "websiteCaId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

newDescribeWebsiteCertificateAuthority Source #

Create a value of DescribeWebsiteCertificateAuthority with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DescribeWebsiteCertificateAuthority', describeWebsiteCertificateAuthority_fleetArn - The ARN of the fleet.

$sel:websiteCaId:DescribeWebsiteCertificateAuthority', describeWebsiteCertificateAuthority_websiteCaId - A unique identifier for the certificate authority.

data DescribeWebsiteCertificateAuthorityResponse Source #

Instances

Instances details
Eq DescribeWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

Read DescribeWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

Show DescribeWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

Generic DescribeWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

NFData DescribeWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

type Rep DescribeWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeWebsiteCertificateAuthority

type Rep DescribeWebsiteCertificateAuthorityResponse = D1 ('MetaData "DescribeWebsiteCertificateAuthorityResponse" "Amazonka.WorkLink.DescribeWebsiteCertificateAuthority" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeWebsiteCertificateAuthorityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "certificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

DescribeDomain

data DescribeDomain Source #

See: newDescribeDomain smart constructor.

Constructors

DescribeDomain' Text Text 

Instances

Instances details
Eq DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Read DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Show DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Generic DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Associated Types

type Rep DescribeDomain :: Type -> Type #

NFData DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Methods

rnf :: DescribeDomain -> () #

Hashable DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

ToJSON DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

AWSRequest DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Associated Types

type AWSResponse DescribeDomain #

ToHeaders DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

ToPath DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

ToQuery DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

type Rep DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

type Rep DescribeDomain = D1 ('MetaData "DescribeDomain" "Amazonka.WorkLink.DescribeDomain" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDomain Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

newDescribeDomain Source #

Create a value of DescribeDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DescribeDomain', describeDomain_fleetArn - The ARN of the fleet.

$sel:domainName:DescribeDomain', describeDomain_domainName - The name of the domain.

data DescribeDomainResponse Source #

See: newDescribeDomainResponse smart constructor.

Instances

Instances details
Eq DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Read DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Show DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Generic DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Associated Types

type Rep DescribeDomainResponse :: Type -> Type #

NFData DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

Methods

rnf :: DescribeDomainResponse -> () #

type Rep DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDomain

type Rep DescribeDomainResponse = D1 ('MetaData "DescribeDomainResponse" "Amazonka.WorkLink.DescribeDomain" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeDomainResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainStatus)) :*: (S1 ('MetaSel ('Just "acmCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeDomainResponse Source #

Create a value of DescribeDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:domainStatus:DescribeDomainResponse', describeDomainResponse_domainStatus - The current state for the domain.

$sel:acmCertificateArn:DescribeDomainResponse', describeDomainResponse_acmCertificateArn - The ARN of an issued ACM certificate that is valid for the domain being associated.

$sel:createdTime:DescribeDomainResponse', describeDomainResponse_createdTime - The time that the domain was added.

$sel:domainName:DescribeDomain', describeDomainResponse_domainName - The name of the domain.

$sel:displayName:DescribeDomainResponse', describeDomainResponse_displayName - The name to display.

$sel:httpStatus:DescribeDomainResponse', describeDomainResponse_httpStatus - The response's http status code.

DisassociateWebsiteCertificateAuthority

data DisassociateWebsiteCertificateAuthority Source #

Instances

Instances details
Eq DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

Read DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

Show DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

Generic DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

NFData DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

Hashable DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

ToJSON DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

AWSRequest DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

ToHeaders DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

ToPath DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

ToQuery DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

type Rep DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

type Rep DisassociateWebsiteCertificateAuthority = D1 ('MetaData "DisassociateWebsiteCertificateAuthority" "Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DisassociateWebsiteCertificateAuthority'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "websiteCaId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

data DisassociateWebsiteCertificateAuthorityResponse Source #

Instances

Instances details
Eq DisassociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

Read DisassociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

Show DisassociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

Generic DisassociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

NFData DisassociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

type Rep DisassociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority

type Rep DisassociateWebsiteCertificateAuthorityResponse = D1 ('MetaData "DisassociateWebsiteCertificateAuthorityResponse" "Amazonka.WorkLink.DisassociateWebsiteCertificateAuthority" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DisassociateWebsiteCertificateAuthorityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateWebsiteCertificateAuthorityResponse Source #

Create a value of DisassociateWebsiteCertificateAuthorityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisassociateWebsiteCertificateAuthorityResponse', disassociateWebsiteCertificateAuthorityResponse_httpStatus - The response's http status code.

DescribeDevice

data DescribeDevice Source #

See: newDescribeDevice smart constructor.

Constructors

DescribeDevice' Text Text 

Instances

Instances details
Eq DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Read DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Show DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Generic DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Associated Types

type Rep DescribeDevice :: Type -> Type #

NFData DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Methods

rnf :: DescribeDevice -> () #

Hashable DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

ToJSON DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

AWSRequest DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Associated Types

type AWSResponse DescribeDevice #

ToHeaders DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

ToPath DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

ToQuery DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

type Rep DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

type Rep DescribeDevice = D1 ('MetaData "DescribeDevice" "Amazonka.WorkLink.DescribeDevice" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

newDescribeDevice Source #

Create a value of DescribeDevice with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:DescribeDevice', describeDevice_fleetArn - The ARN of the fleet.

$sel:deviceId:DescribeDevice', describeDevice_deviceId - A unique identifier for a registered user's device.

data DescribeDeviceResponse Source #

See: newDescribeDeviceResponse smart constructor.

Instances

Instances details
Eq DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Read DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Show DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Generic DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Associated Types

type Rep DescribeDeviceResponse :: Type -> Type #

NFData DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Methods

rnf :: DescribeDeviceResponse -> () #

type Rep DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

newDescribeDeviceResponse Source #

Create a value of DescribeDeviceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:DescribeDeviceResponse', describeDeviceResponse_status - The current state of the device.

$sel:manufacturer:DescribeDeviceResponse', describeDeviceResponse_manufacturer - The manufacturer of the device.

$sel:lastAccessedTime:DescribeDeviceResponse', describeDeviceResponse_lastAccessedTime - The date that the device last accessed Amazon WorkLink.

$sel:operatingSystem:DescribeDeviceResponse', describeDeviceResponse_operatingSystem - The operating system of the device.

$sel:username:DescribeDeviceResponse', describeDeviceResponse_username - The user name associated with the device.

$sel:model:DescribeDeviceResponse', describeDeviceResponse_model - The model of the device.

$sel:operatingSystemVersion:DescribeDeviceResponse', describeDeviceResponse_operatingSystemVersion - The operating system version of the device.

$sel:firstAccessedTime:DescribeDeviceResponse', describeDeviceResponse_firstAccessedTime - The date that the device first signed in to Amazon WorkLink.

$sel:patchLevel:DescribeDeviceResponse', describeDeviceResponse_patchLevel - The operating system patch level of the device.

$sel:httpStatus:DescribeDeviceResponse', describeDeviceResponse_httpStatus - The response's http status code.

UpdateAuditStreamConfiguration

data UpdateAuditStreamConfiguration Source #

See: newUpdateAuditStreamConfiguration smart constructor.

Instances

Instances details
Eq UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Read UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Show UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Generic UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Associated Types

type Rep UpdateAuditStreamConfiguration :: Type -> Type #

NFData UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Hashable UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

ToJSON UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

AWSRequest UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

ToHeaders UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

ToPath UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

ToQuery UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

type Rep UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

type Rep UpdateAuditStreamConfiguration = D1 ('MetaData "UpdateAuditStreamConfiguration" "Amazonka.WorkLink.UpdateAuditStreamConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateAuditStreamConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "auditStreamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateAuditStreamConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

newUpdateAuditStreamConfiguration Source #

Create a value of UpdateAuditStreamConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:auditStreamArn:UpdateAuditStreamConfiguration', updateAuditStreamConfiguration_auditStreamArn - The ARN of the Amazon Kinesis data stream that receives the audit events.

$sel:fleetArn:UpdateAuditStreamConfiguration', updateAuditStreamConfiguration_fleetArn - The ARN of the fleet.

data UpdateAuditStreamConfigurationResponse Source #

Instances

Instances details
Eq UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Read UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Show UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

Generic UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

NFData UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

type Rep UpdateAuditStreamConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateAuditStreamConfiguration

type Rep UpdateAuditStreamConfigurationResponse = D1 ('MetaData "UpdateAuditStreamConfigurationResponse" "Amazonka.WorkLink.UpdateAuditStreamConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateAuditStreamConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAuditStreamConfigurationResponse Source #

Create a value of UpdateAuditStreamConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateAuditStreamConfigurationResponse', updateAuditStreamConfigurationResponse_httpStatus - The response's http status code.

UpdateCompanyNetworkConfiguration

data UpdateCompanyNetworkConfiguration Source #

See: newUpdateCompanyNetworkConfiguration smart constructor.

Instances

Instances details
Eq UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Read UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Show UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Generic UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Associated Types

type Rep UpdateCompanyNetworkConfiguration :: Type -> Type #

NFData UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Hashable UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

ToJSON UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

AWSRequest UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

ToHeaders UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

ToPath UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

ToQuery UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

type Rep UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

type Rep UpdateCompanyNetworkConfiguration = D1 ('MetaData "UpdateCompanyNetworkConfiguration" "Amazonka.WorkLink.UpdateCompanyNetworkConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateCompanyNetworkConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))
type AWSResponse UpdateCompanyNetworkConfiguration Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

newUpdateCompanyNetworkConfiguration Source #

Create a value of UpdateCompanyNetworkConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fleetArn:UpdateCompanyNetworkConfiguration', updateCompanyNetworkConfiguration_fleetArn - The ARN of the fleet.

$sel:vpcId:UpdateCompanyNetworkConfiguration', updateCompanyNetworkConfiguration_vpcId - The VPC with connectivity to associated websites.

$sel:subnetIds:UpdateCompanyNetworkConfiguration', updateCompanyNetworkConfiguration_subnetIds - The subnets used for X-ENI connections from Amazon WorkLink rendering containers.

$sel:securityGroupIds:UpdateCompanyNetworkConfiguration', updateCompanyNetworkConfiguration_securityGroupIds - The security groups associated with access to the provided subnets.

data UpdateCompanyNetworkConfigurationResponse Source #

Instances

Instances details
Eq UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Read UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Show UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

Generic UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

NFData UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

type Rep UpdateCompanyNetworkConfigurationResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UpdateCompanyNetworkConfiguration

type Rep UpdateCompanyNetworkConfigurationResponse = D1 ('MetaData "UpdateCompanyNetworkConfigurationResponse" "Amazonka.WorkLink.UpdateCompanyNetworkConfiguration" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UpdateCompanyNetworkConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateCompanyNetworkConfigurationResponse Source #

Create a value of UpdateCompanyNetworkConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateCompanyNetworkConfigurationResponse', updateCompanyNetworkConfigurationResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.WorkLink.TagResource" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the fleet.

$sel:tags:TagResource', tagResource_tags - The tags to add to the resource. A tag is a key-value pair.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.WorkLink.TagResource" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.WorkLink.UntagResource" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the fleet.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The list of tag keys to remove from the resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.WorkLink.UntagResource" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

AssociateWebsiteCertificateAuthority

data AssociateWebsiteCertificateAuthority Source #

Instances

Instances details
Eq AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

Read AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

Show AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

Generic AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

NFData AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

Hashable AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

ToJSON AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

AWSRequest AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

ToHeaders AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

ToPath AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

ToQuery AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

type Rep AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

type Rep AssociateWebsiteCertificateAuthority = D1 ('MetaData "AssociateWebsiteCertificateAuthority" "Amazonka.WorkLink.AssociateWebsiteCertificateAuthority" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "AssociateWebsiteCertificateAuthority'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "certificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse AssociateWebsiteCertificateAuthority Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

data AssociateWebsiteCertificateAuthorityResponse Source #

Instances

Instances details
Eq AssociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

Read AssociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

Show AssociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

Generic AssociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

NFData AssociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

type Rep AssociateWebsiteCertificateAuthorityResponse Source # 
Instance details

Defined in Amazonka.WorkLink.AssociateWebsiteCertificateAuthority

type Rep AssociateWebsiteCertificateAuthorityResponse = D1 ('MetaData "AssociateWebsiteCertificateAuthorityResponse" "Amazonka.WorkLink.AssociateWebsiteCertificateAuthority" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "AssociateWebsiteCertificateAuthorityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "websiteCaId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

ListDomains

data ListDomains Source #

See: newListDomains smart constructor.

Instances

Instances details
Eq ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Read ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Show ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Generic ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Associated Types

type Rep ListDomains :: Type -> Type #

NFData ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Methods

rnf :: ListDomains -> () #

Hashable ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

ToJSON ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

AWSRequest ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Associated Types

type AWSResponse ListDomains #

ToHeaders ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Methods

toHeaders :: ListDomains -> [Header] #

ToPath ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

ToQuery ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

type Rep ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

type Rep ListDomains = D1 ('MetaData "ListDomains" "Amazonka.WorkLink.ListDomains" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListDomains'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListDomains Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

newListDomains Source #

Create a value of ListDomains with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDomains', listDomains_nextToken - The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:maxResults:ListDomains', listDomains_maxResults - The maximum number of results to be included in the next page.

$sel:fleetArn:ListDomains', listDomains_fleetArn - The ARN of the fleet.

data ListDomainsResponse Source #

See: newListDomainsResponse smart constructor.

Instances

Instances details
Eq ListDomainsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Read ListDomainsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Show ListDomainsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Generic ListDomainsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Associated Types

type Rep ListDomainsResponse :: Type -> Type #

NFData ListDomainsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

Methods

rnf :: ListDomainsResponse -> () #

type Rep ListDomainsResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDomains

type Rep ListDomainsResponse = D1 ('MetaData "ListDomainsResponse" "Amazonka.WorkLink.ListDomains" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListDomainsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDomainsResponse Source #

Create a value of ListDomainsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDomains', listDomainsResponse_nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:domains:ListDomainsResponse', listDomainsResponse_domains - Information about the domains.

$sel:httpStatus:ListDomainsResponse', listDomainsResponse_httpStatus - The response's http status code.

ListDevices

data ListDevices Source #

See: newListDevices smart constructor.

Instances

Instances details
Eq ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Read ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Show ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Generic ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Associated Types

type Rep ListDevices :: Type -> Type #

NFData ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Methods

rnf :: ListDevices -> () #

Hashable ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

ToJSON ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

AWSRequest ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Associated Types

type AWSResponse ListDevices #

ToHeaders ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Methods

toHeaders :: ListDevices -> [Header] #

ToPath ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

ToQuery ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

type Rep ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

type Rep ListDevices = D1 ('MetaData "ListDevices" "Amazonka.WorkLink.ListDevices" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListDevices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListDevices Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

newListDevices Source #

Create a value of ListDevices with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDevices', listDevices_nextToken - The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

$sel:maxResults:ListDevices', listDevices_maxResults - The maximum number of results to be included in the next page.

$sel:fleetArn:ListDevices', listDevices_fleetArn - The ARN of the fleet.

data ListDevicesResponse Source #

See: newListDevicesResponse smart constructor.

Instances

Instances details
Eq ListDevicesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Read ListDevicesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Show ListDevicesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Generic ListDevicesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Associated Types

type Rep ListDevicesResponse :: Type -> Type #

NFData ListDevicesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

Methods

rnf :: ListDevicesResponse -> () #

type Rep ListDevicesResponse Source # 
Instance details

Defined in Amazonka.WorkLink.ListDevices

type Rep ListDevicesResponse = D1 ('MetaData "ListDevicesResponse" "Amazonka.WorkLink.ListDevices" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "ListDevicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "devices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeviceSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDevicesResponse Source #

Create a value of ListDevicesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListDevices', listDevicesResponse_nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

$sel:devices:ListDevicesResponse', listDevicesResponse_devices - Information about the devices.

$sel:httpStatus:ListDevicesResponse', listDevicesResponse_httpStatus - The response's http status code.

Types

AuthorizationProviderType

newtype AuthorizationProviderType Source #

Instances

Instances details
Eq AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

Ord AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

Read AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

Show AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

Generic AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

Associated Types

type Rep AuthorizationProviderType :: Type -> Type #

NFData AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

Hashable AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

ToJSON AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

ToJSONKey AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

FromJSON AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

FromJSONKey AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

ToLog AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

ToHeader AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

ToQuery AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

FromXML AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

ToXML AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

ToByteString AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

FromText AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

ToText AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

type Rep AuthorizationProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.AuthorizationProviderType

type Rep AuthorizationProviderType = D1 ('MetaData "AuthorizationProviderType" "Amazonka.WorkLink.Types.AuthorizationProviderType" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'True) (C1 ('MetaCons "AuthorizationProviderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthorizationProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeviceStatus

newtype DeviceStatus Source #

Constructors

DeviceStatus' 

Bundled Patterns

pattern DeviceStatus_ACTIVE :: DeviceStatus 
pattern DeviceStatus_SIGNED_OUT :: DeviceStatus 

Instances

Instances details
Eq DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

Ord DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

Read DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

Show DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

Generic DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

Associated Types

type Rep DeviceStatus :: Type -> Type #

NFData DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

Methods

rnf :: DeviceStatus -> () #

Hashable DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

ToJSON DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

ToJSONKey DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

FromJSON DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

FromJSONKey DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

ToLog DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

ToHeader DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

ToQuery DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

FromXML DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

ToXML DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

Methods

toXML :: DeviceStatus -> XML #

ToByteString DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

FromText DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

ToText DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

Methods

toText :: DeviceStatus -> Text #

type Rep DeviceStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceStatus

type Rep DeviceStatus = D1 ('MetaData "DeviceStatus" "Amazonka.WorkLink.Types.DeviceStatus" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'True) (C1 ('MetaCons "DeviceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeviceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DomainStatus

newtype DomainStatus Source #

Constructors

DomainStatus' 

Instances

Instances details
Eq DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

Ord DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

Read DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

Show DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

Generic DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

Associated Types

type Rep DomainStatus :: Type -> Type #

NFData DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

Methods

rnf :: DomainStatus -> () #

Hashable DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

ToJSON DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

ToJSONKey DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

FromJSON DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

FromJSONKey DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

ToLog DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

ToHeader DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

ToQuery DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

FromXML DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

ToXML DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

Methods

toXML :: DomainStatus -> XML #

ToByteString DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

FromText DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

ToText DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

Methods

toText :: DomainStatus -> Text #

type Rep DomainStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainStatus

type Rep DomainStatus = D1 ('MetaData "DomainStatus" "Amazonka.WorkLink.Types.DomainStatus" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'True) (C1 ('MetaCons "DomainStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDomainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FleetStatus

newtype FleetStatus Source #

Constructors

FleetStatus' 

Instances

Instances details
Eq FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

Ord FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

Read FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

Show FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

Generic FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

Associated Types

type Rep FleetStatus :: Type -> Type #

NFData FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

Methods

rnf :: FleetStatus -> () #

Hashable FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

ToJSON FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

ToJSONKey FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

FromJSON FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

FromJSONKey FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

ToLog FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

ToHeader FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

ToQuery FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

FromXML FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

ToXML FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

Methods

toXML :: FleetStatus -> XML #

ToByteString FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

FromText FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

ToText FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

Methods

toText :: FleetStatus -> Text #

type Rep FleetStatus Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetStatus

type Rep FleetStatus = D1 ('MetaData "FleetStatus" "Amazonka.WorkLink.Types.FleetStatus" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'True) (C1 ('MetaCons "FleetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFleetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityProviderType

newtype IdentityProviderType Source #

Bundled Patterns

pattern IdentityProviderType_SAML :: IdentityProviderType 

Instances

Instances details
Eq IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

Ord IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

Read IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

Show IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

Generic IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

Associated Types

type Rep IdentityProviderType :: Type -> Type #

NFData IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

Methods

rnf :: IdentityProviderType -> () #

Hashable IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

ToJSON IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

ToJSONKey IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

FromJSON IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

FromJSONKey IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

ToLog IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

ToHeader IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

ToQuery IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

FromXML IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

ToXML IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

ToByteString IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

FromText IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

ToText IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

type Rep IdentityProviderType Source # 
Instance details

Defined in Amazonka.WorkLink.Types.IdentityProviderType

type Rep IdentityProviderType = D1 ('MetaData "IdentityProviderType" "Amazonka.WorkLink.Types.IdentityProviderType" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'True) (C1 ('MetaCons "IdentityProviderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIdentityProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeviceSummary

data DeviceSummary Source #

The summary of devices.

See: newDeviceSummary smart constructor.

Instances

Instances details
Eq DeviceSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceSummary

Read DeviceSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceSummary

Show DeviceSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceSummary

Generic DeviceSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceSummary

Associated Types

type Rep DeviceSummary :: Type -> Type #

NFData DeviceSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceSummary

Methods

rnf :: DeviceSummary -> () #

Hashable DeviceSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceSummary

FromJSON DeviceSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceSummary

type Rep DeviceSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DeviceSummary

type Rep DeviceSummary = D1 ('MetaData "DeviceSummary" "Amazonka.WorkLink.Types.DeviceSummary" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DeviceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceStatus)) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDeviceSummary :: DeviceSummary Source #

Create a value of DeviceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deviceStatus:DeviceSummary', deviceSummary_deviceStatus - The status of the device.

$sel:deviceId:DeviceSummary', deviceSummary_deviceId - The ID of the device.

DomainSummary

data DomainSummary Source #

The summary of the domain.

See: newDomainSummary smart constructor.

Instances

Instances details
Eq DomainSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainSummary

Read DomainSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainSummary

Show DomainSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainSummary

Generic DomainSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainSummary

Associated Types

type Rep DomainSummary :: Type -> Type #

NFData DomainSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainSummary

Methods

rnf :: DomainSummary -> () #

Hashable DomainSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainSummary

FromJSON DomainSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainSummary

type Rep DomainSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.DomainSummary

type Rep DomainSummary = D1 ('MetaData "DomainSummary" "Amazonka.WorkLink.Types.DomainSummary" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DomainSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "domainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainStatus))))

newDomainSummary Source #

Create a value of DomainSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:displayName:DomainSummary', domainSummary_displayName - The name to display.

$sel:domainName:DomainSummary', domainSummary_domainName - The name of the domain.

$sel:createdTime:DomainSummary', domainSummary_createdTime - The time that the domain was created.

$sel:domainStatus:DomainSummary', domainSummary_domainStatus - The status of the domain.

FleetSummary

data FleetSummary Source #

The summary of the fleet.

See: newFleetSummary smart constructor.

Instances

Instances details
Eq FleetSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetSummary

Read FleetSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetSummary

Show FleetSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetSummary

Generic FleetSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetSummary

Associated Types

type Rep FleetSummary :: Type -> Type #

NFData FleetSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetSummary

Methods

rnf :: FleetSummary -> () #

Hashable FleetSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetSummary

FromJSON FleetSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetSummary

type Rep FleetSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.FleetSummary

newFleetSummary :: FleetSummary Source #

Create a value of FleetSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastUpdatedTime:FleetSummary', fleetSummary_lastUpdatedTime - The time when the fleet was last updated.

$sel:fleetStatus:FleetSummary', fleetSummary_fleetStatus - The status of the fleet.

$sel:companyCode:FleetSummary', fleetSummary_companyCode - The identifier used by users to sign into the Amazon WorkLink app.

$sel:createdTime:FleetSummary', fleetSummary_createdTime - The time when the fleet was created.

$sel:fleetArn:FleetSummary', fleetSummary_fleetArn - The Amazon Resource Name (ARN) of the fleet.

$sel:displayName:FleetSummary', fleetSummary_displayName - The name of the fleet to display.

$sel:fleetName:FleetSummary', fleetSummary_fleetName - The name of the fleet.

$sel:tags:FleetSummary', fleetSummary_tags - The tags attached to the resource. A tag is a key-value pair.

WebsiteAuthorizationProviderSummary

data WebsiteAuthorizationProviderSummary Source #

The summary of the website authorization provider.

See: newWebsiteAuthorizationProviderSummary smart constructor.

Instances

Instances details
Eq WebsiteAuthorizationProviderSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteAuthorizationProviderSummary

Read WebsiteAuthorizationProviderSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteAuthorizationProviderSummary

Show WebsiteAuthorizationProviderSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteAuthorizationProviderSummary

Generic WebsiteAuthorizationProviderSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteAuthorizationProviderSummary

NFData WebsiteAuthorizationProviderSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteAuthorizationProviderSummary

Hashable WebsiteAuthorizationProviderSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteAuthorizationProviderSummary

FromJSON WebsiteAuthorizationProviderSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteAuthorizationProviderSummary

type Rep WebsiteAuthorizationProviderSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteAuthorizationProviderSummary

type Rep WebsiteAuthorizationProviderSummary = D1 ('MetaData "WebsiteAuthorizationProviderSummary" "Amazonka.WorkLink.Types.WebsiteAuthorizationProviderSummary" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "WebsiteAuthorizationProviderSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "authorizationProviderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorizationProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthorizationProviderType))))

WebsiteCaSummary

data WebsiteCaSummary Source #

The summary of the certificate authority (CA).

See: newWebsiteCaSummary smart constructor.

Instances

Instances details
Eq WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Read WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Show WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Generic WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Associated Types

type Rep WebsiteCaSummary :: Type -> Type #

NFData WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

Methods

rnf :: WebsiteCaSummary -> () #

Hashable WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

FromJSON WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

type Rep WebsiteCaSummary Source # 
Instance details

Defined in Amazonka.WorkLink.Types.WebsiteCaSummary

type Rep WebsiteCaSummary = D1 ('MetaData "WebsiteCaSummary" "Amazonka.WorkLink.Types.WebsiteCaSummary" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "WebsiteCaSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "websiteCaId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newWebsiteCaSummary :: WebsiteCaSummary Source #

Create a value of WebsiteCaSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createdTime:WebsiteCaSummary', websiteCaSummary_createdTime - The time when the CA was added.

$sel:websiteCaId:WebsiteCaSummary', websiteCaSummary_websiteCaId - A unique identifier for the CA.

$sel:displayName:WebsiteCaSummary', websiteCaSummary_displayName - The name to display.