Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const BadRequestReasonInvalidParameters + const EndpointsID + const ErrCodeBadRequestException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeThrottlingException + const InvalidParameterProblemCorrupted + const InvalidParameterProblemExpired + const InvalidParameterProblemPollIntervalNotSatisfied + const ResourceTypeApplication + const ResourceTypeConfiguration + const ResourceTypeConfigurationProfile + const ResourceTypeDeployment + const ResourceTypeEnvironment + const ServiceID + const ServiceName + func BadRequestReason_Values() []string + func InvalidParameterProblem_Values() []string + func ResourceType_Values() []string + type AppConfigData struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *AppConfigData + func (c *AppConfigData) GetLatestConfiguration(input *GetLatestConfigurationInput) (*GetLatestConfigurationOutput, error) + func (c *AppConfigData) GetLatestConfigurationRequest(input *GetLatestConfigurationInput) (req *request.Request, output *GetLatestConfigurationOutput) + func (c *AppConfigData) GetLatestConfigurationWithContext(ctx aws.Context, input *GetLatestConfigurationInput, opts ...request.Option) (*GetLatestConfigurationOutput, error) + func (c *AppConfigData) StartConfigurationSession(input *StartConfigurationSessionInput) (*StartConfigurationSessionOutput, error) + func (c *AppConfigData) StartConfigurationSessionRequest(input *StartConfigurationSessionInput) (req *request.Request, output *StartConfigurationSessionOutput) + func (c *AppConfigData) StartConfigurationSessionWithContext(ctx aws.Context, input *StartConfigurationSessionInput, opts ...request.Option) (*StartConfigurationSessionOutput, error) + type BadRequestDetails struct + InvalidParameters map[string]*InvalidParameterDetail + func (s *BadRequestDetails) SetInvalidParameters(v map[string]*InvalidParameterDetail) *BadRequestDetails + func (s BadRequestDetails) GoString() string + func (s BadRequestDetails) String() string + type BadRequestException struct + Details *BadRequestDetails + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *BadRequestException) Code() string + func (s *BadRequestException) Error() string + func (s *BadRequestException) Message() string + func (s *BadRequestException) OrigErr() error + func (s *BadRequestException) RequestID() string + func (s *BadRequestException) StatusCode() int + func (s BadRequestException) GoString() string + func (s BadRequestException) String() string + type GetLatestConfigurationInput struct + ConfigurationToken *string + func (s *GetLatestConfigurationInput) SetConfigurationToken(v string) *GetLatestConfigurationInput + func (s *GetLatestConfigurationInput) Validate() error + func (s GetLatestConfigurationInput) GoString() string + func (s GetLatestConfigurationInput) String() string + type GetLatestConfigurationOutput struct + Configuration []byte + ContentType *string + NextPollConfigurationToken *string + NextPollIntervalInSeconds *int64 + VersionLabel *string + func (s *GetLatestConfigurationOutput) SetConfiguration(v []byte) *GetLatestConfigurationOutput + func (s *GetLatestConfigurationOutput) SetContentType(v string) *GetLatestConfigurationOutput + func (s *GetLatestConfigurationOutput) SetNextPollConfigurationToken(v string) *GetLatestConfigurationOutput + func (s *GetLatestConfigurationOutput) SetNextPollIntervalInSeconds(v int64) *GetLatestConfigurationOutput + func (s *GetLatestConfigurationOutput) SetVersionLabel(v string) *GetLatestConfigurationOutput + func (s GetLatestConfigurationOutput) GoString() string + func (s GetLatestConfigurationOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type InvalidParameterDetail struct + Problem *string + func (s *InvalidParameterDetail) SetProblem(v string) *InvalidParameterDetail + func (s InvalidParameterDetail) GoString() string + func (s InvalidParameterDetail) String() string + type ResourceNotFoundException struct + Message_ *string + ReferencedBy map[string]*string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type StartConfigurationSessionInput struct + ApplicationIdentifier *string + ConfigurationProfileIdentifier *string + EnvironmentIdentifier *string + RequiredMinimumPollIntervalInSeconds *int64 + func (s *StartConfigurationSessionInput) SetApplicationIdentifier(v string) *StartConfigurationSessionInput + func (s *StartConfigurationSessionInput) SetConfigurationProfileIdentifier(v string) *StartConfigurationSessionInput + func (s *StartConfigurationSessionInput) SetEnvironmentIdentifier(v string) *StartConfigurationSessionInput + func (s *StartConfigurationSessionInput) SetRequiredMinimumPollIntervalInSeconds(v int64) *StartConfigurationSessionInput + func (s *StartConfigurationSessionInput) Validate() error + func (s StartConfigurationSessionInput) GoString() string + func (s StartConfigurationSessionInput) String() string + type StartConfigurationSessionOutput struct + InitialConfigurationToken *string + func (s *StartConfigurationSessionOutput) SetInitialConfigurationToken(v string) *StartConfigurationSessionOutput + func (s StartConfigurationSessionOutput) GoString() string + func (s StartConfigurationSessionOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string