@aws-sdk/client-redshift-serverless 3.927.0 → 3.929.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/dist-cjs/index.js +2135 -2484
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/RedshiftServerlessClient.js +2 -0
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +3 -9
- package/dist-es/commands/CreateEndpointAccessCommand.js +3 -9
- package/dist-es/commands/CreateNamespaceCommand.js +3 -10
- package/dist-es/commands/CreateReservationCommand.js +3 -9
- package/dist-es/commands/CreateScheduledActionCommand.js +3 -9
- package/dist-es/commands/CreateSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateUsageLimitCommand.js +3 -9
- package/dist-es/commands/CreateWorkgroupCommand.js +3 -9
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -9
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -10
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
- package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteUsageLimitCommand.js +3 -9
- package/dist-es/commands/DeleteWorkgroupCommand.js +3 -9
- package/dist-es/commands/GetCredentialsCommand.js +3 -10
- package/dist-es/commands/GetCustomDomainAssociationCommand.js +3 -9
- package/dist-es/commands/GetEndpointAccessCommand.js +3 -9
- package/dist-es/commands/GetNamespaceCommand.js +3 -10
- package/dist-es/commands/GetRecoveryPointCommand.js +3 -9
- package/dist-es/commands/GetReservationCommand.js +3 -9
- package/dist-es/commands/GetReservationOfferingCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/GetScheduledActionCommand.js +3 -9
- package/dist-es/commands/GetSnapshotCommand.js +3 -9
- package/dist-es/commands/GetTableRestoreStatusCommand.js +3 -9
- package/dist-es/commands/GetTrackCommand.js +3 -9
- package/dist-es/commands/GetUsageLimitCommand.js +3 -9
- package/dist-es/commands/GetWorkgroupCommand.js +3 -9
- package/dist-es/commands/ListCustomDomainAssociationsCommand.js +3 -9
- package/dist-es/commands/ListEndpointAccessCommand.js +3 -9
- package/dist-es/commands/ListManagedWorkgroupsCommand.js +3 -9
- package/dist-es/commands/ListNamespacesCommand.js +3 -10
- package/dist-es/commands/ListRecoveryPointsCommand.js +3 -9
- package/dist-es/commands/ListReservationOfferingsCommand.js +3 -9
- package/dist-es/commands/ListReservationsCommand.js +3 -9
- package/dist-es/commands/ListScheduledActionsCommand.js +3 -9
- package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListSnapshotsCommand.js +3 -9
- package/dist-es/commands/ListTableRestoreStatusCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTracksCommand.js +3 -9
- package/dist-es/commands/ListUsageLimitsCommand.js +3 -9
- package/dist-es/commands/ListWorkgroupsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -10
- package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -10
- package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +3 -9
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -9
- package/dist-es/commands/UpdateNamespaceCommand.js +3 -10
- package/dist-es/commands/UpdateScheduledActionCommand.js +3 -9
- package/dist-es/commands/UpdateSnapshotCommand.js +3 -9
- package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateUsageLimitCommand.js +3 -9
- package/dist-es/commands/UpdateWorkgroupCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -48
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1984 -0
- package/dist-types/RedshiftServerlessClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -44
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +261 -0
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -31
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +267 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1956
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
|
@@ -1,761 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
ConvertRecoveryPointToSnapshotCommandInput,
|
|
8
|
-
ConvertRecoveryPointToSnapshotCommandOutput,
|
|
9
|
-
} from "../commands/ConvertRecoveryPointToSnapshotCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateCustomDomainAssociationCommandInput,
|
|
12
|
-
CreateCustomDomainAssociationCommandOutput,
|
|
13
|
-
} from "../commands/CreateCustomDomainAssociationCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateEndpointAccessCommandInput,
|
|
16
|
-
CreateEndpointAccessCommandOutput,
|
|
17
|
-
} from "../commands/CreateEndpointAccessCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateNamespaceCommandInput,
|
|
20
|
-
CreateNamespaceCommandOutput,
|
|
21
|
-
} from "../commands/CreateNamespaceCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateReservationCommandInput,
|
|
24
|
-
CreateReservationCommandOutput,
|
|
25
|
-
} from "../commands/CreateReservationCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateScheduledActionCommandInput,
|
|
28
|
-
CreateScheduledActionCommandOutput,
|
|
29
|
-
} from "../commands/CreateScheduledActionCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateSnapshotCommandInput,
|
|
32
|
-
CreateSnapshotCommandOutput,
|
|
33
|
-
} from "../commands/CreateSnapshotCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateSnapshotCopyConfigurationCommandInput,
|
|
36
|
-
CreateSnapshotCopyConfigurationCommandOutput,
|
|
37
|
-
} from "../commands/CreateSnapshotCopyConfigurationCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateUsageLimitCommandInput,
|
|
40
|
-
CreateUsageLimitCommandOutput,
|
|
41
|
-
} from "../commands/CreateUsageLimitCommand";
|
|
42
|
-
import {
|
|
43
|
-
CreateWorkgroupCommandInput,
|
|
44
|
-
CreateWorkgroupCommandOutput,
|
|
45
|
-
} from "../commands/CreateWorkgroupCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteCustomDomainAssociationCommandInput,
|
|
48
|
-
DeleteCustomDomainAssociationCommandOutput,
|
|
49
|
-
} from "../commands/DeleteCustomDomainAssociationCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteEndpointAccessCommandInput,
|
|
52
|
-
DeleteEndpointAccessCommandOutput,
|
|
53
|
-
} from "../commands/DeleteEndpointAccessCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteNamespaceCommandInput,
|
|
56
|
-
DeleteNamespaceCommandOutput,
|
|
57
|
-
} from "../commands/DeleteNamespaceCommand";
|
|
58
|
-
import {
|
|
59
|
-
DeleteResourcePolicyCommandInput,
|
|
60
|
-
DeleteResourcePolicyCommandOutput,
|
|
61
|
-
} from "../commands/DeleteResourcePolicyCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeleteScheduledActionCommandInput,
|
|
64
|
-
DeleteScheduledActionCommandOutput,
|
|
65
|
-
} from "../commands/DeleteScheduledActionCommand";
|
|
66
|
-
import {
|
|
67
|
-
DeleteSnapshotCommandInput,
|
|
68
|
-
DeleteSnapshotCommandOutput,
|
|
69
|
-
} from "../commands/DeleteSnapshotCommand";
|
|
70
|
-
import {
|
|
71
|
-
DeleteSnapshotCopyConfigurationCommandInput,
|
|
72
|
-
DeleteSnapshotCopyConfigurationCommandOutput,
|
|
73
|
-
} from "../commands/DeleteSnapshotCopyConfigurationCommand";
|
|
74
|
-
import {
|
|
75
|
-
DeleteUsageLimitCommandInput,
|
|
76
|
-
DeleteUsageLimitCommandOutput,
|
|
77
|
-
} from "../commands/DeleteUsageLimitCommand";
|
|
78
|
-
import {
|
|
79
|
-
DeleteWorkgroupCommandInput,
|
|
80
|
-
DeleteWorkgroupCommandOutput,
|
|
81
|
-
} from "../commands/DeleteWorkgroupCommand";
|
|
82
|
-
import {
|
|
83
|
-
GetCredentialsCommandInput,
|
|
84
|
-
GetCredentialsCommandOutput,
|
|
85
|
-
} from "../commands/GetCredentialsCommand";
|
|
86
|
-
import {
|
|
87
|
-
GetCustomDomainAssociationCommandInput,
|
|
88
|
-
GetCustomDomainAssociationCommandOutput,
|
|
89
|
-
} from "../commands/GetCustomDomainAssociationCommand";
|
|
90
|
-
import {
|
|
91
|
-
GetEndpointAccessCommandInput,
|
|
92
|
-
GetEndpointAccessCommandOutput,
|
|
93
|
-
} from "../commands/GetEndpointAccessCommand";
|
|
94
|
-
import {
|
|
95
|
-
GetNamespaceCommandInput,
|
|
96
|
-
GetNamespaceCommandOutput,
|
|
97
|
-
} from "../commands/GetNamespaceCommand";
|
|
98
|
-
import {
|
|
99
|
-
GetRecoveryPointCommandInput,
|
|
100
|
-
GetRecoveryPointCommandOutput,
|
|
101
|
-
} from "../commands/GetRecoveryPointCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetReservationCommandInput,
|
|
104
|
-
GetReservationCommandOutput,
|
|
105
|
-
} from "../commands/GetReservationCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetReservationOfferingCommandInput,
|
|
108
|
-
GetReservationOfferingCommandOutput,
|
|
109
|
-
} from "../commands/GetReservationOfferingCommand";
|
|
110
|
-
import {
|
|
111
|
-
GetResourcePolicyCommandInput,
|
|
112
|
-
GetResourcePolicyCommandOutput,
|
|
113
|
-
} from "../commands/GetResourcePolicyCommand";
|
|
114
|
-
import {
|
|
115
|
-
GetScheduledActionCommandInput,
|
|
116
|
-
GetScheduledActionCommandOutput,
|
|
117
|
-
} from "../commands/GetScheduledActionCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetSnapshotCommandInput,
|
|
120
|
-
GetSnapshotCommandOutput,
|
|
121
|
-
} from "../commands/GetSnapshotCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetTableRestoreStatusCommandInput,
|
|
124
|
-
GetTableRestoreStatusCommandOutput,
|
|
125
|
-
} from "../commands/GetTableRestoreStatusCommand";
|
|
126
|
-
import {
|
|
127
|
-
GetTrackCommandInput,
|
|
128
|
-
GetTrackCommandOutput,
|
|
129
|
-
} from "../commands/GetTrackCommand";
|
|
130
|
-
import {
|
|
131
|
-
GetUsageLimitCommandInput,
|
|
132
|
-
GetUsageLimitCommandOutput,
|
|
133
|
-
} from "../commands/GetUsageLimitCommand";
|
|
134
|
-
import {
|
|
135
|
-
GetWorkgroupCommandInput,
|
|
136
|
-
GetWorkgroupCommandOutput,
|
|
137
|
-
} from "../commands/GetWorkgroupCommand";
|
|
138
|
-
import {
|
|
139
|
-
ListCustomDomainAssociationsCommandInput,
|
|
140
|
-
ListCustomDomainAssociationsCommandOutput,
|
|
141
|
-
} from "../commands/ListCustomDomainAssociationsCommand";
|
|
142
|
-
import {
|
|
143
|
-
ListEndpointAccessCommandInput,
|
|
144
|
-
ListEndpointAccessCommandOutput,
|
|
145
|
-
} from "../commands/ListEndpointAccessCommand";
|
|
146
|
-
import {
|
|
147
|
-
ListManagedWorkgroupsCommandInput,
|
|
148
|
-
ListManagedWorkgroupsCommandOutput,
|
|
149
|
-
} from "../commands/ListManagedWorkgroupsCommand";
|
|
150
|
-
import {
|
|
151
|
-
ListNamespacesCommandInput,
|
|
152
|
-
ListNamespacesCommandOutput,
|
|
153
|
-
} from "../commands/ListNamespacesCommand";
|
|
154
|
-
import {
|
|
155
|
-
ListRecoveryPointsCommandInput,
|
|
156
|
-
ListRecoveryPointsCommandOutput,
|
|
157
|
-
} from "../commands/ListRecoveryPointsCommand";
|
|
158
|
-
import {
|
|
159
|
-
ListReservationOfferingsCommandInput,
|
|
160
|
-
ListReservationOfferingsCommandOutput,
|
|
161
|
-
} from "../commands/ListReservationOfferingsCommand";
|
|
162
|
-
import {
|
|
163
|
-
ListReservationsCommandInput,
|
|
164
|
-
ListReservationsCommandOutput,
|
|
165
|
-
} from "../commands/ListReservationsCommand";
|
|
166
|
-
import {
|
|
167
|
-
ListScheduledActionsCommandInput,
|
|
168
|
-
ListScheduledActionsCommandOutput,
|
|
169
|
-
} from "../commands/ListScheduledActionsCommand";
|
|
170
|
-
import {
|
|
171
|
-
ListSnapshotCopyConfigurationsCommandInput,
|
|
172
|
-
ListSnapshotCopyConfigurationsCommandOutput,
|
|
173
|
-
} from "../commands/ListSnapshotCopyConfigurationsCommand";
|
|
174
|
-
import {
|
|
175
|
-
ListSnapshotsCommandInput,
|
|
176
|
-
ListSnapshotsCommandOutput,
|
|
177
|
-
} from "../commands/ListSnapshotsCommand";
|
|
178
|
-
import {
|
|
179
|
-
ListTableRestoreStatusCommandInput,
|
|
180
|
-
ListTableRestoreStatusCommandOutput,
|
|
181
|
-
} from "../commands/ListTableRestoreStatusCommand";
|
|
182
|
-
import {
|
|
183
|
-
ListTagsForResourceCommandInput,
|
|
184
|
-
ListTagsForResourceCommandOutput,
|
|
185
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
186
|
-
import {
|
|
187
|
-
ListTracksCommandInput,
|
|
188
|
-
ListTracksCommandOutput,
|
|
189
|
-
} from "../commands/ListTracksCommand";
|
|
190
|
-
import {
|
|
191
|
-
ListUsageLimitsCommandInput,
|
|
192
|
-
ListUsageLimitsCommandOutput,
|
|
193
|
-
} from "../commands/ListUsageLimitsCommand";
|
|
194
|
-
import {
|
|
195
|
-
ListWorkgroupsCommandInput,
|
|
196
|
-
ListWorkgroupsCommandOutput,
|
|
197
|
-
} from "../commands/ListWorkgroupsCommand";
|
|
198
|
-
import {
|
|
199
|
-
PutResourcePolicyCommandInput,
|
|
200
|
-
PutResourcePolicyCommandOutput,
|
|
201
|
-
} from "../commands/PutResourcePolicyCommand";
|
|
202
|
-
import {
|
|
203
|
-
RestoreFromRecoveryPointCommandInput,
|
|
204
|
-
RestoreFromRecoveryPointCommandOutput,
|
|
205
|
-
} from "../commands/RestoreFromRecoveryPointCommand";
|
|
206
|
-
import {
|
|
207
|
-
RestoreFromSnapshotCommandInput,
|
|
208
|
-
RestoreFromSnapshotCommandOutput,
|
|
209
|
-
} from "../commands/RestoreFromSnapshotCommand";
|
|
210
|
-
import {
|
|
211
|
-
RestoreTableFromRecoveryPointCommandInput,
|
|
212
|
-
RestoreTableFromRecoveryPointCommandOutput,
|
|
213
|
-
} from "../commands/RestoreTableFromRecoveryPointCommand";
|
|
214
|
-
import {
|
|
215
|
-
RestoreTableFromSnapshotCommandInput,
|
|
216
|
-
RestoreTableFromSnapshotCommandOutput,
|
|
217
|
-
} from "../commands/RestoreTableFromSnapshotCommand";
|
|
218
|
-
import {
|
|
219
|
-
TagResourceCommandInput,
|
|
220
|
-
TagResourceCommandOutput,
|
|
221
|
-
} from "../commands/TagResourceCommand";
|
|
222
|
-
import {
|
|
223
|
-
UntagResourceCommandInput,
|
|
224
|
-
UntagResourceCommandOutput,
|
|
225
|
-
} from "../commands/UntagResourceCommand";
|
|
226
|
-
import {
|
|
227
|
-
UpdateCustomDomainAssociationCommandInput,
|
|
228
|
-
UpdateCustomDomainAssociationCommandOutput,
|
|
229
|
-
} from "../commands/UpdateCustomDomainAssociationCommand";
|
|
230
|
-
import {
|
|
231
|
-
UpdateEndpointAccessCommandInput,
|
|
232
|
-
UpdateEndpointAccessCommandOutput,
|
|
233
|
-
} from "../commands/UpdateEndpointAccessCommand";
|
|
234
|
-
import {
|
|
235
|
-
UpdateNamespaceCommandInput,
|
|
236
|
-
UpdateNamespaceCommandOutput,
|
|
237
|
-
} from "../commands/UpdateNamespaceCommand";
|
|
238
|
-
import {
|
|
239
|
-
UpdateScheduledActionCommandInput,
|
|
240
|
-
UpdateScheduledActionCommandOutput,
|
|
241
|
-
} from "../commands/UpdateScheduledActionCommand";
|
|
242
|
-
import {
|
|
243
|
-
UpdateSnapshotCommandInput,
|
|
244
|
-
UpdateSnapshotCommandOutput,
|
|
245
|
-
} from "../commands/UpdateSnapshotCommand";
|
|
246
|
-
import {
|
|
247
|
-
UpdateSnapshotCopyConfigurationCommandInput,
|
|
248
|
-
UpdateSnapshotCopyConfigurationCommandOutput,
|
|
249
|
-
} from "../commands/UpdateSnapshotCopyConfigurationCommand";
|
|
250
|
-
import {
|
|
251
|
-
UpdateUsageLimitCommandInput,
|
|
252
|
-
UpdateUsageLimitCommandOutput,
|
|
253
|
-
} from "../commands/UpdateUsageLimitCommand";
|
|
254
|
-
import {
|
|
255
|
-
UpdateWorkgroupCommandInput,
|
|
256
|
-
UpdateWorkgroupCommandOutput,
|
|
257
|
-
} from "../commands/UpdateWorkgroupCommand";
|
|
258
|
-
export declare const se_ConvertRecoveryPointToSnapshotCommand: (
|
|
259
|
-
input: ConvertRecoveryPointToSnapshotCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_CreateCustomDomainAssociationCommand: (
|
|
263
|
-
input: CreateCustomDomainAssociationCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_CreateEndpointAccessCommand: (
|
|
267
|
-
input: CreateEndpointAccessCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_CreateNamespaceCommand: (
|
|
271
|
-
input: CreateNamespaceCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_CreateReservationCommand: (
|
|
275
|
-
input: CreateReservationCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_CreateScheduledActionCommand: (
|
|
279
|
-
input: CreateScheduledActionCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_CreateSnapshotCommand: (
|
|
283
|
-
input: CreateSnapshotCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_CreateSnapshotCopyConfigurationCommand: (
|
|
287
|
-
input: CreateSnapshotCopyConfigurationCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_CreateUsageLimitCommand: (
|
|
291
|
-
input: CreateUsageLimitCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_CreateWorkgroupCommand: (
|
|
295
|
-
input: CreateWorkgroupCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_DeleteCustomDomainAssociationCommand: (
|
|
299
|
-
input: DeleteCustomDomainAssociationCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_DeleteEndpointAccessCommand: (
|
|
303
|
-
input: DeleteEndpointAccessCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_DeleteNamespaceCommand: (
|
|
307
|
-
input: DeleteNamespaceCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_DeleteResourcePolicyCommand: (
|
|
311
|
-
input: DeleteResourcePolicyCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_DeleteScheduledActionCommand: (
|
|
315
|
-
input: DeleteScheduledActionCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_DeleteSnapshotCommand: (
|
|
319
|
-
input: DeleteSnapshotCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_DeleteSnapshotCopyConfigurationCommand: (
|
|
323
|
-
input: DeleteSnapshotCopyConfigurationCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_DeleteUsageLimitCommand: (
|
|
327
|
-
input: DeleteUsageLimitCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_DeleteWorkgroupCommand: (
|
|
331
|
-
input: DeleteWorkgroupCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_GetCredentialsCommand: (
|
|
335
|
-
input: GetCredentialsCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_GetCustomDomainAssociationCommand: (
|
|
339
|
-
input: GetCustomDomainAssociationCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_GetEndpointAccessCommand: (
|
|
343
|
-
input: GetEndpointAccessCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_GetNamespaceCommand: (
|
|
347
|
-
input: GetNamespaceCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const se_GetRecoveryPointCommand: (
|
|
351
|
-
input: GetRecoveryPointCommandInput,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const se_GetReservationCommand: (
|
|
355
|
-
input: GetReservationCommandInput,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const se_GetReservationOfferingCommand: (
|
|
359
|
-
input: GetReservationOfferingCommandInput,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const se_GetResourcePolicyCommand: (
|
|
363
|
-
input: GetResourcePolicyCommandInput,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const se_GetScheduledActionCommand: (
|
|
367
|
-
input: GetScheduledActionCommandInput,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const se_GetSnapshotCommand: (
|
|
371
|
-
input: GetSnapshotCommandInput,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const se_GetTableRestoreStatusCommand: (
|
|
375
|
-
input: GetTableRestoreStatusCommandInput,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const se_GetTrackCommand: (
|
|
379
|
-
input: GetTrackCommandInput,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const se_GetUsageLimitCommand: (
|
|
383
|
-
input: GetUsageLimitCommandInput,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const se_GetWorkgroupCommand: (
|
|
387
|
-
input: GetWorkgroupCommandInput,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const se_ListCustomDomainAssociationsCommand: (
|
|
391
|
-
input: ListCustomDomainAssociationsCommandInput,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const se_ListEndpointAccessCommand: (
|
|
395
|
-
input: ListEndpointAccessCommandInput,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const se_ListManagedWorkgroupsCommand: (
|
|
399
|
-
input: ListManagedWorkgroupsCommandInput,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const se_ListNamespacesCommand: (
|
|
403
|
-
input: ListNamespacesCommandInput,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const se_ListRecoveryPointsCommand: (
|
|
407
|
-
input: ListRecoveryPointsCommandInput,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const se_ListReservationOfferingsCommand: (
|
|
411
|
-
input: ListReservationOfferingsCommandInput,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const se_ListReservationsCommand: (
|
|
415
|
-
input: ListReservationsCommandInput,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const se_ListScheduledActionsCommand: (
|
|
419
|
-
input: ListScheduledActionsCommandInput,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const se_ListSnapshotCopyConfigurationsCommand: (
|
|
423
|
-
input: ListSnapshotCopyConfigurationsCommandInput,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<__HttpRequest>;
|
|
426
|
-
export declare const se_ListSnapshotsCommand: (
|
|
427
|
-
input: ListSnapshotsCommandInput,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<__HttpRequest>;
|
|
430
|
-
export declare const se_ListTableRestoreStatusCommand: (
|
|
431
|
-
input: ListTableRestoreStatusCommandInput,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<__HttpRequest>;
|
|
434
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
435
|
-
input: ListTagsForResourceCommandInput,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<__HttpRequest>;
|
|
438
|
-
export declare const se_ListTracksCommand: (
|
|
439
|
-
input: ListTracksCommandInput,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<__HttpRequest>;
|
|
442
|
-
export declare const se_ListUsageLimitsCommand: (
|
|
443
|
-
input: ListUsageLimitsCommandInput,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<__HttpRequest>;
|
|
446
|
-
export declare const se_ListWorkgroupsCommand: (
|
|
447
|
-
input: ListWorkgroupsCommandInput,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<__HttpRequest>;
|
|
450
|
-
export declare const se_PutResourcePolicyCommand: (
|
|
451
|
-
input: PutResourcePolicyCommandInput,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<__HttpRequest>;
|
|
454
|
-
export declare const se_RestoreFromRecoveryPointCommand: (
|
|
455
|
-
input: RestoreFromRecoveryPointCommandInput,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<__HttpRequest>;
|
|
458
|
-
export declare const se_RestoreFromSnapshotCommand: (
|
|
459
|
-
input: RestoreFromSnapshotCommandInput,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<__HttpRequest>;
|
|
462
|
-
export declare const se_RestoreTableFromRecoveryPointCommand: (
|
|
463
|
-
input: RestoreTableFromRecoveryPointCommandInput,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<__HttpRequest>;
|
|
466
|
-
export declare const se_RestoreTableFromSnapshotCommand: (
|
|
467
|
-
input: RestoreTableFromSnapshotCommandInput,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<__HttpRequest>;
|
|
470
|
-
export declare const se_TagResourceCommand: (
|
|
471
|
-
input: TagResourceCommandInput,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<__HttpRequest>;
|
|
474
|
-
export declare const se_UntagResourceCommand: (
|
|
475
|
-
input: UntagResourceCommandInput,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<__HttpRequest>;
|
|
478
|
-
export declare const se_UpdateCustomDomainAssociationCommand: (
|
|
479
|
-
input: UpdateCustomDomainAssociationCommandInput,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<__HttpRequest>;
|
|
482
|
-
export declare const se_UpdateEndpointAccessCommand: (
|
|
483
|
-
input: UpdateEndpointAccessCommandInput,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<__HttpRequest>;
|
|
486
|
-
export declare const se_UpdateNamespaceCommand: (
|
|
487
|
-
input: UpdateNamespaceCommandInput,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<__HttpRequest>;
|
|
490
|
-
export declare const se_UpdateScheduledActionCommand: (
|
|
491
|
-
input: UpdateScheduledActionCommandInput,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<__HttpRequest>;
|
|
494
|
-
export declare const se_UpdateSnapshotCommand: (
|
|
495
|
-
input: UpdateSnapshotCommandInput,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<__HttpRequest>;
|
|
498
|
-
export declare const se_UpdateSnapshotCopyConfigurationCommand: (
|
|
499
|
-
input: UpdateSnapshotCopyConfigurationCommandInput,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<__HttpRequest>;
|
|
502
|
-
export declare const se_UpdateUsageLimitCommand: (
|
|
503
|
-
input: UpdateUsageLimitCommandInput,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<__HttpRequest>;
|
|
506
|
-
export declare const se_UpdateWorkgroupCommand: (
|
|
507
|
-
input: UpdateWorkgroupCommandInput,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<__HttpRequest>;
|
|
510
|
-
export declare const de_ConvertRecoveryPointToSnapshotCommand: (
|
|
511
|
-
output: __HttpResponse,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
|
|
514
|
-
export declare const de_CreateCustomDomainAssociationCommand: (
|
|
515
|
-
output: __HttpResponse,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<CreateCustomDomainAssociationCommandOutput>;
|
|
518
|
-
export declare const de_CreateEndpointAccessCommand: (
|
|
519
|
-
output: __HttpResponse,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<CreateEndpointAccessCommandOutput>;
|
|
522
|
-
export declare const de_CreateNamespaceCommand: (
|
|
523
|
-
output: __HttpResponse,
|
|
524
|
-
context: __SerdeContext
|
|
525
|
-
) => Promise<CreateNamespaceCommandOutput>;
|
|
526
|
-
export declare const de_CreateReservationCommand: (
|
|
527
|
-
output: __HttpResponse,
|
|
528
|
-
context: __SerdeContext
|
|
529
|
-
) => Promise<CreateReservationCommandOutput>;
|
|
530
|
-
export declare const de_CreateScheduledActionCommand: (
|
|
531
|
-
output: __HttpResponse,
|
|
532
|
-
context: __SerdeContext
|
|
533
|
-
) => Promise<CreateScheduledActionCommandOutput>;
|
|
534
|
-
export declare const de_CreateSnapshotCommand: (
|
|
535
|
-
output: __HttpResponse,
|
|
536
|
-
context: __SerdeContext
|
|
537
|
-
) => Promise<CreateSnapshotCommandOutput>;
|
|
538
|
-
export declare const de_CreateSnapshotCopyConfigurationCommand: (
|
|
539
|
-
output: __HttpResponse,
|
|
540
|
-
context: __SerdeContext
|
|
541
|
-
) => Promise<CreateSnapshotCopyConfigurationCommandOutput>;
|
|
542
|
-
export declare const de_CreateUsageLimitCommand: (
|
|
543
|
-
output: __HttpResponse,
|
|
544
|
-
context: __SerdeContext
|
|
545
|
-
) => Promise<CreateUsageLimitCommandOutput>;
|
|
546
|
-
export declare const de_CreateWorkgroupCommand: (
|
|
547
|
-
output: __HttpResponse,
|
|
548
|
-
context: __SerdeContext
|
|
549
|
-
) => Promise<CreateWorkgroupCommandOutput>;
|
|
550
|
-
export declare const de_DeleteCustomDomainAssociationCommand: (
|
|
551
|
-
output: __HttpResponse,
|
|
552
|
-
context: __SerdeContext
|
|
553
|
-
) => Promise<DeleteCustomDomainAssociationCommandOutput>;
|
|
554
|
-
export declare const de_DeleteEndpointAccessCommand: (
|
|
555
|
-
output: __HttpResponse,
|
|
556
|
-
context: __SerdeContext
|
|
557
|
-
) => Promise<DeleteEndpointAccessCommandOutput>;
|
|
558
|
-
export declare const de_DeleteNamespaceCommand: (
|
|
559
|
-
output: __HttpResponse,
|
|
560
|
-
context: __SerdeContext
|
|
561
|
-
) => Promise<DeleteNamespaceCommandOutput>;
|
|
562
|
-
export declare const de_DeleteResourcePolicyCommand: (
|
|
563
|
-
output: __HttpResponse,
|
|
564
|
-
context: __SerdeContext
|
|
565
|
-
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
566
|
-
export declare const de_DeleteScheduledActionCommand: (
|
|
567
|
-
output: __HttpResponse,
|
|
568
|
-
context: __SerdeContext
|
|
569
|
-
) => Promise<DeleteScheduledActionCommandOutput>;
|
|
570
|
-
export declare const de_DeleteSnapshotCommand: (
|
|
571
|
-
output: __HttpResponse,
|
|
572
|
-
context: __SerdeContext
|
|
573
|
-
) => Promise<DeleteSnapshotCommandOutput>;
|
|
574
|
-
export declare const de_DeleteSnapshotCopyConfigurationCommand: (
|
|
575
|
-
output: __HttpResponse,
|
|
576
|
-
context: __SerdeContext
|
|
577
|
-
) => Promise<DeleteSnapshotCopyConfigurationCommandOutput>;
|
|
578
|
-
export declare const de_DeleteUsageLimitCommand: (
|
|
579
|
-
output: __HttpResponse,
|
|
580
|
-
context: __SerdeContext
|
|
581
|
-
) => Promise<DeleteUsageLimitCommandOutput>;
|
|
582
|
-
export declare const de_DeleteWorkgroupCommand: (
|
|
583
|
-
output: __HttpResponse,
|
|
584
|
-
context: __SerdeContext
|
|
585
|
-
) => Promise<DeleteWorkgroupCommandOutput>;
|
|
586
|
-
export declare const de_GetCredentialsCommand: (
|
|
587
|
-
output: __HttpResponse,
|
|
588
|
-
context: __SerdeContext
|
|
589
|
-
) => Promise<GetCredentialsCommandOutput>;
|
|
590
|
-
export declare const de_GetCustomDomainAssociationCommand: (
|
|
591
|
-
output: __HttpResponse,
|
|
592
|
-
context: __SerdeContext
|
|
593
|
-
) => Promise<GetCustomDomainAssociationCommandOutput>;
|
|
594
|
-
export declare const de_GetEndpointAccessCommand: (
|
|
595
|
-
output: __HttpResponse,
|
|
596
|
-
context: __SerdeContext
|
|
597
|
-
) => Promise<GetEndpointAccessCommandOutput>;
|
|
598
|
-
export declare const de_GetNamespaceCommand: (
|
|
599
|
-
output: __HttpResponse,
|
|
600
|
-
context: __SerdeContext
|
|
601
|
-
) => Promise<GetNamespaceCommandOutput>;
|
|
602
|
-
export declare const de_GetRecoveryPointCommand: (
|
|
603
|
-
output: __HttpResponse,
|
|
604
|
-
context: __SerdeContext
|
|
605
|
-
) => Promise<GetRecoveryPointCommandOutput>;
|
|
606
|
-
export declare const de_GetReservationCommand: (
|
|
607
|
-
output: __HttpResponse,
|
|
608
|
-
context: __SerdeContext
|
|
609
|
-
) => Promise<GetReservationCommandOutput>;
|
|
610
|
-
export declare const de_GetReservationOfferingCommand: (
|
|
611
|
-
output: __HttpResponse,
|
|
612
|
-
context: __SerdeContext
|
|
613
|
-
) => Promise<GetReservationOfferingCommandOutput>;
|
|
614
|
-
export declare const de_GetResourcePolicyCommand: (
|
|
615
|
-
output: __HttpResponse,
|
|
616
|
-
context: __SerdeContext
|
|
617
|
-
) => Promise<GetResourcePolicyCommandOutput>;
|
|
618
|
-
export declare const de_GetScheduledActionCommand: (
|
|
619
|
-
output: __HttpResponse,
|
|
620
|
-
context: __SerdeContext
|
|
621
|
-
) => Promise<GetScheduledActionCommandOutput>;
|
|
622
|
-
export declare const de_GetSnapshotCommand: (
|
|
623
|
-
output: __HttpResponse,
|
|
624
|
-
context: __SerdeContext
|
|
625
|
-
) => Promise<GetSnapshotCommandOutput>;
|
|
626
|
-
export declare const de_GetTableRestoreStatusCommand: (
|
|
627
|
-
output: __HttpResponse,
|
|
628
|
-
context: __SerdeContext
|
|
629
|
-
) => Promise<GetTableRestoreStatusCommandOutput>;
|
|
630
|
-
export declare const de_GetTrackCommand: (
|
|
631
|
-
output: __HttpResponse,
|
|
632
|
-
context: __SerdeContext
|
|
633
|
-
) => Promise<GetTrackCommandOutput>;
|
|
634
|
-
export declare const de_GetUsageLimitCommand: (
|
|
635
|
-
output: __HttpResponse,
|
|
636
|
-
context: __SerdeContext
|
|
637
|
-
) => Promise<GetUsageLimitCommandOutput>;
|
|
638
|
-
export declare const de_GetWorkgroupCommand: (
|
|
639
|
-
output: __HttpResponse,
|
|
640
|
-
context: __SerdeContext
|
|
641
|
-
) => Promise<GetWorkgroupCommandOutput>;
|
|
642
|
-
export declare const de_ListCustomDomainAssociationsCommand: (
|
|
643
|
-
output: __HttpResponse,
|
|
644
|
-
context: __SerdeContext
|
|
645
|
-
) => Promise<ListCustomDomainAssociationsCommandOutput>;
|
|
646
|
-
export declare const de_ListEndpointAccessCommand: (
|
|
647
|
-
output: __HttpResponse,
|
|
648
|
-
context: __SerdeContext
|
|
649
|
-
) => Promise<ListEndpointAccessCommandOutput>;
|
|
650
|
-
export declare const de_ListManagedWorkgroupsCommand: (
|
|
651
|
-
output: __HttpResponse,
|
|
652
|
-
context: __SerdeContext
|
|
653
|
-
) => Promise<ListManagedWorkgroupsCommandOutput>;
|
|
654
|
-
export declare const de_ListNamespacesCommand: (
|
|
655
|
-
output: __HttpResponse,
|
|
656
|
-
context: __SerdeContext
|
|
657
|
-
) => Promise<ListNamespacesCommandOutput>;
|
|
658
|
-
export declare const de_ListRecoveryPointsCommand: (
|
|
659
|
-
output: __HttpResponse,
|
|
660
|
-
context: __SerdeContext
|
|
661
|
-
) => Promise<ListRecoveryPointsCommandOutput>;
|
|
662
|
-
export declare const de_ListReservationOfferingsCommand: (
|
|
663
|
-
output: __HttpResponse,
|
|
664
|
-
context: __SerdeContext
|
|
665
|
-
) => Promise<ListReservationOfferingsCommandOutput>;
|
|
666
|
-
export declare const de_ListReservationsCommand: (
|
|
667
|
-
output: __HttpResponse,
|
|
668
|
-
context: __SerdeContext
|
|
669
|
-
) => Promise<ListReservationsCommandOutput>;
|
|
670
|
-
export declare const de_ListScheduledActionsCommand: (
|
|
671
|
-
output: __HttpResponse,
|
|
672
|
-
context: __SerdeContext
|
|
673
|
-
) => Promise<ListScheduledActionsCommandOutput>;
|
|
674
|
-
export declare const de_ListSnapshotCopyConfigurationsCommand: (
|
|
675
|
-
output: __HttpResponse,
|
|
676
|
-
context: __SerdeContext
|
|
677
|
-
) => Promise<ListSnapshotCopyConfigurationsCommandOutput>;
|
|
678
|
-
export declare const de_ListSnapshotsCommand: (
|
|
679
|
-
output: __HttpResponse,
|
|
680
|
-
context: __SerdeContext
|
|
681
|
-
) => Promise<ListSnapshotsCommandOutput>;
|
|
682
|
-
export declare const de_ListTableRestoreStatusCommand: (
|
|
683
|
-
output: __HttpResponse,
|
|
684
|
-
context: __SerdeContext
|
|
685
|
-
) => Promise<ListTableRestoreStatusCommandOutput>;
|
|
686
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
687
|
-
output: __HttpResponse,
|
|
688
|
-
context: __SerdeContext
|
|
689
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
690
|
-
export declare const de_ListTracksCommand: (
|
|
691
|
-
output: __HttpResponse,
|
|
692
|
-
context: __SerdeContext
|
|
693
|
-
) => Promise<ListTracksCommandOutput>;
|
|
694
|
-
export declare const de_ListUsageLimitsCommand: (
|
|
695
|
-
output: __HttpResponse,
|
|
696
|
-
context: __SerdeContext
|
|
697
|
-
) => Promise<ListUsageLimitsCommandOutput>;
|
|
698
|
-
export declare const de_ListWorkgroupsCommand: (
|
|
699
|
-
output: __HttpResponse,
|
|
700
|
-
context: __SerdeContext
|
|
701
|
-
) => Promise<ListWorkgroupsCommandOutput>;
|
|
702
|
-
export declare const de_PutResourcePolicyCommand: (
|
|
703
|
-
output: __HttpResponse,
|
|
704
|
-
context: __SerdeContext
|
|
705
|
-
) => Promise<PutResourcePolicyCommandOutput>;
|
|
706
|
-
export declare const de_RestoreFromRecoveryPointCommand: (
|
|
707
|
-
output: __HttpResponse,
|
|
708
|
-
context: __SerdeContext
|
|
709
|
-
) => Promise<RestoreFromRecoveryPointCommandOutput>;
|
|
710
|
-
export declare const de_RestoreFromSnapshotCommand: (
|
|
711
|
-
output: __HttpResponse,
|
|
712
|
-
context: __SerdeContext
|
|
713
|
-
) => Promise<RestoreFromSnapshotCommandOutput>;
|
|
714
|
-
export declare const de_RestoreTableFromRecoveryPointCommand: (
|
|
715
|
-
output: __HttpResponse,
|
|
716
|
-
context: __SerdeContext
|
|
717
|
-
) => Promise<RestoreTableFromRecoveryPointCommandOutput>;
|
|
718
|
-
export declare const de_RestoreTableFromSnapshotCommand: (
|
|
719
|
-
output: __HttpResponse,
|
|
720
|
-
context: __SerdeContext
|
|
721
|
-
) => Promise<RestoreTableFromSnapshotCommandOutput>;
|
|
722
|
-
export declare const de_TagResourceCommand: (
|
|
723
|
-
output: __HttpResponse,
|
|
724
|
-
context: __SerdeContext
|
|
725
|
-
) => Promise<TagResourceCommandOutput>;
|
|
726
|
-
export declare const de_UntagResourceCommand: (
|
|
727
|
-
output: __HttpResponse,
|
|
728
|
-
context: __SerdeContext
|
|
729
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
730
|
-
export declare const de_UpdateCustomDomainAssociationCommand: (
|
|
731
|
-
output: __HttpResponse,
|
|
732
|
-
context: __SerdeContext
|
|
733
|
-
) => Promise<UpdateCustomDomainAssociationCommandOutput>;
|
|
734
|
-
export declare const de_UpdateEndpointAccessCommand: (
|
|
735
|
-
output: __HttpResponse,
|
|
736
|
-
context: __SerdeContext
|
|
737
|
-
) => Promise<UpdateEndpointAccessCommandOutput>;
|
|
738
|
-
export declare const de_UpdateNamespaceCommand: (
|
|
739
|
-
output: __HttpResponse,
|
|
740
|
-
context: __SerdeContext
|
|
741
|
-
) => Promise<UpdateNamespaceCommandOutput>;
|
|
742
|
-
export declare const de_UpdateScheduledActionCommand: (
|
|
743
|
-
output: __HttpResponse,
|
|
744
|
-
context: __SerdeContext
|
|
745
|
-
) => Promise<UpdateScheduledActionCommandOutput>;
|
|
746
|
-
export declare const de_UpdateSnapshotCommand: (
|
|
747
|
-
output: __HttpResponse,
|
|
748
|
-
context: __SerdeContext
|
|
749
|
-
) => Promise<UpdateSnapshotCommandOutput>;
|
|
750
|
-
export declare const de_UpdateSnapshotCopyConfigurationCommand: (
|
|
751
|
-
output: __HttpResponse,
|
|
752
|
-
context: __SerdeContext
|
|
753
|
-
) => Promise<UpdateSnapshotCopyConfigurationCommandOutput>;
|
|
754
|
-
export declare const de_UpdateUsageLimitCommand: (
|
|
755
|
-
output: __HttpResponse,
|
|
756
|
-
context: __SerdeContext
|
|
757
|
-
) => Promise<UpdateUsageLimitCommandOutput>;
|
|
758
|
-
export declare const de_UpdateWorkgroupCommand: (
|
|
759
|
-
output: __HttpResponse,
|
|
760
|
-
context: __SerdeContext
|
|
761
|
-
) => Promise<UpdateWorkgroupCommandOutput>;
|