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.DisassociateTrustStore

Description

Disassociates a trust store from a web portal.

Synopsis

Creating a Request

data DisassociateTrustStore Source #

See: newDisassociateTrustStore smart constructor.

Constructors

DisassociateTrustStore' 

Fields

Instances

Instances details
ToHeaders DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

ToPath DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

ToQuery DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

AWSRequest DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Associated Types

type AWSResponse DisassociateTrustStore #

Generic DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Associated Types

type Rep DisassociateTrustStore :: Type -> Type #

Read DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Show DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

NFData DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Methods

rnf :: DisassociateTrustStore -> () #

Eq DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Hashable DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

type AWSResponse DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

type Rep DisassociateTrustStore Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

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

newDisassociateTrustStore Source #

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

DisassociateTrustStore, disassociateTrustStore_portalArn - The ARN of the web portal.

Request Lenses

Destructuring the Response

data DisassociateTrustStoreResponse Source #

See: newDisassociateTrustStoreResponse smart constructor.

Constructors

DisassociateTrustStoreResponse' 

Fields

Instances

Instances details
Generic DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Associated Types

type Rep DisassociateTrustStoreResponse :: Type -> Type #

Read DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Show DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

NFData DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

Eq DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

type Rep DisassociateTrustStoreResponse Source # 
Instance details

Defined in Amazonka.WorkSpacesWeb.DisassociateTrustStore

type Rep DisassociateTrustStoreResponse = D1 ('MetaData "DisassociateTrustStoreResponse" "Amazonka.WorkSpacesWeb.DisassociateTrustStore" "amazonka-workspaces-web-2.0-7elUOg7oNE07CClY3TuUcU" 'False) (C1 ('MetaCons "DisassociateTrustStoreResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateTrustStoreResponse Source #

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

Response Lenses