GetHostedConfigurationVersion
Get information about a specific configuration version.
Request Syntax
GET /applications/ApplicationId
/configurationprofiles/ConfigurationProfileId
/hostedconfigurationversions/VersionNumber
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- ApplicationId
-
The application ID.
Pattern:
[a-z0-9]{4,7}
Required: Yes
- ConfigurationProfileId
-
The configuration profile ID.
Pattern:
[a-z0-9]{4,7}
Required: Yes
- VersionNumber
-
The version.
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Application-Id: ApplicationId
Configuration-Profile-Id: ConfigurationProfileId
Version-Number: VersionNumber
Description: Description
Content-Type: ContentType
Content
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The response returns the following HTTP headers.
- ApplicationId
-
The application ID.
Pattern:
[a-z0-9]{4,7}
- ConfigurationProfileId
-
The configuration profile ID.
Pattern:
[a-z0-9]{4,7}
- ContentType
-
A standard MIME type describing the format of the configuration content. For more information, see Content-Type
. Length Constraints: Minimum length of 1. Maximum length of 255.
- Description
-
A description of the configuration.
Length Constraints: Minimum length of 0. Maximum length of 1024.
- VersionNumber
-
The configuration version.
The response returns the following as the HTTP body.
- Content
-
The content of the configuration or the configuration data.
Errors
For information about the errors that are common to all actions, see Common Errors.
- BadRequestException
-
The input fails to satisfy the constraints specified by an AWS service.
HTTP Status Code: 400
- InternalServerException
-
There was an internal failure in the AppConfig service.
HTTP Status Code: 500
- ResourceNotFoundException
-
The requested resource could not be found.
HTTP Status Code: 404
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: