Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.WorkSpacesWeb.DisassociateTrustStore
Description
Disassociates a trust store from a web portal.
Synopsis
- data DisassociateTrustStore = DisassociateTrustStore' {}
- newDisassociateTrustStore :: Text -> DisassociateTrustStore
- disassociateTrustStore_portalArn :: Lens' DisassociateTrustStore Text
- data DisassociateTrustStoreResponse = DisassociateTrustStoreResponse' {
- httpStatus :: Int
- newDisassociateTrustStoreResponse :: Int -> DisassociateTrustStoreResponse
- disassociateTrustStoreResponse_httpStatus :: Lens' DisassociateTrustStoreResponse Int
Creating a Request
data DisassociateTrustStore Source #
See: newDisassociateTrustStore
smart constructor.
Constructors
DisassociateTrustStore' | |
Instances
newDisassociateTrustStore Source #
Arguments
:: Text | |
-> DisassociateTrustStore |
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
disassociateTrustStore_portalArn :: Lens' DisassociateTrustStore Text Source #
The ARN of the web portal.
Destructuring the Response
data DisassociateTrustStoreResponse Source #
See: newDisassociateTrustStoreResponse
smart constructor.
Constructors
DisassociateTrustStoreResponse' | |
Fields
|
Instances
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
disassociateTrustStoreResponse_httpStatus :: Lens' DisassociateTrustStoreResponse Int Source #
The response's http status code.