amazonka-apigateway-1.3.5: Amazon API Gateway SDK.

Copyright(c) 2013-2015 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.UpdateDeployment

Contents

Description

Changes information about a Deployment resource.

See: AWS API Reference for UpdateDeployment.

Synopsis

Creating a Request

updateDeployment Source

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

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

Request Lenses

udPatchOperations :: Lens' UpdateDeployment [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.

udRestAPIId :: Lens' UpdateDeployment Text Source

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

udDeploymentId :: Lens' UpdateDeployment Text Source

The replacment identifier for the Deployment resource to change information about.

Destructuring the Response

deployment :: Deployment Source

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

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

data Deployment Source

An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.

See: deployment smart constructor.

Response Lenses

dApiSummary :: Lens' Deployment (HashMap Text (HashMap Text MethodSnapshot)) Source

Gets a summary of the RestApi at the date and time that the deployment resource was created.

dCreatedDate :: Lens' Deployment (Maybe UTCTime) Source

The date and time that the deployment resource was created.

dId :: Lens' Deployment (Maybe Text) Source

The identifier for the deployment resource.

dDescription :: Lens' Deployment (Maybe Text) Source

The description for the deployment resource.