package
1.55.6
Repository: https://github.com/aws/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package appconfigiface provides an interface to enable mocking the Amazon AppConfig service client for testing your code.

# Functions

ActionPoint_Values returns all elements of the ActionPoint enum.
BadRequestReason_Values returns all elements of the BadRequestReason enum.
BytesMeasure_Values returns all elements of the BytesMeasure enum.
DeploymentEventType_Values returns all elements of the DeploymentEventType enum.
DeploymentState_Values returns all elements of the DeploymentState enum.
EnvironmentState_Values returns all elements of the EnvironmentState enum.
GrowthType_Values returns all elements of the GrowthType enum.
New creates a new instance of the AppConfig client with a session.
ReplicateTo_Values returns all elements of the ReplicateTo enum.
TriggeredBy_Values returns all elements of the TriggeredBy enum.
ValidatorType_Values returns all elements of the ValidatorType enum.

# Constants

ActionPointOnDeploymentBaking is a ActionPoint enum value.
ActionPointOnDeploymentComplete is a ActionPoint enum value.
ActionPointOnDeploymentRolledBack is a ActionPoint enum value.
ActionPointOnDeploymentStart is a ActionPoint enum value.
ActionPointOnDeploymentStep is a ActionPoint enum value.
ActionPointPreCreateHostedConfigurationVersion is a ActionPoint enum value.
ActionPointPreStartDeployment is a ActionPoint enum value.
BadRequestReasonInvalidConfiguration is a BadRequestReason enum value.
BytesMeasureKilobytes is a BytesMeasure enum value.
DeploymentEventTypeBakeTimeStarted is a DeploymentEventType enum value.
DeploymentEventTypeDeploymentCompleted is a DeploymentEventType enum value.
DeploymentEventTypeDeploymentStarted is a DeploymentEventType enum value.
DeploymentEventTypePercentageUpdated is a DeploymentEventType enum value.
DeploymentEventTypeRollbackCompleted is a DeploymentEventType enum value.
DeploymentEventTypeRollbackStarted is a DeploymentEventType enum value.
DeploymentStateBaking is a DeploymentState enum value.
DeploymentStateComplete is a DeploymentState enum value.
DeploymentStateDeploying is a DeploymentState enum value.
DeploymentStateRolledBack is a DeploymentState enum value.
DeploymentStateRollingBack is a DeploymentState enum value.
DeploymentStateValidating is a DeploymentState enum value.
ID to lookup a service endpoint with.
EnvironmentStateDeploying is a EnvironmentState enum value.
EnvironmentStateReadyForDeployment is a EnvironmentState enum value.
EnvironmentStateRolledBack is a EnvironmentState enum value.
EnvironmentStateRollingBack is a EnvironmentState enum value.
ErrCodeBadRequestException for service response error code "BadRequestException".
ErrCodeConflictException for service response error code "ConflictException".
ErrCodeInternalServerException for service response error code "InternalServerException".
ErrCodePayloadTooLargeException for service response error code "PayloadTooLargeException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeServiceQuotaExceededException for service response error code "ServiceQuotaExceededException".
GrowthTypeExponential is a GrowthType enum value.
GrowthTypeLinear is a GrowthType enum value.
ReplicateToNone is a ReplicateTo enum value.
ReplicateToSsmDocument is a ReplicateTo enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
TriggeredByAppconfig is a TriggeredBy enum value.
TriggeredByCloudwatchAlarm is a TriggeredBy enum value.
TriggeredByInternalError is a TriggeredBy enum value.
TriggeredByUser is a TriggeredBy enum value.
ValidatorTypeJsonSchema is a ValidatorType enum value.
ValidatorTypeLambda is a ValidatorType enum value.

# Structs

An action defines the tasks that the extension performs during the AppConfig workflow.
An extension that was invoked as part of a deployment event.
AppConfig provides the API operation methods for making requests to Amazon AppConfig.
An extension that was invoked during a deployment.
Detailed information about the input that failed to satisfy the constraints specified by a call.
The input fails to satisfy the constraints specified by an Amazon Web Services service.
A summary of a configuration profile.
The request could not be processed because of conflict in the current state of the resource.
An object that describes a deployment event.
Information about the deployment.
Information about an association between an extension and an AppConfig resource such as an application, environment, or configuration profile.
Information about an extension.
Information about the configuration.
There was an internal failure in the AppConfig service.
Detailed information about the bad request exception error when creating a hosted configuration version.
Amazon CloudWatch alarms to monitor during the deployment process.
A value such as an Amazon Resource Name (ARN) or an Amazon Simple Notification Service topic entered in an extension when invoked.
The configuration size is too large.
The requested resource could not be found.
The number of one more AppConfig resources exceeds the maximum allowed.
A validator provides a syntactic or semantic check to ensure the configuration that you want to deploy functions as intended.