@aws-sdk/client-s3tables 3.940.0 → 3.946.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.
- package/README.md +104 -0
- package/dist-cjs/index.js +671 -304
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/S3Tables.js +26 -0
- package/dist-es/S3TablesClient.js +2 -2
- package/dist-es/commands/DeleteTableBucketReplicationCommand.js +16 -0
- package/dist-es/commands/DeleteTableReplicationCommand.js +16 -0
- package/dist-es/commands/GetTableBucketReplicationCommand.js +16 -0
- package/dist-es/commands/GetTableBucketStorageClassCommand.js +16 -0
- package/dist-es/commands/GetTableRecordExpirationConfigurationCommand.js +16 -0
- package/dist-es/commands/GetTableRecordExpirationJobStatusCommand.js +16 -0
- package/dist-es/commands/GetTableReplicationCommand.js +16 -0
- package/dist-es/commands/GetTableReplicationStatusCommand.js +16 -0
- package/dist-es/commands/GetTableStorageClassCommand.js +16 -0
- package/dist-es/commands/PutTableBucketReplicationCommand.js +16 -0
- package/dist-es/commands/PutTableBucketStorageClassCommand.js +16 -0
- package/dist-es/commands/PutTableRecordExpirationConfigurationCommand.js +16 -0
- package/dist-es/commands/PutTableReplicationCommand.js +16 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/enums.js +19 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +455 -305
- package/dist-types/S3Tables.d.ts +92 -1
- package/dist-types/S3TablesClient.d.ts +25 -12
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateTableBucketCommand.d.ts +7 -4
- package/dist-types/commands/CreateTableCommand.d.ts +10 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTablePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableReplicationCommand.d.ts +94 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +107 -0
- package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +94 -0
- package/dist-types/commands/GetTableCommand.d.ts +8 -3
- package/dist-types/commands/GetTableEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +3 -3
- package/dist-types/commands/GetTablePolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +97 -0
- package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +99 -0
- package/dist-types/commands/GetTableReplicationCommand.d.ts +107 -0
- package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +104 -0
- package/dist-types/commands/GetTableStorageClassCommand.d.ts +96 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -3
- package/dist-types/commands/ListTableBucketsCommand.d.ts +3 -3
- package/dist-types/commands/ListTablesCommand.d.ts +4 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +109 -0
- package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +93 -0
- package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutTablePolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/PutTableReplicationCommand.d.ts +109 -0
- package/dist-types/commands/RenameTableCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/S3TablesServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +51 -0
- package/dist-types/models/errors.d.ts +13 -1
- package/dist-types/models/models_0.d.ts +530 -2
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTableBucketsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +55 -1
- package/dist-types/ts3.4/S3Tables.d.ts +239 -0
- package/dist-types/ts3.4/S3TablesClient.d.ts +81 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/S3TablesServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +26 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +54 -0
- package/package.json +13 -12
|
@@ -21,9 +21,13 @@ const _DTBMCR = "DeleteTableBucketMetricsConfigurationRequest";
|
|
|
21
21
|
const _DTBP = "DeleteTableBucketPolicy";
|
|
22
22
|
const _DTBPR = "DeleteTableBucketPolicyRequest";
|
|
23
23
|
const _DTBR = "DeleteTableBucketRequest";
|
|
24
|
+
const _DTBRR = "DeleteTableBucketReplicationRequest";
|
|
25
|
+
const _DTBRe = "DeleteTableBucketReplication";
|
|
24
26
|
const _DTP = "DeleteTablePolicy";
|
|
25
27
|
const _DTPR = "DeleteTablePolicyRequest";
|
|
26
28
|
const _DTR = "DeleteTableRequest";
|
|
29
|
+
const _DTRR = "DeleteTableReplicationRequest";
|
|
30
|
+
const _DTRe = "DeleteTableReplication";
|
|
27
31
|
const _EC = "EncryptionConfiguration";
|
|
28
32
|
const _FE = "ForbiddenException";
|
|
29
33
|
const _GN = "GetNamespace";
|
|
@@ -44,7 +48,13 @@ const _GTBP = "GetTableBucketPolicy";
|
|
|
44
48
|
const _GTBPR = "GetTableBucketPolicyRequest";
|
|
45
49
|
const _GTBPRe = "GetTableBucketPolicyResponse";
|
|
46
50
|
const _GTBR = "GetTableBucketRequest";
|
|
51
|
+
const _GTBRR = "GetTableBucketReplicationRequest";
|
|
52
|
+
const _GTBRRe = "GetTableBucketReplicationResponse";
|
|
47
53
|
const _GTBRe = "GetTableBucketResponse";
|
|
54
|
+
const _GTBRet = "GetTableBucketReplication";
|
|
55
|
+
const _GTBSC = "GetTableBucketStorageClass";
|
|
56
|
+
const _GTBSCR = "GetTableBucketStorageClassRequest";
|
|
57
|
+
const _GTBSCRe = "GetTableBucketStorageClassResponse";
|
|
48
58
|
const _GTE = "GetTableEncryption";
|
|
49
59
|
const _GTER = "GetTableEncryptionRequest";
|
|
50
60
|
const _GTERe = "GetTableEncryptionResponse";
|
|
@@ -61,7 +71,22 @@ const _GTP = "GetTablePolicy";
|
|
|
61
71
|
const _GTPR = "GetTablePolicyRequest";
|
|
62
72
|
const _GTPRe = "GetTablePolicyResponse";
|
|
63
73
|
const _GTR = "GetTableRequest";
|
|
74
|
+
const _GTREC = "GetTableRecordExpirationConfiguration";
|
|
75
|
+
const _GTRECR = "GetTableRecordExpirationConfigurationRequest";
|
|
76
|
+
const _GTRECRe = "GetTableRecordExpirationConfigurationResponse";
|
|
77
|
+
const _GTREJS = "GetTableRecordExpirationJobStatus";
|
|
78
|
+
const _GTREJSR = "GetTableRecordExpirationJobStatusRequest";
|
|
79
|
+
const _GTREJSRe = "GetTableRecordExpirationJobStatusResponse";
|
|
80
|
+
const _GTRR = "GetTableReplicationRequest";
|
|
81
|
+
const _GTRRe = "GetTableReplicationResponse";
|
|
82
|
+
const _GTRS = "GetTableReplicationStatus";
|
|
83
|
+
const _GTRSR = "GetTableReplicationStatusRequest";
|
|
84
|
+
const _GTRSRe = "GetTableReplicationStatusResponse";
|
|
64
85
|
const _GTRe = "GetTableResponse";
|
|
86
|
+
const _GTRet = "GetTableReplication";
|
|
87
|
+
const _GTSC = "GetTableStorageClass";
|
|
88
|
+
const _GTSCR = "GetTableStorageClassRequest";
|
|
89
|
+
const _GTSCRe = "GetTableStorageClassResponse";
|
|
65
90
|
const _ICS = "IcebergCompactionSettings";
|
|
66
91
|
const _IM = "IcebergMetadata";
|
|
67
92
|
const _IS = "IcebergSchema";
|
|
@@ -71,6 +96,7 @@ const _IUFRS = "IcebergUnreferencedFileRemovalSettings";
|
|
|
71
96
|
const _LN = "ListNamespaces";
|
|
72
97
|
const _LNR = "ListNamespacesRequest";
|
|
73
98
|
const _LNRi = "ListNamespacesResponse";
|
|
99
|
+
const _LSRU = "LastSuccessfulReplicatedUpdate";
|
|
74
100
|
const _LT = "ListTables";
|
|
75
101
|
const _LTB = "ListTableBuckets";
|
|
76
102
|
const _LTBR = "ListTableBucketsRequest";
|
|
@@ -80,6 +106,8 @@ const _LTFRR = "ListTagsForResourceRequest";
|
|
|
80
106
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
81
107
|
const _LTR = "ListTablesRequest";
|
|
82
108
|
const _LTRi = "ListTablesResponse";
|
|
109
|
+
const _MNAE = "MethodNotAllowedException";
|
|
110
|
+
const _MTI = "ManagedTableInformation";
|
|
83
111
|
const _NFE = "NotFoundException";
|
|
84
112
|
const _NS = "NamespaceSummary";
|
|
85
113
|
const _NSL = "NamespaceSummaryList";
|
|
@@ -91,17 +119,36 @@ const _PTBMCRu = "PutTableBucketMetricsConfigurationRequest";
|
|
|
91
119
|
const _PTBMCu = "PutTableBucketMetricsConfiguration";
|
|
92
120
|
const _PTBP = "PutTableBucketPolicy";
|
|
93
121
|
const _PTBPR = "PutTableBucketPolicyRequest";
|
|
122
|
+
const _PTBR = "PutTableBucketReplication";
|
|
123
|
+
const _PTBRR = "PutTableBucketReplicationRequest";
|
|
124
|
+
const _PTBRRu = "PutTableBucketReplicationResponse";
|
|
125
|
+
const _PTBSC = "PutTableBucketStorageClass";
|
|
126
|
+
const _PTBSCR = "PutTableBucketStorageClassRequest";
|
|
94
127
|
const _PTMC = "PutTableMaintenanceConfiguration";
|
|
95
128
|
const _PTMCR = "PutTableMaintenanceConfigurationRequest";
|
|
96
129
|
const _PTP = "PutTablePolicy";
|
|
97
130
|
const _PTPR = "PutTablePolicyRequest";
|
|
131
|
+
const _PTR = "PutTableReplication";
|
|
132
|
+
const _PTREC = "PutTableRecordExpirationConfiguration";
|
|
133
|
+
const _PTRECR = "PutTableRecordExpirationConfigurationRequest";
|
|
134
|
+
const _PTRR = "PutTableReplicationRequest";
|
|
135
|
+
const _PTRRu = "PutTableReplicationResponse";
|
|
136
|
+
const _RD = "ReplicationDestination";
|
|
137
|
+
const _RDS = "ReplicationDestinationStatuses";
|
|
138
|
+
const _RDSM = "ReplicationDestinationStatusModel";
|
|
139
|
+
const _RDe = "ReplicationDestinations";
|
|
140
|
+
const _RI = "ReplicationInformation";
|
|
98
141
|
const _RT = "RenameTable";
|
|
99
142
|
const _RTR = "RenameTableRequest";
|
|
143
|
+
const _SCC = "StorageClassConfiguration";
|
|
100
144
|
const _SF = "SchemaField";
|
|
101
145
|
const _SFL = "SchemaFieldList";
|
|
102
146
|
const _TBMC = "TableBucketMaintenanceConfiguration";
|
|
103
147
|
const _TBMCV = "TableBucketMaintenanceConfigurationValue";
|
|
104
148
|
const _TBMS = "TableBucketMaintenanceSettings";
|
|
149
|
+
const _TBRC = "TableBucketReplicationConfiguration";
|
|
150
|
+
const _TBRR = "TableBucketReplicationRule";
|
|
151
|
+
const _TBRRa = "TableBucketReplicationRules";
|
|
105
152
|
const _TBS = "TableBucketSummary";
|
|
106
153
|
const _TBSL = "TableBucketSummaryList";
|
|
107
154
|
const _TM = "TableMetadata";
|
|
@@ -112,8 +159,14 @@ const _TMJSV = "TableMaintenanceJobStatusValue";
|
|
|
112
159
|
const _TMRE = "TooManyRequestsException";
|
|
113
160
|
const _TMS = "TableMaintenanceSettings";
|
|
114
161
|
const _TR = "TagResource";
|
|
115
|
-
const
|
|
116
|
-
const
|
|
162
|
+
const _TRC = "TableReplicationConfiguration";
|
|
163
|
+
const _TRECV = "TableRecordExpirationConfigurationValue";
|
|
164
|
+
const _TREJM = "TableRecordExpirationJobMetrics";
|
|
165
|
+
const _TRES = "TableRecordExpirationSettings";
|
|
166
|
+
const _TRR = "TableReplicationRule";
|
|
167
|
+
const _TRRa = "TagResourceRequest";
|
|
168
|
+
const _TRRab = "TableReplicationRules";
|
|
169
|
+
const _TRRag = "TagResourceResponse";
|
|
117
170
|
const _TS = "TableSummary";
|
|
118
171
|
const _TSL = "TableSummaryList";
|
|
119
172
|
const _UR = "UntagResource";
|
|
@@ -128,6 +181,13 @@ const _cA = "createdAt";
|
|
|
128
181
|
const _cB = "createdBy";
|
|
129
182
|
const _cT = "continuationToken";
|
|
130
183
|
const _co = "configuration";
|
|
184
|
+
const _d = "destinations";
|
|
185
|
+
const _dDF = "deletedDataFiles";
|
|
186
|
+
const _dR = "deletedRecords";
|
|
187
|
+
const _dTA = "destinationTableArn";
|
|
188
|
+
const _dTBA = "destinationTableBucketArn";
|
|
189
|
+
const _dTBARN = "destinationTableBucketARN";
|
|
190
|
+
const _da = "days";
|
|
131
191
|
const _e = "error";
|
|
132
192
|
const _eC = "encryptionConfiguration";
|
|
133
193
|
const _f = "format";
|
|
@@ -143,6 +203,7 @@ const _iUFR = "icebergUnreferencedFileRemoval";
|
|
|
143
203
|
const _ic = "iceberg";
|
|
144
204
|
const _kKA = "kmsKeyArn";
|
|
145
205
|
const _lRT = "lastRunTimestamp";
|
|
206
|
+
const _lSRU = "lastSuccessfulReplicatedUpdate";
|
|
146
207
|
const _m = "message";
|
|
147
208
|
const _mA = "modifiedAt";
|
|
148
209
|
const _mB = "modifiedBy";
|
|
@@ -153,7 +214,9 @@ const _mN = "maxNamespaces";
|
|
|
153
214
|
const _mSAH = "maxSnapshotAgeHours";
|
|
154
215
|
const _mSTK = "minSnapshotsToKeep";
|
|
155
216
|
const _mT = "maxTables";
|
|
217
|
+
const _mTI = "managedTableInformation";
|
|
156
218
|
const _me = "metadata";
|
|
219
|
+
const _met = "metrics";
|
|
157
220
|
const _n = "namespace";
|
|
158
221
|
const _nCD = "nonCurrentDays";
|
|
159
222
|
const _nI = "namespaceId";
|
|
@@ -162,12 +225,22 @@ const _nNN = "newNamespaceName";
|
|
|
162
225
|
const _na = "name";
|
|
163
226
|
const _nam = "namespaces";
|
|
164
227
|
const _oAI = "ownerAccountId";
|
|
165
|
-
const _p = "
|
|
228
|
+
const _p = "properties";
|
|
229
|
+
const _pr = "prefix";
|
|
166
230
|
const _r = "required";
|
|
167
231
|
const _rA = "resourceArn";
|
|
232
|
+
const _rFS = "removedFilesSize";
|
|
233
|
+
const _rI = "replicationInformation";
|
|
168
234
|
const _rP = "resourcePolicy";
|
|
235
|
+
const _rS = "replicationStatus";
|
|
236
|
+
const _ro = "role";
|
|
237
|
+
const _ru = "rules";
|
|
169
238
|
const _s = "status";
|
|
170
239
|
const _sA = "sseAlgorithm";
|
|
240
|
+
const _sC = "storageClass";
|
|
241
|
+
const _sCC = "storageClassConfiguration";
|
|
242
|
+
const _sTA = "sourceTableArn";
|
|
243
|
+
const _sTARN = "sourceTableARN";
|
|
171
244
|
const _sc = "schema";
|
|
172
245
|
const _se = "server";
|
|
173
246
|
const _set = "settings";
|
|
@@ -182,6 +255,7 @@ const _tBI = "tableBucketId";
|
|
|
182
255
|
const _tFSMB = "targetFileSizeMB";
|
|
183
256
|
const _tK = "tagKeys";
|
|
184
257
|
const _ta = "tables";
|
|
258
|
+
const _ti = "timestamp";
|
|
185
259
|
const _ty = "type";
|
|
186
260
|
const _uD = "unreferencedDays";
|
|
187
261
|
const _v = "value";
|
|
@@ -189,43 +263,13 @@ const _vT = "versionToken";
|
|
|
189
263
|
const _wL = "warehouseLocation";
|
|
190
264
|
const n0 = "com.amazonaws.s3tables";
|
|
191
265
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
192
|
-
import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, InternalServerErrorException as __InternalServerErrorException, NotFoundException as __NotFoundException, TooManyRequestsException as __TooManyRequestsException, } from "../models/errors";
|
|
266
|
+
import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, InternalServerErrorException as __InternalServerErrorException, MethodNotAllowedException as __MethodNotAllowedException, NotFoundException as __NotFoundException, TooManyRequestsException as __TooManyRequestsException, } from "../models/errors";
|
|
193
267
|
import { S3TablesServiceException as __S3TablesServiceException } from "../models/S3TablesServiceException";
|
|
194
|
-
export var AccessDeniedException = [
|
|
195
|
-
-3,
|
|
196
|
-
n0,
|
|
197
|
-
_ADE,
|
|
198
|
-
{
|
|
199
|
-
[_e]: _c,
|
|
200
|
-
[_hE]: 403,
|
|
201
|
-
},
|
|
202
|
-
[_m],
|
|
203
|
-
[0],
|
|
204
|
-
];
|
|
268
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
205
269
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
206
|
-
export var BadRequestException = [
|
|
207
|
-
-3,
|
|
208
|
-
n0,
|
|
209
|
-
_BRE,
|
|
210
|
-
{
|
|
211
|
-
[_e]: _c,
|
|
212
|
-
[_hE]: 400,
|
|
213
|
-
},
|
|
214
|
-
[_m],
|
|
215
|
-
[0],
|
|
216
|
-
];
|
|
270
|
+
export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
217
271
|
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
218
|
-
export var ConflictException = [
|
|
219
|
-
-3,
|
|
220
|
-
n0,
|
|
221
|
-
_CE,
|
|
222
|
-
{
|
|
223
|
-
[_e]: _c,
|
|
224
|
-
[_hE]: 409,
|
|
225
|
-
},
|
|
226
|
-
[_m],
|
|
227
|
-
[0],
|
|
228
|
-
];
|
|
272
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
229
273
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
230
274
|
export var CreateNamespaceRequest = [3, n0, _CNR, 0, [_tBARN, _n], [[0, 1], 64 | 0]];
|
|
231
275
|
export var CreateNamespaceResponse = [3, n0, _CNRr, 0, [_tBARN, _n], [0, 64 | 0]];
|
|
@@ -234,8 +278,8 @@ export var CreateTableBucketRequest = [
|
|
|
234
278
|
n0,
|
|
235
279
|
_CTBR,
|
|
236
280
|
0,
|
|
237
|
-
[_na, _eC, _t],
|
|
238
|
-
[0, () => EncryptionConfiguration, 128 | 0],
|
|
281
|
+
[_na, _eC, _sCC, _t],
|
|
282
|
+
[0, () => EncryptionConfiguration, () => StorageClassConfiguration, 128 | 0],
|
|
239
283
|
];
|
|
240
284
|
export var CreateTableBucketResponse = [3, n0, _CTBRr, 0, [_a], [0]];
|
|
241
285
|
export var CreateTableRequest = [
|
|
@@ -243,8 +287,8 @@ export var CreateTableRequest = [
|
|
|
243
287
|
n0,
|
|
244
288
|
_CTR,
|
|
245
289
|
0,
|
|
246
|
-
[_tBARN, _n, _na, _f, _me, _eC, _t],
|
|
247
|
-
[[0, 1], [0, 1], 0, 0, () => TableMetadata, () => EncryptionConfiguration, 128 | 0],
|
|
290
|
+
[_tBARN, _n, _na, _f, _me, _eC, _sCC, _t],
|
|
291
|
+
[[0, 1], [0, 1], 0, 0, () => TableMetadata, () => EncryptionConfiguration, () => StorageClassConfiguration, 128 | 0],
|
|
248
292
|
];
|
|
249
293
|
export var CreateTableResponse = [3, n0, _CTRr, 0, [_tARN, _vT], [0, 0]];
|
|
250
294
|
export var DeleteNamespaceRequest = [
|
|
@@ -268,6 +312,17 @@ export var DeleteTableBucketMetricsConfigurationRequest = [
|
|
|
268
312
|
[[0, 1]],
|
|
269
313
|
];
|
|
270
314
|
export var DeleteTableBucketPolicyRequest = [3, n0, _DTBPR, 0, [_tBARN], [[0, 1]]];
|
|
315
|
+
export var DeleteTableBucketReplicationRequest = [
|
|
316
|
+
3,
|
|
317
|
+
n0,
|
|
318
|
+
_DTBRR,
|
|
319
|
+
0,
|
|
320
|
+
[_tBARN, _vT],
|
|
321
|
+
[
|
|
322
|
+
[0, { [_hQ]: _tBARN }],
|
|
323
|
+
[0, { [_hQ]: _vT }],
|
|
324
|
+
],
|
|
325
|
+
];
|
|
271
326
|
export var DeleteTableBucketRequest = [3, n0, _DTBR, 0, [_tBARN], [[0, 1]]];
|
|
272
327
|
export var DeleteTablePolicyRequest = [
|
|
273
328
|
3,
|
|
@@ -281,6 +336,17 @@ export var DeleteTablePolicyRequest = [
|
|
|
281
336
|
[0, 1],
|
|
282
337
|
],
|
|
283
338
|
];
|
|
339
|
+
export var DeleteTableReplicationRequest = [
|
|
340
|
+
3,
|
|
341
|
+
n0,
|
|
342
|
+
_DTRR,
|
|
343
|
+
0,
|
|
344
|
+
[_tA, _vT],
|
|
345
|
+
[
|
|
346
|
+
[0, { [_hQ]: _tA }],
|
|
347
|
+
[0, { [_hQ]: _vT }],
|
|
348
|
+
],
|
|
349
|
+
];
|
|
284
350
|
export var DeleteTableRequest = [
|
|
285
351
|
3,
|
|
286
352
|
n0,
|
|
@@ -291,26 +357,11 @@ export var DeleteTableRequest = [
|
|
|
291
357
|
[0, 1],
|
|
292
358
|
[0, 1],
|
|
293
359
|
[0, 1],
|
|
294
|
-
[
|
|
295
|
-
0,
|
|
296
|
-
{
|
|
297
|
-
[_hQ]: _vT,
|
|
298
|
-
},
|
|
299
|
-
],
|
|
360
|
+
[0, { [_hQ]: _vT }],
|
|
300
361
|
],
|
|
301
362
|
];
|
|
302
363
|
export var EncryptionConfiguration = [3, n0, _EC, 0, [_sA, _kKA], [0, 0]];
|
|
303
|
-
export var ForbiddenException = [
|
|
304
|
-
-3,
|
|
305
|
-
n0,
|
|
306
|
-
_FE,
|
|
307
|
-
{
|
|
308
|
-
[_e]: _c,
|
|
309
|
-
[_hE]: 403,
|
|
310
|
-
},
|
|
311
|
-
[_m],
|
|
312
|
-
[0],
|
|
313
|
-
];
|
|
364
|
+
export var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
314
365
|
TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
|
|
315
366
|
export var GetNamespaceRequest = [
|
|
316
367
|
3,
|
|
@@ -367,6 +418,22 @@ export var GetTableBucketMetricsConfigurationResponse = [
|
|
|
367
418
|
];
|
|
368
419
|
export var GetTableBucketPolicyRequest = [3, n0, _GTBPR, 0, [_tBARN], [[0, 1]]];
|
|
369
420
|
export var GetTableBucketPolicyResponse = [3, n0, _GTBPRe, 0, [_rP], [0]];
|
|
421
|
+
export var GetTableBucketReplicationRequest = [
|
|
422
|
+
3,
|
|
423
|
+
n0,
|
|
424
|
+
_GTBRR,
|
|
425
|
+
0,
|
|
426
|
+
[_tBARN],
|
|
427
|
+
[[0, { [_hQ]: _tBARN }]],
|
|
428
|
+
];
|
|
429
|
+
export var GetTableBucketReplicationResponse = [
|
|
430
|
+
3,
|
|
431
|
+
n0,
|
|
432
|
+
_GTBRRe,
|
|
433
|
+
0,
|
|
434
|
+
[_vT, _co],
|
|
435
|
+
[0, () => TableBucketReplicationConfiguration],
|
|
436
|
+
];
|
|
370
437
|
export var GetTableBucketRequest = [3, n0, _GTBR, 0, [_tBARN], [[0, 1]]];
|
|
371
438
|
export var GetTableBucketResponse = [
|
|
372
439
|
3,
|
|
@@ -376,6 +443,15 @@ export var GetTableBucketResponse = [
|
|
|
376
443
|
[_a, _na, _oAI, _cA, _tBI, _ty],
|
|
377
444
|
[0, 0, 0, 5, 0, 0],
|
|
378
445
|
];
|
|
446
|
+
export var GetTableBucketStorageClassRequest = [3, n0, _GTBSCR, 0, [_tBARN], [[0, 1]]];
|
|
447
|
+
export var GetTableBucketStorageClassResponse = [
|
|
448
|
+
3,
|
|
449
|
+
n0,
|
|
450
|
+
_GTBSCRe,
|
|
451
|
+
0,
|
|
452
|
+
[_sCC],
|
|
453
|
+
[() => StorageClassConfiguration],
|
|
454
|
+
];
|
|
379
455
|
export var GetTableEncryptionRequest = [
|
|
380
456
|
3,
|
|
381
457
|
n0,
|
|
@@ -462,6 +538,56 @@ export var GetTablePolicyRequest = [
|
|
|
462
538
|
],
|
|
463
539
|
];
|
|
464
540
|
export var GetTablePolicyResponse = [3, n0, _GTPRe, 0, [_rP], [0]];
|
|
541
|
+
export var GetTableRecordExpirationConfigurationRequest = [
|
|
542
|
+
3,
|
|
543
|
+
n0,
|
|
544
|
+
_GTRECR,
|
|
545
|
+
0,
|
|
546
|
+
[_tA],
|
|
547
|
+
[[0, { [_hQ]: _tA }]],
|
|
548
|
+
];
|
|
549
|
+
export var GetTableRecordExpirationConfigurationResponse = [
|
|
550
|
+
3,
|
|
551
|
+
n0,
|
|
552
|
+
_GTRECRe,
|
|
553
|
+
0,
|
|
554
|
+
[_co],
|
|
555
|
+
[() => TableRecordExpirationConfigurationValue],
|
|
556
|
+
];
|
|
557
|
+
export var GetTableRecordExpirationJobStatusRequest = [
|
|
558
|
+
3,
|
|
559
|
+
n0,
|
|
560
|
+
_GTREJSR,
|
|
561
|
+
0,
|
|
562
|
+
[_tA],
|
|
563
|
+
[[0, { [_hQ]: _tA }]],
|
|
564
|
+
];
|
|
565
|
+
export var GetTableRecordExpirationJobStatusResponse = [
|
|
566
|
+
3,
|
|
567
|
+
n0,
|
|
568
|
+
_GTREJSRe,
|
|
569
|
+
0,
|
|
570
|
+
[_s, _lRT, _fM, _met],
|
|
571
|
+
[0, 5, 0, () => TableRecordExpirationJobMetrics],
|
|
572
|
+
];
|
|
573
|
+
export var GetTableReplicationRequest = [3, n0, _GTRR, 0, [_tA], [[0, { [_hQ]: _tA }]]];
|
|
574
|
+
export var GetTableReplicationResponse = [
|
|
575
|
+
3,
|
|
576
|
+
n0,
|
|
577
|
+
_GTRRe,
|
|
578
|
+
0,
|
|
579
|
+
[_vT, _co],
|
|
580
|
+
[0, () => TableReplicationConfiguration],
|
|
581
|
+
];
|
|
582
|
+
export var GetTableReplicationStatusRequest = [3, n0, _GTRSR, 0, [_tA], [[0, { [_hQ]: _tA }]]];
|
|
583
|
+
export var GetTableReplicationStatusResponse = [
|
|
584
|
+
3,
|
|
585
|
+
n0,
|
|
586
|
+
_GTRSRe,
|
|
587
|
+
0,
|
|
588
|
+
[_sTA, _d],
|
|
589
|
+
[0, () => ReplicationDestinationStatuses],
|
|
590
|
+
];
|
|
465
591
|
export var GetTableRequest = [
|
|
466
592
|
3,
|
|
467
593
|
n0,
|
|
@@ -469,30 +595,10 @@ export var GetTableRequest = [
|
|
|
469
595
|
0,
|
|
470
596
|
[_tBARN, _n, _na, _tA],
|
|
471
597
|
[
|
|
472
|
-
[
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
},
|
|
477
|
-
],
|
|
478
|
-
[
|
|
479
|
-
0,
|
|
480
|
-
{
|
|
481
|
-
[_hQ]: _n,
|
|
482
|
-
},
|
|
483
|
-
],
|
|
484
|
-
[
|
|
485
|
-
0,
|
|
486
|
-
{
|
|
487
|
-
[_hQ]: _na,
|
|
488
|
-
},
|
|
489
|
-
],
|
|
490
|
-
[
|
|
491
|
-
0,
|
|
492
|
-
{
|
|
493
|
-
[_hQ]: _tA,
|
|
494
|
-
},
|
|
495
|
-
],
|
|
598
|
+
[0, { [_hQ]: _tBARN }],
|
|
599
|
+
[0, { [_hQ]: _n }],
|
|
600
|
+
[0, { [_hQ]: _na }],
|
|
601
|
+
[0, { [_hQ]: _tA }],
|
|
496
602
|
],
|
|
497
603
|
];
|
|
498
604
|
export var GetTableResponse = [
|
|
@@ -500,52 +606,48 @@ export var GetTableResponse = [
|
|
|
500
606
|
n0,
|
|
501
607
|
_GTRe,
|
|
502
608
|
0,
|
|
503
|
-
[_na, _ty, _tARN, _n, _nI, _vT, _mL, _wL, _cA, _cB, _mBS, _mA, _mB, _oAI, _f, _tBI],
|
|
504
|
-
[0, 0, 0, 64 | 0, 0, 0, 0, 0, 5, 0, 0, 5, 0, 0, 0, 0],
|
|
609
|
+
[_na, _ty, _tARN, _n, _nI, _vT, _mL, _wL, _cA, _cB, _mBS, _mA, _mB, _oAI, _f, _tBI, _mTI],
|
|
610
|
+
[0, 0, 0, 64 | 0, 0, 0, 0, 0, 5, 0, 0, 5, 0, 0, 0, 0, () => ManagedTableInformation],
|
|
611
|
+
];
|
|
612
|
+
export var GetTableStorageClassRequest = [
|
|
613
|
+
3,
|
|
614
|
+
n0,
|
|
615
|
+
_GTSCR,
|
|
616
|
+
0,
|
|
617
|
+
[_tBARN, _n, _na],
|
|
618
|
+
[
|
|
619
|
+
[0, 1],
|
|
620
|
+
[0, 1],
|
|
621
|
+
[0, 1],
|
|
622
|
+
],
|
|
623
|
+
];
|
|
624
|
+
export var GetTableStorageClassResponse = [
|
|
625
|
+
3,
|
|
626
|
+
n0,
|
|
627
|
+
_GTSCRe,
|
|
628
|
+
0,
|
|
629
|
+
[_sCC],
|
|
630
|
+
[() => StorageClassConfiguration],
|
|
505
631
|
];
|
|
506
632
|
export var IcebergCompactionSettings = [3, n0, _ICS, 0, [_tFSMB, _st], [1, 0]];
|
|
507
|
-
export var IcebergMetadata = [3, n0, _IM, 0, [_sc], [() => IcebergSchema]];
|
|
633
|
+
export var IcebergMetadata = [3, n0, _IM, 0, [_sc, _p], [() => IcebergSchema, 128 | 0]];
|
|
508
634
|
export var IcebergSchema = [3, n0, _IS, 0, [_fi], [() => SchemaFieldList]];
|
|
509
635
|
export var IcebergSnapshotManagementSettings = [3, n0, _ISMS, 0, [_mSTK, _mSAH], [1, 1]];
|
|
510
636
|
export var IcebergUnreferencedFileRemovalSettings = [3, n0, _IUFRS, 0, [_uD, _nCD], [1, 1]];
|
|
511
|
-
export var InternalServerErrorException = [
|
|
512
|
-
-3,
|
|
513
|
-
n0,
|
|
514
|
-
_ISEE,
|
|
515
|
-
{
|
|
516
|
-
[_e]: _se,
|
|
517
|
-
[_hE]: 500,
|
|
518
|
-
},
|
|
519
|
-
[_m],
|
|
520
|
-
[0],
|
|
521
|
-
];
|
|
637
|
+
export var InternalServerErrorException = [-3, n0, _ISEE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
522
638
|
TypeRegistry.for(n0).registerError(InternalServerErrorException, __InternalServerErrorException);
|
|
639
|
+
export var LastSuccessfulReplicatedUpdate = [3, n0, _LSRU, 0, [_mL, _ti], [0, 5]];
|
|
523
640
|
export var ListNamespacesRequest = [
|
|
524
641
|
3,
|
|
525
642
|
n0,
|
|
526
643
|
_LNR,
|
|
527
644
|
0,
|
|
528
|
-
[_tBARN,
|
|
645
|
+
[_tBARN, _pr, _cT, _mN],
|
|
529
646
|
[
|
|
530
647
|
[0, 1],
|
|
531
|
-
[
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
[_hQ]: _p,
|
|
535
|
-
},
|
|
536
|
-
],
|
|
537
|
-
[
|
|
538
|
-
0,
|
|
539
|
-
{
|
|
540
|
-
[_hQ]: _cT,
|
|
541
|
-
},
|
|
542
|
-
],
|
|
543
|
-
[
|
|
544
|
-
1,
|
|
545
|
-
{
|
|
546
|
-
[_hQ]: _mN,
|
|
547
|
-
},
|
|
548
|
-
],
|
|
648
|
+
[0, { [_hQ]: _pr }],
|
|
649
|
+
[0, { [_hQ]: _cT }],
|
|
650
|
+
[1, { [_hQ]: _mN }],
|
|
549
651
|
],
|
|
550
652
|
];
|
|
551
653
|
export var ListNamespacesResponse = [
|
|
@@ -561,32 +663,12 @@ export var ListTableBucketsRequest = [
|
|
|
561
663
|
n0,
|
|
562
664
|
_LTBR,
|
|
563
665
|
0,
|
|
564
|
-
[
|
|
666
|
+
[_pr, _cT, _mBa, _ty],
|
|
565
667
|
[
|
|
566
|
-
[
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
},
|
|
571
|
-
],
|
|
572
|
-
[
|
|
573
|
-
0,
|
|
574
|
-
{
|
|
575
|
-
[_hQ]: _cT,
|
|
576
|
-
},
|
|
577
|
-
],
|
|
578
|
-
[
|
|
579
|
-
1,
|
|
580
|
-
{
|
|
581
|
-
[_hQ]: _mBa,
|
|
582
|
-
},
|
|
583
|
-
],
|
|
584
|
-
[
|
|
585
|
-
0,
|
|
586
|
-
{
|
|
587
|
-
[_hQ]: _ty,
|
|
588
|
-
},
|
|
589
|
-
],
|
|
668
|
+
[0, { [_hQ]: _pr }],
|
|
669
|
+
[0, { [_hQ]: _cT }],
|
|
670
|
+
[1, { [_hQ]: _mBa }],
|
|
671
|
+
[0, { [_hQ]: _ty }],
|
|
590
672
|
],
|
|
591
673
|
];
|
|
592
674
|
export var ListTableBucketsResponse = [
|
|
@@ -602,38 +684,21 @@ export var ListTablesRequest = [
|
|
|
602
684
|
n0,
|
|
603
685
|
_LTR,
|
|
604
686
|
0,
|
|
605
|
-
[_tBARN, _n,
|
|
687
|
+
[_tBARN, _n, _pr, _cT, _mT],
|
|
606
688
|
[
|
|
607
689
|
[0, 1],
|
|
608
|
-
[
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
},
|
|
613
|
-
],
|
|
614
|
-
[
|
|
615
|
-
0,
|
|
616
|
-
{
|
|
617
|
-
[_hQ]: _p,
|
|
618
|
-
},
|
|
619
|
-
],
|
|
620
|
-
[
|
|
621
|
-
0,
|
|
622
|
-
{
|
|
623
|
-
[_hQ]: _cT,
|
|
624
|
-
},
|
|
625
|
-
],
|
|
626
|
-
[
|
|
627
|
-
1,
|
|
628
|
-
{
|
|
629
|
-
[_hQ]: _mT,
|
|
630
|
-
},
|
|
631
|
-
],
|
|
690
|
+
[0, { [_hQ]: _n }],
|
|
691
|
+
[0, { [_hQ]: _pr }],
|
|
692
|
+
[0, { [_hQ]: _cT }],
|
|
693
|
+
[1, { [_hQ]: _mT }],
|
|
632
694
|
],
|
|
633
695
|
];
|
|
634
696
|
export var ListTablesResponse = [3, n0, _LTRi, 0, [_ta, _cT], [() => TableSummaryList, 0]];
|
|
635
697
|
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
636
698
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
699
|
+
export var ManagedTableInformation = [3, n0, _MTI, 0, [_rI], [() => ReplicationInformation]];
|
|
700
|
+
export var MethodNotAllowedException = [-3, n0, _MNAE, { [_e]: _c, [_hE]: 405 }, [_m], [0]];
|
|
701
|
+
TypeRegistry.for(n0).registerError(MethodNotAllowedException, __MethodNotAllowedException);
|
|
637
702
|
export var NamespaceSummary = [
|
|
638
703
|
3,
|
|
639
704
|
n0,
|
|
@@ -642,17 +707,7 @@ export var NamespaceSummary = [
|
|
|
642
707
|
[_n, _cA, _cB, _oAI, _nI, _tBI],
|
|
643
708
|
[64 | 0, 5, 0, 0, 0, 0],
|
|
644
709
|
];
|
|
645
|
-
export var NotFoundException = [
|
|
646
|
-
-3,
|
|
647
|
-
n0,
|
|
648
|
-
_NFE,
|
|
649
|
-
{
|
|
650
|
-
[_e]: _c,
|
|
651
|
-
[_hE]: 404,
|
|
652
|
-
},
|
|
653
|
-
[_m],
|
|
654
|
-
[0],
|
|
655
|
-
];
|
|
710
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
656
711
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
657
712
|
export var PutTableBucketEncryptionRequest = [
|
|
658
713
|
3,
|
|
@@ -672,6 +727,23 @@ export var PutTableBucketMaintenanceConfigurationRequest = [
|
|
|
672
727
|
];
|
|
673
728
|
export var PutTableBucketMetricsConfigurationRequest = [3, n0, _PTBMCRu, 0, [_tBARN], [[0, 1]]];
|
|
674
729
|
export var PutTableBucketPolicyRequest = [3, n0, _PTBPR, 0, [_tBARN, _rP], [[0, 1], 0]];
|
|
730
|
+
export var PutTableBucketReplicationRequest = [
|
|
731
|
+
3,
|
|
732
|
+
n0,
|
|
733
|
+
_PTBRR,
|
|
734
|
+
0,
|
|
735
|
+
[_tBARN, _vT, _co],
|
|
736
|
+
[[0, { [_hQ]: _tBARN }], [0, { [_hQ]: _vT }], () => TableBucketReplicationConfiguration],
|
|
737
|
+
];
|
|
738
|
+
export var PutTableBucketReplicationResponse = [3, n0, _PTBRRu, 0, [_vT, _s], [0, 0]];
|
|
739
|
+
export var PutTableBucketStorageClassRequest = [
|
|
740
|
+
3,
|
|
741
|
+
n0,
|
|
742
|
+
_PTBSCR,
|
|
743
|
+
0,
|
|
744
|
+
[_tBARN, _sCC],
|
|
745
|
+
[[0, 1], () => StorageClassConfiguration],
|
|
746
|
+
];
|
|
675
747
|
export var PutTableMaintenanceConfigurationRequest = [
|
|
676
748
|
3,
|
|
677
749
|
n0,
|
|
@@ -688,6 +760,23 @@ export var PutTablePolicyRequest = [
|
|
|
688
760
|
[_tBARN, _n, _na, _rP],
|
|
689
761
|
[[0, 1], [0, 1], [0, 1], 0],
|
|
690
762
|
];
|
|
763
|
+
export var PutTableRecordExpirationConfigurationRequest = [
|
|
764
|
+
3,
|
|
765
|
+
n0,
|
|
766
|
+
_PTRECR,
|
|
767
|
+
0,
|
|
768
|
+
[_tA, _v],
|
|
769
|
+
[[0, { [_hQ]: _tA }], () => TableRecordExpirationConfigurationValue],
|
|
770
|
+
];
|
|
771
|
+
export var PutTableReplicationRequest = [
|
|
772
|
+
3,
|
|
773
|
+
n0,
|
|
774
|
+
_PTRR,
|
|
775
|
+
0,
|
|
776
|
+
[_tA, _vT, _co],
|
|
777
|
+
[[0, { [_hQ]: _tA }], [0, { [_hQ]: _vT }], () => TableReplicationConfiguration],
|
|
778
|
+
];
|
|
779
|
+
export var PutTableReplicationResponse = [3, n0, _PTRRu, 0, [_vT, _s], [0, 0]];
|
|
691
780
|
export var RenameTableRequest = [
|
|
692
781
|
3,
|
|
693
782
|
n0,
|
|
@@ -696,7 +785,18 @@ export var RenameTableRequest = [
|
|
|
696
785
|
[_tBARN, _n, _na, _nNN, _nN, _vT],
|
|
697
786
|
[[0, 1], [0, 1], [0, 1], 0, 0, 0],
|
|
698
787
|
];
|
|
788
|
+
export var ReplicationDestination = [3, n0, _RD, 0, [_dTBARN], [0]];
|
|
789
|
+
export var ReplicationDestinationStatusModel = [
|
|
790
|
+
3,
|
|
791
|
+
n0,
|
|
792
|
+
_RDSM,
|
|
793
|
+
0,
|
|
794
|
+
[_rS, _dTBA, _dTA, _lSRU, _fM],
|
|
795
|
+
[0, 0, 0, () => LastSuccessfulReplicatedUpdate, 0],
|
|
796
|
+
];
|
|
797
|
+
export var ReplicationInformation = [3, n0, _RI, 0, [_sTARN], [0]];
|
|
699
798
|
export var SchemaField = [3, n0, _SF, 0, [_na, _ty, _r], [0, 0, 2]];
|
|
799
|
+
export var StorageClassConfiguration = [3, n0, _SCC, 0, [_sC], [0]];
|
|
700
800
|
export var TableBucketMaintenanceConfigurationValue = [
|
|
701
801
|
3,
|
|
702
802
|
n0,
|
|
@@ -705,6 +805,15 @@ export var TableBucketMaintenanceConfigurationValue = [
|
|
|
705
805
|
[_s, _set],
|
|
706
806
|
[0, () => TableBucketMaintenanceSettings],
|
|
707
807
|
];
|
|
808
|
+
export var TableBucketReplicationConfiguration = [
|
|
809
|
+
3,
|
|
810
|
+
n0,
|
|
811
|
+
_TBRC,
|
|
812
|
+
0,
|
|
813
|
+
[_ro, _ru],
|
|
814
|
+
[0, () => TableBucketReplicationRules],
|
|
815
|
+
];
|
|
816
|
+
export var TableBucketReplicationRule = [3, n0, _TBRR, 0, [_d], [() => ReplicationDestinations]];
|
|
708
817
|
export var TableBucketSummary = [
|
|
709
818
|
3,
|
|
710
819
|
n0,
|
|
@@ -722,27 +831,36 @@ export var TableMaintenanceConfigurationValue = [
|
|
|
722
831
|
[0, () => TableMaintenanceSettings],
|
|
723
832
|
];
|
|
724
833
|
export var TableMaintenanceJobStatusValue = [3, n0, _TMJSV, 0, [_s, _lRT, _fM], [0, 5, 0]];
|
|
725
|
-
export var
|
|
834
|
+
export var TableRecordExpirationConfigurationValue = [
|
|
726
835
|
3,
|
|
727
836
|
n0,
|
|
728
|
-
|
|
837
|
+
_TRECV,
|
|
729
838
|
0,
|
|
730
|
-
[
|
|
731
|
-
[
|
|
839
|
+
[_s, _set],
|
|
840
|
+
[0, () => TableRecordExpirationSettings],
|
|
732
841
|
];
|
|
733
|
-
export var
|
|
734
|
-
export var
|
|
735
|
-
export var
|
|
736
|
-
|
|
842
|
+
export var TableRecordExpirationJobMetrics = [3, n0, _TREJM, 0, [_dDF, _dR, _rFS], [1, 1, 1]];
|
|
843
|
+
export var TableRecordExpirationSettings = [3, n0, _TRES, 0, [_da], [1]];
|
|
844
|
+
export var TableReplicationConfiguration = [
|
|
845
|
+
3,
|
|
737
846
|
n0,
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
},
|
|
743
|
-
[_m],
|
|
744
|
-
[0],
|
|
847
|
+
_TRC,
|
|
848
|
+
0,
|
|
849
|
+
[_ro, _ru],
|
|
850
|
+
[0, () => TableReplicationRules],
|
|
745
851
|
];
|
|
852
|
+
export var TableReplicationRule = [3, n0, _TRR, 0, [_d], [() => ReplicationDestinations]];
|
|
853
|
+
export var TableSummary = [
|
|
854
|
+
3,
|
|
855
|
+
n0,
|
|
856
|
+
_TS,
|
|
857
|
+
0,
|
|
858
|
+
[_n, _na, _ty, _tARN, _cA, _mA, _mBS, _nI, _tBI],
|
|
859
|
+
[64 | 0, 0, 0, 0, 5, 5, 0, 0, 0],
|
|
860
|
+
];
|
|
861
|
+
export var TagResourceRequest = [3, n0, _TRRa, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
862
|
+
export var TagResourceResponse = [3, n0, _TRRag, 0, [], []];
|
|
863
|
+
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
746
864
|
TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
|
|
747
865
|
export var UntagResourceRequest = [
|
|
748
866
|
3,
|
|
@@ -752,12 +870,7 @@ export var UntagResourceRequest = [
|
|
|
752
870
|
[_rA, _tK],
|
|
753
871
|
[
|
|
754
872
|
[0, 1],
|
|
755
|
-
[
|
|
756
|
-
64 | 0,
|
|
757
|
-
{
|
|
758
|
-
[_hQ]: _tK,
|
|
759
|
-
},
|
|
760
|
-
],
|
|
873
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
761
874
|
],
|
|
762
875
|
];
|
|
763
876
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -782,8 +895,12 @@ export var S3TablesServiceException = [-3, _sm, "S3TablesServiceException", 0, [
|
|
|
782
895
|
TypeRegistry.for(_sm).registerError(S3TablesServiceException, __S3TablesServiceException);
|
|
783
896
|
export var NamespaceList = 64 | 0;
|
|
784
897
|
export var NamespaceSummaryList = [1, n0, _NSL, 0, () => NamespaceSummary];
|
|
898
|
+
export var ReplicationDestinations = [1, n0, _RDe, 0, () => ReplicationDestination];
|
|
899
|
+
export var ReplicationDestinationStatuses = [1, n0, _RDS, 0, () => ReplicationDestinationStatusModel];
|
|
785
900
|
export var SchemaFieldList = [1, n0, _SFL, 0, () => SchemaField];
|
|
901
|
+
export var TableBucketReplicationRules = [1, n0, _TBRRa, 0, () => TableBucketReplicationRule];
|
|
786
902
|
export var TableBucketSummaryList = [1, n0, _TBSL, 0, () => TableBucketSummary];
|
|
903
|
+
export var TableReplicationRules = [1, n0, _TRRab, 0, () => TableReplicationRule];
|
|
787
904
|
export var TableSummaryList = [1, n0, _TSL, 0, () => TableSummary];
|
|
788
905
|
export var TagKeyList = 64 | 0;
|
|
789
906
|
export var TableBucketMaintenanceConfiguration = [
|
|
@@ -803,6 +920,7 @@ export var TableMaintenanceConfiguration = [
|
|
|
803
920
|
() => TableMaintenanceConfigurationValue,
|
|
804
921
|
];
|
|
805
922
|
export var TableMaintenanceJobStatus = [2, n0, _TMJS, 0, 0, () => TableMaintenanceJobStatusValue];
|
|
923
|
+
export var TableProperties = 128 | 0;
|
|
806
924
|
export var Tags = 128 | 0;
|
|
807
925
|
export var TableBucketMaintenanceSettings = [
|
|
808
926
|
3,
|
|
@@ -825,9 +943,7 @@ export var CreateNamespace = [
|
|
|
825
943
|
9,
|
|
826
944
|
n0,
|
|
827
945
|
_CN,
|
|
828
|
-
{
|
|
829
|
-
[_h]: ["PUT", "/namespaces/{tableBucketARN}", 200],
|
|
830
|
-
},
|
|
946
|
+
{ [_h]: ["PUT", "/namespaces/{tableBucketARN}", 200] },
|
|
831
947
|
() => CreateNamespaceRequest,
|
|
832
948
|
() => CreateNamespaceResponse,
|
|
833
949
|
];
|
|
@@ -835,9 +951,7 @@ export var CreateTable = [
|
|
|
835
951
|
9,
|
|
836
952
|
n0,
|
|
837
953
|
_CT,
|
|
838
|
-
{
|
|
839
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}", 200],
|
|
840
|
-
},
|
|
954
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}", 200] },
|
|
841
955
|
() => CreateTableRequest,
|
|
842
956
|
() => CreateTableResponse,
|
|
843
957
|
];
|
|
@@ -845,9 +959,7 @@ export var CreateTableBucket = [
|
|
|
845
959
|
9,
|
|
846
960
|
n0,
|
|
847
961
|
_CTB,
|
|
848
|
-
{
|
|
849
|
-
[_h]: ["PUT", "/buckets", 200],
|
|
850
|
-
},
|
|
962
|
+
{ [_h]: ["PUT", "/buckets", 200] },
|
|
851
963
|
() => CreateTableBucketRequest,
|
|
852
964
|
() => CreateTableBucketResponse,
|
|
853
965
|
];
|
|
@@ -855,9 +967,7 @@ export var DeleteNamespace = [
|
|
|
855
967
|
9,
|
|
856
968
|
n0,
|
|
857
969
|
_DN,
|
|
858
|
-
{
|
|
859
|
-
[_h]: ["DELETE", "/namespaces/{tableBucketARN}/{namespace}", 204],
|
|
860
|
-
},
|
|
970
|
+
{ [_h]: ["DELETE", "/namespaces/{tableBucketARN}/{namespace}", 204] },
|
|
861
971
|
() => DeleteNamespaceRequest,
|
|
862
972
|
() => __Unit,
|
|
863
973
|
];
|
|
@@ -865,9 +975,7 @@ export var DeleteTable = [
|
|
|
865
975
|
9,
|
|
866
976
|
n0,
|
|
867
977
|
_DT,
|
|
868
|
-
{
|
|
869
|
-
[_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}", 204],
|
|
870
|
-
},
|
|
978
|
+
{ [_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}", 204] },
|
|
871
979
|
() => DeleteTableRequest,
|
|
872
980
|
() => __Unit,
|
|
873
981
|
];
|
|
@@ -875,9 +983,7 @@ export var DeleteTableBucket = [
|
|
|
875
983
|
9,
|
|
876
984
|
n0,
|
|
877
985
|
_DTB,
|
|
878
|
-
{
|
|
879
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}", 204],
|
|
880
|
-
},
|
|
986
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}", 204] },
|
|
881
987
|
() => DeleteTableBucketRequest,
|
|
882
988
|
() => __Unit,
|
|
883
989
|
];
|
|
@@ -885,9 +991,7 @@ export var DeleteTableBucketEncryption = [
|
|
|
885
991
|
9,
|
|
886
992
|
n0,
|
|
887
993
|
_DTBE,
|
|
888
|
-
{
|
|
889
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}/encryption", 204],
|
|
890
|
-
},
|
|
994
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}/encryption", 204] },
|
|
891
995
|
() => DeleteTableBucketEncryptionRequest,
|
|
892
996
|
() => __Unit,
|
|
893
997
|
];
|
|
@@ -895,9 +999,7 @@ export var DeleteTableBucketMetricsConfiguration = [
|
|
|
895
999
|
9,
|
|
896
1000
|
n0,
|
|
897
1001
|
_DTBMC,
|
|
898
|
-
{
|
|
899
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}/metrics", 204],
|
|
900
|
-
},
|
|
1002
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}/metrics", 204] },
|
|
901
1003
|
() => DeleteTableBucketMetricsConfigurationRequest,
|
|
902
1004
|
() => __Unit,
|
|
903
1005
|
];
|
|
@@ -905,29 +1007,39 @@ export var DeleteTableBucketPolicy = [
|
|
|
905
1007
|
9,
|
|
906
1008
|
n0,
|
|
907
1009
|
_DTBP,
|
|
908
|
-
{
|
|
909
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}/policy", 204],
|
|
910
|
-
},
|
|
1010
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}/policy", 204] },
|
|
911
1011
|
() => DeleteTableBucketPolicyRequest,
|
|
912
1012
|
() => __Unit,
|
|
913
1013
|
];
|
|
1014
|
+
export var DeleteTableBucketReplication = [
|
|
1015
|
+
9,
|
|
1016
|
+
n0,
|
|
1017
|
+
_DTBRe,
|
|
1018
|
+
{ [_h]: ["DELETE", "/table-bucket-replication", 204] },
|
|
1019
|
+
() => DeleteTableBucketReplicationRequest,
|
|
1020
|
+
() => __Unit,
|
|
1021
|
+
];
|
|
914
1022
|
export var DeleteTablePolicy = [
|
|
915
1023
|
9,
|
|
916
1024
|
n0,
|
|
917
1025
|
_DTP,
|
|
918
|
-
{
|
|
919
|
-
[_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 204],
|
|
920
|
-
},
|
|
1026
|
+
{ [_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 204] },
|
|
921
1027
|
() => DeleteTablePolicyRequest,
|
|
922
1028
|
() => __Unit,
|
|
923
1029
|
];
|
|
1030
|
+
export var DeleteTableReplication = [
|
|
1031
|
+
9,
|
|
1032
|
+
n0,
|
|
1033
|
+
_DTRe,
|
|
1034
|
+
{ [_h]: ["DELETE", "/table-replication", 204] },
|
|
1035
|
+
() => DeleteTableReplicationRequest,
|
|
1036
|
+
() => __Unit,
|
|
1037
|
+
];
|
|
924
1038
|
export var GetNamespace = [
|
|
925
1039
|
9,
|
|
926
1040
|
n0,
|
|
927
1041
|
_GN,
|
|
928
|
-
{
|
|
929
|
-
[_h]: ["GET", "/namespaces/{tableBucketARN}/{namespace}", 200],
|
|
930
|
-
},
|
|
1042
|
+
{ [_h]: ["GET", "/namespaces/{tableBucketARN}/{namespace}", 200] },
|
|
931
1043
|
() => GetNamespaceRequest,
|
|
932
1044
|
() => GetNamespaceResponse,
|
|
933
1045
|
];
|
|
@@ -935,9 +1047,7 @@ export var GetTable = [
|
|
|
935
1047
|
9,
|
|
936
1048
|
n0,
|
|
937
1049
|
_GT,
|
|
938
|
-
{
|
|
939
|
-
[_h]: ["GET", "/get-table", 200],
|
|
940
|
-
},
|
|
1050
|
+
{ [_h]: ["GET", "/get-table", 200] },
|
|
941
1051
|
() => GetTableRequest,
|
|
942
1052
|
() => GetTableResponse,
|
|
943
1053
|
];
|
|
@@ -945,9 +1055,7 @@ export var GetTableBucket = [
|
|
|
945
1055
|
9,
|
|
946
1056
|
n0,
|
|
947
1057
|
_GTB,
|
|
948
|
-
{
|
|
949
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}", 200],
|
|
950
|
-
},
|
|
1058
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}", 200] },
|
|
951
1059
|
() => GetTableBucketRequest,
|
|
952
1060
|
() => GetTableBucketResponse,
|
|
953
1061
|
];
|
|
@@ -955,9 +1063,7 @@ export var GetTableBucketEncryption = [
|
|
|
955
1063
|
9,
|
|
956
1064
|
n0,
|
|
957
1065
|
_GTBE,
|
|
958
|
-
{
|
|
959
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/encryption", 200],
|
|
960
|
-
},
|
|
1066
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/encryption", 200] },
|
|
961
1067
|
() => GetTableBucketEncryptionRequest,
|
|
962
1068
|
() => GetTableBucketEncryptionResponse,
|
|
963
1069
|
];
|
|
@@ -965,9 +1071,7 @@ export var GetTableBucketMaintenanceConfiguration = [
|
|
|
965
1071
|
9,
|
|
966
1072
|
n0,
|
|
967
1073
|
_GTBMC,
|
|
968
|
-
{
|
|
969
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/maintenance", 200],
|
|
970
|
-
},
|
|
1074
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/maintenance", 200] },
|
|
971
1075
|
() => GetTableBucketMaintenanceConfigurationRequest,
|
|
972
1076
|
() => GetTableBucketMaintenanceConfigurationResponse,
|
|
973
1077
|
];
|
|
@@ -975,9 +1079,7 @@ export var GetTableBucketMetricsConfiguration = [
|
|
|
975
1079
|
9,
|
|
976
1080
|
n0,
|
|
977
1081
|
_GTBMCe,
|
|
978
|
-
{
|
|
979
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/metrics", 200],
|
|
980
|
-
},
|
|
1082
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/metrics", 200] },
|
|
981
1083
|
() => GetTableBucketMetricsConfigurationRequest,
|
|
982
1084
|
() => GetTableBucketMetricsConfigurationResponse,
|
|
983
1085
|
];
|
|
@@ -985,19 +1087,31 @@ export var GetTableBucketPolicy = [
|
|
|
985
1087
|
9,
|
|
986
1088
|
n0,
|
|
987
1089
|
_GTBP,
|
|
988
|
-
{
|
|
989
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/policy", 200],
|
|
990
|
-
},
|
|
1090
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/policy", 200] },
|
|
991
1091
|
() => GetTableBucketPolicyRequest,
|
|
992
1092
|
() => GetTableBucketPolicyResponse,
|
|
993
1093
|
];
|
|
1094
|
+
export var GetTableBucketReplication = [
|
|
1095
|
+
9,
|
|
1096
|
+
n0,
|
|
1097
|
+
_GTBRet,
|
|
1098
|
+
{ [_h]: ["GET", "/table-bucket-replication", 200] },
|
|
1099
|
+
() => GetTableBucketReplicationRequest,
|
|
1100
|
+
() => GetTableBucketReplicationResponse,
|
|
1101
|
+
];
|
|
1102
|
+
export var GetTableBucketStorageClass = [
|
|
1103
|
+
9,
|
|
1104
|
+
n0,
|
|
1105
|
+
_GTBSC,
|
|
1106
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/storage-class", 200] },
|
|
1107
|
+
() => GetTableBucketStorageClassRequest,
|
|
1108
|
+
() => GetTableBucketStorageClassResponse,
|
|
1109
|
+
];
|
|
994
1110
|
export var GetTableEncryption = [
|
|
995
1111
|
9,
|
|
996
1112
|
n0,
|
|
997
1113
|
_GTE,
|
|
998
|
-
{
|
|
999
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/encryption", 200],
|
|
1000
|
-
},
|
|
1114
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/encryption", 200] },
|
|
1001
1115
|
() => GetTableEncryptionRequest,
|
|
1002
1116
|
() => GetTableEncryptionResponse,
|
|
1003
1117
|
];
|
|
@@ -1005,9 +1119,7 @@ export var GetTableMaintenanceConfiguration = [
|
|
|
1005
1119
|
9,
|
|
1006
1120
|
n0,
|
|
1007
1121
|
_GTMC,
|
|
1008
|
-
{
|
|
1009
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance", 200],
|
|
1010
|
-
},
|
|
1122
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance", 200] },
|
|
1011
1123
|
() => GetTableMaintenanceConfigurationRequest,
|
|
1012
1124
|
() => GetTableMaintenanceConfigurationResponse,
|
|
1013
1125
|
];
|
|
@@ -1015,9 +1127,7 @@ export var GetTableMaintenanceJobStatus = [
|
|
|
1015
1127
|
9,
|
|
1016
1128
|
n0,
|
|
1017
1129
|
_GTMJS,
|
|
1018
|
-
{
|
|
1019
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status", 200],
|
|
1020
|
-
},
|
|
1130
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status", 200] },
|
|
1021
1131
|
() => GetTableMaintenanceJobStatusRequest,
|
|
1022
1132
|
() => GetTableMaintenanceJobStatusResponse,
|
|
1023
1133
|
];
|
|
@@ -1025,9 +1135,7 @@ export var GetTableMetadataLocation = [
|
|
|
1025
1135
|
9,
|
|
1026
1136
|
n0,
|
|
1027
1137
|
_GTML,
|
|
1028
|
-
{
|
|
1029
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200],
|
|
1030
|
-
},
|
|
1138
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200] },
|
|
1031
1139
|
() => GetTableMetadataLocationRequest,
|
|
1032
1140
|
() => GetTableMetadataLocationResponse,
|
|
1033
1141
|
];
|
|
@@ -1035,19 +1143,55 @@ export var GetTablePolicy = [
|
|
|
1035
1143
|
9,
|
|
1036
1144
|
n0,
|
|
1037
1145
|
_GTP,
|
|
1038
|
-
{
|
|
1039
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200],
|
|
1040
|
-
},
|
|
1146
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200] },
|
|
1041
1147
|
() => GetTablePolicyRequest,
|
|
1042
1148
|
() => GetTablePolicyResponse,
|
|
1043
1149
|
];
|
|
1150
|
+
export var GetTableRecordExpirationConfiguration = [
|
|
1151
|
+
9,
|
|
1152
|
+
n0,
|
|
1153
|
+
_GTREC,
|
|
1154
|
+
{ [_h]: ["GET", "/table-record-expiration", 200] },
|
|
1155
|
+
() => GetTableRecordExpirationConfigurationRequest,
|
|
1156
|
+
() => GetTableRecordExpirationConfigurationResponse,
|
|
1157
|
+
];
|
|
1158
|
+
export var GetTableRecordExpirationJobStatus = [
|
|
1159
|
+
9,
|
|
1160
|
+
n0,
|
|
1161
|
+
_GTREJS,
|
|
1162
|
+
{ [_h]: ["GET", "/table-record-expiration-job-status", 200] },
|
|
1163
|
+
() => GetTableRecordExpirationJobStatusRequest,
|
|
1164
|
+
() => GetTableRecordExpirationJobStatusResponse,
|
|
1165
|
+
];
|
|
1166
|
+
export var GetTableReplication = [
|
|
1167
|
+
9,
|
|
1168
|
+
n0,
|
|
1169
|
+
_GTRet,
|
|
1170
|
+
{ [_h]: ["GET", "/table-replication", 200] },
|
|
1171
|
+
() => GetTableReplicationRequest,
|
|
1172
|
+
() => GetTableReplicationResponse,
|
|
1173
|
+
];
|
|
1174
|
+
export var GetTableReplicationStatus = [
|
|
1175
|
+
9,
|
|
1176
|
+
n0,
|
|
1177
|
+
_GTRS,
|
|
1178
|
+
{ [_h]: ["GET", "/replication-status", 200] },
|
|
1179
|
+
() => GetTableReplicationStatusRequest,
|
|
1180
|
+
() => GetTableReplicationStatusResponse,
|
|
1181
|
+
];
|
|
1182
|
+
export var GetTableStorageClass = [
|
|
1183
|
+
9,
|
|
1184
|
+
n0,
|
|
1185
|
+
_GTSC,
|
|
1186
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/storage-class", 200] },
|
|
1187
|
+
() => GetTableStorageClassRequest,
|
|
1188
|
+
() => GetTableStorageClassResponse,
|
|
1189
|
+
];
|
|
1044
1190
|
export var ListNamespaces = [
|
|
1045
1191
|
9,
|
|
1046
1192
|
n0,
|
|
1047
1193
|
_LN,
|
|
1048
|
-
{
|
|
1049
|
-
[_h]: ["GET", "/namespaces/{tableBucketARN}", 200],
|
|
1050
|
-
},
|
|
1194
|
+
{ [_h]: ["GET", "/namespaces/{tableBucketARN}", 200] },
|
|
1051
1195
|
() => ListNamespacesRequest,
|
|
1052
1196
|
() => ListNamespacesResponse,
|
|
1053
1197
|
];
|
|
@@ -1055,9 +1199,7 @@ export var ListTableBuckets = [
|
|
|
1055
1199
|
9,
|
|
1056
1200
|
n0,
|
|
1057
1201
|
_LTB,
|
|
1058
|
-
{
|
|
1059
|
-
[_h]: ["GET", "/buckets", 200],
|
|
1060
|
-
},
|
|
1202
|
+
{ [_h]: ["GET", "/buckets", 200] },
|
|
1061
1203
|
() => ListTableBucketsRequest,
|
|
1062
1204
|
() => ListTableBucketsResponse,
|
|
1063
1205
|
];
|
|
@@ -1065,9 +1207,7 @@ export var ListTables = [
|
|
|
1065
1207
|
9,
|
|
1066
1208
|
n0,
|
|
1067
1209
|
_LT,
|
|
1068
|
-
{
|
|
1069
|
-
[_h]: ["GET", "/tables/{tableBucketARN}", 200],
|
|
1070
|
-
},
|
|
1210
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}", 200] },
|
|
1071
1211
|
() => ListTablesRequest,
|
|
1072
1212
|
() => ListTablesResponse,
|
|
1073
1213
|
];
|
|
@@ -1075,9 +1215,7 @@ export var ListTagsForResource = [
|
|
|
1075
1215
|
9,
|
|
1076
1216
|
n0,
|
|
1077
1217
|
_LTFR,
|
|
1078
|
-
{
|
|
1079
|
-
[_h]: ["GET", "/tag/{resourceArn}", 200],
|
|
1080
|
-
},
|
|
1218
|
+
{ [_h]: ["GET", "/tag/{resourceArn}", 200] },
|
|
1081
1219
|
() => ListTagsForResourceRequest,
|
|
1082
1220
|
() => ListTagsForResourceResponse,
|
|
1083
1221
|
];
|
|
@@ -1085,9 +1223,7 @@ export var PutTableBucketEncryption = [
|
|
|
1085
1223
|
9,
|
|
1086
1224
|
n0,
|
|
1087
1225
|
_PTBE,
|
|
1088
|
-
{
|
|
1089
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/encryption", 200],
|
|
1090
|
-
},
|
|
1226
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/encryption", 200] },
|
|
1091
1227
|
() => PutTableBucketEncryptionRequest,
|
|
1092
1228
|
() => __Unit,
|
|
1093
1229
|
];
|
|
@@ -1095,9 +1231,7 @@ export var PutTableBucketMaintenanceConfiguration = [
|
|
|
1095
1231
|
9,
|
|
1096
1232
|
n0,
|
|
1097
1233
|
_PTBMC,
|
|
1098
|
-
{
|
|
1099
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/maintenance/{type}", 204],
|
|
1100
|
-
},
|
|
1234
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/maintenance/{type}", 204] },
|
|
1101
1235
|
() => PutTableBucketMaintenanceConfigurationRequest,
|
|
1102
1236
|
() => __Unit,
|
|
1103
1237
|
];
|
|
@@ -1105,9 +1239,7 @@ export var PutTableBucketMetricsConfiguration = [
|
|
|
1105
1239
|
9,
|
|
1106
1240
|
n0,
|
|
1107
1241
|
_PTBMCu,
|
|
1108
|
-
{
|
|
1109
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/metrics", 204],
|
|
1110
|
-
},
|
|
1242
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/metrics", 204] },
|
|
1111
1243
|
() => PutTableBucketMetricsConfigurationRequest,
|
|
1112
1244
|
() => __Unit,
|
|
1113
1245
|
];
|
|
@@ -1115,19 +1247,31 @@ export var PutTableBucketPolicy = [
|
|
|
1115
1247
|
9,
|
|
1116
1248
|
n0,
|
|
1117
1249
|
_PTBP,
|
|
1118
|
-
{
|
|
1119
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/policy", 200],
|
|
1120
|
-
},
|
|
1250
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/policy", 200] },
|
|
1121
1251
|
() => PutTableBucketPolicyRequest,
|
|
1122
1252
|
() => __Unit,
|
|
1123
1253
|
];
|
|
1254
|
+
export var PutTableBucketReplication = [
|
|
1255
|
+
9,
|
|
1256
|
+
n0,
|
|
1257
|
+
_PTBR,
|
|
1258
|
+
{ [_h]: ["PUT", "/table-bucket-replication", 200] },
|
|
1259
|
+
() => PutTableBucketReplicationRequest,
|
|
1260
|
+
() => PutTableBucketReplicationResponse,
|
|
1261
|
+
];
|
|
1262
|
+
export var PutTableBucketStorageClass = [
|
|
1263
|
+
9,
|
|
1264
|
+
n0,
|
|
1265
|
+
_PTBSC,
|
|
1266
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/storage-class", 200] },
|
|
1267
|
+
() => PutTableBucketStorageClassRequest,
|
|
1268
|
+
() => __Unit,
|
|
1269
|
+
];
|
|
1124
1270
|
export var PutTableMaintenanceConfiguration = [
|
|
1125
1271
|
9,
|
|
1126
1272
|
n0,
|
|
1127
1273
|
_PTMC,
|
|
1128
|
-
{
|
|
1129
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance/{type}", 204],
|
|
1130
|
-
},
|
|
1274
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance/{type}", 204] },
|
|
1131
1275
|
() => PutTableMaintenanceConfigurationRequest,
|
|
1132
1276
|
() => __Unit,
|
|
1133
1277
|
];
|
|
@@ -1135,19 +1279,31 @@ export var PutTablePolicy = [
|
|
|
1135
1279
|
9,
|
|
1136
1280
|
n0,
|
|
1137
1281
|
_PTP,
|
|
1138
|
-
{
|
|
1139
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200],
|
|
1140
|
-
},
|
|
1282
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200] },
|
|
1141
1283
|
() => PutTablePolicyRequest,
|
|
1142
1284
|
() => __Unit,
|
|
1143
1285
|
];
|
|
1286
|
+
export var PutTableRecordExpirationConfiguration = [
|
|
1287
|
+
9,
|
|
1288
|
+
n0,
|
|
1289
|
+
_PTREC,
|
|
1290
|
+
{ [_h]: ["PUT", "/table-record-expiration", 204] },
|
|
1291
|
+
() => PutTableRecordExpirationConfigurationRequest,
|
|
1292
|
+
() => __Unit,
|
|
1293
|
+
];
|
|
1294
|
+
export var PutTableReplication = [
|
|
1295
|
+
9,
|
|
1296
|
+
n0,
|
|
1297
|
+
_PTR,
|
|
1298
|
+
{ [_h]: ["PUT", "/table-replication", 200] },
|
|
1299
|
+
() => PutTableReplicationRequest,
|
|
1300
|
+
() => PutTableReplicationResponse,
|
|
1301
|
+
];
|
|
1144
1302
|
export var RenameTable = [
|
|
1145
1303
|
9,
|
|
1146
1304
|
n0,
|
|
1147
1305
|
_RT,
|
|
1148
|
-
{
|
|
1149
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/rename", 204],
|
|
1150
|
-
},
|
|
1306
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/rename", 204] },
|
|
1151
1307
|
() => RenameTableRequest,
|
|
1152
1308
|
() => __Unit,
|
|
1153
1309
|
];
|
|
@@ -1155,9 +1311,7 @@ export var TagResource = [
|
|
|
1155
1311
|
9,
|
|
1156
1312
|
n0,
|
|
1157
1313
|
_TR,
|
|
1158
|
-
{
|
|
1159
|
-
[_h]: ["POST", "/tag/{resourceArn}", 200],
|
|
1160
|
-
},
|
|
1314
|
+
{ [_h]: ["POST", "/tag/{resourceArn}", 200] },
|
|
1161
1315
|
() => TagResourceRequest,
|
|
1162
1316
|
() => TagResourceResponse,
|
|
1163
1317
|
];
|
|
@@ -1165,9 +1319,7 @@ export var UntagResource = [
|
|
|
1165
1319
|
9,
|
|
1166
1320
|
n0,
|
|
1167
1321
|
_UR,
|
|
1168
|
-
{
|
|
1169
|
-
[_h]: ["DELETE", "/tag/{resourceArn}", 204],
|
|
1170
|
-
},
|
|
1322
|
+
{ [_h]: ["DELETE", "/tag/{resourceArn}", 204] },
|
|
1171
1323
|
() => UntagResourceRequest,
|
|
1172
1324
|
() => UntagResourceResponse,
|
|
1173
1325
|
];
|
|
@@ -1175,9 +1327,7 @@ export var UpdateTableMetadataLocation = [
|
|
|
1175
1327
|
9,
|
|
1176
1328
|
n0,
|
|
1177
1329
|
_UTML,
|
|
1178
|
-
{
|
|
1179
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200],
|
|
1180
|
-
},
|
|
1330
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200] },
|
|
1181
1331
|
() => UpdateTableMetadataLocationRequest,
|
|
1182
1332
|
() => UpdateTableMetadataLocationResponse,
|
|
1183
1333
|
];
|