| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.UpdateStage
Description
Changes information about a Stage resource.
- updateStage :: Text -> Text -> UpdateStage
- data UpdateStage
- usPatchOperations :: Lens' UpdateStage [PatchOperation]
- usRestAPIId :: Lens' UpdateStage Text
- usStageName :: Lens' UpdateStage Text
- stage :: Stage
- data Stage
- sDeploymentId :: Lens' Stage (Maybe Text)
- sVariables :: Lens' Stage (HashMap Text Text)
- sAccessLogSettings :: Lens' Stage (Maybe AccessLogSettings)
- sDocumentationVersion :: Lens' Stage (Maybe Text)
- sClientCertificateId :: Lens' Stage (Maybe Text)
- sCreatedDate :: Lens' Stage (Maybe UTCTime)
- sCacheClusterStatus :: Lens' Stage (Maybe CacheClusterStatus)
- sMethodSettings :: Lens' Stage (HashMap Text MethodSetting)
- sLastUpdatedDate :: Lens' Stage (Maybe UTCTime)
- sCacheClusterSize :: Lens' Stage (Maybe CacheClusterSize)
- sCanarySettings :: Lens' Stage (Maybe CanarySettings)
- sCacheClusterEnabled :: Lens' Stage (Maybe Bool)
- sStageName :: Lens' Stage (Maybe Text)
- sDescription :: Lens' Stage (Maybe Text)
- sTags :: Lens' Stage (HashMap Text Text)
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> UpdateStage |
Creates a value of UpdateStage with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
usPatchOperations- A list of update operations to be applied to the specified resource and in the order specified in this list.usRestAPIId- [Required] The string identifier of the associatedRestApi.usStageName- [Required] The name of theStageresource to change information about.
data UpdateStage Source #
Requests API Gateway to change information about a Stage resource.
See: updateStage smart constructor.
Instances
Request Lenses
usPatchOperations :: Lens' UpdateStage [PatchOperation] Source #
A list of update operations to be applied to the specified resource and in the order specified in this list.
usRestAPIId :: Lens' UpdateStage Text Source #
- Required
- The string identifier of the associated
RestApi.
usStageName :: Lens' UpdateStage Text Source #
- Required
- The name of the
Stageresource to change information about.
Destructuring the Response
Creates a value of Stage with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sDeploymentId- The identifier of theDeploymentthat the stage points to.sVariables- A map that defines the stage variables for aStageresource. Variable names can have alphanumeric and underscore characters, and the values must match[A-Za-z0-9-._~:/?#&=,]+.sAccessLogSettings- Settings for logging access in this stage.sDocumentationVersion- The version of the associated API documentation.sClientCertificateId- The identifier of a client certificate for an API stage.sCreatedDate- The timestamp when the stage was created.sCacheClusterStatus- The status of the cache cluster for the stage, if enabled.sMethodSettings- A map that defines the method settings for aStageresource. Keys (designated as/{method_setting_keybelow) are method paths defined as{resource_path}/{http_method}for an individual method override, or**for overriding all methods in the stage.sLastUpdatedDate- The timestamp when the stage last updated.sCacheClusterSize- The size of the cache cluster for the stage, if enabled.sCanarySettings- Settings for the canary deployment in this stage.sCacheClusterEnabled- Specifies whether a cache cluster is enabled for the stage.sStageName- The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.sDescription- The stage's description.sTags- The collection of tags. Each tag element is associated with a given resource.
Represents a unique identifier for a version of a deployed RestApi that is callable by users.
See: stage smart constructor.
Response Lenses
sDeploymentId :: Lens' Stage (Maybe Text) Source #
The identifier of the Deployment that the stage points to.
sVariables :: Lens' Stage (HashMap Text Text) Source #
A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+ .
sAccessLogSettings :: Lens' Stage (Maybe AccessLogSettings) Source #
Settings for logging access in this stage.
sDocumentationVersion :: Lens' Stage (Maybe Text) Source #
The version of the associated API documentation.
sClientCertificateId :: Lens' Stage (Maybe Text) Source #
The identifier of a client certificate for an API stage.
sCacheClusterStatus :: Lens' Stage (Maybe CacheClusterStatus) Source #
The status of the cache cluster for the stage, if enabled.
sMethodSettings :: Lens' Stage (HashMap Text MethodSetting) Source #
A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or ** for overriding all methods in the stage.
sCacheClusterSize :: Lens' Stage (Maybe CacheClusterSize) Source #
The size of the cache cluster for the stage, if enabled.
sCanarySettings :: Lens' Stage (Maybe CanarySettings) Source #
Settings for the canary deployment in this stage.
sCacheClusterEnabled :: Lens' Stage (Maybe Bool) Source #
Specifies whether a cache cluster is enabled for the stage.