aws-sdk-s3tables 1.21.0 → 1.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3tables/client.rb +630 -6
- data/lib/aws-sdk-s3tables/client_api.rb +387 -0
- data/lib/aws-sdk-s3tables/errors.rb +16 -0
- data/lib/aws-sdk-s3tables/types.rb +700 -4
- data/lib/aws-sdk-s3tables.rb +1 -1
- data/sig/client.rbs +170 -1
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +213 -0
- metadata +1 -1
|
@@ -30,8 +30,10 @@ module Aws::S3Tables
|
|
|
30
30
|
DeleteTableBucketEncryptionRequest = Shapes::StructureShape.new(name: 'DeleteTableBucketEncryptionRequest')
|
|
31
31
|
DeleteTableBucketMetricsConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteTableBucketMetricsConfigurationRequest')
|
|
32
32
|
DeleteTableBucketPolicyRequest = Shapes::StructureShape.new(name: 'DeleteTableBucketPolicyRequest')
|
|
33
|
+
DeleteTableBucketReplicationRequest = Shapes::StructureShape.new(name: 'DeleteTableBucketReplicationRequest')
|
|
33
34
|
DeleteTableBucketRequest = Shapes::StructureShape.new(name: 'DeleteTableBucketRequest')
|
|
34
35
|
DeleteTablePolicyRequest = Shapes::StructureShape.new(name: 'DeleteTablePolicyRequest')
|
|
36
|
+
DeleteTableReplicationRequest = Shapes::StructureShape.new(name: 'DeleteTableReplicationRequest')
|
|
35
37
|
DeleteTableRequest = Shapes::StructureShape.new(name: 'DeleteTableRequest')
|
|
36
38
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
|
37
39
|
EncryptionConfigurationKmsKeyArnString = Shapes::StringShape.new(name: 'EncryptionConfigurationKmsKeyArnString')
|
|
@@ -47,8 +49,12 @@ module Aws::S3Tables
|
|
|
47
49
|
GetTableBucketMetricsConfigurationResponse = Shapes::StructureShape.new(name: 'GetTableBucketMetricsConfigurationResponse')
|
|
48
50
|
GetTableBucketPolicyRequest = Shapes::StructureShape.new(name: 'GetTableBucketPolicyRequest')
|
|
49
51
|
GetTableBucketPolicyResponse = Shapes::StructureShape.new(name: 'GetTableBucketPolicyResponse')
|
|
52
|
+
GetTableBucketReplicationRequest = Shapes::StructureShape.new(name: 'GetTableBucketReplicationRequest')
|
|
53
|
+
GetTableBucketReplicationResponse = Shapes::StructureShape.new(name: 'GetTableBucketReplicationResponse')
|
|
50
54
|
GetTableBucketRequest = Shapes::StructureShape.new(name: 'GetTableBucketRequest')
|
|
51
55
|
GetTableBucketResponse = Shapes::StructureShape.new(name: 'GetTableBucketResponse')
|
|
56
|
+
GetTableBucketStorageClassRequest = Shapes::StructureShape.new(name: 'GetTableBucketStorageClassRequest')
|
|
57
|
+
GetTableBucketStorageClassResponse = Shapes::StructureShape.new(name: 'GetTableBucketStorageClassResponse')
|
|
52
58
|
GetTableEncryptionRequest = Shapes::StructureShape.new(name: 'GetTableEncryptionRequest')
|
|
53
59
|
GetTableEncryptionResponse = Shapes::StructureShape.new(name: 'GetTableEncryptionResponse')
|
|
54
60
|
GetTableMaintenanceConfigurationRequest = Shapes::StructureShape.new(name: 'GetTableMaintenanceConfigurationRequest')
|
|
@@ -59,8 +65,19 @@ module Aws::S3Tables
|
|
|
59
65
|
GetTableMetadataLocationResponse = Shapes::StructureShape.new(name: 'GetTableMetadataLocationResponse')
|
|
60
66
|
GetTablePolicyRequest = Shapes::StructureShape.new(name: 'GetTablePolicyRequest')
|
|
61
67
|
GetTablePolicyResponse = Shapes::StructureShape.new(name: 'GetTablePolicyResponse')
|
|
68
|
+
GetTableRecordExpirationConfigurationRequest = Shapes::StructureShape.new(name: 'GetTableRecordExpirationConfigurationRequest')
|
|
69
|
+
GetTableRecordExpirationConfigurationResponse = Shapes::StructureShape.new(name: 'GetTableRecordExpirationConfigurationResponse')
|
|
70
|
+
GetTableRecordExpirationJobStatusRequest = Shapes::StructureShape.new(name: 'GetTableRecordExpirationJobStatusRequest')
|
|
71
|
+
GetTableRecordExpirationJobStatusResponse = Shapes::StructureShape.new(name: 'GetTableRecordExpirationJobStatusResponse')
|
|
72
|
+
GetTableReplicationRequest = Shapes::StructureShape.new(name: 'GetTableReplicationRequest')
|
|
73
|
+
GetTableReplicationResponse = Shapes::StructureShape.new(name: 'GetTableReplicationResponse')
|
|
74
|
+
GetTableReplicationStatusRequest = Shapes::StructureShape.new(name: 'GetTableReplicationStatusRequest')
|
|
75
|
+
GetTableReplicationStatusResponse = Shapes::StructureShape.new(name: 'GetTableReplicationStatusResponse')
|
|
62
76
|
GetTableRequest = Shapes::StructureShape.new(name: 'GetTableRequest')
|
|
63
77
|
GetTableResponse = Shapes::StructureShape.new(name: 'GetTableResponse')
|
|
78
|
+
GetTableStorageClassRequest = Shapes::StructureShape.new(name: 'GetTableStorageClassRequest')
|
|
79
|
+
GetTableStorageClassResponse = Shapes::StructureShape.new(name: 'GetTableStorageClassResponse')
|
|
80
|
+
IAMRole = Shapes::StringShape.new(name: 'IAMRole')
|
|
64
81
|
IcebergCompactionSettings = Shapes::StructureShape.new(name: 'IcebergCompactionSettings')
|
|
65
82
|
IcebergCompactionStrategy = Shapes::StringShape.new(name: 'IcebergCompactionStrategy')
|
|
66
83
|
IcebergMetadata = Shapes::StructureShape.new(name: 'IcebergMetadata')
|
|
@@ -69,6 +86,7 @@ module Aws::S3Tables
|
|
|
69
86
|
IcebergUnreferencedFileRemovalSettings = Shapes::StructureShape.new(name: 'IcebergUnreferencedFileRemovalSettings')
|
|
70
87
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
|
71
88
|
JobStatus = Shapes::StringShape.new(name: 'JobStatus')
|
|
89
|
+
LastSuccessfulReplicatedUpdate = Shapes::StructureShape.new(name: 'LastSuccessfulReplicatedUpdate')
|
|
72
90
|
ListNamespacesLimit = Shapes::IntegerShape.new(name: 'ListNamespacesLimit')
|
|
73
91
|
ListNamespacesRequest = Shapes::StructureShape.new(name: 'ListNamespacesRequest')
|
|
74
92
|
ListNamespacesRequestPrefixString = Shapes::StringShape.new(name: 'ListNamespacesRequestPrefixString')
|
|
@@ -83,8 +101,11 @@ module Aws::S3Tables
|
|
|
83
101
|
ListTablesResponse = Shapes::StructureShape.new(name: 'ListTablesResponse')
|
|
84
102
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
85
103
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
104
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
86
105
|
MaintenanceStatus = Shapes::StringShape.new(name: 'MaintenanceStatus')
|
|
106
|
+
ManagedTableInformation = Shapes::StructureShape.new(name: 'ManagedTableInformation')
|
|
87
107
|
MetadataLocation = Shapes::StringShape.new(name: 'MetadataLocation')
|
|
108
|
+
MethodNotAllowedException = Shapes::StructureShape.new(name: 'MethodNotAllowedException')
|
|
88
109
|
NamespaceId = Shapes::StringShape.new(name: 'NamespaceId')
|
|
89
110
|
NamespaceList = Shapes::ListShape.new(name: 'NamespaceList')
|
|
90
111
|
NamespaceName = Shapes::StringShape.new(name: 'NamespaceName')
|
|
@@ -98,14 +119,28 @@ module Aws::S3Tables
|
|
|
98
119
|
PutTableBucketMaintenanceConfigurationRequest = Shapes::StructureShape.new(name: 'PutTableBucketMaintenanceConfigurationRequest')
|
|
99
120
|
PutTableBucketMetricsConfigurationRequest = Shapes::StructureShape.new(name: 'PutTableBucketMetricsConfigurationRequest')
|
|
100
121
|
PutTableBucketPolicyRequest = Shapes::StructureShape.new(name: 'PutTableBucketPolicyRequest')
|
|
122
|
+
PutTableBucketReplicationRequest = Shapes::StructureShape.new(name: 'PutTableBucketReplicationRequest')
|
|
123
|
+
PutTableBucketReplicationResponse = Shapes::StructureShape.new(name: 'PutTableBucketReplicationResponse')
|
|
124
|
+
PutTableBucketStorageClassRequest = Shapes::StructureShape.new(name: 'PutTableBucketStorageClassRequest')
|
|
101
125
|
PutTableMaintenanceConfigurationRequest = Shapes::StructureShape.new(name: 'PutTableMaintenanceConfigurationRequest')
|
|
102
126
|
PutTablePolicyRequest = Shapes::StructureShape.new(name: 'PutTablePolicyRequest')
|
|
127
|
+
PutTableRecordExpirationConfigurationRequest = Shapes::StructureShape.new(name: 'PutTableRecordExpirationConfigurationRequest')
|
|
128
|
+
PutTableReplicationRequest = Shapes::StructureShape.new(name: 'PutTableReplicationRequest')
|
|
129
|
+
PutTableReplicationResponse = Shapes::StructureShape.new(name: 'PutTableReplicationResponse')
|
|
103
130
|
RenameTableRequest = Shapes::StructureShape.new(name: 'RenameTableRequest')
|
|
131
|
+
ReplicationDestination = Shapes::StructureShape.new(name: 'ReplicationDestination')
|
|
132
|
+
ReplicationDestinationStatusModel = Shapes::StructureShape.new(name: 'ReplicationDestinationStatusModel')
|
|
133
|
+
ReplicationDestinationStatuses = Shapes::ListShape.new(name: 'ReplicationDestinationStatuses')
|
|
134
|
+
ReplicationDestinations = Shapes::ListShape.new(name: 'ReplicationDestinations')
|
|
135
|
+
ReplicationInformation = Shapes::StructureShape.new(name: 'ReplicationInformation')
|
|
136
|
+
ReplicationStatus = Shapes::StringShape.new(name: 'ReplicationStatus')
|
|
104
137
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
105
138
|
ResourcePolicy = Shapes::StringShape.new(name: 'ResourcePolicy')
|
|
106
139
|
SSEAlgorithm = Shapes::StringShape.new(name: 'SSEAlgorithm')
|
|
107
140
|
SchemaField = Shapes::StructureShape.new(name: 'SchemaField')
|
|
108
141
|
SchemaFieldList = Shapes::ListShape.new(name: 'SchemaFieldList')
|
|
142
|
+
StorageClass = Shapes::StringShape.new(name: 'StorageClass')
|
|
143
|
+
StorageClassConfiguration = Shapes::StructureShape.new(name: 'StorageClassConfiguration')
|
|
109
144
|
String = Shapes::StringShape.new(name: 'String')
|
|
110
145
|
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
|
111
146
|
TableARN = Shapes::StringShape.new(name: 'TableARN')
|
|
@@ -116,6 +151,9 @@ module Aws::S3Tables
|
|
|
116
151
|
TableBucketMaintenanceSettings = Shapes::UnionShape.new(name: 'TableBucketMaintenanceSettings')
|
|
117
152
|
TableBucketMaintenanceType = Shapes::StringShape.new(name: 'TableBucketMaintenanceType')
|
|
118
153
|
TableBucketName = Shapes::StringShape.new(name: 'TableBucketName')
|
|
154
|
+
TableBucketReplicationConfiguration = Shapes::StructureShape.new(name: 'TableBucketReplicationConfiguration')
|
|
155
|
+
TableBucketReplicationRule = Shapes::StructureShape.new(name: 'TableBucketReplicationRule')
|
|
156
|
+
TableBucketReplicationRules = Shapes::ListShape.new(name: 'TableBucketReplicationRules')
|
|
119
157
|
TableBucketSummary = Shapes::StructureShape.new(name: 'TableBucketSummary')
|
|
120
158
|
TableBucketSummaryList = Shapes::ListShape.new(name: 'TableBucketSummaryList')
|
|
121
159
|
TableBucketType = Shapes::StringShape.new(name: 'TableBucketType')
|
|
@@ -128,6 +166,15 @@ module Aws::S3Tables
|
|
|
128
166
|
TableMaintenanceType = Shapes::StringShape.new(name: 'TableMaintenanceType')
|
|
129
167
|
TableMetadata = Shapes::UnionShape.new(name: 'TableMetadata')
|
|
130
168
|
TableName = Shapes::StringShape.new(name: 'TableName')
|
|
169
|
+
TableProperties = Shapes::MapShape.new(name: 'TableProperties')
|
|
170
|
+
TableRecordExpirationConfigurationValue = Shapes::StructureShape.new(name: 'TableRecordExpirationConfigurationValue')
|
|
171
|
+
TableRecordExpirationJobMetrics = Shapes::StructureShape.new(name: 'TableRecordExpirationJobMetrics')
|
|
172
|
+
TableRecordExpirationJobStatus = Shapes::StringShape.new(name: 'TableRecordExpirationJobStatus')
|
|
173
|
+
TableRecordExpirationSettings = Shapes::StructureShape.new(name: 'TableRecordExpirationSettings')
|
|
174
|
+
TableRecordExpirationStatus = Shapes::StringShape.new(name: 'TableRecordExpirationStatus')
|
|
175
|
+
TableReplicationConfiguration = Shapes::StructureShape.new(name: 'TableReplicationConfiguration')
|
|
176
|
+
TableReplicationRule = Shapes::StructureShape.new(name: 'TableReplicationRule')
|
|
177
|
+
TableReplicationRules = Shapes::ListShape.new(name: 'TableReplicationRules')
|
|
131
178
|
TableSummary = Shapes::StructureShape.new(name: 'TableSummary')
|
|
132
179
|
TableSummaryList = Shapes::ListShape.new(name: 'TableSummaryList')
|
|
133
180
|
TableType = Shapes::StringShape.new(name: 'TableType')
|
|
@@ -166,6 +213,7 @@ module Aws::S3Tables
|
|
|
166
213
|
|
|
167
214
|
CreateTableBucketRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableBucketName, required: true, location_name: "name"))
|
|
168
215
|
CreateTableBucketRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
|
|
216
|
+
CreateTableBucketRequest.add_member(:storage_class_configuration, Shapes::ShapeRef.new(shape: StorageClassConfiguration, location_name: "storageClassConfiguration"))
|
|
169
217
|
CreateTableBucketRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
170
218
|
CreateTableBucketRequest.struct_class = Types::CreateTableBucketRequest
|
|
171
219
|
|
|
@@ -178,6 +226,7 @@ module Aws::S3Tables
|
|
|
178
226
|
CreateTableRequest.add_member(:format, Shapes::ShapeRef.new(shape: OpenTableFormat, required: true, location_name: "format"))
|
|
179
227
|
CreateTableRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: TableMetadata, location_name: "metadata"))
|
|
180
228
|
CreateTableRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "encryptionConfiguration"))
|
|
229
|
+
CreateTableRequest.add_member(:storage_class_configuration, Shapes::ShapeRef.new(shape: StorageClassConfiguration, location_name: "storageClassConfiguration"))
|
|
181
230
|
CreateTableRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
182
231
|
CreateTableRequest.struct_class = Types::CreateTableRequest
|
|
183
232
|
|
|
@@ -198,6 +247,10 @@ module Aws::S3Tables
|
|
|
198
247
|
DeleteTableBucketPolicyRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
199
248
|
DeleteTableBucketPolicyRequest.struct_class = Types::DeleteTableBucketPolicyRequest
|
|
200
249
|
|
|
250
|
+
DeleteTableBucketReplicationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "querystring", location_name: "tableBucketARN"))
|
|
251
|
+
DeleteTableBucketReplicationRequest.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, location: "querystring", location_name: "versionToken"))
|
|
252
|
+
DeleteTableBucketReplicationRequest.struct_class = Types::DeleteTableBucketReplicationRequest
|
|
253
|
+
|
|
201
254
|
DeleteTableBucketRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
202
255
|
DeleteTableBucketRequest.struct_class = Types::DeleteTableBucketRequest
|
|
203
256
|
|
|
@@ -206,6 +259,10 @@ module Aws::S3Tables
|
|
|
206
259
|
DeleteTablePolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
|
207
260
|
DeleteTablePolicyRequest.struct_class = Types::DeleteTablePolicyRequest
|
|
208
261
|
|
|
262
|
+
DeleteTableReplicationRequest.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location: "querystring", location_name: "tableArn"))
|
|
263
|
+
DeleteTableReplicationRequest.add_member(:version_token, Shapes::ShapeRef.new(shape: String, required: true, location: "querystring", location_name: "versionToken"))
|
|
264
|
+
DeleteTableReplicationRequest.struct_class = Types::DeleteTableReplicationRequest
|
|
265
|
+
|
|
209
266
|
DeleteTableRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
210
267
|
DeleteTableRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
|
211
268
|
DeleteTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
|
@@ -257,6 +314,13 @@ module Aws::S3Tables
|
|
|
257
314
|
GetTableBucketPolicyResponse.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "resourcePolicy"))
|
|
258
315
|
GetTableBucketPolicyResponse.struct_class = Types::GetTableBucketPolicyResponse
|
|
259
316
|
|
|
317
|
+
GetTableBucketReplicationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "querystring", location_name: "tableBucketARN"))
|
|
318
|
+
GetTableBucketReplicationRequest.struct_class = Types::GetTableBucketReplicationRequest
|
|
319
|
+
|
|
320
|
+
GetTableBucketReplicationResponse.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, required: true, location_name: "versionToken"))
|
|
321
|
+
GetTableBucketReplicationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: TableBucketReplicationConfiguration, required: true, location_name: "configuration"))
|
|
322
|
+
GetTableBucketReplicationResponse.struct_class = Types::GetTableBucketReplicationResponse
|
|
323
|
+
|
|
260
324
|
GetTableBucketRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
261
325
|
GetTableBucketRequest.struct_class = Types::GetTableBucketRequest
|
|
262
326
|
|
|
@@ -268,6 +332,12 @@ module Aws::S3Tables
|
|
|
268
332
|
GetTableBucketResponse.add_member(:type, Shapes::ShapeRef.new(shape: TableBucketType, location_name: "type"))
|
|
269
333
|
GetTableBucketResponse.struct_class = Types::GetTableBucketResponse
|
|
270
334
|
|
|
335
|
+
GetTableBucketStorageClassRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
336
|
+
GetTableBucketStorageClassRequest.struct_class = Types::GetTableBucketStorageClassRequest
|
|
337
|
+
|
|
338
|
+
GetTableBucketStorageClassResponse.add_member(:storage_class_configuration, Shapes::ShapeRef.new(shape: StorageClassConfiguration, required: true, location_name: "storageClassConfiguration"))
|
|
339
|
+
GetTableBucketStorageClassResponse.struct_class = Types::GetTableBucketStorageClassResponse
|
|
340
|
+
|
|
271
341
|
GetTableEncryptionRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
272
342
|
GetTableEncryptionRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
|
273
343
|
GetTableEncryptionRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
|
@@ -312,6 +382,35 @@ module Aws::S3Tables
|
|
|
312
382
|
GetTablePolicyResponse.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "resourcePolicy"))
|
|
313
383
|
GetTablePolicyResponse.struct_class = Types::GetTablePolicyResponse
|
|
314
384
|
|
|
385
|
+
GetTableRecordExpirationConfigurationRequest.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location: "querystring", location_name: "tableArn"))
|
|
386
|
+
GetTableRecordExpirationConfigurationRequest.struct_class = Types::GetTableRecordExpirationConfigurationRequest
|
|
387
|
+
|
|
388
|
+
GetTableRecordExpirationConfigurationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: TableRecordExpirationConfigurationValue, required: true, location_name: "configuration"))
|
|
389
|
+
GetTableRecordExpirationConfigurationResponse.struct_class = Types::GetTableRecordExpirationConfigurationResponse
|
|
390
|
+
|
|
391
|
+
GetTableRecordExpirationJobStatusRequest.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location: "querystring", location_name: "tableArn"))
|
|
392
|
+
GetTableRecordExpirationJobStatusRequest.struct_class = Types::GetTableRecordExpirationJobStatusRequest
|
|
393
|
+
|
|
394
|
+
GetTableRecordExpirationJobStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: TableRecordExpirationJobStatus, required: true, location_name: "status"))
|
|
395
|
+
GetTableRecordExpirationJobStatusResponse.add_member(:last_run_timestamp, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastRunTimestamp"))
|
|
396
|
+
GetTableRecordExpirationJobStatusResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
|
397
|
+
GetTableRecordExpirationJobStatusResponse.add_member(:metrics, Shapes::ShapeRef.new(shape: TableRecordExpirationJobMetrics, location_name: "metrics"))
|
|
398
|
+
GetTableRecordExpirationJobStatusResponse.struct_class = Types::GetTableRecordExpirationJobStatusResponse
|
|
399
|
+
|
|
400
|
+
GetTableReplicationRequest.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location: "querystring", location_name: "tableArn"))
|
|
401
|
+
GetTableReplicationRequest.struct_class = Types::GetTableReplicationRequest
|
|
402
|
+
|
|
403
|
+
GetTableReplicationResponse.add_member(:version_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "versionToken"))
|
|
404
|
+
GetTableReplicationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: TableReplicationConfiguration, required: true, location_name: "configuration"))
|
|
405
|
+
GetTableReplicationResponse.struct_class = Types::GetTableReplicationResponse
|
|
406
|
+
|
|
407
|
+
GetTableReplicationStatusRequest.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location: "querystring", location_name: "tableArn"))
|
|
408
|
+
GetTableReplicationStatusRequest.struct_class = Types::GetTableReplicationStatusRequest
|
|
409
|
+
|
|
410
|
+
GetTableReplicationStatusResponse.add_member(:source_table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location_name: "sourceTableArn"))
|
|
411
|
+
GetTableReplicationStatusResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: ReplicationDestinationStatuses, required: true, location_name: "destinations"))
|
|
412
|
+
GetTableReplicationStatusResponse.struct_class = Types::GetTableReplicationStatusResponse
|
|
413
|
+
|
|
315
414
|
GetTableRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, location: "querystring", location_name: "tableBucketARN"))
|
|
316
415
|
GetTableRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, location: "querystring", location_name: "namespace"))
|
|
317
416
|
GetTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, location: "querystring", location_name: "name"))
|
|
@@ -334,13 +433,23 @@ module Aws::S3Tables
|
|
|
334
433
|
GetTableResponse.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "ownerAccountId"))
|
|
335
434
|
GetTableResponse.add_member(:format, Shapes::ShapeRef.new(shape: OpenTableFormat, required: true, location_name: "format"))
|
|
336
435
|
GetTableResponse.add_member(:table_bucket_id, Shapes::ShapeRef.new(shape: TableBucketId, location_name: "tableBucketId"))
|
|
436
|
+
GetTableResponse.add_member(:managed_table_information, Shapes::ShapeRef.new(shape: ManagedTableInformation, location_name: "managedTableInformation"))
|
|
337
437
|
GetTableResponse.struct_class = Types::GetTableResponse
|
|
338
438
|
|
|
439
|
+
GetTableStorageClassRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
440
|
+
GetTableStorageClassRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
|
441
|
+
GetTableStorageClassRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
|
442
|
+
GetTableStorageClassRequest.struct_class = Types::GetTableStorageClassRequest
|
|
443
|
+
|
|
444
|
+
GetTableStorageClassResponse.add_member(:storage_class_configuration, Shapes::ShapeRef.new(shape: StorageClassConfiguration, required: true, location_name: "storageClassConfiguration"))
|
|
445
|
+
GetTableStorageClassResponse.struct_class = Types::GetTableStorageClassResponse
|
|
446
|
+
|
|
339
447
|
IcebergCompactionSettings.add_member(:target_file_size_mb, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "targetFileSizeMB"))
|
|
340
448
|
IcebergCompactionSettings.add_member(:strategy, Shapes::ShapeRef.new(shape: IcebergCompactionStrategy, location_name: "strategy"))
|
|
341
449
|
IcebergCompactionSettings.struct_class = Types::IcebergCompactionSettings
|
|
342
450
|
|
|
343
451
|
IcebergMetadata.add_member(:schema, Shapes::ShapeRef.new(shape: IcebergSchema, required: true, location_name: "schema"))
|
|
452
|
+
IcebergMetadata.add_member(:properties, Shapes::ShapeRef.new(shape: TableProperties, location_name: "properties"))
|
|
344
453
|
IcebergMetadata.struct_class = Types::IcebergMetadata
|
|
345
454
|
|
|
346
455
|
IcebergSchema.add_member(:fields, Shapes::ShapeRef.new(shape: SchemaFieldList, required: true, location_name: "fields"))
|
|
@@ -357,6 +466,10 @@ module Aws::S3Tables
|
|
|
357
466
|
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
|
358
467
|
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
|
359
468
|
|
|
469
|
+
LastSuccessfulReplicatedUpdate.add_member(:metadata_location, Shapes::ShapeRef.new(shape: MetadataLocation, required: true, location_name: "metadataLocation"))
|
|
470
|
+
LastSuccessfulReplicatedUpdate.add_member(:timestamp, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "timestamp"))
|
|
471
|
+
LastSuccessfulReplicatedUpdate.struct_class = Types::LastSuccessfulReplicatedUpdate
|
|
472
|
+
|
|
360
473
|
ListNamespacesRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
361
474
|
ListNamespacesRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: ListNamespacesRequestPrefixString, location: "querystring", location_name: "prefix"))
|
|
362
475
|
ListNamespacesRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "continuationToken"))
|
|
@@ -394,6 +507,12 @@ module Aws::S3Tables
|
|
|
394
507
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
395
508
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
396
509
|
|
|
510
|
+
ManagedTableInformation.add_member(:replication_information, Shapes::ShapeRef.new(shape: ReplicationInformation, location_name: "replicationInformation"))
|
|
511
|
+
ManagedTableInformation.struct_class = Types::ManagedTableInformation
|
|
512
|
+
|
|
513
|
+
MethodNotAllowedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
|
514
|
+
MethodNotAllowedException.struct_class = Types::MethodNotAllowedException
|
|
515
|
+
|
|
397
516
|
NamespaceList.member = Shapes::ShapeRef.new(shape: NamespaceName)
|
|
398
517
|
|
|
399
518
|
NamespaceSummary.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceList, required: true, location_name: "namespace"))
|
|
@@ -425,6 +544,19 @@ module Aws::S3Tables
|
|
|
425
544
|
PutTableBucketPolicyRequest.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "resourcePolicy"))
|
|
426
545
|
PutTableBucketPolicyRequest.struct_class = Types::PutTableBucketPolicyRequest
|
|
427
546
|
|
|
547
|
+
PutTableBucketReplicationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "querystring", location_name: "tableBucketARN"))
|
|
548
|
+
PutTableBucketReplicationRequest.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, location: "querystring", location_name: "versionToken"))
|
|
549
|
+
PutTableBucketReplicationRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: TableBucketReplicationConfiguration, required: true, location_name: "configuration"))
|
|
550
|
+
PutTableBucketReplicationRequest.struct_class = Types::PutTableBucketReplicationRequest
|
|
551
|
+
|
|
552
|
+
PutTableBucketReplicationResponse.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, required: true, location_name: "versionToken"))
|
|
553
|
+
PutTableBucketReplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
|
|
554
|
+
PutTableBucketReplicationResponse.struct_class = Types::PutTableBucketReplicationResponse
|
|
555
|
+
|
|
556
|
+
PutTableBucketStorageClassRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
557
|
+
PutTableBucketStorageClassRequest.add_member(:storage_class_configuration, Shapes::ShapeRef.new(shape: StorageClassConfiguration, required: true, location_name: "storageClassConfiguration"))
|
|
558
|
+
PutTableBucketStorageClassRequest.struct_class = Types::PutTableBucketStorageClassRequest
|
|
559
|
+
|
|
428
560
|
PutTableMaintenanceConfigurationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
429
561
|
PutTableMaintenanceConfigurationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
|
430
562
|
PutTableMaintenanceConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
|
@@ -438,6 +570,19 @@ module Aws::S3Tables
|
|
|
438
570
|
PutTablePolicyRequest.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "resourcePolicy"))
|
|
439
571
|
PutTablePolicyRequest.struct_class = Types::PutTablePolicyRequest
|
|
440
572
|
|
|
573
|
+
PutTableRecordExpirationConfigurationRequest.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location: "querystring", location_name: "tableArn"))
|
|
574
|
+
PutTableRecordExpirationConfigurationRequest.add_member(:value, Shapes::ShapeRef.new(shape: TableRecordExpirationConfigurationValue, required: true, location_name: "value"))
|
|
575
|
+
PutTableRecordExpirationConfigurationRequest.struct_class = Types::PutTableRecordExpirationConfigurationRequest
|
|
576
|
+
|
|
577
|
+
PutTableReplicationRequest.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location: "querystring", location_name: "tableArn"))
|
|
578
|
+
PutTableReplicationRequest.add_member(:version_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "versionToken"))
|
|
579
|
+
PutTableReplicationRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: TableReplicationConfiguration, required: true, location_name: "configuration"))
|
|
580
|
+
PutTableReplicationRequest.struct_class = Types::PutTableReplicationRequest
|
|
581
|
+
|
|
582
|
+
PutTableReplicationResponse.add_member(:version_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "versionToken"))
|
|
583
|
+
PutTableReplicationResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
|
|
584
|
+
PutTableReplicationResponse.struct_class = Types::PutTableReplicationResponse
|
|
585
|
+
|
|
441
586
|
RenameTableRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
|
442
587
|
RenameTableRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
|
443
588
|
RenameTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
|
@@ -446,6 +591,23 @@ module Aws::S3Tables
|
|
|
446
591
|
RenameTableRequest.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, location_name: "versionToken"))
|
|
447
592
|
RenameTableRequest.struct_class = Types::RenameTableRequest
|
|
448
593
|
|
|
594
|
+
ReplicationDestination.add_member(:destination_table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location_name: "destinationTableBucketARN"))
|
|
595
|
+
ReplicationDestination.struct_class = Types::ReplicationDestination
|
|
596
|
+
|
|
597
|
+
ReplicationDestinationStatusModel.add_member(:replication_status, Shapes::ShapeRef.new(shape: ReplicationStatus, required: true, location_name: "replicationStatus"))
|
|
598
|
+
ReplicationDestinationStatusModel.add_member(:destination_table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location_name: "destinationTableBucketArn"))
|
|
599
|
+
ReplicationDestinationStatusModel.add_member(:destination_table_arn, Shapes::ShapeRef.new(shape: TableARN, location_name: "destinationTableArn"))
|
|
600
|
+
ReplicationDestinationStatusModel.add_member(:last_successful_replicated_update, Shapes::ShapeRef.new(shape: LastSuccessfulReplicatedUpdate, location_name: "lastSuccessfulReplicatedUpdate"))
|
|
601
|
+
ReplicationDestinationStatusModel.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
|
602
|
+
ReplicationDestinationStatusModel.struct_class = Types::ReplicationDestinationStatusModel
|
|
603
|
+
|
|
604
|
+
ReplicationDestinationStatuses.member = Shapes::ShapeRef.new(shape: ReplicationDestinationStatusModel)
|
|
605
|
+
|
|
606
|
+
ReplicationDestinations.member = Shapes::ShapeRef.new(shape: ReplicationDestination)
|
|
607
|
+
|
|
608
|
+
ReplicationInformation.add_member(:source_table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location_name: "sourceTableARN"))
|
|
609
|
+
ReplicationInformation.struct_class = Types::ReplicationInformation
|
|
610
|
+
|
|
449
611
|
SchemaField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
450
612
|
SchemaField.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
|
|
451
613
|
SchemaField.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
|
|
@@ -453,6 +615,9 @@ module Aws::S3Tables
|
|
|
453
615
|
|
|
454
616
|
SchemaFieldList.member = Shapes::ShapeRef.new(shape: SchemaField)
|
|
455
617
|
|
|
618
|
+
StorageClassConfiguration.add_member(:storage_class, Shapes::ShapeRef.new(shape: StorageClass, required: true, location_name: "storageClass"))
|
|
619
|
+
StorageClassConfiguration.struct_class = Types::StorageClassConfiguration
|
|
620
|
+
|
|
456
621
|
TableBucketMaintenanceConfiguration.key = Shapes::ShapeRef.new(shape: TableBucketMaintenanceType)
|
|
457
622
|
TableBucketMaintenanceConfiguration.value = Shapes::ShapeRef.new(shape: TableBucketMaintenanceConfigurationValue)
|
|
458
623
|
|
|
@@ -466,6 +631,15 @@ module Aws::S3Tables
|
|
|
466
631
|
TableBucketMaintenanceSettings.add_member_subclass(:unknown, Types::TableBucketMaintenanceSettings::Unknown)
|
|
467
632
|
TableBucketMaintenanceSettings.struct_class = Types::TableBucketMaintenanceSettings
|
|
468
633
|
|
|
634
|
+
TableBucketReplicationConfiguration.add_member(:role, Shapes::ShapeRef.new(shape: IAMRole, required: true, location_name: "role"))
|
|
635
|
+
TableBucketReplicationConfiguration.add_member(:rules, Shapes::ShapeRef.new(shape: TableBucketReplicationRules, required: true, location_name: "rules"))
|
|
636
|
+
TableBucketReplicationConfiguration.struct_class = Types::TableBucketReplicationConfiguration
|
|
637
|
+
|
|
638
|
+
TableBucketReplicationRule.add_member(:destinations, Shapes::ShapeRef.new(shape: ReplicationDestinations, required: true, location_name: "destinations"))
|
|
639
|
+
TableBucketReplicationRule.struct_class = Types::TableBucketReplicationRule
|
|
640
|
+
|
|
641
|
+
TableBucketReplicationRules.member = Shapes::ShapeRef.new(shape: TableBucketReplicationRule)
|
|
642
|
+
|
|
469
643
|
TableBucketSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location_name: "arn"))
|
|
470
644
|
TableBucketSummary.add_member(:name, Shapes::ShapeRef.new(shape: TableBucketName, required: true, location_name: "name"))
|
|
471
645
|
TableBucketSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "ownerAccountId"))
|
|
@@ -505,12 +679,37 @@ module Aws::S3Tables
|
|
|
505
679
|
TableMetadata.add_member_subclass(:unknown, Types::TableMetadata::Unknown)
|
|
506
680
|
TableMetadata.struct_class = Types::TableMetadata
|
|
507
681
|
|
|
682
|
+
TableProperties.key = Shapes::ShapeRef.new(shape: String)
|
|
683
|
+
TableProperties.value = Shapes::ShapeRef.new(shape: String)
|
|
684
|
+
|
|
685
|
+
TableRecordExpirationConfigurationValue.add_member(:status, Shapes::ShapeRef.new(shape: TableRecordExpirationStatus, location_name: "status"))
|
|
686
|
+
TableRecordExpirationConfigurationValue.add_member(:settings, Shapes::ShapeRef.new(shape: TableRecordExpirationSettings, location_name: "settings"))
|
|
687
|
+
TableRecordExpirationConfigurationValue.struct_class = Types::TableRecordExpirationConfigurationValue
|
|
688
|
+
|
|
689
|
+
TableRecordExpirationJobMetrics.add_member(:deleted_data_files, Shapes::ShapeRef.new(shape: Long, location_name: "deletedDataFiles"))
|
|
690
|
+
TableRecordExpirationJobMetrics.add_member(:deleted_records, Shapes::ShapeRef.new(shape: Long, location_name: "deletedRecords"))
|
|
691
|
+
TableRecordExpirationJobMetrics.add_member(:removed_files_size, Shapes::ShapeRef.new(shape: Long, location_name: "removedFilesSize"))
|
|
692
|
+
TableRecordExpirationJobMetrics.struct_class = Types::TableRecordExpirationJobMetrics
|
|
693
|
+
|
|
694
|
+
TableRecordExpirationSettings.add_member(:days, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "days"))
|
|
695
|
+
TableRecordExpirationSettings.struct_class = Types::TableRecordExpirationSettings
|
|
696
|
+
|
|
697
|
+
TableReplicationConfiguration.add_member(:role, Shapes::ShapeRef.new(shape: IAMRole, required: true, location_name: "role"))
|
|
698
|
+
TableReplicationConfiguration.add_member(:rules, Shapes::ShapeRef.new(shape: TableReplicationRules, required: true, location_name: "rules"))
|
|
699
|
+
TableReplicationConfiguration.struct_class = Types::TableReplicationConfiguration
|
|
700
|
+
|
|
701
|
+
TableReplicationRule.add_member(:destinations, Shapes::ShapeRef.new(shape: ReplicationDestinations, required: true, location_name: "destinations"))
|
|
702
|
+
TableReplicationRule.struct_class = Types::TableReplicationRule
|
|
703
|
+
|
|
704
|
+
TableReplicationRules.member = Shapes::ShapeRef.new(shape: TableReplicationRule)
|
|
705
|
+
|
|
508
706
|
TableSummary.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceList, required: true, location_name: "namespace"))
|
|
509
707
|
TableSummary.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "name"))
|
|
510
708
|
TableSummary.add_member(:type, Shapes::ShapeRef.new(shape: TableType, required: true, location_name: "type"))
|
|
511
709
|
TableSummary.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location_name: "tableARN"))
|
|
512
710
|
TableSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
513
711
|
TableSummary.add_member(:modified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "modifiedAt"))
|
|
712
|
+
TableSummary.add_member(:managed_by_service, Shapes::ShapeRef.new(shape: String, location_name: "managedByService"))
|
|
514
713
|
TableSummary.add_member(:namespace_id, Shapes::ShapeRef.new(shape: NamespaceId, location_name: "namespaceId"))
|
|
515
714
|
TableSummary.add_member(:table_bucket_id, Shapes::ShapeRef.new(shape: TableBucketId, location_name: "tableBucketId"))
|
|
516
715
|
TableSummary.struct_class = Types::TableSummary
|
|
@@ -696,6 +895,21 @@ module Aws::S3Tables
|
|
|
696
895
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
697
896
|
end)
|
|
698
897
|
|
|
898
|
+
api.add_operation(:delete_table_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
|
|
899
|
+
o.name = "DeleteTableBucketReplication"
|
|
900
|
+
o.http_method = "DELETE"
|
|
901
|
+
o.http_request_uri = "/table-bucket-replication"
|
|
902
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTableBucketReplicationRequest)
|
|
903
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
905
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
906
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
907
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
908
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
909
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
910
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
911
|
+
end)
|
|
912
|
+
|
|
699
913
|
api.add_operation(:delete_table_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
700
914
|
o.name = "DeleteTablePolicy"
|
|
701
915
|
o.http_method = "DELETE"
|
|
@@ -710,6 +924,21 @@ module Aws::S3Tables
|
|
|
710
924
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
711
925
|
end)
|
|
712
926
|
|
|
927
|
+
api.add_operation(:delete_table_replication, Seahorse::Model::Operation.new.tap do |o|
|
|
928
|
+
o.name = "DeleteTableReplication"
|
|
929
|
+
o.http_method = "DELETE"
|
|
930
|
+
o.http_request_uri = "/table-replication"
|
|
931
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTableReplicationRequest)
|
|
932
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
936
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
937
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
940
|
+
end)
|
|
941
|
+
|
|
713
942
|
api.add_operation(:get_namespace, Seahorse::Model::Operation.new.tap do |o|
|
|
714
943
|
o.name = "GetNamespace"
|
|
715
944
|
o.http_method = "GET"
|
|
@@ -811,6 +1040,35 @@ module Aws::S3Tables
|
|
|
811
1040
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
812
1041
|
end)
|
|
813
1042
|
|
|
1043
|
+
api.add_operation(:get_table_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
|
|
1044
|
+
o.name = "GetTableBucketReplication"
|
|
1045
|
+
o.http_method = "GET"
|
|
1046
|
+
o.http_request_uri = "/table-bucket-replication"
|
|
1047
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableBucketReplicationRequest)
|
|
1048
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableBucketReplicationResponse)
|
|
1049
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1050
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1052
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1053
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1054
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1055
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1056
|
+
end)
|
|
1057
|
+
|
|
1058
|
+
api.add_operation(:get_table_bucket_storage_class, Seahorse::Model::Operation.new.tap do |o|
|
|
1059
|
+
o.name = "GetTableBucketStorageClass"
|
|
1060
|
+
o.http_method = "GET"
|
|
1061
|
+
o.http_request_uri = "/buckets/{tableBucketARN}/storage-class"
|
|
1062
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableBucketStorageClassRequest)
|
|
1063
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableBucketStorageClassResponse)
|
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1067
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1068
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1069
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1070
|
+
end)
|
|
1071
|
+
|
|
814
1072
|
api.add_operation(:get_table_encryption, Seahorse::Model::Operation.new.tap do |o|
|
|
815
1073
|
o.name = "GetTableEncryption"
|
|
816
1074
|
o.http_method = "GET"
|
|
@@ -881,6 +1139,77 @@ module Aws::S3Tables
|
|
|
881
1139
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
882
1140
|
end)
|
|
883
1141
|
|
|
1142
|
+
api.add_operation(:get_table_record_expiration_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1143
|
+
o.name = "GetTableRecordExpirationConfiguration"
|
|
1144
|
+
o.http_method = "GET"
|
|
1145
|
+
o.http_request_uri = "/table-record-expiration"
|
|
1146
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableRecordExpirationConfigurationRequest)
|
|
1147
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableRecordExpirationConfigurationResponse)
|
|
1148
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1149
|
+
o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
|
|
1150
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1151
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1152
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1154
|
+
end)
|
|
1155
|
+
|
|
1156
|
+
api.add_operation(:get_table_record_expiration_job_status, Seahorse::Model::Operation.new.tap do |o|
|
|
1157
|
+
o.name = "GetTableRecordExpirationJobStatus"
|
|
1158
|
+
o.http_method = "GET"
|
|
1159
|
+
o.http_request_uri = "/table-record-expiration-job-status"
|
|
1160
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableRecordExpirationJobStatusRequest)
|
|
1161
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableRecordExpirationJobStatusResponse)
|
|
1162
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1163
|
+
o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
|
|
1164
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1165
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1166
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1167
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1168
|
+
end)
|
|
1169
|
+
|
|
1170
|
+
api.add_operation(:get_table_replication, Seahorse::Model::Operation.new.tap do |o|
|
|
1171
|
+
o.name = "GetTableReplication"
|
|
1172
|
+
o.http_method = "GET"
|
|
1173
|
+
o.http_request_uri = "/table-replication"
|
|
1174
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableReplicationRequest)
|
|
1175
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableReplicationResponse)
|
|
1176
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1177
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1178
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1179
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1180
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1181
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1182
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1183
|
+
end)
|
|
1184
|
+
|
|
1185
|
+
api.add_operation(:get_table_replication_status, Seahorse::Model::Operation.new.tap do |o|
|
|
1186
|
+
o.name = "GetTableReplicationStatus"
|
|
1187
|
+
o.http_method = "GET"
|
|
1188
|
+
o.http_request_uri = "/replication-status"
|
|
1189
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableReplicationStatusRequest)
|
|
1190
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableReplicationStatusResponse)
|
|
1191
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1192
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1193
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1194
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1195
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1196
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1197
|
+
end)
|
|
1198
|
+
|
|
1199
|
+
api.add_operation(:get_table_storage_class, Seahorse::Model::Operation.new.tap do |o|
|
|
1200
|
+
o.name = "GetTableStorageClass"
|
|
1201
|
+
o.http_method = "GET"
|
|
1202
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/storage-class"
|
|
1203
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableStorageClassRequest)
|
|
1204
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableStorageClassResponse)
|
|
1205
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1206
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1207
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1208
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1209
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1210
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1211
|
+
end)
|
|
1212
|
+
|
|
884
1213
|
api.add_operation(:list_namespaces, Seahorse::Model::Operation.new.tap do |o|
|
|
885
1214
|
o.name = "ListNamespaces"
|
|
886
1215
|
o.http_method = "GET"
|
|
@@ -1013,6 +1342,35 @@ module Aws::S3Tables
|
|
|
1013
1342
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1014
1343
|
end)
|
|
1015
1344
|
|
|
1345
|
+
api.add_operation(:put_table_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
|
|
1346
|
+
o.name = "PutTableBucketReplication"
|
|
1347
|
+
o.http_method = "PUT"
|
|
1348
|
+
o.http_request_uri = "/table-bucket-replication"
|
|
1349
|
+
o.input = Shapes::ShapeRef.new(shape: PutTableBucketReplicationRequest)
|
|
1350
|
+
o.output = Shapes::ShapeRef.new(shape: PutTableBucketReplicationResponse)
|
|
1351
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1352
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1353
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1354
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1355
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1356
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1357
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1358
|
+
end)
|
|
1359
|
+
|
|
1360
|
+
api.add_operation(:put_table_bucket_storage_class, Seahorse::Model::Operation.new.tap do |o|
|
|
1361
|
+
o.name = "PutTableBucketStorageClass"
|
|
1362
|
+
o.http_method = "PUT"
|
|
1363
|
+
o.http_request_uri = "/buckets/{tableBucketARN}/storage-class"
|
|
1364
|
+
o.input = Shapes::ShapeRef.new(shape: PutTableBucketStorageClassRequest)
|
|
1365
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1366
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1367
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1368
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1369
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1370
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1371
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1372
|
+
end)
|
|
1373
|
+
|
|
1016
1374
|
api.add_operation(:put_table_maintenance_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1017
1375
|
o.name = "PutTableMaintenanceConfiguration"
|
|
1018
1376
|
o.http_method = "PUT"
|
|
@@ -1041,6 +1399,35 @@ module Aws::S3Tables
|
|
|
1041
1399
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1042
1400
|
end)
|
|
1043
1401
|
|
|
1402
|
+
api.add_operation(:put_table_record_expiration_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1403
|
+
o.name = "PutTableRecordExpirationConfiguration"
|
|
1404
|
+
o.http_method = "PUT"
|
|
1405
|
+
o.http_request_uri = "/table-record-expiration"
|
|
1406
|
+
o.input = Shapes::ShapeRef.new(shape: PutTableRecordExpirationConfigurationRequest)
|
|
1407
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1408
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1409
|
+
o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
|
|
1410
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1411
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1412
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1413
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1414
|
+
end)
|
|
1415
|
+
|
|
1416
|
+
api.add_operation(:put_table_replication, Seahorse::Model::Operation.new.tap do |o|
|
|
1417
|
+
o.name = "PutTableReplication"
|
|
1418
|
+
o.http_method = "PUT"
|
|
1419
|
+
o.http_request_uri = "/table-replication"
|
|
1420
|
+
o.input = Shapes::ShapeRef.new(shape: PutTableReplicationRequest)
|
|
1421
|
+
o.output = Shapes::ShapeRef.new(shape: PutTableReplicationResponse)
|
|
1422
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
|
1423
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
|
1424
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
|
1425
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1427
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1428
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
1429
|
+
end)
|
|
1430
|
+
|
|
1044
1431
|
api.add_operation(:rename_table, Seahorse::Model::Operation.new.tap do |o|
|
|
1045
1432
|
o.name = "RenameTable"
|
|
1046
1433
|
o.http_method = "PUT"
|