Package-level declarations

Types

Link copied to clipboard
class Action

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:

Link copied to clipboard

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

Link copied to clipboard
sealed class ActionPoint
Link copied to clipboard

Base class for all service related exceptions thrown by the AppConfig client

Link copied to clipboard
Link copied to clipboard

An extension that was invoked during a deployment.

Link copied to clipboard
sealed class BadRequestDetails

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

Link copied to clipboard

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

Link copied to clipboard
sealed class BadRequestReason
Link copied to clipboard
sealed class BytesMeasure
Link copied to clipboard

A summary of a configuration profile.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An object that describes a deployment event.

Link copied to clipboard
sealed class DeploymentEventType
Link copied to clipboard
sealed class DeploymentState
Link copied to clipboard
Link copied to clipboard

Information about the deployment.

Link copied to clipboard
Link copied to clipboard
sealed class EnvironmentState
Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class GrowthType
Link copied to clipboard

Information about the configuration.

Link copied to clipboard

There was an internal failure in the AppConfig service.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Monitor

Amazon CloudWatch alarms to monitor during the deployment process.

Link copied to clipboard
class Parameter

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.

Link copied to clipboard

The configuration size is too large.

Link copied to clipboard
sealed class ReplicateTo
Link copied to clipboard

The requested resource could not be found.

Link copied to clipboard

The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn't exceed the following service quotas:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class TriggeredBy
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Validator

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.

Link copied to clipboard
sealed class ValidatorType