'2.0', 'service' => '

Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations. AppConfig supports controlled deployments to applications of any size and includes built-in validation checks and monitoring. You can use AppConfig with applications hosted on Amazon EC2 instances, Lambda, containers, mobile applications, or IoT devices.

To prevent errors when deploying application configurations, especially for production systems where a simple typo could cause an unexpected outage, AppConfig includes validators. A validator provides a syntactic or semantic check to ensure that the configuration you want to deploy works as intended. To validate your application configuration data, you provide a schema or an Amazon Web Services Lambda function that runs against the configuration. The configuration deployment or update can only proceed when the configuration data is valid.

During a configuration deployment, AppConfig monitors the application to ensure that the deployment is successful. If the system encounters an error, AppConfig rolls back the change to minimize impact for your application users. You can configure a deployment strategy for each application or environment that includes deployment criteria, including velocity, bake time, and alarms to monitor. Similar to error monitoring, if a deployment triggers an alarm, AppConfig automatically rolls back to the previous version.

AppConfig supports multiple use cases. Here are some examples:

This reference is intended to be used with the AppConfig User Guide.

', 'operations' => [ 'CreateApplication' => '

Creates an application. In AppConfig, an application is simply an organizational construct like a folder. This organizational construct has a relationship with some unit of executable code. For example, you could create an application called MyMobileApp to organize and manage configuration data for a mobile application installed by your users.

', 'CreateConfigurationProfile' => '

Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the following:

A configuration profile includes the following information:

For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.

', 'CreateDeploymentStrategy' => '

Creates a deployment strategy that 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.

', 'CreateEnvironment' => '

Creates an environment. For each application, you define one or more environments. An environment is a 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.

', 'CreateExtension' => '

Creates an AppConfig extension. An extension augments your ability to inject logic or behavior at different points during the AppConfig workflow of creating or deploying a configuration.

You can create your own extensions or use the Amazon Web Services authored extensions provided by AppConfig. For most use cases, to create your own extension, you must create an Lambda function to perform any computation and processing defined in the extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.

', 'CreateExtensionAssociation' => '

When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.

', 'CreateHostedConfigurationVersion' => '

Creates a new configuration in the AppConfig hosted configuration store.

', 'DeleteApplication' => '

Deletes an application. Deleting an application does not delete a configuration from a host.

', 'DeleteConfigurationProfile' => '

Deletes a configuration profile. Deleting a configuration profile does not delete a configuration from a host.

', 'DeleteDeploymentStrategy' => '

Deletes a deployment strategy. Deleting a deployment strategy does not delete a configuration from a host.

', 'DeleteEnvironment' => '

Deletes an environment. Deleting an environment does not delete a configuration from a host.

', 'DeleteExtension' => '

Deletes an AppConfig extension. You must delete all associations to an extension before you delete the extension.

', 'DeleteExtensionAssociation' => '

Deletes an extension association. This action doesn\'t delete extensions defined in the association.

', 'DeleteHostedConfigurationVersion' => '

Deletes a version of a configuration from the AppConfig hosted configuration store.

', 'GetApplication' => '

Retrieves information about an application.

', 'GetConfiguration' => '

(Deprecated) Retrieves the latest deployed configuration.

Note the following important information.

', 'GetConfigurationProfile' => '

Retrieves information about a configuration profile.

', 'GetDeployment' => '

Retrieves information about a configuration deployment.

', 'GetDeploymentStrategy' => '

Retrieves 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.

', 'GetEnvironment' => '

Retrieves information about an environment. An environment is a 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.

', 'GetExtension' => '

Returns information about an AppConfig extension.

', 'GetExtensionAssociation' => '

Returns information about an AppConfig extension association. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.

', 'GetHostedConfigurationVersion' => '

Retrieves information about a specific configuration version.

', 'ListApplications' => '

Lists all applications in your Amazon Web Services account.

', 'ListConfigurationProfiles' => '

Lists the configuration profiles for an application.

', 'ListDeploymentStrategies' => '

Lists deployment strategies.

', 'ListDeployments' => '

Lists the deployments for an environment in descending deployment number order.

', 'ListEnvironments' => '

Lists the environments for an application.

', 'ListExtensionAssociations' => '

Lists all AppConfig extension associations in the account. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.

', 'ListExtensions' => '

Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.

', 'ListHostedConfigurationVersions' => '

Lists configurations stored in the AppConfig hosted configuration store by version.

', 'ListTagsForResource' => '

Retrieves the list of key-value tags assigned to the resource.

', 'StartDeployment' => '

Starts a deployment.

', 'StopDeployment' => '

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.

', 'TagResource' => '

Assigns metadata 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.

', 'UntagResource' => '

Deletes a tag key and value from an AppConfig resource.

', 'UpdateApplication' => '

Updates an application.

', 'UpdateConfigurationProfile' => '

Updates a configuration profile.

', 'UpdateDeploymentStrategy' => '

Updates a deployment strategy.

', 'UpdateEnvironment' => '

Updates an environment.

', 'UpdateExtension' => '

Updates an AppConfig extension. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.

', 'UpdateExtensionAssociation' => '

Updates an association. For more information about extensions and associations, see Working with AppConfig extensions in the AppConfig User Guide.

', 'ValidateConfiguration' => '

Uses the validators in a configuration profile to validate a configuration.

', ], 'shapes' => [ 'Action' => [ 'base' => '

An action defines the tasks that the extension performs during the AppConfig workflow. Each action includes an action point such as ON_CREATE_HOSTED_CONFIGURATION, PRE_DEPLOYMENT, or ON_DEPLOYMENT. Each action also includes a name, a URI to an Lambda function, and an Amazon Resource Name (ARN) for an Identity and Access Management assume role. You specify the name, URI, and ARN for each action point defined in the extension. You can specify the following actions for an extension:

', 'refs' => [ 'ActionList$member' => NULL, ], ], 'ActionInvocation' => [ 'base' => '

An extension that was invoked as part of a deployment event.

', 'refs' => [ 'ActionInvocations$member' => NULL, ], ], 'ActionInvocations' => [ 'base' => NULL, 'refs' => [ 'DeploymentEvent$ActionInvocations' => '

The list of extensions that were invoked as part of the deployment.

', ], ], 'ActionList' => [ 'base' => NULL, 'refs' => [ 'ActionsMap$value' => NULL, ], ], 'ActionPoint' => [ 'base' => NULL, 'refs' => [ 'ActionsMap$key' => NULL, ], ], 'ActionsMap' => [ 'base' => NULL, 'refs' => [ 'CreateExtensionRequest$Actions' => '

The actions defined in the extension.

', 'Extension$Actions' => '

The actions defined in the extension.

', 'UpdateExtensionRequest$Actions' => '

The actions defined in the extension.

', ], ], 'Application' => [ 'base' => NULL, 'refs' => [ 'ApplicationList$member' => NULL, ], ], 'ApplicationList' => [ 'base' => NULL, 'refs' => [ 'Applications$Items' => '

The elements from this collection.

', ], ], 'Applications' => [ 'base' => NULL, 'refs' => [], ], 'AppliedExtension' => [ 'base' => '

An extension that was invoked during a deployment.

', 'refs' => [ 'AppliedExtensions$member' => NULL, ], ], 'AppliedExtensions' => [ 'base' => NULL, 'refs' => [ 'Deployment$AppliedExtensions' => '

A list of extensions that were processed as part of the deployment. The extensions that were previously associated to the configuration profile, environment, or the application when StartDeployment was called.

', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'Action$RoleArn' => '

An Amazon Resource Name (ARN) for an Identity and Access Management assume role.

', 'ActionInvocation$RoleArn' => '

An Amazon Resource Name (ARN) for an Identity and Access Management assume role.

', 'Deployment$KmsKeyArn' => '

The Amazon Resource Name of the Key Management Service key used to encrypt configuration data. You can encrypt secrets stored in Secrets Manager, Amazon Simple Storage Service (Amazon S3) objects encrypted with SSE-KMS, or secure string parameters stored in Amazon Web Services Systems Manager Parameter Store.

', 'Extension$Arn' => '

The system-generated Amazon Resource Name (ARN) for the extension.

', 'ExtensionAssociation$ExtensionArn' => '

The ARN of the extension defined in the association.

', 'ExtensionAssociation$ResourceArn' => '

The ARNs of applications, configuration profiles, or environments defined in the association.

', 'ExtensionAssociation$Arn' => '

The system-generated Amazon Resource Name (ARN) for the extension.

', 'ExtensionAssociationSummary$ExtensionArn' => '

The system-generated Amazon Resource Name (ARN) for the extension.

', 'ExtensionAssociationSummary$ResourceArn' => '

The ARNs of applications, configuration profiles, or environments defined in the association.

', 'ExtensionSummary$Arn' => '

The system-generated Amazon Resource Name (ARN) for the extension.

', 'ListExtensionAssociationsRequest$ResourceIdentifier' => '

The ARN of an application, configuration profile, or environment.

', 'ListTagsForResourceRequest$ResourceArn' => '

The resource ARN.

', 'TagResourceRequest$ResourceArn' => '

The ARN of the resource for which to retrieve tags.

', 'UntagResourceRequest$ResourceArn' => '

The ARN of the resource for which to remove tags.

', ], ], 'BadRequestDetails' => [ 'base' => '

Detailed information about the input that failed to satisfy the constraints specified by a call.

', 'refs' => [ 'BadRequestException$Details' => NULL, ], ], 'BadRequestException' => [ 'base' => '

The input fails to satisfy the constraints specified by an Amazon Web Services service.

', 'refs' => [], ], 'BadRequestReason' => [ 'base' => NULL, 'refs' => [ 'BadRequestException$Reason' => NULL, ], ], 'Blob' => [ 'base' => NULL, 'refs' => [ 'Configuration$Content' => '

The content of the configuration or the configuration data.

The Content attribute only contains data if the system finds new or updated configuration data. If there is no new or updated data and ClientConfigurationVersion matches the version of the current configuration, AppConfig returns a 204 No Content HTTP response code and the Content value will be empty.

', 'CreateHostedConfigurationVersionRequest$Content' => '

The content of the configuration or the configuration data.

', 'HostedConfigurationVersion$Content' => '

The content of the configuration or the configuration data.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'Parameter$Required' => '

A parameter value must be specified in the extension association.

', ], ], 'BytesMeasure' => [ 'base' => NULL, 'refs' => [ 'PayloadTooLargeException$Measure' => NULL, ], ], 'Configuration' => [ 'base' => NULL, 'refs' => [], ], 'ConfigurationProfile' => [ 'base' => NULL, 'refs' => [], ], 'ConfigurationProfileSummary' => [ 'base' => '

A summary of a configuration profile.

', 'refs' => [ 'ConfigurationProfileSummaryList$member' => NULL, ], ], 'ConfigurationProfileSummaryList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationProfiles$Items' => '

The elements from this collection.

', ], ], 'ConfigurationProfileType' => [ 'base' => NULL, 'refs' => [ 'ConfigurationProfile$Type' => '

The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type:

AWS.AppConfig.FeatureFlags

AWS.Freeform

', 'ConfigurationProfileSummary$Type' => '

The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type:

AWS.AppConfig.FeatureFlags

AWS.Freeform

', 'CreateConfigurationProfileRequest$Type' => '

The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type:

AWS.AppConfig.FeatureFlags

AWS.Freeform

', 'ListConfigurationProfilesRequest$Type' => '

A filter based on the type of configurations that the configuration profile contains. A configuration can be a feature flag or a freeform configuration.

', ], ], 'ConfigurationProfiles' => [ 'base' => NULL, 'refs' => [], ], 'ConflictException' => [ 'base' => '

The request could not be processed because of conflict in the current state of the resource.

', 'refs' => [], ], 'CreateApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateConfigurationProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDeploymentStrategyRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateExtensionAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateExtensionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateHostedConfigurationVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteConfigurationProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDeploymentStrategyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExtensionAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExtensionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteHostedConfigurationVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'Deployment' => [ 'base' => NULL, 'refs' => [], ], 'DeploymentEvent' => [ 'base' => '

An object that describes a deployment event.

', 'refs' => [ 'DeploymentEvents$member' => NULL, ], ], 'DeploymentEventType' => [ 'base' => NULL, 'refs' => [ 'DeploymentEvent$EventType' => '

The type of deployment event. Deployment event types include the start, stop, or completion of a deployment; a percentage update; the start or stop of a bake period; and the start or completion of a rollback.

', ], ], 'DeploymentEvents' => [ 'base' => NULL, 'refs' => [ 'Deployment$EventLog' => '

A list containing all events related to a deployment. The most recent events are displayed first.

', ], ], 'DeploymentList' => [ 'base' => NULL, 'refs' => [ 'Deployments$Items' => '

The elements from this collection.

', ], ], 'DeploymentState' => [ 'base' => NULL, 'refs' => [ 'Deployment$State' => '

The state of the deployment.

', 'DeploymentSummary$State' => '

The state of the deployment.

', ], ], 'DeploymentStrategies' => [ 'base' => NULL, 'refs' => [], ], 'DeploymentStrategy' => [ 'base' => NULL, 'refs' => [ 'DeploymentStrategyList$member' => NULL, ], ], 'DeploymentStrategyId' => [ 'base' => NULL, 'refs' => [ 'DeleteDeploymentStrategyRequest$DeploymentStrategyId' => '

The ID of the deployment strategy you want to delete.

', 'GetDeploymentStrategyRequest$DeploymentStrategyId' => '

The ID of the deployment strategy to get.

', 'StartDeploymentRequest$DeploymentStrategyId' => '

The deployment strategy ID.

', 'UpdateDeploymentStrategyRequest$DeploymentStrategyId' => '

The deployment strategy ID.

', ], ], 'DeploymentStrategyList' => [ 'base' => NULL, 'refs' => [ 'DeploymentStrategies$Items' => '

The elements from this collection.

', ], ], 'DeploymentSummary' => [ 'base' => '

Information about the deployment.

', 'refs' => [ 'DeploymentList$member' => NULL, ], ], 'Deployments' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'Action$Description' => '

Information about the action.

', 'Application$Description' => '

The description of the application.

', 'ConfigurationProfile$Description' => '

The configuration profile description.

', 'CreateApplicationRequest$Description' => '

A description of the application.

', 'CreateConfigurationProfileRequest$Description' => '

A description of the configuration profile.

', 'CreateDeploymentStrategyRequest$Description' => '

A description of the deployment strategy.

', 'CreateEnvironmentRequest$Description' => '

A description of the environment.

', 'CreateExtensionRequest$Description' => '

Information about the extension.

', 'CreateHostedConfigurationVersionRequest$Description' => '

A description of the configuration.

', 'Deployment$Description' => '

The description of the deployment.

', 'DeploymentEvent$Description' => '

A description of the deployment event. Descriptions include, but are not limited to, the user account or the Amazon CloudWatch alarm ARN that initiated a rollback, the percentage of hosts that received the deployment, or in the case of an internal error, a recommendation to attempt a new deployment.

', 'DeploymentStrategy$Description' => '

The description of the deployment strategy.

', 'Environment$Description' => '

The description of the environment.

', 'Extension$Description' => '

Information about the extension.

', 'ExtensionSummary$Description' => '

Information about the extension.

', 'HostedConfigurationVersion$Description' => '

A description of the configuration.

', 'HostedConfigurationVersionSummary$Description' => '

A description of the configuration.

', 'Parameter$Description' => '

Information about the parameter.

', 'StartDeploymentRequest$Description' => '

A description of the deployment.

', 'UpdateApplicationRequest$Description' => '

A description of the application.

', 'UpdateConfigurationProfileRequest$Description' => '

A description of the configuration profile.

', 'UpdateDeploymentStrategyRequest$Description' => '

A description of the deployment strategy.

', 'UpdateEnvironmentRequest$Description' => '

A description of the environment.

', 'UpdateExtensionRequest$Description' => '

Information about the extension.

', ], ], 'Environment' => [ 'base' => NULL, 'refs' => [ 'EnvironmentList$member' => NULL, ], ], 'EnvironmentList' => [ 'base' => NULL, 'refs' => [ 'Environments$Items' => '

The elements from this collection.

', ], ], 'EnvironmentState' => [ 'base' => NULL, 'refs' => [ 'Environment$State' => '

The state of the environment. An environment can be in one of the following states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK

', ], ], 'Environments' => [ 'base' => NULL, 'refs' => [], ], 'Extension' => [ 'base' => NULL, 'refs' => [], ], 'ExtensionAssociation' => [ 'base' => NULL, 'refs' => [], ], 'ExtensionAssociationSummaries' => [ 'base' => NULL, 'refs' => [ 'ExtensionAssociations$Items' => '

The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.

', ], ], 'ExtensionAssociationSummary' => [ 'base' => '

Information about an association between an extension and an AppConfig resource such as an application, environment, or configuration profile. Call GetExtensionAssociation to get more information about an association.

', 'refs' => [ 'ExtensionAssociationSummaries$member' => NULL, ], ], 'ExtensionAssociations' => [ 'base' => NULL, 'refs' => [], ], 'ExtensionSummaries' => [ 'base' => NULL, 'refs' => [ 'Extensions$Items' => '

The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.

', ], ], 'ExtensionSummary' => [ 'base' => '

Information about an extension. Call GetExtension to get more information about an extension.

', 'refs' => [ 'ExtensionSummaries$member' => NULL, ], ], 'Extensions' => [ 'base' => NULL, 'refs' => [], ], 'Float' => [ 'base' => NULL, 'refs' => [ 'PayloadTooLargeException$Limit' => NULL, 'PayloadTooLargeException$Size' => NULL, ], ], 'GetApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConfigurationProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDeploymentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDeploymentStrategyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExtensionAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExtensionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetHostedConfigurationVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GrowthFactor' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentStrategyRequest$GrowthFactor' => '

The percentage of targets to receive a deployed configuration during each interval.

', 'UpdateDeploymentStrategyRequest$GrowthFactor' => '

The percentage of targets to receive a deployed configuration during each interval.

', ], ], 'GrowthType' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentStrategyRequest$GrowthType' => '

The algorithm used to define how percentage grows over time. AppConfig supports the following growth types:

Linear: For this type, AppConfig processes the deployment by dividing the total number of targets by the value specified for Step percentage. For example, a linear deployment that uses a Step percentage of 10 deploys the configuration to 10 percent of the hosts. After those deployments are complete, the system deploys the configuration to the next 10 percent. This continues until 100% of the targets have successfully received the configuration.

Exponential: For this type, AppConfig processes the deployment exponentially using the following formula: G*(2^N). In this formula, G is the growth factor specified by the user and N is the number of steps until the configuration is deployed to all targets. For example, if you specify a growth factor of 2, then the system rolls out the configuration as follows:

2*(2^0)

2*(2^1)

2*(2^2)

Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.

', 'Deployment$GrowthType' => '

The algorithm used to define how percentage grew over time.

', 'DeploymentStrategy$GrowthType' => '

The algorithm used to define how percentage grew over time.

', 'DeploymentSummary$GrowthType' => '

The algorithm used to define how percentage grows over time.

', 'UpdateDeploymentStrategyRequest$GrowthType' => '

The algorithm used to define how percentage grows over time. AppConfig supports the following growth types:

Linear: For this type, AppConfig processes the deployment by increments of the growth factor evenly distributed over the deployment time. For example, a linear deployment that uses a growth factor of 20 initially makes the configuration available to 20 percent of the targets. After 1/5th of the deployment time has passed, the system updates the percentage to 40 percent. This continues until 100% of the targets are set to receive the deployed configuration.

Exponential: For this type, AppConfig processes the deployment exponentially using the following formula: G*(2^N). In this formula, G is the growth factor specified by the user and N is the number of steps until the configuration is deployed to all targets. For example, if you specify a growth factor of 2, then the system rolls out the configuration as follows:

2*(2^0)

2*(2^1)

2*(2^2)

Expressed numerically, the deployment rolls out as follows: 2% of the targets, 4% of the targets, 8% of the targets, and continues until the configuration has been deployed to all targets.

', ], ], 'HostedConfigurationVersion' => [ 'base' => NULL, 'refs' => [], ], 'HostedConfigurationVersionSummary' => [ 'base' => '

Information about the configuration.

', 'refs' => [ 'HostedConfigurationVersionSummaryList$member' => NULL, ], ], 'HostedConfigurationVersionSummaryList' => [ 'base' => NULL, 'refs' => [ 'HostedConfigurationVersions$Items' => '

The elements from this collection.

', ], ], 'HostedConfigurationVersions' => [ 'base' => NULL, 'refs' => [], ], 'Id' => [ 'base' => NULL, 'refs' => [ 'ActionInvocation$InvocationId' => '

A system-generated ID for this invocation.

', 'Application$Id' => '

The application ID.

', 'AppliedExtension$ExtensionId' => '

The system-generated ID of the extension.

', 'AppliedExtension$ExtensionAssociationId' => '

The system-generated ID for the association.

', 'ConfigurationProfile$ApplicationId' => '

The application ID.

', 'ConfigurationProfile$Id' => '

The configuration profile ID.

', 'ConfigurationProfileSummary$ApplicationId' => '

The application ID.

', 'ConfigurationProfileSummary$Id' => '

The ID of the configuration profile.

', 'CreateConfigurationProfileRequest$ApplicationId' => '

The application ID.

', 'CreateEnvironmentRequest$ApplicationId' => '

The application ID.

', 'CreateHostedConfigurationVersionRequest$ApplicationId' => '

The application ID.

', 'CreateHostedConfigurationVersionRequest$ConfigurationProfileId' => '

The configuration profile ID.

', 'DeleteApplicationRequest$ApplicationId' => '

The ID of the application to delete.

', 'DeleteConfigurationProfileRequest$ApplicationId' => '

The application ID that includes the configuration profile you want to delete.

', 'DeleteConfigurationProfileRequest$ConfigurationProfileId' => '

The ID of the configuration profile you want to delete.

', 'DeleteEnvironmentRequest$ApplicationId' => '

The application ID that includes the environment that you want to delete.

', 'DeleteEnvironmentRequest$EnvironmentId' => '

The ID of the environment that you want to delete.

', 'DeleteExtensionAssociationRequest$ExtensionAssociationId' => '

The ID of the extension association to delete.

', 'DeleteHostedConfigurationVersionRequest$ApplicationId' => '

The application ID.

', 'DeleteHostedConfigurationVersionRequest$ConfigurationProfileId' => '

The configuration profile ID.

', 'Deployment$ApplicationId' => '

The ID of the application that was deployed.

', 'Deployment$EnvironmentId' => '

The ID of the environment that was deployed.

', 'Deployment$DeploymentStrategyId' => '

The ID of the deployment strategy that was deployed.

', 'Deployment$ConfigurationProfileId' => '

The ID of the configuration profile that was deployed.

', 'DeploymentStrategy$Id' => '

The deployment strategy ID.

', 'Environment$ApplicationId' => '

The application ID.

', 'Environment$Id' => '

The environment ID.

', 'Extension$Id' => '

The system-generated ID of the extension.

', 'ExtensionSummary$Id' => '

The system-generated ID of the extension.

', 'GetApplicationRequest$ApplicationId' => '

The ID of the application you want to get.

', 'GetConfigurationProfileRequest$ApplicationId' => '

The ID of the application that includes the configuration profile you want to get.

', 'GetConfigurationProfileRequest$ConfigurationProfileId' => '

The ID of the configuration profile that you want to get.

', 'GetDeploymentRequest$ApplicationId' => '

The ID of the application that includes the deployment you want to get.

', 'GetDeploymentRequest$EnvironmentId' => '

The ID of the environment that includes the deployment you want to get.

', 'GetEnvironmentRequest$ApplicationId' => '

The ID of the application that includes the environment you want to get.

', 'GetEnvironmentRequest$EnvironmentId' => '

The ID of the environment that you want to get.

', 'GetExtensionAssociationRequest$ExtensionAssociationId' => '

The extension association ID to get.

', 'GetHostedConfigurationVersionRequest$ApplicationId' => '

The application ID.

', 'GetHostedConfigurationVersionRequest$ConfigurationProfileId' => '

The configuration profile ID.

', 'HostedConfigurationVersion$ApplicationId' => '

The application ID.

', 'HostedConfigurationVersion$ConfigurationProfileId' => '

The configuration profile ID.

', 'HostedConfigurationVersionSummary$ApplicationId' => '

The application ID.

', 'HostedConfigurationVersionSummary$ConfigurationProfileId' => '

The configuration profile ID.

', 'ListConfigurationProfilesRequest$ApplicationId' => '

The application ID.

', 'ListDeploymentsRequest$ApplicationId' => '

The application ID.

', 'ListDeploymentsRequest$EnvironmentId' => '

The environment ID.

', 'ListEnvironmentsRequest$ApplicationId' => '

The application ID.

', 'ListHostedConfigurationVersionsRequest$ApplicationId' => '

The application ID.

', 'ListHostedConfigurationVersionsRequest$ConfigurationProfileId' => '

The configuration profile ID.

', 'StartDeploymentRequest$ApplicationId' => '

The application ID.

', 'StartDeploymentRequest$EnvironmentId' => '

The environment ID.

', 'StartDeploymentRequest$ConfigurationProfileId' => '

The configuration profile ID.

', 'StopDeploymentRequest$ApplicationId' => '

The application ID.

', 'StopDeploymentRequest$EnvironmentId' => '

The environment ID.

', 'UpdateApplicationRequest$ApplicationId' => '

The application ID.

', 'UpdateConfigurationProfileRequest$ApplicationId' => '

The application ID.

', 'UpdateConfigurationProfileRequest$ConfigurationProfileId' => '

The ID of the configuration profile.

', 'UpdateEnvironmentRequest$ApplicationId' => '

The application ID.

', 'UpdateEnvironmentRequest$EnvironmentId' => '

The environment ID.

', 'UpdateExtensionAssociationRequest$ExtensionAssociationId' => '

The system-generated ID for the association.

', 'ValidateConfigurationRequest$ApplicationId' => '

The application ID.

', 'ValidateConfigurationRequest$ConfigurationProfileId' => '

The configuration profile ID.

', ], ], 'Identifier' => [ 'base' => NULL, 'refs' => [ 'ActionInvocation$ExtensionIdentifier' => '

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

', 'CreateExtensionAssociationRequest$ExtensionIdentifier' => '

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

', 'CreateExtensionAssociationRequest$ResourceIdentifier' => '

The ARN of an application, configuration profile, or environment.

', 'DeleteExtensionRequest$ExtensionIdentifier' => '

The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.

', 'Deployment$KmsKeyIdentifier' => '

The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.

', 'ExtensionAssociation$Id' => '

The system-generated ID for the association.

', 'ExtensionAssociationSummary$Id' => '

The extension association ID. This ID is used to call other ExtensionAssociation API actions such as GetExtensionAssociation or DeleteExtensionAssociation.

', 'GetExtensionRequest$ExtensionIdentifier' => '

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

', 'ListExtensionAssociationsRequest$ExtensionIdentifier' => '

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

', 'StartDeploymentRequest$KmsKeyIdentifier' => '

The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.

', 'UpdateExtensionRequest$ExtensionIdentifier' => '

The name, the ID, or the Amazon Resource Name (ARN) of the extension.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'AppliedExtension$VersionNumber' => '

The extension version number.

', 'CreateExtensionAssociationRequest$ExtensionVersionNumber' => '

The version number of the extension. If not specified, AppConfig uses the maximum version of the extension.

', 'CreateExtensionRequest$LatestVersionNumber' => '

You can omit this field when you create an extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field.

', 'CreateHostedConfigurationVersionRequest$LatestVersionNumber' => '

An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version. To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.

', 'DeleteExtensionRequest$VersionNumber' => '

A specific version of an extension to delete. If omitted, the highest version is deleted.

', 'DeleteHostedConfigurationVersionRequest$VersionNumber' => '

The versions number to delete.

', 'Deployment$DeploymentNumber' => '

The sequence number of the deployment.

', 'DeploymentSummary$DeploymentNumber' => '

The sequence number of the deployment.

', 'Extension$VersionNumber' => '

The extension version number.

', 'ExtensionAssociation$ExtensionVersionNumber' => '

The version number for the extension defined in the association.

', 'ExtensionSummary$VersionNumber' => '

The extension version number.

', 'GetDeploymentRequest$DeploymentNumber' => '

The sequence number of the deployment.

', 'GetExtensionRequest$VersionNumber' => '

The extension version number. If no version number was defined, AppConfig uses the highest version.

', 'GetHostedConfigurationVersionRequest$VersionNumber' => '

The version.

', 'HostedConfigurationVersion$VersionNumber' => '

The configuration version.

', 'HostedConfigurationVersionSummary$VersionNumber' => '

The configuration version.

', 'ListExtensionAssociationsRequest$ExtensionVersionNumber' => '

The version number for the extension defined in the association.

', 'StopDeploymentRequest$DeploymentNumber' => '

The sequence number of the deployment.

', 'UpdateExtensionRequest$VersionNumber' => '

The extension version number.

', ], ], 'InternalServerException' => [ 'base' => '

There was an internal failure in the AppConfig service.

', 'refs' => [], ], 'InvalidConfigurationDetail' => [ 'base' => '

Detailed information about the bad request exception error when creating a hosted configuration version.

', 'refs' => [ 'InvalidConfigurationDetailList$member' => NULL, ], ], 'InvalidConfigurationDetailList' => [ 'base' => NULL, 'refs' => [ 'BadRequestDetails$InvalidConfiguration' => '

Detailed information about the bad request exception error when creating a hosted configuration version.

', ], ], 'Iso8601DateTime' => [ 'base' => NULL, 'refs' => [ 'Deployment$StartedAt' => '

The time the deployment started.

', 'Deployment$CompletedAt' => '

The time the deployment completed.

', 'DeploymentEvent$OccurredAt' => '

The date and time the event occurred.

', 'DeploymentSummary$StartedAt' => '

Time the deployment started.

', 'DeploymentSummary$CompletedAt' => '

Time the deployment completed.

', ], ], 'ListApplicationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListConfigurationProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDeploymentStrategiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDeploymentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEnvironmentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExtensionAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExtensionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHostedConfigurationVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'LongName' => [ 'base' => NULL, 'refs' => [ 'ConfigurationProfile$Name' => '

The name of the configuration profile.

', 'ConfigurationProfileSummary$Name' => '

The name of the configuration profile.

', 'CreateConfigurationProfileRequest$Name' => '

A name for the configuration profile.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListApplicationsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListConfigurationProfilesRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListDeploymentStrategiesRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListDeploymentsRequest$MaxResults' => '

The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.

', 'ListEnvironmentsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListExtensionAssociationsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListExtensionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListHostedConfigurationVersionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'MinutesBetween0And24Hours' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentStrategyRequest$DeploymentDurationInMinutes' => '

Total amount of time for a deployment to last.

', 'CreateDeploymentStrategyRequest$FinalBakeTimeInMinutes' => '

Specifies the amount of time AppConfig monitors for Amazon CloudWatch alarms after the configuration has been deployed to 100% of its targets, before considering the deployment to be complete. If an alarm is triggered during this time, AppConfig rolls back the deployment. You must configure permissions for AppConfig to roll back based on CloudWatch alarms. For more information, see Configuring permissions for rollback based on Amazon CloudWatch alarms in the AppConfig User Guide.

', 'Deployment$DeploymentDurationInMinutes' => '

Total amount of time the deployment lasted.

', 'Deployment$FinalBakeTimeInMinutes' => '

The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.

', 'DeploymentStrategy$DeploymentDurationInMinutes' => '

Total amount of time the deployment lasted.

', 'DeploymentStrategy$FinalBakeTimeInMinutes' => '

The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.

', 'DeploymentSummary$DeploymentDurationInMinutes' => '

Total amount of time the deployment lasted.

', 'DeploymentSummary$FinalBakeTimeInMinutes' => '

The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.

', 'UpdateDeploymentStrategyRequest$DeploymentDurationInMinutes' => '

Total amount of time for a deployment to last.

', 'UpdateDeploymentStrategyRequest$FinalBakeTimeInMinutes' => '

The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.

', ], ], 'Monitor' => [ 'base' => '

Amazon CloudWatch alarms to monitor during the deployment process.

', 'refs' => [ 'MonitorList$member' => NULL, ], ], 'MonitorList' => [ 'base' => NULL, 'refs' => [ 'CreateEnvironmentRequest$Monitors' => '

Amazon CloudWatch alarms to monitor during the deployment process.

', 'Environment$Monitors' => '

Amazon CloudWatch alarms monitored during the deployment.

', 'UpdateEnvironmentRequest$Monitors' => '

Amazon CloudWatch alarms to monitor during the deployment process.

', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'Action$Name' => '

The action name.

', 'ActionInvocation$ActionName' => '

The name of the action.

', 'Application$Name' => '

The application name.

', 'CreateApplicationRequest$Name' => '

A name for the application.

', 'CreateDeploymentStrategyRequest$Name' => '

A name for the deployment strategy.

', 'CreateEnvironmentRequest$Name' => '

A name for the environment.

', 'CreateExtensionRequest$Name' => '

A name for the extension. Each extension name in your account must be unique. Extension versions use the same name.

', 'Deployment$ConfigurationName' => '

The name of the configuration.

', 'DeploymentStrategy$Name' => '

The name of the deployment strategy.

', 'DeploymentSummary$ConfigurationName' => '

The name of the configuration.

', 'Environment$Name' => '

The name of the environment.

', 'Extension$Name' => '

The extension name.

', 'ExtensionSummary$Name' => '

The extension name.

', 'ParameterMap$key' => NULL, 'ParameterValueMap$key' => NULL, 'UpdateApplicationRequest$Name' => '

The name of the application.

', 'UpdateConfigurationProfileRequest$Name' => '

The name of the configuration profile.

', 'UpdateEnvironmentRequest$Name' => '

The name of the environment.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'Applications$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ConfigurationProfiles$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'DeploymentStrategies$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'Deployments$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'Environments$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ExtensionAssociations$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'Extensions$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'HostedConfigurationVersions$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ListApplicationsRequest$NextToken' => '

A token to start the list. Next token is a pagination token generated by AppConfig to describe what page the previous List call ended on. For the first List request, the nextToken should not be set. On subsequent calls, the nextToken parameter should be set to the previous responses nextToken value. Use this token to get the next set of results.

', 'ListConfigurationProfilesRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListDeploymentStrategiesRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListDeploymentsRequest$NextToken' => '

The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.

', 'ListEnvironmentsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListExtensionAssociationsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results or pass null to get the first set of results.

', 'ListExtensionsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListHostedConfigurationVersionsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', ], ], 'Parameter' => [ 'base' => '

A value such as an Amazon Resource Name (ARN) or an Amazon Simple Notification Service topic entered in an extension when invoked. Parameter values are specified in an extension association. For more information about extensions, see Working with AppConfig extensions in the AppConfig User Guide.

', 'refs' => [ 'ParameterMap$value' => NULL, ], ], 'ParameterMap' => [ 'base' => NULL, 'refs' => [ 'CreateExtensionRequest$Parameters' => '

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object.

', 'Extension$Parameters' => '

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object.

', 'UpdateExtensionRequest$Parameters' => '

One or more parameters for the actions called by the extension.

', ], ], 'ParameterValueMap' => [ 'base' => NULL, 'refs' => [ 'AppliedExtension$Parameters' => '

One or more parameters for the actions called by the extension.

', 'CreateExtensionAssociationRequest$Parameters' => '

The parameter names and values defined in the extensions. Extension parameters marked Required must be entered for this field.

', 'ExtensionAssociation$Parameters' => '

The parameter names and values defined in the association.

', 'UpdateExtensionAssociationRequest$Parameters' => '

The parameter names and values defined in the extension.

', ], ], 'PayloadTooLargeException' => [ 'base' => '

The configuration size is too large.

', 'refs' => [], ], 'Percentage' => [ 'base' => NULL, 'refs' => [ 'Deployment$GrowthFactor' => '

The percentage of targets to receive a deployed configuration during each interval.

', 'Deployment$PercentageComplete' => '

The percentage of targets for which the deployment is available.

', 'DeploymentStrategy$GrowthFactor' => '

The percentage of targets that received a deployed configuration during each interval.

', 'DeploymentSummary$GrowthFactor' => '

The percentage of targets to receive a deployed configuration during each interval.

', 'DeploymentSummary$PercentageComplete' => '

The percentage of targets for which the deployment is available.

', ], ], 'QueryName' => [ 'base' => NULL, 'refs' => [ 'ListExtensionsRequest$Name' => '

The extension name.

', 'ListHostedConfigurationVersionsRequest$VersionLabel' => '

An optional filter that can be used to specify the version label of an AppConfig hosted configuration version. This parameter supports filtering by prefix using a wildcard, for example "v2*". If you don\'t specify an asterisk at the end of the value, only an exact match is returned.

', ], ], 'ReplicateTo' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentStrategyRequest$ReplicateTo' => '

Save the deployment strategy to a Systems Manager (SSM) document.

', 'DeploymentStrategy$ReplicateTo' => '

Save the deployment strategy to a Systems Manager (SSM) document.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The requested resource could not be found.

', 'refs' => [], ], 'ResourceTags' => [ 'base' => NULL, 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'ConfigurationProfile$RetrievalRoleArn' => '

The ARN of an IAM role with permission to access the configuration at the specified LocationUri.

', 'CreateConfigurationProfileRequest$RetrievalRoleArn' => '

The ARN of an IAM role with permission to access the configuration at the specified LocationUri.

A retrieval role ARN is not required for configurations stored in the AppConfig hosted configuration store. It is required for all other sources that store your configuration.

', 'Monitor$AlarmRoleArn' => '

ARN of an Identity and Access Management (IAM) role for AppConfig to monitor AlarmArn.

', 'UpdateConfigurationProfileRequest$RetrievalRoleArn' => '

The ARN of an IAM role with permission to access the configuration at the specified LocationUri.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

The number of hosted configuration versions exceeds the limit for the AppConfig hosted configuration store. Delete one or more versions and try again.

', 'refs' => [], ], 'StartDeploymentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopDeploymentRequest' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'ActionInvocation$ErrorMessage' => '

The error message when an extension invocation fails.

', 'ActionInvocation$ErrorCode' => '

The error code when an extension invocation fails.

', 'BadRequestException$Message' => NULL, 'Configuration$ContentType' => '

A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

', 'ConflictException$Message' => NULL, 'InternalServerException$Message' => NULL, 'InvalidConfigurationDetail$Constraint' => '

The invalid or out-of-range validation constraint in your JSON schema that failed validation.

', 'InvalidConfigurationDetail$Location' => '

Location of the validation constraint in the configuration JSON schema that failed validation.

', 'InvalidConfigurationDetail$Reason' => '

The reason for an invalid configuration error.

', 'InvalidConfigurationDetail$Type' => '

The type of error for an invalid configuration.

', 'InvalidConfigurationDetail$Value' => '

Details about an error with Lambda when a synchronous extension experiences an error during an invocation.

', 'PayloadTooLargeException$Message' => NULL, 'ResourceNotFoundException$Message' => NULL, 'ResourceNotFoundException$ResourceName' => NULL, 'ServiceQuotaExceededException$Message' => NULL, ], ], 'StringWithLengthBetween0And32768' => [ 'base' => NULL, 'refs' => [ 'Validator$Content' => '

Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.

', ], ], 'StringWithLengthBetween1And2048' => [ 'base' => NULL, 'refs' => [ 'Monitor$AlarmArn' => '

Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.

', 'ParameterValueMap$value' => NULL, ], ], 'StringWithLengthBetween1And255' => [ 'base' => NULL, 'refs' => [ 'CreateHostedConfigurationVersionRequest$ContentType' => '

A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

', 'HostedConfigurationVersion$ContentType' => '

A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

', 'HostedConfigurationVersionSummary$ContentType' => '

A standard MIME type describing the format of the configuration content. For more information, see Content-Type.

', ], ], 'StringWithLengthBetween1And64' => [ 'base' => NULL, 'refs' => [ 'GetConfigurationRequest$Application' => '

The application to get. Specify either the application name or the application ID.

', 'GetConfigurationRequest$Environment' => '

The environment to get. Specify either the environment name or the environment ID.

', 'GetConfigurationRequest$Configuration' => '

The configuration to get. Specify either the configuration name or the configuration ID.

', 'GetConfigurationRequest$ClientId' => '

The clientId parameter in the following command is a unique, user-specified ID to identify the client for the configuration. This ID enables AppConfig to deploy the configuration in intervals, as defined in the deployment strategy.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => '

The tag keys to delete.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateApplicationRequest$Tags' => '

Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

', 'CreateConfigurationProfileRequest$Tags' => '

Metadata to assign to the configuration profile. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

', 'CreateDeploymentStrategyRequest$Tags' => '

Metadata to assign to the deployment strategy. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

', 'CreateEnvironmentRequest$Tags' => '

Metadata to assign to the environment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

', 'CreateExtensionAssociationRequest$Tags' => '

Adds one or more tags for the specified extension association. Tags are metadata that help you categorize resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.

', 'CreateExtensionRequest$Tags' => '

Adds one or more tags for the specified extension. Tags are metadata that help you categorize resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.

', 'ResourceTags$Tags' => '

Metadata to assign to AppConfig resources. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

', 'StartDeploymentRequest$Tags' => '

Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

', 'TagResourceRequest$Tags' => '

The key-value string map. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TriggeredBy' => [ 'base' => NULL, 'refs' => [ 'DeploymentEvent$TriggeredBy' => '

The entity that triggered the deployment event. Events can be triggered by a user, AppConfig, an Amazon CloudWatch alarm, or an internal error.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateConfigurationProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDeploymentStrategyRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExtensionAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExtensionRequest' => [ 'base' => NULL, 'refs' => [], ], 'Uri' => [ 'base' => NULL, 'refs' => [ 'Action$Uri' => '

The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.

', 'ActionInvocation$Uri' => '

The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.

', 'ConfigurationProfile$LocationUri' => '

The URI location of the configuration.

', 'ConfigurationProfileSummary$LocationUri' => '

The URI location of the configuration.

', 'CreateConfigurationProfileRequest$LocationUri' => '

A URI to locate the configuration. You can specify the following:

', 'Deployment$ConfigurationLocationUri' => '

Information about the source location of the configuration.

', ], ], 'ValidateConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'Validator' => [ 'base' => '

A validator provides a syntactic or semantic check to ensure the configuration that you want to deploy functions as intended. To validate your application configuration data, you provide a schema or an Amazon Web Services Lambda function that runs against the configuration. The configuration deployment or update can only proceed when the configuration data is valid.

', 'refs' => [ 'ValidatorList$member' => NULL, ], ], 'ValidatorList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationProfile$Validators' => '

A list of methods for validating the configuration.

', 'CreateConfigurationProfileRequest$Validators' => '

A list of methods for validating the configuration.

', 'UpdateConfigurationProfileRequest$Validators' => '

A list of methods for validating the configuration.

', ], ], 'ValidatorType' => [ 'base' => NULL, 'refs' => [ 'Validator$Type' => '

AppConfig supports validators of type JSON_SCHEMA and LAMBDA

', 'ValidatorTypeList$member' => NULL, ], ], 'ValidatorTypeList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationProfileSummary$ValidatorTypes' => '

The types of validators in the configuration profile.

', ], ], 'Version' => [ 'base' => NULL, 'refs' => [ 'Configuration$ConfigurationVersion' => '

The configuration version.

', 'Deployment$ConfigurationVersion' => '

The configuration version that was deployed.

', 'DeploymentSummary$ConfigurationVersion' => '

The version of the configuration.

', 'GetConfigurationRequest$ClientConfigurationVersion' => '

The configuration version returned in the most recent GetConfiguration response.

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 you use the StartConfigurationSession and GetLatestConfiguration APIs, which track the client configuration version on your behalf. If you choose to continue using GetConfiguration, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. The value to use for ClientConfigurationVersion comes from the ConfigurationVersion attribute returned by GetConfiguration when there is new or updated data, and should be saved for subsequent calls to GetConfiguration.

For more information about working with configurations, see Retrieving the Configuration in the AppConfig User Guide.

', 'StartDeploymentRequest$ConfigurationVersion' => '

The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label.

', 'ValidateConfigurationRequest$ConfigurationVersion' => '

The version of the configuration to validate.

', ], ], 'VersionLabel' => [ 'base' => NULL, 'refs' => [ 'CreateHostedConfigurationVersionRequest$VersionLabel' => '

An optional, user-defined label for the AppConfig hosted configuration version. This value must contain at least one non-numeric character. For example, "v2.2.0".

', 'HostedConfigurationVersion$VersionLabel' => '

A user-defined label for an AppConfig hosted configuration version.

', 'HostedConfigurationVersionSummary$VersionLabel' => '

A user-defined label for an AppConfig hosted configuration version.

', ], ], ],];