| Copyright | (c) 2013-2017 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.GetStage
Description
Gets information about a Stage resource.
- getStage :: Text -> Text -> GetStage
- data GetStage
- gssRestAPIId :: Lens' GetStage Text
- gssStageName :: Lens' GetStage Text
- stage :: Stage
- data Stage
- sDeploymentId :: Lens' Stage (Maybe Text)
- sVariables :: Lens' Stage (HashMap Text Text)
- 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)
- sCacheClusterEnabled :: Lens' Stage (Maybe Bool)
- sStageName :: Lens' Stage (Maybe Text)
- sDescription :: Lens' Stage (Maybe Text)
Creating a Request
Creates a value of GetStage with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gssRestAPIId- The string identifier of the associatedRestApi.gssStageName- The name of theStageresource to get information about.
Requests Amazon API Gateway to get information about a Stage resource.
See: getStage smart constructor.
Instances
Request Lenses
gssStageName :: Lens' GetStage Text Source #
The name of the Stage resource to get 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-._~:/?#&=,]+.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.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 Amazon API Gateway.sDescription- The stage's description.
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-._~:/?#&=,]+ .
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.
sCacheClusterEnabled :: Lens' Stage (Maybe Bool) Source #
Specifies whether a cache cluster is enabled for the stage.