@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonAppConfig extends Object implements AmazonAppConfig
AmazonAppConfig. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIXpublic CreateApplicationResult createApplication(CreateApplicationRequest request)
AmazonAppConfigAn application in AppConfig is a logical unit of code that provides capabilities for your customers. For example, an application can be a microservice that runs on Amazon EC2 instances, a mobile application installed by your users, a serverless application using Amazon API Gateway and AWS Lambda, or any system you run on behalf of others.
createApplication in interface AmazonAppConfigpublic CreateConfigurationProfileResult createConfigurationProfile(CreateConfigurationProfileRequest request)
AmazonAppConfigInformation that enables AppConfig to access the configuration source. Valid configuration sources include Systems Manager (SSM) documents, SSM Parameter Store parameters, and Amazon S3 objects. A configuration profile includes the following information.
The Uri location of the configuration data.
The AWS Identity and Access Management (IAM) role that provides access to the configuration data.
A validator for the configuration data. Available validators include either a JSON Schema or an AWS Lambda function.
For more information, see Create a Configuration and a Configuration Profile in the AWS AppConfig User Guide.
createConfigurationProfile in interface AmazonAppConfigpublic CreateDeploymentStrategyResult createDeploymentStrategy(CreateDeploymentStrategyRequest request)
AmazonAppConfigA deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes: the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time.
createDeploymentStrategy in interface AmazonAppConfigpublic CreateEnvironmentResult createEnvironment(CreateEnvironmentRequest request)
AmazonAppConfig
For each application, you define one or more environments. An environment is a logical deployment group of
AppConfig targets, such as applications in a Beta or Production environment. You can
also define environments for application subcomponents such as the Web, Mobile and
Back-end components for your application. You can configure Amazon CloudWatch alarms for each
environment. The system monitors alarms during a configuration deployment. If an alarm is triggered, the system
rolls back the configuration.
createEnvironment in interface AmazonAppConfigpublic CreateHostedConfigurationVersionResult createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest request)
AmazonAppConfigCreate a new configuration in the AppConfig configuration store.
createHostedConfigurationVersion in interface AmazonAppConfigpublic DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
AmazonAppConfigDelete an application. Deleting an application does not delete a configuration from a host.
deleteApplication in interface AmazonAppConfigpublic DeleteConfigurationProfileResult deleteConfigurationProfile(DeleteConfigurationProfileRequest request)
AmazonAppConfigDelete a configuration profile. Deleting a configuration profile does not delete a configuration from a host.
deleteConfigurationProfile in interface AmazonAppConfigpublic DeleteDeploymentStrategyResult deleteDeploymentStrategy(DeleteDeploymentStrategyRequest request)
AmazonAppConfigDelete a deployment strategy. Deleting a deployment strategy does not delete a configuration from a host.
deleteDeploymentStrategy in interface AmazonAppConfigpublic DeleteEnvironmentResult deleteEnvironment(DeleteEnvironmentRequest request)
AmazonAppConfigDelete an environment. Deleting an environment does not delete a configuration from a host.
deleteEnvironment in interface AmazonAppConfigpublic DeleteHostedConfigurationVersionResult deleteHostedConfigurationVersion(DeleteHostedConfigurationVersionRequest request)
AmazonAppConfigDelete a version of a configuration from the AppConfig configuration store.
deleteHostedConfigurationVersion in interface AmazonAppConfigpublic GetApplicationResult getApplication(GetApplicationRequest request)
AmazonAppConfigRetrieve information about an application.
getApplication in interface AmazonAppConfigpublic GetConfigurationResult getConfiguration(GetConfigurationRequest request)
AmazonAppConfigReceive information about a configuration.
AWS AppConfig uses the value of the ClientConfigurationVersion parameter to identify the
configuration version on your clients. If you don’t send ClientConfigurationVersion with each call
to GetConfiguration, your clients receive the current configuration. You are charged each time your
clients receive a configuration.
To avoid excess charges, we recommend that you include the ClientConfigurationVersion value with
every call to GetConfiguration. This value must be saved on your client. Subsequent calls to
GetConfiguration must pass this value by using the ClientConfigurationVersion
parameter.
getConfiguration in interface AmazonAppConfigpublic GetConfigurationProfileResult getConfigurationProfile(GetConfigurationProfileRequest request)
AmazonAppConfigRetrieve information about a configuration profile.
getConfigurationProfile in interface AmazonAppConfigpublic GetDeploymentResult getDeployment(GetDeploymentRequest request)
AmazonAppConfigRetrieve information about a configuration deployment.
getDeployment in interface AmazonAppConfigpublic GetDeploymentStrategyResult getDeploymentStrategy(GetDeploymentStrategyRequest request)
AmazonAppConfigRetrieve information about a deployment strategy. A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes: the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time.
getDeploymentStrategy in interface AmazonAppConfigpublic GetEnvironmentResult getEnvironment(GetEnvironmentRequest request)
AmazonAppConfig
Retrieve information about an environment. An environment is a logical deployment group of AppConfig
applications, such as applications in a Production environment or in an EU_Region
environment. Each configuration deployment targets an environment. You can enable one or more Amazon CloudWatch
alarms for an environment. If an alarm is triggered during a deployment, AppConfig roles back the configuration.
getEnvironment in interface AmazonAppConfigpublic GetHostedConfigurationVersionResult getHostedConfigurationVersion(GetHostedConfigurationVersionRequest request)
AmazonAppConfigGet information about a specific configuration version.
getHostedConfigurationVersion in interface AmazonAppConfigpublic ListApplicationsResult listApplications(ListApplicationsRequest request)
AmazonAppConfigList all applications in your AWS account.
listApplications in interface AmazonAppConfigpublic ListConfigurationProfilesResult listConfigurationProfiles(ListConfigurationProfilesRequest request)
AmazonAppConfigLists the configuration profiles for an application.
listConfigurationProfiles in interface AmazonAppConfigpublic ListDeploymentStrategiesResult listDeploymentStrategies(ListDeploymentStrategiesRequest request)
AmazonAppConfigList deployment strategies.
listDeploymentStrategies in interface AmazonAppConfigpublic ListDeploymentsResult listDeployments(ListDeploymentsRequest request)
AmazonAppConfigLists the deployments for an environment.
listDeployments in interface AmazonAppConfigpublic ListEnvironmentsResult listEnvironments(ListEnvironmentsRequest request)
AmazonAppConfigList the environments for an application.
listEnvironments in interface AmazonAppConfigpublic ListHostedConfigurationVersionsResult listHostedConfigurationVersions(ListHostedConfigurationVersionsRequest request)
AmazonAppConfigView a list of configurations stored in the AppConfig configuration store by version.
listHostedConfigurationVersions in interface AmazonAppConfigpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonAppConfigRetrieves the list of key-value tags assigned to the resource.
listTagsForResource in interface AmazonAppConfigpublic StartDeploymentResult startDeployment(StartDeploymentRequest request)
AmazonAppConfigStarts a deployment.
startDeployment in interface AmazonAppConfigpublic StopDeploymentResult stopDeployment(StopDeploymentRequest request)
AmazonAppConfig
Stops a deployment. This API action works only on deployments that have a status of DEPLOYING. This
action moves the deployment to a status of ROLLED_BACK.
stopDeployment in interface AmazonAppConfigpublic TagResourceResult tagResource(TagResourceRequest request)
AmazonAppConfigMetadata to assign to an AppConfig resource. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define. You can specify a maximum of 50 tags for a resource.
tagResource in interface AmazonAppConfigpublic UntagResourceResult untagResource(UntagResourceRequest request)
AmazonAppConfigDeletes a tag key and value from an AppConfig resource.
untagResource in interface AmazonAppConfigpublic UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
AmazonAppConfigUpdates an application.
updateApplication in interface AmazonAppConfigpublic UpdateConfigurationProfileResult updateConfigurationProfile(UpdateConfigurationProfileRequest request)
AmazonAppConfigUpdates a configuration profile.
updateConfigurationProfile in interface AmazonAppConfigpublic UpdateDeploymentStrategyResult updateDeploymentStrategy(UpdateDeploymentStrategyRequest request)
AmazonAppConfigUpdates a deployment strategy.
updateDeploymentStrategy in interface AmazonAppConfigpublic UpdateEnvironmentResult updateEnvironment(UpdateEnvironmentRequest request)
AmazonAppConfigUpdates an environment.
updateEnvironment in interface AmazonAppConfigpublic ValidateConfigurationResult validateConfiguration(ValidateConfigurationRequest request)
AmazonAppConfigUses the validators in a configuration profile to validate a configuration.
validateConfiguration in interface AmazonAppConfigpublic void shutdown()
AmazonAppConfigshutdown in interface AmazonAppConfigpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonAppConfigResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonAppConfigrequest - The originally executed request.