| 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.DeleteTrustStore
Description
Deletes the trust store.
Synopsis
- data DeleteTrustStore = DeleteTrustStore' {}
- newDeleteTrustStore :: Text -> DeleteTrustStore
- deleteTrustStore_trustStoreArn :: Lens' DeleteTrustStore Text
- data DeleteTrustStoreResponse = DeleteTrustStoreResponse' {
- httpStatus :: Int
- newDeleteTrustStoreResponse :: Int -> DeleteTrustStoreResponse
- deleteTrustStoreResponse_httpStatus :: Lens' DeleteTrustStoreResponse Int
Creating a Request
data DeleteTrustStore Source #
See: newDeleteTrustStore smart constructor.
Constructors
| DeleteTrustStore' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteTrustStore |
Create a value of DeleteTrustStore 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:
DeleteTrustStore, deleteTrustStore_trustStoreArn - The ARN of the trust store.
Request Lenses
deleteTrustStore_trustStoreArn :: Lens' DeleteTrustStore Text Source #
The ARN of the trust store.
Destructuring the Response
data DeleteTrustStoreResponse Source #
See: newDeleteTrustStoreResponse smart constructor.
Constructors
| DeleteTrustStoreResponse' | |
Fields
| |
Instances
newDeleteTrustStoreResponse Source #
Create a value of DeleteTrustStoreResponse 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:DeleteTrustStoreResponse', deleteTrustStoreResponse_httpStatus - The response's http status code.
Response Lenses
deleteTrustStoreResponse_httpStatus :: Lens' DeleteTrustStoreResponse Int Source #
The response's http status code.