aws-sdk-s3control 1.22.0 → 1.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-s3control.rb +2 -1
- data/lib/aws-sdk-s3control/arn/outpost_access_point_arn.rb +80 -0
- data/lib/aws-sdk-s3control/arn/outpost_bucket_arn.rb +76 -0
- data/lib/aws-sdk-s3control/client.rb +2299 -257
- data/lib/aws-sdk-s3control/client_api.rb +724 -21
- data/lib/aws-sdk-s3control/errors.rb +22 -0
- data/lib/aws-sdk-s3control/plugins/arn.rb +227 -0
- data/lib/aws-sdk-s3control/plugins/dualstack.rb +11 -10
- data/lib/aws-sdk-s3control/plugins/s3_control_signer.rb +96 -0
- data/lib/aws-sdk-s3control/types.rb +2740 -318
- metadata +8 -6
- data/lib/aws-sdk-s3control/plugins/s3_control_dns.rb +0 -29
- data/lib/aws-sdk-s3control/plugins/s3_signer.rb +0 -87
@@ -13,26 +13,57 @@ module Aws::S3Control
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
+
AbortIncompleteMultipartUpload = Shapes::StructureShape.new(name: 'AbortIncompleteMultipartUpload')
|
16
17
|
AccessPoint = Shapes::StructureShape.new(name: 'AccessPoint')
|
17
18
|
AccessPointList = Shapes::ListShape.new(name: 'AccessPointList')
|
18
19
|
AccessPointName = Shapes::StringShape.new(name: 'AccessPointName')
|
19
20
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
21
|
+
AccountLevel = Shapes::StructureShape.new(name: 'AccountLevel')
|
22
|
+
ActivityMetrics = Shapes::StructureShape.new(name: 'ActivityMetrics')
|
23
|
+
AwsOrgArn = Shapes::StringShape.new(name: 'AwsOrgArn')
|
20
24
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
21
25
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
26
|
+
BucketAlreadyExists = Shapes::StructureShape.new(name: 'BucketAlreadyExists')
|
27
|
+
BucketAlreadyOwnedByYou = Shapes::StructureShape.new(name: 'BucketAlreadyOwnedByYou')
|
28
|
+
BucketCannedACL = Shapes::StringShape.new(name: 'BucketCannedACL')
|
29
|
+
BucketLevel = Shapes::StructureShape.new(name: 'BucketLevel')
|
30
|
+
BucketLocationConstraint = Shapes::StringShape.new(name: 'BucketLocationConstraint')
|
22
31
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
32
|
+
Buckets = Shapes::ListShape.new(name: 'Buckets')
|
33
|
+
ConfigId = Shapes::StringShape.new(name: 'ConfigId')
|
34
|
+
ConfirmRemoveSelfBucketAccess = Shapes::BooleanShape.new(name: 'ConfirmRemoveSelfBucketAccess')
|
23
35
|
ConfirmationRequired = Shapes::BooleanShape.new(name: 'ConfirmationRequired')
|
36
|
+
ContinuationToken = Shapes::StringShape.new(name: 'ContinuationToken')
|
24
37
|
CreateAccessPointRequest = Shapes::StructureShape.new(name: 'CreateAccessPointRequest')
|
38
|
+
CreateAccessPointResult = Shapes::StructureShape.new(name: 'CreateAccessPointResult')
|
39
|
+
CreateBucketConfiguration = Shapes::StructureShape.new(name: 'CreateBucketConfiguration')
|
40
|
+
CreateBucketRequest = Shapes::StructureShape.new(name: 'CreateBucketRequest')
|
41
|
+
CreateBucketResult = Shapes::StructureShape.new(name: 'CreateBucketResult')
|
25
42
|
CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
|
26
43
|
CreateJobResult = Shapes::StructureShape.new(name: 'CreateJobResult')
|
27
44
|
CreationDate = Shapes::TimestampShape.new(name: 'CreationDate')
|
45
|
+
Date = Shapes::TimestampShape.new(name: 'Date')
|
46
|
+
Days = Shapes::IntegerShape.new(name: 'Days')
|
47
|
+
DaysAfterInitiation = Shapes::IntegerShape.new(name: 'DaysAfterInitiation')
|
28
48
|
DeleteAccessPointPolicyRequest = Shapes::StructureShape.new(name: 'DeleteAccessPointPolicyRequest')
|
29
49
|
DeleteAccessPointRequest = Shapes::StructureShape.new(name: 'DeleteAccessPointRequest')
|
50
|
+
DeleteBucketLifecycleConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteBucketLifecycleConfigurationRequest')
|
51
|
+
DeleteBucketPolicyRequest = Shapes::StructureShape.new(name: 'DeleteBucketPolicyRequest')
|
52
|
+
DeleteBucketRequest = Shapes::StructureShape.new(name: 'DeleteBucketRequest')
|
53
|
+
DeleteBucketTaggingRequest = Shapes::StructureShape.new(name: 'DeleteBucketTaggingRequest')
|
30
54
|
DeleteJobTaggingRequest = Shapes::StructureShape.new(name: 'DeleteJobTaggingRequest')
|
31
55
|
DeleteJobTaggingResult = Shapes::StructureShape.new(name: 'DeleteJobTaggingResult')
|
32
56
|
DeletePublicAccessBlockRequest = Shapes::StructureShape.new(name: 'DeletePublicAccessBlockRequest')
|
57
|
+
DeleteStorageLensConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteStorageLensConfigurationRequest')
|
58
|
+
DeleteStorageLensConfigurationTaggingRequest = Shapes::StructureShape.new(name: 'DeleteStorageLensConfigurationTaggingRequest')
|
59
|
+
DeleteStorageLensConfigurationTaggingResult = Shapes::StructureShape.new(name: 'DeleteStorageLensConfigurationTaggingResult')
|
33
60
|
DescribeJobRequest = Shapes::StructureShape.new(name: 'DescribeJobRequest')
|
34
61
|
DescribeJobResult = Shapes::StructureShape.new(name: 'DescribeJobResult')
|
35
62
|
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
63
|
+
Exclude = Shapes::StructureShape.new(name: 'Exclude')
|
64
|
+
ExpirationStatus = Shapes::StringShape.new(name: 'ExpirationStatus')
|
65
|
+
ExpiredObjectDeleteMarker = Shapes::BooleanShape.new(name: 'ExpiredObjectDeleteMarker')
|
66
|
+
Format = Shapes::StringShape.new(name: 'Format')
|
36
67
|
FunctionArnString = Shapes::StringShape.new(name: 'FunctionArnString')
|
37
68
|
GetAccessPointPolicyRequest = Shapes::StructureShape.new(name: 'GetAccessPointPolicyRequest')
|
38
69
|
GetAccessPointPolicyResult = Shapes::StructureShape.new(name: 'GetAccessPointPolicyResult')
|
@@ -40,15 +71,35 @@ module Aws::S3Control
|
|
40
71
|
GetAccessPointPolicyStatusResult = Shapes::StructureShape.new(name: 'GetAccessPointPolicyStatusResult')
|
41
72
|
GetAccessPointRequest = Shapes::StructureShape.new(name: 'GetAccessPointRequest')
|
42
73
|
GetAccessPointResult = Shapes::StructureShape.new(name: 'GetAccessPointResult')
|
74
|
+
GetBucketLifecycleConfigurationRequest = Shapes::StructureShape.new(name: 'GetBucketLifecycleConfigurationRequest')
|
75
|
+
GetBucketLifecycleConfigurationResult = Shapes::StructureShape.new(name: 'GetBucketLifecycleConfigurationResult')
|
76
|
+
GetBucketPolicyRequest = Shapes::StructureShape.new(name: 'GetBucketPolicyRequest')
|
77
|
+
GetBucketPolicyResult = Shapes::StructureShape.new(name: 'GetBucketPolicyResult')
|
78
|
+
GetBucketRequest = Shapes::StructureShape.new(name: 'GetBucketRequest')
|
79
|
+
GetBucketResult = Shapes::StructureShape.new(name: 'GetBucketResult')
|
80
|
+
GetBucketTaggingRequest = Shapes::StructureShape.new(name: 'GetBucketTaggingRequest')
|
81
|
+
GetBucketTaggingResult = Shapes::StructureShape.new(name: 'GetBucketTaggingResult')
|
43
82
|
GetJobTaggingRequest = Shapes::StructureShape.new(name: 'GetJobTaggingRequest')
|
44
83
|
GetJobTaggingResult = Shapes::StructureShape.new(name: 'GetJobTaggingResult')
|
45
84
|
GetPublicAccessBlockOutput = Shapes::StructureShape.new(name: 'GetPublicAccessBlockOutput')
|
46
85
|
GetPublicAccessBlockRequest = Shapes::StructureShape.new(name: 'GetPublicAccessBlockRequest')
|
86
|
+
GetStorageLensConfigurationRequest = Shapes::StructureShape.new(name: 'GetStorageLensConfigurationRequest')
|
87
|
+
GetStorageLensConfigurationResult = Shapes::StructureShape.new(name: 'GetStorageLensConfigurationResult')
|
88
|
+
GetStorageLensConfigurationTaggingRequest = Shapes::StructureShape.new(name: 'GetStorageLensConfigurationTaggingRequest')
|
89
|
+
GetStorageLensConfigurationTaggingResult = Shapes::StructureShape.new(name: 'GetStorageLensConfigurationTaggingResult')
|
90
|
+
GrantFullControl = Shapes::StringShape.new(name: 'GrantFullControl')
|
91
|
+
GrantRead = Shapes::StringShape.new(name: 'GrantRead')
|
92
|
+
GrantReadACP = Shapes::StringShape.new(name: 'GrantReadACP')
|
93
|
+
GrantWrite = Shapes::StringShape.new(name: 'GrantWrite')
|
94
|
+
GrantWriteACP = Shapes::StringShape.new(name: 'GrantWriteACP')
|
47
95
|
IAMRoleArn = Shapes::StringShape.new(name: 'IAMRoleArn')
|
96
|
+
ID = Shapes::StringShape.new(name: 'ID')
|
48
97
|
IdempotencyException = Shapes::StructureShape.new(name: 'IdempotencyException')
|
98
|
+
Include = Shapes::StructureShape.new(name: 'Include')
|
49
99
|
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
50
100
|
InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
|
51
101
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
102
|
+
IsEnabled = Shapes::BooleanShape.new(name: 'IsEnabled')
|
52
103
|
IsPublic = Shapes::BooleanShape.new(name: 'IsPublic')
|
53
104
|
JobArn = Shapes::StringShape.new(name: 'JobArn')
|
54
105
|
JobCreationTime = Shapes::TimestampShape.new(name: 'JobCreationTime')
|
@@ -82,12 +133,25 @@ module Aws::S3Control
|
|
82
133
|
JobTotalNumberOfTasks = Shapes::IntegerShape.new(name: 'JobTotalNumberOfTasks')
|
83
134
|
KmsKeyArnString = Shapes::StringShape.new(name: 'KmsKeyArnString')
|
84
135
|
LambdaInvokeOperation = Shapes::StructureShape.new(name: 'LambdaInvokeOperation')
|
136
|
+
LifecycleConfiguration = Shapes::StructureShape.new(name: 'LifecycleConfiguration')
|
137
|
+
LifecycleExpiration = Shapes::StructureShape.new(name: 'LifecycleExpiration')
|
138
|
+
LifecycleRule = Shapes::StructureShape.new(name: 'LifecycleRule')
|
139
|
+
LifecycleRuleAndOperator = Shapes::StructureShape.new(name: 'LifecycleRuleAndOperator')
|
140
|
+
LifecycleRuleFilter = Shapes::StructureShape.new(name: 'LifecycleRuleFilter')
|
141
|
+
LifecycleRules = Shapes::ListShape.new(name: 'LifecycleRules')
|
85
142
|
ListAccessPointsRequest = Shapes::StructureShape.new(name: 'ListAccessPointsRequest')
|
86
143
|
ListAccessPointsResult = Shapes::StructureShape.new(name: 'ListAccessPointsResult')
|
87
144
|
ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
|
88
145
|
ListJobsResult = Shapes::StructureShape.new(name: 'ListJobsResult')
|
146
|
+
ListRegionalBucketsRequest = Shapes::StructureShape.new(name: 'ListRegionalBucketsRequest')
|
147
|
+
ListRegionalBucketsResult = Shapes::StructureShape.new(name: 'ListRegionalBucketsResult')
|
148
|
+
ListStorageLensConfigurationEntry = Shapes::StructureShape.new(name: 'ListStorageLensConfigurationEntry')
|
149
|
+
ListStorageLensConfigurationsRequest = Shapes::StructureShape.new(name: 'ListStorageLensConfigurationsRequest')
|
150
|
+
ListStorageLensConfigurationsResult = Shapes::StructureShape.new(name: 'ListStorageLensConfigurationsResult')
|
151
|
+
Location = Shapes::StringShape.new(name: 'Location')
|
89
152
|
MaxLength1024String = Shapes::StringShape.new(name: 'MaxLength1024String')
|
90
153
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
154
|
+
MinStorageBytesPercentage = Shapes::FloatShape.new(name: 'MinStorageBytesPercentage')
|
91
155
|
NetworkOrigin = Shapes::StringShape.new(name: 'NetworkOrigin')
|
92
156
|
NoSuchPublicAccessBlockConfiguration = Shapes::StructureShape.new(name: 'NoSuchPublicAccessBlockConfiguration')
|
93
157
|
NoSuchPublicAccessBlockConfigurationMessage = Shapes::StringShape.new(name: 'NoSuchPublicAccessBlockConfigurationMessage')
|
@@ -95,23 +159,45 @@ module Aws::S3Control
|
|
95
159
|
NonEmptyMaxLength2048String = Shapes::StringShape.new(name: 'NonEmptyMaxLength2048String')
|
96
160
|
NonEmptyMaxLength256String = Shapes::StringShape.new(name: 'NonEmptyMaxLength256String')
|
97
161
|
NonEmptyMaxLength64String = Shapes::StringShape.new(name: 'NonEmptyMaxLength64String')
|
162
|
+
NoncurrentVersionExpiration = Shapes::StructureShape.new(name: 'NoncurrentVersionExpiration')
|
163
|
+
NoncurrentVersionTransition = Shapes::StructureShape.new(name: 'NoncurrentVersionTransition')
|
164
|
+
NoncurrentVersionTransitionList = Shapes::ListShape.new(name: 'NoncurrentVersionTransitionList')
|
98
165
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
166
|
+
ObjectLockEnabledForBucket = Shapes::BooleanShape.new(name: 'ObjectLockEnabledForBucket')
|
99
167
|
OperationName = Shapes::StringShape.new(name: 'OperationName')
|
168
|
+
OutputSchemaVersion = Shapes::StringShape.new(name: 'OutputSchemaVersion')
|
100
169
|
Policy = Shapes::StringShape.new(name: 'Policy')
|
101
170
|
PolicyStatus = Shapes::StructureShape.new(name: 'PolicyStatus')
|
171
|
+
Prefix = Shapes::StringShape.new(name: 'Prefix')
|
172
|
+
PrefixLevel = Shapes::StructureShape.new(name: 'PrefixLevel')
|
173
|
+
PrefixLevelStorageMetrics = Shapes::StructureShape.new(name: 'PrefixLevelStorageMetrics')
|
102
174
|
PublicAccessBlockConfiguration = Shapes::StructureShape.new(name: 'PublicAccessBlockConfiguration')
|
175
|
+
PublicAccessBlockEnabled = Shapes::BooleanShape.new(name: 'PublicAccessBlockEnabled')
|
103
176
|
PutAccessPointPolicyRequest = Shapes::StructureShape.new(name: 'PutAccessPointPolicyRequest')
|
177
|
+
PutBucketLifecycleConfigurationRequest = Shapes::StructureShape.new(name: 'PutBucketLifecycleConfigurationRequest')
|
178
|
+
PutBucketPolicyRequest = Shapes::StructureShape.new(name: 'PutBucketPolicyRequest')
|
179
|
+
PutBucketTaggingRequest = Shapes::StructureShape.new(name: 'PutBucketTaggingRequest')
|
104
180
|
PutJobTaggingRequest = Shapes::StructureShape.new(name: 'PutJobTaggingRequest')
|
105
181
|
PutJobTaggingResult = Shapes::StructureShape.new(name: 'PutJobTaggingResult')
|
106
182
|
PutPublicAccessBlockRequest = Shapes::StructureShape.new(name: 'PutPublicAccessBlockRequest')
|
183
|
+
PutStorageLensConfigurationRequest = Shapes::StructureShape.new(name: 'PutStorageLensConfigurationRequest')
|
184
|
+
PutStorageLensConfigurationTaggingRequest = Shapes::StructureShape.new(name: 'PutStorageLensConfigurationTaggingRequest')
|
185
|
+
PutStorageLensConfigurationTaggingResult = Shapes::StructureShape.new(name: 'PutStorageLensConfigurationTaggingResult')
|
186
|
+
RegionalBucket = Shapes::StructureShape.new(name: 'RegionalBucket')
|
187
|
+
RegionalBucketList = Shapes::ListShape.new(name: 'RegionalBucketList')
|
188
|
+
Regions = Shapes::ListShape.new(name: 'Regions')
|
107
189
|
ReportPrefixString = Shapes::StringShape.new(name: 'ReportPrefixString')
|
108
190
|
RequestedJobStatus = Shapes::StringShape.new(name: 'RequestedJobStatus')
|
191
|
+
S3AWSRegion = Shapes::StringShape.new(name: 'S3AWSRegion')
|
109
192
|
S3AccessControlList = Shapes::StructureShape.new(name: 'S3AccessControlList')
|
110
193
|
S3AccessControlPolicy = Shapes::StructureShape.new(name: 'S3AccessControlPolicy')
|
194
|
+
S3AccessPointArn = Shapes::StringShape.new(name: 'S3AccessPointArn')
|
111
195
|
S3BucketArnString = Shapes::StringShape.new(name: 'S3BucketArnString')
|
196
|
+
S3BucketDestination = Shapes::StructureShape.new(name: 'S3BucketDestination')
|
112
197
|
S3CannedAccessControlList = Shapes::StringShape.new(name: 'S3CannedAccessControlList')
|
113
198
|
S3ContentLength = Shapes::IntegerShape.new(name: 'S3ContentLength')
|
114
199
|
S3CopyObjectOperation = Shapes::StructureShape.new(name: 'S3CopyObjectOperation')
|
200
|
+
S3DeleteObjectTaggingOperation = Shapes::StructureShape.new(name: 'S3DeleteObjectTaggingOperation')
|
115
201
|
S3ExpirationInDays = Shapes::IntegerShape.new(name: 'S3ExpirationInDays')
|
116
202
|
S3GlacierJobTier = Shapes::StringShape.new(name: 'S3GlacierJobTier')
|
117
203
|
S3Grant = Shapes::StructureShape.new(name: 'S3Grant')
|
@@ -129,6 +215,7 @@ module Aws::S3Control
|
|
129
215
|
S3ObjectOwner = Shapes::StructureShape.new(name: 'S3ObjectOwner')
|
130
216
|
S3ObjectVersionId = Shapes::StringShape.new(name: 'S3ObjectVersionId')
|
131
217
|
S3Permission = Shapes::StringShape.new(name: 'S3Permission')
|
218
|
+
S3RegionalBucketArn = Shapes::StringShape.new(name: 'S3RegionalBucketArn')
|
132
219
|
S3Retention = Shapes::StructureShape.new(name: 'S3Retention')
|
133
220
|
S3SSEAlgorithm = Shapes::StringShape.new(name: 'S3SSEAlgorithm')
|
134
221
|
S3SetObjectAclOperation = Shapes::StructureShape.new(name: 'S3SetObjectAclOperation')
|
@@ -139,15 +226,33 @@ module Aws::S3Control
|
|
139
226
|
S3Tag = Shapes::StructureShape.new(name: 'S3Tag')
|
140
227
|
S3TagSet = Shapes::ListShape.new(name: 'S3TagSet')
|
141
228
|
S3UserMetadata = Shapes::MapShape.new(name: 'S3UserMetadata')
|
229
|
+
SSEKMS = Shapes::StructureShape.new(name: 'SSEKMS')
|
230
|
+
SSEKMSKeyId = Shapes::StringShape.new(name: 'SSEKMSKeyId')
|
231
|
+
SSES3 = Shapes::StructureShape.new(name: 'SSES3')
|
232
|
+
SelectionCriteria = Shapes::StructureShape.new(name: 'SelectionCriteria')
|
142
233
|
Setting = Shapes::BooleanShape.new(name: 'Setting')
|
234
|
+
StorageLensArn = Shapes::StringShape.new(name: 'StorageLensArn')
|
235
|
+
StorageLensAwsOrg = Shapes::StructureShape.new(name: 'StorageLensAwsOrg')
|
236
|
+
StorageLensConfiguration = Shapes::StructureShape.new(name: 'StorageLensConfiguration')
|
237
|
+
StorageLensConfigurationList = Shapes::ListShape.new(name: 'StorageLensConfigurationList', flattened: true)
|
238
|
+
StorageLensDataExport = Shapes::StructureShape.new(name: 'StorageLensDataExport')
|
239
|
+
StorageLensDataExportEncryption = Shapes::StructureShape.new(name: 'StorageLensDataExportEncryption')
|
240
|
+
StorageLensPrefixLevelDelimiter = Shapes::StringShape.new(name: 'StorageLensPrefixLevelDelimiter')
|
241
|
+
StorageLensPrefixLevelMaxDepth = Shapes::IntegerShape.new(name: 'StorageLensPrefixLevelMaxDepth')
|
242
|
+
StorageLensTag = Shapes::StructureShape.new(name: 'StorageLensTag')
|
243
|
+
StorageLensTags = Shapes::ListShape.new(name: 'StorageLensTags')
|
143
244
|
StringForNextToken = Shapes::StringShape.new(name: 'StringForNextToken')
|
144
245
|
SuspendedCause = Shapes::StringShape.new(name: 'SuspendedCause')
|
145
246
|
SuspendedDate = Shapes::TimestampShape.new(name: 'SuspendedDate')
|
146
247
|
TagKeyString = Shapes::StringShape.new(name: 'TagKeyString')
|
147
248
|
TagValueString = Shapes::StringShape.new(name: 'TagValueString')
|
249
|
+
Tagging = Shapes::StructureShape.new(name: 'Tagging')
|
148
250
|
TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp')
|
149
251
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
150
252
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
253
|
+
Transition = Shapes::StructureShape.new(name: 'Transition')
|
254
|
+
TransitionList = Shapes::ListShape.new(name: 'TransitionList')
|
255
|
+
TransitionStorageClass = Shapes::StringShape.new(name: 'TransitionStorageClass')
|
151
256
|
UpdateJobPriorityRequest = Shapes::StructureShape.new(name: 'UpdateJobPriorityRequest')
|
152
257
|
UpdateJobPriorityResult = Shapes::StructureShape.new(name: 'UpdateJobPriorityResult')
|
153
258
|
UpdateJobStatusRequest = Shapes::StructureShape.new(name: 'UpdateJobStatusRequest')
|
@@ -155,25 +260,70 @@ module Aws::S3Control
|
|
155
260
|
VpcConfiguration = Shapes::StructureShape.new(name: 'VpcConfiguration')
|
156
261
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
157
262
|
|
263
|
+
AbortIncompleteMultipartUpload.add_member(:days_after_initiation, Shapes::ShapeRef.new(shape: DaysAfterInitiation, location_name: "DaysAfterInitiation"))
|
264
|
+
AbortIncompleteMultipartUpload.struct_class = Types::AbortIncompleteMultipartUpload
|
265
|
+
|
158
266
|
AccessPoint.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location_name: "Name"))
|
159
267
|
AccessPoint.add_member(:network_origin, Shapes::ShapeRef.new(shape: NetworkOrigin, required: true, location_name: "NetworkOrigin"))
|
160
268
|
AccessPoint.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
|
161
269
|
AccessPoint.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "Bucket"))
|
270
|
+
AccessPoint.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "AccessPointArn"))
|
162
271
|
AccessPoint.struct_class = Types::AccessPoint
|
163
272
|
|
164
273
|
AccessPointList.member = Shapes::ShapeRef.new(shape: AccessPoint, location_name: "AccessPoint")
|
165
274
|
|
275
|
+
AccountLevel.add_member(:activity_metrics, Shapes::ShapeRef.new(shape: ActivityMetrics, location_name: "ActivityMetrics"))
|
276
|
+
AccountLevel.add_member(:bucket_level, Shapes::ShapeRef.new(shape: BucketLevel, required: true, location_name: "BucketLevel"))
|
277
|
+
AccountLevel.struct_class = Types::AccountLevel
|
278
|
+
|
279
|
+
ActivityMetrics.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, location_name: "IsEnabled"))
|
280
|
+
ActivityMetrics.struct_class = Types::ActivityMetrics
|
281
|
+
|
166
282
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
167
283
|
BadRequestException.struct_class = Types::BadRequestException
|
168
284
|
|
169
|
-
|
285
|
+
BucketAlreadyExists.struct_class = Types::BucketAlreadyExists
|
286
|
+
|
287
|
+
BucketAlreadyOwnedByYou.struct_class = Types::BucketAlreadyOwnedByYou
|
288
|
+
|
289
|
+
BucketLevel.add_member(:activity_metrics, Shapes::ShapeRef.new(shape: ActivityMetrics, location_name: "ActivityMetrics"))
|
290
|
+
BucketLevel.add_member(:prefix_level, Shapes::ShapeRef.new(shape: PrefixLevel, location_name: "PrefixLevel"))
|
291
|
+
BucketLevel.struct_class = Types::BucketLevel
|
292
|
+
|
293
|
+
Buckets.member = Shapes::ShapeRef.new(shape: S3BucketArnString, location_name: "Arn")
|
294
|
+
|
295
|
+
CreateAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
170
296
|
CreateAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
171
297
|
CreateAccessPointRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "Bucket"))
|
172
298
|
CreateAccessPointRequest.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
|
173
299
|
CreateAccessPointRequest.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: PublicAccessBlockConfiguration, location_name: "PublicAccessBlockConfiguration"))
|
174
300
|
CreateAccessPointRequest.struct_class = Types::CreateAccessPointRequest
|
175
301
|
|
176
|
-
|
302
|
+
CreateAccessPointResult.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: S3AccessPointArn, location_name: "AccessPointArn"))
|
303
|
+
CreateAccessPointResult.struct_class = Types::CreateAccessPointResult
|
304
|
+
|
305
|
+
CreateBucketConfiguration.add_member(:location_constraint, Shapes::ShapeRef.new(shape: BucketLocationConstraint, location_name: "LocationConstraint"))
|
306
|
+
CreateBucketConfiguration.struct_class = Types::CreateBucketConfiguration
|
307
|
+
|
308
|
+
CreateBucketRequest.add_member(:acl, Shapes::ShapeRef.new(shape: BucketCannedACL, location: "header", location_name: "x-amz-acl"))
|
309
|
+
CreateBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
310
|
+
CreateBucketRequest.add_member(:create_bucket_configuration, Shapes::ShapeRef.new(shape: CreateBucketConfiguration, location_name: "CreateBucketConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}}))
|
311
|
+
CreateBucketRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
|
312
|
+
CreateBucketRequest.add_member(:grant_read, Shapes::ShapeRef.new(shape: GrantRead, location: "header", location_name: "x-amz-grant-read"))
|
313
|
+
CreateBucketRequest.add_member(:grant_read_acp, Shapes::ShapeRef.new(shape: GrantReadACP, location: "header", location_name: "x-amz-grant-read-acp"))
|
314
|
+
CreateBucketRequest.add_member(:grant_write, Shapes::ShapeRef.new(shape: GrantWrite, location: "header", location_name: "x-amz-grant-write"))
|
315
|
+
CreateBucketRequest.add_member(:grant_write_acp, Shapes::ShapeRef.new(shape: GrantWriteACP, location: "header", location_name: "x-amz-grant-write-acp"))
|
316
|
+
CreateBucketRequest.add_member(:object_lock_enabled_for_bucket, Shapes::ShapeRef.new(shape: ObjectLockEnabledForBucket, location: "header", location_name: "x-amz-bucket-object-lock-enabled"))
|
317
|
+
CreateBucketRequest.add_member(:outpost_id, Shapes::ShapeRef.new(shape: NonEmptyMaxLength64String, location: "header", location_name: "x-amz-outpost-id"))
|
318
|
+
CreateBucketRequest.struct_class = Types::CreateBucketRequest
|
319
|
+
CreateBucketRequest[:payload] = :create_bucket_configuration
|
320
|
+
CreateBucketRequest[:payload_member] = CreateBucketRequest.member(:create_bucket_configuration)
|
321
|
+
|
322
|
+
CreateBucketResult.add_member(:location, Shapes::ShapeRef.new(shape: Location, location: "header", location_name: "Location"))
|
323
|
+
CreateBucketResult.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: S3RegionalBucketArn, location_name: "BucketArn"))
|
324
|
+
CreateBucketResult.struct_class = Types::CreateBucketResult
|
325
|
+
|
326
|
+
CreateJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
177
327
|
CreateJobRequest.add_member(:confirmation_required, Shapes::ShapeRef.new(shape: ConfirmationRequired, location_name: "ConfirmationRequired", metadata: {"box"=>true}))
|
178
328
|
CreateJobRequest.add_member(:operation, Shapes::ShapeRef.new(shape: JobOperation, required: true, location_name: "Operation"))
|
179
329
|
CreateJobRequest.add_member(:report, Shapes::ShapeRef.new(shape: JobReport, required: true, location_name: "Report"))
|
@@ -188,45 +338,75 @@ module Aws::S3Control
|
|
188
338
|
CreateJobResult.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
|
189
339
|
CreateJobResult.struct_class = Types::CreateJobResult
|
190
340
|
|
191
|
-
DeleteAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
341
|
+
DeleteAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
192
342
|
DeleteAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
193
343
|
DeleteAccessPointPolicyRequest.struct_class = Types::DeleteAccessPointPolicyRequest
|
194
344
|
|
195
|
-
DeleteAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
345
|
+
DeleteAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
196
346
|
DeleteAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
197
347
|
DeleteAccessPointRequest.struct_class = Types::DeleteAccessPointRequest
|
198
348
|
|
199
|
-
|
349
|
+
DeleteBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
350
|
+
DeleteBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
351
|
+
DeleteBucketLifecycleConfigurationRequest.struct_class = Types::DeleteBucketLifecycleConfigurationRequest
|
352
|
+
|
353
|
+
DeleteBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
354
|
+
DeleteBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
355
|
+
DeleteBucketPolicyRequest.struct_class = Types::DeleteBucketPolicyRequest
|
356
|
+
|
357
|
+
DeleteBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
358
|
+
DeleteBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
359
|
+
DeleteBucketRequest.struct_class = Types::DeleteBucketRequest
|
360
|
+
|
361
|
+
DeleteBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
362
|
+
DeleteBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
363
|
+
DeleteBucketTaggingRequest.struct_class = Types::DeleteBucketTaggingRequest
|
364
|
+
|
365
|
+
DeleteJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
200
366
|
DeleteJobTaggingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
201
367
|
DeleteJobTaggingRequest.struct_class = Types::DeleteJobTaggingRequest
|
202
368
|
|
203
369
|
DeleteJobTaggingResult.struct_class = Types::DeleteJobTaggingResult
|
204
370
|
|
205
|
-
DeletePublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
371
|
+
DeletePublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
206
372
|
DeletePublicAccessBlockRequest.struct_class = Types::DeletePublicAccessBlockRequest
|
207
373
|
|
208
|
-
|
374
|
+
DeleteStorageLensConfigurationRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
375
|
+
DeleteStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
376
|
+
DeleteStorageLensConfigurationRequest.struct_class = Types::DeleteStorageLensConfigurationRequest
|
377
|
+
|
378
|
+
DeleteStorageLensConfigurationTaggingRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
379
|
+
DeleteStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
380
|
+
DeleteStorageLensConfigurationTaggingRequest.struct_class = Types::DeleteStorageLensConfigurationTaggingRequest
|
381
|
+
|
382
|
+
DeleteStorageLensConfigurationTaggingResult.struct_class = Types::DeleteStorageLensConfigurationTaggingResult
|
383
|
+
|
384
|
+
DescribeJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
209
385
|
DescribeJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
210
386
|
DescribeJobRequest.struct_class = Types::DescribeJobRequest
|
211
387
|
|
212
388
|
DescribeJobResult.add_member(:job, Shapes::ShapeRef.new(shape: JobDescriptor, location_name: "Job"))
|
213
389
|
DescribeJobResult.struct_class = Types::DescribeJobResult
|
214
390
|
|
215
|
-
|
391
|
+
Exclude.add_member(:buckets, Shapes::ShapeRef.new(shape: Buckets, location_name: "Buckets"))
|
392
|
+
Exclude.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
|
393
|
+
Exclude.struct_class = Types::Exclude
|
394
|
+
|
395
|
+
GetAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
216
396
|
GetAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
217
397
|
GetAccessPointPolicyRequest.struct_class = Types::GetAccessPointPolicyRequest
|
218
398
|
|
219
399
|
GetAccessPointPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
220
400
|
GetAccessPointPolicyResult.struct_class = Types::GetAccessPointPolicyResult
|
221
401
|
|
222
|
-
GetAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
402
|
+
GetAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
223
403
|
GetAccessPointPolicyStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
224
404
|
GetAccessPointPolicyStatusRequest.struct_class = Types::GetAccessPointPolicyStatusRequest
|
225
405
|
|
226
406
|
GetAccessPointPolicyStatusResult.add_member(:policy_status, Shapes::ShapeRef.new(shape: PolicyStatus, location_name: "PolicyStatus"))
|
227
407
|
GetAccessPointPolicyStatusResult.struct_class = Types::GetAccessPointPolicyStatusResult
|
228
408
|
|
229
|
-
GetAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
409
|
+
GetAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
230
410
|
GetAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
231
411
|
GetAccessPointRequest.struct_class = Types::GetAccessPointRequest
|
232
412
|
|
@@ -238,7 +418,37 @@ module Aws::S3Control
|
|
238
418
|
GetAccessPointResult.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
|
239
419
|
GetAccessPointResult.struct_class = Types::GetAccessPointResult
|
240
420
|
|
241
|
-
|
421
|
+
GetBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
422
|
+
GetBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
423
|
+
GetBucketLifecycleConfigurationRequest.struct_class = Types::GetBucketLifecycleConfigurationRequest
|
424
|
+
|
425
|
+
GetBucketLifecycleConfigurationResult.add_member(:rules, Shapes::ShapeRef.new(shape: LifecycleRules, location_name: "Rules"))
|
426
|
+
GetBucketLifecycleConfigurationResult.struct_class = Types::GetBucketLifecycleConfigurationResult
|
427
|
+
|
428
|
+
GetBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
429
|
+
GetBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
430
|
+
GetBucketPolicyRequest.struct_class = Types::GetBucketPolicyRequest
|
431
|
+
|
432
|
+
GetBucketPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
433
|
+
GetBucketPolicyResult.struct_class = Types::GetBucketPolicyResult
|
434
|
+
|
435
|
+
GetBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
436
|
+
GetBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
437
|
+
GetBucketRequest.struct_class = Types::GetBucketRequest
|
438
|
+
|
439
|
+
GetBucketResult.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location_name: "Bucket"))
|
440
|
+
GetBucketResult.add_member(:public_access_block_enabled, Shapes::ShapeRef.new(shape: PublicAccessBlockEnabled, location_name: "PublicAccessBlockEnabled"))
|
441
|
+
GetBucketResult.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
|
442
|
+
GetBucketResult.struct_class = Types::GetBucketResult
|
443
|
+
|
444
|
+
GetBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
445
|
+
GetBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
446
|
+
GetBucketTaggingRequest.struct_class = Types::GetBucketTaggingRequest
|
447
|
+
|
448
|
+
GetBucketTaggingResult.add_member(:tag_set, Shapes::ShapeRef.new(shape: S3TagSet, required: true, location_name: "TagSet"))
|
449
|
+
GetBucketTaggingResult.struct_class = Types::GetBucketTaggingResult
|
450
|
+
|
451
|
+
GetJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
242
452
|
GetJobTaggingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
243
453
|
GetJobTaggingRequest.struct_class = Types::GetJobTaggingRequest
|
244
454
|
|
@@ -250,12 +460,32 @@ module Aws::S3Control
|
|
250
460
|
GetPublicAccessBlockOutput[:payload] = :public_access_block_configuration
|
251
461
|
GetPublicAccessBlockOutput[:payload_member] = GetPublicAccessBlockOutput.member(:public_access_block_configuration)
|
252
462
|
|
253
|
-
GetPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
463
|
+
GetPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
254
464
|
GetPublicAccessBlockRequest.struct_class = Types::GetPublicAccessBlockRequest
|
255
465
|
|
466
|
+
GetStorageLensConfigurationRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
467
|
+
GetStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
468
|
+
GetStorageLensConfigurationRequest.struct_class = Types::GetStorageLensConfigurationRequest
|
469
|
+
|
470
|
+
GetStorageLensConfigurationResult.add_member(:storage_lens_configuration, Shapes::ShapeRef.new(shape: StorageLensConfiguration, location_name: "StorageLensConfiguration"))
|
471
|
+
GetStorageLensConfigurationResult.struct_class = Types::GetStorageLensConfigurationResult
|
472
|
+
GetStorageLensConfigurationResult[:payload] = :storage_lens_configuration
|
473
|
+
GetStorageLensConfigurationResult[:payload_member] = GetStorageLensConfigurationResult.member(:storage_lens_configuration)
|
474
|
+
|
475
|
+
GetStorageLensConfigurationTaggingRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
476
|
+
GetStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
477
|
+
GetStorageLensConfigurationTaggingRequest.struct_class = Types::GetStorageLensConfigurationTaggingRequest
|
478
|
+
|
479
|
+
GetStorageLensConfigurationTaggingResult.add_member(:tags, Shapes::ShapeRef.new(shape: StorageLensTags, location_name: "Tags"))
|
480
|
+
GetStorageLensConfigurationTaggingResult.struct_class = Types::GetStorageLensConfigurationTaggingResult
|
481
|
+
|
256
482
|
IdempotencyException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
257
483
|
IdempotencyException.struct_class = Types::IdempotencyException
|
258
484
|
|
485
|
+
Include.add_member(:buckets, Shapes::ShapeRef.new(shape: Buckets, location_name: "Buckets"))
|
486
|
+
Include.add_member(:regions, Shapes::ShapeRef.new(shape: Regions, location_name: "Regions"))
|
487
|
+
Include.struct_class = Types::Include
|
488
|
+
|
259
489
|
InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
260
490
|
InternalServiceException.struct_class = Types::InternalServiceException
|
261
491
|
|
@@ -321,6 +551,7 @@ module Aws::S3Control
|
|
321
551
|
JobOperation.add_member(:s3_put_object_copy, Shapes::ShapeRef.new(shape: S3CopyObjectOperation, location_name: "S3PutObjectCopy", metadata: {"box"=>true}))
|
322
552
|
JobOperation.add_member(:s3_put_object_acl, Shapes::ShapeRef.new(shape: S3SetObjectAclOperation, location_name: "S3PutObjectAcl", metadata: {"box"=>true}))
|
323
553
|
JobOperation.add_member(:s3_put_object_tagging, Shapes::ShapeRef.new(shape: S3SetObjectTaggingOperation, location_name: "S3PutObjectTagging", metadata: {"box"=>true}))
|
554
|
+
JobOperation.add_member(:s3_delete_object_tagging, Shapes::ShapeRef.new(shape: S3DeleteObjectTaggingOperation, location_name: "S3DeleteObjectTagging", metadata: {"box"=>true}))
|
324
555
|
JobOperation.add_member(:s3_initiate_restore_object, Shapes::ShapeRef.new(shape: S3InitiateRestoreObjectOperation, location_name: "S3InitiateRestoreObject", metadata: {"box"=>true}))
|
325
556
|
JobOperation.add_member(:s3_put_object_legal_hold, Shapes::ShapeRef.new(shape: S3SetObjectLegalHoldOperation, location_name: "S3PutObjectLegalHold", metadata: {"box"=>true}))
|
326
557
|
JobOperation.add_member(:s3_put_object_retention, Shapes::ShapeRef.new(shape: S3SetObjectRetentionOperation, location_name: "S3PutObjectRetention", metadata: {"box"=>true}))
|
@@ -346,7 +577,36 @@ module Aws::S3Control
|
|
346
577
|
LambdaInvokeOperation.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArnString, location_name: "FunctionArn"))
|
347
578
|
LambdaInvokeOperation.struct_class = Types::LambdaInvokeOperation
|
348
579
|
|
349
|
-
|
580
|
+
LifecycleConfiguration.add_member(:rules, Shapes::ShapeRef.new(shape: LifecycleRules, location_name: "Rules"))
|
581
|
+
LifecycleConfiguration.struct_class = Types::LifecycleConfiguration
|
582
|
+
|
583
|
+
LifecycleExpiration.add_member(:date, Shapes::ShapeRef.new(shape: Date, location_name: "Date"))
|
584
|
+
LifecycleExpiration.add_member(:days, Shapes::ShapeRef.new(shape: Days, location_name: "Days"))
|
585
|
+
LifecycleExpiration.add_member(:expired_object_delete_marker, Shapes::ShapeRef.new(shape: ExpiredObjectDeleteMarker, location_name: "ExpiredObjectDeleteMarker"))
|
586
|
+
LifecycleExpiration.struct_class = Types::LifecycleExpiration
|
587
|
+
|
588
|
+
LifecycleRule.add_member(:expiration, Shapes::ShapeRef.new(shape: LifecycleExpiration, location_name: "Expiration"))
|
589
|
+
LifecycleRule.add_member(:id, Shapes::ShapeRef.new(shape: ID, location_name: "ID"))
|
590
|
+
LifecycleRule.add_member(:filter, Shapes::ShapeRef.new(shape: LifecycleRuleFilter, location_name: "Filter"))
|
591
|
+
LifecycleRule.add_member(:status, Shapes::ShapeRef.new(shape: ExpirationStatus, required: true, location_name: "Status"))
|
592
|
+
LifecycleRule.add_member(:transitions, Shapes::ShapeRef.new(shape: TransitionList, location_name: "Transitions"))
|
593
|
+
LifecycleRule.add_member(:noncurrent_version_transitions, Shapes::ShapeRef.new(shape: NoncurrentVersionTransitionList, location_name: "NoncurrentVersionTransitions"))
|
594
|
+
LifecycleRule.add_member(:noncurrent_version_expiration, Shapes::ShapeRef.new(shape: NoncurrentVersionExpiration, location_name: "NoncurrentVersionExpiration"))
|
595
|
+
LifecycleRule.add_member(:abort_incomplete_multipart_upload, Shapes::ShapeRef.new(shape: AbortIncompleteMultipartUpload, location_name: "AbortIncompleteMultipartUpload"))
|
596
|
+
LifecycleRule.struct_class = Types::LifecycleRule
|
597
|
+
|
598
|
+
LifecycleRuleAndOperator.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
599
|
+
LifecycleRuleAndOperator.add_member(:tags, Shapes::ShapeRef.new(shape: S3TagSet, location_name: "Tags"))
|
600
|
+
LifecycleRuleAndOperator.struct_class = Types::LifecycleRuleAndOperator
|
601
|
+
|
602
|
+
LifecycleRuleFilter.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
603
|
+
LifecycleRuleFilter.add_member(:tag, Shapes::ShapeRef.new(shape: S3Tag, location_name: "Tag"))
|
604
|
+
LifecycleRuleFilter.add_member(:and, Shapes::ShapeRef.new(shape: LifecycleRuleAndOperator, location_name: "And"))
|
605
|
+
LifecycleRuleFilter.struct_class = Types::LifecycleRuleFilter
|
606
|
+
|
607
|
+
LifecycleRules.member = Shapes::ShapeRef.new(shape: LifecycleRule, location_name: "Rule")
|
608
|
+
|
609
|
+
ListAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
350
610
|
ListAccessPointsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location: "querystring", location_name: "bucket"))
|
351
611
|
ListAccessPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
352
612
|
ListAccessPointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -356,7 +616,7 @@ module Aws::S3Control
|
|
356
616
|
ListAccessPointsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "NextToken"))
|
357
617
|
ListAccessPointsResult.struct_class = Types::ListAccessPointsResult
|
358
618
|
|
359
|
-
ListJobsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
619
|
+
ListJobsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
360
620
|
ListJobsRequest.add_member(:job_statuses, Shapes::ShapeRef.new(shape: JobStatusList, location: "querystring", location_name: "jobStatuses"))
|
361
621
|
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: StringForNextToken, location: "querystring", location_name: "nextToken"))
|
362
622
|
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -366,27 +626,87 @@ module Aws::S3Control
|
|
366
626
|
ListJobsResult.add_member(:jobs, Shapes::ShapeRef.new(shape: JobListDescriptorList, location_name: "Jobs"))
|
367
627
|
ListJobsResult.struct_class = Types::ListJobsResult
|
368
628
|
|
629
|
+
ListRegionalBucketsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
630
|
+
ListRegionalBucketsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
631
|
+
ListRegionalBucketsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
632
|
+
ListRegionalBucketsRequest.add_member(:outpost_id, Shapes::ShapeRef.new(shape: NonEmptyMaxLength64String, location: "header", location_name: "x-amz-outpost-id"))
|
633
|
+
ListRegionalBucketsRequest.struct_class = Types::ListRegionalBucketsRequest
|
634
|
+
|
635
|
+
ListRegionalBucketsResult.add_member(:regional_bucket_list, Shapes::ShapeRef.new(shape: RegionalBucketList, location_name: "RegionalBucketList"))
|
636
|
+
ListRegionalBucketsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "NextToken"))
|
637
|
+
ListRegionalBucketsResult.struct_class = Types::ListRegionalBucketsResult
|
638
|
+
|
639
|
+
ListStorageLensConfigurationEntry.add_member(:id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location_name: "Id"))
|
640
|
+
ListStorageLensConfigurationEntry.add_member(:storage_lens_arn, Shapes::ShapeRef.new(shape: StorageLensArn, required: true, location_name: "StorageLensArn"))
|
641
|
+
ListStorageLensConfigurationEntry.add_member(:home_region, Shapes::ShapeRef.new(shape: S3AWSRegion, required: true, location_name: "HomeRegion"))
|
642
|
+
ListStorageLensConfigurationEntry.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, location_name: "IsEnabled"))
|
643
|
+
ListStorageLensConfigurationEntry.struct_class = Types::ListStorageLensConfigurationEntry
|
644
|
+
|
645
|
+
ListStorageLensConfigurationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
646
|
+
ListStorageLensConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ContinuationToken, location: "querystring", location_name: "nextToken"))
|
647
|
+
ListStorageLensConfigurationsRequest.struct_class = Types::ListStorageLensConfigurationsRequest
|
648
|
+
|
649
|
+
ListStorageLensConfigurationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: ContinuationToken, location_name: "NextToken"))
|
650
|
+
ListStorageLensConfigurationsResult.add_member(:storage_lens_configuration_list, Shapes::ShapeRef.new(shape: StorageLensConfigurationList, location_name: "StorageLensConfigurationList"))
|
651
|
+
ListStorageLensConfigurationsResult.struct_class = Types::ListStorageLensConfigurationsResult
|
652
|
+
|
369
653
|
NoSuchPublicAccessBlockConfiguration.add_member(:message, Shapes::ShapeRef.new(shape: NoSuchPublicAccessBlockConfigurationMessage, location_name: "Message"))
|
370
654
|
NoSuchPublicAccessBlockConfiguration.struct_class = Types::NoSuchPublicAccessBlockConfiguration
|
371
655
|
|
656
|
+
NoncurrentVersionExpiration.add_member(:noncurrent_days, Shapes::ShapeRef.new(shape: Days, location_name: "NoncurrentDays"))
|
657
|
+
NoncurrentVersionExpiration.struct_class = Types::NoncurrentVersionExpiration
|
658
|
+
|
659
|
+
NoncurrentVersionTransition.add_member(:noncurrent_days, Shapes::ShapeRef.new(shape: Days, location_name: "NoncurrentDays"))
|
660
|
+
NoncurrentVersionTransition.add_member(:storage_class, Shapes::ShapeRef.new(shape: TransitionStorageClass, location_name: "StorageClass"))
|
661
|
+
NoncurrentVersionTransition.struct_class = Types::NoncurrentVersionTransition
|
662
|
+
|
663
|
+
NoncurrentVersionTransitionList.member = Shapes::ShapeRef.new(shape: NoncurrentVersionTransition, location_name: "NoncurrentVersionTransition")
|
664
|
+
|
372
665
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
373
666
|
NotFoundException.struct_class = Types::NotFoundException
|
374
667
|
|
375
668
|
PolicyStatus.add_member(:is_public, Shapes::ShapeRef.new(shape: IsPublic, location_name: "IsPublic"))
|
376
669
|
PolicyStatus.struct_class = Types::PolicyStatus
|
377
670
|
|
671
|
+
PrefixLevel.add_member(:storage_metrics, Shapes::ShapeRef.new(shape: PrefixLevelStorageMetrics, required: true, location_name: "StorageMetrics"))
|
672
|
+
PrefixLevel.struct_class = Types::PrefixLevel
|
673
|
+
|
674
|
+
PrefixLevelStorageMetrics.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, location_name: "IsEnabled"))
|
675
|
+
PrefixLevelStorageMetrics.add_member(:selection_criteria, Shapes::ShapeRef.new(shape: SelectionCriteria, location_name: "SelectionCriteria"))
|
676
|
+
PrefixLevelStorageMetrics.struct_class = Types::PrefixLevelStorageMetrics
|
677
|
+
|
378
678
|
PublicAccessBlockConfiguration.add_member(:block_public_acls, Shapes::ShapeRef.new(shape: Setting, location_name: "BlockPublicAcls"))
|
379
679
|
PublicAccessBlockConfiguration.add_member(:ignore_public_acls, Shapes::ShapeRef.new(shape: Setting, location_name: "IgnorePublicAcls"))
|
380
680
|
PublicAccessBlockConfiguration.add_member(:block_public_policy, Shapes::ShapeRef.new(shape: Setting, location_name: "BlockPublicPolicy"))
|
381
681
|
PublicAccessBlockConfiguration.add_member(:restrict_public_buckets, Shapes::ShapeRef.new(shape: Setting, location_name: "RestrictPublicBuckets"))
|
382
682
|
PublicAccessBlockConfiguration.struct_class = Types::PublicAccessBlockConfiguration
|
383
683
|
|
384
|
-
PutAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
684
|
+
PutAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
385
685
|
PutAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
386
686
|
PutAccessPointPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
387
687
|
PutAccessPointPolicyRequest.struct_class = Types::PutAccessPointPolicyRequest
|
388
688
|
|
389
|
-
|
689
|
+
PutBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
690
|
+
PutBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
691
|
+
PutBucketLifecycleConfigurationRequest.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: LifecycleConfiguration, location_name: "LifecycleConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}}))
|
692
|
+
PutBucketLifecycleConfigurationRequest.struct_class = Types::PutBucketLifecycleConfigurationRequest
|
693
|
+
PutBucketLifecycleConfigurationRequest[:payload] = :lifecycle_configuration
|
694
|
+
PutBucketLifecycleConfigurationRequest[:payload_member] = PutBucketLifecycleConfigurationRequest.member(:lifecycle_configuration)
|
695
|
+
|
696
|
+
PutBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
697
|
+
PutBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
698
|
+
PutBucketPolicyRequest.add_member(:confirm_remove_self_bucket_access, Shapes::ShapeRef.new(shape: ConfirmRemoveSelfBucketAccess, location: "header", location_name: "x-amz-confirm-remove-self-bucket-access"))
|
699
|
+
PutBucketPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
700
|
+
PutBucketPolicyRequest.struct_class = Types::PutBucketPolicyRequest
|
701
|
+
|
702
|
+
PutBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
703
|
+
PutBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
704
|
+
PutBucketTaggingRequest.add_member(:tagging, Shapes::ShapeRef.new(shape: Tagging, required: true, location_name: "Tagging", metadata: {"xmlNamespace"=>{"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}}))
|
705
|
+
PutBucketTaggingRequest.struct_class = Types::PutBucketTaggingRequest
|
706
|
+
PutBucketTaggingRequest[:payload] = :tagging
|
707
|
+
PutBucketTaggingRequest[:payload_member] = PutBucketTaggingRequest.member(:tagging)
|
708
|
+
|
709
|
+
PutJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
390
710
|
PutJobTaggingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
391
711
|
PutJobTaggingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: S3TagSet, required: true, location_name: "Tags"))
|
392
712
|
PutJobTaggingRequest.struct_class = Types::PutJobTaggingRequest
|
@@ -394,11 +714,35 @@ module Aws::S3Control
|
|
394
714
|
PutJobTaggingResult.struct_class = Types::PutJobTaggingResult
|
395
715
|
|
396
716
|
PutPublicAccessBlockRequest.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: PublicAccessBlockConfiguration, required: true, location_name: "PublicAccessBlockConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}}))
|
397
|
-
PutPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
717
|
+
PutPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
398
718
|
PutPublicAccessBlockRequest.struct_class = Types::PutPublicAccessBlockRequest
|
399
719
|
PutPublicAccessBlockRequest[:payload] = :public_access_block_configuration
|
400
720
|
PutPublicAccessBlockRequest[:payload_member] = PutPublicAccessBlockRequest.member(:public_access_block_configuration)
|
401
721
|
|
722
|
+
PutStorageLensConfigurationRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
723
|
+
PutStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
724
|
+
PutStorageLensConfigurationRequest.add_member(:storage_lens_configuration, Shapes::ShapeRef.new(shape: StorageLensConfiguration, required: true, location_name: "StorageLensConfiguration"))
|
725
|
+
PutStorageLensConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: StorageLensTags, location_name: "Tags"))
|
726
|
+
PutStorageLensConfigurationRequest.struct_class = Types::PutStorageLensConfigurationRequest
|
727
|
+
|
728
|
+
PutStorageLensConfigurationTaggingRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
729
|
+
PutStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
730
|
+
PutStorageLensConfigurationTaggingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: StorageLensTags, required: true, location_name: "Tags"))
|
731
|
+
PutStorageLensConfigurationTaggingRequest.struct_class = Types::PutStorageLensConfigurationTaggingRequest
|
732
|
+
|
733
|
+
PutStorageLensConfigurationTaggingResult.struct_class = Types::PutStorageLensConfigurationTaggingResult
|
734
|
+
|
735
|
+
RegionalBucket.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "Bucket"))
|
736
|
+
RegionalBucket.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: S3RegionalBucketArn, location_name: "BucketArn"))
|
737
|
+
RegionalBucket.add_member(:public_access_block_enabled, Shapes::ShapeRef.new(shape: PublicAccessBlockEnabled, required: true, location_name: "PublicAccessBlockEnabled"))
|
738
|
+
RegionalBucket.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, required: true, location_name: "CreationDate"))
|
739
|
+
RegionalBucket.add_member(:outpost_id, Shapes::ShapeRef.new(shape: NonEmptyMaxLength64String, location_name: "OutpostId"))
|
740
|
+
RegionalBucket.struct_class = Types::RegionalBucket
|
741
|
+
|
742
|
+
RegionalBucketList.member = Shapes::ShapeRef.new(shape: RegionalBucket, location_name: "RegionalBucket")
|
743
|
+
|
744
|
+
Regions.member = Shapes::ShapeRef.new(shape: S3AWSRegion, location_name: "Region")
|
745
|
+
|
402
746
|
S3AccessControlList.add_member(:owner, Shapes::ShapeRef.new(shape: S3ObjectOwner, required: true, location_name: "Owner"))
|
403
747
|
S3AccessControlList.add_member(:grants, Shapes::ShapeRef.new(shape: S3GrantList, location_name: "Grants"))
|
404
748
|
S3AccessControlList.struct_class = Types::S3AccessControlList
|
@@ -407,6 +751,14 @@ module Aws::S3Control
|
|
407
751
|
S3AccessControlPolicy.add_member(:canned_access_control_list, Shapes::ShapeRef.new(shape: S3CannedAccessControlList, location_name: "CannedAccessControlList", metadata: {"box"=>true}))
|
408
752
|
S3AccessControlPolicy.struct_class = Types::S3AccessControlPolicy
|
409
753
|
|
754
|
+
S3BucketDestination.add_member(:format, Shapes::ShapeRef.new(shape: Format, required: true, location_name: "Format"))
|
755
|
+
S3BucketDestination.add_member(:output_schema_version, Shapes::ShapeRef.new(shape: OutputSchemaVersion, required: true, location_name: "OutputSchemaVersion"))
|
756
|
+
S3BucketDestination.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
|
757
|
+
S3BucketDestination.add_member(:arn, Shapes::ShapeRef.new(shape: S3BucketArnString, required: true, location_name: "Arn"))
|
758
|
+
S3BucketDestination.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
759
|
+
S3BucketDestination.add_member(:encryption, Shapes::ShapeRef.new(shape: StorageLensDataExportEncryption, location_name: "Encryption"))
|
760
|
+
S3BucketDestination.struct_class = Types::S3BucketDestination
|
761
|
+
|
410
762
|
S3CopyObjectOperation.add_member(:target_resource, Shapes::ShapeRef.new(shape: S3BucketArnString, location_name: "TargetResource"))
|
411
763
|
S3CopyObjectOperation.add_member(:canned_access_control_list, Shapes::ShapeRef.new(shape: S3CannedAccessControlList, location_name: "CannedAccessControlList", metadata: {"box"=>true}))
|
412
764
|
S3CopyObjectOperation.add_member(:access_control_grants, Shapes::ShapeRef.new(shape: S3GrantList, location_name: "AccessControlGrants", metadata: {"box"=>true}))
|
@@ -425,6 +777,8 @@ module Aws::S3Control
|
|
425
777
|
S3CopyObjectOperation.add_member(:object_lock_retain_until_date, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "ObjectLockRetainUntilDate"))
|
426
778
|
S3CopyObjectOperation.struct_class = Types::S3CopyObjectOperation
|
427
779
|
|
780
|
+
S3DeleteObjectTaggingOperation.struct_class = Types::S3DeleteObjectTaggingOperation
|
781
|
+
|
428
782
|
S3Grant.add_member(:grantee, Shapes::ShapeRef.new(shape: S3Grantee, location_name: "Grantee"))
|
429
783
|
S3Grant.add_member(:permission, Shapes::ShapeRef.new(shape: S3Permission, location_name: "Permission"))
|
430
784
|
S3Grant.struct_class = Types::S3Grant
|
@@ -436,7 +790,7 @@ module Aws::S3Control
|
|
436
790
|
S3Grantee.add_member(:display_name, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "DisplayName"))
|
437
791
|
S3Grantee.struct_class = Types::S3Grantee
|
438
792
|
|
439
|
-
S3InitiateRestoreObjectOperation.add_member(:expiration_in_days, Shapes::ShapeRef.new(shape: S3ExpirationInDays, location_name: "ExpirationInDays"))
|
793
|
+
S3InitiateRestoreObjectOperation.add_member(:expiration_in_days, Shapes::ShapeRef.new(shape: S3ExpirationInDays, location_name: "ExpirationInDays", metadata: {"box"=>true}))
|
440
794
|
S3InitiateRestoreObjectOperation.add_member(:glacier_job_tier, Shapes::ShapeRef.new(shape: S3GlacierJobTier, location_name: "GlacierJobTier"))
|
441
795
|
S3InitiateRestoreObjectOperation.struct_class = Types::S3InitiateRestoreObjectOperation
|
442
796
|
|
@@ -486,13 +840,61 @@ module Aws::S3Control
|
|
486
840
|
S3UserMetadata.key = Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String)
|
487
841
|
S3UserMetadata.value = Shapes::ShapeRef.new(shape: MaxLength1024String)
|
488
842
|
|
843
|
+
SSEKMS.add_member(:key_id, Shapes::ShapeRef.new(shape: SSEKMSKeyId, required: true, location_name: "KeyId"))
|
844
|
+
SSEKMS.struct_class = Types::SSEKMS
|
845
|
+
|
846
|
+
SSES3.struct_class = Types::SSES3
|
847
|
+
|
848
|
+
SelectionCriteria.add_member(:delimiter, Shapes::ShapeRef.new(shape: StorageLensPrefixLevelDelimiter, location_name: "Delimiter"))
|
849
|
+
SelectionCriteria.add_member(:max_depth, Shapes::ShapeRef.new(shape: StorageLensPrefixLevelMaxDepth, location_name: "MaxDepth"))
|
850
|
+
SelectionCriteria.add_member(:min_storage_bytes_percentage, Shapes::ShapeRef.new(shape: MinStorageBytesPercentage, location_name: "MinStorageBytesPercentage"))
|
851
|
+
SelectionCriteria.struct_class = Types::SelectionCriteria
|
852
|
+
|
853
|
+
StorageLensAwsOrg.add_member(:arn, Shapes::ShapeRef.new(shape: AwsOrgArn, required: true, location_name: "Arn"))
|
854
|
+
StorageLensAwsOrg.struct_class = Types::StorageLensAwsOrg
|
855
|
+
|
856
|
+
StorageLensConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location_name: "Id"))
|
857
|
+
StorageLensConfiguration.add_member(:account_level, Shapes::ShapeRef.new(shape: AccountLevel, required: true, location_name: "AccountLevel"))
|
858
|
+
StorageLensConfiguration.add_member(:include, Shapes::ShapeRef.new(shape: Include, location_name: "Include"))
|
859
|
+
StorageLensConfiguration.add_member(:exclude, Shapes::ShapeRef.new(shape: Exclude, location_name: "Exclude"))
|
860
|
+
StorageLensConfiguration.add_member(:data_export, Shapes::ShapeRef.new(shape: StorageLensDataExport, location_name: "DataExport"))
|
861
|
+
StorageLensConfiguration.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, required: true, location_name: "IsEnabled"))
|
862
|
+
StorageLensConfiguration.add_member(:aws_org, Shapes::ShapeRef.new(shape: StorageLensAwsOrg, location_name: "AwsOrg"))
|
863
|
+
StorageLensConfiguration.add_member(:storage_lens_arn, Shapes::ShapeRef.new(shape: StorageLensArn, location_name: "StorageLensArn"))
|
864
|
+
StorageLensConfiguration.struct_class = Types::StorageLensConfiguration
|
865
|
+
|
866
|
+
StorageLensConfigurationList.member = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationEntry, location_name: "StorageLensConfiguration")
|
867
|
+
|
868
|
+
StorageLensDataExport.add_member(:s3_bucket_destination, Shapes::ShapeRef.new(shape: S3BucketDestination, required: true, location_name: "S3BucketDestination"))
|
869
|
+
StorageLensDataExport.struct_class = Types::StorageLensDataExport
|
870
|
+
|
871
|
+
StorageLensDataExportEncryption.add_member(:sses3, Shapes::ShapeRef.new(shape: SSES3, location_name: "SSE-S3"))
|
872
|
+
StorageLensDataExportEncryption.add_member(:ssekms, Shapes::ShapeRef.new(shape: SSEKMS, location_name: "SSE-KMS"))
|
873
|
+
StorageLensDataExportEncryption.struct_class = Types::StorageLensDataExportEncryption
|
874
|
+
|
875
|
+
StorageLensTag.add_member(:key, Shapes::ShapeRef.new(shape: TagKeyString, required: true, location_name: "Key"))
|
876
|
+
StorageLensTag.add_member(:value, Shapes::ShapeRef.new(shape: TagValueString, required: true, location_name: "Value"))
|
877
|
+
StorageLensTag.struct_class = Types::StorageLensTag
|
878
|
+
|
879
|
+
StorageLensTags.member = Shapes::ShapeRef.new(shape: StorageLensTag, location_name: "Tag")
|
880
|
+
|
881
|
+
Tagging.add_member(:tag_set, Shapes::ShapeRef.new(shape: S3TagSet, required: true, location_name: "TagSet"))
|
882
|
+
Tagging.struct_class = Types::Tagging
|
883
|
+
|
489
884
|
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
490
885
|
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
491
886
|
|
492
887
|
TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
493
888
|
TooManyTagsException.struct_class = Types::TooManyTagsException
|
494
889
|
|
495
|
-
|
890
|
+
Transition.add_member(:date, Shapes::ShapeRef.new(shape: Date, location_name: "Date"))
|
891
|
+
Transition.add_member(:days, Shapes::ShapeRef.new(shape: Days, location_name: "Days"))
|
892
|
+
Transition.add_member(:storage_class, Shapes::ShapeRef.new(shape: TransitionStorageClass, location_name: "StorageClass"))
|
893
|
+
Transition.struct_class = Types::Transition
|
894
|
+
|
895
|
+
TransitionList.member = Shapes::ShapeRef.new(shape: Transition, location_name: "Transition")
|
896
|
+
|
897
|
+
UpdateJobPriorityRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
496
898
|
UpdateJobPriorityRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
497
899
|
UpdateJobPriorityRequest.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location: "querystring", location_name: "priority"))
|
498
900
|
UpdateJobPriorityRequest.struct_class = Types::UpdateJobPriorityRequest
|
@@ -501,7 +903,7 @@ module Aws::S3Control
|
|
501
903
|
UpdateJobPriorityResult.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location_name: "Priority"))
|
502
904
|
UpdateJobPriorityResult.struct_class = Types::UpdateJobPriorityResult
|
503
905
|
|
504
|
-
UpdateJobStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id"))
|
906
|
+
UpdateJobStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "header", location_name: "x-amz-account-id", metadata: {"hostLabel"=>true, "hostLabelName"=>"AccountId"}))
|
505
907
|
UpdateJobStatusRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
506
908
|
UpdateJobStatusRequest.add_member(:requested_job_status, Shapes::ShapeRef.new(shape: RequestedJobStatus, required: true, location: "querystring", location_name: "requestedJobStatus"))
|
507
909
|
UpdateJobStatusRequest.add_member(:status_update_reason, Shapes::ShapeRef.new(shape: JobStatusUpdateReason, location: "querystring", location_name: "statusUpdateReason"))
|
@@ -536,19 +938,36 @@ module Aws::S3Control
|
|
536
938
|
o.name = "CreateAccessPoint"
|
537
939
|
o.http_method = "PUT"
|
538
940
|
o.http_request_uri = "/v20180820/accesspoint/{name}"
|
941
|
+
o.endpoint_pattern = {
|
942
|
+
"hostPrefix" => "{AccountId}.",
|
943
|
+
}
|
539
944
|
o.input = Shapes::ShapeRef.new(shape: CreateAccessPointRequest,
|
540
945
|
location_name: "CreateAccessPointRequest",
|
541
946
|
metadata: {
|
542
947
|
"xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
543
948
|
}
|
544
949
|
)
|
545
|
-
o.output = Shapes::ShapeRef.new(shape:
|
950
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAccessPointResult)
|
951
|
+
end)
|
952
|
+
|
953
|
+
api.add_operation(:create_bucket, Seahorse::Model::Operation.new.tap do |o|
|
954
|
+
o.name = "CreateBucket"
|
955
|
+
o.http_method = "PUT"
|
956
|
+
o.http_request_uri = "/v20180820/bucket/{name}"
|
957
|
+
o.http_checksum_required = true
|
958
|
+
o.input = Shapes::ShapeRef.new(shape: CreateBucketRequest)
|
959
|
+
o.output = Shapes::ShapeRef.new(shape: CreateBucketResult)
|
960
|
+
o.errors << Shapes::ShapeRef.new(shape: BucketAlreadyExists)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: BucketAlreadyOwnedByYou)
|
546
962
|
end)
|
547
963
|
|
548
964
|
api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
|
549
965
|
o.name = "CreateJob"
|
550
966
|
o.http_method = "POST"
|
551
967
|
o.http_request_uri = "/v20180820/jobs"
|
968
|
+
o.endpoint_pattern = {
|
969
|
+
"hostPrefix" => "{AccountId}.",
|
970
|
+
}
|
552
971
|
o.input = Shapes::ShapeRef.new(shape: CreateJobRequest,
|
553
972
|
location_name: "CreateJobRequest",
|
554
973
|
metadata: {
|
@@ -566,6 +985,9 @@ module Aws::S3Control
|
|
566
985
|
o.name = "DeleteAccessPoint"
|
567
986
|
o.http_method = "DELETE"
|
568
987
|
o.http_request_uri = "/v20180820/accesspoint/{name}"
|
988
|
+
o.endpoint_pattern = {
|
989
|
+
"hostPrefix" => "{AccountId}.",
|
990
|
+
}
|
569
991
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointRequest)
|
570
992
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
571
993
|
end)
|
@@ -574,14 +996,64 @@ module Aws::S3Control
|
|
574
996
|
o.name = "DeleteAccessPointPolicy"
|
575
997
|
o.http_method = "DELETE"
|
576
998
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policy"
|
999
|
+
o.endpoint_pattern = {
|
1000
|
+
"hostPrefix" => "{AccountId}.",
|
1001
|
+
}
|
577
1002
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointPolicyRequest)
|
578
1003
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
579
1004
|
end)
|
580
1005
|
|
1006
|
+
api.add_operation(:delete_bucket, Seahorse::Model::Operation.new.tap do |o|
|
1007
|
+
o.name = "DeleteBucket"
|
1008
|
+
o.http_method = "DELETE"
|
1009
|
+
o.http_request_uri = "/v20180820/bucket/{name}"
|
1010
|
+
o.endpoint_pattern = {
|
1011
|
+
"hostPrefix" => "{AccountId}.",
|
1012
|
+
}
|
1013
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteBucketRequest)
|
1014
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1015
|
+
end)
|
1016
|
+
|
1017
|
+
api.add_operation(:delete_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1018
|
+
o.name = "DeleteBucketLifecycleConfiguration"
|
1019
|
+
o.http_method = "DELETE"
|
1020
|
+
o.http_request_uri = "/v20180820/bucket/{name}/lifecycleconfiguration"
|
1021
|
+
o.endpoint_pattern = {
|
1022
|
+
"hostPrefix" => "{AccountId}.",
|
1023
|
+
}
|
1024
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteBucketLifecycleConfigurationRequest)
|
1025
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1026
|
+
end)
|
1027
|
+
|
1028
|
+
api.add_operation(:delete_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
1029
|
+
o.name = "DeleteBucketPolicy"
|
1030
|
+
o.http_method = "DELETE"
|
1031
|
+
o.http_request_uri = "/v20180820/bucket/{name}/policy"
|
1032
|
+
o.endpoint_pattern = {
|
1033
|
+
"hostPrefix" => "{AccountId}.",
|
1034
|
+
}
|
1035
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteBucketPolicyRequest)
|
1036
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1037
|
+
end)
|
1038
|
+
|
1039
|
+
api.add_operation(:delete_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
|
1040
|
+
o.name = "DeleteBucketTagging"
|
1041
|
+
o.http_method = "DELETE"
|
1042
|
+
o.http_request_uri = "/v20180820/bucket/{name}/tagging"
|
1043
|
+
o.endpoint_pattern = {
|
1044
|
+
"hostPrefix" => "{AccountId}.",
|
1045
|
+
}
|
1046
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteBucketTaggingRequest)
|
1047
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1048
|
+
end)
|
1049
|
+
|
581
1050
|
api.add_operation(:delete_job_tagging, Seahorse::Model::Operation.new.tap do |o|
|
582
1051
|
o.name = "DeleteJobTagging"
|
583
1052
|
o.http_method = "DELETE"
|
584
1053
|
o.http_request_uri = "/v20180820/jobs/{id}/tagging"
|
1054
|
+
o.endpoint_pattern = {
|
1055
|
+
"hostPrefix" => "{AccountId}.",
|
1056
|
+
}
|
585
1057
|
o.input = Shapes::ShapeRef.new(shape: DeleteJobTaggingRequest)
|
586
1058
|
o.output = Shapes::ShapeRef.new(shape: DeleteJobTaggingResult)
|
587
1059
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
@@ -593,14 +1065,42 @@ module Aws::S3Control
|
|
593
1065
|
o.name = "DeletePublicAccessBlock"
|
594
1066
|
o.http_method = "DELETE"
|
595
1067
|
o.http_request_uri = "/v20180820/configuration/publicAccessBlock"
|
1068
|
+
o.endpoint_pattern = {
|
1069
|
+
"hostPrefix" => "{AccountId}.",
|
1070
|
+
}
|
596
1071
|
o.input = Shapes::ShapeRef.new(shape: DeletePublicAccessBlockRequest)
|
597
1072
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
598
1073
|
end)
|
599
1074
|
|
1075
|
+
api.add_operation(:delete_storage_lens_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1076
|
+
o.name = "DeleteStorageLensConfiguration"
|
1077
|
+
o.http_method = "DELETE"
|
1078
|
+
o.http_request_uri = "/v20180820/storagelens/{storagelensid}"
|
1079
|
+
o.endpoint_pattern = {
|
1080
|
+
"hostPrefix" => "{AccountId}.",
|
1081
|
+
}
|
1082
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteStorageLensConfigurationRequest)
|
1083
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1084
|
+
end)
|
1085
|
+
|
1086
|
+
api.add_operation(:delete_storage_lens_configuration_tagging, Seahorse::Model::Operation.new.tap do |o|
|
1087
|
+
o.name = "DeleteStorageLensConfigurationTagging"
|
1088
|
+
o.http_method = "DELETE"
|
1089
|
+
o.http_request_uri = "/v20180820/storagelens/{storagelensid}/tagging"
|
1090
|
+
o.endpoint_pattern = {
|
1091
|
+
"hostPrefix" => "{AccountId}.",
|
1092
|
+
}
|
1093
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteStorageLensConfigurationTaggingRequest)
|
1094
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteStorageLensConfigurationTaggingResult)
|
1095
|
+
end)
|
1096
|
+
|
600
1097
|
api.add_operation(:describe_job, Seahorse::Model::Operation.new.tap do |o|
|
601
1098
|
o.name = "DescribeJob"
|
602
1099
|
o.http_method = "GET"
|
603
1100
|
o.http_request_uri = "/v20180820/jobs/{id}"
|
1101
|
+
o.endpoint_pattern = {
|
1102
|
+
"hostPrefix" => "{AccountId}.",
|
1103
|
+
}
|
604
1104
|
o.input = Shapes::ShapeRef.new(shape: DescribeJobRequest)
|
605
1105
|
o.output = Shapes::ShapeRef.new(shape: DescribeJobResult)
|
606
1106
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -613,6 +1113,9 @@ module Aws::S3Control
|
|
613
1113
|
o.name = "GetAccessPoint"
|
614
1114
|
o.http_method = "GET"
|
615
1115
|
o.http_request_uri = "/v20180820/accesspoint/{name}"
|
1116
|
+
o.endpoint_pattern = {
|
1117
|
+
"hostPrefix" => "{AccountId}.",
|
1118
|
+
}
|
616
1119
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointRequest)
|
617
1120
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointResult)
|
618
1121
|
end)
|
@@ -621,6 +1124,9 @@ module Aws::S3Control
|
|
621
1124
|
o.name = "GetAccessPointPolicy"
|
622
1125
|
o.http_method = "GET"
|
623
1126
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policy"
|
1127
|
+
o.endpoint_pattern = {
|
1128
|
+
"hostPrefix" => "{AccountId}.",
|
1129
|
+
}
|
624
1130
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyRequest)
|
625
1131
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyResult)
|
626
1132
|
end)
|
@@ -629,14 +1135,64 @@ module Aws::S3Control
|
|
629
1135
|
o.name = "GetAccessPointPolicyStatus"
|
630
1136
|
o.http_method = "GET"
|
631
1137
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policyStatus"
|
1138
|
+
o.endpoint_pattern = {
|
1139
|
+
"hostPrefix" => "{AccountId}.",
|
1140
|
+
}
|
632
1141
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusRequest)
|
633
1142
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusResult)
|
634
1143
|
end)
|
635
1144
|
|
1145
|
+
api.add_operation(:get_bucket, Seahorse::Model::Operation.new.tap do |o|
|
1146
|
+
o.name = "GetBucket"
|
1147
|
+
o.http_method = "GET"
|
1148
|
+
o.http_request_uri = "/v20180820/bucket/{name}"
|
1149
|
+
o.endpoint_pattern = {
|
1150
|
+
"hostPrefix" => "{AccountId}.",
|
1151
|
+
}
|
1152
|
+
o.input = Shapes::ShapeRef.new(shape: GetBucketRequest)
|
1153
|
+
o.output = Shapes::ShapeRef.new(shape: GetBucketResult)
|
1154
|
+
end)
|
1155
|
+
|
1156
|
+
api.add_operation(:get_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1157
|
+
o.name = "GetBucketLifecycleConfiguration"
|
1158
|
+
o.http_method = "GET"
|
1159
|
+
o.http_request_uri = "/v20180820/bucket/{name}/lifecycleconfiguration"
|
1160
|
+
o.endpoint_pattern = {
|
1161
|
+
"hostPrefix" => "{AccountId}.",
|
1162
|
+
}
|
1163
|
+
o.input = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationRequest)
|
1164
|
+
o.output = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationResult)
|
1165
|
+
end)
|
1166
|
+
|
1167
|
+
api.add_operation(:get_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
1168
|
+
o.name = "GetBucketPolicy"
|
1169
|
+
o.http_method = "GET"
|
1170
|
+
o.http_request_uri = "/v20180820/bucket/{name}/policy"
|
1171
|
+
o.endpoint_pattern = {
|
1172
|
+
"hostPrefix" => "{AccountId}.",
|
1173
|
+
}
|
1174
|
+
o.input = Shapes::ShapeRef.new(shape: GetBucketPolicyRequest)
|
1175
|
+
o.output = Shapes::ShapeRef.new(shape: GetBucketPolicyResult)
|
1176
|
+
end)
|
1177
|
+
|
1178
|
+
api.add_operation(:get_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
|
1179
|
+
o.name = "GetBucketTagging"
|
1180
|
+
o.http_method = "GET"
|
1181
|
+
o.http_request_uri = "/v20180820/bucket/{name}/tagging"
|
1182
|
+
o.endpoint_pattern = {
|
1183
|
+
"hostPrefix" => "{AccountId}.",
|
1184
|
+
}
|
1185
|
+
o.input = Shapes::ShapeRef.new(shape: GetBucketTaggingRequest)
|
1186
|
+
o.output = Shapes::ShapeRef.new(shape: GetBucketTaggingResult)
|
1187
|
+
end)
|
1188
|
+
|
636
1189
|
api.add_operation(:get_job_tagging, Seahorse::Model::Operation.new.tap do |o|
|
637
1190
|
o.name = "GetJobTagging"
|
638
1191
|
o.http_method = "GET"
|
639
1192
|
o.http_request_uri = "/v20180820/jobs/{id}/tagging"
|
1193
|
+
o.endpoint_pattern = {
|
1194
|
+
"hostPrefix" => "{AccountId}.",
|
1195
|
+
}
|
640
1196
|
o.input = Shapes::ShapeRef.new(shape: GetJobTaggingRequest)
|
641
1197
|
o.output = Shapes::ShapeRef.new(shape: GetJobTaggingResult)
|
642
1198
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
@@ -648,15 +1204,43 @@ module Aws::S3Control
|
|
648
1204
|
o.name = "GetPublicAccessBlock"
|
649
1205
|
o.http_method = "GET"
|
650
1206
|
o.http_request_uri = "/v20180820/configuration/publicAccessBlock"
|
1207
|
+
o.endpoint_pattern = {
|
1208
|
+
"hostPrefix" => "{AccountId}.",
|
1209
|
+
}
|
651
1210
|
o.input = Shapes::ShapeRef.new(shape: GetPublicAccessBlockRequest)
|
652
1211
|
o.output = Shapes::ShapeRef.new(shape: GetPublicAccessBlockOutput)
|
653
1212
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchPublicAccessBlockConfiguration)
|
654
1213
|
end)
|
655
1214
|
|
1215
|
+
api.add_operation(:get_storage_lens_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1216
|
+
o.name = "GetStorageLensConfiguration"
|
1217
|
+
o.http_method = "GET"
|
1218
|
+
o.http_request_uri = "/v20180820/storagelens/{storagelensid}"
|
1219
|
+
o.endpoint_pattern = {
|
1220
|
+
"hostPrefix" => "{AccountId}.",
|
1221
|
+
}
|
1222
|
+
o.input = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationRequest)
|
1223
|
+
o.output = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationResult)
|
1224
|
+
end)
|
1225
|
+
|
1226
|
+
api.add_operation(:get_storage_lens_configuration_tagging, Seahorse::Model::Operation.new.tap do |o|
|
1227
|
+
o.name = "GetStorageLensConfigurationTagging"
|
1228
|
+
o.http_method = "GET"
|
1229
|
+
o.http_request_uri = "/v20180820/storagelens/{storagelensid}/tagging"
|
1230
|
+
o.endpoint_pattern = {
|
1231
|
+
"hostPrefix" => "{AccountId}.",
|
1232
|
+
}
|
1233
|
+
o.input = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationTaggingRequest)
|
1234
|
+
o.output = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationTaggingResult)
|
1235
|
+
end)
|
1236
|
+
|
656
1237
|
api.add_operation(:list_access_points, Seahorse::Model::Operation.new.tap do |o|
|
657
1238
|
o.name = "ListAccessPoints"
|
658
1239
|
o.http_method = "GET"
|
659
1240
|
o.http_request_uri = "/v20180820/accesspoint"
|
1241
|
+
o.endpoint_pattern = {
|
1242
|
+
"hostPrefix" => "{AccountId}.",
|
1243
|
+
}
|
660
1244
|
o.input = Shapes::ShapeRef.new(shape: ListAccessPointsRequest)
|
661
1245
|
o.output = Shapes::ShapeRef.new(shape: ListAccessPointsResult)
|
662
1246
|
o[:pager] = Aws::Pager.new(
|
@@ -671,6 +1255,9 @@ module Aws::S3Control
|
|
671
1255
|
o.name = "ListJobs"
|
672
1256
|
o.http_method = "GET"
|
673
1257
|
o.http_request_uri = "/v20180820/jobs"
|
1258
|
+
o.endpoint_pattern = {
|
1259
|
+
"hostPrefix" => "{AccountId}.",
|
1260
|
+
}
|
674
1261
|
o.input = Shapes::ShapeRef.new(shape: ListJobsRequest)
|
675
1262
|
o.output = Shapes::ShapeRef.new(shape: ListJobsResult)
|
676
1263
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
@@ -684,10 +1271,41 @@ module Aws::S3Control
|
|
684
1271
|
)
|
685
1272
|
end)
|
686
1273
|
|
1274
|
+
api.add_operation(:list_regional_buckets, Seahorse::Model::Operation.new.tap do |o|
|
1275
|
+
o.name = "ListRegionalBuckets"
|
1276
|
+
o.http_method = "GET"
|
1277
|
+
o.http_request_uri = "/v20180820/bucket"
|
1278
|
+
o.endpoint_pattern = {
|
1279
|
+
"hostPrefix" => "{AccountId}.",
|
1280
|
+
}
|
1281
|
+
o.input = Shapes::ShapeRef.new(shape: ListRegionalBucketsRequest)
|
1282
|
+
o.output = Shapes::ShapeRef.new(shape: ListRegionalBucketsResult)
|
1283
|
+
o[:pager] = Aws::Pager.new(
|
1284
|
+
limit_key: "max_results",
|
1285
|
+
tokens: {
|
1286
|
+
"next_token" => "next_token"
|
1287
|
+
}
|
1288
|
+
)
|
1289
|
+
end)
|
1290
|
+
|
1291
|
+
api.add_operation(:list_storage_lens_configurations, Seahorse::Model::Operation.new.tap do |o|
|
1292
|
+
o.name = "ListStorageLensConfigurations"
|
1293
|
+
o.http_method = "GET"
|
1294
|
+
o.http_request_uri = "/v20180820/storagelens"
|
1295
|
+
o.endpoint_pattern = {
|
1296
|
+
"hostPrefix" => "{AccountId}.",
|
1297
|
+
}
|
1298
|
+
o.input = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsRequest)
|
1299
|
+
o.output = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsResult)
|
1300
|
+
end)
|
1301
|
+
|
687
1302
|
api.add_operation(:put_access_point_policy, Seahorse::Model::Operation.new.tap do |o|
|
688
1303
|
o.name = "PutAccessPointPolicy"
|
689
1304
|
o.http_method = "PUT"
|
690
1305
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policy"
|
1306
|
+
o.endpoint_pattern = {
|
1307
|
+
"hostPrefix" => "{AccountId}.",
|
1308
|
+
}
|
691
1309
|
o.input = Shapes::ShapeRef.new(shape: PutAccessPointPolicyRequest,
|
692
1310
|
location_name: "PutAccessPointPolicyRequest",
|
693
1311
|
metadata: {
|
@@ -697,10 +1315,54 @@ module Aws::S3Control
|
|
697
1315
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
698
1316
|
end)
|
699
1317
|
|
1318
|
+
api.add_operation(:put_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1319
|
+
o.name = "PutBucketLifecycleConfiguration"
|
1320
|
+
o.http_method = "PUT"
|
1321
|
+
o.http_request_uri = "/v20180820/bucket/{name}/lifecycleconfiguration"
|
1322
|
+
o.http_checksum_required = true
|
1323
|
+
o.endpoint_pattern = {
|
1324
|
+
"hostPrefix" => "{AccountId}.",
|
1325
|
+
}
|
1326
|
+
o.input = Shapes::ShapeRef.new(shape: PutBucketLifecycleConfigurationRequest)
|
1327
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1328
|
+
end)
|
1329
|
+
|
1330
|
+
api.add_operation(:put_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
1331
|
+
o.name = "PutBucketPolicy"
|
1332
|
+
o.http_method = "PUT"
|
1333
|
+
o.http_request_uri = "/v20180820/bucket/{name}/policy"
|
1334
|
+
o.http_checksum_required = true
|
1335
|
+
o.endpoint_pattern = {
|
1336
|
+
"hostPrefix" => "{AccountId}.",
|
1337
|
+
}
|
1338
|
+
o.input = Shapes::ShapeRef.new(shape: PutBucketPolicyRequest,
|
1339
|
+
location_name: "PutBucketPolicyRequest",
|
1340
|
+
metadata: {
|
1341
|
+
"xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
1342
|
+
}
|
1343
|
+
)
|
1344
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1345
|
+
end)
|
1346
|
+
|
1347
|
+
api.add_operation(:put_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
|
1348
|
+
o.name = "PutBucketTagging"
|
1349
|
+
o.http_method = "PUT"
|
1350
|
+
o.http_request_uri = "/v20180820/bucket/{name}/tagging"
|
1351
|
+
o.http_checksum_required = true
|
1352
|
+
o.endpoint_pattern = {
|
1353
|
+
"hostPrefix" => "{AccountId}.",
|
1354
|
+
}
|
1355
|
+
o.input = Shapes::ShapeRef.new(shape: PutBucketTaggingRequest)
|
1356
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1357
|
+
end)
|
1358
|
+
|
700
1359
|
api.add_operation(:put_job_tagging, Seahorse::Model::Operation.new.tap do |o|
|
701
1360
|
o.name = "PutJobTagging"
|
702
1361
|
o.http_method = "PUT"
|
703
1362
|
o.http_request_uri = "/v20180820/jobs/{id}/tagging"
|
1363
|
+
o.endpoint_pattern = {
|
1364
|
+
"hostPrefix" => "{AccountId}.",
|
1365
|
+
}
|
704
1366
|
o.input = Shapes::ShapeRef.new(shape: PutJobTaggingRequest,
|
705
1367
|
location_name: "PutJobTaggingRequest",
|
706
1368
|
metadata: {
|
@@ -718,14 +1380,52 @@ module Aws::S3Control
|
|
718
1380
|
o.name = "PutPublicAccessBlock"
|
719
1381
|
o.http_method = "PUT"
|
720
1382
|
o.http_request_uri = "/v20180820/configuration/publicAccessBlock"
|
1383
|
+
o.endpoint_pattern = {
|
1384
|
+
"hostPrefix" => "{AccountId}.",
|
1385
|
+
}
|
721
1386
|
o.input = Shapes::ShapeRef.new(shape: PutPublicAccessBlockRequest)
|
722
1387
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
723
1388
|
end)
|
724
1389
|
|
1390
|
+
api.add_operation(:put_storage_lens_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1391
|
+
o.name = "PutStorageLensConfiguration"
|
1392
|
+
o.http_method = "PUT"
|
1393
|
+
o.http_request_uri = "/v20180820/storagelens/{storagelensid}"
|
1394
|
+
o.endpoint_pattern = {
|
1395
|
+
"hostPrefix" => "{AccountId}.",
|
1396
|
+
}
|
1397
|
+
o.input = Shapes::ShapeRef.new(shape: PutStorageLensConfigurationRequest,
|
1398
|
+
location_name: "PutStorageLensConfigurationRequest",
|
1399
|
+
metadata: {
|
1400
|
+
"xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
1401
|
+
}
|
1402
|
+
)
|
1403
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1404
|
+
end)
|
1405
|
+
|
1406
|
+
api.add_operation(:put_storage_lens_configuration_tagging, Seahorse::Model::Operation.new.tap do |o|
|
1407
|
+
o.name = "PutStorageLensConfigurationTagging"
|
1408
|
+
o.http_method = "PUT"
|
1409
|
+
o.http_request_uri = "/v20180820/storagelens/{storagelensid}/tagging"
|
1410
|
+
o.endpoint_pattern = {
|
1411
|
+
"hostPrefix" => "{AccountId}.",
|
1412
|
+
}
|
1413
|
+
o.input = Shapes::ShapeRef.new(shape: PutStorageLensConfigurationTaggingRequest,
|
1414
|
+
location_name: "PutStorageLensConfigurationTaggingRequest",
|
1415
|
+
metadata: {
|
1416
|
+
"xmlNamespace" => {"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}
|
1417
|
+
}
|
1418
|
+
)
|
1419
|
+
o.output = Shapes::ShapeRef.new(shape: PutStorageLensConfigurationTaggingResult)
|
1420
|
+
end)
|
1421
|
+
|
725
1422
|
api.add_operation(:update_job_priority, Seahorse::Model::Operation.new.tap do |o|
|
726
1423
|
o.name = "UpdateJobPriority"
|
727
1424
|
o.http_method = "POST"
|
728
1425
|
o.http_request_uri = "/v20180820/jobs/{id}/priority"
|
1426
|
+
o.endpoint_pattern = {
|
1427
|
+
"hostPrefix" => "{AccountId}.",
|
1428
|
+
}
|
729
1429
|
o.input = Shapes::ShapeRef.new(shape: UpdateJobPriorityRequest)
|
730
1430
|
o.output = Shapes::ShapeRef.new(shape: UpdateJobPriorityResult)
|
731
1431
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -738,6 +1438,9 @@ module Aws::S3Control
|
|
738
1438
|
o.name = "UpdateJobStatus"
|
739
1439
|
o.http_method = "POST"
|
740
1440
|
o.http_request_uri = "/v20180820/jobs/{id}/status"
|
1441
|
+
o.endpoint_pattern = {
|
1442
|
+
"hostPrefix" => "{AccountId}.",
|
1443
|
+
}
|
741
1444
|
o.input = Shapes::ShapeRef.new(shape: UpdateJobStatusRequest)
|
742
1445
|
o.output = Shapes::ShapeRef.new(shape: UpdateJobStatusResult)
|
743
1446
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|