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

Safe HaskellNone
LanguageHaskell2010

Aws.Iam.Commands.CreateAccessKey

Synopsis

Documentation

data CreateAccessKey Source #

Creates a new AWS secret access key and corresponding AWS access key ID for the given user name.

If a user name is not provided, IAM will determine the user name based on the access key signing the request.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html

Constructors

CreateAccessKey (Maybe Text) 
Instances
Eq CreateAccessKey Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

Ord CreateAccessKey Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

Show CreateAccessKey Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

SignQuery CreateAccessKey Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

Transaction CreateAccessKey CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

ResponseConsumer CreateAccessKey CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

type ServiceConfiguration CreateAccessKey Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

data CreateAccessKeyResponse Source #

Instances
Eq CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

Ord CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

Show CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

AsMemoryResponse CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

Transaction CreateAccessKey CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

ResponseConsumer CreateAccessKey CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

type MemoryResponse CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

type ResponseMetadata CreateAccessKeyResponse Source # 
Instance details

Defined in Aws.Iam.Commands.CreateAccessKey

data AccessKey Source #

Constructors

AccessKey 

Fields