Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Deletes the specified service-specific credential.
Synopsis
- deleteServiceSpecificCredential :: Text -> DeleteServiceSpecificCredential
- data DeleteServiceSpecificCredential
- dsscUserName :: Lens' DeleteServiceSpecificCredential (Maybe Text)
- dsscServiceSpecificCredentialId :: Lens' DeleteServiceSpecificCredential Text
- deleteServiceSpecificCredentialResponse :: DeleteServiceSpecificCredentialResponse
- data DeleteServiceSpecificCredentialResponse
Creating a Request
deleteServiceSpecificCredential Source #
Creates a value of DeleteServiceSpecificCredential
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsscUserName
- The name of the IAM user associated with the service-specific credential. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-dsscServiceSpecificCredentialId
- The unique identifier of the service-specific credential. You can get this value by callingListServiceSpecificCredentials
. This parameter allows (per its regex pattern ) a string of characters that can consist of any upper or lowercased letter or digit.
data DeleteServiceSpecificCredential Source #
See: deleteServiceSpecificCredential
smart constructor.
Instances
Request Lenses
dsscUserName :: Lens' DeleteServiceSpecificCredential (Maybe Text) Source #
The name of the IAM user associated with the service-specific credential. If this value is not specified, then the operation assumes the user whose credentials are used to call the operation. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
dsscServiceSpecificCredentialId :: Lens' DeleteServiceSpecificCredential Text Source #
The unique identifier of the service-specific credential. You can get this value by calling ListServiceSpecificCredentials
. This parameter allows (per its regex pattern ) a string of characters that can consist of any upper or lowercased letter or digit.
Destructuring the Response
deleteServiceSpecificCredentialResponse :: DeleteServiceSpecificCredentialResponse Source #
Creates a value of DeleteServiceSpecificCredentialResponse
with the minimum fields required to make a request.
data DeleteServiceSpecificCredentialResponse Source #
See: deleteServiceSpecificCredentialResponse
smart constructor.