@aws-sdk/client-redshift-serverless 3.927.0 → 3.928.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.
Files changed (87) hide show
  1. package/dist-cjs/index.js +2135 -2484
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/RedshiftServerlessClient.js +2 -0
  4. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -9
  5. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +3 -9
  6. package/dist-es/commands/CreateEndpointAccessCommand.js +3 -9
  7. package/dist-es/commands/CreateNamespaceCommand.js +3 -10
  8. package/dist-es/commands/CreateReservationCommand.js +3 -9
  9. package/dist-es/commands/CreateScheduledActionCommand.js +3 -9
  10. package/dist-es/commands/CreateSnapshotCommand.js +3 -9
  11. package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +3 -9
  12. package/dist-es/commands/CreateUsageLimitCommand.js +3 -9
  13. package/dist-es/commands/CreateWorkgroupCommand.js +3 -9
  14. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +3 -9
  15. package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -9
  16. package/dist-es/commands/DeleteNamespaceCommand.js +3 -10
  17. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  18. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
  19. package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
  20. package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteUsageLimitCommand.js +3 -9
  22. package/dist-es/commands/DeleteWorkgroupCommand.js +3 -9
  23. package/dist-es/commands/GetCredentialsCommand.js +3 -10
  24. package/dist-es/commands/GetCustomDomainAssociationCommand.js +3 -9
  25. package/dist-es/commands/GetEndpointAccessCommand.js +3 -9
  26. package/dist-es/commands/GetNamespaceCommand.js +3 -10
  27. package/dist-es/commands/GetRecoveryPointCommand.js +3 -9
  28. package/dist-es/commands/GetReservationCommand.js +3 -9
  29. package/dist-es/commands/GetReservationOfferingCommand.js +3 -9
  30. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  31. package/dist-es/commands/GetScheduledActionCommand.js +3 -9
  32. package/dist-es/commands/GetSnapshotCommand.js +3 -9
  33. package/dist-es/commands/GetTableRestoreStatusCommand.js +3 -9
  34. package/dist-es/commands/GetTrackCommand.js +3 -9
  35. package/dist-es/commands/GetUsageLimitCommand.js +3 -9
  36. package/dist-es/commands/GetWorkgroupCommand.js +3 -9
  37. package/dist-es/commands/ListCustomDomainAssociationsCommand.js +3 -9
  38. package/dist-es/commands/ListEndpointAccessCommand.js +3 -9
  39. package/dist-es/commands/ListManagedWorkgroupsCommand.js +3 -9
  40. package/dist-es/commands/ListNamespacesCommand.js +3 -10
  41. package/dist-es/commands/ListRecoveryPointsCommand.js +3 -9
  42. package/dist-es/commands/ListReservationOfferingsCommand.js +3 -9
  43. package/dist-es/commands/ListReservationsCommand.js +3 -9
  44. package/dist-es/commands/ListScheduledActionsCommand.js +3 -9
  45. package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +3 -9
  46. package/dist-es/commands/ListSnapshotsCommand.js +3 -9
  47. package/dist-es/commands/ListTableRestoreStatusCommand.js +3 -9
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  49. package/dist-es/commands/ListTracksCommand.js +3 -9
  50. package/dist-es/commands/ListUsageLimitsCommand.js +3 -9
  51. package/dist-es/commands/ListWorkgroupsCommand.js +3 -9
  52. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  53. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -10
  54. package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -10
  55. package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +3 -9
  56. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +3 -9
  57. package/dist-es/commands/TagResourceCommand.js +3 -9
  58. package/dist-es/commands/UntagResourceCommand.js +3 -9
  59. package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +3 -9
  60. package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -9
  61. package/dist-es/commands/UpdateNamespaceCommand.js +3 -10
  62. package/dist-es/commands/UpdateScheduledActionCommand.js +3 -9
  63. package/dist-es/commands/UpdateSnapshotCommand.js +3 -9
  64. package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +3 -9
  65. package/dist-es/commands/UpdateUsageLimitCommand.js +3 -9
  66. package/dist-es/commands/UpdateWorkgroupCommand.js +3 -9
  67. package/dist-es/models/models_0.js +0 -48
  68. package/dist-es/runtimeConfig.shared.js +7 -0
  69. package/dist-es/schemas/schemas_0.js +1984 -0
  70. package/dist-types/RedshiftServerlessClient.d.ts +10 -1
  71. package/dist-types/models/models_0.d.ts +0 -44
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  73. package/dist-types/runtimeConfig.d.ts +1 -0
  74. package/dist-types/runtimeConfig.native.d.ts +1 -0
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/schemas/schemas_0.d.ts +261 -0
  77. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +4 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +0 -31
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +267 -0
  84. package/package.json +5 -6
  85. package/dist-es/protocols/Aws_json1_1.js +0 -1956
  86. package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
  87. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
@@ -1,569 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput } from "../commands/ConvertRecoveryPointToSnapshotCommand";
4
- import { CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput } from "../commands/CreateCustomDomainAssociationCommand";
5
- import { CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput } from "../commands/CreateEndpointAccessCommand";
6
- import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "../commands/CreateNamespaceCommand";
7
- import { CreateReservationCommandInput, CreateReservationCommandOutput } from "../commands/CreateReservationCommand";
8
- import { CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput } from "../commands/CreateScheduledActionCommand";
9
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
10
- import { CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput } from "../commands/CreateSnapshotCopyConfigurationCommand";
11
- import { CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput } from "../commands/CreateUsageLimitCommand";
12
- import { CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput } from "../commands/CreateWorkgroupCommand";
13
- import { DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput } from "../commands/DeleteCustomDomainAssociationCommand";
14
- import { DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput } from "../commands/DeleteEndpointAccessCommand";
15
- import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
16
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
17
- import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "../commands/DeleteScheduledActionCommand";
18
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "../commands/DeleteSnapshotCommand";
19
- import { DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput } from "../commands/DeleteSnapshotCopyConfigurationCommand";
20
- import { DeleteUsageLimitCommandInput, DeleteUsageLimitCommandOutput } from "../commands/DeleteUsageLimitCommand";
21
- import { DeleteWorkgroupCommandInput, DeleteWorkgroupCommandOutput } from "../commands/DeleteWorkgroupCommand";
22
- import { GetCredentialsCommandInput, GetCredentialsCommandOutput } from "../commands/GetCredentialsCommand";
23
- import { GetCustomDomainAssociationCommandInput, GetCustomDomainAssociationCommandOutput } from "../commands/GetCustomDomainAssociationCommand";
24
- import { GetEndpointAccessCommandInput, GetEndpointAccessCommandOutput } from "../commands/GetEndpointAccessCommand";
25
- import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "../commands/GetNamespaceCommand";
26
- import { GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput } from "../commands/GetRecoveryPointCommand";
27
- import { GetReservationCommandInput, GetReservationCommandOutput } from "../commands/GetReservationCommand";
28
- import { GetReservationOfferingCommandInput, GetReservationOfferingCommandOutput } from "../commands/GetReservationOfferingCommand";
29
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
30
- import { GetScheduledActionCommandInput, GetScheduledActionCommandOutput } from "../commands/GetScheduledActionCommand";
31
- import { GetSnapshotCommandInput, GetSnapshotCommandOutput } from "../commands/GetSnapshotCommand";
32
- import { GetTableRestoreStatusCommandInput, GetTableRestoreStatusCommandOutput } from "../commands/GetTableRestoreStatusCommand";
33
- import { GetTrackCommandInput, GetTrackCommandOutput } from "../commands/GetTrackCommand";
34
- import { GetUsageLimitCommandInput, GetUsageLimitCommandOutput } from "../commands/GetUsageLimitCommand";
35
- import { GetWorkgroupCommandInput, GetWorkgroupCommandOutput } from "../commands/GetWorkgroupCommand";
36
- import { ListCustomDomainAssociationsCommandInput, ListCustomDomainAssociationsCommandOutput } from "../commands/ListCustomDomainAssociationsCommand";
37
- import { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "../commands/ListEndpointAccessCommand";
38
- import { ListManagedWorkgroupsCommandInput, ListManagedWorkgroupsCommandOutput } from "../commands/ListManagedWorkgroupsCommand";
39
- import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
40
- import { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "../commands/ListRecoveryPointsCommand";
41
- import { ListReservationOfferingsCommandInput, ListReservationOfferingsCommandOutput } from "../commands/ListReservationOfferingsCommand";
42
- import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
43
- import { ListScheduledActionsCommandInput, ListScheduledActionsCommandOutput } from "../commands/ListScheduledActionsCommand";
44
- import { ListSnapshotCopyConfigurationsCommandInput, ListSnapshotCopyConfigurationsCommandOutput } from "../commands/ListSnapshotCopyConfigurationsCommand";
45
- import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "../commands/ListSnapshotsCommand";
46
- import { ListTableRestoreStatusCommandInput, ListTableRestoreStatusCommandOutput } from "../commands/ListTableRestoreStatusCommand";
47
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
48
- import { ListTracksCommandInput, ListTracksCommandOutput } from "../commands/ListTracksCommand";
49
- import { ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput } from "../commands/ListUsageLimitsCommand";
50
- import { ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput } from "../commands/ListWorkgroupsCommand";
51
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
52
- import { RestoreFromRecoveryPointCommandInput, RestoreFromRecoveryPointCommandOutput } from "../commands/RestoreFromRecoveryPointCommand";
53
- import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "../commands/RestoreFromSnapshotCommand";
54
- import { RestoreTableFromRecoveryPointCommandInput, RestoreTableFromRecoveryPointCommandOutput } from "../commands/RestoreTableFromRecoveryPointCommand";
55
- import { RestoreTableFromSnapshotCommandInput, RestoreTableFromSnapshotCommandOutput } from "../commands/RestoreTableFromSnapshotCommand";
56
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
57
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
58
- import { UpdateCustomDomainAssociationCommandInput, UpdateCustomDomainAssociationCommandOutput } from "../commands/UpdateCustomDomainAssociationCommand";
59
- import { UpdateEndpointAccessCommandInput, UpdateEndpointAccessCommandOutput } from "../commands/UpdateEndpointAccessCommand";
60
- import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "../commands/UpdateNamespaceCommand";
61
- import { UpdateScheduledActionCommandInput, UpdateScheduledActionCommandOutput } from "../commands/UpdateScheduledActionCommand";
62
- import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "../commands/UpdateSnapshotCommand";
63
- import { UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput } from "../commands/UpdateSnapshotCopyConfigurationCommand";
64
- import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "../commands/UpdateUsageLimitCommand";
65
- import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "../commands/UpdateWorkgroupCommand";
66
- /**
67
- * serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand
68
- */
69
- export declare const se_ConvertRecoveryPointToSnapshotCommand: (input: ConvertRecoveryPointToSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_1CreateCustomDomainAssociationCommand
72
- */
73
- export declare const se_CreateCustomDomainAssociationCommand: (input: CreateCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_json1_1CreateEndpointAccessCommand
76
- */
77
- export declare const se_CreateEndpointAccessCommand: (input: CreateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_1CreateNamespaceCommand
80
- */
81
- export declare const se_CreateNamespaceCommand: (input: CreateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_1CreateReservationCommand
84
- */
85
- export declare const se_CreateReservationCommand: (input: CreateReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1CreateScheduledActionCommand
88
- */
89
- export declare const se_CreateScheduledActionCommand: (input: CreateScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1CreateSnapshotCommand
92
- */
93
- export declare const se_CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_1CreateSnapshotCopyConfigurationCommand
96
- */
97
- export declare const se_CreateSnapshotCopyConfigurationCommand: (input: CreateSnapshotCopyConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_1CreateUsageLimitCommand
100
- */
101
- export declare const se_CreateUsageLimitCommand: (input: CreateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1CreateWorkgroupCommand
104
- */
105
- export declare const se_CreateWorkgroupCommand: (input: CreateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1DeleteCustomDomainAssociationCommand
108
- */
109
- export declare const se_DeleteCustomDomainAssociationCommand: (input: DeleteCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1DeleteEndpointAccessCommand
112
- */
113
- export declare const se_DeleteEndpointAccessCommand: (input: DeleteEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1DeleteNamespaceCommand
116
- */
117
- export declare const se_DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_json1_1DeleteResourcePolicyCommand
120
- */
121
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_json1_1DeleteScheduledActionCommand
124
- */
125
- export declare const se_DeleteScheduledActionCommand: (input: DeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_1DeleteSnapshotCommand
128
- */
129
- export declare const se_DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_1DeleteSnapshotCopyConfigurationCommand
132
- */
133
- export declare const se_DeleteSnapshotCopyConfigurationCommand: (input: DeleteSnapshotCopyConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_1DeleteUsageLimitCommand
136
- */
137
- export declare const se_DeleteUsageLimitCommand: (input: DeleteUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_1DeleteWorkgroupCommand
140
- */
141
- export declare const se_DeleteWorkgroupCommand: (input: DeleteWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_1GetCredentialsCommand
144
- */
145
- export declare const se_GetCredentialsCommand: (input: GetCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_1GetCustomDomainAssociationCommand
148
- */
149
- export declare const se_GetCustomDomainAssociationCommand: (input: GetCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_1GetEndpointAccessCommand
152
- */
153
- export declare const se_GetEndpointAccessCommand: (input: GetEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_1GetNamespaceCommand
156
- */
157
- export declare const se_GetNamespaceCommand: (input: GetNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_1GetRecoveryPointCommand
160
- */
161
- export declare const se_GetRecoveryPointCommand: (input: GetRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_1GetReservationCommand
164
- */
165
- export declare const se_GetReservationCommand: (input: GetReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_1GetReservationOfferingCommand
168
- */
169
- export declare const se_GetReservationOfferingCommand: (input: GetReservationOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_1GetResourcePolicyCommand
172
- */
173
- export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_1GetScheduledActionCommand
176
- */
177
- export declare const se_GetScheduledActionCommand: (input: GetScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_1GetSnapshotCommand
180
- */
181
- export declare const se_GetSnapshotCommand: (input: GetSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_1GetTableRestoreStatusCommand
184
- */
185
- export declare const se_GetTableRestoreStatusCommand: (input: GetTableRestoreStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_json1_1GetTrackCommand
188
- */
189
- export declare const se_GetTrackCommand: (input: GetTrackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_json1_1GetUsageLimitCommand
192
- */
193
- export declare const se_GetUsageLimitCommand: (input: GetUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_1GetWorkgroupCommand
196
- */
197
- export declare const se_GetWorkgroupCommand: (input: GetWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_json1_1ListCustomDomainAssociationsCommand
200
- */
201
- export declare const se_ListCustomDomainAssociationsCommand: (input: ListCustomDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_json1_1ListEndpointAccessCommand
204
- */
205
- export declare const se_ListEndpointAccessCommand: (input: ListEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_json1_1ListManagedWorkgroupsCommand
208
- */
209
- export declare const se_ListManagedWorkgroupsCommand: (input: ListManagedWorkgroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_json1_1ListNamespacesCommand
212
- */
213
- export declare const se_ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_json1_1ListRecoveryPointsCommand
216
- */
217
- export declare const se_ListRecoveryPointsCommand: (input: ListRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_json1_1ListReservationOfferingsCommand
220
- */
221
- export declare const se_ListReservationOfferingsCommand: (input: ListReservationOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_json1_1ListReservationsCommand
224
- */
225
- export declare const se_ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_json1_1ListScheduledActionsCommand
228
- */
229
- export declare const se_ListScheduledActionsCommand: (input: ListScheduledActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_json1_1ListSnapshotCopyConfigurationsCommand
232
- */
233
- export declare const se_ListSnapshotCopyConfigurationsCommand: (input: ListSnapshotCopyConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_json1_1ListSnapshotsCommand
236
- */
237
- export declare const se_ListSnapshotsCommand: (input: ListSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_json1_1ListTableRestoreStatusCommand
240
- */
241
- export declare const se_ListTableRestoreStatusCommand: (input: ListTableRestoreStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_json1_1ListTagsForResourceCommand
244
- */
245
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_json1_1ListTracksCommand
248
- */
249
- export declare const se_ListTracksCommand: (input: ListTracksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_json1_1ListUsageLimitsCommand
252
- */
253
- export declare const se_ListUsageLimitsCommand: (input: ListUsageLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_json1_1ListWorkgroupsCommand
256
- */
257
- export declare const se_ListWorkgroupsCommand: (input: ListWorkgroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_json1_1PutResourcePolicyCommand
260
- */
261
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_json1_1RestoreFromRecoveryPointCommand
264
- */
265
- export declare const se_RestoreFromRecoveryPointCommand: (input: RestoreFromRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_json1_1RestoreFromSnapshotCommand
268
- */
269
- export declare const se_RestoreFromSnapshotCommand: (input: RestoreFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_json1_1RestoreTableFromRecoveryPointCommand
272
- */
273
- export declare const se_RestoreTableFromRecoveryPointCommand: (input: RestoreTableFromRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_json1_1RestoreTableFromSnapshotCommand
276
- */
277
- export declare const se_RestoreTableFromSnapshotCommand: (input: RestoreTableFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_json1_1TagResourceCommand
280
- */
281
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_json1_1UntagResourceCommand
284
- */
285
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_json1_1UpdateCustomDomainAssociationCommand
288
- */
289
- export declare const se_UpdateCustomDomainAssociationCommand: (input: UpdateCustomDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_json1_1UpdateEndpointAccessCommand
292
- */
293
- export declare const se_UpdateEndpointAccessCommand: (input: UpdateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_json1_1UpdateNamespaceCommand
296
- */
297
- export declare const se_UpdateNamespaceCommand: (input: UpdateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_json1_1UpdateScheduledActionCommand
300
- */
301
- export declare const se_UpdateScheduledActionCommand: (input: UpdateScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_json1_1UpdateSnapshotCommand
304
- */
305
- export declare const se_UpdateSnapshotCommand: (input: UpdateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_json1_1UpdateSnapshotCopyConfigurationCommand
308
- */
309
- export declare const se_UpdateSnapshotCopyConfigurationCommand: (input: UpdateSnapshotCopyConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_json1_1UpdateUsageLimitCommand
312
- */
313
- export declare const se_UpdateUsageLimitCommand: (input: UpdateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_json1_1UpdateWorkgroupCommand
316
- */
317
- export declare const se_UpdateWorkgroupCommand: (input: UpdateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * deserializeAws_json1_1ConvertRecoveryPointToSnapshotCommand
320
- */
321
- export declare const de_ConvertRecoveryPointToSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
322
- /**
323
- * deserializeAws_json1_1CreateCustomDomainAssociationCommand
324
- */
325
- export declare const de_CreateCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomDomainAssociationCommandOutput>;
326
- /**
327
- * deserializeAws_json1_1CreateEndpointAccessCommand
328
- */
329
- export declare const de_CreateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointAccessCommandOutput>;
330
- /**
331
- * deserializeAws_json1_1CreateNamespaceCommand
332
- */
333
- export declare const de_CreateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamespaceCommandOutput>;
334
- /**
335
- * deserializeAws_json1_1CreateReservationCommand
336
- */
337
- export declare const de_CreateReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReservationCommandOutput>;
338
- /**
339
- * deserializeAws_json1_1CreateScheduledActionCommand
340
- */
341
- export declare const de_CreateScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScheduledActionCommandOutput>;
342
- /**
343
- * deserializeAws_json1_1CreateSnapshotCommand
344
- */
345
- export declare const de_CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
346
- /**
347
- * deserializeAws_json1_1CreateSnapshotCopyConfigurationCommand
348
- */
349
- export declare const de_CreateSnapshotCopyConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCopyConfigurationCommandOutput>;
350
- /**
351
- * deserializeAws_json1_1CreateUsageLimitCommand
352
- */
353
- export declare const de_CreateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsageLimitCommandOutput>;
354
- /**
355
- * deserializeAws_json1_1CreateWorkgroupCommand
356
- */
357
- export declare const de_CreateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkgroupCommandOutput>;
358
- /**
359
- * deserializeAws_json1_1DeleteCustomDomainAssociationCommand
360
- */
361
- export declare const de_DeleteCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomDomainAssociationCommandOutput>;
362
- /**
363
- * deserializeAws_json1_1DeleteEndpointAccessCommand
364
- */
365
- export declare const de_DeleteEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointAccessCommandOutput>;
366
- /**
367
- * deserializeAws_json1_1DeleteNamespaceCommand
368
- */
369
- export declare const de_DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
370
- /**
371
- * deserializeAws_json1_1DeleteResourcePolicyCommand
372
- */
373
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
374
- /**
375
- * deserializeAws_json1_1DeleteScheduledActionCommand
376
- */
377
- export declare const de_DeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduledActionCommandOutput>;
378
- /**
379
- * deserializeAws_json1_1DeleteSnapshotCommand
380
- */
381
- export declare const de_DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
382
- /**
383
- * deserializeAws_json1_1DeleteSnapshotCopyConfigurationCommand
384
- */
385
- export declare const de_DeleteSnapshotCopyConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCopyConfigurationCommandOutput>;
386
- /**
387
- * deserializeAws_json1_1DeleteUsageLimitCommand
388
- */
389
- export declare const de_DeleteUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsageLimitCommandOutput>;
390
- /**
391
- * deserializeAws_json1_1DeleteWorkgroupCommand
392
- */
393
- export declare const de_DeleteWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkgroupCommandOutput>;
394
- /**
395
- * deserializeAws_json1_1GetCredentialsCommand
396
- */
397
- export declare const de_GetCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialsCommandOutput>;
398
- /**
399
- * deserializeAws_json1_1GetCustomDomainAssociationCommand
400
- */
401
- export declare const de_GetCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomDomainAssociationCommandOutput>;
402
- /**
403
- * deserializeAws_json1_1GetEndpointAccessCommand
404
- */
405
- export declare const de_GetEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEndpointAccessCommandOutput>;
406
- /**
407
- * deserializeAws_json1_1GetNamespaceCommand
408
- */
409
- export declare const de_GetNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceCommandOutput>;
410
- /**
411
- * deserializeAws_json1_1GetRecoveryPointCommand
412
- */
413
- export declare const de_GetRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryPointCommandOutput>;
414
- /**
415
- * deserializeAws_json1_1GetReservationCommand
416
- */
417
- export declare const de_GetReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservationCommandOutput>;
418
- /**
419
- * deserializeAws_json1_1GetReservationOfferingCommand
420
- */
421
- export declare const de_GetReservationOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservationOfferingCommandOutput>;
422
- /**
423
- * deserializeAws_json1_1GetResourcePolicyCommand
424
- */
425
- export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
426
- /**
427
- * deserializeAws_json1_1GetScheduledActionCommand
428
- */
429
- export declare const de_GetScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetScheduledActionCommandOutput>;
430
- /**
431
- * deserializeAws_json1_1GetSnapshotCommand
432
- */
433
- export declare const de_GetSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSnapshotCommandOutput>;
434
- /**
435
- * deserializeAws_json1_1GetTableRestoreStatusCommand
436
- */
437
- export declare const de_GetTableRestoreStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableRestoreStatusCommandOutput>;
438
- /**
439
- * deserializeAws_json1_1GetTrackCommand
440
- */
441
- export declare const de_GetTrackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrackCommandOutput>;
442
- /**
443
- * deserializeAws_json1_1GetUsageLimitCommand
444
- */
445
- export declare const de_GetUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageLimitCommandOutput>;
446
- /**
447
- * deserializeAws_json1_1GetWorkgroupCommand
448
- */
449
- export declare const de_GetWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkgroupCommandOutput>;
450
- /**
451
- * deserializeAws_json1_1ListCustomDomainAssociationsCommand
452
- */
453
- export declare const de_ListCustomDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomDomainAssociationsCommandOutput>;
454
- /**
455
- * deserializeAws_json1_1ListEndpointAccessCommand
456
- */
457
- export declare const de_ListEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointAccessCommandOutput>;
458
- /**
459
- * deserializeAws_json1_1ListManagedWorkgroupsCommand
460
- */
461
- export declare const de_ListManagedWorkgroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedWorkgroupsCommandOutput>;
462
- /**
463
- * deserializeAws_json1_1ListNamespacesCommand
464
- */
465
- export declare const de_ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
466
- /**
467
- * deserializeAws_json1_1ListRecoveryPointsCommand
468
- */
469
- export declare const de_ListRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryPointsCommandOutput>;
470
- /**
471
- * deserializeAws_json1_1ListReservationOfferingsCommand
472
- */
473
- export declare const de_ListReservationOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationOfferingsCommandOutput>;
474
- /**
475
- * deserializeAws_json1_1ListReservationsCommand
476
- */
477
- export declare const de_ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
478
- /**
479
- * deserializeAws_json1_1ListScheduledActionsCommand
480
- */
481
- export declare const de_ListScheduledActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScheduledActionsCommandOutput>;
482
- /**
483
- * deserializeAws_json1_1ListSnapshotCopyConfigurationsCommand
484
- */
485
- export declare const de_ListSnapshotCopyConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotCopyConfigurationsCommandOutput>;
486
- /**
487
- * deserializeAws_json1_1ListSnapshotsCommand
488
- */
489
- export declare const de_ListSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotsCommandOutput>;
490
- /**
491
- * deserializeAws_json1_1ListTableRestoreStatusCommand
492
- */
493
- export declare const de_ListTableRestoreStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableRestoreStatusCommandOutput>;
494
- /**
495
- * deserializeAws_json1_1ListTagsForResourceCommand
496
- */
497
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
498
- /**
499
- * deserializeAws_json1_1ListTracksCommand
500
- */
501
- export declare const de_ListTracksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTracksCommandOutput>;
502
- /**
503
- * deserializeAws_json1_1ListUsageLimitsCommand
504
- */
505
- export declare const de_ListUsageLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageLimitsCommandOutput>;
506
- /**
507
- * deserializeAws_json1_1ListWorkgroupsCommand
508
- */
509
- export declare const de_ListWorkgroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkgroupsCommandOutput>;
510
- /**
511
- * deserializeAws_json1_1PutResourcePolicyCommand
512
- */
513
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
514
- /**
515
- * deserializeAws_json1_1RestoreFromRecoveryPointCommand
516
- */
517
- export declare const de_RestoreFromRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromRecoveryPointCommandOutput>;
518
- /**
519
- * deserializeAws_json1_1RestoreFromSnapshotCommand
520
- */
521
- export declare const de_RestoreFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromSnapshotCommandOutput>;
522
- /**
523
- * deserializeAws_json1_1RestoreTableFromRecoveryPointCommand
524
- */
525
- export declare const de_RestoreTableFromRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableFromRecoveryPointCommandOutput>;
526
- /**
527
- * deserializeAws_json1_1RestoreTableFromSnapshotCommand
528
- */
529
- export declare const de_RestoreTableFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableFromSnapshotCommandOutput>;
530
- /**
531
- * deserializeAws_json1_1TagResourceCommand
532
- */
533
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
534
- /**
535
- * deserializeAws_json1_1UntagResourceCommand
536
- */
537
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
538
- /**
539
- * deserializeAws_json1_1UpdateCustomDomainAssociationCommand
540
- */
541
- export declare const de_UpdateCustomDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomDomainAssociationCommandOutput>;
542
- /**
543
- * deserializeAws_json1_1UpdateEndpointAccessCommand
544
- */
545
- export declare const de_UpdateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointAccessCommandOutput>;
546
- /**
547
- * deserializeAws_json1_1UpdateNamespaceCommand
548
- */
549
- export declare const de_UpdateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamespaceCommandOutput>;
550
- /**
551
- * deserializeAws_json1_1UpdateScheduledActionCommand
552
- */
553
- export declare const de_UpdateScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScheduledActionCommandOutput>;
554
- /**
555
- * deserializeAws_json1_1UpdateSnapshotCommand
556
- */
557
- export declare const de_UpdateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCommandOutput>;
558
- /**
559
- * deserializeAws_json1_1UpdateSnapshotCopyConfigurationCommand
560
- */
561
- export declare const de_UpdateSnapshotCopyConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCopyConfigurationCommandOutput>;
562
- /**
563
- * deserializeAws_json1_1UpdateUsageLimitCommand
564
- */
565
- export declare const de_UpdateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsageLimitCommandOutput>;
566
- /**
567
- * deserializeAws_json1_1UpdateWorkgroupCommand
568
- */
569
- export declare const de_UpdateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkgroupCommandOutput>;