amazonka-apigateway-1.4.0: Amazon API Gateway SDK.

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

Network.AWS.APIGateway.UpdateAccount

Contents

Description

Changes information about the current Account resource.

Synopsis

Creating a Request

updateAccount :: UpdateAccount Source

Creates a value of UpdateAccount with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

uaPatchOperations :: Lens' UpdateAccount [PatchOperation] Source

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

Destructuring the Response

account :: Account Source

Creates a value of Account with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data Account Source

Represents an AWS account that is associated with Amazon API Gateway.

See: account smart constructor.

Response Lenses

aCloudwatchRoleARN :: Lens' Account (Maybe Text) Source

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

aThrottleSettings :: Lens' Account (Maybe ThrottleSettings) Source

Specifies the application programming interface (API) throttle settings for the current Account resource.