| 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.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint
Description
Deregisters an AppInstanceUserEndpoint.
Synopsis
- data DeregisterAppInstanceUserEndpoint = DeregisterAppInstanceUserEndpoint' {}
- newDeregisterAppInstanceUserEndpoint :: Text -> Text -> DeregisterAppInstanceUserEndpoint
- deregisterAppInstanceUserEndpoint_appInstanceUserArn :: Lens' DeregisterAppInstanceUserEndpoint Text
- deregisterAppInstanceUserEndpoint_endpointId :: Lens' DeregisterAppInstanceUserEndpoint Text
- data DeregisterAppInstanceUserEndpointResponse = DeregisterAppInstanceUserEndpointResponse' {
- newDeregisterAppInstanceUserEndpointResponse :: DeregisterAppInstanceUserEndpointResponse
Creating a Request
data DeregisterAppInstanceUserEndpoint Source #
See: newDeregisterAppInstanceUserEndpoint smart constructor.
Constructors
| DeregisterAppInstanceUserEndpoint' | |
Fields
| |
Instances
newDeregisterAppInstanceUserEndpoint Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeregisterAppInstanceUserEndpoint |
Create a value of DeregisterAppInstanceUserEndpoint 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:
DeregisterAppInstanceUserEndpoint, deregisterAppInstanceUserEndpoint_appInstanceUserArn - The ARN of the AppInstanceUser.
DeregisterAppInstanceUserEndpoint, deregisterAppInstanceUserEndpoint_endpointId - The unique identifier of the AppInstanceUserEndpoint.
Request Lenses
deregisterAppInstanceUserEndpoint_appInstanceUserArn :: Lens' DeregisterAppInstanceUserEndpoint Text Source #
The ARN of the AppInstanceUser.
deregisterAppInstanceUserEndpoint_endpointId :: Lens' DeregisterAppInstanceUserEndpoint Text Source #
The unique identifier of the AppInstanceUserEndpoint.
Destructuring the Response
data DeregisterAppInstanceUserEndpointResponse Source #
See: newDeregisterAppInstanceUserEndpointResponse smart constructor.
Constructors
| DeregisterAppInstanceUserEndpointResponse' | |
Instances
| Generic DeregisterAppInstanceUserEndpointResponse Source # | |
Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint Associated Types type Rep DeregisterAppInstanceUserEndpointResponse :: Type -> Type # | |
| Read DeregisterAppInstanceUserEndpointResponse Source # | |
| Show DeregisterAppInstanceUserEndpointResponse Source # | |
| NFData DeregisterAppInstanceUserEndpointResponse Source # | |
Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint Methods | |
| Eq DeregisterAppInstanceUserEndpointResponse Source # | |
| type Rep DeregisterAppInstanceUserEndpointResponse Source # | |
Defined in Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint type Rep DeregisterAppInstanceUserEndpointResponse = D1 ('MetaData "DeregisterAppInstanceUserEndpointResponse" "Amazonka.ChimeSDKIdentity.DeregisterAppInstanceUserEndpoint" "amazonka-chime-sdk-identity-2.0-4Oyp0DV6v8255OObqkKpjC" 'False) (C1 ('MetaCons "DeregisterAppInstanceUserEndpointResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) | |
newDeregisterAppInstanceUserEndpointResponse :: DeregisterAppInstanceUserEndpointResponse Source #
Create a value of DeregisterAppInstanceUserEndpointResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.