...
AWS SDK for Go API Reference
import "github.com/aws/aws-sdk-go/service/s3control"
Overview
Constants

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

The stub package, s3controliface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

AssociateAccessGrantsIdentityCenter
CreateAccessGrant
CreateAccessGrantsInstance
CreateAccessGrantsLocation
CreateAccessPoint
CreateAccessPointForObjectLambda
CreateBucket
CreateJob
CreateMultiRegionAccessPoint
CreateStorageLensGroup
DeleteAccessGrant
DeleteAccessGrantsInstance
DeleteAccessGrantsInstanceResourcePolicy
DeleteAccessGrantsLocation
DeleteAccessPoint
DeleteAccessPointForObjectLambda
DeleteAccessPointPolicy
DeleteAccessPointPolicyForObjectLambda
DeleteBucket
DeleteBucketLifecycleConfiguration
DeleteBucketPolicy
DeleteBucketReplication
DeleteBucketTagging
DeleteJobTagging
DeleteMultiRegionAccessPoint
DeletePublicAccessBlock
DeleteStorageLensConfiguration
DeleteStorageLensConfigurationTagging
DeleteStorageLensGroup
DescribeJob
DescribeMultiRegionAccessPointOperation
DissociateAccessGrantsIdentityCenter
GetAccessGrant
GetAccessGrantsInstance
GetAccessGrantsInstanceForPrefix
GetAccessGrantsInstanceResourcePolicy
GetAccessGrantsLocation
GetAccessPoint
GetAccessPointConfigurationForObjectLambda
GetAccessPointForObjectLambda
GetAccessPointPolicy
GetAccessPointPolicyForObjectLambda
GetAccessPointPolicyStatus
GetAccessPointPolicyStatusForObjectLambda
GetBucket
GetBucketLifecycleConfiguration
GetBucketPolicy
GetBucketReplication
GetBucketTagging
GetBucketVersioning
GetDataAccess
GetJobTagging
GetMultiRegionAccessPoint
GetMultiRegionAccessPointPolicy
GetMultiRegionAccessPointPolicyStatus
GetMultiRegionAccessPointRoutes
GetPublicAccessBlock
GetStorageLensConfiguration
GetStorageLensConfigurationTagging
GetStorageLensGroup
ListAccessGrants ( Paginator )
ListAccessGrantsInstances ( Paginator )
ListAccessGrantsLocations ( Paginator )
ListAccessPoints ( Paginator )
ListAccessPointsForObjectLambda ( Paginator )
ListJobs ( Paginator )
ListMultiRegionAccessPoints ( Paginator )
ListRegionalBuckets ( Paginator )
ListStorageLensConfigurations ( Paginator )
ListStorageLensGroups ( Paginator )
ListTagsForResource
PutAccessGrantsInstanceResourcePolicy
PutAccessPointConfigurationForObjectLambda
PutAccessPointPolicy
PutAccessPointPolicyForObjectLambda
PutBucketLifecycleConfiguration
PutBucketPolicy
PutBucketReplication
PutBucketTagging
PutBucketVersioning
PutJobTagging
PutMultiRegionAccessPointPolicy
PutPublicAccessBlock
PutStorageLensConfiguration
PutStorageLensConfigurationTagging
SubmitMultiRegionAccessPointRoutes
TagResource
UntagResource
UpdateAccessGrantsLocation
UpdateJobPriority
UpdateJobStatus
UpdateStorageLensGroup

Types ▾

type S3Control
func New(p client.ConfigProvider, cfgs ...*aws.Config) *S3Control
func (c *S3Control) AssociateAccessGrantsIdentityCenter(input *AssociateAccessGrantsIdentityCenterInput) (*AssociateAccessGrantsIdentityCenterOutput, error)
func (c *S3Control) AssociateAccessGrantsIdentityCenterRequest(input *AssociateAccessGrantsIdentityCenterInput) (req *request.Request, output *AssociateAccessGrantsIdentityCenterOutput)
func (c *S3Control) AssociateAccessGrantsIdentityCenterWithContext(ctx aws.Context, input *AssociateAccessGrantsIdentityCenterInput, opts ...request.Option) (*AssociateAccessGrantsIdentityCenterOutput, error)
func (c *S3Control) CreateAccessGrant(input *CreateAccessGrantInput) (*CreateAccessGrantOutput, error)
func (c *S3Control) CreateAccessGrantRequest(input *CreateAccessGrantInput) (req *request.Request, output *CreateAccessGrantOutput)
func (c *S3Control) CreateAccessGrantWithContext(ctx aws.Context, input *CreateAccessGrantInput, opts ...request.Option) (*CreateAccessGrantOutput, error)
func (c *S3Control) CreateAccessGrantsInstance(input *CreateAccessGrantsInstanceInput) (*CreateAccessGrantsInstanceOutput, error)
func (c *S3Control) CreateAccessGrantsInstanceRequest(input *CreateAccessGrantsInstanceInput) (req *request.Request, output *CreateAccessGrantsInstanceOutput)
func (c *S3Control) CreateAccessGrantsInstanceWithContext(ctx aws.Context, input *CreateAccessGrantsInstanceInput, opts ...request.Option) (*CreateAccessGrantsInstanceOutput, error)
func (c *S3Control) CreateAccessGrantsLocation(input *CreateAccessGrantsLocationInput) (*CreateAccessGrantsLocationOutput, error)
func (c *S3Control) CreateAccessGrantsLocationRequest(input *CreateAccessGrantsLocationInput) (req *request.Request, output *CreateAccessGrantsLocationOutput)
func (c *S3Control) CreateAccessGrantsLocationWithContext(ctx aws.Context, input *CreateAccessGrantsLocationInput, opts ...request.Option) (*CreateAccessGrantsLocationOutput, error)
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, opts ...request.Option) (*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, opts ...request.Option) (*CreateMultiRegionAccessPointOutput, error)
func (c *S3Control) CreateStorageLensGroup(input *CreateStorageLensGroupInput) (*CreateStorageLensGroupOutput, error)
func (c *S3Control) CreateStorageLensGroupRequest(input *CreateStorageLensGroupInput) (req *request.Request, output *CreateStorageLensGroupOutput)
func (c *S3Control) CreateStorageLensGroupWithContext(ctx aws.Context, input *CreateStorageLensGroupInput, opts ...request.Option) (*CreateStorageLensGroupOutput, error)
func (c *S3Control) DeleteAccessGrant(input *DeleteAccessGrantInput) (*DeleteAccessGrantOutput, error)
func (c *S3Control) DeleteAccessGrantRequest(input *DeleteAccessGrantInput) (req *request.Request, output *DeleteAccessGrantOutput)
func (c *S3Control) DeleteAccessGrantWithContext(ctx aws.Context, input *DeleteAccessGrantInput, opts ...request.Option) (*DeleteAccessGrantOutput, error)
func (c *S3Control) DeleteAccessGrantsInstance(input *DeleteAccessGrantsInstanceInput) (*DeleteAccessGrantsInstanceOutput, error)
func (c *S3Control) DeleteAccessGrantsInstanceRequest(input *DeleteAccessGrantsInstanceInput) (req *request.Request, output *DeleteAccessGrantsInstanceOutput)
func (c *S3Control) DeleteAccessGrantsInstanceResourcePolicy(input *DeleteAccessGrantsInstanceResourcePolicyInput) (*DeleteAccessGrantsInstanceResourcePolicyOutput, error)
func (c *S3Control) DeleteAccessGrantsInstanceResourcePolicyRequest(input *DeleteAccessGrantsInstanceResourcePolicyInput) (req *request.Request, output *DeleteAccessGrantsInstanceResourcePolicyOutput)
func (c *S3Control) DeleteAccessGrantsInstanceResourcePolicyWithContext(ctx aws.Context, input *DeleteAccessGrantsInstanceResourcePolicyInput, opts ...request.Option) (*DeleteAccessGrantsInstanceResourcePolicyOutput, error)
func (c *S3Control) DeleteAccessGrantsInstanceWithContext(ctx aws.Context, input *DeleteAccessGrantsInstanceInput, opts ...request.Option) (*DeleteAccessGrantsInstanceOutput, error)
func (c *S3Control) DeleteAccessGrantsLocation(input *DeleteAccessGrantsLocationInput) (*DeleteAccessGrantsLocationOutput, error)
func (c *S3Control) DeleteAccessGrantsLocationRequest(input *DeleteAccessGrantsLocationInput) (req *request.Request, output *DeleteAccessGrantsLocationOutput)
func (c *S3Control) DeleteAccessGrantsLocationWithContext(ctx aws.Context, input *DeleteAccessGrantsLocationInput, opts ...request.Option) (*DeleteAccessGrantsLocationOutput, 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, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*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) DeleteBucketReplication(input *DeleteBucketReplicationInput) (*DeleteBucketReplicationOutput, error)
func (c *S3Control) DeleteBucketReplicationRequest(input *DeleteBucketReplicationInput) (req *request.Request, output *DeleteBucketReplicationOutput)
func (c *S3Control) DeleteBucketReplicationWithContext(ctx aws.Context, input *DeleteBucketReplicationInput, opts ...request.Option) (*DeleteBucketReplicationOutput, 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, opts ...request.Option) (*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, opts ...request.Option) (*DeleteStorageLensConfigurationTaggingOutput, error)
func (c *S3Control) DeleteStorageLensConfigurationWithContext(ctx aws.Context, input *DeleteStorageLensConfigurationInput, opts ...request.Option) (*DeleteStorageLensConfigurationOutput, error)
func (c *S3Control) DeleteStorageLensGroup(input *DeleteStorageLensGroupInput) (*DeleteStorageLensGroupOutput, error)
func (c *S3Control) DeleteStorageLensGroupRequest(input *DeleteStorageLensGroupInput) (req *request.Request, output *DeleteStorageLensGroupOutput)
func (c *S3Control) DeleteStorageLensGroupWithContext(ctx aws.Context, input *DeleteStorageLensGroupInput, opts ...request.Option) (*DeleteStorageLensGroupOutput, 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, opts ...request.Option) (*DescribeMultiRegionAccessPointOperationOutput, error)
func (c *S3Control) DissociateAccessGrantsIdentityCenter(input *DissociateAccessGrantsIdentityCenterInput) (*DissociateAccessGrantsIdentityCenterOutput, error)
func (c *S3Control) DissociateAccessGrantsIdentityCenterRequest(input *DissociateAccessGrantsIdentityCenterInput) (req *request.Request, output *DissociateAccessGrantsIdentityCenterOutput)
func (c *S3Control) DissociateAccessGrantsIdentityCenterWithContext(ctx aws.Context, input *DissociateAccessGrantsIdentityCenterInput, opts ...request.Option) (*DissociateAccessGrantsIdentityCenterOutput, error)
func (c *S3Control) GetAccessGrant(input *GetAccessGrantInput) (*GetAccessGrantOutput, error)
func (c *S3Control) GetAccessGrantRequest(input *GetAccessGrantInput) (req *request.Request, output *GetAccessGrantOutput)
func (c *S3Control) GetAccessGrantWithContext(ctx aws.Context, input *GetAccessGrantInput, opts ...request.Option) (*GetAccessGrantOutput, error)
func (c *S3Control) GetAccessGrantsInstance(input *GetAccessGrantsInstanceInput) (*GetAccessGrantsInstanceOutput, error)
func (c *S3Control) GetAccessGrantsInstanceForPrefix(input *GetAccessGrantsInstanceForPrefixInput) (*GetAccessGrantsInstanceForPrefixOutput, error)
func (c *S3Control) GetAccessGrantsInstanceForPrefixRequest(input *GetAccessGrantsInstanceForPrefixInput) (req *request.Request, output *GetAccessGrantsInstanceForPrefixOutput)
func (c *S3Control) GetAccessGrantsInstanceForPrefixWithContext(ctx aws.Context, input *GetAccessGrantsInstanceForPrefixInput, opts ...request.Option) (*GetAccessGrantsInstanceForPrefixOutput, error)
func (c *S3Control) GetAccessGrantsInstanceRequest(input *GetAccessGrantsInstanceInput) (req *request.Request, output *GetAccessGrantsInstanceOutput)
func (c *S3Control) GetAccessGrantsInstanceResourcePolicy(input *GetAccessGrantsInstanceResourcePolicyInput) (*GetAccessGrantsInstanceResourcePolicyOutput, error)
func (c *S3Control) GetAccessGrantsInstanceResourcePolicyRequest(input *GetAccessGrantsInstanceResourcePolicyInput) (req *request.Request, output *GetAccessGrantsInstanceResourcePolicyOutput)
func (c *S3Control) GetAccessGrantsInstanceResourcePolicyWithContext(ctx aws.Context, input *GetAccessGrantsInstanceResourcePolicyInput, opts ...request.Option) (*GetAccessGrantsInstanceResourcePolicyOutput, error)
func (c *S3Control) GetAccessGrantsInstanceWithContext(ctx aws.Context, input *GetAccessGrantsInstanceInput, opts ...request.Option) (*GetAccessGrantsInstanceOutput, error)
func (c *S3Control) GetAccessGrantsLocation(input *GetAccessGrantsLocationInput) (*GetAccessGrantsLocationOutput, error)
func (c *S3Control) GetAccessGrantsLocationRequest(input *GetAccessGrantsLocationInput) (req *request.Request, output *GetAccessGrantsLocationOutput)
func (c *S3Control) GetAccessGrantsLocationWithContext(ctx aws.Context, input *GetAccessGrantsLocationInput, opts ...request.Option) (*GetAccessGrantsLocationOutput, 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, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*GetAccessPointPolicyStatusForObjectLambdaOutput, error)
func (c *S3Control) GetAccessPointPolicyStatusRequest(input *GetAccessPointPolicyStatusInput) (req *request.Request, output *GetAccessPointPolicyStatusOutput)
func (c *S3Control) GetAccessPointPolicyStatusWithContext(ctx aws.Context, input *GetAccessPointPolicyStatusInput, opts ...request.Option) (*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, opts ...request.Option) (*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) GetBucketReplication(input *GetBucketReplicationInput) (*GetBucketReplicationOutput, error)
func (c *S3Control) GetBucketReplicationRequest(input *GetBucketReplicationInput) (req *request.Request, output *GetBucketReplicationOutput)
func (c *S3Control) GetBucketReplicationWithContext(ctx aws.Context, input *GetBucketReplicationInput, opts ...request.Option) (*GetBucketReplicationOutput, 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) GetDataAccess(input *GetDataAccessInput) (*GetDataAccessOutput, error)
func (c *S3Control) GetDataAccessRequest(input *GetDataAccessInput) (req *request.Request, output *GetDataAccessOutput)
func (c *S3Control) GetDataAccessWithContext(ctx aws.Context, input *GetDataAccessInput, opts ...request.Option) (*GetDataAccessOutput, 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, opts ...request.Option) (*GetMultiRegionAccessPointPolicyStatusOutput, error)
func (c *S3Control) GetMultiRegionAccessPointPolicyWithContext(ctx aws.Context, input *GetMultiRegionAccessPointPolicyInput, opts ...request.Option) (*GetMultiRegionAccessPointPolicyOutput, error)
func (c *S3Control) GetMultiRegionAccessPointRequest(input *GetMultiRegionAccessPointInput) (req *request.Request, output *GetMultiRegionAccessPointOutput)
func (c *S3Control) GetMultiRegionAccessPointRoutes(input *GetMultiRegionAccessPointRoutesInput) (*GetMultiRegionAccessPointRoutesOutput, error)
func (c *S3Control) GetMultiRegionAccessPointRoutesRequest(input *GetMultiRegionAccessPointRoutesInput) (req *request.Request, output *GetMultiRegionAccessPointRoutesOutput)
func (c *S3Control) GetMultiRegionAccessPointRoutesWithContext(ctx aws.Context, input *GetMultiRegionAccessPointRoutesInput, opts ...request.Option) (*GetMultiRegionAccessPointRoutesOutput, error)
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, opts ...request.Option) (*GetStorageLensConfigurationTaggingOutput, error)
func (c *S3Control) GetStorageLensConfigurationWithContext(ctx aws.Context, input *GetStorageLensConfigurationInput, opts ...request.Option) (*GetStorageLensConfigurationOutput, error)
func (c *S3Control) GetStorageLensGroup(input *GetStorageLensGroupInput) (*GetStorageLensGroupOutput, error)
func (c *S3Control) GetStorageLensGroupRequest(input *GetStorageLensGroupInput) (req *request.Request, output *GetStorageLensGroupOutput)
func (c *S3Control) GetStorageLensGroupWithContext(ctx aws.Context, input *GetStorageLensGroupInput, opts ...request.Option) (*GetStorageLensGroupOutput, error)
func (c *S3Control) ListAccessGrants(input *ListAccessGrantsInput) (*ListAccessGrantsOutput, error)
func (c *S3Control) ListAccessGrantsInstances(input *ListAccessGrantsInstancesInput) (*ListAccessGrantsInstancesOutput, error)
func (c *S3Control) ListAccessGrantsInstancesPages(input *ListAccessGrantsInstancesInput, fn func(*ListAccessGrantsInstancesOutput, bool) bool) error
func (c *S3Control) ListAccessGrantsInstancesPagesWithContext(ctx aws.Context, input *ListAccessGrantsInstancesInput, fn func(*ListAccessGrantsInstancesOutput, bool) bool, opts ...request.Option) error
func (c *S3Control) ListAccessGrantsInstancesRequest(input *ListAccessGrantsInstancesInput) (req *request.Request, output *ListAccessGrantsInstancesOutput)
func (c *S3Control) ListAccessGrantsInstancesWithContext(ctx aws.Context, input *ListAccessGrantsInstancesInput, opts ...request.Option) (*ListAccessGrantsInstancesOutput, error)
func (c *S3Control) ListAccessGrantsLocations(input *ListAccessGrantsLocationsInput) (*ListAccessGrantsLocationsOutput, error)
func (c *S3Control) ListAccessGrantsLocationsPages(input *ListAccessGrantsLocationsInput, fn func(*ListAccessGrantsLocationsOutput, bool) bool) error
func (c *S3Control) ListAccessGrantsLocationsPagesWithContext(ctx aws.Context, input *ListAccessGrantsLocationsInput, fn func(*ListAccessGrantsLocationsOutput, bool) bool, opts ...request.Option) error
func (c *S3Control) ListAccessGrantsLocationsRequest(input *ListAccessGrantsLocationsInput) (req *request.Request, output *ListAccessGrantsLocationsOutput)
func (c *S3Control) ListAccessGrantsLocationsWithContext(ctx aws.Context, input *ListAccessGrantsLocationsInput, opts ...request.Option) (*ListAccessGrantsLocationsOutput, error)
func (c *S3Control) ListAccessGrantsPages(input *ListAccessGrantsInput, fn func(*ListAccessGrantsOutput, bool) bool) error
func (c *S3Control) ListAccessGrantsPagesWithContext(ctx aws.Context, input *ListAccessGrantsInput, fn func(*ListAccessGrantsOutput, bool) bool, opts ...request.Option) error
func (c *S3Control) ListAccessGrantsRequest(input *ListAccessGrantsInput) (req *request.Request, output *ListAccessGrantsOutput)
func (c *S3Control) ListAccessGrantsWithContext(ctx aws.Context, input *ListAccessGrantsInput, opts ...request.Option) (*ListAccessGrantsOutput, error)
func (c *S3Control) ListAccessPoints(input *ListAccessPointsInput) (*ListAccessPointsOutput, error)
func (c *S3Control) ListAccessPointsForObjectLambda(input *ListAccessPointsForObjectLambdaInput) (*ListAccessPointsForObjectLambdaOutput, error)
func (c *S3Control) ListAccessPointsForObjectLambdaPages(input *ListAccessPointsForObjectLambdaInput, fn func(*ListAccessPointsForObjectLambdaOutput, bool) bool) error
func (c *S3Control) ListAccessPointsForObjectLambdaPagesWithContext(ctx aws.Context, input *ListAccessPointsForObjectLambdaInput, fn func(*ListAccessPointsForObjectLambdaOutput, bool) bool, opts ...request.Option) error
func (c *S3Control) ListAccessPointsForObjectLambdaRequest(input *ListAccessPointsForObjectLambdaInput) (req *request.Request, output *ListAccessPointsForObjectLambdaOutput)
func (c *S3Control) ListAccessPointsForObjectLambdaWithContext(ctx aws.Context, input *ListAccessPointsForObjectLambdaInput, opts ...request.Option) (*ListAccessPointsForObjectLambdaOutput, error)
func (c *S3Control) ListAccessPointsPages(input *ListAccessPointsInput, fn func(*ListAccessPointsOutput, bool) bool) error
func (c *S3Control) ListAccessPointsPagesWithContext(ctx aws.Context, input *ListAccessPointsInput, fn func(*ListAccessPointsOutput, bool) bool, opts ...request.Option) 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, opts ...request.Option) 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, fn func(*ListMultiRegionAccessPointsOutput, bool) bool) error
func (c *S3Control) ListMultiRegionAccessPointsPagesWithContext(ctx aws.Context, input *ListMultiRegionAccessPointsInput, fn func(*ListMultiRegionAccessPointsOutput, bool) bool, opts ...request.Option) error
func (c *S3Control) ListMultiRegionAccessPointsRequest(input *ListMultiRegionAccessPointsInput) (req *request.Request, output *ListMultiRegionAccessPointsOutput)
func (c *S3Control) ListMultiRegionAccessPointsWithContext(ctx aws.Context, input *ListMultiRegionAccessPointsInput, opts ...request.Option) (*ListMultiRegionAccessPointsOutput, error)
func (c *S3Control) ListRegionalBuckets(input *ListRegionalBucketsInput) (*ListRegionalBucketsOutput, error)
func (c *S3Control) ListRegionalBucketsPages(input *ListRegionalBucketsInput, fn func(*ListRegionalBucketsOutput, bool) bool) error
func (c *S3Control) ListRegionalBucketsPagesWithContext(ctx aws.Context, input *ListRegionalBucketsInput, fn func(*ListRegionalBucketsOutput, bool) bool, opts ...request.Option) 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, fn func(*ListStorageLensConfigurationsOutput, bool) bool) error
func (c *S3Control) ListStorageLensConfigurationsPagesWithContext(ctx aws.Context, input *ListStorageLensConfigurationsInput, fn func(*ListStorageLensConfigurationsOutput, bool) bool, opts ...request.Option) error
func (c *S3Control) ListStorageLensConfigurationsRequest(input *ListStorageLensConfigurationsInput) (req *request.Request, output *ListStorageLensConfigurationsOutput)
func (c *S3Control) ListStorageLensConfigurationsWithContext(ctx aws.Context, input *ListStorageLensConfigurationsInput, opts ...request.Option) (*ListStorageLensConfigurationsOutput, error)
func (c *S3Control) ListStorageLensGroups(input *ListStorageLensGroupsInput) (*ListStorageLensGroupsOutput, error)
func (c *S3Control) ListStorageLensGroupsPages(input *ListStorageLensGroupsInput, fn func(*ListStorageLensGroupsOutput, bool) bool) error
func (c *S3Control) ListStorageLensGroupsPagesWithContext(ctx aws.Context, input *ListStorageLensGroupsInput, fn func(*ListStorageLensGroupsOutput, bool) bool, opts ...request.Option) error
func (c *S3Control) ListStorageLensGroupsRequest(input *ListStorageLensGroupsInput) (req *request.Request, output *ListStorageLensGroupsOutput)
func (c *S3Control) ListStorageLensGroupsWithContext(ctx aws.Context, input *ListStorageLensGroupsInput, opts ...request.Option) (*ListStorageLensGroupsOutput, error)
func (c *S3Control) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *S3Control) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *S3Control) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *S3Control) PutAccessGrantsInstanceResourcePolicy(input *PutAccessGrantsInstanceResourcePolicyInput) (*PutAccessGrantsInstanceResourcePolicyOutput, error)
func (c *S3Control) PutAccessGrantsInstanceResourcePolicyRequest(input *PutAccessGrantsInstanceResourcePolicyInput) (req *request.Request, output *PutAccessGrantsInstanceResourcePolicyOutput)
func (c *S3Control) PutAccessGrantsInstanceResourcePolicyWithContext(ctx aws.Context, input *PutAccessGrantsInstanceResourcePolicyInput, opts ...request.Option) (*PutAccessGrantsInstanceResourcePolicyOutput, 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, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*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) PutBucketReplication(input *PutBucketReplicationInput) (*PutBucketReplicationOutput, error)
func (c *S3Control) PutBucketReplicationRequest(input *PutBucketReplicationInput) (req *request.Request, output *PutBucketReplicationOutput)
func (c *S3Control) PutBucketReplicationWithContext(ctx aws.Context, input *PutBucketReplicationInput, opts ...request.Option) (*PutBucketReplicationOutput, 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, opts ...request.Option) (*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, opts ...request.Option) (*PutStorageLensConfigurationTaggingOutput, error)
func (c *S3Control) PutStorageLensConfigurationWithContext(ctx aws.Context, input *PutStorageLensConfigurationInput, opts ...request.Option) (*PutStorageLensConfigurationOutput, error)
func (c *S3Control) SubmitMultiRegionAccessPointRoutes(input *SubmitMultiRegionAccessPointRoutesInput) (*SubmitMultiRegionAccessPointRoutesOutput, error)
func (c *S3Control) SubmitMultiRegionAccessPointRoutesRequest(input *SubmitMultiRegionAccessPointRoutesInput) (req *request.Request, output *SubmitMultiRegionAccessPointRoutesOutput)
func (c *S3Control) SubmitMultiRegionAccessPointRoutesWithContext(ctx aws.Context, input *SubmitMultiRegionAccessPointRoutesInput, opts ...request.Option) (*SubmitMultiRegionAccessPointRoutesOutput, error)
func (c *S3Control) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *S3Control) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *S3Control) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *S3Control) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *S3Control) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *S3Control) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *S3Control) UpdateAccessGrantsLocation(input *UpdateAccessGrantsLocationInput) (*UpdateAccessGrantsLocationOutput, error)
func (c *S3Control) UpdateAccessGrantsLocationRequest(input *UpdateAccessGrantsLocationInput) (req *request.Request, output *UpdateAccessGrantsLocationOutput)
func (c *S3Control) UpdateAccessGrantsLocationWithContext(ctx aws.Context, input *UpdateAccessGrantsLocationInput, opts ...request.Option) (*UpdateAccessGrantsLocationOutput, 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)
func (c *S3Control) UpdateStorageLensGroup(input *UpdateStorageLensGroupInput) (*UpdateStorageLensGroupOutput, error)
func (c *S3Control) UpdateStorageLensGroupRequest(input *UpdateStorageLensGroupInput) (req *request.Request, output *UpdateStorageLensGroupOutput)
func (c *S3Control) UpdateStorageLensGroupWithContext(ctx aws.Context, input *UpdateStorageLensGroupInput, opts ...request.Option) (*UpdateStorageLensGroupOutput, error)
func AsyncOperationName_Values() []string
func BucketCannedACL_Values() []string
func BucketLocationConstraint_Values() []string
func BucketVersioningStatus_Values() []string
func DeleteMarkerReplicationStatus_Values() []string
func ExistingObjectReplicationStatus_Values() []string
func ExpirationStatus_Values() []string
func Format_Values() []string
func GeneratedManifestFormat_Values() []string
func GranteeType_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 MetricsStatus_Values() []string
func MultiRegionAccessPointStatus_Values() []string
func NetworkOrigin_Values() []string
func ObjectLambdaAccessPointAliasStatus_Values() []string
func ObjectLambdaAllowedFeature_Values() []string
func ObjectLambdaTransformationConfigurationAction_Values() []string
func OperationName_Values() []string
func OutputSchemaVersion_Values() []string
func OwnerOverride_Values() []string
func Permission_Values() []string
func Privilege_Values() []string
func ReplicaModificationsStatus_Values() []string
func ReplicationRuleStatus_Values() []string
func ReplicationStatus_Values() []string
func ReplicationStorageClass_Values() []string
func ReplicationTimeStatus_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 S3PrefixType_Values() []string
func S3SSEAlgorithm_Values() []string
func S3StorageClass_Values() []string
func SseKmsEncryptedObjectsStatus_Values() []string
func TransitionStorageClass_Values() []string
type AbortIncompleteMultipartUpload
type AccessControlTranslation
type AccessGrantsLocationConfiguration
type AccessPoint
type AccountLevel
type ActivityMetrics
type AdvancedCostOptimizationMetrics
type AdvancedDataProtectionMetrics
type AssociateAccessGrantsIdentityCenterInput
type AssociateAccessGrantsIdentityCenterOutput
type AsyncErrorDetails
type AsyncOperation
type AsyncRequestParameters
type AsyncResponseDetails
type AwsLambdaTransformation
type BucketLevel
type CloudWatchMetrics
type CreateAccessGrantInput
type CreateAccessGrantOutput
type CreateAccessGrantsInstanceInput
type CreateAccessGrantsInstanceOutput
type CreateAccessGrantsLocationInput
type CreateAccessGrantsLocationOutput
type CreateAccessPointForObjectLambdaInput
type CreateAccessPointForObjectLambdaOutput
type CreateAccessPointInput
type CreateAccessPointOutput
type CreateBucketConfiguration
type CreateBucketInput
type CreateBucketOutput
type CreateJobInput
type CreateJobOutput
type CreateMultiRegionAccessPointInput
type CreateMultiRegionAccessPointInput_
type CreateMultiRegionAccessPointOutput
type CreateStorageLensGroupInput
type CreateStorageLensGroupOutput
type Credentials
type DeleteAccessGrantInput
type DeleteAccessGrantOutput
type DeleteAccessGrantsInstanceInput
type DeleteAccessGrantsInstanceOutput
type DeleteAccessGrantsInstanceResourcePolicyInput
type DeleteAccessGrantsInstanceResourcePolicyOutput
type DeleteAccessGrantsLocationInput
type DeleteAccessGrantsLocationOutput
type DeleteAccessPointForObjectLambdaInput
type DeleteAccessPointForObjectLambdaOutput
type DeleteAccessPointInput
type DeleteAccessPointOutput
type DeleteAccessPointPolicyForObjectLambdaInput
type DeleteAccessPointPolicyForObjectLambdaOutput
type DeleteAccessPointPolicyInput
type DeleteAccessPointPolicyOutput
type DeleteBucketInput
type DeleteBucketLifecycleConfigurationInput
type DeleteBucketLifecycleConfigurationOutput
type DeleteBucketOutput
type DeleteBucketPolicyInput
type DeleteBucketPolicyOutput
type DeleteBucketReplicationInput
type DeleteBucketReplicationOutput
type DeleteBucketTaggingInput
type DeleteBucketTaggingOutput
type DeleteJobTaggingInput
type DeleteJobTaggingOutput
type DeleteMarkerReplication
type DeleteMultiRegionAccessPointInput
type DeleteMultiRegionAccessPointInput_
type DeleteMultiRegionAccessPointOutput
type DeletePublicAccessBlockInput
type DeletePublicAccessBlockOutput
type DeleteStorageLensConfigurationInput
type DeleteStorageLensConfigurationOutput
type DeleteStorageLensConfigurationTaggingInput
type DeleteStorageLensConfigurationTaggingOutput
type DeleteStorageLensGroupInput
type DeleteStorageLensGroupOutput
type DescribeJobInput
type DescribeJobOutput
type DescribeMultiRegionAccessPointOperationInput
type DescribeMultiRegionAccessPointOperationOutput
type Destination
type DetailedStatusCodesMetrics
type DissociateAccessGrantsIdentityCenterInput
type DissociateAccessGrantsIdentityCenterOutput
type EncryptionConfiguration
type EstablishedMultiRegionAccessPointPolicy
type Exclude
type ExistingObjectReplication
type GeneratedManifestEncryption
type GetAccessGrantInput
type GetAccessGrantOutput
type GetAccessGrantsInstanceForPrefixInput
type GetAccessGrantsInstanceForPrefixOutput
type GetAccessGrantsInstanceInput
type GetAccessGrantsInstanceOutput
type GetAccessGrantsInstanceResourcePolicyInput
type GetAccessGrantsInstanceResourcePolicyOutput
type GetAccessGrantsLocationInput
type GetAccessGrantsLocationOutput
type GetAccessPointConfigurationForObjectLambdaInput
type GetAccessPointConfigurationForObjectLambdaOutput
type GetAccessPointForObjectLambdaInput
type GetAccessPointForObjectLambdaOutput
type GetAccessPointInput
type GetAccessPointOutput
type GetAccessPointPolicyForObjectLambdaInput
type GetAccessPointPolicyForObjectLambdaOutput
type GetAccessPointPolicyInput
type GetAccessPointPolicyOutput
type GetAccessPointPolicyStatusForObjectLambdaInput
type GetAccessPointPolicyStatusForObjectLambdaOutput
type GetAccessPointPolicyStatusInput
type GetAccessPointPolicyStatusOutput
type GetBucketInput
type GetBucketLifecycleConfigurationInput
type GetBucketLifecycleConfigurationOutput
type GetBucketOutput
type GetBucketPolicyInput
type GetBucketPolicyOutput
type GetBucketReplicationInput
type GetBucketReplicationOutput
type GetBucketTaggingInput
type GetBucketTaggingOutput
type GetBucketVersioningInput
type GetBucketVersioningOutput
type GetDataAccessInput
type GetDataAccessOutput
type GetJobTaggingInput
type GetJobTaggingOutput
type GetMultiRegionAccessPointInput
type GetMultiRegionAccessPointOutput
type GetMultiRegionAccessPointPolicyInput
type GetMultiRegionAccessPointPolicyOutput
type GetMultiRegionAccessPointPolicyStatusInput
type GetMultiRegionAccessPointPolicyStatusOutput
type GetMultiRegionAccessPointRoutesInput
type GetMultiRegionAccessPointRoutesOutput
type GetPublicAccessBlockInput
type GetPublicAccessBlockOutput
type GetStorageLensConfigurationInput
type GetStorageLensConfigurationOutput
type GetStorageLensConfigurationTaggingInput
type GetStorageLensConfigurationTaggingOutput
type GetStorageLensGroupInput
type GetStorageLensGroupOutput
type Grantee
type Include
type JobDescriptor
type JobFailure
type JobListDescriptor
type JobManifest
type JobManifestGenerator
type JobManifestGeneratorFilter
type JobManifestLocation
type JobManifestSpec
type JobOperation
type JobProgressSummary
type JobReport
type JobTimers
type KeyNameConstraint
type LambdaInvokeOperation
type LifecycleConfiguration
type LifecycleExpiration
type LifecycleRule
type LifecycleRuleAndOperator
type LifecycleRuleFilter
type ListAccessGrantEntry
type ListAccessGrantsInput
type ListAccessGrantsInstanceEntry
type ListAccessGrantsInstancesInput
type ListAccessGrantsInstancesOutput
type ListAccessGrantsLocationsEntry
type ListAccessGrantsLocationsInput
type ListAccessGrantsLocationsOutput
type ListAccessGrantsOutput
type ListAccessPointsForObjectLambdaInput
type ListAccessPointsForObjectLambdaOutput
type ListAccessPointsInput
type ListAccessPointsOutput
type ListJobsInput
type ListJobsOutput
type ListMultiRegionAccessPointsInput
type ListMultiRegionAccessPointsOutput
type ListRegionalBucketsInput
type ListRegionalBucketsOutput
type ListStorageLensConfigurationEntry
type ListStorageLensConfigurationsInput
type ListStorageLensConfigurationsOutput
type ListStorageLensGroupEntry
type ListStorageLensGroupsInput
type ListStorageLensGroupsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type MatchObjectAge
type MatchObjectSize
type Metrics
type MultiRegionAccessPointPolicyDocument
type MultiRegionAccessPointRegionalResponse
type MultiRegionAccessPointReport
type MultiRegionAccessPointRoute
type MultiRegionAccessPointsAsyncResponse
type NoncurrentVersionExpiration
type NoncurrentVersionTransition
type ObjectLambdaAccessPoint
type ObjectLambdaAccessPointAlias
type ObjectLambdaConfiguration
type ObjectLambdaContentTransformation
type ObjectLambdaTransformationConfiguration
type PolicyStatus
type PrefixLevel
type PrefixLevelStorageMetrics
type ProposedMultiRegionAccessPointPolicy
type PublicAccessBlockConfiguration
type PutAccessGrantsInstanceResourcePolicyInput
type PutAccessGrantsInstanceResourcePolicyOutput
type PutAccessPointConfigurationForObjectLambdaInput
type PutAccessPointConfigurationForObjectLambdaOutput
type PutAccessPointPolicyForObjectLambdaInput
type PutAccessPointPolicyForObjectLambdaOutput
type PutAccessPointPolicyInput
type PutAccessPointPolicyOutput
type PutBucketLifecycleConfigurationInput
type PutBucketLifecycleConfigurationOutput
type PutBucketPolicyInput
type PutBucketPolicyOutput
type PutBucketReplicationInput
type PutBucketReplicationOutput
type PutBucketTaggingInput
type PutBucketTaggingOutput
type PutBucketVersioningInput
type PutBucketVersioningOutput
type PutJobTaggingInput
type PutJobTaggingOutput
type PutMultiRegionAccessPointPolicyInput
type PutMultiRegionAccessPointPolicyInput_
type PutMultiRegionAccessPointPolicyOutput
type PutPublicAccessBlockInput
type PutPublicAccessBlockOutput
type PutStorageLensConfigurationInput
type PutStorageLensConfigurationOutput
type PutStorageLensConfigurationTaggingInput
type PutStorageLensConfigurationTaggingOutput
type Region
type RegionReport
type RegionalBucket
type ReplicaModifications
type ReplicationConfiguration
type ReplicationRule
type ReplicationRuleAndOperator
type ReplicationRuleFilter
type ReplicationTime
type ReplicationTimeValue
type S3AccessControlList
type S3AccessControlPolicy
type S3BucketDestination
type S3CopyObjectOperation
type S3DeleteObjectTaggingOperation
type S3GeneratedManifestDescriptor
type S3Grant
type S3Grantee
type S3InitiateRestoreObjectOperation
type S3JobManifestGenerator
type S3ManifestOutputLocation
type S3ObjectLockLegalHold
type S3ObjectMetadata
type S3ObjectOwner
type S3ReplicateObjectOperation
type S3Retention
type S3SetObjectAclOperation
type S3SetObjectLegalHoldOperation
type S3SetObjectRetentionOperation
type S3SetObjectTaggingOperation
type S3Tag
type SSEKMS
type SSEKMSEncryption
type SSES3
type SSES3Encryption
type SelectionCriteria
type SourceSelectionCriteria
type SseKmsEncryptedObjects
type StorageLensAwsOrg
type StorageLensConfiguration
type StorageLensDataExport
type StorageLensDataExportEncryption
type StorageLensGroup
type StorageLensGroupAndOperator
type StorageLensGroupFilter
type StorageLensGroupLevel
type StorageLensGroupLevelSelectionCriteria
type StorageLensGroupOrOperator
type StorageLensTag
type SubmitMultiRegionAccessPointRoutesInput
type SubmitMultiRegionAccessPointRoutesOutput
type Tag
type TagResourceInput
type TagResourceOutput
type Tagging
type Transition
type UntagResourceInput
type UntagResourceOutput
type UpdateAccessGrantsLocationInput
type UpdateAccessGrantsLocationOutput
type UpdateJobPriorityInput
type UpdateJobPriorityOutput
type UpdateJobStatusInput
type UpdateJobStatusOutput
type UpdateStorageLensGroupInput
type UpdateStorageLensGroupOutput
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 (
    // DeleteMarkerReplicationStatusEnabled is a DeleteMarkerReplicationStatus enum value
    DeleteMarkerReplicationStatusEnabled = "Enabled"

    // DeleteMarkerReplicationStatusDisabled is a DeleteMarkerReplicationStatus enum value
    DeleteMarkerReplicationStatusDisabled = "Disabled"
)
const (
    // ExistingObjectReplicationStatusEnabled is a ExistingObjectReplicationStatus enum value
    ExistingObjectReplicationStatusEnabled = "Enabled"

    // ExistingObjectReplicationStatusDisabled is a ExistingObjectReplicationStatus enum value
    ExistingObjectReplicationStatusDisabled = "Disabled"
)
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 (
    // GranteeTypeDirectoryUser is a GranteeType enum value
    GranteeTypeDirectoryUser = "DIRECTORY_USER"

    // GranteeTypeDirectoryGroup is a GranteeType enum value
    GranteeTypeDirectoryGroup = "DIRECTORY_GROUP"

    // GranteeTypeIam is a GranteeType enum value
    GranteeTypeIam = "IAM"
)
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 (
    // MetricsStatusEnabled is a MetricsStatus enum value
    MetricsStatusEnabled = "Enabled"

    // MetricsStatusDisabled is a MetricsStatus enum value
    MetricsStatusDisabled = "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 (
    // ObjectLambdaAccessPointAliasStatusProvisioning is a ObjectLambdaAccessPointAliasStatus enum value
    ObjectLambdaAccessPointAliasStatusProvisioning = "PROVISIONING"

    // ObjectLambdaAccessPointAliasStatusReady is a ObjectLambdaAccessPointAliasStatus enum value
    ObjectLambdaAccessPointAliasStatusReady = "READY"
)
const (
    // ObjectLambdaAllowedFeatureGetObjectRange is a ObjectLambdaAllowedFeature enum value
    ObjectLambdaAllowedFeatureGetObjectRange = "GetObject-Range"

    // ObjectLambdaAllowedFeatureGetObjectPartNumber is a ObjectLambdaAllowedFeature enum value
    ObjectLambdaAllowedFeatureGetObjectPartNumber = "GetObject-PartNumber"

    // ObjectLambdaAllowedFeatureHeadObjectRange is a ObjectLambdaAllowedFeature enum value
    ObjectLambdaAllowedFeatureHeadObjectRange = "HeadObject-Range"

    // ObjectLambdaAllowedFeatureHeadObjectPartNumber is a ObjectLambdaAllowedFeature enum value
    ObjectLambdaAllowedFeatureHeadObjectPartNumber = "HeadObject-PartNumber"
)
const (
    // ObjectLambdaTransformationConfigurationActionGetObject is a ObjectLambdaTransformationConfigurationAction enum value
    ObjectLambdaTransformationConfigurationActionGetObject = "GetObject"

    // ObjectLambdaTransformationConfigurationActionHeadObject is a ObjectLambdaTransformationConfigurationAction enum value
    ObjectLambdaTransformationConfigurationActionHeadObject = "HeadObject"

    // ObjectLambdaTransformationConfigurationActionListObjects is a ObjectLambdaTransformationConfigurationAction enum value
    ObjectLambdaTransformationConfigurationActionListObjects = "ListObjects"

    // ObjectLambdaTransformationConfigurationActionListObjectsV2 is a ObjectLambdaTransformationConfigurationAction enum value
    ObjectLambdaTransformationConfigurationActionListObjectsV2 = "ListObjectsV2"
)
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 (
    // PermissionRead is a Permission enum value
    PermissionRead = "READ"

    // PermissionWrite is a Permission enum value
    PermissionWrite = "WRITE"

    // PermissionReadwrite is a Permission enum value
    PermissionReadwrite = "READWRITE"
)
const (
    // PrivilegeMinimal is a Privilege enum value
    PrivilegeMinimal = "Minimal"

    // PrivilegeDefault is a Privilege enum value
    PrivilegeDefault = "Default"
)
const (
    // ReplicaModificationsStatusEnabled is a ReplicaModificationsStatus enum value
    ReplicaModificationsStatusEnabled = "Enabled"

    // ReplicaModificationsStatusDisabled is a ReplicaModificationsStatus enum value
    ReplicaModificationsStatusDisabled = "Disabled"
)
const (
    // ReplicationRuleStatusEnabled is a ReplicationRuleStatus enum value
    ReplicationRuleStatusEnabled = "Enabled"

    // ReplicationRuleStatusDisabled is a ReplicationRuleStatus enum value
    ReplicationRuleStatusDisabled = "Disabled"
)
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 (
    // ReplicationStorageClassStandard is a ReplicationStorageClass enum value
    ReplicationStorageClassStandard = "STANDARD"

    // ReplicationStorageClassReducedRedundancy is a ReplicationStorageClass enum value
    ReplicationStorageClassReducedRedundancy = "REDUCED_REDUNDANCY"

    // ReplicationStorageClassStandardIa is a ReplicationStorageClass enum value
    ReplicationStorageClassStandardIa = "STANDARD_IA"

    // ReplicationStorageClassOnezoneIa is a ReplicationStorageClass enum value
    ReplicationStorageClassOnezoneIa = "ONEZONE_IA"

    // ReplicationStorageClassIntelligentTiering is a ReplicationStorageClass enum value
    ReplicationStorageClassIntelligentTiering = "INTELLIGENT_TIERING"

    // ReplicationStorageClassGlacier is a ReplicationStorageClass enum value
    ReplicationStorageClassGlacier = "GLACIER"

    // ReplicationStorageClassDeepArchive is a ReplicationStorageClass enum value
    ReplicationStorageClassDeepArchive = "DEEP_ARCHIVE"

    // ReplicationStorageClassOutposts is a ReplicationStorageClass enum value
    ReplicationStorageClassOutposts = "OUTPOSTS"

    // ReplicationStorageClassGlacierIr is a ReplicationStorageClass enum value
    ReplicationStorageClassGlacierIr = "GLACIER_IR"
)
const (
    // ReplicationTimeStatusEnabled is a ReplicationTimeStatus enum value
    ReplicationTimeStatusEnabled = "Enabled"

    // ReplicationTimeStatusDisabled is a ReplicationTimeStatus enum value
    ReplicationTimeStatusDisabled = "Disabled"
)
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 (
    // SseKmsEncryptedObjectsStatusEnabled is a SseKmsEncryptedObjectsStatus enum value
    SseKmsEncryptedObjectsStatusEnabled = "Enabled"

    // SseKmsEncryptedObjectsStatusDisabled is a SseKmsEncryptedObjectsStatus enum value
    SseKmsEncryptedObjectsStatusDisabled = "Disabled"
)
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 (
    // OutputSchemaVersionV1 is a OutputSchemaVersion enum value
    OutputSchemaVersionV1 = "V_1"
)
const (
    // OwnerOverrideDestination is a OwnerOverride enum value
    OwnerOverrideDestination = "Destination"
)
const (
    // S3PrefixTypeObject is a S3PrefixType enum value
    S3PrefixTypeObject = "Object"
)

func AsyncOperationName_Values

func AsyncOperationName_Values() []string

AsyncOperationName_Values returns all elements of the AsyncOperationName enum

func BucketCannedACL_Values

func BucketCannedACL_Values() []string

BucketCannedACL_Values returns all elements of the BucketCannedACL enum

func BucketLocationConstraint_Values

func BucketLocationConstraint_Values() []string

BucketLocationConstraint_Values returns all elements of the BucketLocationConstraint enum

func BucketVersioningStatus_Values

func BucketVersioningStatus_Values() []string

BucketVersioningStatus_Values returns all elements of the BucketVersioningStatus enum

func DeleteMarkerReplicationStatus_Values

func DeleteMarkerReplicationStatus_Values() []string

DeleteMarkerReplicationStatus_Values returns all elements of the DeleteMarkerReplicationStatus enum

func ExistingObjectReplicationStatus_Values

func ExistingObjectReplicationStatus_Values() []string

ExistingObjectReplicationStatus_Values returns all elements of the ExistingObjectReplicationStatus enum

func ExpirationStatus_Values

func ExpirationStatus_Values() []string

ExpirationStatus_Values returns all elements of the ExpirationStatus enum

func Format_Values

func Format_Values() []string

Format_Values returns all elements of the Format enum

func GeneratedManifestFormat_Values

func GeneratedManifestFormat_Values() []string

GeneratedManifestFormat_Values returns all elements of the GeneratedManifestFormat enum

func GranteeType_Values

func GranteeType_Values() []string

GranteeType_Values returns all elements of the GranteeType enum

func JobManifestFieldName_Values

func JobManifestFieldName_Values() []string

JobManifestFieldName_Values returns all elements of the JobManifestFieldName enum

func JobManifestFormat_Values

func JobManifestFormat_Values() []string

JobManifestFormat_Values returns all elements of the JobManifestFormat enum

func JobReportFormat_Values

func JobReportFormat_Values() []string

JobReportFormat_Values returns all elements of the JobReportFormat enum

func JobReportScope_Values

func JobReportScope_Values() []string

JobReportScope_Values returns all elements of the JobReportScope enum

func JobStatus_Values

func JobStatus_Values() []string

JobStatus_Values returns all elements of the JobStatus enum

func MFADeleteStatus_Values

func MFADeleteStatus_Values() []string

MFADeleteStatus_Values returns all elements of the MFADeleteStatus enum

func MFADelete_Values

func MFADelete_Values() []string

MFADelete_Values returns all elements of the MFADelete enum

func MetricsStatus_Values

func MetricsStatus_Values() []string

MetricsStatus_Values returns all elements of the MetricsStatus enum

func MultiRegionAccessPointStatus_Values

func MultiRegionAccessPointStatus_Values() []string

MultiRegionAccessPointStatus_Values returns all elements of the MultiRegionAccessPointStatus enum

func NetworkOrigin_Values

func NetworkOrigin_Values() []string

NetworkOrigin_Values returns all elements of the NetworkOrigin enum

func ObjectLambdaAccessPointAliasStatus_Values

func ObjectLambdaAccessPointAliasStatus_Values() []string

ObjectLambdaAccessPointAliasStatus_Values returns all elements of the ObjectLambdaAccessPointAliasStatus enum

func ObjectLambdaAllowedFeature_Values

func ObjectLambdaAllowedFeature_Values() []string

ObjectLambdaAllowedFeature_Values returns all elements of the ObjectLambdaAllowedFeature enum

func ObjectLambdaTransformationConfigurationAction_Values

func ObjectLambdaTransformationConfigurationAction_Values() []string

ObjectLambdaTransformationConfigurationAction_Values returns all elements of the ObjectLambdaTransformationConfigurationAction enum

func OperationName_Values

func OperationName_Values() []string

OperationName_Values returns all elements of the OperationName enum

func OutputSchemaVersion_Values

func OutputSchemaVersion_Values() []string

OutputSchemaVersion_Values returns all elements of the OutputSchemaVersion enum

func OwnerOverride_Values

func OwnerOverride_Values() []string

OwnerOverride_Values returns all elements of the OwnerOverride enum

func Permission_Values

func Permission_Values() []string

Permission_Values returns all elements of the Permission enum

func Privilege_Values

func Privilege_Values() []string

Privilege_Values returns all elements of the Privilege enum

func ReplicaModificationsStatus_Values

func ReplicaModificationsStatus_Values() []string

ReplicaModificationsStatus_Values returns all elements of the ReplicaModificationsStatus enum

func ReplicationRuleStatus_Values

func ReplicationRuleStatus_Values() []string

ReplicationRuleStatus_Values returns all elements of the ReplicationRuleStatus enum

func ReplicationStatus_Values

func ReplicationStatus_Values() []string

ReplicationStatus_Values returns all elements of the ReplicationStatus enum

func ReplicationStorageClass_Values

func ReplicationStorageClass_Values() []string

ReplicationStorageClass_Values returns all elements of the ReplicationStorageClass enum

func ReplicationTimeStatus_Values

func ReplicationTimeStatus_Values() []string

ReplicationTimeStatus_Values returns all elements of the ReplicationTimeStatus enum

func RequestedJobStatus_Values

func RequestedJobStatus_Values() []string

RequestedJobStatus_Values returns all elements of the RequestedJobStatus enum

func S3CannedAccessControlList_Values

func S3CannedAccessControlList_Values() []string

S3CannedAccessControlList_Values returns all elements of the S3CannedAccessControlList enum

func S3ChecksumAlgorithm_Values

func S3ChecksumAlgorithm_Values() []string

S3ChecksumAlgorithm_Values returns all elements of the S3ChecksumAlgorithm enum

func S3GlacierJobTier_Values

func S3GlacierJobTier_Values() []string

S3GlacierJobTier_Values returns all elements of the S3GlacierJobTier enum

func S3GranteeTypeIdentifier_Values

func S3GranteeTypeIdentifier_Values() []string

S3GranteeTypeIdentifier_Values returns all elements of the S3GranteeTypeIdentifier enum

func S3MetadataDirective_Values

func S3MetadataDirective_Values() []string

S3MetadataDirective_Values returns all elements of the S3MetadataDirective enum

func S3ObjectLockLegalHoldStatus_Values

func S3ObjectLockLegalHoldStatus_Values() []string

S3ObjectLockLegalHoldStatus_Values returns all elements of the S3ObjectLockLegalHoldStatus enum

func S3ObjectLockMode_Values

func S3ObjectLockMode_Values() []string

S3ObjectLockMode_Values returns all elements of the S3ObjectLockMode enum

func S3ObjectLockRetentionMode_Values

func S3ObjectLockRetentionMode_Values() []string

S3ObjectLockRetentionMode_Values returns all elements of the S3ObjectLockRetentionMode enum

func S3Permission_Values

func S3Permission_Values() []string

S3Permission_Values returns all elements of the S3Permission enum

func S3PrefixType_Values

func S3PrefixType_Values() []string

S3PrefixType_Values returns all elements of the S3PrefixType enum

func S3SSEAlgorithm_Values

func S3SSEAlgorithm_Values() []string

S3SSEAlgorithm_Values returns all elements of the S3SSEAlgorithm enum

func S3StorageClass_Values

func S3StorageClass_Values() []string

S3StorageClass_Values returns all elements of the S3StorageClass enum

func SseKmsEncryptedObjectsStatus_Values

func SseKmsEncryptedObjectsStatus_Values() []string

SseKmsEncryptedObjectsStatus_Values returns all elements of the SseKmsEncryptedObjectsStatus enum

func TransitionStorageClass_Values

func TransitionStorageClass_Values() []string

TransitionStorageClass_Values returns all elements of the TransitionStorageClass enum

type AbortIncompleteMultipartUpload

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

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

func (s *AbortIncompleteMultipartUpload) SetDaysAfterInitiation(v int64) *AbortIncompleteMultipartUpload

SetDaysAfterInitiation sets the DaysAfterInitiation field's value.

func (AbortIncompleteMultipartUpload) String

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 AccessControlTranslation

type AccessControlTranslation struct {

    // Specifies the replica ownership.
    //
    // Owner is a required field
    Owner *string `type:"string" required:"true" enum:"OwnerOverride"`
    // contains filtered or unexported fields
}

A container for information about access control for replicas.

This is not supported by Amazon S3 on Outposts buckets.

func (AccessControlTranslation) GoString

func (s AccessControlTranslation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessControlTranslation) SetOwner

func (s *AccessControlTranslation) SetOwner(v string) *AccessControlTranslation

SetOwner sets the Owner field's value.

func (AccessControlTranslation) String

func (s AccessControlTranslation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessControlTranslation) Validate

func (s *AccessControlTranslation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AccessGrantsLocationConfiguration

type AccessGrantsLocationConfiguration struct {

    // The S3SubPrefix is appended to the location scope creating the grant scope.
    // Use this field to narrow the scope of the grant to a subset of the location
    // scope. This field is required if the location scope is the default location
    // s3:// because you cannot create a grant for all of your S3 data in the Region
    // and must narrow the scope. For example, if the location scope is the default
    // location s3://, the S3SubPrefx can be a <bucket-name>/*, so the full grant
    // scope path would be s3://<bucket-name>/*. Or the S3SubPrefx can be <bucket-name>/<prefix-name>*,
    // so the full grant scope path would be or s3://<bucket-name>/<prefix-name>*.
    //
    // If the S3SubPrefix includes a prefix, append the wildcard character * after
    // the prefix to indicate that you want to include all object key names in the
    // bucket that start with that prefix.
    S3SubPrefix *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The configuration options of the S3 Access Grants location. It contains the S3SubPrefix field. The grant scope, the data to which you are granting access, is the result of appending the Subprefix field to the scope of the registered location.

func (AccessGrantsLocationConfiguration) GoString

func (s AccessGrantsLocationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessGrantsLocationConfiguration) SetS3SubPrefix

func (s *AccessGrantsLocationConfiguration) SetS3SubPrefix(v string) *AccessGrantsLocationConfiguration

SetS3SubPrefix sets the S3SubPrefix field's value.

func (AccessGrantsLocationConfiguration) String

func (s AccessGrantsLocationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessGrantsLocationConfiguration) Validate

func (s *AccessGrantsLocationConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AccessPoint

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 Amazon Web Services account ID associated with the S3 bucket associated
    // with this access point.
    BucketAccountId *string `type:"string"`

    // 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

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

func (s *AccessPoint) SetAccessPointArn(v string) *AccessPoint

SetAccessPointArn sets the AccessPointArn field's value.

func (*AccessPoint) SetAlias

func (s *AccessPoint) SetAlias(v string) *AccessPoint

SetAlias sets the Alias field's value.

func (*AccessPoint) SetBucket

func (s *AccessPoint) SetBucket(v string) *AccessPoint

SetBucket sets the Bucket field's value.

func (*AccessPoint) SetBucketAccountId

func (s *AccessPoint) SetBucketAccountId(v string) *AccessPoint

SetBucketAccountId sets the BucketAccountId field's value.

func (*AccessPoint) SetName

func (s *AccessPoint) SetName(v string) *AccessPoint

SetName sets the Name field's value.

func (*AccessPoint) SetNetworkOrigin

func (s *AccessPoint) SetNetworkOrigin(v string) *AccessPoint

SetNetworkOrigin sets the NetworkOrigin field's value.

func (*AccessPoint) SetVpcConfiguration

func (s *AccessPoint) SetVpcConfiguration(v *VpcConfiguration) *AccessPoint

SetVpcConfiguration sets the VpcConfiguration field's value.

func (AccessPoint) String

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

type AccountLevel struct {

    // A container element for S3 Storage Lens activity metrics.
    ActivityMetrics *ActivityMetrics `type:"structure"`

    // A container element for S3 Storage Lens advanced cost-optimization metrics.
    AdvancedCostOptimizationMetrics *AdvancedCostOptimizationMetrics `type:"structure"`

    // A container element for S3 Storage Lens advanced data-protection metrics.
    AdvancedDataProtectionMetrics *AdvancedDataProtectionMetrics `type:"structure"`

    // A container element for the S3 Storage Lens bucket-level configuration.
    //
    // BucketLevel is a required field
    BucketLevel *BucketLevel `type:"structure" required:"true"`

    // A container element for detailed status code metrics.
    DetailedStatusCodesMetrics *DetailedStatusCodesMetrics `type:"structure"`

    // A container element for S3 Storage Lens groups metrics.
    StorageLensGroupLevel *StorageLensGroupLevel `type:"structure"`
    // contains filtered or unexported fields
}

A container element for the account-level Amazon S3 Storage Lens configuration.

For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html) in the Amazon S3 User Guide. For a complete list of S3 Storage Lens metrics, see S3 Storage Lens metrics glossary (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html) in the Amazon S3 User Guide.

func (AccountLevel) GoString

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

func (s *AccountLevel) SetActivityMetrics(v *ActivityMetrics) *AccountLevel

SetActivityMetrics sets the ActivityMetrics field's value.

func (*AccountLevel) SetAdvancedCostOptimizationMetrics

func (s *AccountLevel) SetAdvancedCostOptimizationMetrics(v *AdvancedCostOptimizationMetrics) *AccountLevel

SetAdvancedCostOptimizationMetrics sets the AdvancedCostOptimizationMetrics field's value.

func (*AccountLevel) SetAdvancedDataProtectionMetrics

func (s *AccountLevel) SetAdvancedDataProtectionMetrics(v *AdvancedDataProtectionMetrics) *AccountLevel

SetAdvancedDataProtectionMetrics sets the AdvancedDataProtectionMetrics field's value.

func (*AccountLevel) SetBucketLevel

func (s *AccountLevel) SetBucketLevel(v *BucketLevel) *AccountLevel

SetBucketLevel sets the BucketLevel field's value.

func (*AccountLevel) SetDetailedStatusCodesMetrics

func (s *AccountLevel) SetDetailedStatusCodesMetrics(v *DetailedStatusCodesMetrics) *AccountLevel

SetDetailedStatusCodesMetrics sets the DetailedStatusCodesMetrics field's value.

func (*AccountLevel) SetStorageLensGroupLevel

func (s *AccountLevel) SetStorageLensGroupLevel(v *StorageLensGroupLevel) *AccountLevel

SetStorageLensGroupLevel sets the StorageLensGroupLevel field's value.

func (AccountLevel) String

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

func (s *AccountLevel) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ActivityMetrics

type ActivityMetrics struct {

    // A container that indicates whether activity metrics are enabled.
    IsEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

The container element for Amazon S3 Storage Lens activity metrics. Activity metrics show details about how your storage is requested, such as requests (for example, All requests, Get requests, Put requests), bytes uploaded or downloaded, and errors.

For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html) in the Amazon S3 User Guide. For a complete list of S3 Storage Lens metrics, see S3 Storage Lens metrics glossary (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html) in the Amazon S3 User Guide.

func (ActivityMetrics) GoString

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

func (s *ActivityMetrics) SetIsEnabled(v bool) *ActivityMetrics

SetIsEnabled sets the IsEnabled field's value.

func (ActivityMetrics) String

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 AdvancedCostOptimizationMetrics

type AdvancedCostOptimizationMetrics struct {

    // A container that indicates whether advanced cost-optimization metrics are
    // enabled.
    IsEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

The container element for Amazon S3 Storage Lens advanced cost-optimization metrics. Advanced cost-optimization metrics provide insights that you can use to manage and optimize your storage costs, for example, lifecycle rule counts for transitions, expirations, and incomplete multipart uploads.

For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html) in the Amazon S3 User Guide. For a complete list of S3 Storage Lens metrics, see S3 Storage Lens metrics glossary (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html) in the Amazon S3 User Guide.

func (AdvancedCostOptimizationMetrics) GoString

func (s AdvancedCostOptimizationMetrics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedCostOptimizationMetrics) SetIsEnabled

func (s *AdvancedCostOptimizationMetrics) SetIsEnabled(v bool) *AdvancedCostOptimizationMetrics

SetIsEnabled sets the IsEnabled field's value.

func (AdvancedCostOptimizationMetrics) String

func (s AdvancedCostOptimizationMetrics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 AdvancedDataProtectionMetrics

type AdvancedDataProtectionMetrics struct {

    // A container that indicates whether advanced data-protection metrics are enabled.
    IsEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

The container element for Amazon S3 Storage Lens advanced data-protection metrics. Advanced data-protection metrics provide insights that you can use to perform audits and protect your data, for example replication rule counts within and across Regions.

For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html) in the Amazon S3 User Guide. For a complete list of S3 Storage Lens metrics, see S3 Storage Lens metrics glossary (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html) in the Amazon S3 User Guide.

func (AdvancedDataProtectionMetrics) GoString

func (s AdvancedDataProtectionMetrics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedDataProtectionMetrics) SetIsEnabled

func (s *AdvancedDataProtectionMetrics) SetIsEnabled(v bool) *AdvancedDataProtectionMetrics

SetIsEnabled sets the IsEnabled field's value.

func (AdvancedDataProtectionMetrics) String

func (s AdvancedDataProtectionMetrics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 AssociateAccessGrantsIdentityCenterInput

type AssociateAccessGrantsIdentityCenterInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // 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 Amazon Web Services IAM Identity Center
    // instance that you are associating with your S3 Access Grants instance. An
    // IAM Identity Center instance is your corporate identity directory that you
    // added to the IAM Identity Center. You can use the ListInstances (https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListInstances.html)
    // API operation to retrieve a list of your Identity Center instances and their
    // ARNs.
    //
    // IdentityCenterArn is a required field
    IdentityCenterArn *string `min:"10" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateAccessGrantsIdentityCenterInput) GoString

func (s AssociateAccessGrantsIdentityCenterInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateAccessGrantsIdentityCenterInput) SetAccountId

func (s *AssociateAccessGrantsIdentityCenterInput) SetAccountId(v string) *AssociateAccessGrantsIdentityCenterInput

SetAccountId sets the AccountId field's value.

func (*AssociateAccessGrantsIdentityCenterInput) SetIdentityCenterArn

func (s *AssociateAccessGrantsIdentityCenterInput) SetIdentityCenterArn(v string) *AssociateAccessGrantsIdentityCenterInput

SetIdentityCenterArn sets the IdentityCenterArn field's value.

func (AssociateAccessGrantsIdentityCenterInput) String

func (s AssociateAccessGrantsIdentityCenterInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateAccessGrantsIdentityCenterInput) Validate

func (s *AssociateAccessGrantsIdentityCenterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateAccessGrantsIdentityCenterOutput

type AssociateAccessGrantsIdentityCenterOutput struct {
    // contains filtered or unexported fields
}

func (AssociateAccessGrantsIdentityCenterOutput) GoString

func (s AssociateAccessGrantsIdentityCenterOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AssociateAccessGrantsIdentityCenterOutput) String

func (s AssociateAccessGrantsIdentityCenterOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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

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

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

func (s *AsyncErrorDetails) SetCode(v string) *AsyncErrorDetails

SetCode sets the Code field's value.

func (*AsyncErrorDetails) SetMessage

func (s *AsyncErrorDetails) SetMessage(v string) *AsyncErrorDetails

SetMessage sets the Message field's value.

func (*AsyncErrorDetails) SetRequestId

func (s *AsyncErrorDetails) SetRequestId(v string) *AsyncErrorDetails

SetRequestId sets the RequestId field's value.

func (*AsyncErrorDetails) SetResource

func (s *AsyncErrorDetails) SetResource(v string) *AsyncErrorDetails

SetResource sets the Resource field's value.

func (AsyncErrorDetails) String

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

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

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

func (s *AsyncOperation) SetCreationTime(v time.Time) *AsyncOperation

SetCreationTime sets the CreationTime field's value.

func (*AsyncOperation) SetOperation

func (s *AsyncOperation) SetOperation(v string) *AsyncOperation

SetOperation sets the Operation field's value.

func (*AsyncOperation) SetRequestParameters

func (s *AsyncOperation) SetRequestParameters(v *AsyncRequestParameters) *AsyncOperation

SetRequestParameters sets the RequestParameters field's value.

func (*AsyncOperation) SetRequestStatus

func (s *AsyncOperation) SetRequestStatus(v string) *AsyncOperation

SetRequestStatus sets the RequestStatus field's value.

func (*AsyncOperation) SetRequestTokenARN

func (s *AsyncOperation) SetRequestTokenARN(v string) *AsyncOperation

SetRequestTokenARN sets the RequestTokenARN field's value.

func (*AsyncOperation) SetResponseDetails

func (s *AsyncOperation) SetResponseDetails(v *AsyncResponseDetails) *AsyncOperation

SetResponseDetails sets the ResponseDetails field's value.

func (AsyncOperation) String

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

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

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

func (s *AsyncRequestParameters) SetCreateMultiRegionAccessPointRequest(v *CreateMultiRegionAccessPointInput_) *AsyncRequestParameters

SetCreateMultiRegionAccessPointRequest sets the CreateMultiRegionAccessPointRequest field's value.

func (*AsyncRequestParameters) SetDeleteMultiRegionAccessPointRequest

func (s *AsyncRequestParameters) SetDeleteMultiRegionAccessPointRequest(v *DeleteMultiRegionAccessPointInput_) *AsyncRequestParameters

SetDeleteMultiRegionAccessPointRequest sets the DeleteMultiRegionAccessPointRequest field's value.

func (*AsyncRequestParameters) SetPutMultiRegionAccessPointPolicyRequest

func (s *AsyncRequestParameters) SetPutMultiRegionAccessPointPolicyRequest(v *PutMultiRegionAccessPointPolicyInput_) *AsyncRequestParameters

SetPutMultiRegionAccessPointPolicyRequest sets the PutMultiRegionAccessPointPolicyRequest field's value.

func (AsyncRequestParameters) String

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

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

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

func (s *AsyncResponseDetails) SetErrorDetails(v *AsyncErrorDetails) *AsyncResponseDetails

SetErrorDetails sets the ErrorDetails field's value.

func (*AsyncResponseDetails) SetMultiRegionAccessPointDetails

func (s *AsyncResponseDetails) SetMultiRegionAccessPointDetails(v *MultiRegionAccessPointsAsyncResponse) *AsyncResponseDetails

SetMultiRegionAccessPointDetails sets the MultiRegionAccessPointDetails field's value.

func (AsyncResponseDetails) String

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

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

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

func (s *AwsLambdaTransformation) SetFunctionArn(v string) *AwsLambdaTransformation

SetFunctionArn sets the FunctionArn field's value.

func (*AwsLambdaTransformation) SetFunctionPayload

func (s *AwsLambdaTransformation) SetFunctionPayload(v string) *AwsLambdaTransformation

SetFunctionPayload sets the FunctionPayload field's value.

func (AwsLambdaTransformation) String

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

func (s *AwsLambdaTransformation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BucketLevel

type BucketLevel struct {

    // A container for the bucket-level activity metrics for S3 Storage Lens.
    ActivityMetrics *ActivityMetrics `type:"structure"`

    // A container for bucket-level advanced cost-optimization metrics for S3 Storage
    // Lens.
    AdvancedCostOptimizationMetrics *AdvancedCostOptimizationMetrics `type:"structure"`

    // A container for bucket-level advanced data-protection metrics for S3 Storage
    // Lens.
    AdvancedDataProtectionMetrics *AdvancedDataProtectionMetrics `type:"structure"`

    // A container for bucket-level detailed status code metrics for S3 Storage
    // Lens.
    DetailedStatusCodesMetrics *DetailedStatusCodesMetrics `type:"structure"`

    // A container for the prefix-level metrics for S3 Storage Lens.
    PrefixLevel *PrefixLevel `type:"structure"`
    // contains filtered or unexported fields
}

A container for the bucket-level configuration for Amazon S3 Storage Lens.

For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html) in the Amazon S3 User Guide.

func (BucketLevel) GoString

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

func (s *BucketLevel) SetActivityMetrics(v *ActivityMetrics) *BucketLevel

SetActivityMetrics sets the ActivityMetrics field's value.

func (*BucketLevel) SetAdvancedCostOptimizationMetrics

func (s *BucketLevel) SetAdvancedCostOptimizationMetrics(v *AdvancedCostOptimizationMetrics) *BucketLevel

SetAdvancedCostOptimizationMetrics sets the AdvancedCostOptimizationMetrics field's value.

func (*BucketLevel) SetAdvancedDataProtectionMetrics

func (s *BucketLevel) SetAdvancedDataProtectionMetrics(v *AdvancedDataProtectionMetrics) *BucketLevel

SetAdvancedDataProtectionMetrics sets the AdvancedDataProtectionMetrics field's value.

func (*BucketLevel) SetDetailedStatusCodesMetrics

func (s *BucketLevel) SetDetailedStatusCodesMetrics(v *DetailedStatusCodesMetrics) *BucketLevel

SetDetailedStatusCodesMetrics sets the DetailedStatusCodesMetrics field's value.

func (*BucketLevel) SetPrefixLevel

func (s *BucketLevel) SetPrefixLevel(v *PrefixLevel) *BucketLevel

SetPrefixLevel sets the PrefixLevel field's value.

func (BucketLevel) String

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

func (s *BucketLevel) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CloudWatchMetrics

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

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

func (s *CloudWatchMetrics) SetIsEnabled(v bool) *CloudWatchMetrics

SetIsEnabled sets the IsEnabled field's value.

func (CloudWatchMetrics) String

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

func (s *CloudWatchMetrics) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccessGrantInput

type CreateAccessGrantInput struct {

    // The configuration options of the grant location. The grant location is the
    // S3 path to the data to which you are granting access. It contains the S3SubPrefix
    // field. The grant scope is the result of appending the subprefix to the location
    // scope of the registered location.
    AccessGrantsLocationConfiguration *AccessGrantsLocationConfiguration `type:"structure"`

    // The ID of the registered location to which you are granting access. S3 Access
    // Grants assigns this ID when you register the location. S3 Access Grants assigns
    // the ID default to the default location s3:// and assigns an auto-generated
    // ID to other locations that you register.
    //
    // If you are passing the default location, you cannot create an access grant
    // for the entire default location. You must also specify a bucket or a bucket
    // and prefix in the Subprefix field.
    //
    // AccessGrantsLocationId is a required field
    AccessGrantsLocationId *string `min:"1" type:"string" required:"true"`

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center
    // application associated with your Identity Center instance. If an application
    // ARN is included in the request to create an access grant, the grantee can
    // only access the S3 data through this application.
    ApplicationArn *string `min:"10" type:"string"`

    // The user, group, or role to which you are granting access. You can grant
    // access to an IAM user or role. If you have added your corporate directory
    // to Amazon Web Services IAM Identity Center and associated your Identity Center
    // instance with your S3 Access Grants instance, the grantee can also be a corporate
    // directory user or group.
    //
    // Grantee is a required field
    Grantee *Grantee `type:"structure" required:"true"`

    // The type of access that you are granting to your S3 data, which can be set
    // to one of the following values:
    //
    //    * READ – Grant read-only access to the S3 data.
    //
    //    * WRITE – Grant write-only access to the S3 data.
    //
    //    * READWRITE – Grant both read and write access to the S3 data.
    //
    // Permission is a required field
    Permission *string `type:"string" required:"true" enum:"Permission"`

    // The type of S3SubPrefix. The only possible value is Object. Pass this value
    // if the access grant scope is an object. Do not pass this value if the access
    // grant scope is a bucket or a bucket and a prefix.
    S3PrefixType *string `type:"string" enum:"S3PrefixType"`

    // The Amazon Web Services resource tags that you are adding to the access grant.
    // Each tag is a label consisting of a user-defined key and value. Tags can
    // help you manage, identify, organize, search for, and filter resources.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateAccessGrantInput) GoString

func (s CreateAccessGrantInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccessGrantInput) SetAccessGrantsLocationConfiguration

func (s *CreateAccessGrantInput) SetAccessGrantsLocationConfiguration(v *AccessGrantsLocationConfiguration) *CreateAccessGrantInput

SetAccessGrantsLocationConfiguration sets the AccessGrantsLocationConfiguration field's value.

func (*CreateAccessGrantInput) SetAccessGrantsLocationId

func (s *CreateAccessGrantInput) SetAccessGrantsLocationId(v string) *CreateAccessGrantInput

SetAccessGrantsLocationId sets the AccessGrantsLocationId field's value.

func (*CreateAccessGrantInput) SetAccountId

func (s *CreateAccessGrantInput) SetAccountId(v string) *CreateAccessGrantInput

SetAccountId sets the AccountId field's value.

func (*CreateAccessGrantInput) SetApplicationArn

func (s *CreateAccessGrantInput) SetApplicationArn(v string) *CreateAccessGrantInput

SetApplicationArn sets the ApplicationArn field's value.

func (*CreateAccessGrantInput) SetGrantee

func (s *CreateAccessGrantInput) SetGrantee(v *Grantee) *CreateAccessGrantInput

SetGrantee sets the Grantee field's value.

func (*CreateAccessGrantInput) SetPermission

func (s *CreateAccessGrantInput) SetPermission(v string) *CreateAccessGrantInput

SetPermission sets the Permission field's value.

func (*CreateAccessGrantInput) SetS3PrefixType

func (s *CreateAccessGrantInput) SetS3PrefixType(v string) *CreateAccessGrantInput

SetS3PrefixType sets the S3PrefixType field's value.

func (*CreateAccessGrantInput) SetTags

func (s *CreateAccessGrantInput) SetTags(v []*Tag) *CreateAccessGrantInput

SetTags sets the Tags field's value.

func (CreateAccessGrantInput) String

func (s CreateAccessGrantInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccessGrantInput) Validate

func (s *CreateAccessGrantInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccessGrantOutput

type CreateAccessGrantOutput struct {

    // The Amazon Resource Name (ARN) of the access grant.
    AccessGrantArn *string `min:"1" type:"string"`

    // The ID of the access grant. S3 Access Grants auto-generates this ID when
    // you create the access grant.
    AccessGrantId *string `min:"1" type:"string"`

    // The configuration options of the grant location. The grant location is the
    // S3 path to the data to which you are granting access.
    AccessGrantsLocationConfiguration *AccessGrantsLocationConfiguration `type:"structure"`

    // The ID of the registered location to which you are granting access. S3 Access
    // Grants assigns this ID when you register the location. S3 Access Grants assigns
    // the ID default to the default location s3:// and assigns an auto-generated
    // ID to other locations that you register.
    AccessGrantsLocationId *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center
    // application associated with your Identity Center instance. If the grant includes
    // an application ARN, the grantee can only access the S3 data through this
    // application.
    ApplicationArn *string `min:"10" type:"string"`

    // The date and time when you created the access grant.
    CreatedAt *time.Time `type:"timestamp"`

    // The S3 path of the data to which you are granting access. It is the result
    // of appending the Subprefix to the location scope.
    GrantScope *string `min:"1" type:"string"`

    // The user, group, or role to which you are granting access. You can grant
    // access to an IAM user or role. If you have added your corporate directory
    // to Amazon Web Services IAM Identity Center and associated your Identity Center
    // instance with your S3 Access Grants instance, the grantee can also be a corporate
    // directory user or group.
    Grantee *Grantee `type:"structure"`

    // The type of access that you are granting to your S3 data, which can be set
    // to one of the following values:
    //
    //    * READ – Grant read-only access to the S3 data.
    //
    //    * WRITE – Grant write-only access to the S3 data.
    //
    //    * READWRITE – Grant both read and write access to the S3 data.
    Permission *string `type:"string" enum:"Permission"`
    // contains filtered or unexported fields
}

func (CreateAccessGrantOutput) GoString

func (s CreateAccessGrantOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccessGrantOutput) SetAccessGrantArn

func (s *CreateAccessGrantOutput) SetAccessGrantArn(v string) *CreateAccessGrantOutput

SetAccessGrantArn sets the AccessGrantArn field's value.

func (*CreateAccessGrantOutput) SetAccessGrantId

func (s *CreateAccessGrantOutput) SetAccessGrantId(v string) *CreateAccessGrantOutput

SetAccessGrantId sets the AccessGrantId field's value.

func (*CreateAccessGrantOutput) SetAccessGrantsLocationConfiguration

func (s *CreateAccessGrantOutput) SetAccessGrantsLocationConfiguration(v *AccessGrantsLocationConfiguration) *CreateAccessGrantOutput

SetAccessGrantsLocationConfiguration sets the AccessGrantsLocationConfiguration field's value.

func (*CreateAccessGrantOutput) SetAccessGrantsLocationId

func (s *CreateAccessGrantOutput) SetAccessGrantsLocationId(v string) *CreateAccessGrantOutput

SetAccessGrantsLocationId sets the AccessGrantsLocationId field's value.

func (*CreateAccessGrantOutput) SetApplicationArn

func (s *CreateAccessGrantOutput) SetApplicationArn(v string) *CreateAccessGrantOutput

SetApplicationArn sets the ApplicationArn field's value.

func (*CreateAccessGrantOutput) SetCreatedAt

func (s *CreateAccessGrantOutput) SetCreatedAt(v time.Time) *CreateAccessGrantOutput

SetCreatedAt sets the CreatedAt field's value.

func (*CreateAccessGrantOutput) SetGrantScope

func (s *CreateAccessGrantOutput) SetGrantScope(v string) *CreateAccessGrantOutput

SetGrantScope sets the GrantScope field's value.

func (*CreateAccessGrantOutput) SetGrantee

func (s *CreateAccessGrantOutput) SetGrantee(v *Grantee) *CreateAccessGrantOutput

SetGrantee sets the Grantee field's value.

func (*CreateAccessGrantOutput) SetPermission

func (s *CreateAccessGrantOutput) SetPermission(v string) *CreateAccessGrantOutput

SetPermission sets the Permission field's value.

func (CreateAccessGrantOutput) String

func (s CreateAccessGrantOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 CreateAccessGrantsInstanceInput

type CreateAccessGrantsInstanceInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // If you would like to associate your S3 Access Grants instance with an Amazon
    // Web Services IAM Identity Center instance, use this field to pass the Amazon
    // Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance
    // that you are associating with your S3 Access Grants instance. An IAM Identity
    // Center instance is your corporate identity directory that you added to the
    // IAM Identity Center. You can use the ListInstances (https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListInstances.html)
    // API operation to retrieve a list of your Identity Center instances and their
    // ARNs.
    IdentityCenterArn *string `min:"10" type:"string"`

    // The Amazon Web Services resource tags that you are adding to the S3 Access
    // Grants instance. Each tag is a label consisting of a user-defined key and
    // value. Tags can help you manage, identify, organize, search for, and filter
    // resources.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateAccessGrantsInstanceInput) GoString

func (s CreateAccessGrantsInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccessGrantsInstanceInput) SetAccountId

func (s *CreateAccessGrantsInstanceInput) SetAccountId(v string) *CreateAccessGrantsInstanceInput

SetAccountId sets the AccountId field's value.

func (*CreateAccessGrantsInstanceInput) SetIdentityCenterArn

func (s *CreateAccessGrantsInstanceInput) SetIdentityCenterArn(v string) *CreateAccessGrantsInstanceInput

SetIdentityCenterArn sets the IdentityCenterArn field's value.

func (*CreateAccessGrantsInstanceInput) SetTags

func (s *CreateAccessGrantsInstanceInput) SetTags(v []*Tag) *CreateAccessGrantsInstanceInput

SetTags sets the Tags field's value.

func (CreateAccessGrantsInstanceInput) String

func (s CreateAccessGrantsInstanceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccessGrantsInstanceInput) Validate

func (s *CreateAccessGrantsInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccessGrantsInstanceOutput

type CreateAccessGrantsInstanceOutput struct {

    // The Amazon Resource Name (ARN) of the S3 Access Grants instance.
    AccessGrantsInstanceArn *string `min:"1" type:"string"`

    // The ID of the S3 Access Grants instance. The ID is default. You can have
    // one S3 Access Grants instance per Region per account.
    AccessGrantsInstanceId *string `min:"1" type:"string"`

    // The date and time when you created the S3 Access Grants instance.
    CreatedAt *time.Time `type:"timestamp"`

    // If you associated your S3 Access Grants instance with an Amazon Web Services
    // IAM Identity Center instance, this field returns the Amazon Resource Name
    // (ARN) of the IAM Identity Center instance application; a subresource of the
    // original Identity Center instance passed in the request. S3 Access Grants
    // creates this Identity Center application for this specific S3 Access Grants
    // instance.
    IdentityCenterArn *string `min:"10" type:"string"`
    // contains filtered or unexported fields
}

func (CreateAccessGrantsInstanceOutput) GoString

func (s CreateAccessGrantsInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccessGrantsInstanceOutput) SetAccessGrantsInstanceArn

func (s *CreateAccessGrantsInstanceOutput) SetAccessGrantsInstanceArn(v string) *CreateAccessGrantsInstanceOutput

SetAccessGrantsInstanceArn sets the AccessGrantsInstanceArn field's value.

func (*CreateAccessGrantsInstanceOutput) SetAccessGrantsInstanceId

func (s *CreateAccessGrantsInstanceOutput) SetAccessGrantsInstanceId(v string) *CreateAccessGrantsInstanceOutput

SetAccessGrantsInstanceId sets the AccessGrantsInstanceId field's value.

func (*CreateAccessGrantsInstanceOutput) SetCreatedAt

func (s *CreateAccessGrantsInstanceOutput) SetCreatedAt(v time.Time) *CreateAccessGrantsInstanceOutput

SetCreatedAt sets the CreatedAt field's value.

func (*CreateAccessGrantsInstanceOutput) SetIdentityCenterArn

func (s *CreateAccessGrantsInstanceOutput) SetIdentityCenterArn(v string) *CreateAccessGrantsInstanceOutput

SetIdentityCenterArn sets the IdentityCenterArn field's value.

func (CreateAccessGrantsInstanceOutput) String

func (s CreateAccessGrantsInstanceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 CreateAccessGrantsLocationInput

type CreateAccessGrantsLocationInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // 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 IAM role for the registered location.
    // S3 Access Grants assumes this role to manage access to the registered location.
    //
    // IAMRoleArn is a required field
    IAMRoleArn *string `min:"1" type:"string" required:"true"`

    // The S3 path to the location that you are registering. The location scope
    // can be the default S3 location s3://, the S3 path to a bucket s3://<bucket>,
    // or the S3 path to a bucket and prefix s3://<bucket>/<prefix>. A prefix in
    // S3 is a string of characters at the beginning of an object key name used
    // to organize the objects that you store in your S3 buckets. For example, object
    // key names that start with the engineering/ prefix or object key names that
    // start with the marketing/campaigns/ prefix.
    //
    // LocationScope is a required field
    LocationScope *string `min:"1" type:"string" required:"true"`

    // The Amazon Web Services resource tags that you are adding to the S3 Access
    // Grants location. Each tag is a label consisting of a user-defined key and
    // value. Tags can help you manage, identify, organize, search for, and filter
    // resources.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateAccessGrantsLocationInput) GoString

func (s CreateAccessGrantsLocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccessGrantsLocationInput) SetAccountId

func (s *CreateAccessGrantsLocationInput) SetAccountId(v string) *CreateAccessGrantsLocationInput

SetAccountId sets the AccountId field's value.

func (*CreateAccessGrantsLocationInput) SetIAMRoleArn

func (s *CreateAccessGrantsLocationInput) SetIAMRoleArn(v string) *CreateAccessGrantsLocationInput

SetIAMRoleArn sets the IAMRoleArn field's value.

func (*CreateAccessGrantsLocationInput) SetLocationScope

func (s *CreateAccessGrantsLocationInput) SetLocationScope(v string) *CreateAccessGrantsLocationInput

SetLocationScope sets the LocationScope field's value.

func (*CreateAccessGrantsLocationInput) SetTags

func (s *CreateAccessGrantsLocationInput) SetTags(v []*Tag) *CreateAccessGrantsLocationInput

SetTags sets the Tags field's value.

func (CreateAccessGrantsLocationInput) String

func (s CreateAccessGrantsLocationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccessGrantsLocationInput) Validate

func (s *CreateAccessGrantsLocationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccessGrantsLocationOutput

type CreateAccessGrantsLocationOutput struct {

    // The Amazon Resource Name (ARN) of the location you are registering.
    AccessGrantsLocationArn *string `min:"1" type:"string"`

    // The ID of the registered location to which you are granting access. S3 Access
    // Grants assigns this ID when you register the location. S3 Access Grants assigns
    // the ID default to the default location s3:// and assigns an auto-generated
    // ID to other locations that you register.
    AccessGrantsLocationId *string `min:"1" type:"string"`

    // The date and time when you registered the location.
    CreatedAt *time.Time `type:"timestamp"`

    // The Amazon Resource Name (ARN) of the IAM role for the registered location.
    // S3 Access Grants assumes this role to manage access to the registered location.
    IAMRoleArn *string `min:"1" type:"string"`

    // The S3 URI path to the location that you are registering. The location scope
    // can be the default S3 location s3://, the S3 path to a bucket, or the S3
    // path to a bucket and prefix. A prefix in S3 is a string of characters at
    // the beginning of an object key name used to organize the objects that you
    // store in your S3 buckets. For example, object key names that start with the
    // engineering/ prefix or object key names that start with the marketing/campaigns/
    // prefix.
    LocationScope *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateAccessGrantsLocationOutput) GoString

func (s CreateAccessGrantsLocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAccessGrantsLocationOutput) SetAccessGrantsLocationArn

func (s *CreateAccessGrantsLocationOutput) SetAccessGrantsLocationArn(v string) *CreateAccessGrantsLocationOutput

SetAccessGrantsLocationArn sets the AccessGrantsLocationArn field's value.

func (*CreateAccessGrantsLocationOutput) SetAccessGrantsLocationId

func (s *CreateAccessGrantsLocationOutput) SetAccessGrantsLocationId(v string) *CreateAccessGrantsLocationOutput

SetAccessGrantsLocationId sets the AccessGrantsLocationId field's value.

func (*CreateAccessGrantsLocationOutput) SetCreatedAt

func (s *CreateAccessGrantsLocationOutput) SetCreatedAt(v time.Time) *CreateAccessGrantsLocationOutput

SetCreatedAt sets the CreatedAt field's value.

func (*CreateAccessGrantsLocationOutput) SetIAMRoleArn

func (s *CreateAccessGrantsLocationOutput) SetIAMRoleArn(v string) *CreateAccessGrantsLocationOutput

SetIAMRoleArn sets the IAMRoleArn field's value.

func (*CreateAccessGrantsLocationOutput) SetLocationScope

func (s *CreateAccessGrantsLocationOutput) SetLocationScope(v string) *CreateAccessGrantsLocationOutput

SetLocationScope sets the LocationScope field's value.

func (CreateAccessGrantsLocationOutput) String

func (s CreateAccessGrantsLocationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 CreateAccessPointForObjectLambdaInput

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

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

func (s *CreateAccessPointForObjectLambdaInput) SetAccountId(v string) *CreateAccessPointForObjectLambdaInput

SetAccountId sets the AccountId field's value.

func (*CreateAccessPointForObjectLambdaInput) SetConfiguration

func (s *CreateAccessPointForObjectLambdaInput) SetConfiguration(v *ObjectLambdaConfiguration) *CreateAccessPointForObjectLambdaInput

SetConfiguration sets the Configuration field's value.

func (*CreateAccessPointForObjectLambdaInput) SetName

func (s *CreateAccessPointForObjectLambdaInput) SetName(v string) *CreateAccessPointForObjectLambdaInput

SetName sets the Name field's value.

func (CreateAccessPointForObjectLambdaInput) String

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

func (s *CreateAccessPointForObjectLambdaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccessPointForObjectLambdaOutput

type CreateAccessPointForObjectLambdaOutput struct {

    // The alias of the Object Lambda Access Point.
    Alias *ObjectLambdaAccessPointAlias `type:"structure"`

    // Specifies the ARN for the Object Lambda Access Point.
    ObjectLambdaAccessPointArn *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateAccessPointForObjectLambdaOutput) GoString

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) SetAlias

func (s *CreateAccessPointForObjectLambdaOutput) SetAlias(v *ObjectLambdaAccessPointAlias) *CreateAccessPointForObjectLambdaOutput

SetAlias sets the Alias field's value.

func (*CreateAccessPointForObjectLambdaOutput) SetObjectLambdaAccessPointArn

func (s *CreateAccessPointForObjectLambdaOutput) SetObjectLambdaAccessPointArn(v string) *CreateAccessPointForObjectLambdaOutput

SetObjectLambdaAccessPointArn sets the ObjectLambdaAccessPointArn field's value.

func (CreateAccessPointForObjectLambdaOutput) String

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

type CreateAccessPointInput struct {

    // The Amazon Web Services 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 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 Amazon Web Services account ID associated with the S3 bucket associated
    // with this access point.
    BucketAccountId *string `type:"string"`

    // 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

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

func (s *CreateAccessPointInput) SetAccountId(v string) *CreateAccessPointInput

SetAccountId sets the AccountId field's value.

func (*CreateAccessPointInput) SetBucket

func (s *CreateAccessPointInput) SetBucket(v string) *CreateAccessPointInput

SetBucket sets the Bucket field's value.

func (*CreateAccessPointInput) SetBucketAccountId

func (s *CreateAccessPointInput) SetBucketAccountId(v string) *CreateAccessPointInput

SetBucketAccountId sets the BucketAccountId field's value.

func (*CreateAccessPointInput) SetName

func (s *CreateAccessPointInput) SetName(v string) *CreateAccessPointInput

SetName sets the Name field's value.

func (*CreateAccessPointInput) SetPublicAccessBlockConfiguration

func (s *CreateAccessPointInput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *CreateAccessPointInput

SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.

func (*CreateAccessPointInput) SetVpcConfiguration

func (s *CreateAccessPointInput) SetVpcConfiguration(v *VpcConfiguration) *CreateAccessPointInput

SetVpcConfiguration sets the VpcConfiguration field's value.

func (CreateAccessPointInput) String

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

func (s *CreateAccessPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAccessPointOutput

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

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

func (s *CreateAccessPointOutput) SetAccessPointArn(v string) *CreateAccessPointOutput

SetAccessPointArn sets the AccessPointArn field's value.

func (*CreateAccessPointOutput) SetAlias

func (s *CreateAccessPointOutput) SetAlias(v string) *CreateAccessPointOutput

SetAlias sets the Alias field's value.

func (CreateAccessPointOutput) String

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

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

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

func (s *CreateBucketConfiguration) SetLocationConstraint(v string) *CreateBucketConfiguration

SetLocationConstraint sets the LocationConstraint field's value.

func (CreateBucketConfiguration) String

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

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

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

func (s *CreateBucketInput) SetACL(v string) *CreateBucketInput

SetACL sets the ACL field's value.

func (*CreateBucketInput) SetBucket

func (s *CreateBucketInput) SetBucket(v string) *CreateBucketInput

SetBucket sets the Bucket field's value.

func (*CreateBucketInput) SetCreateBucketConfiguration

func (s *CreateBucketInput) SetCreateBucketConfiguration(v *CreateBucketConfiguration) *CreateBucketInput

SetCreateBucketConfiguration sets the CreateBucketConfiguration field's value.

func (*CreateBucketInput) SetGrantFullControl

func (s *CreateBucketInput) SetGrantFullControl(v string) *CreateBucketInput

SetGrantFullControl sets the GrantFullControl field's value.

func (*CreateBucketInput) SetGrantRead

func (s *CreateBucketInput) SetGrantRead(v string) *CreateBucketInput

SetGrantRead sets the GrantRead field's value.

func (*CreateBucketInput) SetGrantReadACP

func (s *CreateBucketInput) SetGrantReadACP(v string) *CreateBucketInput

SetGrantReadACP sets the GrantReadACP field's value.

func (*CreateBucketInput) SetGrantWrite

func (s *CreateBucketInput) SetGrantWrite(v string) *CreateBucketInput

SetGrantWrite sets the GrantWrite field's value.

func (*CreateBucketInput) SetGrantWriteACP

func (s *CreateBucketInput) SetGrantWriteACP(v string) *CreateBucketInput

SetGrantWriteACP sets the GrantWriteACP field's value.

func (*CreateBucketInput) SetObjectLockEnabledForBucket

func (s *CreateBucketInput) SetObjectLockEnabledForBucket(v bool) *CreateBucketInput

SetObjectLockEnabledForBucket sets the ObjectLockEnabledForBucket field's value.

func (*CreateBucketInput) SetOutpostId

func (s *CreateBucketInput) SetOutpostId(v string) *CreateBucketInput

SetOutpostId sets the OutpostId field's value.

func (CreateBucketInput) String

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

func (s *CreateBucketInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBucketOutput

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

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

func (s *CreateBucketOutput) SetBucketArn(v string) *CreateBucketOutput

SetBucketArn sets the BucketArn field's value.

func (*CreateBucketOutput) SetLocation

func (s *CreateBucketOutput) SetLocation(v string) *CreateBucketOutput

SetLocation sets the Location field's value.

func (CreateBucketOutput) String

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

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

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

func (s *CreateJobInput) SetAccountId(v string) *CreateJobInput

SetAccountId sets the AccountId field's value.

func (*CreateJobInput) SetClientRequestToken

func (s *CreateJobInput) SetClientRequestToken(v string) *CreateJobInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateJobInput) SetConfirmationRequired

func (s *CreateJobInput) SetConfirmationRequired(v bool) *CreateJobInput

SetConfirmationRequired sets the ConfirmationRequired field's value.

func (*CreateJobInput) SetDescription

func (s *CreateJobInput) SetDescription(v string) *CreateJobInput

SetDescription sets the Description field's value.

func (*CreateJobInput) SetManifest

func (s *CreateJobInput) SetManifest(v *JobManifest) *CreateJobInput

SetManifest sets the Manifest field's value.

func (*CreateJobInput) SetManifestGenerator

func (s *CreateJobInput) SetManifestGenerator(v *JobManifestGenerator) *CreateJobInput

SetManifestGenerator sets the ManifestGenerator field's value.

func (*CreateJobInput) SetOperation

func (s *CreateJobInput) SetOperation(v *JobOperation) *CreateJobInput

SetOperation sets the Operation field's value.

func (*CreateJobInput) SetPriority

func (s *CreateJobInput) SetPriority(v int64) *CreateJobInput

SetPriority sets the Priority field's value.

func (*CreateJobInput) SetReport

func (s *CreateJobInput) SetReport(v *JobReport) *CreateJobInput

SetReport sets the Report field's value.

func (*CreateJobInput) SetRoleArn

func (s *CreateJobInput) SetRoleArn(v string) *CreateJobInput

SetRoleArn sets the RoleArn field's value.

func (*CreateJobInput) SetTags

func (s *CreateJobInput) SetTags(v []*S3Tag) *CreateJobInput

SetTags sets the Tags field's value.

func (CreateJobInput) String

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

func (s *CreateJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateJobOutput

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

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

func (s *CreateJobOutput) SetJobId(v string) *CreateJobOutput

SetJobId sets the JobId field's value.

func (CreateJobOutput) String

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

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

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

func (s *CreateMultiRegionAccessPointInput) SetAccountId(v string) *CreateMultiRegionAccessPointInput

SetAccountId sets the AccountId field's value.

func (*CreateMultiRegionAccessPointInput) SetClientToken

func (s *CreateMultiRegionAccessPointInput) SetClientToken(v string) *CreateMultiRegionAccessPointInput

SetClientToken sets the ClientToken field's value.

func (*CreateMultiRegionAccessPointInput) SetDetails

func (s *CreateMultiRegionAccessPointInput) SetDetails(v *CreateMultiRegionAccessPointInput_) *CreateMultiRegionAccessPointInput

SetDetails sets the Details field's value.

func (CreateMultiRegionAccessPointInput) String

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

func (s *CreateMultiRegionAccessPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateMultiRegionAccessPointInput_

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 data type 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

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

func (s *CreateMultiRegionAccessPointInput_) SetName(v string) *CreateMultiRegionAccessPointInput_

SetName sets the Name field's value.

func (*CreateMultiRegionAccessPointInput_) SetPublicAccessBlock

func (s *CreateMultiRegionAccessPointInput_) SetPublicAccessBlock(v *PublicAccessBlockConfiguration) *CreateMultiRegionAccessPointInput_

SetPublicAccessBlock sets the PublicAccessBlock field's value.

func (*CreateMultiRegionAccessPointInput_) SetRegions

func (s *CreateMultiRegionAccessPointInput_) SetRegions(v []*Region) *CreateMultiRegionAccessPointInput_

SetRegions sets the Regions field's value.

func (CreateMultiRegionAccessPointInput_) String

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

func (s *CreateMultiRegionAccessPointInput_) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateMultiRegionAccessPointOutput

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

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

func (s *CreateMultiRegionAccessPointOutput) SetRequestTokenARN(v string) *CreateMultiRegionAccessPointOutput

SetRequestTokenARN sets the RequestTokenARN field's value.

func (CreateMultiRegionAccessPointOutput) String

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 CreateStorageLensGroupInput

type CreateStorageLensGroupInput struct {

    // The Amazon Web Services account ID that the Storage Lens group is created
    // from and associated with.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The Storage Lens group configuration.
    //
    // StorageLensGroup is a required field
    StorageLensGroup *StorageLensGroup `type:"structure" required:"true"`

    // The Amazon Web Services resource tags that you're adding to your Storage
    // Lens group. This parameter is optional.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (CreateStorageLensGroupInput) GoString

func (s CreateStorageLensGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStorageLensGroupInput) SetAccountId

func (s *CreateStorageLensGroupInput) SetAccountId(v string) *CreateStorageLensGroupInput

SetAccountId sets the AccountId field's value.

func (*CreateStorageLensGroupInput) SetStorageLensGroup

func (s *CreateStorageLensGroupInput) SetStorageLensGroup(v *StorageLensGroup) *CreateStorageLensGroupInput

SetStorageLensGroup sets the StorageLensGroup field's value.

func (*CreateStorageLensGroupInput) SetTags

func (s *CreateStorageLensGroupInput) SetTags(v []*Tag) *CreateStorageLensGroupInput

SetTags sets the Tags field's value.

func (CreateStorageLensGroupInput) String

func (s CreateStorageLensGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStorageLensGroupInput) Validate

func (s *CreateStorageLensGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateStorageLensGroupOutput

type CreateStorageLensGroupOutput struct {
    // contains filtered or unexported fields
}

func (CreateStorageLensGroupOutput) GoString

func (s CreateStorageLensGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateStorageLensGroupOutput) String

func (s CreateStorageLensGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 Credentials

type Credentials struct {

    // The unique access key ID of the Amazon Web Services STS temporary credential
    // that S3 Access Grants vends to grantees and client applications.
    //
    // AccessKeyId is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Credentials's
    // String and GoString methods.
    AccessKeyId *string `type:"string" sensitive:"true"`

    // The expiration date and time of the temporary credential that S3 Access Grants
    // vends to grantees and client applications.
    Expiration *time.Time `type:"timestamp"`

    // The secret access key of the Amazon Web Services STS temporary credential
    // that S3 Access Grants vends to grantees and client applications.
    //
    // SecretAccessKey is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Credentials's
    // String and GoString methods.
    SecretAccessKey *string `type:"string" sensitive:"true"`

    // The Amazon Web Services STS temporary credential that S3 Access Grants vends
    // to grantees and client applications.
    //
    // SessionToken is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Credentials's
    // String and GoString methods.
    SessionToken *string `type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

The Amazon Web Services Security Token Service temporary credential that S3 Access Grants vends to grantees and client applications.

func (Credentials) GoString

func (s Credentials) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Credentials) SetAccessKeyId

func (s *Credentials) SetAccessKeyId(v string) *Credentials

SetAccessKeyId sets the AccessKeyId field's value.

func (*Credentials) SetExpiration

func (s *Credentials) SetExpiration(v time.Time) *Credentials

SetExpiration sets the Expiration field's value.

func (*Credentials) SetSecretAccessKey

func (s *Credentials) SetSecretAccessKey(v string) *Credentials

SetSecretAccessKey sets the SecretAccessKey field's value.

func (*Credentials) SetSessionToken

func (s *Credentials) SetSessionToken(v string) *Credentials

SetSessionToken sets the SessionToken field's value.

func (Credentials) String

func (s Credentials) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 DeleteAccessGrantInput

type DeleteAccessGrantInput struct {

    // The ID of the access grant. S3 Access Grants auto-generates this ID when
    // you create the access grant.
    //
    // AccessGrantId is a required field
    AccessGrantId *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"`

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAccessGrantInput) GoString

func (s DeleteAccessGrantInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccessGrantInput) SetAccessGrantId

func (s *DeleteAccessGrantInput) SetAccessGrantId(v string) *DeleteAccessGrantInput

SetAccessGrantId sets the AccessGrantId field's value.

func (*DeleteAccessGrantInput) SetAccountId

func (s *DeleteAccessGrantInput) SetAccountId(v string) *DeleteAccessGrantInput

SetAccountId sets the AccountId field's value.

func (DeleteAccessGrantInput) String

func (s DeleteAccessGrantInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccessGrantInput) Validate

func (s *DeleteAccessGrantInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccessGrantOutput

type DeleteAccessGrantOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAccessGrantOutput) GoString

func (s DeleteAccessGrantOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAccessGrantOutput) String

func (s DeleteAccessGrantOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 DeleteAccessGrantsInstanceInput

type DeleteAccessGrantsInstanceInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAccessGrantsInstanceInput) GoString

func (s DeleteAccessGrantsInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccessGrantsInstanceInput) SetAccountId

func (s *DeleteAccessGrantsInstanceInput) SetAccountId(v string) *DeleteAccessGrantsInstanceInput

SetAccountId sets the AccountId field's value.

func (DeleteAccessGrantsInstanceInput) String

func (s DeleteAccessGrantsInstanceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccessGrantsInstanceInput) Validate

func (s *DeleteAccessGrantsInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccessGrantsInstanceOutput

type DeleteAccessGrantsInstanceOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAccessGrantsInstanceOutput) GoString

func (s DeleteAccessGrantsInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAccessGrantsInstanceOutput) String

func (s DeleteAccessGrantsInstanceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 DeleteAccessGrantsInstanceResourcePolicyInput

type DeleteAccessGrantsInstanceResourcePolicyInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAccessGrantsInstanceResourcePolicyInput) GoString

func (s DeleteAccessGrantsInstanceResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccessGrantsInstanceResourcePolicyInput) SetAccountId

func (s *DeleteAccessGrantsInstanceResourcePolicyInput) SetAccountId(v string) *DeleteAccessGrantsInstanceResourcePolicyInput

SetAccountId sets the AccountId field's value.

func (DeleteAccessGrantsInstanceResourcePolicyInput) String

func (s DeleteAccessGrantsInstanceResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccessGrantsInstanceResourcePolicyInput) Validate

func (s *DeleteAccessGrantsInstanceResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccessGrantsInstanceResourcePolicyOutput

type DeleteAccessGrantsInstanceResourcePolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAccessGrantsInstanceResourcePolicyOutput) GoString

func (s DeleteAccessGrantsInstanceResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAccessGrantsInstanceResourcePolicyOutput) String

func (s DeleteAccessGrantsInstanceResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 DeleteAccessGrantsLocationInput

type DeleteAccessGrantsLocationInput struct {

    // The ID of the registered location that you are deregistering from your S3
    // Access Grants instance. S3 Access Grants assigned this ID when you registered
    // the location. S3 Access Grants assigns the ID default to the default location
    // s3:// and assigns an auto-generated ID to other locations that you register.
    //
    // AccessGrantsLocationId is a required field
    AccessGrantsLocationId *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"`

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAccessGrantsLocationInput) GoString

func (s DeleteAccessGrantsLocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccessGrantsLocationInput) SetAccessGrantsLocationId

func (s *DeleteAccessGrantsLocationInput) SetAccessGrantsLocationId(v string) *DeleteAccessGrantsLocationInput

SetAccessGrantsLocationId sets the AccessGrantsLocationId field's value.

func (*DeleteAccessGrantsLocationInput) SetAccountId

func (s *DeleteAccessGrantsLocationInput) SetAccountId(v string) *DeleteAccessGrantsLocationInput

SetAccountId sets the AccountId field's value.

func (DeleteAccessGrantsLocationInput) String

func (s DeleteAccessGrantsLocationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAccessGrantsLocationInput) Validate

func (s *DeleteAccessGrantsLocationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccessGrantsLocationOutput

type DeleteAccessGrantsLocationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAccessGrantsLocationOutput) GoString

func (s DeleteAccessGrantsLocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAccessGrantsLocationOutput) String

func (s DeleteAccessGrantsLocationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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

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

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

func (s *DeleteAccessPointForObjectLambdaInput) SetAccountId(v string) *DeleteAccessPointForObjectLambdaInput

SetAccountId sets the AccountId field's value.

func (*DeleteAccessPointForObjectLambdaInput) SetName

func (s *DeleteAccessPointForObjectLambdaInput) SetName(v string) *DeleteAccessPointForObjectLambdaInput

SetName sets the Name field's value.

func (DeleteAccessPointForObjectLambdaInput) String

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

func (s *DeleteAccessPointForObjectLambdaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccessPointForObjectLambdaOutput

type DeleteAccessPointForObjectLambdaOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAccessPointForObjectLambdaOutput) GoString

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

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

type DeleteAccessPointInput struct {

    // The Amazon Web Services 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

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

func (s *DeleteAccessPointInput) SetAccountId(v string) *DeleteAccessPointInput

SetAccountId sets the AccountId field's value.

func (*DeleteAccessPointInput) SetName

func (s *DeleteAccessPointInput) SetName(v string) *DeleteAccessPointInput

SetName sets the Name field's value.

func (DeleteAccessPointInput) String

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

func (s *DeleteAccessPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccessPointOutput

type DeleteAccessPointOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAccessPointOutput) GoString

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

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

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

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

func (s *DeleteAccessPointPolicyForObjectLambdaInput) SetAccountId(v string) *DeleteAccessPointPolicyForObjectLambdaInput

SetAccountId sets the AccountId field's value.

func (*DeleteAccessPointPolicyForObjectLambdaInput) SetName

func (s *DeleteAccessPointPolicyForObjectLambdaInput) SetName(v string) *DeleteAccessPointPolicyForObjectLambdaInput

SetName sets the Name field's value.

func (DeleteAccessPointPolicyForObjectLambdaInput) String

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

func (s *DeleteAccessPointPolicyForObjectLambdaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccessPointPolicyForObjectLambdaOutput

type DeleteAccessPointPolicyForObjectLambdaOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAccessPointPolicyForObjectLambdaOutput) GoString

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

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

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

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

func (s *DeleteAccessPointPolicyInput) SetAccountId(v string) *DeleteAccessPointPolicyInput

SetAccountId sets the AccountId field's value.

func (*DeleteAccessPointPolicyInput) SetName

func (s *DeleteAccessPointPolicyInput) SetName(v string) *DeleteAccessPointPolicyInput

SetName sets the Name field's value.

func (DeleteAccessPointPolicyInput) String

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

func (s *DeleteAccessPointPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAccessPointPolicyOutput

type DeleteAccessPointPolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAccessPointPolicyOutput) GoString

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

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

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

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

func (s *DeleteBucketInput) SetAccountId(v string) *DeleteBucketInput

SetAccountId sets the AccountId field's value.

func (*DeleteBucketInput) SetBucket

func (s *DeleteBucketInput) SetBucket(v string) *DeleteBucketInput

SetBucket sets the Bucket field's value.

func (DeleteBucketInput) String

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

func (s *DeleteBucketInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBucketLifecycleConfigurationInput

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

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

func (s *DeleteBucketLifecycleConfigurationInput) SetAccountId(v string) *DeleteBucketLifecycleConfigurationInput

SetAccountId sets the AccountId field's value.

func (*DeleteBucketLifecycleConfigurationInput) SetBucket

func (s *DeleteBucketLifecycleConfigurationInput) SetBucket(v string) *DeleteBucketLifecycleConfigurationInput

SetBucket sets the Bucket field's value.

func (DeleteBucketLifecycleConfigurationInput) String

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

func (s *DeleteBucketLifecycleConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBucketLifecycleConfigurationOutput

type DeleteBucketLifecycleConfigurationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBucketLifecycleConfigurationOutput) GoString

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

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

type DeleteBucketOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBucketOutput) GoString

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

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

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

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

func (s *DeleteBucketPolicyInput) SetAccountId(v string) *DeleteBucketPolicyInput

SetAccountId sets the AccountId field's value.

func (*DeleteBucketPolicyInput) SetBucket

func (s *DeleteBucketPolicyInput) SetBucket(v string) *DeleteBucketPolicyInput

SetBucket sets the Bucket field's value.

func (DeleteBucketPolicyInput) String

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

func (s *DeleteBucketPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBucketPolicyOutput

type DeleteBucketPolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBucketPolicyOutput) GoString

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

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 DeleteBucketReplicationInput

type DeleteBucketReplicationInput struct {

    // The Amazon Web Services account ID of the Outposts bucket to delete the replication
    // configuration for.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // Specifies the S3 on Outposts bucket to delete the replication configuration
    // for.
    //
    // 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 (DeleteBucketReplicationInput) GoString

func (s DeleteBucketReplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBucketReplicationInput) SetAccountId

func (s *DeleteBucketReplicationInput) SetAccountId(v string) *DeleteBucketReplicationInput

SetAccountId sets the AccountId field's value.

func (*DeleteBucketReplicationInput) SetBucket

func (s *DeleteBucketReplicationInput) SetBucket(v string) *DeleteBucketReplicationInput

SetBucket sets the Bucket field's value.

func (DeleteBucketReplicationInput) String

func (s DeleteBucketReplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBucketReplicationInput) Validate

func (s *DeleteBucketReplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBucketReplicationOutput

type DeleteBucketReplicationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBucketReplicationOutput) GoString

func (s DeleteBucketReplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteBucketReplicationOutput) String

func (s DeleteBucketReplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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

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

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

func (s *DeleteBucketTaggingInput) SetAccountId(v string) *DeleteBucketTaggingInput

SetAccountId sets the AccountId field's value.

func (*DeleteBucketTaggingInput) SetBucket

func (s *DeleteBucketTaggingInput) SetBucket(v string) *DeleteBucketTaggingInput

SetBucket sets the Bucket field's value.

func (DeleteBucketTaggingInput) String

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

func (s *DeleteBucketTaggingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBucketTaggingOutput

type DeleteBucketTaggingOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBucketTaggingOutput) GoString

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

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

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

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

func (s *DeleteJobTaggingInput) SetAccountId(v string) *DeleteJobTaggingInput

SetAccountId sets the AccountId field's value.

func (*DeleteJobTaggingInput) SetJobId

func (s *DeleteJobTaggingInput) SetJobId(v string) *DeleteJobTaggingInput

SetJobId sets the JobId field's value.

func (DeleteJobTaggingInput) String

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

func (s *DeleteJobTaggingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteJobTaggingOutput

type DeleteJobTaggingOutput struct {
    // contains filtered or unexported fields
}

func (DeleteJobTaggingOutput) GoString

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

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 DeleteMarkerReplication

type DeleteMarkerReplication struct {

    // Indicates whether to replicate delete markers.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"DeleteMarkerReplicationStatus"`
    // contains filtered or unexported fields
}

Specifies whether S3 on Outposts replicates delete markers. If you specify a Filter element in your replication configuration, you must also include a DeleteMarkerReplication element. If your Filter includes a Tag element, the DeleteMarkerReplication element's Status child element must be set to Disabled, because S3 on Outposts does not support replicating delete markers for tag-based rules.

For more information about delete marker replication, see How delete operations affect replication (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html#outposts-replication-what-is-replicated) in the Amazon S3 User Guide.

func (DeleteMarkerReplication) GoString

func (s DeleteMarkerReplication) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMarkerReplication) SetStatus

func (s *DeleteMarkerReplication) SetStatus(v string) *DeleteMarkerReplication

SetStatus sets the Status field's value.

func (DeleteMarkerReplication) String

func (s DeleteMarkerReplication) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMarkerReplication) Validate

func (s *DeleteMarkerReplication) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteMultiRegionAccessPointInput

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

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

func (s *DeleteMultiRegionAccessPointInput) SetAccountId(v string) *DeleteMultiRegionAccessPointInput

SetAccountId sets the AccountId field's value.

func (*DeleteMultiRegionAccessPointInput) SetClientToken

func (s *DeleteMultiRegionAccessPointInput) SetClientToken(v string) *DeleteMultiRegionAccessPointInput

SetClientToken sets the ClientToken field's value.

func (*DeleteMultiRegionAccessPointInput) SetDetails

func (s *DeleteMultiRegionAccessPointInput) SetDetails(v *DeleteMultiRegionAccessPointInput_) *DeleteMultiRegionAccessPointInput

SetDetails sets the Details field's value.

func (DeleteMultiRegionAccessPointInput) String

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

func (s *DeleteMultiRegionAccessPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteMultiRegionAccessPointInput_

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

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

func (s *DeleteMultiRegionAccessPointInput_) SetName(v string) *DeleteMultiRegionAccessPointInput_

SetName sets the Name field's value.

func (DeleteMultiRegionAccessPointInput_) String

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

func (s *DeleteMultiRegionAccessPointInput_) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteMultiRegionAccessPointOutput

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

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

func (s *DeleteMultiRegionAccessPointOutput) SetRequestTokenARN(v string) *DeleteMultiRegionAccessPointOutput

SetRequestTokenARN sets the RequestTokenARN field's value.

func (DeleteMultiRegionAccessPointOutput) String

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

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

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

func (s *DeleteStorageLensConfigurationInput) SetAccountId(v string) *DeleteStorageLensConfigurationInput

SetAccountId sets the AccountId field's value.

func (*DeleteStorageLensConfigurationInput) SetConfigId

func (s *DeleteStorageLensConfigurationInput) SetConfigId(v string) *DeleteStorageLensConfigurationInput

SetConfigId sets the ConfigId field's value.

func (DeleteStorageLensConfigurationInput) String

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

func (s *DeleteStorageLensConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteStorageLensConfigurationOutput

type DeleteStorageLensConfigurationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteStorageLensConfigurationOutput) GoString

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

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

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

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

func (s *DeleteStorageLensConfigurationTaggingInput) SetAccountId(v string) *DeleteStorageLensConfigurationTaggingInput

SetAccountId sets the AccountId field's value.

func (*DeleteStorageLensConfigurationTaggingInput) SetConfigId

func (s *DeleteStorageLensConfigurationTaggingInput) SetConfigId(v string) *DeleteStorageLensConfigurationTaggingInput

SetConfigId sets the ConfigId field's value.

func (DeleteStorageLensConfigurationTaggingInput) String

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

func (s *DeleteStorageLensConfigurationTaggingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteStorageLensConfigurationTaggingOutput

type DeleteStorageLensConfigurationTaggingOutput struct {
    // contains filtered or unexported fields
}

func (DeleteStorageLensConfigurationTaggingOutput) GoString

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

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 DeleteStorageLensGroupInput

type DeleteStorageLensGroupInput struct {

    // The Amazon Web Services account ID used to create the Storage Lens group
    // that you're trying to delete.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The name of the Storage Lens group that you're trying to delete.
    //
    // Name is a required field
    Name *string `location:"uri" locationName:"name" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteStorageLensGroupInput) GoString

func (s DeleteStorageLensGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteStorageLensGroupInput) SetAccountId

func (s *DeleteStorageLensGroupInput) SetAccountId(v string) *DeleteStorageLensGroupInput

SetAccountId sets the AccountId field's value.

func (*DeleteStorageLensGroupInput) SetName

func (s *DeleteStorageLensGroupInput) SetName(v string) *DeleteStorageLensGroupInput

SetName sets the Name field's value.

func (DeleteStorageLensGroupInput) String

func (s DeleteStorageLensGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteStorageLensGroupInput) Validate

func (s *DeleteStorageLensGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteStorageLensGroupOutput

type DeleteStorageLensGroupOutput struct {
    // contains filtered or unexported fields
}

func (DeleteStorageLensGroupOutput) GoString

func (s DeleteStorageLensGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteStorageLensGroupOutput) String

func (s DeleteStorageLensGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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

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

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

func (s *DescribeJobInput) SetAccountId(v string) *DescribeJobInput

SetAccountId sets the AccountId field's value.

func (*DescribeJobInput) SetJobId

func (s *DescribeJobInput) SetJobId(v string) *DescribeJobInput

SetJobId sets the JobId field's value.

func (DescribeJobInput) String

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

func (s *DescribeJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeJobOutput

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

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

func (s *DescribeJobOutput) SetJob(v *JobDescriptor) *DescribeJobOutput

SetJob sets the Job field's value.

func (DescribeJobOutput) String

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

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

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

func (s *DescribeMultiRegionAccessPointOperationInput) SetAccountId(v string) *DescribeMultiRegionAccessPointOperationInput

SetAccountId sets the AccountId field's value.

func (*DescribeMultiRegionAccessPointOperationInput) SetRequestTokenARN

func (s *DescribeMultiRegionAccessPointOperationInput) SetRequestTokenARN(v string) *DescribeMultiRegionAccessPointOperationInput

SetRequestTokenARN sets the RequestTokenARN field's value.

func (DescribeMultiRegionAccessPointOperationInput) String

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

func (s *DescribeMultiRegionAccessPointOperationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeMultiRegionAccessPointOperationOutput

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

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

func (s *DescribeMultiRegionAccessPointOperationOutput) SetAsyncOperation(v *AsyncOperation) *DescribeMultiRegionAccessPointOperationOutput

SetAsyncOperation sets the AsyncOperation field's value.

func (DescribeMultiRegionAccessPointOperationOutput) String

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 Destination

type Destination struct {

    // Specify this property only in a cross-account scenario (where the source
    // and destination bucket owners are not the same), and you want to change replica
    // ownership to the Amazon Web Services account that owns the destination bucket.
    // If this property is not specified in the replication configuration, the replicas
    // are owned by same Amazon Web Services account that owns the source object.
    //
    // This is not supported by Amazon S3 on Outposts buckets.
    AccessControlTranslation *AccessControlTranslation `type:"structure"`

    // The destination bucket owner's account ID.
    Account *string `type:"string"`

    // The Amazon Resource Name (ARN) of the access point for the destination bucket
    // where you want S3 on Outposts to store the replication results.
    //
    // Bucket is a required field
    Bucket *string `type:"string" required:"true"`

    // A container that provides information about encryption. If SourceSelectionCriteria
    // is specified, you must specify this element.
    //
    // This is not supported by Amazon S3 on Outposts buckets.
    EncryptionConfiguration *EncryptionConfiguration `type:"structure"`

    // A container that specifies replication metrics-related settings.
    Metrics *Metrics `type:"structure"`

    // A container that specifies S3 Replication Time Control (S3 RTC) settings,
    // including whether S3 RTC is enabled and the time when all objects and operations
    // on objects must be replicated. Must be specified together with a Metrics
    // block.
    //
    // This is not supported by Amazon S3 on Outposts buckets.
    ReplicationTime *ReplicationTime `type:"structure"`

    // The storage class to use when replicating objects. All objects stored on
    // S3 on Outposts are stored in the OUTPOSTS storage class. S3 on Outposts uses
    // the OUTPOSTS storage class to create the object replicas.
    //
    // Values other than OUTPOSTS aren't supported by Amazon S3 on Outposts.
    StorageClass *string `type:"string" enum:"ReplicationStorageClass"`
    // contains filtered or unexported fields
}

Specifies information about the replication destination bucket and its settings for an S3 on Outposts replication configuration.

func (Destination) GoString

func (s Destination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Destination) SetAccessControlTranslation

func (s *Destination) SetAccessControlTranslation(v *AccessControlTranslation) *Destination

SetAccessControlTranslation sets the AccessControlTranslation field's value.

func (*Destination) SetAccount

func (s *Destination) SetAccount(v string) *Destination

SetAccount sets the Account field's value.

func (*Destination) SetBucket

func (s *Destination) SetBucket(v string) *Destination

SetBucket sets the Bucket field's value.

func (*Destination) SetEncryptionConfiguration

func (s *Destination) SetEncryptionConfiguration(v *EncryptionConfiguration) *Destination

SetEncryptionConfiguration sets the EncryptionConfiguration field's value.

func (*Destination) SetMetrics

func (s *Destination) SetMetrics(v *Metrics) *Destination

SetMetrics sets the Metrics field's value.

func (*Destination) SetReplicationTime

func (s *Destination) SetReplicationTime(v *ReplicationTime) *Destination

SetReplicationTime sets the ReplicationTime field's value.

func (*Destination) SetStorageClass

func (s *Destination) SetStorageClass(v string) *Destination

SetStorageClass sets the StorageClass field's value.

func (Destination) String

func (s Destination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Destination) Validate

func (s *Destination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DetailedStatusCodesMetrics

type DetailedStatusCodesMetrics struct {

    // A container that indicates whether detailed status code metrics are enabled.
    IsEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

The container element for Amazon S3 Storage Lens detailed status code metrics. Detailed status code metrics generate metrics for HTTP status codes, such as 200 OK, 403 Forbidden, 503 Service Unavailable and others.

For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html) in the Amazon S3 User Guide. For a complete list of S3 Storage Lens metrics, see S3 Storage Lens metrics glossary (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html) in the Amazon S3 User Guide.

func (DetailedStatusCodesMetrics) GoString

func (s DetailedStatusCodesMetrics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DetailedStatusCodesMetrics) SetIsEnabled

func (s *DetailedStatusCodesMetrics) SetIsEnabled(v bool) *DetailedStatusCodesMetrics

SetIsEnabled sets the IsEnabled field's value.

func (DetailedStatusCodesMetrics) String

func (s DetailedStatusCodesMetrics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 DissociateAccessGrantsIdentityCenterInput

type DissociateAccessGrantsIdentityCenterInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DissociateAccessGrantsIdentityCenterInput) GoString

func (s DissociateAccessGrantsIdentityCenterInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DissociateAccessGrantsIdentityCenterInput) SetAccountId

func (s *DissociateAccessGrantsIdentityCenterInput) SetAccountId(v string) *DissociateAccessGrantsIdentityCenterInput

SetAccountId sets the AccountId field's value.

func (DissociateAccessGrantsIdentityCenterInput) String

func (s DissociateAccessGrantsIdentityCenterInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DissociateAccessGrantsIdentityCenterInput) Validate

func (s *DissociateAccessGrantsIdentityCenterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DissociateAccessGrantsIdentityCenterOutput

type DissociateAccessGrantsIdentityCenterOutput struct {
    // contains filtered or unexported fields
}

func (DissociateAccessGrantsIdentityCenterOutput) GoString

func (s DissociateAccessGrantsIdentityCenterOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DissociateAccessGrantsIdentityCenterOutput) String

func (s DissociateAccessGrantsIdentityCenterOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 EncryptionConfiguration

type EncryptionConfiguration struct {

    // Specifies the ID of the customer managed KMS key that's stored in Key Management
    // Service (KMS) for the destination bucket. This ID is either the Amazon Resource
    // Name (ARN) for the KMS key or the alias ARN for the KMS key. Amazon S3 uses
    // this KMS key to encrypt replica objects. Amazon S3 supports only symmetric
    // encryption KMS keys. For more information, see Symmetric encryption KMS keys
    // (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#symmetric-cmks)
    // in the Amazon Web Services Key Management Service Developer Guide.
    ReplicaKmsKeyID *string `type:"string"`
    // contains filtered or unexported fields
}

Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.

This is not supported by Amazon S3 on Outposts buckets.

func (EncryptionConfiguration) GoString

func (s EncryptionConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EncryptionConfiguration) SetReplicaKmsKeyID

func (s *EncryptionConfiguration) SetReplicaKmsKeyID(v string) *EncryptionConfiguration

SetReplicaKmsKeyID sets the ReplicaKmsKeyID field's value.

func (EncryptionConfiguration) String

func (s EncryptionConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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

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

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

func (s *EstablishedMultiRegionAccessPointPolicy) SetPolicy(v string) *EstablishedMultiRegionAccessPointPolicy

SetPolicy sets the Policy field's value.

func (EstablishedMultiRegionAccessPointPolicy) String

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

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

func (s Exclude) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *Exclude) SetBuckets(v []*string) *Exclude

SetBuckets sets the Buckets field's value.

func (*Exclude) SetRegions

func (s *Exclude) SetRegions(v []*string) *Exclude

SetRegions sets the Regions field's value.

func (Exclude) String

func (s Exclude) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 ExistingObjectReplication

type ExistingObjectReplication struct {

    // Specifies whether Amazon S3 replicates existing source bucket objects.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"ExistingObjectReplicationStatus"`
    // contains filtered or unexported fields
}

An optional configuration to replicate existing source bucket objects.

This is not supported by Amazon S3 on Outposts buckets.

func (ExistingObjectReplication) GoString

func (s ExistingObjectReplication) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExistingObjectReplication) SetStatus

func (s *ExistingObjectReplication) SetStatus(v string) *ExistingObjectReplication

SetStatus sets the Status field's value.

func (ExistingObjectReplication) String

func (s ExistingObjectReplication) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExistingObjectReplication) Validate

func (s *ExistingObjectReplication) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeneratedManifestEncryption

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

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

func (s *GeneratedManifestEncryption) SetSSEKMS(v *SSEKMSEncryption) *GeneratedManifestEncryption

SetSSEKMS sets the SSEKMS field's value.

func (*GeneratedManifestEncryption) SetSSES3

func (s *GeneratedManifestEncryption) SetSSES3(v *SSES3Encryption) *GeneratedManifestEncryption

SetSSES3 sets the SSES3 field's value.

func (GeneratedManifestEncryption) String

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

func (s *GeneratedManifestEncryption) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessGrantInput

type GetAccessGrantInput struct {

    // The ID of the access grant. S3 Access Grants auto-generates this ID when
    // you create the access grant.
    //
    // AccessGrantId is a required field
    AccessGrantId *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"`

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAccessGrantInput) GoString

func (s GetAccessGrantInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantInput) SetAccessGrantId

func (s *GetAccessGrantInput) SetAccessGrantId(v string) *GetAccessGrantInput

SetAccessGrantId sets the AccessGrantId field's value.

func (*GetAccessGrantInput) SetAccountId

func (s *GetAccessGrantInput) SetAccountId(v string) *GetAccessGrantInput

SetAccountId sets the AccountId field's value.

func (GetAccessGrantInput) String

func (s GetAccessGrantInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantInput) Validate

func (s *GetAccessGrantInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessGrantOutput

type GetAccessGrantOutput struct {

    // The Amazon Resource Name (ARN) of the access grant.
    AccessGrantArn *string `min:"1" type:"string"`

    // The ID of the access grant. S3 Access Grants auto-generates this ID when
    // you create the access grant.
    AccessGrantId *string `min:"1" type:"string"`

    // The configuration options of the grant location. The grant location is the
    // S3 path to the data to which you are granting access.
    AccessGrantsLocationConfiguration *AccessGrantsLocationConfiguration `type:"structure"`

    // The ID of the registered location to which you are granting access. S3 Access
    // Grants assigns this ID when you register the location. S3 Access Grants assigns
    // the ID default to the default location s3:// and assigns an auto-generated
    // ID to other locations that you register.
    AccessGrantsLocationId *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center
    // application associated with your Identity Center instance. If the grant includes
    // an application ARN, the grantee can only access the S3 data through this
    // application.
    ApplicationArn *string `min:"10" type:"string"`

    // The date and time when you created the access grant.
    CreatedAt *time.Time `type:"timestamp"`

    // The S3 path of the data to which you are granting access. It is the result
    // of appending the Subprefix to the location scope.
    GrantScope *string `min:"1" type:"string"`

    // The user, group, or role to which you are granting access. You can grant
    // access to an IAM user or role. If you have added a corporate directory to
    // Amazon Web Services IAM Identity Center and associated this Identity Center
    // instance with the S3 Access Grants instance, the grantee can also be a corporate
    // directory user or group.
    Grantee *Grantee `type:"structure"`

    // The type of permission that was granted in the access grant. Can be one of
    // the following values:
    //
    //    * READ – Grant read-only access to the S3 data.
    //
    //    * WRITE – Grant write-only access to the S3 data.
    //
    //    * READWRITE – Grant both read and write access to the S3 data.
    Permission *string `type:"string" enum:"Permission"`
    // contains filtered or unexported fields
}

func (GetAccessGrantOutput) GoString

func (s GetAccessGrantOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantOutput) SetAccessGrantArn

func (s *GetAccessGrantOutput) SetAccessGrantArn(v string) *GetAccessGrantOutput

SetAccessGrantArn sets the AccessGrantArn field's value.

func (*GetAccessGrantOutput) SetAccessGrantId

func (s *GetAccessGrantOutput) SetAccessGrantId(v string) *GetAccessGrantOutput

SetAccessGrantId sets the AccessGrantId field's value.

func (*GetAccessGrantOutput) SetAccessGrantsLocationConfiguration

func (s *GetAccessGrantOutput) SetAccessGrantsLocationConfiguration(v *AccessGrantsLocationConfiguration) *GetAccessGrantOutput

SetAccessGrantsLocationConfiguration sets the AccessGrantsLocationConfiguration field's value.

func (*GetAccessGrantOutput) SetAccessGrantsLocationId

func (s *GetAccessGrantOutput) SetAccessGrantsLocationId(v string) *GetAccessGrantOutput

SetAccessGrantsLocationId sets the AccessGrantsLocationId field's value.

func (*GetAccessGrantOutput) SetApplicationArn

func (s *GetAccessGrantOutput) SetApplicationArn(v string) *GetAccessGrantOutput

SetApplicationArn sets the ApplicationArn field's value.

func (*GetAccessGrantOutput) SetCreatedAt

func (s *GetAccessGrantOutput) SetCreatedAt(v time.Time) *GetAccessGrantOutput

SetCreatedAt sets the CreatedAt field's value.

func (*GetAccessGrantOutput) SetGrantScope

func (s *GetAccessGrantOutput) SetGrantScope(v string) *GetAccessGrantOutput

SetGrantScope sets the GrantScope field's value.

func (*GetAccessGrantOutput) SetGrantee

func (s *GetAccessGrantOutput) SetGrantee(v *Grantee) *GetAccessGrantOutput

SetGrantee sets the Grantee field's value.

func (*GetAccessGrantOutput) SetPermission

func (s *GetAccessGrantOutput) SetPermission(v string) *GetAccessGrantOutput

SetPermission sets the Permission field's value.

func (GetAccessGrantOutput) String

func (s GetAccessGrantOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 GetAccessGrantsInstanceForPrefixInput

type GetAccessGrantsInstanceForPrefixInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The S3 prefix of the access grants that you would like to retrieve.
    //
    // S3Prefix is a required field
    S3Prefix *string `location:"querystring" locationName:"s3prefix" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAccessGrantsInstanceForPrefixInput) GoString

func (s GetAccessGrantsInstanceForPrefixInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsInstanceForPrefixInput) SetAccountId

func (s *GetAccessGrantsInstanceForPrefixInput) SetAccountId(v string) *GetAccessGrantsInstanceForPrefixInput

SetAccountId sets the AccountId field's value.

func (*GetAccessGrantsInstanceForPrefixInput) SetS3Prefix

func (s *GetAccessGrantsInstanceForPrefixInput) SetS3Prefix(v string) *GetAccessGrantsInstanceForPrefixInput

SetS3Prefix sets the S3Prefix field's value.

func (GetAccessGrantsInstanceForPrefixInput) String

func (s GetAccessGrantsInstanceForPrefixInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsInstanceForPrefixInput) Validate

func (s *GetAccessGrantsInstanceForPrefixInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessGrantsInstanceForPrefixOutput

type GetAccessGrantsInstanceForPrefixOutput struct {

    // The Amazon Resource Name (ARN) of the S3 Access Grants instance.
    AccessGrantsInstanceArn *string `min:"1" type:"string"`

    // The ID of the S3 Access Grants instance. The ID is default. You can have
    // one S3 Access Grants instance per Region per account.
    AccessGrantsInstanceId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (GetAccessGrantsInstanceForPrefixOutput) GoString

func (s GetAccessGrantsInstanceForPrefixOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsInstanceForPrefixOutput) SetAccessGrantsInstanceArn

func (s *GetAccessGrantsInstanceForPrefixOutput) SetAccessGrantsInstanceArn(v string) *GetAccessGrantsInstanceForPrefixOutput

SetAccessGrantsInstanceArn sets the AccessGrantsInstanceArn field's value.

func (*GetAccessGrantsInstanceForPrefixOutput) SetAccessGrantsInstanceId

func (s *GetAccessGrantsInstanceForPrefixOutput) SetAccessGrantsInstanceId(v string) *GetAccessGrantsInstanceForPrefixOutput

SetAccessGrantsInstanceId sets the AccessGrantsInstanceId field's value.

func (GetAccessGrantsInstanceForPrefixOutput) String

func (s GetAccessGrantsInstanceForPrefixOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 GetAccessGrantsInstanceInput

type GetAccessGrantsInstanceInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAccessGrantsInstanceInput) GoString

func (s GetAccessGrantsInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsInstanceInput) SetAccountId

func (s *GetAccessGrantsInstanceInput) SetAccountId(v string) *GetAccessGrantsInstanceInput

SetAccountId sets the AccountId field's value.

func (GetAccessGrantsInstanceInput) String

func (s GetAccessGrantsInstanceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsInstanceInput) Validate

func (s *GetAccessGrantsInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessGrantsInstanceOutput

type GetAccessGrantsInstanceOutput struct {

    // The Amazon Resource Name (ARN) of the S3 Access Grants instance.
    AccessGrantsInstanceArn *string `min:"1" type:"string"`

    // The ID of the S3 Access Grants instance. The ID is default. You can have
    // one S3 Access Grants instance per Region per account.
    AccessGrantsInstanceId *string `min:"1" type:"string"`

    // The date and time when you created the S3 Access Grants instance.
    CreatedAt *time.Time `type:"timestamp"`

    // If you associated your S3 Access Grants instance with an Amazon Web Services
    // IAM Identity Center instance, this field returns the Amazon Resource Name
    // (ARN) of the Amazon Web Services IAM Identity Center instance application;
    // a subresource of the original Identity Center instance. S3 Access Grants
    // creates this Identity Center application for the specific S3 Access Grants
    // instance.
    IdentityCenterArn *string `min:"10" type:"string"`
    // contains filtered or unexported fields
}

func (GetAccessGrantsInstanceOutput) GoString

func (s GetAccessGrantsInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsInstanceOutput) SetAccessGrantsInstanceArn

func (s *GetAccessGrantsInstanceOutput) SetAccessGrantsInstanceArn(v string) *GetAccessGrantsInstanceOutput

SetAccessGrantsInstanceArn sets the AccessGrantsInstanceArn field's value.

func (*GetAccessGrantsInstanceOutput) SetAccessGrantsInstanceId

func (s *GetAccessGrantsInstanceOutput) SetAccessGrantsInstanceId(v string) *GetAccessGrantsInstanceOutput

SetAccessGrantsInstanceId sets the AccessGrantsInstanceId field's value.

func (*GetAccessGrantsInstanceOutput) SetCreatedAt

func (s *GetAccessGrantsInstanceOutput) SetCreatedAt(v time.Time) *GetAccessGrantsInstanceOutput

SetCreatedAt sets the CreatedAt field's value.

func (*GetAccessGrantsInstanceOutput) SetIdentityCenterArn

func (s *GetAccessGrantsInstanceOutput) SetIdentityCenterArn(v string) *GetAccessGrantsInstanceOutput

SetIdentityCenterArn sets the IdentityCenterArn field's value.

func (GetAccessGrantsInstanceOutput) String

func (s GetAccessGrantsInstanceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 GetAccessGrantsInstanceResourcePolicyInput

type GetAccessGrantsInstanceResourcePolicyInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAccessGrantsInstanceResourcePolicyInput) GoString

func (s GetAccessGrantsInstanceResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsInstanceResourcePolicyInput) SetAccountId

func (s *GetAccessGrantsInstanceResourcePolicyInput) SetAccountId(v string) *GetAccessGrantsInstanceResourcePolicyInput

SetAccountId sets the AccountId field's value.

func (GetAccessGrantsInstanceResourcePolicyInput) String

func (s GetAccessGrantsInstanceResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsInstanceResourcePolicyInput) Validate

func (s *GetAccessGrantsInstanceResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessGrantsInstanceResourcePolicyOutput

type GetAccessGrantsInstanceResourcePolicyOutput struct {

    // The date and time when you created the S3 Access Grants instance resource
    // policy.
    CreatedAt *time.Time `type:"timestamp"`

    // The Organization of the resource policy of the S3 Access Grants instance.
    Organization *string `min:"12" type:"string"`

    // The resource policy of the S3 Access Grants instance.
    Policy *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (GetAccessGrantsInstanceResourcePolicyOutput) GoString

func (s GetAccessGrantsInstanceResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsInstanceResourcePolicyOutput) SetCreatedAt

func (s *GetAccessGrantsInstanceResourcePolicyOutput) SetCreatedAt(v time.Time) *GetAccessGrantsInstanceResourcePolicyOutput

SetCreatedAt sets the CreatedAt field's value.

func (*GetAccessGrantsInstanceResourcePolicyOutput) SetOrganization

func (s *GetAccessGrantsInstanceResourcePolicyOutput) SetOrganization(v string) *GetAccessGrantsInstanceResourcePolicyOutput

SetOrganization sets the Organization field's value.

func (*GetAccessGrantsInstanceResourcePolicyOutput) SetPolicy

func (s *GetAccessGrantsInstanceResourcePolicyOutput) SetPolicy(v string) *GetAccessGrantsInstanceResourcePolicyOutput

SetPolicy sets the Policy field's value.

func (GetAccessGrantsInstanceResourcePolicyOutput) String

func (s GetAccessGrantsInstanceResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 GetAccessGrantsLocationInput

type GetAccessGrantsLocationInput struct {

    // The ID of the registered location that you are retrieving. S3 Access Grants
    // assigns this ID when you register the location. S3 Access Grants assigns
    // the ID default to the default location s3:// and assigns an auto-generated
    // ID to other locations that you register.
    //
    // AccessGrantsLocationId is a required field
    AccessGrantsLocationId *string `location:"uri" locationName:"id" min:"1" type:"string" required:"true"`

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetAccessGrantsLocationInput) GoString

func (s GetAccessGrantsLocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsLocationInput) SetAccessGrantsLocationId

func (s *GetAccessGrantsLocationInput) SetAccessGrantsLocationId(v string) *GetAccessGrantsLocationInput

SetAccessGrantsLocationId sets the AccessGrantsLocationId field's value.

func (*GetAccessGrantsLocationInput) SetAccountId

func (s *GetAccessGrantsLocationInput) SetAccountId(v string) *GetAccessGrantsLocationInput

SetAccountId sets the AccountId field's value.

func (GetAccessGrantsLocationInput) String

func (s GetAccessGrantsLocationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsLocationInput) Validate

func (s *GetAccessGrantsLocationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessGrantsLocationOutput

type GetAccessGrantsLocationOutput struct {

    // The Amazon Resource Name (ARN) of the registered location.
    AccessGrantsLocationArn *string `min:"1" type:"string"`

    // The ID of the registered location to which you are granting access. S3 Access
    // Grants assigns this ID when you register the location. S3 Access Grants assigns
    // the ID default to the default location s3:// and assigns an auto-generated
    // ID to other locations that you register.
    AccessGrantsLocationId *string `min:"1" type:"string"`

    // The date and time when you registered the location.
    CreatedAt *time.Time `type:"timestamp"`

    // The Amazon Resource Name (ARN) of the IAM role for the registered location.
    // S3 Access Grants assumes this role to manage access to the registered location.
    IAMRoleArn *string `min:"1" type:"string"`

    // The S3 URI path to the registered location. The location scope can be the
    // default S3 location s3://, the S3 path to a bucket, or the S3 path to a bucket
    // and prefix. A prefix in S3 is a string of characters at the beginning of
    // an object key name used to organize the objects that you store in your S3
    // buckets. For example, object key names that start with the engineering/ prefix
    // or object key names that start with the marketing/campaigns/ prefix.
    LocationScope *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (GetAccessGrantsLocationOutput) GoString

func (s GetAccessGrantsLocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccessGrantsLocationOutput) SetAccessGrantsLocationArn

func (s *GetAccessGrantsLocationOutput) SetAccessGrantsLocationArn(v string) *GetAccessGrantsLocationOutput

SetAccessGrantsLocationArn sets the AccessGrantsLocationArn field's value.

func (*GetAccessGrantsLocationOutput) SetAccessGrantsLocationId

func (s *GetAccessGrantsLocationOutput) SetAccessGrantsLocationId(v string) *GetAccessGrantsLocationOutput

SetAccessGrantsLocationId sets the AccessGrantsLocationId field's value.

func (*GetAccessGrantsLocationOutput) SetCreatedAt

func (s *GetAccessGrantsLocationOutput) SetCreatedAt(v time.Time) *GetAccessGrantsLocationOutput

SetCreatedAt sets the CreatedAt field's value.

func (*GetAccessGrantsLocationOutput) SetIAMRoleArn

func (s *GetAccessGrantsLocationOutput) SetIAMRoleArn(v string) *GetAccessGrantsLocationOutput

SetIAMRoleArn sets the IAMRoleArn field's value.

func (*GetAccessGrantsLocationOutput) SetLocationScope

func (s *GetAccessGrantsLocationOutput) SetLocationScope(v string) *GetAccessGrantsLocationOutput

SetLocationScope sets the LocationScope field's value.

func (GetAccessGrantsLocationOutput) String

func (s GetAccessGrantsLocationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 GetAccessPointConfigurationForObjectLambdaInput

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

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

func (s *GetAccessPointConfigurationForObjectLambdaInput) SetAccountId(v string) *GetAccessPointConfigurationForObjectLambdaInput

SetAccountId sets the AccountId field's value.

func (*GetAccessPointConfigurationForObjectLambdaInput) SetName

func (s *GetAccessPointConfigurationForObjectLambdaInput) SetName(v string) *GetAccessPointConfigurationForObjectLambdaInput

SetName sets the Name field's value.

func (GetAccessPointConfigurationForObjectLambdaInput) String

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

func (s *GetAccessPointConfigurationForObjectLambdaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessPointConfigurationForObjectLambdaOutput

type GetAccessPointConfigurationForObjectLambdaOutput struct {

    // Object Lambda Access Point configuration document.
    Configuration *ObjectLambdaConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (GetAccessPointConfigurationForObjectLambdaOutput) GoString

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

func (s *GetAccessPointConfigurationForObjectLambdaOutput) SetConfiguration(v *ObjectLambdaConfiguration) *GetAccessPointConfigurationForObjectLambdaOutput

SetConfiguration sets the Configuration field's value.

func (GetAccessPointConfigurationForObjectLambdaOutput) String

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

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

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

func (s *GetAccessPointForObjectLambdaInput) SetAccountId(v string) *GetAccessPointForObjectLambdaInput

SetAccountId sets the AccountId field's value.

func (*GetAccessPointForObjectLambdaInput) SetName

func (s *GetAccessPointForObjectLambdaInput) SetName(v string) *GetAccessPointForObjectLambdaInput

SetName sets the Name field's value.

func (GetAccessPointForObjectLambdaInput) String

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

func (s *GetAccessPointForObjectLambdaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessPointForObjectLambdaOutput

type GetAccessPointForObjectLambdaOutput struct {

    // The alias of the Object Lambda Access Point.
    Alias *ObjectLambdaAccessPointAlias `type:"structure"`

    // 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

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) SetAlias

func (s *GetAccessPointForObjectLambdaOutput) SetAlias(v *ObjectLambdaAccessPointAlias) *GetAccessPointForObjectLambdaOutput

SetAlias sets the Alias field's value.

func (*GetAccessPointForObjectLambdaOutput) SetCreationDate

func (s *GetAccessPointForObjectLambdaOutput) SetCreationDate(v time.Time) *GetAccessPointForObjectLambdaOutput

SetCreationDate sets the CreationDate field's value.

func (*GetAccessPointForObjectLambdaOutput) SetName

func (s *GetAccessPointForObjectLambdaOutput) SetName(v string) *GetAccessPointForObjectLambdaOutput

SetName sets the Name field's value.

func (*GetAccessPointForObjectLambdaOutput) SetPublicAccessBlockConfiguration

func (s *GetAccessPointForObjectLambdaOutput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *GetAccessPointForObjectLambdaOutput

SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.

func (GetAccessPointForObjectLambdaOutput) String

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

type GetAccessPointInput struct {

    // The Amazon Web Services 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

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

func (s *GetAccessPointInput) SetAccountId(v string) *GetAccessPointInput

SetAccountId sets the AccountId field's value.

func (*GetAccessPointInput) SetName

func (s *GetAccessPointInput) SetName(v string) *GetAccessPointInput

SetName sets the Name field's value.

func (GetAccessPointInput) String

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

func (s *GetAccessPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessPointOutput

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 Amazon Web Services account ID associated with the S3 bucket associated
    // with this access point.
    BucketAccountId *string `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 data type 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

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

func (s *GetAccessPointOutput) SetAccessPointArn(v string) *GetAccessPointOutput

SetAccessPointArn sets the AccessPointArn field's value.

func (*GetAccessPointOutput) SetAlias

func (s *GetAccessPointOutput) SetAlias(v string) *GetAccessPointOutput

SetAlias sets the Alias field's value.

func (*GetAccessPointOutput) SetBucket

func (s *GetAccessPointOutput) SetBucket(v string) *GetAccessPointOutput

SetBucket sets the Bucket field's value.

func (*GetAccessPointOutput) SetBucketAccountId

func (s *GetAccessPointOutput) SetBucketAccountId(v string) *GetAccessPointOutput

SetBucketAccountId sets the BucketAccountId field's value.

func (*GetAccessPointOutput) SetCreationDate

func (s *GetAccessPointOutput) SetCreationDate(v time.Time) *GetAccessPointOutput

SetCreationDate sets the CreationDate field's value.

func (*GetAccessPointOutput) SetEndpoints

func (s *GetAccessPointOutput) SetEndpoints(v map[string]*string) *GetAccessPointOutput

SetEndpoints sets the Endpoints field's value.

func (*GetAccessPointOutput) SetName

func (s *GetAccessPointOutput) SetName(v string) *GetAccessPointOutput

SetName sets the Name field's value.

func (*GetAccessPointOutput) SetNetworkOrigin

func (s *GetAccessPointOutput) SetNetworkOrigin(v string) *GetAccessPointOutput

SetNetworkOrigin sets the NetworkOrigin field's value.

func (*GetAccessPointOutput) SetPublicAccessBlockConfiguration

func (s *GetAccessPointOutput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *GetAccessPointOutput

SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.

func (*GetAccessPointOutput) SetVpcConfiguration

func (s *GetAccessPointOutput) SetVpcConfiguration(v *VpcConfiguration) *GetAccessPointOutput

SetVpcConfiguration sets the VpcConfiguration field's value.

func (GetAccessPointOutput) String

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

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

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

func (s *GetAccessPointPolicyForObjectLambdaInput) SetAccountId(v string) *GetAccessPointPolicyForObjectLambdaInput

SetAccountId sets the AccountId field's value.

func (*GetAccessPointPolicyForObjectLambdaInput) SetName

func (s *GetAccessPointPolicyForObjectLambdaInput) SetName(v string) *GetAccessPointPolicyForObjectLambdaInput

SetName sets the Name field's value.

func (GetAccessPointPolicyForObjectLambdaInput) String

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

func (s *GetAccessPointPolicyForObjectLambdaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessPointPolicyForObjectLambdaOutput

type GetAccessPointPolicyForObjectLambdaOutput struct {

    // Object Lambda Access Point resource policy document.
    Policy *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetAccessPointPolicyForObjectLambdaOutput) GoString

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

func (s *GetAccessPointPolicyForObjectLambdaOutput) SetPolicy(v string) *GetAccessPointPolicyForObjectLambdaOutput

SetPolicy sets the Policy field's value.

func (GetAccessPointPolicyForObjectLambdaOutput) String

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

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

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

func (s *GetAccessPointPolicyInput) SetAccountId(v string) *GetAccessPointPolicyInput

SetAccountId sets the AccountId field's value.

func (*GetAccessPointPolicyInput) SetName

func (s *GetAccessPointPolicyInput) SetName(v string) *GetAccessPointPolicyInput

SetName sets the Name field's value.

func (GetAccessPointPolicyInput) String

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

func (s *GetAccessPointPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessPointPolicyOutput

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

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

func (s *GetAccessPointPolicyOutput) SetPolicy(v string) *GetAccessPointPolicyOutput

SetPolicy sets the Policy field's value.

func (GetAccessPointPolicyOutput) String

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

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

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

func (s *GetAccessPointPolicyStatusForObjectLambdaInput) SetAccountId(v string) *GetAccessPointPolicyStatusForObjectLambdaInput

SetAccountId sets the AccountId field's value.

func (*GetAccessPointPolicyStatusForObjectLambdaInput) SetName

func (s *GetAccessPointPolicyStatusForObjectLambdaInput) SetName(v string) *GetAccessPointPolicyStatusForObjectLambdaInput

SetName sets the Name field's value.

func (GetAccessPointPolicyStatusForObjectLambdaInput) String

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

func (s *GetAccessPointPolicyStatusForObjectLambdaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessPointPolicyStatusForObjectLambdaOutput

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

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

func (s *GetAccessPointPolicyStatusForObjectLambdaOutput) SetPolicyStatus(v *PolicyStatus) *GetAccessPointPolicyStatusForObjectLambdaOutput

SetPolicyStatus sets the PolicyStatus field's value.

func (GetAccessPointPolicyStatusForObjectLambdaOutput) String

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

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

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

func (s *GetAccessPointPolicyStatusInput) SetAccountId(v string) *GetAccessPointPolicyStatusInput

SetAccountId sets the AccountId field's value.

func (*GetAccessPointPolicyStatusInput) SetName

func (s *GetAccessPointPolicyStatusInput) SetName(v string) *GetAccessPointPolicyStatusInput

SetName sets the Name field's value.

func (GetAccessPointPolicyStatusInput) String

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

func (s *GetAccessPointPolicyStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccessPointPolicyStatusOutput

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

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

func (s *GetAccessPointPolicyStatusOutput) SetPolicyStatus(v *PolicyStatus) *GetAccessPointPolicyStatusOutput

SetPolicyStatus sets the PolicyStatus field's value.

func (GetAccessPointPolicyStatusOutput) String

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

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

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

func (s *GetBucketInput) SetAccountId(v string) *GetBucketInput

SetAccountId sets the AccountId field's value.

func (*GetBucketInput) SetBucket

func (s *GetBucketInput) SetBucket(v string) *GetBucketInput

SetBucket sets the Bucket field's value.

func (GetBucketInput) String

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

func (s *GetBucketInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBucketLifecycleConfigurationInput

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

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

func (s *GetBucketLifecycleConfigurationInput) SetAccountId(v string) *GetBucketLifecycleConfigurationInput

SetAccountId sets the AccountId field's value.

func (*GetBucketLifecycleConfigurationInput) SetBucket

func (s *GetBucketLifecycleConfigurationInput) SetBucket(v string) *GetBucketLifecycleConfigurationInput

SetBucket sets the Bucket field's value.

func (GetBucketLifecycleConfigurationInput) String

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

func (s *GetBucketLifecycleConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBucketLifecycleConfigurationOutput

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

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

func (s *GetBucketLifecycleConfigurationOutput) SetRules(v []*LifecycleRule) *GetBucketLifecycleConfigurationOutput

SetRules sets the Rules field's value.

func (GetBucketLifecycleConfigurationOutput) String

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

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

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

func (s *GetBucketOutput) SetBucket(v string) *GetBucketOutput

SetBucket sets the Bucket field's value.

func (*GetBucketOutput) SetCreationDate

func (s *GetBucketOutput) SetCreationDate(v time.Time) *GetBucketOutput

SetCreationDate sets the CreationDate field's value.

func (*GetBucketOutput) SetPublicAccessBlockEnabled

func (s *GetBucketOutput) SetPublicAccessBlockEnabled(v bool) *GetBucketOutput

SetPublicAccessBlockEnabled sets the PublicAccessBlockEnabled field's value.

func (GetBucketOutput) String

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

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

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

func (s *GetBucketPolicyInput) SetAccountId(v string) *GetBucketPolicyInput

SetAccountId sets the AccountId field's value.

func (*GetBucketPolicyInput) SetBucket

func (s *GetBucketPolicyInput) SetBucket(v string) *GetBucketPolicyInput

SetBucket sets the Bucket field's value.

func (GetBucketPolicyInput) String

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

func (s *GetBucketPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBucketPolicyOutput

type GetBucketPolicyOutput struct {

    // The policy of the Outposts bucket.
    Policy *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetBucketPolicyOutput) GoString

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

func (s *GetBucketPolicyOutput) SetPolicy(v string) *GetBucketPolicyOutput

SetPolicy sets the Policy field's value.

func (GetBucketPolicyOutput) String

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 GetBucketReplicationInput

type GetBucketReplicationInput 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 to get the replication information for.
    //
    // 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 (GetBucketReplicationInput) GoString

func (s GetBucketReplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBucketReplicationInput) SetAccountId

func (s *GetBucketReplicationInput) SetAccountId(v string) *GetBucketReplicationInput

SetAccountId sets the AccountId field's value.

func (*GetBucketReplicationInput) SetBucket

func (s *GetBucketReplicationInput) SetBucket(v string) *GetBucketReplicationInput

SetBucket sets the Bucket field's value.

func (GetBucketReplicationInput) String

func (s GetBucketReplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBucketReplicationInput) Validate

func (s *GetBucketReplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBucketReplicationOutput

type GetBucketReplicationOutput struct {

    // A container for one or more replication rules. A replication configuration
    // must have at least one rule and you can add up to 100 rules. The maximum
    // size of a replication configuration is 128 KB.
    ReplicationConfiguration *ReplicationConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (GetBucketReplicationOutput) GoString

func (s GetBucketReplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBucketReplicationOutput) SetReplicationConfiguration

func (s *GetBucketReplicationOutput) SetReplicationConfiguration(v *ReplicationConfiguration) *GetBucketReplicationOutput

SetReplicationConfiguration sets the ReplicationConfiguration field's value.

func (GetBucketReplicationOutput) String

func (s GetBucketReplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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

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

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

func (s *GetBucketTaggingInput) SetAccountId(v string) *GetBucketTaggingInput

SetAccountId sets the AccountId field's value.

func (*GetBucketTaggingInput) SetBucket

func (s *GetBucketTaggingInput) SetBucket(v string) *GetBucketTaggingInput

SetBucket sets the Bucket field's value.

func (GetBucketTaggingInput) String

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

func (s *GetBucketTaggingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBucketTaggingOutput

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

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

func (s *GetBucketTaggingOutput) SetTagSet(v []*S3Tag) *GetBucketTaggingOutput

SetTagSet sets the TagSet field's value.

func (GetBucketTaggingOutput) String

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

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

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

func (s *GetBucketVersioningInput) SetAccountId(v string) *GetBucketVersioningInput

SetAccountId sets the AccountId field's value.

func (*GetBucketVersioningInput) SetBucket

func (s *GetBucketVersioningInput) SetBucket(v string) *GetBucketVersioningInput

SetBucket sets the Bucket field's value.

func (GetBucketVersioningInput) String

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

func (s *GetBucketVersioningInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBucketVersioningOutput

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

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

func (s *GetBucketVersioningOutput) SetMFADelete(v string) *GetBucketVersioningOutput

SetMFADelete sets the MFADelete field's value.

func (*GetBucketVersioningOutput) SetStatus

func (s *GetBucketVersioningOutput) SetStatus(v string) *GetBucketVersioningOutput

SetStatus sets the Status field's value.

func (GetBucketVersioningOutput) String

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 GetDataAccessInput

type GetDataAccessInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The session duration, in seconds, of the temporary access credential that
    // S3 Access Grants vends to the grantee or client application. The default
    // value is 1 hour, but the grantee can specify a range from 900 seconds (15
    // minutes) up to 43200 seconds (12 hours). If the grantee requests a value
    // higher than this maximum, the operation fails.
    DurationSeconds *int64 `location:"querystring" locationName:"durationSeconds" min:"900" type:"integer"`

    // The type of permission granted to your S3 data, which can be set to one of
    // the following values:
    //
    //    * READ – Grant read-only access to the S3 data.
    //
    //    * WRITE – Grant write-only access to the S3 data.
    //
    //    * READWRITE – Grant both read and write access to the S3 data.
    //
    // Permission is a required field
    Permission *string `location:"querystring" locationName:"permission" type:"string" required:"true" enum:"Permission"`

    // The scope of the temporary access credential that S3 Access Grants vends
    // to the grantee or client application.
    //
    //    * Default – The scope of the returned temporary access token is the
    //    scope of the grant that is closest to the target scope.
    //
    //    * Minimal – The scope of the returned temporary access token is the
    //    same as the requested target scope as long as the requested scope is the
    //    same as or a subset of the grant scope.
    Privilege *string `location:"querystring" locationName:"privilege" type:"string" enum:"Privilege"`

    // The S3 URI path of the data to which you are requesting temporary access
    // credentials. If the requesting account has an access grant for this data,
    // S3 Access Grants vends temporary access credentials in the response.
    //
    // Target is a required field
    Target *string `location:"querystring" locationName:"target" min:"1" type:"string" required:"true"`

    // The type of Target. The only possible value is Object. Pass this value if
    // the target data that you would like to access is a path to an object. Do
    // not pass this value if the target data is a bucket or a bucket and a prefix.
    TargetType *string `location:"querystring" locationName:"targetType" type:"string" enum:"S3PrefixType"`
    // contains filtered or unexported fields
}

func (GetDataAccessInput) GoString

func (s GetDataAccessInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDataAccessInput) SetAccountId

func (s *GetDataAccessInput) SetAccountId(v string) *GetDataAccessInput

SetAccountId sets the AccountId field's value.

func (*GetDataAccessInput) SetDurationSeconds

func (s *GetDataAccessInput) SetDurationSeconds(v int64) *GetDataAccessInput

SetDurationSeconds sets the DurationSeconds field's value.

func (*GetDataAccessInput) SetPermission

func (s *GetDataAccessInput) SetPermission(v string) *GetDataAccessInput

SetPermission sets the Permission field's value.

func (*GetDataAccessInput) SetPrivilege

func (s *GetDataAccessInput) SetPrivilege(v string) *GetDataAccessInput

SetPrivilege sets the Privilege field's value.

func (*GetDataAccessInput) SetTarget

func (s *GetDataAccessInput) SetTarget(v string) *GetDataAccessInput

SetTarget sets the Target field's value.

func (*GetDataAccessInput) SetTargetType

func (s *GetDataAccessInput) SetTargetType(v string) *GetDataAccessInput

SetTargetType sets the TargetType field's value.

func (GetDataAccessInput) String

func (s GetDataAccessInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDataAccessInput) Validate

func (s *GetDataAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDataAccessOutput

type GetDataAccessOutput struct {

    // The temporary credential token that S3 Access Grants vends.
    //
    // Credentials is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetDataAccessOutput's
    // String and GoString methods.
    Credentials *Credentials `type:"structure" sensitive:"true"`

    // The S3 URI path of the data to which you are being granted temporary access
    // credentials.
    MatchedGrantTarget *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (GetDataAccessOutput) GoString

func (s GetDataAccessOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDataAccessOutput) SetCredentials

func (s *GetDataAccessOutput) SetCredentials(v *Credentials) *GetDataAccessOutput

SetCredentials sets the Credentials field's value.

func (*GetDataAccessOutput) SetMatchedGrantTarget

func (s *GetDataAccessOutput) SetMatchedGrantTarget(v string) *GetDataAccessOutput

SetMatchedGrantTarget sets the MatchedGrantTarget field's value.

func (GetDataAccessOutput) String

func (s GetDataAccessOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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

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

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

func (s *GetJobTaggingInput) SetAccountId(v string) *GetJobTaggingInput

SetAccountId sets the AccountId field's value.

func (*GetJobTaggingInput) SetJobId

func (s *GetJobTaggingInput) SetJobId(v string) *GetJobTaggingInput

SetJobId sets the JobId field's value.

func (GetJobTaggingInput) String

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

func (s *GetJobTaggingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetJobTaggingOutput

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

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

func (s *GetJobTaggingOutput) SetTags(v []*S3Tag) *GetJobTaggingOutput

SetTags sets the Tags field's value.

func (GetJobTaggingOutput) String

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

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

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

func (s *GetMultiRegionAccessPointInput) SetAccountId(v string) *GetMultiRegionAccessPointInput

SetAccountId sets the AccountId field's value.

func (*GetMultiRegionAccessPointInput) SetName

func (s *GetMultiRegionAccessPointInput) SetName(v string) *GetMultiRegionAccessPointInput

SetName sets the Name field's value.

func (GetMultiRegionAccessPointInput) String

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

func (s *GetMultiRegionAccessPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetMultiRegionAccessPointOutput

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

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

func (s *GetMultiRegionAccessPointOutput) SetAccessPoint(v *MultiRegionAccessPointReport) *GetMultiRegionAccessPointOutput

SetAccessPoint sets the AccessPoint field's value.

func (GetMultiRegionAccessPointOutput) String

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

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

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

func (s *GetMultiRegionAccessPointPolicyInput) SetAccountId(v string) *GetMultiRegionAccessPointPolicyInput

SetAccountId sets the AccountId field's value.

func (*GetMultiRegionAccessPointPolicyInput) SetName

func (s *GetMultiRegionAccessPointPolicyInput) SetName(v string) *GetMultiRegionAccessPointPolicyInput

SetName sets the Name field's value.

func (GetMultiRegionAccessPointPolicyInput) String

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

func (s *GetMultiRegionAccessPointPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetMultiRegionAccessPointPolicyOutput

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

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

func (s *GetMultiRegionAccessPointPolicyOutput) SetPolicy(v *MultiRegionAccessPointPolicyDocument) *GetMultiRegionAccessPointPolicyOutput

SetPolicy sets the Policy field's value.

func (GetMultiRegionAccessPointPolicyOutput) String

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

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

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

func (s *GetMultiRegionAccessPointPolicyStatusInput) SetAccountId(v string) *GetMultiRegionAccessPointPolicyStatusInput

SetAccountId sets the AccountId field's value.

func (*GetMultiRegionAccessPointPolicyStatusInput) SetName

func (s *GetMultiRegionAccessPointPolicyStatusInput) SetName(v string) *GetMultiRegionAccessPointPolicyStatusInput

SetName sets the Name field's value.

func (GetMultiRegionAccessPointPolicyStatusInput) String

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

func (s *GetMultiRegionAccessPointPolicyStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetMultiRegionAccessPointPolicyStatusOutput

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

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

func (s *GetMultiRegionAccessPointPolicyStatusOutput) SetEstablished(v *PolicyStatus) *GetMultiRegionAccessPointPolicyStatusOutput

SetEstablished sets the Established field's value.

func (GetMultiRegionAccessPointPolicyStatusOutput) String

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 GetMultiRegionAccessPointRoutesInput

type GetMultiRegionAccessPointRoutesInput 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 Multi-Region Access Point ARN.
    //
    // Mrap is a required field
    Mrap *string `location:"uri" locationName:"mrap" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetMultiRegionAccessPointRoutesInput) GoString

func (s GetMultiRegionAccessPointRoutesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMultiRegionAccessPointRoutesInput) SetAccountId

func (s *GetMultiRegionAccessPointRoutesInput) SetAccountId(v string) *GetMultiRegionAccessPointRoutesInput

SetAccountId sets the AccountId field's value.

func (*GetMultiRegionAccessPointRoutesInput) SetMrap

func (s *GetMultiRegionAccessPointRoutesInput) SetMrap(v string) *GetMultiRegionAccessPointRoutesInput

SetMrap sets the Mrap field's value.

func (GetMultiRegionAccessPointRoutesInput) String

func (s GetMultiRegionAccessPointRoutesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMultiRegionAccessPointRoutesInput) Validate

func (s *GetMultiRegionAccessPointRoutesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetMultiRegionAccessPointRoutesOutput

type GetMultiRegionAccessPointRoutesOutput struct {

    // The Multi-Region Access Point ARN.
    Mrap *string `type:"string"`

    // The different routes that make up the route configuration. Active routes
    // return a value of 100, and passive routes return a value of 0.
    Routes []*MultiRegionAccessPointRoute `locationNameList:"Route" type:"list"`
    // contains filtered or unexported fields
}

func (GetMultiRegionAccessPointRoutesOutput) GoString

func (s GetMultiRegionAccessPointRoutesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetMultiRegionAccessPointRoutesOutput) SetMrap

func (s *GetMultiRegionAccessPointRoutesOutput) SetMrap(v string) *GetMultiRegionAccessPointRoutesOutput

SetMrap sets the Mrap field's value.

func (*GetMultiRegionAccessPointRoutesOutput) SetRoutes

func (s *GetMultiRegionAccessPointRoutesOutput) SetRoutes(v []*MultiRegionAccessPointRoute) *GetMultiRegionAccessPointRoutesOutput

SetRoutes sets the Routes field's value.

func (GetMultiRegionAccessPointRoutesOutput) String

func (s GetMultiRegionAccessPointRoutesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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

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

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

func (s *GetStorageLensConfigurationInput) SetAccountId(v string) *GetStorageLensConfigurationInput

SetAccountId sets the AccountId field's value.

func (*GetStorageLensConfigurationInput) SetConfigId

func (s *GetStorageLensConfigurationInput) SetConfigId(v string) *GetStorageLensConfigurationInput

SetConfigId sets the ConfigId field's value.

func (GetStorageLensConfigurationInput) String

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

func (s *GetStorageLensConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetStorageLensConfigurationOutput

type GetStorageLensConfigurationOutput struct {

    // The S3 Storage Lens configuration requested.
    StorageLensConfiguration *StorageLensConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (GetStorageLensConfigurationOutput) GoString

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

func (s *GetStorageLensConfigurationOutput) SetStorageLensConfiguration(v *StorageLensConfiguration) *GetStorageLensConfigurationOutput

SetStorageLensConfiguration sets the StorageLensConfiguration field's value.

func (GetStorageLensConfigurationOutput) String

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

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

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

func (s *GetStorageLensConfigurationTaggingInput) SetAccountId(v string) *GetStorageLensConfigurationTaggingInput

SetAccountId sets the AccountId field's value.

func (*GetStorageLensConfigurationTaggingInput) SetConfigId

func (s *GetStorageLensConfigurationTaggingInput) SetConfigId(v string) *GetStorageLensConfigurationTaggingInput

SetConfigId sets the ConfigId field's value.

func (GetStorageLensConfigurationTaggingInput) String

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

func (s *GetStorageLensConfigurationTaggingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetStorageLensConfigurationTaggingOutput

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

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

func (s *GetStorageLensConfigurationTaggingOutput) SetTags(v []*StorageLensTag) *GetStorageLensConfigurationTaggingOutput

SetTags sets the Tags field's value.

func (GetStorageLensConfigurationTaggingOutput) String

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 GetStorageLensGroupInput

type GetStorageLensGroupInput struct {

    // The Amazon Web Services account ID associated with the Storage Lens group
    // that you're trying to retrieve the details for.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The name of the Storage Lens group that you're trying to retrieve the configuration
    // details for.
    //
    // Name is a required field
    Name *string `location:"uri" locationName:"name" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetStorageLensGroupInput) GoString

func (s GetStorageLensGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetStorageLensGroupInput) SetAccountId

func (s *GetStorageLensGroupInput) SetAccountId(v string) *GetStorageLensGroupInput

SetAccountId sets the AccountId field's value.

func (*GetStorageLensGroupInput) SetName

func (s *GetStorageLensGroupInput) SetName(v string) *GetStorageLensGroupInput

SetName sets the Name field's value.

func (GetStorageLensGroupInput) String

func (s GetStorageLensGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetStorageLensGroupInput) Validate

func (s *GetStorageLensGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetStorageLensGroupOutput

type GetStorageLensGroupOutput struct {

    // The name of the Storage Lens group that you're trying to retrieve the configuration
    // details for.
    StorageLensGroup *StorageLensGroup `type:"structure"`
    // contains filtered or unexported fields
}

func (GetStorageLensGroupOutput) GoString

func (s GetStorageLensGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetStorageLensGroupOutput) SetStorageLensGroup

func (s *GetStorageLensGroupOutput) SetStorageLensGroup(v *StorageLensGroup) *GetStorageLensGroupOutput

SetStorageLensGroup sets the StorageLensGroup field's value.

func (GetStorageLensGroupOutput) String

func (s GetStorageLensGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 Grantee

type Grantee struct {

    // The unique identifier of the Grantee. If the grantee type is IAM, the identifier
    // is the IAM Amazon Resource Name (ARN) of the user or role. If the grantee
    // type is a directory user or group, the identifier is 128-bit universally
    // unique identifier (UUID) in the format a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.
    // You can obtain this UUID from your Amazon Web Services IAM Identity Center
    // instance.
    GranteeIdentifier *string `type:"string"`

    // The type of the grantee to which access has been granted. It can be one of
    // the following values:
    //
    //    * IAM - An IAM user or role.
    //
    //    * DIRECTORY_USER - Your corporate directory user. You can use this option
    //    if you have added your corporate identity directory to IAM Identity Center
    //    and associated the IAM Identity Center instance with your S3 Access Grants
    //    instance.
    //
    //    * DIRECTORY_GROUP - Your corporate directory group. You can use this option
    //    if you have added your corporate identity directory to IAM Identity Center
    //    and associated the IAM Identity Center instance with your S3 Access Grants
    //    instance.
    GranteeType *string `type:"string" enum:"GranteeType"`
    // contains filtered or unexported fields
}

The user, group, or role to which you are granting access. You can grant access to an IAM user or role. If you have added your corporate directory to Amazon Web Services IAM Identity Center and associated your Identity Center instance with your S3 Access Grants instance, the grantee can also be a corporate directory user or group.

func (Grantee) GoString

func (s Grantee) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Grantee) SetGranteeIdentifier

func (s *Grantee) SetGranteeIdentifier(v string) *Grantee

SetGranteeIdentifier sets the GranteeIdentifier field's value.

func (*Grantee) SetGranteeType

func (s *Grantee) SetGranteeType(v string) *Grantee

SetGranteeType sets the GranteeType field's value.

func (Grantee) String

func (s Grantee) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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

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

func (s Include) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *Include) SetBuckets(v []*string) *Include

SetBuckets sets the Buckets field's value.

func (*Include) SetRegions

func (s *Include) SetRegions(v []*string) *Include

SetRegions sets the Regions field's value.

func (Include) String

func (s Include) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 JobDescriptor

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

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

func (s *JobDescriptor) SetConfirmationRequired(v bool) *JobDescriptor

SetConfirmationRequired sets the ConfirmationRequired field's value.

func (*JobDescriptor) SetCreationTime

func (s *JobDescriptor) SetCreationTime(v time.Time) *JobDescriptor

SetCreationTime sets the CreationTime field's value.

func (*JobDescriptor) SetDescription

func (s *JobDescriptor) SetDescription(v string) *JobDescriptor

SetDescription sets the Description field's value.

func (*JobDescriptor) SetFailureReasons

func (s *JobDescriptor) SetFailureReasons(v []*JobFailure) *JobDescriptor

SetFailureReasons sets the FailureReasons field's value.

func (*JobDescriptor) SetGeneratedManifestDescriptor

func (s *JobDescriptor) SetGeneratedManifestDescriptor(v *S3GeneratedManifestDescriptor) *JobDescriptor

SetGeneratedManifestDescriptor sets the GeneratedManifestDescriptor field's value.

func (*JobDescriptor) SetJobArn

func (s *JobDescriptor) SetJobArn(v string) *JobDescriptor

SetJobArn sets the JobArn field's value.

func (*JobDescriptor) SetJobId

func (s *JobDescriptor) SetJobId(v string) *JobDescriptor

SetJobId sets the JobId field's value.

func (*JobDescriptor) SetManifest

func (s *JobDescriptor) SetManifest(v *JobManifest) *JobDescriptor

SetManifest sets the Manifest field's value.

func (*JobDescriptor) SetManifestGenerator

func (s *JobDescriptor) SetManifestGenerator(v *JobManifestGenerator) *JobDescriptor

SetManifestGenerator sets the ManifestGenerator field's value.

func (*JobDescriptor) SetOperation

func (s *JobDescriptor) SetOperation(v *JobOperation) *JobDescriptor

SetOperation sets the Operation field's value.

func (*JobDescriptor) SetPriority

func (s *JobDescriptor) SetPriority(v int64) *JobDescriptor

SetPriority sets the Priority field's value.

func (*JobDescriptor) SetProgressSummary

func (s *JobDescriptor) SetProgressSummary(v *JobProgressSummary) *JobDescriptor

SetProgressSummary sets the ProgressSummary field's value.

func (*JobDescriptor) SetReport

func (s *JobDescriptor) SetReport(v *JobReport) *JobDescriptor

SetReport sets the Report field's value.

func (*JobDescriptor) SetRoleArn

func (s *JobDescriptor) SetRoleArn(v string) *JobDescriptor

SetRoleArn sets the RoleArn field's value.

func (*JobDescriptor) SetStatus

func (s *JobDescriptor) SetStatus(v string) *JobDescriptor

SetStatus sets the Status field's value.

func (*JobDescriptor) SetStatusUpdateReason

func (s *JobDescriptor) SetStatusUpdateReason(v string) *JobDescriptor

SetStatusUpdateReason sets the StatusUpdateReason field's value.

func (*JobDescriptor) SetSuspendedCause

func (s *JobDescriptor) SetSuspendedCause(v string) *JobDescriptor

SetSuspendedCause sets the SuspendedCause field's value.

func (*JobDescriptor) SetSuspendedDate

func (s *JobDescriptor) SetSuspendedDate(v time.Time) *JobDescriptor

SetSuspendedDate sets the SuspendedDate field's value.

func (*JobDescriptor) SetTerminationDate

func (s *JobDescriptor) SetTerminationDate(v time.Time) *JobDescriptor

SetTerminationDate sets the TerminationDate field's value.

func (JobDescriptor) String

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

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

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

func (s *JobFailure) SetFailureCode(v string) *JobFailure

SetFailureCode sets the FailureCode field's value.

func (*JobFailure) SetFailureReason

func (s *JobFailure) SetFailureReason(v string) *JobFailure

SetFailureReason sets the FailureReason field's value.

func (JobFailure) String

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

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

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

func (s *JobListDescriptor) SetCreationTime(v time.Time) *JobListDescriptor

SetCreationTime sets the CreationTime field's value.

func (*JobListDescriptor) SetDescription

func (s *JobListDescriptor) SetDescription(v string) *JobListDescriptor

SetDescription sets the Description field's value.

func (*JobListDescriptor) SetJobId

func (s *JobListDescriptor) SetJobId(v string) *JobListDescriptor

SetJobId sets the JobId field's value.

func (*JobListDescriptor) SetOperation

func (s *JobListDescriptor) SetOperation(v string) *JobListDescriptor

SetOperation sets the Operation field's value.

func (*JobListDescriptor) SetPriority

func (s *JobListDescriptor) SetPriority(v int64) *JobListDescriptor

SetPriority sets the Priority field's value.

func (*JobListDescriptor) SetProgressSummary

func (s *JobListDescriptor) SetProgressSummary(v *JobProgressSummary) *JobListDescriptor

SetProgressSummary sets the ProgressSummary field's value.

func (*JobListDescriptor) SetStatus

func (s *JobListDescriptor) SetStatus(v string) *JobListDescriptor

SetStatus sets the Status field's value.

func (*JobListDescriptor) SetTerminationDate

func (s *JobListDescriptor) SetTerminationDate(v time.Time) *JobListDescriptor

SetTerminationDate sets the TerminationDate field's value.

func (JobListDescriptor) String

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

type JobManifest struct {

    // Contains the information required to locate the specified job's manifest.
    // Manifests can't be imported from directory buckets. For more information,
    // see Directory buckets (https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html).
    //
    // 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

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

func (s *JobManifest) SetLocation(v *JobManifestLocation) *JobManifest

SetLocation sets the Location field's value.

func (*JobManifest) SetSpec

func (s *JobManifest) SetSpec(v *JobManifestSpec) *JobManifest

SetSpec sets the Spec field's value.

func (JobManifest) String

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

func (s *JobManifest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JobManifestGenerator

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

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

func (s *JobManifestGenerator) SetS3JobManifestGenerator(v *S3JobManifestGenerator) *JobManifestGenerator

SetS3JobManifestGenerator sets the S3JobManifestGenerator field's value.

func (JobManifestGenerator) String

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

func (s *JobManifestGenerator) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JobManifestGeneratorFilter

type JobManifestGeneratorFilter struct {

    // If provided, the generated manifest includes only source bucket objects that
    // were created after this time.
    CreatedAfter *time.Time `type:"timestamp"`

    // If provided, the generated manifest includes 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 includes only source bucket objects whose
    // object keys match the string constraints specified for MatchAnyPrefix, MatchAnySuffix,
    // and MatchAnySubstring.
    KeyNameConstraint *KeyNameConstraint `type:"structure"`

    // If provided, the generated manifest includes only source bucket objects that
    // are stored with the specified storage class.
    MatchAnyStorageClass []*string `type:"list" enum:"S3StorageClass"`

    // If provided, the generated manifest includes only source bucket objects that
    // have one of the specified Replication statuses.
    ObjectReplicationStatuses []*string `type:"list" enum:"ReplicationStatus"`

    // If provided, the generated manifest includes only source bucket objects whose
    // file size is greater than the specified number of bytes.
    ObjectSizeGreaterThanBytes *int64 `type:"long"`

    // If provided, the generated manifest includes only source bucket objects whose
    // file size is less than the specified number of bytes.
    ObjectSizeLessThanBytes *int64 `type:"long"`
    // contains filtered or unexported fields
}

The filter used to describe a set of objects for the job's manifest.

func (JobManifestGeneratorFilter) GoString

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

func (s *JobManifestGeneratorFilter) SetCreatedAfter(v time.Time) *JobManifestGeneratorFilter

SetCreatedAfter sets the CreatedAfter field's value.

func (*JobManifestGeneratorFilter) SetCreatedBefore

func (s *JobManifestGeneratorFilter) SetCreatedBefore(v time.Time) *JobManifestGeneratorFilter

SetCreatedBefore sets the CreatedBefore field's value.

func (*JobManifestGeneratorFilter) SetEligibleForReplication

func (s *JobManifestGeneratorFilter) SetEligibleForReplication(v bool) *JobManifestGeneratorFilter

SetEligibleForReplication sets the EligibleForReplication field's value.

func (*JobManifestGeneratorFilter) SetKeyNameConstraint

func (s *JobManifestGeneratorFilter) SetKeyNameConstraint(v *KeyNameConstraint) *JobManifestGeneratorFilter

SetKeyNameConstraint sets the KeyNameConstraint field's value.

func (*JobManifestGeneratorFilter) SetMatchAnyStorageClass

func (s *JobManifestGeneratorFilter) SetMatchAnyStorageClass(v []*string) *JobManifestGeneratorFilter

SetMatchAnyStorageClass sets the MatchAnyStorageClass field's value.

func (*JobManifestGeneratorFilter) SetObjectReplicationStatuses

func (s *JobManifestGeneratorFilter) SetObjectReplicationStatuses(v []*string) *JobManifestGeneratorFilter

SetObjectReplicationStatuses sets the ObjectReplicationStatuses field's value.

func (*JobManifestGeneratorFilter) SetObjectSizeGreaterThanBytes

func (s *JobManifestGeneratorFilter) SetObjectSizeGreaterThanBytes(v int64) *JobManifestGeneratorFilter

SetObjectSizeGreaterThanBytes sets the ObjectSizeGreaterThanBytes field's value.

func (*JobManifestGeneratorFilter) SetObjectSizeLessThanBytes

func (s *JobManifestGeneratorFilter) SetObjectSizeLessThanBytes(v int64) *JobManifestGeneratorFilter

SetObjectSizeLessThanBytes sets the ObjectSizeLessThanBytes field's value.

func (JobManifestGeneratorFilter) String

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

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.
    //
    // When you're using XML requests, you must replace special characters (such
    // as carriage returns) in object keys with their equivalent XML entity codes.
    // 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)
    // in the Amazon S3 User Guide.
    //
    // 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. Manifests can't be imported from directory buckets. For more information, see Directory buckets (https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html).

func (JobManifestLocation) GoString

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

func (s *JobManifestLocation) SetETag(v string) *JobManifestLocation

SetETag sets the ETag field's value.

func (*JobManifestLocation) SetObjectArn

func (s *JobManifestLocation) SetObjectArn(v string) *JobManifestLocation

SetObjectArn sets the ObjectArn field's value.

func (*JobManifestLocation) SetObjectVersionId

func (s *JobManifestLocation) SetObjectVersionId(v string) *JobManifestLocation

SetObjectVersionId sets the ObjectVersionId field's value.

func (JobManifestLocation) String

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

func (s *JobManifestLocation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JobManifestSpec

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

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

func (s *JobManifestSpec) SetFields(v []*string) *JobManifestSpec

SetFields sets the Fields field's value.

func (*JobManifestSpec) SetFormat

func (s *JobManifestSpec) SetFormat(v string) *JobManifestSpec

SetFormat sets the Format field's value.

func (JobManifestSpec) String

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

func (s *JobManifestSpec) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JobOperation

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.
    //
    // This functionality is not supported by directory buckets.
    S3DeleteObjectTagging *S3DeleteObjectTaggingOperation `type:"structure"`

    // Directs the specified job to initiate restore requests for every archived
    // object in the manifest.
    //
    // This functionality is not supported by directory buckets.
    S3InitiateRestoreObject *S3InitiateRestoreObjectOperation `type:"structure"`

    // Directs the specified job to run a PutObjectAcl call on every object in the
    // manifest.
    //
    // This functionality is not supported by directory buckets.
    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 to every object to the underlying PutObjectLegalHold
    // API operation. 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.
    //
    // This functionality is not supported by directory buckets.
    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 operation. 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.
    //
    // This functionality is not supported by directory buckets.
    S3PutObjectRetention *S3SetObjectRetentionOperation `type:"structure"`

    // Directs the specified job to run a PUT Object tagging call on every object
    // in the manifest.
    //
    // This functionality is not supported by directory buckets.
    S3PutObjectTagging *S3SetObjectTaggingOperation `type:"structure"`

    // Directs the specified job to invoke ReplicateObject on every object in the
    // job's manifest.
    //
    // This functionality is not supported by directory buckets.
    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

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

func (s *JobOperation) SetLambdaInvoke(v *LambdaInvokeOperation) *JobOperation

SetLambdaInvoke sets the LambdaInvoke field's value.

func (*JobOperation) SetS3DeleteObjectTagging

func (s *JobOperation) SetS3DeleteObjectTagging(v *S3DeleteObjectTaggingOperation) *JobOperation

SetS3DeleteObjectTagging sets the S3DeleteObjectTagging field's value.

func (*JobOperation) SetS3InitiateRestoreObject

func (s *JobOperation) SetS3InitiateRestoreObject(v *S3InitiateRestoreObjectOperation) *JobOperation

SetS3InitiateRestoreObject sets the S3InitiateRestoreObject field's value.

func (*JobOperation) SetS3PutObjectAcl

func (s *JobOperation) SetS3PutObjectAcl(v *S3SetObjectAclOperation) *JobOperation

SetS3PutObjectAcl sets the S3PutObjectAcl field's value.

func (*JobOperation) SetS3PutObjectCopy

func (s *JobOperation) SetS3PutObjectCopy(v *S3CopyObjectOperation) *JobOperation

SetS3PutObjectCopy sets the S3PutObjectCopy field's value.

func (*JobOperation) SetS3PutObjectLegalHold

func (s *JobOperation) SetS3PutObjectLegalHold(v *S3SetObjectLegalHoldOperation) *JobOperation

SetS3PutObjectLegalHold sets the S3PutObjectLegalHold field's value.

func (*JobOperation) SetS3PutObjectRetention

func (s *JobOperation) SetS3PutObjectRetention(v *S3SetObjectRetentionOperation) *JobOperation

SetS3PutObjectRetention sets the S3PutObjectRetention field's value.

func (*JobOperation) SetS3PutObjectTagging

func (s *JobOperation) SetS3PutObjectTagging(v *S3SetObjectTaggingOperation) *JobOperation

SetS3PutObjectTagging sets the S3PutObjectTagging field's value.

func (*JobOperation) SetS3ReplicateObject

func (s *JobOperation) SetS3ReplicateObject(v *S3ReplicateObjectOperation) *JobOperation

SetS3ReplicateObject sets the S3ReplicateObject field's value.

func (JobOperation) String

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

func (s *JobOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JobProgressSummary

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

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

func (s *JobProgressSummary) SetNumberOfTasksFailed(v int64) *JobProgressSummary

SetNumberOfTasksFailed sets the NumberOfTasksFailed field's value.

func (*JobProgressSummary) SetNumberOfTasksSucceeded

func (s *JobProgressSummary) SetNumberOfTasksSucceeded(v int64) *JobProgressSummary

SetNumberOfTasksSucceeded sets the NumberOfTasksSucceeded field's value.

func (*JobProgressSummary) SetTimers

func (s *JobProgressSummary) SetTimers(v *JobTimers) *JobProgressSummary

SetTimers sets the Timers field's value.

func (*JobProgressSummary) SetTotalNumberOfTasks

func (s *JobProgressSummary) SetTotalNumberOfTasks(v int64) *JobProgressSummary

SetTotalNumberOfTasks sets the TotalNumberOfTasks field's value.

func (JobProgressSummary) String

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

type JobReport struct {

    // The Amazon Resource Name (ARN) for the bucket where specified job-completion
    // report will be stored.
    //
    // Directory buckets - Directory buckets aren't supported as a location for
    // Batch Operations to store job completion reports.
    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

func (s JobReport) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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) SetBucket

func (s *JobReport) SetBucket(v string) *JobReport

SetBucket sets the Bucket field's value.

func (*JobReport) SetEnabled

func (s *JobReport) SetEnabled(v bool) *JobReport

SetEnabled sets the Enabled field's value.

func (*JobReport) SetFormat

func (s *JobReport) SetFormat(v string) *JobReport

SetFormat sets the Format field's value.

func (*JobReport) SetPrefix

func (s *JobReport) SetPrefix(v string) *JobReport

SetPrefix sets the Prefix field's value.

func (*JobReport) SetReportScope

func (s *JobReport) SetReportScope(v string) *JobReport

SetReportScope sets the ReportScope field's value.

func (JobReport) String

func (s JobReport) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the 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) Validate

func (s *JobReport) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JobTimers

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

func (s JobTimers) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the 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

func (s *JobTimers) SetElapsedTimeInActiveSeconds(v int64) *JobTimers

SetElapsedTimeInActiveSeconds sets the ElapsedTimeInActiveSeconds field's value.

func (JobTimers) String

func (s JobTimers) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 KeyNameConstraint

type KeyNameConstraint struct {

    // If provided, the generated manifest includes objects where the specified
    // string appears at the start of the object key string.
    MatchAnyPrefix []*string `type:"list"`

    // If provided, the generated manifest includes objects where the specified
    // string appears anywhere within the object key string.
    MatchAnySubstring []*string `type:"list"`

    // If provided, the generated manifest includes objects where the specified
    // string appears at the end of the object key string.
    MatchAnySuffix []*string `type:"list"`
    // contains filtered or unexported fields
}

If provided, the generated manifest includes only source bucket objects whose object keys match the string constraints specified for MatchAnyPrefix, MatchAnySuffix, and MatchAnySubstring.

func (KeyNameConstraint) GoString

func (s KeyNameConstraint) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KeyNameConstraint) SetMatchAnyPrefix

func (s *KeyNameConstraint) SetMatchAnyPrefix(v []*string) *KeyNameConstraint

SetMatchAnyPrefix sets the MatchAnyPrefix field's value.

func (*KeyNameConstraint) SetMatchAnySubstring

func (s *KeyNameConstraint) SetMatchAnySubstring(v []*string) *KeyNameConstraint

SetMatchAnySubstring sets the MatchAnySubstring field's value.

func (*KeyNameConstraint) SetMatchAnySuffix

func (s *KeyNameConstraint) SetMatchAnySuffix(v []*string) *KeyNameConstraint

SetMatchAnySuffix sets the MatchAnySuffix field's value.

func (KeyNameConstraint) String

func (s KeyNameConstraint) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 LambdaInvokeOperation

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"`

    // Specifies the schema version for the payload that Batch Operations sends
    // when invoking an Lambda function. Version 1.0 is the default. Version 2.0
    // is required when you use Batch Operations to invoke Lambda functions that
    // act on directory buckets, or if you need to specify UserArguments. For more
    // information, see Using Lambda with Amazon S3 Batch Operations and Amazon
    // S3 Express One Zone (https://aws.amazon.com/blogs/storage/using-lambda-with-s3-batch-operations-and-s3-express-one-zone/)
    // in the Amazon Web Services Storage Blog.
    //
    // Ensure that your Lambda function code expects InvocationSchemaVersion 2.0
    // and uses bucket name rather than bucket ARN. If the InvocationSchemaVersion
    // does not match what your Lambda function expects, your function might not
    // work as expected.
    //
    // Directory buckets - To initiate Amazon Web Services Lambda function to perform
    // custom actions on objects in directory buckets, you must specify 2.0.
    InvocationSchemaVersion *string `min:"1" type:"string"`

    // Key-value pairs that are passed in the payload that Batch Operations sends
    // when invoking an Lambda function. You must specify InvocationSchemaVersion
    // 2.0 for LambdaInvoke operations that include UserArguments. For more information,
    // see Using Lambda with Amazon S3 Batch Operations and Amazon S3 Express One
    // Zone (https://aws.amazon.com/blogs/storage/using-lambda-with-s3-batch-operations-and-s3-express-one-zone/)
    // in the Amazon Web Services Storage Blog.
    UserArguments map[string]*string `min:"1" type:"map"`
    // contains filtered or unexported fields
}

Contains the configuration parameters for a Lambda Invoke operation.

func (LambdaInvokeOperation) GoString

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

func (s *LambdaInvokeOperation) SetFunctionArn(v string) *LambdaInvokeOperation

SetFunctionArn sets the FunctionArn field's value.

func (*LambdaInvokeOperation) SetInvocationSchemaVersion

func (s *LambdaInvokeOperation) SetInvocationSchemaVersion(v string) *LambdaInvokeOperation

SetInvocationSchemaVersion sets the InvocationSchemaVersion field's value.

func (*LambdaInvokeOperation) SetUserArguments

func (s *LambdaInvokeOperation) SetUserArguments(v map[string]*string) *LambdaInvokeOperation

SetUserArguments sets the UserArguments field's value.

func (LambdaInvokeOperation) String

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

func (s *LambdaInvokeOperation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LifecycleConfiguration

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

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

func (s *LifecycleConfiguration) SetRules(v []*LifecycleRule) *LifecycleConfiguration

SetRules sets the Rules field's value.

func (LifecycleConfiguration) String

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

func (s *LifecycleConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LifecycleExpiration

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

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

func (s *LifecycleExpiration) SetDate(v time.Time) *LifecycleExpiration

SetDate sets the Date field's value.

func (*LifecycleExpiration) SetDays

func (s *LifecycleExpiration) SetDays(v int64) *LifecycleExpiration

SetDays sets the Days field's value.

func (*LifecycleExpiration) SetExpiredObjectDeleteMarker

func (s *LifecycleExpiration) SetExpiredObjectDeleteMarker(v bool) *LifecycleExpiration

SetExpiredObjectDeleteMarker sets the ExpiredObjectDeleteMarker field's value.

func (LifecycleExpiration) String

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

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 Configuration (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.
    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

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

func (s *LifecycleRule) SetAbortIncompleteMultipartUpload(v *AbortIncompleteMultipartUpload) *LifecycleRule

SetAbortIncompleteMultipartUpload sets the AbortIncompleteMultipartUpload field's value.

func (*LifecycleRule) SetExpiration

func (s *LifecycleRule) SetExpiration(v *LifecycleExpiration) *LifecycleRule

SetExpiration sets the Expiration field's value.

func (*LifecycleRule) SetFilter

func (s *LifecycleRule) SetFilter(v *LifecycleRuleFilter) *LifecycleRule

SetFilter sets the Filter field's value.

func (*LifecycleRule) SetID

func (s *LifecycleRule) SetID(v string) *LifecycleRule

SetID sets the ID field's value.

func (*LifecycleRule) SetNoncurrentVersionExpiration

func (s *LifecycleRule) SetNoncurrentVersionExpiration(v *NoncurrentVersionExpiration) *LifecycleRule

SetNoncurrentVersionExpiration sets the NoncurrentVersionExpiration field's value.

func (*LifecycleRule) SetNoncurrentVersionTransitions

func (s *LifecycleRule) SetNoncurrentVersionTransitions(v []*NoncurrentVersionTransition) *LifecycleRule

SetNoncurrentVersionTransitions sets the NoncurrentVersionTransitions field's value.

func (*LifecycleRule) SetStatus

func (s *LifecycleRule) SetStatus(v string) *LifecycleRule

SetStatus sets the Status field's value.

func (*LifecycleRule) SetTransitions

func (s *LifecycleRule) SetTransitions(v []*Transition) *LifecycleRule

SetTransitions sets the Transitions field's value.

func (LifecycleRule) String

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

func (s *LifecycleRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LifecycleRuleAndOperator

type LifecycleRuleAndOperator struct {

    // Minimum object size to which the rule applies.
    ObjectSizeGreaterThan *int64 `type:"long"`

    // Maximum object size to which the rule applies.
    ObjectSizeLessThan *int64 `type:"long"`

    // 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

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) SetObjectSizeGreaterThan

func (s *LifecycleRuleAndOperator) SetObjectSizeGreaterThan(v int64) *LifecycleRuleAndOperator

SetObjectSizeGreaterThan sets the ObjectSizeGreaterThan field's value.

func (*LifecycleRuleAndOperator) SetObjectSizeLessThan

func (s *LifecycleRuleAndOperator) SetObjectSizeLessThan(v int64) *LifecycleRuleAndOperator

SetObjectSizeLessThan sets the ObjectSizeLessThan field's value.

func (*LifecycleRuleAndOperator) SetPrefix

func (s *LifecycleRuleAndOperator) SetPrefix(v string) *LifecycleRuleAndOperator

SetPrefix sets the Prefix field's value.

func (*LifecycleRuleAndOperator) SetTags

func (s *LifecycleRuleAndOperator) SetTags(v []*S3Tag) *LifecycleRuleAndOperator

SetTags sets the Tags field's value.

func (LifecycleRuleAndOperator) String

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

func (s *LifecycleRuleAndOperator) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LifecycleRuleFilter

type LifecycleRuleFilter struct {

    // The container for the AND condition for the lifecycle rule.
    And *LifecycleRuleAndOperator `type:"structure"`

    // Minimum object size to which the rule applies.
    ObjectSizeGreaterThan *int64 `type:"long"`

    // Maximum object size to which the rule applies.
    ObjectSizeLessThan *int64 `type:"long"`

    // Prefix identifying one or more objects to which the rule applies.
    //
    // When you're using XML requests, you must replace special characters (such
    // as carriage returns) in object keys with their equivalent XML entity codes.
    // 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)
    // in the Amazon S3 User Guide.
    Prefix *string `type:"string"`

    // A container for a key-value name pair.
    Tag *S3Tag `type:"structure"`
    // contains filtered or unexported fields
}

The container for the filter of the lifecycle rule.

func (LifecycleRuleFilter) GoString

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

func (s *LifecycleRuleFilter) SetAnd(v *LifecycleRuleAndOperator) *LifecycleRuleFilter

SetAnd sets the And field's value.

func (*LifecycleRuleFilter) SetObjectSizeGreaterThan

func (s *LifecycleRuleFilter) SetObjectSizeGreaterThan(v int64) *LifecycleRuleFilter

SetObjectSizeGreaterThan sets the ObjectSizeGreaterThan field's value.

func (*LifecycleRuleFilter) SetObjectSizeLessThan

func (s *LifecycleRuleFilter) SetObjectSizeLessThan(v int64) *LifecycleRuleFilter

SetObjectSizeLessThan sets the ObjectSizeLessThan field's value.

func (*LifecycleRuleFilter) SetPrefix

func (s *LifecycleRuleFilter) SetPrefix(v string) *LifecycleRuleFilter

SetPrefix sets the Prefix field's value.

func (*LifecycleRuleFilter) SetTag

func (s *LifecycleRuleFilter) SetTag(v *S3Tag) *LifecycleRuleFilter

SetTag sets the Tag field's value.

func (LifecycleRuleFilter) String

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

func (s *LifecycleRuleFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccessGrantEntry

type ListAccessGrantEntry struct {

    // The Amazon Resource Name (ARN) of the access grant.
    AccessGrantArn *string `min:"1" type:"string"`

    // The ID of the access grant. S3 Access Grants auto-generates this ID when
    // you create the access grant.
    AccessGrantId *string `min:"1" type:"string"`

    // The configuration options of the grant location. The grant location is the
    // S3 path to the data to which you are granting access.
    AccessGrantsLocationConfiguration *AccessGrantsLocationConfiguration `type:"structure"`

    // The ID of the registered location to which you are granting access. S3 Access
    // Grants assigns this ID when you register the location. S3 Access Grants assigns
    // the ID default to the default location s3:// and assigns an auto-generated
    // ID to other locations that you register.
    AccessGrantsLocationId *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center
    // application associated with your Identity Center instance. If the grant includes
    // an application ARN, the grantee can only access the S3 data through this
    // application.
    ApplicationArn *string `min:"10" type:"string"`

    // The date and time when you created the S3 Access Grants instance.
    CreatedAt *time.Time `type:"timestamp"`

    // The S3 path of the data to which you are granting access. It is the result
    // of appending the Subprefix to the location scope.
    GrantScope *string `min:"1" type:"string"`

    // The user, group, or role to which you are granting access. You can grant
    // access to an IAM user or role. If you have added your corporate directory
    // to Amazon Web Services IAM Identity Center and associated your Identity Center
    // instance with your S3 Access Grants instance, the grantee can also be a corporate
    // directory user or group.
    Grantee *Grantee `type:"structure"`

    // The type of access granted to your S3 data, which can be set to one of the
    // following values:
    //
    //    * READ – Grant read-only access to the S3 data.
    //
    //    * WRITE – Grant write-only access to the S3 data.
    //
    //    * READWRITE – Grant both read and write access to the S3 data.
    Permission *string `type:"string" enum:"Permission"`
    // contains filtered or unexported fields
}

Information about the access grant.

func (ListAccessGrantEntry) GoString

func (s ListAccessGrantEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantEntry) SetAccessGrantArn

func (s *ListAccessGrantEntry) SetAccessGrantArn(v string) *ListAccessGrantEntry

SetAccessGrantArn sets the AccessGrantArn field's value.

func (*ListAccessGrantEntry) SetAccessGrantId

func (s *ListAccessGrantEntry) SetAccessGrantId(v string) *ListAccessGrantEntry

SetAccessGrantId sets the AccessGrantId field's value.

func (*ListAccessGrantEntry) SetAccessGrantsLocationConfiguration

func (s *ListAccessGrantEntry) SetAccessGrantsLocationConfiguration(v *AccessGrantsLocationConfiguration) *ListAccessGrantEntry

SetAccessGrantsLocationConfiguration sets the AccessGrantsLocationConfiguration field's value.

func (*ListAccessGrantEntry) SetAccessGrantsLocationId

func (s *ListAccessGrantEntry) SetAccessGrantsLocationId(v string) *ListAccessGrantEntry

SetAccessGrantsLocationId sets the AccessGrantsLocationId field's value.

func (*ListAccessGrantEntry) SetApplicationArn

func (s *ListAccessGrantEntry) SetApplicationArn(v string) *ListAccessGrantEntry

SetApplicationArn sets the ApplicationArn field's value.

func (*ListAccessGrantEntry) SetCreatedAt

func (s *ListAccessGrantEntry) SetCreatedAt(v time.Time) *ListAccessGrantEntry

SetCreatedAt sets the CreatedAt field's value.

func (*ListAccessGrantEntry) SetGrantScope

func (s *ListAccessGrantEntry) SetGrantScope(v string) *ListAccessGrantEntry

SetGrantScope sets the GrantScope field's value.

func (*ListAccessGrantEntry) SetGrantee

func (s *ListAccessGrantEntry) SetGrantee(v *Grantee) *ListAccessGrantEntry

SetGrantee sets the Grantee field's value.

func (*ListAccessGrantEntry) SetPermission

func (s *ListAccessGrantEntry) SetPermission(v string) *ListAccessGrantEntry

SetPermission sets the Permission field's value.

func (ListAccessGrantEntry) String

func (s ListAccessGrantEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 ListAccessGrantsInput

type ListAccessGrantsInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center
    // application associated with your Identity Center instance. If the grant includes
    // an application ARN, the grantee can only access the S3 data through this
    // application.
    ApplicationArn *string `location:"querystring" locationName:"application_arn" min:"10" type:"string"`

    // The S3 path of the data to which you are granting access. It is the result
    // of appending the Subprefix to the location scope.
    GrantScope *string `location:"querystring" locationName:"grantscope" min:"1" type:"string"`

    // The unique identifer of the Grantee. If the grantee type is IAM, the identifier
    // is the IAM Amazon Resource Name (ARN) of the user or role. If the grantee
    // type is a directory user or group, the identifier is 128-bit universally
    // unique identifier (UUID) in the format a1b2c3d4-5678-90ab-cdef-EXAMPLE11111.
    // You can obtain this UUID from your Amazon Web Services IAM Identity Center
    // instance.
    GranteeIdentifier *string `location:"querystring" locationName:"granteeidentifier" type:"string"`

    // The type of the grantee to which access has been granted. It can be one of
    // the following values:
    //
    //    * IAM - An IAM user or role.
    //
    //    * DIRECTORY_USER - Your corporate directory user. You can use this option
    //    if you have added your corporate identity directory to IAM Identity Center
    //    and associated the IAM Identity Center instance with your S3 Access Grants
    //    instance.
    //
    //    * DIRECTORY_GROUP - Your corporate directory group. You can use this option
    //    if you have added your corporate identity directory to IAM Identity Center
    //    and associated the IAM Identity Center instance with your S3 Access Grants
    //    instance.
    GranteeType *string `location:"querystring" locationName:"granteetype" type:"string" enum:"GranteeType"`

    // The maximum number of access grants that you would like returned in the List
    // Access Grants response. If the results include the pagination token NextToken,
    // make another call using the NextToken to determine if there are more results.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"`

    // A pagination token to request the next page of results. Pass this value into
    // a subsequent List Access Grants request in order to retrieve the next page
    // of results.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

    // The type of permission granted to your S3 data, which can be set to one of
    // the following values:
    //
    //    * READ – Grant read-only access to the S3 data.
    //
    //    * WRITE – Grant write-only access to the S3 data.
    //
    //    * READWRITE – Grant both read and write access to the S3 data.
    Permission *string `location:"querystring" locationName:"permission" type:"string" enum:"Permission"`
    // contains filtered or unexported fields
}

func (ListAccessGrantsInput) GoString

func (s ListAccessGrantsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsInput) SetAccountId

func (s *ListAccessGrantsInput) SetAccountId(v string) *ListAccessGrantsInput

SetAccountId sets the AccountId field's value.

func (*ListAccessGrantsInput) SetApplicationArn

func (s *ListAccessGrantsInput) SetApplicationArn(v string) *ListAccessGrantsInput

SetApplicationArn sets the ApplicationArn field's value.

func (*ListAccessGrantsInput) SetGrantScope

func (s *ListAccessGrantsInput) SetGrantScope(v string) *ListAccessGrantsInput

SetGrantScope sets the GrantScope field's value.

func (*ListAccessGrantsInput) SetGranteeIdentifier

func (s *ListAccessGrantsInput) SetGranteeIdentifier(v string) *ListAccessGrantsInput

SetGranteeIdentifier sets the GranteeIdentifier field's value.

func (*ListAccessGrantsInput) SetGranteeType

func (s *ListAccessGrantsInput) SetGranteeType(v string) *ListAccessGrantsInput

SetGranteeType sets the GranteeType field's value.

func (*ListAccessGrantsInput) SetMaxResults

func (s *ListAccessGrantsInput) SetMaxResults(v int64) *ListAccessGrantsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAccessGrantsInput) SetNextToken

func (s *ListAccessGrantsInput) SetNextToken(v string) *ListAccessGrantsInput

SetNextToken sets the NextToken field's value.

func (*ListAccessGrantsInput) SetPermission

func (s *ListAccessGrantsInput) SetPermission(v string) *ListAccessGrantsInput

SetPermission sets the Permission field's value.

func (ListAccessGrantsInput) String

func (s ListAccessGrantsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsInput) Validate

func (s *ListAccessGrantsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccessGrantsInstanceEntry

type ListAccessGrantsInstanceEntry struct {

    // The Amazon Resource Name (ARN) of the S3 Access Grants instance.
    AccessGrantsInstanceArn *string `min:"1" type:"string"`

    // The ID of the S3 Access Grants instance. The ID is default. You can have
    // one S3 Access Grants instance per Region per account.
    AccessGrantsInstanceId *string `min:"1" type:"string"`

    // The date and time when you created the S3 Access Grants instance.
    CreatedAt *time.Time `type:"timestamp"`

    // If you associated your S3 Access Grants instance with an Amazon Web Services
    // IAM Identity Center instance, this field returns the Amazon Resource Name
    // (ARN) of the IAM Identity Center instance application; a subresource of the
    // original Identity Center instance. S3 Access Grants creates this Identity
    // Center application for the specific S3 Access Grants instance.
    IdentityCenterArn *string `min:"10" type:"string"`
    // contains filtered or unexported fields
}

Information about the S3 Access Grants instance.

func (ListAccessGrantsInstanceEntry) GoString

func (s ListAccessGrantsInstanceEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsInstanceEntry) SetAccessGrantsInstanceArn

func (s *ListAccessGrantsInstanceEntry) SetAccessGrantsInstanceArn(v string) *ListAccessGrantsInstanceEntry

SetAccessGrantsInstanceArn sets the AccessGrantsInstanceArn field's value.

func (*ListAccessGrantsInstanceEntry) SetAccessGrantsInstanceId

func (s *ListAccessGrantsInstanceEntry) SetAccessGrantsInstanceId(v string) *ListAccessGrantsInstanceEntry

SetAccessGrantsInstanceId sets the AccessGrantsInstanceId field's value.

func (*ListAccessGrantsInstanceEntry) SetCreatedAt

func (s *ListAccessGrantsInstanceEntry) SetCreatedAt(v time.Time) *ListAccessGrantsInstanceEntry

SetCreatedAt sets the CreatedAt field's value.

func (*ListAccessGrantsInstanceEntry) SetIdentityCenterArn

func (s *ListAccessGrantsInstanceEntry) SetIdentityCenterArn(v string) *ListAccessGrantsInstanceEntry

SetIdentityCenterArn sets the IdentityCenterArn field's value.

func (ListAccessGrantsInstanceEntry) String

func (s ListAccessGrantsInstanceEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 ListAccessGrantsInstancesInput

type ListAccessGrantsInstancesInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The maximum number of access grants that you would like returned in the List
    // Access Grants response. If the results include the pagination token NextToken,
    // make another call using the NextToken to determine if there are more results.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"`

    // A pagination token to request the next page of results. Pass this value into
    // a subsequent List Access Grants Instances request in order to retrieve the
    // next page of results.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListAccessGrantsInstancesInput) GoString

func (s ListAccessGrantsInstancesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsInstancesInput) SetAccountId

func (s *ListAccessGrantsInstancesInput) SetAccountId(v string) *ListAccessGrantsInstancesInput

SetAccountId sets the AccountId field's value.

func (*ListAccessGrantsInstancesInput) SetMaxResults

func (s *ListAccessGrantsInstancesInput) SetMaxResults(v int64) *ListAccessGrantsInstancesInput

SetMaxResults sets the MaxResults field's value.

func (*ListAccessGrantsInstancesInput) SetNextToken

func (s *ListAccessGrantsInstancesInput) SetNextToken(v string) *ListAccessGrantsInstancesInput

SetNextToken sets the NextToken field's value.

func (ListAccessGrantsInstancesInput) String

func (s ListAccessGrantsInstancesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsInstancesInput) Validate

func (s *ListAccessGrantsInstancesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccessGrantsInstancesOutput

type ListAccessGrantsInstancesOutput struct {

    // A container for a list of S3 Access Grants instances.
    AccessGrantsInstancesList []*ListAccessGrantsInstanceEntry `locationNameList:"AccessGrantsInstance" type:"list"`

    // A pagination token to request the next page of results. Pass this value into
    // a subsequent List Access Grants Instances request in order to retrieve the
    // next page of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAccessGrantsInstancesOutput) GoString

func (s ListAccessGrantsInstancesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsInstancesOutput) SetAccessGrantsInstancesList

func (s *ListAccessGrantsInstancesOutput) SetAccessGrantsInstancesList(v []*ListAccessGrantsInstanceEntry) *ListAccessGrantsInstancesOutput

SetAccessGrantsInstancesList sets the AccessGrantsInstancesList field's value.

func (*ListAccessGrantsInstancesOutput) SetNextToken

func (s *ListAccessGrantsInstancesOutput) SetNextToken(v string) *ListAccessGrantsInstancesOutput

SetNextToken sets the NextToken field's value.

func (ListAccessGrantsInstancesOutput) String

func (s ListAccessGrantsInstancesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 ListAccessGrantsLocationsEntry

type ListAccessGrantsLocationsEntry struct {

    // The Amazon Resource Name (ARN) of the registered location.
    AccessGrantsLocationArn *string `min:"1" type:"string"`

    // The ID of the registered location to which you are granting access. S3 Access
    // Grants assigns this ID when you register the location. S3 Access Grants assigns
    // the ID default to the default location s3:// and assigns an auto-generated
    // ID to other locations that you register.
    AccessGrantsLocationId *string `min:"1" type:"string"`

    // The date and time when you registered the location.
    CreatedAt *time.Time `type:"timestamp"`

    // The Amazon Resource Name (ARN) of the IAM role for the registered location.
    // S3 Access Grants assumes this role to manage access to the registered location.
    IAMRoleArn *string `min:"1" type:"string"`

    // The S3 path to the location that you are registering. The location scope
    // can be the default S3 location s3://, the S3 path to a bucket s3://<bucket>,
    // or the S3 path to a bucket and prefix s3://<bucket>/<prefix>. A prefix in
    // S3 is a string of characters at the beginning of an object key name used
    // to organize the objects that you store in your S3 buckets. For example, object
    // key names that start with the engineering/ prefix or object key names that
    // start with the marketing/campaigns/ prefix.
    LocationScope *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

A container for information about the registered location.

func (ListAccessGrantsLocationsEntry) GoString

func (s ListAccessGrantsLocationsEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsLocationsEntry) SetAccessGrantsLocationArn

func (s *ListAccessGrantsLocationsEntry) SetAccessGrantsLocationArn(v string) *ListAccessGrantsLocationsEntry

SetAccessGrantsLocationArn sets the AccessGrantsLocationArn field's value.

func (*ListAccessGrantsLocationsEntry) SetAccessGrantsLocationId

func (s *ListAccessGrantsLocationsEntry) SetAccessGrantsLocationId(v string) *ListAccessGrantsLocationsEntry

SetAccessGrantsLocationId sets the AccessGrantsLocationId field's value.

func (*ListAccessGrantsLocationsEntry) SetCreatedAt

func (s *ListAccessGrantsLocationsEntry) SetCreatedAt(v time.Time) *ListAccessGrantsLocationsEntry

SetCreatedAt sets the CreatedAt field's value.

func (*ListAccessGrantsLocationsEntry) SetIAMRoleArn

func (s *ListAccessGrantsLocationsEntry) SetIAMRoleArn(v string) *ListAccessGrantsLocationsEntry

SetIAMRoleArn sets the IAMRoleArn field's value.

func (*ListAccessGrantsLocationsEntry) SetLocationScope

func (s *ListAccessGrantsLocationsEntry) SetLocationScope(v string) *ListAccessGrantsLocationsEntry

SetLocationScope sets the LocationScope field's value.

func (ListAccessGrantsLocationsEntry) String

func (s ListAccessGrantsLocationsEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 ListAccessGrantsLocationsInput

type ListAccessGrantsLocationsInput struct {

    // The ID of the Amazon Web Services account that is making this request.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The S3 path to the location that you are registering. The location scope
    // can be the default S3 location s3://, the S3 path to a bucket s3://<bucket>,
    // or the S3 path to a bucket and prefix s3://<bucket>/<prefix>. A prefix in
    // S3 is a string of characters at the beginning of an object key name used
    // to organize the objects that you store in your S3 buckets. For example, object
    // key names that start with the engineering/ prefix or object key names that
    // start with the marketing/campaigns/ prefix.
    LocationScope *string `location:"querystring" locationName:"locationscope" min:"1" type:"string"`

    // The maximum number of access grants that you would like returned in the List
    // Access Grants response. If the results include the pagination token NextToken,
    // make another call using the NextToken to determine if there are more results.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"`

    // A pagination token to request the next page of results. Pass this value into
    // a subsequent List Access Grants Locations request in order to retrieve the
    // next page of results.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListAccessGrantsLocationsInput) GoString

func (s ListAccessGrantsLocationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsLocationsInput) SetAccountId

func (s *ListAccessGrantsLocationsInput) SetAccountId(v string) *ListAccessGrantsLocationsInput

SetAccountId sets the AccountId field's value.

func (*ListAccessGrantsLocationsInput) SetLocationScope

func (s *ListAccessGrantsLocationsInput) SetLocationScope(v string) *ListAccessGrantsLocationsInput

SetLocationScope sets the LocationScope field's value.

func (*ListAccessGrantsLocationsInput) SetMaxResults

func (s *ListAccessGrantsLocationsInput) SetMaxResults(v int64) *ListAccessGrantsLocationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAccessGrantsLocationsInput) SetNextToken

func (s *ListAccessGrantsLocationsInput) SetNextToken(v string) *ListAccessGrantsLocationsInput

SetNextToken sets the NextToken field's value.

func (ListAccessGrantsLocationsInput) String

func (s ListAccessGrantsLocationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsLocationsInput) Validate

func (s *ListAccessGrantsLocationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccessGrantsLocationsOutput

type ListAccessGrantsLocationsOutput struct {

    // A container for a list of registered locations in an S3 Access Grants instance.
    AccessGrantsLocationsList []*ListAccessGrantsLocationsEntry `locationNameList:"AccessGrantsLocation" type:"list"`

    // A pagination token to request the next page of results. Pass this value into
    // a subsequent List Access Grants Locations request in order to retrieve the
    // next page of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAccessGrantsLocationsOutput) GoString

func (s ListAccessGrantsLocationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsLocationsOutput) SetAccessGrantsLocationsList

func (s *ListAccessGrantsLocationsOutput) SetAccessGrantsLocationsList(v []*ListAccessGrantsLocationsEntry) *ListAccessGrantsLocationsOutput

SetAccessGrantsLocationsList sets the AccessGrantsLocationsList field's value.

func (*ListAccessGrantsLocationsOutput) SetNextToken

func (s *ListAccessGrantsLocationsOutput) SetNextToken(v string) *ListAccessGrantsLocationsOutput

SetNextToken sets the NextToken field's value.

func (ListAccessGrantsLocationsOutput) String

func (s ListAccessGrantsLocationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 ListAccessGrantsOutput

type ListAccessGrantsOutput struct {

    // A container for a list of grants in an S3 Access Grants instance.
    AccessGrantsList []*ListAccessGrantEntry `locationNameList:"AccessGrant" type:"list"`

    // A pagination token to request the next page of results. Pass this value into
    // a subsequent List Access Grants request in order to retrieve the next page
    // of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListAccessGrantsOutput) GoString

func (s ListAccessGrantsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAccessGrantsOutput) SetAccessGrantsList

func (s *ListAccessGrantsOutput) SetAccessGrantsList(v []*ListAccessGrantEntry) *ListAccessGrantsOutput

SetAccessGrantsList sets the AccessGrantsList field's value.

func (*ListAccessGrantsOutput) SetNextToken

func (s *ListAccessGrantsOutput) SetNextToken(v string) *ListAccessGrantsOutput

SetNextToken sets the NextToken field's value.

func (ListAccessGrantsOutput) String

func (s ListAccessGrantsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 ListAccessPointsForObjectLambdaInput

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

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

func (s *ListAccessPointsForObjectLambdaInput) SetAccountId(v string) *ListAccessPointsForObjectLambdaInput

SetAccountId sets the AccountId field's value.

func (*ListAccessPointsForObjectLambdaInput) SetMaxResults

func (s *ListAccessPointsForObjectLambdaInput) SetMaxResults(v int64) *ListAccessPointsForObjectLambdaInput

SetMaxResults sets the MaxResults field's value.

func (*ListAccessPointsForObjectLambdaInput) SetNextToken

func (s *ListAccessPointsForObjectLambdaInput) SetNextToken(v string) *ListAccessPointsForObjectLambdaInput

SetNextToken sets the NextToken field's value.

func (ListAccessPointsForObjectLambdaInput) String

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

func (s *ListAccessPointsForObjectLambdaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccessPointsForObjectLambdaOutput

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

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

func (s *ListAccessPointsForObjectLambdaOutput) SetNextToken(v string) *ListAccessPointsForObjectLambdaOutput

SetNextToken sets the NextToken field's value.

func (*ListAccessPointsForObjectLambdaOutput) SetObjectLambdaAccessPointList

func (s *ListAccessPointsForObjectLambdaOutput) SetObjectLambdaAccessPointList(v []*ObjectLambdaAccessPoint) *ListAccessPointsForObjectLambdaOutput

SetObjectLambdaAccessPointList sets the ObjectLambdaAccessPointList field's value.

func (ListAccessPointsForObjectLambdaOutput) String

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

type ListAccessPointsInput struct {

    // The Amazon Web Services account ID for the account that owns the specified
    // access points.
    //
    // 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

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

func (s *ListAccessPointsInput) SetAccountId(v string) *ListAccessPointsInput

SetAccountId sets the AccountId field's value.

func (*ListAccessPointsInput) SetBucket

func (s *ListAccessPointsInput) SetBucket(v string) *ListAccessPointsInput

SetBucket sets the Bucket field's value.

func (*ListAccessPointsInput) SetMaxResults

func (s *ListAccessPointsInput) SetMaxResults(v int64) *ListAccessPointsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAccessPointsInput) SetNextToken

func (s *ListAccessPointsInput) SetNextToken(v string) *ListAccessPointsInput

SetNextToken sets the NextToken field's value.

func (ListAccessPointsInput) String

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

func (s *ListAccessPointsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAccessPointsOutput

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

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

func (s *ListAccessPointsOutput) SetAccessPointList(v []*AccessPoint) *ListAccessPointsOutput

SetAccessPointList sets the AccessPointList field's value.

func (*ListAccessPointsOutput) SetNextToken

func (s *ListAccessPointsOutput) SetNextToken(v string) *ListAccessPointsOutput

SetNextToken sets the NextToken field's value.

func (ListAccessPointsOutput) String

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

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

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

func (s *ListJobsInput) SetAccountId(v string) *ListJobsInput

SetAccountId sets the AccountId field's value.

func (*ListJobsInput) SetJobStatuses

func (s *ListJobsInput) SetJobStatuses(v []*string) *ListJobsInput

SetJobStatuses sets the JobStatuses field's value.

func (*ListJobsInput) SetMaxResults

func (s *ListJobsInput) SetMaxResults(v int64) *ListJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListJobsInput) SetNextToken

func (s *ListJobsInput) SetNextToken(v string) *ListJobsInput

SetNextToken sets the NextToken field's value.

func (ListJobsInput) String

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

func (s *ListJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListJobsOutput

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

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

func (s *ListJobsOutput) SetJobs(v []*JobListDescriptor) *ListJobsOutput

SetJobs sets the Jobs field's value.

func (*ListJobsOutput) SetNextToken

func (s *ListJobsOutput) SetNextToken(v string) *ListJobsOutput

SetNextToken sets the NextToken field's value.

func (ListJobsOutput) String

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

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

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

func (s *ListMultiRegionAccessPointsInput) SetAccountId(v string) *ListMultiRegionAccessPointsInput

SetAccountId sets the AccountId field's value.

func (*ListMultiRegionAccessPointsInput) SetMaxResults

func (s *ListMultiRegionAccessPointsInput) SetMaxResults(v int64) *ListMultiRegionAccessPointsInput

SetMaxResults sets the MaxResults field's value.

func (*ListMultiRegionAccessPointsInput) SetNextToken

func (s *ListMultiRegionAccessPointsInput) SetNextToken(v string) *ListMultiRegionAccessPointsInput

SetNextToken sets the NextToken field's value.

func (ListMultiRegionAccessPointsInput) String

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

func (s *ListMultiRegionAccessPointsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMultiRegionAccessPointsOutput

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

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

func (s *ListMultiRegionAccessPointsOutput) SetAccessPoints(v []*MultiRegionAccessPointReport) *ListMultiRegionAccessPointsOutput

SetAccessPoints sets the AccessPoints field's value.

func (*ListMultiRegionAccessPointsOutput) SetNextToken

func (s *ListMultiRegionAccessPointsOutput) SetNextToken(v string) *ListMultiRegionAccessPointsOutput

SetNextToken sets the NextToken field's value.

func (ListMultiRegionAccessPointsOutput) String

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

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

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

func (s *ListRegionalBucketsInput) SetAccountId(v string) *ListRegionalBucketsInput

SetAccountId sets the AccountId field's value.

func (*ListRegionalBucketsInput) SetMaxResults

func (s *ListRegionalBucketsInput) SetMaxResults(v int64) *ListRegionalBucketsInput

SetMaxResults sets the MaxResults field's value.

func (*ListRegionalBucketsInput) SetNextToken

func (s *ListRegionalBucketsInput) SetNextToken(v string) *ListRegionalBucketsInput

SetNextToken sets the NextToken field's value.

func (*ListRegionalBucketsInput) SetOutpostId

func (s *ListRegionalBucketsInput) SetOutpostId(v string) *ListRegionalBucketsInput

SetOutpostId sets the OutpostId field's value.

func (ListRegionalBucketsInput) String

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

func (s *ListRegionalBucketsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRegionalBucketsOutput

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

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

func (s *ListRegionalBucketsOutput) SetNextToken(v string) *ListRegionalBucketsOutput

SetNextToken sets the NextToken field's value.

func (*ListRegionalBucketsOutput) SetRegionalBucketList

func (s *ListRegionalBucketsOutput) SetRegionalBucketList(v []*RegionalBucket) *ListRegionalBucketsOutput

SetRegionalBucketList sets the RegionalBucketList field's value.

func (ListRegionalBucketsOutput) String

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

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

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

func (s *ListStorageLensConfigurationEntry) SetHomeRegion(v string) *ListStorageLensConfigurationEntry

SetHomeRegion sets the HomeRegion field's value.

func (*ListStorageLensConfigurationEntry) SetId

func (s *ListStorageLensConfigurationEntry) SetId(v string) *ListStorageLensConfigurationEntry

SetId sets the Id field's value.

func (*ListStorageLensConfigurationEntry) SetIsEnabled

func (s *ListStorageLensConfigurationEntry) SetIsEnabled(v bool) *ListStorageLensConfigurationEntry

SetIsEnabled sets the IsEnabled field's value.

func (*ListStorageLensConfigurationEntry) SetStorageLensArn

func (s *ListStorageLensConfigurationEntry) SetStorageLensArn(v string) *ListStorageLensConfigurationEntry

SetStorageLensArn sets the StorageLensArn field's value.

func (ListStorageLensConfigurationEntry) String

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

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

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

func (s *ListStorageLensConfigurationsInput) SetAccountId(v string) *ListStorageLensConfigurationsInput

SetAccountId sets the AccountId field's value.

func (*ListStorageLensConfigurationsInput) SetNextToken

func (s *ListStorageLensConfigurationsInput) SetNextToken(v string) *ListStorageLensConfigurationsInput

SetNextToken sets the NextToken field's value.

func (ListStorageLensConfigurationsInput) String

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

func (s *ListStorageLensConfigurationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListStorageLensConfigurationsOutput

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

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

func (s *ListStorageLensConfigurationsOutput) SetNextToken(v string) *ListStorageLensConfigurationsOutput

SetNextToken sets the NextToken field's value.

func (*ListStorageLensConfigurationsOutput) SetStorageLensConfigurationList

func (s *ListStorageLensConfigurationsOutput) SetStorageLensConfigurationList(v []*ListStorageLensConfigurationEntry) *ListStorageLensConfigurationsOutput

SetStorageLensConfigurationList sets the StorageLensConfigurationList field's value.

func (ListStorageLensConfigurationsOutput) String

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 ListStorageLensGroupEntry

type ListStorageLensGroupEntry struct {

    // Contains the Amazon Web Services Region where the Storage Lens group was
    // created.
    //
    // HomeRegion is a required field
    HomeRegion *string `min:"5" type:"string" required:"true"`

    // Contains the name of the Storage Lens group that exists in the specified
    // home Region.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property
    // is read-only.
    //
    // StorageLensGroupArn is a required field
    StorageLensGroupArn *string `min:"4" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Each entry contains a Storage Lens group that exists in the specified home Region.

func (ListStorageLensGroupEntry) GoString

func (s ListStorageLensGroupEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStorageLensGroupEntry) SetHomeRegion

func (s *ListStorageLensGroupEntry) SetHomeRegion(v string) *ListStorageLensGroupEntry

SetHomeRegion sets the HomeRegion field's value.

func (*ListStorageLensGroupEntry) SetName

func (s *ListStorageLensGroupEntry) SetName(v string) *ListStorageLensGroupEntry

SetName sets the Name field's value.

func (*ListStorageLensGroupEntry) SetStorageLensGroupArn

func (s *ListStorageLensGroupEntry) SetStorageLensGroupArn(v string) *ListStorageLensGroupEntry

SetStorageLensGroupArn sets the StorageLensGroupArn field's value.

func (ListStorageLensGroupEntry) String

func (s ListStorageLensGroupEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 ListStorageLensGroupsInput

type ListStorageLensGroupsInput struct {

    // The Amazon Web Services account ID that owns the Storage Lens groups.
    //
    // AccountId is a required field
    AccountId *string `location:"header" locationName:"x-amz-account-id" type:"string" required:"true"`

    // The token for the next set of results, or null if there are no more results.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListStorageLensGroupsInput) GoString

func (s ListStorageLensGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStorageLensGroupsInput) SetAccountId

func (s *ListStorageLensGroupsInput) SetAccountId(v string) *ListStorageLensGroupsInput

SetAccountId sets the AccountId field's value.

func (*ListStorageLensGroupsInput) SetNextToken

func (s *ListStorageLensGroupsInput) SetNextToken(v string) *ListStorageLensGroupsInput

SetNextToken sets the NextToken field's value.

func (ListStorageLensGroupsInput) String

func (s ListStorageLensGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStorageLensGroupsInput) Validate

func (s *ListStorageLensGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListStorageLensGroupsOutput

type ListStorageLensGroupsOutput struct {

    // If NextToken is returned, there are more Storage Lens groups results available.
    // The value of NextToken is a unique pagination token for each page. Make the
    // call again using the returned token to retrieve the next page. Keep all other
    // arguments unchanged. Each pagination token expires after 24 hours.
    NextToken *string `type:"string"`

    // The list of Storage Lens groups that exist in the specified home Region.
    StorageLensGroupList []*ListStorageLensGroupEntry `locationNameList:"StorageLensGroup" type:"list" flattened:"true"`
    // contains filtered or unexported fields
}

func (ListStorageLensGroupsOutput) GoString

func (s ListStorageLensGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStorageLensGroupsOutput) SetNextToken

func (s *ListStorageLensGroupsOutput) SetNextToken(v string) *ListStorageLensGroupsOutput

SetNextToken sets the NextToken field's value.

func (*ListStorageLensGroupsOutput) SetStorageLensGroupList

func (s *ListStorageLensGroupsOutput) SetStorageLensGroupList(v []*ListStorageLensGroupEntry) *ListStorageLensGroupsOutput

SetStorageLensGroupList sets the StorageLensGroupList field's value.

func (ListStorageLensGroupsOutput) String

func (s ListStorageLensGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // The Amazon Web Services account ID of the resource owner.
    //
    // 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 S3 resource that you want to list the
    // tags for. The tagged resource can be an S3 Storage Lens group or S3 Access
    // Grants instance, registered location, or grant.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetAccountId

func (s *ListTagsForResourceInput) SetAccountId(v string) *ListTagsForResourceInput

SetAccountId sets the AccountId field's value.

func (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // The Amazon Web Services resource tags that are associated with the resource.
    Tags []*Tag `locationNameList:"Tag" type:"list"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MatchObjectAge

type MatchObjectAge struct {

    // Specifies the maximum object age in days. Must be a positive whole number,
    // greater than the minimum object age and less than or equal to 2,147,483,647.
    DaysGreaterThan *int64 `type:"integer"`

    // Specifies the minimum object age in days. The value must be a positive whole
    // number, greater than 0 and less than or equal to 2,147,483,647.
    DaysLessThan *int64 `type:"integer"`
    // contains filtered or unexported fields
}

A filter condition that specifies the object age range of included objects in days. Only integers are supported.

func (MatchObjectAge) GoString

func (s MatchObjectAge) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MatchObjectAge) SetDaysGreaterThan

func (s *MatchObjectAge) SetDaysGreaterThan(v int64) *MatchObjectAge

SetDaysGreaterThan sets the DaysGreaterThan field's value.

func (*MatchObjectAge) SetDaysLessThan

func (s *MatchObjectAge) SetDaysLessThan(v int64) *MatchObjectAge

SetDaysLessThan sets the DaysLessThan field's value.

func (MatchObjectAge) String

func (s MatchObjectAge) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 MatchObjectSize

type MatchObjectSize struct {

    // Specifies the minimum object size in Bytes. The value must be a positive
    // number, greater than 0 and less than 5 TB.
    BytesGreaterThan *int64 `type:"long"`

    // Specifies the maximum object size in Bytes. The value must be a positive
    // number, greater than the minimum object size and less than 5 TB.
    BytesLessThan *int64 `type:"long"`
    // contains filtered or unexported fields
}

A filter condition that specifies the object size range of included objects in bytes. Only integers are supported.

func (MatchObjectSize) GoString

func (s MatchObjectSize) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MatchObjectSize) SetBytesGreaterThan

func (s *MatchObjectSize) SetBytesGreaterThan(v int64) *MatchObjectSize

SetBytesGreaterThan sets the BytesGreaterThan field's value.

func (*MatchObjectSize) SetBytesLessThan

func (s *MatchObjectSize) SetBytesLessThan(v int64) *MatchObjectSize

SetBytesLessThan sets the BytesLessThan field's value.

func (MatchObjectSize) String

func (s MatchObjectSize) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in 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 Metrics

type Metrics struct {

    // A container that specifies the time threshold for emitting the s3:Replication:OperationMissedThreshold
    // event.
    //
    // This is not supported by Amazon S3 on Outposts buckets.
    EventThreshold *ReplicationTimeValue `type:"structure"`

    // Specifies whether replication metrics are enabled.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"MetricsStatus"`
    // contains filtered or unexported fields
}

A container that specifies replication metrics-related settings.

func (Metrics) GoString

func (s Metrics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Metrics) SetEventThreshold

func (s *Metrics) SetEventThreshold(v *ReplicationTimeValue) *Metrics

SetEventThreshold sets the EventThreshold field's value.

func (*Metrics) SetStatus

func (s *Metrics) SetStatus(v string) *Metrics

SetStatus sets the Status field's value.

func (Metrics) String

func (s Metrics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Metrics) Validate

func (s *Metrics) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MultiRegionAccessPointPolicyDocument

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

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

func (s *MultiRegionAccessPointPolicyDocument) SetEstablished(v *EstablishedMultiRegionAccessPointPolicy) *MultiRegionAccessPointPolicyDocument

SetEstablished sets the Established field's value.

func (*MultiRegionAccessPointPolicyDocument) SetProposed

func (s *MultiRegionAccessPointPolicyDocument) SetProposed(v *ProposedMultiRegionAccessPointPolicy) *MultiRegionAccessPointPolicyDocument

SetProposed sets the Proposed field's value.

func (MultiRegionAccessPointPolicyDocument) String

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

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

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

func (s *MultiRegionAccessPointRegionalResponse) SetName(v string) *MultiRegionAccessPointRegionalResponse

SetName sets the Name field's value.

func (*MultiRegionAccessPointRegionalResponse) SetRequestStatus

func (s *MultiRegionAccessPointRegionalResponse) SetRequestStatus(v string) *MultiRegionAccessPointRegionalResponse

SetRequestStatus sets the RequestStatus field's value.

func (MultiRegionAccessPointRegionalResponse) String

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

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 data type 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

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

func (s *MultiRegionAccessPointReport) SetAlias(v string) *MultiRegionAccessPointReport

SetAlias sets the Alias field's value.

func (*MultiRegionAccessPointReport) SetCreatedAt

func (s *MultiRegionAccessPointReport) SetCreatedAt(v time.Time) *MultiRegionAccessPointReport

SetCreatedAt sets the CreatedAt field's value.

func (*MultiRegionAccessPointReport) SetName

func (s *MultiRegionAccessPointReport) SetName(v string) *MultiRegionAccessPointReport

SetName sets the Name field's value.

func (*MultiRegionAccessPointReport) SetPublicAccessBlock

func (s *MultiRegionAccessPointReport) SetPublicAccessBlock(v *PublicAccessBlockConfiguration) *MultiRegionAccessPointReport

SetPublicAccessBlock sets the PublicAccessBlock field's value.

func (*MultiRegionAccessPointReport) SetRegions

func (s *MultiRegionAccessPointReport) SetRegions(v []*RegionReport) *MultiRegionAccessPointReport

SetRegions sets the Regions field's value.

func (*MultiRegionAccessPointReport) SetStatus

func (s *MultiRegionAccessPointReport) SetStatus(v string) *MultiRegionAccessPointReport

SetStatus sets the Status field's value.

func (MultiRegionAccessPointReport) String

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 MultiRegionAccessPointRoute

type MultiRegionAccessPointRoute struct {

    // The name of the Amazon S3 bucket for which you'll submit a routing configuration
    // change. Either the Bucket or the Region value must be provided. If both are
    // provided, the bucket must be in the specified Region.
    Bucket *string `min:"3" type:"string"`

    // The Amazon Web Services Region to which you'll be submitting a routing configuration
    // change. Either the Bucket or the Region value must be provided. If both are
    // provided, the bucket must be in the specified Region.
    Region *string `min:"1" type:"string"`

    // The traffic state for the specified bucket or Amazon Web Services Region.
    //
    // A value of 0 indicates a passive state, which means that no new traffic will
    // be routed to the Region.
    //
    // A value of 100 indicates an active state, which means that traffic will be
    // routed to the specified Region.
    //
    // When the routing configuration for a Region is changed from active to passive,
    // any in-progress operations (uploads, copies, deletes, and so on) to the formerly
    // active Region will continue to run to until a final success or failure status
    // is reached.
    //
    // If all Regions in the routing configuration are designated as passive, you'll
    // receive an InvalidRequest error.
    //
    // TrafficDialPercentage is a required field
    TrafficDialPercentage *int64 `type:"integer" required:"true"`
    // contains filtered or unexported fields
}

A structure for a Multi-Region Access Point that indicates where Amazon S3 traffic can be routed. Routes can be either active or passive. Active routes can process Amazon S3 requests through the Multi-Region Access Point, but passive routes are not eligible to process Amazon S3 requests.

Each route contains the Amazon S3 bucket name and the Amazon Web Services Region that the bucket is located in. The route also includes the TrafficDialPercentage value, which shows whether the bucket and Region are active (indicated by a value of 100) or passive (indicated by a value of 0).

func (MultiRegionAccessPointRoute) GoString

func (s MultiRegionAccessPointRoute) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MultiRegionAccessPointRoute) SetBucket

func (s *MultiRegionAccessPointRoute) SetBucket(v string) *MultiRegionAccessPointRoute

SetBucket sets the Bucket field's value.

func (*MultiRegionAccessPointRoute) SetRegion

func (s *MultiRegionAccessPointRoute) SetRegion(v string) *MultiRegionAccessPointRoute

SetRegion sets the Region field's value.

func (*MultiRegionAccessPointRoute) SetTrafficDialPercentage

func (s *MultiRegionAccessPointRoute) SetTrafficDialPercentage(v int64) *MultiRegionAccessPointRoute

SetTrafficDialPercentage sets the TrafficDialPercentage field's value.

func (MultiRegionAccessPointRoute) String

func (s MultiRegionAccessPointRoute) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MultiRegionAccessPointRoute) Validate

func (s *MultiRegionAccessPointRoute) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MultiRegionAccessPointsAsyncResponse

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

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

func (s *MultiRegionAccessPointsAsyncResponse) SetRegions(v []*MultiRegionAccessPointRegionalResponse) *MultiRegionAccessPointsAsyncResponse

SetRegions sets the Regions field's value.

func (MultiRegionAccessPointsAsyncResponse) String

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

type NoncurrentVersionExpiration struct {

    // Specifies how many noncurrent versions S3 on Outposts will retain. If there
    // are this many more recent noncurrent versions,