Documentation ¶
Overview ¶
Package s3control provides the client and types for making API requests to AWS S3 Control.
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
See https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20 for more information on this service.
See s3control package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/s3control/
Using the Client ¶
To contact AWS S3 Control 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 AWS S3 Control client S3Control for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/s3control/#New
Index ¶
- Constants
- func AsyncOperationName_Values() []string
- func BucketCannedACL_Values() []string
- func BucketLocationConstraint_Values() []string
- func BucketVersioningStatus_Values() []string
- func ExpirationStatus_Values() []string
- func Format_Values() []string
- func GeneratedManifestFormat_Values() []string
- func JobManifestFieldName_Values() []string
- func JobManifestFormat_Values() []string
- func JobReportFormat_Values() []string
- func JobReportScope_Values() []string
- func JobStatus_Values() []string
- func MFADeleteStatus_Values() []string
- func MFADelete_Values() []string
- func MultiRegionAccessPointStatus_Values() []string
- func NetworkOrigin_Values() []string
- func ObjectLambdaAllowedFeature_Values() []string
- func ObjectLambdaTransformationConfigurationAction_Values() []string
- func OperationName_Values() []string
- func OutputSchemaVersion_Values() []string
- func ReplicationStatus_Values() []string
- func RequestedJobStatus_Values() []string
- func S3CannedAccessControlList_Values() []string
- func S3ChecksumAlgorithm_Values() []string
- func S3GlacierJobTier_Values() []string
- func S3GranteeTypeIdentifier_Values() []string
- func S3MetadataDirective_Values() []string
- func S3ObjectLockLegalHoldStatus_Values() []string
- func S3ObjectLockMode_Values() []string
- func S3ObjectLockRetentionMode_Values() []string
- func S3Permission_Values() []string
- func S3SSEAlgorithm_Values() []string
- func S3StorageClass_Values() []string
- func TransitionStorageClass_Values() []string
- type AbortIncompleteMultipartUpload
- type AccessPoint
- func (s AccessPoint) GoString() string
- func (s *AccessPoint) SetAccessPointArn(v string) *AccessPoint
- func (s *AccessPoint) SetAlias(v string) *AccessPoint
- func (s *AccessPoint) SetBucket(v string) *AccessPoint
- func (s *AccessPoint) SetName(v string) *AccessPoint
- func (s *AccessPoint) SetNetworkOrigin(v string) *AccessPoint
- func (s *AccessPoint) SetVpcConfiguration(v *VpcConfiguration) *AccessPoint
- func (s AccessPoint) String() string
- type AccountLevel
- type ActivityMetrics
- type AsyncErrorDetails
- func (s AsyncErrorDetails) GoString() string
- func (s *AsyncErrorDetails) SetCode(v string) *AsyncErrorDetails
- func (s *AsyncErrorDetails) SetMessage(v string) *AsyncErrorDetails
- func (s *AsyncErrorDetails) SetRequestId(v string) *AsyncErrorDetails
- func (s *AsyncErrorDetails) SetResource(v string) *AsyncErrorDetails
- func (s AsyncErrorDetails) String() string
- type AsyncOperation
- func (s AsyncOperation) GoString() string
- func (s *AsyncOperation) SetCreationTime(v time.Time) *AsyncOperation
- func (s *AsyncOperation) SetOperation(v string) *AsyncOperation
- func (s *AsyncOperation) SetRequestParameters(v *AsyncRequestParameters) *AsyncOperation
- func (s *AsyncOperation) SetRequestStatus(v string) *AsyncOperation
- func (s *AsyncOperation) SetRequestTokenARN(v string) *AsyncOperation
- func (s *AsyncOperation) SetResponseDetails(v *AsyncResponseDetails) *AsyncOperation
- func (s AsyncOperation) String() string
- type AsyncRequestParameters
- func (s AsyncRequestParameters) GoString() string
- func (s *AsyncRequestParameters) SetCreateMultiRegionAccessPointRequest(v *CreateMultiRegionAccessPointInput_) *AsyncRequestParameters
- func (s *AsyncRequestParameters) SetDeleteMultiRegionAccessPointRequest(v *DeleteMultiRegionAccessPointInput_) *AsyncRequestParameters
- func (s *AsyncRequestParameters) SetPutMultiRegionAccessPointPolicyRequest(v *PutMultiRegionAccessPointPolicyInput_) *AsyncRequestParameters
- func (s AsyncRequestParameters) String() string
- type AsyncResponseDetails
- func (s AsyncResponseDetails) GoString() string
- func (s *AsyncResponseDetails) SetErrorDetails(v *AsyncErrorDetails) *AsyncResponseDetails
- func (s *AsyncResponseDetails) SetMultiRegionAccessPointDetails(v *MultiRegionAccessPointsAsyncResponse) *AsyncResponseDetails
- func (s AsyncResponseDetails) String() string
- type AwsLambdaTransformation
- func (s AwsLambdaTransformation) GoString() string
- func (s *AwsLambdaTransformation) SetFunctionArn(v string) *AwsLambdaTransformation
- func (s *AwsLambdaTransformation) SetFunctionPayload(v string) *AwsLambdaTransformation
- func (s AwsLambdaTransformation) String() string
- func (s *AwsLambdaTransformation) Validate() error
- type BucketLevel
- type CloudWatchMetrics
- type CreateAccessPointForObjectLambdaInput
- func (s CreateAccessPointForObjectLambdaInput) GoString() string
- func (s *CreateAccessPointForObjectLambdaInput) SetAccountId(v string) *CreateAccessPointForObjectLambdaInput
- func (s *CreateAccessPointForObjectLambdaInput) SetConfiguration(v *ObjectLambdaConfiguration) *CreateAccessPointForObjectLambdaInput
- func (s *CreateAccessPointForObjectLambdaInput) SetName(v string) *CreateAccessPointForObjectLambdaInput
- func (s CreateAccessPointForObjectLambdaInput) String() string
- func (s *CreateAccessPointForObjectLambdaInput) Validate() error
- type CreateAccessPointForObjectLambdaOutput
- type CreateAccessPointInput
- func (s CreateAccessPointInput) GoString() string
- func (s *CreateAccessPointInput) SetAccountId(v string) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetBucket(v string) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetName(v string) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetVpcConfiguration(v *VpcConfiguration) *CreateAccessPointInput
- func (s CreateAccessPointInput) String() string
- func (s *CreateAccessPointInput) Validate() error
- type CreateAccessPointOutput
- type CreateBucketConfiguration
- type CreateBucketInput
- func (s CreateBucketInput) GoString() string
- func (s *CreateBucketInput) SetACL(v string) *CreateBucketInput
- func (s *CreateBucketInput) SetBucket(v string) *CreateBucketInput
- func (s *CreateBucketInput) SetCreateBucketConfiguration(v *CreateBucketConfiguration) *CreateBucketInput
- func (s *CreateBucketInput) SetGrantFullControl(v string) *CreateBucketInput
- func (s *CreateBucketInput) SetGrantRead(v string) *CreateBucketInput
- func (s *CreateBucketInput) SetGrantReadACP(v string) *CreateBucketInput
- func (s *CreateBucketInput) SetGrantWrite(v string) *CreateBucketInput
- func (s *CreateBucketInput) SetGrantWriteACP(v string) *CreateBucketInput
- func (s *CreateBucketInput) SetObjectLockEnabledForBucket(v bool) *CreateBucketInput
- func (s *CreateBucketInput) SetOutpostId(v string) *CreateBucketInput
- func (s CreateBucketInput) String() string
- func (s *CreateBucketInput) Validate() error
- type CreateBucketOutput
- type CreateJobInput
- func (s CreateJobInput) GoString() string
- func (s *CreateJobInput) SetAccountId(v string) *CreateJobInput
- func (s *CreateJobInput) SetClientRequestToken(v string) *CreateJobInput
- func (s *CreateJobInput) SetConfirmationRequired(v bool) *CreateJobInput
- func (s *CreateJobInput) SetDescription(v string) *CreateJobInput
- func (s *CreateJobInput) SetManifest(v *JobManifest) *CreateJobInput
- func (s *CreateJobInput) SetManifestGenerator(v *JobManifestGenerator) *CreateJobInput
- func (s *CreateJobInput) SetOperation(v *JobOperation) *CreateJobInput
- func (s *CreateJobInput) SetPriority(v int64) *CreateJobInput
- func (s *CreateJobInput) SetReport(v *JobReport) *CreateJobInput
- func (s *CreateJobInput) SetRoleArn(v string) *CreateJobInput
- func (s *CreateJobInput) SetTags(v []*S3Tag) *CreateJobInput
- func (s CreateJobInput) String() string
- func (s *CreateJobInput) Validate() error
- type CreateJobOutput
- type CreateMultiRegionAccessPointInput
- func (s CreateMultiRegionAccessPointInput) GoString() string
- func (s *CreateMultiRegionAccessPointInput) SetAccountId(v string) *CreateMultiRegionAccessPointInput
- func (s *CreateMultiRegionAccessPointInput) SetClientToken(v string) *CreateMultiRegionAccessPointInput
- func (s *CreateMultiRegionAccessPointInput) SetDetails(v *CreateMultiRegionAccessPointInput_) *CreateMultiRegionAccessPointInput
- func (s CreateMultiRegionAccessPointInput) String() string
- func (s *CreateMultiRegionAccessPointInput) Validate() error
- type CreateMultiRegionAccessPointInput_
- func (s CreateMultiRegionAccessPointInput_) GoString() string
- func (s *CreateMultiRegionAccessPointInput_) SetName(v string) *CreateMultiRegionAccessPointInput_
- func (s *CreateMultiRegionAccessPointInput_) SetPublicAccessBlock(v *PublicAccessBlockConfiguration) *CreateMultiRegionAccessPointInput_
- func (s *CreateMultiRegionAccessPointInput_) SetRegions(v []*Region) *CreateMultiRegionAccessPointInput_
- func (s CreateMultiRegionAccessPointInput_) String() string
- func (s *CreateMultiRegionAccessPointInput_) Validate() error
- type CreateMultiRegionAccessPointOutput
- type DeleteAccessPointForObjectLambdaInput
- func (s DeleteAccessPointForObjectLambdaInput) GoString() string
- func (s *DeleteAccessPointForObjectLambdaInput) SetAccountId(v string) *DeleteAccessPointForObjectLambdaInput
- func (s *DeleteAccessPointForObjectLambdaInput) SetName(v string) *DeleteAccessPointForObjectLambdaInput
- func (s DeleteAccessPointForObjectLambdaInput) String() string
- func (s *DeleteAccessPointForObjectLambdaInput) Validate() error
- type DeleteAccessPointForObjectLambdaOutput
- type DeleteAccessPointInput
- func (s DeleteAccessPointInput) GoString() string
- func (s *DeleteAccessPointInput) SetAccountId(v string) *DeleteAccessPointInput
- func (s *DeleteAccessPointInput) SetName(v string) *DeleteAccessPointInput
- func (s DeleteAccessPointInput) String() string
- func (s *DeleteAccessPointInput) Validate() error
- type DeleteAccessPointOutput
- type DeleteAccessPointPolicyForObjectLambdaInput
- func (s DeleteAccessPointPolicyForObjectLambdaInput) GoString() string
- func (s *DeleteAccessPointPolicyForObjectLambdaInput) SetAccountId(v string) *DeleteAccessPointPolicyForObjectLambdaInput
- func (s *DeleteAccessPointPolicyForObjectLambdaInput) SetName(v string) *DeleteAccessPointPolicyForObjectLambdaInput
- func (s DeleteAccessPointPolicyForObjectLambdaInput) String() string
- func (s *DeleteAccessPointPolicyForObjectLambdaInput) Validate() error
- type DeleteAccessPointPolicyForObjectLambdaOutput
- type DeleteAccessPointPolicyInput
- func (s DeleteAccessPointPolicyInput) GoString() string
- func (s *DeleteAccessPointPolicyInput) SetAccountId(v string) *DeleteAccessPointPolicyInput
- func (s *DeleteAccessPointPolicyInput) SetName(v string) *DeleteAccessPointPolicyInput
- func (s DeleteAccessPointPolicyInput) String() string
- func (s *DeleteAccessPointPolicyInput) Validate() error
- type DeleteAccessPointPolicyOutput
- type DeleteBucketInput
- type DeleteBucketLifecycleConfigurationInput
- func (s DeleteBucketLifecycleConfigurationInput) GoString() string
- func (s *DeleteBucketLifecycleConfigurationInput) SetAccountId(v string) *DeleteBucketLifecycleConfigurationInput
- func (s *DeleteBucketLifecycleConfigurationInput) SetBucket(v string) *DeleteBucketLifecycleConfigurationInput
- func (s DeleteBucketLifecycleConfigurationInput) String() string
- func (s *DeleteBucketLifecycleConfigurationInput) Validate() error
- type DeleteBucketLifecycleConfigurationOutput
- type DeleteBucketOutput
- type DeleteBucketPolicyInput
- func (s DeleteBucketPolicyInput) GoString() string
- func (s *DeleteBucketPolicyInput) SetAccountId(v string) *DeleteBucketPolicyInput
- func (s *DeleteBucketPolicyInput) SetBucket(v string) *DeleteBucketPolicyInput
- func (s DeleteBucketPolicyInput) String() string
- func (s *DeleteBucketPolicyInput) Validate() error
- type DeleteBucketPolicyOutput
- type DeleteBucketTaggingInput
- func (s DeleteBucketTaggingInput) GoString() string
- func (s *DeleteBucketTaggingInput) SetAccountId(v string) *DeleteBucketTaggingInput
- func (s *DeleteBucketTaggingInput) SetBucket(v string) *DeleteBucketTaggingInput
- func (s DeleteBucketTaggingInput) String() string
- func (s *DeleteBucketTaggingInput) Validate() error
- type DeleteBucketTaggingOutput
- type DeleteJobTaggingInput
- type DeleteJobTaggingOutput
- type DeleteMultiRegionAccessPointInput
- func (s DeleteMultiRegionAccessPointInput) GoString() string
- func (s *DeleteMultiRegionAccessPointInput) SetAccountId(v string) *DeleteMultiRegionAccessPointInput
- func (s *DeleteMultiRegionAccessPointInput) SetClientToken(v string) *DeleteMultiRegionAccessPointInput
- func (s *DeleteMultiRegionAccessPointInput) SetDetails(v *DeleteMultiRegionAccessPointInput_) *DeleteMultiRegionAccessPointInput
- func (s DeleteMultiRegionAccessPointInput) String() string
- func (s *DeleteMultiRegionAccessPointInput) Validate() error
- type DeleteMultiRegionAccessPointInput_
- type DeleteMultiRegionAccessPointOutput
- type DeletePublicAccessBlockInput
- type DeletePublicAccessBlockOutput
- type DeleteStorageLensConfigurationInput
- func (s DeleteStorageLensConfigurationInput) GoString() string
- func (s *DeleteStorageLensConfigurationInput) SetAccountId(v string) *DeleteStorageLensConfigurationInput
- func (s *DeleteStorageLensConfigurationInput) SetConfigId(v string) *DeleteStorageLensConfigurationInput
- func (s DeleteStorageLensConfigurationInput) String() string
- func (s *DeleteStorageLensConfigurationInput) Validate() error
- type DeleteStorageLensConfigurationOutput
- type DeleteStorageLensConfigurationTaggingInput
- func (s DeleteStorageLensConfigurationTaggingInput) GoString() string
- func (s *DeleteStorageLensConfigurationTaggingInput) SetAccountId(v string) *DeleteStorageLensConfigurationTaggingInput
- func (s *DeleteStorageLensConfigurationTaggingInput) SetConfigId(v string) *DeleteStorageLensConfigurationTaggingInput
- func (s DeleteStorageLensConfigurationTaggingInput) String() string
- func (s *DeleteStorageLensConfigurationTaggingInput) Validate() error
- type DeleteStorageLensConfigurationTaggingOutput
- type DescribeJobInput
- type DescribeJobOutput
- type DescribeMultiRegionAccessPointOperationInput
- func (s DescribeMultiRegionAccessPointOperationInput) GoString() string
- func (s *DescribeMultiRegionAccessPointOperationInput) SetAccountId(v string) *DescribeMultiRegionAccessPointOperationInput
- func (s *DescribeMultiRegionAccessPointOperationInput) SetRequestTokenARN(v string) *DescribeMultiRegionAccessPointOperationInput
- func (s DescribeMultiRegionAccessPointOperationInput) String() string
- func (s *DescribeMultiRegionAccessPointOperationInput) Validate() error
- type DescribeMultiRegionAccessPointOperationOutput
- type EstablishedMultiRegionAccessPointPolicy
- type Exclude
- type GeneratedManifestEncryption
- func (s GeneratedManifestEncryption) GoString() string
- func (s *GeneratedManifestEncryption) SetSSEKMS(v *SSEKMSEncryption) *GeneratedManifestEncryption
- func (s *GeneratedManifestEncryption) SetSSES3(v *SSES3Encryption) *GeneratedManifestEncryption
- func (s GeneratedManifestEncryption) String() string
- func (s *GeneratedManifestEncryption) Validate() error
- type GetAccessPointConfigurationForObjectLambdaInput
- func (s GetAccessPointConfigurationForObjectLambdaInput) GoString() string
- func (s *GetAccessPointConfigurationForObjectLambdaInput) SetAccountId(v string) *GetAccessPointConfigurationForObjectLambdaInput
- func (s *GetAccessPointConfigurationForObjectLambdaInput) SetName(v string) *GetAccessPointConfigurationForObjectLambdaInput
- func (s GetAccessPointConfigurationForObjectLambdaInput) String() string
- func (s *GetAccessPointConfigurationForObjectLambdaInput) Validate() error
- type GetAccessPointConfigurationForObjectLambdaOutput
- func (s GetAccessPointConfigurationForObjectLambdaOutput) GoString() string
- func (s *GetAccessPointConfigurationForObjectLambdaOutput) SetConfiguration(v *ObjectLambdaConfiguration) *GetAccessPointConfigurationForObjectLambdaOutput
- func (s GetAccessPointConfigurationForObjectLambdaOutput) String() string
- type GetAccessPointForObjectLambdaInput
- func (s GetAccessPointForObjectLambdaInput) GoString() string
- func (s *GetAccessPointForObjectLambdaInput) SetAccountId(v string) *GetAccessPointForObjectLambdaInput
- func (s *GetAccessPointForObjectLambdaInput) SetName(v string) *GetAccessPointForObjectLambdaInput
- func (s GetAccessPointForObjectLambdaInput) String() string
- func (s *GetAccessPointForObjectLambdaInput) Validate() error
- type GetAccessPointForObjectLambdaOutput
- func (s GetAccessPointForObjectLambdaOutput) GoString() string
- func (s *GetAccessPointForObjectLambdaOutput) SetCreationDate(v time.Time) *GetAccessPointForObjectLambdaOutput
- func (s *GetAccessPointForObjectLambdaOutput) SetName(v string) *GetAccessPointForObjectLambdaOutput
- func (s *GetAccessPointForObjectLambdaOutput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *GetAccessPointForObjectLambdaOutput
- func (s GetAccessPointForObjectLambdaOutput) String() string
- type GetAccessPointInput
- type GetAccessPointOutput
- func (s GetAccessPointOutput) GoString() string
- func (s *GetAccessPointOutput) SetAccessPointArn(v string) *GetAccessPointOutput
- func (s *GetAccessPointOutput) SetAlias(v string) *GetAccessPointOutput
- func (s *GetAccessPointOutput) SetBucket(v string) *GetAccessPointOutput
- func (s *GetAccessPointOutput) SetCreationDate(v time.Time) *GetAccessPointOutput
- func (s *GetAccessPointOutput) SetEndpoints(v map[string]*string) *GetAccessPointOutput
- func (s *GetAccessPointOutput) SetName(v string) *GetAccessPointOutput
- func (s *GetAccessPointOutput) SetNetworkOrigin(v string) *GetAccessPointOutput
- func (s *GetAccessPointOutput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *GetAccessPointOutput
- func (s *GetAccessPointOutput) SetVpcConfiguration(v *VpcConfiguration) *GetAccessPointOutput
- func (s GetAccessPointOutput) String() string
- type GetAccessPointPolicyForObjectLambdaInput
- func (s GetAccessPointPolicyForObjectLambdaInput) GoString() string
- func (s *GetAccessPointPolicyForObjectLambdaInput) SetAccountId(v string) *GetAccessPointPolicyForObjectLambdaInput
- func (s *GetAccessPointPolicyForObjectLambdaInput) SetName(v string) *GetAccessPointPolicyForObjectLambdaInput
- func (s GetAccessPointPolicyForObjectLambdaInput) String() string
- func (s *GetAccessPointPolicyForObjectLambdaInput) Validate() error
- type GetAccessPointPolicyForObjectLambdaOutput
- type GetAccessPointPolicyInput
- func (s GetAccessPointPolicyInput) GoString() string
- func (s *GetAccessPointPolicyInput) SetAccountId(v string) *GetAccessPointPolicyInput
- func (s *GetAccessPointPolicyInput) SetName(v string) *GetAccessPointPolicyInput
- func (s GetAccessPointPolicyInput) String() string
- func (s *GetAccessPointPolicyInput) Validate() error
- type GetAccessPointPolicyOutput
- type GetAccessPointPolicyStatusForObjectLambdaInput
- func (s GetAccessPointPolicyStatusForObjectLambdaInput) GoString() string
- func (s *GetAccessPointPolicyStatusForObjectLambdaInput) SetAccountId(v string) *GetAccessPointPolicyStatusForObjectLambdaInput
- func (s *GetAccessPointPolicyStatusForObjectLambdaInput) SetName(v string) *GetAccessPointPolicyStatusForObjectLambdaInput
- func (s GetAccessPointPolicyStatusForObjectLambdaInput) String() string
- func (s *GetAccessPointPolicyStatusForObjectLambdaInput) Validate() error
- type GetAccessPointPolicyStatusForObjectLambdaOutput
- type GetAccessPointPolicyStatusInput
- func (s GetAccessPointPolicyStatusInput) GoString() string
- func (s *GetAccessPointPolicyStatusInput) SetAccountId(v string) *GetAccessPointPolicyStatusInput
- func (s *GetAccessPointPolicyStatusInput) SetName(v string) *GetAccessPointPolicyStatusInput
- func (s GetAccessPointPolicyStatusInput) String() string
- func (s *GetAccessPointPolicyStatusInput) Validate() error
- type GetAccessPointPolicyStatusOutput
- type GetBucketInput
- type GetBucketLifecycleConfigurationInput
- func (s GetBucketLifecycleConfigurationInput) GoString() string
- func (s *GetBucketLifecycleConfigurationInput) SetAccountId(v string) *GetBucketLifecycleConfigurationInput
- func (s *GetBucketLifecycleConfigurationInput) SetBucket(v string) *GetBucketLifecycleConfigurationInput
- func (s GetBucketLifecycleConfigurationInput) String() string
- func (s *GetBucketLifecycleConfigurationInput) Validate() error
- type GetBucketLifecycleConfigurationOutput
- type GetBucketOutput
- type GetBucketPolicyInput
- type GetBucketPolicyOutput
- type GetBucketTaggingInput
- type GetBucketTaggingOutput
- type GetBucketVersioningInput
- func (s GetBucketVersioningInput) GoString() string
- func (s *GetBucketVersioningInput) SetAccountId(v string) *GetBucketVersioningInput
- func (s *GetBucketVersioningInput) SetBucket(v string) *GetBucketVersioningInput
- func (s GetBucketVersioningInput) String() string
- func (s *GetBucketVersioningInput) Validate() error
- type GetBucketVersioningOutput
- type GetJobTaggingInput
- type GetJobTaggingOutput
- type GetMultiRegionAccessPointInput
- func (s GetMultiRegionAccessPointInput) GoString() string
- func (s *GetMultiRegionAccessPointInput) SetAccountId(v string) *GetMultiRegionAccessPointInput
- func (s *GetMultiRegionAccessPointInput) SetName(v string) *GetMultiRegionAccessPointInput
- func (s GetMultiRegionAccessPointInput) String() string
- func (s *GetMultiRegionAccessPointInput) Validate() error
- type GetMultiRegionAccessPointOutput
- type GetMultiRegionAccessPointPolicyInput
- func (s GetMultiRegionAccessPointPolicyInput) GoString() string
- func (s *GetMultiRegionAccessPointPolicyInput) SetAccountId(v string) *GetMultiRegionAccessPointPolicyInput
- func (s *GetMultiRegionAccessPointPolicyInput) SetName(v string) *GetMultiRegionAccessPointPolicyInput
- func (s GetMultiRegionAccessPointPolicyInput) String() string
- func (s *GetMultiRegionAccessPointPolicyInput) Validate() error
- type GetMultiRegionAccessPointPolicyOutput
- type GetMultiRegionAccessPointPolicyStatusInput
- func (s GetMultiRegionAccessPointPolicyStatusInput) GoString() string
- func (s *GetMultiRegionAccessPointPolicyStatusInput) SetAccountId(v string) *GetMultiRegionAccessPointPolicyStatusInput
- func (s *GetMultiRegionAccessPointPolicyStatusInput) SetName(v string) *GetMultiRegionAccessPointPolicyStatusInput
- func (s GetMultiRegionAccessPointPolicyStatusInput) String() string
- func (s *GetMultiRegionAccessPointPolicyStatusInput) Validate() error
- type GetMultiRegionAccessPointPolicyStatusOutput
- type GetPublicAccessBlockInput
- type GetPublicAccessBlockOutput
- type GetStorageLensConfigurationInput
- func (s GetStorageLensConfigurationInput) GoString() string
- func (s *GetStorageLensConfigurationInput) SetAccountId(v string) *GetStorageLensConfigurationInput
- func (s *GetStorageLensConfigurationInput) SetConfigId(v string) *GetStorageLensConfigurationInput
- func (s GetStorageLensConfigurationInput) String() string
- func (s *GetStorageLensConfigurationInput) Validate() error
- type GetStorageLensConfigurationOutput
- type GetStorageLensConfigurationTaggingInput
- func (s GetStorageLensConfigurationTaggingInput) GoString() string
- func (s *GetStorageLensConfigurationTaggingInput) SetAccountId(v string) *GetStorageLensConfigurationTaggingInput
- func (s *GetStorageLensConfigurationTaggingInput) SetConfigId(v string) *GetStorageLensConfigurationTaggingInput
- func (s GetStorageLensConfigurationTaggingInput) String() string
- func (s *GetStorageLensConfigurationTaggingInput) Validate() error
- type GetStorageLensConfigurationTaggingOutput
- type Include
- type JobDescriptor
- func (s JobDescriptor) GoString() string
- func (s *JobDescriptor) SetConfirmationRequired(v bool) *JobDescriptor
- func (s *JobDescriptor) SetCreationTime(v time.Time) *JobDescriptor
- func (s *JobDescriptor) SetDescription(v string) *JobDescriptor
- func (s *JobDescriptor) SetFailureReasons(v []*JobFailure) *JobDescriptor
- func (s *JobDescriptor) SetGeneratedManifestDescriptor(v *S3GeneratedManifestDescriptor) *JobDescriptor
- func (s *JobDescriptor) SetJobArn(v string) *JobDescriptor
- func (s *JobDescriptor) SetJobId(v string) *JobDescriptor
- func (s *JobDescriptor) SetManifest(v *JobManifest) *JobDescriptor
- func (s *JobDescriptor) SetManifestGenerator(v *JobManifestGenerator) *JobDescriptor
- func (s *JobDescriptor) SetOperation(v *JobOperation) *JobDescriptor
- func (s *JobDescriptor) SetPriority(v int64) *JobDescriptor
- func (s *JobDescriptor) SetProgressSummary(v *JobProgressSummary) *JobDescriptor
- func (s *JobDescriptor) SetReport(v *JobReport) *JobDescriptor
- func (s *JobDescriptor) SetRoleArn(v string) *JobDescriptor
- func (s *JobDescriptor) SetStatus(v string) *JobDescriptor
- func (s *JobDescriptor) SetStatusUpdateReason(v string) *JobDescriptor
- func (s *JobDescriptor) SetSuspendedCause(v string) *JobDescriptor
- func (s *JobDescriptor) SetSuspendedDate(v time.Time) *JobDescriptor
- func (s *JobDescriptor) SetTerminationDate(v time.Time) *JobDescriptor
- func (s JobDescriptor) String() string
- type JobFailure
- type JobListDescriptor
- func (s JobListDescriptor) GoString() string
- func (s *JobListDescriptor) SetCreationTime(v time.Time) *JobListDescriptor
- func (s *JobListDescriptor) SetDescription(v string) *JobListDescriptor
- func (s *JobListDescriptor) SetJobId(v string) *JobListDescriptor
- func (s *JobListDescriptor) SetOperation(v string) *JobListDescriptor
- func (s *JobListDescriptor) SetPriority(v int64) *JobListDescriptor
- func (s *JobListDescriptor) SetProgressSummary(v *JobProgressSummary) *JobListDescriptor
- func (s *JobListDescriptor) SetStatus(v string) *JobListDescriptor
- func (s *JobListDescriptor) SetTerminationDate(v time.Time) *JobListDescriptor
- func (s JobListDescriptor) String() string
- type JobManifest
- type JobManifestGenerator
- type JobManifestGeneratorFilter
- func (s JobManifestGeneratorFilter) GoString() string
- func (s *JobManifestGeneratorFilter) SetCreatedAfter(v time.Time) *JobManifestGeneratorFilter
- func (s *JobManifestGeneratorFilter) SetCreatedBefore(v time.Time) *JobManifestGeneratorFilter
- func (s *JobManifestGeneratorFilter) SetEligibleForReplication(v bool) *JobManifestGeneratorFilter
- func (s *JobManifestGeneratorFilter) SetObjectReplicationStatuses(v []*string) *JobManifestGeneratorFilter
- func (s JobManifestGeneratorFilter) String() string
- type JobManifestLocation
- func (s JobManifestLocation) GoString() string
- func (s *JobManifestLocation) SetETag(v string) *JobManifestLocation
- func (s *JobManifestLocation) SetObjectArn(v string) *JobManifestLocation
- func (s *JobManifestLocation) SetObjectVersionId(v string) *JobManifestLocation
- func (s JobManifestLocation) String() string
- func (s *JobManifestLocation) Validate() error
- type JobManifestSpec
- type JobOperation
- func (s JobOperation) GoString() string
- func (s *JobOperation) SetLambdaInvoke(v *LambdaInvokeOperation) *JobOperation
- func (s *JobOperation) SetS3DeleteObjectTagging(v *S3DeleteObjectTaggingOperation) *JobOperation
- func (s *JobOperation) SetS3InitiateRestoreObject(v *S3InitiateRestoreObjectOperation) *JobOperation
- func (s *JobOperation) SetS3PutObjectAcl(v *S3SetObjectAclOperation) *JobOperation
- func (s *JobOperation) SetS3PutObjectCopy(v *S3CopyObjectOperation) *JobOperation
- func (s *JobOperation) SetS3PutObjectLegalHold(v *S3SetObjectLegalHoldOperation) *JobOperation
- func (s *JobOperation) SetS3PutObjectRetention(v *S3SetObjectRetentionOperation) *JobOperation
- func (s *JobOperation) SetS3PutObjectTagging(v *S3SetObjectTaggingOperation) *JobOperation
- func (s *JobOperation) SetS3ReplicateObject(v *S3ReplicateObjectOperation) *JobOperation
- func (s JobOperation) String() string
- func (s *JobOperation) Validate() error
- type JobProgressSummary
- func (s JobProgressSummary) GoString() string
- func (s *JobProgressSummary) SetNumberOfTasksFailed(v int64) *JobProgressSummary
- func (s *JobProgressSummary) SetNumberOfTasksSucceeded(v int64) *JobProgressSummary
- func (s *JobProgressSummary) SetTimers(v *JobTimers) *JobProgressSummary
- func (s *JobProgressSummary) SetTotalNumberOfTasks(v int64) *JobProgressSummary
- func (s JobProgressSummary) String() string
- type JobReport
- func (s JobReport) GoString() string
- func (s *JobReport) SetBucket(v string) *JobReport
- func (s *JobReport) SetEnabled(v bool) *JobReport
- func (s *JobReport) SetFormat(v string) *JobReport
- func (s *JobReport) SetPrefix(v string) *JobReport
- func (s *JobReport) SetReportScope(v string) *JobReport
- func (s JobReport) String() string
- func (s *JobReport) Validate() error
- type JobTimers
- type LambdaInvokeOperation
- type LifecycleConfiguration
- type LifecycleExpiration
- func (s LifecycleExpiration) GoString() string
- func (s *LifecycleExpiration) SetDate(v time.Time) *LifecycleExpiration
- func (s *LifecycleExpiration) SetDays(v int64) *LifecycleExpiration
- func (s *LifecycleExpiration) SetExpiredObjectDeleteMarker(v bool) *LifecycleExpiration
- func (s LifecycleExpiration) String() string
- type LifecycleRule
- func (s LifecycleRule) GoString() string
- func (s *LifecycleRule) SetAbortIncompleteMultipartUpload(v *AbortIncompleteMultipartUpload) *LifecycleRule
- func (s *LifecycleRule) SetExpiration(v *LifecycleExpiration) *LifecycleRule
- func (s *LifecycleRule) SetFilter(v *LifecycleRuleFilter) *LifecycleRule
- func (s *LifecycleRule) SetID(v string) *LifecycleRule
- func (s *LifecycleRule) SetNoncurrentVersionExpiration(v *NoncurrentVersionExpiration) *LifecycleRule
- func (s *LifecycleRule) SetNoncurrentVersionTransitions(v []*NoncurrentVersionTransition) *LifecycleRule
- func (s *LifecycleRule) SetStatus(v string) *LifecycleRule
- func (s *LifecycleRule) SetTransitions(v []*Transition) *LifecycleRule
- func (s LifecycleRule) String() string
- func (s *LifecycleRule) Validate() error
- type LifecycleRuleAndOperator
- func (s LifecycleRuleAndOperator) GoString() string
- func (s *LifecycleRuleAndOperator) SetPrefix(v string) *LifecycleRuleAndOperator
- func (s *LifecycleRuleAndOperator) SetTags(v []*S3Tag) *LifecycleRuleAndOperator
- func (s LifecycleRuleAndOperator) String() string
- func (s *LifecycleRuleAndOperator) Validate() error
- type LifecycleRuleFilter
- func (s LifecycleRuleFilter) GoString() string
- func (s *LifecycleRuleFilter) SetAnd(v *LifecycleRuleAndOperator) *LifecycleRuleFilter
- func (s *LifecycleRuleFilter) SetPrefix(v string) *LifecycleRuleFilter
- func (s *LifecycleRuleFilter) SetTag(v *S3Tag) *LifecycleRuleFilter
- func (s LifecycleRuleFilter) String() string
- func (s *LifecycleRuleFilter) Validate() error
- type ListAccessPointsForObjectLambdaInput
- func (s ListAccessPointsForObjectLambdaInput) GoString() string
- func (s *ListAccessPointsForObjectLambdaInput) SetAccountId(v string) *ListAccessPointsForObjectLambdaInput
- func (s *ListAccessPointsForObjectLambdaInput) SetMaxResults(v int64) *ListAccessPointsForObjectLambdaInput
- func (s *ListAccessPointsForObjectLambdaInput) SetNextToken(v string) *ListAccessPointsForObjectLambdaInput
- func (s ListAccessPointsForObjectLambdaInput) String() string
- func (s *ListAccessPointsForObjectLambdaInput) Validate() error
- type ListAccessPointsForObjectLambdaOutput
- func (s ListAccessPointsForObjectLambdaOutput) GoString() string
- func (s *ListAccessPointsForObjectLambdaOutput) SetNextToken(v string) *ListAccessPointsForObjectLambdaOutput
- func (s *ListAccessPointsForObjectLambdaOutput) SetObjectLambdaAccessPointList(v []*ObjectLambdaAccessPoint) *ListAccessPointsForObjectLambdaOutput
- func (s ListAccessPointsForObjectLambdaOutput) String() string
- type ListAccessPointsInput
- func (s ListAccessPointsInput) GoString() string
- func (s *ListAccessPointsInput) SetAccountId(v string) *ListAccessPointsInput
- func (s *ListAccessPointsInput) SetBucket(v string) *ListAccessPointsInput
- func (s *ListAccessPointsInput) SetMaxResults(v int64) *ListAccessPointsInput
- func (s *ListAccessPointsInput) SetNextToken(v string) *ListAccessPointsInput
- func (s ListAccessPointsInput) String() string
- func (s *ListAccessPointsInput) Validate() error
- type ListAccessPointsOutput
- type ListJobsInput
- func (s ListJobsInput) GoString() string
- func (s *ListJobsInput) SetAccountId(v string) *ListJobsInput
- func (s *ListJobsInput) SetJobStatuses(v []*string) *ListJobsInput
- func (s *ListJobsInput) SetMaxResults(v int64) *ListJobsInput
- func (s *ListJobsInput) SetNextToken(v string) *ListJobsInput
- func (s ListJobsInput) String() string
- func (s *ListJobsInput) Validate() error
- type ListJobsOutput
- type ListMultiRegionAccessPointsInput
- func (s ListMultiRegionAccessPointsInput) GoString() string
- func (s *ListMultiRegionAccessPointsInput) SetAccountId(v string) *ListMultiRegionAccessPointsInput
- func (s *ListMultiRegionAccessPointsInput) SetMaxResults(v int64) *ListMultiRegionAccessPointsInput
- func (s *ListMultiRegionAccessPointsInput) SetNextToken(v string) *ListMultiRegionAccessPointsInput
- func (s ListMultiRegionAccessPointsInput) String() string
- func (s *ListMultiRegionAccessPointsInput) Validate() error
- type ListMultiRegionAccessPointsOutput
- func (s ListMultiRegionAccessPointsOutput) GoString() string
- func (s *ListMultiRegionAccessPointsOutput) SetAccessPoints(v []*MultiRegionAccessPointReport) *ListMultiRegionAccessPointsOutput
- func (s *ListMultiRegionAccessPointsOutput) SetNextToken(v string) *ListMultiRegionAccessPointsOutput
- func (s ListMultiRegionAccessPointsOutput) String() string
- type ListRegionalBucketsInput
- func (s ListRegionalBucketsInput) GoString() string
- func (s *ListRegionalBucketsInput) SetAccountId(v string) *ListRegionalBucketsInput
- func (s *ListRegionalBucketsInput) SetMaxResults(v int64) *ListRegionalBucketsInput
- func (s *ListRegionalBucketsInput) SetNextToken(v string) *ListRegionalBucketsInput
- func (s *ListRegionalBucketsInput) SetOutpostId(v string) *ListRegionalBucketsInput
- func (s ListRegionalBucketsInput) String() string
- func (s *ListRegionalBucketsInput) Validate() error
- type ListRegionalBucketsOutput
- type ListStorageLensConfigurationEntry
- func (s ListStorageLensConfigurationEntry) GoString() string
- func (s *ListStorageLensConfigurationEntry) SetHomeRegion(v string) *ListStorageLensConfigurationEntry
- func (s *ListStorageLensConfigurationEntry) SetId(v string) *ListStorageLensConfigurationEntry
- func (s *ListStorageLensConfigurationEntry) SetIsEnabled(v bool) *ListStorageLensConfigurationEntry
- func (s *ListStorageLensConfigurationEntry) SetStorageLensArn(v string) *ListStorageLensConfigurationEntry
- func (s ListStorageLensConfigurationEntry) String() string
- type ListStorageLensConfigurationsInput
- func (s ListStorageLensConfigurationsInput) GoString() string
- func (s *ListStorageLensConfigurationsInput) SetAccountId(v string) *ListStorageLensConfigurationsInput
- func (s *ListStorageLensConfigurationsInput) SetNextToken(v string) *ListStorageLensConfigurationsInput
- func (s ListStorageLensConfigurationsInput) String() string
- func (s *ListStorageLensConfigurationsInput) Validate() error
- type ListStorageLensConfigurationsOutput
- func (s ListStorageLensConfigurationsOutput) GoString() string
- func (s *ListStorageLensConfigurationsOutput) SetNextToken(v string) *ListStorageLensConfigurationsOutput
- func (s *ListStorageLensConfigurationsOutput) SetStorageLensConfigurationList(v []*ListStorageLensConfigurationEntry) *ListStorageLensConfigurationsOutput
- func (s ListStorageLensConfigurationsOutput) String() string
- type MultiRegionAccessPointPolicyDocument
- func (s MultiRegionAccessPointPolicyDocument) GoString() string
- func (s *MultiRegionAccessPointPolicyDocument) SetEstablished(v *EstablishedMultiRegionAccessPointPolicy) *MultiRegionAccessPointPolicyDocument
- func (s *MultiRegionAccessPointPolicyDocument) SetProposed(v *ProposedMultiRegionAccessPointPolicy) *MultiRegionAccessPointPolicyDocument
- func (s MultiRegionAccessPointPolicyDocument) String() string
- type MultiRegionAccessPointRegionalResponse
- func (s MultiRegionAccessPointRegionalResponse) GoString() string
- func (s *MultiRegionAccessPointRegionalResponse) SetName(v string) *MultiRegionAccessPointRegionalResponse
- func (s *MultiRegionAccessPointRegionalResponse) SetRequestStatus(v string) *MultiRegionAccessPointRegionalResponse
- func (s MultiRegionAccessPointRegionalResponse) String() string
- type MultiRegionAccessPointReport
- func (s MultiRegionAccessPointReport) GoString() string
- func (s *MultiRegionAccessPointReport) SetAlias(v string) *MultiRegionAccessPointReport
- func (s *MultiRegionAccessPointReport) SetCreatedAt(v time.Time) *MultiRegionAccessPointReport
- func (s *MultiRegionAccessPointReport) SetName(v string) *MultiRegionAccessPointReport
- func (s *MultiRegionAccessPointReport) SetPublicAccessBlock(v *PublicAccessBlockConfiguration) *MultiRegionAccessPointReport
- func (s *MultiRegionAccessPointReport) SetRegions(v []*RegionReport) *MultiRegionAccessPointReport
- func (s *MultiRegionAccessPointReport) SetStatus(v string) *MultiRegionAccessPointReport
- func (s MultiRegionAccessPointReport) String() string
- type MultiRegionAccessPointsAsyncResponse
- type NoncurrentVersionExpiration
- type NoncurrentVersionTransition
- type ObjectLambdaAccessPoint
- type ObjectLambdaConfiguration
- func (s ObjectLambdaConfiguration) GoString() string
- func (s *ObjectLambdaConfiguration) SetAllowedFeatures(v []*string) *ObjectLambdaConfiguration
- func (s *ObjectLambdaConfiguration) SetCloudWatchMetricsEnabled(v bool) *ObjectLambdaConfiguration
- func (s *ObjectLambdaConfiguration) SetSupportingAccessPoint(v string) *ObjectLambdaConfiguration
- func (s *ObjectLambdaConfiguration) SetTransformationConfigurations(v []*ObjectLambdaTransformationConfiguration) *ObjectLambdaConfiguration
- func (s ObjectLambdaConfiguration) String() string
- func (s *ObjectLambdaConfiguration) Validate() error
- type ObjectLambdaContentTransformation
- func (s ObjectLambdaContentTransformation) GoString() string
- func (s *ObjectLambdaContentTransformation) SetAwsLambda(v *AwsLambdaTransformation) *ObjectLambdaContentTransformation
- func (s ObjectLambdaContentTransformation) String() string
- func (s *ObjectLambdaContentTransformation) Validate() error
- type ObjectLambdaTransformationConfiguration
- func (s ObjectLambdaTransformationConfiguration) GoString() string
- func (s *ObjectLambdaTransformationConfiguration) SetActions(v []*string) *ObjectLambdaTransformationConfiguration
- func (s *ObjectLambdaTransformationConfiguration) SetContentTransformation(v *ObjectLambdaContentTransformation) *ObjectLambdaTransformationConfiguration
- func (s ObjectLambdaTransformationConfiguration) String() string
- func (s *ObjectLambdaTransformationConfiguration) Validate() error
- type PolicyStatus
- type PrefixLevel
- type PrefixLevelStorageMetrics
- func (s PrefixLevelStorageMetrics) GoString() string
- func (s *PrefixLevelStorageMetrics) SetIsEnabled(v bool) *PrefixLevelStorageMetrics
- func (s *PrefixLevelStorageMetrics) SetSelectionCriteria(v *SelectionCriteria) *PrefixLevelStorageMetrics
- func (s PrefixLevelStorageMetrics) String() string
- func (s *PrefixLevelStorageMetrics) Validate() error
- type ProposedMultiRegionAccessPointPolicy
- type PublicAccessBlockConfiguration
- func (s PublicAccessBlockConfiguration) GoString() string
- func (s *PublicAccessBlockConfiguration) SetBlockPublicAcls(v bool) *PublicAccessBlockConfiguration
- func (s *PublicAccessBlockConfiguration) SetBlockPublicPolicy(v bool) *PublicAccessBlockConfiguration
- func (s *PublicAccessBlockConfiguration) SetIgnorePublicAcls(v bool) *PublicAccessBlockConfiguration
- func (s *PublicAccessBlockConfiguration) SetRestrictPublicBuckets(v bool) *PublicAccessBlockConfiguration
- func (s PublicAccessBlockConfiguration) String() string
- type PutAccessPointConfigurationForObjectLambdaInput
- func (s PutAccessPointConfigurationForObjectLambdaInput) GoString() string
- func (s *PutAccessPointConfigurationForObjectLambdaInput) SetAccountId(v string) *PutAccessPointConfigurationForObjectLambdaInput
- func (s *PutAccessPointConfigurationForObjectLambdaInput) SetConfiguration(v *ObjectLambdaConfiguration) *PutAccessPointConfigurationForObjectLambdaInput
- func (s *PutAccessPointConfigurationForObjectLambdaInput) SetName(v string) *PutAccessPointConfigurationForObjectLambdaInput
- func (s PutAccessPointConfigurationForObjectLambdaInput) String() string
- func (s *PutAccessPointConfigurationForObjectLambdaInput) Validate() error
- type PutAccessPointConfigurationForObjectLambdaOutput
- type PutAccessPointPolicyForObjectLambdaInput
- func (s PutAccessPointPolicyForObjectLambdaInput) GoString() string
- func (s *PutAccessPointPolicyForObjectLambdaInput) SetAccountId(v string) *PutAccessPointPolicyForObjectLambdaInput
- func (s *PutAccessPointPolicyForObjectLambdaInput) SetName(v string) *PutAccessPointPolicyForObjectLambdaInput
- func (s *PutAccessPointPolicyForObjectLambdaInput) SetPolicy(v string) *PutAccessPointPolicyForObjectLambdaInput
- func (s PutAccessPointPolicyForObjectLambdaInput) String() string
- func (s *PutAccessPointPolicyForObjectLambdaInput) Validate() error
- type PutAccessPointPolicyForObjectLambdaOutput
- type PutAccessPointPolicyInput
- func (s PutAccessPointPolicyInput) GoString() string
- func (s *PutAccessPointPolicyInput) SetAccountId(v string) *PutAccessPointPolicyInput
- func (s *PutAccessPointPolicyInput) SetName(v string) *PutAccessPointPolicyInput
- func (s *PutAccessPointPolicyInput) SetPolicy(v string) *PutAccessPointPolicyInput
- func (s PutAccessPointPolicyInput) String() string
- func (s *PutAccessPointPolicyInput) Validate() error
- type PutAccessPointPolicyOutput
- type PutBucketLifecycleConfigurationInput
- func (s PutBucketLifecycleConfigurationInput) GoString() string
- func (s *PutBucketLifecycleConfigurationInput) SetAccountId(v string) *PutBucketLifecycleConfigurationInput
- func (s *PutBucketLifecycleConfigurationInput) SetBucket(v string) *PutBucketLifecycleConfigurationInput
- func (s *PutBucketLifecycleConfigurationInput) SetLifecycleConfiguration(v *LifecycleConfiguration) *PutBucketLifecycleConfigurationInput
- func (s PutBucketLifecycleConfigurationInput) String() string
- func (s *PutBucketLifecycleConfigurationInput) Validate() error
- type PutBucketLifecycleConfigurationOutput
- type PutBucketPolicyInput
- func (s PutBucketPolicyInput) GoString() string
- func (s *PutBucketPolicyInput) SetAccountId(v string) *PutBucketPolicyInput
- func (s *PutBucketPolicyInput) SetBucket(v string) *PutBucketPolicyInput
- func (s *PutBucketPolicyInput) SetConfirmRemoveSelfBucketAccess(v bool) *PutBucketPolicyInput
- func (s *PutBucketPolicyInput) SetPolicy(v string) *PutBucketPolicyInput
- func (s PutBucketPolicyInput) String() string
- func (s *PutBucketPolicyInput) Validate() error
- type PutBucketPolicyOutput
- type PutBucketTaggingInput
- func (s PutBucketTaggingInput) GoString() string
- func (s *PutBucketTaggingInput) SetAccountId(v string) *PutBucketTaggingInput
- func (s *PutBucketTaggingInput) SetBucket(v string) *PutBucketTaggingInput
- func (s *PutBucketTaggingInput) SetTagging(v *Tagging) *PutBucketTaggingInput
- func (s PutBucketTaggingInput) String() string
- func (s *PutBucketTaggingInput) Validate() error
- type PutBucketTaggingOutput
- type PutBucketVersioningInput
- func (s PutBucketVersioningInput) GoString() string
- func (s *PutBucketVersioningInput) SetAccountId(v string) *PutBucketVersioningInput
- func (s *PutBucketVersioningInput) SetBucket(v string) *PutBucketVersioningInput
- func (s *PutBucketVersioningInput) SetMFA(v string) *PutBucketVersioningInput
- func (s *PutBucketVersioningInput) SetVersioningConfiguration(v *VersioningConfiguration) *PutBucketVersioningInput
- func (s PutBucketVersioningInput) String() string
- func (s *PutBucketVersioningInput) Validate() error
- type PutBucketVersioningOutput
- type PutJobTaggingInput
- func (s PutJobTaggingInput) GoString() string
- func (s *PutJobTaggingInput) SetAccountId(v string) *PutJobTaggingInput
- func (s *PutJobTaggingInput) SetJobId(v string) *PutJobTaggingInput
- func (s *PutJobTaggingInput) SetTags(v []*S3Tag) *PutJobTaggingInput
- func (s PutJobTaggingInput) String() string
- func (s *PutJobTaggingInput) Validate() error
- type PutJobTaggingOutput
- type PutMultiRegionAccessPointPolicyInput
- func (s PutMultiRegionAccessPointPolicyInput) GoString() string
- func (s *PutMultiRegionAccessPointPolicyInput) SetAccountId(v string) *PutMultiRegionAccessPointPolicyInput
- func (s *PutMultiRegionAccessPointPolicyInput) SetClientToken(v string) *PutMultiRegionAccessPointPolicyInput
- func (s *PutMultiRegionAccessPointPolicyInput) SetDetails(v *PutMultiRegionAccessPointPolicyInput_) *PutMultiRegionAccessPointPolicyInput
- func (s PutMultiRegionAccessPointPolicyInput) String() string
- func (s *PutMultiRegionAccessPointPolicyInput) Validate() error
- type PutMultiRegionAccessPointPolicyInput_
- func (s PutMultiRegionAccessPointPolicyInput_) GoString() string
- func (s *PutMultiRegionAccessPointPolicyInput_) SetName(v string) *PutMultiRegionAccessPointPolicyInput_
- func (s *PutMultiRegionAccessPointPolicyInput_) SetPolicy(v string) *PutMultiRegionAccessPointPolicyInput_
- func (s PutMultiRegionAccessPointPolicyInput_) String() string
- func (s *PutMultiRegionAccessPointPolicyInput_) Validate() error
- type PutMultiRegionAccessPointPolicyOutput
- type PutPublicAccessBlockInput
- func (s PutPublicAccessBlockInput) GoString() string
- func (s *PutPublicAccessBlockInput) SetAccountId(v string) *PutPublicAccessBlockInput
- func (s *PutPublicAccessBlockInput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *PutPublicAccessBlockInput
- func (s PutPublicAccessBlockInput) String() string
- func (s *PutPublicAccessBlockInput) Validate() error
- type PutPublicAccessBlockOutput
- type PutStorageLensConfigurationInput
- func (s PutStorageLensConfigurationInput) GoString() string
- func (s *PutStorageLensConfigurationInput) SetAccountId(v string) *PutStorageLensConfigurationInput
- func (s *PutStorageLensConfigurationInput) SetConfigId(v string) *PutStorageLensConfigurationInput
- func (s *PutStorageLensConfigurationInput) SetStorageLensConfiguration(v *StorageLensConfiguration) *PutStorageLensConfigurationInput
- func (s *PutStorageLensConfigurationInput) SetTags(v []*StorageLensTag) *PutStorageLensConfigurationInput
- func (s PutStorageLensConfigurationInput) String() string
- func (s *PutStorageLensConfigurationInput) Validate() error
- type PutStorageLensConfigurationOutput
- type PutStorageLensConfigurationTaggingInput
- func (s PutStorageLensConfigurationTaggingInput) GoString() string
- func (s *PutStorageLensConfigurationTaggingInput) SetAccountId(v string) *PutStorageLensConfigurationTaggingInput
- func (s *PutStorageLensConfigurationTaggingInput) SetConfigId(v string) *PutStorageLensConfigurationTaggingInput
- func (s *PutStorageLensConfigurationTaggingInput) SetTags(v []*StorageLensTag) *PutStorageLensConfigurationTaggingInput
- func (s PutStorageLensConfigurationTaggingInput) String() string
- func (s *PutStorageLensConfigurationTaggingInput) Validate() error
- type PutStorageLensConfigurationTaggingOutput
- type Region
- type RegionReport
- type RegionalBucket
- func (s RegionalBucket) GoString() string
- func (s *RegionalBucket) SetBucket(v string) *RegionalBucket
- func (s *RegionalBucket) SetBucketArn(v string) *RegionalBucket
- func (s *RegionalBucket) SetCreationDate(v time.Time) *RegionalBucket
- func (s *RegionalBucket) SetOutpostId(v string) *RegionalBucket
- func (s *RegionalBucket) SetPublicAccessBlockEnabled(v bool) *RegionalBucket
- func (s RegionalBucket) String() string
- type S3AccessControlList
- type S3AccessControlPolicy
- func (s S3AccessControlPolicy) GoString() string
- func (s *S3AccessControlPolicy) SetAccessControlList(v *S3AccessControlList) *S3AccessControlPolicy
- func (s *S3AccessControlPolicy) SetCannedAccessControlList(v string) *S3AccessControlPolicy
- func (s S3AccessControlPolicy) String() string
- func (s *S3AccessControlPolicy) Validate() error
- type S3BucketDestination
- func (s S3BucketDestination) GoString() string
- func (s *S3BucketDestination) SetAccountId(v string) *S3BucketDestination
- func (s *S3BucketDestination) SetArn(v string) *S3BucketDestination
- func (s *S3BucketDestination) SetEncryption(v *StorageLensDataExportEncryption) *S3BucketDestination
- func (s *S3BucketDestination) SetFormat(v string) *S3BucketDestination
- func (s *S3BucketDestination) SetOutputSchemaVersion(v string) *S3BucketDestination
- func (s *S3BucketDestination) SetPrefix(v string) *S3BucketDestination
- func (s S3BucketDestination) String() string
- func (s *S3BucketDestination) Validate() error
- type S3Control
- func (c *S3Control) CreateAccessPoint(input *CreateAccessPointInput) (*CreateAccessPointOutput, error)
- func (c *S3Control) CreateAccessPointForObjectLambda(input *CreateAccessPointForObjectLambdaInput) (*CreateAccessPointForObjectLambdaOutput, error)
- func (c *S3Control) CreateAccessPointForObjectLambdaRequest(input *CreateAccessPointForObjectLambdaInput) (req *request.Request, output *CreateAccessPointForObjectLambdaOutput)
- func (c *S3Control) CreateAccessPointForObjectLambdaWithContext(ctx aws.Context, input *CreateAccessPointForObjectLambdaInput, ...) (*CreateAccessPointForObjectLambdaOutput, error)
- func (c *S3Control) CreateAccessPointRequest(input *CreateAccessPointInput) (req *request.Request, output *CreateAccessPointOutput)
- func (c *S3Control) CreateAccessPointWithContext(ctx aws.Context, input *CreateAccessPointInput, opts ...request.Option) (*CreateAccessPointOutput, error)
- func (c *S3Control) CreateBucket(input *CreateBucketInput) (*CreateBucketOutput, error)
- func (c *S3Control) CreateBucketRequest(input *CreateBucketInput) (req *request.Request, output *CreateBucketOutput)
- func (c *S3Control) CreateBucketWithContext(ctx aws.Context, input *CreateBucketInput, opts ...request.Option) (*CreateBucketOutput, error)
- func (c *S3Control) CreateJob(input *CreateJobInput) (*CreateJobOutput, error)
- func (c *S3Control) CreateJobRequest(input *CreateJobInput) (req *request.Request, output *CreateJobOutput)
- func (c *S3Control) CreateJobWithContext(ctx aws.Context, input *CreateJobInput, opts ...request.Option) (*CreateJobOutput, error)
- func (c *S3Control) CreateMultiRegionAccessPoint(input *CreateMultiRegionAccessPointInput) (*CreateMultiRegionAccessPointOutput, error)
- func (c *S3Control) CreateMultiRegionAccessPointRequest(input *CreateMultiRegionAccessPointInput) (req *request.Request, output *CreateMultiRegionAccessPointOutput)
- func (c *S3Control) CreateMultiRegionAccessPointWithContext(ctx aws.Context, input *CreateMultiRegionAccessPointInput, ...) (*CreateMultiRegionAccessPointOutput, error)
- func (c *S3Control) DeleteAccessPoint(input *DeleteAccessPointInput) (*DeleteAccessPointOutput, error)
- func (c *S3Control) DeleteAccessPointForObjectLambda(input *DeleteAccessPointForObjectLambdaInput) (*DeleteAccessPointForObjectLambdaOutput, error)
- func (c *S3Control) DeleteAccessPointForObjectLambdaRequest(input *DeleteAccessPointForObjectLambdaInput) (req *request.Request, output *DeleteAccessPointForObjectLambdaOutput)
- func (c *S3Control) DeleteAccessPointForObjectLambdaWithContext(ctx aws.Context, input *DeleteAccessPointForObjectLambdaInput, ...) (*DeleteAccessPointForObjectLambdaOutput, error)
- func (c *S3Control) DeleteAccessPointPolicy(input *DeleteAccessPointPolicyInput) (*DeleteAccessPointPolicyOutput, error)
- func (c *S3Control) DeleteAccessPointPolicyForObjectLambda(input *DeleteAccessPointPolicyForObjectLambdaInput) (*DeleteAccessPointPolicyForObjectLambdaOutput, error)
- func (c *S3Control) DeleteAccessPointPolicyForObjectLambdaRequest(input *DeleteAccessPointPolicyForObjectLambdaInput) (req *request.Request, output *DeleteAccessPointPolicyForObjectLambdaOutput)
- func (c *S3Control) DeleteAccessPointPolicyForObjectLambdaWithContext(ctx aws.Context, input *DeleteAccessPointPolicyForObjectLambdaInput, ...) (*DeleteAccessPointPolicyForObjectLambdaOutput, error)
- func (c *S3Control) DeleteAccessPointPolicyRequest(input *DeleteAccessPointPolicyInput) (req *request.Request, output *DeleteAccessPointPolicyOutput)
- func (c *S3Control) DeleteAccessPointPolicyWithContext(ctx aws.Context, input *DeleteAccessPointPolicyInput, opts ...request.Option) (*DeleteAccessPointPolicyOutput, error)
- func (c *S3Control) DeleteAccessPointRequest(input *DeleteAccessPointInput) (req *request.Request, output *DeleteAccessPointOutput)
- func (c *S3Control) DeleteAccessPointWithContext(ctx aws.Context, input *DeleteAccessPointInput, opts ...request.Option) (*DeleteAccessPointOutput, error)
- func (c *S3Control) DeleteBucket(input *DeleteBucketInput) (*DeleteBucketOutput, error)
- func (c *S3Control) DeleteBucketLifecycleConfiguration(input *DeleteBucketLifecycleConfigurationInput) (*DeleteBucketLifecycleConfigurationOutput, error)
- func (c *S3Control) DeleteBucketLifecycleConfigurationRequest(input *DeleteBucketLifecycleConfigurationInput) (req *request.Request, output *DeleteBucketLifecycleConfigurationOutput)
- func (c *S3Control) DeleteBucketLifecycleConfigurationWithContext(ctx aws.Context, input *DeleteBucketLifecycleConfigurationInput, ...) (*DeleteBucketLifecycleConfigurationOutput, error)
- func (c *S3Control) DeleteBucketPolicy(input *DeleteBucketPolicyInput) (*DeleteBucketPolicyOutput, error)
- func (c *S3Control) DeleteBucketPolicyRequest(input *DeleteBucketPolicyInput) (req *request.Request, output *DeleteBucketPolicyOutput)
- func (c *S3Control) DeleteBucketPolicyWithContext(ctx aws.Context, input *DeleteBucketPolicyInput, opts ...request.Option) (*DeleteBucketPolicyOutput, error)
- func (c *S3Control) DeleteBucketRequest(input *DeleteBucketInput) (req *request.Request, output *DeleteBucketOutput)
- func (c *S3Control) DeleteBucketTagging(input *DeleteBucketTaggingInput) (*DeleteBucketTaggingOutput, error)
- func (c *S3Control) DeleteBucketTaggingRequest(input *DeleteBucketTaggingInput) (req *request.Request, output *DeleteBucketTaggingOutput)
- func (c *S3Control) DeleteBucketTaggingWithContext(ctx aws.Context, input *DeleteBucketTaggingInput, opts ...request.Option) (*DeleteBucketTaggingOutput, error)
- func (c *S3Control) DeleteBucketWithContext(ctx aws.Context, input *DeleteBucketInput, opts ...request.Option) (*DeleteBucketOutput, error)
- func (c *S3Control) DeleteJobTagging(input *DeleteJobTaggingInput) (*DeleteJobTaggingOutput, error)
- func (c *S3Control) DeleteJobTaggingRequest(input *DeleteJobTaggingInput) (req *request.Request, output *DeleteJobTaggingOutput)
- func (c *S3Control) DeleteJobTaggingWithContext(ctx aws.Context, input *DeleteJobTaggingInput, opts ...request.Option) (*DeleteJobTaggingOutput, error)
- func (c *S3Control) DeleteMultiRegionAccessPoint(input *DeleteMultiRegionAccessPointInput) (*DeleteMultiRegionAccessPointOutput, error)
- func (c *S3Control) DeleteMultiRegionAccessPointRequest(input *DeleteMultiRegionAccessPointInput) (req *request.Request, output *DeleteMultiRegionAccessPointOutput)
- func (c *S3Control) DeleteMultiRegionAccessPointWithContext(ctx aws.Context, input *DeleteMultiRegionAccessPointInput, ...) (*DeleteMultiRegionAccessPointOutput, error)
- func (c *S3Control) DeletePublicAccessBlock(input *DeletePublicAccessBlockInput) (*DeletePublicAccessBlockOutput, error)
- func (c *S3Control) DeletePublicAccessBlockRequest(input *DeletePublicAccessBlockInput) (req *request.Request, output *DeletePublicAccessBlockOutput)
- func (c *S3Control) DeletePublicAccessBlockWithContext(ctx aws.Context, input *DeletePublicAccessBlockInput, opts ...request.Option) (*DeletePublicAccessBlockOutput, error)
- func (c *S3Control) DeleteStorageLensConfiguration(input *DeleteStorageLensConfigurationInput) (*DeleteStorageLensConfigurationOutput, error)
- func (c *S3Control) DeleteStorageLensConfigurationRequest(input *DeleteStorageLensConfigurationInput) (req *request.Request, output *DeleteStorageLensConfigurationOutput)
- func (c *S3Control) DeleteStorageLensConfigurationTagging(input *DeleteStorageLensConfigurationTaggingInput) (*DeleteStorageLensConfigurationTaggingOutput, error)
- func (c *S3Control) DeleteStorageLensConfigurationTaggingRequest(input *DeleteStorageLensConfigurationTaggingInput) (req *request.Request, output *DeleteStorageLensConfigurationTaggingOutput)
- func (c *S3Control) DeleteStorageLensConfigurationTaggingWithContext(ctx aws.Context, input *DeleteStorageLensConfigurationTaggingInput, ...) (*DeleteStorageLensConfigurationTaggingOutput, error)
- func (c *S3Control) DeleteStorageLensConfigurationWithContext(ctx aws.Context, input *DeleteStorageLensConfigurationInput, ...) (*DeleteStorageLensConfigurationOutput, error)
- func (c *S3Control) DescribeJob(input *DescribeJobInput) (*DescribeJobOutput, error)
- func (c *S3Control) DescribeJobRequest(input *DescribeJobInput) (req *request.Request, output *DescribeJobOutput)
- func (c *S3Control) DescribeJobWithContext(ctx aws.Context, input *DescribeJobInput, opts ...request.Option) (*DescribeJobOutput, error)
- func (c *S3Control) DescribeMultiRegionAccessPointOperation(input *DescribeMultiRegionAccessPointOperationInput) (*DescribeMultiRegionAccessPointOperationOutput, error)
- func (c *S3Control) DescribeMultiRegionAccessPointOperationRequest(input *DescribeMultiRegionAccessPointOperationInput) (req *request.Request, output *DescribeMultiRegionAccessPointOperationOutput)
- func (c *S3Control) DescribeMultiRegionAccessPointOperationWithContext(ctx aws.Context, input *DescribeMultiRegionAccessPointOperationInput, ...) (*DescribeMultiRegionAccessPointOperationOutput, error)
- func (c *S3Control) GetAccessPoint(input *GetAccessPointInput) (*GetAccessPointOutput, error)
- func (c *S3Control) GetAccessPointConfigurationForObjectLambda(input *GetAccessPointConfigurationForObjectLambdaInput) (*GetAccessPointConfigurationForObjectLambdaOutput, error)
- func (c *S3Control) GetAccessPointConfigurationForObjectLambdaRequest(input *GetAccessPointConfigurationForObjectLambdaInput) (req *request.Request, output *GetAccessPointConfigurationForObjectLambdaOutput)
- func (c *S3Control) GetAccessPointConfigurationForObjectLambdaWithContext(ctx aws.Context, input *GetAccessPointConfigurationForObjectLambdaInput, ...) (*GetAccessPointConfigurationForObjectLambdaOutput, error)
- func (c *S3Control) GetAccessPointForObjectLambda(input *GetAccessPointForObjectLambdaInput) (*GetAccessPointForObjectLambdaOutput, error)
- func (c *S3Control) GetAccessPointForObjectLambdaRequest(input *GetAccessPointForObjectLambdaInput) (req *request.Request, output *GetAccessPointForObjectLambdaOutput)
- func (c *S3Control) GetAccessPointForObjectLambdaWithContext(ctx aws.Context, input *GetAccessPointForObjectLambdaInput, ...) (*GetAccessPointForObjectLambdaOutput, error)
- func (c *S3Control) GetAccessPointPolicy(input *GetAccessPointPolicyInput) (*GetAccessPointPolicyOutput, error)
- func (c *S3Control) GetAccessPointPolicyForObjectLambda(input *GetAccessPointPolicyForObjectLambdaInput) (*GetAccessPointPolicyForObjectLambdaOutput, error)
- func (c *S3Control) GetAccessPointPolicyForObjectLambdaRequest(input *GetAccessPointPolicyForObjectLambdaInput) (req *request.Request, output *GetAccessPointPolicyForObjectLambdaOutput)
- func (c *S3Control) GetAccessPointPolicyForObjectLambdaWithContext(ctx aws.Context, input *GetAccessPointPolicyForObjectLambdaInput, ...) (*GetAccessPointPolicyForObjectLambdaOutput, error)
- func (c *S3Control) GetAccessPointPolicyRequest(input *GetAccessPointPolicyInput) (req *request.Request, output *GetAccessPointPolicyOutput)
- func (c *S3Control) GetAccessPointPolicyStatus(input *GetAccessPointPolicyStatusInput) (*GetAccessPointPolicyStatusOutput, error)
- func (c *S3Control) GetAccessPointPolicyStatusForObjectLambda(input *GetAccessPointPolicyStatusForObjectLambdaInput) (*GetAccessPointPolicyStatusForObjectLambdaOutput, error)
- func (c *S3Control) GetAccessPointPolicyStatusForObjectLambdaRequest(input *GetAccessPointPolicyStatusForObjectLambdaInput) (req *request.Request, output *GetAccessPointPolicyStatusForObjectLambdaOutput)
- func (c *S3Control) GetAccessPointPolicyStatusForObjectLambdaWithContext(ctx aws.Context, input *GetAccessPointPolicyStatusForObjectLambdaInput, ...) (*GetAccessPointPolicyStatusForObjectLambdaOutput, error)
- func (c *S3Control) GetAccessPointPolicyStatusRequest(input *GetAccessPointPolicyStatusInput) (req *request.Request, output *GetAccessPointPolicyStatusOutput)
- func (c *S3Control) GetAccessPointPolicyStatusWithContext(ctx aws.Context, input *GetAccessPointPolicyStatusInput, ...) (*GetAccessPointPolicyStatusOutput, error)
- func (c *S3Control) GetAccessPointPolicyWithContext(ctx aws.Context, input *GetAccessPointPolicyInput, opts ...request.Option) (*GetAccessPointPolicyOutput, error)
- func (c *S3Control) GetAccessPointRequest(input *GetAccessPointInput) (req *request.Request, output *GetAccessPointOutput)
- func (c *S3Control) GetAccessPointWithContext(ctx aws.Context, input *GetAccessPointInput, opts ...request.Option) (*GetAccessPointOutput, error)
- func (c *S3Control) GetBucket(input *GetBucketInput) (*GetBucketOutput, error)
- func (c *S3Control) GetBucketLifecycleConfiguration(input *GetBucketLifecycleConfigurationInput) (*GetBucketLifecycleConfigurationOutput, error)
- func (c *S3Control) GetBucketLifecycleConfigurationRequest(input *GetBucketLifecycleConfigurationInput) (req *request.Request, output *GetBucketLifecycleConfigurationOutput)
- func (c *S3Control) GetBucketLifecycleConfigurationWithContext(ctx aws.Context, input *GetBucketLifecycleConfigurationInput, ...) (*GetBucketLifecycleConfigurationOutput, error)
- func (c *S3Control) GetBucketPolicy(input *GetBucketPolicyInput) (*GetBucketPolicyOutput, error)
- func (c *S3Control) GetBucketPolicyRequest(input *GetBucketPolicyInput) (req *request.Request, output *GetBucketPolicyOutput)
- func (c *S3Control) GetBucketPolicyWithContext(ctx aws.Context, input *GetBucketPolicyInput, opts ...request.Option) (*GetBucketPolicyOutput, error)
- func (c *S3Control) GetBucketRequest(input *GetBucketInput) (req *request.Request, output *GetBucketOutput)
- func (c *S3Control) GetBucketTagging(input *GetBucketTaggingInput) (*GetBucketTaggingOutput, error)
- func (c *S3Control) GetBucketTaggingRequest(input *GetBucketTaggingInput) (req *request.Request, output *GetBucketTaggingOutput)
- func (c *S3Control) GetBucketTaggingWithContext(ctx aws.Context, input *GetBucketTaggingInput, opts ...request.Option) (*GetBucketTaggingOutput, error)
- func (c *S3Control) GetBucketVersioning(input *GetBucketVersioningInput) (*GetBucketVersioningOutput, error)
- func (c *S3Control) GetBucketVersioningRequest(input *GetBucketVersioningInput) (req *request.Request, output *GetBucketVersioningOutput)
- func (c *S3Control) GetBucketVersioningWithContext(ctx aws.Context, input *GetBucketVersioningInput, opts ...request.Option) (*GetBucketVersioningOutput, error)
- func (c *S3Control) GetBucketWithContext(ctx aws.Context, input *GetBucketInput, opts ...request.Option) (*GetBucketOutput, error)
- func (c *S3Control) GetJobTagging(input *GetJobTaggingInput) (*GetJobTaggingOutput, error)
- func (c *S3Control) GetJobTaggingRequest(input *GetJobTaggingInput) (req *request.Request, output *GetJobTaggingOutput)
- func (c *S3Control) GetJobTaggingWithContext(ctx aws.Context, input *GetJobTaggingInput, opts ...request.Option) (*GetJobTaggingOutput, error)
- func (c *S3Control) GetMultiRegionAccessPoint(input *GetMultiRegionAccessPointInput) (*GetMultiRegionAccessPointOutput, error)
- func (c *S3Control) GetMultiRegionAccessPointPolicy(input *GetMultiRegionAccessPointPolicyInput) (*GetMultiRegionAccessPointPolicyOutput, error)
- func (c *S3Control) GetMultiRegionAccessPointPolicyRequest(input *GetMultiRegionAccessPointPolicyInput) (req *request.Request, output *GetMultiRegionAccessPointPolicyOutput)
- func (c *S3Control) GetMultiRegionAccessPointPolicyStatus(input *GetMultiRegionAccessPointPolicyStatusInput) (*GetMultiRegionAccessPointPolicyStatusOutput, error)
- func (c *S3Control) GetMultiRegionAccessPointPolicyStatusRequest(input *GetMultiRegionAccessPointPolicyStatusInput) (req *request.Request, output *GetMultiRegionAccessPointPolicyStatusOutput)
- func (c *S3Control) GetMultiRegionAccessPointPolicyStatusWithContext(ctx aws.Context, input *GetMultiRegionAccessPointPolicyStatusInput, ...) (*GetMultiRegionAccessPointPolicyStatusOutput, error)
- func (c *S3Control) GetMultiRegionAccessPointPolicyWithContext(ctx aws.Context, input *GetMultiRegionAccessPointPolicyInput, ...) (*GetMultiRegionAccessPointPolicyOutput, error)
- func (c *S3Control) GetMultiRegionAccessPointRequest(input *GetMultiRegionAccessPointInput) (req *request.Request, output *GetMultiRegionAccessPointOutput)
- func (c *S3Control) GetMultiRegionAccessPointWithContext(ctx aws.Context, input *GetMultiRegionAccessPointInput, opts ...request.Option) (*GetMultiRegionAccessPointOutput, error)
- func (c *S3Control) GetPublicAccessBlock(input *GetPublicAccessBlockInput) (*GetPublicAccessBlockOutput, error)
- func (c *S3Control) GetPublicAccessBlockRequest(input *GetPublicAccessBlockInput) (req *request.Request, output *GetPublicAccessBlockOutput)
- func (c *S3Control) GetPublicAccessBlockWithContext(ctx aws.Context, input *GetPublicAccessBlockInput, opts ...request.Option) (*GetPublicAccessBlockOutput, error)
- func (c *S3Control) GetStorageLensConfiguration(input *GetStorageLensConfigurationInput) (*GetStorageLensConfigurationOutput, error)
- func (c *S3Control) GetStorageLensConfigurationRequest(input *GetStorageLensConfigurationInput) (req *request.Request, output *GetStorageLensConfigurationOutput)
- func (c *S3Control) GetStorageLensConfigurationTagging(input *GetStorageLensConfigurationTaggingInput) (*GetStorageLensConfigurationTaggingOutput, error)
- func (c *S3Control) GetStorageLensConfigurationTaggingRequest(input *GetStorageLensConfigurationTaggingInput) (req *request.Request, output *GetStorageLensConfigurationTaggingOutput)
- func (c *S3Control) GetStorageLensConfigurationTaggingWithContext(ctx aws.Context, input *GetStorageLensConfigurationTaggingInput, ...) (*GetStorageLensConfigurationTaggingOutput, error)
- func (c *S3Control) GetStorageLensConfigurationWithContext(ctx aws.Context, input *GetStorageLensConfigurationInput, ...) (*GetStorageLensConfigurationOutput, error)
- func (c *S3Control) ListAccessPoints(input *ListAccessPointsInput) (*ListAccessPointsOutput, error)
- func (c *S3Control) ListAccessPointsForObjectLambda(input *ListAccessPointsForObjectLambdaInput) (*ListAccessPointsForObjectLambdaOutput, error)
- func (c *S3Control) ListAccessPointsForObjectLambdaPages(input *ListAccessPointsForObjectLambdaInput, ...) error
- func (c *S3Control) ListAccessPointsForObjectLambdaPagesWithContext(ctx aws.Context, input *ListAccessPointsForObjectLambdaInput, ...) error
- func (c *S3Control) ListAccessPointsForObjectLambdaRequest(input *ListAccessPointsForObjectLambdaInput) (req *request.Request, output *ListAccessPointsForObjectLambdaOutput)
- func (c *S3Control) ListAccessPointsForObjectLambdaWithContext(ctx aws.Context, input *ListAccessPointsForObjectLambdaInput, ...) (*ListAccessPointsForObjectLambdaOutput, error)
- func (c *S3Control) ListAccessPointsPages(input *ListAccessPointsInput, fn func(*ListAccessPointsOutput, bool) bool) error
- func (c *S3Control) ListAccessPointsPagesWithContext(ctx aws.Context, input *ListAccessPointsInput, ...) error
- func (c *S3Control) ListAccessPointsRequest(input *ListAccessPointsInput) (req *request.Request, output *ListAccessPointsOutput)
- func (c *S3Control) ListAccessPointsWithContext(ctx aws.Context, input *ListAccessPointsInput, opts ...request.Option) (*ListAccessPointsOutput, error)
- func (c *S3Control) ListJobs(input *ListJobsInput) (*ListJobsOutput, error)
- func (c *S3Control) ListJobsPages(input *ListJobsInput, fn func(*ListJobsOutput, bool) bool) error
- func (c *S3Control) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, ...) error
- func (c *S3Control) ListJobsRequest(input *ListJobsInput) (req *request.Request, output *ListJobsOutput)
- func (c *S3Control) ListJobsWithContext(ctx aws.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error)
- func (c *S3Control) ListMultiRegionAccessPoints(input *ListMultiRegionAccessPointsInput) (*ListMultiRegionAccessPointsOutput, error)
- func (c *S3Control) ListMultiRegionAccessPointsPages(input *ListMultiRegionAccessPointsInput, ...) error
- func (c *S3Control) ListMultiRegionAccessPointsPagesWithContext(ctx aws.Context, input *ListMultiRegionAccessPointsInput, ...) error
- func (c *S3Control) ListMultiRegionAccessPointsRequest(input *ListMultiRegionAccessPointsInput) (req *request.Request, output *ListMultiRegionAccessPointsOutput)
- func (c *S3Control) ListMultiRegionAccessPointsWithContext(ctx aws.Context, input *ListMultiRegionAccessPointsInput, ...) (*ListMultiRegionAccessPointsOutput, error)
- func (c *S3Control) ListRegionalBuckets(input *ListRegionalBucketsInput) (*ListRegionalBucketsOutput, error)
- func (c *S3Control) ListRegionalBucketsPages(input *ListRegionalBucketsInput, ...) error
- func (c *S3Control) ListRegionalBucketsPagesWithContext(ctx aws.Context, input *ListRegionalBucketsInput, ...) error
- func (c *S3Control) ListRegionalBucketsRequest(input *ListRegionalBucketsInput) (req *request.Request, output *ListRegionalBucketsOutput)
- func (c *S3Control) ListRegionalBucketsWithContext(ctx aws.Context, input *ListRegionalBucketsInput, opts ...request.Option) (*ListRegionalBucketsOutput, error)
- func (c *S3Control) ListStorageLensConfigurations(input *ListStorageLensConfigurationsInput) (*ListStorageLensConfigurationsOutput, error)
- func (c *S3Control) ListStorageLensConfigurationsPages(input *ListStorageLensConfigurationsInput, ...) error
- func (c *S3Control) ListStorageLensConfigurationsPagesWithContext(ctx aws.Context, input *ListStorageLensConfigurationsInput, ...) error
- func (c *S3Control) ListStorageLensConfigurationsRequest(input *ListStorageLensConfigurationsInput) (req *request.Request, output *ListStorageLensConfigurationsOutput)
- func (c *S3Control) ListStorageLensConfigurationsWithContext(ctx aws.Context, input *ListStorageLensConfigurationsInput, ...) (*ListStorageLensConfigurationsOutput, error)
- func (c *S3Control) PutAccessPointConfigurationForObjectLambda(input *PutAccessPointConfigurationForObjectLambdaInput) (*PutAccessPointConfigurationForObjectLambdaOutput, error)
- func (c *S3Control) PutAccessPointConfigurationForObjectLambdaRequest(input *PutAccessPointConfigurationForObjectLambdaInput) (req *request.Request, output *PutAccessPointConfigurationForObjectLambdaOutput)
- func (c *S3Control) PutAccessPointConfigurationForObjectLambdaWithContext(ctx aws.Context, input *PutAccessPointConfigurationForObjectLambdaInput, ...) (*PutAccessPointConfigurationForObjectLambdaOutput, error)
- func (c *S3Control) PutAccessPointPolicy(input *PutAccessPointPolicyInput) (*PutAccessPointPolicyOutput, error)
- func (c *S3Control) PutAccessPointPolicyForObjectLambda(input *PutAccessPointPolicyForObjectLambdaInput) (*PutAccessPointPolicyForObjectLambdaOutput, error)
- func (c *S3Control) PutAccessPointPolicyForObjectLambdaRequest(input *PutAccessPointPolicyForObjectLambdaInput) (req *request.Request, output *PutAccessPointPolicyForObjectLambdaOutput)
- func (c *S3Control) PutAccessPointPolicyForObjectLambdaWithContext(ctx aws.Context, input *PutAccessPointPolicyForObjectLambdaInput, ...) (*PutAccessPointPolicyForObjectLambdaOutput, error)
- func (c *S3Control) PutAccessPointPolicyRequest(input *PutAccessPointPolicyInput) (req *request.Request, output *PutAccessPointPolicyOutput)
- func (c *S3Control) PutAccessPointPolicyWithContext(ctx aws.Context, input *PutAccessPointPolicyInput, opts ...request.Option) (*PutAccessPointPolicyOutput, error)
- func (c *S3Control) PutBucketLifecycleConfiguration(input *PutBucketLifecycleConfigurationInput) (*PutBucketLifecycleConfigurationOutput, error)
- func (c *S3Control) PutBucketLifecycleConfigurationRequest(input *PutBucketLifecycleConfigurationInput) (req *request.Request, output *PutBucketLifecycleConfigurationOutput)
- func (c *S3Control) PutBucketLifecycleConfigurationWithContext(ctx aws.Context, input *PutBucketLifecycleConfigurationInput, ...) (*PutBucketLifecycleConfigurationOutput, error)
- func (c *S3Control) PutBucketPolicy(input *PutBucketPolicyInput) (*PutBucketPolicyOutput, error)
- func (c *S3Control) PutBucketPolicyRequest(input *PutBucketPolicyInput) (req *request.Request, output *PutBucketPolicyOutput)
- func (c *S3Control) PutBucketPolicyWithContext(ctx aws.Context, input *PutBucketPolicyInput, opts ...request.Option) (*PutBucketPolicyOutput, error)
- func (c *S3Control) PutBucketTagging(input *PutBucketTaggingInput) (*PutBucketTaggingOutput, error)
- func (c *S3Control) PutBucketTaggingRequest(input *PutBucketTaggingInput) (req *request.Request, output *PutBucketTaggingOutput)
- func (c *S3Control) PutBucketTaggingWithContext(ctx aws.Context, input *PutBucketTaggingInput, opts ...request.Option) (*PutBucketTaggingOutput, error)
- func (c *S3Control) PutBucketVersioning(input *PutBucketVersioningInput) (*PutBucketVersioningOutput, error)
- func (c *S3Control) PutBucketVersioningRequest(input *PutBucketVersioningInput) (req *request.Request, output *PutBucketVersioningOutput)
- func (c *S3Control) PutBucketVersioningWithContext(ctx aws.Context, input *PutBucketVersioningInput, opts ...request.Option) (*PutBucketVersioningOutput, error)
- func (c *S3Control) PutJobTagging(input *PutJobTaggingInput) (*PutJobTaggingOutput, error)
- func (c *S3Control) PutJobTaggingRequest(input *PutJobTaggingInput) (req *request.Request, output *PutJobTaggingOutput)
- func (c *S3Control) PutJobTaggingWithContext(ctx aws.Context, input *PutJobTaggingInput, opts ...request.Option) (*PutJobTaggingOutput, error)
- func (c *S3Control) PutMultiRegionAccessPointPolicy(input *PutMultiRegionAccessPointPolicyInput) (*PutMultiRegionAccessPointPolicyOutput, error)
- func (c *S3Control) PutMultiRegionAccessPointPolicyRequest(input *PutMultiRegionAccessPointPolicyInput) (req *request.Request, output *PutMultiRegionAccessPointPolicyOutput)
- func (c *S3Control) PutMultiRegionAccessPointPolicyWithContext(ctx aws.Context, input *PutMultiRegionAccessPointPolicyInput, ...) (*PutMultiRegionAccessPointPolicyOutput, error)
- func (c *S3Control) PutPublicAccessBlock(input *PutPublicAccessBlockInput) (*PutPublicAccessBlockOutput, error)
- func (c *S3Control) PutPublicAccessBlockRequest(input *PutPublicAccessBlockInput) (req *request.Request, output *PutPublicAccessBlockOutput)
- func (c *S3Control) PutPublicAccessBlockWithContext(ctx aws.Context, input *PutPublicAccessBlockInput, opts ...request.Option) (*PutPublicAccessBlockOutput, error)
- func (c *S3Control) PutStorageLensConfiguration(input *PutStorageLensConfigurationInput) (*PutStorageLensConfigurationOutput, error)
- func (c *S3Control) PutStorageLensConfigurationRequest(input *PutStorageLensConfigurationInput) (req *request.Request, output *PutStorageLensConfigurationOutput)
- func (c *S3Control) PutStorageLensConfigurationTagging(input *PutStorageLensConfigurationTaggingInput) (*PutStorageLensConfigurationTaggingOutput, error)
- func (c *S3Control) PutStorageLensConfigurationTaggingRequest(input *PutStorageLensConfigurationTaggingInput) (req *request.Request, output *PutStorageLensConfigurationTaggingOutput)
- func (c *S3Control) PutStorageLensConfigurationTaggingWithContext(ctx aws.Context, input *PutStorageLensConfigurationTaggingInput, ...) (*PutStorageLensConfigurationTaggingOutput, error)
- func (c *S3Control) PutStorageLensConfigurationWithContext(ctx aws.Context, input *PutStorageLensConfigurationInput, ...) (*PutStorageLensConfigurationOutput, error)
- func (c *S3Control) UpdateJobPriority(input *UpdateJobPriorityInput) (*UpdateJobPriorityOutput, error)
- func (c *S3Control) UpdateJobPriorityRequest(input *UpdateJobPriorityInput) (req *request.Request, output *UpdateJobPriorityOutput)
- func (c *S3Control) UpdateJobPriorityWithContext(ctx aws.Context, input *UpdateJobPriorityInput, opts ...request.Option) (*UpdateJobPriorityOutput, error)
- func (c *S3Control) UpdateJobStatus(input *UpdateJobStatusInput) (*UpdateJobStatusOutput, error)
- func (c *S3Control) UpdateJobStatusRequest(input *UpdateJobStatusInput) (req *request.Request, output *UpdateJobStatusOutput)
- func (c *S3Control) UpdateJobStatusWithContext(ctx aws.Context, input *UpdateJobStatusInput, opts ...request.Option) (*UpdateJobStatusOutput, error)
- type S3CopyObjectOperation
- func (s S3CopyObjectOperation) GoString() string
- func (s *S3CopyObjectOperation) SetAccessControlGrants(v []*S3Grant) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetBucketKeyEnabled(v bool) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetCannedAccessControlList(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetChecksumAlgorithm(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetMetadataDirective(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetModifiedSinceConstraint(v time.Time) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetNewObjectMetadata(v *S3ObjectMetadata) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetNewObjectTagging(v []*S3Tag) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetObjectLockLegalHoldStatus(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetObjectLockMode(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetObjectLockRetainUntilDate(v time.Time) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetRedirectLocation(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetRequesterPays(v bool) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetSSEAwsKmsKeyId(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetStorageClass(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetTargetKeyPrefix(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetTargetResource(v string) *S3CopyObjectOperation
- func (s *S3CopyObjectOperation) SetUnModifiedSinceConstraint(v time.Time) *S3CopyObjectOperation
- func (s S3CopyObjectOperation) String() string
- func (s *S3CopyObjectOperation) Validate() error
- type S3DeleteObjectTaggingOperation
- type S3GeneratedManifestDescriptor
- func (s S3GeneratedManifestDescriptor) GoString() string
- func (s *S3GeneratedManifestDescriptor) SetFormat(v string) *S3GeneratedManifestDescriptor
- func (s *S3GeneratedManifestDescriptor) SetLocation(v *JobManifestLocation) *S3GeneratedManifestDescriptor
- func (s S3GeneratedManifestDescriptor) String() string
- type S3Grant
- type S3Grantee
- type S3InitiateRestoreObjectOperation
- func (s S3InitiateRestoreObjectOperation) GoString() string
- func (s *S3InitiateRestoreObjectOperation) SetExpirationInDays(v int64) *S3InitiateRestoreObjectOperation
- func (s *S3InitiateRestoreObjectOperation) SetGlacierJobTier(v string) *S3InitiateRestoreObjectOperation
- func (s S3InitiateRestoreObjectOperation) String() string
- type S3JobManifestGenerator
- func (s S3JobManifestGenerator) GoString() string
- func (s *S3JobManifestGenerator) SetEnableManifestOutput(v bool) *S3JobManifestGenerator
- func (s *S3JobManifestGenerator) SetExpectedBucketOwner(v string) *S3JobManifestGenerator
- func (s *S3JobManifestGenerator) SetFilter(v *JobManifestGeneratorFilter) *S3JobManifestGenerator
- func (s *S3JobManifestGenerator) SetManifestOutputLocation(v *S3ManifestOutputLocation) *S3JobManifestGenerator
- func (s *S3JobManifestGenerator) SetSourceBucket(v string) *S3JobManifestGenerator
- func (s S3JobManifestGenerator) String() string
- func (s *S3JobManifestGenerator) Validate() error
- type S3ManifestOutputLocation
- func (s S3ManifestOutputLocation) GoString() string
- func (s *S3ManifestOutputLocation) SetBucket(v string) *S3ManifestOutputLocation
- func (s *S3ManifestOutputLocation) SetExpectedManifestBucketOwner(v string) *S3ManifestOutputLocation
- func (s *S3ManifestOutputLocation) SetManifestEncryption(v *GeneratedManifestEncryption) *S3ManifestOutputLocation
- func (s *S3ManifestOutputLocation) SetManifestFormat(v string) *S3ManifestOutputLocation
- func (s *S3ManifestOutputLocation) SetManifestPrefix(v string) *S3ManifestOutputLocation
- func (s S3ManifestOutputLocation) String() string
- func (s *S3ManifestOutputLocation) Validate() error
- type S3ObjectLockLegalHold
- type S3ObjectMetadata
- func (s S3ObjectMetadata) GoString() string
- func (s *S3ObjectMetadata) SetCacheControl(v string) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetContentDisposition(v string) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetContentEncoding(v string) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetContentLanguage(v string) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetContentLength(v int64) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetContentMD5(v string) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetContentType(v string) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetHttpExpiresDate(v time.Time) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetRequesterCharged(v bool) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetSSEAlgorithm(v string) *S3ObjectMetadata
- func (s *S3ObjectMetadata) SetUserMetadata(v map[string]*string) *S3ObjectMetadata
- func (s S3ObjectMetadata) String() string
- func (s *S3ObjectMetadata) Validate() error
- type S3ObjectOwner
- type S3ReplicateObjectOperation
- type S3Retention
- type S3SetObjectAclOperation
- type S3SetObjectLegalHoldOperation
- type S3SetObjectRetentionOperation
- func (s S3SetObjectRetentionOperation) GoString() string
- func (s *S3SetObjectRetentionOperation) SetBypassGovernanceRetention(v bool) *S3SetObjectRetentionOperation
- func (s *S3SetObjectRetentionOperation) SetRetention(v *S3Retention) *S3SetObjectRetentionOperation
- func (s S3SetObjectRetentionOperation) String() string
- func (s *S3SetObjectRetentionOperation) Validate() error
- type S3SetObjectTaggingOperation
- type S3Tag
- type SSEKMS
- type SSEKMSEncryption
- type SSES3
- type SSES3Encryption
- type SelectionCriteria
- func (s SelectionCriteria) GoString() string
- func (s *SelectionCriteria) SetDelimiter(v string) *SelectionCriteria
- func (s *SelectionCriteria) SetMaxDepth(v int64) *SelectionCriteria
- func (s *SelectionCriteria) SetMinStorageBytesPercentage(v float64) *SelectionCriteria
- func (s SelectionCriteria) String() string
- func (s *SelectionCriteria) Validate() error
- type StorageLensAwsOrg
- type StorageLensConfiguration
- func (s StorageLensConfiguration) GoString() string
- func (s *StorageLensConfiguration) SetAccountLevel(v *AccountLevel) *StorageLensConfiguration
- func (s *StorageLensConfiguration) SetAwsOrg(v *StorageLensAwsOrg) *StorageLensConfiguration
- func (s *StorageLensConfiguration) SetDataExport(v *StorageLensDataExport) *StorageLensConfiguration
- func (s *StorageLensConfiguration) SetExclude(v *Exclude) *StorageLensConfiguration
- func (s *StorageLensConfiguration) SetId(v string) *StorageLensConfiguration
- func (s *StorageLensConfiguration) SetInclude(v *Include) *StorageLensConfiguration
- func (s *StorageLensConfiguration) SetIsEnabled(v bool) *StorageLensConfiguration
- func (s *StorageLensConfiguration) SetStorageLensArn(v string) *StorageLensConfiguration
- func (s StorageLensConfiguration) String() string
- func (s *StorageLensConfiguration) Validate() error
- type StorageLensDataExport
- func (s StorageLensDataExport) GoString() string
- func (s *StorageLensDataExport) SetCloudWatchMetrics(v *CloudWatchMetrics) *StorageLensDataExport
- func (s *StorageLensDataExport) SetS3BucketDestination(v *S3BucketDestination) *StorageLensDataExport
- func (s StorageLensDataExport) String() string
- func (s *StorageLensDataExport) Validate() error
- type StorageLensDataExportEncryption
- func (s StorageLensDataExportEncryption) GoString() string
- func (s *StorageLensDataExportEncryption) SetSSEKMS(v *SSEKMS) *StorageLensDataExportEncryption
- func (s *StorageLensDataExportEncryption) SetSSES3(v *SSES3) *StorageLensDataExportEncryption
- func (s StorageLensDataExportEncryption) String() string
- func (s *StorageLensDataExportEncryption) Validate() error
- type StorageLensTag
- type Tagging
- type Transition
- type UpdateJobPriorityInput
- func (s UpdateJobPriorityInput) GoString() string
- func (s *UpdateJobPriorityInput) SetAccountId(v string) *UpdateJobPriorityInput
- func (s *UpdateJobPriorityInput) SetJobId(v string) *UpdateJobPriorityInput
- func (s *UpdateJobPriorityInput) SetPriority(v int64) *UpdateJobPriorityInput
- func (s UpdateJobPriorityInput) String() string
- func (s *UpdateJobPriorityInput) Validate() error
- type UpdateJobPriorityOutput
- type UpdateJobStatusInput
- func (s UpdateJobStatusInput) GoString() string
- func (s *UpdateJobStatusInput) SetAccountId(v string) *UpdateJobStatusInput
- func (s *UpdateJobStatusInput) SetJobId(v string) *UpdateJobStatusInput
- func (s *UpdateJobStatusInput) SetRequestedJobStatus(v string) *UpdateJobStatusInput
- func (s *UpdateJobStatusInput) SetStatusUpdateReason(v string) *UpdateJobStatusInput
- func (s UpdateJobStatusInput) String() string
- func (s *UpdateJobStatusInput) Validate() error
- type UpdateJobStatusOutput
- func (s UpdateJobStatusOutput) GoString() string
- func (s *UpdateJobStatusOutput) SetJobId(v string) *UpdateJobStatusOutput
- func (s *UpdateJobStatusOutput) SetStatus(v string) *UpdateJobStatusOutput
- func (s *UpdateJobStatusOutput) SetStatusUpdateReason(v string) *UpdateJobStatusOutput
- func (s UpdateJobStatusOutput) String() string
- type VersioningConfiguration
- type VpcConfiguration
Constants ¶
const ( // AsyncOperationNameCreateMultiRegionAccessPoint is a AsyncOperationName enum value AsyncOperationNameCreateMultiRegionAccessPoint = "CreateMultiRegionAccessPoint" // AsyncOperationNameDeleteMultiRegionAccessPoint is a AsyncOperationName enum value AsyncOperationNameDeleteMultiRegionAccessPoint = "DeleteMultiRegionAccessPoint" // AsyncOperationNamePutMultiRegionAccessPointPolicy is a AsyncOperationName enum value AsyncOperationNamePutMultiRegionAccessPointPolicy = "PutMultiRegionAccessPointPolicy" )
const ( // BucketCannedACLPrivate is a BucketCannedACL enum value BucketCannedACLPrivate = "private" // BucketCannedACLPublicRead is a BucketCannedACL enum value BucketCannedACLPublicRead = "public-read" // BucketCannedACLPublicReadWrite is a BucketCannedACL enum value BucketCannedACLPublicReadWrite = "public-read-write" // BucketCannedACLAuthenticatedRead is a BucketCannedACL enum value BucketCannedACLAuthenticatedRead = "authenticated-read" )
const ( // BucketLocationConstraintEu is a BucketLocationConstraint enum value BucketLocationConstraintEu = "EU" // BucketLocationConstraintEuWest1 is a BucketLocationConstraint enum value BucketLocationConstraintEuWest1 = "eu-west-1" // BucketLocationConstraintUsWest1 is a BucketLocationConstraint enum value BucketLocationConstraintUsWest1 = "us-west-1" // BucketLocationConstraintUsWest2 is a BucketLocationConstraint enum value BucketLocationConstraintUsWest2 = "us-west-2" // BucketLocationConstraintApSouth1 is a BucketLocationConstraint enum value BucketLocationConstraintApSouth1 = "ap-south-1" // BucketLocationConstraintApSoutheast1 is a BucketLocationConstraint enum value BucketLocationConstraintApSoutheast1 = "ap-southeast-1" // BucketLocationConstraintApSoutheast2 is a BucketLocationConstraint enum value BucketLocationConstraintApSoutheast2 = "ap-southeast-2" // BucketLocationConstraintApNortheast1 is a BucketLocationConstraint enum value BucketLocationConstraintApNortheast1 = "ap-northeast-1" // BucketLocationConstraintSaEast1 is a BucketLocationConstraint enum value BucketLocationConstraintSaEast1 = "sa-east-1" // BucketLocationConstraintCnNorth1 is a BucketLocationConstraint enum value BucketLocationConstraintCnNorth1 = "cn-north-1" // BucketLocationConstraintEuCentral1 is a BucketLocationConstraint enum value BucketLocationConstraintEuCentral1 = "eu-central-1" )
const ( // BucketVersioningStatusEnabled is a BucketVersioningStatus enum value BucketVersioningStatusEnabled = "Enabled" // BucketVersioningStatusSuspended is a BucketVersioningStatus enum value BucketVersioningStatusSuspended = "Suspended" )
const ( // ExpirationStatusEnabled is a ExpirationStatus enum value ExpirationStatusEnabled = "Enabled" // ExpirationStatusDisabled is a ExpirationStatus enum value ExpirationStatusDisabled = "Disabled" )
const ( // FormatCsv is a Format enum value FormatCsv = "CSV" // FormatParquet is a Format enum value FormatParquet = "Parquet" )
const ( // JobManifestFieldNameIgnore is a JobManifestFieldName enum value JobManifestFieldNameIgnore = "Ignore" // JobManifestFieldNameBucket is a JobManifestFieldName enum value JobManifestFieldNameBucket = "Bucket" // JobManifestFieldNameKey is a JobManifestFieldName enum value JobManifestFieldNameKey = "Key" // JobManifestFieldNameVersionId is a JobManifestFieldName enum value JobManifestFieldNameVersionId = "VersionId" )
const ( // JobManifestFormatS3batchOperationsCsv20180820 is a JobManifestFormat enum value JobManifestFormatS3batchOperationsCsv20180820 = "S3BatchOperations_CSV_20180820" // JobManifestFormatS3inventoryReportCsv20161130 is a JobManifestFormat enum value JobManifestFormatS3inventoryReportCsv20161130 = "S3InventoryReport_CSV_20161130" )
const ( // JobReportScopeAllTasks is a JobReportScope enum value JobReportScopeAllTasks = "AllTasks" // JobReportScopeFailedTasksOnly is a JobReportScope enum value JobReportScopeFailedTasksOnly = "FailedTasksOnly" )
const ( // JobStatusActive is a JobStatus enum value JobStatusActive = "Active" // JobStatusCancelled is a JobStatus enum value JobStatusCancelled = "Cancelled" // JobStatusCancelling is a JobStatus enum value JobStatusCancelling = "Cancelling" // JobStatusComplete is a JobStatus enum value JobStatusComplete = "Complete" // JobStatusCompleting is a JobStatus enum value JobStatusCompleting = "Completing" // JobStatusFailed is a JobStatus enum value JobStatusFailed = "Failed" // JobStatusFailing is a JobStatus enum value JobStatusFailing = "Failing" // JobStatusNew is a JobStatus enum value JobStatusNew = "New" // JobStatusPaused is a JobStatus enum value JobStatusPaused = "Paused" // JobStatusPausing is a JobStatus enum value JobStatusPausing = "Pausing" // JobStatusPreparing is a JobStatus enum value JobStatusPreparing = "Preparing" // JobStatusReady is a JobStatus enum value JobStatusReady = "Ready" // JobStatusSuspended is a JobStatus enum value JobStatusSuspended = "Suspended" )
const ( // MFADeleteEnabled is a MFADelete enum value MFADeleteEnabled = "Enabled" // MFADeleteDisabled is a MFADelete enum value MFADeleteDisabled = "Disabled" )
const ( // MFADeleteStatusEnabled is a MFADeleteStatus enum value MFADeleteStatusEnabled = "Enabled" // MFADeleteStatusDisabled is a MFADeleteStatus enum value MFADeleteStatusDisabled = "Disabled" )
const ( // MultiRegionAccessPointStatusReady is a MultiRegionAccessPointStatus enum value MultiRegionAccessPointStatusReady = "READY" // MultiRegionAccessPointStatusInconsistentAcrossRegions is a MultiRegionAccessPointStatus enum value MultiRegionAccessPointStatusInconsistentAcrossRegions = "INCONSISTENT_ACROSS_REGIONS" // MultiRegionAccessPointStatusCreating is a MultiRegionAccessPointStatus enum value MultiRegionAccessPointStatusCreating = "CREATING" // MultiRegionAccessPointStatusPartiallyCreated is a MultiRegionAccessPointStatus enum value MultiRegionAccessPointStatusPartiallyCreated = "PARTIALLY_CREATED" // MultiRegionAccessPointStatusPartiallyDeleted is a MultiRegionAccessPointStatus enum value MultiRegionAccessPointStatusPartiallyDeleted = "PARTIALLY_DELETED" // MultiRegionAccessPointStatusDeleting is a MultiRegionAccessPointStatus enum value MultiRegionAccessPointStatusDeleting = "DELETING" )
const ( // NetworkOriginInternet is a NetworkOrigin enum value NetworkOriginInternet = "Internet" // NetworkOriginVpc is a NetworkOrigin enum value NetworkOriginVpc = "VPC" )
const ( // ObjectLambdaAllowedFeatureGetObjectRange is a ObjectLambdaAllowedFeature enum value ObjectLambdaAllowedFeatureGetObjectRange = "GetObject-Range" // ObjectLambdaAllowedFeatureGetObjectPartNumber is a ObjectLambdaAllowedFeature enum value ObjectLambdaAllowedFeatureGetObjectPartNumber = "GetObject-PartNumber" )
const ( // OperationNameLambdaInvoke is a OperationName enum value OperationNameLambdaInvoke = "LambdaInvoke" // OperationNameS3putObjectCopy is a OperationName enum value OperationNameS3putObjectCopy = "S3PutObjectCopy" // OperationNameS3putObjectAcl is a OperationName enum value OperationNameS3putObjectAcl = "S3PutObjectAcl" // OperationNameS3putObjectTagging is a OperationName enum value OperationNameS3putObjectTagging = "S3PutObjectTagging" // OperationNameS3deleteObjectTagging is a OperationName enum value OperationNameS3deleteObjectTagging = "S3DeleteObjectTagging" // OperationNameS3initiateRestoreObject is a OperationName enum value OperationNameS3initiateRestoreObject = "S3InitiateRestoreObject" // OperationNameS3putObjectLegalHold is a OperationName enum value OperationNameS3putObjectLegalHold = "S3PutObjectLegalHold" // OperationNameS3putObjectRetention is a OperationName enum value OperationNameS3putObjectRetention = "S3PutObjectRetention" // OperationNameS3replicateObject is a OperationName enum value OperationNameS3replicateObject = "S3ReplicateObject" )
const ( // ReplicationStatusCompleted is a ReplicationStatus enum value ReplicationStatusCompleted = "COMPLETED" // ReplicationStatusFailed is a ReplicationStatus enum value ReplicationStatusFailed = "FAILED" // ReplicationStatusReplica is a ReplicationStatus enum value ReplicationStatusReplica = "REPLICA" // ReplicationStatusNone is a ReplicationStatus enum value ReplicationStatusNone = "NONE" )
const ( // RequestedJobStatusCancelled is a RequestedJobStatus enum value RequestedJobStatusCancelled = "Cancelled" // RequestedJobStatusReady is a RequestedJobStatus enum value RequestedJobStatusReady = "Ready" )
const ( // S3CannedAccessControlListPrivate is a S3CannedAccessControlList enum value S3CannedAccessControlListPrivate = "private" // S3CannedAccessControlListPublicRead is a S3CannedAccessControlList enum value S3CannedAccessControlListPublicRead = "public-read" // S3CannedAccessControlListPublicReadWrite is a S3CannedAccessControlList enum value S3CannedAccessControlListPublicReadWrite = "public-read-write" // S3CannedAccessControlListAwsExecRead is a S3CannedAccessControlList enum value S3CannedAccessControlListAwsExecRead = "aws-exec-read" // S3CannedAccessControlListAuthenticatedRead is a S3CannedAccessControlList enum value S3CannedAccessControlListAuthenticatedRead = "authenticated-read" // S3CannedAccessControlListBucketOwnerRead is a S3CannedAccessControlList enum value S3CannedAccessControlListBucketOwnerRead = "bucket-owner-read" // S3CannedAccessControlListBucketOwnerFullControl is a S3CannedAccessControlList enum value S3CannedAccessControlListBucketOwnerFullControl = "bucket-owner-full-control" )
const ( // S3ChecksumAlgorithmCrc32 is a S3ChecksumAlgorithm enum value S3ChecksumAlgorithmCrc32 = "CRC32" // S3ChecksumAlgorithmCrc32c is a S3ChecksumAlgorithm enum value S3ChecksumAlgorithmCrc32c = "CRC32C" // S3ChecksumAlgorithmSha1 is a S3ChecksumAlgorithm enum value S3ChecksumAlgorithmSha1 = "SHA1" // S3ChecksumAlgorithmSha256 is a S3ChecksumAlgorithm enum value S3ChecksumAlgorithmSha256 = "SHA256" )
const ( // S3GlacierJobTierBulk is a S3GlacierJobTier enum value S3GlacierJobTierBulk = "BULK" // S3GlacierJobTierStandard is a S3GlacierJobTier enum value S3GlacierJobTierStandard = "STANDARD" )
const ( // S3GranteeTypeIdentifierId is a S3GranteeTypeIdentifier enum value S3GranteeTypeIdentifierId = "id" // S3GranteeTypeIdentifierEmailAddress is a S3GranteeTypeIdentifier enum value S3GranteeTypeIdentifierEmailAddress = "emailAddress" // S3GranteeTypeIdentifierUri is a S3GranteeTypeIdentifier enum value S3GranteeTypeIdentifierUri = "uri" )
const ( // S3MetadataDirectiveCopy is a S3MetadataDirective enum value S3MetadataDirectiveCopy = "COPY" // S3MetadataDirectiveReplace is a S3MetadataDirective enum value S3MetadataDirectiveReplace = "REPLACE" )
const ( // S3ObjectLockLegalHoldStatusOff is a S3ObjectLockLegalHoldStatus enum value S3ObjectLockLegalHoldStatusOff = "OFF" // S3ObjectLockLegalHoldStatusOn is a S3ObjectLockLegalHoldStatus enum value S3ObjectLockLegalHoldStatusOn = "ON" )
const ( // S3ObjectLockModeCompliance is a S3ObjectLockMode enum value S3ObjectLockModeCompliance = "COMPLIANCE" // S3ObjectLockModeGovernance is a S3ObjectLockMode enum value S3ObjectLockModeGovernance = "GOVERNANCE" )
const ( // S3ObjectLockRetentionModeCompliance is a S3ObjectLockRetentionMode enum value S3ObjectLockRetentionModeCompliance = "COMPLIANCE" // S3ObjectLockRetentionModeGovernance is a S3ObjectLockRetentionMode enum value S3ObjectLockRetentionModeGovernance = "GOVERNANCE" )
const ( // S3PermissionFullControl is a S3Permission enum value S3PermissionFullControl = "FULL_CONTROL" // S3PermissionRead is a S3Permission enum value S3PermissionRead = "READ" // S3PermissionWrite is a S3Permission enum value S3PermissionWrite = "WRITE" // S3PermissionReadAcp is a S3Permission enum value S3PermissionReadAcp = "READ_ACP" // S3PermissionWriteAcp is a S3Permission enum value S3PermissionWriteAcp = "WRITE_ACP" )
const ( // S3SSEAlgorithmAes256 is a S3SSEAlgorithm enum value S3SSEAlgorithmAes256 = "AES256" // S3SSEAlgorithmKms is a S3SSEAlgorithm enum value S3SSEAlgorithmKms = "KMS" )
const ( // S3StorageClassStandard is a S3StorageClass enum value S3StorageClassStandard = "STANDARD" // S3StorageClassStandardIa is a S3StorageClass enum value S3StorageClassStandardIa = "STANDARD_IA" // S3StorageClassOnezoneIa is a S3StorageClass enum value S3StorageClassOnezoneIa = "ONEZONE_IA" // S3StorageClassGlacier is a S3StorageClass enum value S3StorageClassGlacier = "GLACIER" // S3StorageClassIntelligentTiering is a S3StorageClass enum value S3StorageClassIntelligentTiering = "INTELLIGENT_TIERING" // S3StorageClassDeepArchive is a S3StorageClass enum value S3StorageClassDeepArchive = "DEEP_ARCHIVE" // S3StorageClassGlacierIr is a S3StorageClass enum value S3StorageClassGlacierIr = "GLACIER_IR" )
const ( // TransitionStorageClassGlacier is a TransitionStorageClass enum value TransitionStorageClassGlacier = "GLACIER" // TransitionStorageClassStandardIa is a TransitionStorageClass enum value TransitionStorageClassStandardIa = "STANDARD_IA" // TransitionStorageClassOnezoneIa is a TransitionStorageClass enum value TransitionStorageClassOnezoneIa = "ONEZONE_IA" // TransitionStorageClassIntelligentTiering is a TransitionStorageClass enum value TransitionStorageClassIntelligentTiering = "INTELLIGENT_TIERING" // TransitionStorageClassDeepArchive is a TransitionStorageClass enum value TransitionStorageClassDeepArchive = "DEEP_ARCHIVE" )
const ( // ErrCodeBadRequestException for service response error code // "BadRequestException". ErrCodeBadRequestException = "BadRequestException" // ErrCodeBucketAlreadyExists for service response error code // "BucketAlreadyExists". // // The requested Outposts bucket name is not available. The bucket namespace // is shared by all users of the Outposts in this Region. Select a different // name and try again. ErrCodeBucketAlreadyExists = "BucketAlreadyExists" // ErrCodeBucketAlreadyOwnedByYou for service response error code // "BucketAlreadyOwnedByYou". // // The Outposts bucket you tried to create already exists, and you own it. ErrCodeBucketAlreadyOwnedByYou = "BucketAlreadyOwnedByYou" // ErrCodeIdempotencyException for service response error code // "IdempotencyException". ErrCodeIdempotencyException = "IdempotencyException" // ErrCodeInternalServiceException for service response error code // "InternalServiceException". ErrCodeInternalServiceException = "InternalServiceException" // ErrCodeInvalidNextTokenException for service response error code // "InvalidNextTokenException". ErrCodeInvalidNextTokenException = "InvalidNextTokenException" // ErrCodeInvalidRequestException for service response error code // "InvalidRequestException". ErrCodeInvalidRequestException = "InvalidRequestException" // ErrCodeJobStatusException for service response error code // "JobStatusException". ErrCodeJobStatusException = "JobStatusException" // ErrCodeNoSuchPublicAccessBlockConfiguration for service response error code // "NoSuchPublicAccessBlockConfiguration". // // Amazon S3 throws this exception if you make a GetPublicAccessBlock request // against an account that doesn't have a PublicAccessBlockConfiguration set. ErrCodeNoSuchPublicAccessBlockConfiguration = "NoSuchPublicAccessBlockConfiguration" // ErrCodeNotFoundException for service response error code // "NotFoundException". ErrCodeNotFoundException = "NotFoundException" // ErrCodeTooManyRequestsException for service response error code // "TooManyRequestsException". ErrCodeTooManyRequestsException = "TooManyRequestsException" // ErrCodeTooManyTagsException for service response error code // "TooManyTagsException". // // Amazon S3 throws this exception if you have too many tags in your tag set. ErrCodeTooManyTagsException = "TooManyTagsException" )
const ( ServiceName = "S3 Control" // Name of service. EndpointsID = "s3-control" // ID to lookup a service endpoint with. ServiceID = "S3 Control" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// GeneratedManifestFormatS3inventoryReportCsv20211130 is a GeneratedManifestFormat enum value
GeneratedManifestFormatS3inventoryReportCsv20211130 = "S3InventoryReport_CSV_20211130"
)
const (
// JobReportFormatReportCsv20180820 is a JobReportFormat enum value
JobReportFormatReportCsv20180820 = "Report_CSV_20180820"
)
const (
// ObjectLambdaTransformationConfigurationActionGetObject is a ObjectLambdaTransformationConfigurationAction enum value
ObjectLambdaTransformationConfigurationActionGetObject = "GetObject"
)
const (
// OutputSchemaVersionV1 is a OutputSchemaVersion enum value
OutputSchemaVersionV1 = "V_1"
)
Variables ¶
This section is empty.
Functions ¶
func AsyncOperationName_Values ¶ added in v1.40.36
func AsyncOperationName_Values() []string
AsyncOperationName_Values returns all elements of the AsyncOperationName enum
func BucketCannedACL_Values ¶ added in v1.35.0
func BucketCannedACL_Values() []string
BucketCannedACL_Values returns all elements of the BucketCannedACL enum
func BucketLocationConstraint_Values ¶ added in v1.35.0
func BucketLocationConstraint_Values() []string
BucketLocationConstraint_Values returns all elements of the BucketLocationConstraint enum
func BucketVersioningStatus_Values ¶ added in v1.44.103
func BucketVersioningStatus_Values() []string
BucketVersioningStatus_Values returns all elements of the BucketVersioningStatus enum
func ExpirationStatus_Values ¶ added in v1.35.0
func ExpirationStatus_Values() []string
ExpirationStatus_Values returns all elements of the ExpirationStatus enum
func Format_Values ¶ added in v1.35.31
func Format_Values() []string
Format_Values returns all elements of the Format enum
func GeneratedManifestFormat_Values ¶ added in v1.42.49
func GeneratedManifestFormat_Values() []string
GeneratedManifestFormat_Values returns all elements of the GeneratedManifestFormat enum
func JobManifestFieldName_Values ¶ added in v1.34.3
func JobManifestFieldName_Values() []string
JobManifestFieldName_Values returns all elements of the JobManifestFieldName enum
func JobManifestFormat_Values ¶ added in v1.34.3
func JobManifestFormat_Values() []string
JobManifestFormat_Values returns all elements of the JobManifestFormat enum
func JobReportFormat_Values ¶ added in v1.34.3
func JobReportFormat_Values() []string
JobReportFormat_Values returns all elements of the JobReportFormat enum
func JobReportScope_Values ¶ added in v1.34.3
func JobReportScope_Values() []string
JobReportScope_Values returns all elements of the JobReportScope enum
func JobStatus_Values ¶ added in v1.34.3
func JobStatus_Values() []string
JobStatus_Values returns all elements of the JobStatus enum
func MFADeleteStatus_Values ¶ added in v1.44.103
func MFADeleteStatus_Values() []string
MFADeleteStatus_Values returns all elements of the MFADeleteStatus enum
func MFADelete_Values ¶ added in v1.44.103
func MFADelete_Values() []string
MFADelete_Values returns all elements of the MFADelete enum
func MultiRegionAccessPointStatus_Values ¶ added in v1.40.36
func MultiRegionAccessPointStatus_Values() []string
MultiRegionAccessPointStatus_Values returns all elements of the MultiRegionAccessPointStatus enum
func NetworkOrigin_Values ¶ added in v1.34.3
func NetworkOrigin_Values() []string
NetworkOrigin_Values returns all elements of the NetworkOrigin enum
func ObjectLambdaAllowedFeature_Values ¶ added in v1.38.0
func ObjectLambdaAllowedFeature_Values() []string
ObjectLambdaAllowedFeature_Values returns all elements of the ObjectLambdaAllowedFeature enum
func ObjectLambdaTransformationConfigurationAction_Values ¶ added in v1.38.0
func ObjectLambdaTransformationConfigurationAction_Values() []string
ObjectLambdaTransformationConfigurationAction_Values returns all elements of the ObjectLambdaTransformationConfigurationAction enum
func OperationName_Values ¶ added in v1.34.3
func OperationName_Values() []string
OperationName_Values returns all elements of the OperationName enum
func OutputSchemaVersion_Values ¶ added in v1.35.31
func OutputSchemaVersion_Values() []string
OutputSchemaVersion_Values returns all elements of the OutputSchemaVersion enum
func ReplicationStatus_Values ¶ added in v1.42.49
func ReplicationStatus_Values() []string
ReplicationStatus_Values returns all elements of the ReplicationStatus enum
func RequestedJobStatus_Values ¶ added in v1.34.3
func RequestedJobStatus_Values() []string
RequestedJobStatus_Values returns all elements of the RequestedJobStatus enum
func S3CannedAccessControlList_Values ¶ added in v1.34.3
func S3CannedAccessControlList_Values() []string
S3CannedAccessControlList_Values returns all elements of the S3CannedAccessControlList enum
func S3ChecksumAlgorithm_Values ¶ added in v1.43.6
func S3ChecksumAlgorithm_Values() []string
S3ChecksumAlgorithm_Values returns all elements of the S3ChecksumAlgorithm enum
func S3GlacierJobTier_Values ¶ added in v1.34.3
func S3GlacierJobTier_Values() []string
S3GlacierJobTier_Values returns all elements of the S3GlacierJobTier enum
func S3GranteeTypeIdentifier_Values ¶ added in v1.34.3
func S3GranteeTypeIdentifier_Values() []string
S3GranteeTypeIdentifier_Values returns all elements of the S3GranteeTypeIdentifier enum
func S3MetadataDirective_Values ¶ added in v1.34.3
func S3MetadataDirective_Values() []string
S3MetadataDirective_Values returns all elements of the S3MetadataDirective enum
func S3ObjectLockLegalHoldStatus_Values ¶ added in v1.34.3
func S3ObjectLockLegalHoldStatus_Values() []string
S3ObjectLockLegalHoldStatus_Values returns all elements of the S3ObjectLockLegalHoldStatus enum
func S3ObjectLockMode_Values ¶ added in v1.34.3
func S3ObjectLockMode_Values() []string
S3ObjectLockMode_Values returns all elements of the S3ObjectLockMode enum
func S3ObjectLockRetentionMode_Values ¶ added in v1.34.3
func S3ObjectLockRetentionMode_Values() []string
S3ObjectLockRetentionMode_Values returns all elements of the S3ObjectLockRetentionMode enum
func S3Permission_Values ¶ added in v1.34.3
func S3Permission_Values() []string
S3Permission_Values returns all elements of the S3Permission enum
func S3SSEAlgorithm_Values ¶ added in v1.34.3
func S3SSEAlgorithm_Values() []string
S3SSEAlgorithm_Values returns all elements of the S3SSEAlgorithm enum
func S3StorageClass_Values ¶ added in v1.34.3
func S3StorageClass_Values() []string
S3StorageClass_Values returns all elements of the S3StorageClass enum
func TransitionStorageClass_Values ¶ added in v1.35.0
func TransitionStorageClass_Values() []string
TransitionStorageClass_Values returns all elements of the TransitionStorageClass enum
Types ¶
type AbortIncompleteMultipartUpload ¶ added in v1.35.0
type AbortIncompleteMultipartUpload struct { // Specifies the number of days after which Amazon S3 aborts an incomplete multipart // upload to the Outposts bucket. DaysAfterInitiation *int64 `type:"integer"` // contains filtered or unexported fields }
The container for abort incomplete multipart upload
func (AbortIncompleteMultipartUpload) GoString ¶ added in v1.35.0
func (s AbortIncompleteMultipartUpload) 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 (*AbortIncompleteMultipartUpload) SetDaysAfterInitiation ¶ added in v1.35.0
func (s *AbortIncompleteMultipartUpload) SetDaysAfterInitiation(v int64) *AbortIncompleteMultipartUpload
SetDaysAfterInitiation sets the DaysAfterInitiation field's value.
func (AbortIncompleteMultipartUpload) String ¶ added in v1.35.0
func (s AbortIncompleteMultipartUpload) 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 AccessPoint ¶ added in v1.25.46
type AccessPoint struct { // The ARN for the access point. AccessPointArn *string `min:"4" type:"string"` // The name or alias of the access point. Alias *string `type:"string"` // The name of the bucket associated with this access point. // // Bucket is a required field Bucket *string `min:"3" type:"string" required:"true"` // The name of this access point. // // Name is a required field Name *string `min:"3" type:"string" required:"true"` // Indicates whether this access point allows access from the public internet. // If VpcConfiguration is specified for this access point, then NetworkOrigin // is VPC, and the access point doesn't allow access from the public internet. // Otherwise, NetworkOrigin is Internet, and the access point allows access // from the public internet, subject to the access point and bucket access policies. // // NetworkOrigin is a required field NetworkOrigin *string `type:"string" required:"true" enum:"NetworkOrigin"` // The virtual private cloud (VPC) configuration for this access point, if one // exists. // // This element is empty if this access point is an Amazon S3 on Outposts access // point that is used by other Amazon Web Services. VpcConfiguration *VpcConfiguration `type:"structure"` // contains filtered or unexported fields }
An access point used to access a bucket.
func (AccessPoint) GoString ¶ added in v1.25.46
func (s AccessPoint) 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 (*AccessPoint) SetAccessPointArn ¶ added in v1.35.0
func (s *AccessPoint) SetAccessPointArn(v string) *AccessPoint
SetAccessPointArn sets the AccessPointArn field's value.
func (*AccessPoint) SetAlias ¶ added in v1.40.8
func (s *AccessPoint) SetAlias(v string) *AccessPoint
SetAlias sets the Alias field's value.
func (*AccessPoint) SetBucket ¶ added in v1.25.46
func (s *AccessPoint) SetBucket(v string) *AccessPoint
SetBucket sets the Bucket field's value.
func (*AccessPoint) SetName ¶ added in v1.25.46
func (s *AccessPoint) SetName(v string) *AccessPoint
SetName sets the Name field's value.
func (*AccessPoint) SetNetworkOrigin ¶ added in v1.25.46
func (s *AccessPoint) SetNetworkOrigin(v string) *AccessPoint
SetNetworkOrigin sets the NetworkOrigin field's value.
func (*AccessPoint) SetVpcConfiguration ¶ added in v1.25.46
func (s *AccessPoint) SetVpcConfiguration(v *VpcConfiguration) *AccessPoint
SetVpcConfiguration sets the VpcConfiguration field's value.
func (AccessPoint) String ¶ added in v1.25.46
func (s AccessPoint) 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 AccountLevel ¶ added in v1.35.31
type AccountLevel struct { // A container for the S3 Storage Lens activity metrics. ActivityMetrics *ActivityMetrics `type:"structure"` // A container for the S3 Storage Lens bucket-level configuration. // // BucketLevel is a required field BucketLevel *BucketLevel `type:"structure" required:"true"` // contains filtered or unexported fields }
A container for the account level Amazon S3 Storage Lens configuration.
func (AccountLevel) GoString ¶ added in v1.35.31
func (s AccountLevel) 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 (*AccountLevel) SetActivityMetrics ¶ added in v1.35.31
func (s *AccountLevel) SetActivityMetrics(v *ActivityMetrics) *AccountLevel
SetActivityMetrics sets the ActivityMetrics field's value.
func (*AccountLevel) SetBucketLevel ¶ added in v1.35.31
func (s *AccountLevel) SetBucketLevel(v *BucketLevel) *AccountLevel
SetBucketLevel sets the BucketLevel field's value.
func (AccountLevel) String ¶ added in v1.35.31
func (s AccountLevel) 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 (*AccountLevel) Validate ¶ added in v1.35.31
func (s *AccountLevel) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ActivityMetrics ¶ added in v1.35.31
type ActivityMetrics struct { // A container for whether the activity metrics are enabled. IsEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
A container for the activity metrics.
func (ActivityMetrics) GoString ¶ added in v1.35.31
func (s ActivityMetrics) 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 (*ActivityMetrics) SetIsEnabled ¶ added in v1.35.31
func (s *ActivityMetrics) SetIsEnabled(v bool) *ActivityMetrics
SetIsEnabled sets the IsEnabled field's value.
func (ActivityMetrics) String ¶ added in v1.35.31
func (s ActivityMetrics) 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 AsyncErrorDetails ¶ added in v1.40.36
type AsyncErrorDetails struct { // A string that uniquely identifies the error condition. Code *string `type:"string"` // A generic description of the error condition in English. Message *string `type:"string"` // The ID of the request associated with the error. RequestId *string `type:"string"` // The identifier of the resource associated with the error. Resource *string `type:"string"` // contains filtered or unexported fields }
Error details for the failed asynchronous operation.
func (AsyncErrorDetails) GoString ¶ added in v1.40.36
func (s AsyncErrorDetails) 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 (*AsyncErrorDetails) SetCode ¶ added in v1.40.36
func (s *AsyncErrorDetails) SetCode(v string) *AsyncErrorDetails
SetCode sets the Code field's value.
func (*AsyncErrorDetails) SetMessage ¶ added in v1.40.36
func (s *AsyncErrorDetails) SetMessage(v string) *AsyncErrorDetails
SetMessage sets the Message field's value.
func (*AsyncErrorDetails) SetRequestId ¶ added in v1.40.36
func (s *AsyncErrorDetails) SetRequestId(v string) *AsyncErrorDetails
SetRequestId sets the RequestId field's value.
func (*AsyncErrorDetails) SetResource ¶ added in v1.40.36
func (s *AsyncErrorDetails) SetResource(v string) *AsyncErrorDetails
SetResource sets the Resource field's value.
func (AsyncErrorDetails) String ¶ added in v1.40.36
func (s AsyncErrorDetails) 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 AsyncOperation ¶ added in v1.40.36
type AsyncOperation struct { // The time that the request was sent to the service. CreationTime *time.Time `type:"timestamp"` // The specific operation for the asynchronous request. Operation *string `type:"string" enum:"AsyncOperationName"` // The parameters associated with the request. RequestParameters *AsyncRequestParameters `type:"structure"` // The current status of the request. RequestStatus *string `type:"string"` // The request token associated with the request. RequestTokenARN *string `min:"1" type:"string"` // The details of the response. ResponseDetails *AsyncResponseDetails `type:"structure"` // contains filtered or unexported fields }
A container for the information about an asynchronous operation.
func (AsyncOperation) GoString ¶ added in v1.40.36
func (s AsyncOperation) 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 (*AsyncOperation) SetCreationTime ¶ added in v1.40.36
func (s *AsyncOperation) SetCreationTime(v time.Time) *AsyncOperation
SetCreationTime sets the CreationTime field's value.
func (*AsyncOperation) SetOperation ¶ added in v1.40.36
func (s *AsyncOperation) SetOperation(v string) *AsyncOperation
SetOperation sets the Operation field's value.
func (*AsyncOperation) SetRequestParameters ¶ added in v1.40.36
func (s *AsyncOperation) SetRequestParameters(v *AsyncRequestParameters) *AsyncOperation
SetRequestParameters sets the RequestParameters field's value.
func (*AsyncOperation) SetRequestStatus ¶ added in v1.40.36
func (s *AsyncOperation) SetRequestStatus(v string) *AsyncOperation
SetRequestStatus sets the RequestStatus field's value.
func (*AsyncOperation) SetRequestTokenARN ¶ added in v1.40.36
func (s *AsyncOperation) SetRequestTokenARN(v string) *AsyncOperation
SetRequestTokenARN sets the RequestTokenARN field's value.
func (*AsyncOperation) SetResponseDetails ¶ added in v1.40.36
func (s *AsyncOperation) SetResponseDetails(v *AsyncResponseDetails) *AsyncOperation
SetResponseDetails sets the ResponseDetails field's value.
func (AsyncOperation) String ¶ added in v1.40.36
func (s AsyncOperation) 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 AsyncRequestParameters ¶ added in v1.40.36
type AsyncRequestParameters struct { // A container of the parameters for a CreateMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html) // request. CreateMultiRegionAccessPointRequest *CreateMultiRegionAccessPointInput_ `type:"structure"` // A container of the parameters for a DeleteMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html) // request. DeleteMultiRegionAccessPointRequest *DeleteMultiRegionAccessPointInput_ `type:"structure"` // A container of the parameters for a PutMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html) // request. PutMultiRegionAccessPointPolicyRequest *PutMultiRegionAccessPointPolicyInput_ `type:"structure"` // contains filtered or unexported fields }
A container for the request parameters associated with an asynchronous request.
func (AsyncRequestParameters) GoString ¶ added in v1.40.36
func (s AsyncRequestParameters) 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 (*AsyncRequestParameters) SetCreateMultiRegionAccessPointRequest ¶ added in v1.40.36
func (s *AsyncRequestParameters) SetCreateMultiRegionAccessPointRequest(v *CreateMultiRegionAccessPointInput_) *AsyncRequestParameters
SetCreateMultiRegionAccessPointRequest sets the CreateMultiRegionAccessPointRequest field's value.
func (*AsyncRequestParameters) SetDeleteMultiRegionAccessPointRequest ¶ added in v1.40.36
func (s *AsyncRequestParameters) SetDeleteMultiRegionAccessPointRequest(v *DeleteMultiRegionAccessPointInput_) *AsyncRequestParameters
SetDeleteMultiRegionAccessPointRequest sets the DeleteMultiRegionAccessPointRequest field's value.
func (*AsyncRequestParameters) SetPutMultiRegionAccessPointPolicyRequest ¶ added in v1.40.36
func (s *AsyncRequestParameters) SetPutMultiRegionAccessPointPolicyRequest(v *PutMultiRegionAccessPointPolicyInput_) *AsyncRequestParameters
SetPutMultiRegionAccessPointPolicyRequest sets the PutMultiRegionAccessPointPolicyRequest field's value.
func (AsyncRequestParameters) String ¶ added in v1.40.36
func (s AsyncRequestParameters) 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 AsyncResponseDetails ¶ added in v1.40.36
type AsyncResponseDetails struct { // Error details for an asynchronous request. ErrorDetails *AsyncErrorDetails `type:"structure"` // The details for the Multi-Region Access Point. MultiRegionAccessPointDetails *MultiRegionAccessPointsAsyncResponse `type:"structure"` // contains filtered or unexported fields }
A container for the response details that are returned when querying about an asynchronous request.
func (AsyncResponseDetails) GoString ¶ added in v1.40.36
func (s AsyncResponseDetails) 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 (*AsyncResponseDetails) SetErrorDetails ¶ added in v1.40.36
func (s *AsyncResponseDetails) SetErrorDetails(v *AsyncErrorDetails) *AsyncResponseDetails
SetErrorDetails sets the ErrorDetails field's value.
func (*AsyncResponseDetails) SetMultiRegionAccessPointDetails ¶ added in v1.40.36
func (s *AsyncResponseDetails) SetMultiRegionAccessPointDetails(v *MultiRegionAccessPointsAsyncResponse) *AsyncResponseDetails
SetMultiRegionAccessPointDetails sets the MultiRegionAccessPointDetails field's value.
func (AsyncResponseDetails) String ¶ added in v1.40.36
func (s AsyncResponseDetails) 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 AwsLambdaTransformation ¶ added in v1.38.0
type AwsLambdaTransformation struct { // The Amazon Resource Name (ARN) of the Lambda function. // // FunctionArn is a required field FunctionArn *string `min:"1" type:"string" required:"true"` // Additional JSON that provides supplemental data to the Lambda function used // to transform objects. FunctionPayload *string `type:"string"` // contains filtered or unexported fields }
Lambda function used to transform objects through an Object Lambda Access Point.
func (AwsLambdaTransformation) GoString ¶ added in v1.38.0
func (s AwsLambdaTransformation) 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 (*AwsLambdaTransformation) SetFunctionArn ¶ added in v1.38.0
func (s *AwsLambdaTransformation) SetFunctionArn(v string) *AwsLambdaTransformation
SetFunctionArn sets the FunctionArn field's value.
func (*AwsLambdaTransformation) SetFunctionPayload ¶ added in v1.38.0
func (s *AwsLambdaTransformation) SetFunctionPayload(v string) *AwsLambdaTransformation
SetFunctionPayload sets the FunctionPayload field's value.
func (AwsLambdaTransformation) String ¶ added in v1.38.0
func (s AwsLambdaTransformation) 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 (*AwsLambdaTransformation) Validate ¶ added in v1.38.0
func (s *AwsLambdaTransformation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BucketLevel ¶ added in v1.35.31
type BucketLevel struct { // A container for the bucket-level activity metrics for Amazon S3 Storage Lens ActivityMetrics *ActivityMetrics `type:"structure"` // A container for the bucket-level prefix-level metrics for S3 Storage Lens PrefixLevel *PrefixLevel `type:"structure"` // contains filtered or unexported fields }
A container for the bucket-level configuration.
func (BucketLevel) GoString ¶ added in v1.35.31
func (s BucketLevel) 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 (*BucketLevel) SetActivityMetrics ¶ added in v1.35.31
func (s *BucketLevel) SetActivityMetrics(v *ActivityMetrics) *BucketLevel
SetActivityMetrics sets the ActivityMetrics field's value.
func (*BucketLevel) SetPrefixLevel ¶ added in v1.35.31
func (s *BucketLevel) SetPrefixLevel(v *PrefixLevel) *BucketLevel
SetPrefixLevel sets the PrefixLevel field's value.
func (BucketLevel) String ¶ added in v1.35.31
func (s BucketLevel) 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 (*BucketLevel) Validate ¶ added in v1.35.31
func (s *BucketLevel) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CloudWatchMetrics ¶ added in v1.42.10
type CloudWatchMetrics struct { // A container that indicates whether CloudWatch publishing for S3 Storage Lens // metrics is enabled. A value of true indicates that CloudWatch publishing // for S3 Storage Lens metrics is enabled. // // IsEnabled is a required field IsEnabled *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
For more information about publishing S3 Storage Lens metrics to CloudWatch, see Monitor S3 Storage Lens metrics in CloudWatch (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_view_metrics_cloudwatch.html) in the Amazon S3 User Guide.
func (CloudWatchMetrics) GoString ¶ added in v1.42.10
func (s CloudWatchMetrics) 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 (*CloudWatchMetrics) SetIsEnabled ¶ added in v1.42.10
func (s *CloudWatchMetrics) SetIsEnabled(v bool) *CloudWatchMetrics
SetIsEnabled sets the IsEnabled field's value.
func (CloudWatchMetrics) String ¶ added in v1.42.10
func (s CloudWatchMetrics) 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 (*CloudWatchMetrics) Validate ¶ added in v1.42.10
func (s *CloudWatchMetrics) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAccessPointForObjectLambdaInput ¶ added in v1.38.0
type CreateAccessPointForObjectLambdaInput struct { // The Amazon Web Services account ID for owner of the specified Object Lambda // Access Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Object Lambda Access Point configuration as a JSON document. // // Configuration is a required field Configuration *ObjectLambdaConfiguration `type:"structure" required:"true"` // The name you want to assign to this Object Lambda Access Point. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateAccessPointForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s CreateAccessPointForObjectLambdaInput) 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 (*CreateAccessPointForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *CreateAccessPointForObjectLambdaInput) SetAccountId(v string) *CreateAccessPointForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*CreateAccessPointForObjectLambdaInput) SetConfiguration ¶ added in v1.38.0
func (s *CreateAccessPointForObjectLambdaInput) SetConfiguration(v *ObjectLambdaConfiguration) *CreateAccessPointForObjectLambdaInput
SetConfiguration sets the Configuration field's value.
func (*CreateAccessPointForObjectLambdaInput) SetName ¶ added in v1.38.0
func (s *CreateAccessPointForObjectLambdaInput) SetName(v string) *CreateAccessPointForObjectLambdaInput
SetName sets the Name field's value.
func (CreateAccessPointForObjectLambdaInput) String ¶ added in v1.38.0
func (s CreateAccessPointForObjectLambdaInput) 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 (*CreateAccessPointForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *CreateAccessPointForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAccessPointForObjectLambdaOutput ¶ added in v1.38.0
type CreateAccessPointForObjectLambdaOutput struct { // Specifies the ARN for the Object Lambda Access Point. ObjectLambdaAccessPointArn *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateAccessPointForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s CreateAccessPointForObjectLambdaOutput) 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 (*CreateAccessPointForObjectLambdaOutput) SetObjectLambdaAccessPointArn ¶ added in v1.38.0
func (s *CreateAccessPointForObjectLambdaOutput) SetObjectLambdaAccessPointArn(v string) *CreateAccessPointForObjectLambdaOutput
SetObjectLambdaAccessPointArn sets the ObjectLambdaAccessPointArn field's value.
func (CreateAccessPointForObjectLambdaOutput) String ¶ added in v1.38.0
func (s CreateAccessPointForObjectLambdaOutput) 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 CreateAccessPointInput ¶ added in v1.25.46
type CreateAccessPointInput struct { // The Amazon Web Services account ID for the owner of the bucket for which // you want to create an access point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the bucket that you want to associate this access point with. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `min:"3" type:"string" required:"true"` // The name you want to assign to this access point. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // The PublicAccessBlock configuration that you want to apply to the access // point. PublicAccessBlockConfiguration *PublicAccessBlockConfiguration `type:"structure"` // If you include this field, Amazon S3 restricts access to this access point // to requests from the specified virtual private cloud (VPC). // // This is required for creating an access point for Amazon S3 on Outposts buckets. VpcConfiguration *VpcConfiguration `type:"structure"` // contains filtered or unexported fields }
func (CreateAccessPointInput) GoString ¶ added in v1.25.46
func (s CreateAccessPointInput) 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 (*CreateAccessPointInput) SetAccountId ¶ added in v1.25.46
func (s *CreateAccessPointInput) SetAccountId(v string) *CreateAccessPointInput
SetAccountId sets the AccountId field's value.
func (*CreateAccessPointInput) SetBucket ¶ added in v1.25.46
func (s *CreateAccessPointInput) SetBucket(v string) *CreateAccessPointInput
SetBucket sets the Bucket field's value.
func (*CreateAccessPointInput) SetName ¶ added in v1.25.46
func (s *CreateAccessPointInput) SetName(v string) *CreateAccessPointInput
SetName sets the Name field's value.
func (*CreateAccessPointInput) SetPublicAccessBlockConfiguration ¶ added in v1.25.46
func (s *CreateAccessPointInput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *CreateAccessPointInput
SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.
func (*CreateAccessPointInput) SetVpcConfiguration ¶ added in v1.25.46
func (s *CreateAccessPointInput) SetVpcConfiguration(v *VpcConfiguration) *CreateAccessPointInput
SetVpcConfiguration sets the VpcConfiguration field's value.
func (CreateAccessPointInput) String ¶ added in v1.25.46
func (s CreateAccessPointInput) 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 (*CreateAccessPointInput) Validate ¶ added in v1.25.46
func (s *CreateAccessPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAccessPointOutput ¶ added in v1.25.46
type CreateAccessPointOutput struct { // The ARN of the access point. // // This is only supported by Amazon S3 on Outposts. AccessPointArn *string `min:"4" type:"string"` // The name or alias of the access point. Alias *string `type:"string"` // contains filtered or unexported fields }
func (CreateAccessPointOutput) GoString ¶ added in v1.25.46
func (s CreateAccessPointOutput) 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 (*CreateAccessPointOutput) SetAccessPointArn ¶ added in v1.35.0
func (s *CreateAccessPointOutput) SetAccessPointArn(v string) *CreateAccessPointOutput
SetAccessPointArn sets the AccessPointArn field's value.
func (*CreateAccessPointOutput) SetAlias ¶ added in v1.40.8
func (s *CreateAccessPointOutput) SetAlias(v string) *CreateAccessPointOutput
SetAlias sets the Alias field's value.
func (CreateAccessPointOutput) String ¶ added in v1.25.46
func (s CreateAccessPointOutput) 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 CreateBucketConfiguration ¶ added in v1.35.0
type CreateBucketConfiguration struct { // Specifies the Region where the bucket will be created. If you are creating // a bucket on the US East (N. Virginia) Region (us-east-1), you do not need // to specify the location. // // This is not supported by Amazon S3 on Outposts buckets. LocationConstraint *string `type:"string" enum:"BucketLocationConstraint"` // contains filtered or unexported fields }
The container for the bucket configuration.
This is not supported by Amazon S3 on Outposts buckets.
func (CreateBucketConfiguration) GoString ¶ added in v1.35.0
func (s CreateBucketConfiguration) 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 (*CreateBucketConfiguration) SetLocationConstraint ¶ added in v1.35.0
func (s *CreateBucketConfiguration) SetLocationConstraint(v string) *CreateBucketConfiguration
SetLocationConstraint sets the LocationConstraint field's value.
func (CreateBucketConfiguration) String ¶ added in v1.35.0
func (s CreateBucketConfiguration) 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 CreateBucketInput ¶ added in v1.35.0
type CreateBucketInput struct { // The canned ACL to apply to the bucket. // // This is not supported by Amazon S3 on Outposts buckets. ACL *string `location:"header" locationName:"x-amz-acl" type:"string" enum:"BucketCannedACL"` // The name of the bucket. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // The configuration information for the bucket. // // This is not supported by Amazon S3 on Outposts buckets. CreateBucketConfiguration *CreateBucketConfiguration `locationName:"CreateBucketConfiguration" type:"structure" xmlURI:"http://awss3control.amazonaws.com/doc/2018-08-20/"` // Allows grantee the read, write, read ACP, and write ACP permissions on the // bucket. // // This is not supported by Amazon S3 on Outposts buckets. GrantFullControl *string `location:"header" locationName:"x-amz-grant-full-control" type:"string"` // Allows grantee to list the objects in the bucket. // // This is not supported by Amazon S3 on Outposts buckets. GrantRead *string `location:"header" locationName:"x-amz-grant-read" type:"string"` // Allows grantee to read the bucket ACL. // // This is not supported by Amazon S3 on Outposts buckets. GrantReadACP *string `location:"header" locationName:"x-amz-grant-read-acp" type:"string"` // Allows grantee to create, overwrite, and delete any object in the bucket. // // This is not supported by Amazon S3 on Outposts buckets. GrantWrite *string `location:"header" locationName:"x-amz-grant-write" type:"string"` // Allows grantee to write the ACL for the applicable bucket. // // This is not supported by Amazon S3 on Outposts buckets. GrantWriteACP *string `location:"header" locationName:"x-amz-grant-write-acp" type:"string"` // Specifies whether you want S3 Object Lock to be enabled for the new bucket. // // This is not supported by Amazon S3 on Outposts buckets. ObjectLockEnabledForBucket *bool `location:"header" locationName:"x-amz-bucket-object-lock-enabled" type:"boolean"` // The ID of the Outposts where the bucket is being created. // // This ID is required by Amazon S3 on Outposts buckets. OutpostId *string `location:"header" locationName:"x-amz-outpost-id" min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateBucketInput) GoString ¶ added in v1.35.0
func (s CreateBucketInput) 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 (*CreateBucketInput) SetACL ¶ added in v1.35.0
func (s *CreateBucketInput) SetACL(v string) *CreateBucketInput
SetACL sets the ACL field's value.
func (*CreateBucketInput) SetBucket ¶ added in v1.35.0
func (s *CreateBucketInput) SetBucket(v string) *CreateBucketInput
SetBucket sets the Bucket field's value.
func (*CreateBucketInput) SetCreateBucketConfiguration ¶ added in v1.35.0
func (s *CreateBucketInput) SetCreateBucketConfiguration(v *CreateBucketConfiguration) *CreateBucketInput
SetCreateBucketConfiguration sets the CreateBucketConfiguration field's value.
func (*CreateBucketInput) SetGrantFullControl ¶ added in v1.35.0
func (s *CreateBucketInput) SetGrantFullControl(v string) *CreateBucketInput
SetGrantFullControl sets the GrantFullControl field's value.
func (*CreateBucketInput) SetGrantRead ¶ added in v1.35.0
func (s *CreateBucketInput) SetGrantRead(v string) *CreateBucketInput
SetGrantRead sets the GrantRead field's value.
func (*CreateBucketInput) SetGrantReadACP ¶ added in v1.35.0
func (s *CreateBucketInput) SetGrantReadACP(v string) *CreateBucketInput
SetGrantReadACP sets the GrantReadACP field's value.
func (*CreateBucketInput) SetGrantWrite ¶ added in v1.35.0
func (s *CreateBucketInput) SetGrantWrite(v string) *CreateBucketInput
SetGrantWrite sets the GrantWrite field's value.
func (*CreateBucketInput) SetGrantWriteACP ¶ added in v1.35.0
func (s *CreateBucketInput) SetGrantWriteACP(v string) *CreateBucketInput
SetGrantWriteACP sets the GrantWriteACP field's value.
func (*CreateBucketInput) SetObjectLockEnabledForBucket ¶ added in v1.35.0
func (s *CreateBucketInput) SetObjectLockEnabledForBucket(v bool) *CreateBucketInput
SetObjectLockEnabledForBucket sets the ObjectLockEnabledForBucket field's value.
func (*CreateBucketInput) SetOutpostId ¶ added in v1.35.0
func (s *CreateBucketInput) SetOutpostId(v string) *CreateBucketInput
SetOutpostId sets the OutpostId field's value.
func (CreateBucketInput) String ¶ added in v1.35.0
func (s CreateBucketInput) 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 (*CreateBucketInput) Validate ¶ added in v1.35.0
func (s *CreateBucketInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateBucketOutput ¶ added in v1.35.0
type CreateBucketOutput struct { // The Amazon Resource Name (ARN) of the bucket. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. BucketArn *string `min:"4" type:"string"` // The location of the bucket. Location *string `location:"header" locationName:"Location" type:"string"` // contains filtered or unexported fields }
func (CreateBucketOutput) GoString ¶ added in v1.35.0
func (s CreateBucketOutput) 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 (*CreateBucketOutput) SetBucketArn ¶ added in v1.35.0
func (s *CreateBucketOutput) SetBucketArn(v string) *CreateBucketOutput
SetBucketArn sets the BucketArn field's value.
func (*CreateBucketOutput) SetLocation ¶ added in v1.35.0
func (s *CreateBucketOutput) SetLocation(v string) *CreateBucketOutput
SetLocation sets the Location field's value.
func (CreateBucketOutput) String ¶ added in v1.35.0
func (s CreateBucketOutput) 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 CreateJobInput ¶ added in v1.19.21
type CreateJobInput struct { // The Amazon Web Services account ID that creates the job. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // An idempotency token to ensure that you don't accidentally submit the same // request twice. You can use any string up to the maximum length. ClientRequestToken *string `min:"1" type:"string" idempotencyToken:"true"` // Indicates whether confirmation is required before Amazon S3 runs the job. // Confirmation is only required for jobs created through the Amazon S3 console. ConfirmationRequired *bool `type:"boolean"` // A description for this job. You can use any string within the permitted length. // Descriptions don't need to be unique and can be used for multiple jobs. Description *string `min:"1" type:"string"` // Configuration parameters for the manifest. Manifest *JobManifest `type:"structure"` // The attribute container for the ManifestGenerator details. Jobs must be created // with either a manifest file or a ManifestGenerator, but not both. ManifestGenerator *JobManifestGenerator `type:"structure"` // The action that you want this job to perform on every object listed in the // manifest. For more information about the available actions, see Operations // (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-actions.html) // in the Amazon S3 User Guide. // // Operation is a required field Operation *JobOperation `type:"structure" required:"true"` // The numerical priority for this job. Higher numbers indicate higher priority. // // Priority is a required field Priority *int64 `type:"integer" required:"true"` // Configuration parameters for the optional job-completion report. // // Report is a required field Report *JobReport `type:"structure" required:"true"` // The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) // role that Batch Operations will use to run this job's action on every object // in the manifest. // // RoleArn is a required field RoleArn *string `min:"1" type:"string" required:"true"` // A set of tags to associate with the S3 Batch Operations job. This is an optional // parameter. Tags []*S3Tag `type:"list"` // contains filtered or unexported fields }
func (CreateJobInput) GoString ¶ added in v1.19.21
func (s CreateJobInput) 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 (*CreateJobInput) SetAccountId ¶ added in v1.19.21
func (s *CreateJobInput) SetAccountId(v string) *CreateJobInput
SetAccountId sets the AccountId field's value.
func (*CreateJobInput) SetClientRequestToken ¶ added in v1.19.21
func (s *CreateJobInput) SetClientRequestToken(v string) *CreateJobInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*CreateJobInput) SetConfirmationRequired ¶ added in v1.19.21
func (s *CreateJobInput) SetConfirmationRequired(v bool) *CreateJobInput
SetConfirmationRequired sets the ConfirmationRequired field's value.
func (*CreateJobInput) SetDescription ¶ added in v1.19.21
func (s *CreateJobInput) SetDescription(v string) *CreateJobInput
SetDescription sets the Description field's value.
func (*CreateJobInput) SetManifest ¶ added in v1.19.21
func (s *CreateJobInput) SetManifest(v *JobManifest) *CreateJobInput
SetManifest sets the Manifest field's value.
func (*CreateJobInput) SetManifestGenerator ¶ added in v1.42.49
func (s *CreateJobInput) SetManifestGenerator(v *JobManifestGenerator) *CreateJobInput
SetManifestGenerator sets the ManifestGenerator field's value.
func (*CreateJobInput) SetOperation ¶ added in v1.19.21
func (s *CreateJobInput) SetOperation(v *JobOperation) *CreateJobInput
SetOperation sets the Operation field's value.
func (*CreateJobInput) SetPriority ¶ added in v1.19.21
func (s *CreateJobInput) SetPriority(v int64) *CreateJobInput
SetPriority sets the Priority field's value.
func (*CreateJobInput) SetReport ¶ added in v1.19.21
func (s *CreateJobInput) SetReport(v *JobReport) *CreateJobInput
SetReport sets the Report field's value.
func (*CreateJobInput) SetRoleArn ¶ added in v1.19.21
func (s *CreateJobInput) SetRoleArn(v string) *CreateJobInput
SetRoleArn sets the RoleArn field's value.
func (*CreateJobInput) SetTags ¶ added in v1.29.25
func (s *CreateJobInput) SetTags(v []*S3Tag) *CreateJobInput
SetTags sets the Tags field's value.
func (CreateJobInput) String ¶ added in v1.19.21
func (s CreateJobInput) 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 (*CreateJobInput) Validate ¶ added in v1.19.21
func (s *CreateJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateJobOutput ¶ added in v1.19.21
type CreateJobOutput struct { // The ID for this job. Amazon S3 generates this ID automatically and returns // it after a successful Create Job request. JobId *string `min:"5" type:"string"` // contains filtered or unexported fields }
func (CreateJobOutput) GoString ¶ added in v1.19.21
func (s CreateJobOutput) 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 (*CreateJobOutput) SetJobId ¶ added in v1.19.21
func (s *CreateJobOutput) SetJobId(v string) *CreateJobOutput
SetJobId sets the JobId field's value.
func (CreateJobOutput) String ¶ added in v1.19.21
func (s CreateJobOutput) 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 CreateMultiRegionAccessPointInput ¶ added in v1.40.36
type CreateMultiRegionAccessPointInput struct { // The Amazon Web Services account ID for the owner of the Multi-Region Access // Point. The owner of the Multi-Region Access Point also must own the underlying // buckets. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // An idempotency token used to identify the request and guarantee that requests // are unique. ClientToken *string `type:"string" idempotencyToken:"true"` // A container element containing details about the Multi-Region Access Point. // // Details is a required field Details *CreateMultiRegionAccessPointInput_ `type:"structure" required:"true"` // contains filtered or unexported fields }
func (CreateMultiRegionAccessPointInput) GoString ¶ added in v1.40.36
func (s CreateMultiRegionAccessPointInput) 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 (*CreateMultiRegionAccessPointInput) SetAccountId ¶ added in v1.40.36
func (s *CreateMultiRegionAccessPointInput) SetAccountId(v string) *CreateMultiRegionAccessPointInput
SetAccountId sets the AccountId field's value.
func (*CreateMultiRegionAccessPointInput) SetClientToken ¶ added in v1.40.36
func (s *CreateMultiRegionAccessPointInput) SetClientToken(v string) *CreateMultiRegionAccessPointInput
SetClientToken sets the ClientToken field's value.
func (*CreateMultiRegionAccessPointInput) SetDetails ¶ added in v1.40.36
func (s *CreateMultiRegionAccessPointInput) SetDetails(v *CreateMultiRegionAccessPointInput_) *CreateMultiRegionAccessPointInput
SetDetails sets the Details field's value.
func (CreateMultiRegionAccessPointInput) String ¶ added in v1.40.36
func (s CreateMultiRegionAccessPointInput) 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 (*CreateMultiRegionAccessPointInput) Validate ¶ added in v1.40.36
func (s *CreateMultiRegionAccessPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateMultiRegionAccessPointInput_ ¶ added in v1.40.36
type CreateMultiRegionAccessPointInput_ struct { // The name of the Multi-Region Access Point associated with this request. // // Name is a required field Name *string `type:"string" required:"true"` // The PublicAccessBlock configuration that you want to apply to this Amazon // S3 account. You can enable the configuration options in any combination. // For more information about when Amazon S3 considers a bucket or object public, // see The Meaning of "Public" (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) // in the Amazon S3 User Guide. // // This is not supported for Amazon S3 on Outposts. PublicAccessBlock *PublicAccessBlockConfiguration `type:"structure"` // The buckets in different Regions that are associated with the Multi-Region // Access Point. // // Regions is a required field Regions []*Region `locationNameList:"Region" type:"list" required:"true"` // contains filtered or unexported fields }
A container for the information associated with a CreateMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html) request.
func (CreateMultiRegionAccessPointInput_) GoString ¶ added in v1.40.36
func (s CreateMultiRegionAccessPointInput_) 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 (*CreateMultiRegionAccessPointInput_) SetName ¶ added in v1.40.36
func (s *CreateMultiRegionAccessPointInput_) SetName(v string) *CreateMultiRegionAccessPointInput_
SetName sets the Name field's value.
func (*CreateMultiRegionAccessPointInput_) SetPublicAccessBlock ¶ added in v1.40.36
func (s *CreateMultiRegionAccessPointInput_) SetPublicAccessBlock(v *PublicAccessBlockConfiguration) *CreateMultiRegionAccessPointInput_
SetPublicAccessBlock sets the PublicAccessBlock field's value.
func (*CreateMultiRegionAccessPointInput_) SetRegions ¶ added in v1.40.36
func (s *CreateMultiRegionAccessPointInput_) SetRegions(v []*Region) *CreateMultiRegionAccessPointInput_
SetRegions sets the Regions field's value.
func (CreateMultiRegionAccessPointInput_) String ¶ added in v1.40.36
func (s CreateMultiRegionAccessPointInput_) 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 (*CreateMultiRegionAccessPointInput_) Validate ¶ added in v1.40.36
func (s *CreateMultiRegionAccessPointInput_) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateMultiRegionAccessPointOutput ¶ added in v1.40.36
type CreateMultiRegionAccessPointOutput struct { // The request token associated with the request. You can use this token with // DescribeMultiRegionAccessPointOperation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html) // to determine the status of asynchronous requests. RequestTokenARN *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateMultiRegionAccessPointOutput) GoString ¶ added in v1.40.36
func (s CreateMultiRegionAccessPointOutput) 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 (*CreateMultiRegionAccessPointOutput) SetRequestTokenARN ¶ added in v1.40.36
func (s *CreateMultiRegionAccessPointOutput) SetRequestTokenARN(v string) *CreateMultiRegionAccessPointOutput
SetRequestTokenARN sets the RequestTokenARN field's value.
func (CreateMultiRegionAccessPointOutput) String ¶ added in v1.40.36
func (s CreateMultiRegionAccessPointOutput) 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 DeleteAccessPointForObjectLambdaInput ¶ added in v1.38.0
type DeleteAccessPointForObjectLambdaInput struct { // The account ID for the account that owns the specified Object Lambda Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the access point you want to delete. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAccessPointForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s DeleteAccessPointForObjectLambdaInput) 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 (*DeleteAccessPointForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *DeleteAccessPointForObjectLambdaInput) SetAccountId(v string) *DeleteAccessPointForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*DeleteAccessPointForObjectLambdaInput) SetName ¶ added in v1.38.0
func (s *DeleteAccessPointForObjectLambdaInput) SetName(v string) *DeleteAccessPointForObjectLambdaInput
SetName sets the Name field's value.
func (DeleteAccessPointForObjectLambdaInput) String ¶ added in v1.38.0
func (s DeleteAccessPointForObjectLambdaInput) 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 (*DeleteAccessPointForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *DeleteAccessPointForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAccessPointForObjectLambdaOutput ¶ added in v1.38.0
type DeleteAccessPointForObjectLambdaOutput struct {
// contains filtered or unexported fields
}
func (DeleteAccessPointForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s DeleteAccessPointForObjectLambdaOutput) 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 (DeleteAccessPointForObjectLambdaOutput) String ¶ added in v1.38.0
func (s DeleteAccessPointForObjectLambdaOutput) 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 DeleteAccessPointInput ¶ added in v1.25.46
type DeleteAccessPointInput struct { // The account ID for the account that owns the specified access point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the access point you want to delete. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the access point accessed in the // format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. // For example, to access the access point reports-ap through outpost my-outpost // owned by account 123456789012 in Region us-west-2, use the URL encoding of // arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. // The value must be URL encoded. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAccessPointInput) GoString ¶ added in v1.25.46
func (s DeleteAccessPointInput) 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 (*DeleteAccessPointInput) SetAccountId ¶ added in v1.25.46
func (s *DeleteAccessPointInput) SetAccountId(v string) *DeleteAccessPointInput
SetAccountId sets the AccountId field's value.
func (*DeleteAccessPointInput) SetName ¶ added in v1.25.46
func (s *DeleteAccessPointInput) SetName(v string) *DeleteAccessPointInput
SetName sets the Name field's value.
func (DeleteAccessPointInput) String ¶ added in v1.25.46
func (s DeleteAccessPointInput) 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 (*DeleteAccessPointInput) Validate ¶ added in v1.25.46
func (s *DeleteAccessPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAccessPointOutput ¶ added in v1.25.46
type DeleteAccessPointOutput struct {
// contains filtered or unexported fields
}
func (DeleteAccessPointOutput) GoString ¶ added in v1.25.46
func (s DeleteAccessPointOutput) 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 (DeleteAccessPointOutput) String ¶ added in v1.25.46
func (s DeleteAccessPointOutput) 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 DeleteAccessPointPolicyForObjectLambdaInput ¶ added in v1.38.0
type DeleteAccessPointPolicyForObjectLambdaInput struct { // The account ID for the account that owns the specified Object Lambda Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the Object Lambda Access Point you want to delete the policy // for. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAccessPointPolicyForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s DeleteAccessPointPolicyForObjectLambdaInput) 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 (*DeleteAccessPointPolicyForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *DeleteAccessPointPolicyForObjectLambdaInput) SetAccountId(v string) *DeleteAccessPointPolicyForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*DeleteAccessPointPolicyForObjectLambdaInput) SetName ¶ added in v1.38.0
func (s *DeleteAccessPointPolicyForObjectLambdaInput) SetName(v string) *DeleteAccessPointPolicyForObjectLambdaInput
SetName sets the Name field's value.
func (DeleteAccessPointPolicyForObjectLambdaInput) String ¶ added in v1.38.0
func (s DeleteAccessPointPolicyForObjectLambdaInput) 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 (*DeleteAccessPointPolicyForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *DeleteAccessPointPolicyForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAccessPointPolicyForObjectLambdaOutput ¶ added in v1.38.0
type DeleteAccessPointPolicyForObjectLambdaOutput struct {
// contains filtered or unexported fields
}
func (DeleteAccessPointPolicyForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s DeleteAccessPointPolicyForObjectLambdaOutput) 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 (DeleteAccessPointPolicyForObjectLambdaOutput) String ¶ added in v1.38.0
func (s DeleteAccessPointPolicyForObjectLambdaOutput) 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 DeleteAccessPointPolicyInput ¶ added in v1.25.46
type DeleteAccessPointPolicyInput struct { // The account ID for the account that owns the specified access point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the access point whose policy you want to delete. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the access point accessed in the // format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. // For example, to access the access point reports-ap through outpost my-outpost // owned by account 123456789012 in Region us-west-2, use the URL encoding of // arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. // The value must be URL encoded. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAccessPointPolicyInput) GoString ¶ added in v1.25.46
func (s DeleteAccessPointPolicyInput) 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 (*DeleteAccessPointPolicyInput) SetAccountId ¶ added in v1.25.46
func (s *DeleteAccessPointPolicyInput) SetAccountId(v string) *DeleteAccessPointPolicyInput
SetAccountId sets the AccountId field's value.
func (*DeleteAccessPointPolicyInput) SetName ¶ added in v1.25.46
func (s *DeleteAccessPointPolicyInput) SetName(v string) *DeleteAccessPointPolicyInput
SetName sets the Name field's value.
func (DeleteAccessPointPolicyInput) String ¶ added in v1.25.46
func (s DeleteAccessPointPolicyInput) 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 (*DeleteAccessPointPolicyInput) Validate ¶ added in v1.25.46
func (s *DeleteAccessPointPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAccessPointPolicyOutput ¶ added in v1.25.46
type DeleteAccessPointPolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteAccessPointPolicyOutput) GoString ¶ added in v1.25.46
func (s DeleteAccessPointPolicyOutput) 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 (DeleteAccessPointPolicyOutput) String ¶ added in v1.25.46
func (s DeleteAccessPointPolicyOutput) 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 DeleteBucketInput ¶ added in v1.35.0
type DeleteBucketInput struct { // The account ID that owns the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Specifies the bucket being deleted. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteBucketInput) GoString ¶ added in v1.35.0
func (s DeleteBucketInput) 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 (*DeleteBucketInput) SetAccountId ¶ added in v1.35.0
func (s *DeleteBucketInput) SetAccountId(v string) *DeleteBucketInput
SetAccountId sets the AccountId field's value.
func (*DeleteBucketInput) SetBucket ¶ added in v1.35.0
func (s *DeleteBucketInput) SetBucket(v string) *DeleteBucketInput
SetBucket sets the Bucket field's value.
func (DeleteBucketInput) String ¶ added in v1.35.0
func (s DeleteBucketInput) 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 (*DeleteBucketInput) Validate ¶ added in v1.35.0
func (s *DeleteBucketInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteBucketLifecycleConfigurationInput ¶ added in v1.35.0
type DeleteBucketLifecycleConfigurationInput struct { // The account ID of the lifecycle configuration to delete. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Specifies the bucket. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteBucketLifecycleConfigurationInput) GoString ¶ added in v1.35.0
func (s DeleteBucketLifecycleConfigurationInput) 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 (*DeleteBucketLifecycleConfigurationInput) SetAccountId ¶ added in v1.35.0
func (s *DeleteBucketLifecycleConfigurationInput) SetAccountId(v string) *DeleteBucketLifecycleConfigurationInput
SetAccountId sets the AccountId field's value.
func (*DeleteBucketLifecycleConfigurationInput) SetBucket ¶ added in v1.35.0
func (s *DeleteBucketLifecycleConfigurationInput) SetBucket(v string) *DeleteBucketLifecycleConfigurationInput
SetBucket sets the Bucket field's value.
func (DeleteBucketLifecycleConfigurationInput) String ¶ added in v1.35.0
func (s DeleteBucketLifecycleConfigurationInput) 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 (*DeleteBucketLifecycleConfigurationInput) Validate ¶ added in v1.35.0
func (s *DeleteBucketLifecycleConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteBucketLifecycleConfigurationOutput ¶ added in v1.35.0
type DeleteBucketLifecycleConfigurationOutput struct {
// contains filtered or unexported fields
}
func (DeleteBucketLifecycleConfigurationOutput) GoString ¶ added in v1.35.0
func (s DeleteBucketLifecycleConfigurationOutput) 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 (DeleteBucketLifecycleConfigurationOutput) String ¶ added in v1.35.0
func (s DeleteBucketLifecycleConfigurationOutput) 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 DeleteBucketOutput ¶ added in v1.35.0
type DeleteBucketOutput struct {
// contains filtered or unexported fields
}
func (DeleteBucketOutput) GoString ¶ added in v1.35.0
func (s DeleteBucketOutput) 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 (DeleteBucketOutput) String ¶ added in v1.35.0
func (s DeleteBucketOutput) 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 DeleteBucketPolicyInput ¶ added in v1.35.0
type DeleteBucketPolicyInput struct { // The account ID of the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Specifies the bucket. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteBucketPolicyInput) GoString ¶ added in v1.35.0
func (s DeleteBucketPolicyInput) 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 (*DeleteBucketPolicyInput) SetAccountId ¶ added in v1.35.0
func (s *DeleteBucketPolicyInput) SetAccountId(v string) *DeleteBucketPolicyInput
SetAccountId sets the AccountId field's value.
func (*DeleteBucketPolicyInput) SetBucket ¶ added in v1.35.0
func (s *DeleteBucketPolicyInput) SetBucket(v string) *DeleteBucketPolicyInput
SetBucket sets the Bucket field's value.
func (DeleteBucketPolicyInput) String ¶ added in v1.35.0
func (s DeleteBucketPolicyInput) 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 (*DeleteBucketPolicyInput) Validate ¶ added in v1.35.0
func (s *DeleteBucketPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteBucketPolicyOutput ¶ added in v1.35.0
type DeleteBucketPolicyOutput struct {
// contains filtered or unexported fields
}
func (DeleteBucketPolicyOutput) GoString ¶ added in v1.35.0
func (s DeleteBucketPolicyOutput) 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 (DeleteBucketPolicyOutput) String ¶ added in v1.35.0
func (s DeleteBucketPolicyOutput) 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 DeleteBucketTaggingInput ¶ added in v1.35.0
type DeleteBucketTaggingInput struct { // The Amazon Web Services account ID of the Outposts bucket tag set to be removed. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The bucket ARN that has the tag set to be removed. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteBucketTaggingInput) GoString ¶ added in v1.35.0
func (s DeleteBucketTaggingInput) 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 (*DeleteBucketTaggingInput) SetAccountId ¶ added in v1.35.0
func (s *DeleteBucketTaggingInput) SetAccountId(v string) *DeleteBucketTaggingInput
SetAccountId sets the AccountId field's value.
func (*DeleteBucketTaggingInput) SetBucket ¶ added in v1.35.0
func (s *DeleteBucketTaggingInput) SetBucket(v string) *DeleteBucketTaggingInput
SetBucket sets the Bucket field's value.
func (DeleteBucketTaggingInput) String ¶ added in v1.35.0
func (s DeleteBucketTaggingInput) 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 (*DeleteBucketTaggingInput) Validate ¶ added in v1.35.0
func (s *DeleteBucketTaggingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteBucketTaggingOutput ¶ added in v1.35.0
type DeleteBucketTaggingOutput struct {
// contains filtered or unexported fields
}
func (DeleteBucketTaggingOutput) GoString ¶ added in v1.35.0
func (s DeleteBucketTaggingOutput) 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 (DeleteBucketTaggingOutput) String ¶ added in v1.35.0
func (s DeleteBucketTaggingOutput) 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 DeleteJobTaggingInput ¶ added in v1.29.25
type DeleteJobTaggingInput struct { // The Amazon Web Services account ID associated with the S3 Batch Operations // job. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID for the S3 Batch Operations job whose tags you want to delete. // // JobId is a required field JobId *string `location:"uri" locationName:"id" min:"5" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteJobTaggingInput) GoString ¶ added in v1.29.25
func (s DeleteJobTaggingInput) 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 (*DeleteJobTaggingInput) SetAccountId ¶ added in v1.29.25
func (s *DeleteJobTaggingInput) SetAccountId(v string) *DeleteJobTaggingInput
SetAccountId sets the AccountId field's value.
func (*DeleteJobTaggingInput) SetJobId ¶ added in v1.29.25
func (s *DeleteJobTaggingInput) SetJobId(v string) *DeleteJobTaggingInput
SetJobId sets the JobId field's value.
func (DeleteJobTaggingInput) String ¶ added in v1.29.25
func (s DeleteJobTaggingInput) 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 (*DeleteJobTaggingInput) Validate ¶ added in v1.29.25
func (s *DeleteJobTaggingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteJobTaggingOutput ¶ added in v1.29.25
type DeleteJobTaggingOutput struct {
// contains filtered or unexported fields
}
func (DeleteJobTaggingOutput) GoString ¶ added in v1.29.25
func (s DeleteJobTaggingOutput) 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 (DeleteJobTaggingOutput) String ¶ added in v1.29.25
func (s DeleteJobTaggingOutput) 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 DeleteMultiRegionAccessPointInput ¶ added in v1.40.36
type DeleteMultiRegionAccessPointInput struct { // The Amazon Web Services account ID for the owner of the Multi-Region Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // An idempotency token used to identify the request and guarantee that requests // are unique. ClientToken *string `type:"string" idempotencyToken:"true"` // A container element containing details about the Multi-Region Access Point. // // Details is a required field Details *DeleteMultiRegionAccessPointInput_ `type:"structure" required:"true"` // contains filtered or unexported fields }
func (DeleteMultiRegionAccessPointInput) GoString ¶ added in v1.40.36
func (s DeleteMultiRegionAccessPointInput) 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 (*DeleteMultiRegionAccessPointInput) SetAccountId ¶ added in v1.40.36
func (s *DeleteMultiRegionAccessPointInput) SetAccountId(v string) *DeleteMultiRegionAccessPointInput
SetAccountId sets the AccountId field's value.
func (*DeleteMultiRegionAccessPointInput) SetClientToken ¶ added in v1.40.36
func (s *DeleteMultiRegionAccessPointInput) SetClientToken(v string) *DeleteMultiRegionAccessPointInput
SetClientToken sets the ClientToken field's value.
func (*DeleteMultiRegionAccessPointInput) SetDetails ¶ added in v1.40.36
func (s *DeleteMultiRegionAccessPointInput) SetDetails(v *DeleteMultiRegionAccessPointInput_) *DeleteMultiRegionAccessPointInput
SetDetails sets the Details field's value.
func (DeleteMultiRegionAccessPointInput) String ¶ added in v1.40.36
func (s DeleteMultiRegionAccessPointInput) 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 (*DeleteMultiRegionAccessPointInput) Validate ¶ added in v1.40.36
func (s *DeleteMultiRegionAccessPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteMultiRegionAccessPointInput_ ¶ added in v1.40.36
type DeleteMultiRegionAccessPointInput_ struct { // The name of the Multi-Region Access Point associated with this request. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
A container for the information associated with a DeleteMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html) request.
func (DeleteMultiRegionAccessPointInput_) GoString ¶ added in v1.40.36
func (s DeleteMultiRegionAccessPointInput_) 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 (*DeleteMultiRegionAccessPointInput_) SetName ¶ added in v1.40.36
func (s *DeleteMultiRegionAccessPointInput_) SetName(v string) *DeleteMultiRegionAccessPointInput_
SetName sets the Name field's value.
func (DeleteMultiRegionAccessPointInput_) String ¶ added in v1.40.36
func (s DeleteMultiRegionAccessPointInput_) 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 (*DeleteMultiRegionAccessPointInput_) Validate ¶ added in v1.40.36
func (s *DeleteMultiRegionAccessPointInput_) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteMultiRegionAccessPointOutput ¶ added in v1.40.36
type DeleteMultiRegionAccessPointOutput struct { // The request token associated with the request. You can use this token with // DescribeMultiRegionAccessPointOperation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html) // to determine the status of asynchronous requests. RequestTokenARN *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (DeleteMultiRegionAccessPointOutput) GoString ¶ added in v1.40.36
func (s DeleteMultiRegionAccessPointOutput) 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 (*DeleteMultiRegionAccessPointOutput) SetRequestTokenARN ¶ added in v1.40.36
func (s *DeleteMultiRegionAccessPointOutput) SetRequestTokenARN(v string) *DeleteMultiRegionAccessPointOutput
SetRequestTokenARN sets the RequestTokenARN field's value.
func (DeleteMultiRegionAccessPointOutput) String ¶ added in v1.40.36
func (s DeleteMultiRegionAccessPointOutput) 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 DeletePublicAccessBlockInput ¶
type DeletePublicAccessBlockInput struct { // The account ID for the Amazon Web Services account whose PublicAccessBlock // configuration you want to remove. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeletePublicAccessBlockInput) GoString ¶
func (s DeletePublicAccessBlockInput) 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 (*DeletePublicAccessBlockInput) SetAccountId ¶
func (s *DeletePublicAccessBlockInput) SetAccountId(v string) *DeletePublicAccessBlockInput
SetAccountId sets the AccountId field's value.
func (DeletePublicAccessBlockInput) String ¶
func (s DeletePublicAccessBlockInput) 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 (*DeletePublicAccessBlockInput) Validate ¶
func (s *DeletePublicAccessBlockInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePublicAccessBlockOutput ¶
type DeletePublicAccessBlockOutput struct {
// contains filtered or unexported fields
}
func (DeletePublicAccessBlockOutput) GoString ¶
func (s DeletePublicAccessBlockOutput) 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 (DeletePublicAccessBlockOutput) String ¶
func (s DeletePublicAccessBlockOutput) 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 DeleteStorageLensConfigurationInput ¶ added in v1.35.31
type DeleteStorageLensConfigurationInput struct { // The account ID of the requester. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID of the S3 Storage Lens configuration. // // ConfigId is a required field ConfigId *string `location:"uri" locationName:"storagelensid" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteStorageLensConfigurationInput) GoString ¶ added in v1.35.31
func (s DeleteStorageLensConfigurationInput) 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 (*DeleteStorageLensConfigurationInput) SetAccountId ¶ added in v1.35.31
func (s *DeleteStorageLensConfigurationInput) SetAccountId(v string) *DeleteStorageLensConfigurationInput
SetAccountId sets the AccountId field's value.
func (*DeleteStorageLensConfigurationInput) SetConfigId ¶ added in v1.35.31
func (s *DeleteStorageLensConfigurationInput) SetConfigId(v string) *DeleteStorageLensConfigurationInput
SetConfigId sets the ConfigId field's value.
func (DeleteStorageLensConfigurationInput) String ¶ added in v1.35.31
func (s DeleteStorageLensConfigurationInput) 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 (*DeleteStorageLensConfigurationInput) Validate ¶ added in v1.35.31
func (s *DeleteStorageLensConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteStorageLensConfigurationOutput ¶ added in v1.35.31
type DeleteStorageLensConfigurationOutput struct {
// contains filtered or unexported fields
}
func (DeleteStorageLensConfigurationOutput) GoString ¶ added in v1.35.31
func (s DeleteStorageLensConfigurationOutput) 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 (DeleteStorageLensConfigurationOutput) String ¶ added in v1.35.31
func (s DeleteStorageLensConfigurationOutput) 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 DeleteStorageLensConfigurationTaggingInput ¶ added in v1.35.31
type DeleteStorageLensConfigurationTaggingInput struct { // The account ID of the requester. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID of the S3 Storage Lens configuration. // // ConfigId is a required field ConfigId *string `location:"uri" locationName:"storagelensid" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteStorageLensConfigurationTaggingInput) GoString ¶ added in v1.35.31
func (s DeleteStorageLensConfigurationTaggingInput) 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 (*DeleteStorageLensConfigurationTaggingInput) SetAccountId ¶ added in v1.35.31
func (s *DeleteStorageLensConfigurationTaggingInput) SetAccountId(v string) *DeleteStorageLensConfigurationTaggingInput
SetAccountId sets the AccountId field's value.
func (*DeleteStorageLensConfigurationTaggingInput) SetConfigId ¶ added in v1.35.31
func (s *DeleteStorageLensConfigurationTaggingInput) SetConfigId(v string) *DeleteStorageLensConfigurationTaggingInput
SetConfigId sets the ConfigId field's value.
func (DeleteStorageLensConfigurationTaggingInput) String ¶ added in v1.35.31
func (s DeleteStorageLensConfigurationTaggingInput) 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 (*DeleteStorageLensConfigurationTaggingInput) Validate ¶ added in v1.35.31
func (s *DeleteStorageLensConfigurationTaggingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteStorageLensConfigurationTaggingOutput ¶ added in v1.35.31
type DeleteStorageLensConfigurationTaggingOutput struct {
// contains filtered or unexported fields
}
func (DeleteStorageLensConfigurationTaggingOutput) GoString ¶ added in v1.35.31
func (s DeleteStorageLensConfigurationTaggingOutput) 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 (DeleteStorageLensConfigurationTaggingOutput) String ¶ added in v1.35.31
func (s DeleteStorageLensConfigurationTaggingOutput) 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 DescribeJobInput ¶ added in v1.19.21
type DescribeJobInput struct { // The Amazon Web Services account ID associated with the S3 Batch Operations // job. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID for the job whose information you want to retrieve. // // JobId is a required field JobId *string `location:"uri" locationName:"id" min:"5" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeJobInput) GoString ¶ added in v1.19.21
func (s DescribeJobInput) 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 (*DescribeJobInput) SetAccountId ¶ added in v1.19.21
func (s *DescribeJobInput) SetAccountId(v string) *DescribeJobInput
SetAccountId sets the AccountId field's value.
func (*DescribeJobInput) SetJobId ¶ added in v1.19.21
func (s *DescribeJobInput) SetJobId(v string) *DescribeJobInput
SetJobId sets the JobId field's value.
func (DescribeJobInput) String ¶ added in v1.19.21
func (s DescribeJobInput) 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 (*DescribeJobInput) Validate ¶ added in v1.19.21
func (s *DescribeJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeJobOutput ¶ added in v1.19.21
type DescribeJobOutput struct { // Contains the configuration parameters and status for the job specified in // the Describe Job request. Job *JobDescriptor `type:"structure"` // contains filtered or unexported fields }
func (DescribeJobOutput) GoString ¶ added in v1.19.21
func (s DescribeJobOutput) 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 (*DescribeJobOutput) SetJob ¶ added in v1.19.21
func (s *DescribeJobOutput) SetJob(v *JobDescriptor) *DescribeJobOutput
SetJob sets the Job field's value.
func (DescribeJobOutput) String ¶ added in v1.19.21
func (s DescribeJobOutput) 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 DescribeMultiRegionAccessPointOperationInput ¶ added in v1.40.36
type DescribeMultiRegionAccessPointOperationInput struct { // The Amazon Web Services account ID for the owner of the Multi-Region Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The request token associated with the request you want to know about. This // request token is returned as part of the response when you make an asynchronous // request. You provide this token to query about the status of the asynchronous // action. // // RequestTokenARN is a required field RequestTokenARN *string `location:"uri" locationName:"request_token" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeMultiRegionAccessPointOperationInput) GoString ¶ added in v1.40.36
func (s DescribeMultiRegionAccessPointOperationInput) 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 (*DescribeMultiRegionAccessPointOperationInput) SetAccountId ¶ added in v1.40.36
func (s *DescribeMultiRegionAccessPointOperationInput) SetAccountId(v string) *DescribeMultiRegionAccessPointOperationInput
SetAccountId sets the AccountId field's value.
func (*DescribeMultiRegionAccessPointOperationInput) SetRequestTokenARN ¶ added in v1.40.36
func (s *DescribeMultiRegionAccessPointOperationInput) SetRequestTokenARN(v string) *DescribeMultiRegionAccessPointOperationInput
SetRequestTokenARN sets the RequestTokenARN field's value.
func (DescribeMultiRegionAccessPointOperationInput) String ¶ added in v1.40.36
func (s DescribeMultiRegionAccessPointOperationInput) 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 (*DescribeMultiRegionAccessPointOperationInput) Validate ¶ added in v1.40.36
func (s *DescribeMultiRegionAccessPointOperationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeMultiRegionAccessPointOperationOutput ¶ added in v1.40.36
type DescribeMultiRegionAccessPointOperationOutput struct { // A container element containing the details of the asynchronous operation. AsyncOperation *AsyncOperation `type:"structure"` // contains filtered or unexported fields }
func (DescribeMultiRegionAccessPointOperationOutput) GoString ¶ added in v1.40.36
func (s DescribeMultiRegionAccessPointOperationOutput) 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 (*DescribeMultiRegionAccessPointOperationOutput) SetAsyncOperation ¶ added in v1.40.36
func (s *DescribeMultiRegionAccessPointOperationOutput) SetAsyncOperation(v *AsyncOperation) *DescribeMultiRegionAccessPointOperationOutput
SetAsyncOperation sets the AsyncOperation field's value.
func (DescribeMultiRegionAccessPointOperationOutput) String ¶ added in v1.40.36
func (s DescribeMultiRegionAccessPointOperationOutput) 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 EstablishedMultiRegionAccessPointPolicy ¶ added in v1.40.36
type EstablishedMultiRegionAccessPointPolicy struct { // The details of the last established policy. Policy *string `type:"string"` // contains filtered or unexported fields }
The last established access control policy for a Multi-Region Access Point.
When you update the policy, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.
func (EstablishedMultiRegionAccessPointPolicy) GoString ¶ added in v1.40.36
func (s EstablishedMultiRegionAccessPointPolicy) 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 (*EstablishedMultiRegionAccessPointPolicy) SetPolicy ¶ added in v1.40.36
func (s *EstablishedMultiRegionAccessPointPolicy) SetPolicy(v string) *EstablishedMultiRegionAccessPointPolicy
SetPolicy sets the Policy field's value.
func (EstablishedMultiRegionAccessPointPolicy) String ¶ added in v1.40.36
func (s EstablishedMultiRegionAccessPointPolicy) 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 Exclude ¶ added in v1.35.31
type Exclude struct { // A container for the S3 Storage Lens bucket excludes. Buckets []*string `locationNameList:"Arn" type:"list"` // A container for the S3 Storage Lens Region excludes. Regions []*string `locationNameList:"Region" type:"list"` // contains filtered or unexported fields }
A container for what Amazon S3 Storage Lens will exclude.
func (Exclude) GoString ¶ added in v1.35.31
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 (*Exclude) SetBuckets ¶ added in v1.35.31
SetBuckets sets the Buckets field's value.
func (*Exclude) SetRegions ¶ added in v1.35.31
SetRegions sets the Regions field's value.
type GeneratedManifestEncryption ¶ added in v1.42.49
type GeneratedManifestEncryption struct { // Configuration details on how SSE-KMS is used to encrypt generated manifest // objects. SSEKMS *SSEKMSEncryption `locationName:"SSE-KMS" type:"structure"` // Specifies the use of SSE-S3 to encrypt generated manifest objects. SSES3 *SSES3Encryption `locationName:"SSE-S3" type:"structure"` // contains filtered or unexported fields }
The encryption configuration to use when storing the generated manifest.
func (GeneratedManifestEncryption) GoString ¶ added in v1.42.49
func (s GeneratedManifestEncryption) 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 (*GeneratedManifestEncryption) SetSSEKMS ¶ added in v1.42.49
func (s *GeneratedManifestEncryption) SetSSEKMS(v *SSEKMSEncryption) *GeneratedManifestEncryption
SetSSEKMS sets the SSEKMS field's value.
func (*GeneratedManifestEncryption) SetSSES3 ¶ added in v1.42.49
func (s *GeneratedManifestEncryption) SetSSES3(v *SSES3Encryption) *GeneratedManifestEncryption
SetSSES3 sets the SSES3 field's value.
func (GeneratedManifestEncryption) String ¶ added in v1.42.49
func (s GeneratedManifestEncryption) 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 (*GeneratedManifestEncryption) Validate ¶ added in v1.42.49
func (s *GeneratedManifestEncryption) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccessPointConfigurationForObjectLambdaInput ¶ added in v1.38.0
type GetAccessPointConfigurationForObjectLambdaInput struct { // The account ID for the account that owns the specified Object Lambda Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the Object Lambda Access Point you want to return the configuration // for. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetAccessPointConfigurationForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s GetAccessPointConfigurationForObjectLambdaInput) 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 (*GetAccessPointConfigurationForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *GetAccessPointConfigurationForObjectLambdaInput) SetAccountId(v string) *GetAccessPointConfigurationForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*GetAccessPointConfigurationForObjectLambdaInput) SetName ¶ added in v1.38.0
func (s *GetAccessPointConfigurationForObjectLambdaInput) SetName(v string) *GetAccessPointConfigurationForObjectLambdaInput
SetName sets the Name field's value.
func (GetAccessPointConfigurationForObjectLambdaInput) String ¶ added in v1.38.0
func (s GetAccessPointConfigurationForObjectLambdaInput) 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 (*GetAccessPointConfigurationForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *GetAccessPointConfigurationForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccessPointConfigurationForObjectLambdaOutput ¶ added in v1.38.0
type GetAccessPointConfigurationForObjectLambdaOutput struct { // Object Lambda Access Point configuration document. Configuration *ObjectLambdaConfiguration `type:"structure"` // contains filtered or unexported fields }
func (GetAccessPointConfigurationForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s GetAccessPointConfigurationForObjectLambdaOutput) 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 (*GetAccessPointConfigurationForObjectLambdaOutput) SetConfiguration ¶ added in v1.38.0
func (s *GetAccessPointConfigurationForObjectLambdaOutput) SetConfiguration(v *ObjectLambdaConfiguration) *GetAccessPointConfigurationForObjectLambdaOutput
SetConfiguration sets the Configuration field's value.
func (GetAccessPointConfigurationForObjectLambdaOutput) String ¶ added in v1.38.0
func (s GetAccessPointConfigurationForObjectLambdaOutput) 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 GetAccessPointForObjectLambdaInput ¶ added in v1.38.0
type GetAccessPointForObjectLambdaInput struct { // The account ID for the account that owns the specified Object Lambda Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the Object Lambda Access Point. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetAccessPointForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s GetAccessPointForObjectLambdaInput) 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 (*GetAccessPointForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *GetAccessPointForObjectLambdaInput) SetAccountId(v string) *GetAccessPointForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*GetAccessPointForObjectLambdaInput) SetName ¶ added in v1.38.0
func (s *GetAccessPointForObjectLambdaInput) SetName(v string) *GetAccessPointForObjectLambdaInput
SetName sets the Name field's value.
func (GetAccessPointForObjectLambdaInput) String ¶ added in v1.38.0
func (s GetAccessPointForObjectLambdaInput) 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 (*GetAccessPointForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *GetAccessPointForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccessPointForObjectLambdaOutput ¶ added in v1.38.0
type GetAccessPointForObjectLambdaOutput struct { // The date and time when the specified Object Lambda Access Point was created. CreationDate *time.Time `type:"timestamp"` // The name of the Object Lambda Access Point. Name *string `min:"3" type:"string"` // Configuration to block all public access. This setting is turned on and can // not be edited. PublicAccessBlockConfiguration *PublicAccessBlockConfiguration `type:"structure"` // contains filtered or unexported fields }
func (GetAccessPointForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s GetAccessPointForObjectLambdaOutput) 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 (*GetAccessPointForObjectLambdaOutput) SetCreationDate ¶ added in v1.38.0
func (s *GetAccessPointForObjectLambdaOutput) SetCreationDate(v time.Time) *GetAccessPointForObjectLambdaOutput
SetCreationDate sets the CreationDate field's value.
func (*GetAccessPointForObjectLambdaOutput) SetName ¶ added in v1.38.0
func (s *GetAccessPointForObjectLambdaOutput) SetName(v string) *GetAccessPointForObjectLambdaOutput
SetName sets the Name field's value.
func (*GetAccessPointForObjectLambdaOutput) SetPublicAccessBlockConfiguration ¶ added in v1.38.0
func (s *GetAccessPointForObjectLambdaOutput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *GetAccessPointForObjectLambdaOutput
SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.
func (GetAccessPointForObjectLambdaOutput) String ¶ added in v1.38.0
func (s GetAccessPointForObjectLambdaOutput) 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 GetAccessPointInput ¶ added in v1.25.46
type GetAccessPointInput struct { // The account ID for the account that owns the specified access point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the access point whose configuration information you want to // retrieve. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the access point accessed in the // format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. // For example, to access the access point reports-ap through outpost my-outpost // owned by account 123456789012 in Region us-west-2, use the URL encoding of // arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. // The value must be URL encoded. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetAccessPointInput) GoString ¶ added in v1.25.46
func (s GetAccessPointInput) 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 (*GetAccessPointInput) SetAccountId ¶ added in v1.25.46
func (s *GetAccessPointInput) SetAccountId(v string) *GetAccessPointInput
SetAccountId sets the AccountId field's value.
func (*GetAccessPointInput) SetName ¶ added in v1.25.46
func (s *GetAccessPointInput) SetName(v string) *GetAccessPointInput
SetName sets the Name field's value.
func (GetAccessPointInput) String ¶ added in v1.25.46
func (s GetAccessPointInput) 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 (*GetAccessPointInput) Validate ¶ added in v1.25.46
func (s *GetAccessPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccessPointOutput ¶ added in v1.25.46
type GetAccessPointOutput struct { // The ARN of the access point. AccessPointArn *string `min:"4" type:"string"` // The name or alias of the access point. Alias *string `type:"string"` // The name of the bucket associated with the specified access point. Bucket *string `min:"3" type:"string"` // The date and time when the specified access point was created. CreationDate *time.Time `type:"timestamp"` // The VPC endpoint for the access point. Endpoints map[string]*string `type:"map"` // The name of the specified access point. Name *string `min:"3" type:"string"` // Indicates whether this access point allows access from the public internet. // If VpcConfiguration is specified for this access point, then NetworkOrigin // is VPC, and the access point doesn't allow access from the public internet. // Otherwise, NetworkOrigin is Internet, and the access point allows access // from the public internet, subject to the access point and bucket access policies. // // This will always be true for an Amazon S3 on Outposts access point NetworkOrigin *string `type:"string" enum:"NetworkOrigin"` // The PublicAccessBlock configuration that you want to apply to this Amazon // S3 account. You can enable the configuration options in any combination. // For more information about when Amazon S3 considers a bucket or object public, // see The Meaning of "Public" (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) // in the Amazon S3 User Guide. // // This is not supported for Amazon S3 on Outposts. PublicAccessBlockConfiguration *PublicAccessBlockConfiguration `type:"structure"` // Contains the virtual private cloud (VPC) configuration for the specified // access point. // // This element is empty if this access point is an Amazon S3 on Outposts access // point that is used by other Amazon Web Services. VpcConfiguration *VpcConfiguration `type:"structure"` // contains filtered or unexported fields }
func (GetAccessPointOutput) GoString ¶ added in v1.25.46
func (s GetAccessPointOutput) 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 (*GetAccessPointOutput) SetAccessPointArn ¶ added in v1.40.8
func (s *GetAccessPointOutput) SetAccessPointArn(v string) *GetAccessPointOutput
SetAccessPointArn sets the AccessPointArn field's value.
func (*GetAccessPointOutput) SetAlias ¶ added in v1.40.8
func (s *GetAccessPointOutput) SetAlias(v string) *GetAccessPointOutput
SetAlias sets the Alias field's value.
func (*GetAccessPointOutput) SetBucket ¶ added in v1.25.46
func (s *GetAccessPointOutput) SetBucket(v string) *GetAccessPointOutput
SetBucket sets the Bucket field's value.
func (*GetAccessPointOutput) SetCreationDate ¶ added in v1.25.46
func (s *GetAccessPointOutput) SetCreationDate(v time.Time) *GetAccessPointOutput
SetCreationDate sets the CreationDate field's value.
func (*GetAccessPointOutput) SetEndpoints ¶ added in v1.40.8
func (s *GetAccessPointOutput) SetEndpoints(v map[string]*string) *GetAccessPointOutput
SetEndpoints sets the Endpoints field's value.
func (*GetAccessPointOutput) SetName ¶ added in v1.25.46
func (s *GetAccessPointOutput) SetName(v string) *GetAccessPointOutput
SetName sets the Name field's value.
func (*GetAccessPointOutput) SetNetworkOrigin ¶ added in v1.25.46
func (s *GetAccessPointOutput) SetNetworkOrigin(v string) *GetAccessPointOutput
SetNetworkOrigin sets the NetworkOrigin field's value.
func (*GetAccessPointOutput) SetPublicAccessBlockConfiguration ¶ added in v1.25.46
func (s *GetAccessPointOutput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *GetAccessPointOutput
SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.
func (*GetAccessPointOutput) SetVpcConfiguration ¶ added in v1.25.46
func (s *GetAccessPointOutput) SetVpcConfiguration(v *VpcConfiguration) *GetAccessPointOutput
SetVpcConfiguration sets the VpcConfiguration field's value.
func (GetAccessPointOutput) String ¶ added in v1.25.46
func (s GetAccessPointOutput) 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 GetAccessPointPolicyForObjectLambdaInput ¶ added in v1.38.0
type GetAccessPointPolicyForObjectLambdaInput struct { // The account ID for the account that owns the specified Object Lambda Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the Object Lambda Access Point. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetAccessPointPolicyForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s GetAccessPointPolicyForObjectLambdaInput) 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 (*GetAccessPointPolicyForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *GetAccessPointPolicyForObjectLambdaInput) SetAccountId(v string) *GetAccessPointPolicyForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*GetAccessPointPolicyForObjectLambdaInput) SetName ¶ added in v1.38.0
func (s *GetAccessPointPolicyForObjectLambdaInput) SetName(v string) *GetAccessPointPolicyForObjectLambdaInput
SetName sets the Name field's value.
func (GetAccessPointPolicyForObjectLambdaInput) String ¶ added in v1.38.0
func (s GetAccessPointPolicyForObjectLambdaInput) 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 (*GetAccessPointPolicyForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *GetAccessPointPolicyForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccessPointPolicyForObjectLambdaOutput ¶ added in v1.38.0
type GetAccessPointPolicyForObjectLambdaOutput struct { // Object Lambda Access Point resource policy document. Policy *string `type:"string"` // contains filtered or unexported fields }
func (GetAccessPointPolicyForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s GetAccessPointPolicyForObjectLambdaOutput) 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 (*GetAccessPointPolicyForObjectLambdaOutput) SetPolicy ¶ added in v1.38.0
func (s *GetAccessPointPolicyForObjectLambdaOutput) SetPolicy(v string) *GetAccessPointPolicyForObjectLambdaOutput
SetPolicy sets the Policy field's value.
func (GetAccessPointPolicyForObjectLambdaOutput) String ¶ added in v1.38.0
func (s GetAccessPointPolicyForObjectLambdaOutput) 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 GetAccessPointPolicyInput ¶ added in v1.25.46
type GetAccessPointPolicyInput struct { // The account ID for the account that owns the specified access point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the access point whose policy you want to retrieve. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the access point accessed in the // format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. // For example, to access the access point reports-ap through outpost my-outpost // owned by account 123456789012 in Region us-west-2, use the URL encoding of // arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. // The value must be URL encoded. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetAccessPointPolicyInput) GoString ¶ added in v1.25.46
func (s GetAccessPointPolicyInput) 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 (*GetAccessPointPolicyInput) SetAccountId ¶ added in v1.25.46
func (s *GetAccessPointPolicyInput) SetAccountId(v string) *GetAccessPointPolicyInput
SetAccountId sets the AccountId field's value.
func (*GetAccessPointPolicyInput) SetName ¶ added in v1.25.46
func (s *GetAccessPointPolicyInput) SetName(v string) *GetAccessPointPolicyInput
SetName sets the Name field's value.
func (GetAccessPointPolicyInput) String ¶ added in v1.25.46
func (s GetAccessPointPolicyInput) 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 (*GetAccessPointPolicyInput) Validate ¶ added in v1.25.46
func (s *GetAccessPointPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccessPointPolicyOutput ¶ added in v1.25.46
type GetAccessPointPolicyOutput struct { // The access point policy associated with the specified access point. Policy *string `type:"string"` // contains filtered or unexported fields }
func (GetAccessPointPolicyOutput) GoString ¶ added in v1.25.46
func (s GetAccessPointPolicyOutput) 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 (*GetAccessPointPolicyOutput) SetPolicy ¶ added in v1.25.46
func (s *GetAccessPointPolicyOutput) SetPolicy(v string) *GetAccessPointPolicyOutput
SetPolicy sets the Policy field's value.
func (GetAccessPointPolicyOutput) String ¶ added in v1.25.46
func (s GetAccessPointPolicyOutput) 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 GetAccessPointPolicyStatusForObjectLambdaInput ¶ added in v1.38.0
type GetAccessPointPolicyStatusForObjectLambdaInput struct { // The account ID for the account that owns the specified Object Lambda Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the Object Lambda Access Point. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetAccessPointPolicyStatusForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s GetAccessPointPolicyStatusForObjectLambdaInput) 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 (*GetAccessPointPolicyStatusForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *GetAccessPointPolicyStatusForObjectLambdaInput) SetAccountId(v string) *GetAccessPointPolicyStatusForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*GetAccessPointPolicyStatusForObjectLambdaInput) SetName ¶ added in v1.38.0
func (s *GetAccessPointPolicyStatusForObjectLambdaInput) SetName(v string) *GetAccessPointPolicyStatusForObjectLambdaInput
SetName sets the Name field's value.
func (GetAccessPointPolicyStatusForObjectLambdaInput) String ¶ added in v1.38.0
func (s GetAccessPointPolicyStatusForObjectLambdaInput) 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 (*GetAccessPointPolicyStatusForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *GetAccessPointPolicyStatusForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccessPointPolicyStatusForObjectLambdaOutput ¶ added in v1.38.0
type GetAccessPointPolicyStatusForObjectLambdaOutput struct { // Indicates whether this access point policy is public. For more information // about how Amazon S3 evaluates policies to determine whether they are public, // see The Meaning of "Public" (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) // in the Amazon S3 User Guide. PolicyStatus *PolicyStatus `type:"structure"` // contains filtered or unexported fields }
func (GetAccessPointPolicyStatusForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s GetAccessPointPolicyStatusForObjectLambdaOutput) 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 (*GetAccessPointPolicyStatusForObjectLambdaOutput) SetPolicyStatus ¶ added in v1.38.0
func (s *GetAccessPointPolicyStatusForObjectLambdaOutput) SetPolicyStatus(v *PolicyStatus) *GetAccessPointPolicyStatusForObjectLambdaOutput
SetPolicyStatus sets the PolicyStatus field's value.
func (GetAccessPointPolicyStatusForObjectLambdaOutput) String ¶ added in v1.38.0
func (s GetAccessPointPolicyStatusForObjectLambdaOutput) 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 GetAccessPointPolicyStatusInput ¶ added in v1.25.46
type GetAccessPointPolicyStatusInput struct { // The account ID for the account that owns the specified access point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the access point whose policy status you want to retrieve. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetAccessPointPolicyStatusInput) GoString ¶ added in v1.25.46
func (s GetAccessPointPolicyStatusInput) 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 (*GetAccessPointPolicyStatusInput) SetAccountId ¶ added in v1.25.46
func (s *GetAccessPointPolicyStatusInput) SetAccountId(v string) *GetAccessPointPolicyStatusInput
SetAccountId sets the AccountId field's value.
func (*GetAccessPointPolicyStatusInput) SetName ¶ added in v1.25.46
func (s *GetAccessPointPolicyStatusInput) SetName(v string) *GetAccessPointPolicyStatusInput
SetName sets the Name field's value.
func (GetAccessPointPolicyStatusInput) String ¶ added in v1.25.46
func (s GetAccessPointPolicyStatusInput) 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 (*GetAccessPointPolicyStatusInput) Validate ¶ added in v1.25.46
func (s *GetAccessPointPolicyStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccessPointPolicyStatusOutput ¶ added in v1.25.46
type GetAccessPointPolicyStatusOutput struct { // Indicates the current policy status of the specified access point. PolicyStatus *PolicyStatus `type:"structure"` // contains filtered or unexported fields }
func (GetAccessPointPolicyStatusOutput) GoString ¶ added in v1.25.46
func (s GetAccessPointPolicyStatusOutput) 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 (*GetAccessPointPolicyStatusOutput) SetPolicyStatus ¶ added in v1.25.46
func (s *GetAccessPointPolicyStatusOutput) SetPolicyStatus(v *PolicyStatus) *GetAccessPointPolicyStatusOutput
SetPolicyStatus sets the PolicyStatus field's value.
func (GetAccessPointPolicyStatusOutput) String ¶ added in v1.25.46
func (s GetAccessPointPolicyStatusOutput) 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 GetBucketInput ¶ added in v1.35.0
type GetBucketInput struct { // The Amazon Web Services account ID of the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Specifies the bucket. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetBucketInput) GoString ¶ added in v1.35.0
func (s GetBucketInput) 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 (*GetBucketInput) SetAccountId ¶ added in v1.35.0
func (s *GetBucketInput) SetAccountId(v string) *GetBucketInput
SetAccountId sets the AccountId field's value.
func (*GetBucketInput) SetBucket ¶ added in v1.35.0
func (s *GetBucketInput) SetBucket(v string) *GetBucketInput
SetBucket sets the Bucket field's value.
func (GetBucketInput) String ¶ added in v1.35.0
func (s GetBucketInput) 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 (*GetBucketInput) Validate ¶ added in v1.35.0
func (s *GetBucketInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetBucketLifecycleConfigurationInput ¶ added in v1.35.0
type GetBucketLifecycleConfigurationInput struct { // The Amazon Web Services account ID of the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the bucket. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetBucketLifecycleConfigurationInput) GoString ¶ added in v1.35.0
func (s GetBucketLifecycleConfigurationInput) 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 (*GetBucketLifecycleConfigurationInput) SetAccountId ¶ added in v1.35.0
func (s *GetBucketLifecycleConfigurationInput) SetAccountId(v string) *GetBucketLifecycleConfigurationInput
SetAccountId sets the AccountId field's value.
func (*GetBucketLifecycleConfigurationInput) SetBucket ¶ added in v1.35.0
func (s *GetBucketLifecycleConfigurationInput) SetBucket(v string) *GetBucketLifecycleConfigurationInput
SetBucket sets the Bucket field's value.
func (GetBucketLifecycleConfigurationInput) String ¶ added in v1.35.0
func (s GetBucketLifecycleConfigurationInput) 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 (*GetBucketLifecycleConfigurationInput) Validate ¶ added in v1.35.0
func (s *GetBucketLifecycleConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetBucketLifecycleConfigurationOutput ¶ added in v1.35.0
type GetBucketLifecycleConfigurationOutput struct { // Container for the lifecycle rule of the Outposts bucket. Rules []*LifecycleRule `locationNameList:"Rule" type:"list"` // contains filtered or unexported fields }
func (GetBucketLifecycleConfigurationOutput) GoString ¶ added in v1.35.0
func (s GetBucketLifecycleConfigurationOutput) 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 (*GetBucketLifecycleConfigurationOutput) SetRules ¶ added in v1.35.0
func (s *GetBucketLifecycleConfigurationOutput) SetRules(v []*LifecycleRule) *GetBucketLifecycleConfigurationOutput
SetRules sets the Rules field's value.
func (GetBucketLifecycleConfigurationOutput) String ¶ added in v1.35.0
func (s GetBucketLifecycleConfigurationOutput) 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 GetBucketOutput ¶ added in v1.35.0
type GetBucketOutput struct { // The Outposts bucket requested. Bucket *string `min:"3" type:"string"` // The creation date of the Outposts bucket. CreationDate *time.Time `type:"timestamp"` PublicAccessBlockEnabled *bool `type:"boolean"` // contains filtered or unexported fields }
func (GetBucketOutput) GoString ¶ added in v1.35.0
func (s GetBucketOutput) 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 (*GetBucketOutput) SetBucket ¶ added in v1.35.0
func (s *GetBucketOutput) SetBucket(v string) *GetBucketOutput
SetBucket sets the Bucket field's value.
func (*GetBucketOutput) SetCreationDate ¶ added in v1.35.0
func (s *GetBucketOutput) SetCreationDate(v time.Time) *GetBucketOutput
SetCreationDate sets the CreationDate field's value.
func (*GetBucketOutput) SetPublicAccessBlockEnabled ¶ added in v1.35.0
func (s *GetBucketOutput) SetPublicAccessBlockEnabled(v bool) *GetBucketOutput
SetPublicAccessBlockEnabled sets the PublicAccessBlockEnabled field's value.
func (GetBucketOutput) String ¶ added in v1.35.0
func (s GetBucketOutput) 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 GetBucketPolicyInput ¶ added in v1.35.0
type GetBucketPolicyInput struct { // The Amazon Web Services account ID of the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Specifies the bucket. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetBucketPolicyInput) GoString ¶ added in v1.35.0
func (s GetBucketPolicyInput) 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 (*GetBucketPolicyInput) SetAccountId ¶ added in v1.35.0
func (s *GetBucketPolicyInput) SetAccountId(v string) *GetBucketPolicyInput
SetAccountId sets the AccountId field's value.
func (*GetBucketPolicyInput) SetBucket ¶ added in v1.35.0
func (s *GetBucketPolicyInput) SetBucket(v string) *GetBucketPolicyInput
SetBucket sets the Bucket field's value.
func (GetBucketPolicyInput) String ¶ added in v1.35.0
func (s GetBucketPolicyInput) 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 (*GetBucketPolicyInput) Validate ¶ added in v1.35.0
func (s *GetBucketPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetBucketPolicyOutput ¶ added in v1.35.0
type GetBucketPolicyOutput struct { // The policy of the Outposts bucket. Policy *string `type:"string"` // contains filtered or unexported fields }
func (GetBucketPolicyOutput) GoString ¶ added in v1.35.0
func (s GetBucketPolicyOutput) 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 (*GetBucketPolicyOutput) SetPolicy ¶ added in v1.35.0
func (s *GetBucketPolicyOutput) SetPolicy(v string) *GetBucketPolicyOutput
SetPolicy sets the Policy field's value.
func (GetBucketPolicyOutput) String ¶ added in v1.35.0
func (s GetBucketPolicyOutput) 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 GetBucketTaggingInput ¶ added in v1.35.0
type GetBucketTaggingInput struct { // The Amazon Web Services account ID of the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Specifies the bucket. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetBucketTaggingInput) GoString ¶ added in v1.35.0
func (s GetBucketTaggingInput) 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 (*GetBucketTaggingInput) SetAccountId ¶ added in v1.35.0
func (s *GetBucketTaggingInput) SetAccountId(v string) *GetBucketTaggingInput
SetAccountId sets the AccountId field's value.
func (*GetBucketTaggingInput) SetBucket ¶ added in v1.35.0
func (s *GetBucketTaggingInput) SetBucket(v string) *GetBucketTaggingInput
SetBucket sets the Bucket field's value.
func (GetBucketTaggingInput) String ¶ added in v1.35.0
func (s GetBucketTaggingInput) 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 (*GetBucketTaggingInput) Validate ¶ added in v1.35.0
func (s *GetBucketTaggingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetBucketTaggingOutput ¶ added in v1.35.0
type GetBucketTaggingOutput struct { // The tags set of the Outposts bucket. // // TagSet is a required field TagSet []*S3Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (GetBucketTaggingOutput) GoString ¶ added in v1.35.0
func (s GetBucketTaggingOutput) 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 (*GetBucketTaggingOutput) SetTagSet ¶ added in v1.35.0
func (s *GetBucketTaggingOutput) SetTagSet(v []*S3Tag) *GetBucketTaggingOutput
SetTagSet sets the TagSet field's value.
func (GetBucketTaggingOutput) String ¶ added in v1.35.0
func (s GetBucketTaggingOutput) 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 GetBucketVersioningInput ¶ added in v1.44.103
type GetBucketVersioningInput struct { // The Amazon Web Services account ID of the S3 on Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The S3 on Outposts bucket to return the versioning state for. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetBucketVersioningInput) GoString ¶ added in v1.44.103
func (s GetBucketVersioningInput) 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 (*GetBucketVersioningInput) SetAccountId ¶ added in v1.44.103
func (s *GetBucketVersioningInput) SetAccountId(v string) *GetBucketVersioningInput
SetAccountId sets the AccountId field's value.
func (*GetBucketVersioningInput) SetBucket ¶ added in v1.44.103
func (s *GetBucketVersioningInput) SetBucket(v string) *GetBucketVersioningInput
SetBucket sets the Bucket field's value.
func (GetBucketVersioningInput) String ¶ added in v1.44.103
func (s GetBucketVersioningInput) 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 (*GetBucketVersioningInput) Validate ¶ added in v1.44.103
func (s *GetBucketVersioningInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetBucketVersioningOutput ¶ added in v1.44.103
type GetBucketVersioningOutput struct { // Specifies whether MFA delete is enabled in the bucket versioning configuration. // This element is returned only if the bucket has been configured with MFA // delete. If MFA delete has never been configured for the bucket, this element // is not returned. MFADelete *string `locationName:"MfaDelete" type:"string" enum:"MFADeleteStatus"` // The versioning state of the S3 on Outposts bucket. Status *string `type:"string" enum:"BucketVersioningStatus"` // contains filtered or unexported fields }
func (GetBucketVersioningOutput) GoString ¶ added in v1.44.103
func (s GetBucketVersioningOutput) 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 (*GetBucketVersioningOutput) SetMFADelete ¶ added in v1.44.103
func (s *GetBucketVersioningOutput) SetMFADelete(v string) *GetBucketVersioningOutput
SetMFADelete sets the MFADelete field's value.
func (*GetBucketVersioningOutput) SetStatus ¶ added in v1.44.103
func (s *GetBucketVersioningOutput) SetStatus(v string) *GetBucketVersioningOutput
SetStatus sets the Status field's value.
func (GetBucketVersioningOutput) String ¶ added in v1.44.103
func (s GetBucketVersioningOutput) 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 GetJobTaggingInput ¶ added in v1.29.25
type GetJobTaggingInput struct { // The Amazon Web Services account ID associated with the S3 Batch Operations // job. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID for the S3 Batch Operations job whose tags you want to retrieve. // // JobId is a required field JobId *string `location:"uri" locationName:"id" min:"5" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetJobTaggingInput) GoString ¶ added in v1.29.25
func (s GetJobTaggingInput) 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 (*GetJobTaggingInput) SetAccountId ¶ added in v1.29.25
func (s *GetJobTaggingInput) SetAccountId(v string) *GetJobTaggingInput
SetAccountId sets the AccountId field's value.
func (*GetJobTaggingInput) SetJobId ¶ added in v1.29.25
func (s *GetJobTaggingInput) SetJobId(v string) *GetJobTaggingInput
SetJobId sets the JobId field's value.
func (GetJobTaggingInput) String ¶ added in v1.29.25
func (s GetJobTaggingInput) 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 (*GetJobTaggingInput) Validate ¶ added in v1.29.25
func (s *GetJobTaggingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetJobTaggingOutput ¶ added in v1.29.25
type GetJobTaggingOutput struct { // The set of tags associated with the S3 Batch Operations job. Tags []*S3Tag `type:"list"` // contains filtered or unexported fields }
func (GetJobTaggingOutput) GoString ¶ added in v1.29.25
func (s GetJobTaggingOutput) 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 (*GetJobTaggingOutput) SetTags ¶ added in v1.29.25
func (s *GetJobTaggingOutput) SetTags(v []*S3Tag) *GetJobTaggingOutput
SetTags sets the Tags field's value.
func (GetJobTaggingOutput) String ¶ added in v1.29.25
func (s GetJobTaggingOutput) 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 GetMultiRegionAccessPointInput ¶ added in v1.40.36
type GetMultiRegionAccessPointInput struct { // The Amazon Web Services account ID for the owner of the Multi-Region Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the Multi-Region Access Point whose configuration information // you want to receive. The name of the Multi-Region Access Point is different // from the alias. For more information about the distinction between the name // and the alias of an Multi-Region Access Point, see Managing Multi-Region // Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming) // in the Amazon S3 User Guide. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetMultiRegionAccessPointInput) GoString ¶ added in v1.40.36
func (s GetMultiRegionAccessPointInput) 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 (*GetMultiRegionAccessPointInput) SetAccountId ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointInput) SetAccountId(v string) *GetMultiRegionAccessPointInput
SetAccountId sets the AccountId field's value.
func (*GetMultiRegionAccessPointInput) SetName ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointInput) SetName(v string) *GetMultiRegionAccessPointInput
SetName sets the Name field's value.
func (GetMultiRegionAccessPointInput) String ¶ added in v1.40.36
func (s GetMultiRegionAccessPointInput) 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 (*GetMultiRegionAccessPointInput) Validate ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMultiRegionAccessPointOutput ¶ added in v1.40.36
type GetMultiRegionAccessPointOutput struct { // A container element containing the details of the requested Multi-Region // Access Point. AccessPoint *MultiRegionAccessPointReport `type:"structure"` // contains filtered or unexported fields }
func (GetMultiRegionAccessPointOutput) GoString ¶ added in v1.40.36
func (s GetMultiRegionAccessPointOutput) 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 (*GetMultiRegionAccessPointOutput) SetAccessPoint ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointOutput) SetAccessPoint(v *MultiRegionAccessPointReport) *GetMultiRegionAccessPointOutput
SetAccessPoint sets the AccessPoint field's value.
func (GetMultiRegionAccessPointOutput) String ¶ added in v1.40.36
func (s GetMultiRegionAccessPointOutput) 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 GetMultiRegionAccessPointPolicyInput ¶ added in v1.40.36
type GetMultiRegionAccessPointPolicyInput struct { // The Amazon Web Services account ID for the owner of the Multi-Region Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Specifies the Multi-Region Access Point. The name of the Multi-Region Access // Point is different from the alias. For more information about the distinction // between the name and the alias of an Multi-Region Access Point, see Managing // Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming) // in the Amazon S3 User Guide. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetMultiRegionAccessPointPolicyInput) GoString ¶ added in v1.40.36
func (s GetMultiRegionAccessPointPolicyInput) 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 (*GetMultiRegionAccessPointPolicyInput) SetAccountId ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointPolicyInput) SetAccountId(v string) *GetMultiRegionAccessPointPolicyInput
SetAccountId sets the AccountId field's value.
func (*GetMultiRegionAccessPointPolicyInput) SetName ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointPolicyInput) SetName(v string) *GetMultiRegionAccessPointPolicyInput
SetName sets the Name field's value.
func (GetMultiRegionAccessPointPolicyInput) String ¶ added in v1.40.36
func (s GetMultiRegionAccessPointPolicyInput) 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 (*GetMultiRegionAccessPointPolicyInput) Validate ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMultiRegionAccessPointPolicyOutput ¶ added in v1.40.36
type GetMultiRegionAccessPointPolicyOutput struct { // The policy associated with the specified Multi-Region Access Point. Policy *MultiRegionAccessPointPolicyDocument `type:"structure"` // contains filtered or unexported fields }
func (GetMultiRegionAccessPointPolicyOutput) GoString ¶ added in v1.40.36
func (s GetMultiRegionAccessPointPolicyOutput) 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 (*GetMultiRegionAccessPointPolicyOutput) SetPolicy ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointPolicyOutput) SetPolicy(v *MultiRegionAccessPointPolicyDocument) *GetMultiRegionAccessPointPolicyOutput
SetPolicy sets the Policy field's value.
func (GetMultiRegionAccessPointPolicyOutput) String ¶ added in v1.40.36
func (s GetMultiRegionAccessPointPolicyOutput) 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 GetMultiRegionAccessPointPolicyStatusInput ¶ added in v1.40.36
type GetMultiRegionAccessPointPolicyStatusInput struct { // The Amazon Web Services account ID for the owner of the Multi-Region Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Specifies the Multi-Region Access Point. The name of the Multi-Region Access // Point is different from the alias. For more information about the distinction // between the name and the alias of an Multi-Region Access Point, see Managing // Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming) // in the Amazon S3 User Guide. // // Name is a required field Name *string `location:"uri" locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetMultiRegionAccessPointPolicyStatusInput) GoString ¶ added in v1.40.36
func (s GetMultiRegionAccessPointPolicyStatusInput) 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 (*GetMultiRegionAccessPointPolicyStatusInput) SetAccountId ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointPolicyStatusInput) SetAccountId(v string) *GetMultiRegionAccessPointPolicyStatusInput
SetAccountId sets the AccountId field's value.
func (*GetMultiRegionAccessPointPolicyStatusInput) SetName ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointPolicyStatusInput) SetName(v string) *GetMultiRegionAccessPointPolicyStatusInput
SetName sets the Name field's value.
func (GetMultiRegionAccessPointPolicyStatusInput) String ¶ added in v1.40.36
func (s GetMultiRegionAccessPointPolicyStatusInput) 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 (*GetMultiRegionAccessPointPolicyStatusInput) Validate ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointPolicyStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetMultiRegionAccessPointPolicyStatusOutput ¶ added in v1.40.36
type GetMultiRegionAccessPointPolicyStatusOutput struct { // Indicates whether this access point policy is public. For more information // about how Amazon S3 evaluates policies to determine whether they are public, // see The Meaning of "Public" (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) // in the Amazon S3 User Guide. Established *PolicyStatus `type:"structure"` // contains filtered or unexported fields }
func (GetMultiRegionAccessPointPolicyStatusOutput) GoString ¶ added in v1.40.36
func (s GetMultiRegionAccessPointPolicyStatusOutput) 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 (*GetMultiRegionAccessPointPolicyStatusOutput) SetEstablished ¶ added in v1.40.36
func (s *GetMultiRegionAccessPointPolicyStatusOutput) SetEstablished(v *PolicyStatus) *GetMultiRegionAccessPointPolicyStatusOutput
SetEstablished sets the Established field's value.
func (GetMultiRegionAccessPointPolicyStatusOutput) String ¶ added in v1.40.36
func (s GetMultiRegionAccessPointPolicyStatusOutput) 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 GetPublicAccessBlockInput ¶
type GetPublicAccessBlockInput struct { // The account ID for the Amazon Web Services account whose PublicAccessBlock // configuration you want to retrieve. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetPublicAccessBlockInput) GoString ¶
func (s GetPublicAccessBlockInput) 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 (*GetPublicAccessBlockInput) SetAccountId ¶
func (s *GetPublicAccessBlockInput) SetAccountId(v string) *GetPublicAccessBlockInput
SetAccountId sets the AccountId field's value.
func (GetPublicAccessBlockInput) String ¶
func (s GetPublicAccessBlockInput) 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 (*GetPublicAccessBlockInput) Validate ¶
func (s *GetPublicAccessBlockInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetPublicAccessBlockOutput ¶
type GetPublicAccessBlockOutput struct { // The PublicAccessBlock configuration currently in effect for this Amazon Web // Services account. PublicAccessBlockConfiguration *PublicAccessBlockConfiguration `type:"structure"` // contains filtered or unexported fields }
func (GetPublicAccessBlockOutput) GoString ¶
func (s GetPublicAccessBlockOutput) 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 (*GetPublicAccessBlockOutput) SetPublicAccessBlockConfiguration ¶
func (s *GetPublicAccessBlockOutput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *GetPublicAccessBlockOutput
SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.
func (GetPublicAccessBlockOutput) String ¶
func (s GetPublicAccessBlockOutput) 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 GetStorageLensConfigurationInput ¶ added in v1.35.31
type GetStorageLensConfigurationInput struct { // The account ID of the requester. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID of the Amazon S3 Storage Lens configuration. // // ConfigId is a required field ConfigId *string `location:"uri" locationName:"storagelensid" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetStorageLensConfigurationInput) GoString ¶ added in v1.35.31
func (s GetStorageLensConfigurationInput) 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 (*GetStorageLensConfigurationInput) SetAccountId ¶ added in v1.35.31
func (s *GetStorageLensConfigurationInput) SetAccountId(v string) *GetStorageLensConfigurationInput
SetAccountId sets the AccountId field's value.
func (*GetStorageLensConfigurationInput) SetConfigId ¶ added in v1.35.31
func (s *GetStorageLensConfigurationInput) SetConfigId(v string) *GetStorageLensConfigurationInput
SetConfigId sets the ConfigId field's value.
func (GetStorageLensConfigurationInput) String ¶ added in v1.35.31
func (s GetStorageLensConfigurationInput) 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 (*GetStorageLensConfigurationInput) Validate ¶ added in v1.35.31
func (s *GetStorageLensConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetStorageLensConfigurationOutput ¶ added in v1.35.31
type GetStorageLensConfigurationOutput struct { // The S3 Storage Lens configuration requested. StorageLensConfiguration *StorageLensConfiguration `type:"structure"` // contains filtered or unexported fields }
func (GetStorageLensConfigurationOutput) GoString ¶ added in v1.35.31
func (s GetStorageLensConfigurationOutput) 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 (*GetStorageLensConfigurationOutput) SetStorageLensConfiguration ¶ added in v1.35.31
func (s *GetStorageLensConfigurationOutput) SetStorageLensConfiguration(v *StorageLensConfiguration) *GetStorageLensConfigurationOutput
SetStorageLensConfiguration sets the StorageLensConfiguration field's value.
func (GetStorageLensConfigurationOutput) String ¶ added in v1.35.31
func (s GetStorageLensConfigurationOutput) 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 GetStorageLensConfigurationTaggingInput ¶ added in v1.35.31
type GetStorageLensConfigurationTaggingInput struct { // The account ID of the requester. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID of the Amazon S3 Storage Lens configuration. // // ConfigId is a required field ConfigId *string `location:"uri" locationName:"storagelensid" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetStorageLensConfigurationTaggingInput) GoString ¶ added in v1.35.31
func (s GetStorageLensConfigurationTaggingInput) 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 (*GetStorageLensConfigurationTaggingInput) SetAccountId ¶ added in v1.35.31
func (s *GetStorageLensConfigurationTaggingInput) SetAccountId(v string) *GetStorageLensConfigurationTaggingInput
SetAccountId sets the AccountId field's value.
func (*GetStorageLensConfigurationTaggingInput) SetConfigId ¶ added in v1.35.31
func (s *GetStorageLensConfigurationTaggingInput) SetConfigId(v string) *GetStorageLensConfigurationTaggingInput
SetConfigId sets the ConfigId field's value.
func (GetStorageLensConfigurationTaggingInput) String ¶ added in v1.35.31
func (s GetStorageLensConfigurationTaggingInput) 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 (*GetStorageLensConfigurationTaggingInput) Validate ¶ added in v1.35.31
func (s *GetStorageLensConfigurationTaggingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetStorageLensConfigurationTaggingOutput ¶ added in v1.35.31
type GetStorageLensConfigurationTaggingOutput struct { // The tags of S3 Storage Lens configuration requested. Tags []*StorageLensTag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (GetStorageLensConfigurationTaggingOutput) GoString ¶ added in v1.35.31
func (s GetStorageLensConfigurationTaggingOutput) 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 (*GetStorageLensConfigurationTaggingOutput) SetTags ¶ added in v1.35.31
func (s *GetStorageLensConfigurationTaggingOutput) SetTags(v []*StorageLensTag) *GetStorageLensConfigurationTaggingOutput
SetTags sets the Tags field's value.
func (GetStorageLensConfigurationTaggingOutput) String ¶ added in v1.35.31
func (s GetStorageLensConfigurationTaggingOutput) 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 Include ¶ added in v1.35.31
type Include struct { // A container for the S3 Storage Lens bucket includes. Buckets []*string `locationNameList:"Arn" type:"list"` // A container for the S3 Storage Lens Region includes. Regions []*string `locationNameList:"Region" type:"list"` // contains filtered or unexported fields }
A container for what Amazon S3 Storage Lens configuration includes.
func (Include) GoString ¶ added in v1.35.31
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 (*Include) SetBuckets ¶ added in v1.35.31
SetBuckets sets the Buckets field's value.
func (*Include) SetRegions ¶ added in v1.35.31
SetRegions sets the Regions field's value.
type JobDescriptor ¶ added in v1.19.21
type JobDescriptor struct { // Indicates whether confirmation is required before Amazon S3 begins running // the specified job. Confirmation is required only for jobs created through // the Amazon S3 console. ConfirmationRequired *bool `type:"boolean"` // A timestamp indicating when this job was created. CreationTime *time.Time `type:"timestamp"` // The description for this job, if one was provided in this job's Create Job // request. Description *string `min:"1" type:"string"` // If the specified job failed, this field contains information describing the // failure. FailureReasons []*JobFailure `type:"list"` // The attribute of the JobDescriptor containing details about the job's generated // manifest. GeneratedManifestDescriptor *S3GeneratedManifestDescriptor `type:"structure"` // The Amazon Resource Name (ARN) for this job. JobArn *string `min:"1" type:"string"` // The ID for the specified job. JobId *string `min:"5" type:"string"` // The configuration information for the specified job's manifest object. Manifest *JobManifest `type:"structure"` // The manifest generator that was used to generate a job manifest for this // job. ManifestGenerator *JobManifestGenerator `type:"structure"` // The operation that the specified job is configured to run on the objects // listed in the manifest. Operation *JobOperation `type:"structure"` // The priority of the specified job. Priority *int64 `type:"integer"` // Describes the total number of tasks that the specified job has run, the number // of tasks that succeeded, and the number of tasks that failed. ProgressSummary *JobProgressSummary `type:"structure"` // Contains the configuration information for the job-completion report if you // requested one in the Create Job request. Report *JobReport `type:"structure"` // The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) // role assigned to run the tasks for this job. RoleArn *string `min:"1" type:"string"` // The current status of the specified job. Status *string `type:"string" enum:"JobStatus"` // The reason for updating the job. StatusUpdateReason *string `min:"1" type:"string"` // The reason why the specified job was suspended. A job is only suspended if // you create it through the Amazon S3 console. When you create the job, it // enters the Suspended state to await confirmation before running. After you // confirm the job, it automatically exits the Suspended state. SuspendedCause *string `min:"1" type:"string"` // The timestamp when this job was suspended, if it has been suspended. SuspendedDate *time.Time `type:"timestamp"` // A timestamp indicating when this job terminated. A job's termination date // is the date and time when it succeeded, failed, or was canceled. TerminationDate *time.Time `type:"timestamp"` // contains filtered or unexported fields }
A container element for the job configuration and status information returned by a Describe Job request.
func (JobDescriptor) GoString ¶ added in v1.19.21
func (s JobDescriptor) 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 (*JobDescriptor) SetConfirmationRequired ¶ added in v1.19.21
func (s *JobDescriptor) SetConfirmationRequired(v bool) *JobDescriptor
SetConfirmationRequired sets the ConfirmationRequired field's value.
func (*JobDescriptor) SetCreationTime ¶ added in v1.19.21
func (s *JobDescriptor) SetCreationTime(v time.Time) *JobDescriptor
SetCreationTime sets the CreationTime field's value.
func (*JobDescriptor) SetDescription ¶ added in v1.19.21
func (s *JobDescriptor) SetDescription(v string) *JobDescriptor
SetDescription sets the Description field's value.
func (*JobDescriptor) SetFailureReasons ¶ added in v1.19.21
func (s *JobDescriptor) SetFailureReasons(v []*JobFailure) *JobDescriptor
SetFailureReasons sets the FailureReasons field's value.
func (*JobDescriptor) SetGeneratedManifestDescriptor ¶ added in v1.42.49
func (s *JobDescriptor) SetGeneratedManifestDescriptor(v *S3GeneratedManifestDescriptor) *JobDescriptor
SetGeneratedManifestDescriptor sets the GeneratedManifestDescriptor field's value.
func (*JobDescriptor) SetJobArn ¶ added in v1.19.21
func (s *JobDescriptor) SetJobArn(v string) *JobDescriptor
SetJobArn sets the JobArn field's value.
func (*JobDescriptor) SetJobId ¶ added in v1.19.21
func (s *JobDescriptor) SetJobId(v string) *JobDescriptor
SetJobId sets the JobId field's value.
func (*JobDescriptor) SetManifest ¶ added in v1.19.21
func (s *JobDescriptor) SetManifest(v *JobManifest) *JobDescriptor
SetManifest sets the Manifest field's value.
func (*JobDescriptor) SetManifestGenerator ¶ added in v1.42.49
func (s *JobDescriptor) SetManifestGenerator(v *JobManifestGenerator) *JobDescriptor
SetManifestGenerator sets the ManifestGenerator field's value.
func (*JobDescriptor) SetOperation ¶ added in v1.19.21
func (s *JobDescriptor) SetOperation(v *JobOperation) *JobDescriptor
SetOperation sets the Operation field's value.
func (*JobDescriptor) SetPriority ¶ added in v1.19.21
func (s *JobDescriptor) SetPriority(v int64) *JobDescriptor
SetPriority sets the Priority field's value.
func (*JobDescriptor) SetProgressSummary ¶ added in v1.19.21
func (s *JobDescriptor) SetProgressSummary(v *JobProgressSummary) *JobDescriptor
SetProgressSummary sets the ProgressSummary field's value.
func (*JobDescriptor) SetReport ¶ added in v1.19.21
func (s *JobDescriptor) SetReport(v *JobReport) *JobDescriptor
SetReport sets the Report field's value.
func (*JobDescriptor) SetRoleArn ¶ added in v1.19.21
func (s *JobDescriptor) SetRoleArn(v string) *JobDescriptor
SetRoleArn sets the RoleArn field's value.
func (*JobDescriptor) SetStatus ¶ added in v1.19.21
func (s *JobDescriptor) SetStatus(v string) *JobDescriptor
SetStatus sets the Status field's value.
func (*JobDescriptor) SetStatusUpdateReason ¶ added in v1.19.21
func (s *JobDescriptor) SetStatusUpdateReason(v string) *JobDescriptor
SetStatusUpdateReason sets the StatusUpdateReason field's value.
func (*JobDescriptor) SetSuspendedCause ¶ added in v1.19.21
func (s *JobDescriptor) SetSuspendedCause(v string) *JobDescriptor
SetSuspendedCause sets the SuspendedCause field's value.
func (*JobDescriptor) SetSuspendedDate ¶ added in v1.19.21
func (s *JobDescriptor) SetSuspendedDate(v time.Time) *JobDescriptor
SetSuspendedDate sets the SuspendedDate field's value.
func (*JobDescriptor) SetTerminationDate ¶ added in v1.19.21
func (s *JobDescriptor) SetTerminationDate(v time.Time) *JobDescriptor
SetTerminationDate sets the TerminationDate field's value.
func (JobDescriptor) String ¶ added in v1.19.21
func (s JobDescriptor) 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 JobFailure ¶ added in v1.19.21
type JobFailure struct { // The failure code, if any, for the specified job. FailureCode *string `min:"1" type:"string"` // The failure reason, if any, for the specified job. FailureReason *string `min:"1" type:"string"` // contains filtered or unexported fields }
If this job failed, this element indicates why the job failed.
func (JobFailure) GoString ¶ added in v1.19.21
func (s JobFailure) 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 (*JobFailure) SetFailureCode ¶ added in v1.19.21
func (s *JobFailure) SetFailureCode(v string) *JobFailure
SetFailureCode sets the FailureCode field's value.
func (*JobFailure) SetFailureReason ¶ added in v1.19.21
func (s *JobFailure) SetFailureReason(v string) *JobFailure
SetFailureReason sets the FailureReason field's value.
func (JobFailure) String ¶ added in v1.19.21
func (s JobFailure) 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 JobListDescriptor ¶ added in v1.19.21
type JobListDescriptor struct { // A timestamp indicating when the specified job was created. CreationTime *time.Time `type:"timestamp"` // The user-specified description that was included in the specified job's Create // Job request. Description *string `min:"1" type:"string"` // The ID for the specified job. JobId *string `min:"5" type:"string"` // The operation that the specified job is configured to run on every object // listed in the manifest. Operation *string `type:"string" enum:"OperationName"` // The current priority for the specified job. Priority *int64 `type:"integer"` // Describes the total number of tasks that the specified job has run, the number // of tasks that succeeded, and the number of tasks that failed. ProgressSummary *JobProgressSummary `type:"structure"` // The specified job's current status. Status *string `type:"string" enum:"JobStatus"` // A timestamp indicating when the specified job terminated. A job's termination // date is the date and time when it succeeded, failed, or was canceled. TerminationDate *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Contains the configuration and status information for a single job retrieved as part of a job list.
func (JobListDescriptor) GoString ¶ added in v1.19.21
func (s JobListDescriptor) 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 (*JobListDescriptor) SetCreationTime ¶ added in v1.19.21
func (s *JobListDescriptor) SetCreationTime(v time.Time) *JobListDescriptor
SetCreationTime sets the CreationTime field's value.
func (*JobListDescriptor) SetDescription ¶ added in v1.19.21
func (s *JobListDescriptor) SetDescription(v string) *JobListDescriptor
SetDescription sets the Description field's value.
func (*JobListDescriptor) SetJobId ¶ added in v1.19.21
func (s *JobListDescriptor) SetJobId(v string) *JobListDescriptor
SetJobId sets the JobId field's value.
func (*JobListDescriptor) SetOperation ¶ added in v1.19.21
func (s *JobListDescriptor) SetOperation(v string) *JobListDescriptor
SetOperation sets the Operation field's value.
func (*JobListDescriptor) SetPriority ¶ added in v1.19.21
func (s *JobListDescriptor) SetPriority(v int64) *JobListDescriptor
SetPriority sets the Priority field's value.
func (*JobListDescriptor) SetProgressSummary ¶ added in v1.19.21
func (s *JobListDescriptor) SetProgressSummary(v *JobProgressSummary) *JobListDescriptor
SetProgressSummary sets the ProgressSummary field's value.
func (*JobListDescriptor) SetStatus ¶ added in v1.19.21
func (s *JobListDescriptor) SetStatus(v string) *JobListDescriptor
SetStatus sets the Status field's value.
func (*JobListDescriptor) SetTerminationDate ¶ added in v1.19.21
func (s *JobListDescriptor) SetTerminationDate(v time.Time) *JobListDescriptor
SetTerminationDate sets the TerminationDate field's value.
func (JobListDescriptor) String ¶ added in v1.19.21
func (s JobListDescriptor) 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 JobManifest ¶ added in v1.19.21
type JobManifest struct { // Contains the information required to locate the specified job's manifest. // // Location is a required field Location *JobManifestLocation `type:"structure" required:"true"` // Describes the format of the specified job's manifest. If the manifest is // in CSV format, also describes the columns contained within the manifest. // // Spec is a required field Spec *JobManifestSpec `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the configuration information for a job's manifest.
func (JobManifest) GoString ¶ added in v1.19.21
func (s JobManifest) 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 (*JobManifest) SetLocation ¶ added in v1.19.21
func (s *JobManifest) SetLocation(v *JobManifestLocation) *JobManifest
SetLocation sets the Location field's value.
func (*JobManifest) SetSpec ¶ added in v1.19.21
func (s *JobManifest) SetSpec(v *JobManifestSpec) *JobManifest
SetSpec sets the Spec field's value.
func (JobManifest) String ¶ added in v1.19.21
func (s JobManifest) 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 (*JobManifest) Validate ¶ added in v1.19.21
func (s *JobManifest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type JobManifestGenerator ¶ added in v1.42.49
type JobManifestGenerator struct { // The S3 job ManifestGenerator's configuration details. S3JobManifestGenerator *S3JobManifestGenerator `type:"structure"` // contains filtered or unexported fields }
Configures the type of the job's ManifestGenerator.
func (JobManifestGenerator) GoString ¶ added in v1.42.49
func (s JobManifestGenerator) 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 (*JobManifestGenerator) SetS3JobManifestGenerator ¶ added in v1.42.49
func (s *JobManifestGenerator) SetS3JobManifestGenerator(v *S3JobManifestGenerator) *JobManifestGenerator
SetS3JobManifestGenerator sets the S3JobManifestGenerator field's value.
func (JobManifestGenerator) String ¶ added in v1.42.49
func (s JobManifestGenerator) 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 (*JobManifestGenerator) Validate ¶ added in v1.42.49
func (s *JobManifestGenerator) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type JobManifestGeneratorFilter ¶ added in v1.42.49
type JobManifestGeneratorFilter struct { // If provided, the generated manifest should include only source bucket objects // that were created after this time. CreatedAfter *time.Time `type:"timestamp"` // If provided, the generated manifest should include only source bucket objects // that were created before this time. CreatedBefore *time.Time `type:"timestamp"` // Include objects in the generated manifest only if they are eligible for replication // according to the Replication configuration on the source bucket. EligibleForReplication *bool `type:"boolean"` // If provided, the generated manifest should include only source bucket objects // that have one of the specified Replication statuses. ObjectReplicationStatuses []*string `type:"list" enum:"ReplicationStatus"` // contains filtered or unexported fields }
The filter used to describe a set of objects for the job's manifest.
func (JobManifestGeneratorFilter) GoString ¶ added in v1.42.49
func (s JobManifestGeneratorFilter) 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 (*JobManifestGeneratorFilter) SetCreatedAfter ¶ added in v1.42.49
func (s *JobManifestGeneratorFilter) SetCreatedAfter(v time.Time) *JobManifestGeneratorFilter
SetCreatedAfter sets the CreatedAfter field's value.
func (*JobManifestGeneratorFilter) SetCreatedBefore ¶ added in v1.42.49
func (s *JobManifestGeneratorFilter) SetCreatedBefore(v time.Time) *JobManifestGeneratorFilter
SetCreatedBefore sets the CreatedBefore field's value.
func (*JobManifestGeneratorFilter) SetEligibleForReplication ¶ added in v1.42.49
func (s *JobManifestGeneratorFilter) SetEligibleForReplication(v bool) *JobManifestGeneratorFilter
SetEligibleForReplication sets the EligibleForReplication field's value.
func (*JobManifestGeneratorFilter) SetObjectReplicationStatuses ¶ added in v1.42.49
func (s *JobManifestGeneratorFilter) SetObjectReplicationStatuses(v []*string) *JobManifestGeneratorFilter
SetObjectReplicationStatuses sets the ObjectReplicationStatuses field's value.
func (JobManifestGeneratorFilter) String ¶ added in v1.42.49
func (s JobManifestGeneratorFilter) 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 JobManifestLocation ¶ added in v1.19.21
type JobManifestLocation struct { // The ETag for the specified manifest object. // // ETag is a required field ETag *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) for a manifest object. // // Replacement must be made for object keys containing special characters (such // as carriage returns) when using XML requests. For more information, see XML // related object key constraints (https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints). // // ObjectArn is a required field ObjectArn *string `min:"1" type:"string" required:"true"` // The optional version ID to identify a specific version of the manifest object. ObjectVersionId *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the information required to locate a manifest object.
func (JobManifestLocation) GoString ¶ added in v1.19.21
func (s JobManifestLocation) 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 (*JobManifestLocation) SetETag ¶ added in v1.19.21
func (s *JobManifestLocation) SetETag(v string) *JobManifestLocation
SetETag sets the ETag field's value.
func (*JobManifestLocation) SetObjectArn ¶ added in v1.19.21
func (s *JobManifestLocation) SetObjectArn(v string) *JobManifestLocation
SetObjectArn sets the ObjectArn field's value.
func (*JobManifestLocation) SetObjectVersionId ¶ added in v1.19.21
func (s *JobManifestLocation) SetObjectVersionId(v string) *JobManifestLocation
SetObjectVersionId sets the ObjectVersionId field's value.
func (JobManifestLocation) String ¶ added in v1.19.21
func (s JobManifestLocation) 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 (*JobManifestLocation) Validate ¶ added in v1.19.21
func (s *JobManifestLocation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type JobManifestSpec ¶ added in v1.19.21
type JobManifestSpec struct { // If the specified manifest object is in the S3BatchOperations_CSV_20180820 // format, this element describes which columns contain the required data. Fields []*string `type:"list" enum:"JobManifestFieldName"` // Indicates which of the available formats the specified manifest uses. // // Format is a required field Format *string `type:"string" required:"true" enum:"JobManifestFormat"` // contains filtered or unexported fields }
Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
func (JobManifestSpec) GoString ¶ added in v1.19.21
func (s JobManifestSpec) 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 (*JobManifestSpec) SetFields ¶ added in v1.19.21
func (s *JobManifestSpec) SetFields(v []*string) *JobManifestSpec
SetFields sets the Fields field's value.
func (*JobManifestSpec) SetFormat ¶ added in v1.19.21
func (s *JobManifestSpec) SetFormat(v string) *JobManifestSpec
SetFormat sets the Format field's value.
func (JobManifestSpec) String ¶ added in v1.19.21
func (s JobManifestSpec) 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 (*JobManifestSpec) Validate ¶ added in v1.19.21
func (s *JobManifestSpec) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type JobOperation ¶ added in v1.19.21
type JobOperation struct { // Directs the specified job to invoke an Lambda function on every object in // the manifest. LambdaInvoke *LambdaInvokeOperation `type:"structure"` // Directs the specified job to execute a DELETE Object tagging call on every // object in the manifest. S3DeleteObjectTagging *S3DeleteObjectTaggingOperation `type:"structure"` // Directs the specified job to initiate restore requests for every archived // object in the manifest. S3InitiateRestoreObject *S3InitiateRestoreObjectOperation `type:"structure"` // Directs the specified job to run a PUT Object acl call on every object in // the manifest. S3PutObjectAcl *S3SetObjectAclOperation `type:"structure"` // Directs the specified job to run a PUT Copy object call on every object in // the manifest. S3PutObjectCopy *S3CopyObjectOperation `type:"structure"` // Contains the configuration for an S3 Object Lock legal hold operation that // an S3 Batch Operations job passes every object to the underlying PutObjectLegalHold // API. For more information, see Using S3 Object Lock legal hold with S3 Batch // Operations (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html) // in the Amazon S3 User Guide. S3PutObjectLegalHold *S3SetObjectLegalHoldOperation `type:"structure"` // Contains the configuration parameters for the Object Lock retention action // for an S3 Batch Operations job. Batch Operations passes every object to the // underlying PutObjectRetention API. For more information, see Using S3 Object // Lock retention with S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html) // in the Amazon S3 User Guide. S3PutObjectRetention *S3SetObjectRetentionOperation `type:"structure"` // Directs the specified job to run a PUT Object tagging call on every object // in the manifest. S3PutObjectTagging *S3SetObjectTaggingOperation `type:"structure"` // Directs the specified job to invoke ReplicateObject on every object in the // job's manifest. S3ReplicateObject *S3ReplicateObjectOperation `type:"structure"` // contains filtered or unexported fields }
The operation that you want this job to perform on every object listed in the manifest. For more information about the available operations, see Operations (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html) in the Amazon S3 User Guide.
func (JobOperation) GoString ¶ added in v1.19.21
func (s JobOperation) 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 (*JobOperation) SetLambdaInvoke ¶ added in v1.19.21
func (s *JobOperation) SetLambdaInvoke(v *LambdaInvokeOperation) *JobOperation
SetLambdaInvoke sets the LambdaInvoke field's value.
func (*JobOperation) SetS3DeleteObjectTagging ¶ added in v1.37.2
func (s *JobOperation) SetS3DeleteObjectTagging(v *S3DeleteObjectTaggingOperation) *JobOperation
SetS3DeleteObjectTagging sets the S3DeleteObjectTagging field's value.
func (*JobOperation) SetS3InitiateRestoreObject ¶ added in v1.19.21
func (s *JobOperation) SetS3InitiateRestoreObject(v *S3InitiateRestoreObjectOperation) *JobOperation
SetS3InitiateRestoreObject sets the S3InitiateRestoreObject field's value.
func (*JobOperation) SetS3PutObjectAcl ¶ added in v1.19.21
func (s *JobOperation) SetS3PutObjectAcl(v *S3SetObjectAclOperation) *JobOperation
SetS3PutObjectAcl sets the S3PutObjectAcl field's value.
func (*JobOperation) SetS3PutObjectCopy ¶ added in v1.19.21
func (s *JobOperation) SetS3PutObjectCopy(v *S3CopyObjectOperation) *JobOperation
SetS3PutObjectCopy sets the S3PutObjectCopy field's value.
func (*JobOperation) SetS3PutObjectLegalHold ¶ added in v1.30.20
func (s *JobOperation) SetS3PutObjectLegalHold(v *S3SetObjectLegalHoldOperation) *JobOperation
SetS3PutObjectLegalHold sets the S3PutObjectLegalHold field's value.
func (*JobOperation) SetS3PutObjectRetention ¶ added in v1.30.20
func (s *JobOperation) SetS3PutObjectRetention(v *S3SetObjectRetentionOperation) *JobOperation
SetS3PutObjectRetention sets the S3PutObjectRetention field's value.
func (*JobOperation) SetS3PutObjectTagging ¶ added in v1.19.21
func (s *JobOperation) SetS3PutObjectTagging(v *S3SetObjectTaggingOperation) *JobOperation
SetS3PutObjectTagging sets the S3PutObjectTagging field's value.
func (*JobOperation) SetS3ReplicateObject ¶ added in v1.42.49
func (s *JobOperation) SetS3ReplicateObject(v *S3ReplicateObjectOperation) *JobOperation
SetS3ReplicateObject sets the S3ReplicateObject field's value.
func (JobOperation) String ¶ added in v1.19.21
func (s JobOperation) 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 (*JobOperation) Validate ¶ added in v1.19.21
func (s *JobOperation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type JobProgressSummary ¶ added in v1.19.21
type JobProgressSummary struct { NumberOfTasksFailed *int64 `type:"long"` NumberOfTasksSucceeded *int64 `type:"long"` // The JobTimers attribute of a job's progress summary. Timers *JobTimers `type:"structure"` TotalNumberOfTasks *int64 `type:"long"` // contains filtered or unexported fields }
Describes the total number of tasks that the specified job has started, the number of tasks that succeeded, and the number of tasks that failed.
func (JobProgressSummary) GoString ¶ added in v1.19.21
func (s JobProgressSummary) 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 (*JobProgressSummary) SetNumberOfTasksFailed ¶ added in v1.19.21
func (s *JobProgressSummary) SetNumberOfTasksFailed(v int64) *JobProgressSummary
SetNumberOfTasksFailed sets the NumberOfTasksFailed field's value.
func (*JobProgressSummary) SetNumberOfTasksSucceeded ¶ added in v1.19.21
func (s *JobProgressSummary) SetNumberOfTasksSucceeded(v int64) *JobProgressSummary
SetNumberOfTasksSucceeded sets the NumberOfTasksSucceeded field's value.
func (*JobProgressSummary) SetTimers ¶ added in v1.42.49
func (s *JobProgressSummary) SetTimers(v *JobTimers) *JobProgressSummary
SetTimers sets the Timers field's value.
func (*JobProgressSummary) SetTotalNumberOfTasks ¶ added in v1.19.21
func (s *JobProgressSummary) SetTotalNumberOfTasks(v int64) *JobProgressSummary
SetTotalNumberOfTasks sets the TotalNumberOfTasks field's value.
func (JobProgressSummary) String ¶ added in v1.19.21
func (s JobProgressSummary) 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 JobReport ¶ added in v1.19.21
type JobReport struct { // The Amazon Resource Name (ARN) for the bucket where specified job-completion // report will be stored. Bucket *string `min:"1" type:"string"` // Indicates whether the specified job will generate a job-completion report. // // Enabled is a required field Enabled *bool `type:"boolean" required:"true"` // The format of the specified job-completion report. Format *string `type:"string" enum:"JobReportFormat"` // An optional prefix to describe where in the specified bucket the job-completion // report will be stored. Amazon S3 stores the job-completion report at <prefix>/job-<job-id>/report.json. Prefix *string `min:"1" type:"string"` // Indicates whether the job-completion report will include details of all tasks // or only failed tasks. ReportScope *string `type:"string" enum:"JobReportScope"` // contains filtered or unexported fields }
Contains the configuration parameters for a job-completion report.
func (JobReport) GoString ¶ added in v1.19.21
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 (*JobReport) SetEnabled ¶ added in v1.19.21
SetEnabled sets the Enabled field's value.
func (*JobReport) SetReportScope ¶ added in v1.19.21
SetReportScope sets the ReportScope field's value.
type JobTimers ¶ added in v1.42.49
type JobTimers struct { // Indicates the elapsed time in seconds the job has been in the Active job // state. ElapsedTimeInActiveSeconds *int64 `type:"long"` // contains filtered or unexported fields }
Provides timing details for the job.
func (JobTimers) GoString ¶ added in v1.42.49
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 (*JobTimers) SetElapsedTimeInActiveSeconds ¶ added in v1.42.49
SetElapsedTimeInActiveSeconds sets the ElapsedTimeInActiveSeconds field's value.
type LambdaInvokeOperation ¶ added in v1.19.21
type LambdaInvokeOperation struct { // The Amazon Resource Name (ARN) for the Lambda function that the specified // job will invoke on every object in the manifest. FunctionArn *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the configuration parameters for a Lambda Invoke operation.
func (LambdaInvokeOperation) GoString ¶ added in v1.19.21
func (s LambdaInvokeOperation) 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 (*LambdaInvokeOperation) SetFunctionArn ¶ added in v1.19.21
func (s *LambdaInvokeOperation) SetFunctionArn(v string) *LambdaInvokeOperation
SetFunctionArn sets the FunctionArn field's value.
func (LambdaInvokeOperation) String ¶ added in v1.19.21
func (s LambdaInvokeOperation) 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 (*LambdaInvokeOperation) Validate ¶ added in v1.19.21
func (s *LambdaInvokeOperation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LifecycleConfiguration ¶ added in v1.35.0
type LifecycleConfiguration struct { // A lifecycle rule for individual objects in an Outposts bucket. Rules []*LifecycleRule `locationNameList:"Rule" type:"list"` // contains filtered or unexported fields }
The container for the Outposts bucket lifecycle configuration.
func (LifecycleConfiguration) GoString ¶ added in v1.35.0
func (s LifecycleConfiguration) 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 (*LifecycleConfiguration) SetRules ¶ added in v1.35.0
func (s *LifecycleConfiguration) SetRules(v []*LifecycleRule) *LifecycleConfiguration
SetRules sets the Rules field's value.
func (LifecycleConfiguration) String ¶ added in v1.35.0
func (s LifecycleConfiguration) 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 (*LifecycleConfiguration) Validate ¶ added in v1.35.0
func (s *LifecycleConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LifecycleExpiration ¶ added in v1.35.0
type LifecycleExpiration struct { // Indicates at what date the object is to be deleted. Should be in GMT ISO // 8601 format. Date *time.Time `type:"timestamp"` // Indicates the lifetime, in days, of the objects that are subject to the rule. // The value must be a non-zero positive integer. Days *int64 `type:"integer"` // Indicates whether Amazon S3 will remove a delete marker with no noncurrent // versions. If set to true, the delete marker will be expired. If set to false, // the policy takes no action. This cannot be specified with Days or Date in // a Lifecycle Expiration Policy. ExpiredObjectDeleteMarker *bool `type:"boolean"` // contains filtered or unexported fields }
The container of the Outposts bucket lifecycle expiration.
func (LifecycleExpiration) GoString ¶ added in v1.35.0
func (s LifecycleExpiration) 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 (*LifecycleExpiration) SetDate ¶ added in v1.35.0
func (s *LifecycleExpiration) SetDate(v time.Time) *LifecycleExpiration
SetDate sets the Date field's value.
func (*LifecycleExpiration) SetDays ¶ added in v1.35.0
func (s *LifecycleExpiration) SetDays(v int64) *LifecycleExpiration
SetDays sets the Days field's value.
func (*LifecycleExpiration) SetExpiredObjectDeleteMarker ¶ added in v1.35.0
func (s *LifecycleExpiration) SetExpiredObjectDeleteMarker(v bool) *LifecycleExpiration
SetExpiredObjectDeleteMarker sets the ExpiredObjectDeleteMarker field's value.
func (LifecycleExpiration) String ¶ added in v1.35.0
func (s LifecycleExpiration) 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 LifecycleRule ¶ added in v1.35.0
type LifecycleRule struct { // Specifies the days since the initiation of an incomplete multipart upload // that Amazon S3 waits before permanently removing all parts of the upload. // For more information, see Aborting Incomplete Multipart Uploads Using a Bucket // Lifecycle Policy (https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config) // in the Amazon S3 User Guide. AbortIncompleteMultipartUpload *AbortIncompleteMultipartUpload `type:"structure"` // Specifies the expiration for the lifecycle of the object in the form of date, // days and, whether the object has a delete marker. Expiration *LifecycleExpiration `type:"structure"` // The container for the filter of lifecycle rule. Filter *LifecycleRuleFilter `type:"structure"` // Unique identifier for the rule. The value cannot be longer than 255 characters. ID *string `type:"string"` // The noncurrent version expiration of the lifecycle rule. // // This is not supported by Amazon S3 on Outposts buckets. NoncurrentVersionExpiration *NoncurrentVersionExpiration `type:"structure"` // Specifies the transition rule for the lifecycle rule that describes when // noncurrent objects transition to a specific storage class. If your bucket // is versioning-enabled (or versioning is suspended), you can set this action // to request that Amazon S3 transition noncurrent object versions to a specific // storage class at a set period in the object's lifetime. // // This is not supported by Amazon S3 on Outposts buckets. NoncurrentVersionTransitions []*NoncurrentVersionTransition `locationNameList:"NoncurrentVersionTransition" type:"list"` // If 'Enabled', the rule is currently being applied. If 'Disabled', the rule // is not currently being applied. // // Status is a required field Status *string `type:"string" required:"true" enum:"ExpirationStatus"` // Specifies when an Amazon S3 object transitions to a specified storage class. // // This is not supported by Amazon S3 on Outposts buckets. Transitions []*Transition `locationNameList:"Transition" type:"list"` // contains filtered or unexported fields }
The container for the Outposts bucket lifecycle rule.
func (LifecycleRule) GoString ¶ added in v1.35.0
func (s LifecycleRule) 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 (*LifecycleRule) SetAbortIncompleteMultipartUpload ¶ added in v1.35.0
func (s *LifecycleRule) SetAbortIncompleteMultipartUpload(v *AbortIncompleteMultipartUpload) *LifecycleRule
SetAbortIncompleteMultipartUpload sets the AbortIncompleteMultipartUpload field's value.
func (*LifecycleRule) SetExpiration ¶ added in v1.35.0
func (s *LifecycleRule) SetExpiration(v *LifecycleExpiration) *LifecycleRule
SetExpiration sets the Expiration field's value.
func (*LifecycleRule) SetFilter ¶ added in v1.35.0
func (s *LifecycleRule) SetFilter(v *LifecycleRuleFilter) *LifecycleRule
SetFilter sets the Filter field's value.
func (*LifecycleRule) SetID ¶ added in v1.35.0
func (s *LifecycleRule) SetID(v string) *LifecycleRule
SetID sets the ID field's value.
func (*LifecycleRule) SetNoncurrentVersionExpiration ¶ added in v1.35.0
func (s *LifecycleRule) SetNoncurrentVersionExpiration(v *NoncurrentVersionExpiration) *LifecycleRule
SetNoncurrentVersionExpiration sets the NoncurrentVersionExpiration field's value.
func (*LifecycleRule) SetNoncurrentVersionTransitions ¶ added in v1.35.0
func (s *LifecycleRule) SetNoncurrentVersionTransitions(v []*NoncurrentVersionTransition) *LifecycleRule
SetNoncurrentVersionTransitions sets the NoncurrentVersionTransitions field's value.
func (*LifecycleRule) SetStatus ¶ added in v1.35.0
func (s *LifecycleRule) SetStatus(v string) *LifecycleRule
SetStatus sets the Status field's value.
func (*LifecycleRule) SetTransitions ¶ added in v1.35.0
func (s *LifecycleRule) SetTransitions(v []*Transition) *LifecycleRule
SetTransitions sets the Transitions field's value.
func (LifecycleRule) String ¶ added in v1.35.0
func (s LifecycleRule) 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 (*LifecycleRule) Validate ¶ added in v1.35.0
func (s *LifecycleRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LifecycleRuleAndOperator ¶ added in v1.35.0
type LifecycleRuleAndOperator struct { // Prefix identifying one or more objects to which the rule applies. Prefix *string `type:"string"` // All of these tags must exist in the object's tag set in order for the rule // to apply. Tags []*S3Tag `type:"list"` // contains filtered or unexported fields }
The container for the Outposts bucket lifecycle rule and operator.
func (LifecycleRuleAndOperator) GoString ¶ added in v1.35.0
func (s LifecycleRuleAndOperator) 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 (*LifecycleRuleAndOperator) SetPrefix ¶ added in v1.35.0
func (s *LifecycleRuleAndOperator) SetPrefix(v string) *LifecycleRuleAndOperator
SetPrefix sets the Prefix field's value.
func (*LifecycleRuleAndOperator) SetTags ¶ added in v1.35.0
func (s *LifecycleRuleAndOperator) SetTags(v []*S3Tag) *LifecycleRuleAndOperator
SetTags sets the Tags field's value.
func (LifecycleRuleAndOperator) String ¶ added in v1.35.0
func (s LifecycleRuleAndOperator) 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 (*LifecycleRuleAndOperator) Validate ¶ added in v1.35.0
func (s *LifecycleRuleAndOperator) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LifecycleRuleFilter ¶ added in v1.35.0
type LifecycleRuleFilter struct { // The container for the AND condition for the lifecycle rule. And *LifecycleRuleAndOperator `type:"structure"` // Prefix identifying one or more objects to which the rule applies. // // Replacement must be made for object keys containing special characters (such // as carriage returns) when using XML requests. For more information, see XML // related object key constraints (https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints). Prefix *string `type:"string"` Tag *S3Tag `type:"structure"` // contains filtered or unexported fields }
The container for the filter of the lifecycle rule.
func (LifecycleRuleFilter) GoString ¶ added in v1.35.0
func (s LifecycleRuleFilter) 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 (*LifecycleRuleFilter) SetAnd ¶ added in v1.35.0
func (s *LifecycleRuleFilter) SetAnd(v *LifecycleRuleAndOperator) *LifecycleRuleFilter
SetAnd sets the And field's value.
func (*LifecycleRuleFilter) SetPrefix ¶ added in v1.35.0
func (s *LifecycleRuleFilter) SetPrefix(v string) *LifecycleRuleFilter
SetPrefix sets the Prefix field's value.
func (*LifecycleRuleFilter) SetTag ¶ added in v1.35.0
func (s *LifecycleRuleFilter) SetTag(v *S3Tag) *LifecycleRuleFilter
SetTag sets the Tag field's value.
func (LifecycleRuleFilter) String ¶ added in v1.35.0
func (s LifecycleRuleFilter) 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 (*LifecycleRuleFilter) Validate ¶ added in v1.35.0
func (s *LifecycleRuleFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAccessPointsForObjectLambdaInput ¶ added in v1.38.0
type ListAccessPointsForObjectLambdaInput struct { // The account ID for the account that owns the specified Object Lambda Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The maximum number of access points that you want to include in the list. // The response may contain fewer access points but will never contain more. // If there are more than this number of access points, then the response will // include a continuation token in the NextToken field that you can use to retrieve // the next page of access points. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // If the list has more access points than can be returned in one call to this // API, this field contains a continuation token that you can provide in subsequent // calls to this API to retrieve additional access points. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListAccessPointsForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s ListAccessPointsForObjectLambdaInput) 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 (*ListAccessPointsForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *ListAccessPointsForObjectLambdaInput) SetAccountId(v string) *ListAccessPointsForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*ListAccessPointsForObjectLambdaInput) SetMaxResults ¶ added in v1.38.0
func (s *ListAccessPointsForObjectLambdaInput) SetMaxResults(v int64) *ListAccessPointsForObjectLambdaInput
SetMaxResults sets the MaxResults field's value.
func (*ListAccessPointsForObjectLambdaInput) SetNextToken ¶ added in v1.38.0
func (s *ListAccessPointsForObjectLambdaInput) SetNextToken(v string) *ListAccessPointsForObjectLambdaInput
SetNextToken sets the NextToken field's value.
func (ListAccessPointsForObjectLambdaInput) String ¶ added in v1.38.0
func (s ListAccessPointsForObjectLambdaInput) 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 (*ListAccessPointsForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *ListAccessPointsForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAccessPointsForObjectLambdaOutput ¶ added in v1.38.0
type ListAccessPointsForObjectLambdaOutput struct { // If the list has more access points than can be returned in one call to this // API, this field contains a continuation token that you can provide in subsequent // calls to this API to retrieve additional access points. NextToken *string `min:"1" type:"string"` // Returns list of Object Lambda Access Points. ObjectLambdaAccessPointList []*ObjectLambdaAccessPoint `locationNameList:"ObjectLambdaAccessPoint" type:"list"` // contains filtered or unexported fields }
func (ListAccessPointsForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s ListAccessPointsForObjectLambdaOutput) 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 (*ListAccessPointsForObjectLambdaOutput) SetNextToken ¶ added in v1.38.0
func (s *ListAccessPointsForObjectLambdaOutput) SetNextToken(v string) *ListAccessPointsForObjectLambdaOutput
SetNextToken sets the NextToken field's value.
func (*ListAccessPointsForObjectLambdaOutput) SetObjectLambdaAccessPointList ¶ added in v1.38.0
func (s *ListAccessPointsForObjectLambdaOutput) SetObjectLambdaAccessPointList(v []*ObjectLambdaAccessPoint) *ListAccessPointsForObjectLambdaOutput
SetObjectLambdaAccessPointList sets the ObjectLambdaAccessPointList field's value.
func (ListAccessPointsForObjectLambdaOutput) String ¶ added in v1.38.0
func (s ListAccessPointsForObjectLambdaOutput) 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 ListAccessPointsInput ¶ added in v1.25.46
type ListAccessPointsInput struct { // The Amazon Web Services account ID for owner of the bucket whose access points // you want to list. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the bucket whose associated access points you want to list. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. Bucket *string `location:"querystring" locationName:"bucket" min:"3" type:"string"` // The maximum number of access points that you want to include in the list. // If the specified bucket has more than this number of access points, then // the response will include a continuation token in the NextToken field that // you can use to retrieve the next page of access points. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // A continuation token. If a previous call to ListAccessPoints returned a continuation // token in the NextToken field, then providing that value here causes Amazon // S3 to retrieve the next page of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListAccessPointsInput) GoString ¶ added in v1.25.46
func (s ListAccessPointsInput) 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 (*ListAccessPointsInput) SetAccountId ¶ added in v1.25.46
func (s *ListAccessPointsInput) SetAccountId(v string) *ListAccessPointsInput
SetAccountId sets the AccountId field's value.
func (*ListAccessPointsInput) SetBucket ¶ added in v1.25.46
func (s *ListAccessPointsInput) SetBucket(v string) *ListAccessPointsInput
SetBucket sets the Bucket field's value.
func (*ListAccessPointsInput) SetMaxResults ¶ added in v1.25.46
func (s *ListAccessPointsInput) SetMaxResults(v int64) *ListAccessPointsInput
SetMaxResults sets the MaxResults field's value.
func (*ListAccessPointsInput) SetNextToken ¶ added in v1.25.46
func (s *ListAccessPointsInput) SetNextToken(v string) *ListAccessPointsInput
SetNextToken sets the NextToken field's value.
func (ListAccessPointsInput) String ¶ added in v1.25.46
func (s ListAccessPointsInput) 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 (*ListAccessPointsInput) Validate ¶ added in v1.25.46
func (s *ListAccessPointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAccessPointsOutput ¶ added in v1.25.46
type ListAccessPointsOutput struct { // Contains identification and configuration information for one or more access // points associated with the specified bucket. AccessPointList []*AccessPoint `locationNameList:"AccessPoint" type:"list"` // If the specified bucket has more access points than can be returned in one // call to this API, this field contains a continuation token that you can provide // in subsequent calls to this API to retrieve additional access points. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListAccessPointsOutput) GoString ¶ added in v1.25.46
func (s ListAccessPointsOutput) 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 (*ListAccessPointsOutput) SetAccessPointList ¶ added in v1.25.46
func (s *ListAccessPointsOutput) SetAccessPointList(v []*AccessPoint) *ListAccessPointsOutput
SetAccessPointList sets the AccessPointList field's value.
func (*ListAccessPointsOutput) SetNextToken ¶ added in v1.25.46
func (s *ListAccessPointsOutput) SetNextToken(v string) *ListAccessPointsOutput
SetNextToken sets the NextToken field's value.
func (ListAccessPointsOutput) String ¶ added in v1.25.46
func (s ListAccessPointsOutput) 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 ListJobsInput ¶ added in v1.19.21
type ListJobsInput struct { // The Amazon Web Services account ID associated with the S3 Batch Operations // job. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The List Jobs request returns jobs that match the statuses listed in this // element. JobStatuses []*string `location:"querystring" locationName:"jobStatuses" type:"list" enum:"JobStatus"` // The maximum number of jobs that Amazon S3 will include in the List Jobs response. // If there are more jobs than this number, the response will include a pagination // token in the NextToken field to enable you to retrieve the next page of results. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // A pagination token to request the next page of results. Use the token that // Amazon S3 returned in the NextToken element of the ListJobsResult from the // previous List Jobs request. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListJobsInput) GoString ¶ added in v1.19.21
func (s ListJobsInput) 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 (*ListJobsInput) SetAccountId ¶ added in v1.19.21
func (s *ListJobsInput) SetAccountId(v string) *ListJobsInput
SetAccountId sets the AccountId field's value.
func (*ListJobsInput) SetJobStatuses ¶ added in v1.19.21
func (s *ListJobsInput) SetJobStatuses(v []*string) *ListJobsInput
SetJobStatuses sets the JobStatuses field's value.
func (*ListJobsInput) SetMaxResults ¶ added in v1.19.21
func (s *ListJobsInput) SetMaxResults(v int64) *ListJobsInput
SetMaxResults sets the MaxResults field's value.
func (*ListJobsInput) SetNextToken ¶ added in v1.19.21
func (s *ListJobsInput) SetNextToken(v string) *ListJobsInput
SetNextToken sets the NextToken field's value.
func (ListJobsInput) String ¶ added in v1.19.21
func (s ListJobsInput) 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 (*ListJobsInput) Validate ¶ added in v1.19.21
func (s *ListJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListJobsOutput ¶ added in v1.19.21
type ListJobsOutput struct { // The list of current jobs and jobs that have ended within the last 30 days. Jobs []*JobListDescriptor `type:"list"` // If the List Jobs request produced more than the maximum number of results, // you can pass this value into a subsequent List Jobs request in order to retrieve // the next page of results. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListJobsOutput) GoString ¶ added in v1.19.21
func (s ListJobsOutput) 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 (*ListJobsOutput) SetJobs ¶ added in v1.19.21
func (s *ListJobsOutput) SetJobs(v []*JobListDescriptor) *ListJobsOutput
SetJobs sets the Jobs field's value.
func (*ListJobsOutput) SetNextToken ¶ added in v1.19.21
func (s *ListJobsOutput) SetNextToken(v string) *ListJobsOutput
SetNextToken sets the NextToken field's value.
func (ListJobsOutput) String ¶ added in v1.19.21
func (s ListJobsOutput) 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 ListMultiRegionAccessPointsInput ¶ added in v1.40.36
type ListMultiRegionAccessPointsInput struct { // The Amazon Web Services account ID for the owner of the Multi-Region Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Not currently used. Do not use this parameter. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // Not currently used. Do not use this parameter. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListMultiRegionAccessPointsInput) GoString ¶ added in v1.40.36
func (s ListMultiRegionAccessPointsInput) 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 (*ListMultiRegionAccessPointsInput) SetAccountId ¶ added in v1.40.36
func (s *ListMultiRegionAccessPointsInput) SetAccountId(v string) *ListMultiRegionAccessPointsInput
SetAccountId sets the AccountId field's value.
func (*ListMultiRegionAccessPointsInput) SetMaxResults ¶ added in v1.40.36
func (s *ListMultiRegionAccessPointsInput) SetMaxResults(v int64) *ListMultiRegionAccessPointsInput
SetMaxResults sets the MaxResults field's value.
func (*ListMultiRegionAccessPointsInput) SetNextToken ¶ added in v1.40.36
func (s *ListMultiRegionAccessPointsInput) SetNextToken(v string) *ListMultiRegionAccessPointsInput
SetNextToken sets the NextToken field's value.
func (ListMultiRegionAccessPointsInput) String ¶ added in v1.40.36
func (s ListMultiRegionAccessPointsInput) 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 (*ListMultiRegionAccessPointsInput) Validate ¶ added in v1.40.36
func (s *ListMultiRegionAccessPointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListMultiRegionAccessPointsOutput ¶ added in v1.40.36
type ListMultiRegionAccessPointsOutput struct { // The list of Multi-Region Access Points associated with the user. AccessPoints []*MultiRegionAccessPointReport `locationNameList:"AccessPoint" type:"list"` // If the specified bucket has more Multi-Region Access Points than can be returned // in one call to this action, this field contains a continuation token. You // can use this token tin subsequent calls to this action to retrieve additional // Multi-Region Access Points. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListMultiRegionAccessPointsOutput) GoString ¶ added in v1.40.36
func (s ListMultiRegionAccessPointsOutput) 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 (*ListMultiRegionAccessPointsOutput) SetAccessPoints ¶ added in v1.40.36
func (s *ListMultiRegionAccessPointsOutput) SetAccessPoints(v []*MultiRegionAccessPointReport) *ListMultiRegionAccessPointsOutput
SetAccessPoints sets the AccessPoints field's value.
func (*ListMultiRegionAccessPointsOutput) SetNextToken ¶ added in v1.40.36
func (s *ListMultiRegionAccessPointsOutput) SetNextToken(v string) *ListMultiRegionAccessPointsOutput
SetNextToken sets the NextToken field's value.
func (ListMultiRegionAccessPointsOutput) String ¶ added in v1.40.36
func (s ListMultiRegionAccessPointsOutput) 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 ListRegionalBucketsInput ¶ added in v1.35.0
type ListRegionalBucketsInput struct { // The Amazon Web Services account ID of the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The ID of the Outposts resource. // // This ID is required by Amazon S3 on Outposts buckets. OutpostId *string `location:"header" locationName:"x-amz-outpost-id" min:"1" type:"string"` // contains filtered or unexported fields }
func (ListRegionalBucketsInput) GoString ¶ added in v1.35.0
func (s ListRegionalBucketsInput) 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 (*ListRegionalBucketsInput) SetAccountId ¶ added in v1.35.0
func (s *ListRegionalBucketsInput) SetAccountId(v string) *ListRegionalBucketsInput
SetAccountId sets the AccountId field's value.
func (*ListRegionalBucketsInput) SetMaxResults ¶ added in v1.35.0
func (s *ListRegionalBucketsInput) SetMaxResults(v int64) *ListRegionalBucketsInput
SetMaxResults sets the MaxResults field's value.
func (*ListRegionalBucketsInput) SetNextToken ¶ added in v1.35.0
func (s *ListRegionalBucketsInput) SetNextToken(v string) *ListRegionalBucketsInput
SetNextToken sets the NextToken field's value.
func (*ListRegionalBucketsInput) SetOutpostId ¶ added in v1.35.0
func (s *ListRegionalBucketsInput) SetOutpostId(v string) *ListRegionalBucketsInput
SetOutpostId sets the OutpostId field's value.
func (ListRegionalBucketsInput) String ¶ added in v1.35.0
func (s ListRegionalBucketsInput) 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 (*ListRegionalBucketsInput) Validate ¶ added in v1.35.0
func (s *ListRegionalBucketsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRegionalBucketsOutput ¶ added in v1.35.0
type ListRegionalBucketsOutput struct { // NextToken is sent when isTruncated is true, which means there are more buckets // that can be listed. The next list requests to Amazon S3 can be continued // with this NextToken. NextToken is obfuscated and is not a real key. NextToken *string `min:"1" type:"string"` RegionalBucketList []*RegionalBucket `locationNameList:"RegionalBucket" type:"list"` // contains filtered or unexported fields }
func (ListRegionalBucketsOutput) GoString ¶ added in v1.35.0
func (s ListRegionalBucketsOutput) 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 (*ListRegionalBucketsOutput) SetNextToken ¶ added in v1.35.0
func (s *ListRegionalBucketsOutput) SetNextToken(v string) *ListRegionalBucketsOutput
SetNextToken sets the NextToken field's value.
func (*ListRegionalBucketsOutput) SetRegionalBucketList ¶ added in v1.35.0
func (s *ListRegionalBucketsOutput) SetRegionalBucketList(v []*RegionalBucket) *ListRegionalBucketsOutput
SetRegionalBucketList sets the RegionalBucketList field's value.
func (ListRegionalBucketsOutput) String ¶ added in v1.35.0
func (s ListRegionalBucketsOutput) 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 ListStorageLensConfigurationEntry ¶ added in v1.35.31
type ListStorageLensConfigurationEntry struct { // A container for the S3 Storage Lens home Region. Your metrics data is stored // and retained in your designated S3 Storage Lens home Region. // // HomeRegion is a required field HomeRegion *string `min:"5" type:"string" required:"true"` // A container for the S3 Storage Lens configuration ID. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // A container for whether the S3 Storage Lens configuration is enabled. This // property is required. IsEnabled *bool `type:"boolean"` // The ARN of the S3 Storage Lens configuration. This property is read-only. // // StorageLensArn is a required field StorageLensArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Part of ListStorageLensConfigurationResult. Each entry includes the description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its Amazon Resource Name (ARN), and config ID.
func (ListStorageLensConfigurationEntry) GoString ¶ added in v1.35.31
func (s ListStorageLensConfigurationEntry) 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 (*ListStorageLensConfigurationEntry) SetHomeRegion ¶ added in v1.35.31
func (s *ListStorageLensConfigurationEntry) SetHomeRegion(v string) *ListStorageLensConfigurationEntry
SetHomeRegion sets the HomeRegion field's value.
func (*ListStorageLensConfigurationEntry) SetId ¶ added in v1.35.31
func (s *ListStorageLensConfigurationEntry) SetId(v string) *ListStorageLensConfigurationEntry
SetId sets the Id field's value.
func (*ListStorageLensConfigurationEntry) SetIsEnabled ¶ added in v1.35.31
func (s *ListStorageLensConfigurationEntry) SetIsEnabled(v bool) *ListStorageLensConfigurationEntry
SetIsEnabled sets the IsEnabled field's value.
func (*ListStorageLensConfigurationEntry) SetStorageLensArn ¶ added in v1.35.31
func (s *ListStorageLensConfigurationEntry) SetStorageLensArn(v string) *ListStorageLensConfigurationEntry
SetStorageLensArn sets the StorageLensArn field's value.
func (ListStorageLensConfigurationEntry) String ¶ added in v1.35.31
func (s ListStorageLensConfigurationEntry) 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 ListStorageLensConfigurationsInput ¶ added in v1.35.31
type ListStorageLensConfigurationsInput struct { // The account ID of the requester. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // A pagination token to request the next page of results. NextToken *string `location:"querystring" locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (ListStorageLensConfigurationsInput) GoString ¶ added in v1.35.31
func (s ListStorageLensConfigurationsInput) 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 (*ListStorageLensConfigurationsInput) SetAccountId ¶ added in v1.35.31
func (s *ListStorageLensConfigurationsInput) SetAccountId(v string) *ListStorageLensConfigurationsInput
SetAccountId sets the AccountId field's value.
func (*ListStorageLensConfigurationsInput) SetNextToken ¶ added in v1.35.31
func (s *ListStorageLensConfigurationsInput) SetNextToken(v string) *ListStorageLensConfigurationsInput
SetNextToken sets the NextToken field's value.
func (ListStorageLensConfigurationsInput) String ¶ added in v1.35.31
func (s ListStorageLensConfigurationsInput) 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 (*ListStorageLensConfigurationsInput) Validate ¶ added in v1.35.31
func (s *ListStorageLensConfigurationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListStorageLensConfigurationsOutput ¶ added in v1.35.31
type ListStorageLensConfigurationsOutput struct { // If the request produced more than the maximum number of S3 Storage Lens configuration // results, you can pass this value into a subsequent request to retrieve the // next page of results. NextToken *string `type:"string"` // A list of S3 Storage Lens configurations. StorageLensConfigurationList []*ListStorageLensConfigurationEntry `locationNameList:"StorageLensConfiguration" type:"list" flattened:"true"` // contains filtered or unexported fields }
func (ListStorageLensConfigurationsOutput) GoString ¶ added in v1.35.31
func (s ListStorageLensConfigurationsOutput) 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 (*ListStorageLensConfigurationsOutput) SetNextToken ¶ added in v1.35.31
func (s *ListStorageLensConfigurationsOutput) SetNextToken(v string) *ListStorageLensConfigurationsOutput
SetNextToken sets the NextToken field's value.
func (*ListStorageLensConfigurationsOutput) SetStorageLensConfigurationList ¶ added in v1.35.31
func (s *ListStorageLensConfigurationsOutput) SetStorageLensConfigurationList(v []*ListStorageLensConfigurationEntry) *ListStorageLensConfigurationsOutput
SetStorageLensConfigurationList sets the StorageLensConfigurationList field's value.
func (ListStorageLensConfigurationsOutput) String ¶ added in v1.35.31
func (s ListStorageLensConfigurationsOutput) 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 MultiRegionAccessPointPolicyDocument ¶ added in v1.40.36
type MultiRegionAccessPointPolicyDocument struct { // The last established policy for the Multi-Region Access Point. Established *EstablishedMultiRegionAccessPointPolicy `type:"structure"` // The proposed policy for the Multi-Region Access Point. Proposed *ProposedMultiRegionAccessPointPolicy `type:"structure"` // contains filtered or unexported fields }
The Multi-Region Access Point access control policy.
When you update the policy, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.
func (MultiRegionAccessPointPolicyDocument) GoString ¶ added in v1.40.36
func (s MultiRegionAccessPointPolicyDocument) 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 (*MultiRegionAccessPointPolicyDocument) SetEstablished ¶ added in v1.40.36
func (s *MultiRegionAccessPointPolicyDocument) SetEstablished(v *EstablishedMultiRegionAccessPointPolicy) *MultiRegionAccessPointPolicyDocument
SetEstablished sets the Established field's value.
func (*MultiRegionAccessPointPolicyDocument) SetProposed ¶ added in v1.40.36
func (s *MultiRegionAccessPointPolicyDocument) SetProposed(v *ProposedMultiRegionAccessPointPolicy) *MultiRegionAccessPointPolicyDocument
SetProposed sets the Proposed field's value.
func (MultiRegionAccessPointPolicyDocument) String ¶ added in v1.40.36
func (s MultiRegionAccessPointPolicyDocument) 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 MultiRegionAccessPointRegionalResponse ¶ added in v1.40.36
type MultiRegionAccessPointRegionalResponse struct { // The name of the Region in the Multi-Region Access Point. Name *string `min:"1" type:"string"` // The current status of the Multi-Region Access Point in this Region. RequestStatus *string `type:"string"` // contains filtered or unexported fields }
Status information for a single Multi-Region Access Point Region.
func (MultiRegionAccessPointRegionalResponse) GoString ¶ added in v1.40.36
func (s MultiRegionAccessPointRegionalResponse) 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 (*MultiRegionAccessPointRegionalResponse) SetName ¶ added in v1.40.36
func (s *MultiRegionAccessPointRegionalResponse) SetName(v string) *MultiRegionAccessPointRegionalResponse
SetName sets the Name field's value.
func (*MultiRegionAccessPointRegionalResponse) SetRequestStatus ¶ added in v1.40.36
func (s *MultiRegionAccessPointRegionalResponse) SetRequestStatus(v string) *MultiRegionAccessPointRegionalResponse
SetRequestStatus sets the RequestStatus field's value.
func (MultiRegionAccessPointRegionalResponse) String ¶ added in v1.40.36
func (s MultiRegionAccessPointRegionalResponse) 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 MultiRegionAccessPointReport ¶ added in v1.40.36
type MultiRegionAccessPointReport struct { // The alias for the Multi-Region Access Point. For more information about the // distinction between the name and the alias of an Multi-Region Access Point, // see Managing Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming). Alias *string `type:"string"` // When the Multi-Region Access Point create request was received. CreatedAt *time.Time `type:"timestamp"` // The name of the Multi-Region Access Point. Name *string `type:"string"` // The PublicAccessBlock configuration that you want to apply to this Amazon // S3 account. You can enable the configuration options in any combination. // For more information about when Amazon S3 considers a bucket or object public, // see The Meaning of "Public" (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) // in the Amazon S3 User Guide. // // This is not supported for Amazon S3 on Outposts. PublicAccessBlock *PublicAccessBlockConfiguration `type:"structure"` // A collection of the Regions and buckets associated with the Multi-Region // Access Point. Regions []*RegionReport `locationNameList:"Region" type:"list"` // The current status of the Multi-Region Access Point. // // CREATING and DELETING are temporary states that exist while the request is // propagating and being completed. If a Multi-Region Access Point has a status // of PARTIALLY_CREATED, you can retry creation or send a request to delete // the Multi-Region Access Point. If a Multi-Region Access Point has a status // of PARTIALLY_DELETED, you can retry a delete request to finish the deletion // of the Multi-Region Access Point. Status *string `type:"string" enum:"MultiRegionAccessPointStatus"` // contains filtered or unexported fields }
A collection of statuses for a Multi-Region Access Point in the various Regions it supports.
func (MultiRegionAccessPointReport) GoString ¶ added in v1.40.36
func (s MultiRegionAccessPointReport) 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 (*MultiRegionAccessPointReport) SetAlias ¶ added in v1.40.36
func (s *MultiRegionAccessPointReport) SetAlias(v string) *MultiRegionAccessPointReport
SetAlias sets the Alias field's value.
func (*MultiRegionAccessPointReport) SetCreatedAt ¶ added in v1.40.36
func (s *MultiRegionAccessPointReport) SetCreatedAt(v time.Time) *MultiRegionAccessPointReport
SetCreatedAt sets the CreatedAt field's value.
func (*MultiRegionAccessPointReport) SetName ¶ added in v1.40.36
func (s *MultiRegionAccessPointReport) SetName(v string) *MultiRegionAccessPointReport
SetName sets the Name field's value.
func (*MultiRegionAccessPointReport) SetPublicAccessBlock ¶ added in v1.40.36
func (s *MultiRegionAccessPointReport) SetPublicAccessBlock(v *PublicAccessBlockConfiguration) *MultiRegionAccessPointReport
SetPublicAccessBlock sets the PublicAccessBlock field's value.
func (*MultiRegionAccessPointReport) SetRegions ¶ added in v1.40.36
func (s *MultiRegionAccessPointReport) SetRegions(v []*RegionReport) *MultiRegionAccessPointReport
SetRegions sets the Regions field's value.
func (*MultiRegionAccessPointReport) SetStatus ¶ added in v1.40.36
func (s *MultiRegionAccessPointReport) SetStatus(v string) *MultiRegionAccessPointReport
SetStatus sets the Status field's value.
func (MultiRegionAccessPointReport) String ¶ added in v1.40.36
func (s MultiRegionAccessPointReport) 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 MultiRegionAccessPointsAsyncResponse ¶ added in v1.40.36
type MultiRegionAccessPointsAsyncResponse struct { // A collection of status information for the different Regions that a Multi-Region // Access Point supports. Regions []*MultiRegionAccessPointRegionalResponse `locationNameList:"Region" type:"list"` // contains filtered or unexported fields }
The Multi-Region Access Point details that are returned when querying about an asynchronous request.
func (MultiRegionAccessPointsAsyncResponse) GoString ¶ added in v1.40.36
func (s MultiRegionAccessPointsAsyncResponse) 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 (*MultiRegionAccessPointsAsyncResponse) SetRegions ¶ added in v1.40.36
func (s *MultiRegionAccessPointsAsyncResponse) SetRegions(v []*MultiRegionAccessPointRegionalResponse) *MultiRegionAccessPointsAsyncResponse
SetRegions sets the Regions field's value.
func (MultiRegionAccessPointsAsyncResponse) String ¶ added in v1.40.36
func (s MultiRegionAccessPointsAsyncResponse) 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 NoncurrentVersionExpiration ¶ added in v1.35.0
type NoncurrentVersionExpiration struct { // Specifies the number of days an object is noncurrent before Amazon S3 can // perform the associated action. For information about the noncurrent days // calculations, see How Amazon S3 Calculates When an Object Became Noncurrent // (https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations) // in the Amazon S3 User Guide. NoncurrentDays *int64 `type:"integer"` // contains filtered or unexported fields }
The container of the noncurrent version expiration.
func (NoncurrentVersionExpiration) GoString ¶ added in v1.35.0
func (s NoncurrentVersionExpiration) 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 (*NoncurrentVersionExpiration) SetNoncurrentDays ¶ added in v1.35.0
func (s *NoncurrentVersionExpiration) SetNoncurrentDays(v int64) *NoncurrentVersionExpiration
SetNoncurrentDays sets the NoncurrentDays field's value.
func (NoncurrentVersionExpiration) String ¶ added in v1.35.0
func (s NoncurrentVersionExpiration) 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 NoncurrentVersionTransition ¶ added in v1.35.0
type NoncurrentVersionTransition struct { // Specifies the number of days an object is noncurrent before Amazon S3 can // perform the associated action. For information about the noncurrent days // calculations, see How Amazon S3 Calculates How Long an Object Has Been Noncurrent // (https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations) // in the Amazon S3 User Guide. NoncurrentDays *int64 `type:"integer"` // The class of storage used to store the object. StorageClass *string `type:"string" enum:"TransitionStorageClass"` // contains filtered or unexported fields }
The container for the noncurrent version transition.
func (NoncurrentVersionTransition) GoString ¶ added in v1.35.0
func (s NoncurrentVersionTransition) 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 (*NoncurrentVersionTransition) SetNoncurrentDays ¶ added in v1.35.0
func (s *NoncurrentVersionTransition) SetNoncurrentDays(v int64) *NoncurrentVersionTransition
SetNoncurrentDays sets the NoncurrentDays field's value.
func (*NoncurrentVersionTransition) SetStorageClass ¶ added in v1.35.0
func (s *NoncurrentVersionTransition) SetStorageClass(v string) *NoncurrentVersionTransition
SetStorageClass sets the StorageClass field's value.
func (NoncurrentVersionTransition) String ¶ added in v1.35.0
func (s NoncurrentVersionTransition) 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 ObjectLambdaAccessPoint ¶ added in v1.38.0
type ObjectLambdaAccessPoint struct { // The name of the Object Lambda Access Point. // // Name is a required field Name *string `min:"3" type:"string" required:"true"` // Specifies the ARN for the Object Lambda Access Point. ObjectLambdaAccessPointArn *string `min:"1" type:"string"` // contains filtered or unexported fields }
An access point with an attached Lambda function used to access transformed data from an Amazon S3 bucket.
func (ObjectLambdaAccessPoint) GoString ¶ added in v1.38.0
func (s ObjectLambdaAccessPoint) 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 (*ObjectLambdaAccessPoint) SetName ¶ added in v1.38.0
func (s *ObjectLambdaAccessPoint) SetName(v string) *ObjectLambdaAccessPoint
SetName sets the Name field's value.
func (*ObjectLambdaAccessPoint) SetObjectLambdaAccessPointArn ¶ added in v1.38.0
func (s *ObjectLambdaAccessPoint) SetObjectLambdaAccessPointArn(v string) *ObjectLambdaAccessPoint
SetObjectLambdaAccessPointArn sets the ObjectLambdaAccessPointArn field's value.
func (ObjectLambdaAccessPoint) String ¶ added in v1.38.0
func (s ObjectLambdaAccessPoint) 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 ObjectLambdaConfiguration ¶ added in v1.38.0
type ObjectLambdaConfiguration struct { // A container for allowed features. Valid inputs are GetObject-Range and GetObject-PartNumber. AllowedFeatures []*string `locationNameList:"AllowedFeature" type:"list" enum:"ObjectLambdaAllowedFeature"` // A container for whether the CloudWatch metrics configuration is enabled. CloudWatchMetricsEnabled *bool `type:"boolean"` // Standard access point associated with the Object Lambda Access Point. // // SupportingAccessPoint is a required field SupportingAccessPoint *string `min:"1" type:"string" required:"true"` // A container for transformation configurations for an Object Lambda Access // Point. // // TransformationConfigurations is a required field TransformationConfigurations []*ObjectLambdaTransformationConfiguration `locationNameList:"TransformationConfiguration" type:"list" required:"true"` // contains filtered or unexported fields }
A configuration used when creating an Object Lambda Access Point.
func (ObjectLambdaConfiguration) GoString ¶ added in v1.38.0
func (s ObjectLambdaConfiguration) 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 (*ObjectLambdaConfiguration) SetAllowedFeatures ¶ added in v1.38.0
func (s *ObjectLambdaConfiguration) SetAllowedFeatures(v []*string) *ObjectLambdaConfiguration
SetAllowedFeatures sets the AllowedFeatures field's value.
func (*ObjectLambdaConfiguration) SetCloudWatchMetricsEnabled ¶ added in v1.38.0
func (s *ObjectLambdaConfiguration) SetCloudWatchMetricsEnabled(v bool) *ObjectLambdaConfiguration
SetCloudWatchMetricsEnabled sets the CloudWatchMetricsEnabled field's value.
func (*ObjectLambdaConfiguration) SetSupportingAccessPoint ¶ added in v1.38.0
func (s *ObjectLambdaConfiguration) SetSupportingAccessPoint(v string) *ObjectLambdaConfiguration
SetSupportingAccessPoint sets the SupportingAccessPoint field's value.
func (*ObjectLambdaConfiguration) SetTransformationConfigurations ¶ added in v1.38.0
func (s *ObjectLambdaConfiguration) SetTransformationConfigurations(v []*ObjectLambdaTransformationConfiguration) *ObjectLambdaConfiguration
SetTransformationConfigurations sets the TransformationConfigurations field's value.
func (ObjectLambdaConfiguration) String ¶ added in v1.38.0
func (s ObjectLambdaConfiguration) 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 (*ObjectLambdaConfiguration) Validate ¶ added in v1.38.0
func (s *ObjectLambdaConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ObjectLambdaContentTransformation ¶ added in v1.38.0
type ObjectLambdaContentTransformation struct { // A container for an Lambda function. AwsLambda *AwsLambdaTransformation `type:"structure"` // contains filtered or unexported fields }
A container for AwsLambdaTransformation.
func (ObjectLambdaContentTransformation) GoString ¶ added in v1.38.0
func (s ObjectLambdaContentTransformation) 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 (*ObjectLambdaContentTransformation) SetAwsLambda ¶ added in v1.38.0
func (s *ObjectLambdaContentTransformation) SetAwsLambda(v *AwsLambdaTransformation) *ObjectLambdaContentTransformation
SetAwsLambda sets the AwsLambda field's value.
func (ObjectLambdaContentTransformation) String ¶ added in v1.38.0
func (s ObjectLambdaContentTransformation) 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 (*ObjectLambdaContentTransformation) Validate ¶ added in v1.38.0
func (s *ObjectLambdaContentTransformation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ObjectLambdaTransformationConfiguration ¶ added in v1.38.0
type ObjectLambdaTransformationConfiguration struct { // A container for the action of an Object Lambda Access Point configuration. // Valid input is GetObject. // // Actions is a required field Actions []*string `locationNameList:"Action" type:"list" required:"true" enum:"ObjectLambdaTransformationConfigurationAction"` // A container for the content transformation of an Object Lambda Access Point // configuration. // // ContentTransformation is a required field ContentTransformation *ObjectLambdaContentTransformation `type:"structure" required:"true"` // contains filtered or unexported fields }
A configuration used when creating an Object Lambda Access Point transformation.
func (ObjectLambdaTransformationConfiguration) GoString ¶ added in v1.38.0
func (s ObjectLambdaTransformationConfiguration) 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 (*ObjectLambdaTransformationConfiguration) SetActions ¶ added in v1.38.0
func (s *ObjectLambdaTransformationConfiguration) SetActions(v []*string) *ObjectLambdaTransformationConfiguration
SetActions sets the Actions field's value.
func (*ObjectLambdaTransformationConfiguration) SetContentTransformation ¶ added in v1.38.0
func (s *ObjectLambdaTransformationConfiguration) SetContentTransformation(v *ObjectLambdaContentTransformation) *ObjectLambdaTransformationConfiguration
SetContentTransformation sets the ContentTransformation field's value.
func (ObjectLambdaTransformationConfiguration) String ¶ added in v1.38.0
func (s ObjectLambdaTransformationConfiguration) 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 (*ObjectLambdaTransformationConfiguration) Validate ¶ added in v1.38.0
func (s *ObjectLambdaTransformationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PolicyStatus ¶ added in v1.25.46
type PolicyStatus struct { IsPublic *bool `locationName:"IsPublic" type:"boolean"` // contains filtered or unexported fields }
Indicates whether this access point policy is public. For more information about how Amazon S3 evaluates policies to determine whether they are public, see The Meaning of "Public" (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the Amazon S3 User Guide.
func (PolicyStatus) GoString ¶ added in v1.25.46
func (s PolicyStatus) 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 (*PolicyStatus) SetIsPublic ¶ added in v1.25.46
func (s *PolicyStatus) SetIsPublic(v bool) *PolicyStatus
SetIsPublic sets the IsPublic field's value.
func (PolicyStatus) String ¶ added in v1.25.46
func (s PolicyStatus) 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 PrefixLevel ¶ added in v1.35.31
type PrefixLevel struct { // A container for the prefix-level storage metrics for S3 Storage Lens. // // StorageMetrics is a required field StorageMetrics *PrefixLevelStorageMetrics `type:"structure" required:"true"` // contains filtered or unexported fields }
A container for the prefix-level configuration.
func (PrefixLevel) GoString ¶ added in v1.35.31
func (s PrefixLevel) 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 (*PrefixLevel) SetStorageMetrics ¶ added in v1.35.31
func (s *PrefixLevel) SetStorageMetrics(v *PrefixLevelStorageMetrics) *PrefixLevel
SetStorageMetrics sets the StorageMetrics field's value.
func (PrefixLevel) String ¶ added in v1.35.31
func (s PrefixLevel) 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 (*PrefixLevel) Validate ¶ added in v1.35.31
func (s *PrefixLevel) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PrefixLevelStorageMetrics ¶ added in v1.35.31
type PrefixLevelStorageMetrics struct { // A container for whether prefix-level storage metrics are enabled. IsEnabled *bool `type:"boolean"` SelectionCriteria *SelectionCriteria `type:"structure"` // contains filtered or unexported fields }
A container for the prefix-level storage metrics for S3 Storage Lens.
func (PrefixLevelStorageMetrics) GoString ¶ added in v1.35.31
func (s PrefixLevelStorageMetrics) 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 (*PrefixLevelStorageMetrics) SetIsEnabled ¶ added in v1.35.31
func (s *PrefixLevelStorageMetrics) SetIsEnabled(v bool) *PrefixLevelStorageMetrics
SetIsEnabled sets the IsEnabled field's value.
func (*PrefixLevelStorageMetrics) SetSelectionCriteria ¶ added in v1.35.31
func (s *PrefixLevelStorageMetrics) SetSelectionCriteria(v *SelectionCriteria) *PrefixLevelStorageMetrics
SetSelectionCriteria sets the SelectionCriteria field's value.
func (PrefixLevelStorageMetrics) String ¶ added in v1.35.31
func (s PrefixLevelStorageMetrics) 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 (*PrefixLevelStorageMetrics) Validate ¶ added in v1.35.31
func (s *PrefixLevelStorageMetrics) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProposedMultiRegionAccessPointPolicy ¶ added in v1.40.36
type ProposedMultiRegionAccessPointPolicy struct { // The details of the proposed policy. Policy *string `type:"string"` // contains filtered or unexported fields }
The proposed access control policy for the Multi-Region Access Point.
When you update the policy, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.
func (ProposedMultiRegionAccessPointPolicy) GoString ¶ added in v1.40.36
func (s ProposedMultiRegionAccessPointPolicy) 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 (*ProposedMultiRegionAccessPointPolicy) SetPolicy ¶ added in v1.40.36
func (s *ProposedMultiRegionAccessPointPolicy) SetPolicy(v string) *ProposedMultiRegionAccessPointPolicy
SetPolicy sets the Policy field's value.
func (ProposedMultiRegionAccessPointPolicy) String ¶ added in v1.40.36
func (s ProposedMultiRegionAccessPointPolicy) 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 PublicAccessBlockConfiguration ¶
type PublicAccessBlockConfiguration struct { // Specifies whether Amazon S3 should block public access control lists (ACLs) // for buckets in this account. Setting this element to TRUE causes the following // behavior: // // * PUT Bucket acl and PUT Object acl calls fail if the specified ACL is // public. // // * PUT Object calls fail if the request includes a public ACL. // // * PUT Bucket calls fail if the request includes a public ACL. // // Enabling this setting doesn't affect existing policies or ACLs. // // This is not supported for Amazon S3 on Outposts. BlockPublicAcls *bool `locationName:"BlockPublicAcls" type:"boolean"` // Specifies whether Amazon S3 should block public bucket policies for buckets // in this account. Setting this element to TRUE causes Amazon S3 to reject // calls to PUT Bucket policy if the specified bucket policy allows public access. // // Enabling this setting doesn't affect existing bucket policies. // // This is not supported for Amazon S3 on Outposts. BlockPublicPolicy *bool `locationName:"BlockPublicPolicy" type:"boolean"` // Specifies whether Amazon S3 should ignore public ACLs for buckets in this // account. Setting this element to TRUE causes Amazon S3 to ignore all public // ACLs on buckets in this account and any objects that they contain. // // Enabling this setting doesn't affect the persistence of any existing ACLs // and doesn't prevent new public ACLs from being set. // // This is not supported for Amazon S3 on Outposts. IgnorePublicAcls *bool `locationName:"IgnorePublicAcls" type:"boolean"` // Specifies whether Amazon S3 should restrict public bucket policies for buckets // in this account. Setting this element to TRUE restricts access to buckets // with public policies to only Amazon Web Service principals and authorized // users within this account. // // Enabling this setting doesn't affect previously stored bucket policies, except // that public and cross-account access within any public bucket policy, including // non-public delegation to specific accounts, is blocked. // // This is not supported for Amazon S3 on Outposts. RestrictPublicBuckets *bool `locationName:"RestrictPublicBuckets" type:"boolean"` // contains filtered or unexported fields }
The PublicAccessBlock configuration that you want to apply to this Amazon S3 account. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the Amazon S3 User Guide.
This is not supported for Amazon S3 on Outposts.
func (PublicAccessBlockConfiguration) GoString ¶
func (s PublicAccessBlockConfiguration) 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 (*PublicAccessBlockConfiguration) SetBlockPublicAcls ¶
func (s *PublicAccessBlockConfiguration) SetBlockPublicAcls(v bool) *PublicAccessBlockConfiguration
SetBlockPublicAcls sets the BlockPublicAcls field's value.
func (*PublicAccessBlockConfiguration) SetBlockPublicPolicy ¶
func (s *PublicAccessBlockConfiguration) SetBlockPublicPolicy(v bool) *PublicAccessBlockConfiguration
SetBlockPublicPolicy sets the BlockPublicPolicy field's value.
func (*PublicAccessBlockConfiguration) SetIgnorePublicAcls ¶
func (s *PublicAccessBlockConfiguration) SetIgnorePublicAcls(v bool) *PublicAccessBlockConfiguration
SetIgnorePublicAcls sets the IgnorePublicAcls field's value.
func (*PublicAccessBlockConfiguration) SetRestrictPublicBuckets ¶
func (s *PublicAccessBlockConfiguration) SetRestrictPublicBuckets(v bool) *PublicAccessBlockConfiguration
SetRestrictPublicBuckets sets the RestrictPublicBuckets field's value.
func (PublicAccessBlockConfiguration) String ¶
func (s PublicAccessBlockConfiguration) 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 PutAccessPointConfigurationForObjectLambdaInput ¶ added in v1.38.0
type PutAccessPointConfigurationForObjectLambdaInput struct { // The account ID for the account that owns the specified Object Lambda Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Object Lambda Access Point configuration document. // // Configuration is a required field Configuration *ObjectLambdaConfiguration `type:"structure" required:"true"` // The name of the Object Lambda Access Point. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutAccessPointConfigurationForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s PutAccessPointConfigurationForObjectLambdaInput) 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 (*PutAccessPointConfigurationForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *PutAccessPointConfigurationForObjectLambdaInput) SetAccountId(v string) *PutAccessPointConfigurationForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*PutAccessPointConfigurationForObjectLambdaInput) SetConfiguration ¶ added in v1.38.0
func (s *PutAccessPointConfigurationForObjectLambdaInput) SetConfiguration(v *ObjectLambdaConfiguration) *PutAccessPointConfigurationForObjectLambdaInput
SetConfiguration sets the Configuration field's value.
func (*PutAccessPointConfigurationForObjectLambdaInput) SetName ¶ added in v1.38.0
func (s *PutAccessPointConfigurationForObjectLambdaInput) SetName(v string) *PutAccessPointConfigurationForObjectLambdaInput
SetName sets the Name field's value.
func (PutAccessPointConfigurationForObjectLambdaInput) String ¶ added in v1.38.0
func (s PutAccessPointConfigurationForObjectLambdaInput) 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 (*PutAccessPointConfigurationForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *PutAccessPointConfigurationForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutAccessPointConfigurationForObjectLambdaOutput ¶ added in v1.38.0
type PutAccessPointConfigurationForObjectLambdaOutput struct {
// contains filtered or unexported fields
}
func (PutAccessPointConfigurationForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s PutAccessPointConfigurationForObjectLambdaOutput) 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 (PutAccessPointConfigurationForObjectLambdaOutput) String ¶ added in v1.38.0
func (s PutAccessPointConfigurationForObjectLambdaOutput) 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 PutAccessPointPolicyForObjectLambdaInput ¶ added in v1.38.0
type PutAccessPointPolicyForObjectLambdaInput struct { // The account ID for the account that owns the specified Object Lambda Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the Object Lambda Access Point. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // Object Lambda Access Point resource policy document. // // Policy is a required field Policy *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (PutAccessPointPolicyForObjectLambdaInput) GoString ¶ added in v1.38.0
func (s PutAccessPointPolicyForObjectLambdaInput) 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 (*PutAccessPointPolicyForObjectLambdaInput) SetAccountId ¶ added in v1.38.0
func (s *PutAccessPointPolicyForObjectLambdaInput) SetAccountId(v string) *PutAccessPointPolicyForObjectLambdaInput
SetAccountId sets the AccountId field's value.
func (*PutAccessPointPolicyForObjectLambdaInput) SetName ¶ added in v1.38.0
func (s *PutAccessPointPolicyForObjectLambdaInput) SetName(v string) *PutAccessPointPolicyForObjectLambdaInput
SetName sets the Name field's value.
func (*PutAccessPointPolicyForObjectLambdaInput) SetPolicy ¶ added in v1.38.0
func (s *PutAccessPointPolicyForObjectLambdaInput) SetPolicy(v string) *PutAccessPointPolicyForObjectLambdaInput
SetPolicy sets the Policy field's value.
func (PutAccessPointPolicyForObjectLambdaInput) String ¶ added in v1.38.0
func (s PutAccessPointPolicyForObjectLambdaInput) 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 (*PutAccessPointPolicyForObjectLambdaInput) Validate ¶ added in v1.38.0
func (s *PutAccessPointPolicyForObjectLambdaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutAccessPointPolicyForObjectLambdaOutput ¶ added in v1.38.0
type PutAccessPointPolicyForObjectLambdaOutput struct {
// contains filtered or unexported fields
}
func (PutAccessPointPolicyForObjectLambdaOutput) GoString ¶ added in v1.38.0
func (s PutAccessPointPolicyForObjectLambdaOutput) 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 (PutAccessPointPolicyForObjectLambdaOutput) String ¶ added in v1.38.0
func (s PutAccessPointPolicyForObjectLambdaOutput) 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 PutAccessPointPolicyInput ¶ added in v1.25.46
type PutAccessPointPolicyInput struct { // The Amazon Web Services account ID for owner of the bucket associated with // the specified access point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the access point that you want to associate with the specified // policy. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the access point accessed in the // format arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name>. // For example, to access the access point reports-ap through outpost my-outpost // owned by account 123456789012 in Region us-west-2, use the URL encoding of // arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap. // The value must be URL encoded. // // Name is a required field Name *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // The policy that you want to apply to the specified access point. For more // information about access point policies, see Managing data access with Amazon // S3 access points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html) // in the Amazon S3 User Guide. // // Policy is a required field Policy *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (PutAccessPointPolicyInput) GoString ¶ added in v1.25.46
func (s PutAccessPointPolicyInput) 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 (*PutAccessPointPolicyInput) SetAccountId ¶ added in v1.25.46
func (s *PutAccessPointPolicyInput) SetAccountId(v string) *PutAccessPointPolicyInput
SetAccountId sets the AccountId field's value.
func (*PutAccessPointPolicyInput) SetName ¶ added in v1.25.46
func (s *PutAccessPointPolicyInput) SetName(v string) *PutAccessPointPolicyInput
SetName sets the Name field's value.
func (*PutAccessPointPolicyInput) SetPolicy ¶ added in v1.25.46
func (s *PutAccessPointPolicyInput) SetPolicy(v string) *PutAccessPointPolicyInput
SetPolicy sets the Policy field's value.
func (PutAccessPointPolicyInput) String ¶ added in v1.25.46
func (s PutAccessPointPolicyInput) 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 (*PutAccessPointPolicyInput) Validate ¶ added in v1.25.46
func (s *PutAccessPointPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutAccessPointPolicyOutput ¶ added in v1.25.46
type PutAccessPointPolicyOutput struct {
// contains filtered or unexported fields
}
func (PutAccessPointPolicyOutput) GoString ¶ added in v1.25.46
func (s PutAccessPointPolicyOutput) 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 (PutAccessPointPolicyOutput) String ¶ added in v1.25.46
func (s PutAccessPointPolicyOutput) 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 PutBucketLifecycleConfigurationInput ¶ added in v1.35.0
type PutBucketLifecycleConfigurationInput struct { // The Amazon Web Services account ID of the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The name of the bucket for which to set the configuration. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // Container for lifecycle rules. You can add as many as 1,000 rules. LifecycleConfiguration *LifecycleConfiguration `locationName:"LifecycleConfiguration" type:"structure" xmlURI:"http://awss3control.amazonaws.com/doc/2018-08-20/"` // contains filtered or unexported fields }
func (PutBucketLifecycleConfigurationInput) GoString ¶ added in v1.35.0
func (s PutBucketLifecycleConfigurationInput) 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 (*PutBucketLifecycleConfigurationInput) SetAccountId ¶ added in v1.35.0
func (s *PutBucketLifecycleConfigurationInput) SetAccountId(v string) *PutBucketLifecycleConfigurationInput
SetAccountId sets the AccountId field's value.
func (*PutBucketLifecycleConfigurationInput) SetBucket ¶ added in v1.35.0
func (s *PutBucketLifecycleConfigurationInput) SetBucket(v string) *PutBucketLifecycleConfigurationInput
SetBucket sets the Bucket field's value.
func (*PutBucketLifecycleConfigurationInput) SetLifecycleConfiguration ¶ added in v1.35.0
func (s *PutBucketLifecycleConfigurationInput) SetLifecycleConfiguration(v *LifecycleConfiguration) *PutBucketLifecycleConfigurationInput
SetLifecycleConfiguration sets the LifecycleConfiguration field's value.
func (PutBucketLifecycleConfigurationInput) String ¶ added in v1.35.0
func (s PutBucketLifecycleConfigurationInput) 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 (*PutBucketLifecycleConfigurationInput) Validate ¶ added in v1.35.0
func (s *PutBucketLifecycleConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutBucketLifecycleConfigurationOutput ¶ added in v1.35.0
type PutBucketLifecycleConfigurationOutput struct {
// contains filtered or unexported fields
}
func (PutBucketLifecycleConfigurationOutput) GoString ¶ added in v1.35.0
func (s PutBucketLifecycleConfigurationOutput) 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 (PutBucketLifecycleConfigurationOutput) String ¶ added in v1.35.0
func (s PutBucketLifecycleConfigurationOutput) 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 PutBucketPolicyInput ¶ added in v1.35.0
type PutBucketPolicyInput struct { // The Amazon Web Services account ID of the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // Specifies the bucket. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // Set this parameter to true to confirm that you want to remove your permissions // to change this bucket policy in the future. // // This is not supported by Amazon S3 on Outposts buckets. ConfirmRemoveSelfBucketAccess *bool `location:"header" locationName:"x-amz-confirm-remove-self-bucket-access" type:"boolean"` // The bucket policy as a JSON document. // // Policy is a required field Policy *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (PutBucketPolicyInput) GoString ¶ added in v1.35.0
func (s PutBucketPolicyInput) 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 (*PutBucketPolicyInput) SetAccountId ¶ added in v1.35.0
func (s *PutBucketPolicyInput) SetAccountId(v string) *PutBucketPolicyInput
SetAccountId sets the AccountId field's value.
func (*PutBucketPolicyInput) SetBucket ¶ added in v1.35.0
func (s *PutBucketPolicyInput) SetBucket(v string) *PutBucketPolicyInput
SetBucket sets the Bucket field's value.
func (*PutBucketPolicyInput) SetConfirmRemoveSelfBucketAccess ¶ added in v1.35.0
func (s *PutBucketPolicyInput) SetConfirmRemoveSelfBucketAccess(v bool) *PutBucketPolicyInput
SetConfirmRemoveSelfBucketAccess sets the ConfirmRemoveSelfBucketAccess field's value.
func (*PutBucketPolicyInput) SetPolicy ¶ added in v1.35.0
func (s *PutBucketPolicyInput) SetPolicy(v string) *PutBucketPolicyInput
SetPolicy sets the Policy field's value.
func (PutBucketPolicyInput) String ¶ added in v1.35.0
func (s PutBucketPolicyInput) 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 (*PutBucketPolicyInput) Validate ¶ added in v1.35.0
func (s *PutBucketPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutBucketPolicyOutput ¶ added in v1.35.0
type PutBucketPolicyOutput struct {
// contains filtered or unexported fields
}
func (PutBucketPolicyOutput) GoString ¶ added in v1.35.0
func (s PutBucketPolicyOutput) 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 (PutBucketPolicyOutput) String ¶ added in v1.35.0
func (s PutBucketPolicyOutput) 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 PutBucketTaggingInput ¶ added in v1.35.0
type PutBucketTaggingInput struct { // The Amazon Web Services account ID of the Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the bucket. // // For using this parameter with Amazon S3 on Outposts with the REST API, you // must specify the name and the x-amz-outpost-id as well. // // For using this parameter with S3 on Outposts with the Amazon Web Services // SDK and CLI, you must specify the ARN of the bucket accessed in the format // arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. // For example, to access the bucket reports through outpost my-outpost owned // by account 123456789012 in Region us-west-2, use the URL encoding of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. // The value must be URL encoded. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // Tagging is a required field Tagging *Tagging `locationName:"Tagging" type:"structure" required:"true" xmlURI:"http://awss3control.amazonaws.com/doc/2018-08-20/"` // contains filtered or unexported fields }
func (PutBucketTaggingInput) GoString ¶ added in v1.35.0
func (s PutBucketTaggingInput) 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 (*PutBucketTaggingInput) SetAccountId ¶ added in v1.35.0
func (s *PutBucketTaggingInput) SetAccountId(v string) *PutBucketTaggingInput
SetAccountId sets the AccountId field's value.
func (*PutBucketTaggingInput) SetBucket ¶ added in v1.35.0
func (s *PutBucketTaggingInput) SetBucket(v string) *PutBucketTaggingInput
SetBucket sets the Bucket field's value.
func (*PutBucketTaggingInput) SetTagging ¶ added in v1.35.0
func (s *PutBucketTaggingInput) SetTagging(v *Tagging) *PutBucketTaggingInput
SetTagging sets the Tagging field's value.
func (PutBucketTaggingInput) String ¶ added in v1.35.0
func (s PutBucketTaggingInput) 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 (*PutBucketTaggingInput) Validate ¶ added in v1.35.0
func (s *PutBucketTaggingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutBucketTaggingOutput ¶ added in v1.35.0
type PutBucketTaggingOutput struct {
// contains filtered or unexported fields
}
func (PutBucketTaggingOutput) GoString ¶ added in v1.35.0
func (s PutBucketTaggingOutput) 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 (PutBucketTaggingOutput) String ¶ added in v1.35.0
func (s PutBucketTaggingOutput) 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 PutBucketVersioningInput ¶ added in v1.44.103
type PutBucketVersioningInput struct { // The Amazon Web Services account ID of the S3 on Outposts bucket. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The S3 on Outposts bucket to set the versioning state for. // // Bucket is a required field Bucket *string `location:"uri" locationName:"name" min:"3" type:"string" required:"true"` // The concatenation of the authentication device's serial number, a space, // and the value that is displayed on your authentication device. MFA *string `location:"header" locationName:"x-amz-mfa" type:"string"` // The root-level tag for the VersioningConfiguration parameters. // // VersioningConfiguration is a required field VersioningConfiguration *VersioningConfiguration `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (PutBucketVersioningInput) GoString ¶ added in v1.44.103
func (s PutBucketVersioningInput) 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 (*PutBucketVersioningInput) SetAccountId ¶ added in v1.44.103
func (s *PutBucketVersioningInput) SetAccountId(v string) *PutBucketVersioningInput
SetAccountId sets the AccountId field's value.
func (*PutBucketVersioningInput) SetBucket ¶ added in v1.44.103
func (s *PutBucketVersioningInput) SetBucket(v string) *PutBucketVersioningInput
SetBucket sets the Bucket field's value.
func (*PutBucketVersioningInput) SetMFA ¶ added in v1.44.103
func (s *PutBucketVersioningInput) SetMFA(v string) *PutBucketVersioningInput
SetMFA sets the MFA field's value.
func (*PutBucketVersioningInput) SetVersioningConfiguration ¶ added in v1.44.103
func (s *PutBucketVersioningInput) SetVersioningConfiguration(v *VersioningConfiguration) *PutBucketVersioningInput
SetVersioningConfiguration sets the VersioningConfiguration field's value.
func (PutBucketVersioningInput) String ¶ added in v1.44.103
func (s PutBucketVersioningInput) 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 (*PutBucketVersioningInput) Validate ¶ added in v1.44.103
func (s *PutBucketVersioningInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutBucketVersioningOutput ¶ added in v1.44.103
type PutBucketVersioningOutput struct {
// contains filtered or unexported fields
}
func (PutBucketVersioningOutput) GoString ¶ added in v1.44.103
func (s PutBucketVersioningOutput) 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 (PutBucketVersioningOutput) String ¶ added in v1.44.103
func (s PutBucketVersioningOutput) 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 PutJobTaggingInput ¶ added in v1.29.25
type PutJobTaggingInput struct { // The Amazon Web Services account ID associated with the S3 Batch Operations // job. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID for the S3 Batch Operations job whose tags you want to replace. // // JobId is a required field JobId *string `location:"uri" locationName:"id" min:"5" type:"string" required:"true"` // The set of tags to associate with the S3 Batch Operations job. // // Tags is a required field Tags []*S3Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (PutJobTaggingInput) GoString ¶ added in v1.29.25
func (s PutJobTaggingInput) 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 (*PutJobTaggingInput) SetAccountId ¶ added in v1.29.25
func (s *PutJobTaggingInput) SetAccountId(v string) *PutJobTaggingInput
SetAccountId sets the AccountId field's value.
func (*PutJobTaggingInput) SetJobId ¶ added in v1.29.25
func (s *PutJobTaggingInput) SetJobId(v string) *PutJobTaggingInput
SetJobId sets the JobId field's value.
func (*PutJobTaggingInput) SetTags ¶ added in v1.29.25
func (s *PutJobTaggingInput) SetTags(v []*S3Tag) *PutJobTaggingInput
SetTags sets the Tags field's value.
func (PutJobTaggingInput) String ¶ added in v1.29.25
func (s PutJobTaggingInput) 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 (*PutJobTaggingInput) Validate ¶ added in v1.29.25
func (s *PutJobTaggingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutJobTaggingOutput ¶ added in v1.29.25
type PutJobTaggingOutput struct {
// contains filtered or unexported fields
}
func (PutJobTaggingOutput) GoString ¶ added in v1.29.25
func (s PutJobTaggingOutput) 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 (PutJobTaggingOutput) String ¶ added in v1.29.25
func (s PutJobTaggingOutput) 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 PutMultiRegionAccessPointPolicyInput ¶ added in v1.40.36
type PutMultiRegionAccessPointPolicyInput struct { // The Amazon Web Services account ID for the owner of the Multi-Region Access // Point. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // An idempotency token used to identify the request and guarantee that requests // are unique. ClientToken *string `type:"string" idempotencyToken:"true"` // A container element containing the details of the policy for the Multi-Region // Access Point. // // Details is a required field Details *PutMultiRegionAccessPointPolicyInput_ `type:"structure" required:"true"` // contains filtered or unexported fields }
func (PutMultiRegionAccessPointPolicyInput) GoString ¶ added in v1.40.36
func (s PutMultiRegionAccessPointPolicyInput) 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 (*PutMultiRegionAccessPointPolicyInput) SetAccountId ¶ added in v1.40.36
func (s *PutMultiRegionAccessPointPolicyInput) SetAccountId(v string) *PutMultiRegionAccessPointPolicyInput
SetAccountId sets the AccountId field's value.
func (*PutMultiRegionAccessPointPolicyInput) SetClientToken ¶ added in v1.40.36
func (s *PutMultiRegionAccessPointPolicyInput) SetClientToken(v string) *PutMultiRegionAccessPointPolicyInput
SetClientToken sets the ClientToken field's value.
func (*PutMultiRegionAccessPointPolicyInput) SetDetails ¶ added in v1.40.36
func (s *PutMultiRegionAccessPointPolicyInput) SetDetails(v *PutMultiRegionAccessPointPolicyInput_) *PutMultiRegionAccessPointPolicyInput
SetDetails sets the Details field's value.
func (PutMultiRegionAccessPointPolicyInput) String ¶ added in v1.40.36
func (s PutMultiRegionAccessPointPolicyInput) 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 (*PutMultiRegionAccessPointPolicyInput) Validate ¶ added in v1.40.36
func (s *PutMultiRegionAccessPointPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutMultiRegionAccessPointPolicyInput_ ¶ added in v1.40.36
type PutMultiRegionAccessPointPolicyInput_ struct { // The name of the Multi-Region Access Point associated with the request. // // Name is a required field Name *string `type:"string" required:"true"` // The policy details for the PutMultiRegionAccessPoint request. // // Policy is a required field Policy *string `type:"string" required:"true"` // contains filtered or unexported fields }
A container for the information associated with a PutMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html) request.
func (PutMultiRegionAccessPointPolicyInput_) GoString ¶ added in v1.40.36
func (s PutMultiRegionAccessPointPolicyInput_) 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 (*PutMultiRegionAccessPointPolicyInput_) SetName ¶ added in v1.40.36
func (s *PutMultiRegionAccessPointPolicyInput_) SetName(v string) *PutMultiRegionAccessPointPolicyInput_
SetName sets the Name field's value.
func (*PutMultiRegionAccessPointPolicyInput_) SetPolicy ¶ added in v1.40.36
func (s *PutMultiRegionAccessPointPolicyInput_) SetPolicy(v string) *PutMultiRegionAccessPointPolicyInput_
SetPolicy sets the Policy field's value.
func (PutMultiRegionAccessPointPolicyInput_) String ¶ added in v1.40.36
func (s PutMultiRegionAccessPointPolicyInput_) 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 (*PutMultiRegionAccessPointPolicyInput_) Validate ¶ added in v1.40.36
func (s *PutMultiRegionAccessPointPolicyInput_) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutMultiRegionAccessPointPolicyOutput ¶ added in v1.40.36
type PutMultiRegionAccessPointPolicyOutput struct { // The request token associated with the request. You can use this token with // DescribeMultiRegionAccessPointOperation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html) // to determine the status of asynchronous requests. RequestTokenARN *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (PutMultiRegionAccessPointPolicyOutput) GoString ¶ added in v1.40.36
func (s PutMultiRegionAccessPointPolicyOutput) 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 (*PutMultiRegionAccessPointPolicyOutput) SetRequestTokenARN ¶ added in v1.40.36
func (s *PutMultiRegionAccessPointPolicyOutput) SetRequestTokenARN(v string) *PutMultiRegionAccessPointPolicyOutput
SetRequestTokenARN sets the RequestTokenARN field's value.
func (PutMultiRegionAccessPointPolicyOutput) String ¶ added in v1.40.36
func (s PutMultiRegionAccessPointPolicyOutput) 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 PutPublicAccessBlockInput ¶
type PutPublicAccessBlockInput struct { // The account ID for the Amazon Web Services account whose PublicAccessBlock // configuration you want to set. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The PublicAccessBlock configuration that you want to apply to the specified // Amazon Web Services account. // // PublicAccessBlockConfiguration is a required field PublicAccessBlockConfiguration *PublicAccessBlockConfiguration `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
func (PutPublicAccessBlockInput) GoString ¶
func (s PutPublicAccessBlockInput) 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 (*PutPublicAccessBlockInput) SetAccountId ¶
func (s *PutPublicAccessBlockInput) SetAccountId(v string) *PutPublicAccessBlockInput
SetAccountId sets the AccountId field's value.
func (*PutPublicAccessBlockInput) SetPublicAccessBlockConfiguration ¶
func (s *PutPublicAccessBlockInput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *PutPublicAccessBlockInput
SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.
func (PutPublicAccessBlockInput) String ¶
func (s PutPublicAccessBlockInput) 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 (*PutPublicAccessBlockInput) Validate ¶
func (s *PutPublicAccessBlockInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutPublicAccessBlockOutput ¶
type PutPublicAccessBlockOutput struct {
// contains filtered or unexported fields
}
func (PutPublicAccessBlockOutput) GoString ¶
func (s PutPublicAccessBlockOutput) 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 (PutPublicAccessBlockOutput) String ¶
func (s PutPublicAccessBlockOutput) 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 PutStorageLensConfigurationInput ¶ added in v1.35.31
type PutStorageLensConfigurationInput struct { // The account ID of the requester. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID of the S3 Storage Lens configuration. // // ConfigId is a required field ConfigId *string `location:"uri" locationName:"storagelensid" min:"1" type:"string" required:"true"` // The S3 Storage Lens configuration. // // StorageLensConfiguration is a required field StorageLensConfiguration *StorageLensConfiguration `type:"structure" required:"true"` // The tag set of the S3 Storage Lens configuration. // // You can set up to a maximum of 50 tags. Tags []*StorageLensTag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (PutStorageLensConfigurationInput) GoString ¶ added in v1.35.31
func (s PutStorageLensConfigurationInput) 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 (*PutStorageLensConfigurationInput) SetAccountId ¶ added in v1.35.31
func (s *PutStorageLensConfigurationInput) SetAccountId(v string) *PutStorageLensConfigurationInput
SetAccountId sets the AccountId field's value.
func (*PutStorageLensConfigurationInput) SetConfigId ¶ added in v1.35.31
func (s *PutStorageLensConfigurationInput) SetConfigId(v string) *PutStorageLensConfigurationInput
SetConfigId sets the ConfigId field's value.
func (*PutStorageLensConfigurationInput) SetStorageLensConfiguration ¶ added in v1.35.31
func (s *PutStorageLensConfigurationInput) SetStorageLensConfiguration(v *StorageLensConfiguration) *PutStorageLensConfigurationInput
SetStorageLensConfiguration sets the StorageLensConfiguration field's value.
func (*PutStorageLensConfigurationInput) SetTags ¶ added in v1.35.31
func (s *PutStorageLensConfigurationInput) SetTags(v []*StorageLensTag) *PutStorageLensConfigurationInput
SetTags sets the Tags field's value.
func (PutStorageLensConfigurationInput) String ¶ added in v1.35.31
func (s PutStorageLensConfigurationInput) 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 (*PutStorageLensConfigurationInput) Validate ¶ added in v1.35.31
func (s *PutStorageLensConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutStorageLensConfigurationOutput ¶ added in v1.35.31
type PutStorageLensConfigurationOutput struct {
// contains filtered or unexported fields
}
func (PutStorageLensConfigurationOutput) GoString ¶ added in v1.35.31
func (s PutStorageLensConfigurationOutput) 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 (PutStorageLensConfigurationOutput) String ¶ added in v1.35.31
func (s PutStorageLensConfigurationOutput) 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 PutStorageLensConfigurationTaggingInput ¶ added in v1.35.31
type PutStorageLensConfigurationTaggingInput struct { // The account ID of the requester. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID of the S3 Storage Lens configuration. // // ConfigId is a required field ConfigId *string `location:"uri" locationName:"storagelensid" min:"1" type:"string" required:"true"` // The tag set of the S3 Storage Lens configuration. // // You can set up to a maximum of 50 tags. // // Tags is a required field Tags []*StorageLensTag `locationNameList:"Tag" type:"list" required:"true"` // contains filtered or unexported fields }
func (PutStorageLensConfigurationTaggingInput) GoString ¶ added in v1.35.31
func (s PutStorageLensConfigurationTaggingInput) 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 (*PutStorageLensConfigurationTaggingInput) SetAccountId ¶ added in v1.35.31
func (s *PutStorageLensConfigurationTaggingInput) SetAccountId(v string) *PutStorageLensConfigurationTaggingInput
SetAccountId sets the AccountId field's value.
func (*PutStorageLensConfigurationTaggingInput) SetConfigId ¶ added in v1.35.31
func (s *PutStorageLensConfigurationTaggingInput) SetConfigId(v string) *PutStorageLensConfigurationTaggingInput
SetConfigId sets the ConfigId field's value.
func (*PutStorageLensConfigurationTaggingInput) SetTags ¶ added in v1.35.31
func (s *PutStorageLensConfigurationTaggingInput) SetTags(v []*StorageLensTag) *PutStorageLensConfigurationTaggingInput
SetTags sets the Tags field's value.
func (PutStorageLensConfigurationTaggingInput) String ¶ added in v1.35.31
func (s PutStorageLensConfigurationTaggingInput) 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 (*PutStorageLensConfigurationTaggingInput) Validate ¶ added in v1.35.31
func (s *PutStorageLensConfigurationTaggingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutStorageLensConfigurationTaggingOutput ¶ added in v1.35.31
type PutStorageLensConfigurationTaggingOutput struct {
// contains filtered or unexported fields
}
func (PutStorageLensConfigurationTaggingOutput) GoString ¶ added in v1.35.31
func (s PutStorageLensConfigurationTaggingOutput) 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 (PutStorageLensConfigurationTaggingOutput) String ¶ added in v1.35.31
func (s PutStorageLensConfigurationTaggingOutput) 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 Region ¶ added in v1.40.36
type Region struct { // The name of the associated bucket for the Region. // // Bucket is a required field Bucket *string `min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
A Region that supports a Multi-Region Access Point as well as the associated bucket for the Region.
func (Region) GoString ¶ added in v1.40.36
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".
type RegionReport ¶ added in v1.40.36
type RegionReport struct { // The name of the bucket. Bucket *string `min:"3" type:"string"` // The name of the Region. Region *string `min:"1" type:"string"` // contains filtered or unexported fields }
A combination of a bucket and Region that's part of a Multi-Region Access Point.
func (RegionReport) GoString ¶ added in v1.40.36
func (s RegionReport) 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 (*RegionReport) SetBucket ¶ added in v1.40.36
func (s *RegionReport) SetBucket(v string) *RegionReport
SetBucket sets the Bucket field's value.
func (*RegionReport) SetRegion ¶ added in v1.40.36
func (s *RegionReport) SetRegion(v string) *RegionReport
SetRegion sets the Region field's value.
func (RegionReport) String ¶ added in v1.40.36
func (s RegionReport) 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 RegionalBucket ¶ added in v1.35.0
type RegionalBucket struct { // Bucket is a required field Bucket *string `min:"3" type:"string" required:"true"` // The Amazon Resource Name (ARN) for the regional bucket. BucketArn *string `min:"4" type:"string"` // The creation date of the regional bucket // // CreationDate is a required field CreationDate *time.Time `type:"timestamp" required:"true"` // The Outposts ID of the regional bucket. OutpostId *string `min:"1" type:"string"` // PublicAccessBlockEnabled is a required field PublicAccessBlockEnabled *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
The container for the regional bucket.
func (RegionalBucket) GoString ¶ added in v1.35.0
func (s RegionalBucket) 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 (*RegionalBucket) SetBucket ¶ added in v1.35.0
func (s *RegionalBucket) SetBucket(v string) *RegionalBucket
SetBucket sets the Bucket field's value.
func (*RegionalBucket) SetBucketArn ¶ added in v1.35.0
func (s *RegionalBucket) SetBucketArn(v string) *RegionalBucket
SetBucketArn sets the BucketArn field's value.
func (*RegionalBucket) SetCreationDate ¶ added in v1.35.0
func (s *RegionalBucket) SetCreationDate(v time.Time) *RegionalBucket
SetCreationDate sets the CreationDate field's value.
func (*RegionalBucket) SetOutpostId ¶ added in v1.35.0
func (s *RegionalBucket) SetOutpostId(v string) *RegionalBucket
SetOutpostId sets the OutpostId field's value.
func (*RegionalBucket) SetPublicAccessBlockEnabled ¶ added in v1.35.0
func (s *RegionalBucket) SetPublicAccessBlockEnabled(v bool) *RegionalBucket
SetPublicAccessBlockEnabled sets the PublicAccessBlockEnabled field's value.
func (RegionalBucket) String ¶ added in v1.35.0
func (s RegionalBucket) 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 S3AccessControlList ¶ added in v1.19.21
type S3AccessControlList struct { Grants []*S3Grant `type:"list"` // Owner is a required field Owner *S3ObjectOwner `type:"structure" required:"true"` // contains filtered or unexported fields }
func (S3AccessControlList) GoString ¶ added in v1.19.21
func (s S3AccessControlList) 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 (*S3AccessControlList) SetGrants ¶ added in v1.19.21
func (s *S3AccessControlList) SetGrants(v []*S3Grant) *S3AccessControlList
SetGrants sets the Grants field's value.
func (*S3AccessControlList) SetOwner ¶ added in v1.19.21
func (s *S3AccessControlList) SetOwner(v *S3ObjectOwner) *S3AccessControlList
SetOwner sets the Owner field's value.
func (S3AccessControlList) String ¶ added in v1.19.21
func (s S3AccessControlList) 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 (*S3AccessControlList) Validate ¶ added in v1.19.21
func (s *S3AccessControlList) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3AccessControlPolicy ¶ added in v1.19.21
type S3AccessControlPolicy struct { AccessControlList *S3AccessControlList `type:"structure"` CannedAccessControlList *string `type:"string" enum:"S3CannedAccessControlList"` // contains filtered or unexported fields }
func (S3AccessControlPolicy) GoString ¶ added in v1.19.21
func (s S3AccessControlPolicy) 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 (*S3AccessControlPolicy) SetAccessControlList ¶ added in v1.19.21
func (s *S3AccessControlPolicy) SetAccessControlList(v *S3AccessControlList) *S3AccessControlPolicy
SetAccessControlList sets the AccessControlList field's value.
func (*S3AccessControlPolicy) SetCannedAccessControlList ¶ added in v1.19.21
func (s *S3AccessControlPolicy) SetCannedAccessControlList(v string) *S3AccessControlPolicy
SetCannedAccessControlList sets the CannedAccessControlList field's value.
func (S3AccessControlPolicy) String ¶ added in v1.19.21
func (s S3AccessControlPolicy) 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 (*S3AccessControlPolicy) Validate ¶ added in v1.19.21
func (s *S3AccessControlPolicy) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3BucketDestination ¶ added in v1.35.31
type S3BucketDestination struct { // The account ID of the owner of the S3 Storage Lens metrics export bucket. // // AccountId is a required field AccountId *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the bucket. This property is read-only // and follows the following format: arn:aws:s3:us-east-1:example-account-id:bucket/your-destination-bucket-name // // Arn is a required field Arn *string `min:"1" type:"string" required:"true"` // The container for the type encryption of the metrics exports in this bucket. Encryption *StorageLensDataExportEncryption `type:"structure"` // Format is a required field Format *string `type:"string" required:"true" enum:"Format"` // The schema version of the export file. // // OutputSchemaVersion is a required field OutputSchemaVersion *string `type:"string" required:"true" enum:"OutputSchemaVersion"` // The prefix of the destination bucket where the metrics export will be delivered. Prefix *string `type:"string"` // contains filtered or unexported fields }
A container for the bucket where the Amazon S3 Storage Lens metrics export files are located.
func (S3BucketDestination) GoString ¶ added in v1.35.31
func (s S3BucketDestination) 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 (*S3BucketDestination) SetAccountId ¶ added in v1.35.31
func (s *S3BucketDestination) SetAccountId(v string) *S3BucketDestination
SetAccountId sets the AccountId field's value.
func (*S3BucketDestination) SetArn ¶ added in v1.35.31
func (s *S3BucketDestination) SetArn(v string) *S3BucketDestination
SetArn sets the Arn field's value.
func (*S3BucketDestination) SetEncryption ¶ added in v1.35.31
func (s *S3BucketDestination) SetEncryption(v *StorageLensDataExportEncryption) *S3BucketDestination
SetEncryption sets the Encryption field's value.
func (*S3BucketDestination) SetFormat ¶ added in v1.35.31
func (s *S3BucketDestination) SetFormat(v string) *S3BucketDestination
SetFormat sets the Format field's value.
func (*S3BucketDestination) SetOutputSchemaVersion ¶ added in v1.35.31
func (s *S3BucketDestination) SetOutputSchemaVersion(v string) *S3BucketDestination
SetOutputSchemaVersion sets the OutputSchemaVersion field's value.
func (*S3BucketDestination) SetPrefix ¶ added in v1.35.31
func (s *S3BucketDestination) SetPrefix(v string) *S3BucketDestination
SetPrefix sets the Prefix field's value.
func (S3BucketDestination) String ¶ added in v1.35.31
func (s S3BucketDestination) 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 (*S3BucketDestination) Validate ¶ added in v1.35.31
func (s *S3BucketDestination) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3Control ¶
S3Control provides the API operation methods for making requests to AWS S3 Control. See this package's package overview docs for details on the service.
S3Control 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) *S3Control
New creates a new instance of the S3Control 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 S3Control client from just a session. svc := s3control.New(mySession) // Create a S3Control client with additional configuration svc := s3control.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*S3Control) CreateAccessPoint ¶ added in v1.25.46
func (c *S3Control) CreateAccessPoint(input *CreateAccessPointInput) (*CreateAccessPointOutput, error)
CreateAccessPoint API operation for AWS S3 Control.
Creates an access point and associates it with the specified bucket. For more information, see Managing Data Access with Amazon S3 Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html) in the Amazon S3 User Guide.
S3 on Outposts only supports VPC-style access points.
For more information, see Accessing Amazon S3 on Outposts using virtual private cloud (VPC) only access points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in the Amazon S3 User Guide.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html#API_control_CreateAccessPoint_Examples) section.
The following actions are related to CreateAccessPoint:
GetAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html)
DeleteAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html)
ListAccessPoints (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html)
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 AWS S3 Control's API operation CreateAccessPoint for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPoint
func (*S3Control) CreateAccessPointForObjectLambda ¶ added in v1.38.0
func (c *S3Control) CreateAccessPointForObjectLambda(input *CreateAccessPointForObjectLambdaInput) (*CreateAccessPointForObjectLambdaOutput, error)
CreateAccessPointForObjectLambda API operation for AWS S3 Control.
Creates an Object Lambda Access Point. For more information, see Transforming objects with Object Lambda Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html) in the Amazon S3 User Guide.
The following actions are related to CreateAccessPointForObjectLambda:
DeleteAccessPointForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html)
GetAccessPointForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html)
ListAccessPointsForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html)
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 AWS S3 Control's API operation CreateAccessPointForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPointForObjectLambda
func (*S3Control) CreateAccessPointForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) CreateAccessPointForObjectLambdaRequest(input *CreateAccessPointForObjectLambdaInput) (req *request.Request, output *CreateAccessPointForObjectLambdaOutput)
CreateAccessPointForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the CreateAccessPointForObjectLambda 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 CreateAccessPointForObjectLambda for more information on using the CreateAccessPointForObjectLambda 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 CreateAccessPointForObjectLambdaRequest method. req, resp := client.CreateAccessPointForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPointForObjectLambda
func (*S3Control) CreateAccessPointForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) CreateAccessPointForObjectLambdaWithContext(ctx aws.Context, input *CreateAccessPointForObjectLambdaInput, opts ...request.Option) (*CreateAccessPointForObjectLambdaOutput, error)
CreateAccessPointForObjectLambdaWithContext is the same as CreateAccessPointForObjectLambda with the addition of the ability to pass a context and additional request options.
See CreateAccessPointForObjectLambda 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 (*S3Control) CreateAccessPointRequest ¶ added in v1.25.46
func (c *S3Control) CreateAccessPointRequest(input *CreateAccessPointInput) (req *request.Request, output *CreateAccessPointOutput)
CreateAccessPointRequest generates a "aws/request.Request" representing the client's request for the CreateAccessPoint 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 CreateAccessPoint for more information on using the CreateAccessPoint 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 CreateAccessPointRequest method. req, resp := client.CreateAccessPointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPoint
func (*S3Control) CreateAccessPointWithContext ¶ added in v1.25.46
func (c *S3Control) CreateAccessPointWithContext(ctx aws.Context, input *CreateAccessPointInput, opts ...request.Option) (*CreateAccessPointOutput, error)
CreateAccessPointWithContext is the same as CreateAccessPoint with the addition of the ability to pass a context and additional request options.
See CreateAccessPoint 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 (*S3Control) CreateBucket ¶ added in v1.35.0
func (c *S3Control) CreateBucket(input *CreateBucketInput) (*CreateBucketOutput, error)
CreateBucket API operation for AWS S3 Control.
This action creates an Amazon S3 on Outposts bucket. To create an S3 bucket, see Create Bucket (https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html) in the Amazon S3 API Reference.
Creates a new Outposts bucket. By creating the bucket, you become the bucket owner. To create an Outposts bucket, you must have S3 on Outposts. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in Amazon S3 User Guide.
Not every string is an acceptable bucket name. For information on bucket naming restrictions, see Working with Amazon S3 Buckets (https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html#bucketnamingrules).
S3 on Outposts buckets support:
Tags
LifecycleConfigurations for deleting expired objects
For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts, see Amazon S3 on Outposts Restrictions and Limitations (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OnOutpostsRestrictionsLimitations.html).
For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and x-amz-outpost-id in your API request, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html#API_control_CreateBucket_Examples) section.
The following actions are related to CreateBucket for Amazon S3 on Outposts:
PutObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html)
GetBucket (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html)
DeleteBucket (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html)
CreateAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html)
PutAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html)
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 AWS S3 Control's API operation CreateBucket for usage and error information.
Returned Error Codes:
ErrCodeBucketAlreadyExists "BucketAlreadyExists" The requested Outposts bucket name is not available. The bucket namespace is shared by all users of the Outposts in this Region. Select a different name and try again.
ErrCodeBucketAlreadyOwnedByYou "BucketAlreadyOwnedByYou" The Outposts bucket you tried to create already exists, and you own it.
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateBucket
func (*S3Control) CreateBucketRequest ¶ added in v1.35.0
func (c *S3Control) CreateBucketRequest(input *CreateBucketInput) (req *request.Request, output *CreateBucketOutput)
CreateBucketRequest generates a "aws/request.Request" representing the client's request for the CreateBucket 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 CreateBucket for more information on using the CreateBucket 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 CreateBucketRequest method. req, resp := client.CreateBucketRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateBucket
func (*S3Control) CreateBucketWithContext ¶ added in v1.35.0
func (c *S3Control) CreateBucketWithContext(ctx aws.Context, input *CreateBucketInput, opts ...request.Option) (*CreateBucketOutput, error)
CreateBucketWithContext is the same as CreateBucket with the addition of the ability to pass a context and additional request options.
See CreateBucket 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 (*S3Control) CreateJob ¶ added in v1.19.21
func (c *S3Control) CreateJob(input *CreateJobInput) (*CreateJobOutput, error)
CreateJob API operation for AWS S3 Control.
You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects. Batch Operations can run a single action on lists of Amazon S3 objects that you specify. For more information, see S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html) in the Amazon S3 User Guide.
This action creates a S3 Batch Operations job.
Related actions include:
DescribeJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html)
ListJobs (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html)
UpdateJobPriority (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html)
UpdateJobStatus (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html)
JobOperation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_JobOperation.html)
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 AWS S3 Control's API operation CreateJob for usage and error information.
Returned Error Codes:
ErrCodeTooManyRequestsException "TooManyRequestsException"
ErrCodeBadRequestException "BadRequestException"
ErrCodeIdempotencyException "IdempotencyException"
ErrCodeInternalServiceException "InternalServiceException"
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateJob
func (*S3Control) CreateJobRequest ¶ added in v1.19.21
func (c *S3Control) CreateJobRequest(input *CreateJobInput) (req *request.Request, output *CreateJobOutput)
CreateJobRequest generates a "aws/request.Request" representing the client's request for the CreateJob 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 CreateJob for more information on using the CreateJob 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 CreateJobRequest method. req, resp := client.CreateJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateJob
func (*S3Control) CreateJobWithContext ¶ added in v1.19.21
func (c *S3Control) CreateJobWithContext(ctx aws.Context, input *CreateJobInput, opts ...request.Option) (*CreateJobOutput, error)
CreateJobWithContext is the same as CreateJob with the addition of the ability to pass a context and additional request options.
See CreateJob 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 (*S3Control) CreateMultiRegionAccessPoint ¶ added in v1.40.36
func (c *S3Control) CreateMultiRegionAccessPoint(input *CreateMultiRegionAccessPointInput) (*CreateMultiRegionAccessPointOutput, error)
CreateMultiRegionAccessPoint API operation for AWS S3 Control.
Creates a Multi-Region Access Point and associates it with the specified buckets. For more information about creating Multi-Region Access Points, see Creating Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html) in the Amazon S3 User Guide.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html) in the Amazon S3 User Guide.
This request is asynchronous, meaning that you might receive a response before the command has completed. When this request provides a response, it provides a token that you can use to monitor the status of the request with DescribeMultiRegionAccessPointOperation.
The following actions are related to CreateMultiRegionAccessPoint:
DeleteMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html)
DescribeMultiRegionAccessPointOperation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html)
GetMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html)
ListMultiRegionAccessPoints (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html)
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 AWS S3 Control's API operation CreateMultiRegionAccessPoint for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateMultiRegionAccessPoint
func (*S3Control) CreateMultiRegionAccessPointRequest ¶ added in v1.40.36
func (c *S3Control) CreateMultiRegionAccessPointRequest(input *CreateMultiRegionAccessPointInput) (req *request.Request, output *CreateMultiRegionAccessPointOutput)
CreateMultiRegionAccessPointRequest generates a "aws/request.Request" representing the client's request for the CreateMultiRegionAccessPoint 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 CreateMultiRegionAccessPoint for more information on using the CreateMultiRegionAccessPoint 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 CreateMultiRegionAccessPointRequest method. req, resp := client.CreateMultiRegionAccessPointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateMultiRegionAccessPoint
func (*S3Control) CreateMultiRegionAccessPointWithContext ¶ added in v1.40.36
func (c *S3Control) CreateMultiRegionAccessPointWithContext(ctx aws.Context, input *CreateMultiRegionAccessPointInput, opts ...request.Option) (*CreateMultiRegionAccessPointOutput, error)
CreateMultiRegionAccessPointWithContext is the same as CreateMultiRegionAccessPoint with the addition of the ability to pass a context and additional request options.
See CreateMultiRegionAccessPoint 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 (*S3Control) DeleteAccessPoint ¶ added in v1.25.46
func (c *S3Control) DeleteAccessPoint(input *DeleteAccessPointInput) (*DeleteAccessPointOutput, error)
DeleteAccessPoint API operation for AWS S3 Control.
Deletes the specified access point.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html#API_control_DeleteAccessPoint_Examples) section.
The following actions are related to DeleteAccessPoint:
CreateAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html)
GetAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html)
ListAccessPoints (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html)
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 AWS S3 Control's API operation DeleteAccessPoint for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPoint
func (*S3Control) DeleteAccessPointForObjectLambda ¶ added in v1.38.0
func (c *S3Control) DeleteAccessPointForObjectLambda(input *DeleteAccessPointForObjectLambdaInput) (*DeleteAccessPointForObjectLambdaOutput, error)
DeleteAccessPointForObjectLambda API operation for AWS S3 Control.
Deletes the specified Object Lambda Access Point.
The following actions are related to DeleteAccessPointForObjectLambda:
CreateAccessPointForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html)
GetAccessPointForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html)
ListAccessPointsForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html)
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 AWS S3 Control's API operation DeleteAccessPointForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPointForObjectLambda
func (*S3Control) DeleteAccessPointForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) DeleteAccessPointForObjectLambdaRequest(input *DeleteAccessPointForObjectLambdaInput) (req *request.Request, output *DeleteAccessPointForObjectLambdaOutput)
DeleteAccessPointForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the DeleteAccessPointForObjectLambda 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 DeleteAccessPointForObjectLambda for more information on using the DeleteAccessPointForObjectLambda 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 DeleteAccessPointForObjectLambdaRequest method. req, resp := client.DeleteAccessPointForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPointForObjectLambda
func (*S3Control) DeleteAccessPointForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) DeleteAccessPointForObjectLambdaWithContext(ctx aws.Context, input *DeleteAccessPointForObjectLambdaInput, opts ...request.Option) (*DeleteAccessPointForObjectLambdaOutput, error)
DeleteAccessPointForObjectLambdaWithContext is the same as DeleteAccessPointForObjectLambda with the addition of the ability to pass a context and additional request options.
See DeleteAccessPointForObjectLambda 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 (*S3Control) DeleteAccessPointPolicy ¶ added in v1.25.46
func (c *S3Control) DeleteAccessPointPolicy(input *DeleteAccessPointPolicyInput) (*DeleteAccessPointPolicyOutput, error)
DeleteAccessPointPolicy API operation for AWS S3 Control.
Deletes the access point policy for the specified access point.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html#API_control_DeleteAccessPointPolicy_Examples) section.
The following actions are related to DeleteAccessPointPolicy:
PutAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html)
GetAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html)
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 AWS S3 Control's API operation DeleteAccessPointPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPointPolicy
func (*S3Control) DeleteAccessPointPolicyForObjectLambda ¶ added in v1.38.0
func (c *S3Control) DeleteAccessPointPolicyForObjectLambda(input *DeleteAccessPointPolicyForObjectLambdaInput) (*DeleteAccessPointPolicyForObjectLambdaOutput, error)
DeleteAccessPointPolicyForObjectLambda API operation for AWS S3 Control.
Removes the resource policy for an Object Lambda Access Point.
The following actions are related to DeleteAccessPointPolicyForObjectLambda:
GetAccessPointPolicyForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html)
PutAccessPointPolicyForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicyForObjectLambda.html)
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 AWS S3 Control's API operation DeleteAccessPointPolicyForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPointPolicyForObjectLambda
func (*S3Control) DeleteAccessPointPolicyForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) DeleteAccessPointPolicyForObjectLambdaRequest(input *DeleteAccessPointPolicyForObjectLambdaInput) (req *request.Request, output *DeleteAccessPointPolicyForObjectLambdaOutput)
DeleteAccessPointPolicyForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the DeleteAccessPointPolicyForObjectLambda 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 DeleteAccessPointPolicyForObjectLambda for more information on using the DeleteAccessPointPolicyForObjectLambda 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 DeleteAccessPointPolicyForObjectLambdaRequest method. req, resp := client.DeleteAccessPointPolicyForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPointPolicyForObjectLambda
func (*S3Control) DeleteAccessPointPolicyForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) DeleteAccessPointPolicyForObjectLambdaWithContext(ctx aws.Context, input *DeleteAccessPointPolicyForObjectLambdaInput, opts ...request.Option) (*DeleteAccessPointPolicyForObjectLambdaOutput, error)
DeleteAccessPointPolicyForObjectLambdaWithContext is the same as DeleteAccessPointPolicyForObjectLambda with the addition of the ability to pass a context and additional request options.
See DeleteAccessPointPolicyForObjectLambda 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 (*S3Control) DeleteAccessPointPolicyRequest ¶ added in v1.25.46
func (c *S3Control) DeleteAccessPointPolicyRequest(input *DeleteAccessPointPolicyInput) (req *request.Request, output *DeleteAccessPointPolicyOutput)
DeleteAccessPointPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteAccessPointPolicy 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 DeleteAccessPointPolicy for more information on using the DeleteAccessPointPolicy 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 DeleteAccessPointPolicyRequest method. req, resp := client.DeleteAccessPointPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPointPolicy
func (*S3Control) DeleteAccessPointPolicyWithContext ¶ added in v1.25.46
func (c *S3Control) DeleteAccessPointPolicyWithContext(ctx aws.Context, input *DeleteAccessPointPolicyInput, opts ...request.Option) (*DeleteAccessPointPolicyOutput, error)
DeleteAccessPointPolicyWithContext is the same as DeleteAccessPointPolicy with the addition of the ability to pass a context and additional request options.
See DeleteAccessPointPolicy 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 (*S3Control) DeleteAccessPointRequest ¶ added in v1.25.46
func (c *S3Control) DeleteAccessPointRequest(input *DeleteAccessPointInput) (req *request.Request, output *DeleteAccessPointOutput)
DeleteAccessPointRequest generates a "aws/request.Request" representing the client's request for the DeleteAccessPoint 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 DeleteAccessPoint for more information on using the DeleteAccessPoint 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 DeleteAccessPointRequest method. req, resp := client.DeleteAccessPointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteAccessPoint
func (*S3Control) DeleteAccessPointWithContext ¶ added in v1.25.46
func (c *S3Control) DeleteAccessPointWithContext(ctx aws.Context, input *DeleteAccessPointInput, opts ...request.Option) (*DeleteAccessPointOutput, error)
DeleteAccessPointWithContext is the same as DeleteAccessPoint with the addition of the ability to pass a context and additional request options.
See DeleteAccessPoint 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 (*S3Control) DeleteBucket ¶ added in v1.35.0
func (c *S3Control) DeleteBucket(input *DeleteBucketInput) (*DeleteBucketOutput, error)
DeleteBucket API operation for AWS S3 Control.
This action deletes an Amazon S3 on Outposts bucket. To delete an S3 bucket, see DeleteBucket (https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html) in the Amazon S3 API Reference.
Deletes the Amazon S3 on Outposts bucket. All objects (including all object versions and delete markers) in the bucket must be deleted before the bucket itself can be deleted. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in Amazon S3 User Guide.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html#API_control_DeleteBucket_Examples) section.
Related Resources
CreateBucket (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html)
GetBucket (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html)
DeleteObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html)
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 AWS S3 Control's API operation DeleteBucket for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteBucket
func (*S3Control) DeleteBucketLifecycleConfiguration ¶ added in v1.35.0
func (c *S3Control) DeleteBucketLifecycleConfiguration(input *DeleteBucketLifecycleConfigurationInput) (*DeleteBucketLifecycleConfigurationOutput, error)
DeleteBucketLifecycleConfiguration API operation for AWS S3 Control.
This action deletes an Amazon S3 on Outposts bucket's lifecycle configuration. To delete an S3 bucket's lifecycle configuration, see DeleteBucketLifecycle (https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html) in the Amazon S3 API Reference.
Deletes the lifecycle configuration from the specified Outposts bucket. Amazon S3 on Outposts removes all the lifecycle configuration rules in the lifecycle subresource associated with the bucket. Your objects never expire, and Amazon S3 on Outposts no longer automatically deletes any objects on the basis of rules contained in the deleted lifecycle configuration. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in Amazon S3 User Guide.
To use this action, you must have permission to perform the s3-outposts:DeleteLifecycleConfiguration action. By default, the bucket owner has this permission and the Outposts bucket owner can grant this permission to others.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html#API_control_DeleteBucketLifecycleConfiguration_Examples) section.
For more information about object expiration, see Elements to Describe Lifecycle Actions (https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#intro-lifecycle-rules-actions).
Related actions include:
PutBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html)
GetBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html)
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 AWS S3 Control's API operation DeleteBucketLifecycleConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteBucketLifecycleConfiguration
func (*S3Control) DeleteBucketLifecycleConfigurationRequest ¶ added in v1.35.0
func (c *S3Control) DeleteBucketLifecycleConfigurationRequest(input *DeleteBucketLifecycleConfigurationInput) (req *request.Request, output *DeleteBucketLifecycleConfigurationOutput)
DeleteBucketLifecycleConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteBucketLifecycleConfiguration 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 DeleteBucketLifecycleConfiguration for more information on using the DeleteBucketLifecycleConfiguration 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 DeleteBucketLifecycleConfigurationRequest method. req, resp := client.DeleteBucketLifecycleConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteBucketLifecycleConfiguration
func (*S3Control) DeleteBucketLifecycleConfigurationWithContext ¶ added in v1.35.0
func (c *S3Control) DeleteBucketLifecycleConfigurationWithContext(ctx aws.Context, input *DeleteBucketLifecycleConfigurationInput, opts ...request.Option) (*DeleteBucketLifecycleConfigurationOutput, error)
DeleteBucketLifecycleConfigurationWithContext is the same as DeleteBucketLifecycleConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteBucketLifecycleConfiguration 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 (*S3Control) DeleteBucketPolicy ¶ added in v1.35.0
func (c *S3Control) DeleteBucketPolicy(input *DeleteBucketPolicyInput) (*DeleteBucketPolicyOutput, error)
DeleteBucketPolicy API operation for AWS S3 Control.
This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see DeleteBucketPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html) in the Amazon S3 API Reference.
This implementation of the DELETE action uses the policy subresource to delete the policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the root user of the Amazon Web Services account that owns the bucket, the calling identity must have the s3-outposts:DeleteBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account to use this action. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in Amazon S3 User Guide.
If you don't have DeleteBucketPolicy permissions, Amazon S3 returns a 403 Access Denied error. If you have the correct permissions, but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 405 Method Not Allowed error.
As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action.
For more information about bucket policies, see Using Bucket Policies and User Policies (https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html).
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html#API_control_DeleteBucketPolicy_Examples) section.
The following actions are related to DeleteBucketPolicy:
GetBucketPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html)
PutBucketPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html)
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 AWS S3 Control's API operation DeleteBucketPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteBucketPolicy
func (*S3Control) DeleteBucketPolicyRequest ¶ added in v1.35.0
func (c *S3Control) DeleteBucketPolicyRequest(input *DeleteBucketPolicyInput) (req *request.Request, output *DeleteBucketPolicyOutput)
DeleteBucketPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteBucketPolicy 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 DeleteBucketPolicy for more information on using the DeleteBucketPolicy 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 DeleteBucketPolicyRequest method. req, resp := client.DeleteBucketPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteBucketPolicy
func (*S3Control) DeleteBucketPolicyWithContext ¶ added in v1.35.0
func (c *S3Control) DeleteBucketPolicyWithContext(ctx aws.Context, input *DeleteBucketPolicyInput, opts ...request.Option) (*DeleteBucketPolicyOutput, error)
DeleteBucketPolicyWithContext is the same as DeleteBucketPolicy with the addition of the ability to pass a context and additional request options.
See DeleteBucketPolicy 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 (*S3Control) DeleteBucketRequest ¶ added in v1.35.0
func (c *S3Control) DeleteBucketRequest(input *DeleteBucketInput) (req *request.Request, output *DeleteBucketOutput)
DeleteBucketRequest generates a "aws/request.Request" representing the client's request for the DeleteBucket 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 DeleteBucket for more information on using the DeleteBucket 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 DeleteBucketRequest method. req, resp := client.DeleteBucketRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteBucket
func (*S3Control) DeleteBucketTagging ¶ added in v1.35.0
func (c *S3Control) DeleteBucketTagging(input *DeleteBucketTaggingInput) (*DeleteBucketTaggingOutput, error)
DeleteBucketTagging API operation for AWS S3 Control.
This action deletes an Amazon S3 on Outposts bucket's tags. To delete an S3 bucket tags, see DeleteBucketTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html) in the Amazon S3 API Reference.
Deletes the tags from the Outposts bucket. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in Amazon S3 User Guide.
To use this action, you must have permission to perform the PutBucketTagging action. By default, the bucket owner has this permission and can grant this permission to others.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html#API_control_DeleteBucketTagging_Examples) section.
The following actions are related to DeleteBucketTagging:
GetBucketTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html)
PutBucketTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html)
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 AWS S3 Control's API operation DeleteBucketTagging for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteBucketTagging
func (*S3Control) DeleteBucketTaggingRequest ¶ added in v1.35.0
func (c *S3Control) DeleteBucketTaggingRequest(input *DeleteBucketTaggingInput) (req *request.Request, output *DeleteBucketTaggingOutput)
DeleteBucketTaggingRequest generates a "aws/request.Request" representing the client's request for the DeleteBucketTagging 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 DeleteBucketTagging for more information on using the DeleteBucketTagging 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 DeleteBucketTaggingRequest method. req, resp := client.DeleteBucketTaggingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteBucketTagging
func (*S3Control) DeleteBucketTaggingWithContext ¶ added in v1.35.0
func (c *S3Control) DeleteBucketTaggingWithContext(ctx aws.Context, input *DeleteBucketTaggingInput, opts ...request.Option) (*DeleteBucketTaggingOutput, error)
DeleteBucketTaggingWithContext is the same as DeleteBucketTagging with the addition of the ability to pass a context and additional request options.
See DeleteBucketTagging 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 (*S3Control) DeleteBucketWithContext ¶ added in v1.35.0
func (c *S3Control) DeleteBucketWithContext(ctx aws.Context, input *DeleteBucketInput, opts ...request.Option) (*DeleteBucketOutput, error)
DeleteBucketWithContext is the same as DeleteBucket with the addition of the ability to pass a context and additional request options.
See DeleteBucket 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 (*S3Control) DeleteJobTagging ¶ added in v1.29.25
func (c *S3Control) DeleteJobTagging(input *DeleteJobTaggingInput) (*DeleteJobTaggingOutput, error)
DeleteJobTagging API operation for AWS S3 Control.
Removes the entire tag set from the specified S3 Batch Operations job. To use this operation, you must have permission to perform the s3:DeleteJobTagging action. For more information, see Controlling access and labeling jobs using tags (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags) in the Amazon S3 User Guide.
Related actions include:
CreateJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html)
GetJobTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html)
PutJobTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html)
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 AWS S3 Control's API operation DeleteJobTagging for usage and error information.
Returned Error Codes:
ErrCodeInternalServiceException "InternalServiceException"
ErrCodeTooManyRequestsException "TooManyRequestsException"
ErrCodeNotFoundException "NotFoundException"
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteJobTagging
func (*S3Control) DeleteJobTaggingRequest ¶ added in v1.29.25
func (c *S3Control) DeleteJobTaggingRequest(input *DeleteJobTaggingInput) (req *request.Request, output *DeleteJobTaggingOutput)
DeleteJobTaggingRequest generates a "aws/request.Request" representing the client's request for the DeleteJobTagging 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 DeleteJobTagging for more information on using the DeleteJobTagging 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 DeleteJobTaggingRequest method. req, resp := client.DeleteJobTaggingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteJobTagging
func (*S3Control) DeleteJobTaggingWithContext ¶ added in v1.29.25
func (c *S3Control) DeleteJobTaggingWithContext(ctx aws.Context, input *DeleteJobTaggingInput, opts ...request.Option) (*DeleteJobTaggingOutput, error)
DeleteJobTaggingWithContext is the same as DeleteJobTagging with the addition of the ability to pass a context and additional request options.
See DeleteJobTagging 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 (*S3Control) DeleteMultiRegionAccessPoint ¶ added in v1.40.36
func (c *S3Control) DeleteMultiRegionAccessPoint(input *DeleteMultiRegionAccessPointInput) (*DeleteMultiRegionAccessPointOutput, error)
DeleteMultiRegionAccessPoint API operation for AWS S3 Control.
Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point, only the Multi-Region Access Point itself.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html) in the Amazon S3 User Guide.
This request is asynchronous, meaning that you might receive a response before the command has completed. When this request provides a response, it provides a token that you can use to monitor the status of the request with DescribeMultiRegionAccessPointOperation.
The following actions are related to DeleteMultiRegionAccessPoint:
CreateMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html)
DescribeMultiRegionAccessPointOperation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html)
GetMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html)
ListMultiRegionAccessPoints (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html)
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 AWS S3 Control's API operation DeleteMultiRegionAccessPoint for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteMultiRegionAccessPoint
func (*S3Control) DeleteMultiRegionAccessPointRequest ¶ added in v1.40.36
func (c *S3Control) DeleteMultiRegionAccessPointRequest(input *DeleteMultiRegionAccessPointInput) (req *request.Request, output *DeleteMultiRegionAccessPointOutput)
DeleteMultiRegionAccessPointRequest generates a "aws/request.Request" representing the client's request for the DeleteMultiRegionAccessPoint 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 DeleteMultiRegionAccessPoint for more information on using the DeleteMultiRegionAccessPoint 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 DeleteMultiRegionAccessPointRequest method. req, resp := client.DeleteMultiRegionAccessPointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteMultiRegionAccessPoint
func (*S3Control) DeleteMultiRegionAccessPointWithContext ¶ added in v1.40.36
func (c *S3Control) DeleteMultiRegionAccessPointWithContext(ctx aws.Context, input *DeleteMultiRegionAccessPointInput, opts ...request.Option) (*DeleteMultiRegionAccessPointOutput, error)
DeleteMultiRegionAccessPointWithContext is the same as DeleteMultiRegionAccessPoint with the addition of the ability to pass a context and additional request options.
See DeleteMultiRegionAccessPoint 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 (*S3Control) DeletePublicAccessBlock ¶
func (c *S3Control) DeletePublicAccessBlock(input *DeletePublicAccessBlockInput) (*DeletePublicAccessBlockOutput, error)
DeletePublicAccessBlock API operation for AWS S3 Control.
Removes the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html).
Related actions include:
GetPublicAccessBlock (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetPublicAccessBlock.html)
PutPublicAccessBlock (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html)
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 AWS S3 Control's API operation DeletePublicAccessBlock for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeletePublicAccessBlock
func (*S3Control) DeletePublicAccessBlockRequest ¶
func (c *S3Control) DeletePublicAccessBlockRequest(input *DeletePublicAccessBlockInput) (req *request.Request, output *DeletePublicAccessBlockOutput)
DeletePublicAccessBlockRequest generates a "aws/request.Request" representing the client's request for the DeletePublicAccessBlock 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 DeletePublicAccessBlock for more information on using the DeletePublicAccessBlock 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 DeletePublicAccessBlockRequest method. req, resp := client.DeletePublicAccessBlockRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeletePublicAccessBlock
func (*S3Control) DeletePublicAccessBlockWithContext ¶
func (c *S3Control) DeletePublicAccessBlockWithContext(ctx aws.Context, input *DeletePublicAccessBlockInput, opts ...request.Option) (*DeletePublicAccessBlockOutput, error)
DeletePublicAccessBlockWithContext is the same as DeletePublicAccessBlock with the addition of the ability to pass a context and additional request options.
See DeletePublicAccessBlock 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 (*S3Control) DeleteStorageLensConfiguration ¶ added in v1.35.31
func (c *S3Control) DeleteStorageLensConfiguration(input *DeleteStorageLensConfigurationInput) (*DeleteStorageLensConfigurationOutput, error)
DeleteStorageLensConfiguration API operation for AWS S3 Control.
Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html) in the Amazon S3 User Guide.
To use this action, you must have permission to perform the s3:DeleteStorageLensConfiguration action. For more information, see Setting permissions to use Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html) in the Amazon S3 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 AWS S3 Control's API operation DeleteStorageLensConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteStorageLensConfiguration
func (*S3Control) DeleteStorageLensConfigurationRequest ¶ added in v1.35.31
func (c *S3Control) DeleteStorageLensConfigurationRequest(input *DeleteStorageLensConfigurationInput) (req *request.Request, output *DeleteStorageLensConfigurationOutput)
DeleteStorageLensConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteStorageLensConfiguration 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 DeleteStorageLensConfiguration for more information on using the DeleteStorageLensConfiguration 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 DeleteStorageLensConfigurationRequest method. req, resp := client.DeleteStorageLensConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteStorageLensConfiguration
func (*S3Control) DeleteStorageLensConfigurationTagging ¶ added in v1.35.31
func (c *S3Control) DeleteStorageLensConfigurationTagging(input *DeleteStorageLensConfigurationTaggingInput) (*DeleteStorageLensConfigurationTaggingOutput, error)
DeleteStorageLensConfigurationTagging API operation for AWS S3 Control.
Deletes the Amazon S3 Storage Lens configuration tags. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html) in the Amazon S3 User Guide.
To use this action, you must have permission to perform the s3:DeleteStorageLensConfigurationTagging action. For more information, see Setting permissions to use Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html) in the Amazon S3 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 AWS S3 Control's API operation DeleteStorageLensConfigurationTagging for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteStorageLensConfigurationTagging
func (*S3Control) DeleteStorageLensConfigurationTaggingRequest ¶ added in v1.35.31
func (c *S3Control) DeleteStorageLensConfigurationTaggingRequest(input *DeleteStorageLensConfigurationTaggingInput) (req *request.Request, output *DeleteStorageLensConfigurationTaggingOutput)
DeleteStorageLensConfigurationTaggingRequest generates a "aws/request.Request" representing the client's request for the DeleteStorageLensConfigurationTagging 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 DeleteStorageLensConfigurationTagging for more information on using the DeleteStorageLensConfigurationTagging 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 DeleteStorageLensConfigurationTaggingRequest method. req, resp := client.DeleteStorageLensConfigurationTaggingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteStorageLensConfigurationTagging
func (*S3Control) DeleteStorageLensConfigurationTaggingWithContext ¶ added in v1.35.31
func (c *S3Control) DeleteStorageLensConfigurationTaggingWithContext(ctx aws.Context, input *DeleteStorageLensConfigurationTaggingInput, opts ...request.Option) (*DeleteStorageLensConfigurationTaggingOutput, error)
DeleteStorageLensConfigurationTaggingWithContext is the same as DeleteStorageLensConfigurationTagging with the addition of the ability to pass a context and additional request options.
See DeleteStorageLensConfigurationTagging 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 (*S3Control) DeleteStorageLensConfigurationWithContext ¶ added in v1.35.31
func (c *S3Control) DeleteStorageLensConfigurationWithContext(ctx aws.Context, input *DeleteStorageLensConfigurationInput, opts ...request.Option) (*DeleteStorageLensConfigurationOutput, error)
DeleteStorageLensConfigurationWithContext is the same as DeleteStorageLensConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteStorageLensConfiguration 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 (*S3Control) DescribeJob ¶ added in v1.19.21
func (c *S3Control) DescribeJob(input *DescribeJobInput) (*DescribeJobOutput, error)
DescribeJob API operation for AWS S3 Control.
Retrieves the configuration parameters and status for a Batch Operations job. For more information, see S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html) in the Amazon S3 User Guide.
Related actions include:
CreateJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html)
ListJobs (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html)
UpdateJobPriority (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html)
UpdateJobStatus (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html)
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 AWS S3 Control's API operation DescribeJob for usage and error information.
Returned Error Codes:
ErrCodeBadRequestException "BadRequestException"
ErrCodeTooManyRequestsException "TooManyRequestsException"
ErrCodeNotFoundException "NotFoundException"
ErrCodeInternalServiceException "InternalServiceException"
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DescribeJob
func (*S3Control) DescribeJobRequest ¶ added in v1.19.21
func (c *S3Control) DescribeJobRequest(input *DescribeJobInput) (req *request.Request, output *DescribeJobOutput)
DescribeJobRequest generates a "aws/request.Request" representing the client's request for the DescribeJob 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 DescribeJob for more information on using the DescribeJob 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 DescribeJobRequest method. req, resp := client.DescribeJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DescribeJob
func (*S3Control) DescribeJobWithContext ¶ added in v1.19.21
func (c *S3Control) DescribeJobWithContext(ctx aws.Context, input *DescribeJobInput, opts ...request.Option) (*DescribeJobOutput, error)
DescribeJobWithContext is the same as DescribeJob with the addition of the ability to pass a context and additional request options.
See DescribeJob 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 (*S3Control) DescribeMultiRegionAccessPointOperation ¶ added in v1.40.36
func (c *S3Control) DescribeMultiRegionAccessPointOperation(input *DescribeMultiRegionAccessPointOperationInput) (*DescribeMultiRegionAccessPointOperationOutput, error)
DescribeMultiRegionAccessPointOperation API operation for AWS S3 Control.
Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information about managing Multi-Region Access Points and how asynchronous requests work, see Managing Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html) in the Amazon S3 User Guide.
The following actions are related to GetMultiRegionAccessPoint:
CreateMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html)
DeleteMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html)
GetMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html)
ListMultiRegionAccessPoints (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html)
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 AWS S3 Control's API operation DescribeMultiRegionAccessPointOperation for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DescribeMultiRegionAccessPointOperation
func (*S3Control) DescribeMultiRegionAccessPointOperationRequest ¶ added in v1.40.36
func (c *S3Control) DescribeMultiRegionAccessPointOperationRequest(input *DescribeMultiRegionAccessPointOperationInput) (req *request.Request, output *DescribeMultiRegionAccessPointOperationOutput)
DescribeMultiRegionAccessPointOperationRequest generates a "aws/request.Request" representing the client's request for the DescribeMultiRegionAccessPointOperation 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 DescribeMultiRegionAccessPointOperation for more information on using the DescribeMultiRegionAccessPointOperation 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 DescribeMultiRegionAccessPointOperationRequest method. req, resp := client.DescribeMultiRegionAccessPointOperationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DescribeMultiRegionAccessPointOperation
func (*S3Control) DescribeMultiRegionAccessPointOperationWithContext ¶ added in v1.40.36
func (c *S3Control) DescribeMultiRegionAccessPointOperationWithContext(ctx aws.Context, input *DescribeMultiRegionAccessPointOperationInput, opts ...request.Option) (*DescribeMultiRegionAccessPointOperationOutput, error)
DescribeMultiRegionAccessPointOperationWithContext is the same as DescribeMultiRegionAccessPointOperation with the addition of the ability to pass a context and additional request options.
See DescribeMultiRegionAccessPointOperation 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 (*S3Control) GetAccessPoint ¶ added in v1.25.46
func (c *S3Control) GetAccessPoint(input *GetAccessPointInput) (*GetAccessPointOutput, error)
GetAccessPoint API operation for AWS S3 Control.
Returns configuration information about the specified access point.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples) section.
The following actions are related to GetAccessPoint:
CreateAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html)
DeleteAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html)
ListAccessPoints (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html)
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 AWS S3 Control's API operation GetAccessPoint for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPoint
func (*S3Control) GetAccessPointConfigurationForObjectLambda ¶ added in v1.38.0
func (c *S3Control) GetAccessPointConfigurationForObjectLambda(input *GetAccessPointConfigurationForObjectLambdaInput) (*GetAccessPointConfigurationForObjectLambdaOutput, error)
GetAccessPointConfigurationForObjectLambda API operation for AWS S3 Control.
Returns configuration for an Object Lambda Access Point.
The following actions are related to GetAccessPointConfigurationForObjectLambda:
- PutAccessPointConfigurationForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointConfigurationForObjectLambda.html)
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 AWS S3 Control's API operation GetAccessPointConfigurationForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointConfigurationForObjectLambda
func (*S3Control) GetAccessPointConfigurationForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) GetAccessPointConfigurationForObjectLambdaRequest(input *GetAccessPointConfigurationForObjectLambdaInput) (req *request.Request, output *GetAccessPointConfigurationForObjectLambdaOutput)
GetAccessPointConfigurationForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the GetAccessPointConfigurationForObjectLambda 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 GetAccessPointConfigurationForObjectLambda for more information on using the GetAccessPointConfigurationForObjectLambda 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 GetAccessPointConfigurationForObjectLambdaRequest method. req, resp := client.GetAccessPointConfigurationForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*S3Control) GetAccessPointConfigurationForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) GetAccessPointConfigurationForObjectLambdaWithContext(ctx aws.Context, input *GetAccessPointConfigurationForObjectLambdaInput, opts ...request.Option) (*GetAccessPointConfigurationForObjectLambdaOutput, error)
GetAccessPointConfigurationForObjectLambdaWithContext is the same as GetAccessPointConfigurationForObjectLambda with the addition of the ability to pass a context and additional request options.
See GetAccessPointConfigurationForObjectLambda 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 (*S3Control) GetAccessPointForObjectLambda ¶ added in v1.38.0
func (c *S3Control) GetAccessPointForObjectLambda(input *GetAccessPointForObjectLambdaInput) (*GetAccessPointForObjectLambdaOutput, error)
GetAccessPointForObjectLambda API operation for AWS S3 Control.
Returns configuration information about the specified Object Lambda Access Point
The following actions are related to GetAccessPointForObjectLambda:
CreateAccessPointForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html)
DeleteAccessPointForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html)
ListAccessPointsForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html)
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 AWS S3 Control's API operation GetAccessPointForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointForObjectLambda
func (*S3Control) GetAccessPointForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) GetAccessPointForObjectLambdaRequest(input *GetAccessPointForObjectLambdaInput) (req *request.Request, output *GetAccessPointForObjectLambdaOutput)
GetAccessPointForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the GetAccessPointForObjectLambda 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 GetAccessPointForObjectLambda for more information on using the GetAccessPointForObjectLambda 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 GetAccessPointForObjectLambdaRequest method. req, resp := client.GetAccessPointForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointForObjectLambda
func (*S3Control) GetAccessPointForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) GetAccessPointForObjectLambdaWithContext(ctx aws.Context, input *GetAccessPointForObjectLambdaInput, opts ...request.Option) (*GetAccessPointForObjectLambdaOutput, error)
GetAccessPointForObjectLambdaWithContext is the same as GetAccessPointForObjectLambda with the addition of the ability to pass a context and additional request options.
See GetAccessPointForObjectLambda 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 (*S3Control) GetAccessPointPolicy ¶ added in v1.25.46
func (c *S3Control) GetAccessPointPolicy(input *GetAccessPointPolicyInput) (*GetAccessPointPolicyOutput, error)
GetAccessPointPolicy API operation for AWS S3 Control.
Returns the access point policy associated with the specified access point.
The following actions are related to GetAccessPointPolicy:
PutAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html)
DeleteAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html)
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 AWS S3 Control's API operation GetAccessPointPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicy
func (*S3Control) GetAccessPointPolicyForObjectLambda ¶ added in v1.38.0
func (c *S3Control) GetAccessPointPolicyForObjectLambda(input *GetAccessPointPolicyForObjectLambdaInput) (*GetAccessPointPolicyForObjectLambdaOutput, error)
GetAccessPointPolicyForObjectLambda API operation for AWS S3 Control.
Returns the resource policy for an Object Lambda Access Point.
The following actions are related to GetAccessPointPolicyForObjectLambda:
DeleteAccessPointPolicyForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicyForObjectLambda.html)
PutAccessPointPolicyForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicyForObjectLambda.html)
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 AWS S3 Control's API operation GetAccessPointPolicyForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicyForObjectLambda
func (*S3Control) GetAccessPointPolicyForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) GetAccessPointPolicyForObjectLambdaRequest(input *GetAccessPointPolicyForObjectLambdaInput) (req *request.Request, output *GetAccessPointPolicyForObjectLambdaOutput)
GetAccessPointPolicyForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the GetAccessPointPolicyForObjectLambda 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 GetAccessPointPolicyForObjectLambda for more information on using the GetAccessPointPolicyForObjectLambda 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 GetAccessPointPolicyForObjectLambdaRequest method. req, resp := client.GetAccessPointPolicyForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicyForObjectLambda
func (*S3Control) GetAccessPointPolicyForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) GetAccessPointPolicyForObjectLambdaWithContext(ctx aws.Context, input *GetAccessPointPolicyForObjectLambdaInput, opts ...request.Option) (*GetAccessPointPolicyForObjectLambdaOutput, error)
GetAccessPointPolicyForObjectLambdaWithContext is the same as GetAccessPointPolicyForObjectLambda with the addition of the ability to pass a context and additional request options.
See GetAccessPointPolicyForObjectLambda 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 (*S3Control) GetAccessPointPolicyRequest ¶ added in v1.25.46
func (c *S3Control) GetAccessPointPolicyRequest(input *GetAccessPointPolicyInput) (req *request.Request, output *GetAccessPointPolicyOutput)
GetAccessPointPolicyRequest generates a "aws/request.Request" representing the client's request for the GetAccessPointPolicy 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 GetAccessPointPolicy for more information on using the GetAccessPointPolicy 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 GetAccessPointPolicyRequest method. req, resp := client.GetAccessPointPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicy
func (*S3Control) GetAccessPointPolicyStatus ¶ added in v1.25.46
func (c *S3Control) GetAccessPointPolicyStatus(input *GetAccessPointPolicyStatusInput) (*GetAccessPointPolicyStatusOutput, error)
GetAccessPointPolicyStatus API operation for AWS S3 Control.
Indicates whether the specified access point currently has a policy that allows public access. For more information about public access through access points, see Managing Data Access with Amazon S3 access points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html) in the Amazon S3 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 AWS S3 Control's API operation GetAccessPointPolicyStatus for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicyStatus
func (*S3Control) GetAccessPointPolicyStatusForObjectLambda ¶ added in v1.38.0
func (c *S3Control) GetAccessPointPolicyStatusForObjectLambda(input *GetAccessPointPolicyStatusForObjectLambdaInput) (*GetAccessPointPolicyStatusForObjectLambdaOutput, error)
GetAccessPointPolicyStatusForObjectLambda API operation for AWS S3 Control.
Returns the status of the resource policy associated with an Object Lambda Access Point.
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 AWS S3 Control's API operation GetAccessPointPolicyStatusForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicyStatusForObjectLambda
func (*S3Control) GetAccessPointPolicyStatusForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) GetAccessPointPolicyStatusForObjectLambdaRequest(input *GetAccessPointPolicyStatusForObjectLambdaInput) (req *request.Request, output *GetAccessPointPolicyStatusForObjectLambdaOutput)
GetAccessPointPolicyStatusForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the GetAccessPointPolicyStatusForObjectLambda 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 GetAccessPointPolicyStatusForObjectLambda for more information on using the GetAccessPointPolicyStatusForObjectLambda 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 GetAccessPointPolicyStatusForObjectLambdaRequest method. req, resp := client.GetAccessPointPolicyStatusForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*S3Control) GetAccessPointPolicyStatusForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) GetAccessPointPolicyStatusForObjectLambdaWithContext(ctx aws.Context, input *GetAccessPointPolicyStatusForObjectLambdaInput, opts ...request.Option) (*GetAccessPointPolicyStatusForObjectLambdaOutput, error)
GetAccessPointPolicyStatusForObjectLambdaWithContext is the same as GetAccessPointPolicyStatusForObjectLambda with the addition of the ability to pass a context and additional request options.
See GetAccessPointPolicyStatusForObjectLambda 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 (*S3Control) GetAccessPointPolicyStatusRequest ¶ added in v1.25.46
func (c *S3Control) GetAccessPointPolicyStatusRequest(input *GetAccessPointPolicyStatusInput) (req *request.Request, output *GetAccessPointPolicyStatusOutput)
GetAccessPointPolicyStatusRequest generates a "aws/request.Request" representing the client's request for the GetAccessPointPolicyStatus 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 GetAccessPointPolicyStatus for more information on using the GetAccessPointPolicyStatus 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 GetAccessPointPolicyStatusRequest method. req, resp := client.GetAccessPointPolicyStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPointPolicyStatus
func (*S3Control) GetAccessPointPolicyStatusWithContext ¶ added in v1.25.46
func (c *S3Control) GetAccessPointPolicyStatusWithContext(ctx aws.Context, input *GetAccessPointPolicyStatusInput, opts ...request.Option) (*GetAccessPointPolicyStatusOutput, error)
GetAccessPointPolicyStatusWithContext is the same as GetAccessPointPolicyStatus with the addition of the ability to pass a context and additional request options.
See GetAccessPointPolicyStatus 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 (*S3Control) GetAccessPointPolicyWithContext ¶ added in v1.25.46
func (c *S3Control) GetAccessPointPolicyWithContext(ctx aws.Context, input *GetAccessPointPolicyInput, opts ...request.Option) (*GetAccessPointPolicyOutput, error)
GetAccessPointPolicyWithContext is the same as GetAccessPointPolicy with the addition of the ability to pass a context and additional request options.
See GetAccessPointPolicy 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 (*S3Control) GetAccessPointRequest ¶ added in v1.25.46
func (c *S3Control) GetAccessPointRequest(input *GetAccessPointInput) (req *request.Request, output *GetAccessPointOutput)
GetAccessPointRequest generates a "aws/request.Request" representing the client's request for the GetAccessPoint 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 GetAccessPoint for more information on using the GetAccessPoint 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 GetAccessPointRequest method. req, resp := client.GetAccessPointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetAccessPoint
func (*S3Control) GetAccessPointWithContext ¶ added in v1.25.46
func (c *S3Control) GetAccessPointWithContext(ctx aws.Context, input *GetAccessPointInput, opts ...request.Option) (*GetAccessPointOutput, error)
GetAccessPointWithContext is the same as GetAccessPoint with the addition of the ability to pass a context and additional request options.
See GetAccessPoint 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 (*S3Control) GetBucket ¶ added in v1.35.0
func (c *S3Control) GetBucket(input *GetBucketInput) (*GetBucketOutput, error)
GetBucket API operation for AWS S3 Control.
Gets an Amazon S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in the Amazon S3 User Guide.
If you are using an identity other than the root user of the Amazon Web Services account that owns the Outposts bucket, the calling identity must have the s3-outposts:GetBucket permissions on the specified Outposts bucket and belong to the Outposts bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket.
If you don't have s3-outposts:GetBucket permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error.
The following actions are related to GetBucket for Amazon S3 on Outposts:
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html#API_control_GetBucket_Examples) section.
PutObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html)
CreateBucket (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html)
DeleteBucket (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html)
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 AWS S3 Control's API operation GetBucket for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucket
func (*S3Control) GetBucketLifecycleConfiguration ¶ added in v1.35.0
func (c *S3Control) GetBucketLifecycleConfiguration(input *GetBucketLifecycleConfigurationInput) (*GetBucketLifecycleConfigurationOutput, error)
GetBucketLifecycleConfiguration API operation for AWS S3 Control.
This action gets an Amazon S3 on Outposts bucket's lifecycle configuration. To get an S3 bucket's lifecycle configuration, see GetBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html) in the Amazon S3 API Reference.
Returns the lifecycle configuration information set on the Outposts bucket. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) and for information about lifecycle configuration, see Object Lifecycle Management (https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html) in Amazon S3 User Guide.
To use this action, you must have permission to perform the s3-outposts:GetLifecycleConfiguration action. The Outposts bucket owner has this permission, by default. The bucket owner can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations (https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources) and Managing Access Permissions to Your Amazon S3 Resources (https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html).
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html#API_control_GetBucketLifecycleConfiguration_Examples) section.
GetBucketLifecycleConfiguration has the following special error:
- Error code: NoSuchLifecycleConfiguration Description: The lifecycle configuration does not exist. HTTP Status Code: 404 Not Found SOAP Fault Code Prefix: Client
The following actions are related to GetBucketLifecycleConfiguration:
PutBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html)
DeleteBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html)
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 AWS S3 Control's API operation GetBucketLifecycleConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucketLifecycleConfiguration
func (*S3Control) GetBucketLifecycleConfigurationRequest ¶ added in v1.35.0
func (c *S3Control) GetBucketLifecycleConfigurationRequest(input *GetBucketLifecycleConfigurationInput) (req *request.Request, output *GetBucketLifecycleConfigurationOutput)
GetBucketLifecycleConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetBucketLifecycleConfiguration 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 GetBucketLifecycleConfiguration for more information on using the GetBucketLifecycleConfiguration 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 GetBucketLifecycleConfigurationRequest method. req, resp := client.GetBucketLifecycleConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucketLifecycleConfiguration
func (*S3Control) GetBucketLifecycleConfigurationWithContext ¶ added in v1.35.0
func (c *S3Control) GetBucketLifecycleConfigurationWithContext(ctx aws.Context, input *GetBucketLifecycleConfigurationInput, opts ...request.Option) (*GetBucketLifecycleConfigurationOutput, error)
GetBucketLifecycleConfigurationWithContext is the same as GetBucketLifecycleConfiguration with the addition of the ability to pass a context and additional request options.
See GetBucketLifecycleConfiguration 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 (*S3Control) GetBucketPolicy ¶ added in v1.35.0
func (c *S3Control) GetBucketPolicy(input *GetBucketPolicyInput) (*GetBucketPolicyOutput, error)
GetBucketPolicy API operation for AWS S3 Control.
This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see GetBucketPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html) in the Amazon S3 API Reference.
Returns the policy of a specified Outposts bucket. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in the Amazon S3 User Guide.
If you are using an identity other than the root user of the Amazon Web Services account that owns the bucket, the calling identity must have the GetBucketPolicy permissions on the specified bucket and belong to the bucket owner's account in order to use this action.
Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucketPolicy permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error.
As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action.
For more information about bucket policies, see Using Bucket Policies and User Policies (https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html).
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html#API_control_GetBucketPolicy_Examples) section.
The following actions are related to GetBucketPolicy:
GetObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html)
PutBucketPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html)
DeleteBucketPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html)
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 AWS S3 Control's API operation GetBucketPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucketPolicy
func (*S3Control) GetBucketPolicyRequest ¶ added in v1.35.0
func (c *S3Control) GetBucketPolicyRequest(input *GetBucketPolicyInput) (req *request.Request, output *GetBucketPolicyOutput)
GetBucketPolicyRequest generates a "aws/request.Request" representing the client's request for the GetBucketPolicy 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 GetBucketPolicy for more information on using the GetBucketPolicy 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 GetBucketPolicyRequest method. req, resp := client.GetBucketPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucketPolicy
func (*S3Control) GetBucketPolicyWithContext ¶ added in v1.35.0
func (c *S3Control) GetBucketPolicyWithContext(ctx aws.Context, input *GetBucketPolicyInput, opts ...request.Option) (*GetBucketPolicyOutput, error)
GetBucketPolicyWithContext is the same as GetBucketPolicy with the addition of the ability to pass a context and additional request options.
See GetBucketPolicy 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 (*S3Control) GetBucketRequest ¶ added in v1.35.0
func (c *S3Control) GetBucketRequest(input *GetBucketInput) (req *request.Request, output *GetBucketOutput)
GetBucketRequest generates a "aws/request.Request" representing the client's request for the GetBucket 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 GetBucket for more information on using the GetBucket 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 GetBucketRequest method. req, resp := client.GetBucketRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucket
func (*S3Control) GetBucketTagging ¶ added in v1.35.0
func (c *S3Control) GetBucketTagging(input *GetBucketTaggingInput) (*GetBucketTaggingOutput, error)
GetBucketTagging API operation for AWS S3 Control.
This action gets an Amazon S3 on Outposts bucket's tags. To get an S3 bucket tags, see GetBucketTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html) in the Amazon S3 API Reference.
Returns the tag set associated with the Outposts bucket. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in the Amazon S3 User Guide.
To use this action, you must have permission to perform the GetBucketTagging action. By default, the bucket owner has this permission and can grant this permission to others.
GetBucketTagging has the following special error:
- Error code: NoSuchTagSetError Description: There is no tag set associated with the bucket.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html#API_control_GetBucketTagging_Examples) section.
The following actions are related to GetBucketTagging:
PutBucketTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html)
DeleteBucketTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html)
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 AWS S3 Control's API operation GetBucketTagging for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucketTagging
func (*S3Control) GetBucketTaggingRequest ¶ added in v1.35.0
func (c *S3Control) GetBucketTaggingRequest(input *GetBucketTaggingInput) (req *request.Request, output *GetBucketTaggingOutput)
GetBucketTaggingRequest generates a "aws/request.Request" representing the client's request for the GetBucketTagging 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 GetBucketTagging for more information on using the GetBucketTagging 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 GetBucketTaggingRequest method. req, resp := client.GetBucketTaggingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucketTagging
func (*S3Control) GetBucketTaggingWithContext ¶ added in v1.35.0
func (c *S3Control) GetBucketTaggingWithContext(ctx aws.Context, input *GetBucketTaggingInput, opts ...request.Option) (*GetBucketTaggingOutput, error)
GetBucketTaggingWithContext is the same as GetBucketTagging with the addition of the ability to pass a context and additional request options.
See GetBucketTagging 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 (*S3Control) GetBucketVersioning ¶ added in v1.44.103
func (c *S3Control) GetBucketVersioning(input *GetBucketVersioningInput) (*GetBucketVersioningOutput, error)
GetBucketVersioning API operation for AWS S3 Control.
This operation returns the versioning state only for S3 on Outposts buckets. To return the versioning state for an S3 bucket, see GetBucketVersioning (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html) in the Amazon S3 API Reference.
Returns the versioning state for an S3 on Outposts bucket. With versioning, you can save multiple distinct copies of your data and recover from unintended user actions and application failures.
If you've never set versioning on your bucket, it has no versioning state. In that case, the GetBucketVersioning request does not return a versioning state value.
For more information about versioning, see Versioning (https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html) in the Amazon S3 User Guide.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketVersioning.html#API_control_GetBucketVersioning_Examples) section.
The following operations are related to GetBucketVersioning for S3 on Outposts.
PutBucketVersioning (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html)
PutBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html)
GetBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html)
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 AWS S3 Control's API operation GetBucketVersioning for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucketVersioning
func (*S3Control) GetBucketVersioningRequest ¶ added in v1.44.103
func (c *S3Control) GetBucketVersioningRequest(input *GetBucketVersioningInput) (req *request.Request, output *GetBucketVersioningOutput)
GetBucketVersioningRequest generates a "aws/request.Request" representing the client's request for the GetBucketVersioning 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 GetBucketVersioning for more information on using the GetBucketVersioning 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 GetBucketVersioningRequest method. req, resp := client.GetBucketVersioningRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetBucketVersioning
func (*S3Control) GetBucketVersioningWithContext ¶ added in v1.44.103
func (c *S3Control) GetBucketVersioningWithContext(ctx aws.Context, input *GetBucketVersioningInput, opts ...request.Option) (*GetBucketVersioningOutput, error)
GetBucketVersioningWithContext is the same as GetBucketVersioning with the addition of the ability to pass a context and additional request options.
See GetBucketVersioning 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 (*S3Control) GetBucketWithContext ¶ added in v1.35.0
func (c *S3Control) GetBucketWithContext(ctx aws.Context, input *GetBucketInput, opts ...request.Option) (*GetBucketOutput, error)
GetBucketWithContext is the same as GetBucket with the addition of the ability to pass a context and additional request options.
See GetBucket 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 (*S3Control) GetJobTagging ¶ added in v1.29.25
func (c *S3Control) GetJobTagging(input *GetJobTaggingInput) (*GetJobTaggingOutput, error)
GetJobTagging API operation for AWS S3 Control.
Returns the tags on an S3 Batch Operations job. To use this operation, you must have permission to perform the s3:GetJobTagging action. For more information, see Controlling access and labeling jobs using tags (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags) in the Amazon S3 User Guide.
Related actions include:
CreateJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html)
PutJobTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html)
DeleteJobTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html)
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 AWS S3 Control's API operation GetJobTagging for usage and error information.
Returned Error Codes:
ErrCodeInternalServiceException "InternalServiceException"
ErrCodeTooManyRequestsException "TooManyRequestsException"
ErrCodeNotFoundException "NotFoundException"
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetJobTagging
func (*S3Control) GetJobTaggingRequest ¶ added in v1.29.25
func (c *S3Control) GetJobTaggingRequest(input *GetJobTaggingInput) (req *request.Request, output *GetJobTaggingOutput)
GetJobTaggingRequest generates a "aws/request.Request" representing the client's request for the GetJobTagging 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 GetJobTagging for more information on using the GetJobTagging 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 GetJobTaggingRequest method. req, resp := client.GetJobTaggingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetJobTagging
func (*S3Control) GetJobTaggingWithContext ¶ added in v1.29.25
func (c *S3Control) GetJobTaggingWithContext(ctx aws.Context, input *GetJobTaggingInput, opts ...request.Option) (*GetJobTaggingOutput, error)
GetJobTaggingWithContext is the same as GetJobTagging with the addition of the ability to pass a context and additional request options.
See GetJobTagging 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 (*S3Control) GetMultiRegionAccessPoint ¶ added in v1.40.36
func (c *S3Control) GetMultiRegionAccessPoint(input *GetMultiRegionAccessPointInput) (*GetMultiRegionAccessPointOutput, error)
GetMultiRegionAccessPoint API operation for AWS S3 Control.
Returns configuration information about the specified Multi-Region Access Point.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html) in the Amazon S3 User Guide.
The following actions are related to GetMultiRegionAccessPoint:
CreateMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html)
DeleteMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html)
DescribeMultiRegionAccessPointOperation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html)
ListMultiRegionAccessPoints (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html)
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 AWS S3 Control's API operation GetMultiRegionAccessPoint for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetMultiRegionAccessPoint
func (*S3Control) GetMultiRegionAccessPointPolicy ¶ added in v1.40.36
func (c *S3Control) GetMultiRegionAccessPointPolicy(input *GetMultiRegionAccessPointPolicyInput) (*GetMultiRegionAccessPointPolicyOutput, error)
GetMultiRegionAccessPointPolicy API operation for AWS S3 Control.
Returns the access control policy of the specified Multi-Region Access Point.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html) in the Amazon S3 User Guide.
The following actions are related to GetMultiRegionAccessPointPolicy:
GetMultiRegionAccessPointPolicyStatus (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html)
PutMultiRegionAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html)
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 AWS S3 Control's API operation GetMultiRegionAccessPointPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetMultiRegionAccessPointPolicy
func (*S3Control) GetMultiRegionAccessPointPolicyRequest ¶ added in v1.40.36
func (c *S3Control) GetMultiRegionAccessPointPolicyRequest(input *GetMultiRegionAccessPointPolicyInput) (req *request.Request, output *GetMultiRegionAccessPointPolicyOutput)
GetMultiRegionAccessPointPolicyRequest generates a "aws/request.Request" representing the client's request for the GetMultiRegionAccessPointPolicy 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 GetMultiRegionAccessPointPolicy for more information on using the GetMultiRegionAccessPointPolicy 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 GetMultiRegionAccessPointPolicyRequest method. req, resp := client.GetMultiRegionAccessPointPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetMultiRegionAccessPointPolicy
func (*S3Control) GetMultiRegionAccessPointPolicyStatus ¶ added in v1.40.36
func (c *S3Control) GetMultiRegionAccessPointPolicyStatus(input *GetMultiRegionAccessPointPolicyStatusInput) (*GetMultiRegionAccessPointPolicyStatusOutput, error)
GetMultiRegionAccessPointPolicyStatus API operation for AWS S3 Control.
Indicates whether the specified Multi-Region Access Point has an access control policy that allows public access.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html) in the Amazon S3 User Guide.
The following actions are related to GetMultiRegionAccessPointPolicyStatus:
GetMultiRegionAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html)
PutMultiRegionAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html)
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 AWS S3 Control's API operation GetMultiRegionAccessPointPolicyStatus for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetMultiRegionAccessPointPolicyStatus
func (*S3Control) GetMultiRegionAccessPointPolicyStatusRequest ¶ added in v1.40.36
func (c *S3Control) GetMultiRegionAccessPointPolicyStatusRequest(input *GetMultiRegionAccessPointPolicyStatusInput) (req *request.Request, output *GetMultiRegionAccessPointPolicyStatusOutput)
GetMultiRegionAccessPointPolicyStatusRequest generates a "aws/request.Request" representing the client's request for the GetMultiRegionAccessPointPolicyStatus 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 GetMultiRegionAccessPointPolicyStatus for more information on using the GetMultiRegionAccessPointPolicyStatus 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 GetMultiRegionAccessPointPolicyStatusRequest method. req, resp := client.GetMultiRegionAccessPointPolicyStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetMultiRegionAccessPointPolicyStatus
func (*S3Control) GetMultiRegionAccessPointPolicyStatusWithContext ¶ added in v1.40.36
func (c *S3Control) GetMultiRegionAccessPointPolicyStatusWithContext(ctx aws.Context, input *GetMultiRegionAccessPointPolicyStatusInput, opts ...request.Option) (*GetMultiRegionAccessPointPolicyStatusOutput, error)
GetMultiRegionAccessPointPolicyStatusWithContext is the same as GetMultiRegionAccessPointPolicyStatus with the addition of the ability to pass a context and additional request options.
See GetMultiRegionAccessPointPolicyStatus 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 (*S3Control) GetMultiRegionAccessPointPolicyWithContext ¶ added in v1.40.36
func (c *S3Control) GetMultiRegionAccessPointPolicyWithContext(ctx aws.Context, input *GetMultiRegionAccessPointPolicyInput, opts ...request.Option) (*GetMultiRegionAccessPointPolicyOutput, error)
GetMultiRegionAccessPointPolicyWithContext is the same as GetMultiRegionAccessPointPolicy with the addition of the ability to pass a context and additional request options.
See GetMultiRegionAccessPointPolicy 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 (*S3Control) GetMultiRegionAccessPointRequest ¶ added in v1.40.36
func (c *S3Control) GetMultiRegionAccessPointRequest(input *GetMultiRegionAccessPointInput) (req *request.Request, output *GetMultiRegionAccessPointOutput)
GetMultiRegionAccessPointRequest generates a "aws/request.Request" representing the client's request for the GetMultiRegionAccessPoint 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 GetMultiRegionAccessPoint for more information on using the GetMultiRegionAccessPoint 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 GetMultiRegionAccessPointRequest method. req, resp := client.GetMultiRegionAccessPointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetMultiRegionAccessPoint
func (*S3Control) GetMultiRegionAccessPointWithContext ¶ added in v1.40.36
func (c *S3Control) GetMultiRegionAccessPointWithContext(ctx aws.Context, input *GetMultiRegionAccessPointInput, opts ...request.Option) (*GetMultiRegionAccessPointOutput, error)
GetMultiRegionAccessPointWithContext is the same as GetMultiRegionAccessPoint with the addition of the ability to pass a context and additional request options.
See GetMultiRegionAccessPoint 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 (*S3Control) GetPublicAccessBlock ¶
func (c *S3Control) GetPublicAccessBlock(input *GetPublicAccessBlockInput) (*GetPublicAccessBlockOutput, error)
GetPublicAccessBlock API operation for AWS S3 Control.
Retrieves the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html).
Related actions include:
DeletePublicAccessBlock (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeletePublicAccessBlock.html)
PutPublicAccessBlock (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html)
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 AWS S3 Control's API operation GetPublicAccessBlock for usage and error information.
Returned Error Codes:
- ErrCodeNoSuchPublicAccessBlockConfiguration "NoSuchPublicAccessBlockConfiguration" Amazon S3 throws this exception if you make a GetPublicAccessBlock request against an account that doesn't have a PublicAccessBlockConfiguration set.
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetPublicAccessBlock
func (*S3Control) GetPublicAccessBlockRequest ¶
func (c *S3Control) GetPublicAccessBlockRequest(input *GetPublicAccessBlockInput) (req *request.Request, output *GetPublicAccessBlockOutput)
GetPublicAccessBlockRequest generates a "aws/request.Request" representing the client's request for the GetPublicAccessBlock 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 GetPublicAccessBlock for more information on using the GetPublicAccessBlock 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 GetPublicAccessBlockRequest method. req, resp := client.GetPublicAccessBlockRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetPublicAccessBlock
func (*S3Control) GetPublicAccessBlockWithContext ¶
func (c *S3Control) GetPublicAccessBlockWithContext(ctx aws.Context, input *GetPublicAccessBlockInput, opts ...request.Option) (*GetPublicAccessBlockOutput, error)
GetPublicAccessBlockWithContext is the same as GetPublicAccessBlock with the addition of the ability to pass a context and additional request options.
See GetPublicAccessBlock 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 (*S3Control) GetStorageLensConfiguration ¶ added in v1.35.31
func (c *S3Control) GetStorageLensConfiguration(input *GetStorageLensConfigurationInput) (*GetStorageLensConfigurationOutput, error)
GetStorageLensConfiguration API operation for AWS S3 Control.
Gets the Amazon S3 Storage Lens configuration. For more information, see Assessing your storage activity and usage with Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html) in the Amazon S3 User Guide.
To use this action, you must have permission to perform the s3:GetStorageLensConfiguration action. For more information, see Setting permissions to use Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html) in the Amazon S3 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 AWS S3 Control's API operation GetStorageLensConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetStorageLensConfiguration
func (*S3Control) GetStorageLensConfigurationRequest ¶ added in v1.35.31
func (c *S3Control) GetStorageLensConfigurationRequest(input *GetStorageLensConfigurationInput) (req *request.Request, output *GetStorageLensConfigurationOutput)
GetStorageLensConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetStorageLensConfiguration 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 GetStorageLensConfiguration for more information on using the GetStorageLensConfiguration 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 GetStorageLensConfigurationRequest method. req, resp := client.GetStorageLensConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetStorageLensConfiguration
func (*S3Control) GetStorageLensConfigurationTagging ¶ added in v1.35.31
func (c *S3Control) GetStorageLensConfigurationTagging(input *GetStorageLensConfigurationTaggingInput) (*GetStorageLensConfigurationTaggingOutput, error)
GetStorageLensConfigurationTagging API operation for AWS S3 Control.
Gets the tags of Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html) in the Amazon S3 User Guide.
To use this action, you must have permission to perform the s3:GetStorageLensConfigurationTagging action. For more information, see Setting permissions to use Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html) in the Amazon S3 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 AWS S3 Control's API operation GetStorageLensConfigurationTagging for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetStorageLensConfigurationTagging
func (*S3Control) GetStorageLensConfigurationTaggingRequest ¶ added in v1.35.31
func (c *S3Control) GetStorageLensConfigurationTaggingRequest(input *GetStorageLensConfigurationTaggingInput) (req *request.Request, output *GetStorageLensConfigurationTaggingOutput)
GetStorageLensConfigurationTaggingRequest generates a "aws/request.Request" representing the client's request for the GetStorageLensConfigurationTagging 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 GetStorageLensConfigurationTagging for more information on using the GetStorageLensConfigurationTagging 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 GetStorageLensConfigurationTaggingRequest method. req, resp := client.GetStorageLensConfigurationTaggingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetStorageLensConfigurationTagging
func (*S3Control) GetStorageLensConfigurationTaggingWithContext ¶ added in v1.35.31
func (c *S3Control) GetStorageLensConfigurationTaggingWithContext(ctx aws.Context, input *GetStorageLensConfigurationTaggingInput, opts ...request.Option) (*GetStorageLensConfigurationTaggingOutput, error)
GetStorageLensConfigurationTaggingWithContext is the same as GetStorageLensConfigurationTagging with the addition of the ability to pass a context and additional request options.
See GetStorageLensConfigurationTagging 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 (*S3Control) GetStorageLensConfigurationWithContext ¶ added in v1.35.31
func (c *S3Control) GetStorageLensConfigurationWithContext(ctx aws.Context, input *GetStorageLensConfigurationInput, opts ...request.Option) (*GetStorageLensConfigurationOutput, error)
GetStorageLensConfigurationWithContext is the same as GetStorageLensConfiguration with the addition of the ability to pass a context and additional request options.
See GetStorageLensConfiguration 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 (*S3Control) ListAccessPoints ¶ added in v1.25.46
func (c *S3Control) ListAccessPoints(input *ListAccessPointsInput) (*ListAccessPointsOutput, error)
ListAccessPoints API operation for AWS S3 Control.
Returns a list of the access points currently associated with the specified bucket. You can retrieve up to 1000 access points per call. If the specified bucket has more than 1,000 access points (or the number specified in maxResults, whichever is less), the response will include a continuation token that you can use to list the additional access points.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples) section.
The following actions are related to ListAccessPoints:
CreateAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html)
DeleteAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html)
GetAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html)
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 AWS S3 Control's API operation ListAccessPoints for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListAccessPoints
func (*S3Control) ListAccessPointsForObjectLambda ¶ added in v1.38.0
func (c *S3Control) ListAccessPointsForObjectLambda(input *ListAccessPointsForObjectLambdaInput) (*ListAccessPointsForObjectLambdaOutput, error)
ListAccessPointsForObjectLambda API operation for AWS S3 Control.
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there are more access points than what can be returned in one call, the response will include a continuation token that you can use to list the additional access points.
The following actions are related to ListAccessPointsForObjectLambda:
CreateAccessPointForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html)
DeleteAccessPointForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html)
GetAccessPointForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html)
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 AWS S3 Control's API operation ListAccessPointsForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListAccessPointsForObjectLambda
func (*S3Control) ListAccessPointsForObjectLambdaPages ¶ added in v1.38.0
func (c *S3Control) ListAccessPointsForObjectLambdaPages(input *ListAccessPointsForObjectLambdaInput, fn func(*ListAccessPointsForObjectLambdaOutput, bool) bool) error
ListAccessPointsForObjectLambdaPages iterates over the pages of a ListAccessPointsForObjectLambda operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAccessPointsForObjectLambda 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 ListAccessPointsForObjectLambda operation. pageNum := 0 err := client.ListAccessPointsForObjectLambdaPages(params, func(page *s3control.ListAccessPointsForObjectLambdaOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*S3Control) ListAccessPointsForObjectLambdaPagesWithContext ¶ added in v1.38.0
func (c *S3Control) ListAccessPointsForObjectLambdaPagesWithContext(ctx aws.Context, input *ListAccessPointsForObjectLambdaInput, fn func(*ListAccessPointsForObjectLambdaOutput, bool) bool, opts ...request.Option) error
ListAccessPointsForObjectLambdaPagesWithContext same as ListAccessPointsForObjectLambdaPages 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 (*S3Control) ListAccessPointsForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) ListAccessPointsForObjectLambdaRequest(input *ListAccessPointsForObjectLambdaInput) (req *request.Request, output *ListAccessPointsForObjectLambdaOutput)
ListAccessPointsForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the ListAccessPointsForObjectLambda 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 ListAccessPointsForObjectLambda for more information on using the ListAccessPointsForObjectLambda 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 ListAccessPointsForObjectLambdaRequest method. req, resp := client.ListAccessPointsForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListAccessPointsForObjectLambda
func (*S3Control) ListAccessPointsForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) ListAccessPointsForObjectLambdaWithContext(ctx aws.Context, input *ListAccessPointsForObjectLambdaInput, opts ...request.Option) (*ListAccessPointsForObjectLambdaOutput, error)
ListAccessPointsForObjectLambdaWithContext is the same as ListAccessPointsForObjectLambda with the addition of the ability to pass a context and additional request options.
See ListAccessPointsForObjectLambda 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 (*S3Control) ListAccessPointsPages ¶ added in v1.25.46
func (c *S3Control) ListAccessPointsPages(input *ListAccessPointsInput, fn func(*ListAccessPointsOutput, bool) bool) error
ListAccessPointsPages iterates over the pages of a ListAccessPoints operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAccessPoints 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 ListAccessPoints operation. pageNum := 0 err := client.ListAccessPointsPages(params, func(page *s3control.ListAccessPointsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*S3Control) ListAccessPointsPagesWithContext ¶ added in v1.25.46
func (c *S3Control) ListAccessPointsPagesWithContext(ctx aws.Context, input *ListAccessPointsInput, fn func(*ListAccessPointsOutput, bool) bool, opts ...request.Option) error
ListAccessPointsPagesWithContext same as ListAccessPointsPages 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 (*S3Control) ListAccessPointsRequest ¶ added in v1.25.46
func (c *S3Control) ListAccessPointsRequest(input *ListAccessPointsInput) (req *request.Request, output *ListAccessPointsOutput)
ListAccessPointsRequest generates a "aws/request.Request" representing the client's request for the ListAccessPoints 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 ListAccessPoints for more information on using the ListAccessPoints 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 ListAccessPointsRequest method. req, resp := client.ListAccessPointsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListAccessPoints
func (*S3Control) ListAccessPointsWithContext ¶ added in v1.25.46
func (c *S3Control) ListAccessPointsWithContext(ctx aws.Context, input *ListAccessPointsInput, opts ...request.Option) (*ListAccessPointsOutput, error)
ListAccessPointsWithContext is the same as ListAccessPoints with the addition of the ability to pass a context and additional request options.
See ListAccessPoints 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 (*S3Control) ListJobs ¶ added in v1.19.21
func (c *S3Control) ListJobs(input *ListJobsInput) (*ListJobsOutput, error)
ListJobs API operation for AWS S3 Control.
Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request. For more information, see S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html) in the Amazon S3 User Guide.
Related actions include:
CreateJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html)
DescribeJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html)
UpdateJobPriority (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html)
UpdateJobStatus (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html)
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 AWS S3 Control's API operation ListJobs for usage and error information.
Returned Error Codes:
ErrCodeInvalidRequestException "InvalidRequestException"
ErrCodeInternalServiceException "InternalServiceException"
ErrCodeInvalidNextTokenException "InvalidNextTokenException"
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListJobs
func (*S3Control) ListJobsPages ¶ added in v1.19.21
func (c *S3Control) ListJobsPages(input *ListJobsInput, fn func(*ListJobsOutput, bool) bool) error
ListJobsPages iterates over the pages of a ListJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListJobs 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 ListJobs operation. pageNum := 0 err := client.ListJobsPages(params, func(page *s3control.ListJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*S3Control) ListJobsPagesWithContext ¶ added in v1.19.21
func (c *S3Control) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, opts ...request.Option) error
ListJobsPagesWithContext same as ListJobsPages 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 (*S3Control) ListJobsRequest ¶ added in v1.19.21
func (c *S3Control) ListJobsRequest(input *ListJobsInput) (req *request.Request, output *ListJobsOutput)
ListJobsRequest generates a "aws/request.Request" representing the client's request for the ListJobs 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 ListJobs for more information on using the ListJobs 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 ListJobsRequest method. req, resp := client.ListJobsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListJobs
func (*S3Control) ListJobsWithContext ¶ added in v1.19.21
func (c *S3Control) ListJobsWithContext(ctx aws.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error)
ListJobsWithContext is the same as ListJobs with the addition of the ability to pass a context and additional request options.
See ListJobs 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 (*S3Control) ListMultiRegionAccessPoints ¶ added in v1.40.36
func (c *S3Control) ListMultiRegionAccessPoints(input *ListMultiRegionAccessPointsInput) (*ListMultiRegionAccessPointsOutput, error)
ListMultiRegionAccessPoints API operation for AWS S3 Control.
Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account. Each call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be associated with a single account.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html) in the Amazon S3 User Guide.
The following actions are related to ListMultiRegionAccessPoint:
CreateMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html)
DeleteMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html)
DescribeMultiRegionAccessPointOperation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html)
GetMultiRegionAccessPoint (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html)
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 AWS S3 Control's API operation ListMultiRegionAccessPoints for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListMultiRegionAccessPoints
func (*S3Control) ListMultiRegionAccessPointsPages ¶ added in v1.40.36
func (c *S3Control) ListMultiRegionAccessPointsPages(input *ListMultiRegionAccessPointsInput, fn func(*ListMultiRegionAccessPointsOutput, bool) bool) error
ListMultiRegionAccessPointsPages iterates over the pages of a ListMultiRegionAccessPoints operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListMultiRegionAccessPoints 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 ListMultiRegionAccessPoints operation. pageNum := 0 err := client.ListMultiRegionAccessPointsPages(params, func(page *s3control.ListMultiRegionAccessPointsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*S3Control) ListMultiRegionAccessPointsPagesWithContext ¶ added in v1.40.36
func (c *S3Control) ListMultiRegionAccessPointsPagesWithContext(ctx aws.Context, input *ListMultiRegionAccessPointsInput, fn func(*ListMultiRegionAccessPointsOutput, bool) bool, opts ...request.Option) error
ListMultiRegionAccessPointsPagesWithContext same as ListMultiRegionAccessPointsPages 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 (*S3Control) ListMultiRegionAccessPointsRequest ¶ added in v1.40.36
func (c *S3Control) ListMultiRegionAccessPointsRequest(input *ListMultiRegionAccessPointsInput) (req *request.Request, output *ListMultiRegionAccessPointsOutput)
ListMultiRegionAccessPointsRequest generates a "aws/request.Request" representing the client's request for the ListMultiRegionAccessPoints 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 ListMultiRegionAccessPoints for more information on using the ListMultiRegionAccessPoints 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 ListMultiRegionAccessPointsRequest method. req, resp := client.ListMultiRegionAccessPointsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListMultiRegionAccessPoints
func (*S3Control) ListMultiRegionAccessPointsWithContext ¶ added in v1.40.36
func (c *S3Control) ListMultiRegionAccessPointsWithContext(ctx aws.Context, input *ListMultiRegionAccessPointsInput, opts ...request.Option) (*ListMultiRegionAccessPointsOutput, error)
ListMultiRegionAccessPointsWithContext is the same as ListMultiRegionAccessPoints with the addition of the ability to pass a context and additional request options.
See ListMultiRegionAccessPoints 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 (*S3Control) ListRegionalBuckets ¶ added in v1.35.0
func (c *S3Control) ListRegionalBuckets(input *ListRegionalBucketsInput) (*ListRegionalBucketsOutput, error)
ListRegionalBuckets API operation for AWS S3 Control.
Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in the Amazon S3 User Guide.
For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and x-amz-outpost-id in your request, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListRegionalBuckets.html#API_control_ListRegionalBuckets_Examples) section.
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 AWS S3 Control's API operation ListRegionalBuckets for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListRegionalBuckets
func (*S3Control) ListRegionalBucketsPages ¶ added in v1.35.0
func (c *S3Control) ListRegionalBucketsPages(input *ListRegionalBucketsInput, fn func(*ListRegionalBucketsOutput, bool) bool) error
ListRegionalBucketsPages iterates over the pages of a ListRegionalBuckets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListRegionalBuckets 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 ListRegionalBuckets operation. pageNum := 0 err := client.ListRegionalBucketsPages(params, func(page *s3control.ListRegionalBucketsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*S3Control) ListRegionalBucketsPagesWithContext ¶ added in v1.35.0
func (c *S3Control) ListRegionalBucketsPagesWithContext(ctx aws.Context, input *ListRegionalBucketsInput, fn func(*ListRegionalBucketsOutput, bool) bool, opts ...request.Option) error
ListRegionalBucketsPagesWithContext same as ListRegionalBucketsPages 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 (*S3Control) ListRegionalBucketsRequest ¶ added in v1.35.0
func (c *S3Control) ListRegionalBucketsRequest(input *ListRegionalBucketsInput) (req *request.Request, output *ListRegionalBucketsOutput)
ListRegionalBucketsRequest generates a "aws/request.Request" representing the client's request for the ListRegionalBuckets 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 ListRegionalBuckets for more information on using the ListRegionalBuckets 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 ListRegionalBucketsRequest method. req, resp := client.ListRegionalBucketsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListRegionalBuckets
func (*S3Control) ListRegionalBucketsWithContext ¶ added in v1.35.0
func (c *S3Control) ListRegionalBucketsWithContext(ctx aws.Context, input *ListRegionalBucketsInput, opts ...request.Option) (*ListRegionalBucketsOutput, error)
ListRegionalBucketsWithContext is the same as ListRegionalBuckets with the addition of the ability to pass a context and additional request options.
See ListRegionalBuckets 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 (*S3Control) ListStorageLensConfigurations ¶ added in v1.35.31
func (c *S3Control) ListStorageLensConfigurations(input *ListStorageLensConfigurationsInput) (*ListStorageLensConfigurationsOutput, error)
ListStorageLensConfigurations API operation for AWS S3 Control.
Gets a list of Amazon S3 Storage Lens configurations. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html) in the Amazon S3 User Guide.
To use this action, you must have permission to perform the s3:ListStorageLensConfigurations action. For more information, see Setting permissions to use Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html) in the Amazon S3 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 AWS S3 Control's API operation ListStorageLensConfigurations for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListStorageLensConfigurations
func (*S3Control) ListStorageLensConfigurationsPages ¶ added in v1.38.4
func (c *S3Control) ListStorageLensConfigurationsPages(input *ListStorageLensConfigurationsInput, fn func(*ListStorageLensConfigurationsOutput, bool) bool) error
ListStorageLensConfigurationsPages iterates over the pages of a ListStorageLensConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListStorageLensConfigurations 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 ListStorageLensConfigurations operation. pageNum := 0 err := client.ListStorageLensConfigurationsPages(params, func(page *s3control.ListStorageLensConfigurationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*S3Control) ListStorageLensConfigurationsPagesWithContext ¶ added in v1.38.4
func (c *S3Control) ListStorageLensConfigurationsPagesWithContext(ctx aws.Context, input *ListStorageLensConfigurationsInput, fn func(*ListStorageLensConfigurationsOutput, bool) bool, opts ...request.Option) error
ListStorageLensConfigurationsPagesWithContext same as ListStorageLensConfigurationsPages 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 (*S3Control) ListStorageLensConfigurationsRequest ¶ added in v1.35.31
func (c *S3Control) ListStorageLensConfigurationsRequest(input *ListStorageLensConfigurationsInput) (req *request.Request, output *ListStorageLensConfigurationsOutput)
ListStorageLensConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ListStorageLensConfigurations 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 ListStorageLensConfigurations for more information on using the ListStorageLensConfigurations 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 ListStorageLensConfigurationsRequest method. req, resp := client.ListStorageLensConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/ListStorageLensConfigurations
func (*S3Control) ListStorageLensConfigurationsWithContext ¶ added in v1.35.31
func (c *S3Control) ListStorageLensConfigurationsWithContext(ctx aws.Context, input *ListStorageLensConfigurationsInput, opts ...request.Option) (*ListStorageLensConfigurationsOutput, error)
ListStorageLensConfigurationsWithContext is the same as ListStorageLensConfigurations with the addition of the ability to pass a context and additional request options.
See ListStorageLensConfigurations 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 (*S3Control) PutAccessPointConfigurationForObjectLambda ¶ added in v1.38.0
func (c *S3Control) PutAccessPointConfigurationForObjectLambda(input *PutAccessPointConfigurationForObjectLambdaInput) (*PutAccessPointConfigurationForObjectLambdaOutput, error)
PutAccessPointConfigurationForObjectLambda API operation for AWS S3 Control.
Replaces configuration for an Object Lambda Access Point.
The following actions are related to PutAccessPointConfigurationForObjectLambda:
- GetAccessPointConfigurationForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointConfigurationForObjectLambda.html)
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 AWS S3 Control's API operation PutAccessPointConfigurationForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutAccessPointConfigurationForObjectLambda
func (*S3Control) PutAccessPointConfigurationForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) PutAccessPointConfigurationForObjectLambdaRequest(input *PutAccessPointConfigurationForObjectLambdaInput) (req *request.Request, output *PutAccessPointConfigurationForObjectLambdaOutput)
PutAccessPointConfigurationForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the PutAccessPointConfigurationForObjectLambda 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 PutAccessPointConfigurationForObjectLambda for more information on using the PutAccessPointConfigurationForObjectLambda 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 PutAccessPointConfigurationForObjectLambdaRequest method. req, resp := client.PutAccessPointConfigurationForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*S3Control) PutAccessPointConfigurationForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) PutAccessPointConfigurationForObjectLambdaWithContext(ctx aws.Context, input *PutAccessPointConfigurationForObjectLambdaInput, opts ...request.Option) (*PutAccessPointConfigurationForObjectLambdaOutput, error)
PutAccessPointConfigurationForObjectLambdaWithContext is the same as PutAccessPointConfigurationForObjectLambda with the addition of the ability to pass a context and additional request options.
See PutAccessPointConfigurationForObjectLambda 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 (*S3Control) PutAccessPointPolicy ¶ added in v1.25.46
func (c *S3Control) PutAccessPointPolicy(input *PutAccessPointPolicyInput) (*PutAccessPointPolicyOutput, error)
PutAccessPointPolicy API operation for AWS S3 Control.
Associates an access policy with the specified access point. Each access point can have only one policy, so a request made to this API replaces any existing policy associated with the specified access point.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html#API_control_PutAccessPointPolicy_Examples) section.
The following actions are related to PutAccessPointPolicy:
GetAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html)
DeleteAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html)
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 AWS S3 Control's API operation PutAccessPointPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutAccessPointPolicy
func (*S3Control) PutAccessPointPolicyForObjectLambda ¶ added in v1.38.0
func (c *S3Control) PutAccessPointPolicyForObjectLambda(input *PutAccessPointPolicyForObjectLambdaInput) (*PutAccessPointPolicyForObjectLambdaOutput, error)
PutAccessPointPolicyForObjectLambda API operation for AWS S3 Control.
Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see Creating Object Lambda Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-create.html#olap-create-cli) in the Amazon S3 User Guide.
The following actions are related to PutAccessPointPolicyForObjectLambda:
DeleteAccessPointPolicyForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicyForObjectLambda.html)
GetAccessPointPolicyForObjectLambda (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html)
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 AWS S3 Control's API operation PutAccessPointPolicyForObjectLambda for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutAccessPointPolicyForObjectLambda
func (*S3Control) PutAccessPointPolicyForObjectLambdaRequest ¶ added in v1.38.0
func (c *S3Control) PutAccessPointPolicyForObjectLambdaRequest(input *PutAccessPointPolicyForObjectLambdaInput) (req *request.Request, output *PutAccessPointPolicyForObjectLambdaOutput)
PutAccessPointPolicyForObjectLambdaRequest generates a "aws/request.Request" representing the client's request for the PutAccessPointPolicyForObjectLambda 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 PutAccessPointPolicyForObjectLambda for more information on using the PutAccessPointPolicyForObjectLambda 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 PutAccessPointPolicyForObjectLambdaRequest method. req, resp := client.PutAccessPointPolicyForObjectLambdaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutAccessPointPolicyForObjectLambda
func (*S3Control) PutAccessPointPolicyForObjectLambdaWithContext ¶ added in v1.38.0
func (c *S3Control) PutAccessPointPolicyForObjectLambdaWithContext(ctx aws.Context, input *PutAccessPointPolicyForObjectLambdaInput, opts ...request.Option) (*PutAccessPointPolicyForObjectLambdaOutput, error)
PutAccessPointPolicyForObjectLambdaWithContext is the same as PutAccessPointPolicyForObjectLambda with the addition of the ability to pass a context and additional request options.
See PutAccessPointPolicyForObjectLambda 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 (*S3Control) PutAccessPointPolicyRequest ¶ added in v1.25.46
func (c *S3Control) PutAccessPointPolicyRequest(input *PutAccessPointPolicyInput) (req *request.Request, output *PutAccessPointPolicyOutput)
PutAccessPointPolicyRequest generates a "aws/request.Request" representing the client's request for the PutAccessPointPolicy 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 PutAccessPointPolicy for more information on using the PutAccessPointPolicy 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 PutAccessPointPolicyRequest method. req, resp := client.PutAccessPointPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutAccessPointPolicy
func (*S3Control) PutAccessPointPolicyWithContext ¶ added in v1.25.46
func (c *S3Control) PutAccessPointPolicyWithContext(ctx aws.Context, input *PutAccessPointPolicyInput, opts ...request.Option) (*PutAccessPointPolicyOutput, error)
PutAccessPointPolicyWithContext is the same as PutAccessPointPolicy with the addition of the ability to pass a context and additional request options.
See PutAccessPointPolicy 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 (*S3Control) PutBucketLifecycleConfiguration ¶ added in v1.35.0
func (c *S3Control) PutBucketLifecycleConfiguration(input *PutBucketLifecycleConfigurationInput) (*PutBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfiguration API operation for AWS S3 Control.
This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a lifecycle configuration to an S3 bucket, see PutBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html) in the Amazon S3 API Reference.
Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing lifecycle configuration. Outposts buckets only support lifecycle configurations that delete/expire objects after a certain period of time and abort incomplete multipart uploads.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html#API_control_PutBucketLifecycleConfiguration_Examples) section.
The following actions are related to PutBucketLifecycleConfiguration:
GetBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html)
DeleteBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html)
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 AWS S3 Control's API operation PutBucketLifecycleConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutBucketLifecycleConfiguration
func (*S3Control) PutBucketLifecycleConfigurationRequest ¶ added in v1.35.0
func (c *S3Control) PutBucketLifecycleConfigurationRequest(input *PutBucketLifecycleConfigurationInput) (req *request.Request, output *PutBucketLifecycleConfigurationOutput)
PutBucketLifecycleConfigurationRequest generates a "aws/request.Request" representing the client's request for the PutBucketLifecycleConfiguration 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 PutBucketLifecycleConfiguration for more information on using the PutBucketLifecycleConfiguration 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 PutBucketLifecycleConfigurationRequest method. req, resp := client.PutBucketLifecycleConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutBucketLifecycleConfiguration
func (*S3Control) PutBucketLifecycleConfigurationWithContext ¶ added in v1.35.0
func (c *S3Control) PutBucketLifecycleConfigurationWithContext(ctx aws.Context, input *PutBucketLifecycleConfigurationInput, opts ...request.Option) (*PutBucketLifecycleConfigurationOutput, error)
PutBucketLifecycleConfigurationWithContext is the same as PutBucketLifecycleConfiguration with the addition of the ability to pass a context and additional request options.
See PutBucketLifecycleConfiguration 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 (*S3Control) PutBucketPolicy ¶ added in v1.35.0
func (c *S3Control) PutBucketPolicy(input *PutBucketPolicyInput) (*PutBucketPolicyOutput, error)
PutBucketPolicy API operation for AWS S3 Control.
This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see PutBucketPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html) in the Amazon S3 API Reference.
Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in the Amazon S3 User Guide.
If you are using an identity other than the root user of the Amazon Web Services account that owns the Outposts bucket, the calling identity must have the PutBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account in order to use this action.
If you don't have PutBucketPolicy permissions, Amazon S3 returns a 403 Access Denied error. If you have the correct permissions, but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 405 Method Not Allowed error.
As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action.
For more information about bucket policies, see Using Bucket Policies and User Policies (https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html).
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html#API_control_PutBucketPolicy_Examples) section.
The following actions are related to PutBucketPolicy:
GetBucketPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html)
DeleteBucketPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html)
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 AWS S3 Control's API operation PutBucketPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutBucketPolicy
func (*S3Control) PutBucketPolicyRequest ¶ added in v1.35.0
func (c *S3Control) PutBucketPolicyRequest(input *PutBucketPolicyInput) (req *request.Request, output *PutBucketPolicyOutput)
PutBucketPolicyRequest generates a "aws/request.Request" representing the client's request for the PutBucketPolicy 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 PutBucketPolicy for more information on using the PutBucketPolicy 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 PutBucketPolicyRequest method. req, resp := client.PutBucketPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutBucketPolicy
func (*S3Control) PutBucketPolicyWithContext ¶ added in v1.35.0
func (c *S3Control) PutBucketPolicyWithContext(ctx aws.Context, input *PutBucketPolicyInput, opts ...request.Option) (*PutBucketPolicyOutput, error)
PutBucketPolicyWithContext is the same as PutBucketPolicy with the addition of the ability to pass a context and additional request options.
See PutBucketPolicy 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 (*S3Control) PutBucketTagging ¶ added in v1.35.0
func (c *S3Control) PutBucketTagging(input *PutBucketTaggingInput) (*PutBucketTaggingOutput, error)
PutBucketTagging API operation for AWS S3 Control.
This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see PutBucketTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html) in the Amazon S3 API Reference.
Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in the Amazon S3 User Guide.
Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get your Amazon Web Services account bill with tag key values included. Then, to see the cost of combined resources, organize your billing information according to resources with the same tag key values. For example, you can tag several resources with a specific application name, and then organize your billing information to see the total cost of that application across several services. For more information, see Cost allocation and tagging (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html).
Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites the old value. For more information, see Using cost allocation in Amazon S3 bucket tags (https://docs.aws.amazon.com/AmazonS3/latest/userguide/CostAllocTagging.html).
To use this action, you must have permissions to perform the s3-outposts:PutBucketTagging action. The Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations (https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources) and Managing access permissions to your Amazon S3 resources (https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html).
PutBucketTagging has the following special errors:
Error code: InvalidTagError Description: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation. For information about tag restrictions, see User-Defined Tag Restrictions (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html) and Amazon Web Services-Generated Cost Allocation Tag Restrictions (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/aws-tag-restrictions.html).
Error code: MalformedXMLError Description: The XML provided does not match the schema.
Error code: OperationAbortedError Description: A conflicting conditional action is currently in progress against this resource. Try again.
Error code: InternalError Description: The service was unable to apply the provided tag to the bucket.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html#API_control_PutBucketTagging_Examples) section.
The following actions are related to PutBucketTagging:
GetBucketTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html)
DeleteBucketTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html)
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 AWS S3 Control's API operation PutBucketTagging for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutBucketTagging
func (*S3Control) PutBucketTaggingRequest ¶ added in v1.35.0
func (c *S3Control) PutBucketTaggingRequest(input *PutBucketTaggingInput) (req *request.Request, output *PutBucketTaggingOutput)
PutBucketTaggingRequest generates a "aws/request.Request" representing the client's request for the PutBucketTagging 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 PutBucketTagging for more information on using the PutBucketTagging 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 PutBucketTaggingRequest method. req, resp := client.PutBucketTaggingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutBucketTagging
func (*S3Control) PutBucketTaggingWithContext ¶ added in v1.35.0
func (c *S3Control) PutBucketTaggingWithContext(ctx aws.Context, input *PutBucketTaggingInput, opts ...request.Option) (*PutBucketTaggingOutput, error)
PutBucketTaggingWithContext is the same as PutBucketTagging with the addition of the ability to pass a context and additional request options.
See PutBucketTagging 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 (*S3Control) PutBucketVersioning ¶ added in v1.44.103
func (c *S3Control) PutBucketVersioning(input *PutBucketVersioningInput) (*PutBucketVersioningOutput, error)
PutBucketVersioning API operation for AWS S3 Control.
This operation sets the versioning state only for S3 on Outposts buckets. To set the versioning state for an S3 bucket, see PutBucketVersioning (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketVersioning.html) in the Amazon S3 API Reference.
Sets the versioning state for an S3 on Outposts bucket. With versioning, you can save multiple distinct copies of your data and recover from unintended user actions and application failures.
You can set the versioning state to one of the following:
Enabled - Enables versioning for the objects in the bucket. All objects added to the bucket receive a unique version ID.
Suspended - Suspends versioning for the objects in the bucket. All objects added to the bucket receive the version ID null.
If you've never set versioning on your bucket, it has no versioning state. In that case, a GetBucketVersioning (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketVersioning.html) request does not return a versioning state value.
When you enable S3 Versioning, for each object in your bucket, you have a current version and zero or more noncurrent versions. You can configure your bucket S3 Lifecycle rules to expire noncurrent versions after a specified time period. For more information, see Creating and managing a lifecycle configuration for your S3 on Outposts bucket (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsLifecycleManaging.html) in the Amazon S3 User Guide.
If you have an object expiration lifecycle policy in your non-versioned bucket and you want to maintain the same permanent delete behavior when you enable versioning, you must add a noncurrent expiration policy. The noncurrent expiration lifecycle policy will manage the deletes of the noncurrent object versions in the version-enabled bucket. For more information, see Versioning (https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html) in the Amazon S3 User Guide.
All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html#API_control_PutBucketVersioning_Examples) section.
The following operations are related to PutBucketVersioning for S3 on Outposts.
GetBucketVersioning (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketVersioning.html)
PutBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html)
GetBucketLifecycleConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html)
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 AWS S3 Control's API operation PutBucketVersioning for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutBucketVersioning
func (*S3Control) PutBucketVersioningRequest ¶ added in v1.44.103
func (c *S3Control) PutBucketVersioningRequest(input *PutBucketVersioningInput) (req *request.Request, output *PutBucketVersioningOutput)
PutBucketVersioningRequest generates a "aws/request.Request" representing the client's request for the PutBucketVersioning 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 PutBucketVersioning for more information on using the PutBucketVersioning 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 PutBucketVersioningRequest method. req, resp := client.PutBucketVersioningRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutBucketVersioning
func (*S3Control) PutBucketVersioningWithContext ¶ added in v1.44.103
func (c *S3Control) PutBucketVersioningWithContext(ctx aws.Context, input *PutBucketVersioningInput, opts ...request.Option) (*PutBucketVersioningOutput, error)
PutBucketVersioningWithContext is the same as PutBucketVersioning with the addition of the ability to pass a context and additional request options.
See PutBucketVersioning 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 (*S3Control) PutJobTagging ¶ added in v1.29.25
func (c *S3Control) PutJobTagging(input *PutJobTaggingInput) (*PutJobTaggingOutput, error)
PutJobTagging API operation for AWS S3 Control.
Sets the supplied tag-set on an S3 Batch Operations job.
A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending a PUT request against the tagging subresource that is associated with the job. To modify the existing tag set, you can either replace the existing tag set entirely, or make changes within the existing tag set by retrieving the existing tag set using GetJobTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html), modify that tag set, and use this action to replace the tag set with the one you modified. For more information, see Controlling access and labeling jobs using tags (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags) in the Amazon S3 User Guide.
If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the Batch Operations job. If you use this method, you are charged for a Tier 1 Request (PUT). For more information, see Amazon S3 pricing (http://aws.amazon.com/s3/pricing/).
For deleting existing tags for your Batch Operations job, a DeleteJobTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html) request is preferred because it achieves the same result without incurring charges.
A few things to consider about using tags: Amazon S3 limits the maximum number of tags to 50 tags per job. You can associate up to 50 tags with a job as long as they have unique tag keys. A tag key can be up to 128 Unicode characters in length, and tag values can be up to 256 Unicode characters in length. The key and values are case sensitive. For tagging-related restrictions related to characters and encodings, see User-Defined Tag Restrictions (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html) in the Billing and Cost Management User Guide.
To use this action, you must have permission to perform the s3:PutJobTagging action.
Related actions include:
CreateJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html)
GetJobTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html)
DeleteJobTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html)
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 AWS S3 Control's API operation PutJobTagging for usage and error information.
Returned Error Codes:
ErrCodeInternalServiceException "InternalServiceException"
ErrCodeTooManyRequestsException "TooManyRequestsException"
ErrCodeNotFoundException "NotFoundException"
ErrCodeTooManyTagsException "TooManyTagsException" Amazon S3 throws this exception if you have too many tags in your tag set.
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutJobTagging
func (*S3Control) PutJobTaggingRequest ¶ added in v1.29.25
func (c *S3Control) PutJobTaggingRequest(input *PutJobTaggingInput) (req *request.Request, output *PutJobTaggingOutput)
PutJobTaggingRequest generates a "aws/request.Request" representing the client's request for the PutJobTagging 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 PutJobTagging for more information on using the PutJobTagging 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 PutJobTaggingRequest method. req, resp := client.PutJobTaggingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutJobTagging
func (*S3Control) PutJobTaggingWithContext ¶ added in v1.29.25
func (c *S3Control) PutJobTaggingWithContext(ctx aws.Context, input *PutJobTaggingInput, opts ...request.Option) (*PutJobTaggingOutput, error)
PutJobTaggingWithContext is the same as PutJobTagging with the addition of the ability to pass a context and additional request options.
See PutJobTagging 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 (*S3Control) PutMultiRegionAccessPointPolicy ¶ added in v1.40.36
func (c *S3Control) PutMultiRegionAccessPointPolicy(input *PutMultiRegionAccessPointPolicyInput) (*PutMultiRegionAccessPointPolicyOutput, error)
PutMultiRegionAccessPointPolicy API operation for AWS S3 Control.
Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only one policy, so a request made to this action replaces any existing policy that is associated with the specified Multi-Region Access Point.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html) in the Amazon S3 User Guide.
The following actions are related to PutMultiRegionAccessPointPolicy:
GetMultiRegionAccessPointPolicy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html)
GetMultiRegionAccessPointPolicyStatus (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html)
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 AWS S3 Control's API operation PutMultiRegionAccessPointPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutMultiRegionAccessPointPolicy
func (*S3Control) PutMultiRegionAccessPointPolicyRequest ¶ added in v1.40.36
func (c *S3Control) PutMultiRegionAccessPointPolicyRequest(input *PutMultiRegionAccessPointPolicyInput) (req *request.Request, output *PutMultiRegionAccessPointPolicyOutput)
PutMultiRegionAccessPointPolicyRequest generates a "aws/request.Request" representing the client's request for the PutMultiRegionAccessPointPolicy 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 PutMultiRegionAccessPointPolicy for more information on using the PutMultiRegionAccessPointPolicy 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 PutMultiRegionAccessPointPolicyRequest method. req, resp := client.PutMultiRegionAccessPointPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutMultiRegionAccessPointPolicy
func (*S3Control) PutMultiRegionAccessPointPolicyWithContext ¶ added in v1.40.36
func (c *S3Control) PutMultiRegionAccessPointPolicyWithContext(ctx aws.Context, input *PutMultiRegionAccessPointPolicyInput, opts ...request.Option) (*PutMultiRegionAccessPointPolicyOutput, error)
PutMultiRegionAccessPointPolicyWithContext is the same as PutMultiRegionAccessPointPolicy with the addition of the ability to pass a context and additional request options.
See PutMultiRegionAccessPointPolicy 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 (*S3Control) PutPublicAccessBlock ¶
func (c *S3Control) PutPublicAccessBlock(input *PutPublicAccessBlockInput) (*PutPublicAccessBlockOutput, error)
PutPublicAccessBlock API operation for AWS S3 Control.
Creates or modifies the PublicAccessBlock configuration for an Amazon Web Services account. For this operation, users must have the s3:PutAccountPublicAccessBlock permission. For more information, see Using Amazon S3 block public access (https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html).
Related actions include:
GetPublicAccessBlock (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetPublicAccessBlock.html)
DeletePublicAccessBlock (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeletePublicAccessBlock.html)
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 AWS S3 Control's API operation PutPublicAccessBlock for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutPublicAccessBlock
func (*S3Control) PutPublicAccessBlockRequest ¶
func (c *S3Control) PutPublicAccessBlockRequest(input *PutPublicAccessBlockInput) (req *request.Request, output *PutPublicAccessBlockOutput)
PutPublicAccessBlockRequest generates a "aws/request.Request" representing the client's request for the PutPublicAccessBlock 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 PutPublicAccessBlock for more information on using the PutPublicAccessBlock 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 PutPublicAccessBlockRequest method. req, resp := client.PutPublicAccessBlockRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutPublicAccessBlock
func (*S3Control) PutPublicAccessBlockWithContext ¶
func (c *S3Control) PutPublicAccessBlockWithContext(ctx aws.Context, input *PutPublicAccessBlockInput, opts ...request.Option) (*PutPublicAccessBlockOutput, error)
PutPublicAccessBlockWithContext is the same as PutPublicAccessBlock with the addition of the ability to pass a context and additional request options.
See PutPublicAccessBlock 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 (*S3Control) PutStorageLensConfiguration ¶ added in v1.35.31
func (c *S3Control) PutStorageLensConfiguration(input *PutStorageLensConfigurationInput) (*PutStorageLensConfigurationOutput, error)
PutStorageLensConfiguration API operation for AWS S3 Control.
Puts an Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Working with Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html) in the Amazon S3 User Guide.
To use this action, you must have permission to perform the s3:PutStorageLensConfiguration action. For more information, see Setting permissions to use Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html) in the Amazon S3 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 AWS S3 Control's API operation PutStorageLensConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutStorageLensConfiguration
func (*S3Control) PutStorageLensConfigurationRequest ¶ added in v1.35.31
func (c *S3Control) PutStorageLensConfigurationRequest(input *PutStorageLensConfigurationInput) (req *request.Request, output *PutStorageLensConfigurationOutput)
PutStorageLensConfigurationRequest generates a "aws/request.Request" representing the client's request for the PutStorageLensConfiguration 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 PutStorageLensConfiguration for more information on using the PutStorageLensConfiguration 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 PutStorageLensConfigurationRequest method. req, resp := client.PutStorageLensConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutStorageLensConfiguration
func (*S3Control) PutStorageLensConfigurationTagging ¶ added in v1.35.31
func (c *S3Control) PutStorageLensConfigurationTagging(input *PutStorageLensConfigurationTaggingInput) (*PutStorageLensConfigurationTaggingOutput, error)
PutStorageLensConfigurationTagging API operation for AWS S3 Control.
Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html) in the Amazon S3 User Guide.
To use this action, you must have permission to perform the s3:PutStorageLensConfigurationTagging action. For more information, see Setting permissions to use Amazon S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html) in the Amazon S3 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 AWS S3 Control's API operation PutStorageLensConfigurationTagging for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutStorageLensConfigurationTagging
func (*S3Control) PutStorageLensConfigurationTaggingRequest ¶ added in v1.35.31
func (c *S3Control) PutStorageLensConfigurationTaggingRequest(input *PutStorageLensConfigurationTaggingInput) (req *request.Request, output *PutStorageLensConfigurationTaggingOutput)
PutStorageLensConfigurationTaggingRequest generates a "aws/request.Request" representing the client's request for the PutStorageLensConfigurationTagging 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 PutStorageLensConfigurationTagging for more information on using the PutStorageLensConfigurationTagging 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 PutStorageLensConfigurationTaggingRequest method. req, resp := client.PutStorageLensConfigurationTaggingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutStorageLensConfigurationTagging
func (*S3Control) PutStorageLensConfigurationTaggingWithContext ¶ added in v1.35.31
func (c *S3Control) PutStorageLensConfigurationTaggingWithContext(ctx aws.Context, input *PutStorageLensConfigurationTaggingInput, opts ...request.Option) (*PutStorageLensConfigurationTaggingOutput, error)
PutStorageLensConfigurationTaggingWithContext is the same as PutStorageLensConfigurationTagging with the addition of the ability to pass a context and additional request options.
See PutStorageLensConfigurationTagging 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 (*S3Control) PutStorageLensConfigurationWithContext ¶ added in v1.35.31
func (c *S3Control) PutStorageLensConfigurationWithContext(ctx aws.Context, input *PutStorageLensConfigurationInput, opts ...request.Option) (*PutStorageLensConfigurationOutput, error)
PutStorageLensConfigurationWithContext is the same as PutStorageLensConfiguration with the addition of the ability to pass a context and additional request options.
See PutStorageLensConfiguration 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 (*S3Control) UpdateJobPriority ¶ added in v1.19.21
func (c *S3Control) UpdateJobPriority(input *UpdateJobPriorityInput) (*UpdateJobPriorityOutput, error)
UpdateJobPriority API operation for AWS S3 Control.
Updates an existing S3 Batch Operations job's priority. For more information, see S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html) in the Amazon S3 User Guide.
Related actions include:
CreateJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html)
ListJobs (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html)
DescribeJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html)
UpdateJobStatus (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html)
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 AWS S3 Control's API operation UpdateJobPriority for usage and error information.
Returned Error Codes:
ErrCodeBadRequestException "BadRequestException"
ErrCodeTooManyRequestsException "TooManyRequestsException"
ErrCodeNotFoundException "NotFoundException"
ErrCodeInternalServiceException "InternalServiceException"
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/UpdateJobPriority
func (*S3Control) UpdateJobPriorityRequest ¶ added in v1.19.21
func (c *S3Control) UpdateJobPriorityRequest(input *UpdateJobPriorityInput) (req *request.Request, output *UpdateJobPriorityOutput)
UpdateJobPriorityRequest generates a "aws/request.Request" representing the client's request for the UpdateJobPriority 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 UpdateJobPriority for more information on using the UpdateJobPriority 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 UpdateJobPriorityRequest method. req, resp := client.UpdateJobPriorityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/UpdateJobPriority
func (*S3Control) UpdateJobPriorityWithContext ¶ added in v1.19.21
func (c *S3Control) UpdateJobPriorityWithContext(ctx aws.Context, input *UpdateJobPriorityInput, opts ...request.Option) (*UpdateJobPriorityOutput, error)
UpdateJobPriorityWithContext is the same as UpdateJobPriority with the addition of the ability to pass a context and additional request options.
See UpdateJobPriority 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 (*S3Control) UpdateJobStatus ¶ added in v1.19.21
func (c *S3Control) UpdateJobStatus(input *UpdateJobStatusInput) (*UpdateJobStatusOutput, error)
UpdateJobStatus API operation for AWS S3 Control.
Updates the status for the specified job. Use this action to confirm that you want to run a job or to cancel an existing job. For more information, see S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html) in the Amazon S3 User Guide.
Related actions include:
CreateJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html)
ListJobs (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html)
DescribeJob (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html)
UpdateJobStatus (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html)
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 AWS S3 Control's API operation UpdateJobStatus for usage and error information.
Returned Error Codes:
ErrCodeBadRequestException "BadRequestException"
ErrCodeTooManyRequestsException "TooManyRequestsException"
ErrCodeNotFoundException "NotFoundException"
ErrCodeJobStatusException "JobStatusException"
ErrCodeInternalServiceException "InternalServiceException"
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/UpdateJobStatus
func (*S3Control) UpdateJobStatusRequest ¶ added in v1.19.21
func (c *S3Control) UpdateJobStatusRequest(input *UpdateJobStatusInput) (req *request.Request, output *UpdateJobStatusOutput)
UpdateJobStatusRequest generates a "aws/request.Request" representing the client's request for the UpdateJobStatus 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 UpdateJobStatus for more information on using the UpdateJobStatus 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 UpdateJobStatusRequest method. req, resp := client.UpdateJobStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/UpdateJobStatus
func (*S3Control) UpdateJobStatusWithContext ¶ added in v1.19.21
func (c *S3Control) UpdateJobStatusWithContext(ctx aws.Context, input *UpdateJobStatusInput, opts ...request.Option) (*UpdateJobStatusOutput, error)
UpdateJobStatusWithContext is the same as UpdateJobStatus with the addition of the ability to pass a context and additional request options.
See UpdateJobStatus 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 S3CopyObjectOperation ¶ added in v1.19.21
type S3CopyObjectOperation struct { AccessControlGrants []*S3Grant `type:"list"` // Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption // with server-side encryption using Amazon Web Services KMS (SSE-KMS). Setting // this header to true causes Amazon S3 to use an S3 Bucket Key for object encryption // with SSE-KMS. // // Specifying this header with an object action doesn’t affect bucket-level // settings for S3 Bucket Key. BucketKeyEnabled *bool `type:"boolean"` CannedAccessControlList *string `type:"string" enum:"S3CannedAccessControlList"` // Indicates the algorithm you want Amazon S3 to use to create the checksum. // For more information see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/CheckingObjectIntegrity.xml) // in the Amazon S3 User Guide. ChecksumAlgorithm *string `type:"string" enum:"S3ChecksumAlgorithm"` MetadataDirective *string `type:"string" enum:"S3MetadataDirective"` ModifiedSinceConstraint *time.Time `type:"timestamp"` // If you don't provide this parameter, Amazon S3 copies all the metadata from // the original objects. If you specify an empty set, the new objects will have // no tags. Otherwise, Amazon S3 assigns the supplied tags to the new objects. NewObjectMetadata *S3ObjectMetadata `type:"structure"` NewObjectTagging []*S3Tag `type:"list"` // The legal hold status to be applied to all objects in the Batch Operations // job. ObjectLockLegalHoldStatus *string `type:"string" enum:"S3ObjectLockLegalHoldStatus"` // The retention mode to be applied to all objects in the Batch Operations job. ObjectLockMode *string `type:"string" enum:"S3ObjectLockMode"` // The date when the applied object retention configuration expires on all objects // in the Batch Operations job. ObjectLockRetainUntilDate *time.Time `type:"timestamp"` // Specifies an optional metadata property for website redirects, x-amz-website-redirect-location. // Allows webpage redirects if the object is accessed through a website endpoint. RedirectLocation *string `min:"1" type:"string"` RequesterPays *bool `type:"boolean"` SSEAwsKmsKeyId *string `min:"1" type:"string"` StorageClass *string `type:"string" enum:"S3StorageClass"` // Specifies the folder prefix into which you would like the objects to be copied. // For example, to copy objects into a folder named Folder1 in the destination // bucket, set the TargetKeyPrefix to Folder1. TargetKeyPrefix *string `min:"1" type:"string"` // Specifies the destination bucket ARN for the batch copy operation. For example, // to copy objects to a bucket named "destinationBucket", set the TargetResource // to "arn:aws:s3:::destinationBucket". TargetResource *string `min:"1" type:"string"` UnModifiedSinceConstraint *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Contains the configuration parameters for a PUT Copy object operation. S3 Batch Operations passes every object to the underlying PUT Copy object API. For more information about the parameters for this operation, see PUT Object - Copy (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html).
func (S3CopyObjectOperation) GoString ¶ added in v1.19.21
func (s S3CopyObjectOperation) 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 (*S3CopyObjectOperation) SetAccessControlGrants ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetAccessControlGrants(v []*S3Grant) *S3CopyObjectOperation
SetAccessControlGrants sets the AccessControlGrants field's value.
func (*S3CopyObjectOperation) SetBucketKeyEnabled ¶ added in v1.38.54
func (s *S3CopyObjectOperation) SetBucketKeyEnabled(v bool) *S3CopyObjectOperation
SetBucketKeyEnabled sets the BucketKeyEnabled field's value.
func (*S3CopyObjectOperation) SetCannedAccessControlList ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetCannedAccessControlList(v string) *S3CopyObjectOperation
SetCannedAccessControlList sets the CannedAccessControlList field's value.
func (*S3CopyObjectOperation) SetChecksumAlgorithm ¶ added in v1.43.6
func (s *S3CopyObjectOperation) SetChecksumAlgorithm(v string) *S3CopyObjectOperation
SetChecksumAlgorithm sets the ChecksumAlgorithm field's value.
func (*S3CopyObjectOperation) SetMetadataDirective ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetMetadataDirective(v string) *S3CopyObjectOperation
SetMetadataDirective sets the MetadataDirective field's value.
func (*S3CopyObjectOperation) SetModifiedSinceConstraint ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetModifiedSinceConstraint(v time.Time) *S3CopyObjectOperation
SetModifiedSinceConstraint sets the ModifiedSinceConstraint field's value.
func (*S3CopyObjectOperation) SetNewObjectMetadata ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetNewObjectMetadata(v *S3ObjectMetadata) *S3CopyObjectOperation
SetNewObjectMetadata sets the NewObjectMetadata field's value.
func (*S3CopyObjectOperation) SetNewObjectTagging ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetNewObjectTagging(v []*S3Tag) *S3CopyObjectOperation
SetNewObjectTagging sets the NewObjectTagging field's value.
func (*S3CopyObjectOperation) SetObjectLockLegalHoldStatus ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetObjectLockLegalHoldStatus(v string) *S3CopyObjectOperation
SetObjectLockLegalHoldStatus sets the ObjectLockLegalHoldStatus field's value.
func (*S3CopyObjectOperation) SetObjectLockMode ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetObjectLockMode(v string) *S3CopyObjectOperation
SetObjectLockMode sets the ObjectLockMode field's value.
func (*S3CopyObjectOperation) SetObjectLockRetainUntilDate ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetObjectLockRetainUntilDate(v time.Time) *S3CopyObjectOperation
SetObjectLockRetainUntilDate sets the ObjectLockRetainUntilDate field's value.
func (*S3CopyObjectOperation) SetRedirectLocation ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetRedirectLocation(v string) *S3CopyObjectOperation
SetRedirectLocation sets the RedirectLocation field's value.
func (*S3CopyObjectOperation) SetRequesterPays ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetRequesterPays(v bool) *S3CopyObjectOperation
SetRequesterPays sets the RequesterPays field's value.
func (*S3CopyObjectOperation) SetSSEAwsKmsKeyId ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetSSEAwsKmsKeyId(v string) *S3CopyObjectOperation
SetSSEAwsKmsKeyId sets the SSEAwsKmsKeyId field's value.
func (*S3CopyObjectOperation) SetStorageClass ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetStorageClass(v string) *S3CopyObjectOperation
SetStorageClass sets the StorageClass field's value.
func (*S3CopyObjectOperation) SetTargetKeyPrefix ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetTargetKeyPrefix(v string) *S3CopyObjectOperation
SetTargetKeyPrefix sets the TargetKeyPrefix field's value.
func (*S3CopyObjectOperation) SetTargetResource ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetTargetResource(v string) *S3CopyObjectOperation
SetTargetResource sets the TargetResource field's value.
func (*S3CopyObjectOperation) SetUnModifiedSinceConstraint ¶ added in v1.19.21
func (s *S3CopyObjectOperation) SetUnModifiedSinceConstraint(v time.Time) *S3CopyObjectOperation
SetUnModifiedSinceConstraint sets the UnModifiedSinceConstraint field's value.
func (S3CopyObjectOperation) String ¶ added in v1.19.21
func (s S3CopyObjectOperation) 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 (*S3CopyObjectOperation) Validate ¶ added in v1.19.21
func (s *S3CopyObjectOperation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3DeleteObjectTaggingOperation ¶ added in v1.37.2
type S3DeleteObjectTaggingOperation struct {
// contains filtered or unexported fields
}
Contains no configuration parameters because the DELETE Object tagging API only accepts the bucket name and key name as parameters, which are defined in the job's manifest.
func (S3DeleteObjectTaggingOperation) GoString ¶ added in v1.37.2
func (s S3DeleteObjectTaggingOperation) 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 (S3DeleteObjectTaggingOperation) String ¶ added in v1.37.2
func (s S3DeleteObjectTaggingOperation) 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 S3GeneratedManifestDescriptor ¶ added in v1.42.49
type S3GeneratedManifestDescriptor struct { // The format of the generated manifest. Format *string `type:"string" enum:"GeneratedManifestFormat"` // Contains the information required to locate a manifest object. Location *JobManifestLocation `type:"structure"` // contains filtered or unexported fields }
Describes the specified job's generated manifest. Batch Operations jobs created with a ManifestGenerator populate details of this descriptor after execution of the ManifestGenerator.
func (S3GeneratedManifestDescriptor) GoString ¶ added in v1.42.49
func (s S3GeneratedManifestDescriptor) 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 (*S3GeneratedManifestDescriptor) SetFormat ¶ added in v1.42.49
func (s *S3GeneratedManifestDescriptor) SetFormat(v string) *S3GeneratedManifestDescriptor
SetFormat sets the Format field's value.
func (*S3GeneratedManifestDescriptor) SetLocation ¶ added in v1.42.49
func (s *S3GeneratedManifestDescriptor) SetLocation(v *JobManifestLocation) *S3GeneratedManifestDescriptor
SetLocation sets the Location field's value.
func (S3GeneratedManifestDescriptor) String ¶ added in v1.42.49
func (s S3GeneratedManifestDescriptor) 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 S3Grant ¶ added in v1.19.21
type S3Grant struct { Grantee *S3Grantee `type:"structure"` Permission *string `type:"string" enum:"S3Permission"` // contains filtered or unexported fields }
func (S3Grant) GoString ¶ added in v1.19.21
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 (*S3Grant) SetGrantee ¶ added in v1.19.21
SetGrantee sets the Grantee field's value.
func (*S3Grant) SetPermission ¶ added in v1.19.21
SetPermission sets the Permission field's value.
type S3Grantee ¶ added in v1.19.21
type S3Grantee struct { DisplayName *string `min:"1" type:"string"` Identifier *string `min:"1" type:"string"` TypeIdentifier *string `type:"string" enum:"S3GranteeTypeIdentifier"` // contains filtered or unexported fields }
func (S3Grantee) GoString ¶ added in v1.19.21
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 (*S3Grantee) SetDisplayName ¶ added in v1.19.21
SetDisplayName sets the DisplayName field's value.
func (*S3Grantee) SetIdentifier ¶ added in v1.19.21
SetIdentifier sets the Identifier field's value.
func (*S3Grantee) SetTypeIdentifier ¶ added in v1.19.21
SetTypeIdentifier sets the TypeIdentifier field's value.
type S3InitiateRestoreObjectOperation ¶ added in v1.19.21
type S3InitiateRestoreObjectOperation struct { // This argument specifies how long the S3 Glacier or S3 Glacier Deep Archive // object remains available in Amazon S3. S3 Initiate Restore Object jobs that // target S3 Glacier and S3 Glacier Deep Archive objects require ExpirationInDays // set to 1 or greater. // // Conversely, do not set ExpirationInDays when creating S3 Initiate Restore // Object jobs that target S3 Intelligent-Tiering Archive Access and Deep Archive // Access tier objects. Objects in S3 Intelligent-Tiering archive access tiers // are not subject to restore expiry, so specifying ExpirationInDays results // in restore request failure. // // S3 Batch Operations jobs can operate either on S3 Glacier and S3 Glacier // Deep Archive storage class objects or on S3 Intelligent-Tiering Archive Access // and Deep Archive Access storage tier objects, but not both types in the same // job. If you need to restore objects of both types you must create separate // Batch Operations jobs. ExpirationInDays *int64 `type:"integer"` // S3 Batch Operations supports STANDARD and BULK retrieval tiers, but not the // EXPEDITED retrieval tier. GlacierJobTier *string `type:"string" enum:"S3GlacierJobTier"` // contains filtered or unexported fields }
Contains the configuration parameters for an S3 Initiate Restore Object job. S3 Batch Operations passes every object to the underlying POST Object restore API. For more information about the parameters for this operation, see RestoreObject (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOSTrestore.html#RESTObjectPOSTrestore-restore-request).
func (S3InitiateRestoreObjectOperation) GoString ¶ added in v1.19.21
func (s S3InitiateRestoreObjectOperation) 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 (*S3InitiateRestoreObjectOperation) SetExpirationInDays ¶ added in v1.19.21
func (s *S3InitiateRestoreObjectOperation) SetExpirationInDays(v int64) *S3InitiateRestoreObjectOperation
SetExpirationInDays sets the ExpirationInDays field's value.
func (*S3InitiateRestoreObjectOperation) SetGlacierJobTier ¶ added in v1.19.21
func (s *S3InitiateRestoreObjectOperation) SetGlacierJobTier(v string) *S3InitiateRestoreObjectOperation
SetGlacierJobTier sets the GlacierJobTier field's value.
func (S3InitiateRestoreObjectOperation) String ¶ added in v1.19.21
func (s S3InitiateRestoreObjectOperation) 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 S3JobManifestGenerator ¶ added in v1.42.49
type S3JobManifestGenerator struct { // Determines whether or not to write the job's generated manifest to a bucket. // // EnableManifestOutput is a required field EnableManifestOutput *bool `type:"boolean" required:"true"` // The Amazon Web Services account ID that owns the bucket the generated manifest // is written to. If provided the generated manifest bucket's owner Amazon Web // Services account ID must match this value, else the job fails. ExpectedBucketOwner *string `type:"string"` // Specifies rules the S3JobManifestGenerator should use to use to decide whether // an object in the source bucket should or should not be included in the generated // job manifest. Filter *JobManifestGeneratorFilter `type:"structure"` // Specifies the location the generated manifest will be written to. ManifestOutputLocation *S3ManifestOutputLocation `type:"structure"` // The source bucket used by the ManifestGenerator. // // SourceBucket is a required field SourceBucket *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The container for the service that will create the S3 manifest.
func (S3JobManifestGenerator) GoString ¶ added in v1.42.49
func (s S3JobManifestGenerator) 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 (*S3JobManifestGenerator) SetEnableManifestOutput ¶ added in v1.42.49
func (s *S3JobManifestGenerator) SetEnableManifestOutput(v bool) *S3JobManifestGenerator
SetEnableManifestOutput sets the EnableManifestOutput field's value.
func (*S3JobManifestGenerator) SetExpectedBucketOwner ¶ added in v1.42.49
func (s *S3JobManifestGenerator) SetExpectedBucketOwner(v string) *S3JobManifestGenerator
SetExpectedBucketOwner sets the ExpectedBucketOwner field's value.
func (*S3JobManifestGenerator) SetFilter ¶ added in v1.42.49
func (s *S3JobManifestGenerator) SetFilter(v *JobManifestGeneratorFilter) *S3JobManifestGenerator
SetFilter sets the Filter field's value.
func (*S3JobManifestGenerator) SetManifestOutputLocation ¶ added in v1.42.49
func (s *S3JobManifestGenerator) SetManifestOutputLocation(v *S3ManifestOutputLocation) *S3JobManifestGenerator
SetManifestOutputLocation sets the ManifestOutputLocation field's value.
func (*S3JobManifestGenerator) SetSourceBucket ¶ added in v1.42.49
func (s *S3JobManifestGenerator) SetSourceBucket(v string) *S3JobManifestGenerator
SetSourceBucket sets the SourceBucket field's value.
func (S3JobManifestGenerator) String ¶ added in v1.42.49
func (s S3JobManifestGenerator) 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 (*S3JobManifestGenerator) Validate ¶ added in v1.42.49
func (s *S3JobManifestGenerator) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3ManifestOutputLocation ¶ added in v1.42.49
type S3ManifestOutputLocation struct { // The bucket ARN the generated manifest should be written to. // // Bucket is a required field Bucket *string `min:"1" type:"string" required:"true"` // The Account ID that owns the bucket the generated manifest is written to. ExpectedManifestBucketOwner *string `type:"string"` // Specifies what encryption should be used when the generated manifest objects // are written. ManifestEncryption *GeneratedManifestEncryption `type:"structure"` // The format of the generated manifest. // // ManifestFormat is a required field ManifestFormat *string `type:"string" required:"true" enum:"GeneratedManifestFormat"` // Prefix identifying one or more objects to which the manifest applies. ManifestPrefix *string `min:"1" type:"string"` // contains filtered or unexported fields }
Location details for where the generated manifest should be written.
func (S3ManifestOutputLocation) GoString ¶ added in v1.42.49
func (s S3ManifestOutputLocation) 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 (*S3ManifestOutputLocation) SetBucket ¶ added in v1.42.49
func (s *S3ManifestOutputLocation) SetBucket(v string) *S3ManifestOutputLocation
SetBucket sets the Bucket field's value.
func (*S3ManifestOutputLocation) SetExpectedManifestBucketOwner ¶ added in v1.42.49
func (s *S3ManifestOutputLocation) SetExpectedManifestBucketOwner(v string) *S3ManifestOutputLocation
SetExpectedManifestBucketOwner sets the ExpectedManifestBucketOwner field's value.
func (*S3ManifestOutputLocation) SetManifestEncryption ¶ added in v1.42.49
func (s *S3ManifestOutputLocation) SetManifestEncryption(v *GeneratedManifestEncryption) *S3ManifestOutputLocation
SetManifestEncryption sets the ManifestEncryption field's value.
func (*S3ManifestOutputLocation) SetManifestFormat ¶ added in v1.42.49
func (s *S3ManifestOutputLocation) SetManifestFormat(v string) *S3ManifestOutputLocation
SetManifestFormat sets the ManifestFormat field's value.
func (*S3ManifestOutputLocation) SetManifestPrefix ¶ added in v1.42.49
func (s *S3ManifestOutputLocation) SetManifestPrefix(v string) *S3ManifestOutputLocation
SetManifestPrefix sets the ManifestPrefix field's value.
func (S3ManifestOutputLocation) String ¶ added in v1.42.49
func (s S3ManifestOutputLocation) 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 (*S3ManifestOutputLocation) Validate ¶ added in v1.42.49
func (s *S3ManifestOutputLocation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3ObjectLockLegalHold ¶ added in v1.30.20
type S3ObjectLockLegalHold struct { // The Object Lock legal hold status to be applied to all objects in the Batch // Operations job. // // Status is a required field Status *string `type:"string" required:"true" enum:"S3ObjectLockLegalHoldStatus"` // contains filtered or unexported fields }
Whether S3 Object Lock legal hold will be applied to objects in an S3 Batch Operations job.
func (S3ObjectLockLegalHold) GoString ¶ added in v1.30.20
func (s S3ObjectLockLegalHold) 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 (*S3ObjectLockLegalHold) SetStatus ¶ added in v1.30.20
func (s *S3ObjectLockLegalHold) SetStatus(v string) *S3ObjectLockLegalHold
SetStatus sets the Status field's value.
func (S3ObjectLockLegalHold) String ¶ added in v1.30.20
func (s S3ObjectLockLegalHold) 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 (*S3ObjectLockLegalHold) Validate ¶ added in v1.30.20
func (s *S3ObjectLockLegalHold) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3ObjectMetadata ¶ added in v1.19.21
type S3ObjectMetadata struct { CacheControl *string `min:"1" type:"string"` ContentDisposition *string `min:"1" type:"string"` ContentEncoding *string `min:"1" type:"string"` ContentLanguage *string `min:"1" type:"string"` ContentLength *int64 `type:"long"` ContentMD5 *string `min:"1" type:"string"` ContentType *string `min:"1" type:"string"` HttpExpiresDate *time.Time `type:"timestamp"` RequesterCharged *bool `type:"boolean"` SSEAlgorithm *string `type:"string" enum:"S3SSEAlgorithm"` UserMetadata map[string]*string `type:"map"` // contains filtered or unexported fields }
func (S3ObjectMetadata) GoString ¶ added in v1.19.21
func (s S3ObjectMetadata) 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 (*S3ObjectMetadata) SetCacheControl ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetCacheControl(v string) *S3ObjectMetadata
SetCacheControl sets the CacheControl field's value.
func (*S3ObjectMetadata) SetContentDisposition ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetContentDisposition(v string) *S3ObjectMetadata
SetContentDisposition sets the ContentDisposition field's value.
func (*S3ObjectMetadata) SetContentEncoding ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetContentEncoding(v string) *S3ObjectMetadata
SetContentEncoding sets the ContentEncoding field's value.
func (*S3ObjectMetadata) SetContentLanguage ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetContentLanguage(v string) *S3ObjectMetadata
SetContentLanguage sets the ContentLanguage field's value.
func (*S3ObjectMetadata) SetContentLength ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetContentLength(v int64) *S3ObjectMetadata
SetContentLength sets the ContentLength field's value.
func (*S3ObjectMetadata) SetContentMD5 ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetContentMD5(v string) *S3ObjectMetadata
SetContentMD5 sets the ContentMD5 field's value.
func (*S3ObjectMetadata) SetContentType ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetContentType(v string) *S3ObjectMetadata
SetContentType sets the ContentType field's value.
func (*S3ObjectMetadata) SetHttpExpiresDate ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetHttpExpiresDate(v time.Time) *S3ObjectMetadata
SetHttpExpiresDate sets the HttpExpiresDate field's value.
func (*S3ObjectMetadata) SetRequesterCharged ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetRequesterCharged(v bool) *S3ObjectMetadata
SetRequesterCharged sets the RequesterCharged field's value.
func (*S3ObjectMetadata) SetSSEAlgorithm ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetSSEAlgorithm(v string) *S3ObjectMetadata
SetSSEAlgorithm sets the SSEAlgorithm field's value.
func (*S3ObjectMetadata) SetUserMetadata ¶ added in v1.19.21
func (s *S3ObjectMetadata) SetUserMetadata(v map[string]*string) *S3ObjectMetadata
SetUserMetadata sets the UserMetadata field's value.
func (S3ObjectMetadata) String ¶ added in v1.19.21
func (s S3ObjectMetadata) 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 (*S3ObjectMetadata) Validate ¶ added in v1.19.21
func (s *S3ObjectMetadata) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3ObjectOwner ¶ added in v1.19.21
type S3ObjectOwner struct { DisplayName *string `min:"1" type:"string"` ID *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (S3ObjectOwner) GoString ¶ added in v1.19.21
func (s S3ObjectOwner) 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 (*S3ObjectOwner) SetDisplayName ¶ added in v1.19.21
func (s *S3ObjectOwner) SetDisplayName(v string) *S3ObjectOwner
SetDisplayName sets the DisplayName field's value.
func (*S3ObjectOwner) SetID ¶ added in v1.19.21
func (s *S3ObjectOwner) SetID(v string) *S3ObjectOwner
SetID sets the ID field's value.
func (S3ObjectOwner) String ¶ added in v1.19.21
func (s S3ObjectOwner) 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 (*S3ObjectOwner) Validate ¶ added in v1.19.21
func (s *S3ObjectOwner) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3ReplicateObjectOperation ¶ added in v1.42.49
type S3ReplicateObjectOperation struct {
// contains filtered or unexported fields
}
Directs the specified job to invoke ReplicateObject on every object in the job's manifest.
func (S3ReplicateObjectOperation) GoString ¶ added in v1.42.49
func (s S3ReplicateObjectOperation) 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 (S3ReplicateObjectOperation) String ¶ added in v1.42.49
func (s S3ReplicateObjectOperation) 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 S3Retention ¶ added in v1.30.20
type S3Retention struct { // The Object Lock retention mode to be applied to all objects in the Batch // Operations job. Mode *string `type:"string" enum:"S3ObjectLockRetentionMode"` // The date when the applied Object Lock retention will expire on all objects // set by the Batch Operations job. RetainUntilDate *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Contains the S3 Object Lock retention mode to be applied to all objects in the S3 Batch Operations job. If you don't provide Mode and RetainUntilDate data types in your operation, you will remove the retention from your objects. For more information, see Using S3 Object Lock retention with S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html) in the Amazon S3 User Guide.
func (S3Retention) GoString ¶ added in v1.30.20
func (s S3Retention) 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 (*S3Retention) SetMode ¶ added in v1.30.20
func (s *S3Retention) SetMode(v string) *S3Retention
SetMode sets the Mode field's value.
func (*S3Retention) SetRetainUntilDate ¶ added in v1.30.20
func (s *S3Retention) SetRetainUntilDate(v time.Time) *S3Retention
SetRetainUntilDate sets the RetainUntilDate field's value.
func (S3Retention) String ¶ added in v1.30.20
func (s S3Retention) 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 S3SetObjectAclOperation ¶ added in v1.19.21
type S3SetObjectAclOperation struct { AccessControlPolicy *S3AccessControlPolicy `type:"structure"` // contains filtered or unexported fields }
Contains the configuration parameters for a Set Object ACL operation. S3 Batch Operations passes every object to the underlying PUT Object acl API. For more information about the parameters for this operation, see PUT Object acl (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html).
func (S3SetObjectAclOperation) GoString ¶ added in v1.19.21
func (s S3SetObjectAclOperation) 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 (*S3SetObjectAclOperation) SetAccessControlPolicy ¶ added in v1.19.21
func (s *S3SetObjectAclOperation) SetAccessControlPolicy(v *S3AccessControlPolicy) *S3SetObjectAclOperation
SetAccessControlPolicy sets the AccessControlPolicy field's value.
func (S3SetObjectAclOperation) String ¶ added in v1.19.21
func (s S3SetObjectAclOperation) 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 (*S3SetObjectAclOperation) Validate ¶ added in v1.19.21
func (s *S3SetObjectAclOperation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3SetObjectLegalHoldOperation ¶ added in v1.30.20
type S3SetObjectLegalHoldOperation struct { // Contains the Object Lock legal hold status to be applied to all objects in // the Batch Operations job. // // LegalHold is a required field LegalHold *S3ObjectLockLegalHold `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the configuration for an S3 Object Lock legal hold operation that an S3 Batch Operations job passes every object to the underlying PutObjectLegalHold API. For more information, see Using S3 Object Lock legal hold with S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html) in the Amazon S3 User Guide.
func (S3SetObjectLegalHoldOperation) GoString ¶ added in v1.30.20
func (s S3SetObjectLegalHoldOperation) 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 (*S3SetObjectLegalHoldOperation) SetLegalHold ¶ added in v1.30.20
func (s *S3SetObjectLegalHoldOperation) SetLegalHold(v *S3ObjectLockLegalHold) *S3SetObjectLegalHoldOperation
SetLegalHold sets the LegalHold field's value.
func (S3SetObjectLegalHoldOperation) String ¶ added in v1.30.20
func (s S3SetObjectLegalHoldOperation) 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 (*S3SetObjectLegalHoldOperation) Validate ¶ added in v1.30.20
func (s *S3SetObjectLegalHoldOperation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3SetObjectRetentionOperation ¶ added in v1.30.20
type S3SetObjectRetentionOperation struct { // Indicates if the action should be applied to objects in the Batch Operations // job even if they have Object Lock GOVERNANCE type in place. BypassGovernanceRetention *bool `type:"boolean"` // Contains the Object Lock retention mode to be applied to all objects in the // Batch Operations job. For more information, see Using S3 Object Lock retention // with S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html) // in the Amazon S3 User Guide. // // Retention is a required field Retention *S3Retention `type:"structure" required:"true"` // contains filtered or unexported fields }
Contains the configuration parameters for the Object Lock retention action for an S3 Batch Operations job. Batch Operations passes every object to the underlying PutObjectRetention API. For more information, see Using S3 Object Lock retention with S3 Batch Operations (https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html) in the Amazon S3 User Guide.
func (S3SetObjectRetentionOperation) GoString ¶ added in v1.30.20
func (s S3SetObjectRetentionOperation) 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 (*S3SetObjectRetentionOperation) SetBypassGovernanceRetention ¶ added in v1.30.20
func (s *S3SetObjectRetentionOperation) SetBypassGovernanceRetention(v bool) *S3SetObjectRetentionOperation
SetBypassGovernanceRetention sets the BypassGovernanceRetention field's value.
func (*S3SetObjectRetentionOperation) SetRetention ¶ added in v1.30.20
func (s *S3SetObjectRetentionOperation) SetRetention(v *S3Retention) *S3SetObjectRetentionOperation
SetRetention sets the Retention field's value.
func (S3SetObjectRetentionOperation) String ¶ added in v1.30.20
func (s S3SetObjectRetentionOperation) 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 (*S3SetObjectRetentionOperation) Validate ¶ added in v1.30.20
func (s *S3SetObjectRetentionOperation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3SetObjectTaggingOperation ¶ added in v1.19.21
type S3SetObjectTaggingOperation struct { TagSet []*S3Tag `type:"list"` // contains filtered or unexported fields }
Contains the configuration parameters for a Set Object Tagging operation. S3 Batch Operations passes every object to the underlying PUT Object tagging API. For more information about the parameters for this operation, see PUT Object tagging (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html).
func (S3SetObjectTaggingOperation) GoString ¶ added in v1.19.21
func (s S3SetObjectTaggingOperation) 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 (*S3SetObjectTaggingOperation) SetTagSet ¶ added in v1.19.21
func (s *S3SetObjectTaggingOperation) SetTagSet(v []*S3Tag) *S3SetObjectTaggingOperation
SetTagSet sets the TagSet field's value.
func (S3SetObjectTaggingOperation) String ¶ added in v1.19.21
func (s S3SetObjectTaggingOperation) 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 (*S3SetObjectTaggingOperation) Validate ¶ added in v1.19.21
func (s *S3SetObjectTaggingOperation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3Tag ¶ added in v1.19.21
type S3Tag struct { // Key is a required field Key *string `min:"1" type:"string" required:"true"` // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (S3Tag) GoString ¶ added in v1.19.21
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".
type SSEKMS ¶ added in v1.35.31
type SSEKMS struct { // A container for the ARN of the SSE-KMS encryption. This property is read-only // and follows the following format: arn:aws:kms:us-east-1:example-account-id:key/example-9a73-4afc-8d29-8f5900cef44e // // KeyId is a required field KeyId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (SSEKMS) GoString ¶ added in v1.35.31
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".
type SSEKMSEncryption ¶ added in v1.42.49
type SSEKMSEncryption struct { // Specifies the ID of the Amazon Web Services Key Management Service (Amazon // Web Services KMS) symmetric encryption customer managed key to use for encrypting // generated manifest objects. // // KeyId is a required field KeyId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Configuration for the use of SSE-KMS to encrypt generated manifest objects.
func (SSEKMSEncryption) GoString ¶ added in v1.42.49
func (s SSEKMSEncryption) 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 (*SSEKMSEncryption) SetKeyId ¶ added in v1.42.49
func (s *SSEKMSEncryption) SetKeyId(v string) *SSEKMSEncryption
SetKeyId sets the KeyId field's value.
func (SSEKMSEncryption) String ¶ added in v1.42.49
func (s SSEKMSEncryption) 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 (*SSEKMSEncryption) Validate ¶ added in v1.42.49
func (s *SSEKMSEncryption) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SSES3 ¶ added in v1.35.31
type SSES3 struct {
// contains filtered or unexported fields
}
func (SSES3) GoString ¶ added in v1.35.31
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".
type SSES3Encryption ¶ added in v1.42.49
type SSES3Encryption struct {
// contains filtered or unexported fields
}
Configuration for the use of SSE-S3 to encrypt generated manifest objects.
func (SSES3Encryption) GoString ¶ added in v1.42.49
func (s SSES3Encryption) 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 (SSES3Encryption) String ¶ added in v1.42.49
func (s SSES3Encryption) 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 SelectionCriteria ¶ added in v1.35.31
type SelectionCriteria struct { // A container for the delimiter of the selection criteria being used. Delimiter *string `type:"string"` // The max depth of the selection criteria MaxDepth *int64 `min:"1" type:"integer"` // The minimum number of storage bytes percentage whose metrics will be selected. // // You must choose a value greater than or equal to 1.0. MinStorageBytesPercentage *float64 `min:"0.1" type:"double"` // contains filtered or unexported fields }
func (SelectionCriteria) GoString ¶ added in v1.35.31
func (s SelectionCriteria) 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 (*SelectionCriteria) SetDelimiter ¶ added in v1.35.31
func (s *SelectionCriteria) SetDelimiter(v string) *SelectionCriteria
SetDelimiter sets the Delimiter field's value.
func (*SelectionCriteria) SetMaxDepth ¶ added in v1.35.31
func (s *SelectionCriteria) SetMaxDepth(v int64) *SelectionCriteria
SetMaxDepth sets the MaxDepth field's value.
func (*SelectionCriteria) SetMinStorageBytesPercentage ¶ added in v1.35.31
func (s *SelectionCriteria) SetMinStorageBytesPercentage(v float64) *SelectionCriteria
SetMinStorageBytesPercentage sets the MinStorageBytesPercentage field's value.
func (SelectionCriteria) String ¶ added in v1.35.31
func (s SelectionCriteria) 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 (*SelectionCriteria) Validate ¶ added in v1.35.31
func (s *SelectionCriteria) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StorageLensAwsOrg ¶ added in v1.35.31
type StorageLensAwsOrg struct { // A container for the Amazon Resource Name (ARN) of the Amazon Web Services // organization. This property is read-only and follows the following format: // arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck // // Arn is a required field Arn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The Amazon Web Services organization for your S3 Storage Lens.
func (StorageLensAwsOrg) GoString ¶ added in v1.35.31
func (s StorageLensAwsOrg) 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 (*StorageLensAwsOrg) SetArn ¶ added in v1.35.31
func (s *StorageLensAwsOrg) SetArn(v string) *StorageLensAwsOrg
SetArn sets the Arn field's value.
func (StorageLensAwsOrg) String ¶ added in v1.35.31
func (s StorageLensAwsOrg) 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 (*StorageLensAwsOrg) Validate ¶ added in v1.35.31
func (s *StorageLensAwsOrg) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StorageLensConfiguration ¶ added in v1.35.31
type StorageLensConfiguration struct { // A container for all the account-level configurations of your S3 Storage Lens // configuration. // // AccountLevel is a required field AccountLevel *AccountLevel `type:"structure" required:"true"` // A container for the Amazon Web Services organization for this S3 Storage // Lens configuration. AwsOrg *StorageLensAwsOrg `type:"structure"` // A container to specify the properties of your S3 Storage Lens metrics export // including, the destination, schema and format. DataExport *StorageLensDataExport `type:"structure"` // A container for what is excluded in this configuration. This container can // only be valid if there is no Include container submitted, and it's not empty. Exclude *Exclude `type:"structure"` // A container for the Amazon S3 Storage Lens configuration ID. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // A container for what is included in this configuration. This container can // only be valid if there is no Exclude container submitted, and it's not empty. Include *Include `type:"structure"` // A container for whether the S3 Storage Lens configuration is enabled. // // IsEnabled is a required field IsEnabled *bool `type:"boolean" required:"true"` // The Amazon Resource Name (ARN) of the S3 Storage Lens configuration. This // property is read-only and follows the following format: arn:aws:s3:us-east-1:example-account-id:storage-lens/your-dashboard-name StorageLensArn *string `min:"1" type:"string"` // contains filtered or unexported fields }
A container for the Amazon S3 Storage Lens configuration.
func (StorageLensConfiguration) GoString ¶ added in v1.35.31
func (s StorageLensConfiguration) 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 (*StorageLensConfiguration) SetAccountLevel ¶ added in v1.35.31
func (s *StorageLensConfiguration) SetAccountLevel(v *AccountLevel) *StorageLensConfiguration
SetAccountLevel sets the AccountLevel field's value.
func (*StorageLensConfiguration) SetAwsOrg ¶ added in v1.35.31
func (s *StorageLensConfiguration) SetAwsOrg(v *StorageLensAwsOrg) *StorageLensConfiguration
SetAwsOrg sets the AwsOrg field's value.
func (*StorageLensConfiguration) SetDataExport ¶ added in v1.35.31
func (s *StorageLensConfiguration) SetDataExport(v *StorageLensDataExport) *StorageLensConfiguration
SetDataExport sets the DataExport field's value.
func (*StorageLensConfiguration) SetExclude ¶ added in v1.35.31
func (s *StorageLensConfiguration) SetExclude(v *Exclude) *StorageLensConfiguration
SetExclude sets the Exclude field's value.
func (*StorageLensConfiguration) SetId ¶ added in v1.35.31
func (s *StorageLensConfiguration) SetId(v string) *StorageLensConfiguration
SetId sets the Id field's value.
func (*StorageLensConfiguration) SetInclude ¶ added in v1.35.31
func (s *StorageLensConfiguration) SetInclude(v *Include) *StorageLensConfiguration
SetInclude sets the Include field's value.
func (*StorageLensConfiguration) SetIsEnabled ¶ added in v1.35.31
func (s *StorageLensConfiguration) SetIsEnabled(v bool) *StorageLensConfiguration
SetIsEnabled sets the IsEnabled field's value.
func (*StorageLensConfiguration) SetStorageLensArn ¶ added in v1.35.31
func (s *StorageLensConfiguration) SetStorageLensArn(v string) *StorageLensConfiguration
SetStorageLensArn sets the StorageLensArn field's value.
func (StorageLensConfiguration) String ¶ added in v1.35.31
func (s StorageLensConfiguration) 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 (*StorageLensConfiguration) Validate ¶ added in v1.35.31
func (s *StorageLensConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StorageLensDataExport ¶ added in v1.35.31
type StorageLensDataExport struct { // A container for enabling Amazon CloudWatch publishing for S3 Storage Lens // metrics. CloudWatchMetrics *CloudWatchMetrics `type:"structure"` // A container for the bucket where the S3 Storage Lens metrics export will // be located. // // This bucket must be located in the same Region as the storage lens configuration. S3BucketDestination *S3BucketDestination `type:"structure"` // contains filtered or unexported fields }
A container to specify the properties of your S3 Storage Lens metrics export, including the destination, schema, and format.
func (StorageLensDataExport) GoString ¶ added in v1.35.31
func (s StorageLensDataExport) 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 (*StorageLensDataExport) SetCloudWatchMetrics ¶ added in v1.42.10
func (s *StorageLensDataExport) SetCloudWatchMetrics(v *CloudWatchMetrics) *StorageLensDataExport
SetCloudWatchMetrics sets the CloudWatchMetrics field's value.
func (*StorageLensDataExport) SetS3BucketDestination ¶ added in v1.35.31
func (s *StorageLensDataExport) SetS3BucketDestination(v *S3BucketDestination) *StorageLensDataExport
SetS3BucketDestination sets the S3BucketDestination field's value.
func (StorageLensDataExport) String ¶ added in v1.35.31
func (s StorageLensDataExport) 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 (*StorageLensDataExport) Validate ¶ added in v1.35.31
func (s *StorageLensDataExport) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StorageLensDataExportEncryption ¶ added in v1.35.31
type StorageLensDataExportEncryption struct { SSEKMS *SSEKMS `locationName:"SSE-KMS" type:"structure"` SSES3 *SSES3 `locationName:"SSE-S3" type:"structure"` // contains filtered or unexported fields }
A container for the encryption of the S3 Storage Lens metrics exports.
func (StorageLensDataExportEncryption) GoString ¶ added in v1.35.31
func (s StorageLensDataExportEncryption) 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 (*StorageLensDataExportEncryption) SetSSEKMS ¶ added in v1.35.31
func (s *StorageLensDataExportEncryption) SetSSEKMS(v *SSEKMS) *StorageLensDataExportEncryption
SetSSEKMS sets the SSEKMS field's value.
func (*StorageLensDataExportEncryption) SetSSES3 ¶ added in v1.35.31
func (s *StorageLensDataExportEncryption) SetSSES3(v *SSES3) *StorageLensDataExportEncryption
SetSSES3 sets the SSES3 field's value.
func (StorageLensDataExportEncryption) String ¶ added in v1.35.31
func (s StorageLensDataExportEncryption) 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 (*StorageLensDataExportEncryption) Validate ¶ added in v1.35.31
func (s *StorageLensDataExportEncryption) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StorageLensTag ¶ added in v1.35.31
type StorageLensTag struct { // Key is a required field Key *string `min:"1" type:"string" required:"true"` // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (StorageLensTag) GoString ¶ added in v1.35.31
func (s StorageLensTag) 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 (*StorageLensTag) SetKey ¶ added in v1.35.31
func (s *StorageLensTag) SetKey(v string) *StorageLensTag
SetKey sets the Key field's value.
func (*StorageLensTag) SetValue ¶ added in v1.35.31
func (s *StorageLensTag) SetValue(v string) *StorageLensTag
SetValue sets the Value field's value.
func (StorageLensTag) String ¶ added in v1.35.31
func (s StorageLensTag) 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 (*StorageLensTag) Validate ¶ added in v1.35.31
func (s *StorageLensTag) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Tagging ¶ added in v1.35.0
type Tagging struct { // A collection for a set of tags. // // TagSet is a required field TagSet []*S3Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (Tagging) GoString ¶ added in v1.35.0
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".
type Transition ¶ added in v1.35.0
type Transition struct { // Indicates when objects are transitioned to the specified storage class. The // date value must be in ISO 8601 format. The time is always midnight UTC. Date *time.Time `type:"timestamp"` // Indicates the number of days after creation when objects are transitioned // to the specified storage class. The value must be a positive integer. Days *int64 `type:"integer"` // The storage class to which you want the object to transition. StorageClass *string `type:"string" enum:"TransitionStorageClass"` // contains filtered or unexported fields }
Specifies when an object transitions to a specified storage class. For more information about Amazon S3 Lifecycle configuration rules, see Transitioning objects using Amazon S3 Lifecycle (https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html) in the Amazon S3 User Guide.
func (Transition) GoString ¶ added in v1.35.0
func (s Transition) 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 (*Transition) SetDate ¶ added in v1.35.0
func (s *Transition) SetDate(v time.Time) *Transition
SetDate sets the Date field's value.
func (*Transition) SetDays ¶ added in v1.35.0
func (s *Transition) SetDays(v int64) *Transition
SetDays sets the Days field's value.
func (*Transition) SetStorageClass ¶ added in v1.35.0
func (s *Transition) SetStorageClass(v string) *Transition
SetStorageClass sets the StorageClass field's value.
func (Transition) String ¶ added in v1.35.0
func (s Transition) 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 UpdateJobPriorityInput ¶ added in v1.19.21
type UpdateJobPriorityInput struct { // The Amazon Web Services account ID associated with the S3 Batch Operations // job. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID for the job whose priority you want to update. // // JobId is a required field JobId *string `location:"uri" locationName:"id" min:"5" type:"string" required:"true"` // The priority you want to assign to this job. // // Priority is a required field Priority *int64 `location:"querystring" locationName:"priority" type:"integer" required:"true"` // contains filtered or unexported fields }
func (UpdateJobPriorityInput) GoString ¶ added in v1.19.21
func (s UpdateJobPriorityInput) 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 (*UpdateJobPriorityInput) SetAccountId ¶ added in v1.19.21
func (s *UpdateJobPriorityInput) SetAccountId(v string) *UpdateJobPriorityInput
SetAccountId sets the AccountId field's value.
func (*UpdateJobPriorityInput) SetJobId ¶ added in v1.19.21
func (s *UpdateJobPriorityInput) SetJobId(v string) *UpdateJobPriorityInput
SetJobId sets the JobId field's value.
func (*UpdateJobPriorityInput) SetPriority ¶ added in v1.19.21
func (s *UpdateJobPriorityInput) SetPriority(v int64) *UpdateJobPriorityInput
SetPriority sets the Priority field's value.
func (UpdateJobPriorityInput) String ¶ added in v1.19.21
func (s UpdateJobPriorityInput) 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 (*UpdateJobPriorityInput) Validate ¶ added in v1.19.21
func (s *UpdateJobPriorityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateJobPriorityOutput ¶ added in v1.19.21
type UpdateJobPriorityOutput struct { // The ID for the job whose priority Amazon S3 updated. // // JobId is a required field JobId *string `min:"5" type:"string" required:"true"` // The new priority assigned to the specified job. // // Priority is a required field Priority *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
func (UpdateJobPriorityOutput) GoString ¶ added in v1.19.21
func (s UpdateJobPriorityOutput) 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 (*UpdateJobPriorityOutput) SetJobId ¶ added in v1.19.21
func (s *UpdateJobPriorityOutput) SetJobId(v string) *UpdateJobPriorityOutput
SetJobId sets the JobId field's value.
func (*UpdateJobPriorityOutput) SetPriority ¶ added in v1.19.21
func (s *UpdateJobPriorityOutput) SetPriority(v int64) *UpdateJobPriorityOutput
SetPriority sets the Priority field's value.
func (UpdateJobPriorityOutput) String ¶ added in v1.19.21
func (s UpdateJobPriorityOutput) 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 UpdateJobStatusInput ¶ added in v1.19.21
type UpdateJobStatusInput struct { // The Amazon Web Services account ID associated with the S3 Batch Operations // job. // // AccountId is a required field AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"` // The ID of the job whose status you want to update. // // JobId is a required field JobId *string `location:"uri" locationName:"id" min:"5" type:"string" required:"true"` // The status that you want to move the specified job to. // // RequestedJobStatus is a required field RequestedJobStatus *string `location:"querystring" locationName:"requestedJobStatus" type:"string" required:"true" enum:"RequestedJobStatus"` // A description of the reason why you want to change the specified job's status. // This field can be any string up to the maximum length. StatusUpdateReason *string `location:"querystring" locationName:"statusUpdateReason" min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateJobStatusInput) GoString ¶ added in v1.19.21
func (s UpdateJobStatusInput) 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 (*UpdateJobStatusInput) SetAccountId ¶ added in v1.19.21
func (s *UpdateJobStatusInput) SetAccountId(v string) *UpdateJobStatusInput
SetAccountId sets the AccountId field's value.
func (*UpdateJobStatusInput) SetJobId ¶ added in v1.19.21
func (s *UpdateJobStatusInput) SetJobId(v string) *UpdateJobStatusInput
SetJobId sets the JobId field's value.
func (*UpdateJobStatusInput) SetRequestedJobStatus ¶ added in v1.19.21
func (s *UpdateJobStatusInput) SetRequestedJobStatus(v string) *UpdateJobStatusInput
SetRequestedJobStatus sets the RequestedJobStatus field's value.
func (*UpdateJobStatusInput) SetStatusUpdateReason ¶ added in v1.19.21
func (s *UpdateJobStatusInput) SetStatusUpdateReason(v string) *UpdateJobStatusInput
SetStatusUpdateReason sets the StatusUpdateReason field's value.
func (UpdateJobStatusInput) String ¶ added in v1.19.21
func (s UpdateJobStatusInput) 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 (*UpdateJobStatusInput) Validate ¶ added in v1.19.21
func (s *UpdateJobStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateJobStatusOutput ¶ added in v1.19.21
type UpdateJobStatusOutput struct { // The ID for the job whose status was updated. JobId *string `min:"5" type:"string"` // The current status for the specified job. Status *string `type:"string" enum:"JobStatus"` // The reason that the specified job's status was updated. StatusUpdateReason *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateJobStatusOutput) GoString ¶ added in v1.19.21
func (s UpdateJobStatusOutput) 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 (*UpdateJobStatusOutput) SetJobId ¶ added in v1.19.21
func (s *UpdateJobStatusOutput) SetJobId(v string) *UpdateJobStatusOutput
SetJobId sets the JobId field's value.
func (*UpdateJobStatusOutput) SetStatus ¶ added in v1.19.21
func (s *UpdateJobStatusOutput) SetStatus(v string) *UpdateJobStatusOutput
SetStatus sets the Status field's value.
func (*UpdateJobStatusOutput) SetStatusUpdateReason ¶ added in v1.19.21
func (s *UpdateJobStatusOutput) SetStatusUpdateReason(v string) *UpdateJobStatusOutput
SetStatusUpdateReason sets the StatusUpdateReason field's value.
func (UpdateJobStatusOutput) String ¶ added in v1.19.21
func (s UpdateJobStatusOutput) 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 VersioningConfiguration ¶ added in v1.44.103
type VersioningConfiguration struct { // Specifies whether MFA delete is enabled or disabled in the bucket versioning // configuration for the S3 on Outposts bucket. MFADelete *string `locationName:"MfaDelete" type:"string" enum:"MFADelete"` // Sets the versioning state of the S3 on Outposts bucket. Status *string `type:"string" enum:"BucketVersioningStatus"` // contains filtered or unexported fields }
Describes the versioning state of an Amazon S3 on Outposts bucket. For more information, see PutBucketVersioning (https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketVersioning.html).
func (VersioningConfiguration) GoString ¶ added in v1.44.103
func (s VersioningConfiguration) 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 (*VersioningConfiguration) SetMFADelete ¶ added in v1.44.103
func (s *VersioningConfiguration) SetMFADelete(v string) *VersioningConfiguration
SetMFADelete sets the MFADelete field's value.
func (*VersioningConfiguration) SetStatus ¶ added in v1.44.103
func (s *VersioningConfiguration) SetStatus(v string) *VersioningConfiguration
SetStatus sets the Status field's value.
func (VersioningConfiguration) String ¶ added in v1.44.103
func (s VersioningConfiguration) 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 VpcConfiguration ¶ added in v1.25.46
type VpcConfiguration struct { // If this field is specified, this access point will only allow connections // from the specified VPC ID. // // VpcId is a required field VpcId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The virtual private cloud (VPC) configuration for an access point.
func (VpcConfiguration) GoString ¶ added in v1.25.46
func (s VpcConfiguration) 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 (*VpcConfiguration) SetVpcId ¶ added in v1.25.46
func (s *VpcConfiguration) SetVpcId(v string) *VpcConfiguration
SetVpcId sets the VpcId field's value.
func (VpcConfiguration) String ¶ added in v1.25.46
func (s VpcConfiguration) 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 (*VpcConfiguration) Validate ¶ added in v1.25.46
func (s *VpcConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package s3controliface provides an interface to enable mocking the AWS S3 Control service client for testing your code.
|
Package s3controliface provides an interface to enable mocking the AWS S3 Control service client for testing your code. |