aws-sdk-s3tables 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-s3tables/client.rb +1508 -0
- data/lib/aws-sdk-s3tables/client_api.rb +828 -0
- data/lib/aws-sdk-s3tables/customizations.rb +0 -0
- data/lib/aws-sdk-s3tables/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-s3tables/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-s3tables/endpoints.rb +20 -0
- data/lib/aws-sdk-s3tables/errors.rb +150 -0
- data/lib/aws-sdk-s3tables/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-s3tables/resource.rb +26 -0
- data/lib/aws-sdk-s3tables/types.rb +1324 -0
- data/lib/aws-sdk-s3tables/waiters.rb +15 -0
- data/lib/aws-sdk-s3tables.rb +62 -0
- data/sig/client.rbs +401 -0
- data/sig/errors.rbs +37 -0
- data/sig/resource.rbs +82 -0
- data/sig/types.rbs +425 -0
- data/sig/waiters.rbs +13 -0
- metadata +100 -0
@@ -0,0 +1,828 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
|
11
|
+
module Aws::S3Tables
|
12
|
+
# @api private
|
13
|
+
module ClientApi
|
14
|
+
|
15
|
+
include Seahorse::Model
|
16
|
+
|
17
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
|
+
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
19
|
+
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
20
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
21
|
+
CreateNamespaceRequest = Shapes::StructureShape.new(name: 'CreateNamespaceRequest')
|
22
|
+
CreateNamespaceRequestNamespaceList = Shapes::ListShape.new(name: 'CreateNamespaceRequestNamespaceList')
|
23
|
+
CreateNamespaceResponse = Shapes::StructureShape.new(name: 'CreateNamespaceResponse')
|
24
|
+
CreateTableBucketRequest = Shapes::StructureShape.new(name: 'CreateTableBucketRequest')
|
25
|
+
CreateTableBucketResponse = Shapes::StructureShape.new(name: 'CreateTableBucketResponse')
|
26
|
+
CreateTableRequest = Shapes::StructureShape.new(name: 'CreateTableRequest')
|
27
|
+
CreateTableResponse = Shapes::StructureShape.new(name: 'CreateTableResponse')
|
28
|
+
DeleteNamespaceRequest = Shapes::StructureShape.new(name: 'DeleteNamespaceRequest')
|
29
|
+
DeleteTableBucketPolicyRequest = Shapes::StructureShape.new(name: 'DeleteTableBucketPolicyRequest')
|
30
|
+
DeleteTableBucketRequest = Shapes::StructureShape.new(name: 'DeleteTableBucketRequest')
|
31
|
+
DeleteTablePolicyRequest = Shapes::StructureShape.new(name: 'DeleteTablePolicyRequest')
|
32
|
+
DeleteTableRequest = Shapes::StructureShape.new(name: 'DeleteTableRequest')
|
33
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
34
|
+
ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
|
35
|
+
GetNamespaceRequest = Shapes::StructureShape.new(name: 'GetNamespaceRequest')
|
36
|
+
GetNamespaceResponse = Shapes::StructureShape.new(name: 'GetNamespaceResponse')
|
37
|
+
GetTableBucketMaintenanceConfigurationRequest = Shapes::StructureShape.new(name: 'GetTableBucketMaintenanceConfigurationRequest')
|
38
|
+
GetTableBucketMaintenanceConfigurationResponse = Shapes::StructureShape.new(name: 'GetTableBucketMaintenanceConfigurationResponse')
|
39
|
+
GetTableBucketPolicyRequest = Shapes::StructureShape.new(name: 'GetTableBucketPolicyRequest')
|
40
|
+
GetTableBucketPolicyResponse = Shapes::StructureShape.new(name: 'GetTableBucketPolicyResponse')
|
41
|
+
GetTableBucketRequest = Shapes::StructureShape.new(name: 'GetTableBucketRequest')
|
42
|
+
GetTableBucketResponse = Shapes::StructureShape.new(name: 'GetTableBucketResponse')
|
43
|
+
GetTableMaintenanceConfigurationRequest = Shapes::StructureShape.new(name: 'GetTableMaintenanceConfigurationRequest')
|
44
|
+
GetTableMaintenanceConfigurationResponse = Shapes::StructureShape.new(name: 'GetTableMaintenanceConfigurationResponse')
|
45
|
+
GetTableMaintenanceJobStatusRequest = Shapes::StructureShape.new(name: 'GetTableMaintenanceJobStatusRequest')
|
46
|
+
GetTableMaintenanceJobStatusResponse = Shapes::StructureShape.new(name: 'GetTableMaintenanceJobStatusResponse')
|
47
|
+
GetTableMetadataLocationRequest = Shapes::StructureShape.new(name: 'GetTableMetadataLocationRequest')
|
48
|
+
GetTableMetadataLocationResponse = Shapes::StructureShape.new(name: 'GetTableMetadataLocationResponse')
|
49
|
+
GetTablePolicyRequest = Shapes::StructureShape.new(name: 'GetTablePolicyRequest')
|
50
|
+
GetTablePolicyResponse = Shapes::StructureShape.new(name: 'GetTablePolicyResponse')
|
51
|
+
GetTableRequest = Shapes::StructureShape.new(name: 'GetTableRequest')
|
52
|
+
GetTableResponse = Shapes::StructureShape.new(name: 'GetTableResponse')
|
53
|
+
IcebergCompactionSettings = Shapes::StructureShape.new(name: 'IcebergCompactionSettings')
|
54
|
+
IcebergSnapshotManagementSettings = Shapes::StructureShape.new(name: 'IcebergSnapshotManagementSettings')
|
55
|
+
IcebergUnreferencedFileRemovalSettings = Shapes::StructureShape.new(name: 'IcebergUnreferencedFileRemovalSettings')
|
56
|
+
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
57
|
+
JobStatus = Shapes::StringShape.new(name: 'JobStatus')
|
58
|
+
ListNamespacesLimit = Shapes::IntegerShape.new(name: 'ListNamespacesLimit')
|
59
|
+
ListNamespacesRequest = Shapes::StructureShape.new(name: 'ListNamespacesRequest')
|
60
|
+
ListNamespacesRequestPrefixString = Shapes::StringShape.new(name: 'ListNamespacesRequestPrefixString')
|
61
|
+
ListNamespacesResponse = Shapes::StructureShape.new(name: 'ListNamespacesResponse')
|
62
|
+
ListTableBucketsLimit = Shapes::IntegerShape.new(name: 'ListTableBucketsLimit')
|
63
|
+
ListTableBucketsRequest = Shapes::StructureShape.new(name: 'ListTableBucketsRequest')
|
64
|
+
ListTableBucketsRequestPrefixString = Shapes::StringShape.new(name: 'ListTableBucketsRequestPrefixString')
|
65
|
+
ListTableBucketsResponse = Shapes::StructureShape.new(name: 'ListTableBucketsResponse')
|
66
|
+
ListTablesLimit = Shapes::IntegerShape.new(name: 'ListTablesLimit')
|
67
|
+
ListTablesRequest = Shapes::StructureShape.new(name: 'ListTablesRequest')
|
68
|
+
ListTablesRequestPrefixString = Shapes::StringShape.new(name: 'ListTablesRequestPrefixString')
|
69
|
+
ListTablesResponse = Shapes::StructureShape.new(name: 'ListTablesResponse')
|
70
|
+
MaintenanceStatus = Shapes::StringShape.new(name: 'MaintenanceStatus')
|
71
|
+
MetadataLocation = Shapes::StringShape.new(name: 'MetadataLocation')
|
72
|
+
NamespaceList = Shapes::ListShape.new(name: 'NamespaceList')
|
73
|
+
NamespaceName = Shapes::StringShape.new(name: 'NamespaceName')
|
74
|
+
NamespaceSummary = Shapes::StructureShape.new(name: 'NamespaceSummary')
|
75
|
+
NamespaceSummaryList = Shapes::ListShape.new(name: 'NamespaceSummaryList')
|
76
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
77
|
+
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
78
|
+
OpenTableFormat = Shapes::StringShape.new(name: 'OpenTableFormat')
|
79
|
+
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
80
|
+
PutTableBucketMaintenanceConfigurationRequest = Shapes::StructureShape.new(name: 'PutTableBucketMaintenanceConfigurationRequest')
|
81
|
+
PutTableBucketPolicyRequest = Shapes::StructureShape.new(name: 'PutTableBucketPolicyRequest')
|
82
|
+
PutTableMaintenanceConfigurationRequest = Shapes::StructureShape.new(name: 'PutTableMaintenanceConfigurationRequest')
|
83
|
+
PutTablePolicyRequest = Shapes::StructureShape.new(name: 'PutTablePolicyRequest')
|
84
|
+
RenameTableRequest = Shapes::StructureShape.new(name: 'RenameTableRequest')
|
85
|
+
ResourcePolicy = Shapes::StringShape.new(name: 'ResourcePolicy')
|
86
|
+
String = Shapes::StringShape.new(name: 'String')
|
87
|
+
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
88
|
+
TableARN = Shapes::StringShape.new(name: 'TableARN')
|
89
|
+
TableBucketARN = Shapes::StringShape.new(name: 'TableBucketARN')
|
90
|
+
TableBucketMaintenanceConfiguration = Shapes::MapShape.new(name: 'TableBucketMaintenanceConfiguration')
|
91
|
+
TableBucketMaintenanceConfigurationValue = Shapes::StructureShape.new(name: 'TableBucketMaintenanceConfigurationValue')
|
92
|
+
TableBucketMaintenanceSettings = Shapes::UnionShape.new(name: 'TableBucketMaintenanceSettings')
|
93
|
+
TableBucketMaintenanceType = Shapes::StringShape.new(name: 'TableBucketMaintenanceType')
|
94
|
+
TableBucketName = Shapes::StringShape.new(name: 'TableBucketName')
|
95
|
+
TableBucketSummary = Shapes::StructureShape.new(name: 'TableBucketSummary')
|
96
|
+
TableBucketSummaryList = Shapes::ListShape.new(name: 'TableBucketSummaryList')
|
97
|
+
TableMaintenanceConfiguration = Shapes::MapShape.new(name: 'TableMaintenanceConfiguration')
|
98
|
+
TableMaintenanceConfigurationValue = Shapes::StructureShape.new(name: 'TableMaintenanceConfigurationValue')
|
99
|
+
TableMaintenanceJobStatus = Shapes::MapShape.new(name: 'TableMaintenanceJobStatus')
|
100
|
+
TableMaintenanceJobStatusValue = Shapes::StructureShape.new(name: 'TableMaintenanceJobStatusValue')
|
101
|
+
TableMaintenanceJobType = Shapes::StringShape.new(name: 'TableMaintenanceJobType')
|
102
|
+
TableMaintenanceSettings = Shapes::UnionShape.new(name: 'TableMaintenanceSettings')
|
103
|
+
TableMaintenanceType = Shapes::StringShape.new(name: 'TableMaintenanceType')
|
104
|
+
TableName = Shapes::StringShape.new(name: 'TableName')
|
105
|
+
TableSummary = Shapes::StructureShape.new(name: 'TableSummary')
|
106
|
+
TableSummaryList = Shapes::ListShape.new(name: 'TableSummaryList')
|
107
|
+
TableType = Shapes::StringShape.new(name: 'TableType')
|
108
|
+
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
109
|
+
UpdateTableMetadataLocationRequest = Shapes::StructureShape.new(name: 'UpdateTableMetadataLocationRequest')
|
110
|
+
UpdateTableMetadataLocationResponse = Shapes::StructureShape.new(name: 'UpdateTableMetadataLocationResponse')
|
111
|
+
VersionToken = Shapes::StringShape.new(name: 'VersionToken')
|
112
|
+
WarehouseLocation = Shapes::StringShape.new(name: 'WarehouseLocation')
|
113
|
+
|
114
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
115
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
116
|
+
|
117
|
+
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
118
|
+
BadRequestException.struct_class = Types::BadRequestException
|
119
|
+
|
120
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
121
|
+
ConflictException.struct_class = Types::ConflictException
|
122
|
+
|
123
|
+
CreateNamespaceRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
124
|
+
CreateNamespaceRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: CreateNamespaceRequestNamespaceList, required: true, location_name: "namespace"))
|
125
|
+
CreateNamespaceRequest.struct_class = Types::CreateNamespaceRequest
|
126
|
+
|
127
|
+
CreateNamespaceRequestNamespaceList.member = Shapes::ShapeRef.new(shape: NamespaceName)
|
128
|
+
|
129
|
+
CreateNamespaceResponse.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location_name: "tableBucketARN"))
|
130
|
+
CreateNamespaceResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceList, required: true, location_name: "namespace"))
|
131
|
+
CreateNamespaceResponse.struct_class = Types::CreateNamespaceResponse
|
132
|
+
|
133
|
+
CreateTableBucketRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableBucketName, required: true, location_name: "name"))
|
134
|
+
CreateTableBucketRequest.struct_class = Types::CreateTableBucketRequest
|
135
|
+
|
136
|
+
CreateTableBucketResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location_name: "arn"))
|
137
|
+
CreateTableBucketResponse.struct_class = Types::CreateTableBucketResponse
|
138
|
+
|
139
|
+
CreateTableRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
140
|
+
CreateTableRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
141
|
+
CreateTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "name"))
|
142
|
+
CreateTableRequest.add_member(:format, Shapes::ShapeRef.new(shape: OpenTableFormat, required: true, location_name: "format"))
|
143
|
+
CreateTableRequest.struct_class = Types::CreateTableRequest
|
144
|
+
|
145
|
+
CreateTableResponse.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location_name: "tableARN"))
|
146
|
+
CreateTableResponse.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, required: true, location_name: "versionToken"))
|
147
|
+
CreateTableResponse.struct_class = Types::CreateTableResponse
|
148
|
+
|
149
|
+
DeleteNamespaceRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
150
|
+
DeleteNamespaceRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
151
|
+
DeleteNamespaceRequest.struct_class = Types::DeleteNamespaceRequest
|
152
|
+
|
153
|
+
DeleteTableBucketPolicyRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
154
|
+
DeleteTableBucketPolicyRequest.struct_class = Types::DeleteTableBucketPolicyRequest
|
155
|
+
|
156
|
+
DeleteTableBucketRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
157
|
+
DeleteTableBucketRequest.struct_class = Types::DeleteTableBucketRequest
|
158
|
+
|
159
|
+
DeleteTablePolicyRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
160
|
+
DeleteTablePolicyRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
161
|
+
DeleteTablePolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
162
|
+
DeleteTablePolicyRequest.struct_class = Types::DeleteTablePolicyRequest
|
163
|
+
|
164
|
+
DeleteTableRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
165
|
+
DeleteTableRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
166
|
+
DeleteTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
167
|
+
DeleteTableRequest.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, location: "querystring", location_name: "versionToken"))
|
168
|
+
DeleteTableRequest.struct_class = Types::DeleteTableRequest
|
169
|
+
|
170
|
+
ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
171
|
+
ForbiddenException.struct_class = Types::ForbiddenException
|
172
|
+
|
173
|
+
GetNamespaceRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
174
|
+
GetNamespaceRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
175
|
+
GetNamespaceRequest.struct_class = Types::GetNamespaceRequest
|
176
|
+
|
177
|
+
GetNamespaceResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceList, required: true, location_name: "namespace"))
|
178
|
+
GetNamespaceResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
179
|
+
GetNamespaceResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "createdBy"))
|
180
|
+
GetNamespaceResponse.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "ownerAccountId"))
|
181
|
+
GetNamespaceResponse.struct_class = Types::GetNamespaceResponse
|
182
|
+
|
183
|
+
GetTableBucketMaintenanceConfigurationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
184
|
+
GetTableBucketMaintenanceConfigurationRequest.struct_class = Types::GetTableBucketMaintenanceConfigurationRequest
|
185
|
+
|
186
|
+
GetTableBucketMaintenanceConfigurationResponse.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location_name: "tableBucketARN"))
|
187
|
+
GetTableBucketMaintenanceConfigurationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: TableBucketMaintenanceConfiguration, required: true, location_name: "configuration"))
|
188
|
+
GetTableBucketMaintenanceConfigurationResponse.struct_class = Types::GetTableBucketMaintenanceConfigurationResponse
|
189
|
+
|
190
|
+
GetTableBucketPolicyRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
191
|
+
GetTableBucketPolicyRequest.struct_class = Types::GetTableBucketPolicyRequest
|
192
|
+
|
193
|
+
GetTableBucketPolicyResponse.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "resourcePolicy"))
|
194
|
+
GetTableBucketPolicyResponse.struct_class = Types::GetTableBucketPolicyResponse
|
195
|
+
|
196
|
+
GetTableBucketRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
197
|
+
GetTableBucketRequest.struct_class = Types::GetTableBucketRequest
|
198
|
+
|
199
|
+
GetTableBucketResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location_name: "arn"))
|
200
|
+
GetTableBucketResponse.add_member(:name, Shapes::ShapeRef.new(shape: TableBucketName, required: true, location_name: "name"))
|
201
|
+
GetTableBucketResponse.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "ownerAccountId"))
|
202
|
+
GetTableBucketResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
203
|
+
GetTableBucketResponse.struct_class = Types::GetTableBucketResponse
|
204
|
+
|
205
|
+
GetTableMaintenanceConfigurationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
206
|
+
GetTableMaintenanceConfigurationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
207
|
+
GetTableMaintenanceConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
208
|
+
GetTableMaintenanceConfigurationRequest.struct_class = Types::GetTableMaintenanceConfigurationRequest
|
209
|
+
|
210
|
+
GetTableMaintenanceConfigurationResponse.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location_name: "tableARN"))
|
211
|
+
GetTableMaintenanceConfigurationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: TableMaintenanceConfiguration, required: true, location_name: "configuration"))
|
212
|
+
GetTableMaintenanceConfigurationResponse.struct_class = Types::GetTableMaintenanceConfigurationResponse
|
213
|
+
|
214
|
+
GetTableMaintenanceJobStatusRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
215
|
+
GetTableMaintenanceJobStatusRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
216
|
+
GetTableMaintenanceJobStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
217
|
+
GetTableMaintenanceJobStatusRequest.struct_class = Types::GetTableMaintenanceJobStatusRequest
|
218
|
+
|
219
|
+
GetTableMaintenanceJobStatusResponse.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location_name: "tableARN"))
|
220
|
+
GetTableMaintenanceJobStatusResponse.add_member(:status, Shapes::ShapeRef.new(shape: TableMaintenanceJobStatus, required: true, location_name: "status"))
|
221
|
+
GetTableMaintenanceJobStatusResponse.struct_class = Types::GetTableMaintenanceJobStatusResponse
|
222
|
+
|
223
|
+
GetTableMetadataLocationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
224
|
+
GetTableMetadataLocationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
225
|
+
GetTableMetadataLocationRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
226
|
+
GetTableMetadataLocationRequest.struct_class = Types::GetTableMetadataLocationRequest
|
227
|
+
|
228
|
+
GetTableMetadataLocationResponse.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, required: true, location_name: "versionToken"))
|
229
|
+
GetTableMetadataLocationResponse.add_member(:metadata_location, Shapes::ShapeRef.new(shape: MetadataLocation, location_name: "metadataLocation"))
|
230
|
+
GetTableMetadataLocationResponse.add_member(:warehouse_location, Shapes::ShapeRef.new(shape: WarehouseLocation, required: true, location_name: "warehouseLocation"))
|
231
|
+
GetTableMetadataLocationResponse.struct_class = Types::GetTableMetadataLocationResponse
|
232
|
+
|
233
|
+
GetTablePolicyRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
234
|
+
GetTablePolicyRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
235
|
+
GetTablePolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
236
|
+
GetTablePolicyRequest.struct_class = Types::GetTablePolicyRequest
|
237
|
+
|
238
|
+
GetTablePolicyResponse.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "resourcePolicy"))
|
239
|
+
GetTablePolicyResponse.struct_class = Types::GetTablePolicyResponse
|
240
|
+
|
241
|
+
GetTableRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
242
|
+
GetTableRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
243
|
+
GetTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
244
|
+
GetTableRequest.struct_class = Types::GetTableRequest
|
245
|
+
|
246
|
+
GetTableResponse.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "name"))
|
247
|
+
GetTableResponse.add_member(:type, Shapes::ShapeRef.new(shape: TableType, required: true, location_name: "type"))
|
248
|
+
GetTableResponse.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location_name: "tableARN"))
|
249
|
+
GetTableResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceList, required: true, location_name: "namespace"))
|
250
|
+
GetTableResponse.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, required: true, location_name: "versionToken"))
|
251
|
+
GetTableResponse.add_member(:metadata_location, Shapes::ShapeRef.new(shape: MetadataLocation, location_name: "metadataLocation"))
|
252
|
+
GetTableResponse.add_member(:warehouse_location, Shapes::ShapeRef.new(shape: WarehouseLocation, required: true, location_name: "warehouseLocation"))
|
253
|
+
GetTableResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
254
|
+
GetTableResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "createdBy"))
|
255
|
+
GetTableResponse.add_member(:managed_by_service, Shapes::ShapeRef.new(shape: String, location_name: "managedByService"))
|
256
|
+
GetTableResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "modifiedAt"))
|
257
|
+
GetTableResponse.add_member(:modified_by, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "modifiedBy"))
|
258
|
+
GetTableResponse.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "ownerAccountId"))
|
259
|
+
GetTableResponse.add_member(:format, Shapes::ShapeRef.new(shape: OpenTableFormat, required: true, location_name: "format"))
|
260
|
+
GetTableResponse.struct_class = Types::GetTableResponse
|
261
|
+
|
262
|
+
IcebergCompactionSettings.add_member(:target_file_size_mb, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "targetFileSizeMB"))
|
263
|
+
IcebergCompactionSettings.struct_class = Types::IcebergCompactionSettings
|
264
|
+
|
265
|
+
IcebergSnapshotManagementSettings.add_member(:min_snapshots_to_keep, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "minSnapshotsToKeep"))
|
266
|
+
IcebergSnapshotManagementSettings.add_member(:max_snapshot_age_hours, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "maxSnapshotAgeHours"))
|
267
|
+
IcebergSnapshotManagementSettings.struct_class = Types::IcebergSnapshotManagementSettings
|
268
|
+
|
269
|
+
IcebergUnreferencedFileRemovalSettings.add_member(:unreferenced_days, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "unreferencedDays"))
|
270
|
+
IcebergUnreferencedFileRemovalSettings.add_member(:non_current_days, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "nonCurrentDays"))
|
271
|
+
IcebergUnreferencedFileRemovalSettings.struct_class = Types::IcebergUnreferencedFileRemovalSettings
|
272
|
+
|
273
|
+
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
274
|
+
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
275
|
+
|
276
|
+
ListNamespacesRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
277
|
+
ListNamespacesRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: ListNamespacesRequestPrefixString, location: "querystring", location_name: "prefix"))
|
278
|
+
ListNamespacesRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "continuationToken"))
|
279
|
+
ListNamespacesRequest.add_member(:max_namespaces, Shapes::ShapeRef.new(shape: ListNamespacesLimit, location: "querystring", location_name: "maxNamespaces"))
|
280
|
+
ListNamespacesRequest.struct_class = Types::ListNamespacesRequest
|
281
|
+
|
282
|
+
ListNamespacesResponse.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespaceSummaryList, required: true, location_name: "namespaces"))
|
283
|
+
ListNamespacesResponse.add_member(:continuation_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "continuationToken"))
|
284
|
+
ListNamespacesResponse.struct_class = Types::ListNamespacesResponse
|
285
|
+
|
286
|
+
ListTableBucketsRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: ListTableBucketsRequestPrefixString, location: "querystring", location_name: "prefix"))
|
287
|
+
ListTableBucketsRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "continuationToken"))
|
288
|
+
ListTableBucketsRequest.add_member(:max_buckets, Shapes::ShapeRef.new(shape: ListTableBucketsLimit, location: "querystring", location_name: "maxBuckets"))
|
289
|
+
ListTableBucketsRequest.struct_class = Types::ListTableBucketsRequest
|
290
|
+
|
291
|
+
ListTableBucketsResponse.add_member(:table_buckets, Shapes::ShapeRef.new(shape: TableBucketSummaryList, required: true, location_name: "tableBuckets"))
|
292
|
+
ListTableBucketsResponse.add_member(:continuation_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "continuationToken"))
|
293
|
+
ListTableBucketsResponse.struct_class = Types::ListTableBucketsResponse
|
294
|
+
|
295
|
+
ListTablesRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
296
|
+
ListTablesRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, location: "querystring", location_name: "namespace"))
|
297
|
+
ListTablesRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: ListTablesRequestPrefixString, location: "querystring", location_name: "prefix"))
|
298
|
+
ListTablesRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "continuationToken"))
|
299
|
+
ListTablesRequest.add_member(:max_tables, Shapes::ShapeRef.new(shape: ListTablesLimit, location: "querystring", location_name: "maxTables"))
|
300
|
+
ListTablesRequest.struct_class = Types::ListTablesRequest
|
301
|
+
|
302
|
+
ListTablesResponse.add_member(:tables, Shapes::ShapeRef.new(shape: TableSummaryList, required: true, location_name: "tables"))
|
303
|
+
ListTablesResponse.add_member(:continuation_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "continuationToken"))
|
304
|
+
ListTablesResponse.struct_class = Types::ListTablesResponse
|
305
|
+
|
306
|
+
NamespaceList.member = Shapes::ShapeRef.new(shape: NamespaceName)
|
307
|
+
|
308
|
+
NamespaceSummary.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceList, required: true, location_name: "namespace"))
|
309
|
+
NamespaceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
310
|
+
NamespaceSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "createdBy"))
|
311
|
+
NamespaceSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "ownerAccountId"))
|
312
|
+
NamespaceSummary.struct_class = Types::NamespaceSummary
|
313
|
+
|
314
|
+
NamespaceSummaryList.member = Shapes::ShapeRef.new(shape: NamespaceSummary)
|
315
|
+
|
316
|
+
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
317
|
+
NotFoundException.struct_class = Types::NotFoundException
|
318
|
+
|
319
|
+
PutTableBucketMaintenanceConfigurationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
320
|
+
PutTableBucketMaintenanceConfigurationRequest.add_member(:type, Shapes::ShapeRef.new(shape: TableBucketMaintenanceType, required: true, location: "uri", location_name: "type"))
|
321
|
+
PutTableBucketMaintenanceConfigurationRequest.add_member(:value, Shapes::ShapeRef.new(shape: TableBucketMaintenanceConfigurationValue, required: true, location_name: "value"))
|
322
|
+
PutTableBucketMaintenanceConfigurationRequest.struct_class = Types::PutTableBucketMaintenanceConfigurationRequest
|
323
|
+
|
324
|
+
PutTableBucketPolicyRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
325
|
+
PutTableBucketPolicyRequest.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "resourcePolicy"))
|
326
|
+
PutTableBucketPolicyRequest.struct_class = Types::PutTableBucketPolicyRequest
|
327
|
+
|
328
|
+
PutTableMaintenanceConfigurationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
329
|
+
PutTableMaintenanceConfigurationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
330
|
+
PutTableMaintenanceConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
331
|
+
PutTableMaintenanceConfigurationRequest.add_member(:type, Shapes::ShapeRef.new(shape: TableMaintenanceType, required: true, location: "uri", location_name: "type"))
|
332
|
+
PutTableMaintenanceConfigurationRequest.add_member(:value, Shapes::ShapeRef.new(shape: TableMaintenanceConfigurationValue, required: true, location_name: "value"))
|
333
|
+
PutTableMaintenanceConfigurationRequest.struct_class = Types::PutTableMaintenanceConfigurationRequest
|
334
|
+
|
335
|
+
PutTablePolicyRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
336
|
+
PutTablePolicyRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
337
|
+
PutTablePolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
338
|
+
PutTablePolicyRequest.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "resourcePolicy"))
|
339
|
+
PutTablePolicyRequest.struct_class = Types::PutTablePolicyRequest
|
340
|
+
|
341
|
+
RenameTableRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
342
|
+
RenameTableRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
343
|
+
RenameTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
344
|
+
RenameTableRequest.add_member(:new_namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "newNamespaceName"))
|
345
|
+
RenameTableRequest.add_member(:new_name, Shapes::ShapeRef.new(shape: TableName, location_name: "newName"))
|
346
|
+
RenameTableRequest.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, location_name: "versionToken"))
|
347
|
+
RenameTableRequest.struct_class = Types::RenameTableRequest
|
348
|
+
|
349
|
+
TableBucketMaintenanceConfiguration.key = Shapes::ShapeRef.new(shape: TableBucketMaintenanceType)
|
350
|
+
TableBucketMaintenanceConfiguration.value = Shapes::ShapeRef.new(shape: TableBucketMaintenanceConfigurationValue)
|
351
|
+
|
352
|
+
TableBucketMaintenanceConfigurationValue.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "status"))
|
353
|
+
TableBucketMaintenanceConfigurationValue.add_member(:settings, Shapes::ShapeRef.new(shape: TableBucketMaintenanceSettings, location_name: "settings"))
|
354
|
+
TableBucketMaintenanceConfigurationValue.struct_class = Types::TableBucketMaintenanceConfigurationValue
|
355
|
+
|
356
|
+
TableBucketMaintenanceSettings.add_member(:iceberg_unreferenced_file_removal, Shapes::ShapeRef.new(shape: IcebergUnreferencedFileRemovalSettings, location_name: "icebergUnreferencedFileRemoval"))
|
357
|
+
TableBucketMaintenanceSettings.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
358
|
+
TableBucketMaintenanceSettings.add_member_subclass(:iceberg_unreferenced_file_removal, Types::TableBucketMaintenanceSettings::IcebergUnreferencedFileRemoval)
|
359
|
+
TableBucketMaintenanceSettings.add_member_subclass(:unknown, Types::TableBucketMaintenanceSettings::Unknown)
|
360
|
+
TableBucketMaintenanceSettings.struct_class = Types::TableBucketMaintenanceSettings
|
361
|
+
|
362
|
+
TableBucketSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location_name: "arn"))
|
363
|
+
TableBucketSummary.add_member(:name, Shapes::ShapeRef.new(shape: TableBucketName, required: true, location_name: "name"))
|
364
|
+
TableBucketSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "ownerAccountId"))
|
365
|
+
TableBucketSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
366
|
+
TableBucketSummary.struct_class = Types::TableBucketSummary
|
367
|
+
|
368
|
+
TableBucketSummaryList.member = Shapes::ShapeRef.new(shape: TableBucketSummary)
|
369
|
+
|
370
|
+
TableMaintenanceConfiguration.key = Shapes::ShapeRef.new(shape: TableMaintenanceType)
|
371
|
+
TableMaintenanceConfiguration.value = Shapes::ShapeRef.new(shape: TableMaintenanceConfigurationValue)
|
372
|
+
|
373
|
+
TableMaintenanceConfigurationValue.add_member(:status, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "status"))
|
374
|
+
TableMaintenanceConfigurationValue.add_member(:settings, Shapes::ShapeRef.new(shape: TableMaintenanceSettings, location_name: "settings"))
|
375
|
+
TableMaintenanceConfigurationValue.struct_class = Types::TableMaintenanceConfigurationValue
|
376
|
+
|
377
|
+
TableMaintenanceJobStatus.key = Shapes::ShapeRef.new(shape: TableMaintenanceJobType)
|
378
|
+
TableMaintenanceJobStatus.value = Shapes::ShapeRef.new(shape: TableMaintenanceJobStatusValue)
|
379
|
+
|
380
|
+
TableMaintenanceJobStatusValue.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
381
|
+
TableMaintenanceJobStatusValue.add_member(:last_run_timestamp, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastRunTimestamp"))
|
382
|
+
TableMaintenanceJobStatusValue.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
383
|
+
TableMaintenanceJobStatusValue.struct_class = Types::TableMaintenanceJobStatusValue
|
384
|
+
|
385
|
+
TableMaintenanceSettings.add_member(:iceberg_compaction, Shapes::ShapeRef.new(shape: IcebergCompactionSettings, location_name: "icebergCompaction"))
|
386
|
+
TableMaintenanceSettings.add_member(:iceberg_snapshot_management, Shapes::ShapeRef.new(shape: IcebergSnapshotManagementSettings, location_name: "icebergSnapshotManagement"))
|
387
|
+
TableMaintenanceSettings.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
388
|
+
TableMaintenanceSettings.add_member_subclass(:iceberg_compaction, Types::TableMaintenanceSettings::IcebergCompaction)
|
389
|
+
TableMaintenanceSettings.add_member_subclass(:iceberg_snapshot_management, Types::TableMaintenanceSettings::IcebergSnapshotManagement)
|
390
|
+
TableMaintenanceSettings.add_member_subclass(:unknown, Types::TableMaintenanceSettings::Unknown)
|
391
|
+
TableMaintenanceSettings.struct_class = Types::TableMaintenanceSettings
|
392
|
+
|
393
|
+
TableSummary.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceList, required: true, location_name: "namespace"))
|
394
|
+
TableSummary.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "name"))
|
395
|
+
TableSummary.add_member(:type, Shapes::ShapeRef.new(shape: TableType, required: true, location_name: "type"))
|
396
|
+
TableSummary.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location_name: "tableARN"))
|
397
|
+
TableSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
398
|
+
TableSummary.add_member(:modified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "modifiedAt"))
|
399
|
+
TableSummary.struct_class = Types::TableSummary
|
400
|
+
|
401
|
+
TableSummaryList.member = Shapes::ShapeRef.new(shape: TableSummary)
|
402
|
+
|
403
|
+
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
404
|
+
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
405
|
+
|
406
|
+
UpdateTableMetadataLocationRequest.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: TableBucketARN, required: true, location: "uri", location_name: "tableBucketARN"))
|
407
|
+
UpdateTableMetadataLocationRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceName, required: true, location: "uri", location_name: "namespace"))
|
408
|
+
UpdateTableMetadataLocationRequest.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location: "uri", location_name: "name"))
|
409
|
+
UpdateTableMetadataLocationRequest.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, required: true, location_name: "versionToken"))
|
410
|
+
UpdateTableMetadataLocationRequest.add_member(:metadata_location, Shapes::ShapeRef.new(shape: MetadataLocation, required: true, location_name: "metadataLocation"))
|
411
|
+
UpdateTableMetadataLocationRequest.struct_class = Types::UpdateTableMetadataLocationRequest
|
412
|
+
|
413
|
+
UpdateTableMetadataLocationResponse.add_member(:name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "name"))
|
414
|
+
UpdateTableMetadataLocationResponse.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableARN, required: true, location_name: "tableARN"))
|
415
|
+
UpdateTableMetadataLocationResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: NamespaceList, required: true, location_name: "namespace"))
|
416
|
+
UpdateTableMetadataLocationResponse.add_member(:version_token, Shapes::ShapeRef.new(shape: VersionToken, required: true, location_name: "versionToken"))
|
417
|
+
UpdateTableMetadataLocationResponse.add_member(:metadata_location, Shapes::ShapeRef.new(shape: MetadataLocation, required: true, location_name: "metadataLocation"))
|
418
|
+
UpdateTableMetadataLocationResponse.struct_class = Types::UpdateTableMetadataLocationResponse
|
419
|
+
|
420
|
+
|
421
|
+
# @api private
|
422
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
423
|
+
|
424
|
+
api.version = "2018-05-10"
|
425
|
+
|
426
|
+
api.metadata = {
|
427
|
+
"apiVersion" => "2018-05-10",
|
428
|
+
"auth" => ["aws.auth#sigv4"],
|
429
|
+
"endpointPrefix" => "s3tables",
|
430
|
+
"protocol" => "rest-json",
|
431
|
+
"protocols" => ["rest-json"],
|
432
|
+
"serviceFullName" => "Amazon S3 Tables",
|
433
|
+
"serviceId" => "S3Tables",
|
434
|
+
"signatureVersion" => "v4",
|
435
|
+
"signingName" => "s3tables",
|
436
|
+
"uid" => "s3tables-2018-05-10",
|
437
|
+
}
|
438
|
+
|
439
|
+
api.add_operation(:create_namespace, Seahorse::Model::Operation.new.tap do |o|
|
440
|
+
o.name = "CreateNamespace"
|
441
|
+
o.http_method = "PUT"
|
442
|
+
o.http_request_uri = "/namespaces/{tableBucketARN}"
|
443
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNamespaceRequest)
|
444
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNamespaceResponse)
|
445
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
446
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
447
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
448
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
449
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
450
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
451
|
+
end)
|
452
|
+
|
453
|
+
api.add_operation(:create_table, Seahorse::Model::Operation.new.tap do |o|
|
454
|
+
o.name = "CreateTable"
|
455
|
+
o.http_method = "PUT"
|
456
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}"
|
457
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTableRequest)
|
458
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTableResponse)
|
459
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
460
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
461
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
462
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
463
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
464
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
465
|
+
end)
|
466
|
+
|
467
|
+
api.add_operation(:create_table_bucket, Seahorse::Model::Operation.new.tap do |o|
|
468
|
+
o.name = "CreateTableBucket"
|
469
|
+
o.http_method = "PUT"
|
470
|
+
o.http_request_uri = "/buckets"
|
471
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTableBucketRequest)
|
472
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTableBucketResponse)
|
473
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
474
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
475
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
476
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
477
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
478
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
479
|
+
end)
|
480
|
+
|
481
|
+
api.add_operation(:delete_namespace, Seahorse::Model::Operation.new.tap do |o|
|
482
|
+
o.name = "DeleteNamespace"
|
483
|
+
o.http_method = "DELETE"
|
484
|
+
o.http_request_uri = "/namespaces/{tableBucketARN}/{namespace}"
|
485
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNamespaceRequest)
|
486
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
487
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
488
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
489
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
490
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
491
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
492
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
493
|
+
end)
|
494
|
+
|
495
|
+
api.add_operation(:delete_table, Seahorse::Model::Operation.new.tap do |o|
|
496
|
+
o.name = "DeleteTable"
|
497
|
+
o.http_method = "DELETE"
|
498
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}"
|
499
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTableRequest)
|
500
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
501
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
502
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
503
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
504
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
505
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
506
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
507
|
+
end)
|
508
|
+
|
509
|
+
api.add_operation(:delete_table_bucket, Seahorse::Model::Operation.new.tap do |o|
|
510
|
+
o.name = "DeleteTableBucket"
|
511
|
+
o.http_method = "DELETE"
|
512
|
+
o.http_request_uri = "/buckets/{tableBucketARN}"
|
513
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTableBucketRequest)
|
514
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
515
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
516
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
517
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
518
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
519
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
520
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
521
|
+
end)
|
522
|
+
|
523
|
+
api.add_operation(:delete_table_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
524
|
+
o.name = "DeleteTableBucketPolicy"
|
525
|
+
o.http_method = "DELETE"
|
526
|
+
o.http_request_uri = "/buckets/{tableBucketARN}/policy"
|
527
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTableBucketPolicyRequest)
|
528
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
529
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
530
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
531
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
532
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
533
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
534
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
535
|
+
end)
|
536
|
+
|
537
|
+
api.add_operation(:delete_table_policy, Seahorse::Model::Operation.new.tap do |o|
|
538
|
+
o.name = "DeleteTablePolicy"
|
539
|
+
o.http_method = "DELETE"
|
540
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/policy"
|
541
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTablePolicyRequest)
|
542
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
543
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
544
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
545
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
546
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
547
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
548
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
549
|
+
end)
|
550
|
+
|
551
|
+
api.add_operation(:get_namespace, Seahorse::Model::Operation.new.tap do |o|
|
552
|
+
o.name = "GetNamespace"
|
553
|
+
o.http_method = "GET"
|
554
|
+
o.http_request_uri = "/namespaces/{tableBucketARN}/{namespace}"
|
555
|
+
o.input = Shapes::ShapeRef.new(shape: GetNamespaceRequest)
|
556
|
+
o.output = Shapes::ShapeRef.new(shape: GetNamespaceResponse)
|
557
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
558
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
559
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
560
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
561
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
562
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
563
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
564
|
+
end)
|
565
|
+
|
566
|
+
api.add_operation(:get_table, Seahorse::Model::Operation.new.tap do |o|
|
567
|
+
o.name = "GetTable"
|
568
|
+
o.http_method = "GET"
|
569
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}"
|
570
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableRequest)
|
571
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableResponse)
|
572
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
573
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
574
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
575
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
576
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
577
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
578
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
579
|
+
end)
|
580
|
+
|
581
|
+
api.add_operation(:get_table_bucket, Seahorse::Model::Operation.new.tap do |o|
|
582
|
+
o.name = "GetTableBucket"
|
583
|
+
o.http_method = "GET"
|
584
|
+
o.http_request_uri = "/buckets/{tableBucketARN}"
|
585
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableBucketRequest)
|
586
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableBucketResponse)
|
587
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
588
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
589
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
590
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
591
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
592
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
593
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
594
|
+
end)
|
595
|
+
|
596
|
+
api.add_operation(:get_table_bucket_maintenance_configuration, Seahorse::Model::Operation.new.tap do |o|
|
597
|
+
o.name = "GetTableBucketMaintenanceConfiguration"
|
598
|
+
o.http_method = "GET"
|
599
|
+
o.http_request_uri = "/buckets/{tableBucketARN}/maintenance"
|
600
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableBucketMaintenanceConfigurationRequest)
|
601
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableBucketMaintenanceConfigurationResponse)
|
602
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
603
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
604
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
605
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
606
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
607
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
608
|
+
end)
|
609
|
+
|
610
|
+
api.add_operation(:get_table_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
611
|
+
o.name = "GetTableBucketPolicy"
|
612
|
+
o.http_method = "GET"
|
613
|
+
o.http_request_uri = "/buckets/{tableBucketARN}/policy"
|
614
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableBucketPolicyRequest)
|
615
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableBucketPolicyResponse)
|
616
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
617
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
618
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
619
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
620
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
621
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
622
|
+
end)
|
623
|
+
|
624
|
+
api.add_operation(:get_table_maintenance_configuration, Seahorse::Model::Operation.new.tap do |o|
|
625
|
+
o.name = "GetTableMaintenanceConfiguration"
|
626
|
+
o.http_method = "GET"
|
627
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/maintenance"
|
628
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableMaintenanceConfigurationRequest)
|
629
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableMaintenanceConfigurationResponse)
|
630
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
631
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
632
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
633
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
634
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
635
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
636
|
+
end)
|
637
|
+
|
638
|
+
api.add_operation(:get_table_maintenance_job_status, Seahorse::Model::Operation.new.tap do |o|
|
639
|
+
o.name = "GetTableMaintenanceJobStatus"
|
640
|
+
o.http_method = "GET"
|
641
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status"
|
642
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableMaintenanceJobStatusRequest)
|
643
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableMaintenanceJobStatusResponse)
|
644
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
645
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
646
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
647
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
648
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
649
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
650
|
+
end)
|
651
|
+
|
652
|
+
api.add_operation(:get_table_metadata_location, Seahorse::Model::Operation.new.tap do |o|
|
653
|
+
o.name = "GetTableMetadataLocation"
|
654
|
+
o.http_method = "GET"
|
655
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location"
|
656
|
+
o.input = Shapes::ShapeRef.new(shape: GetTableMetadataLocationRequest)
|
657
|
+
o.output = Shapes::ShapeRef.new(shape: GetTableMetadataLocationResponse)
|
658
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
659
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
660
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
661
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
662
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
663
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
664
|
+
end)
|
665
|
+
|
666
|
+
api.add_operation(:get_table_policy, Seahorse::Model::Operation.new.tap do |o|
|
667
|
+
o.name = "GetTablePolicy"
|
668
|
+
o.http_method = "GET"
|
669
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/policy"
|
670
|
+
o.input = Shapes::ShapeRef.new(shape: GetTablePolicyRequest)
|
671
|
+
o.output = Shapes::ShapeRef.new(shape: GetTablePolicyResponse)
|
672
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
673
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
674
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
675
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
676
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
677
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
678
|
+
end)
|
679
|
+
|
680
|
+
api.add_operation(:list_namespaces, Seahorse::Model::Operation.new.tap do |o|
|
681
|
+
o.name = "ListNamespaces"
|
682
|
+
o.http_method = "GET"
|
683
|
+
o.http_request_uri = "/namespaces/{tableBucketARN}"
|
684
|
+
o.input = Shapes::ShapeRef.new(shape: ListNamespacesRequest)
|
685
|
+
o.output = Shapes::ShapeRef.new(shape: ListNamespacesResponse)
|
686
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
687
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
688
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
689
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
690
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
691
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
692
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
693
|
+
o[:pager] = Aws::Pager.new(
|
694
|
+
limit_key: "max_namespaces",
|
695
|
+
tokens: {
|
696
|
+
"continuation_token" => "continuation_token"
|
697
|
+
}
|
698
|
+
)
|
699
|
+
end)
|
700
|
+
|
701
|
+
api.add_operation(:list_table_buckets, Seahorse::Model::Operation.new.tap do |o|
|
702
|
+
o.name = "ListTableBuckets"
|
703
|
+
o.http_method = "GET"
|
704
|
+
o.http_request_uri = "/buckets"
|
705
|
+
o.input = Shapes::ShapeRef.new(shape: ListTableBucketsRequest)
|
706
|
+
o.output = Shapes::ShapeRef.new(shape: ListTableBucketsResponse)
|
707
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
708
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
709
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
710
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
711
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
714
|
+
o[:pager] = Aws::Pager.new(
|
715
|
+
limit_key: "max_buckets",
|
716
|
+
tokens: {
|
717
|
+
"continuation_token" => "continuation_token"
|
718
|
+
}
|
719
|
+
)
|
720
|
+
end)
|
721
|
+
|
722
|
+
api.add_operation(:list_tables, Seahorse::Model::Operation.new.tap do |o|
|
723
|
+
o.name = "ListTables"
|
724
|
+
o.http_method = "GET"
|
725
|
+
o.http_request_uri = "/tables/{tableBucketARN}"
|
726
|
+
o.input = Shapes::ShapeRef.new(shape: ListTablesRequest)
|
727
|
+
o.output = Shapes::ShapeRef.new(shape: ListTablesResponse)
|
728
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
729
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
730
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
731
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
732
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
733
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
734
|
+
o[:pager] = Aws::Pager.new(
|
735
|
+
limit_key: "max_tables",
|
736
|
+
tokens: {
|
737
|
+
"continuation_token" => "continuation_token"
|
738
|
+
}
|
739
|
+
)
|
740
|
+
end)
|
741
|
+
|
742
|
+
api.add_operation(:put_table_bucket_maintenance_configuration, Seahorse::Model::Operation.new.tap do |o|
|
743
|
+
o.name = "PutTableBucketMaintenanceConfiguration"
|
744
|
+
o.http_method = "PUT"
|
745
|
+
o.http_request_uri = "/buckets/{tableBucketARN}/maintenance/{type}"
|
746
|
+
o.input = Shapes::ShapeRef.new(shape: PutTableBucketMaintenanceConfigurationRequest)
|
747
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
749
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
750
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
751
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
752
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
753
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
754
|
+
end)
|
755
|
+
|
756
|
+
api.add_operation(:put_table_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
757
|
+
o.name = "PutTableBucketPolicy"
|
758
|
+
o.http_method = "PUT"
|
759
|
+
o.http_request_uri = "/buckets/{tableBucketARN}/policy"
|
760
|
+
o.input = Shapes::ShapeRef.new(shape: PutTableBucketPolicyRequest)
|
761
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
762
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
763
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
764
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
765
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
766
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
767
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
768
|
+
end)
|
769
|
+
|
770
|
+
api.add_operation(:put_table_maintenance_configuration, Seahorse::Model::Operation.new.tap do |o|
|
771
|
+
o.name = "PutTableMaintenanceConfiguration"
|
772
|
+
o.http_method = "PUT"
|
773
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/maintenance/{type}"
|
774
|
+
o.input = Shapes::ShapeRef.new(shape: PutTableMaintenanceConfigurationRequest)
|
775
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
776
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
777
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
778
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
779
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
780
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
781
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
782
|
+
end)
|
783
|
+
|
784
|
+
api.add_operation(:put_table_policy, Seahorse::Model::Operation.new.tap do |o|
|
785
|
+
o.name = "PutTablePolicy"
|
786
|
+
o.http_method = "PUT"
|
787
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/policy"
|
788
|
+
o.input = Shapes::ShapeRef.new(shape: PutTablePolicyRequest)
|
789
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
790
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
791
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
792
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
793
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
796
|
+
end)
|
797
|
+
|
798
|
+
api.add_operation(:rename_table, Seahorse::Model::Operation.new.tap do |o|
|
799
|
+
o.name = "RenameTable"
|
800
|
+
o.http_method = "PUT"
|
801
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/rename"
|
802
|
+
o.input = Shapes::ShapeRef.new(shape: RenameTableRequest)
|
803
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
804
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
805
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
810
|
+
end)
|
811
|
+
|
812
|
+
api.add_operation(:update_table_metadata_location, Seahorse::Model::Operation.new.tap do |o|
|
813
|
+
o.name = "UpdateTableMetadataLocation"
|
814
|
+
o.http_method = "PUT"
|
815
|
+
o.http_request_uri = "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location"
|
816
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTableMetadataLocationRequest)
|
817
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTableMetadataLocationResponse)
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
823
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
824
|
+
end)
|
825
|
+
end
|
826
|
+
|
827
|
+
end
|
828
|
+
end
|