Documentation ¶
Overview ¶
Package appconfig provides the client and types for making API requests to Amazon AppConfig.
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:
Feature flags: Use AppConfig to turn on new features that require a timely deployment, such as a product launch or announcement.
Application tuning: Use AppConfig to carefully introduce changes to your application that can only be tested with production traffic.
Allow list: Use AppConfig to allow premium subscribers to access paid content.
Operational issues: Use AppConfig to reduce stress on your application when a dependency or other external factor impacts the system.
This reference is intended to be used with the AppConfig User Guide (http://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html).
See https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09 for more information on this service.
See appconfig package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/appconfig/
Using the Client ¶
To contact Amazon AppConfig with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon AppConfig client AppConfig for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/appconfig/#New
Index ¶
- Constants
- func ActionPoint_Values() []string
- func BadRequestReason_Values() []string
- func BytesMeasure_Values() []string
- func DeploymentEventType_Values() []string
- func DeploymentState_Values() []string
- func EnvironmentState_Values() []string
- func GrowthType_Values() []string
- func ReplicateTo_Values() []string
- func TriggeredBy_Values() []string
- func ValidatorType_Values() []string
- type Action
- type ActionInvocation
- func (s ActionInvocation) GoString() string
- func (s *ActionInvocation) SetActionName(v string) *ActionInvocation
- func (s *ActionInvocation) SetErrorCode(v string) *ActionInvocation
- func (s *ActionInvocation) SetErrorMessage(v string) *ActionInvocation
- func (s *ActionInvocation) SetExtensionIdentifier(v string) *ActionInvocation
- func (s *ActionInvocation) SetInvocationId(v string) *ActionInvocation
- func (s *ActionInvocation) SetRoleArn(v string) *ActionInvocation
- func (s *ActionInvocation) SetUri(v string) *ActionInvocation
- func (s ActionInvocation) String() string
- type AppConfig
- func (c *AppConfig) CreateApplication(input *CreateApplicationInput) (*CreateApplicationOutput, error)
- func (c *AppConfig) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *CreateApplicationOutput)
- func (c *AppConfig) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*CreateApplicationOutput, error)
- func (c *AppConfig) CreateConfigurationProfile(input *CreateConfigurationProfileInput) (*CreateConfigurationProfileOutput, error)
- func (c *AppConfig) CreateConfigurationProfileRequest(input *CreateConfigurationProfileInput) (req *request.Request, output *CreateConfigurationProfileOutput)
- func (c *AppConfig) CreateConfigurationProfileWithContext(ctx aws.Context, input *CreateConfigurationProfileInput, ...) (*CreateConfigurationProfileOutput, error)
- func (c *AppConfig) CreateDeploymentStrategy(input *CreateDeploymentStrategyInput) (*CreateDeploymentStrategyOutput, error)
- func (c *AppConfig) CreateDeploymentStrategyRequest(input *CreateDeploymentStrategyInput) (req *request.Request, output *CreateDeploymentStrategyOutput)
- func (c *AppConfig) CreateDeploymentStrategyWithContext(ctx aws.Context, input *CreateDeploymentStrategyInput, opts ...request.Option) (*CreateDeploymentStrategyOutput, error)
- func (c *AppConfig) CreateEnvironment(input *CreateEnvironmentInput) (*CreateEnvironmentOutput, error)
- func (c *AppConfig) CreateEnvironmentRequest(input *CreateEnvironmentInput) (req *request.Request, output *CreateEnvironmentOutput)
- func (c *AppConfig) CreateEnvironmentWithContext(ctx aws.Context, input *CreateEnvironmentInput, opts ...request.Option) (*CreateEnvironmentOutput, error)
- func (c *AppConfig) CreateExtension(input *CreateExtensionInput) (*CreateExtensionOutput, error)
- func (c *AppConfig) CreateExtensionAssociation(input *CreateExtensionAssociationInput) (*CreateExtensionAssociationOutput, error)
- func (c *AppConfig) CreateExtensionAssociationRequest(input *CreateExtensionAssociationInput) (req *request.Request, output *CreateExtensionAssociationOutput)
- func (c *AppConfig) CreateExtensionAssociationWithContext(ctx aws.Context, input *CreateExtensionAssociationInput, ...) (*CreateExtensionAssociationOutput, error)
- func (c *AppConfig) CreateExtensionRequest(input *CreateExtensionInput) (req *request.Request, output *CreateExtensionOutput)
- func (c *AppConfig) CreateExtensionWithContext(ctx aws.Context, input *CreateExtensionInput, opts ...request.Option) (*CreateExtensionOutput, error)
- func (c *AppConfig) CreateHostedConfigurationVersion(input *CreateHostedConfigurationVersionInput) (*CreateHostedConfigurationVersionOutput, error)
- func (c *AppConfig) CreateHostedConfigurationVersionRequest(input *CreateHostedConfigurationVersionInput) (req *request.Request, output *CreateHostedConfigurationVersionOutput)
- func (c *AppConfig) CreateHostedConfigurationVersionWithContext(ctx aws.Context, input *CreateHostedConfigurationVersionInput, ...) (*CreateHostedConfigurationVersionOutput, error)
- func (c *AppConfig) DeleteApplication(input *DeleteApplicationInput) (*DeleteApplicationOutput, error)
- func (c *AppConfig) DeleteApplicationRequest(input *DeleteApplicationInput) (req *request.Request, output *DeleteApplicationOutput)
- func (c *AppConfig) DeleteApplicationWithContext(ctx aws.Context, input *DeleteApplicationInput, opts ...request.Option) (*DeleteApplicationOutput, error)
- func (c *AppConfig) DeleteConfigurationProfile(input *DeleteConfigurationProfileInput) (*DeleteConfigurationProfileOutput, error)
- func (c *AppConfig) DeleteConfigurationProfileRequest(input *DeleteConfigurationProfileInput) (req *request.Request, output *DeleteConfigurationProfileOutput)
- func (c *AppConfig) DeleteConfigurationProfileWithContext(ctx aws.Context, input *DeleteConfigurationProfileInput, ...) (*DeleteConfigurationProfileOutput, error)
- func (c *AppConfig) DeleteDeploymentStrategy(input *DeleteDeploymentStrategyInput) (*DeleteDeploymentStrategyOutput, error)
- func (c *AppConfig) DeleteDeploymentStrategyRequest(input *DeleteDeploymentStrategyInput) (req *request.Request, output *DeleteDeploymentStrategyOutput)
- func (c *AppConfig) DeleteDeploymentStrategyWithContext(ctx aws.Context, input *DeleteDeploymentStrategyInput, opts ...request.Option) (*DeleteDeploymentStrategyOutput, error)
- func (c *AppConfig) DeleteEnvironment(input *DeleteEnvironmentInput) (*DeleteEnvironmentOutput, error)
- func (c *AppConfig) DeleteEnvironmentRequest(input *DeleteEnvironmentInput) (req *request.Request, output *DeleteEnvironmentOutput)
- func (c *AppConfig) DeleteEnvironmentWithContext(ctx aws.Context, input *DeleteEnvironmentInput, opts ...request.Option) (*DeleteEnvironmentOutput, error)
- func (c *AppConfig) DeleteExtension(input *DeleteExtensionInput) (*DeleteExtensionOutput, error)
- func (c *AppConfig) DeleteExtensionAssociation(input *DeleteExtensionAssociationInput) (*DeleteExtensionAssociationOutput, error)
- func (c *AppConfig) DeleteExtensionAssociationRequest(input *DeleteExtensionAssociationInput) (req *request.Request, output *DeleteExtensionAssociationOutput)
- func (c *AppConfig) DeleteExtensionAssociationWithContext(ctx aws.Context, input *DeleteExtensionAssociationInput, ...) (*DeleteExtensionAssociationOutput, error)
- func (c *AppConfig) DeleteExtensionRequest(input *DeleteExtensionInput) (req *request.Request, output *DeleteExtensionOutput)
- func (c *AppConfig) DeleteExtensionWithContext(ctx aws.Context, input *DeleteExtensionInput, opts ...request.Option) (*DeleteExtensionOutput, error)
- func (c *AppConfig) DeleteHostedConfigurationVersion(input *DeleteHostedConfigurationVersionInput) (*DeleteHostedConfigurationVersionOutput, error)
- func (c *AppConfig) DeleteHostedConfigurationVersionRequest(input *DeleteHostedConfigurationVersionInput) (req *request.Request, output *DeleteHostedConfigurationVersionOutput)
- func (c *AppConfig) DeleteHostedConfigurationVersionWithContext(ctx aws.Context, input *DeleteHostedConfigurationVersionInput, ...) (*DeleteHostedConfigurationVersionOutput, error)
- func (c *AppConfig) GetApplication(input *GetApplicationInput) (*GetApplicationOutput, error)
- func (c *AppConfig) GetApplicationRequest(input *GetApplicationInput) (req *request.Request, output *GetApplicationOutput)
- func (c *AppConfig) GetApplicationWithContext(ctx aws.Context, input *GetApplicationInput, opts ...request.Option) (*GetApplicationOutput, error)
- func (c *AppConfig) GetConfiguration(input *GetConfigurationInput) (*GetConfigurationOutput, error)deprecated
- func (c *AppConfig) GetConfigurationProfile(input *GetConfigurationProfileInput) (*GetConfigurationProfileOutput, error)
- func (c *AppConfig) GetConfigurationProfileRequest(input *GetConfigurationProfileInput) (req *request.Request, output *GetConfigurationProfileOutput)
- func (c *AppConfig) GetConfigurationProfileWithContext(ctx aws.Context, input *GetConfigurationProfileInput, opts ...request.Option) (*GetConfigurationProfileOutput, error)
- func (c *AppConfig) GetConfigurationRequest(input *GetConfigurationInput) (req *request.Request, output *GetConfigurationOutput)deprecated
- func (c *AppConfig) GetConfigurationWithContext(ctx aws.Context, input *GetConfigurationInput, opts ...request.Option) (*GetConfigurationOutput, error)deprecated
- func (c *AppConfig) GetDeployment(input *GetDeploymentInput) (*GetDeploymentOutput, error)
- func (c *AppConfig) GetDeploymentRequest(input *GetDeploymentInput) (req *request.Request, output *GetDeploymentOutput)
- func (c *AppConfig) GetDeploymentStrategy(input *GetDeploymentStrategyInput) (*GetDeploymentStrategyOutput, error)
- func (c *AppConfig) GetDeploymentStrategyRequest(input *GetDeploymentStrategyInput) (req *request.Request, output *GetDeploymentStrategyOutput)
- func (c *AppConfig) GetDeploymentStrategyWithContext(ctx aws.Context, input *GetDeploymentStrategyInput, opts ...request.Option) (*GetDeploymentStrategyOutput, error)
- func (c *AppConfig) GetDeploymentWithContext(ctx aws.Context, input *GetDeploymentInput, opts ...request.Option) (*GetDeploymentOutput, error)
- func (c *AppConfig) GetEnvironment(input *GetEnvironmentInput) (*GetEnvironmentOutput, error)
- func (c *AppConfig) GetEnvironmentRequest(input *GetEnvironmentInput) (req *request.Request, output *GetEnvironmentOutput)
- func (c *AppConfig) GetEnvironmentWithContext(ctx aws.Context, input *GetEnvironmentInput, opts ...request.Option) (*GetEnvironmentOutput, error)
- func (c *AppConfig) GetExtension(input *GetExtensionInput) (*GetExtensionOutput, error)
- func (c *AppConfig) GetExtensionAssociation(input *GetExtensionAssociationInput) (*GetExtensionAssociationOutput, error)
- func (c *AppConfig) GetExtensionAssociationRequest(input *GetExtensionAssociationInput) (req *request.Request, output *GetExtensionAssociationOutput)
- func (c *AppConfig) GetExtensionAssociationWithContext(ctx aws.Context, input *GetExtensionAssociationInput, opts ...request.Option) (*GetExtensionAssociationOutput, error)
- func (c *AppConfig) GetExtensionRequest(input *GetExtensionInput) (req *request.Request, output *GetExtensionOutput)
- func (c *AppConfig) GetExtensionWithContext(ctx aws.Context, input *GetExtensionInput, opts ...request.Option) (*GetExtensionOutput, error)
- func (c *AppConfig) GetHostedConfigurationVersion(input *GetHostedConfigurationVersionInput) (*GetHostedConfigurationVersionOutput, error)
- func (c *AppConfig) GetHostedConfigurationVersionRequest(input *GetHostedConfigurationVersionInput) (req *request.Request, output *GetHostedConfigurationVersionOutput)
- func (c *AppConfig) GetHostedConfigurationVersionWithContext(ctx aws.Context, input *GetHostedConfigurationVersionInput, ...) (*GetHostedConfigurationVersionOutput, error)
- func (c *AppConfig) ListApplications(input *ListApplicationsInput) (*ListApplicationsOutput, error)
- func (c *AppConfig) ListApplicationsPages(input *ListApplicationsInput, fn func(*ListApplicationsOutput, bool) bool) error
- func (c *AppConfig) ListApplicationsPagesWithContext(ctx aws.Context, input *ListApplicationsInput, ...) error
- func (c *AppConfig) ListApplicationsRequest(input *ListApplicationsInput) (req *request.Request, output *ListApplicationsOutput)
- func (c *AppConfig) ListApplicationsWithContext(ctx aws.Context, input *ListApplicationsInput, opts ...request.Option) (*ListApplicationsOutput, error)
- func (c *AppConfig) ListConfigurationProfiles(input *ListConfigurationProfilesInput) (*ListConfigurationProfilesOutput, error)
- func (c *AppConfig) ListConfigurationProfilesPages(input *ListConfigurationProfilesInput, ...) error
- func (c *AppConfig) ListConfigurationProfilesPagesWithContext(ctx aws.Context, input *ListConfigurationProfilesInput, ...) error
- func (c *AppConfig) ListConfigurationProfilesRequest(input *ListConfigurationProfilesInput) (req *request.Request, output *ListConfigurationProfilesOutput)
- func (c *AppConfig) ListConfigurationProfilesWithContext(ctx aws.Context, input *ListConfigurationProfilesInput, opts ...request.Option) (*ListConfigurationProfilesOutput, error)
- func (c *AppConfig) ListDeploymentStrategies(input *ListDeploymentStrategiesInput) (*ListDeploymentStrategiesOutput, error)
- func (c *AppConfig) ListDeploymentStrategiesPages(input *ListDeploymentStrategiesInput, ...) error
- func (c *AppConfig) ListDeploymentStrategiesPagesWithContext(ctx aws.Context, input *ListDeploymentStrategiesInput, ...) error
- func (c *AppConfig) ListDeploymentStrategiesRequest(input *ListDeploymentStrategiesInput) (req *request.Request, output *ListDeploymentStrategiesOutput)
- func (c *AppConfig) ListDeploymentStrategiesWithContext(ctx aws.Context, input *ListDeploymentStrategiesInput, opts ...request.Option) (*ListDeploymentStrategiesOutput, error)
- func (c *AppConfig) ListDeployments(input *ListDeploymentsInput) (*ListDeploymentsOutput, error)
- func (c *AppConfig) ListDeploymentsPages(input *ListDeploymentsInput, fn func(*ListDeploymentsOutput, bool) bool) error
- func (c *AppConfig) ListDeploymentsPagesWithContext(ctx aws.Context, input *ListDeploymentsInput, ...) error
- func (c *AppConfig) ListDeploymentsRequest(input *ListDeploymentsInput) (req *request.Request, output *ListDeploymentsOutput)
- func (c *AppConfig) ListDeploymentsWithContext(ctx aws.Context, input *ListDeploymentsInput, opts ...request.Option) (*ListDeploymentsOutput, error)
- func (c *AppConfig) ListEnvironments(input *ListEnvironmentsInput) (*ListEnvironmentsOutput, error)
- func (c *AppConfig) ListEnvironmentsPages(input *ListEnvironmentsInput, fn func(*ListEnvironmentsOutput, bool) bool) error
- func (c *AppConfig) ListEnvironmentsPagesWithContext(ctx aws.Context, input *ListEnvironmentsInput, ...) error
- func (c *AppConfig) ListEnvironmentsRequest(input *ListEnvironmentsInput) (req *request.Request, output *ListEnvironmentsOutput)
- func (c *AppConfig) ListEnvironmentsWithContext(ctx aws.Context, input *ListEnvironmentsInput, opts ...request.Option) (*ListEnvironmentsOutput, error)
- func (c *AppConfig) ListExtensionAssociations(input *ListExtensionAssociationsInput) (*ListExtensionAssociationsOutput, error)
- func (c *AppConfig) ListExtensionAssociationsPages(input *ListExtensionAssociationsInput, ...) error
- func (c *AppConfig) ListExtensionAssociationsPagesWithContext(ctx aws.Context, input *ListExtensionAssociationsInput, ...) error
- func (c *AppConfig) ListExtensionAssociationsRequest(input *ListExtensionAssociationsInput) (req *request.Request, output *ListExtensionAssociationsOutput)
- func (c *AppConfig) ListExtensionAssociationsWithContext(ctx aws.Context, input *ListExtensionAssociationsInput, opts ...request.Option) (*ListExtensionAssociationsOutput, error)
- func (c *AppConfig) ListExtensions(input *ListExtensionsInput) (*ListExtensionsOutput, error)
- func (c *AppConfig) ListExtensionsPages(input *ListExtensionsInput, fn func(*ListExtensionsOutput, bool) bool) error
- func (c *AppConfig) ListExtensionsPagesWithContext(ctx aws.Context, input *ListExtensionsInput, ...) error
- func (c *AppConfig) ListExtensionsRequest(input *ListExtensionsInput) (req *request.Request, output *ListExtensionsOutput)
- func (c *AppConfig) ListExtensionsWithContext(ctx aws.Context, input *ListExtensionsInput, opts ...request.Option) (*ListExtensionsOutput, error)
- func (c *AppConfig) ListHostedConfigurationVersions(input *ListHostedConfigurationVersionsInput) (*ListHostedConfigurationVersionsOutput, error)
- func (c *AppConfig) ListHostedConfigurationVersionsPages(input *ListHostedConfigurationVersionsInput, ...) error
- func (c *AppConfig) ListHostedConfigurationVersionsPagesWithContext(ctx aws.Context, input *ListHostedConfigurationVersionsInput, ...) error
- func (c *AppConfig) ListHostedConfigurationVersionsRequest(input *ListHostedConfigurationVersionsInput) (req *request.Request, output *ListHostedConfigurationVersionsOutput)
- func (c *AppConfig) ListHostedConfigurationVersionsWithContext(ctx aws.Context, input *ListHostedConfigurationVersionsInput, ...) (*ListHostedConfigurationVersionsOutput, error)
- func (c *AppConfig) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *AppConfig) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *AppConfig) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *AppConfig) StartDeployment(input *StartDeploymentInput) (*StartDeploymentOutput, error)
- func (c *AppConfig) StartDeploymentRequest(input *StartDeploymentInput) (req *request.Request, output *StartDeploymentOutput)
- func (c *AppConfig) StartDeploymentWithContext(ctx aws.Context, input *StartDeploymentInput, opts ...request.Option) (*StartDeploymentOutput, error)
- func (c *AppConfig) StopDeployment(input *StopDeploymentInput) (*StopDeploymentOutput, error)
- func (c *AppConfig) StopDeploymentRequest(input *StopDeploymentInput) (req *request.Request, output *StopDeploymentOutput)
- func (c *AppConfig) StopDeploymentWithContext(ctx aws.Context, input *StopDeploymentInput, opts ...request.Option) (*StopDeploymentOutput, error)
- func (c *AppConfig) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *AppConfig) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *AppConfig) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *AppConfig) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *AppConfig) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *AppConfig) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *AppConfig) UpdateApplication(input *UpdateApplicationInput) (*UpdateApplicationOutput, error)
- func (c *AppConfig) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *UpdateApplicationOutput)
- func (c *AppConfig) UpdateApplicationWithContext(ctx aws.Context, input *UpdateApplicationInput, opts ...request.Option) (*UpdateApplicationOutput, error)
- func (c *AppConfig) UpdateConfigurationProfile(input *UpdateConfigurationProfileInput) (*UpdateConfigurationProfileOutput, error)
- func (c *AppConfig) UpdateConfigurationProfileRequest(input *UpdateConfigurationProfileInput) (req *request.Request, output *UpdateConfigurationProfileOutput)
- func (c *AppConfig) UpdateConfigurationProfileWithContext(ctx aws.Context, input *UpdateConfigurationProfileInput, ...) (*UpdateConfigurationProfileOutput, error)
- func (c *AppConfig) UpdateDeploymentStrategy(input *UpdateDeploymentStrategyInput) (*UpdateDeploymentStrategyOutput, error)
- func (c *AppConfig) UpdateDeploymentStrategyRequest(input *UpdateDeploymentStrategyInput) (req *request.Request, output *UpdateDeploymentStrategyOutput)
- func (c *AppConfig) UpdateDeploymentStrategyWithContext(ctx aws.Context, input *UpdateDeploymentStrategyInput, opts ...request.Option) (*UpdateDeploymentStrategyOutput, error)
- func (c *AppConfig) UpdateEnvironment(input *UpdateEnvironmentInput) (*UpdateEnvironmentOutput, error)
- func (c *AppConfig) UpdateEnvironmentRequest(input *UpdateEnvironmentInput) (req *request.Request, output *UpdateEnvironmentOutput)
- func (c *AppConfig) UpdateEnvironmentWithContext(ctx aws.Context, input *UpdateEnvironmentInput, opts ...request.Option) (*UpdateEnvironmentOutput, error)
- func (c *AppConfig) UpdateExtension(input *UpdateExtensionInput) (*UpdateExtensionOutput, error)
- func (c *AppConfig) UpdateExtensionAssociation(input *UpdateExtensionAssociationInput) (*UpdateExtensionAssociationOutput, error)
- func (c *AppConfig) UpdateExtensionAssociationRequest(input *UpdateExtensionAssociationInput) (req *request.Request, output *UpdateExtensionAssociationOutput)
- func (c *AppConfig) UpdateExtensionAssociationWithContext(ctx aws.Context, input *UpdateExtensionAssociationInput, ...) (*UpdateExtensionAssociationOutput, error)
- func (c *AppConfig) UpdateExtensionRequest(input *UpdateExtensionInput) (req *request.Request, output *UpdateExtensionOutput)
- func (c *AppConfig) UpdateExtensionWithContext(ctx aws.Context, input *UpdateExtensionInput, opts ...request.Option) (*UpdateExtensionOutput, error)
- func (c *AppConfig) ValidateConfiguration(input *ValidateConfigurationInput) (*ValidateConfigurationOutput, error)
- func (c *AppConfig) ValidateConfigurationRequest(input *ValidateConfigurationInput) (req *request.Request, output *ValidateConfigurationOutput)
- func (c *AppConfig) ValidateConfigurationWithContext(ctx aws.Context, input *ValidateConfigurationInput, opts ...request.Option) (*ValidateConfigurationOutput, error)
- type Application
- type AppliedExtension
- func (s AppliedExtension) GoString() string
- func (s *AppliedExtension) SetExtensionAssociationId(v string) *AppliedExtension
- func (s *AppliedExtension) SetExtensionId(v string) *AppliedExtension
- func (s *AppliedExtension) SetParameters(v map[string]*string) *AppliedExtension
- func (s *AppliedExtension) SetVersionNumber(v int64) *AppliedExtension
- func (s AppliedExtension) String() string
- type BadRequestDetails
- type BadRequestException
- func (s *BadRequestException) Code() string
- func (s *BadRequestException) Error() string
- func (s BadRequestException) GoString() string
- func (s *BadRequestException) Message() string
- func (s *BadRequestException) OrigErr() error
- func (s *BadRequestException) RequestID() string
- func (s *BadRequestException) StatusCode() int
- func (s BadRequestException) String() string
- type ConfigurationProfileSummary
- func (s ConfigurationProfileSummary) GoString() string
- func (s *ConfigurationProfileSummary) SetApplicationId(v string) *ConfigurationProfileSummary
- func (s *ConfigurationProfileSummary) SetId(v string) *ConfigurationProfileSummary
- func (s *ConfigurationProfileSummary) SetLocationUri(v string) *ConfigurationProfileSummary
- func (s *ConfigurationProfileSummary) SetName(v string) *ConfigurationProfileSummary
- func (s *ConfigurationProfileSummary) SetType(v string) *ConfigurationProfileSummary
- func (s *ConfigurationProfileSummary) SetValidatorTypes(v []*string) *ConfigurationProfileSummary
- func (s ConfigurationProfileSummary) String() string
- type ConflictException
- func (s *ConflictException) Code() string
- func (s *ConflictException) Error() string
- func (s ConflictException) GoString() string
- func (s *ConflictException) Message() string
- func (s *ConflictException) OrigErr() error
- func (s *ConflictException) RequestID() string
- func (s *ConflictException) StatusCode() int
- func (s ConflictException) String() string
- type CreateApplicationInput
- func (s CreateApplicationInput) GoString() string
- func (s *CreateApplicationInput) SetDescription(v string) *CreateApplicationInput
- func (s *CreateApplicationInput) SetName(v string) *CreateApplicationInput
- func (s *CreateApplicationInput) SetTags(v map[string]*string) *CreateApplicationInput
- func (s CreateApplicationInput) String() string
- func (s *CreateApplicationInput) Validate() error
- type CreateApplicationOutput
- func (s CreateApplicationOutput) GoString() string
- func (s *CreateApplicationOutput) SetDescription(v string) *CreateApplicationOutput
- func (s *CreateApplicationOutput) SetId(v string) *CreateApplicationOutput
- func (s *CreateApplicationOutput) SetName(v string) *CreateApplicationOutput
- func (s CreateApplicationOutput) String() string
- type CreateConfigurationProfileInput
- func (s CreateConfigurationProfileInput) GoString() string
- func (s *CreateConfigurationProfileInput) SetApplicationId(v string) *CreateConfigurationProfileInput
- func (s *CreateConfigurationProfileInput) SetDescription(v string) *CreateConfigurationProfileInput
- func (s *CreateConfigurationProfileInput) SetKmsKeyIdentifier(v string) *CreateConfigurationProfileInput
- func (s *CreateConfigurationProfileInput) SetLocationUri(v string) *CreateConfigurationProfileInput
- func (s *CreateConfigurationProfileInput) SetName(v string) *CreateConfigurationProfileInput
- func (s *CreateConfigurationProfileInput) SetRetrievalRoleArn(v string) *CreateConfigurationProfileInput
- func (s *CreateConfigurationProfileInput) SetTags(v map[string]*string) *CreateConfigurationProfileInput
- func (s *CreateConfigurationProfileInput) SetType(v string) *CreateConfigurationProfileInput
- func (s *CreateConfigurationProfileInput) SetValidators(v []*Validator) *CreateConfigurationProfileInput
- func (s CreateConfigurationProfileInput) String() string
- func (s *CreateConfigurationProfileInput) Validate() error
- type CreateConfigurationProfileOutput
- func (s CreateConfigurationProfileOutput) GoString() string
- func (s *CreateConfigurationProfileOutput) SetApplicationId(v string) *CreateConfigurationProfileOutput
- func (s *CreateConfigurationProfileOutput) SetDescription(v string) *CreateConfigurationProfileOutput
- func (s *CreateConfigurationProfileOutput) SetId(v string) *CreateConfigurationProfileOutput
- func (s *CreateConfigurationProfileOutput) SetKmsKeyArn(v string) *CreateConfigurationProfileOutput
- func (s *CreateConfigurationProfileOutput) SetKmsKeyIdentifier(v string) *CreateConfigurationProfileOutput
- func (s *CreateConfigurationProfileOutput) SetLocationUri(v string) *CreateConfigurationProfileOutput
- func (s *CreateConfigurationProfileOutput) SetName(v string) *CreateConfigurationProfileOutput
- func (s *CreateConfigurationProfileOutput) SetRetrievalRoleArn(v string) *CreateConfigurationProfileOutput
- func (s *CreateConfigurationProfileOutput) SetType(v string) *CreateConfigurationProfileOutput
- func (s *CreateConfigurationProfileOutput) SetValidators(v []*Validator) *CreateConfigurationProfileOutput
- func (s CreateConfigurationProfileOutput) String() string
- type CreateDeploymentStrategyInput
- func (s CreateDeploymentStrategyInput) GoString() string
- func (s *CreateDeploymentStrategyInput) SetDeploymentDurationInMinutes(v int64) *CreateDeploymentStrategyInput
- func (s *CreateDeploymentStrategyInput) SetDescription(v string) *CreateDeploymentStrategyInput
- func (s *CreateDeploymentStrategyInput) SetFinalBakeTimeInMinutes(v int64) *CreateDeploymentStrategyInput
- func (s *CreateDeploymentStrategyInput) SetGrowthFactor(v float64) *CreateDeploymentStrategyInput
- func (s *CreateDeploymentStrategyInput) SetGrowthType(v string) *CreateDeploymentStrategyInput
- func (s *CreateDeploymentStrategyInput) SetName(v string) *CreateDeploymentStrategyInput
- func (s *CreateDeploymentStrategyInput) SetReplicateTo(v string) *CreateDeploymentStrategyInput
- func (s *CreateDeploymentStrategyInput) SetTags(v map[string]*string) *CreateDeploymentStrategyInput
- func (s CreateDeploymentStrategyInput) String() string
- func (s *CreateDeploymentStrategyInput) Validate() error
- type CreateDeploymentStrategyOutput
- func (s CreateDeploymentStrategyOutput) GoString() string
- func (s *CreateDeploymentStrategyOutput) SetDeploymentDurationInMinutes(v int64) *CreateDeploymentStrategyOutput
- func (s *CreateDeploymentStrategyOutput) SetDescription(v string) *CreateDeploymentStrategyOutput
- func (s *CreateDeploymentStrategyOutput) SetFinalBakeTimeInMinutes(v int64) *CreateDeploymentStrategyOutput
- func (s *CreateDeploymentStrategyOutput) SetGrowthFactor(v float64) *CreateDeploymentStrategyOutput
- func (s *CreateDeploymentStrategyOutput) SetGrowthType(v string) *CreateDeploymentStrategyOutput
- func (s *CreateDeploymentStrategyOutput) SetId(v string) *CreateDeploymentStrategyOutput
- func (s *CreateDeploymentStrategyOutput) SetName(v string) *CreateDeploymentStrategyOutput
- func (s *CreateDeploymentStrategyOutput) SetReplicateTo(v string) *CreateDeploymentStrategyOutput
- func (s CreateDeploymentStrategyOutput) String() string
- type CreateEnvironmentInput
- func (s CreateEnvironmentInput) GoString() string
- func (s *CreateEnvironmentInput) SetApplicationId(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetDescription(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetMonitors(v []*Monitor) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetName(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetTags(v map[string]*string) *CreateEnvironmentInput
- func (s CreateEnvironmentInput) String() string
- func (s *CreateEnvironmentInput) Validate() error
- type CreateEnvironmentOutput
- func (s CreateEnvironmentOutput) GoString() string
- func (s *CreateEnvironmentOutput) SetApplicationId(v string) *CreateEnvironmentOutput
- func (s *CreateEnvironmentOutput) SetDescription(v string) *CreateEnvironmentOutput
- func (s *CreateEnvironmentOutput) SetId(v string) *CreateEnvironmentOutput
- func (s *CreateEnvironmentOutput) SetMonitors(v []*Monitor) *CreateEnvironmentOutput
- func (s *CreateEnvironmentOutput) SetName(v string) *CreateEnvironmentOutput
- func (s *CreateEnvironmentOutput) SetState(v string) *CreateEnvironmentOutput
- func (s CreateEnvironmentOutput) String() string
- type CreateExtensionAssociationInput
- func (s CreateExtensionAssociationInput) GoString() string
- func (s *CreateExtensionAssociationInput) SetExtensionIdentifier(v string) *CreateExtensionAssociationInput
- func (s *CreateExtensionAssociationInput) SetExtensionVersionNumber(v int64) *CreateExtensionAssociationInput
- func (s *CreateExtensionAssociationInput) SetParameters(v map[string]*string) *CreateExtensionAssociationInput
- func (s *CreateExtensionAssociationInput) SetResourceIdentifier(v string) *CreateExtensionAssociationInput
- func (s *CreateExtensionAssociationInput) SetTags(v map[string]*string) *CreateExtensionAssociationInput
- func (s CreateExtensionAssociationInput) String() string
- func (s *CreateExtensionAssociationInput) Validate() error
- type CreateExtensionAssociationOutput
- func (s CreateExtensionAssociationOutput) GoString() string
- func (s *CreateExtensionAssociationOutput) SetArn(v string) *CreateExtensionAssociationOutput
- func (s *CreateExtensionAssociationOutput) SetExtensionArn(v string) *CreateExtensionAssociationOutput
- func (s *CreateExtensionAssociationOutput) SetExtensionVersionNumber(v int64) *CreateExtensionAssociationOutput
- func (s *CreateExtensionAssociationOutput) SetId(v string) *CreateExtensionAssociationOutput
- func (s *CreateExtensionAssociationOutput) SetParameters(v map[string]*string) *CreateExtensionAssociationOutput
- func (s *CreateExtensionAssociationOutput) SetResourceArn(v string) *CreateExtensionAssociationOutput
- func (s CreateExtensionAssociationOutput) String() string
- type CreateExtensionInput
- func (s CreateExtensionInput) GoString() string
- func (s *CreateExtensionInput) SetActions(v map[string][]*Action) *CreateExtensionInput
- func (s *CreateExtensionInput) SetDescription(v string) *CreateExtensionInput
- func (s *CreateExtensionInput) SetLatestVersionNumber(v int64) *CreateExtensionInput
- func (s *CreateExtensionInput) SetName(v string) *CreateExtensionInput
- func (s *CreateExtensionInput) SetParameters(v map[string]*Parameter) *CreateExtensionInput
- func (s *CreateExtensionInput) SetTags(v map[string]*string) *CreateExtensionInput
- func (s CreateExtensionInput) String() string
- func (s *CreateExtensionInput) Validate() error
- type CreateExtensionOutput
- func (s CreateExtensionOutput) GoString() string
- func (s *CreateExtensionOutput) SetActions(v map[string][]*Action) *CreateExtensionOutput
- func (s *CreateExtensionOutput) SetArn(v string) *CreateExtensionOutput
- func (s *CreateExtensionOutput) SetDescription(v string) *CreateExtensionOutput
- func (s *CreateExtensionOutput) SetId(v string) *CreateExtensionOutput
- func (s *CreateExtensionOutput) SetName(v string) *CreateExtensionOutput
- func (s *CreateExtensionOutput) SetParameters(v map[string]*Parameter) *CreateExtensionOutput
- func (s *CreateExtensionOutput) SetVersionNumber(v int64) *CreateExtensionOutput
- func (s CreateExtensionOutput) String() string
- type CreateHostedConfigurationVersionInput
- func (s CreateHostedConfigurationVersionInput) GoString() string
- func (s *CreateHostedConfigurationVersionInput) SetApplicationId(v string) *CreateHostedConfigurationVersionInput
- func (s *CreateHostedConfigurationVersionInput) SetConfigurationProfileId(v string) *CreateHostedConfigurationVersionInput
- func (s *CreateHostedConfigurationVersionInput) SetContent(v []byte) *CreateHostedConfigurationVersionInput
- func (s *CreateHostedConfigurationVersionInput) SetContentType(v string) *CreateHostedConfigurationVersionInput
- func (s *CreateHostedConfigurationVersionInput) SetDescription(v string) *CreateHostedConfigurationVersionInput
- func (s *CreateHostedConfigurationVersionInput) SetLatestVersionNumber(v int64) *CreateHostedConfigurationVersionInput
- func (s *CreateHostedConfigurationVersionInput) SetVersionLabel(v string) *CreateHostedConfigurationVersionInput
- func (s CreateHostedConfigurationVersionInput) String() string
- func (s *CreateHostedConfigurationVersionInput) Validate() error
- type CreateHostedConfigurationVersionOutput
- func (s CreateHostedConfigurationVersionOutput) GoString() string
- func (s *CreateHostedConfigurationVersionOutput) SetApplicationId(v string) *CreateHostedConfigurationVersionOutput
- func (s *CreateHostedConfigurationVersionOutput) SetConfigurationProfileId(v string) *CreateHostedConfigurationVersionOutput
- func (s *CreateHostedConfigurationVersionOutput) SetContent(v []byte) *CreateHostedConfigurationVersionOutput
- func (s *CreateHostedConfigurationVersionOutput) SetContentType(v string) *CreateHostedConfigurationVersionOutput
- func (s *CreateHostedConfigurationVersionOutput) SetDescription(v string) *CreateHostedConfigurationVersionOutput
- func (s *CreateHostedConfigurationVersionOutput) SetKmsKeyArn(v string) *CreateHostedConfigurationVersionOutput
- func (s *CreateHostedConfigurationVersionOutput) SetVersionLabel(v string) *CreateHostedConfigurationVersionOutput
- func (s *CreateHostedConfigurationVersionOutput) SetVersionNumber(v int64) *CreateHostedConfigurationVersionOutput
- func (s CreateHostedConfigurationVersionOutput) String() string
- type DeleteApplicationInput
- type DeleteApplicationOutput
- type DeleteConfigurationProfileInput
- func (s DeleteConfigurationProfileInput) GoString() string
- func (s *DeleteConfigurationProfileInput) SetApplicationId(v string) *DeleteConfigurationProfileInput
- func (s *DeleteConfigurationProfileInput) SetConfigurationProfileId(v string) *DeleteConfigurationProfileInput
- func (s DeleteConfigurationProfileInput) String() string
- func (s *DeleteConfigurationProfileInput) Validate() error
- type DeleteConfigurationProfileOutput
- type DeleteDeploymentStrategyInput
- type DeleteDeploymentStrategyOutput
- type DeleteEnvironmentInput
- func (s DeleteEnvironmentInput) GoString() string
- func (s *DeleteEnvironmentInput) SetApplicationId(v string) *DeleteEnvironmentInput
- func (s *DeleteEnvironmentInput) SetEnvironmentId(v string) *DeleteEnvironmentInput
- func (s DeleteEnvironmentInput) String() string
- func (s *DeleteEnvironmentInput) Validate() error
- type DeleteEnvironmentOutput
- type DeleteExtensionAssociationInput
- type DeleteExtensionAssociationOutput
- type DeleteExtensionInput
- func (s DeleteExtensionInput) GoString() string
- func (s *DeleteExtensionInput) SetExtensionIdentifier(v string) *DeleteExtensionInput
- func (s *DeleteExtensionInput) SetVersionNumber(v int64) *DeleteExtensionInput
- func (s DeleteExtensionInput) String() string
- func (s *DeleteExtensionInput) Validate() error
- type DeleteExtensionOutput
- type DeleteHostedConfigurationVersionInput
- func (s DeleteHostedConfigurationVersionInput) GoString() string
- func (s *DeleteHostedConfigurationVersionInput) SetApplicationId(v string) *DeleteHostedConfigurationVersionInput
- func (s *DeleteHostedConfigurationVersionInput) SetConfigurationProfileId(v string) *DeleteHostedConfigurationVersionInput
- func (s *DeleteHostedConfigurationVersionInput) SetVersionNumber(v int64) *DeleteHostedConfigurationVersionInput
- func (s DeleteHostedConfigurationVersionInput) String() string
- func (s *DeleteHostedConfigurationVersionInput) Validate() error
- type DeleteHostedConfigurationVersionOutput
- type DeploymentEvent
- func (s DeploymentEvent) GoString() string
- func (s *DeploymentEvent) SetActionInvocations(v []*ActionInvocation) *DeploymentEvent
- func (s *DeploymentEvent) SetDescription(v string) *DeploymentEvent
- func (s *DeploymentEvent) SetEventType(v string) *DeploymentEvent
- func (s *DeploymentEvent) SetOccurredAt(v time.Time) *DeploymentEvent
- func (s *DeploymentEvent) SetTriggeredBy(v string) *DeploymentEvent
- func (s DeploymentEvent) String() string
- type DeploymentStrategy
- func (s DeploymentStrategy) GoString() string
- func (s *DeploymentStrategy) SetDeploymentDurationInMinutes(v int64) *DeploymentStrategy
- func (s *DeploymentStrategy) SetDescription(v string) *DeploymentStrategy
- func (s *DeploymentStrategy) SetFinalBakeTimeInMinutes(v int64) *DeploymentStrategy
- func (s *DeploymentStrategy) SetGrowthFactor(v float64) *DeploymentStrategy
- func (s *DeploymentStrategy) SetGrowthType(v string) *DeploymentStrategy
- func (s *DeploymentStrategy) SetId(v string) *DeploymentStrategy
- func (s *DeploymentStrategy) SetName(v string) *DeploymentStrategy
- func (s *DeploymentStrategy) SetReplicateTo(v string) *DeploymentStrategy
- func (s DeploymentStrategy) String() string
- type DeploymentSummary
- func (s DeploymentSummary) GoString() string
- func (s *DeploymentSummary) SetCompletedAt(v time.Time) *DeploymentSummary
- func (s *DeploymentSummary) SetConfigurationName(v string) *DeploymentSummary
- func (s *DeploymentSummary) SetConfigurationVersion(v string) *DeploymentSummary
- func (s *DeploymentSummary) SetDeploymentDurationInMinutes(v int64) *DeploymentSummary
- func (s *DeploymentSummary) SetDeploymentNumber(v int64) *DeploymentSummary
- func (s *DeploymentSummary) SetFinalBakeTimeInMinutes(v int64) *DeploymentSummary
- func (s *DeploymentSummary) SetGrowthFactor(v float64) *DeploymentSummary
- func (s *DeploymentSummary) SetGrowthType(v string) *DeploymentSummary
- func (s *DeploymentSummary) SetPercentageComplete(v float64) *DeploymentSummary
- func (s *DeploymentSummary) SetStartedAt(v time.Time) *DeploymentSummary
- func (s *DeploymentSummary) SetState(v string) *DeploymentSummary
- func (s *DeploymentSummary) SetVersionLabel(v string) *DeploymentSummary
- func (s DeploymentSummary) String() string
- type Environment
- func (s Environment) GoString() string
- func (s *Environment) SetApplicationId(v string) *Environment
- func (s *Environment) SetDescription(v string) *Environment
- func (s *Environment) SetId(v string) *Environment
- func (s *Environment) SetMonitors(v []*Monitor) *Environment
- func (s *Environment) SetName(v string) *Environment
- func (s *Environment) SetState(v string) *Environment
- func (s Environment) String() string
- type ExtensionAssociationSummary
- func (s ExtensionAssociationSummary) GoString() string
- func (s *ExtensionAssociationSummary) SetExtensionArn(v string) *ExtensionAssociationSummary
- func (s *ExtensionAssociationSummary) SetId(v string) *ExtensionAssociationSummary
- func (s *ExtensionAssociationSummary) SetResourceArn(v string) *ExtensionAssociationSummary
- func (s ExtensionAssociationSummary) String() string
- type ExtensionSummary
- func (s ExtensionSummary) GoString() string
- func (s *ExtensionSummary) SetArn(v string) *ExtensionSummary
- func (s *ExtensionSummary) SetDescription(v string) *ExtensionSummary
- func (s *ExtensionSummary) SetId(v string) *ExtensionSummary
- func (s *ExtensionSummary) SetName(v string) *ExtensionSummary
- func (s *ExtensionSummary) SetVersionNumber(v int64) *ExtensionSummary
- func (s ExtensionSummary) String() string
- type GetApplicationInput
- type GetApplicationOutput
- func (s GetApplicationOutput) GoString() string
- func (s *GetApplicationOutput) SetDescription(v string) *GetApplicationOutput
- func (s *GetApplicationOutput) SetId(v string) *GetApplicationOutput
- func (s *GetApplicationOutput) SetName(v string) *GetApplicationOutput
- func (s GetApplicationOutput) String() string
- type GetConfigurationInput
- func (s GetConfigurationInput) GoString() string
- func (s *GetConfigurationInput) SetApplication(v string) *GetConfigurationInput
- func (s *GetConfigurationInput) SetClientConfigurationVersion(v string) *GetConfigurationInput
- func (s *GetConfigurationInput) SetClientId(v string) *GetConfigurationInput
- func (s *GetConfigurationInput) SetConfiguration(v string) *GetConfigurationInput
- func (s *GetConfigurationInput) SetEnvironment(v string) *GetConfigurationInput
- func (s GetConfigurationInput) String() string
- func (s *GetConfigurationInput) Validate() error
- type GetConfigurationOutput
- func (s GetConfigurationOutput) GoString() string
- func (s *GetConfigurationOutput) SetConfigurationVersion(v string) *GetConfigurationOutput
- func (s *GetConfigurationOutput) SetContent(v []byte) *GetConfigurationOutput
- func (s *GetConfigurationOutput) SetContentType(v string) *GetConfigurationOutput
- func (s GetConfigurationOutput) String() string
- type GetConfigurationProfileInput
- func (s GetConfigurationProfileInput) GoString() string
- func (s *GetConfigurationProfileInput) SetApplicationId(v string) *GetConfigurationProfileInput
- func (s *GetConfigurationProfileInput) SetConfigurationProfileId(v string) *GetConfigurationProfileInput
- func (s GetConfigurationProfileInput) String() string
- func (s *GetConfigurationProfileInput) Validate() error
- type GetConfigurationProfileOutput
- func (s GetConfigurationProfileOutput) GoString() string
- func (s *GetConfigurationProfileOutput) SetApplicationId(v string) *GetConfigurationProfileOutput
- func (s *GetConfigurationProfileOutput) SetDescription(v string) *GetConfigurationProfileOutput
- func (s *GetConfigurationProfileOutput) SetId(v string) *GetConfigurationProfileOutput
- func (s *GetConfigurationProfileOutput) SetKmsKeyArn(v string) *GetConfigurationProfileOutput
- func (s *GetConfigurationProfileOutput) SetKmsKeyIdentifier(v string) *GetConfigurationProfileOutput
- func (s *GetConfigurationProfileOutput) SetLocationUri(v string) *GetConfigurationProfileOutput
- func (s *GetConfigurationProfileOutput) SetName(v string) *GetConfigurationProfileOutput
- func (s *GetConfigurationProfileOutput) SetRetrievalRoleArn(v string) *GetConfigurationProfileOutput
- func (s *GetConfigurationProfileOutput) SetType(v string) *GetConfigurationProfileOutput
- func (s *GetConfigurationProfileOutput) SetValidators(v []*Validator) *GetConfigurationProfileOutput
- func (s GetConfigurationProfileOutput) String() string
- type GetDeploymentInput
- func (s GetDeploymentInput) GoString() string
- func (s *GetDeploymentInput) SetApplicationId(v string) *GetDeploymentInput
- func (s *GetDeploymentInput) SetDeploymentNumber(v int64) *GetDeploymentInput
- func (s *GetDeploymentInput) SetEnvironmentId(v string) *GetDeploymentInput
- func (s GetDeploymentInput) String() string
- func (s *GetDeploymentInput) Validate() error
- type GetDeploymentOutput
- func (s GetDeploymentOutput) GoString() string
- func (s *GetDeploymentOutput) SetApplicationId(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetAppliedExtensions(v []*AppliedExtension) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetCompletedAt(v time.Time) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetConfigurationLocationUri(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetConfigurationName(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetConfigurationProfileId(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetConfigurationVersion(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetDeploymentDurationInMinutes(v int64) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetDeploymentNumber(v int64) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetDeploymentStrategyId(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetDescription(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetEnvironmentId(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetEventLog(v []*DeploymentEvent) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetFinalBakeTimeInMinutes(v int64) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetGrowthFactor(v float64) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetGrowthType(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetKmsKeyArn(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetKmsKeyIdentifier(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetPercentageComplete(v float64) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetStartedAt(v time.Time) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetState(v string) *GetDeploymentOutput
- func (s *GetDeploymentOutput) SetVersionLabel(v string) *GetDeploymentOutput
- func (s GetDeploymentOutput) String() string
- type GetDeploymentStrategyInput
- type GetDeploymentStrategyOutput
- func (s GetDeploymentStrategyOutput) GoString() string
- func (s *GetDeploymentStrategyOutput) SetDeploymentDurationInMinutes(v int64) *GetDeploymentStrategyOutput
- func (s *GetDeploymentStrategyOutput) SetDescription(v string) *GetDeploymentStrategyOutput
- func (s *GetDeploymentStrategyOutput) SetFinalBakeTimeInMinutes(v int64) *GetDeploymentStrategyOutput
- func (s *GetDeploymentStrategyOutput) SetGrowthFactor(v float64) *GetDeploymentStrategyOutput
- func (s *GetDeploymentStrategyOutput) SetGrowthType(v string) *GetDeploymentStrategyOutput
- func (s *GetDeploymentStrategyOutput) SetId(v string) *GetDeploymentStrategyOutput
- func (s *GetDeploymentStrategyOutput) SetName(v string) *GetDeploymentStrategyOutput
- func (s *GetDeploymentStrategyOutput) SetReplicateTo(v string) *GetDeploymentStrategyOutput
- func (s GetDeploymentStrategyOutput) String() string
- type GetEnvironmentInput
- type GetEnvironmentOutput
- func (s GetEnvironmentOutput) GoString() string
- func (s *GetEnvironmentOutput) SetApplicationId(v string) *GetEnvironmentOutput
- func (s *GetEnvironmentOutput) SetDescription(v string) *GetEnvironmentOutput
- func (s *GetEnvironmentOutput) SetId(v string) *GetEnvironmentOutput
- func (s *GetEnvironmentOutput) SetMonitors(v []*Monitor) *GetEnvironmentOutput
- func (s *GetEnvironmentOutput) SetName(v string) *GetEnvironmentOutput
- func (s *GetEnvironmentOutput) SetState(v string) *GetEnvironmentOutput
- func (s GetEnvironmentOutput) String() string
- type GetExtensionAssociationInput
- type GetExtensionAssociationOutput
- func (s GetExtensionAssociationOutput) GoString() string
- func (s *GetExtensionAssociationOutput) SetArn(v string) *GetExtensionAssociationOutput
- func (s *GetExtensionAssociationOutput) SetExtensionArn(v string) *GetExtensionAssociationOutput
- func (s *GetExtensionAssociationOutput) SetExtensionVersionNumber(v int64) *GetExtensionAssociationOutput
- func (s *GetExtensionAssociationOutput) SetId(v string) *GetExtensionAssociationOutput
- func (s *GetExtensionAssociationOutput) SetParameters(v map[string]*string) *GetExtensionAssociationOutput
- func (s *GetExtensionAssociationOutput) SetResourceArn(v string) *GetExtensionAssociationOutput
- func (s GetExtensionAssociationOutput) String() string
- type GetExtensionInput
- type GetExtensionOutput
- func (s GetExtensionOutput) GoString() string
- func (s *GetExtensionOutput) SetActions(v map[string][]*Action) *GetExtensionOutput
- func (s *GetExtensionOutput) SetArn(v string) *GetExtensionOutput
- func (s *GetExtensionOutput) SetDescription(v string) *GetExtensionOutput
- func (s *GetExtensionOutput) SetId(v string) *GetExtensionOutput
- func (s *GetExtensionOutput) SetName(v string) *GetExtensionOutput
- func (s *GetExtensionOutput) SetParameters(v map[string]*Parameter) *GetExtensionOutput
- func (s *GetExtensionOutput) SetVersionNumber(v int64) *GetExtensionOutput
- func (s GetExtensionOutput) String() string
- type GetHostedConfigurationVersionInput
- func (s GetHostedConfigurationVersionInput) GoString() string
- func (s *GetHostedConfigurationVersionInput) SetApplicationId(v string) *GetHostedConfigurationVersionInput
- func (s *GetHostedConfigurationVersionInput) SetConfigurationProfileId(v string) *GetHostedConfigurationVersionInput
- func (s *GetHostedConfigurationVersionInput) SetVersionNumber(v int64) *GetHostedConfigurationVersionInput
- func (s GetHostedConfigurationVersionInput) String() string
- func (s *GetHostedConfigurationVersionInput) Validate() error
- type GetHostedConfigurationVersionOutput
- func (s GetHostedConfigurationVersionOutput) GoString() string
- func (s *GetHostedConfigurationVersionOutput) SetApplicationId(v string) *GetHostedConfigurationVersionOutput
- func (s *GetHostedConfigurationVersionOutput) SetConfigurationProfileId(v string) *GetHostedConfigurationVersionOutput
- func (s *GetHostedConfigurationVersionOutput) SetContent(v []byte) *GetHostedConfigurationVersionOutput
- func (s *GetHostedConfigurationVersionOutput) SetContentType(v string) *GetHostedConfigurationVersionOutput
- func (s *GetHostedConfigurationVersionOutput) SetDescription(v string) *GetHostedConfigurationVersionOutput
- func (s *GetHostedConfigurationVersionOutput) SetKmsKeyArn(v string) *GetHostedConfigurationVersionOutput
- func (s *GetHostedConfigurationVersionOutput) SetVersionLabel(v string) *GetHostedConfigurationVersionOutput
- func (s *GetHostedConfigurationVersionOutput) SetVersionNumber(v int64) *GetHostedConfigurationVersionOutput
- func (s GetHostedConfigurationVersionOutput) String() string
- type HostedConfigurationVersionSummary
- func (s HostedConfigurationVersionSummary) GoString() string
- func (s *HostedConfigurationVersionSummary) SetApplicationId(v string) *HostedConfigurationVersionSummary
- func (s *HostedConfigurationVersionSummary) SetConfigurationProfileId(v string) *HostedConfigurationVersionSummary
- func (s *HostedConfigurationVersionSummary) SetContentType(v string) *HostedConfigurationVersionSummary
- func (s *HostedConfigurationVersionSummary) SetDescription(v string) *HostedConfigurationVersionSummary
- func (s *HostedConfigurationVersionSummary) SetKmsKeyArn(v string) *HostedConfigurationVersionSummary
- func (s *HostedConfigurationVersionSummary) SetVersionLabel(v string) *HostedConfigurationVersionSummary
- func (s *HostedConfigurationVersionSummary) SetVersionNumber(v int64) *HostedConfigurationVersionSummary
- func (s HostedConfigurationVersionSummary) String() string
- type InternalServerException
- func (s *InternalServerException) Code() string
- func (s *InternalServerException) Error() string
- func (s InternalServerException) GoString() string
- func (s *InternalServerException) Message() string
- func (s *InternalServerException) OrigErr() error
- func (s *InternalServerException) RequestID() string
- func (s *InternalServerException) StatusCode() int
- func (s InternalServerException) String() string
- type InvalidConfigurationDetail
- func (s InvalidConfigurationDetail) GoString() string
- func (s *InvalidConfigurationDetail) SetConstraint(v string) *InvalidConfigurationDetail
- func (s *InvalidConfigurationDetail) SetLocation(v string) *InvalidConfigurationDetail
- func (s *InvalidConfigurationDetail) SetReason(v string) *InvalidConfigurationDetail
- func (s *InvalidConfigurationDetail) SetType(v string) *InvalidConfigurationDetail
- func (s *InvalidConfigurationDetail) SetValue(v string) *InvalidConfigurationDetail
- func (s InvalidConfigurationDetail) String() string
- type ListApplicationsInput
- func (s ListApplicationsInput) GoString() string
- func (s *ListApplicationsInput) SetMaxResults(v int64) *ListApplicationsInput
- func (s *ListApplicationsInput) SetNextToken(v string) *ListApplicationsInput
- func (s ListApplicationsInput) String() string
- func (s *ListApplicationsInput) Validate() error
- type ListApplicationsOutput
- type ListConfigurationProfilesInput
- func (s ListConfigurationProfilesInput) GoString() string
- func (s *ListConfigurationProfilesInput) SetApplicationId(v string) *ListConfigurationProfilesInput
- func (s *ListConfigurationProfilesInput) SetMaxResults(v int64) *ListConfigurationProfilesInput
- func (s *ListConfigurationProfilesInput) SetNextToken(v string) *ListConfigurationProfilesInput
- func (s *ListConfigurationProfilesInput) SetType(v string) *ListConfigurationProfilesInput
- func (s ListConfigurationProfilesInput) String() string
- func (s *ListConfigurationProfilesInput) Validate() error
- type ListConfigurationProfilesOutput
- func (s ListConfigurationProfilesOutput) GoString() string
- func (s *ListConfigurationProfilesOutput) SetItems(v []*ConfigurationProfileSummary) *ListConfigurationProfilesOutput
- func (s *ListConfigurationProfilesOutput) SetNextToken(v string) *ListConfigurationProfilesOutput
- func (s ListConfigurationProfilesOutput) String() string
- type ListDeploymentStrategiesInput
- func (s ListDeploymentStrategiesInput) GoString() string
- func (s *ListDeploymentStrategiesInput) SetMaxResults(v int64) *ListDeploymentStrategiesInput
- func (s *ListDeploymentStrategiesInput) SetNextToken(v string) *ListDeploymentStrategiesInput
- func (s ListDeploymentStrategiesInput) String() string
- func (s *ListDeploymentStrategiesInput) Validate() error
- type ListDeploymentStrategiesOutput
- func (s ListDeploymentStrategiesOutput) GoString() string
- func (s *ListDeploymentStrategiesOutput) SetItems(v []*DeploymentStrategy) *ListDeploymentStrategiesOutput
- func (s *ListDeploymentStrategiesOutput) SetNextToken(v string) *ListDeploymentStrategiesOutput
- func (s ListDeploymentStrategiesOutput) String() string
- type ListDeploymentsInput
- func (s ListDeploymentsInput) GoString() string
- func (s *ListDeploymentsInput) SetApplicationId(v string) *ListDeploymentsInput
- func (s *ListDeploymentsInput) SetEnvironmentId(v string) *ListDeploymentsInput
- func (s *ListDeploymentsInput) SetMaxResults(v int64) *ListDeploymentsInput
- func (s *ListDeploymentsInput) SetNextToken(v string) *ListDeploymentsInput
- func (s ListDeploymentsInput) String() string
- func (s *ListDeploymentsInput) Validate() error
- type ListDeploymentsOutput
- type ListEnvironmentsInput
- func (s ListEnvironmentsInput) GoString() string
- func (s *ListEnvironmentsInput) SetApplicationId(v string) *ListEnvironmentsInput
- func (s *ListEnvironmentsInput) SetMaxResults(v int64) *ListEnvironmentsInput
- func (s *ListEnvironmentsInput) SetNextToken(v string) *ListEnvironmentsInput
- func (s ListEnvironmentsInput) String() string
- func (s *ListEnvironmentsInput) Validate() error
- type ListEnvironmentsOutput
- type ListExtensionAssociationsInput
- func (s ListExtensionAssociationsInput) GoString() string
- func (s *ListExtensionAssociationsInput) SetExtensionIdentifier(v string) *ListExtensionAssociationsInput
- func (s *ListExtensionAssociationsInput) SetExtensionVersionNumber(v int64) *ListExtensionAssociationsInput
- func (s *ListExtensionAssociationsInput) SetMaxResults(v int64) *ListExtensionAssociationsInput
- func (s *ListExtensionAssociationsInput) SetNextToken(v string) *ListExtensionAssociationsInput
- func (s *ListExtensionAssociationsInput) SetResourceIdentifier(v string) *ListExtensionAssociationsInput
- func (s ListExtensionAssociationsInput) String() string
- func (s *ListExtensionAssociationsInput) Validate() error
- type ListExtensionAssociationsOutput
- func (s ListExtensionAssociationsOutput) GoString() string
- func (s *ListExtensionAssociationsOutput) SetItems(v []*ExtensionAssociationSummary) *ListExtensionAssociationsOutput
- func (s *ListExtensionAssociationsOutput) SetNextToken(v string) *ListExtensionAssociationsOutput
- func (s ListExtensionAssociationsOutput) String() string
- type ListExtensionsInput
- func (s ListExtensionsInput) GoString() string
- func (s *ListExtensionsInput) SetMaxResults(v int64) *ListExtensionsInput
- func (s *ListExtensionsInput) SetName(v string) *ListExtensionsInput
- func (s *ListExtensionsInput) SetNextToken(v string) *ListExtensionsInput
- func (s ListExtensionsInput) String() string
- func (s *ListExtensionsInput) Validate() error
- type ListExtensionsOutput
- type ListHostedConfigurationVersionsInput
- func (s ListHostedConfigurationVersionsInput) GoString() string
- func (s *ListHostedConfigurationVersionsInput) SetApplicationId(v string) *ListHostedConfigurationVersionsInput
- func (s *ListHostedConfigurationVersionsInput) SetConfigurationProfileId(v string) *ListHostedConfigurationVersionsInput
- func (s *ListHostedConfigurationVersionsInput) SetMaxResults(v int64) *ListHostedConfigurationVersionsInput
- func (s *ListHostedConfigurationVersionsInput) SetNextToken(v string) *ListHostedConfigurationVersionsInput
- func (s *ListHostedConfigurationVersionsInput) SetVersionLabel(v string) *ListHostedConfigurationVersionsInput
- func (s ListHostedConfigurationVersionsInput) String() string
- func (s *ListHostedConfigurationVersionsInput) Validate() error
- type ListHostedConfigurationVersionsOutput
- func (s ListHostedConfigurationVersionsOutput) GoString() string
- func (s *ListHostedConfigurationVersionsOutput) SetItems(v []*HostedConfigurationVersionSummary) *ListHostedConfigurationVersionsOutput
- func (s *ListHostedConfigurationVersionsOutput) SetNextToken(v string) *ListHostedConfigurationVersionsOutput
- func (s ListHostedConfigurationVersionsOutput) String() string
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type Monitor
- type Parameter
- type PayloadTooLargeException
- func (s *PayloadTooLargeException) Code() string
- func (s *PayloadTooLargeException) Error() string
- func (s PayloadTooLargeException) GoString() string
- func (s *PayloadTooLargeException) Message() string
- func (s *PayloadTooLargeException) OrigErr() error
- func (s *PayloadTooLargeException) RequestID() string
- func (s *PayloadTooLargeException) StatusCode() int
- func (s PayloadTooLargeException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ServiceQuotaExceededException
- func (s *ServiceQuotaExceededException) Code() string
- func (s *ServiceQuotaExceededException) Error() string
- func (s ServiceQuotaExceededException) GoString() string
- func (s *ServiceQuotaExceededException) Message() string
- func (s *ServiceQuotaExceededException) OrigErr() error
- func (s *ServiceQuotaExceededException) RequestID() string
- func (s *ServiceQuotaExceededException) StatusCode() int
- func (s ServiceQuotaExceededException) String() string
- type StartDeploymentInput
- func (s StartDeploymentInput) GoString() string
- func (s *StartDeploymentInput) SetApplicationId(v string) *StartDeploymentInput
- func (s *StartDeploymentInput) SetConfigurationProfileId(v string) *StartDeploymentInput
- func (s *StartDeploymentInput) SetConfigurationVersion(v string) *StartDeploymentInput
- func (s *StartDeploymentInput) SetDeploymentStrategyId(v string) *StartDeploymentInput
- func (s *StartDeploymentInput) SetDescription(v string) *StartDeploymentInput
- func (s *StartDeploymentInput) SetEnvironmentId(v string) *StartDeploymentInput
- func (s *StartDeploymentInput) SetKmsKeyIdentifier(v string) *StartDeploymentInput
- func (s *StartDeploymentInput) SetTags(v map[string]*string) *StartDeploymentInput
- func (s StartDeploymentInput) String() string
- func (s *StartDeploymentInput) Validate() error
- type StartDeploymentOutput
- func (s StartDeploymentOutput) GoString() string
- func (s *StartDeploymentOutput) SetApplicationId(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetAppliedExtensions(v []*AppliedExtension) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetCompletedAt(v time.Time) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetConfigurationLocationUri(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetConfigurationName(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetConfigurationProfileId(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetConfigurationVersion(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetDeploymentDurationInMinutes(v int64) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetDeploymentNumber(v int64) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetDeploymentStrategyId(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetDescription(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetEnvironmentId(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetEventLog(v []*DeploymentEvent) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetFinalBakeTimeInMinutes(v int64) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetGrowthFactor(v float64) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetGrowthType(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetKmsKeyArn(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetKmsKeyIdentifier(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetPercentageComplete(v float64) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetStartedAt(v time.Time) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetState(v string) *StartDeploymentOutput
- func (s *StartDeploymentOutput) SetVersionLabel(v string) *StartDeploymentOutput
- func (s StartDeploymentOutput) String() string
- type StopDeploymentInput
- func (s StopDeploymentInput) GoString() string
- func (s *StopDeploymentInput) SetApplicationId(v string) *StopDeploymentInput
- func (s *StopDeploymentInput) SetDeploymentNumber(v int64) *StopDeploymentInput
- func (s *StopDeploymentInput) SetEnvironmentId(v string) *StopDeploymentInput
- func (s StopDeploymentInput) String() string
- func (s *StopDeploymentInput) Validate() error
- type StopDeploymentOutput
- func (s StopDeploymentOutput) GoString() string
- func (s *StopDeploymentOutput) SetApplicationId(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetAppliedExtensions(v []*AppliedExtension) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetCompletedAt(v time.Time) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetConfigurationLocationUri(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetConfigurationName(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetConfigurationProfileId(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetConfigurationVersion(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetDeploymentDurationInMinutes(v int64) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetDeploymentNumber(v int64) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetDeploymentStrategyId(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetDescription(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetEnvironmentId(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetEventLog(v []*DeploymentEvent) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetFinalBakeTimeInMinutes(v int64) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetGrowthFactor(v float64) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetGrowthType(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetKmsKeyArn(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetKmsKeyIdentifier(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetPercentageComplete(v float64) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetStartedAt(v time.Time) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetState(v string) *StopDeploymentOutput
- func (s *StopDeploymentOutput) SetVersionLabel(v string) *StopDeploymentOutput
- func (s StopDeploymentOutput) String() string
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateApplicationInput
- func (s UpdateApplicationInput) GoString() string
- func (s *UpdateApplicationInput) SetApplicationId(v string) *UpdateApplicationInput
- func (s *UpdateApplicationInput) SetDescription(v string) *UpdateApplicationInput
- func (s *UpdateApplicationInput) SetName(v string) *UpdateApplicationInput
- func (s UpdateApplicationInput) String() string
- func (s *UpdateApplicationInput) Validate() error
- type UpdateApplicationOutput
- func (s UpdateApplicationOutput) GoString() string
- func (s *UpdateApplicationOutput) SetDescription(v string) *UpdateApplicationOutput
- func (s *UpdateApplicationOutput) SetId(v string) *UpdateApplicationOutput
- func (s *UpdateApplicationOutput) SetName(v string) *UpdateApplicationOutput
- func (s UpdateApplicationOutput) String() string
- type UpdateConfigurationProfileInput
- func (s UpdateConfigurationProfileInput) GoString() string
- func (s *UpdateConfigurationProfileInput) SetApplicationId(v string) *UpdateConfigurationProfileInput
- func (s *UpdateConfigurationProfileInput) SetConfigurationProfileId(v string) *UpdateConfigurationProfileInput
- func (s *UpdateConfigurationProfileInput) SetDescription(v string) *UpdateConfigurationProfileInput
- func (s *UpdateConfigurationProfileInput) SetKmsKeyIdentifier(v string) *UpdateConfigurationProfileInput
- func (s *UpdateConfigurationProfileInput) SetName(v string) *UpdateConfigurationProfileInput
- func (s *UpdateConfigurationProfileInput) SetRetrievalRoleArn(v string) *UpdateConfigurationProfileInput
- func (s *UpdateConfigurationProfileInput) SetValidators(v []*Validator) *UpdateConfigurationProfileInput
- func (s UpdateConfigurationProfileInput) String() string
- func (s *UpdateConfigurationProfileInput) Validate() error
- type UpdateConfigurationProfileOutput
- func (s UpdateConfigurationProfileOutput) GoString() string
- func (s *UpdateConfigurationProfileOutput) SetApplicationId(v string) *UpdateConfigurationProfileOutput
- func (s *UpdateConfigurationProfileOutput) SetDescription(v string) *UpdateConfigurationProfileOutput
- func (s *UpdateConfigurationProfileOutput) SetId(v string) *UpdateConfigurationProfileOutput
- func (s *UpdateConfigurationProfileOutput) SetKmsKeyArn(v string) *UpdateConfigurationProfileOutput
- func (s *UpdateConfigurationProfileOutput) SetKmsKeyIdentifier(v string) *UpdateConfigurationProfileOutput
- func (s *UpdateConfigurationProfileOutput) SetLocationUri(v string) *UpdateConfigurationProfileOutput
- func (s *UpdateConfigurationProfileOutput) SetName(v string) *UpdateConfigurationProfileOutput
- func (s *UpdateConfigurationProfileOutput) SetRetrievalRoleArn(v string) *UpdateConfigurationProfileOutput
- func (s *UpdateConfigurationProfileOutput) SetType(v string) *UpdateConfigurationProfileOutput
- func (s *UpdateConfigurationProfileOutput) SetValidators(v []*Validator) *UpdateConfigurationProfileOutput
- func (s UpdateConfigurationProfileOutput) String() string
- type UpdateDeploymentStrategyInput
- func (s UpdateDeploymentStrategyInput) GoString() string
- func (s *UpdateDeploymentStrategyInput) SetDeploymentDurationInMinutes(v int64) *UpdateDeploymentStrategyInput
- func (s *UpdateDeploymentStrategyInput) SetDeploymentStrategyId(v string) *UpdateDeploymentStrategyInput
- func (s *UpdateDeploymentStrategyInput) SetDescription(v string) *UpdateDeploymentStrategyInput
- func (s *UpdateDeploymentStrategyInput) SetFinalBakeTimeInMinutes(v int64) *UpdateDeploymentStrategyInput
- func (s *UpdateDeploymentStrategyInput) SetGrowthFactor(v float64) *UpdateDeploymentStrategyInput
- func (s *UpdateDeploymentStrategyInput) SetGrowthType(v string) *UpdateDeploymentStrategyInput
- func (s UpdateDeploymentStrategyInput) String() string
- func (s *UpdateDeploymentStrategyInput) Validate() error
- type UpdateDeploymentStrategyOutput
- func (s UpdateDeploymentStrategyOutput) GoString() string
- func (s *UpdateDeploymentStrategyOutput) SetDeploymentDurationInMinutes(v int64) *UpdateDeploymentStrategyOutput
- func (s *UpdateDeploymentStrategyOutput) SetDescription(v string) *UpdateDeploymentStrategyOutput
- func (s *UpdateDeploymentStrategyOutput) SetFinalBakeTimeInMinutes(v int64) *UpdateDeploymentStrategyOutput
- func (s *UpdateDeploymentStrategyOutput) SetGrowthFactor(v float64) *UpdateDeploymentStrategyOutput
- func (s *UpdateDeploymentStrategyOutput) SetGrowthType(v string) *UpdateDeploymentStrategyOutput
- func (s *UpdateDeploymentStrategyOutput) SetId(v string) *UpdateDeploymentStrategyOutput
- func (s *UpdateDeploymentStrategyOutput) SetName(v string) *UpdateDeploymentStrategyOutput
- func (s *UpdateDeploymentStrategyOutput) SetReplicateTo(v string) *UpdateDeploymentStrategyOutput
- func (s UpdateDeploymentStrategyOutput) String() string
- type UpdateEnvironmentInput
- func (s UpdateEnvironmentInput) GoString() string
- func (s *UpdateEnvironmentInput) SetApplicationId(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetDescription(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetEnvironmentId(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetMonitors(v []*Monitor) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetName(v string) *UpdateEnvironmentInput
- func (s UpdateEnvironmentInput) String() string
- func (s *UpdateEnvironmentInput) Validate() error
- type UpdateEnvironmentOutput
- func (s UpdateEnvironmentOutput) GoString() string
- func (s *UpdateEnvironmentOutput) SetApplicationId(v string) *UpdateEnvironmentOutput
- func (s *UpdateEnvironmentOutput) SetDescription(v string) *UpdateEnvironmentOutput
- func (s *UpdateEnvironmentOutput) SetId(v string) *UpdateEnvironmentOutput
- func (s *UpdateEnvironmentOutput) SetMonitors(v []*Monitor) *UpdateEnvironmentOutput
- func (s *UpdateEnvironmentOutput) SetName(v string) *UpdateEnvironmentOutput
- func (s *UpdateEnvironmentOutput) SetState(v string) *UpdateEnvironmentOutput
- func (s UpdateEnvironmentOutput) String() string
- type UpdateExtensionAssociationInput
- func (s UpdateExtensionAssociationInput) GoString() string
- func (s *UpdateExtensionAssociationInput) SetExtensionAssociationId(v string) *UpdateExtensionAssociationInput
- func (s *UpdateExtensionAssociationInput) SetParameters(v map[string]*string) *UpdateExtensionAssociationInput
- func (s UpdateExtensionAssociationInput) String() string
- func (s *UpdateExtensionAssociationInput) Validate() error
- type UpdateExtensionAssociationOutput
- func (s UpdateExtensionAssociationOutput) GoString() string
- func (s *UpdateExtensionAssociationOutput) SetArn(v string) *UpdateExtensionAssociationOutput
- func (s *UpdateExtensionAssociationOutput) SetExtensionArn(v string) *UpdateExtensionAssociationOutput
- func (s *UpdateExtensionAssociationOutput) SetExtensionVersionNumber(v int64) *UpdateExtensionAssociationOutput
- func (s *UpdateExtensionAssociationOutput) SetId(v string) *UpdateExtensionAssociationOutput
- func (s *UpdateExtensionAssociationOutput) SetParameters(v map[string]*string) *UpdateExtensionAssociationOutput
- func (s *UpdateExtensionAssociationOutput) SetResourceArn(v string) *UpdateExtensionAssociationOutput
- func (s UpdateExtensionAssociationOutput) String() string
- type UpdateExtensionInput
- func (s UpdateExtensionInput) GoString() string
- func (s *UpdateExtensionInput) SetActions(v map[string][]*Action) *UpdateExtensionInput
- func (s *UpdateExtensionInput) SetDescription(v string) *UpdateExtensionInput
- func (s *UpdateExtensionInput) SetExtensionIdentifier(v string) *UpdateExtensionInput
- func (s *UpdateExtensionInput) SetParameters(v map[string]*Parameter) *UpdateExtensionInput
- func (s *UpdateExtensionInput) SetVersionNumber(v int64) *UpdateExtensionInput
- func (s UpdateExtensionInput) String() string
- func (s *UpdateExtensionInput) Validate() error
- type UpdateExtensionOutput
- func (s UpdateExtensionOutput) GoString() string
- func (s *UpdateExtensionOutput) SetActions(v map[string][]*Action) *UpdateExtensionOutput
- func (s *UpdateExtensionOutput) SetArn(v string) *UpdateExtensionOutput
- func (s *UpdateExtensionOutput) SetDescription(v string) *UpdateExtensionOutput
- func (s *UpdateExtensionOutput) SetId(v string) *UpdateExtensionOutput
- func (s *UpdateExtensionOutput) SetName(v string) *UpdateExtensionOutput
- func (s *UpdateExtensionOutput) SetParameters(v map[string]*Parameter) *UpdateExtensionOutput
- func (s *UpdateExtensionOutput) SetVersionNumber(v int64) *UpdateExtensionOutput
- func (s UpdateExtensionOutput) String() string
- type ValidateConfigurationInput
- func (s ValidateConfigurationInput) GoString() string
- func (s *ValidateConfigurationInput) SetApplicationId(v string) *ValidateConfigurationInput
- func (s *ValidateConfigurationInput) SetConfigurationProfileId(v string) *ValidateConfigurationInput
- func (s *ValidateConfigurationInput) SetConfigurationVersion(v string) *ValidateConfigurationInput
- func (s ValidateConfigurationInput) String() string
- func (s *ValidateConfigurationInput) Validate() error
- type ValidateConfigurationOutput
- type Validator
Examples ¶
- AppConfig.CreateApplication (Shared00)
- AppConfig.CreateConfigurationProfile (Shared00)
- AppConfig.CreateDeploymentStrategy (Shared00)
- AppConfig.CreateEnvironment (Shared00)
- AppConfig.CreateHostedConfigurationVersion (Shared00)
- AppConfig.DeleteApplication (Shared00)
- AppConfig.DeleteConfigurationProfile (Shared00)
- AppConfig.DeleteDeploymentStrategy (Shared00)
- AppConfig.DeleteEnvironment (Shared00)
- AppConfig.DeleteHostedConfigurationVersion (Shared00)
- AppConfig.GetApplication (Shared00)
- AppConfig.GetConfiguration (Shared00)
- AppConfig.GetConfigurationProfile (Shared00)
- AppConfig.GetDeployment (Shared00)
- AppConfig.GetDeploymentStrategy (Shared00)
- AppConfig.GetEnvironment (Shared00)
- AppConfig.GetHostedConfigurationVersion (Shared00)
- AppConfig.ListApplications (Shared00)
- AppConfig.ListConfigurationProfiles (Shared00)
- AppConfig.ListDeploymentStrategies (Shared00)
- AppConfig.ListDeployments (Shared00)
- AppConfig.ListEnvironments (Shared00)
- AppConfig.ListHostedConfigurationVersions (Shared00)
- AppConfig.ListTagsForResource (Shared00)
- AppConfig.StartDeployment (Shared00)
- AppConfig.StopDeployment (Shared00)
- AppConfig.TagResource (Shared00)
- AppConfig.UntagResource (Shared00)
- AppConfig.UpdateApplication (Shared00)
- AppConfig.UpdateConfigurationProfile (Shared00)
- AppConfig.UpdateDeploymentStrategy (Shared00)
- AppConfig.UpdateEnvironment (Shared00)
- AppConfig.ValidateConfiguration (Shared00)
Constants ¶
const ( // ActionPointPreCreateHostedConfigurationVersion is a ActionPoint enum value ActionPointPreCreateHostedConfigurationVersion = "PRE_CREATE_HOSTED_CONFIGURATION_VERSION" // ActionPointPreStartDeployment is a ActionPoint enum value ActionPointPreStartDeployment = "PRE_START_DEPLOYMENT" // ActionPointOnDeploymentStart is a ActionPoint enum value ActionPointOnDeploymentStart = "ON_DEPLOYMENT_START" // ActionPointOnDeploymentStep is a ActionPoint enum value ActionPointOnDeploymentStep = "ON_DEPLOYMENT_STEP" // ActionPointOnDeploymentBaking is a ActionPoint enum value ActionPointOnDeploymentBaking = "ON_DEPLOYMENT_BAKING" // ActionPointOnDeploymentComplete is a ActionPoint enum value ActionPointOnDeploymentComplete = "ON_DEPLOYMENT_COMPLETE" // ActionPointOnDeploymentRolledBack is a ActionPoint enum value ActionPointOnDeploymentRolledBack = "ON_DEPLOYMENT_ROLLED_BACK" )
const ( // DeploymentEventTypePercentageUpdated is a DeploymentEventType enum value DeploymentEventTypePercentageUpdated = "PERCENTAGE_UPDATED" // DeploymentEventTypeRollbackStarted is a DeploymentEventType enum value DeploymentEventTypeRollbackStarted = "ROLLBACK_STARTED" // DeploymentEventTypeRollbackCompleted is a DeploymentEventType enum value DeploymentEventTypeRollbackCompleted = "ROLLBACK_COMPLETED" // DeploymentEventTypeBakeTimeStarted is a DeploymentEventType enum value DeploymentEventTypeBakeTimeStarted = "BAKE_TIME_STARTED" // DeploymentEventTypeDeploymentStarted is a DeploymentEventType enum value DeploymentEventTypeDeploymentStarted = "DEPLOYMENT_STARTED" // DeploymentEventTypeDeploymentCompleted is a DeploymentEventType enum value DeploymentEventTypeDeploymentCompleted = "DEPLOYMENT_COMPLETED" )
const ( // DeploymentStateBaking is a DeploymentState enum value DeploymentStateBaking = "BAKING" // DeploymentStateValidating is a DeploymentState enum value DeploymentStateValidating = "VALIDATING" // DeploymentStateDeploying is a DeploymentState enum value DeploymentStateDeploying = "DEPLOYING" // DeploymentStateComplete is a DeploymentState enum value DeploymentStateComplete = "COMPLETE" // DeploymentStateRollingBack is a DeploymentState enum value DeploymentStateRollingBack = "ROLLING_BACK" // DeploymentStateRolledBack is a DeploymentState enum value DeploymentStateRolledBack = "ROLLED_BACK" )
const ( // EnvironmentStateReadyForDeployment is a EnvironmentState enum value EnvironmentStateReadyForDeployment = "READY_FOR_DEPLOYMENT" // EnvironmentStateDeploying is a EnvironmentState enum value EnvironmentStateDeploying = "DEPLOYING" // EnvironmentStateRollingBack is a EnvironmentState enum value EnvironmentStateRollingBack = "ROLLING_BACK" // EnvironmentStateRolledBack is a EnvironmentState enum value EnvironmentStateRolledBack = "ROLLED_BACK" )
const ( // GrowthTypeLinear is a GrowthType enum value GrowthTypeLinear = "LINEAR" // GrowthTypeExponential is a GrowthType enum value GrowthTypeExponential = "EXPONENTIAL" )
const ( // ReplicateToNone is a ReplicateTo enum value ReplicateToNone = "NONE" // ReplicateToSsmDocument is a ReplicateTo enum value ReplicateToSsmDocument = "SSM_DOCUMENT" )
const ( // TriggeredByUser is a TriggeredBy enum value TriggeredByUser = "USER" // TriggeredByAppconfig is a TriggeredBy enum value TriggeredByAppconfig = "APPCONFIG" // TriggeredByCloudwatchAlarm is a TriggeredBy enum value TriggeredByCloudwatchAlarm = "CLOUDWATCH_ALARM" // TriggeredByInternalError is a TriggeredBy enum value TriggeredByInternalError = "INTERNAL_ERROR" )
const ( // ValidatorTypeJsonSchema is a ValidatorType enum value ValidatorTypeJsonSchema = "JSON_SCHEMA" // ValidatorTypeLambda is a ValidatorType enum value ValidatorTypeLambda = "LAMBDA" )
const ( // ErrCodeBadRequestException for service response error code // "BadRequestException". // // The input fails to satisfy the constraints specified by an Amazon Web Services // service. ErrCodeBadRequestException = "BadRequestException" // ErrCodeConflictException for service response error code // "ConflictException". // // The request could not be processed because of conflict in the current state // of the resource. ErrCodeConflictException = "ConflictException" // ErrCodeInternalServerException for service response error code // "InternalServerException". // // There was an internal failure in the AppConfig service. ErrCodeInternalServerException = "InternalServerException" // ErrCodePayloadTooLargeException for service response error code // "PayloadTooLargeException". // // The configuration size is too large. ErrCodePayloadTooLargeException = "PayloadTooLargeException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The requested resource could not be found. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeServiceQuotaExceededException for service response error code // "ServiceQuotaExceededException". // // The number of one more AppConfig resources exceeds the maximum allowed. Verify // that your environment doesn't exceed the following service quotas: // // Applications: 100 max // // Deployment strategies: 20 max // // Configuration profiles: 100 max per application // // Environments: 20 max per application // // To resolve this issue, you can delete one or more resources and try again. // Or, you can request a quota increase. For more information about quotas and // to request an increase, see Service quotas for AppConfig (https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig) // in the Amazon Web Services General Reference. ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException" )
const ( ServiceName = "AppConfig" // Name of service. EndpointsID = "appconfig" // ID to lookup a service endpoint with. ServiceID = "AppConfig" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// BadRequestReasonInvalidConfiguration is a BadRequestReason enum value
BadRequestReasonInvalidConfiguration = "InvalidConfiguration"
)
const (
// BytesMeasureKilobytes is a BytesMeasure enum value
BytesMeasureKilobytes = "KILOBYTES"
)
Variables ¶
This section is empty.
Functions ¶
func ActionPoint_Values ¶ added in v1.44.54
func ActionPoint_Values() []string
ActionPoint_Values returns all elements of the ActionPoint enum
func BadRequestReason_Values ¶ added in v1.42.8
func BadRequestReason_Values() []string
BadRequestReason_Values returns all elements of the BadRequestReason enum
func BytesMeasure_Values ¶ added in v1.34.3
func BytesMeasure_Values() []string
BytesMeasure_Values returns all elements of the BytesMeasure enum
func DeploymentEventType_Values ¶ added in v1.34.3
func DeploymentEventType_Values() []string
DeploymentEventType_Values returns all elements of the DeploymentEventType enum
func DeploymentState_Values ¶ added in v1.34.3
func DeploymentState_Values() []string
DeploymentState_Values returns all elements of the DeploymentState enum
func EnvironmentState_Values ¶ added in v1.34.3
func EnvironmentState_Values() []string
EnvironmentState_Values returns all elements of the EnvironmentState enum
func GrowthType_Values ¶ added in v1.34.3
func GrowthType_Values() []string
GrowthType_Values returns all elements of the GrowthType enum
func ReplicateTo_Values ¶ added in v1.34.3
func ReplicateTo_Values() []string
ReplicateTo_Values returns all elements of the ReplicateTo enum
func TriggeredBy_Values ¶ added in v1.34.3
func TriggeredBy_Values() []string
TriggeredBy_Values returns all elements of the TriggeredBy enum
func ValidatorType_Values ¶ added in v1.34.3
func ValidatorType_Values() []string
ValidatorType_Values returns all elements of the ValidatorType enum
Types ¶
type Action ¶ added in v1.44.54
type Action struct { // Information about the action. Description *string `type:"string"` // The action name. Name *string `min:"1" type:"string"` // An Amazon Resource Name (ARN) for an Identity and Access Management assume // role. RoleArn *string `min:"20" type:"string"` // 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. Uri *string `min:"1" type:"string"` // contains filtered or unexported fields }
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:
PRE_CREATE_HOSTED_CONFIGURATION_VERSION
PRE_START_DEPLOYMENT
ON_DEPLOYMENT_START
ON_DEPLOYMENT_STEP
ON_DEPLOYMENT_BAKING
ON_DEPLOYMENT_COMPLETE
ON_DEPLOYMENT_ROLLED_BACK
func (Action) GoString ¶ added in v1.44.54
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Action) SetDescription ¶ added in v1.44.54
SetDescription sets the Description field's value.
func (*Action) SetRoleArn ¶ added in v1.44.54
SetRoleArn sets the RoleArn field's value.
type ActionInvocation ¶ added in v1.44.54
type ActionInvocation struct { // The name of the action. ActionName *string `min:"1" type:"string"` // The error code when an extension invocation fails. ErrorCode *string `type:"string"` // The error message when an extension invocation fails. ErrorMessage *string `type:"string"` // The name, the ID, or the Amazon Resource Name (ARN) of the extension. ExtensionIdentifier *string `min:"1" type:"string"` // A system-generated ID for this invocation. InvocationId *string `type:"string"` // An Amazon Resource Name (ARN) for an Identity and Access Management assume // role. RoleArn *string `min:"20" type:"string"` // 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. Uri *string `min:"1" type:"string"` // contains filtered or unexported fields }
An extension that was invoked as part of a deployment event.
func (ActionInvocation) GoString ¶ added in v1.44.54
func (s ActionInvocation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ActionInvocation) SetActionName ¶ added in v1.44.54
func (s *ActionInvocation) SetActionName(v string) *ActionInvocation
SetActionName sets the ActionName field's value.
func (*ActionInvocation) SetErrorCode ¶ added in v1.44.54
func (s *ActionInvocation) SetErrorCode(v string) *ActionInvocation
SetErrorCode sets the ErrorCode field's value.
func (*ActionInvocation) SetErrorMessage ¶ added in v1.44.54
func (s *ActionInvocation) SetErrorMessage(v string) *ActionInvocation
SetErrorMessage sets the ErrorMessage field's value.
func (*ActionInvocation) SetExtensionIdentifier ¶ added in v1.44.54
func (s *ActionInvocation) SetExtensionIdentifier(v string) *ActionInvocation
SetExtensionIdentifier sets the ExtensionIdentifier field's value.
func (*ActionInvocation) SetInvocationId ¶ added in v1.44.54
func (s *ActionInvocation) SetInvocationId(v string) *ActionInvocation
SetInvocationId sets the InvocationId field's value.
func (*ActionInvocation) SetRoleArn ¶ added in v1.44.54
func (s *ActionInvocation) SetRoleArn(v string) *ActionInvocation
SetRoleArn sets the RoleArn field's value.
func (*ActionInvocation) SetUri ¶ added in v1.44.54
func (s *ActionInvocation) SetUri(v string) *ActionInvocation
SetUri sets the Uri field's value.
func (ActionInvocation) String ¶ added in v1.44.54
func (s ActionInvocation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AppConfig ¶
AppConfig provides the API operation methods for making requests to Amazon AppConfig. See this package's package overview docs for details on the service.
AppConfig methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *AppConfig
New creates a new instance of the AppConfig client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a AppConfig client from just a session. svc := appconfig.New(mySession) // Create a AppConfig client with additional configuration svc := appconfig.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*AppConfig) CreateApplication ¶
func (c *AppConfig) CreateApplication(input *CreateApplicationInput) (*CreateApplicationOutput, error)
CreateApplication API operation for Amazon AppConfig.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation CreateApplication for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ServiceQuotaExceededException The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn't exceed the following service quotas:
Applications: 100 max
Deployment strategies: 20 max
Configuration profiles: 100 max per application
Environments: 20 max per application
To resolve this issue, you can delete one or more resources and try again. Or, you can request a quota increase. For more information about quotas and to request an increase, see Service quotas for AppConfig (https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig) in the Amazon Web Services General Reference.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateApplication
func (*AppConfig) CreateApplicationRequest ¶
func (c *AppConfig) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *CreateApplicationOutput)
CreateApplicationRequest generates a "aws/request.Request" representing the client's request for the CreateApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateApplication for more information on using the CreateApplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateApplicationRequest method. req, resp := client.CreateApplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateApplication
func (*AppConfig) CreateApplicationWithContext ¶
func (c *AppConfig) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*CreateApplicationOutput, error)
CreateApplicationWithContext is the same as CreateApplication with the addition of the ability to pass a context and additional request options.
See CreateApplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) CreateConfigurationProfile ¶
func (c *AppConfig) CreateConfigurationProfile(input *CreateConfigurationProfileInput) (*CreateConfigurationProfileOutput, error)
CreateConfigurationProfile API operation for Amazon AppConfig.
Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the following:
Configuration data in YAML, JSON, and other formats stored in the AppConfig hosted configuration store
Configuration data stored as objects in an Amazon Simple Storage Service (Amazon S3) bucket
Pipelines stored in CodePipeline
Secrets stored in Secrets Manager
Standard and secure string parameters stored in Amazon Web Services Systems Manager Parameter Store
Configuration data in SSM documents stored in the Systems Manager document store
A configuration profile includes the following information:
The URI location of the configuration data.
The 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 Amazon Web Services Lambda function.
For more information, see Create a Configuration and a Configuration Profile (http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-creating-configuration-and-profile.html) in the AppConfig User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation CreateConfigurationProfile for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
ServiceQuotaExceededException The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn't exceed the following service quotas:
Applications: 100 max
Deployment strategies: 20 max
Configuration profiles: 100 max per application
Environments: 20 max per application
To resolve this issue, you can delete one or more resources and try again. Or, you can request a quota increase. For more information about quotas and to request an increase, see Service quotas for AppConfig (https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig) in the Amazon Web Services General Reference.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateConfigurationProfile
func (*AppConfig) CreateConfigurationProfileRequest ¶
func (c *AppConfig) CreateConfigurationProfileRequest(input *CreateConfigurationProfileInput) (req *request.Request, output *CreateConfigurationProfileOutput)
CreateConfigurationProfileRequest generates a "aws/request.Request" representing the client's request for the CreateConfigurationProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateConfigurationProfile for more information on using the CreateConfigurationProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateConfigurationProfileRequest method. req, resp := client.CreateConfigurationProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateConfigurationProfile
func (*AppConfig) CreateConfigurationProfileWithContext ¶
func (c *AppConfig) CreateConfigurationProfileWithContext(ctx aws.Context, input *CreateConfigurationProfileInput, opts ...request.Option) (*CreateConfigurationProfileOutput, error)
CreateConfigurationProfileWithContext is the same as CreateConfigurationProfile with the addition of the ability to pass a context and additional request options.
See CreateConfigurationProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) CreateDeploymentStrategy ¶
func (c *AppConfig) CreateDeploymentStrategy(input *CreateDeploymentStrategyInput) (*CreateDeploymentStrategyOutput, error)
CreateDeploymentStrategy API operation for Amazon AppConfig.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation CreateDeploymentStrategy for usage and error information.
Returned Error Types:
InternalServerException There was an internal failure in the AppConfig service.
ServiceQuotaExceededException The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn't exceed the following service quotas:
Applications: 100 max
Deployment strategies: 20 max
Configuration profiles: 100 max per application
Environments: 20 max per application
To resolve this issue, you can delete one or more resources and try again. Or, you can request a quota increase. For more information about quotas and to request an increase, see Service quotas for AppConfig (https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig) in the Amazon Web Services General Reference.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateDeploymentStrategy
func (*AppConfig) CreateDeploymentStrategyRequest ¶
func (c *AppConfig) CreateDeploymentStrategyRequest(input *CreateDeploymentStrategyInput) (req *request.Request, output *CreateDeploymentStrategyOutput)
CreateDeploymentStrategyRequest generates a "aws/request.Request" representing the client's request for the CreateDeploymentStrategy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDeploymentStrategy for more information on using the CreateDeploymentStrategy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDeploymentStrategyRequest method. req, resp := client.CreateDeploymentStrategyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateDeploymentStrategy
func (*AppConfig) CreateDeploymentStrategyWithContext ¶
func (c *AppConfig) CreateDeploymentStrategyWithContext(ctx aws.Context, input *CreateDeploymentStrategyInput, opts ...request.Option) (*CreateDeploymentStrategyOutput, error)
CreateDeploymentStrategyWithContext is the same as CreateDeploymentStrategy with the addition of the ability to pass a context and additional request options.
See CreateDeploymentStrategy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) CreateEnvironment ¶
func (c *AppConfig) CreateEnvironment(input *CreateEnvironmentInput) (*CreateEnvironmentOutput, error)
CreateEnvironment API operation for Amazon AppConfig.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation CreateEnvironment for usage and error information.
Returned Error Types:
InternalServerException There was an internal failure in the AppConfig service.
ResourceNotFoundException The requested resource could not be found.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ServiceQuotaExceededException The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn't exceed the following service quotas:
Applications: 100 max
Deployment strategies: 20 max
Configuration profiles: 100 max per application
Environments: 20 max per application
To resolve this issue, you can delete one or more resources and try again. Or, you can request a quota increase. For more information about quotas and to request an increase, see Service quotas for AppConfig (https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig) in the Amazon Web Services General Reference.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateEnvironment
func (*AppConfig) CreateEnvironmentRequest ¶
func (c *AppConfig) CreateEnvironmentRequest(input *CreateEnvironmentInput) (req *request.Request, output *CreateEnvironmentOutput)
CreateEnvironmentRequest generates a "aws/request.Request" representing the client's request for the CreateEnvironment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateEnvironment for more information on using the CreateEnvironment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateEnvironmentRequest method. req, resp := client.CreateEnvironmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateEnvironment
func (*AppConfig) CreateEnvironmentWithContext ¶
func (c *AppConfig) CreateEnvironmentWithContext(ctx aws.Context, input *CreateEnvironmentInput, opts ...request.Option) (*CreateEnvironmentOutput, error)
CreateEnvironmentWithContext is the same as CreateEnvironment with the addition of the ability to pass a context and additional request options.
See CreateEnvironment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) CreateExtension ¶ added in v1.44.54
func (c *AppConfig) CreateExtension(input *CreateExtensionInput) (*CreateExtensionOutput, error)
CreateExtension API operation for Amazon AppConfig.
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 an AppConfig extension that uses Lambda, you must create a Lambda function to perform any computation and processing defined in the extension. If you plan to create custom versions of the Amazon Web Services authored notification extensions, you only need to specify an Amazon Resource Name (ARN) in the Uri field for the new extension version.
For a custom EventBridge notification extension, enter the ARN of the EventBridge default events in the Uri field.
For a custom Amazon SNS notification extension, enter the ARN of an Amazon SNS topic in the Uri field.
For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS message queue in the Uri field.
For more information about extensions, see Working with AppConfig extensions (https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation CreateExtension for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ConflictException The request could not be processed because of conflict in the current state of the resource.
ServiceQuotaExceededException The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn't exceed the following service quotas:
Applications: 100 max
Deployment strategies: 20 max
Configuration profiles: 100 max per application
Environments: 20 max per application
To resolve this issue, you can delete one or more resources and try again. Or, you can request a quota increase. For more information about quotas and to request an increase, see Service quotas for AppConfig (https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig) in the Amazon Web Services General Reference.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateExtension
func (*AppConfig) CreateExtensionAssociation ¶ added in v1.44.54
func (c *AppConfig) CreateExtensionAssociation(input *CreateExtensionAssociationInput) (*CreateExtensionAssociationOutput, error)
CreateExtensionAssociation API operation for Amazon AppConfig.
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 (https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation CreateExtensionAssociation for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
ServiceQuotaExceededException The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn't exceed the following service quotas:
Applications: 100 max
Deployment strategies: 20 max
Configuration profiles: 100 max per application
Environments: 20 max per application
To resolve this issue, you can delete one or more resources and try again. Or, you can request a quota increase. For more information about quotas and to request an increase, see Service quotas for AppConfig (https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig) in the Amazon Web Services General Reference.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateExtensionAssociation
func (*AppConfig) CreateExtensionAssociationRequest ¶ added in v1.44.54
func (c *AppConfig) CreateExtensionAssociationRequest(input *CreateExtensionAssociationInput) (req *request.Request, output *CreateExtensionAssociationOutput)
CreateExtensionAssociationRequest generates a "aws/request.Request" representing the client's request for the CreateExtensionAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateExtensionAssociation for more information on using the CreateExtensionAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateExtensionAssociationRequest method. req, resp := client.CreateExtensionAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateExtensionAssociation
func (*AppConfig) CreateExtensionAssociationWithContext ¶ added in v1.44.54
func (c *AppConfig) CreateExtensionAssociationWithContext(ctx aws.Context, input *CreateExtensionAssociationInput, opts ...request.Option) (*CreateExtensionAssociationOutput, error)
CreateExtensionAssociationWithContext is the same as CreateExtensionAssociation with the addition of the ability to pass a context and additional request options.
See CreateExtensionAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) CreateExtensionRequest ¶ added in v1.44.54
func (c *AppConfig) CreateExtensionRequest(input *CreateExtensionInput) (req *request.Request, output *CreateExtensionOutput)
CreateExtensionRequest generates a "aws/request.Request" representing the client's request for the CreateExtension operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateExtension for more information on using the CreateExtension API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateExtensionRequest method. req, resp := client.CreateExtensionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateExtension
func (*AppConfig) CreateExtensionWithContext ¶ added in v1.44.54
func (c *AppConfig) CreateExtensionWithContext(ctx aws.Context, input *CreateExtensionInput, opts ...request.Option) (*CreateExtensionOutput, error)
CreateExtensionWithContext is the same as CreateExtension with the addition of the ability to pass a context and additional request options.
See CreateExtension for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) CreateHostedConfigurationVersion ¶ added in v1.32.2
func (c *AppConfig) CreateHostedConfigurationVersion(input *CreateHostedConfigurationVersionInput) (*CreateHostedConfigurationVersionOutput, error)
CreateHostedConfigurationVersion API operation for Amazon AppConfig.
Creates a new configuration in the AppConfig hosted configuration store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation CreateHostedConfigurationVersion for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ServiceQuotaExceededException The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn't exceed the following service quotas:
Applications: 100 max
Deployment strategies: 20 max
Configuration profiles: 100 max per application
Environments: 20 max per application
To resolve this issue, you can delete one or more resources and try again. Or, you can request a quota increase. For more information about quotas and to request an increase, see Service quotas for AppConfig (https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig) in the Amazon Web Services General Reference.
ResourceNotFoundException The requested resource could not be found.
ConflictException The request could not be processed because of conflict in the current state of the resource.
PayloadTooLargeException The configuration size is too large.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateHostedConfigurationVersion
func (*AppConfig) CreateHostedConfigurationVersionRequest ¶ added in v1.32.2
func (c *AppConfig) CreateHostedConfigurationVersionRequest(input *CreateHostedConfigurationVersionInput) (req *request.Request, output *CreateHostedConfigurationVersionOutput)
CreateHostedConfigurationVersionRequest generates a "aws/request.Request" representing the client's request for the CreateHostedConfigurationVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateHostedConfigurationVersion for more information on using the CreateHostedConfigurationVersion API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateHostedConfigurationVersionRequest method. req, resp := client.CreateHostedConfigurationVersionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateHostedConfigurationVersion
func (*AppConfig) CreateHostedConfigurationVersionWithContext ¶ added in v1.32.2
func (c *AppConfig) CreateHostedConfigurationVersionWithContext(ctx aws.Context, input *CreateHostedConfigurationVersionInput, opts ...request.Option) (*CreateHostedConfigurationVersionOutput, error)
CreateHostedConfigurationVersionWithContext is the same as CreateHostedConfigurationVersion with the addition of the ability to pass a context and additional request options.
See CreateHostedConfigurationVersion for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) DeleteApplication ¶
func (c *AppConfig) DeleteApplication(input *DeleteApplicationInput) (*DeleteApplicationOutput, error)
DeleteApplication API operation for Amazon AppConfig.
Deletes an application. Deleting an application does not delete a configuration from a host.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation DeleteApplication for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteApplication
func (*AppConfig) DeleteApplicationRequest ¶
func (c *AppConfig) DeleteApplicationRequest(input *DeleteApplicationInput) (req *request.Request, output *DeleteApplicationOutput)
DeleteApplicationRequest generates a "aws/request.Request" representing the client's request for the DeleteApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteApplication for more information on using the DeleteApplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteApplicationRequest method. req, resp := client.DeleteApplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteApplication
func (*AppConfig) DeleteApplicationWithContext ¶
func (c *AppConfig) DeleteApplicationWithContext(ctx aws.Context, input *DeleteApplicationInput, opts ...request.Option) (*DeleteApplicationOutput, error)
DeleteApplicationWithContext is the same as DeleteApplication with the addition of the ability to pass a context and additional request options.
See DeleteApplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) DeleteConfigurationProfile ¶
func (c *AppConfig) DeleteConfigurationProfile(input *DeleteConfigurationProfileInput) (*DeleteConfigurationProfileOutput, error)
DeleteConfigurationProfile API operation for Amazon AppConfig.
Deletes a configuration profile. Deleting a configuration profile does not delete a configuration from a host.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation DeleteConfigurationProfile for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
ConflictException The request could not be processed because of conflict in the current state of the resource.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteConfigurationProfile
func (*AppConfig) DeleteConfigurationProfileRequest ¶
func (c *AppConfig) DeleteConfigurationProfileRequest(input *DeleteConfigurationProfileInput) (req *request.Request, output *DeleteConfigurationProfileOutput)
DeleteConfigurationProfileRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigurationProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteConfigurationProfile for more information on using the DeleteConfigurationProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteConfigurationProfileRequest method. req, resp := client.DeleteConfigurationProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteConfigurationProfile
func (*AppConfig) DeleteConfigurationProfileWithContext ¶
func (c *AppConfig) DeleteConfigurationProfileWithContext(ctx aws.Context, input *DeleteConfigurationProfileInput, opts ...request.Option) (*DeleteConfigurationProfileOutput, error)
DeleteConfigurationProfileWithContext is the same as DeleteConfigurationProfile with the addition of the ability to pass a context and additional request options.
See DeleteConfigurationProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) DeleteDeploymentStrategy ¶
func (c *AppConfig) DeleteDeploymentStrategy(input *DeleteDeploymentStrategyInput) (*DeleteDeploymentStrategyOutput, error)
DeleteDeploymentStrategy API operation for Amazon AppConfig.
Deletes a deployment strategy. Deleting a deployment strategy does not delete a configuration from a host.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation DeleteDeploymentStrategy for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteDeploymentStrategy
func (*AppConfig) DeleteDeploymentStrategyRequest ¶
func (c *AppConfig) DeleteDeploymentStrategyRequest(input *DeleteDeploymentStrategyInput) (req *request.Request, output *DeleteDeploymentStrategyOutput)
DeleteDeploymentStrategyRequest generates a "aws/request.Request" representing the client's request for the DeleteDeploymentStrategy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDeploymentStrategy for more information on using the DeleteDeploymentStrategy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDeploymentStrategyRequest method. req, resp := client.DeleteDeploymentStrategyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteDeploymentStrategy
func (*AppConfig) DeleteDeploymentStrategyWithContext ¶
func (c *AppConfig) DeleteDeploymentStrategyWithContext(ctx aws.Context, input *DeleteDeploymentStrategyInput, opts ...request.Option) (*DeleteDeploymentStrategyOutput, error)
DeleteDeploymentStrategyWithContext is the same as DeleteDeploymentStrategy with the addition of the ability to pass a context and additional request options.
See DeleteDeploymentStrategy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) DeleteEnvironment ¶
func (c *AppConfig) DeleteEnvironment(input *DeleteEnvironmentInput) (*DeleteEnvironmentOutput, error)
DeleteEnvironment API operation for Amazon AppConfig.
Deletes an environment. Deleting an environment does not delete a configuration from a host.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation DeleteEnvironment for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
ConflictException The request could not be processed because of conflict in the current state of the resource.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteEnvironment
func (*AppConfig) DeleteEnvironmentRequest ¶
func (c *AppConfig) DeleteEnvironmentRequest(input *DeleteEnvironmentInput) (req *request.Request, output *DeleteEnvironmentOutput)
DeleteEnvironmentRequest generates a "aws/request.Request" representing the client's request for the DeleteEnvironment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteEnvironment for more information on using the DeleteEnvironment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteEnvironmentRequest method. req, resp := client.DeleteEnvironmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteEnvironment
func (*AppConfig) DeleteEnvironmentWithContext ¶
func (c *AppConfig) DeleteEnvironmentWithContext(ctx aws.Context, input *DeleteEnvironmentInput, opts ...request.Option) (*DeleteEnvironmentOutput, error)
DeleteEnvironmentWithContext is the same as DeleteEnvironment with the addition of the ability to pass a context and additional request options.
See DeleteEnvironment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) DeleteExtension ¶ added in v1.44.54
func (c *AppConfig) DeleteExtension(input *DeleteExtensionInput) (*DeleteExtensionOutput, error)
DeleteExtension API operation for Amazon AppConfig.
Deletes an AppConfig extension. You must delete all associations to an extension before you delete the extension.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation DeleteExtension for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteExtension
func (*AppConfig) DeleteExtensionAssociation ¶ added in v1.44.54
func (c *AppConfig) DeleteExtensionAssociation(input *DeleteExtensionAssociationInput) (*DeleteExtensionAssociationOutput, error)
DeleteExtensionAssociation API operation for Amazon AppConfig.
Deletes an extension association. This action doesn't delete extensions defined in the association.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation DeleteExtensionAssociation for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteExtensionAssociation
func (*AppConfig) DeleteExtensionAssociationRequest ¶ added in v1.44.54
func (c *AppConfig) DeleteExtensionAssociationRequest(input *DeleteExtensionAssociationInput) (req *request.Request, output *DeleteExtensionAssociationOutput)
DeleteExtensionAssociationRequest generates a "aws/request.Request" representing the client's request for the DeleteExtensionAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteExtensionAssociation for more information on using the DeleteExtensionAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteExtensionAssociationRequest method. req, resp := client.DeleteExtensionAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteExtensionAssociation
func (*AppConfig) DeleteExtensionAssociationWithContext ¶ added in v1.44.54
func (c *AppConfig) DeleteExtensionAssociationWithContext(ctx aws.Context, input *DeleteExtensionAssociationInput, opts ...request.Option) (*DeleteExtensionAssociationOutput, error)
DeleteExtensionAssociationWithContext is the same as DeleteExtensionAssociation with the addition of the ability to pass a context and additional request options.
See DeleteExtensionAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) DeleteExtensionRequest ¶ added in v1.44.54
func (c *AppConfig) DeleteExtensionRequest(input *DeleteExtensionInput) (req *request.Request, output *DeleteExtensionOutput)
DeleteExtensionRequest generates a "aws/request.Request" representing the client's request for the DeleteExtension operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteExtension for more information on using the DeleteExtension API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteExtensionRequest method. req, resp := client.DeleteExtensionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteExtension
func (*AppConfig) DeleteExtensionWithContext ¶ added in v1.44.54
func (c *AppConfig) DeleteExtensionWithContext(ctx aws.Context, input *DeleteExtensionInput, opts ...request.Option) (*DeleteExtensionOutput, error)
DeleteExtensionWithContext is the same as DeleteExtension with the addition of the ability to pass a context and additional request options.
See DeleteExtension for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) DeleteHostedConfigurationVersion ¶ added in v1.32.2
func (c *AppConfig) DeleteHostedConfigurationVersion(input *DeleteHostedConfigurationVersionInput) (*DeleteHostedConfigurationVersionOutput, error)
DeleteHostedConfigurationVersion API operation for Amazon AppConfig.
Deletes a version of a configuration from the AppConfig hosted configuration store.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation DeleteHostedConfigurationVersion for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteHostedConfigurationVersion
func (*AppConfig) DeleteHostedConfigurationVersionRequest ¶ added in v1.32.2
func (c *AppConfig) DeleteHostedConfigurationVersionRequest(input *DeleteHostedConfigurationVersionInput) (req *request.Request, output *DeleteHostedConfigurationVersionOutput)
DeleteHostedConfigurationVersionRequest generates a "aws/request.Request" representing the client's request for the DeleteHostedConfigurationVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteHostedConfigurationVersion for more information on using the DeleteHostedConfigurationVersion API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteHostedConfigurationVersionRequest method. req, resp := client.DeleteHostedConfigurationVersionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteHostedConfigurationVersion
func (*AppConfig) DeleteHostedConfigurationVersionWithContext ¶ added in v1.32.2
func (c *AppConfig) DeleteHostedConfigurationVersionWithContext(ctx aws.Context, input *DeleteHostedConfigurationVersionInput, opts ...request.Option) (*DeleteHostedConfigurationVersionOutput, error)
DeleteHostedConfigurationVersionWithContext is the same as DeleteHostedConfigurationVersion with the addition of the ability to pass a context and additional request options.
See DeleteHostedConfigurationVersion for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) GetApplication ¶
func (c *AppConfig) GetApplication(input *GetApplicationInput) (*GetApplicationOutput, error)
GetApplication API operation for Amazon AppConfig.
Retrieves information about an application.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation GetApplication for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetApplication
func (*AppConfig) GetApplicationRequest ¶
func (c *AppConfig) GetApplicationRequest(input *GetApplicationInput) (req *request.Request, output *GetApplicationOutput)
GetApplicationRequest generates a "aws/request.Request" representing the client's request for the GetApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetApplication for more information on using the GetApplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetApplicationRequest method. req, resp := client.GetApplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetApplication
func (*AppConfig) GetApplicationWithContext ¶
func (c *AppConfig) GetApplicationWithContext(ctx aws.Context, input *GetApplicationInput, opts ...request.Option) (*GetApplicationOutput, error)
GetApplicationWithContext is the same as GetApplication with the addition of the ability to pass a context and additional request options.
See GetApplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) GetConfiguration
deprecated
func (c *AppConfig) GetConfiguration(input *GetConfigurationInput) (*GetConfigurationOutput, error)
GetConfiguration API operation for Amazon AppConfig.
(Deprecated) Retrieves the latest deployed configuration.
Note the following important information.
This API action is deprecated. Calls to receive configuration data should use the StartConfigurationSession (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_StartConfigurationSession.html) and GetLatestConfiguration (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html) APIs instead.
GetConfiguration is a priced call. For more information, see Pricing (https://aws.amazon.com/systems-manager/pricing/).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation GetConfiguration for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetConfiguration
Deprecated: This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.
func (*AppConfig) GetConfigurationProfile ¶
func (c *AppConfig) GetConfigurationProfile(input *GetConfigurationProfileInput) (*GetConfigurationProfileOutput, error)
GetConfigurationProfile API operation for Amazon AppConfig.
Retrieves information about a configuration profile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation GetConfigurationProfile for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetConfigurationProfile
func (*AppConfig) GetConfigurationProfileRequest ¶
func (c *AppConfig) GetConfigurationProfileRequest(input *GetConfigurationProfileInput) (req *request.Request, output *GetConfigurationProfileOutput)
GetConfigurationProfileRequest generates a "aws/request.Request" representing the client's request for the GetConfigurationProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetConfigurationProfile for more information on using the GetConfigurationProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetConfigurationProfileRequest method. req, resp := client.GetConfigurationProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetConfigurationProfile
func (*AppConfig) GetConfigurationProfileWithContext ¶
func (c *AppConfig) GetConfigurationProfileWithContext(ctx aws.Context, input *GetConfigurationProfileInput, opts ...request.Option) (*GetConfigurationProfileOutput, error)
GetConfigurationProfileWithContext is the same as GetConfigurationProfile with the addition of the ability to pass a context and additional request options.
See GetConfigurationProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) GetConfigurationRequest
deprecated
func (c *AppConfig) GetConfigurationRequest(input *GetConfigurationInput) (req *request.Request, output *GetConfigurationOutput)
GetConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetConfiguration for more information on using the GetConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetConfigurationRequest method. req, resp := client.GetConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetConfiguration
Deprecated: This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.
func (*AppConfig) GetConfigurationWithContext
deprecated
func (c *AppConfig) GetConfigurationWithContext(ctx aws.Context, input *GetConfigurationInput, opts ...request.Option) (*GetConfigurationOutput, error)
GetConfigurationWithContext is the same as GetConfiguration with the addition of the ability to pass a context and additional request options.
See GetConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
Deprecated: This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.
func (*AppConfig) GetDeployment ¶
func (c *AppConfig) GetDeployment(input *GetDeploymentInput) (*GetDeploymentOutput, error)
GetDeployment API operation for Amazon AppConfig.
Retrieves information about a configuration deployment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation GetDeployment for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetDeployment
func (*AppConfig) GetDeploymentRequest ¶
func (c *AppConfig) GetDeploymentRequest(input *GetDeploymentInput) (req *request.Request, output *GetDeploymentOutput)
GetDeploymentRequest generates a "aws/request.Request" representing the client's request for the GetDeployment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDeployment for more information on using the GetDeployment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDeploymentRequest method. req, resp := client.GetDeploymentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetDeployment
func (*AppConfig) GetDeploymentStrategy ¶
func (c *AppConfig) GetDeploymentStrategy(input *GetDeploymentStrategyInput) (*GetDeploymentStrategyOutput, error)
GetDeploymentStrategy API operation for Amazon AppConfig.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation GetDeploymentStrategy for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetDeploymentStrategy
func (*AppConfig) GetDeploymentStrategyRequest ¶
func (c *AppConfig) GetDeploymentStrategyRequest(input *GetDeploymentStrategyInput) (req *request.Request, output *GetDeploymentStrategyOutput)
GetDeploymentStrategyRequest generates a "aws/request.Request" representing the client's request for the GetDeploymentStrategy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDeploymentStrategy for more information on using the GetDeploymentStrategy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDeploymentStrategyRequest method. req, resp := client.GetDeploymentStrategyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetDeploymentStrategy
func (*AppConfig) GetDeploymentStrategyWithContext ¶
func (c *AppConfig) GetDeploymentStrategyWithContext(ctx aws.Context, input *GetDeploymentStrategyInput, opts ...request.Option) (*GetDeploymentStrategyOutput, error)
GetDeploymentStrategyWithContext is the same as GetDeploymentStrategy with the addition of the ability to pass a context and additional request options.
See GetDeploymentStrategy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) GetDeploymentWithContext ¶
func (c *AppConfig) GetDeploymentWithContext(ctx aws.Context, input *GetDeploymentInput, opts ...request.Option) (*GetDeploymentOutput, error)
GetDeploymentWithContext is the same as GetDeployment with the addition of the ability to pass a context and additional request options.
See GetDeployment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) GetEnvironment ¶
func (c *AppConfig) GetEnvironment(input *GetEnvironmentInput) (*GetEnvironmentOutput, error)
GetEnvironment API operation for Amazon AppConfig.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation GetEnvironment for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetEnvironment
func (*AppConfig) GetEnvironmentRequest ¶
func (c *AppConfig) GetEnvironmentRequest(input *GetEnvironmentInput) (req *request.Request, output *GetEnvironmentOutput)
GetEnvironmentRequest generates a "aws/request.Request" representing the client's request for the GetEnvironment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEnvironment for more information on using the GetEnvironment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEnvironmentRequest method. req, resp := client.GetEnvironmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetEnvironment
func (*AppConfig) GetEnvironmentWithContext ¶
func (c *AppConfig) GetEnvironmentWithContext(ctx aws.Context, input *GetEnvironmentInput, opts ...request.Option) (*GetEnvironmentOutput, error)
GetEnvironmentWithContext is the same as GetEnvironment with the addition of the ability to pass a context and additional request options.
See GetEnvironment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) GetExtension ¶ added in v1.44.54
func (c *AppConfig) GetExtension(input *GetExtensionInput) (*GetExtensionOutput, error)
GetExtension API operation for Amazon AppConfig.
Returns information about an AppConfig extension.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation GetExtension for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetExtension
func (*AppConfig) GetExtensionAssociation ¶ added in v1.44.54
func (c *AppConfig) GetExtensionAssociation(input *GetExtensionAssociationInput) (*GetExtensionAssociationOutput, error)
GetExtensionAssociation API operation for Amazon AppConfig.
Returns information about an AppConfig extension association. For more information about extensions and associations, see Working with AppConfig extensions (https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation GetExtensionAssociation for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetExtensionAssociation
func (*AppConfig) GetExtensionAssociationRequest ¶ added in v1.44.54
func (c *AppConfig) GetExtensionAssociationRequest(input *GetExtensionAssociationInput) (req *request.Request, output *GetExtensionAssociationOutput)
GetExtensionAssociationRequest generates a "aws/request.Request" representing the client's request for the GetExtensionAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetExtensionAssociation for more information on using the GetExtensionAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetExtensionAssociationRequest method. req, resp := client.GetExtensionAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetExtensionAssociation
func (*AppConfig) GetExtensionAssociationWithContext ¶ added in v1.44.54
func (c *AppConfig) GetExtensionAssociationWithContext(ctx aws.Context, input *GetExtensionAssociationInput, opts ...request.Option) (*GetExtensionAssociationOutput, error)
GetExtensionAssociationWithContext is the same as GetExtensionAssociation with the addition of the ability to pass a context and additional request options.
See GetExtensionAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) GetExtensionRequest ¶ added in v1.44.54
func (c *AppConfig) GetExtensionRequest(input *GetExtensionInput) (req *request.Request, output *GetExtensionOutput)
GetExtensionRequest generates a "aws/request.Request" representing the client's request for the GetExtension operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetExtension for more information on using the GetExtension API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetExtensionRequest method. req, resp := client.GetExtensionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetExtension
func (*AppConfig) GetExtensionWithContext ¶ added in v1.44.54
func (c *AppConfig) GetExtensionWithContext(ctx aws.Context, input *GetExtensionInput, opts ...request.Option) (*GetExtensionOutput, error)
GetExtensionWithContext is the same as GetExtension with the addition of the ability to pass a context and additional request options.
See GetExtension for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) GetHostedConfigurationVersion ¶ added in v1.32.2
func (c *AppConfig) GetHostedConfigurationVersion(input *GetHostedConfigurationVersionInput) (*GetHostedConfigurationVersionOutput, error)
GetHostedConfigurationVersion API operation for Amazon AppConfig.
Retrieves information about a specific configuration version.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation GetHostedConfigurationVersion for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetHostedConfigurationVersion
func (*AppConfig) GetHostedConfigurationVersionRequest ¶ added in v1.32.2
func (c *AppConfig) GetHostedConfigurationVersionRequest(input *GetHostedConfigurationVersionInput) (req *request.Request, output *GetHostedConfigurationVersionOutput)
GetHostedConfigurationVersionRequest generates a "aws/request.Request" representing the client's request for the GetHostedConfigurationVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetHostedConfigurationVersion for more information on using the GetHostedConfigurationVersion API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetHostedConfigurationVersionRequest method. req, resp := client.GetHostedConfigurationVersionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetHostedConfigurationVersion
func (*AppConfig) GetHostedConfigurationVersionWithContext ¶ added in v1.32.2
func (c *AppConfig) GetHostedConfigurationVersionWithContext(ctx aws.Context, input *GetHostedConfigurationVersionInput, opts ...request.Option) (*GetHostedConfigurationVersionOutput, error)
GetHostedConfigurationVersionWithContext is the same as GetHostedConfigurationVersion with the addition of the ability to pass a context and additional request options.
See GetHostedConfigurationVersion for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListApplications ¶
func (c *AppConfig) ListApplications(input *ListApplicationsInput) (*ListApplicationsOutput, error)
ListApplications API operation for Amazon AppConfig.
Lists all applications in your Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ListApplications for usage and error information.
Returned Error Types:
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListApplications
func (*AppConfig) ListApplicationsPages ¶
func (c *AppConfig) ListApplicationsPages(input *ListApplicationsInput, fn func(*ListApplicationsOutput, bool) bool) error
ListApplicationsPages iterates over the pages of a ListApplications operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListApplications method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListApplications operation. pageNum := 0 err := client.ListApplicationsPages(params, func(page *appconfig.ListApplicationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppConfig) ListApplicationsPagesWithContext ¶
func (c *AppConfig) ListApplicationsPagesWithContext(ctx aws.Context, input *ListApplicationsInput, fn func(*ListApplicationsOutput, bool) bool, opts ...request.Option) error
ListApplicationsPagesWithContext same as ListApplicationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListApplicationsRequest ¶
func (c *AppConfig) ListApplicationsRequest(input *ListApplicationsInput) (req *request.Request, output *ListApplicationsOutput)
ListApplicationsRequest generates a "aws/request.Request" representing the client's request for the ListApplications operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListApplications for more information on using the ListApplications API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListApplicationsRequest method. req, resp := client.ListApplicationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListApplications
func (*AppConfig) ListApplicationsWithContext ¶
func (c *AppConfig) ListApplicationsWithContext(ctx aws.Context, input *ListApplicationsInput, opts ...request.Option) (*ListApplicationsOutput, error)
ListApplicationsWithContext is the same as ListApplications with the addition of the ability to pass a context and additional request options.
See ListApplications for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListConfigurationProfiles ¶
func (c *AppConfig) ListConfigurationProfiles(input *ListConfigurationProfilesInput) (*ListConfigurationProfilesOutput, error)
ListConfigurationProfiles API operation for Amazon AppConfig.
Lists the configuration profiles for an application.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ListConfigurationProfiles for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListConfigurationProfiles
func (*AppConfig) ListConfigurationProfilesPages ¶
func (c *AppConfig) ListConfigurationProfilesPages(input *ListConfigurationProfilesInput, fn func(*ListConfigurationProfilesOutput, bool) bool) error
ListConfigurationProfilesPages iterates over the pages of a ListConfigurationProfiles operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListConfigurationProfiles method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListConfigurationProfiles operation. pageNum := 0 err := client.ListConfigurationProfilesPages(params, func(page *appconfig.ListConfigurationProfilesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppConfig) ListConfigurationProfilesPagesWithContext ¶
func (c *AppConfig) ListConfigurationProfilesPagesWithContext(ctx aws.Context, input *ListConfigurationProfilesInput, fn func(*ListConfigurationProfilesOutput, bool) bool, opts ...request.Option) error
ListConfigurationProfilesPagesWithContext same as ListConfigurationProfilesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListConfigurationProfilesRequest ¶
func (c *AppConfig) ListConfigurationProfilesRequest(input *ListConfigurationProfilesInput) (req *request.Request, output *ListConfigurationProfilesOutput)
ListConfigurationProfilesRequest generates a "aws/request.Request" representing the client's request for the ListConfigurationProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListConfigurationProfiles for more information on using the ListConfigurationProfiles API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListConfigurationProfilesRequest method. req, resp := client.ListConfigurationProfilesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListConfigurationProfiles
func (*AppConfig) ListConfigurationProfilesWithContext ¶
func (c *AppConfig) ListConfigurationProfilesWithContext(ctx aws.Context, input *ListConfigurationProfilesInput, opts ...request.Option) (*ListConfigurationProfilesOutput, error)
ListConfigurationProfilesWithContext is the same as ListConfigurationProfiles with the addition of the ability to pass a context and additional request options.
See ListConfigurationProfiles for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListDeploymentStrategies ¶
func (c *AppConfig) ListDeploymentStrategies(input *ListDeploymentStrategiesInput) (*ListDeploymentStrategiesOutput, error)
ListDeploymentStrategies API operation for Amazon AppConfig.
Lists deployment strategies.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ListDeploymentStrategies for usage and error information.
Returned Error Types:
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListDeploymentStrategies
func (*AppConfig) ListDeploymentStrategiesPages ¶
func (c *AppConfig) ListDeploymentStrategiesPages(input *ListDeploymentStrategiesInput, fn func(*ListDeploymentStrategiesOutput, bool) bool) error
ListDeploymentStrategiesPages iterates over the pages of a ListDeploymentStrategies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDeploymentStrategies method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDeploymentStrategies operation. pageNum := 0 err := client.ListDeploymentStrategiesPages(params, func(page *appconfig.ListDeploymentStrategiesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppConfig) ListDeploymentStrategiesPagesWithContext ¶
func (c *AppConfig) ListDeploymentStrategiesPagesWithContext(ctx aws.Context, input *ListDeploymentStrategiesInput, fn func(*ListDeploymentStrategiesOutput, bool) bool, opts ...request.Option) error
ListDeploymentStrategiesPagesWithContext same as ListDeploymentStrategiesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListDeploymentStrategiesRequest ¶
func (c *AppConfig) ListDeploymentStrategiesRequest(input *ListDeploymentStrategiesInput) (req *request.Request, output *ListDeploymentStrategiesOutput)
ListDeploymentStrategiesRequest generates a "aws/request.Request" representing the client's request for the ListDeploymentStrategies operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDeploymentStrategies for more information on using the ListDeploymentStrategies API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDeploymentStrategiesRequest method. req, resp := client.ListDeploymentStrategiesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListDeploymentStrategies
func (*AppConfig) ListDeploymentStrategiesWithContext ¶
func (c *AppConfig) ListDeploymentStrategiesWithContext(ctx aws.Context, input *ListDeploymentStrategiesInput, opts ...request.Option) (*ListDeploymentStrategiesOutput, error)
ListDeploymentStrategiesWithContext is the same as ListDeploymentStrategies with the addition of the ability to pass a context and additional request options.
See ListDeploymentStrategies for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListDeployments ¶
func (c *AppConfig) ListDeployments(input *ListDeploymentsInput) (*ListDeploymentsOutput, error)
ListDeployments API operation for Amazon AppConfig.
Lists the deployments for an environment in descending deployment number order.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ListDeployments for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListDeployments
func (*AppConfig) ListDeploymentsPages ¶
func (c *AppConfig) ListDeploymentsPages(input *ListDeploymentsInput, fn func(*ListDeploymentsOutput, bool) bool) error
ListDeploymentsPages iterates over the pages of a ListDeployments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDeployments method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDeployments operation. pageNum := 0 err := client.ListDeploymentsPages(params, func(page *appconfig.ListDeploymentsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppConfig) ListDeploymentsPagesWithContext ¶
func (c *AppConfig) ListDeploymentsPagesWithContext(ctx aws.Context, input *ListDeploymentsInput, fn func(*ListDeploymentsOutput, bool) bool, opts ...request.Option) error
ListDeploymentsPagesWithContext same as ListDeploymentsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListDeploymentsRequest ¶
func (c *AppConfig) ListDeploymentsRequest(input *ListDeploymentsInput) (req *request.Request, output *ListDeploymentsOutput)
ListDeploymentsRequest generates a "aws/request.Request" representing the client's request for the ListDeployments operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDeployments for more information on using the ListDeployments API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDeploymentsRequest method. req, resp := client.ListDeploymentsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListDeployments
func (*AppConfig) ListDeploymentsWithContext ¶
func (c *AppConfig) ListDeploymentsWithContext(ctx aws.Context, input *ListDeploymentsInput, opts ...request.Option) (*ListDeploymentsOutput, error)
ListDeploymentsWithContext is the same as ListDeployments with the addition of the ability to pass a context and additional request options.
See ListDeployments for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListEnvironments ¶
func (c *AppConfig) ListEnvironments(input *ListEnvironmentsInput) (*ListEnvironmentsOutput, error)
ListEnvironments API operation for Amazon AppConfig.
Lists the environments for an application.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ListEnvironments for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListEnvironments
func (*AppConfig) ListEnvironmentsPages ¶
func (c *AppConfig) ListEnvironmentsPages(input *ListEnvironmentsInput, fn func(*ListEnvironmentsOutput, bool) bool) error
ListEnvironmentsPages iterates over the pages of a ListEnvironments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListEnvironments method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListEnvironments operation. pageNum := 0 err := client.ListEnvironmentsPages(params, func(page *appconfig.ListEnvironmentsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppConfig) ListEnvironmentsPagesWithContext ¶
func (c *AppConfig) ListEnvironmentsPagesWithContext(ctx aws.Context, input *ListEnvironmentsInput, fn func(*ListEnvironmentsOutput, bool) bool, opts ...request.Option) error
ListEnvironmentsPagesWithContext same as ListEnvironmentsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListEnvironmentsRequest ¶
func (c *AppConfig) ListEnvironmentsRequest(input *ListEnvironmentsInput) (req *request.Request, output *ListEnvironmentsOutput)
ListEnvironmentsRequest generates a "aws/request.Request" representing the client's request for the ListEnvironments operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListEnvironments for more information on using the ListEnvironments API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListEnvironmentsRequest method. req, resp := client.ListEnvironmentsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListEnvironments
func (*AppConfig) ListEnvironmentsWithContext ¶
func (c *AppConfig) ListEnvironmentsWithContext(ctx aws.Context, input *ListEnvironmentsInput, opts ...request.Option) (*ListEnvironmentsOutput, error)
ListEnvironmentsWithContext is the same as ListEnvironments with the addition of the ability to pass a context and additional request options.
See ListEnvironments for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListExtensionAssociations ¶ added in v1.44.54
func (c *AppConfig) ListExtensionAssociations(input *ListExtensionAssociationsInput) (*ListExtensionAssociationsOutput, error)
ListExtensionAssociations API operation for Amazon AppConfig.
Lists all AppConfig extension associations in the account. For more information about extensions and associations, see Working with AppConfig extensions (https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ListExtensionAssociations for usage and error information.
Returned Error Types:
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListExtensionAssociations
func (*AppConfig) ListExtensionAssociationsPages ¶ added in v1.44.54
func (c *AppConfig) ListExtensionAssociationsPages(input *ListExtensionAssociationsInput, fn func(*ListExtensionAssociationsOutput, bool) bool) error
ListExtensionAssociationsPages iterates over the pages of a ListExtensionAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListExtensionAssociations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListExtensionAssociations operation. pageNum := 0 err := client.ListExtensionAssociationsPages(params, func(page *appconfig.ListExtensionAssociationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppConfig) ListExtensionAssociationsPagesWithContext ¶ added in v1.44.54
func (c *AppConfig) ListExtensionAssociationsPagesWithContext(ctx aws.Context, input *ListExtensionAssociationsInput, fn func(*ListExtensionAssociationsOutput, bool) bool, opts ...request.Option) error
ListExtensionAssociationsPagesWithContext same as ListExtensionAssociationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListExtensionAssociationsRequest ¶ added in v1.44.54
func (c *AppConfig) ListExtensionAssociationsRequest(input *ListExtensionAssociationsInput) (req *request.Request, output *ListExtensionAssociationsOutput)
ListExtensionAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListExtensionAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListExtensionAssociations for more information on using the ListExtensionAssociations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListExtensionAssociationsRequest method. req, resp := client.ListExtensionAssociationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListExtensionAssociations
func (*AppConfig) ListExtensionAssociationsWithContext ¶ added in v1.44.54
func (c *AppConfig) ListExtensionAssociationsWithContext(ctx aws.Context, input *ListExtensionAssociationsInput, opts ...request.Option) (*ListExtensionAssociationsOutput, error)
ListExtensionAssociationsWithContext is the same as ListExtensionAssociations with the addition of the ability to pass a context and additional request options.
See ListExtensionAssociations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListExtensions ¶ added in v1.44.54
func (c *AppConfig) ListExtensions(input *ListExtensionsInput) (*ListExtensionsOutput, error)
ListExtensions API operation for Amazon AppConfig.
Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see Working with AppConfig extensions (https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ListExtensions for usage and error information.
Returned Error Types:
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListExtensions
func (*AppConfig) ListExtensionsPages ¶ added in v1.44.54
func (c *AppConfig) ListExtensionsPages(input *ListExtensionsInput, fn func(*ListExtensionsOutput, bool) bool) error
ListExtensionsPages iterates over the pages of a ListExtensions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListExtensions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListExtensions operation. pageNum := 0 err := client.ListExtensionsPages(params, func(page *appconfig.ListExtensionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppConfig) ListExtensionsPagesWithContext ¶ added in v1.44.54
func (c *AppConfig) ListExtensionsPagesWithContext(ctx aws.Context, input *ListExtensionsInput, fn func(*ListExtensionsOutput, bool) bool, opts ...request.Option) error
ListExtensionsPagesWithContext same as ListExtensionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListExtensionsRequest ¶ added in v1.44.54
func (c *AppConfig) ListExtensionsRequest(input *ListExtensionsInput) (req *request.Request, output *ListExtensionsOutput)
ListExtensionsRequest generates a "aws/request.Request" representing the client's request for the ListExtensions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListExtensions for more information on using the ListExtensions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListExtensionsRequest method. req, resp := client.ListExtensionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListExtensions
func (*AppConfig) ListExtensionsWithContext ¶ added in v1.44.54
func (c *AppConfig) ListExtensionsWithContext(ctx aws.Context, input *ListExtensionsInput, opts ...request.Option) (*ListExtensionsOutput, error)
ListExtensionsWithContext is the same as ListExtensions with the addition of the ability to pass a context and additional request options.
See ListExtensions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListHostedConfigurationVersions ¶ added in v1.32.2
func (c *AppConfig) ListHostedConfigurationVersions(input *ListHostedConfigurationVersionsInput) (*ListHostedConfigurationVersionsOutput, error)
ListHostedConfigurationVersions API operation for Amazon AppConfig.
Lists configurations stored in the AppConfig hosted configuration store by version.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ListHostedConfigurationVersions for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListHostedConfigurationVersions
func (*AppConfig) ListHostedConfigurationVersionsPages ¶ added in v1.32.2
func (c *AppConfig) ListHostedConfigurationVersionsPages(input *ListHostedConfigurationVersionsInput, fn func(*ListHostedConfigurationVersionsOutput, bool) bool) error
ListHostedConfigurationVersionsPages iterates over the pages of a ListHostedConfigurationVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListHostedConfigurationVersions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListHostedConfigurationVersions operation. pageNum := 0 err := client.ListHostedConfigurationVersionsPages(params, func(page *appconfig.ListHostedConfigurationVersionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AppConfig) ListHostedConfigurationVersionsPagesWithContext ¶ added in v1.32.2
func (c *AppConfig) ListHostedConfigurationVersionsPagesWithContext(ctx aws.Context, input *ListHostedConfigurationVersionsInput, fn func(*ListHostedConfigurationVersionsOutput, bool) bool, opts ...request.Option) error
ListHostedConfigurationVersionsPagesWithContext same as ListHostedConfigurationVersionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListHostedConfigurationVersionsRequest ¶ added in v1.32.2
func (c *AppConfig) ListHostedConfigurationVersionsRequest(input *ListHostedConfigurationVersionsInput) (req *request.Request, output *ListHostedConfigurationVersionsOutput)
ListHostedConfigurationVersionsRequest generates a "aws/request.Request" representing the client's request for the ListHostedConfigurationVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListHostedConfigurationVersions for more information on using the ListHostedConfigurationVersions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListHostedConfigurationVersionsRequest method. req, resp := client.ListHostedConfigurationVersionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListHostedConfigurationVersions
func (*AppConfig) ListHostedConfigurationVersionsWithContext ¶ added in v1.32.2
func (c *AppConfig) ListHostedConfigurationVersionsWithContext(ctx aws.Context, input *ListHostedConfigurationVersionsInput, opts ...request.Option) (*ListHostedConfigurationVersionsOutput, error)
ListHostedConfigurationVersionsWithContext is the same as ListHostedConfigurationVersions with the addition of the ability to pass a context and additional request options.
See ListHostedConfigurationVersions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ListTagsForResource ¶
func (c *AppConfig) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for Amazon AppConfig.
Retrieves the list of key-value tags assigned to the resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ListTagsForResource for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListTagsForResource
func (*AppConfig) ListTagsForResourceRequest ¶
func (c *AppConfig) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ListTagsForResource
func (*AppConfig) ListTagsForResourceWithContext ¶
func (c *AppConfig) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) StartDeployment ¶
func (c *AppConfig) StartDeployment(input *StartDeploymentInput) (*StartDeploymentOutput, error)
StartDeployment API operation for Amazon AppConfig.
Starts a deployment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation StartDeployment for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
ConflictException The request could not be processed because of conflict in the current state of the resource.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/StartDeployment
func (*AppConfig) StartDeploymentRequest ¶
func (c *AppConfig) StartDeploymentRequest(input *StartDeploymentInput) (req *request.Request, output *StartDeploymentOutput)
StartDeploymentRequest generates a "aws/request.Request" representing the client's request for the StartDeployment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartDeployment for more information on using the StartDeployment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartDeploymentRequest method. req, resp := client.StartDeploymentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/StartDeployment
func (*AppConfig) StartDeploymentWithContext ¶
func (c *AppConfig) StartDeploymentWithContext(ctx aws.Context, input *StartDeploymentInput, opts ...request.Option) (*StartDeploymentOutput, error)
StartDeploymentWithContext is the same as StartDeployment with the addition of the ability to pass a context and additional request options.
See StartDeployment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) StopDeployment ¶
func (c *AppConfig) StopDeployment(input *StopDeploymentInput) (*StopDeploymentOutput, error)
StopDeployment API operation for Amazon AppConfig.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation StopDeployment for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/StopDeployment
func (*AppConfig) StopDeploymentRequest ¶
func (c *AppConfig) StopDeploymentRequest(input *StopDeploymentInput) (req *request.Request, output *StopDeploymentOutput)
StopDeploymentRequest generates a "aws/request.Request" representing the client's request for the StopDeployment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopDeployment for more information on using the StopDeployment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopDeploymentRequest method. req, resp := client.StopDeploymentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/StopDeployment
func (*AppConfig) StopDeploymentWithContext ¶
func (c *AppConfig) StopDeploymentWithContext(ctx aws.Context, input *StopDeploymentInput, opts ...request.Option) (*StopDeploymentOutput, error)
StopDeploymentWithContext is the same as StopDeployment with the addition of the ability to pass a context and additional request options.
See StopDeployment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) TagResource ¶
func (c *AppConfig) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for Amazon AppConfig.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation TagResource for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/TagResource
func (*AppConfig) TagResourceRequest ¶
func (c *AppConfig) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/TagResource
func (*AppConfig) TagResourceWithContext ¶
func (c *AppConfig) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) UntagResource ¶
func (c *AppConfig) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for Amazon AppConfig.
Deletes a tag key and value from an AppConfig resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation UntagResource for usage and error information.
Returned Error Types:
ResourceNotFoundException The requested resource could not be found.
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UntagResource
func (*AppConfig) UntagResourceRequest ¶
func (c *AppConfig) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UntagResource
func (*AppConfig) UntagResourceWithContext ¶
func (c *AppConfig) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) UpdateApplication ¶
func (c *AppConfig) UpdateApplication(input *UpdateApplicationInput) (*UpdateApplicationOutput, error)
UpdateApplication API operation for Amazon AppConfig.
Updates an application.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation UpdateApplication for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateApplication
func (*AppConfig) UpdateApplicationRequest ¶
func (c *AppConfig) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *UpdateApplicationOutput)
UpdateApplicationRequest generates a "aws/request.Request" representing the client's request for the UpdateApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateApplication for more information on using the UpdateApplication API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateApplicationRequest method. req, resp := client.UpdateApplicationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateApplication
func (*AppConfig) UpdateApplicationWithContext ¶
func (c *AppConfig) UpdateApplicationWithContext(ctx aws.Context, input *UpdateApplicationInput, opts ...request.Option) (*UpdateApplicationOutput, error)
UpdateApplicationWithContext is the same as UpdateApplication with the addition of the ability to pass a context and additional request options.
See UpdateApplication for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) UpdateConfigurationProfile ¶
func (c *AppConfig) UpdateConfigurationProfile(input *UpdateConfigurationProfileInput) (*UpdateConfigurationProfileOutput, error)
UpdateConfigurationProfile API operation for Amazon AppConfig.
Updates a configuration profile.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation UpdateConfigurationProfile for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateConfigurationProfile
func (*AppConfig) UpdateConfigurationProfileRequest ¶
func (c *AppConfig) UpdateConfigurationProfileRequest(input *UpdateConfigurationProfileInput) (req *request.Request, output *UpdateConfigurationProfileOutput)
UpdateConfigurationProfileRequest generates a "aws/request.Request" representing the client's request for the UpdateConfigurationProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateConfigurationProfile for more information on using the UpdateConfigurationProfile API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateConfigurationProfileRequest method. req, resp := client.UpdateConfigurationProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateConfigurationProfile
func (*AppConfig) UpdateConfigurationProfileWithContext ¶
func (c *AppConfig) UpdateConfigurationProfileWithContext(ctx aws.Context, input *UpdateConfigurationProfileInput, opts ...request.Option) (*UpdateConfigurationProfileOutput, error)
UpdateConfigurationProfileWithContext is the same as UpdateConfigurationProfile with the addition of the ability to pass a context and additional request options.
See UpdateConfigurationProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) UpdateDeploymentStrategy ¶
func (c *AppConfig) UpdateDeploymentStrategy(input *UpdateDeploymentStrategyInput) (*UpdateDeploymentStrategyOutput, error)
UpdateDeploymentStrategy API operation for Amazon AppConfig.
Updates a deployment strategy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation UpdateDeploymentStrategy for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateDeploymentStrategy
func (*AppConfig) UpdateDeploymentStrategyRequest ¶
func (c *AppConfig) UpdateDeploymentStrategyRequest(input *UpdateDeploymentStrategyInput) (req *request.Request, output *UpdateDeploymentStrategyOutput)
UpdateDeploymentStrategyRequest generates a "aws/request.Request" representing the client's request for the UpdateDeploymentStrategy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDeploymentStrategy for more information on using the UpdateDeploymentStrategy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDeploymentStrategyRequest method. req, resp := client.UpdateDeploymentStrategyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateDeploymentStrategy
func (*AppConfig) UpdateDeploymentStrategyWithContext ¶
func (c *AppConfig) UpdateDeploymentStrategyWithContext(ctx aws.Context, input *UpdateDeploymentStrategyInput, opts ...request.Option) (*UpdateDeploymentStrategyOutput, error)
UpdateDeploymentStrategyWithContext is the same as UpdateDeploymentStrategy with the addition of the ability to pass a context and additional request options.
See UpdateDeploymentStrategy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) UpdateEnvironment ¶
func (c *AppConfig) UpdateEnvironment(input *UpdateEnvironmentInput) (*UpdateEnvironmentOutput, error)
UpdateEnvironment API operation for Amazon AppConfig.
Updates an environment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation UpdateEnvironment for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateEnvironment
func (*AppConfig) UpdateEnvironmentRequest ¶
func (c *AppConfig) UpdateEnvironmentRequest(input *UpdateEnvironmentInput) (req *request.Request, output *UpdateEnvironmentOutput)
UpdateEnvironmentRequest generates a "aws/request.Request" representing the client's request for the UpdateEnvironment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateEnvironment for more information on using the UpdateEnvironment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateEnvironmentRequest method. req, resp := client.UpdateEnvironmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateEnvironment
func (*AppConfig) UpdateEnvironmentWithContext ¶
func (c *AppConfig) UpdateEnvironmentWithContext(ctx aws.Context, input *UpdateEnvironmentInput, opts ...request.Option) (*UpdateEnvironmentOutput, error)
UpdateEnvironmentWithContext is the same as UpdateEnvironment with the addition of the ability to pass a context and additional request options.
See UpdateEnvironment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) UpdateExtension ¶ added in v1.44.54
func (c *AppConfig) UpdateExtension(input *UpdateExtensionInput) (*UpdateExtensionOutput, error)
UpdateExtension API operation for Amazon AppConfig.
Updates an AppConfig extension. For more information about extensions, see Working with AppConfig extensions (https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation UpdateExtension for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
ConflictException The request could not be processed because of conflict in the current state of the resource.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateExtension
func (*AppConfig) UpdateExtensionAssociation ¶ added in v1.44.54
func (c *AppConfig) UpdateExtensionAssociation(input *UpdateExtensionAssociationInput) (*UpdateExtensionAssociationOutput, error)
UpdateExtensionAssociation API operation for Amazon AppConfig.
Updates an association. For more information about extensions and associations, see Working with AppConfig extensions (https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation UpdateExtensionAssociation for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateExtensionAssociation
func (*AppConfig) UpdateExtensionAssociationRequest ¶ added in v1.44.54
func (c *AppConfig) UpdateExtensionAssociationRequest(input *UpdateExtensionAssociationInput) (req *request.Request, output *UpdateExtensionAssociationOutput)
UpdateExtensionAssociationRequest generates a "aws/request.Request" representing the client's request for the UpdateExtensionAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateExtensionAssociation for more information on using the UpdateExtensionAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateExtensionAssociationRequest method. req, resp := client.UpdateExtensionAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateExtensionAssociation
func (*AppConfig) UpdateExtensionAssociationWithContext ¶ added in v1.44.54
func (c *AppConfig) UpdateExtensionAssociationWithContext(ctx aws.Context, input *UpdateExtensionAssociationInput, opts ...request.Option) (*UpdateExtensionAssociationOutput, error)
UpdateExtensionAssociationWithContext is the same as UpdateExtensionAssociation with the addition of the ability to pass a context and additional request options.
See UpdateExtensionAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) UpdateExtensionRequest ¶ added in v1.44.54
func (c *AppConfig) UpdateExtensionRequest(input *UpdateExtensionInput) (req *request.Request, output *UpdateExtensionOutput)
UpdateExtensionRequest generates a "aws/request.Request" representing the client's request for the UpdateExtension operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateExtension for more information on using the UpdateExtension API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateExtensionRequest method. req, resp := client.UpdateExtensionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateExtension
func (*AppConfig) UpdateExtensionWithContext ¶ added in v1.44.54
func (c *AppConfig) UpdateExtensionWithContext(ctx aws.Context, input *UpdateExtensionInput, opts ...request.Option) (*UpdateExtensionOutput, error)
UpdateExtensionWithContext is the same as UpdateExtension with the addition of the ability to pass a context and additional request options.
See UpdateExtension for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AppConfig) ValidateConfiguration ¶
func (c *AppConfig) ValidateConfiguration(input *ValidateConfigurationInput) (*ValidateConfigurationOutput, error)
ValidateConfiguration API operation for Amazon AppConfig.
Uses the validators in a configuration profile to validate a configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon AppConfig's API operation ValidateConfiguration for usage and error information.
Returned Error Types:
BadRequestException The input fails to satisfy the constraints specified by an Amazon Web Services service.
ResourceNotFoundException The requested resource could not be found.
InternalServerException There was an internal failure in the AppConfig service.
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ValidateConfiguration
func (*AppConfig) ValidateConfigurationRequest ¶
func (c *AppConfig) ValidateConfigurationRequest(input *ValidateConfigurationInput) (req *request.Request, output *ValidateConfigurationOutput)
ValidateConfigurationRequest generates a "aws/request.Request" representing the client's request for the ValidateConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ValidateConfiguration for more information on using the ValidateConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ValidateConfigurationRequest method. req, resp := client.ValidateConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/ValidateConfiguration
func (*AppConfig) ValidateConfigurationWithContext ¶
func (c *AppConfig) ValidateConfigurationWithContext(ctx aws.Context, input *ValidateConfigurationInput, opts ...request.Option) (*ValidateConfigurationOutput, error)
ValidateConfigurationWithContext is the same as ValidateConfiguration with the addition of the ability to pass a context and additional request options.
See ValidateConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type Application ¶
type Application struct { // The description of the application. Description *string `type:"string"` // The application ID. Id *string `type:"string"` // The application name. Name *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (Application) GoString ¶
func (s Application) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Application) SetDescription ¶
func (s *Application) SetDescription(v string) *Application
SetDescription sets the Description field's value.
func (*Application) SetId ¶
func (s *Application) SetId(v string) *Application
SetId sets the Id field's value.
func (*Application) SetName ¶
func (s *Application) SetName(v string) *Application
SetName sets the Name field's value.
func (Application) String ¶
func (s Application) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AppliedExtension ¶ added in v1.44.54
type AppliedExtension struct { // The system-generated ID for the association. ExtensionAssociationId *string `type:"string"` // The system-generated ID of the extension. ExtensionId *string `type:"string"` // One or more parameters for the actions called by the extension. Parameters map[string]*string `type:"map"` // The extension version number. VersionNumber *int64 `type:"integer"` // contains filtered or unexported fields }
An extension that was invoked during a deployment.
func (AppliedExtension) GoString ¶ added in v1.44.54
func (s AppliedExtension) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AppliedExtension) SetExtensionAssociationId ¶ added in v1.44.54
func (s *AppliedExtension) SetExtensionAssociationId(v string) *AppliedExtension
SetExtensionAssociationId sets the ExtensionAssociationId field's value.
func (*AppliedExtension) SetExtensionId ¶ added in v1.44.54
func (s *AppliedExtension) SetExtensionId(v string) *AppliedExtension
SetExtensionId sets the ExtensionId field's value.
func (*AppliedExtension) SetParameters ¶ added in v1.44.54
func (s *AppliedExtension) SetParameters(v map[string]*string) *AppliedExtension
SetParameters sets the Parameters field's value.
func (*AppliedExtension) SetVersionNumber ¶ added in v1.44.54
func (s *AppliedExtension) SetVersionNumber(v int64) *AppliedExtension
SetVersionNumber sets the VersionNumber field's value.
func (AppliedExtension) String ¶ added in v1.44.54
func (s AppliedExtension) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BadRequestDetails ¶ added in v1.42.8
type BadRequestDetails struct { // Detailed information about the bad request exception error when creating // a hosted configuration version. InvalidConfiguration []*InvalidConfigurationDetail `type:"list"` // contains filtered or unexported fields }
Detailed information about the input that failed to satisfy the constraints specified by a call.
func (BadRequestDetails) GoString ¶ added in v1.42.8
func (s BadRequestDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BadRequestDetails) SetInvalidConfiguration ¶ added in v1.42.8
func (s *BadRequestDetails) SetInvalidConfiguration(v []*InvalidConfigurationDetail) *BadRequestDetails
SetInvalidConfiguration sets the InvalidConfiguration field's value.
func (BadRequestDetails) String ¶ added in v1.42.8
func (s BadRequestDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BadRequestException ¶ added in v1.28.0
type BadRequestException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // Detailed information about the input that failed to satisfy the constraints // specified by a call. Details *BadRequestDetails `type:"structure"` Message_ *string `locationName:"Message" type:"string"` Reason *string `type:"string" enum:"BadRequestReason"` // contains filtered or unexported fields }
The input fails to satisfy the constraints specified by an Amazon Web Services service.
func (*BadRequestException) Code ¶ added in v1.28.0
func (s *BadRequestException) Code() string
Code returns the exception type name.
func (*BadRequestException) Error ¶ added in v1.28.0
func (s *BadRequestException) Error() string
func (BadRequestException) GoString ¶ added in v1.28.0
func (s BadRequestException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BadRequestException) Message ¶ added in v1.28.0
func (s *BadRequestException) Message() string
Message returns the exception's message.
func (*BadRequestException) OrigErr ¶ added in v1.28.0
func (s *BadRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*BadRequestException) RequestID ¶ added in v1.28.0
func (s *BadRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*BadRequestException) StatusCode ¶ added in v1.28.0
func (s *BadRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (BadRequestException) String ¶ added in v1.28.0
func (s BadRequestException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConfigurationProfileSummary ¶
type ConfigurationProfileSummary struct { // The application ID. ApplicationId *string `type:"string"` // The ID of the configuration profile. Id *string `type:"string"` // The URI location of the configuration. LocationUri *string `min:"1" type:"string"` // The name of the configuration profile. Name *string `min:"1" type:"string"` // 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 Type *string `type:"string"` // The types of validators in the configuration profile. ValidatorTypes []*string `type:"list" enum:"ValidatorType"` // contains filtered or unexported fields }
A summary of a configuration profile.
func (ConfigurationProfileSummary) GoString ¶
func (s ConfigurationProfileSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfigurationProfileSummary) SetApplicationId ¶
func (s *ConfigurationProfileSummary) SetApplicationId(v string) *ConfigurationProfileSummary
SetApplicationId sets the ApplicationId field's value.
func (*ConfigurationProfileSummary) SetId ¶
func (s *ConfigurationProfileSummary) SetId(v string) *ConfigurationProfileSummary
SetId sets the Id field's value.
func (*ConfigurationProfileSummary) SetLocationUri ¶
func (s *ConfigurationProfileSummary) SetLocationUri(v string) *ConfigurationProfileSummary
SetLocationUri sets the LocationUri field's value.
func (*ConfigurationProfileSummary) SetName ¶
func (s *ConfigurationProfileSummary) SetName(v string) *ConfigurationProfileSummary
SetName sets the Name field's value.
func (*ConfigurationProfileSummary) SetType ¶ added in v1.42.8
func (s *ConfigurationProfileSummary) SetType(v string) *ConfigurationProfileSummary
SetType sets the Type field's value.
func (*ConfigurationProfileSummary) SetValidatorTypes ¶
func (s *ConfigurationProfileSummary) SetValidatorTypes(v []*string) *ConfigurationProfileSummary
SetValidatorTypes sets the ValidatorTypes field's value.
func (ConfigurationProfileSummary) String ¶
func (s ConfigurationProfileSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConflictException ¶ added in v1.28.0
type ConflictException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The request could not be processed because of conflict in the current state of the resource.
func (*ConflictException) Code ¶ added in v1.28.0
func (s *ConflictException) Code() string
Code returns the exception type name.
func (*ConflictException) Error ¶ added in v1.28.0
func (s *ConflictException) Error() string
func (ConflictException) GoString ¶ added in v1.28.0
func (s ConflictException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConflictException) Message ¶ added in v1.28.0
func (s *ConflictException) Message() string
Message returns the exception's message.
func (*ConflictException) OrigErr ¶ added in v1.28.0
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictException) RequestID ¶ added in v1.28.0
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictException) StatusCode ¶ added in v1.28.0
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictException) String ¶ added in v1.28.0
func (s ConflictException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateApplicationInput ¶
type CreateApplicationInput struct { // A description of the application. Description *string `type:"string"` // A name for the application. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // 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. Tags map[string]*string `type:"map"` // contains filtered or unexported fields }
func (CreateApplicationInput) GoString ¶
func (s CreateApplicationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateApplicationInput) SetDescription ¶
func (s *CreateApplicationInput) SetDescription(v string) *CreateApplicationInput
SetDescription sets the Description field's value.
func (*CreateApplicationInput) SetName ¶
func (s *CreateApplicationInput) SetName(v string) *CreateApplicationInput
SetName sets the Name field's value.
func (*CreateApplicationInput) SetTags ¶
func (s *CreateApplicationInput) SetTags(v map[string]*string) *CreateApplicationInput
SetTags sets the Tags field's value.
func (CreateApplicationInput) String ¶
func (s CreateApplicationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateApplicationInput) Validate ¶
func (s *CreateApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateApplicationOutput ¶
type CreateApplicationOutput struct { // The description of the application. Description *string `type:"string"` // The application ID. Id *string `type:"string"` // The application name. Name *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateApplicationOutput) GoString ¶
func (s CreateApplicationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateApplicationOutput) SetDescription ¶
func (s *CreateApplicationOutput) SetDescription(v string) *CreateApplicationOutput
SetDescription sets the Description field's value.
func (*CreateApplicationOutput) SetId ¶
func (s *CreateApplicationOutput) SetId(v string) *CreateApplicationOutput
SetId sets the Id field's value.
func (*CreateApplicationOutput) SetName ¶
func (s *CreateApplicationOutput) SetName(v string) *CreateApplicationOutput
SetName sets the Name field's value.
func (CreateApplicationOutput) String ¶
func (s CreateApplicationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateConfigurationProfileInput ¶
type CreateConfigurationProfileInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // A description of the configuration profile. Description *string `type:"string"` // The identifier for an Key Management Service key to encrypt new configuration // data versions in the AppConfig hosted configuration store. This attribute // is only used for hosted configuration types. The identifier can be an KMS // key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. // To encrypt data managed in other configuration stores, see the documentation // for how to specify an KMS key for that particular service. KmsKeyIdentifier *string `min:"1" type:"string"` // A URI to locate the configuration. You can specify the following: // // * For the AppConfig hosted configuration store and for feature flags, // specify hosted. // // * For an Amazon Web Services Systems Manager Parameter Store parameter, // specify either the parameter name in the format ssm-parameter://<parameter // name> or the ARN. // // * For an Amazon Web Services CodePipeline pipeline, specify the URI in // the following format: codepipeline://<pipeline name>. // // * For an Secrets Manager secret, specify the URI in the following format: // secretsmanager://<secret name>. // // * For an Amazon S3 object, specify the URI in the following format: s3://<bucket>/<objectKey> // . Here is an example: s3://my-bucket/my-app/us-east-1/my-config.json // // * For an SSM document, specify either the document name in the format // ssm-document://<document name> or the Amazon Resource Name (ARN). // // LocationUri is a required field LocationUri *string `min:"1" type:"string" required:"true"` // A name for the configuration profile. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // 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. RetrievalRoleArn *string `min:"20" type:"string"` // 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. Tags map[string]*string `type:"map"` // 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 Type *string `type:"string"` // A list of methods for validating the configuration. Validators []*Validator `type:"list"` // contains filtered or unexported fields }
func (CreateConfigurationProfileInput) GoString ¶
func (s CreateConfigurationProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateConfigurationProfileInput) SetApplicationId ¶
func (s *CreateConfigurationProfileInput) SetApplicationId(v string) *CreateConfigurationProfileInput
SetApplicationId sets the ApplicationId field's value.
func (*CreateConfigurationProfileInput) SetDescription ¶
func (s *CreateConfigurationProfileInput) SetDescription(v string) *CreateConfigurationProfileInput
SetDescription sets the Description field's value.
func (*CreateConfigurationProfileInput) SetKmsKeyIdentifier ¶ added in v1.45.22
func (s *CreateConfigurationProfileInput) SetKmsKeyIdentifier(v string) *CreateConfigurationProfileInput
SetKmsKeyIdentifier sets the KmsKeyIdentifier field's value.
func (*CreateConfigurationProfileInput) SetLocationUri ¶
func (s *CreateConfigurationProfileInput) SetLocationUri(v string) *CreateConfigurationProfileInput
SetLocationUri sets the LocationUri field's value.
func (*CreateConfigurationProfileInput) SetName ¶
func (s *CreateConfigurationProfileInput) SetName(v string) *CreateConfigurationProfileInput
SetName sets the Name field's value.
func (*CreateConfigurationProfileInput) SetRetrievalRoleArn ¶
func (s *CreateConfigurationProfileInput) SetRetrievalRoleArn(v string) *CreateConfigurationProfileInput
SetRetrievalRoleArn sets the RetrievalRoleArn field's value.
func (*CreateConfigurationProfileInput) SetTags ¶
func (s *CreateConfigurationProfileInput) SetTags(v map[string]*string) *CreateConfigurationProfileInput
SetTags sets the Tags field's value.
func (*CreateConfigurationProfileInput) SetType ¶ added in v1.42.8
func (s *CreateConfigurationProfileInput) SetType(v string) *CreateConfigurationProfileInput
SetType sets the Type field's value.
func (*CreateConfigurationProfileInput) SetValidators ¶
func (s *CreateConfigurationProfileInput) SetValidators(v []*Validator) *CreateConfigurationProfileInput
SetValidators sets the Validators field's value.
func (CreateConfigurationProfileInput) String ¶
func (s CreateConfigurationProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateConfigurationProfileInput) Validate ¶
func (s *CreateConfigurationProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateConfigurationProfileOutput ¶
type CreateConfigurationProfileOutput struct { // The application ID. ApplicationId *string `type:"string"` // The configuration profile description. Description *string `type:"string"` // The configuration profile ID. Id *string `type:"string"` // The Amazon Resource Name of the Key Management Service key to encrypt new // configuration data versions in the AppConfig hosted configuration store. // This attribute is only used for hosted configuration types. To encrypt data // managed in other configuration stores, see the documentation for how to specify // an KMS key for that particular service. KmsKeyArn *string `min:"20" type:"string"` // The Key Management Service key identifier (key ID, key alias, or key ARN) // provided when the resource was created or updated. KmsKeyIdentifier *string `min:"1" type:"string"` // The URI location of the configuration. LocationUri *string `min:"1" type:"string"` // The name of the configuration profile. Name *string `min:"1" type:"string"` // The ARN of an IAM role with permission to access the configuration at the // specified LocationUri. RetrievalRoleArn *string `min:"20" type:"string"` // 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 Type *string `type:"string"` // A list of methods for validating the configuration. Validators []*Validator `type:"list"` // contains filtered or unexported fields }
func (CreateConfigurationProfileOutput) GoString ¶
func (s CreateConfigurationProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateConfigurationProfileOutput) SetApplicationId ¶
func (s *CreateConfigurationProfileOutput) SetApplicationId(v string) *CreateConfigurationProfileOutput
SetApplicationId sets the ApplicationId field's value.
func (*CreateConfigurationProfileOutput) SetDescription ¶
func (s *CreateConfigurationProfileOutput) SetDescription(v string) *CreateConfigurationProfileOutput
SetDescription sets the Description field's value.
func (*CreateConfigurationProfileOutput) SetId ¶
func (s *CreateConfigurationProfileOutput) SetId(v string) *CreateConfigurationProfileOutput
SetId sets the Id field's value.
func (*CreateConfigurationProfileOutput) SetKmsKeyArn ¶ added in v1.45.22
func (s *CreateConfigurationProfileOutput) SetKmsKeyArn(v string) *CreateConfigurationProfileOutput
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*CreateConfigurationProfileOutput) SetKmsKeyIdentifier ¶ added in v1.45.22
func (s *CreateConfigurationProfileOutput) SetKmsKeyIdentifier(v string) *CreateConfigurationProfileOutput
SetKmsKeyIdentifier sets the KmsKeyIdentifier field's value.
func (*CreateConfigurationProfileOutput) SetLocationUri ¶
func (s *CreateConfigurationProfileOutput) SetLocationUri(v string) *CreateConfigurationProfileOutput
SetLocationUri sets the LocationUri field's value.
func (*CreateConfigurationProfileOutput) SetName ¶
func (s *CreateConfigurationProfileOutput) SetName(v string) *CreateConfigurationProfileOutput
SetName sets the Name field's value.
func (*CreateConfigurationProfileOutput) SetRetrievalRoleArn ¶
func (s *CreateConfigurationProfileOutput) SetRetrievalRoleArn(v string) *CreateConfigurationProfileOutput
SetRetrievalRoleArn sets the RetrievalRoleArn field's value.
func (*CreateConfigurationProfileOutput) SetType ¶ added in v1.42.8
func (s *CreateConfigurationProfileOutput) SetType(v string) *CreateConfigurationProfileOutput
SetType sets the Type field's value.
func (*CreateConfigurationProfileOutput) SetValidators ¶
func (s *CreateConfigurationProfileOutput) SetValidators(v []*Validator) *CreateConfigurationProfileOutput
SetValidators sets the Validators field's value.
func (CreateConfigurationProfileOutput) String ¶
func (s CreateConfigurationProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDeploymentStrategyInput ¶
type CreateDeploymentStrategyInput struct { // Total amount of time for a deployment to last. // // DeploymentDurationInMinutes is a required field DeploymentDurationInMinutes *int64 `type:"integer" required:"true"` // A description of the deployment strategy. Description *string `type:"string"` // 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 // (https://docs.aws.amazon.com/appconfig/latest/userguide/getting-started-with-appconfig-cloudwatch-alarms-permissions.html) // in the AppConfig User Guide. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets to receive a deployed configuration during each // interval. // // GrowthFactor is a required field GrowthFactor *float64 `min:"1" type:"float" required:"true"` // 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. GrowthType *string `type:"string" enum:"GrowthType"` // A name for the deployment strategy. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // Save the deployment strategy to a Systems Manager (SSM) document. ReplicateTo *string `type:"string" enum:"ReplicateTo"` // 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. Tags map[string]*string `type:"map"` // contains filtered or unexported fields }
func (CreateDeploymentStrategyInput) GoString ¶
func (s CreateDeploymentStrategyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDeploymentStrategyInput) SetDeploymentDurationInMinutes ¶
func (s *CreateDeploymentStrategyInput) SetDeploymentDurationInMinutes(v int64) *CreateDeploymentStrategyInput
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*CreateDeploymentStrategyInput) SetDescription ¶
func (s *CreateDeploymentStrategyInput) SetDescription(v string) *CreateDeploymentStrategyInput
SetDescription sets the Description field's value.
func (*CreateDeploymentStrategyInput) SetFinalBakeTimeInMinutes ¶
func (s *CreateDeploymentStrategyInput) SetFinalBakeTimeInMinutes(v int64) *CreateDeploymentStrategyInput
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*CreateDeploymentStrategyInput) SetGrowthFactor ¶
func (s *CreateDeploymentStrategyInput) SetGrowthFactor(v float64) *CreateDeploymentStrategyInput
SetGrowthFactor sets the GrowthFactor field's value.
func (*CreateDeploymentStrategyInput) SetGrowthType ¶
func (s *CreateDeploymentStrategyInput) SetGrowthType(v string) *CreateDeploymentStrategyInput
SetGrowthType sets the GrowthType field's value.
func (*CreateDeploymentStrategyInput) SetName ¶
func (s *CreateDeploymentStrategyInput) SetName(v string) *CreateDeploymentStrategyInput
SetName sets the Name field's value.
func (*CreateDeploymentStrategyInput) SetReplicateTo ¶
func (s *CreateDeploymentStrategyInput) SetReplicateTo(v string) *CreateDeploymentStrategyInput
SetReplicateTo sets the ReplicateTo field's value.
func (*CreateDeploymentStrategyInput) SetTags ¶
func (s *CreateDeploymentStrategyInput) SetTags(v map[string]*string) *CreateDeploymentStrategyInput
SetTags sets the Tags field's value.
func (CreateDeploymentStrategyInput) String ¶
func (s CreateDeploymentStrategyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDeploymentStrategyInput) Validate ¶
func (s *CreateDeploymentStrategyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDeploymentStrategyOutput ¶
type CreateDeploymentStrategyOutput struct { // Total amount of time the deployment lasted. DeploymentDurationInMinutes *int64 `type:"integer"` // The description of the deployment strategy. Description *string `type:"string"` // The amount of time that AppConfig monitored for alarms before considering // the deployment to be complete and no longer eligible for automatic rollback. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets that received a deployed configuration during each // interval. GrowthFactor *float64 `min:"1" type:"float"` // The algorithm used to define how percentage grew over time. GrowthType *string `type:"string" enum:"GrowthType"` // The deployment strategy ID. Id *string `type:"string"` // The name of the deployment strategy. Name *string `min:"1" type:"string"` // Save the deployment strategy to a Systems Manager (SSM) document. ReplicateTo *string `type:"string" enum:"ReplicateTo"` // contains filtered or unexported fields }
func (CreateDeploymentStrategyOutput) GoString ¶
func (s CreateDeploymentStrategyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDeploymentStrategyOutput) SetDeploymentDurationInMinutes ¶
func (s *CreateDeploymentStrategyOutput) SetDeploymentDurationInMinutes(v int64) *CreateDeploymentStrategyOutput
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*CreateDeploymentStrategyOutput) SetDescription ¶
func (s *CreateDeploymentStrategyOutput) SetDescription(v string) *CreateDeploymentStrategyOutput
SetDescription sets the Description field's value.
func (*CreateDeploymentStrategyOutput) SetFinalBakeTimeInMinutes ¶
func (s *CreateDeploymentStrategyOutput) SetFinalBakeTimeInMinutes(v int64) *CreateDeploymentStrategyOutput
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*CreateDeploymentStrategyOutput) SetGrowthFactor ¶
func (s *CreateDeploymentStrategyOutput) SetGrowthFactor(v float64) *CreateDeploymentStrategyOutput
SetGrowthFactor sets the GrowthFactor field's value.
func (*CreateDeploymentStrategyOutput) SetGrowthType ¶
func (s *CreateDeploymentStrategyOutput) SetGrowthType(v string) *CreateDeploymentStrategyOutput
SetGrowthType sets the GrowthType field's value.
func (*CreateDeploymentStrategyOutput) SetId ¶
func (s *CreateDeploymentStrategyOutput) SetId(v string) *CreateDeploymentStrategyOutput
SetId sets the Id field's value.
func (*CreateDeploymentStrategyOutput) SetName ¶
func (s *CreateDeploymentStrategyOutput) SetName(v string) *CreateDeploymentStrategyOutput
SetName sets the Name field's value.
func (*CreateDeploymentStrategyOutput) SetReplicateTo ¶
func (s *CreateDeploymentStrategyOutput) SetReplicateTo(v string) *CreateDeploymentStrategyOutput
SetReplicateTo sets the ReplicateTo field's value.
func (CreateDeploymentStrategyOutput) String ¶
func (s CreateDeploymentStrategyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateEnvironmentInput ¶
type CreateEnvironmentInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // A description of the environment. Description *string `type:"string"` // Amazon CloudWatch alarms to monitor during the deployment process. Monitors []*Monitor `type:"list"` // A name for the environment. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // 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. Tags map[string]*string `type:"map"` // contains filtered or unexported fields }
func (CreateEnvironmentInput) GoString ¶
func (s CreateEnvironmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateEnvironmentInput) SetApplicationId ¶
func (s *CreateEnvironmentInput) SetApplicationId(v string) *CreateEnvironmentInput
SetApplicationId sets the ApplicationId field's value.
func (*CreateEnvironmentInput) SetDescription ¶
func (s *CreateEnvironmentInput) SetDescription(v string) *CreateEnvironmentInput
SetDescription sets the Description field's value.
func (*CreateEnvironmentInput) SetMonitors ¶
func (s *CreateEnvironmentInput) SetMonitors(v []*Monitor) *CreateEnvironmentInput
SetMonitors sets the Monitors field's value.
func (*CreateEnvironmentInput) SetName ¶
func (s *CreateEnvironmentInput) SetName(v string) *CreateEnvironmentInput
SetName sets the Name field's value.
func (*CreateEnvironmentInput) SetTags ¶
func (s *CreateEnvironmentInput) SetTags(v map[string]*string) *CreateEnvironmentInput
SetTags sets the Tags field's value.
func (CreateEnvironmentInput) String ¶
func (s CreateEnvironmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateEnvironmentInput) Validate ¶
func (s *CreateEnvironmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEnvironmentOutput ¶
type CreateEnvironmentOutput struct { // The application ID. ApplicationId *string `type:"string"` // The description of the environment. Description *string `type:"string"` // The environment ID. Id *string `type:"string"` // Amazon CloudWatch alarms monitored during the deployment. Monitors []*Monitor `type:"list"` // The name of the environment. Name *string `min:"1" type:"string"` // The state of the environment. An environment can be in one of the following // states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK State *string `type:"string" enum:"EnvironmentState"` // contains filtered or unexported fields }
func (CreateEnvironmentOutput) GoString ¶
func (s CreateEnvironmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateEnvironmentOutput) SetApplicationId ¶
func (s *CreateEnvironmentOutput) SetApplicationId(v string) *CreateEnvironmentOutput
SetApplicationId sets the ApplicationId field's value.
func (*CreateEnvironmentOutput) SetDescription ¶
func (s *CreateEnvironmentOutput) SetDescription(v string) *CreateEnvironmentOutput
SetDescription sets the Description field's value.
func (*CreateEnvironmentOutput) SetId ¶
func (s *CreateEnvironmentOutput) SetId(v string) *CreateEnvironmentOutput
SetId sets the Id field's value.
func (*CreateEnvironmentOutput) SetMonitors ¶
func (s *CreateEnvironmentOutput) SetMonitors(v []*Monitor) *CreateEnvironmentOutput
SetMonitors sets the Monitors field's value.
func (*CreateEnvironmentOutput) SetName ¶
func (s *CreateEnvironmentOutput) SetName(v string) *CreateEnvironmentOutput
SetName sets the Name field's value.
func (*CreateEnvironmentOutput) SetState ¶
func (s *CreateEnvironmentOutput) SetState(v string) *CreateEnvironmentOutput
SetState sets the State field's value.
func (CreateEnvironmentOutput) String ¶
func (s CreateEnvironmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateExtensionAssociationInput ¶ added in v1.44.54
type CreateExtensionAssociationInput struct { // The name, the ID, or the Amazon Resource Name (ARN) of the extension. // // ExtensionIdentifier is a required field ExtensionIdentifier *string `min:"1" type:"string" required:"true"` // The version number of the extension. If not specified, AppConfig uses the // maximum version of the extension. ExtensionVersionNumber *int64 `type:"integer"` // The parameter names and values defined in the extensions. Extension parameters // marked Required must be entered for this field. Parameters map[string]*string `type:"map"` // The ARN of an application, configuration profile, or environment. // // ResourceIdentifier is a required field ResourceIdentifier *string `min:"1" type:"string" required:"true"` // 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. Tags map[string]*string `type:"map"` // contains filtered or unexported fields }
func (CreateExtensionAssociationInput) GoString ¶ added in v1.44.54
func (s CreateExtensionAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateExtensionAssociationInput) SetExtensionIdentifier ¶ added in v1.44.54
func (s *CreateExtensionAssociationInput) SetExtensionIdentifier(v string) *CreateExtensionAssociationInput
SetExtensionIdentifier sets the ExtensionIdentifier field's value.
func (*CreateExtensionAssociationInput) SetExtensionVersionNumber ¶ added in v1.44.54
func (s *CreateExtensionAssociationInput) SetExtensionVersionNumber(v int64) *CreateExtensionAssociationInput
SetExtensionVersionNumber sets the ExtensionVersionNumber field's value.
func (*CreateExtensionAssociationInput) SetParameters ¶ added in v1.44.54
func (s *CreateExtensionAssociationInput) SetParameters(v map[string]*string) *CreateExtensionAssociationInput
SetParameters sets the Parameters field's value.
func (*CreateExtensionAssociationInput) SetResourceIdentifier ¶ added in v1.44.54
func (s *CreateExtensionAssociationInput) SetResourceIdentifier(v string) *CreateExtensionAssociationInput
SetResourceIdentifier sets the ResourceIdentifier field's value.
func (*CreateExtensionAssociationInput) SetTags ¶ added in v1.44.54
func (s *CreateExtensionAssociationInput) SetTags(v map[string]*string) *CreateExtensionAssociationInput
SetTags sets the Tags field's value.
func (CreateExtensionAssociationInput) String ¶ added in v1.44.54
func (s CreateExtensionAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateExtensionAssociationInput) Validate ¶ added in v1.44.54
func (s *CreateExtensionAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateExtensionAssociationOutput ¶ added in v1.44.54
type CreateExtensionAssociationOutput struct { // The system-generated Amazon Resource Name (ARN) for the extension. Arn *string `min:"20" type:"string"` // The ARN of the extension defined in the association. ExtensionArn *string `min:"20" type:"string"` // The version number for the extension defined in the association. ExtensionVersionNumber *int64 `type:"integer"` // The system-generated ID for the association. Id *string `min:"1" type:"string"` // The parameter names and values defined in the association. Parameters map[string]*string `type:"map"` // The ARNs of applications, configuration profiles, or environments defined // in the association. ResourceArn *string `min:"20" type:"string"` // contains filtered or unexported fields }
func (CreateExtensionAssociationOutput) GoString ¶ added in v1.44.54
func (s CreateExtensionAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateExtensionAssociationOutput) SetArn ¶ added in v1.44.54
func (s *CreateExtensionAssociationOutput) SetArn(v string) *CreateExtensionAssociationOutput
SetArn sets the Arn field's value.
func (*CreateExtensionAssociationOutput) SetExtensionArn ¶ added in v1.44.54
func (s *CreateExtensionAssociationOutput) SetExtensionArn(v string) *CreateExtensionAssociationOutput
SetExtensionArn sets the ExtensionArn field's value.
func (*CreateExtensionAssociationOutput) SetExtensionVersionNumber ¶ added in v1.44.54
func (s *CreateExtensionAssociationOutput) SetExtensionVersionNumber(v int64) *CreateExtensionAssociationOutput
SetExtensionVersionNumber sets the ExtensionVersionNumber field's value.
func (*CreateExtensionAssociationOutput) SetId ¶ added in v1.44.54
func (s *CreateExtensionAssociationOutput) SetId(v string) *CreateExtensionAssociationOutput
SetId sets the Id field's value.
func (*CreateExtensionAssociationOutput) SetParameters ¶ added in v1.44.54
func (s *CreateExtensionAssociationOutput) SetParameters(v map[string]*string) *CreateExtensionAssociationOutput
SetParameters sets the Parameters field's value.
func (*CreateExtensionAssociationOutput) SetResourceArn ¶ added in v1.44.54
func (s *CreateExtensionAssociationOutput) SetResourceArn(v string) *CreateExtensionAssociationOutput
SetResourceArn sets the ResourceArn field's value.
func (CreateExtensionAssociationOutput) String ¶ added in v1.44.54
func (s CreateExtensionAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateExtensionInput ¶ added in v1.44.54
type CreateExtensionInput struct { // The actions defined in the extension. // // Actions is a required field Actions map[string][]*Action `min:"1" type:"map" required:"true"` // Information about the extension. Description *string `type:"string"` // 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. LatestVersionNumber *int64 `location:"header" locationName:"Latest-Version-Number" type:"integer"` // A name for the extension. Each extension name in your account must be unique. // Extension versions use the same name. // // Name is a required field Name *string `type:"string" required:"true"` // 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. Parameters map[string]*Parameter `min:"1" type:"map"` // 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. Tags map[string]*string `type:"map"` // contains filtered or unexported fields }
func (CreateExtensionInput) GoString ¶ added in v1.44.54
func (s CreateExtensionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateExtensionInput) SetActions ¶ added in v1.44.54
func (s *CreateExtensionInput) SetActions(v map[string][]*Action) *CreateExtensionInput
SetActions sets the Actions field's value.
func (*CreateExtensionInput) SetDescription ¶ added in v1.44.54
func (s *CreateExtensionInput) SetDescription(v string) *CreateExtensionInput
SetDescription sets the Description field's value.
func (*CreateExtensionInput) SetLatestVersionNumber ¶ added in v1.44.54
func (s *CreateExtensionInput) SetLatestVersionNumber(v int64) *CreateExtensionInput
SetLatestVersionNumber sets the LatestVersionNumber field's value.
func (*CreateExtensionInput) SetName ¶ added in v1.44.54
func (s *CreateExtensionInput) SetName(v string) *CreateExtensionInput
SetName sets the Name field's value.
func (*CreateExtensionInput) SetParameters ¶ added in v1.44.54
func (s *CreateExtensionInput) SetParameters(v map[string]*Parameter) *CreateExtensionInput
SetParameters sets the Parameters field's value.
func (*CreateExtensionInput) SetTags ¶ added in v1.44.54
func (s *CreateExtensionInput) SetTags(v map[string]*string) *CreateExtensionInput
SetTags sets the Tags field's value.
func (CreateExtensionInput) String ¶ added in v1.44.54
func (s CreateExtensionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateExtensionInput) Validate ¶ added in v1.44.54
func (s *CreateExtensionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateExtensionOutput ¶ added in v1.44.54
type CreateExtensionOutput struct { // The actions defined in the extension. Actions map[string][]*Action `min:"1" type:"map"` // The system-generated Amazon Resource Name (ARN) for the extension. Arn *string `min:"20" type:"string"` // Information about the extension. Description *string `type:"string"` // The system-generated ID of the extension. Id *string `type:"string"` // The extension name. Name *string `min:"1" type:"string"` // 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. Parameters map[string]*Parameter `min:"1" type:"map"` // The extension version number. VersionNumber *int64 `type:"integer"` // contains filtered or unexported fields }
func (CreateExtensionOutput) GoString ¶ added in v1.44.54
func (s CreateExtensionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateExtensionOutput) SetActions ¶ added in v1.44.54
func (s *CreateExtensionOutput) SetActions(v map[string][]*Action) *CreateExtensionOutput
SetActions sets the Actions field's value.
func (*CreateExtensionOutput) SetArn ¶ added in v1.44.54
func (s *CreateExtensionOutput) SetArn(v string) *CreateExtensionOutput
SetArn sets the Arn field's value.
func (*CreateExtensionOutput) SetDescription ¶ added in v1.44.54
func (s *CreateExtensionOutput) SetDescription(v string) *CreateExtensionOutput
SetDescription sets the Description field's value.
func (*CreateExtensionOutput) SetId ¶ added in v1.44.54
func (s *CreateExtensionOutput) SetId(v string) *CreateExtensionOutput
SetId sets the Id field's value.
func (*CreateExtensionOutput) SetName ¶ added in v1.44.54
func (s *CreateExtensionOutput) SetName(v string) *CreateExtensionOutput
SetName sets the Name field's value.
func (*CreateExtensionOutput) SetParameters ¶ added in v1.44.54
func (s *CreateExtensionOutput) SetParameters(v map[string]*Parameter) *CreateExtensionOutput
SetParameters sets the Parameters field's value.
func (*CreateExtensionOutput) SetVersionNumber ¶ added in v1.44.54
func (s *CreateExtensionOutput) SetVersionNumber(v int64) *CreateExtensionOutput
SetVersionNumber sets the VersionNumber field's value.
func (CreateExtensionOutput) String ¶ added in v1.44.54
func (s CreateExtensionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateHostedConfigurationVersionInput ¶ added in v1.32.2
type CreateHostedConfigurationVersionInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The configuration profile ID. // // ConfigurationProfileId is a required field ConfigurationProfileId *string `location:"uri" locationName:"ConfigurationProfileId" type:"string" required:"true"` // The content of the configuration or the configuration data. // // Content is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateHostedConfigurationVersionInput's // String and GoString methods. // // Content is a required field Content []byte `type:"blob" required:"true" sensitive:"true"` // A standard MIME type describing the format of the configuration content. // For more information, see Content-Type (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17). // // ContentType is a required field ContentType *string `location:"header" locationName:"Content-Type" min:"1" type:"string" required:"true"` // A description of the configuration. Description *string `location:"header" locationName:"Description" type:"string"` // 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. LatestVersionNumber *int64 `location:"header" locationName:"Latest-Version-Number" type:"integer"` // 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". VersionLabel *string `location:"header" locationName:"VersionLabel" min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateHostedConfigurationVersionInput) GoString ¶ added in v1.32.2
func (s CreateHostedConfigurationVersionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateHostedConfigurationVersionInput) SetApplicationId ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionInput) SetApplicationId(v string) *CreateHostedConfigurationVersionInput
SetApplicationId sets the ApplicationId field's value.
func (*CreateHostedConfigurationVersionInput) SetConfigurationProfileId ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionInput) SetConfigurationProfileId(v string) *CreateHostedConfigurationVersionInput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*CreateHostedConfigurationVersionInput) SetContent ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionInput) SetContent(v []byte) *CreateHostedConfigurationVersionInput
SetContent sets the Content field's value.
func (*CreateHostedConfigurationVersionInput) SetContentType ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionInput) SetContentType(v string) *CreateHostedConfigurationVersionInput
SetContentType sets the ContentType field's value.
func (*CreateHostedConfigurationVersionInput) SetDescription ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionInput) SetDescription(v string) *CreateHostedConfigurationVersionInput
SetDescription sets the Description field's value.
func (*CreateHostedConfigurationVersionInput) SetLatestVersionNumber ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionInput) SetLatestVersionNumber(v int64) *CreateHostedConfigurationVersionInput
SetLatestVersionNumber sets the LatestVersionNumber field's value.
func (*CreateHostedConfigurationVersionInput) SetVersionLabel ¶ added in v1.44.201
func (s *CreateHostedConfigurationVersionInput) SetVersionLabel(v string) *CreateHostedConfigurationVersionInput
SetVersionLabel sets the VersionLabel field's value.
func (CreateHostedConfigurationVersionInput) String ¶ added in v1.32.2
func (s CreateHostedConfigurationVersionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateHostedConfigurationVersionInput) Validate ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateHostedConfigurationVersionOutput ¶ added in v1.32.2
type CreateHostedConfigurationVersionOutput struct { // The application ID. ApplicationId *string `location:"header" locationName:"Application-Id" type:"string"` // The configuration profile ID. ConfigurationProfileId *string `location:"header" locationName:"Configuration-Profile-Id" type:"string"` // The content of the configuration or the configuration data. // // Content is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateHostedConfigurationVersionOutput's // String and GoString methods. Content []byte `type:"blob" sensitive:"true"` // A standard MIME type describing the format of the configuration content. // For more information, see Content-Type (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17). ContentType *string `location:"header" locationName:"Content-Type" min:"1" type:"string"` // A description of the configuration. Description *string `location:"header" locationName:"Description" type:"string"` // The Amazon Resource Name of the Key Management Service key that was used // to encrypt this specific version of the configuration data in the AppConfig // hosted configuration store. KmsKeyArn *string `location:"header" locationName:"KmsKeyArn" min:"20" type:"string"` // A user-defined label for an AppConfig hosted configuration version. VersionLabel *string `location:"header" locationName:"VersionLabel" min:"1" type:"string"` // The configuration version. VersionNumber *int64 `location:"header" locationName:"Version-Number" type:"integer"` // contains filtered or unexported fields }
func (CreateHostedConfigurationVersionOutput) GoString ¶ added in v1.32.2
func (s CreateHostedConfigurationVersionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateHostedConfigurationVersionOutput) SetApplicationId ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionOutput) SetApplicationId(v string) *CreateHostedConfigurationVersionOutput
SetApplicationId sets the ApplicationId field's value.
func (*CreateHostedConfigurationVersionOutput) SetConfigurationProfileId ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionOutput) SetConfigurationProfileId(v string) *CreateHostedConfigurationVersionOutput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*CreateHostedConfigurationVersionOutput) SetContent ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionOutput) SetContent(v []byte) *CreateHostedConfigurationVersionOutput
SetContent sets the Content field's value.
func (*CreateHostedConfigurationVersionOutput) SetContentType ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionOutput) SetContentType(v string) *CreateHostedConfigurationVersionOutput
SetContentType sets the ContentType field's value.
func (*CreateHostedConfigurationVersionOutput) SetDescription ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionOutput) SetDescription(v string) *CreateHostedConfigurationVersionOutput
SetDescription sets the Description field's value.
func (*CreateHostedConfigurationVersionOutput) SetKmsKeyArn ¶ added in v1.45.22
func (s *CreateHostedConfigurationVersionOutput) SetKmsKeyArn(v string) *CreateHostedConfigurationVersionOutput
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*CreateHostedConfigurationVersionOutput) SetVersionLabel ¶ added in v1.44.201
func (s *CreateHostedConfigurationVersionOutput) SetVersionLabel(v string) *CreateHostedConfigurationVersionOutput
SetVersionLabel sets the VersionLabel field's value.
func (*CreateHostedConfigurationVersionOutput) SetVersionNumber ¶ added in v1.32.2
func (s *CreateHostedConfigurationVersionOutput) SetVersionNumber(v int64) *CreateHostedConfigurationVersionOutput
SetVersionNumber sets the VersionNumber field's value.
func (CreateHostedConfigurationVersionOutput) String ¶ added in v1.32.2
func (s CreateHostedConfigurationVersionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteApplicationInput ¶
type DeleteApplicationInput struct { // The ID of the application to delete. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteApplicationInput) GoString ¶
func (s DeleteApplicationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteApplicationInput) SetApplicationId ¶
func (s *DeleteApplicationInput) SetApplicationId(v string) *DeleteApplicationInput
SetApplicationId sets the ApplicationId field's value.
func (DeleteApplicationInput) String ¶
func (s DeleteApplicationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteApplicationInput) Validate ¶
func (s *DeleteApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteApplicationOutput ¶
type DeleteApplicationOutput struct {
// contains filtered or unexported fields
}
func (DeleteApplicationOutput) GoString ¶
func (s DeleteApplicationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteApplicationOutput) String ¶
func (s DeleteApplicationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteConfigurationProfileInput ¶
type DeleteConfigurationProfileInput struct { // The application ID that includes the configuration profile you want to delete. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The ID of the configuration profile you want to delete. // // ConfigurationProfileId is a required field ConfigurationProfileId *string `location:"uri" locationName:"ConfigurationProfileId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteConfigurationProfileInput) GoString ¶
func (s DeleteConfigurationProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteConfigurationProfileInput) SetApplicationId ¶
func (s *DeleteConfigurationProfileInput) SetApplicationId(v string) *DeleteConfigurationProfileInput
SetApplicationId sets the ApplicationId field's value.
func (*DeleteConfigurationProfileInput) SetConfigurationProfileId ¶
func (s *DeleteConfigurationProfileInput) SetConfigurationProfileId(v string) *DeleteConfigurationProfileInput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (DeleteConfigurationProfileInput) String ¶
func (s DeleteConfigurationProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteConfigurationProfileInput) Validate ¶
func (s *DeleteConfigurationProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteConfigurationProfileOutput ¶
type DeleteConfigurationProfileOutput struct {
// contains filtered or unexported fields
}
func (DeleteConfigurationProfileOutput) GoString ¶
func (s DeleteConfigurationProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteConfigurationProfileOutput) String ¶
func (s DeleteConfigurationProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDeploymentStrategyInput ¶
type DeleteDeploymentStrategyInput struct { // The ID of the deployment strategy you want to delete. // // DeploymentStrategyId is a required field DeploymentStrategyId *string `location:"uri" locationName:"DeploymentStrategyId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDeploymentStrategyInput) GoString ¶
func (s DeleteDeploymentStrategyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDeploymentStrategyInput) SetDeploymentStrategyId ¶
func (s *DeleteDeploymentStrategyInput) SetDeploymentStrategyId(v string) *DeleteDeploymentStrategyInput
SetDeploymentStrategyId sets the DeploymentStrategyId field's value.
func (DeleteDeploymentStrategyInput) String ¶
func (s DeleteDeploymentStrategyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDeploymentStrategyInput) Validate ¶
func (s *DeleteDeploymentStrategyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDeploymentStrategyOutput ¶
type DeleteDeploymentStrategyOutput struct {
// contains filtered or unexported fields
}
func (DeleteDeploymentStrategyOutput) GoString ¶
func (s DeleteDeploymentStrategyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDeploymentStrategyOutput) String ¶
func (s DeleteDeploymentStrategyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteEnvironmentInput ¶
type DeleteEnvironmentInput struct { // The application ID that includes the environment that you want to delete. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The ID of the environment that you want to delete. // // EnvironmentId is a required field EnvironmentId *string `location:"uri" locationName:"EnvironmentId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteEnvironmentInput) GoString ¶
func (s DeleteEnvironmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteEnvironmentInput) SetApplicationId ¶
func (s *DeleteEnvironmentInput) SetApplicationId(v string) *DeleteEnvironmentInput
SetApplicationId sets the ApplicationId field's value.
func (*DeleteEnvironmentInput) SetEnvironmentId ¶
func (s *DeleteEnvironmentInput) SetEnvironmentId(v string) *DeleteEnvironmentInput
SetEnvironmentId sets the EnvironmentId field's value.
func (DeleteEnvironmentInput) String ¶
func (s DeleteEnvironmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteEnvironmentInput) Validate ¶
func (s *DeleteEnvironmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEnvironmentOutput ¶
type DeleteEnvironmentOutput struct {
// contains filtered or unexported fields
}
func (DeleteEnvironmentOutput) GoString ¶
func (s DeleteEnvironmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteEnvironmentOutput) String ¶
func (s DeleteEnvironmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteExtensionAssociationInput ¶ added in v1.44.54
type DeleteExtensionAssociationInput struct { // The ID of the extension association to delete. // // ExtensionAssociationId is a required field ExtensionAssociationId *string `location:"uri" locationName:"ExtensionAssociationId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteExtensionAssociationInput) GoString ¶ added in v1.44.54
func (s DeleteExtensionAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteExtensionAssociationInput) SetExtensionAssociationId ¶ added in v1.44.54
func (s *DeleteExtensionAssociationInput) SetExtensionAssociationId(v string) *DeleteExtensionAssociationInput
SetExtensionAssociationId sets the ExtensionAssociationId field's value.
func (DeleteExtensionAssociationInput) String ¶ added in v1.44.54
func (s DeleteExtensionAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteExtensionAssociationInput) Validate ¶ added in v1.44.54
func (s *DeleteExtensionAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteExtensionAssociationOutput ¶ added in v1.44.54
type DeleteExtensionAssociationOutput struct {
// contains filtered or unexported fields
}
func (DeleteExtensionAssociationOutput) GoString ¶ added in v1.44.54
func (s DeleteExtensionAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteExtensionAssociationOutput) String ¶ added in v1.44.54
func (s DeleteExtensionAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteExtensionInput ¶ added in v1.44.54
type DeleteExtensionInput struct { // The name, ID, or Amazon Resource Name (ARN) of the extension you want to // delete. // // ExtensionIdentifier is a required field ExtensionIdentifier *string `location:"uri" locationName:"ExtensionIdentifier" min:"1" type:"string" required:"true"` // A specific version of an extension to delete. If omitted, the highest version // is deleted. VersionNumber *int64 `location:"querystring" locationName:"version" type:"integer"` // contains filtered or unexported fields }
func (DeleteExtensionInput) GoString ¶ added in v1.44.54
func (s DeleteExtensionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteExtensionInput) SetExtensionIdentifier ¶ added in v1.44.54
func (s *DeleteExtensionInput) SetExtensionIdentifier(v string) *DeleteExtensionInput
SetExtensionIdentifier sets the ExtensionIdentifier field's value.
func (*DeleteExtensionInput) SetVersionNumber ¶ added in v1.44.54
func (s *DeleteExtensionInput) SetVersionNumber(v int64) *DeleteExtensionInput
SetVersionNumber sets the VersionNumber field's value.
func (DeleteExtensionInput) String ¶ added in v1.44.54
func (s DeleteExtensionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteExtensionInput) Validate ¶ added in v1.44.54
func (s *DeleteExtensionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteExtensionOutput ¶ added in v1.44.54
type DeleteExtensionOutput struct {
// contains filtered or unexported fields
}
func (DeleteExtensionOutput) GoString ¶ added in v1.44.54
func (s DeleteExtensionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteExtensionOutput) String ¶ added in v1.44.54
func (s DeleteExtensionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteHostedConfigurationVersionInput ¶ added in v1.32.2
type DeleteHostedConfigurationVersionInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The configuration profile ID. // // ConfigurationProfileId is a required field ConfigurationProfileId *string `location:"uri" locationName:"ConfigurationProfileId" type:"string" required:"true"` // The versions number to delete. // // VersionNumber is a required field VersionNumber *int64 `location:"uri" locationName:"VersionNumber" type:"integer" required:"true"` // contains filtered or unexported fields }
func (DeleteHostedConfigurationVersionInput) GoString ¶ added in v1.32.2
func (s DeleteHostedConfigurationVersionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteHostedConfigurationVersionInput) SetApplicationId ¶ added in v1.32.2
func (s *DeleteHostedConfigurationVersionInput) SetApplicationId(v string) *DeleteHostedConfigurationVersionInput
SetApplicationId sets the ApplicationId field's value.
func (*DeleteHostedConfigurationVersionInput) SetConfigurationProfileId ¶ added in v1.32.2
func (s *DeleteHostedConfigurationVersionInput) SetConfigurationProfileId(v string) *DeleteHostedConfigurationVersionInput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*DeleteHostedConfigurationVersionInput) SetVersionNumber ¶ added in v1.32.2
func (s *DeleteHostedConfigurationVersionInput) SetVersionNumber(v int64) *DeleteHostedConfigurationVersionInput
SetVersionNumber sets the VersionNumber field's value.
func (DeleteHostedConfigurationVersionInput) String ¶ added in v1.32.2
func (s DeleteHostedConfigurationVersionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteHostedConfigurationVersionInput) Validate ¶ added in v1.32.2
func (s *DeleteHostedConfigurationVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteHostedConfigurationVersionOutput ¶ added in v1.32.2
type DeleteHostedConfigurationVersionOutput struct {
// contains filtered or unexported fields
}
func (DeleteHostedConfigurationVersionOutput) GoString ¶ added in v1.32.2
func (s DeleteHostedConfigurationVersionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteHostedConfigurationVersionOutput) String ¶ added in v1.32.2
func (s DeleteHostedConfigurationVersionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeploymentEvent ¶ added in v1.30.1
type DeploymentEvent struct { // The list of extensions that were invoked as part of the deployment. ActionInvocations []*ActionInvocation `type:"list"` // A description of the deployment event. Descriptions include, but are not // limited to, the following: // // * The Amazon Web Services account or the Amazon CloudWatch alarm ARN that // initiated a rollback. // // * The percentage of hosts that received the deployment. // // * A recommendation to attempt a new deployment (in the case of an internal // error). Description *string `type:"string"` // 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. EventType *string `type:"string" enum:"DeploymentEventType"` // The date and time the event occurred. OccurredAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The entity that triggered the deployment event. Events can be triggered by // a user, AppConfig, an Amazon CloudWatch alarm, or an internal error. TriggeredBy *string `type:"string" enum:"TriggeredBy"` // contains filtered or unexported fields }
An object that describes a deployment event.
func (DeploymentEvent) GoString ¶ added in v1.30.1
func (s DeploymentEvent) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeploymentEvent) SetActionInvocations ¶ added in v1.44.54
func (s *DeploymentEvent) SetActionInvocations(v []*ActionInvocation) *DeploymentEvent
SetActionInvocations sets the ActionInvocations field's value.
func (*DeploymentEvent) SetDescription ¶ added in v1.30.1
func (s *DeploymentEvent) SetDescription(v string) *DeploymentEvent
SetDescription sets the Description field's value.
func (*DeploymentEvent) SetEventType ¶ added in v1.30.1
func (s *DeploymentEvent) SetEventType(v string) *DeploymentEvent
SetEventType sets the EventType field's value.
func (*DeploymentEvent) SetOccurredAt ¶ added in v1.30.1
func (s *DeploymentEvent) SetOccurredAt(v time.Time) *DeploymentEvent
SetOccurredAt sets the OccurredAt field's value.
func (*DeploymentEvent) SetTriggeredBy ¶ added in v1.30.1
func (s *DeploymentEvent) SetTriggeredBy(v string) *DeploymentEvent
SetTriggeredBy sets the TriggeredBy field's value.
func (DeploymentEvent) String ¶ added in v1.30.1
func (s DeploymentEvent) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeploymentStrategy ¶
type DeploymentStrategy struct { // Total amount of time the deployment lasted. DeploymentDurationInMinutes *int64 `type:"integer"` // The description of the deployment strategy. Description *string `type:"string"` // The amount of time that AppConfig monitored for alarms before considering // the deployment to be complete and no longer eligible for automatic rollback. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets that received a deployed configuration during each // interval. GrowthFactor *float64 `min:"1" type:"float"` // The algorithm used to define how percentage grew over time. GrowthType *string `type:"string" enum:"GrowthType"` // The deployment strategy ID. Id *string `type:"string"` // The name of the deployment strategy. Name *string `min:"1" type:"string"` // Save the deployment strategy to a Systems Manager (SSM) document. ReplicateTo *string `type:"string" enum:"ReplicateTo"` // contains filtered or unexported fields }
func (DeploymentStrategy) GoString ¶
func (s DeploymentStrategy) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeploymentStrategy) SetDeploymentDurationInMinutes ¶
func (s *DeploymentStrategy) SetDeploymentDurationInMinutes(v int64) *DeploymentStrategy
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*DeploymentStrategy) SetDescription ¶
func (s *DeploymentStrategy) SetDescription(v string) *DeploymentStrategy
SetDescription sets the Description field's value.
func (*DeploymentStrategy) SetFinalBakeTimeInMinutes ¶
func (s *DeploymentStrategy) SetFinalBakeTimeInMinutes(v int64) *DeploymentStrategy
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*DeploymentStrategy) SetGrowthFactor ¶
func (s *DeploymentStrategy) SetGrowthFactor(v float64) *DeploymentStrategy
SetGrowthFactor sets the GrowthFactor field's value.
func (*DeploymentStrategy) SetGrowthType ¶
func (s *DeploymentStrategy) SetGrowthType(v string) *DeploymentStrategy
SetGrowthType sets the GrowthType field's value.
func (*DeploymentStrategy) SetId ¶
func (s *DeploymentStrategy) SetId(v string) *DeploymentStrategy
SetId sets the Id field's value.
func (*DeploymentStrategy) SetName ¶
func (s *DeploymentStrategy) SetName(v string) *DeploymentStrategy
SetName sets the Name field's value.
func (*DeploymentStrategy) SetReplicateTo ¶
func (s *DeploymentStrategy) SetReplicateTo(v string) *DeploymentStrategy
SetReplicateTo sets the ReplicateTo field's value.
func (DeploymentStrategy) String ¶
func (s DeploymentStrategy) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeploymentSummary ¶
type DeploymentSummary struct { // Time the deployment completed. CompletedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The name of the configuration. ConfigurationName *string `min:"1" type:"string"` // The version of the configuration. ConfigurationVersion *string `min:"1" type:"string"` // Total amount of time the deployment lasted. DeploymentDurationInMinutes *int64 `type:"integer"` // The sequence number of the deployment. DeploymentNumber *int64 `type:"integer"` // The amount of time that AppConfig monitors for alarms before considering // the deployment to be complete and no longer eligible for automatic rollback. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets to receive a deployed configuration during each // interval. GrowthFactor *float64 `min:"1" type:"float"` // The algorithm used to define how percentage grows over time. GrowthType *string `type:"string" enum:"GrowthType"` // The percentage of targets for which the deployment is available. PercentageComplete *float64 `min:"1" type:"float"` // Time the deployment started. StartedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The state of the deployment. State *string `type:"string" enum:"DeploymentState"` // A user-defined label for an AppConfig hosted configuration version. VersionLabel *string `min:"1" type:"string"` // contains filtered or unexported fields }
Information about the deployment.
func (DeploymentSummary) GoString ¶
func (s DeploymentSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeploymentSummary) SetCompletedAt ¶
func (s *DeploymentSummary) SetCompletedAt(v time.Time) *DeploymentSummary
SetCompletedAt sets the CompletedAt field's value.
func (*DeploymentSummary) SetConfigurationName ¶
func (s *DeploymentSummary) SetConfigurationName(v string) *DeploymentSummary
SetConfigurationName sets the ConfigurationName field's value.
func (*DeploymentSummary) SetConfigurationVersion ¶
func (s *DeploymentSummary) SetConfigurationVersion(v string) *DeploymentSummary
SetConfigurationVersion sets the ConfigurationVersion field's value.
func (*DeploymentSummary) SetDeploymentDurationInMinutes ¶
func (s *DeploymentSummary) SetDeploymentDurationInMinutes(v int64) *DeploymentSummary
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*DeploymentSummary) SetDeploymentNumber ¶
func (s *DeploymentSummary) SetDeploymentNumber(v int64) *DeploymentSummary
SetDeploymentNumber sets the DeploymentNumber field's value.
func (*DeploymentSummary) SetFinalBakeTimeInMinutes ¶
func (s *DeploymentSummary) SetFinalBakeTimeInMinutes(v int64) *DeploymentSummary
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*DeploymentSummary) SetGrowthFactor ¶
func (s *DeploymentSummary) SetGrowthFactor(v float64) *DeploymentSummary
SetGrowthFactor sets the GrowthFactor field's value.
func (*DeploymentSummary) SetGrowthType ¶
func (s *DeploymentSummary) SetGrowthType(v string) *DeploymentSummary
SetGrowthType sets the GrowthType field's value.
func (*DeploymentSummary) SetPercentageComplete ¶
func (s *DeploymentSummary) SetPercentageComplete(v float64) *DeploymentSummary
SetPercentageComplete sets the PercentageComplete field's value.
func (*DeploymentSummary) SetStartedAt ¶
func (s *DeploymentSummary) SetStartedAt(v time.Time) *DeploymentSummary
SetStartedAt sets the StartedAt field's value.
func (*DeploymentSummary) SetState ¶
func (s *DeploymentSummary) SetState(v string) *DeploymentSummary
SetState sets the State field's value.
func (*DeploymentSummary) SetVersionLabel ¶ added in v1.45.14
func (s *DeploymentSummary) SetVersionLabel(v string) *DeploymentSummary
SetVersionLabel sets the VersionLabel field's value.
func (DeploymentSummary) String ¶
func (s DeploymentSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Environment ¶
type Environment struct { // The application ID. ApplicationId *string `type:"string"` // The description of the environment. Description *string `type:"string"` // The environment ID. Id *string `type:"string"` // Amazon CloudWatch alarms monitored during the deployment. Monitors []*Monitor `type:"list"` // The name of the environment. Name *string `min:"1" type:"string"` // The state of the environment. An environment can be in one of the following // states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK State *string `type:"string" enum:"EnvironmentState"` // contains filtered or unexported fields }
func (Environment) GoString ¶
func (s Environment) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Environment) SetApplicationId ¶
func (s *Environment) SetApplicationId(v string) *Environment
SetApplicationId sets the ApplicationId field's value.
func (*Environment) SetDescription ¶
func (s *Environment) SetDescription(v string) *Environment
SetDescription sets the Description field's value.
func (*Environment) SetId ¶
func (s *Environment) SetId(v string) *Environment
SetId sets the Id field's value.
func (*Environment) SetMonitors ¶
func (s *Environment) SetMonitors(v []*Monitor) *Environment
SetMonitors sets the Monitors field's value.
func (*Environment) SetName ¶
func (s *Environment) SetName(v string) *Environment
SetName sets the Name field's value.
func (*Environment) SetState ¶
func (s *Environment) SetState(v string) *Environment
SetState sets the State field's value.
func (Environment) String ¶
func (s Environment) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExtensionAssociationSummary ¶ added in v1.44.54
type ExtensionAssociationSummary struct { // The system-generated Amazon Resource Name (ARN) for the extension. ExtensionArn *string `min:"20" type:"string"` // The extension association ID. This ID is used to call other ExtensionAssociation // API actions such as GetExtensionAssociation or DeleteExtensionAssociation. Id *string `min:"1" type:"string"` // The ARNs of applications, configuration profiles, or environments defined // in the association. ResourceArn *string `min:"20" type:"string"` // contains filtered or unexported fields }
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.
func (ExtensionAssociationSummary) GoString ¶ added in v1.44.54
func (s ExtensionAssociationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExtensionAssociationSummary) SetExtensionArn ¶ added in v1.44.54
func (s *ExtensionAssociationSummary) SetExtensionArn(v string) *ExtensionAssociationSummary
SetExtensionArn sets the ExtensionArn field's value.
func (*ExtensionAssociationSummary) SetId ¶ added in v1.44.54
func (s *ExtensionAssociationSummary) SetId(v string) *ExtensionAssociationSummary
SetId sets the Id field's value.
func (*ExtensionAssociationSummary) SetResourceArn ¶ added in v1.44.54
func (s *ExtensionAssociationSummary) SetResourceArn(v string) *ExtensionAssociationSummary
SetResourceArn sets the ResourceArn field's value.
func (ExtensionAssociationSummary) String ¶ added in v1.44.54
func (s ExtensionAssociationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExtensionSummary ¶ added in v1.44.54
type ExtensionSummary struct { // The system-generated Amazon Resource Name (ARN) for the extension. Arn *string `min:"20" type:"string"` // Information about the extension. Description *string `type:"string"` // The system-generated ID of the extension. Id *string `type:"string"` // The extension name. Name *string `min:"1" type:"string"` // The extension version number. VersionNumber *int64 `type:"integer"` // contains filtered or unexported fields }
Information about an extension. Call GetExtension to get more information about an extension.
func (ExtensionSummary) GoString ¶ added in v1.44.54
func (s ExtensionSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExtensionSummary) SetArn ¶ added in v1.44.54
func (s *ExtensionSummary) SetArn(v string) *ExtensionSummary
SetArn sets the Arn field's value.
func (*ExtensionSummary) SetDescription ¶ added in v1.44.54
func (s *ExtensionSummary) SetDescription(v string) *ExtensionSummary
SetDescription sets the Description field's value.
func (*ExtensionSummary) SetId ¶ added in v1.44.54
func (s *ExtensionSummary) SetId(v string) *ExtensionSummary
SetId sets the Id field's value.
func (*ExtensionSummary) SetName ¶ added in v1.44.54
func (s *ExtensionSummary) SetName(v string) *ExtensionSummary
SetName sets the Name field's value.
func (*ExtensionSummary) SetVersionNumber ¶ added in v1.44.54
func (s *ExtensionSummary) SetVersionNumber(v int64) *ExtensionSummary
SetVersionNumber sets the VersionNumber field's value.
func (ExtensionSummary) String ¶ added in v1.44.54
func (s ExtensionSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetApplicationInput ¶
type GetApplicationInput struct { // The ID of the application you want to get. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetApplicationInput) GoString ¶
func (s GetApplicationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetApplicationInput) SetApplicationId ¶
func (s *GetApplicationInput) SetApplicationId(v string) *GetApplicationInput
SetApplicationId sets the ApplicationId field's value.
func (GetApplicationInput) String ¶
func (s GetApplicationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetApplicationInput) Validate ¶
func (s *GetApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetApplicationOutput ¶
type GetApplicationOutput struct { // The description of the application. Description *string `type:"string"` // The application ID. Id *string `type:"string"` // The application name. Name *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (GetApplicationOutput) GoString ¶
func (s GetApplicationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetApplicationOutput) SetDescription ¶
func (s *GetApplicationOutput) SetDescription(v string) *GetApplicationOutput
SetDescription sets the Description field's value.
func (*GetApplicationOutput) SetId ¶
func (s *GetApplicationOutput) SetId(v string) *GetApplicationOutput
SetId sets the Id field's value.
func (*GetApplicationOutput) SetName ¶
func (s *GetApplicationOutput) SetName(v string) *GetApplicationOutput
SetName sets the Name field's value.
func (GetApplicationOutput) String ¶
func (s GetApplicationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetConfigurationInput ¶
type GetConfigurationInput struct { // The application to get. Specify either the application name or the application // ID. // // Application is a required field Application *string `location:"uri" locationName:"Application" min:"1" type:"string" required:"true"` // 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 // (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/StartConfigurationSession.html) // and GetLatestConfiguration (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/GetLatestConfiguration.html) // 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 (http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-the-configuration.html) // in the AppConfig User Guide. ClientConfigurationVersion *string `location:"querystring" locationName:"client_configuration_version" min:"1" type:"string"` // 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. // // ClientId is a required field ClientId *string `location:"querystring" locationName:"client_id" min:"1" type:"string" required:"true"` // The configuration to get. Specify either the configuration name or the configuration // ID. // // Configuration is a required field Configuration *string `location:"uri" locationName:"Configuration" min:"1" type:"string" required:"true"` // The environment to get. Specify either the environment name or the environment // ID. // // Environment is a required field Environment *string `location:"uri" locationName:"Environment" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetConfigurationInput) GoString ¶
func (s GetConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetConfigurationInput) SetApplication ¶
func (s *GetConfigurationInput) SetApplication(v string) *GetConfigurationInput
SetApplication sets the Application field's value.
func (*GetConfigurationInput) SetClientConfigurationVersion ¶
func (s *GetConfigurationInput) SetClientConfigurationVersion(v string) *GetConfigurationInput
SetClientConfigurationVersion sets the ClientConfigurationVersion field's value.
func (*GetConfigurationInput) SetClientId ¶
func (s *GetConfigurationInput) SetClientId(v string) *GetConfigurationInput
SetClientId sets the ClientId field's value.
func (*GetConfigurationInput) SetConfiguration ¶
func (s *GetConfigurationInput) SetConfiguration(v string) *GetConfigurationInput
SetConfiguration sets the Configuration field's value.
func (*GetConfigurationInput) SetEnvironment ¶
func (s *GetConfigurationInput) SetEnvironment(v string) *GetConfigurationInput
SetEnvironment sets the Environment field's value.
func (GetConfigurationInput) String ¶
func (s GetConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetConfigurationInput) Validate ¶
func (s *GetConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetConfigurationOutput ¶
type GetConfigurationOutput struct { // The configuration version. ConfigurationVersion *string `location:"header" locationName:"Configuration-Version" min:"1" type:"string"` // 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. // // Content is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetConfigurationOutput's // String and GoString methods. Content []byte `type:"blob" sensitive:"true"` // A standard MIME type describing the format of the configuration content. // For more information, see Content-Type (http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17). ContentType *string `location:"header" locationName:"Content-Type" type:"string"` // contains filtered or unexported fields }
func (GetConfigurationOutput) GoString ¶
func (s GetConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetConfigurationOutput) SetConfigurationVersion ¶
func (s *GetConfigurationOutput) SetConfigurationVersion(v string) *GetConfigurationOutput
SetConfigurationVersion sets the ConfigurationVersion field's value.
func (*GetConfigurationOutput) SetContent ¶
func (s *GetConfigurationOutput) SetContent(v []byte) *GetConfigurationOutput
SetContent sets the Content field's value.
func (*GetConfigurationOutput) SetContentType ¶
func (s *GetConfigurationOutput) SetContentType(v string) *GetConfigurationOutput
SetContentType sets the ContentType field's value.
func (GetConfigurationOutput) String ¶
func (s GetConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetConfigurationProfileInput ¶
type GetConfigurationProfileInput struct { // The ID of the application that includes the configuration profile you want // to get. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The ID of the configuration profile that you want to get. // // ConfigurationProfileId is a required field ConfigurationProfileId *string `location:"uri" locationName:"ConfigurationProfileId" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetConfigurationProfileInput) GoString ¶
func (s GetConfigurationProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetConfigurationProfileInput) SetApplicationId ¶
func (s *GetConfigurationProfileInput) SetApplicationId(v string) *GetConfigurationProfileInput
SetApplicationId sets the ApplicationId field's value.
func (*GetConfigurationProfileInput) SetConfigurationProfileId ¶
func (s *GetConfigurationProfileInput) SetConfigurationProfileId(v string) *GetConfigurationProfileInput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (GetConfigurationProfileInput) String ¶
func (s GetConfigurationProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetConfigurationProfileInput) Validate ¶
func (s *GetConfigurationProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetConfigurationProfileOutput ¶
type GetConfigurationProfileOutput struct { // The application ID. ApplicationId *string `type:"string"` // The configuration profile description. Description *string `type:"string"` // The configuration profile ID. Id *string `type:"string"` // The Amazon Resource Name of the Key Management Service key to encrypt new // configuration data versions in the AppConfig hosted configuration store. // This attribute is only used for hosted configuration types. To encrypt data // managed in other configuration stores, see the documentation for how to specify // an KMS key for that particular service. KmsKeyArn *string `min:"20" type:"string"` // The Key Management Service key identifier (key ID, key alias, or key ARN) // provided when the resource was created or updated. KmsKeyIdentifier *string `min:"1" type:"string"` // The URI location of the configuration. LocationUri *string `min:"1" type:"string"` // The name of the configuration profile. Name *string `min:"1" type:"string"` // The ARN of an IAM role with permission to access the configuration at the // specified LocationUri. RetrievalRoleArn *string `min:"20" type:"string"` // 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 Type *string `type:"string"` // A list of methods for validating the configuration. Validators []*Validator `type:"list"` // contains filtered or unexported fields }
func (GetConfigurationProfileOutput) GoString ¶
func (s GetConfigurationProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetConfigurationProfileOutput) SetApplicationId ¶
func (s *GetConfigurationProfileOutput) SetApplicationId(v string) *GetConfigurationProfileOutput
SetApplicationId sets the ApplicationId field's value.
func (*GetConfigurationProfileOutput) SetDescription ¶
func (s *GetConfigurationProfileOutput) SetDescription(v string) *GetConfigurationProfileOutput
SetDescription sets the Description field's value.
func (*GetConfigurationProfileOutput) SetId ¶
func (s *GetConfigurationProfileOutput) SetId(v string) *GetConfigurationProfileOutput
SetId sets the Id field's value.
func (*GetConfigurationProfileOutput) SetKmsKeyArn ¶ added in v1.45.22
func (s *GetConfigurationProfileOutput) SetKmsKeyArn(v string) *GetConfigurationProfileOutput
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*GetConfigurationProfileOutput) SetKmsKeyIdentifier ¶ added in v1.45.22
func (s *GetConfigurationProfileOutput) SetKmsKeyIdentifier(v string) *GetConfigurationProfileOutput
SetKmsKeyIdentifier sets the KmsKeyIdentifier field's value.
func (*GetConfigurationProfileOutput) SetLocationUri ¶
func (s *GetConfigurationProfileOutput) SetLocationUri(v string) *GetConfigurationProfileOutput
SetLocationUri sets the LocationUri field's value.
func (*GetConfigurationProfileOutput) SetName ¶
func (s *GetConfigurationProfileOutput) SetName(v string) *GetConfigurationProfileOutput
SetName sets the Name field's value.
func (*GetConfigurationProfileOutput) SetRetrievalRoleArn ¶
func (s *GetConfigurationProfileOutput) SetRetrievalRoleArn(v string) *GetConfigurationProfileOutput
SetRetrievalRoleArn sets the RetrievalRoleArn field's value.
func (*GetConfigurationProfileOutput) SetType ¶ added in v1.42.8
func (s *GetConfigurationProfileOutput) SetType(v string) *GetConfigurationProfileOutput
SetType sets the Type field's value.
func (*GetConfigurationProfileOutput) SetValidators ¶
func (s *GetConfigurationProfileOutput) SetValidators(v []*Validator) *GetConfigurationProfileOutput
SetValidators sets the Validators field's value.
func (GetConfigurationProfileOutput) String ¶
func (s GetConfigurationProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDeploymentInput ¶
type GetDeploymentInput struct { // The ID of the application that includes the deployment you want to get. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The sequence number of the deployment. // // DeploymentNumber is a required field DeploymentNumber *int64 `location:"uri" locationName:"DeploymentNumber" type:"integer" required:"true"` // The ID of the environment that includes the deployment you want to get. // // EnvironmentId is a required field EnvironmentId *string `location:"uri" locationName:"EnvironmentId" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetDeploymentInput) GoString ¶
func (s GetDeploymentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDeploymentInput) SetApplicationId ¶
func (s *GetDeploymentInput) SetApplicationId(v string) *GetDeploymentInput
SetApplicationId sets the ApplicationId field's value.
func (*GetDeploymentInput) SetDeploymentNumber ¶
func (s *GetDeploymentInput) SetDeploymentNumber(v int64) *GetDeploymentInput
SetDeploymentNumber sets the DeploymentNumber field's value.
func (*GetDeploymentInput) SetEnvironmentId ¶
func (s *GetDeploymentInput) SetEnvironmentId(v string) *GetDeploymentInput
SetEnvironmentId sets the EnvironmentId field's value.
func (GetDeploymentInput) String ¶
func (s GetDeploymentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDeploymentInput) Validate ¶
func (s *GetDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDeploymentOutput ¶
type GetDeploymentOutput struct { // The ID of the application that was deployed. ApplicationId *string `type:"string"` // 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. AppliedExtensions []*AppliedExtension `type:"list"` // The time the deployment completed. CompletedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // Information about the source location of the configuration. ConfigurationLocationUri *string `min:"1" type:"string"` // The name of the configuration. ConfigurationName *string `min:"1" type:"string"` // The ID of the configuration profile that was deployed. ConfigurationProfileId *string `type:"string"` // The configuration version that was deployed. ConfigurationVersion *string `min:"1" type:"string"` // Total amount of time the deployment lasted. DeploymentDurationInMinutes *int64 `type:"integer"` // The sequence number of the deployment. DeploymentNumber *int64 `type:"integer"` // The ID of the deployment strategy that was deployed. DeploymentStrategyId *string `type:"string"` // The description of the deployment. Description *string `type:"string"` // The ID of the environment that was deployed. EnvironmentId *string `type:"string"` // A list containing all events related to a deployment. The most recent events // are displayed first. EventLog []*DeploymentEvent `type:"list"` // The amount of time that AppConfig monitored for alarms before considering // the deployment to be complete and no longer eligible for automatic rollback. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets to receive a deployed configuration during each // interval. GrowthFactor *float64 `min:"1" type:"float"` // The algorithm used to define how percentage grew over time. GrowthType *string `type:"string" enum:"GrowthType"` // 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. KmsKeyArn *string `min:"20" type:"string"` // The Key Management Service key identifier (key ID, key alias, or key ARN) // provided when the resource was created or updated. KmsKeyIdentifier *string `min:"1" type:"string"` // The percentage of targets for which the deployment is available. PercentageComplete *float64 `min:"1" type:"float"` // The time the deployment started. StartedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The state of the deployment. State *string `type:"string" enum:"DeploymentState"` // A user-defined label for an AppConfig hosted configuration version. VersionLabel *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (GetDeploymentOutput) GoString ¶
func (s GetDeploymentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDeploymentOutput) SetApplicationId ¶
func (s *GetDeploymentOutput) SetApplicationId(v string) *GetDeploymentOutput
SetApplicationId sets the ApplicationId field's value.
func (*GetDeploymentOutput) SetAppliedExtensions ¶ added in v1.44.54
func (s *GetDeploymentOutput) SetAppliedExtensions(v []*AppliedExtension) *GetDeploymentOutput
SetAppliedExtensions sets the AppliedExtensions field's value.
func (*GetDeploymentOutput) SetCompletedAt ¶
func (s *GetDeploymentOutput) SetCompletedAt(v time.Time) *GetDeploymentOutput
SetCompletedAt sets the CompletedAt field's value.
func (*GetDeploymentOutput) SetConfigurationLocationUri ¶
func (s *GetDeploymentOutput) SetConfigurationLocationUri(v string) *GetDeploymentOutput
SetConfigurationLocationUri sets the ConfigurationLocationUri field's value.
func (*GetDeploymentOutput) SetConfigurationName ¶
func (s *GetDeploymentOutput) SetConfigurationName(v string) *GetDeploymentOutput
SetConfigurationName sets the ConfigurationName field's value.
func (*GetDeploymentOutput) SetConfigurationProfileId ¶
func (s *GetDeploymentOutput) SetConfigurationProfileId(v string) *GetDeploymentOutput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*GetDeploymentOutput) SetConfigurationVersion ¶
func (s *GetDeploymentOutput) SetConfigurationVersion(v string) *GetDeploymentOutput
SetConfigurationVersion sets the ConfigurationVersion field's value.
func (*GetDeploymentOutput) SetDeploymentDurationInMinutes ¶
func (s *GetDeploymentOutput) SetDeploymentDurationInMinutes(v int64) *GetDeploymentOutput
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*GetDeploymentOutput) SetDeploymentNumber ¶
func (s *GetDeploymentOutput) SetDeploymentNumber(v int64) *GetDeploymentOutput
SetDeploymentNumber sets the DeploymentNumber field's value.
func (*GetDeploymentOutput) SetDeploymentStrategyId ¶
func (s *GetDeploymentOutput) SetDeploymentStrategyId(v string) *GetDeploymentOutput
SetDeploymentStrategyId sets the DeploymentStrategyId field's value.
func (*GetDeploymentOutput) SetDescription ¶
func (s *GetDeploymentOutput) SetDescription(v string) *GetDeploymentOutput
SetDescription sets the Description field's value.
func (*GetDeploymentOutput) SetEnvironmentId ¶
func (s *GetDeploymentOutput) SetEnvironmentId(v string) *GetDeploymentOutput
SetEnvironmentId sets the EnvironmentId field's value.
func (*GetDeploymentOutput) SetEventLog ¶ added in v1.30.1
func (s *GetDeploymentOutput) SetEventLog(v []*DeploymentEvent) *GetDeploymentOutput
SetEventLog sets the EventLog field's value.
func (*GetDeploymentOutput) SetFinalBakeTimeInMinutes ¶
func (s *GetDeploymentOutput) SetFinalBakeTimeInMinutes(v int64) *GetDeploymentOutput
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*GetDeploymentOutput) SetGrowthFactor ¶
func (s *GetDeploymentOutput) SetGrowthFactor(v float64) *GetDeploymentOutput
SetGrowthFactor sets the GrowthFactor field's value.
func (*GetDeploymentOutput) SetGrowthType ¶
func (s *GetDeploymentOutput) SetGrowthType(v string) *GetDeploymentOutput
SetGrowthType sets the GrowthType field's value.
func (*GetDeploymentOutput) SetKmsKeyArn ¶ added in v1.44.193
func (s *GetDeploymentOutput) SetKmsKeyArn(v string) *GetDeploymentOutput
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*GetDeploymentOutput) SetKmsKeyIdentifier ¶ added in v1.44.193
func (s *GetDeploymentOutput) SetKmsKeyIdentifier(v string) *GetDeploymentOutput
SetKmsKeyIdentifier sets the KmsKeyIdentifier field's value.
func (*GetDeploymentOutput) SetPercentageComplete ¶
func (s *GetDeploymentOutput) SetPercentageComplete(v float64) *GetDeploymentOutput
SetPercentageComplete sets the PercentageComplete field's value.
func (*GetDeploymentOutput) SetStartedAt ¶
func (s *GetDeploymentOutput) SetStartedAt(v time.Time) *GetDeploymentOutput
SetStartedAt sets the StartedAt field's value.
func (*GetDeploymentOutput) SetState ¶
func (s *GetDeploymentOutput) SetState(v string) *GetDeploymentOutput
SetState sets the State field's value.
func (*GetDeploymentOutput) SetVersionLabel ¶ added in v1.45.14
func (s *GetDeploymentOutput) SetVersionLabel(v string) *GetDeploymentOutput
SetVersionLabel sets the VersionLabel field's value.
func (GetDeploymentOutput) String ¶
func (s GetDeploymentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDeploymentStrategyInput ¶
type GetDeploymentStrategyInput struct { // The ID of the deployment strategy to get. // // DeploymentStrategyId is a required field DeploymentStrategyId *string `location:"uri" locationName:"DeploymentStrategyId" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetDeploymentStrategyInput) GoString ¶
func (s GetDeploymentStrategyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDeploymentStrategyInput) SetDeploymentStrategyId ¶
func (s *GetDeploymentStrategyInput) SetDeploymentStrategyId(v string) *GetDeploymentStrategyInput
SetDeploymentStrategyId sets the DeploymentStrategyId field's value.
func (GetDeploymentStrategyInput) String ¶
func (s GetDeploymentStrategyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDeploymentStrategyInput) Validate ¶
func (s *GetDeploymentStrategyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDeploymentStrategyOutput ¶
type GetDeploymentStrategyOutput struct { // Total amount of time the deployment lasted. DeploymentDurationInMinutes *int64 `type:"integer"` // The description of the deployment strategy. Description *string `type:"string"` // The amount of time that AppConfig monitored for alarms before considering // the deployment to be complete and no longer eligible for automatic rollback. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets that received a deployed configuration during each // interval. GrowthFactor *float64 `min:"1" type:"float"` // The algorithm used to define how percentage grew over time. GrowthType *string `type:"string" enum:"GrowthType"` // The deployment strategy ID. Id *string `type:"string"` // The name of the deployment strategy. Name *string `min:"1" type:"string"` // Save the deployment strategy to a Systems Manager (SSM) document. ReplicateTo *string `type:"string" enum:"ReplicateTo"` // contains filtered or unexported fields }
func (GetDeploymentStrategyOutput) GoString ¶
func (s GetDeploymentStrategyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDeploymentStrategyOutput) SetDeploymentDurationInMinutes ¶
func (s *GetDeploymentStrategyOutput) SetDeploymentDurationInMinutes(v int64) *GetDeploymentStrategyOutput
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*GetDeploymentStrategyOutput) SetDescription ¶
func (s *GetDeploymentStrategyOutput) SetDescription(v string) *GetDeploymentStrategyOutput
SetDescription sets the Description field's value.
func (*GetDeploymentStrategyOutput) SetFinalBakeTimeInMinutes ¶
func (s *GetDeploymentStrategyOutput) SetFinalBakeTimeInMinutes(v int64) *GetDeploymentStrategyOutput
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*GetDeploymentStrategyOutput) SetGrowthFactor ¶
func (s *GetDeploymentStrategyOutput) SetGrowthFactor(v float64) *GetDeploymentStrategyOutput
SetGrowthFactor sets the GrowthFactor field's value.
func (*GetDeploymentStrategyOutput) SetGrowthType ¶
func (s *GetDeploymentStrategyOutput) SetGrowthType(v string) *GetDeploymentStrategyOutput
SetGrowthType sets the GrowthType field's value.
func (*GetDeploymentStrategyOutput) SetId ¶
func (s *GetDeploymentStrategyOutput) SetId(v string) *GetDeploymentStrategyOutput
SetId sets the Id field's value.
func (*GetDeploymentStrategyOutput) SetName ¶
func (s *GetDeploymentStrategyOutput) SetName(v string) *GetDeploymentStrategyOutput
SetName sets the Name field's value.
func (*GetDeploymentStrategyOutput) SetReplicateTo ¶
func (s *GetDeploymentStrategyOutput) SetReplicateTo(v string) *GetDeploymentStrategyOutput
SetReplicateTo sets the ReplicateTo field's value.
func (GetDeploymentStrategyOutput) String ¶
func (s GetDeploymentStrategyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetEnvironmentInput ¶
type GetEnvironmentInput struct { // The ID of the application that includes the environment you want to get. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The ID of the environment that you want to get. // // EnvironmentId is a required field EnvironmentId *string `location:"uri" locationName:"EnvironmentId" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetEnvironmentInput) GoString ¶
func (s GetEnvironmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetEnvironmentInput) SetApplicationId ¶
func (s *GetEnvironmentInput) SetApplicationId(v string) *GetEnvironmentInput
SetApplicationId sets the ApplicationId field's value.
func (*GetEnvironmentInput) SetEnvironmentId ¶
func (s *GetEnvironmentInput) SetEnvironmentId(v string) *GetEnvironmentInput
SetEnvironmentId sets the EnvironmentId field's value.
func (GetEnvironmentInput) String ¶
func (s GetEnvironmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetEnvironmentInput) Validate ¶
func (s *GetEnvironmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEnvironmentOutput ¶
type GetEnvironmentOutput struct { // The application ID. ApplicationId *string `type:"string"` // The description of the environment. Description *string `type:"string"` // The environment ID. Id *string `type:"string"` // Amazon CloudWatch alarms monitored during the deployment. Monitors []*Monitor `type:"list"` // The name of the environment. Name *string `min:"1" type:"string"` // The state of the environment. An environment can be in one of the following // states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK State *string `type:"string" enum:"EnvironmentState"` // contains filtered or unexported fields }
func (GetEnvironmentOutput) GoString ¶
func (s GetEnvironmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetEnvironmentOutput) SetApplicationId ¶
func (s *GetEnvironmentOutput) SetApplicationId(v string) *GetEnvironmentOutput
SetApplicationId sets the ApplicationId field's value.
func (*GetEnvironmentOutput) SetDescription ¶
func (s *GetEnvironmentOutput) SetDescription(v string) *GetEnvironmentOutput
SetDescription sets the Description field's value.
func (*GetEnvironmentOutput) SetId ¶
func (s *GetEnvironmentOutput) SetId(v string) *GetEnvironmentOutput
SetId sets the Id field's value.
func (*GetEnvironmentOutput) SetMonitors ¶
func (s *GetEnvironmentOutput) SetMonitors(v []*Monitor) *GetEnvironmentOutput
SetMonitors sets the Monitors field's value.
func (*GetEnvironmentOutput) SetName ¶
func (s *GetEnvironmentOutput) SetName(v string) *GetEnvironmentOutput
SetName sets the Name field's value.
func (*GetEnvironmentOutput) SetState ¶
func (s *GetEnvironmentOutput) SetState(v string) *GetEnvironmentOutput
SetState sets the State field's value.
func (GetEnvironmentOutput) String ¶
func (s GetEnvironmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetExtensionAssociationInput ¶ added in v1.44.54
type GetExtensionAssociationInput struct { // The extension association ID to get. // // ExtensionAssociationId is a required field ExtensionAssociationId *string `location:"uri" locationName:"ExtensionAssociationId" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetExtensionAssociationInput) GoString ¶ added in v1.44.54
func (s GetExtensionAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetExtensionAssociationInput) SetExtensionAssociationId ¶ added in v1.44.54
func (s *GetExtensionAssociationInput) SetExtensionAssociationId(v string) *GetExtensionAssociationInput
SetExtensionAssociationId sets the ExtensionAssociationId field's value.
func (GetExtensionAssociationInput) String ¶ added in v1.44.54
func (s GetExtensionAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetExtensionAssociationInput) Validate ¶ added in v1.44.54
func (s *GetExtensionAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetExtensionAssociationOutput ¶ added in v1.44.54
type GetExtensionAssociationOutput struct { // The system-generated Amazon Resource Name (ARN) for the extension. Arn *string `min:"20" type:"string"` // The ARN of the extension defined in the association. ExtensionArn *string `min:"20" type:"string"` // The version number for the extension defined in the association. ExtensionVersionNumber *int64 `type:"integer"` // The system-generated ID for the association. Id *string `min:"1" type:"string"` // The parameter names and values defined in the association. Parameters map[string]*string `type:"map"` // The ARNs of applications, configuration profiles, or environments defined // in the association. ResourceArn *string `min:"20" type:"string"` // contains filtered or unexported fields }
func (GetExtensionAssociationOutput) GoString ¶ added in v1.44.54
func (s GetExtensionAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetExtensionAssociationOutput) SetArn ¶ added in v1.44.54
func (s *GetExtensionAssociationOutput) SetArn(v string) *GetExtensionAssociationOutput
SetArn sets the Arn field's value.
func (*GetExtensionAssociationOutput) SetExtensionArn ¶ added in v1.44.54
func (s *GetExtensionAssociationOutput) SetExtensionArn(v string) *GetExtensionAssociationOutput
SetExtensionArn sets the ExtensionArn field's value.
func (*GetExtensionAssociationOutput) SetExtensionVersionNumber ¶ added in v1.44.54
func (s *GetExtensionAssociationOutput) SetExtensionVersionNumber(v int64) *GetExtensionAssociationOutput
SetExtensionVersionNumber sets the ExtensionVersionNumber field's value.
func (*GetExtensionAssociationOutput) SetId ¶ added in v1.44.54
func (s *GetExtensionAssociationOutput) SetId(v string) *GetExtensionAssociationOutput
SetId sets the Id field's value.
func (*GetExtensionAssociationOutput) SetParameters ¶ added in v1.44.54
func (s *GetExtensionAssociationOutput) SetParameters(v map[string]*string) *GetExtensionAssociationOutput
SetParameters sets the Parameters field's value.
func (*GetExtensionAssociationOutput) SetResourceArn ¶ added in v1.44.54
func (s *GetExtensionAssociationOutput) SetResourceArn(v string) *GetExtensionAssociationOutput
SetResourceArn sets the ResourceArn field's value.
func (GetExtensionAssociationOutput) String ¶ added in v1.44.54
func (s GetExtensionAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetExtensionInput ¶ added in v1.44.54
type GetExtensionInput struct { // The name, the ID, or the Amazon Resource Name (ARN) of the extension. // // ExtensionIdentifier is a required field ExtensionIdentifier *string `location:"uri" locationName:"ExtensionIdentifier" min:"1" type:"string" required:"true"` // The extension version number. If no version number was defined, AppConfig // uses the highest version. VersionNumber *int64 `location:"querystring" locationName:"version_number" type:"integer"` // contains filtered or unexported fields }
func (GetExtensionInput) GoString ¶ added in v1.44.54
func (s GetExtensionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetExtensionInput) SetExtensionIdentifier ¶ added in v1.44.54
func (s *GetExtensionInput) SetExtensionIdentifier(v string) *GetExtensionInput
SetExtensionIdentifier sets the ExtensionIdentifier field's value.
func (*GetExtensionInput) SetVersionNumber ¶ added in v1.44.54
func (s *GetExtensionInput) SetVersionNumber(v int64) *GetExtensionInput
SetVersionNumber sets the VersionNumber field's value.
func (GetExtensionInput) String ¶ added in v1.44.54
func (s GetExtensionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetExtensionInput) Validate ¶ added in v1.44.54
func (s *GetExtensionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetExtensionOutput ¶ added in v1.44.54
type GetExtensionOutput struct { // The actions defined in the extension. Actions map[string][]*Action `min:"1" type:"map"` // The system-generated Amazon Resource Name (ARN) for the extension. Arn *string `min:"20" type:"string"` // Information about the extension. Description *string `type:"string"` // The system-generated ID of the extension. Id *string `type:"string"` // The extension name. Name *string `min:"1" type:"string"` // 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. Parameters map[string]*Parameter `min:"1" type:"map"` // The extension version number. VersionNumber *int64 `type:"integer"` // contains filtered or unexported fields }
func (GetExtensionOutput) GoString ¶ added in v1.44.54
func (s GetExtensionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetExtensionOutput) SetActions ¶ added in v1.44.54
func (s *GetExtensionOutput) SetActions(v map[string][]*Action) *GetExtensionOutput
SetActions sets the Actions field's value.
func (*GetExtensionOutput) SetArn ¶ added in v1.44.54
func (s *GetExtensionOutput) SetArn(v string) *GetExtensionOutput
SetArn sets the Arn field's value.
func (*GetExtensionOutput) SetDescription ¶ added in v1.44.54
func (s *GetExtensionOutput) SetDescription(v string) *GetExtensionOutput
SetDescription sets the Description field's value.
func (*GetExtensionOutput) SetId ¶ added in v1.44.54
func (s *GetExtensionOutput) SetId(v string) *GetExtensionOutput
SetId sets the Id field's value.
func (*GetExtensionOutput) SetName ¶ added in v1.44.54
func (s *GetExtensionOutput) SetName(v string) *GetExtensionOutput
SetName sets the Name field's value.
func (*GetExtensionOutput) SetParameters ¶ added in v1.44.54
func (s *GetExtensionOutput) SetParameters(v map[string]*Parameter) *GetExtensionOutput
SetParameters sets the Parameters field's value.
func (*GetExtensionOutput) SetVersionNumber ¶ added in v1.44.54
func (s *GetExtensionOutput) SetVersionNumber(v int64) *GetExtensionOutput
SetVersionNumber sets the VersionNumber field's value.
func (GetExtensionOutput) String ¶ added in v1.44.54
func (s GetExtensionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetHostedConfigurationVersionInput ¶ added in v1.32.2
type GetHostedConfigurationVersionInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The configuration profile ID. // // ConfigurationProfileId is a required field ConfigurationProfileId *string `location:"uri" locationName:"ConfigurationProfileId" type:"string" required:"true"` // The version. // // VersionNumber is a required field VersionNumber *int64 `location:"uri" locationName:"VersionNumber" type:"integer" required:"true"` // contains filtered or unexported fields }
func (GetHostedConfigurationVersionInput) GoString ¶ added in v1.32.2
func (s GetHostedConfigurationVersionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetHostedConfigurationVersionInput) SetApplicationId ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionInput) SetApplicationId(v string) *GetHostedConfigurationVersionInput
SetApplicationId sets the ApplicationId field's value.
func (*GetHostedConfigurationVersionInput) SetConfigurationProfileId ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionInput) SetConfigurationProfileId(v string) *GetHostedConfigurationVersionInput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*GetHostedConfigurationVersionInput) SetVersionNumber ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionInput) SetVersionNumber(v int64) *GetHostedConfigurationVersionInput
SetVersionNumber sets the VersionNumber field's value.
func (GetHostedConfigurationVersionInput) String ¶ added in v1.32.2
func (s GetHostedConfigurationVersionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetHostedConfigurationVersionInput) Validate ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetHostedConfigurationVersionOutput ¶ added in v1.32.2
type GetHostedConfigurationVersionOutput struct { // The application ID. ApplicationId *string `location:"header" locationName:"Application-Id" type:"string"` // The configuration profile ID. ConfigurationProfileId *string `location:"header" locationName:"Configuration-Profile-Id" type:"string"` // The content of the configuration or the configuration data. // // Content is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetHostedConfigurationVersionOutput's // String and GoString methods. Content []byte `type:"blob" sensitive:"true"` // A standard MIME type describing the format of the configuration content. // For more information, see Content-Type (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17). ContentType *string `location:"header" locationName:"Content-Type" min:"1" type:"string"` // A description of the configuration. Description *string `location:"header" locationName:"Description" type:"string"` // The Amazon Resource Name of the Key Management Service key that was used // to encrypt this specific version of the configuration data in the AppConfig // hosted configuration store. KmsKeyArn *string `location:"header" locationName:"KmsKeyArn" min:"20" type:"string"` // A user-defined label for an AppConfig hosted configuration version. VersionLabel *string `location:"header" locationName:"VersionLabel" min:"1" type:"string"` // The configuration version. VersionNumber *int64 `location:"header" locationName:"Version-Number" type:"integer"` // contains filtered or unexported fields }
func (GetHostedConfigurationVersionOutput) GoString ¶ added in v1.32.2
func (s GetHostedConfigurationVersionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetHostedConfigurationVersionOutput) SetApplicationId ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionOutput) SetApplicationId(v string) *GetHostedConfigurationVersionOutput
SetApplicationId sets the ApplicationId field's value.
func (*GetHostedConfigurationVersionOutput) SetConfigurationProfileId ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionOutput) SetConfigurationProfileId(v string) *GetHostedConfigurationVersionOutput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*GetHostedConfigurationVersionOutput) SetContent ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionOutput) SetContent(v []byte) *GetHostedConfigurationVersionOutput
SetContent sets the Content field's value.
func (*GetHostedConfigurationVersionOutput) SetContentType ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionOutput) SetContentType(v string) *GetHostedConfigurationVersionOutput
SetContentType sets the ContentType field's value.
func (*GetHostedConfigurationVersionOutput) SetDescription ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionOutput) SetDescription(v string) *GetHostedConfigurationVersionOutput
SetDescription sets the Description field's value.
func (*GetHostedConfigurationVersionOutput) SetKmsKeyArn ¶ added in v1.45.22
func (s *GetHostedConfigurationVersionOutput) SetKmsKeyArn(v string) *GetHostedConfigurationVersionOutput
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*GetHostedConfigurationVersionOutput) SetVersionLabel ¶ added in v1.44.201
func (s *GetHostedConfigurationVersionOutput) SetVersionLabel(v string) *GetHostedConfigurationVersionOutput
SetVersionLabel sets the VersionLabel field's value.
func (*GetHostedConfigurationVersionOutput) SetVersionNumber ¶ added in v1.32.2
func (s *GetHostedConfigurationVersionOutput) SetVersionNumber(v int64) *GetHostedConfigurationVersionOutput
SetVersionNumber sets the VersionNumber field's value.
func (GetHostedConfigurationVersionOutput) String ¶ added in v1.32.2
func (s GetHostedConfigurationVersionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type HostedConfigurationVersionSummary ¶ added in v1.32.2
type HostedConfigurationVersionSummary struct { // The application ID. ApplicationId *string `type:"string"` // The configuration profile ID. ConfigurationProfileId *string `type:"string"` // A standard MIME type describing the format of the configuration content. // For more information, see Content-Type (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17). ContentType *string `min:"1" type:"string"` // A description of the configuration. Description *string `type:"string"` // The Amazon Resource Name of the Key Management Service key that was used // to encrypt this specific version of the configuration data in the AppConfig // hosted configuration store. KmsKeyArn *string `min:"20" type:"string"` // A user-defined label for an AppConfig hosted configuration version. VersionLabel *string `min:"1" type:"string"` // The configuration version. VersionNumber *int64 `type:"integer"` // contains filtered or unexported fields }
Information about the configuration.
func (HostedConfigurationVersionSummary) GoString ¶ added in v1.32.2
func (s HostedConfigurationVersionSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HostedConfigurationVersionSummary) SetApplicationId ¶ added in v1.32.2
func (s *HostedConfigurationVersionSummary) SetApplicationId(v string) *HostedConfigurationVersionSummary
SetApplicationId sets the ApplicationId field's value.
func (*HostedConfigurationVersionSummary) SetConfigurationProfileId ¶ added in v1.32.2
func (s *HostedConfigurationVersionSummary) SetConfigurationProfileId(v string) *HostedConfigurationVersionSummary
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*HostedConfigurationVersionSummary) SetContentType ¶ added in v1.32.2
func (s *HostedConfigurationVersionSummary) SetContentType(v string) *HostedConfigurationVersionSummary
SetContentType sets the ContentType field's value.
func (*HostedConfigurationVersionSummary) SetDescription ¶ added in v1.32.2
func (s *HostedConfigurationVersionSummary) SetDescription(v string) *HostedConfigurationVersionSummary
SetDescription sets the Description field's value.
func (*HostedConfigurationVersionSummary) SetKmsKeyArn ¶ added in v1.45.22
func (s *HostedConfigurationVersionSummary) SetKmsKeyArn(v string) *HostedConfigurationVersionSummary
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*HostedConfigurationVersionSummary) SetVersionLabel ¶ added in v1.44.201
func (s *HostedConfigurationVersionSummary) SetVersionLabel(v string) *HostedConfigurationVersionSummary
SetVersionLabel sets the VersionLabel field's value.
func (*HostedConfigurationVersionSummary) SetVersionNumber ¶ added in v1.32.2
func (s *HostedConfigurationVersionSummary) SetVersionNumber(v int64) *HostedConfigurationVersionSummary
SetVersionNumber sets the VersionNumber field's value.
func (HostedConfigurationVersionSummary) String ¶ added in v1.32.2
func (s HostedConfigurationVersionSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InternalServerException ¶ added in v1.28.0
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
There was an internal failure in the AppConfig service.
func (*InternalServerException) Code ¶ added in v1.28.0
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (*InternalServerException) Error ¶ added in v1.28.0
func (s *InternalServerException) Error() string
func (InternalServerException) GoString ¶ added in v1.28.0
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServerException) Message ¶ added in v1.28.0
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (*InternalServerException) OrigErr ¶ added in v1.28.0
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServerException) RequestID ¶ added in v1.28.0
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServerException) StatusCode ¶ added in v1.28.0
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServerException) String ¶ added in v1.28.0
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidConfigurationDetail ¶ added in v1.42.8
type InvalidConfigurationDetail struct { // The invalid or out-of-range validation constraint in your JSON schema that // failed validation. Constraint *string `type:"string"` // Location of the validation constraint in the configuration JSON schema that // failed validation. Location *string `type:"string"` // The reason for an invalid configuration error. Reason *string `type:"string"` // The type of error for an invalid configuration. Type *string `type:"string"` // Details about an error with Lambda when a synchronous extension experiences // an error during an invocation. Value *string `type:"string"` // contains filtered or unexported fields }
Detailed information about the bad request exception error when creating a hosted configuration version.
func (InvalidConfigurationDetail) GoString ¶ added in v1.42.8
func (s InvalidConfigurationDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidConfigurationDetail) SetConstraint ¶ added in v1.42.8
func (s *InvalidConfigurationDetail) SetConstraint(v string) *InvalidConfigurationDetail
SetConstraint sets the Constraint field's value.
func (*InvalidConfigurationDetail) SetLocation ¶ added in v1.42.8
func (s *InvalidConfigurationDetail) SetLocation(v string) *InvalidConfigurationDetail
SetLocation sets the Location field's value.
func (*InvalidConfigurationDetail) SetReason ¶ added in v1.42.8
func (s *InvalidConfigurationDetail) SetReason(v string) *InvalidConfigurationDetail
SetReason sets the Reason field's value.
func (*InvalidConfigurationDetail) SetType ¶ added in v1.42.8
func (s *InvalidConfigurationDetail) SetType(v string) *InvalidConfigurationDetail
SetType sets the Type field's value.
func (*InvalidConfigurationDetail) SetValue ¶ added in v1.44.54
func (s *InvalidConfigurationDetail) SetValue(v string) *InvalidConfigurationDetail
SetValue sets the Value field's value.
func (InvalidConfigurationDetail) String ¶ added in v1.42.8
func (s InvalidConfigurationDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListApplicationsInput ¶
type ListApplicationsInput struct { // 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. MaxResults *int64 `location:"querystring" locationName:"max_results" min:"1" type:"integer"` // 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. NextToken *string `location:"querystring" locationName:"next_token" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListApplicationsInput) GoString ¶
func (s ListApplicationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListApplicationsInput) SetMaxResults ¶
func (s *ListApplicationsInput) SetMaxResults(v int64) *ListApplicationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListApplicationsInput) SetNextToken ¶
func (s *ListApplicationsInput) SetNextToken(v string) *ListApplicationsInput
SetNextToken sets the NextToken field's value.
func (ListApplicationsInput) String ¶
func (s ListApplicationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListApplicationsInput) Validate ¶
func (s *ListApplicationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListApplicationsOutput ¶
type ListApplicationsOutput struct { // The elements from this collection. Items []*Application `type:"list"` // The token for the next set of items to return. Use this token to get the // next set of results. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListApplicationsOutput) GoString ¶
func (s ListApplicationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListApplicationsOutput) SetItems ¶
func (s *ListApplicationsOutput) SetItems(v []*Application) *ListApplicationsOutput
SetItems sets the Items field's value.
func (*ListApplicationsOutput) SetNextToken ¶
func (s *ListApplicationsOutput) SetNextToken(v string) *ListApplicationsOutput
SetNextToken sets the NextToken field's value.
func (ListApplicationsOutput) String ¶
func (s ListApplicationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListConfigurationProfilesInput ¶
type ListConfigurationProfilesInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // 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. MaxResults *int64 `location:"querystring" locationName:"max_results" min:"1" type:"integer"` // A token to start the list. Use this token to get the next set of results. NextToken *string `location:"querystring" locationName:"next_token" min:"1" type:"string"` // A filter based on the type of configurations that the configuration profile // contains. A configuration can be a feature flag or a freeform configuration. Type *string `location:"querystring" locationName:"type" type:"string"` // contains filtered or unexported fields }
func (ListConfigurationProfilesInput) GoString ¶
func (s ListConfigurationProfilesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListConfigurationProfilesInput) SetApplicationId ¶
func (s *ListConfigurationProfilesInput) SetApplicationId(v string) *ListConfigurationProfilesInput
SetApplicationId sets the ApplicationId field's value.
func (*ListConfigurationProfilesInput) SetMaxResults ¶
func (s *ListConfigurationProfilesInput) SetMaxResults(v int64) *ListConfigurationProfilesInput
SetMaxResults sets the MaxResults field's value.
func (*ListConfigurationProfilesInput) SetNextToken ¶
func (s *ListConfigurationProfilesInput) SetNextToken(v string) *ListConfigurationProfilesInput
SetNextToken sets the NextToken field's value.
func (*ListConfigurationProfilesInput) SetType ¶ added in v1.42.8
func (s *ListConfigurationProfilesInput) SetType(v string) *ListConfigurationProfilesInput
SetType sets the Type field's value.
func (ListConfigurationProfilesInput) String ¶
func (s ListConfigurationProfilesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListConfigurationProfilesInput) Validate ¶
func (s *ListConfigurationProfilesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListConfigurationProfilesOutput ¶
type ListConfigurationProfilesOutput struct { // The elements from this collection. Items []*ConfigurationProfileSummary `type:"list"` // The token for the next set of items to return. Use this token to get the // next set of results. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListConfigurationProfilesOutput) GoString ¶
func (s ListConfigurationProfilesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListConfigurationProfilesOutput) SetItems ¶
func (s *ListConfigurationProfilesOutput) SetItems(v []*ConfigurationProfileSummary) *ListConfigurationProfilesOutput
SetItems sets the Items field's value.
func (*ListConfigurationProfilesOutput) SetNextToken ¶
func (s *ListConfigurationProfilesOutput) SetNextToken(v string) *ListConfigurationProfilesOutput
SetNextToken sets the NextToken field's value.
func (ListConfigurationProfilesOutput) String ¶
func (s ListConfigurationProfilesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDeploymentStrategiesInput ¶
type ListDeploymentStrategiesInput struct { // 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. MaxResults *int64 `location:"querystring" locationName:"max_results" min:"1" type:"integer"` // A token to start the list. Use this token to get the next set of results. NextToken *string `location:"querystring" locationName:"next_token" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListDeploymentStrategiesInput) GoString ¶
func (s ListDeploymentStrategiesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDeploymentStrategiesInput) SetMaxResults ¶
func (s *ListDeploymentStrategiesInput) SetMaxResults(v int64) *ListDeploymentStrategiesInput
SetMaxResults sets the MaxResults field's value.
func (*ListDeploymentStrategiesInput) SetNextToken ¶
func (s *ListDeploymentStrategiesInput) SetNextToken(v string) *ListDeploymentStrategiesInput
SetNextToken sets the NextToken field's value.
func (ListDeploymentStrategiesInput) String ¶
func (s ListDeploymentStrategiesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDeploymentStrategiesInput) Validate ¶
func (s *ListDeploymentStrategiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDeploymentStrategiesOutput ¶
type ListDeploymentStrategiesOutput struct { // The elements from this collection. Items []*DeploymentStrategy `type:"list"` // The token for the next set of items to return. Use this token to get the // next set of results. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListDeploymentStrategiesOutput) GoString ¶
func (s ListDeploymentStrategiesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDeploymentStrategiesOutput) SetItems ¶
func (s *ListDeploymentStrategiesOutput) SetItems(v []*DeploymentStrategy) *ListDeploymentStrategiesOutput
SetItems sets the Items field's value.
func (*ListDeploymentStrategiesOutput) SetNextToken ¶
func (s *ListDeploymentStrategiesOutput) SetNextToken(v string) *ListDeploymentStrategiesOutput
SetNextToken sets the NextToken field's value.
func (ListDeploymentStrategiesOutput) String ¶
func (s ListDeploymentStrategiesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDeploymentsInput ¶
type ListDeploymentsInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The environment ID. // // EnvironmentId is a required field EnvironmentId *string `location:"uri" locationName:"EnvironmentId" type:"string" required:"true"` // 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. MaxResults *int64 `location:"querystring" locationName:"max_results" min:"1" type:"integer"` // 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. NextToken *string `location:"querystring" locationName:"next_token" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListDeploymentsInput) GoString ¶
func (s ListDeploymentsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDeploymentsInput) SetApplicationId ¶
func (s *ListDeploymentsInput) SetApplicationId(v string) *ListDeploymentsInput
SetApplicationId sets the ApplicationId field's value.
func (*ListDeploymentsInput) SetEnvironmentId ¶
func (s *ListDeploymentsInput) SetEnvironmentId(v string) *ListDeploymentsInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*ListDeploymentsInput) SetMaxResults ¶
func (s *ListDeploymentsInput) SetMaxResults(v int64) *ListDeploymentsInput
SetMaxResults sets the MaxResults field's value.
func (*ListDeploymentsInput) SetNextToken ¶
func (s *ListDeploymentsInput) SetNextToken(v string) *ListDeploymentsInput
SetNextToken sets the NextToken field's value.
func (ListDeploymentsInput) String ¶
func (s ListDeploymentsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDeploymentsInput) Validate ¶
func (s *ListDeploymentsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDeploymentsOutput ¶
type ListDeploymentsOutput struct { // The elements from this collection. Items []*DeploymentSummary `type:"list"` // The token for the next set of items to return. Use this token to get the // next set of results. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListDeploymentsOutput) GoString ¶
func (s ListDeploymentsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDeploymentsOutput) SetItems ¶
func (s *ListDeploymentsOutput) SetItems(v []*DeploymentSummary) *ListDeploymentsOutput
SetItems sets the Items field's value.
func (*ListDeploymentsOutput) SetNextToken ¶
func (s *ListDeploymentsOutput) SetNextToken(v string) *ListDeploymentsOutput
SetNextToken sets the NextToken field's value.
func (ListDeploymentsOutput) String ¶
func (s ListDeploymentsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListEnvironmentsInput ¶
type ListEnvironmentsInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // 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. MaxResults *int64 `location:"querystring" locationName:"max_results" min:"1" type:"integer"` // A token to start the list. Use this token to get the next set of results. NextToken *string `location:"querystring" locationName:"next_token" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListEnvironmentsInput) GoString ¶
func (s ListEnvironmentsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListEnvironmentsInput) SetApplicationId ¶
func (s *ListEnvironmentsInput) SetApplicationId(v string) *ListEnvironmentsInput
SetApplicationId sets the ApplicationId field's value.
func (*ListEnvironmentsInput) SetMaxResults ¶
func (s *ListEnvironmentsInput) SetMaxResults(v int64) *ListEnvironmentsInput
SetMaxResults sets the MaxResults field's value.
func (*ListEnvironmentsInput) SetNextToken ¶
func (s *ListEnvironmentsInput) SetNextToken(v string) *ListEnvironmentsInput
SetNextToken sets the NextToken field's value.
func (ListEnvironmentsInput) String ¶
func (s ListEnvironmentsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListEnvironmentsInput) Validate ¶
func (s *ListEnvironmentsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListEnvironmentsOutput ¶
type ListEnvironmentsOutput struct { // The elements from this collection. Items []*Environment `type:"list"` // The token for the next set of items to return. Use this token to get the // next set of results. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListEnvironmentsOutput) GoString ¶
func (s ListEnvironmentsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListEnvironmentsOutput) SetItems ¶
func (s *ListEnvironmentsOutput) SetItems(v []*Environment) *ListEnvironmentsOutput
SetItems sets the Items field's value.
func (*ListEnvironmentsOutput) SetNextToken ¶
func (s *ListEnvironmentsOutput) SetNextToken(v string) *ListEnvironmentsOutput
SetNextToken sets the NextToken field's value.
func (ListEnvironmentsOutput) String ¶
func (s ListEnvironmentsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListExtensionAssociationsInput ¶ added in v1.44.54
type ListExtensionAssociationsInput struct { // The name, the ID, or the Amazon Resource Name (ARN) of the extension. ExtensionIdentifier *string `location:"querystring" locationName:"extension_identifier" min:"1" type:"string"` // The version number for the extension defined in the association. ExtensionVersionNumber *int64 `location:"querystring" locationName:"extension_version_number" type:"integer"` // 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. MaxResults *int64 `location:"querystring" locationName:"max_results" min:"1" type:"integer"` // 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. NextToken *string `location:"querystring" locationName:"next_token" min:"1" type:"string"` // The ARN of an application, configuration profile, or environment. ResourceIdentifier *string `location:"querystring" locationName:"resource_identifier" min:"20" type:"string"` // contains filtered or unexported fields }
func (ListExtensionAssociationsInput) GoString ¶ added in v1.44.54
func (s ListExtensionAssociationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExtensionAssociationsInput) SetExtensionIdentifier ¶ added in v1.44.54
func (s *ListExtensionAssociationsInput) SetExtensionIdentifier(v string) *ListExtensionAssociationsInput
SetExtensionIdentifier sets the ExtensionIdentifier field's value.
func (*ListExtensionAssociationsInput) SetExtensionVersionNumber ¶ added in v1.44.54
func (s *ListExtensionAssociationsInput) SetExtensionVersionNumber(v int64) *ListExtensionAssociationsInput
SetExtensionVersionNumber sets the ExtensionVersionNumber field's value.
func (*ListExtensionAssociationsInput) SetMaxResults ¶ added in v1.44.54
func (s *ListExtensionAssociationsInput) SetMaxResults(v int64) *ListExtensionAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListExtensionAssociationsInput) SetNextToken ¶ added in v1.44.54
func (s *ListExtensionAssociationsInput) SetNextToken(v string) *ListExtensionAssociationsInput
SetNextToken sets the NextToken field's value.
func (*ListExtensionAssociationsInput) SetResourceIdentifier ¶ added in v1.44.54
func (s *ListExtensionAssociationsInput) SetResourceIdentifier(v string) *ListExtensionAssociationsInput
SetResourceIdentifier sets the ResourceIdentifier field's value.
func (ListExtensionAssociationsInput) String ¶ added in v1.44.54
func (s ListExtensionAssociationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExtensionAssociationsInput) Validate ¶ added in v1.44.54
func (s *ListExtensionAssociationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListExtensionAssociationsOutput ¶ added in v1.44.54
type ListExtensionAssociationsOutput struct { // The list of extension associations. Each item represents an extension association // to an application, environment, or configuration profile. Items []*ExtensionAssociationSummary `type:"list"` // The token for the next set of items to return. Use this token to get the // next set of results. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListExtensionAssociationsOutput) GoString ¶ added in v1.44.54
func (s ListExtensionAssociationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExtensionAssociationsOutput) SetItems ¶ added in v1.44.54
func (s *ListExtensionAssociationsOutput) SetItems(v []*ExtensionAssociationSummary) *ListExtensionAssociationsOutput
SetItems sets the Items field's value.
func (*ListExtensionAssociationsOutput) SetNextToken ¶ added in v1.44.54
func (s *ListExtensionAssociationsOutput) SetNextToken(v string) *ListExtensionAssociationsOutput
SetNextToken sets the NextToken field's value.
func (ListExtensionAssociationsOutput) String ¶ added in v1.44.54
func (s ListExtensionAssociationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListExtensionsInput ¶ added in v1.44.54
type ListExtensionsInput struct { // 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. MaxResults *int64 `location:"querystring" locationName:"max_results" min:"1" type:"integer"` // The extension name. Name *string `location:"querystring" locationName:"name" min:"1" type:"string"` // A token to start the list. Use this token to get the next set of results. NextToken *string `location:"querystring" locationName:"next_token" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListExtensionsInput) GoString ¶ added in v1.44.54
func (s ListExtensionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExtensionsInput) SetMaxResults ¶ added in v1.44.54
func (s *ListExtensionsInput) SetMaxResults(v int64) *ListExtensionsInput
SetMaxResults sets the MaxResults field's value.
func (*ListExtensionsInput) SetName ¶ added in v1.44.54
func (s *ListExtensionsInput) SetName(v string) *ListExtensionsInput
SetName sets the Name field's value.
func (*ListExtensionsInput) SetNextToken ¶ added in v1.44.54
func (s *ListExtensionsInput) SetNextToken(v string) *ListExtensionsInput
SetNextToken sets the NextToken field's value.
func (ListExtensionsInput) String ¶ added in v1.44.54
func (s ListExtensionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExtensionsInput) Validate ¶ added in v1.44.54
func (s *ListExtensionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListExtensionsOutput ¶ added in v1.44.54
type ListExtensionsOutput struct { // The list of available extensions. The list includes Amazon Web Services authored // and user-created extensions. Items []*ExtensionSummary `type:"list"` // The token for the next set of items to return. Use this token to get the // next set of results. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListExtensionsOutput) GoString ¶ added in v1.44.54
func (s ListExtensionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExtensionsOutput) SetItems ¶ added in v1.44.54
func (s *ListExtensionsOutput) SetItems(v []*ExtensionSummary) *ListExtensionsOutput
SetItems sets the Items field's value.
func (*ListExtensionsOutput) SetNextToken ¶ added in v1.44.54
func (s *ListExtensionsOutput) SetNextToken(v string) *ListExtensionsOutput
SetNextToken sets the NextToken field's value.
func (ListExtensionsOutput) String ¶ added in v1.44.54
func (s ListExtensionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListHostedConfigurationVersionsInput ¶ added in v1.32.2
type ListHostedConfigurationVersionsInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The configuration profile ID. // // ConfigurationProfileId is a required field ConfigurationProfileId *string `location:"uri" locationName:"ConfigurationProfileId" type:"string" required:"true"` // 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. MaxResults *int64 `location:"querystring" locationName:"max_results" min:"1" type:"integer"` // A token to start the list. Use this token to get the next set of results. NextToken *string `location:"querystring" locationName:"next_token" min:"1" type:"string"` // 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. VersionLabel *string `location:"querystring" locationName:"version_label" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListHostedConfigurationVersionsInput) GoString ¶ added in v1.32.2
func (s ListHostedConfigurationVersionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListHostedConfigurationVersionsInput) SetApplicationId ¶ added in v1.32.2
func (s *ListHostedConfigurationVersionsInput) SetApplicationId(v string) *ListHostedConfigurationVersionsInput
SetApplicationId sets the ApplicationId field's value.
func (*ListHostedConfigurationVersionsInput) SetConfigurationProfileId ¶ added in v1.32.2
func (s *ListHostedConfigurationVersionsInput) SetConfigurationProfileId(v string) *ListHostedConfigurationVersionsInput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*ListHostedConfigurationVersionsInput) SetMaxResults ¶ added in v1.32.2
func (s *ListHostedConfigurationVersionsInput) SetMaxResults(v int64) *ListHostedConfigurationVersionsInput
SetMaxResults sets the MaxResults field's value.
func (*ListHostedConfigurationVersionsInput) SetNextToken ¶ added in v1.32.2
func (s *ListHostedConfigurationVersionsInput) SetNextToken(v string) *ListHostedConfigurationVersionsInput
SetNextToken sets the NextToken field's value.
func (*ListHostedConfigurationVersionsInput) SetVersionLabel ¶ added in v1.44.201
func (s *ListHostedConfigurationVersionsInput) SetVersionLabel(v string) *ListHostedConfigurationVersionsInput
SetVersionLabel sets the VersionLabel field's value.
func (ListHostedConfigurationVersionsInput) String ¶ added in v1.32.2
func (s ListHostedConfigurationVersionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListHostedConfigurationVersionsInput) Validate ¶ added in v1.32.2
func (s *ListHostedConfigurationVersionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListHostedConfigurationVersionsOutput ¶ added in v1.32.2
type ListHostedConfigurationVersionsOutput struct { // The elements from this collection. Items []*HostedConfigurationVersionSummary `type:"list"` // The token for the next set of items to return. Use this token to get the // next set of results. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListHostedConfigurationVersionsOutput) GoString ¶ added in v1.32.2
func (s ListHostedConfigurationVersionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListHostedConfigurationVersionsOutput) SetItems ¶ added in v1.32.2
func (s *ListHostedConfigurationVersionsOutput) SetItems(v []*HostedConfigurationVersionSummary) *ListHostedConfigurationVersionsOutput
SetItems sets the Items field's value.
func (*ListHostedConfigurationVersionsOutput) SetNextToken ¶ added in v1.32.2
func (s *ListHostedConfigurationVersionsOutput) SetNextToken(v string) *ListHostedConfigurationVersionsOutput
SetNextToken sets the NextToken field's value.
func (ListHostedConfigurationVersionsOutput) String ¶ added in v1.32.2
func (s ListHostedConfigurationVersionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The resource ARN. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"ResourceArn" min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceArn ¶
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // 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. Tags map[string]*string `type:"map"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Monitor ¶
type Monitor struct { // Amazon Resource Name (ARN) of the Amazon CloudWatch alarm. // // AlarmArn is a required field AlarmArn *string `min:"1" type:"string" required:"true"` // ARN of an Identity and Access Management (IAM) role for AppConfig to monitor // AlarmArn. AlarmRoleArn *string `min:"20" type:"string"` // contains filtered or unexported fields }
Amazon CloudWatch alarms to monitor during the deployment process.
func (Monitor) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Monitor) SetAlarmArn ¶
SetAlarmArn sets the AlarmArn field's value.
func (*Monitor) SetAlarmRoleArn ¶
SetAlarmRoleArn sets the AlarmRoleArn field's value.
type Parameter ¶ added in v1.44.54
type Parameter struct { // Information about the parameter. Description *string `type:"string"` // A parameter value must be specified in the extension association. Required *bool `type:"boolean"` // contains filtered or unexported fields }
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 (https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
func (Parameter) GoString ¶ added in v1.44.54
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Parameter) SetDescription ¶ added in v1.44.54
SetDescription sets the Description field's value.
func (*Parameter) SetRequired ¶ added in v1.44.54
SetRequired sets the Required field's value.
type PayloadTooLargeException ¶ added in v1.32.2
type PayloadTooLargeException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Limit *float64 `type:"float"` Measure *string `type:"string" enum:"BytesMeasure"` Message_ *string `locationName:"Message" type:"string"` Size *float64 `type:"float"` // contains filtered or unexported fields }
The configuration size is too large.
func (*PayloadTooLargeException) Code ¶ added in v1.32.2
func (s *PayloadTooLargeException) Code() string
Code returns the exception type name.
func (*PayloadTooLargeException) Error ¶ added in v1.32.2
func (s *PayloadTooLargeException) Error() string
func (PayloadTooLargeException) GoString ¶ added in v1.32.2
func (s PayloadTooLargeException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PayloadTooLargeException) Message ¶ added in v1.32.2
func (s *PayloadTooLargeException) Message() string
Message returns the exception's message.
func (*PayloadTooLargeException) OrigErr ¶ added in v1.32.2
func (s *PayloadTooLargeException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*PayloadTooLargeException) RequestID ¶ added in v1.32.2
func (s *PayloadTooLargeException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*PayloadTooLargeException) StatusCode ¶ added in v1.32.2
func (s *PayloadTooLargeException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (PayloadTooLargeException) String ¶ added in v1.32.2
func (s PayloadTooLargeException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException ¶ added in v1.28.0
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` ResourceName *string `type:"string"` // contains filtered or unexported fields }
The requested resource could not be found.
func (*ResourceNotFoundException) Code ¶ added in v1.28.0
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶ added in v1.28.0
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶ added in v1.28.0
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶ added in v1.28.0
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶ added in v1.28.0
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶ added in v1.28.0
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶ added in v1.28.0
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶ added in v1.28.0
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceQuotaExceededException ¶ added in v1.32.2
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The number of one more AppConfig resources exceeds the maximum allowed. Verify that your environment doesn't exceed the following service quotas:
Applications: 100 max
Deployment strategies: 20 max
Configuration profiles: 100 max per application
Environments: 20 max per application
To resolve this issue, you can delete one or more resources and try again. Or, you can request a quota increase. For more information about quotas and to request an increase, see Service quotas for AppConfig (https://docs.aws.amazon.com/general/latest/gr/appconfig.html#limits_appconfig) in the Amazon Web Services General Reference.
func (*ServiceQuotaExceededException) Code ¶ added in v1.32.2
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (*ServiceQuotaExceededException) Error ¶ added in v1.32.2
func (s *ServiceQuotaExceededException) Error() string
func (ServiceQuotaExceededException) GoString ¶ added in v1.32.2
func (s ServiceQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceQuotaExceededException) Message ¶ added in v1.32.2
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (*ServiceQuotaExceededException) OrigErr ¶ added in v1.32.2
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceQuotaExceededException) RequestID ¶ added in v1.32.2
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceQuotaExceededException) StatusCode ¶ added in v1.32.2
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceQuotaExceededException) String ¶ added in v1.32.2
func (s ServiceQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartDeploymentInput ¶
type StartDeploymentInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The configuration profile ID. // // ConfigurationProfileId is a required field ConfigurationProfileId *string `type:"string" required:"true"` // The configuration version to deploy. If deploying an AppConfig hosted configuration // version, you can specify either the version number or version label. For // all other configurations, you must specify the version number. // // ConfigurationVersion is a required field ConfigurationVersion *string `min:"1" type:"string" required:"true"` // The deployment strategy ID. // // DeploymentStrategyId is a required field DeploymentStrategyId *string `type:"string" required:"true"` // A description of the deployment. Description *string `type:"string"` // The environment ID. // // EnvironmentId is a required field EnvironmentId *string `location:"uri" locationName:"EnvironmentId" type:"string" required:"true"` // 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. KmsKeyIdentifier *string `min:"1" type:"string"` // 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. Tags map[string]*string `type:"map"` // contains filtered or unexported fields }
func (StartDeploymentInput) GoString ¶
func (s StartDeploymentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDeploymentInput) SetApplicationId ¶
func (s *StartDeploymentInput) SetApplicationId(v string) *StartDeploymentInput
SetApplicationId sets the ApplicationId field's value.
func (*StartDeploymentInput) SetConfigurationProfileId ¶
func (s *StartDeploymentInput) SetConfigurationProfileId(v string) *StartDeploymentInput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*StartDeploymentInput) SetConfigurationVersion ¶
func (s *StartDeploymentInput) SetConfigurationVersion(v string) *StartDeploymentInput
SetConfigurationVersion sets the ConfigurationVersion field's value.
func (*StartDeploymentInput) SetDeploymentStrategyId ¶
func (s *StartDeploymentInput) SetDeploymentStrategyId(v string) *StartDeploymentInput
SetDeploymentStrategyId sets the DeploymentStrategyId field's value.
func (*StartDeploymentInput) SetDescription ¶
func (s *StartDeploymentInput) SetDescription(v string) *StartDeploymentInput
SetDescription sets the Description field's value.
func (*StartDeploymentInput) SetEnvironmentId ¶
func (s *StartDeploymentInput) SetEnvironmentId(v string) *StartDeploymentInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*StartDeploymentInput) SetKmsKeyIdentifier ¶ added in v1.44.193
func (s *StartDeploymentInput) SetKmsKeyIdentifier(v string) *StartDeploymentInput
SetKmsKeyIdentifier sets the KmsKeyIdentifier field's value.
func (*StartDeploymentInput) SetTags ¶
func (s *StartDeploymentInput) SetTags(v map[string]*string) *StartDeploymentInput
SetTags sets the Tags field's value.
func (StartDeploymentInput) String ¶
func (s StartDeploymentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDeploymentInput) Validate ¶
func (s *StartDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDeploymentOutput ¶
type StartDeploymentOutput struct { // The ID of the application that was deployed. ApplicationId *string `type:"string"` // 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. AppliedExtensions []*AppliedExtension `type:"list"` // The time the deployment completed. CompletedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // Information about the source location of the configuration. ConfigurationLocationUri *string `min:"1" type:"string"` // The name of the configuration. ConfigurationName *string `min:"1" type:"string"` // The ID of the configuration profile that was deployed. ConfigurationProfileId *string `type:"string"` // The configuration version that was deployed. ConfigurationVersion *string `min:"1" type:"string"` // Total amount of time the deployment lasted. DeploymentDurationInMinutes *int64 `type:"integer"` // The sequence number of the deployment. DeploymentNumber *int64 `type:"integer"` // The ID of the deployment strategy that was deployed. DeploymentStrategyId *string `type:"string"` // The description of the deployment. Description *string `type:"string"` // The ID of the environment that was deployed. EnvironmentId *string `type:"string"` // A list containing all events related to a deployment. The most recent events // are displayed first. EventLog []*DeploymentEvent `type:"list"` // The amount of time that AppConfig monitored for alarms before considering // the deployment to be complete and no longer eligible for automatic rollback. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets to receive a deployed configuration during each // interval. GrowthFactor *float64 `min:"1" type:"float"` // The algorithm used to define how percentage grew over time. GrowthType *string `type:"string" enum:"GrowthType"` // 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. KmsKeyArn *string `min:"20" type:"string"` // The Key Management Service key identifier (key ID, key alias, or key ARN) // provided when the resource was created or updated. KmsKeyIdentifier *string `min:"1" type:"string"` // The percentage of targets for which the deployment is available. PercentageComplete *float64 `min:"1" type:"float"` // The time the deployment started. StartedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The state of the deployment. State *string `type:"string" enum:"DeploymentState"` // A user-defined label for an AppConfig hosted configuration version. VersionLabel *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (StartDeploymentOutput) GoString ¶
func (s StartDeploymentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDeploymentOutput) SetApplicationId ¶
func (s *StartDeploymentOutput) SetApplicationId(v string) *StartDeploymentOutput
SetApplicationId sets the ApplicationId field's value.
func (*StartDeploymentOutput) SetAppliedExtensions ¶ added in v1.44.54
func (s *StartDeploymentOutput) SetAppliedExtensions(v []*AppliedExtension) *StartDeploymentOutput
SetAppliedExtensions sets the AppliedExtensions field's value.
func (*StartDeploymentOutput) SetCompletedAt ¶
func (s *StartDeploymentOutput) SetCompletedAt(v time.Time) *StartDeploymentOutput
SetCompletedAt sets the CompletedAt field's value.
func (*StartDeploymentOutput) SetConfigurationLocationUri ¶
func (s *StartDeploymentOutput) SetConfigurationLocationUri(v string) *StartDeploymentOutput
SetConfigurationLocationUri sets the ConfigurationLocationUri field's value.
func (*StartDeploymentOutput) SetConfigurationName ¶
func (s *StartDeploymentOutput) SetConfigurationName(v string) *StartDeploymentOutput
SetConfigurationName sets the ConfigurationName field's value.
func (*StartDeploymentOutput) SetConfigurationProfileId ¶
func (s *StartDeploymentOutput) SetConfigurationProfileId(v string) *StartDeploymentOutput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*StartDeploymentOutput) SetConfigurationVersion ¶
func (s *StartDeploymentOutput) SetConfigurationVersion(v string) *StartDeploymentOutput
SetConfigurationVersion sets the ConfigurationVersion field's value.
func (*StartDeploymentOutput) SetDeploymentDurationInMinutes ¶
func (s *StartDeploymentOutput) SetDeploymentDurationInMinutes(v int64) *StartDeploymentOutput
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*StartDeploymentOutput) SetDeploymentNumber ¶
func (s *StartDeploymentOutput) SetDeploymentNumber(v int64) *StartDeploymentOutput
SetDeploymentNumber sets the DeploymentNumber field's value.
func (*StartDeploymentOutput) SetDeploymentStrategyId ¶
func (s *StartDeploymentOutput) SetDeploymentStrategyId(v string) *StartDeploymentOutput
SetDeploymentStrategyId sets the DeploymentStrategyId field's value.
func (*StartDeploymentOutput) SetDescription ¶
func (s *StartDeploymentOutput) SetDescription(v string) *StartDeploymentOutput
SetDescription sets the Description field's value.
func (*StartDeploymentOutput) SetEnvironmentId ¶
func (s *StartDeploymentOutput) SetEnvironmentId(v string) *StartDeploymentOutput
SetEnvironmentId sets the EnvironmentId field's value.
func (*StartDeploymentOutput) SetEventLog ¶ added in v1.30.1
func (s *StartDeploymentOutput) SetEventLog(v []*DeploymentEvent) *StartDeploymentOutput
SetEventLog sets the EventLog field's value.
func (*StartDeploymentOutput) SetFinalBakeTimeInMinutes ¶
func (s *StartDeploymentOutput) SetFinalBakeTimeInMinutes(v int64) *StartDeploymentOutput
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*StartDeploymentOutput) SetGrowthFactor ¶
func (s *StartDeploymentOutput) SetGrowthFactor(v float64) *StartDeploymentOutput
SetGrowthFactor sets the GrowthFactor field's value.
func (*StartDeploymentOutput) SetGrowthType ¶
func (s *StartDeploymentOutput) SetGrowthType(v string) *StartDeploymentOutput
SetGrowthType sets the GrowthType field's value.
func (*StartDeploymentOutput) SetKmsKeyArn ¶ added in v1.44.193
func (s *StartDeploymentOutput) SetKmsKeyArn(v string) *StartDeploymentOutput
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*StartDeploymentOutput) SetKmsKeyIdentifier ¶ added in v1.44.193
func (s *StartDeploymentOutput) SetKmsKeyIdentifier(v string) *StartDeploymentOutput
SetKmsKeyIdentifier sets the KmsKeyIdentifier field's value.
func (*StartDeploymentOutput) SetPercentageComplete ¶
func (s *StartDeploymentOutput) SetPercentageComplete(v float64) *StartDeploymentOutput
SetPercentageComplete sets the PercentageComplete field's value.
func (*StartDeploymentOutput) SetStartedAt ¶
func (s *StartDeploymentOutput) SetStartedAt(v time.Time) *StartDeploymentOutput
SetStartedAt sets the StartedAt field's value.
func (*StartDeploymentOutput) SetState ¶
func (s *StartDeploymentOutput) SetState(v string) *StartDeploymentOutput
SetState sets the State field's value.
func (*StartDeploymentOutput) SetVersionLabel ¶ added in v1.45.14
func (s *StartDeploymentOutput) SetVersionLabel(v string) *StartDeploymentOutput
SetVersionLabel sets the VersionLabel field's value.
func (StartDeploymentOutput) String ¶
func (s StartDeploymentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StopDeploymentInput ¶
type StopDeploymentInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The sequence number of the deployment. // // DeploymentNumber is a required field DeploymentNumber *int64 `location:"uri" locationName:"DeploymentNumber" type:"integer" required:"true"` // The environment ID. // // EnvironmentId is a required field EnvironmentId *string `location:"uri" locationName:"EnvironmentId" type:"string" required:"true"` // contains filtered or unexported fields }
func (StopDeploymentInput) GoString ¶
func (s StopDeploymentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopDeploymentInput) SetApplicationId ¶
func (s *StopDeploymentInput) SetApplicationId(v string) *StopDeploymentInput
SetApplicationId sets the ApplicationId field's value.
func (*StopDeploymentInput) SetDeploymentNumber ¶
func (s *StopDeploymentInput) SetDeploymentNumber(v int64) *StopDeploymentInput
SetDeploymentNumber sets the DeploymentNumber field's value.
func (*StopDeploymentInput) SetEnvironmentId ¶
func (s *StopDeploymentInput) SetEnvironmentId(v string) *StopDeploymentInput
SetEnvironmentId sets the EnvironmentId field's value.
func (StopDeploymentInput) String ¶
func (s StopDeploymentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopDeploymentInput) Validate ¶
func (s *StopDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopDeploymentOutput ¶
type StopDeploymentOutput struct { // The ID of the application that was deployed. ApplicationId *string `type:"string"` // 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. AppliedExtensions []*AppliedExtension `type:"list"` // The time the deployment completed. CompletedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // Information about the source location of the configuration. ConfigurationLocationUri *string `min:"1" type:"string"` // The name of the configuration. ConfigurationName *string `min:"1" type:"string"` // The ID of the configuration profile that was deployed. ConfigurationProfileId *string `type:"string"` // The configuration version that was deployed. ConfigurationVersion *string `min:"1" type:"string"` // Total amount of time the deployment lasted. DeploymentDurationInMinutes *int64 `type:"integer"` // The sequence number of the deployment. DeploymentNumber *int64 `type:"integer"` // The ID of the deployment strategy that was deployed. DeploymentStrategyId *string `type:"string"` // The description of the deployment. Description *string `type:"string"` // The ID of the environment that was deployed. EnvironmentId *string `type:"string"` // A list containing all events related to a deployment. The most recent events // are displayed first. EventLog []*DeploymentEvent `type:"list"` // The amount of time that AppConfig monitored for alarms before considering // the deployment to be complete and no longer eligible for automatic rollback. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets to receive a deployed configuration during each // interval. GrowthFactor *float64 `min:"1" type:"float"` // The algorithm used to define how percentage grew over time. GrowthType *string `type:"string" enum:"GrowthType"` // 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. KmsKeyArn *string `min:"20" type:"string"` // The Key Management Service key identifier (key ID, key alias, or key ARN) // provided when the resource was created or updated. KmsKeyIdentifier *string `min:"1" type:"string"` // The percentage of targets for which the deployment is available. PercentageComplete *float64 `min:"1" type:"float"` // The time the deployment started. StartedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"` // The state of the deployment. State *string `type:"string" enum:"DeploymentState"` // A user-defined label for an AppConfig hosted configuration version. VersionLabel *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (StopDeploymentOutput) GoString ¶
func (s StopDeploymentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopDeploymentOutput) SetApplicationId ¶
func (s *StopDeploymentOutput) SetApplicationId(v string) *StopDeploymentOutput
SetApplicationId sets the ApplicationId field's value.
func (*StopDeploymentOutput) SetAppliedExtensions ¶ added in v1.44.54
func (s *StopDeploymentOutput) SetAppliedExtensions(v []*AppliedExtension) *StopDeploymentOutput
SetAppliedExtensions sets the AppliedExtensions field's value.
func (*StopDeploymentOutput) SetCompletedAt ¶
func (s *StopDeploymentOutput) SetCompletedAt(v time.Time) *StopDeploymentOutput
SetCompletedAt sets the CompletedAt field's value.
func (*StopDeploymentOutput) SetConfigurationLocationUri ¶
func (s *StopDeploymentOutput) SetConfigurationLocationUri(v string) *StopDeploymentOutput
SetConfigurationLocationUri sets the ConfigurationLocationUri field's value.
func (*StopDeploymentOutput) SetConfigurationName ¶
func (s *StopDeploymentOutput) SetConfigurationName(v string) *StopDeploymentOutput
SetConfigurationName sets the ConfigurationName field's value.
func (*StopDeploymentOutput) SetConfigurationProfileId ¶
func (s *StopDeploymentOutput) SetConfigurationProfileId(v string) *StopDeploymentOutput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*StopDeploymentOutput) SetConfigurationVersion ¶
func (s *StopDeploymentOutput) SetConfigurationVersion(v string) *StopDeploymentOutput
SetConfigurationVersion sets the ConfigurationVersion field's value.
func (*StopDeploymentOutput) SetDeploymentDurationInMinutes ¶
func (s *StopDeploymentOutput) SetDeploymentDurationInMinutes(v int64) *StopDeploymentOutput
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*StopDeploymentOutput) SetDeploymentNumber ¶
func (s *StopDeploymentOutput) SetDeploymentNumber(v int64) *StopDeploymentOutput
SetDeploymentNumber sets the DeploymentNumber field's value.
func (*StopDeploymentOutput) SetDeploymentStrategyId ¶
func (s *StopDeploymentOutput) SetDeploymentStrategyId(v string) *StopDeploymentOutput
SetDeploymentStrategyId sets the DeploymentStrategyId field's value.
func (*StopDeploymentOutput) SetDescription ¶
func (s *StopDeploymentOutput) SetDescription(v string) *StopDeploymentOutput
SetDescription sets the Description field's value.
func (*StopDeploymentOutput) SetEnvironmentId ¶
func (s *StopDeploymentOutput) SetEnvironmentId(v string) *StopDeploymentOutput
SetEnvironmentId sets the EnvironmentId field's value.
func (*StopDeploymentOutput) SetEventLog ¶ added in v1.30.1
func (s *StopDeploymentOutput) SetEventLog(v []*DeploymentEvent) *StopDeploymentOutput
SetEventLog sets the EventLog field's value.
func (*StopDeploymentOutput) SetFinalBakeTimeInMinutes ¶
func (s *StopDeploymentOutput) SetFinalBakeTimeInMinutes(v int64) *StopDeploymentOutput
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*StopDeploymentOutput) SetGrowthFactor ¶
func (s *StopDeploymentOutput) SetGrowthFactor(v float64) *StopDeploymentOutput
SetGrowthFactor sets the GrowthFactor field's value.
func (*StopDeploymentOutput) SetGrowthType ¶
func (s *StopDeploymentOutput) SetGrowthType(v string) *StopDeploymentOutput
SetGrowthType sets the GrowthType field's value.
func (*StopDeploymentOutput) SetKmsKeyArn ¶ added in v1.44.193
func (s *StopDeploymentOutput) SetKmsKeyArn(v string) *StopDeploymentOutput
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*StopDeploymentOutput) SetKmsKeyIdentifier ¶ added in v1.44.193
func (s *StopDeploymentOutput) SetKmsKeyIdentifier(v string) *StopDeploymentOutput
SetKmsKeyIdentifier sets the KmsKeyIdentifier field's value.
func (*StopDeploymentOutput) SetPercentageComplete ¶
func (s *StopDeploymentOutput) SetPercentageComplete(v float64) *StopDeploymentOutput
SetPercentageComplete sets the PercentageComplete field's value.
func (*StopDeploymentOutput) SetStartedAt ¶
func (s *StopDeploymentOutput) SetStartedAt(v time.Time) *StopDeploymentOutput
SetStartedAt sets the StartedAt field's value.
func (*StopDeploymentOutput) SetState ¶
func (s *StopDeploymentOutput) SetState(v string) *StopDeploymentOutput
SetState sets the State field's value.
func (*StopDeploymentOutput) SetVersionLabel ¶ added in v1.45.14
func (s *StopDeploymentOutput) SetVersionLabel(v string) *StopDeploymentOutput
SetVersionLabel sets the VersionLabel field's value.
func (StopDeploymentOutput) String ¶
func (s StopDeploymentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶
type TagResourceInput struct { // The ARN of the resource for which to retrieve tags. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"ResourceArn" min:"20" type:"string" required:"true"` // 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. // // Tags is a required field Tags map[string]*string `type:"map" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶
type UntagResourceInput struct { // The ARN of the resource for which to remove tags. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"ResourceArn" min:"20" type:"string" required:"true"` // The tag keys to delete. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateApplicationInput ¶
type UpdateApplicationInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // A description of the application. Description *string `type:"string"` // The name of the application. Name *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateApplicationInput) GoString ¶
func (s UpdateApplicationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateApplicationInput) SetApplicationId ¶
func (s *UpdateApplicationInput) SetApplicationId(v string) *UpdateApplicationInput
SetApplicationId sets the ApplicationId field's value.
func (*UpdateApplicationInput) SetDescription ¶
func (s *UpdateApplicationInput) SetDescription(v string) *UpdateApplicationInput
SetDescription sets the Description field's value.
func (*UpdateApplicationInput) SetName ¶
func (s *UpdateApplicationInput) SetName(v string) *UpdateApplicationInput
SetName sets the Name field's value.
func (UpdateApplicationInput) String ¶
func (s UpdateApplicationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateApplicationInput) Validate ¶
func (s *UpdateApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateApplicationOutput ¶
type UpdateApplicationOutput struct { // The description of the application. Description *string `type:"string"` // The application ID. Id *string `type:"string"` // The application name. Name *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateApplicationOutput) GoString ¶
func (s UpdateApplicationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateApplicationOutput) SetDescription ¶
func (s *UpdateApplicationOutput) SetDescription(v string) *UpdateApplicationOutput
SetDescription sets the Description field's value.
func (*UpdateApplicationOutput) SetId ¶
func (s *UpdateApplicationOutput) SetId(v string) *UpdateApplicationOutput
SetId sets the Id field's value.
func (*UpdateApplicationOutput) SetName ¶
func (s *UpdateApplicationOutput) SetName(v string) *UpdateApplicationOutput
SetName sets the Name field's value.
func (UpdateApplicationOutput) String ¶
func (s UpdateApplicationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateConfigurationProfileInput ¶
type UpdateConfigurationProfileInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The ID of the configuration profile. // // ConfigurationProfileId is a required field ConfigurationProfileId *string `location:"uri" locationName:"ConfigurationProfileId" type:"string" required:"true"` // A description of the configuration profile. Description *string `type:"string"` // The identifier for a Key Management Service key to encrypt new configuration // data versions in the AppConfig hosted configuration store. This attribute // is only used for hosted configuration types. The identifier can be an KMS // key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. // To encrypt data managed in other configuration stores, see the documentation // for how to specify an KMS key for that particular service. KmsKeyIdentifier *string `type:"string"` // The name of the configuration profile. Name *string `min:"1" type:"string"` // The ARN of an IAM role with permission to access the configuration at the // specified LocationUri. RetrievalRoleArn *string `min:"20" type:"string"` // A list of methods for validating the configuration. Validators []*Validator `type:"list"` // contains filtered or unexported fields }
func (UpdateConfigurationProfileInput) GoString ¶
func (s UpdateConfigurationProfileInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateConfigurationProfileInput) SetApplicationId ¶
func (s *UpdateConfigurationProfileInput) SetApplicationId(v string) *UpdateConfigurationProfileInput
SetApplicationId sets the ApplicationId field's value.
func (*UpdateConfigurationProfileInput) SetConfigurationProfileId ¶
func (s *UpdateConfigurationProfileInput) SetConfigurationProfileId(v string) *UpdateConfigurationProfileInput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*UpdateConfigurationProfileInput) SetDescription ¶
func (s *UpdateConfigurationProfileInput) SetDescription(v string) *UpdateConfigurationProfileInput
SetDescription sets the Description field's value.
func (*UpdateConfigurationProfileInput) SetKmsKeyIdentifier ¶ added in v1.45.22
func (s *UpdateConfigurationProfileInput) SetKmsKeyIdentifier(v string) *UpdateConfigurationProfileInput
SetKmsKeyIdentifier sets the KmsKeyIdentifier field's value.
func (*UpdateConfigurationProfileInput) SetName ¶
func (s *UpdateConfigurationProfileInput) SetName(v string) *UpdateConfigurationProfileInput
SetName sets the Name field's value.
func (*UpdateConfigurationProfileInput) SetRetrievalRoleArn ¶
func (s *UpdateConfigurationProfileInput) SetRetrievalRoleArn(v string) *UpdateConfigurationProfileInput
SetRetrievalRoleArn sets the RetrievalRoleArn field's value.
func (*UpdateConfigurationProfileInput) SetValidators ¶
func (s *UpdateConfigurationProfileInput) SetValidators(v []*Validator) *UpdateConfigurationProfileInput
SetValidators sets the Validators field's value.
func (UpdateConfigurationProfileInput) String ¶
func (s UpdateConfigurationProfileInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateConfigurationProfileInput) Validate ¶
func (s *UpdateConfigurationProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateConfigurationProfileOutput ¶
type UpdateConfigurationProfileOutput struct { // The application ID. ApplicationId *string `type:"string"` // The configuration profile description. Description *string `type:"string"` // The configuration profile ID. Id *string `type:"string"` // The Amazon Resource Name of the Key Management Service key to encrypt new // configuration data versions in the AppConfig hosted configuration store. // This attribute is only used for hosted configuration types. To encrypt data // managed in other configuration stores, see the documentation for how to specify // an KMS key for that particular service. KmsKeyArn *string `min:"20" type:"string"` // The Key Management Service key identifier (key ID, key alias, or key ARN) // provided when the resource was created or updated. KmsKeyIdentifier *string `min:"1" type:"string"` // The URI location of the configuration. LocationUri *string `min:"1" type:"string"` // The name of the configuration profile. Name *string `min:"1" type:"string"` // The ARN of an IAM role with permission to access the configuration at the // specified LocationUri. RetrievalRoleArn *string `min:"20" type:"string"` // 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 Type *string `type:"string"` // A list of methods for validating the configuration. Validators []*Validator `type:"list"` // contains filtered or unexported fields }
func (UpdateConfigurationProfileOutput) GoString ¶
func (s UpdateConfigurationProfileOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateConfigurationProfileOutput) SetApplicationId ¶
func (s *UpdateConfigurationProfileOutput) SetApplicationId(v string) *UpdateConfigurationProfileOutput
SetApplicationId sets the ApplicationId field's value.
func (*UpdateConfigurationProfileOutput) SetDescription ¶
func (s *UpdateConfigurationProfileOutput) SetDescription(v string) *UpdateConfigurationProfileOutput
SetDescription sets the Description field's value.
func (*UpdateConfigurationProfileOutput) SetId ¶
func (s *UpdateConfigurationProfileOutput) SetId(v string) *UpdateConfigurationProfileOutput
SetId sets the Id field's value.
func (*UpdateConfigurationProfileOutput) SetKmsKeyArn ¶ added in v1.45.22
func (s *UpdateConfigurationProfileOutput) SetKmsKeyArn(v string) *UpdateConfigurationProfileOutput
SetKmsKeyArn sets the KmsKeyArn field's value.
func (*UpdateConfigurationProfileOutput) SetKmsKeyIdentifier ¶ added in v1.45.22
func (s *UpdateConfigurationProfileOutput) SetKmsKeyIdentifier(v string) *UpdateConfigurationProfileOutput
SetKmsKeyIdentifier sets the KmsKeyIdentifier field's value.
func (*UpdateConfigurationProfileOutput) SetLocationUri ¶
func (s *UpdateConfigurationProfileOutput) SetLocationUri(v string) *UpdateConfigurationProfileOutput
SetLocationUri sets the LocationUri field's value.
func (*UpdateConfigurationProfileOutput) SetName ¶
func (s *UpdateConfigurationProfileOutput) SetName(v string) *UpdateConfigurationProfileOutput
SetName sets the Name field's value.
func (*UpdateConfigurationProfileOutput) SetRetrievalRoleArn ¶
func (s *UpdateConfigurationProfileOutput) SetRetrievalRoleArn(v string) *UpdateConfigurationProfileOutput
SetRetrievalRoleArn sets the RetrievalRoleArn field's value.
func (*UpdateConfigurationProfileOutput) SetType ¶ added in v1.42.8
func (s *UpdateConfigurationProfileOutput) SetType(v string) *UpdateConfigurationProfileOutput
SetType sets the Type field's value.
func (*UpdateConfigurationProfileOutput) SetValidators ¶
func (s *UpdateConfigurationProfileOutput) SetValidators(v []*Validator) *UpdateConfigurationProfileOutput
SetValidators sets the Validators field's value.
func (UpdateConfigurationProfileOutput) String ¶
func (s UpdateConfigurationProfileOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDeploymentStrategyInput ¶
type UpdateDeploymentStrategyInput struct { // Total amount of time for a deployment to last. DeploymentDurationInMinutes *int64 `type:"integer"` // The deployment strategy ID. // // DeploymentStrategyId is a required field DeploymentStrategyId *string `location:"uri" locationName:"DeploymentStrategyId" type:"string" required:"true"` // A description of the deployment strategy. Description *string `type:"string"` // The amount of time that AppConfig monitors for alarms before considering // the deployment to be complete and no longer eligible for automatic rollback. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets to receive a deployed configuration during each // interval. GrowthFactor *float64 `min:"1" type:"float"` // 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. GrowthType *string `type:"string" enum:"GrowthType"` // contains filtered or unexported fields }
func (UpdateDeploymentStrategyInput) GoString ¶
func (s UpdateDeploymentStrategyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDeploymentStrategyInput) SetDeploymentDurationInMinutes ¶
func (s *UpdateDeploymentStrategyInput) SetDeploymentDurationInMinutes(v int64) *UpdateDeploymentStrategyInput
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*UpdateDeploymentStrategyInput) SetDeploymentStrategyId ¶
func (s *UpdateDeploymentStrategyInput) SetDeploymentStrategyId(v string) *UpdateDeploymentStrategyInput
SetDeploymentStrategyId sets the DeploymentStrategyId field's value.
func (*UpdateDeploymentStrategyInput) SetDescription ¶
func (s *UpdateDeploymentStrategyInput) SetDescription(v string) *UpdateDeploymentStrategyInput
SetDescription sets the Description field's value.
func (*UpdateDeploymentStrategyInput) SetFinalBakeTimeInMinutes ¶
func (s *UpdateDeploymentStrategyInput) SetFinalBakeTimeInMinutes(v int64) *UpdateDeploymentStrategyInput
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*UpdateDeploymentStrategyInput) SetGrowthFactor ¶
func (s *UpdateDeploymentStrategyInput) SetGrowthFactor(v float64) *UpdateDeploymentStrategyInput
SetGrowthFactor sets the GrowthFactor field's value.
func (*UpdateDeploymentStrategyInput) SetGrowthType ¶
func (s *UpdateDeploymentStrategyInput) SetGrowthType(v string) *UpdateDeploymentStrategyInput
SetGrowthType sets the GrowthType field's value.
func (UpdateDeploymentStrategyInput) String ¶
func (s UpdateDeploymentStrategyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDeploymentStrategyInput) Validate ¶
func (s *UpdateDeploymentStrategyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDeploymentStrategyOutput ¶
type UpdateDeploymentStrategyOutput struct { // Total amount of time the deployment lasted. DeploymentDurationInMinutes *int64 `type:"integer"` // The description of the deployment strategy. Description *string `type:"string"` // The amount of time that AppConfig monitored for alarms before considering // the deployment to be complete and no longer eligible for automatic rollback. FinalBakeTimeInMinutes *int64 `type:"integer"` // The percentage of targets that received a deployed configuration during each // interval. GrowthFactor *float64 `min:"1" type:"float"` // The algorithm used to define how percentage grew over time. GrowthType *string `type:"string" enum:"GrowthType"` // The deployment strategy ID. Id *string `type:"string"` // The name of the deployment strategy. Name *string `min:"1" type:"string"` // Save the deployment strategy to a Systems Manager (SSM) document. ReplicateTo *string `type:"string" enum:"ReplicateTo"` // contains filtered or unexported fields }
func (UpdateDeploymentStrategyOutput) GoString ¶
func (s UpdateDeploymentStrategyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDeploymentStrategyOutput) SetDeploymentDurationInMinutes ¶
func (s *UpdateDeploymentStrategyOutput) SetDeploymentDurationInMinutes(v int64) *UpdateDeploymentStrategyOutput
SetDeploymentDurationInMinutes sets the DeploymentDurationInMinutes field's value.
func (*UpdateDeploymentStrategyOutput) SetDescription ¶
func (s *UpdateDeploymentStrategyOutput) SetDescription(v string) *UpdateDeploymentStrategyOutput
SetDescription sets the Description field's value.
func (*UpdateDeploymentStrategyOutput) SetFinalBakeTimeInMinutes ¶
func (s *UpdateDeploymentStrategyOutput) SetFinalBakeTimeInMinutes(v int64) *UpdateDeploymentStrategyOutput
SetFinalBakeTimeInMinutes sets the FinalBakeTimeInMinutes field's value.
func (*UpdateDeploymentStrategyOutput) SetGrowthFactor ¶
func (s *UpdateDeploymentStrategyOutput) SetGrowthFactor(v float64) *UpdateDeploymentStrategyOutput
SetGrowthFactor sets the GrowthFactor field's value.
func (*UpdateDeploymentStrategyOutput) SetGrowthType ¶
func (s *UpdateDeploymentStrategyOutput) SetGrowthType(v string) *UpdateDeploymentStrategyOutput
SetGrowthType sets the GrowthType field's value.
func (*UpdateDeploymentStrategyOutput) SetId ¶
func (s *UpdateDeploymentStrategyOutput) SetId(v string) *UpdateDeploymentStrategyOutput
SetId sets the Id field's value.
func (*UpdateDeploymentStrategyOutput) SetName ¶
func (s *UpdateDeploymentStrategyOutput) SetName(v string) *UpdateDeploymentStrategyOutput
SetName sets the Name field's value.
func (*UpdateDeploymentStrategyOutput) SetReplicateTo ¶
func (s *UpdateDeploymentStrategyOutput) SetReplicateTo(v string) *UpdateDeploymentStrategyOutput
SetReplicateTo sets the ReplicateTo field's value.
func (UpdateDeploymentStrategyOutput) String ¶
func (s UpdateDeploymentStrategyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateEnvironmentInput ¶
type UpdateEnvironmentInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // A description of the environment. Description *string `type:"string"` // The environment ID. // // EnvironmentId is a required field EnvironmentId *string `location:"uri" locationName:"EnvironmentId" type:"string" required:"true"` // Amazon CloudWatch alarms to monitor during the deployment process. Monitors []*Monitor `type:"list"` // The name of the environment. Name *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateEnvironmentInput) GoString ¶
func (s UpdateEnvironmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateEnvironmentInput) SetApplicationId ¶
func (s *UpdateEnvironmentInput) SetApplicationId(v string) *UpdateEnvironmentInput
SetApplicationId sets the ApplicationId field's value.
func (*UpdateEnvironmentInput) SetDescription ¶
func (s *UpdateEnvironmentInput) SetDescription(v string) *UpdateEnvironmentInput
SetDescription sets the Description field's value.
func (*UpdateEnvironmentInput) SetEnvironmentId ¶
func (s *UpdateEnvironmentInput) SetEnvironmentId(v string) *UpdateEnvironmentInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*UpdateEnvironmentInput) SetMonitors ¶
func (s *UpdateEnvironmentInput) SetMonitors(v []*Monitor) *UpdateEnvironmentInput
SetMonitors sets the Monitors field's value.
func (*UpdateEnvironmentInput) SetName ¶
func (s *UpdateEnvironmentInput) SetName(v string) *UpdateEnvironmentInput
SetName sets the Name field's value.
func (UpdateEnvironmentInput) String ¶
func (s UpdateEnvironmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateEnvironmentInput) Validate ¶
func (s *UpdateEnvironmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateEnvironmentOutput ¶
type UpdateEnvironmentOutput struct { // The application ID. ApplicationId *string `type:"string"` // The description of the environment. Description *string `type:"string"` // The environment ID. Id *string `type:"string"` // Amazon CloudWatch alarms monitored during the deployment. Monitors []*Monitor `type:"list"` // The name of the environment. Name *string `min:"1" type:"string"` // The state of the environment. An environment can be in one of the following // states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK State *string `type:"string" enum:"EnvironmentState"` // contains filtered or unexported fields }
func (UpdateEnvironmentOutput) GoString ¶
func (s UpdateEnvironmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateEnvironmentOutput) SetApplicationId ¶
func (s *UpdateEnvironmentOutput) SetApplicationId(v string) *UpdateEnvironmentOutput
SetApplicationId sets the ApplicationId field's value.
func (*UpdateEnvironmentOutput) SetDescription ¶
func (s *UpdateEnvironmentOutput) SetDescription(v string) *UpdateEnvironmentOutput
SetDescription sets the Description field's value.
func (*UpdateEnvironmentOutput) SetId ¶
func (s *UpdateEnvironmentOutput) SetId(v string) *UpdateEnvironmentOutput
SetId sets the Id field's value.
func (*UpdateEnvironmentOutput) SetMonitors ¶
func (s *UpdateEnvironmentOutput) SetMonitors(v []*Monitor) *UpdateEnvironmentOutput
SetMonitors sets the Monitors field's value.
func (*UpdateEnvironmentOutput) SetName ¶
func (s *UpdateEnvironmentOutput) SetName(v string) *UpdateEnvironmentOutput
SetName sets the Name field's value.
func (*UpdateEnvironmentOutput) SetState ¶
func (s *UpdateEnvironmentOutput) SetState(v string) *UpdateEnvironmentOutput
SetState sets the State field's value.
func (UpdateEnvironmentOutput) String ¶
func (s UpdateEnvironmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateExtensionAssociationInput ¶ added in v1.44.54
type UpdateExtensionAssociationInput struct { // The system-generated ID for the association. // // ExtensionAssociationId is a required field ExtensionAssociationId *string `location:"uri" locationName:"ExtensionAssociationId" type:"string" required:"true"` // The parameter names and values defined in the extension. Parameters map[string]*string `type:"map"` // contains filtered or unexported fields }
func (UpdateExtensionAssociationInput) GoString ¶ added in v1.44.54
func (s UpdateExtensionAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateExtensionAssociationInput) SetExtensionAssociationId ¶ added in v1.44.54
func (s *UpdateExtensionAssociationInput) SetExtensionAssociationId(v string) *UpdateExtensionAssociationInput
SetExtensionAssociationId sets the ExtensionAssociationId field's value.
func (*UpdateExtensionAssociationInput) SetParameters ¶ added in v1.44.54
func (s *UpdateExtensionAssociationInput) SetParameters(v map[string]*string) *UpdateExtensionAssociationInput
SetParameters sets the Parameters field's value.
func (UpdateExtensionAssociationInput) String ¶ added in v1.44.54
func (s UpdateExtensionAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateExtensionAssociationInput) Validate ¶ added in v1.44.54
func (s *UpdateExtensionAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateExtensionAssociationOutput ¶ added in v1.44.54
type UpdateExtensionAssociationOutput struct { // The system-generated Amazon Resource Name (ARN) for the extension. Arn *string `min:"20" type:"string"` // The ARN of the extension defined in the association. ExtensionArn *string `min:"20" type:"string"` // The version number for the extension defined in the association. ExtensionVersionNumber *int64 `type:"integer"` // The system-generated ID for the association. Id *string `min:"1" type:"string"` // The parameter names and values defined in the association. Parameters map[string]*string `type:"map"` // The ARNs of applications, configuration profiles, or environments defined // in the association. ResourceArn *string `min:"20" type:"string"` // contains filtered or unexported fields }
func (UpdateExtensionAssociationOutput) GoString ¶ added in v1.44.54
func (s UpdateExtensionAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateExtensionAssociationOutput) SetArn ¶ added in v1.44.54
func (s *UpdateExtensionAssociationOutput) SetArn(v string) *UpdateExtensionAssociationOutput
SetArn sets the Arn field's value.
func (*UpdateExtensionAssociationOutput) SetExtensionArn ¶ added in v1.44.54
func (s *UpdateExtensionAssociationOutput) SetExtensionArn(v string) *UpdateExtensionAssociationOutput
SetExtensionArn sets the ExtensionArn field's value.
func (*UpdateExtensionAssociationOutput) SetExtensionVersionNumber ¶ added in v1.44.54
func (s *UpdateExtensionAssociationOutput) SetExtensionVersionNumber(v int64) *UpdateExtensionAssociationOutput
SetExtensionVersionNumber sets the ExtensionVersionNumber field's value.
func (*UpdateExtensionAssociationOutput) SetId ¶ added in v1.44.54
func (s *UpdateExtensionAssociationOutput) SetId(v string) *UpdateExtensionAssociationOutput
SetId sets the Id field's value.
func (*UpdateExtensionAssociationOutput) SetParameters ¶ added in v1.44.54
func (s *UpdateExtensionAssociationOutput) SetParameters(v map[string]*string) *UpdateExtensionAssociationOutput
SetParameters sets the Parameters field's value.
func (*UpdateExtensionAssociationOutput) SetResourceArn ¶ added in v1.44.54
func (s *UpdateExtensionAssociationOutput) SetResourceArn(v string) *UpdateExtensionAssociationOutput
SetResourceArn sets the ResourceArn field's value.
func (UpdateExtensionAssociationOutput) String ¶ added in v1.44.54
func (s UpdateExtensionAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateExtensionInput ¶ added in v1.44.54
type UpdateExtensionInput struct { // The actions defined in the extension. Actions map[string][]*Action `min:"1" type:"map"` // Information about the extension. Description *string `type:"string"` // The name, the ID, or the Amazon Resource Name (ARN) of the extension. // // ExtensionIdentifier is a required field ExtensionIdentifier *string `location:"uri" locationName:"ExtensionIdentifier" min:"1" type:"string" required:"true"` // One or more parameters for the actions called by the extension. Parameters map[string]*Parameter `min:"1" type:"map"` // The extension version number. VersionNumber *int64 `type:"integer"` // contains filtered or unexported fields }
func (UpdateExtensionInput) GoString ¶ added in v1.44.54
func (s UpdateExtensionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateExtensionInput) SetActions ¶ added in v1.44.54
func (s *UpdateExtensionInput) SetActions(v map[string][]*Action) *UpdateExtensionInput
SetActions sets the Actions field's value.
func (*UpdateExtensionInput) SetDescription ¶ added in v1.44.54
func (s *UpdateExtensionInput) SetDescription(v string) *UpdateExtensionInput
SetDescription sets the Description field's value.
func (*UpdateExtensionInput) SetExtensionIdentifier ¶ added in v1.44.54
func (s *UpdateExtensionInput) SetExtensionIdentifier(v string) *UpdateExtensionInput
SetExtensionIdentifier sets the ExtensionIdentifier field's value.
func (*UpdateExtensionInput) SetParameters ¶ added in v1.44.54
func (s *UpdateExtensionInput) SetParameters(v map[string]*Parameter) *UpdateExtensionInput
SetParameters sets the Parameters field's value.
func (*UpdateExtensionInput) SetVersionNumber ¶ added in v1.44.54
func (s *UpdateExtensionInput) SetVersionNumber(v int64) *UpdateExtensionInput
SetVersionNumber sets the VersionNumber field's value.
func (UpdateExtensionInput) String ¶ added in v1.44.54
func (s UpdateExtensionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateExtensionInput) Validate ¶ added in v1.44.54
func (s *UpdateExtensionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateExtensionOutput ¶ added in v1.44.54
type UpdateExtensionOutput struct { // The actions defined in the extension. Actions map[string][]*Action `min:"1" type:"map"` // The system-generated Amazon Resource Name (ARN) for the extension. Arn *string `min:"20" type:"string"` // Information about the extension. Description *string `type:"string"` // The system-generated ID of the extension. Id *string `type:"string"` // The extension name. Name *string `min:"1" type:"string"` // 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. Parameters map[string]*Parameter `min:"1" type:"map"` // The extension version number. VersionNumber *int64 `type:"integer"` // contains filtered or unexported fields }
func (UpdateExtensionOutput) GoString ¶ added in v1.44.54
func (s UpdateExtensionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateExtensionOutput) SetActions ¶ added in v1.44.54
func (s *UpdateExtensionOutput) SetActions(v map[string][]*Action) *UpdateExtensionOutput
SetActions sets the Actions field's value.
func (*UpdateExtensionOutput) SetArn ¶ added in v1.44.54
func (s *UpdateExtensionOutput) SetArn(v string) *UpdateExtensionOutput
SetArn sets the Arn field's value.
func (*UpdateExtensionOutput) SetDescription ¶ added in v1.44.54
func (s *UpdateExtensionOutput) SetDescription(v string) *UpdateExtensionOutput
SetDescription sets the Description field's value.
func (*UpdateExtensionOutput) SetId ¶ added in v1.44.54
func (s *UpdateExtensionOutput) SetId(v string) *UpdateExtensionOutput
SetId sets the Id field's value.
func (*UpdateExtensionOutput) SetName ¶ added in v1.44.54
func (s *UpdateExtensionOutput) SetName(v string) *UpdateExtensionOutput
SetName sets the Name field's value.
func (*UpdateExtensionOutput) SetParameters ¶ added in v1.44.54
func (s *UpdateExtensionOutput) SetParameters(v map[string]*Parameter) *UpdateExtensionOutput
SetParameters sets the Parameters field's value.
func (*UpdateExtensionOutput) SetVersionNumber ¶ added in v1.44.54
func (s *UpdateExtensionOutput) SetVersionNumber(v int64) *UpdateExtensionOutput
SetVersionNumber sets the VersionNumber field's value.
func (UpdateExtensionOutput) String ¶ added in v1.44.54
func (s UpdateExtensionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidateConfigurationInput ¶
type ValidateConfigurationInput struct { // The application ID. // // ApplicationId is a required field ApplicationId *string `location:"uri" locationName:"ApplicationId" type:"string" required:"true"` // The configuration profile ID. // // ConfigurationProfileId is a required field ConfigurationProfileId *string `location:"uri" locationName:"ConfigurationProfileId" type:"string" required:"true"` // The version of the configuration to validate. // // ConfigurationVersion is a required field ConfigurationVersion *string `location:"querystring" locationName:"configuration_version" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ValidateConfigurationInput) GoString ¶
func (s ValidateConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidateConfigurationInput) SetApplicationId ¶
func (s *ValidateConfigurationInput) SetApplicationId(v string) *ValidateConfigurationInput
SetApplicationId sets the ApplicationId field's value.
func (*ValidateConfigurationInput) SetConfigurationProfileId ¶
func (s *ValidateConfigurationInput) SetConfigurationProfileId(v string) *ValidateConfigurationInput
SetConfigurationProfileId sets the ConfigurationProfileId field's value.
func (*ValidateConfigurationInput) SetConfigurationVersion ¶
func (s *ValidateConfigurationInput) SetConfigurationVersion(v string) *ValidateConfigurationInput
SetConfigurationVersion sets the ConfigurationVersion field's value.
func (ValidateConfigurationInput) String ¶
func (s ValidateConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidateConfigurationInput) Validate ¶
func (s *ValidateConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ValidateConfigurationOutput ¶
type ValidateConfigurationOutput struct {
// contains filtered or unexported fields
}
func (ValidateConfigurationOutput) GoString ¶
func (s ValidateConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (ValidateConfigurationOutput) String ¶
func (s ValidateConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Validator ¶
type Validator struct { // Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda // function. // // Content is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Validator's // String and GoString methods. // // Content is a required field Content *string `type:"string" required:"true" sensitive:"true"` // AppConfig supports validators of type JSON_SCHEMA and LAMBDA // // Type is a required field Type *string `type:"string" required:"true" enum:"ValidatorType"` // contains filtered or unexported fields }
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.
func (Validator) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Validator) SetContent ¶
SetContent sets the Content field's value.
Directories ¶
Path | Synopsis |
---|---|
Package appconfigiface provides an interface to enable mocking the Amazon AppConfig service client for testing your code.
|
Package appconfigiface provides an interface to enable mocking the Amazon AppConfig service client for testing your code. |