Documentation ¶
Index ¶
- type AbortMultipartUploadFuture
- type Client
- type CompleteMultipartUploadFuture
- type CopyObjectFuture
- type CreateBucketFuture
- type CreateMultipartUploadFuture
- type DeleteBucketAnalyticsConfigurationFuture
- type DeleteBucketCorsFuture
- type DeleteBucketEncryptionFuture
- type DeleteBucketFuture
- type DeleteBucketIntelligentTieringConfigurationFuture
- type DeleteBucketInventoryConfigurationFuture
- type DeleteBucketLifecycleFuture
- type DeleteBucketMetricsConfigurationFuture
- type DeleteBucketOwnershipControlsFuture
- type DeleteBucketPolicyFuture
- type DeleteBucketReplicationFuture
- type DeleteBucketTaggingFuture
- type DeleteBucketWebsiteFuture
- type DeleteObjectFuture
- type DeleteObjectTaggingFuture
- type DeleteObjectsFuture
- type DeletePublicAccessBlockFuture
- type GetBucketAccelerateConfigurationFuture
- type GetBucketAclFuture
- type GetBucketAnalyticsConfigurationFuture
- type GetBucketCorsFuture
- type GetBucketEncryptionFuture
- type GetBucketIntelligentTieringConfigurationFuture
- type GetBucketInventoryConfigurationFuture
- type GetBucketLifecycleConfigurationFuture
- type GetBucketLifecycleFuture
- type GetBucketLocationFuture
- type GetBucketLoggingFuture
- type GetBucketMetricsConfigurationFuture
- type GetBucketNotificationConfigurationFuture
- type GetBucketNotificationFuture
- type GetBucketOwnershipControlsFuture
- type GetBucketPolicyFuture
- type GetBucketPolicyStatusFuture
- type GetBucketReplicationFuture
- type GetBucketRequestPaymentFuture
- type GetBucketTaggingFuture
- type GetBucketVersioningFuture
- type GetBucketWebsiteFuture
- type GetObjectAclFuture
- type GetObjectFuture
- type GetObjectLegalHoldFuture
- type GetObjectLockConfigurationFuture
- type GetObjectRetentionFuture
- type GetObjectTaggingFuture
- type GetObjectTorrentFuture
- type GetPublicAccessBlockFuture
- type HeadBucketFuture
- type HeadObjectFuture
- type ListBucketAnalyticsConfigurationsFuture
- type ListBucketIntelligentTieringConfigurationsFuture
- type ListBucketInventoryConfigurationsFuture
- type ListBucketMetricsConfigurationsFuture
- type ListBucketsFuture
- type ListMultipartUploadsFuture
- type ListObjectVersionsFuture
- type ListObjectsFuture
- type ListObjectsV2Future
- type ListPartsFuture
- type PutBucketAccelerateConfigurationFuture
- type PutBucketAclFuture
- type PutBucketAnalyticsConfigurationFuture
- type PutBucketCorsFuture
- type PutBucketEncryptionFuture
- type PutBucketIntelligentTieringConfigurationFuture
- type PutBucketInventoryConfigurationFuture
- type PutBucketLifecycleConfigurationFuture
- type PutBucketLifecycleFuture
- type PutBucketLoggingFuture
- type PutBucketMetricsConfigurationFuture
- type PutBucketNotificationConfigurationFuture
- type PutBucketNotificationFuture
- type PutBucketOwnershipControlsFuture
- type PutBucketPolicyFuture
- type PutBucketReplicationFuture
- type PutBucketRequestPaymentFuture
- type PutBucketTaggingFuture
- type PutBucketVersioningFuture
- type PutBucketWebsiteFuture
- type PutObjectAclFuture
- type PutObjectFuture
- type PutObjectLegalHoldFuture
- type PutObjectLockConfigurationFuture
- type PutObjectRetentionFuture
- type PutObjectTaggingFuture
- type PutPublicAccessBlockFuture
- type RestoreObjectFuture
- type SelectObjectContentFuture
- type UploadPartCopyFuture
- type UploadPartFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbortMultipartUploadFuture ¶
type AbortMultipartUploadFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AbortMultipartUploadFuture) Get ¶
func (r *AbortMultipartUploadFuture) Get(ctx workflow.Context) (*s3.AbortMultipartUploadOutput, error)
type Client ¶
type Client interface { AbortMultipartUpload(ctx workflow.Context, input *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error) AbortMultipartUploadAsync(ctx workflow.Context, input *s3.AbortMultipartUploadInput) *AbortMultipartUploadFuture CompleteMultipartUpload(ctx workflow.Context, input *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error) CompleteMultipartUploadAsync(ctx workflow.Context, input *s3.CompleteMultipartUploadInput) *CompleteMultipartUploadFuture CopyObject(ctx workflow.Context, input *s3.CopyObjectInput) (*s3.CopyObjectOutput, error) CopyObjectAsync(ctx workflow.Context, input *s3.CopyObjectInput) *CopyObjectFuture CreateBucket(ctx workflow.Context, input *s3.CreateBucketInput) (*s3.CreateBucketOutput, error) CreateBucketAsync(ctx workflow.Context, input *s3.CreateBucketInput) *CreateBucketFuture CreateMultipartUpload(ctx workflow.Context, input *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error) CreateMultipartUploadAsync(ctx workflow.Context, input *s3.CreateMultipartUploadInput) *CreateMultipartUploadFuture DeleteBucket(ctx workflow.Context, input *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error) DeleteBucketAsync(ctx workflow.Context, input *s3.DeleteBucketInput) *DeleteBucketFuture DeleteBucketAnalyticsConfiguration(ctx workflow.Context, input *s3.DeleteBucketAnalyticsConfigurationInput) (*s3.DeleteBucketAnalyticsConfigurationOutput, error) DeleteBucketAnalyticsConfigurationAsync(ctx workflow.Context, input *s3.DeleteBucketAnalyticsConfigurationInput) *DeleteBucketAnalyticsConfigurationFuture DeleteBucketCors(ctx workflow.Context, input *s3.DeleteBucketCorsInput) (*s3.DeleteBucketCorsOutput, error) DeleteBucketCorsAsync(ctx workflow.Context, input *s3.DeleteBucketCorsInput) *DeleteBucketCorsFuture DeleteBucketEncryption(ctx workflow.Context, input *s3.DeleteBucketEncryptionInput) (*s3.DeleteBucketEncryptionOutput, error) DeleteBucketEncryptionAsync(ctx workflow.Context, input *s3.DeleteBucketEncryptionInput) *DeleteBucketEncryptionFuture DeleteBucketIntelligentTieringConfiguration(ctx workflow.Context, input *s3.DeleteBucketIntelligentTieringConfigurationInput) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error) DeleteBucketIntelligentTieringConfigurationAsync(ctx workflow.Context, input *s3.DeleteBucketIntelligentTieringConfigurationInput) *DeleteBucketIntelligentTieringConfigurationFuture DeleteBucketInventoryConfiguration(ctx workflow.Context, input *s3.DeleteBucketInventoryConfigurationInput) (*s3.DeleteBucketInventoryConfigurationOutput, error) DeleteBucketInventoryConfigurationAsync(ctx workflow.Context, input *s3.DeleteBucketInventoryConfigurationInput) *DeleteBucketInventoryConfigurationFuture DeleteBucketLifecycle(ctx workflow.Context, input *s3.DeleteBucketLifecycleInput) (*s3.DeleteBucketLifecycleOutput, error) DeleteBucketLifecycleAsync(ctx workflow.Context, input *s3.DeleteBucketLifecycleInput) *DeleteBucketLifecycleFuture DeleteBucketMetricsConfiguration(ctx workflow.Context, input *s3.DeleteBucketMetricsConfigurationInput) (*s3.DeleteBucketMetricsConfigurationOutput, error) DeleteBucketMetricsConfigurationAsync(ctx workflow.Context, input *s3.DeleteBucketMetricsConfigurationInput) *DeleteBucketMetricsConfigurationFuture DeleteBucketOwnershipControls(ctx workflow.Context, input *s3.DeleteBucketOwnershipControlsInput) (*s3.DeleteBucketOwnershipControlsOutput, error) DeleteBucketOwnershipControlsAsync(ctx workflow.Context, input *s3.DeleteBucketOwnershipControlsInput) *DeleteBucketOwnershipControlsFuture DeleteBucketPolicy(ctx workflow.Context, input *s3.DeleteBucketPolicyInput) (*s3.DeleteBucketPolicyOutput, error) DeleteBucketPolicyAsync(ctx workflow.Context, input *s3.DeleteBucketPolicyInput) *DeleteBucketPolicyFuture DeleteBucketReplication(ctx workflow.Context, input *s3.DeleteBucketReplicationInput) (*s3.DeleteBucketReplicationOutput, error) DeleteBucketReplicationAsync(ctx workflow.Context, input *s3.DeleteBucketReplicationInput) *DeleteBucketReplicationFuture DeleteBucketTagging(ctx workflow.Context, input *s3.DeleteBucketTaggingInput) (*s3.DeleteBucketTaggingOutput, error) DeleteBucketTaggingAsync(ctx workflow.Context, input *s3.DeleteBucketTaggingInput) *DeleteBucketTaggingFuture DeleteBucketWebsite(ctx workflow.Context, input *s3.DeleteBucketWebsiteInput) (*s3.DeleteBucketWebsiteOutput, error) DeleteBucketWebsiteAsync(ctx workflow.Context, input *s3.DeleteBucketWebsiteInput) *DeleteBucketWebsiteFuture DeleteObject(ctx workflow.Context, input *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error) DeleteObjectAsync(ctx workflow.Context, input *s3.DeleteObjectInput) *DeleteObjectFuture DeleteObjectTagging(ctx workflow.Context, input *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error) DeleteObjectTaggingAsync(ctx workflow.Context, input *s3.DeleteObjectTaggingInput) *DeleteObjectTaggingFuture DeleteObjects(ctx workflow.Context, input *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error) DeleteObjectsAsync(ctx workflow.Context, input *s3.DeleteObjectsInput) *DeleteObjectsFuture DeletePublicAccessBlock(ctx workflow.Context, input *s3.DeletePublicAccessBlockInput) (*s3.DeletePublicAccessBlockOutput, error) DeletePublicAccessBlockAsync(ctx workflow.Context, input *s3.DeletePublicAccessBlockInput) *DeletePublicAccessBlockFuture GetBucketAccelerateConfiguration(ctx workflow.Context, input *s3.GetBucketAccelerateConfigurationInput) (*s3.GetBucketAccelerateConfigurationOutput, error) GetBucketAccelerateConfigurationAsync(ctx workflow.Context, input *s3.GetBucketAccelerateConfigurationInput) *GetBucketAccelerateConfigurationFuture GetBucketAcl(ctx workflow.Context, input *s3.GetBucketAclInput) (*s3.GetBucketAclOutput, error) GetBucketAclAsync(ctx workflow.Context, input *s3.GetBucketAclInput) *GetBucketAclFuture GetBucketAnalyticsConfiguration(ctx workflow.Context, input *s3.GetBucketAnalyticsConfigurationInput) (*s3.GetBucketAnalyticsConfigurationOutput, error) GetBucketAnalyticsConfigurationAsync(ctx workflow.Context, input *s3.GetBucketAnalyticsConfigurationInput) *GetBucketAnalyticsConfigurationFuture GetBucketCors(ctx workflow.Context, input *s3.GetBucketCorsInput) (*s3.GetBucketCorsOutput, error) GetBucketCorsAsync(ctx workflow.Context, input *s3.GetBucketCorsInput) *GetBucketCorsFuture GetBucketEncryption(ctx workflow.Context, input *s3.GetBucketEncryptionInput) (*s3.GetBucketEncryptionOutput, error) GetBucketEncryptionAsync(ctx workflow.Context, input *s3.GetBucketEncryptionInput) *GetBucketEncryptionFuture GetBucketIntelligentTieringConfiguration(ctx workflow.Context, input *s3.GetBucketIntelligentTieringConfigurationInput) (*s3.GetBucketIntelligentTieringConfigurationOutput, error) GetBucketIntelligentTieringConfigurationAsync(ctx workflow.Context, input *s3.GetBucketIntelligentTieringConfigurationInput) *GetBucketIntelligentTieringConfigurationFuture GetBucketInventoryConfiguration(ctx workflow.Context, input *s3.GetBucketInventoryConfigurationInput) (*s3.GetBucketInventoryConfigurationOutput, error) GetBucketInventoryConfigurationAsync(ctx workflow.Context, input *s3.GetBucketInventoryConfigurationInput) *GetBucketInventoryConfigurationFuture GetBucketLifecycle(ctx workflow.Context, input *s3.GetBucketLifecycleInput) (*s3.GetBucketLifecycleOutput, error) GetBucketLifecycleAsync(ctx workflow.Context, input *s3.GetBucketLifecycleInput) *GetBucketLifecycleFuture GetBucketLifecycleConfiguration(ctx workflow.Context, input *s3.GetBucketLifecycleConfigurationInput) (*s3.GetBucketLifecycleConfigurationOutput, error) GetBucketLifecycleConfigurationAsync(ctx workflow.Context, input *s3.GetBucketLifecycleConfigurationInput) *GetBucketLifecycleConfigurationFuture GetBucketLocation(ctx workflow.Context, input *s3.GetBucketLocationInput) (*s3.GetBucketLocationOutput, error) GetBucketLocationAsync(ctx workflow.Context, input *s3.GetBucketLocationInput) *GetBucketLocationFuture GetBucketLogging(ctx workflow.Context, input *s3.GetBucketLoggingInput) (*s3.GetBucketLoggingOutput, error) GetBucketLoggingAsync(ctx workflow.Context, input *s3.GetBucketLoggingInput) *GetBucketLoggingFuture GetBucketMetricsConfiguration(ctx workflow.Context, input *s3.GetBucketMetricsConfigurationInput) (*s3.GetBucketMetricsConfigurationOutput, error) GetBucketMetricsConfigurationAsync(ctx workflow.Context, input *s3.GetBucketMetricsConfigurationInput) *GetBucketMetricsConfigurationFuture GetBucketNotification(ctx workflow.Context, input *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfigurationDeprecated, error) GetBucketNotificationAsync(ctx workflow.Context, input *s3.GetBucketNotificationConfigurationRequest) *GetBucketNotificationFuture GetBucketNotificationConfiguration(ctx workflow.Context, input *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfiguration, error) GetBucketNotificationConfigurationAsync(ctx workflow.Context, input *s3.GetBucketNotificationConfigurationRequest) *GetBucketNotificationConfigurationFuture GetBucketOwnershipControls(ctx workflow.Context, input *s3.GetBucketOwnershipControlsInput) (*s3.GetBucketOwnershipControlsOutput, error) GetBucketOwnershipControlsAsync(ctx workflow.Context, input *s3.GetBucketOwnershipControlsInput) *GetBucketOwnershipControlsFuture GetBucketPolicy(ctx workflow.Context, input *s3.GetBucketPolicyInput) (*s3.GetBucketPolicyOutput, error) GetBucketPolicyAsync(ctx workflow.Context, input *s3.GetBucketPolicyInput) *GetBucketPolicyFuture GetBucketPolicyStatus(ctx workflow.Context, input *s3.GetBucketPolicyStatusInput) (*s3.GetBucketPolicyStatusOutput, error) GetBucketPolicyStatusAsync(ctx workflow.Context, input *s3.GetBucketPolicyStatusInput) *GetBucketPolicyStatusFuture GetBucketReplication(ctx workflow.Context, input *s3.GetBucketReplicationInput) (*s3.GetBucketReplicationOutput, error) GetBucketReplicationAsync(ctx workflow.Context, input *s3.GetBucketReplicationInput) *GetBucketReplicationFuture GetBucketRequestPayment(ctx workflow.Context, input *s3.GetBucketRequestPaymentInput) (*s3.GetBucketRequestPaymentOutput, error) GetBucketRequestPaymentAsync(ctx workflow.Context, input *s3.GetBucketRequestPaymentInput) *GetBucketRequestPaymentFuture GetBucketTagging(ctx workflow.Context, input *s3.GetBucketTaggingInput) (*s3.GetBucketTaggingOutput, error) GetBucketTaggingAsync(ctx workflow.Context, input *s3.GetBucketTaggingInput) *GetBucketTaggingFuture GetBucketVersioning(ctx workflow.Context, input *s3.GetBucketVersioningInput) (*s3.GetBucketVersioningOutput, error) GetBucketVersioningAsync(ctx workflow.Context, input *s3.GetBucketVersioningInput) *GetBucketVersioningFuture GetBucketWebsite(ctx workflow.Context, input *s3.GetBucketWebsiteInput) (*s3.GetBucketWebsiteOutput, error) GetBucketWebsiteAsync(ctx workflow.Context, input *s3.GetBucketWebsiteInput) *GetBucketWebsiteFuture GetObject(ctx workflow.Context, input *s3.GetObjectInput) (*s3.GetObjectOutput, error) GetObjectAsync(ctx workflow.Context, input *s3.GetObjectInput) *GetObjectFuture GetObjectAcl(ctx workflow.Context, input *s3.GetObjectAclInput) (*s3.GetObjectAclOutput, error) GetObjectAclAsync(ctx workflow.Context, input *s3.GetObjectAclInput) *GetObjectAclFuture GetObjectLegalHold(ctx workflow.Context, input *s3.GetObjectLegalHoldInput) (*s3.GetObjectLegalHoldOutput, error) GetObjectLegalHoldAsync(ctx workflow.Context, input *s3.GetObjectLegalHoldInput) *GetObjectLegalHoldFuture GetObjectLockConfiguration(ctx workflow.Context, input *s3.GetObjectLockConfigurationInput) (*s3.GetObjectLockConfigurationOutput, error) GetObjectLockConfigurationAsync(ctx workflow.Context, input *s3.GetObjectLockConfigurationInput) *GetObjectLockConfigurationFuture GetObjectRetention(ctx workflow.Context, input *s3.GetObjectRetentionInput) (*s3.GetObjectRetentionOutput, error) GetObjectRetentionAsync(ctx workflow.Context, input *s3.GetObjectRetentionInput) *GetObjectRetentionFuture GetObjectTagging(ctx workflow.Context, input *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error) GetObjectTaggingAsync(ctx workflow.Context, input *s3.GetObjectTaggingInput) *GetObjectTaggingFuture GetObjectTorrent(ctx workflow.Context, input *s3.GetObjectTorrentInput) (*s3.GetObjectTorrentOutput, error) GetObjectTorrentAsync(ctx workflow.Context, input *s3.GetObjectTorrentInput) *GetObjectTorrentFuture GetPublicAccessBlock(ctx workflow.Context, input *s3.GetPublicAccessBlockInput) (*s3.GetPublicAccessBlockOutput, error) GetPublicAccessBlockAsync(ctx workflow.Context, input *s3.GetPublicAccessBlockInput) *GetPublicAccessBlockFuture HeadBucket(ctx workflow.Context, input *s3.HeadBucketInput) (*s3.HeadBucketOutput, error) HeadBucketAsync(ctx workflow.Context, input *s3.HeadBucketInput) *HeadBucketFuture HeadObject(ctx workflow.Context, input *s3.HeadObjectInput) (*s3.HeadObjectOutput, error) HeadObjectAsync(ctx workflow.Context, input *s3.HeadObjectInput) *HeadObjectFuture ListBucketAnalyticsConfigurations(ctx workflow.Context, input *s3.ListBucketAnalyticsConfigurationsInput) (*s3.ListBucketAnalyticsConfigurationsOutput, error) ListBucketAnalyticsConfigurationsAsync(ctx workflow.Context, input *s3.ListBucketAnalyticsConfigurationsInput) *ListBucketAnalyticsConfigurationsFuture ListBucketIntelligentTieringConfigurations(ctx workflow.Context, input *s3.ListBucketIntelligentTieringConfigurationsInput) (*s3.ListBucketIntelligentTieringConfigurationsOutput, error) ListBucketIntelligentTieringConfigurationsAsync(ctx workflow.Context, input *s3.ListBucketIntelligentTieringConfigurationsInput) *ListBucketIntelligentTieringConfigurationsFuture ListBucketInventoryConfigurations(ctx workflow.Context, input *s3.ListBucketInventoryConfigurationsInput) (*s3.ListBucketInventoryConfigurationsOutput, error) ListBucketInventoryConfigurationsAsync(ctx workflow.Context, input *s3.ListBucketInventoryConfigurationsInput) *ListBucketInventoryConfigurationsFuture ListBucketMetricsConfigurations(ctx workflow.Context, input *s3.ListBucketMetricsConfigurationsInput) (*s3.ListBucketMetricsConfigurationsOutput, error) ListBucketMetricsConfigurationsAsync(ctx workflow.Context, input *s3.ListBucketMetricsConfigurationsInput) *ListBucketMetricsConfigurationsFuture ListBuckets(ctx workflow.Context, input *s3.ListBucketsInput) (*s3.ListBucketsOutput, error) ListBucketsAsync(ctx workflow.Context, input *s3.ListBucketsInput) *ListBucketsFuture ListMultipartUploads(ctx workflow.Context, input *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error) ListMultipartUploadsAsync(ctx workflow.Context, input *s3.ListMultipartUploadsInput) *ListMultipartUploadsFuture ListObjectVersions(ctx workflow.Context, input *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error) ListObjectVersionsAsync(ctx workflow.Context, input *s3.ListObjectVersionsInput) *ListObjectVersionsFuture ListObjects(ctx workflow.Context, input *s3.ListObjectsInput) (*s3.ListObjectsOutput, error) ListObjectsAsync(ctx workflow.Context, input *s3.ListObjectsInput) *ListObjectsFuture ListObjectsV2(ctx workflow.Context, input *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error) ListObjectsV2Async(ctx workflow.Context, input *s3.ListObjectsV2Input) *ListObjectsV2Future ListParts(ctx workflow.Context, input *s3.ListPartsInput) (*s3.ListPartsOutput, error) ListPartsAsync(ctx workflow.Context, input *s3.ListPartsInput) *ListPartsFuture PutBucketAccelerateConfiguration(ctx workflow.Context, input *s3.PutBucketAccelerateConfigurationInput) (*s3.PutBucketAccelerateConfigurationOutput, error) PutBucketAccelerateConfigurationAsync(ctx workflow.Context, input *s3.PutBucketAccelerateConfigurationInput) *PutBucketAccelerateConfigurationFuture PutBucketAcl(ctx workflow.Context, input *s3.PutBucketAclInput) (*s3.PutBucketAclOutput, error) PutBucketAclAsync(ctx workflow.Context, input *s3.PutBucketAclInput) *PutBucketAclFuture PutBucketAnalyticsConfiguration(ctx workflow.Context, input *s3.PutBucketAnalyticsConfigurationInput) (*s3.PutBucketAnalyticsConfigurationOutput, error) PutBucketAnalyticsConfigurationAsync(ctx workflow.Context, input *s3.PutBucketAnalyticsConfigurationInput) *PutBucketAnalyticsConfigurationFuture PutBucketCors(ctx workflow.Context, input *s3.PutBucketCorsInput) (*s3.PutBucketCorsOutput, error) PutBucketCorsAsync(ctx workflow.Context, input *s3.PutBucketCorsInput) *PutBucketCorsFuture PutBucketEncryption(ctx workflow.Context, input *s3.PutBucketEncryptionInput) (*s3.PutBucketEncryptionOutput, error) PutBucketEncryptionAsync(ctx workflow.Context, input *s3.PutBucketEncryptionInput) *PutBucketEncryptionFuture PutBucketIntelligentTieringConfiguration(ctx workflow.Context, input *s3.PutBucketIntelligentTieringConfigurationInput) (*s3.PutBucketIntelligentTieringConfigurationOutput, error) PutBucketIntelligentTieringConfigurationAsync(ctx workflow.Context, input *s3.PutBucketIntelligentTieringConfigurationInput) *PutBucketIntelligentTieringConfigurationFuture PutBucketInventoryConfiguration(ctx workflow.Context, input *s3.PutBucketInventoryConfigurationInput) (*s3.PutBucketInventoryConfigurationOutput, error) PutBucketInventoryConfigurationAsync(ctx workflow.Context, input *s3.PutBucketInventoryConfigurationInput) *PutBucketInventoryConfigurationFuture PutBucketLifecycle(ctx workflow.Context, input *s3.PutBucketLifecycleInput) (*s3.PutBucketLifecycleOutput, error) PutBucketLifecycleAsync(ctx workflow.Context, input *s3.PutBucketLifecycleInput) *PutBucketLifecycleFuture PutBucketLifecycleConfiguration(ctx workflow.Context, input *s3.PutBucketLifecycleConfigurationInput) (*s3.PutBucketLifecycleConfigurationOutput, error) PutBucketLifecycleConfigurationAsync(ctx workflow.Context, input *s3.PutBucketLifecycleConfigurationInput) *PutBucketLifecycleConfigurationFuture PutBucketLogging(ctx workflow.Context, input *s3.PutBucketLoggingInput) (*s3.PutBucketLoggingOutput, error) PutBucketLoggingAsync(ctx workflow.Context, input *s3.PutBucketLoggingInput) *PutBucketLoggingFuture PutBucketMetricsConfiguration(ctx workflow.Context, input *s3.PutBucketMetricsConfigurationInput) (*s3.PutBucketMetricsConfigurationOutput, error) PutBucketMetricsConfigurationAsync(ctx workflow.Context, input *s3.PutBucketMetricsConfigurationInput) *PutBucketMetricsConfigurationFuture PutBucketNotification(ctx workflow.Context, input *s3.PutBucketNotificationInput) (*s3.PutBucketNotificationOutput, error) PutBucketNotificationAsync(ctx workflow.Context, input *s3.PutBucketNotificationInput) *PutBucketNotificationFuture PutBucketNotificationConfiguration(ctx workflow.Context, input *s3.PutBucketNotificationConfigurationInput) (*s3.PutBucketNotificationConfigurationOutput, error) PutBucketNotificationConfigurationAsync(ctx workflow.Context, input *s3.PutBucketNotificationConfigurationInput) *PutBucketNotificationConfigurationFuture PutBucketOwnershipControls(ctx workflow.Context, input *s3.PutBucketOwnershipControlsInput) (*s3.PutBucketOwnershipControlsOutput, error) PutBucketOwnershipControlsAsync(ctx workflow.Context, input *s3.PutBucketOwnershipControlsInput) *PutBucketOwnershipControlsFuture PutBucketPolicy(ctx workflow.Context, input *s3.PutBucketPolicyInput) (*s3.PutBucketPolicyOutput, error) PutBucketPolicyAsync(ctx workflow.Context, input *s3.PutBucketPolicyInput) *PutBucketPolicyFuture PutBucketReplication(ctx workflow.Context, input *s3.PutBucketReplicationInput) (*s3.PutBucketReplicationOutput, error) PutBucketReplicationAsync(ctx workflow.Context, input *s3.PutBucketReplicationInput) *PutBucketReplicationFuture PutBucketRequestPayment(ctx workflow.Context, input *s3.PutBucketRequestPaymentInput) (*s3.PutBucketRequestPaymentOutput, error) PutBucketRequestPaymentAsync(ctx workflow.Context, input *s3.PutBucketRequestPaymentInput) *PutBucketRequestPaymentFuture PutBucketTagging(ctx workflow.Context, input *s3.PutBucketTaggingInput) (*s3.PutBucketTaggingOutput, error) PutBucketTaggingAsync(ctx workflow.Context, input *s3.PutBucketTaggingInput) *PutBucketTaggingFuture PutBucketVersioning(ctx workflow.Context, input *s3.PutBucketVersioningInput) (*s3.PutBucketVersioningOutput, error) PutBucketVersioningAsync(ctx workflow.Context, input *s3.PutBucketVersioningInput) *PutBucketVersioningFuture PutBucketWebsite(ctx workflow.Context, input *s3.PutBucketWebsiteInput) (*s3.PutBucketWebsiteOutput, error) PutBucketWebsiteAsync(ctx workflow.Context, input *s3.PutBucketWebsiteInput) *PutBucketWebsiteFuture PutObject(ctx workflow.Context, input *s3.PutObjectInput) (*s3.PutObjectOutput, error) PutObjectAsync(ctx workflow.Context, input *s3.PutObjectInput) *PutObjectFuture PutObjectAcl(ctx workflow.Context, input *s3.PutObjectAclInput) (*s3.PutObjectAclOutput, error) PutObjectAclAsync(ctx workflow.Context, input *s3.PutObjectAclInput) *PutObjectAclFuture PutObjectLegalHold(ctx workflow.Context, input *s3.PutObjectLegalHoldInput) (*s3.PutObjectLegalHoldOutput, error) PutObjectLegalHoldAsync(ctx workflow.Context, input *s3.PutObjectLegalHoldInput) *PutObjectLegalHoldFuture PutObjectLockConfiguration(ctx workflow.Context, input *s3.PutObjectLockConfigurationInput) (*s3.PutObjectLockConfigurationOutput, error) PutObjectLockConfigurationAsync(ctx workflow.Context, input *s3.PutObjectLockConfigurationInput) *PutObjectLockConfigurationFuture PutObjectRetention(ctx workflow.Context, input *s3.PutObjectRetentionInput) (*s3.PutObjectRetentionOutput, error) PutObjectRetentionAsync(ctx workflow.Context, input *s3.PutObjectRetentionInput) *PutObjectRetentionFuture PutObjectTagging(ctx workflow.Context, input *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error) PutObjectTaggingAsync(ctx workflow.Context, input *s3.PutObjectTaggingInput) *PutObjectTaggingFuture PutPublicAccessBlock(ctx workflow.Context, input *s3.PutPublicAccessBlockInput) (*s3.PutPublicAccessBlockOutput, error) PutPublicAccessBlockAsync(ctx workflow.Context, input *s3.PutPublicAccessBlockInput) *PutPublicAccessBlockFuture RestoreObject(ctx workflow.Context, input *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error) RestoreObjectAsync(ctx workflow.Context, input *s3.RestoreObjectInput) *RestoreObjectFuture SelectObjectContent(ctx workflow.Context, input *s3.SelectObjectContentInput) (*s3.SelectObjectContentOutput, error) SelectObjectContentAsync(ctx workflow.Context, input *s3.SelectObjectContentInput) *SelectObjectContentFuture UploadPart(ctx workflow.Context, input *s3.UploadPartInput) (*s3.UploadPartOutput, error) UploadPartAsync(ctx workflow.Context, input *s3.UploadPartInput) *UploadPartFuture UploadPartCopy(ctx workflow.Context, input *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error) UploadPartCopyAsync(ctx workflow.Context, input *s3.UploadPartCopyInput) *UploadPartCopyFuture WaitUntilBucketExists(ctx workflow.Context, input *s3.HeadBucketInput) error WaitUntilBucketExistsAsync(ctx workflow.Context, input *s3.HeadBucketInput) *clients.VoidFuture WaitUntilBucketNotExists(ctx workflow.Context, input *s3.HeadBucketInput) error WaitUntilBucketNotExistsAsync(ctx workflow.Context, input *s3.HeadBucketInput) *clients.VoidFuture WaitUntilObjectExists(ctx workflow.Context, input *s3.HeadObjectInput) error WaitUntilObjectExistsAsync(ctx workflow.Context, input *s3.HeadObjectInput) *clients.VoidFuture WaitUntilObjectNotExists(ctx workflow.Context, input *s3.HeadObjectInput) error WaitUntilObjectNotExistsAsync(ctx workflow.Context, input *s3.HeadObjectInput) *clients.VoidFuture }
type CompleteMultipartUploadFuture ¶
type CompleteMultipartUploadFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CompleteMultipartUploadFuture) Get ¶
func (r *CompleteMultipartUploadFuture) Get(ctx workflow.Context) (*s3.CompleteMultipartUploadOutput, error)
type CopyObjectFuture ¶
func (*CopyObjectFuture) Get ¶
func (r *CopyObjectFuture) Get(ctx workflow.Context) (*s3.CopyObjectOutput, error)
type CreateBucketFuture ¶
func (*CreateBucketFuture) Get ¶
func (r *CreateBucketFuture) Get(ctx workflow.Context) (*s3.CreateBucketOutput, error)
type CreateMultipartUploadFuture ¶
type CreateMultipartUploadFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateMultipartUploadFuture) Get ¶
func (r *CreateMultipartUploadFuture) Get(ctx workflow.Context) (*s3.CreateMultipartUploadOutput, error)
type DeleteBucketAnalyticsConfigurationFuture ¶
type DeleteBucketAnalyticsConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketAnalyticsConfigurationFuture) Get ¶
func (r *DeleteBucketAnalyticsConfigurationFuture) Get(ctx workflow.Context) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)
type DeleteBucketCorsFuture ¶
type DeleteBucketCorsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketCorsFuture) Get ¶
func (r *DeleteBucketCorsFuture) Get(ctx workflow.Context) (*s3.DeleteBucketCorsOutput, error)
type DeleteBucketEncryptionFuture ¶
type DeleteBucketEncryptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketEncryptionFuture) Get ¶
func (r *DeleteBucketEncryptionFuture) Get(ctx workflow.Context) (*s3.DeleteBucketEncryptionOutput, error)
type DeleteBucketFuture ¶
func (*DeleteBucketFuture) Get ¶
func (r *DeleteBucketFuture) Get(ctx workflow.Context) (*s3.DeleteBucketOutput, error)
type DeleteBucketIntelligentTieringConfigurationFuture ¶
type DeleteBucketIntelligentTieringConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DeleteBucketInventoryConfigurationFuture ¶
type DeleteBucketInventoryConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketInventoryConfigurationFuture) Get ¶
func (r *DeleteBucketInventoryConfigurationFuture) Get(ctx workflow.Context) (*s3.DeleteBucketInventoryConfigurationOutput, error)
type DeleteBucketLifecycleFuture ¶
type DeleteBucketLifecycleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketLifecycleFuture) Get ¶
func (r *DeleteBucketLifecycleFuture) Get(ctx workflow.Context) (*s3.DeleteBucketLifecycleOutput, error)
type DeleteBucketMetricsConfigurationFuture ¶
type DeleteBucketMetricsConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketMetricsConfigurationFuture) Get ¶
func (r *DeleteBucketMetricsConfigurationFuture) Get(ctx workflow.Context) (*s3.DeleteBucketMetricsConfigurationOutput, error)
type DeleteBucketOwnershipControlsFuture ¶
type DeleteBucketOwnershipControlsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketOwnershipControlsFuture) Get ¶
func (r *DeleteBucketOwnershipControlsFuture) Get(ctx workflow.Context) (*s3.DeleteBucketOwnershipControlsOutput, error)
type DeleteBucketPolicyFuture ¶
type DeleteBucketPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketPolicyFuture) Get ¶
func (r *DeleteBucketPolicyFuture) Get(ctx workflow.Context) (*s3.DeleteBucketPolicyOutput, error)
type DeleteBucketReplicationFuture ¶
type DeleteBucketReplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketReplicationFuture) Get ¶
func (r *DeleteBucketReplicationFuture) Get(ctx workflow.Context) (*s3.DeleteBucketReplicationOutput, error)
type DeleteBucketTaggingFuture ¶
type DeleteBucketTaggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketTaggingFuture) Get ¶
func (r *DeleteBucketTaggingFuture) Get(ctx workflow.Context) (*s3.DeleteBucketTaggingOutput, error)
type DeleteBucketWebsiteFuture ¶
type DeleteBucketWebsiteFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteBucketWebsiteFuture) Get ¶
func (r *DeleteBucketWebsiteFuture) Get(ctx workflow.Context) (*s3.DeleteBucketWebsiteOutput, error)
type DeleteObjectFuture ¶
func (*DeleteObjectFuture) Get ¶
func (r *DeleteObjectFuture) Get(ctx workflow.Context) (*s3.DeleteObjectOutput, error)
type DeleteObjectTaggingFuture ¶
type DeleteObjectTaggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteObjectTaggingFuture) Get ¶
func (r *DeleteObjectTaggingFuture) Get(ctx workflow.Context) (*s3.DeleteObjectTaggingOutput, error)
type DeleteObjectsFuture ¶
func (*DeleteObjectsFuture) Get ¶
func (r *DeleteObjectsFuture) Get(ctx workflow.Context) (*s3.DeleteObjectsOutput, error)
type DeletePublicAccessBlockFuture ¶
type DeletePublicAccessBlockFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePublicAccessBlockFuture) Get ¶
func (r *DeletePublicAccessBlockFuture) Get(ctx workflow.Context) (*s3.DeletePublicAccessBlockOutput, error)
type GetBucketAccelerateConfigurationFuture ¶
type GetBucketAccelerateConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketAccelerateConfigurationFuture) Get ¶
func (r *GetBucketAccelerateConfigurationFuture) Get(ctx workflow.Context) (*s3.GetBucketAccelerateConfigurationOutput, error)
type GetBucketAclFuture ¶
func (*GetBucketAclFuture) Get ¶
func (r *GetBucketAclFuture) Get(ctx workflow.Context) (*s3.GetBucketAclOutput, error)
type GetBucketAnalyticsConfigurationFuture ¶
type GetBucketAnalyticsConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketAnalyticsConfigurationFuture) Get ¶
func (r *GetBucketAnalyticsConfigurationFuture) Get(ctx workflow.Context) (*s3.GetBucketAnalyticsConfigurationOutput, error)
type GetBucketCorsFuture ¶
func (*GetBucketCorsFuture) Get ¶
func (r *GetBucketCorsFuture) Get(ctx workflow.Context) (*s3.GetBucketCorsOutput, error)
type GetBucketEncryptionFuture ¶
type GetBucketEncryptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketEncryptionFuture) Get ¶
func (r *GetBucketEncryptionFuture) Get(ctx workflow.Context) (*s3.GetBucketEncryptionOutput, error)
type GetBucketIntelligentTieringConfigurationFuture ¶
type GetBucketIntelligentTieringConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetBucketInventoryConfigurationFuture ¶
type GetBucketInventoryConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketInventoryConfigurationFuture) Get ¶
func (r *GetBucketInventoryConfigurationFuture) Get(ctx workflow.Context) (*s3.GetBucketInventoryConfigurationOutput, error)
type GetBucketLifecycleConfigurationFuture ¶
type GetBucketLifecycleConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketLifecycleConfigurationFuture) Get ¶
func (r *GetBucketLifecycleConfigurationFuture) Get(ctx workflow.Context) (*s3.GetBucketLifecycleConfigurationOutput, error)
type GetBucketLifecycleFuture ¶
type GetBucketLifecycleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketLifecycleFuture) Get ¶
func (r *GetBucketLifecycleFuture) Get(ctx workflow.Context) (*s3.GetBucketLifecycleOutput, error)
type GetBucketLocationFuture ¶
type GetBucketLocationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketLocationFuture) Get ¶
func (r *GetBucketLocationFuture) Get(ctx workflow.Context) (*s3.GetBucketLocationOutput, error)
type GetBucketLoggingFuture ¶
type GetBucketLoggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketLoggingFuture) Get ¶
func (r *GetBucketLoggingFuture) Get(ctx workflow.Context) (*s3.GetBucketLoggingOutput, error)
type GetBucketMetricsConfigurationFuture ¶
type GetBucketMetricsConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketMetricsConfigurationFuture) Get ¶
func (r *GetBucketMetricsConfigurationFuture) Get(ctx workflow.Context) (*s3.GetBucketMetricsConfigurationOutput, error)
type GetBucketNotificationConfigurationFuture ¶
type GetBucketNotificationConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketNotificationConfigurationFuture) Get ¶
func (r *GetBucketNotificationConfigurationFuture) Get(ctx workflow.Context) (*s3.NotificationConfiguration, error)
type GetBucketNotificationFuture ¶
type GetBucketNotificationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketNotificationFuture) Get ¶
func (r *GetBucketNotificationFuture) Get(ctx workflow.Context) (*s3.NotificationConfigurationDeprecated, error)
type GetBucketOwnershipControlsFuture ¶
type GetBucketOwnershipControlsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketOwnershipControlsFuture) Get ¶
func (r *GetBucketOwnershipControlsFuture) Get(ctx workflow.Context) (*s3.GetBucketOwnershipControlsOutput, error)
type GetBucketPolicyFuture ¶
type GetBucketPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketPolicyFuture) Get ¶
func (r *GetBucketPolicyFuture) Get(ctx workflow.Context) (*s3.GetBucketPolicyOutput, error)
type GetBucketPolicyStatusFuture ¶
type GetBucketPolicyStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketPolicyStatusFuture) Get ¶
func (r *GetBucketPolicyStatusFuture) Get(ctx workflow.Context) (*s3.GetBucketPolicyStatusOutput, error)
type GetBucketReplicationFuture ¶
type GetBucketReplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketReplicationFuture) Get ¶
func (r *GetBucketReplicationFuture) Get(ctx workflow.Context) (*s3.GetBucketReplicationOutput, error)
type GetBucketRequestPaymentFuture ¶
type GetBucketRequestPaymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketRequestPaymentFuture) Get ¶
func (r *GetBucketRequestPaymentFuture) Get(ctx workflow.Context) (*s3.GetBucketRequestPaymentOutput, error)
type GetBucketTaggingFuture ¶
type GetBucketTaggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketTaggingFuture) Get ¶
func (r *GetBucketTaggingFuture) Get(ctx workflow.Context) (*s3.GetBucketTaggingOutput, error)
type GetBucketVersioningFuture ¶
type GetBucketVersioningFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketVersioningFuture) Get ¶
func (r *GetBucketVersioningFuture) Get(ctx workflow.Context) (*s3.GetBucketVersioningOutput, error)
type GetBucketWebsiteFuture ¶
type GetBucketWebsiteFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBucketWebsiteFuture) Get ¶
func (r *GetBucketWebsiteFuture) Get(ctx workflow.Context) (*s3.GetBucketWebsiteOutput, error)
type GetObjectAclFuture ¶
func (*GetObjectAclFuture) Get ¶
func (r *GetObjectAclFuture) Get(ctx workflow.Context) (*s3.GetObjectAclOutput, error)
type GetObjectFuture ¶
func (*GetObjectFuture) Get ¶
func (r *GetObjectFuture) Get(ctx workflow.Context) (*s3.GetObjectOutput, error)
type GetObjectLegalHoldFuture ¶
type GetObjectLegalHoldFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetObjectLegalHoldFuture) Get ¶
func (r *GetObjectLegalHoldFuture) Get(ctx workflow.Context) (*s3.GetObjectLegalHoldOutput, error)
type GetObjectLockConfigurationFuture ¶
type GetObjectLockConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetObjectLockConfigurationFuture) Get ¶
func (r *GetObjectLockConfigurationFuture) Get(ctx workflow.Context) (*s3.GetObjectLockConfigurationOutput, error)
type GetObjectRetentionFuture ¶
type GetObjectRetentionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetObjectRetentionFuture) Get ¶
func (r *GetObjectRetentionFuture) Get(ctx workflow.Context) (*s3.GetObjectRetentionOutput, error)
type GetObjectTaggingFuture ¶
type GetObjectTaggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetObjectTaggingFuture) Get ¶
func (r *GetObjectTaggingFuture) Get(ctx workflow.Context) (*s3.GetObjectTaggingOutput, error)
type GetObjectTorrentFuture ¶
type GetObjectTorrentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetObjectTorrentFuture) Get ¶
func (r *GetObjectTorrentFuture) Get(ctx workflow.Context) (*s3.GetObjectTorrentOutput, error)
type GetPublicAccessBlockFuture ¶
type GetPublicAccessBlockFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPublicAccessBlockFuture) Get ¶
func (r *GetPublicAccessBlockFuture) Get(ctx workflow.Context) (*s3.GetPublicAccessBlockOutput, error)
type HeadBucketFuture ¶
func (*HeadBucketFuture) Get ¶
func (r *HeadBucketFuture) Get(ctx workflow.Context) (*s3.HeadBucketOutput, error)
type HeadObjectFuture ¶
func (*HeadObjectFuture) Get ¶
func (r *HeadObjectFuture) Get(ctx workflow.Context) (*s3.HeadObjectOutput, error)
type ListBucketAnalyticsConfigurationsFuture ¶
type ListBucketAnalyticsConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBucketAnalyticsConfigurationsFuture) Get ¶
func (r *ListBucketAnalyticsConfigurationsFuture) Get(ctx workflow.Context) (*s3.ListBucketAnalyticsConfigurationsOutput, error)
type ListBucketIntelligentTieringConfigurationsFuture ¶
type ListBucketIntelligentTieringConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListBucketInventoryConfigurationsFuture ¶
type ListBucketInventoryConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBucketInventoryConfigurationsFuture) Get ¶
func (r *ListBucketInventoryConfigurationsFuture) Get(ctx workflow.Context) (*s3.ListBucketInventoryConfigurationsOutput, error)
type ListBucketMetricsConfigurationsFuture ¶
type ListBucketMetricsConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListBucketMetricsConfigurationsFuture) Get ¶
func (r *ListBucketMetricsConfigurationsFuture) Get(ctx workflow.Context) (*s3.ListBucketMetricsConfigurationsOutput, error)
type ListBucketsFuture ¶
func (*ListBucketsFuture) Get ¶
func (r *ListBucketsFuture) Get(ctx workflow.Context) (*s3.ListBucketsOutput, error)
type ListMultipartUploadsFuture ¶
type ListMultipartUploadsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListMultipartUploadsFuture) Get ¶
func (r *ListMultipartUploadsFuture) Get(ctx workflow.Context) (*s3.ListMultipartUploadsOutput, error)
type ListObjectVersionsFuture ¶
type ListObjectVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListObjectVersionsFuture) Get ¶
func (r *ListObjectVersionsFuture) Get(ctx workflow.Context) (*s3.ListObjectVersionsOutput, error)
type ListObjectsFuture ¶
func (*ListObjectsFuture) Get ¶
func (r *ListObjectsFuture) Get(ctx workflow.Context) (*s3.ListObjectsOutput, error)
type ListObjectsV2Future ¶
func (*ListObjectsV2Future) Get ¶
func (r *ListObjectsV2Future) Get(ctx workflow.Context) (*s3.ListObjectsV2Output, error)
type ListPartsFuture ¶
func (*ListPartsFuture) Get ¶
func (r *ListPartsFuture) Get(ctx workflow.Context) (*s3.ListPartsOutput, error)
type PutBucketAccelerateConfigurationFuture ¶
type PutBucketAccelerateConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketAccelerateConfigurationFuture) Get ¶
func (r *PutBucketAccelerateConfigurationFuture) Get(ctx workflow.Context) (*s3.PutBucketAccelerateConfigurationOutput, error)
type PutBucketAclFuture ¶
func (*PutBucketAclFuture) Get ¶
func (r *PutBucketAclFuture) Get(ctx workflow.Context) (*s3.PutBucketAclOutput, error)
type PutBucketAnalyticsConfigurationFuture ¶
type PutBucketAnalyticsConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketAnalyticsConfigurationFuture) Get ¶
func (r *PutBucketAnalyticsConfigurationFuture) Get(ctx workflow.Context) (*s3.PutBucketAnalyticsConfigurationOutput, error)
type PutBucketCorsFuture ¶
func (*PutBucketCorsFuture) Get ¶
func (r *PutBucketCorsFuture) Get(ctx workflow.Context) (*s3.PutBucketCorsOutput, error)
type PutBucketEncryptionFuture ¶
type PutBucketEncryptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketEncryptionFuture) Get ¶
func (r *PutBucketEncryptionFuture) Get(ctx workflow.Context) (*s3.PutBucketEncryptionOutput, error)
type PutBucketIntelligentTieringConfigurationFuture ¶
type PutBucketIntelligentTieringConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type PutBucketInventoryConfigurationFuture ¶
type PutBucketInventoryConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketInventoryConfigurationFuture) Get ¶
func (r *PutBucketInventoryConfigurationFuture) Get(ctx workflow.Context) (*s3.PutBucketInventoryConfigurationOutput, error)
type PutBucketLifecycleConfigurationFuture ¶
type PutBucketLifecycleConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketLifecycleConfigurationFuture) Get ¶
func (r *PutBucketLifecycleConfigurationFuture) Get(ctx workflow.Context) (*s3.PutBucketLifecycleConfigurationOutput, error)
type PutBucketLifecycleFuture ¶
type PutBucketLifecycleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketLifecycleFuture) Get ¶
func (r *PutBucketLifecycleFuture) Get(ctx workflow.Context) (*s3.PutBucketLifecycleOutput, error)
type PutBucketLoggingFuture ¶
type PutBucketLoggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketLoggingFuture) Get ¶
func (r *PutBucketLoggingFuture) Get(ctx workflow.Context) (*s3.PutBucketLoggingOutput, error)
type PutBucketMetricsConfigurationFuture ¶
type PutBucketMetricsConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketMetricsConfigurationFuture) Get ¶
func (r *PutBucketMetricsConfigurationFuture) Get(ctx workflow.Context) (*s3.PutBucketMetricsConfigurationOutput, error)
type PutBucketNotificationConfigurationFuture ¶
type PutBucketNotificationConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketNotificationConfigurationFuture) Get ¶
func (r *PutBucketNotificationConfigurationFuture) Get(ctx workflow.Context) (*s3.PutBucketNotificationConfigurationOutput, error)
type PutBucketNotificationFuture ¶
type PutBucketNotificationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketNotificationFuture) Get ¶
func (r *PutBucketNotificationFuture) Get(ctx workflow.Context) (*s3.PutBucketNotificationOutput, error)
type PutBucketOwnershipControlsFuture ¶
type PutBucketOwnershipControlsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketOwnershipControlsFuture) Get ¶
func (r *PutBucketOwnershipControlsFuture) Get(ctx workflow.Context) (*s3.PutBucketOwnershipControlsOutput, error)
type PutBucketPolicyFuture ¶
type PutBucketPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketPolicyFuture) Get ¶
func (r *PutBucketPolicyFuture) Get(ctx workflow.Context) (*s3.PutBucketPolicyOutput, error)
type PutBucketReplicationFuture ¶
type PutBucketReplicationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketReplicationFuture) Get ¶
func (r *PutBucketReplicationFuture) Get(ctx workflow.Context) (*s3.PutBucketReplicationOutput, error)
type PutBucketRequestPaymentFuture ¶
type PutBucketRequestPaymentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketRequestPaymentFuture) Get ¶
func (r *PutBucketRequestPaymentFuture) Get(ctx workflow.Context) (*s3.PutBucketRequestPaymentOutput, error)
type PutBucketTaggingFuture ¶
type PutBucketTaggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketTaggingFuture) Get ¶
func (r *PutBucketTaggingFuture) Get(ctx workflow.Context) (*s3.PutBucketTaggingOutput, error)
type PutBucketVersioningFuture ¶
type PutBucketVersioningFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketVersioningFuture) Get ¶
func (r *PutBucketVersioningFuture) Get(ctx workflow.Context) (*s3.PutBucketVersioningOutput, error)
type PutBucketWebsiteFuture ¶
type PutBucketWebsiteFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutBucketWebsiteFuture) Get ¶
func (r *PutBucketWebsiteFuture) Get(ctx workflow.Context) (*s3.PutBucketWebsiteOutput, error)
type PutObjectAclFuture ¶
func (*PutObjectAclFuture) Get ¶
func (r *PutObjectAclFuture) Get(ctx workflow.Context) (*s3.PutObjectAclOutput, error)
type PutObjectFuture ¶
func (*PutObjectFuture) Get ¶
func (r *PutObjectFuture) Get(ctx workflow.Context) (*s3.PutObjectOutput, error)
type PutObjectLegalHoldFuture ¶
type PutObjectLegalHoldFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutObjectLegalHoldFuture) Get ¶
func (r *PutObjectLegalHoldFuture) Get(ctx workflow.Context) (*s3.PutObjectLegalHoldOutput, error)
type PutObjectLockConfigurationFuture ¶
type PutObjectLockConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutObjectLockConfigurationFuture) Get ¶
func (r *PutObjectLockConfigurationFuture) Get(ctx workflow.Context) (*s3.PutObjectLockConfigurationOutput, error)
type PutObjectRetentionFuture ¶
type PutObjectRetentionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutObjectRetentionFuture) Get ¶
func (r *PutObjectRetentionFuture) Get(ctx workflow.Context) (*s3.PutObjectRetentionOutput, error)
type PutObjectTaggingFuture ¶
type PutObjectTaggingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutObjectTaggingFuture) Get ¶
func (r *PutObjectTaggingFuture) Get(ctx workflow.Context) (*s3.PutObjectTaggingOutput, error)
type PutPublicAccessBlockFuture ¶
type PutPublicAccessBlockFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutPublicAccessBlockFuture) Get ¶
func (r *PutPublicAccessBlockFuture) Get(ctx workflow.Context) (*s3.PutPublicAccessBlockOutput, error)
type RestoreObjectFuture ¶
func (*RestoreObjectFuture) Get ¶
func (r *RestoreObjectFuture) Get(ctx workflow.Context) (*s3.RestoreObjectOutput, error)
type SelectObjectContentFuture ¶
type SelectObjectContentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SelectObjectContentFuture) Get ¶
func (r *SelectObjectContentFuture) Get(ctx workflow.Context) (*s3.SelectObjectContentOutput, error)
type UploadPartCopyFuture ¶
func (*UploadPartCopyFuture) Get ¶
func (r *UploadPartCopyFuture) Get(ctx workflow.Context) (*s3.UploadPartCopyOutput, error)
type UploadPartFuture ¶
func (*UploadPartFuture) Get ¶
func (r *UploadPartFuture) Get(ctx workflow.Context) (*s3.UploadPartOutput, error)
Click to show internal directories.
Click to hide internal directories.