libZSservicesZSamazonka-iamZSamazonka-iam
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IAM.DeleteServiceSpecificCredential

Description

Deletes the specified service-specific credential.

Synopsis

Creating a Request

data DeleteServiceSpecificCredential Source #

See: newDeleteServiceSpecificCredential smart constructor.

Constructors

DeleteServiceSpecificCredential' 

Fields

  • userName :: Maybe Text

    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 (through 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: _+=,.@-

  • serviceSpecificCredentialId :: Text

    The unique identifier of the service-specific credential. You can get this value by calling ListServiceSpecificCredentials.

    This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

Instances

Instances details
Eq DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

Read DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

Show DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

Generic DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

Associated Types

type Rep DeleteServiceSpecificCredential :: Type -> Type #

NFData DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

Hashable DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

AWSRequest DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

ToHeaders DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

ToPath DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

ToQuery DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

type Rep DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

type Rep DeleteServiceSpecificCredential = D1 ('MetaData "DeleteServiceSpecificCredential" "Amazonka.IAM.DeleteServiceSpecificCredential" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "DeleteServiceSpecificCredential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceSpecificCredentialId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteServiceSpecificCredential Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

newDeleteServiceSpecificCredential Source #

Create a value of DeleteServiceSpecificCredential 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:userName:DeleteServiceSpecificCredential', deleteServiceSpecificCredential_userName - 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 (through 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: _+=,.@-

$sel:serviceSpecificCredentialId:DeleteServiceSpecificCredential', deleteServiceSpecificCredential_serviceSpecificCredentialId - The unique identifier of the service-specific credential. You can get this value by calling ListServiceSpecificCredentials.

This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

Request Lenses

deleteServiceSpecificCredential_userName :: 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 (through 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: _+=,.@-

deleteServiceSpecificCredential_serviceSpecificCredentialId :: Lens' DeleteServiceSpecificCredential Text Source #

The unique identifier of the service-specific credential. You can get this value by calling ListServiceSpecificCredentials.

This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.

Destructuring the Response

data DeleteServiceSpecificCredentialResponse Source #

Instances

Instances details
Eq DeleteServiceSpecificCredentialResponse Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

Read DeleteServiceSpecificCredentialResponse Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

Show DeleteServiceSpecificCredentialResponse Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

Generic DeleteServiceSpecificCredentialResponse Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

NFData DeleteServiceSpecificCredentialResponse Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

type Rep DeleteServiceSpecificCredentialResponse Source # 
Instance details

Defined in Amazonka.IAM.DeleteServiceSpecificCredential

type Rep DeleteServiceSpecificCredentialResponse = D1 ('MetaData "DeleteServiceSpecificCredentialResponse" "Amazonka.IAM.DeleteServiceSpecificCredential" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "DeleteServiceSpecificCredentialResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteServiceSpecificCredentialResponse :: DeleteServiceSpecificCredentialResponse Source #

Create a value of DeleteServiceSpecificCredentialResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.