aws-0.16: Amazon Web Services (AWS) for Haskell

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.UpdateAccessKey

Synopsis

Documentation

data UpdateAccessKey Source #

Constructors

UpdateAccessKey 

Fields

  • uakAccessKeyId :: Text

    ID of the access key to update.

  • uakStatus :: AccessKeyStatus

    New status of the access key.

  • uakUserName :: Maybe Text

    Name of the user to whom the access key belongs. If omitted, the user will be determined based on the access key used to sign the request.

data UpdateAccessKeyResponse Source #

Instances

Eq UpdateAccessKeyResponse Source # 
Ord UpdateAccessKeyResponse Source # 
Show UpdateAccessKeyResponse Source # 
AsMemoryResponse UpdateAccessKeyResponse Source # 
Transaction UpdateAccessKey UpdateAccessKeyResponse Source # 
ResponseConsumer UpdateAccessKey UpdateAccessKeyResponse Source # 
type MemoryResponse UpdateAccessKeyResponse Source # 
type ResponseMetadata UpdateAccessKeyResponse Source #