amazonka-workspaces-web-2.0: Amazon WorkSpaces Web SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkSpacesWeb.AssociateTrustStore

Description

Associates a trust store with a web portal.

Synopsis

Creating a Request

data AssociateTrustStore Source #

See: newAssociateTrustStore smart constructor.

Constructors

AssociateTrustStore' 

Fields

Instances

Instances details
ToJSON AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

ToHeaders AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

ToPath AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

ToQuery AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

AWSRequest AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Associated Types

type AWSResponse AssociateTrustStore #

Generic AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Associated Types

type Rep AssociateTrustStore :: Type -> Type #

Read AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Show AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

NFData AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Methods

rnf :: AssociateTrustStore -> () #

Eq AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Hashable AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

type AWSResponse AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

type Rep AssociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

type Rep AssociateTrustStore = D1 ('MetaData "AssociateTrustStore" "Amazonka.WorkSpacesWeb.AssociateTrustStore" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "AssociateTrustStore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portalArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateTrustStore Source #

Create a value of AssociateTrustStore 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:

AssociateTrustStore, associateTrustStore_portalArn - The ARN of the web portal.

AssociateTrustStore, associateTrustStore_trustStoreArn - The ARN of the trust store.

Request Lenses

Destructuring the Response

data AssociateTrustStoreResponse Source #

See: newAssociateTrustStoreResponse smart constructor.

Constructors

AssociateTrustStoreResponse' 

Fields

Instances

Instances details
Generic AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Associated Types

type Rep AssociateTrustStoreResponse :: Type -> Type #

Read AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Show AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

NFData AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

Eq AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

type Rep AssociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.AssociateTrustStore

type Rep AssociateTrustStoreResponse = D1 ('MetaData "AssociateTrustStoreResponse" "Amazonka.WorkSpacesWeb.AssociateTrustStore" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "AssociateTrustStoreResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "portalArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trustStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAssociateTrustStoreResponse Source #

Create a value of AssociateTrustStoreResponse 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:AssociateTrustStoreResponse', associateTrustStoreResponse_httpStatus - The response's http status code.

AssociateTrustStore, associateTrustStoreResponse_portalArn - The ARN of the web portal.

AssociateTrustStore, associateTrustStoreResponse_trustStoreArn - The ARN of the trust store.

Response Lenses