Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 v1.42.6 Nov 15, 2021 Changes in this version + const ContainerLevelMetricsDisabled + const ContainerLevelMetricsEnabled + const ContainerStatusActive + const ContainerStatusCreating + const ContainerStatusDeleting + const EndpointsID + const ErrCodeContainerInUseException + const ErrCodeContainerNotFoundException + const ErrCodeCorsPolicyNotFoundException + const ErrCodeInternalServerError + const ErrCodeLimitExceededException + const ErrCodePolicyNotFoundException + const MethodNameDelete + const MethodNameGet + const MethodNameHead + const MethodNamePut + const ServiceID + const ServiceName + func ContainerLevelMetrics_Values() []string + func ContainerStatus_Values() []string + func MethodName_Values() []string + type Container struct + ARN *string + AccessLoggingEnabled *bool + CreationTime *time.Time + Endpoint *string + Name *string + Status *string + func (s *Container) SetARN(v string) *Container + func (s *Container) SetAccessLoggingEnabled(v bool) *Container + func (s *Container) SetCreationTime(v time.Time) *Container + func (s *Container) SetEndpoint(v string) *Container + func (s *Container) SetName(v string) *Container + func (s *Container) SetStatus(v string) *Container + func (s Container) GoString() string + func (s Container) String() string + type ContainerInUseException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ContainerInUseException) Code() string + func (s *ContainerInUseException) Error() string + func (s *ContainerInUseException) Message() string + func (s *ContainerInUseException) OrigErr() error + func (s *ContainerInUseException) RequestID() string + func (s *ContainerInUseException) StatusCode() int + func (s ContainerInUseException) GoString() string + func (s ContainerInUseException) String() string + type ContainerNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ContainerNotFoundException) Code() string + func (s *ContainerNotFoundException) Error() string + func (s *ContainerNotFoundException) Message() string + func (s *ContainerNotFoundException) OrigErr() error + func (s *ContainerNotFoundException) RequestID() string + func (s *ContainerNotFoundException) StatusCode() int + func (s ContainerNotFoundException) GoString() string + func (s ContainerNotFoundException) String() string + type CorsPolicyNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *CorsPolicyNotFoundException) Code() string + func (s *CorsPolicyNotFoundException) Error() string + func (s *CorsPolicyNotFoundException) Message() string + func (s *CorsPolicyNotFoundException) OrigErr() error + func (s *CorsPolicyNotFoundException) RequestID() string + func (s *CorsPolicyNotFoundException) StatusCode() int + func (s CorsPolicyNotFoundException) GoString() string + func (s CorsPolicyNotFoundException) String() string + type CorsRule struct + AllowedHeaders []*string + AllowedMethods []*string + AllowedOrigins []*string + ExposeHeaders []*string + MaxAgeSeconds *int64 + func (s *CorsRule) SetAllowedHeaders(v []*string) *CorsRule + func (s *CorsRule) SetAllowedMethods(v []*string) *CorsRule + func (s *CorsRule) SetAllowedOrigins(v []*string) *CorsRule + func (s *CorsRule) SetExposeHeaders(v []*string) *CorsRule + func (s *CorsRule) SetMaxAgeSeconds(v int64) *CorsRule + func (s *CorsRule) Validate() error + func (s CorsRule) GoString() string + func (s CorsRule) String() string + type CreateContainerInput struct + ContainerName *string + Tags []*Tag + func (s *CreateContainerInput) SetContainerName(v string) *CreateContainerInput + func (s *CreateContainerInput) SetTags(v []*Tag) *CreateContainerInput + func (s *CreateContainerInput) Validate() error + func (s CreateContainerInput) GoString() string + func (s CreateContainerInput) String() string + type CreateContainerOutput struct + Container *Container + func (s *CreateContainerOutput) SetContainer(v *Container) *CreateContainerOutput + func (s CreateContainerOutput) GoString() string + func (s CreateContainerOutput) String() string + type DeleteContainerInput struct + ContainerName *string + func (s *DeleteContainerInput) SetContainerName(v string) *DeleteContainerInput + func (s *DeleteContainerInput) Validate() error + func (s DeleteContainerInput) GoString() string + func (s DeleteContainerInput) String() string + type DeleteContainerOutput struct + func (s DeleteContainerOutput) GoString() string + func (s DeleteContainerOutput) String() string + type DeleteContainerPolicyInput struct + ContainerName *string + func (s *DeleteContainerPolicyInput) SetContainerName(v string) *DeleteContainerPolicyInput + func (s *DeleteContainerPolicyInput) Validate() error + func (s DeleteContainerPolicyInput) GoString() string + func (s DeleteContainerPolicyInput) String() string + type DeleteContainerPolicyOutput struct + func (s DeleteContainerPolicyOutput) GoString() string + func (s DeleteContainerPolicyOutput) String() string + type DeleteCorsPolicyInput struct + ContainerName *string + func (s *DeleteCorsPolicyInput) SetContainerName(v string) *DeleteCorsPolicyInput + func (s *DeleteCorsPolicyInput) Validate() error + func (s DeleteCorsPolicyInput) GoString() string + func (s DeleteCorsPolicyInput) String() string + type DeleteCorsPolicyOutput struct + func (s DeleteCorsPolicyOutput) GoString() string + func (s DeleteCorsPolicyOutput) String() string + type DeleteLifecyclePolicyInput struct + ContainerName *string + func (s *DeleteLifecyclePolicyInput) SetContainerName(v string) *DeleteLifecyclePolicyInput + func (s *DeleteLifecyclePolicyInput) Validate() error + func (s DeleteLifecyclePolicyInput) GoString() string + func (s DeleteLifecyclePolicyInput) String() string + type DeleteLifecyclePolicyOutput struct + func (s DeleteLifecyclePolicyOutput) GoString() string + func (s DeleteLifecyclePolicyOutput) String() string + type DeleteMetricPolicyInput struct + ContainerName *string + func (s *DeleteMetricPolicyInput) SetContainerName(v string) *DeleteMetricPolicyInput + func (s *DeleteMetricPolicyInput) Validate() error + func (s DeleteMetricPolicyInput) GoString() string + func (s DeleteMetricPolicyInput) String() string + type DeleteMetricPolicyOutput struct + func (s DeleteMetricPolicyOutput) GoString() string + func (s DeleteMetricPolicyOutput) String() string + type DescribeContainerInput struct + ContainerName *string + func (s *DescribeContainerInput) SetContainerName(v string) *DescribeContainerInput + func (s *DescribeContainerInput) Validate() error + func (s DescribeContainerInput) GoString() string + func (s DescribeContainerInput) String() string + type DescribeContainerOutput struct + Container *Container + func (s *DescribeContainerOutput) SetContainer(v *Container) *DescribeContainerOutput + func (s DescribeContainerOutput) GoString() string + func (s DescribeContainerOutput) String() string + type GetContainerPolicyInput struct + ContainerName *string + func (s *GetContainerPolicyInput) SetContainerName(v string) *GetContainerPolicyInput + func (s *GetContainerPolicyInput) Validate() error + func (s GetContainerPolicyInput) GoString() string + func (s GetContainerPolicyInput) String() string + type GetContainerPolicyOutput struct + Policy *string + func (s *GetContainerPolicyOutput) SetPolicy(v string) *GetContainerPolicyOutput + func (s GetContainerPolicyOutput) GoString() string + func (s GetContainerPolicyOutput) String() string + type GetCorsPolicyInput struct + ContainerName *string + func (s *GetCorsPolicyInput) SetContainerName(v string) *GetCorsPolicyInput + func (s *GetCorsPolicyInput) Validate() error + func (s GetCorsPolicyInput) GoString() string + func (s GetCorsPolicyInput) String() string + type GetCorsPolicyOutput struct + CorsPolicy []*CorsRule + func (s *GetCorsPolicyOutput) SetCorsPolicy(v []*CorsRule) *GetCorsPolicyOutput + func (s GetCorsPolicyOutput) GoString() string + func (s GetCorsPolicyOutput) String() string + type GetLifecyclePolicyInput struct + ContainerName *string + func (s *GetLifecyclePolicyInput) SetContainerName(v string) *GetLifecyclePolicyInput + func (s *GetLifecyclePolicyInput) Validate() error + func (s GetLifecyclePolicyInput) GoString() string + func (s GetLifecyclePolicyInput) String() string + type GetLifecyclePolicyOutput struct + LifecyclePolicy *string + func (s *GetLifecyclePolicyOutput) SetLifecyclePolicy(v string) *GetLifecyclePolicyOutput + func (s GetLifecyclePolicyOutput) GoString() string + func (s GetLifecyclePolicyOutput) String() string + type GetMetricPolicyInput struct + ContainerName *string + func (s *GetMetricPolicyInput) SetContainerName(v string) *GetMetricPolicyInput + func (s *GetMetricPolicyInput) Validate() error + func (s GetMetricPolicyInput) GoString() string + func (s GetMetricPolicyInput) String() string + type GetMetricPolicyOutput struct + MetricPolicy *MetricPolicy + func (s *GetMetricPolicyOutput) SetMetricPolicy(v *MetricPolicy) *GetMetricPolicyOutput + func (s GetMetricPolicyOutput) GoString() string + func (s GetMetricPolicyOutput) String() string + type InternalServerError struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerError) Code() string + func (s *InternalServerError) Error() string + func (s *InternalServerError) Message() string + func (s *InternalServerError) OrigErr() error + func (s *InternalServerError) RequestID() string + func (s *InternalServerError) StatusCode() int + func (s InternalServerError) GoString() string + func (s InternalServerError) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListContainersInput struct + MaxResults *int64 + NextToken *string + func (s *ListContainersInput) SetMaxResults(v int64) *ListContainersInput + func (s *ListContainersInput) SetNextToken(v string) *ListContainersInput + func (s *ListContainersInput) Validate() error + func (s ListContainersInput) GoString() string + func (s ListContainersInput) String() string + type ListContainersOutput struct + Containers []*Container + NextToken *string + func (s *ListContainersOutput) SetContainers(v []*Container) *ListContainersOutput + func (s *ListContainersOutput) SetNextToken(v string) *ListContainersOutput + func (s ListContainersOutput) GoString() string + func (s ListContainersOutput) String() string + type ListTagsForResourceInput struct + Resource *string + func (s *ListTagsForResourceInput) SetResource(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags []*Tag + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type MediaStore struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *MediaStore + func (c *MediaStore) CreateContainer(input *CreateContainerInput) (*CreateContainerOutput, error) + func (c *MediaStore) CreateContainerRequest(input *CreateContainerInput) (req *request.Request, output *CreateContainerOutput) + func (c *MediaStore) CreateContainerWithContext(ctx aws.Context, input *CreateContainerInput, opts ...request.Option) (*CreateContainerOutput, error) + func (c *MediaStore) DeleteContainer(input *DeleteContainerInput) (*DeleteContainerOutput, error) + func (c *MediaStore) DeleteContainerPolicy(input *DeleteContainerPolicyInput) (*DeleteContainerPolicyOutput, error) + func (c *MediaStore) DeleteContainerPolicyRequest(input *DeleteContainerPolicyInput) (req *request.Request, output *DeleteContainerPolicyOutput) + func (c *MediaStore) DeleteContainerPolicyWithContext(ctx aws.Context, input *DeleteContainerPolicyInput, opts ...request.Option) (*DeleteContainerPolicyOutput, error) + func (c *MediaStore) DeleteContainerRequest(input *DeleteContainerInput) (req *request.Request, output *DeleteContainerOutput) + func (c *MediaStore) DeleteContainerWithContext(ctx aws.Context, input *DeleteContainerInput, opts ...request.Option) (*DeleteContainerOutput, error) + func (c *MediaStore) DeleteCorsPolicy(input *DeleteCorsPolicyInput) (*DeleteCorsPolicyOutput, error) + func (c *MediaStore) DeleteCorsPolicyRequest(input *DeleteCorsPolicyInput) (req *request.Request, output *DeleteCorsPolicyOutput) + func (c *MediaStore) DeleteCorsPolicyWithContext(ctx aws.Context, input *DeleteCorsPolicyInput, opts ...request.Option) (*DeleteCorsPolicyOutput, error) + func (c *MediaStore) DeleteLifecyclePolicy(input *DeleteLifecyclePolicyInput) (*DeleteLifecyclePolicyOutput, error) + func (c *MediaStore) DeleteLifecyclePolicyRequest(input *DeleteLifecyclePolicyInput) (req *request.Request, output *DeleteLifecyclePolicyOutput) + func (c *MediaStore) DeleteLifecyclePolicyWithContext(ctx aws.Context, input *DeleteLifecyclePolicyInput, opts ...request.Option) (*DeleteLifecyclePolicyOutput, error) + func (c *MediaStore) DeleteMetricPolicy(input *DeleteMetricPolicyInput) (*DeleteMetricPolicyOutput, error) + func (c *MediaStore) DeleteMetricPolicyRequest(input *DeleteMetricPolicyInput) (req *request.Request, output *DeleteMetricPolicyOutput) + func (c *MediaStore) DeleteMetricPolicyWithContext(ctx aws.Context, input *DeleteMetricPolicyInput, opts ...request.Option) (*DeleteMetricPolicyOutput, error) + func (c *MediaStore) DescribeContainer(input *DescribeContainerInput) (*DescribeContainerOutput, error) + func (c *MediaStore) DescribeContainerRequest(input *DescribeContainerInput) (req *request.Request, output *DescribeContainerOutput) + func (c *MediaStore) DescribeContainerWithContext(ctx aws.Context, input *DescribeContainerInput, opts ...request.Option) (*DescribeContainerOutput, error) + func (c *MediaStore) GetContainerPolicy(input *GetContainerPolicyInput) (*GetContainerPolicyOutput, error) + func (c *MediaStore) GetContainerPolicyRequest(input *GetContainerPolicyInput) (req *request.Request, output *GetContainerPolicyOutput) + func (c *MediaStore) GetContainerPolicyWithContext(ctx aws.Context, input *GetContainerPolicyInput, opts ...request.Option) (*GetContainerPolicyOutput, error) + func (c *MediaStore) GetCorsPolicy(input *GetCorsPolicyInput) (*GetCorsPolicyOutput, error) + func (c *MediaStore) GetCorsPolicyRequest(input *GetCorsPolicyInput) (req *request.Request, output *GetCorsPolicyOutput) + func (c *MediaStore) GetCorsPolicyWithContext(ctx aws.Context, input *GetCorsPolicyInput, opts ...request.Option) (*GetCorsPolicyOutput, error) + func (c *MediaStore) GetLifecyclePolicy(input *GetLifecyclePolicyInput) (*GetLifecyclePolicyOutput, error) + func (c *MediaStore) GetLifecyclePolicyRequest(input *GetLifecyclePolicyInput) (req *request.Request, output *GetLifecyclePolicyOutput) + func (c *MediaStore) GetLifecyclePolicyWithContext(ctx aws.Context, input *GetLifecyclePolicyInput, opts ...request.Option) (*GetLifecyclePolicyOutput, error) + func (c *MediaStore) GetMetricPolicy(input *GetMetricPolicyInput) (*GetMetricPolicyOutput, error) + func (c *MediaStore) GetMetricPolicyRequest(input *GetMetricPolicyInput) (req *request.Request, output *GetMetricPolicyOutput) + func (c *MediaStore) GetMetricPolicyWithContext(ctx aws.Context, input *GetMetricPolicyInput, opts ...request.Option) (*GetMetricPolicyOutput, error) + func (c *MediaStore) ListContainers(input *ListContainersInput) (*ListContainersOutput, error) + func (c *MediaStore) ListContainersPages(input *ListContainersInput, fn func(*ListContainersOutput, bool) bool) error + func (c *MediaStore) ListContainersPagesWithContext(ctx aws.Context, input *ListContainersInput, ...) error + func (c *MediaStore) ListContainersRequest(input *ListContainersInput) (req *request.Request, output *ListContainersOutput) + func (c *MediaStore) ListContainersWithContext(ctx aws.Context, input *ListContainersInput, opts ...request.Option) (*ListContainersOutput, error) + func (c *MediaStore) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *MediaStore) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *MediaStore) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *MediaStore) PutContainerPolicy(input *PutContainerPolicyInput) (*PutContainerPolicyOutput, error) + func (c *MediaStore) PutContainerPolicyRequest(input *PutContainerPolicyInput) (req *request.Request, output *PutContainerPolicyOutput) + func (c *MediaStore) PutContainerPolicyWithContext(ctx aws.Context, input *PutContainerPolicyInput, opts ...request.Option) (*PutContainerPolicyOutput, error) + func (c *MediaStore) PutCorsPolicy(input *PutCorsPolicyInput) (*PutCorsPolicyOutput, error) + func (c *MediaStore) PutCorsPolicyRequest(input *PutCorsPolicyInput) (req *request.Request, output *PutCorsPolicyOutput) + func (c *MediaStore) PutCorsPolicyWithContext(ctx aws.Context, input *PutCorsPolicyInput, opts ...request.Option) (*PutCorsPolicyOutput, error) + func (c *MediaStore) PutLifecyclePolicy(input *PutLifecyclePolicyInput) (*PutLifecyclePolicyOutput, error) + func (c *MediaStore) PutLifecyclePolicyRequest(input *PutLifecyclePolicyInput) (req *request.Request, output *PutLifecyclePolicyOutput) + func (c *MediaStore) PutLifecyclePolicyWithContext(ctx aws.Context, input *PutLifecyclePolicyInput, opts ...request.Option) (*PutLifecyclePolicyOutput, error) + func (c *MediaStore) PutMetricPolicy(input *PutMetricPolicyInput) (*PutMetricPolicyOutput, error) + func (c *MediaStore) PutMetricPolicyRequest(input *PutMetricPolicyInput) (req *request.Request, output *PutMetricPolicyOutput) + func (c *MediaStore) PutMetricPolicyWithContext(ctx aws.Context, input *PutMetricPolicyInput, opts ...request.Option) (*PutMetricPolicyOutput, error) + func (c *MediaStore) StartAccessLogging(input *StartAccessLoggingInput) (*StartAccessLoggingOutput, error) + func (c *MediaStore) StartAccessLoggingRequest(input *StartAccessLoggingInput) (req *request.Request, output *StartAccessLoggingOutput) + func (c *MediaStore) StartAccessLoggingWithContext(ctx aws.Context, input *StartAccessLoggingInput, opts ...request.Option) (*StartAccessLoggingOutput, error) + func (c *MediaStore) StopAccessLogging(input *StopAccessLoggingInput) (*StopAccessLoggingOutput, error) + func (c *MediaStore) StopAccessLoggingRequest(input *StopAccessLoggingInput) (req *request.Request, output *StopAccessLoggingOutput) + func (c *MediaStore) StopAccessLoggingWithContext(ctx aws.Context, input *StopAccessLoggingInput, opts ...request.Option) (*StopAccessLoggingOutput, error) + func (c *MediaStore) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *MediaStore) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *MediaStore) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *MediaStore) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *MediaStore) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *MediaStore) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + type MetricPolicy struct + ContainerLevelMetrics *string + MetricPolicyRules []*MetricPolicyRule + func (s *MetricPolicy) SetContainerLevelMetrics(v string) *MetricPolicy + func (s *MetricPolicy) SetMetricPolicyRules(v []*MetricPolicyRule) *MetricPolicy + func (s *MetricPolicy) Validate() error + func (s MetricPolicy) GoString() string + func (s MetricPolicy) String() string + type MetricPolicyRule struct + ObjectGroup *string + ObjectGroupName *string + func (s *MetricPolicyRule) SetObjectGroup(v string) *MetricPolicyRule + func (s *MetricPolicyRule) SetObjectGroupName(v string) *MetricPolicyRule + func (s *MetricPolicyRule) Validate() error + func (s MetricPolicyRule) GoString() string + func (s MetricPolicyRule) String() string + type PolicyNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PolicyNotFoundException) Code() string + func (s *PolicyNotFoundException) Error() string + func (s *PolicyNotFoundException) Message() string + func (s *PolicyNotFoundException) OrigErr() error + func (s *PolicyNotFoundException) RequestID() string + func (s *PolicyNotFoundException) StatusCode() int + func (s PolicyNotFoundException) GoString() string + func (s PolicyNotFoundException) String() string + type PutContainerPolicyInput struct + ContainerName *string + Policy *string + func (s *PutContainerPolicyInput) SetContainerName(v string) *PutContainerPolicyInput + func (s *PutContainerPolicyInput) SetPolicy(v string) *PutContainerPolicyInput + func (s *PutContainerPolicyInput) Validate() error + func (s PutContainerPolicyInput) GoString() string + func (s PutContainerPolicyInput) String() string + type PutContainerPolicyOutput struct + func (s PutContainerPolicyOutput) GoString() string + func (s PutContainerPolicyOutput) String() string + type PutCorsPolicyInput struct + ContainerName *string + CorsPolicy []*CorsRule + func (s *PutCorsPolicyInput) SetContainerName(v string) *PutCorsPolicyInput + func (s *PutCorsPolicyInput) SetCorsPolicy(v []*CorsRule) *PutCorsPolicyInput + func (s *PutCorsPolicyInput) Validate() error + func (s PutCorsPolicyInput) GoString() string + func (s PutCorsPolicyInput) String() string + type PutCorsPolicyOutput struct + func (s PutCorsPolicyOutput) GoString() string + func (s PutCorsPolicyOutput) String() string + type PutLifecyclePolicyInput struct + ContainerName *string + LifecyclePolicy *string + func (s *PutLifecyclePolicyInput) SetContainerName(v string) *PutLifecyclePolicyInput + func (s *PutLifecyclePolicyInput) SetLifecyclePolicy(v string) *PutLifecyclePolicyInput + func (s *PutLifecyclePolicyInput) Validate() error + func (s PutLifecyclePolicyInput) GoString() string + func (s PutLifecyclePolicyInput) String() string + type PutLifecyclePolicyOutput struct + func (s PutLifecyclePolicyOutput) GoString() string + func (s PutLifecyclePolicyOutput) String() string + type PutMetricPolicyInput struct + ContainerName *string + MetricPolicy *MetricPolicy + func (s *PutMetricPolicyInput) SetContainerName(v string) *PutMetricPolicyInput + func (s *PutMetricPolicyInput) SetMetricPolicy(v *MetricPolicy) *PutMetricPolicyInput + func (s *PutMetricPolicyInput) Validate() error + func (s PutMetricPolicyInput) GoString() string + func (s PutMetricPolicyInput) String() string + type PutMetricPolicyOutput struct + func (s PutMetricPolicyOutput) GoString() string + func (s PutMetricPolicyOutput) String() string + type StartAccessLoggingInput struct + ContainerName *string + func (s *StartAccessLoggingInput) SetContainerName(v string) *StartAccessLoggingInput + func (s *StartAccessLoggingInput) Validate() error + func (s StartAccessLoggingInput) GoString() string + func (s StartAccessLoggingInput) String() string + type StartAccessLoggingOutput struct + func (s StartAccessLoggingOutput) GoString() string + func (s StartAccessLoggingOutput) String() string + type StopAccessLoggingInput struct + ContainerName *string + func (s *StopAccessLoggingInput) SetContainerName(v string) *StopAccessLoggingInput + func (s *StopAccessLoggingInput) Validate() error + func (s StopAccessLoggingInput) GoString() string + func (s StopAccessLoggingInput) String() string + type StopAccessLoggingOutput struct + func (s StopAccessLoggingOutput) GoString() string + func (s StopAccessLoggingOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + Resource *string + Tags []*Tag + func (s *TagResourceInput) SetResource(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type UntagResourceInput struct + Resource *string + TagKeys []*string + func (s *UntagResourceInput) SetResource(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string