@aws-sdk/client-redshift-serverless 3.306.0 → 3.309.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/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkgroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkgroupCommand.js +2 -2
- package/dist-cjs/commands/GetCredentialsCommand.js +2 -2
- package/dist-cjs/commands/GetEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/GetNamespaceCommand.js +2 -2
- package/dist-cjs/commands/GetRecoveryPointCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetSnapshotCommand.js +2 -2
- package/dist-cjs/commands/GetTableRestoreStatusCommand.js +2 -2
- package/dist-cjs/commands/GetUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/GetWorkgroupCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListRecoveryPointsCommand.js +2 -2
- package/dist-cjs/commands/ListSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/ListTableRestoreStatusCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListUsageLimitsCommand.js +2 -2
- package/dist-cjs/commands/ListWorkgroupsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +2 -2
- package/dist-cjs/commands/RestoreFromSnapshotCommand.js +2 -2
- package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointAccessCommand.js +2 -2
- package/dist-cjs/commands/UpdateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/UpdateUsageLimitCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkgroupCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +714 -728
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateEndpointAccessCommand.js +3 -3
- package/dist-es/commands/CreateNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateUsageLimitCommand.js +3 -3
- package/dist-es/commands/CreateWorkgroupCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointAccessCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteUsageLimitCommand.js +3 -3
- package/dist-es/commands/DeleteWorkgroupCommand.js +3 -3
- package/dist-es/commands/GetCredentialsCommand.js +3 -3
- package/dist-es/commands/GetEndpointAccessCommand.js +3 -3
- package/dist-es/commands/GetNamespaceCommand.js +3 -3
- package/dist-es/commands/GetRecoveryPointCommand.js +3 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-es/commands/GetSnapshotCommand.js +3 -3
- package/dist-es/commands/GetTableRestoreStatusCommand.js +3 -3
- package/dist-es/commands/GetUsageLimitCommand.js +3 -3
- package/dist-es/commands/GetWorkgroupCommand.js +3 -3
- package/dist-es/commands/ListEndpointAccessCommand.js +3 -3
- package/dist-es/commands/ListNamespacesCommand.js +3 -3
- package/dist-es/commands/ListRecoveryPointsCommand.js +3 -3
- package/dist-es/commands/ListSnapshotsCommand.js +3 -3
- package/dist-es/commands/ListTableRestoreStatusCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListUsageLimitsCommand.js +3 -3
- package/dist-es/commands/ListWorkgroupsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +3 -3
- package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -3
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointAccessCommand.js +3 -3
- package/dist-es/commands/UpdateNamespaceCommand.js +3 -3
- package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
- package/dist-es/commands/UpdateUsageLimitCommand.js +3 -3
- package/dist-es/commands/UpdateWorkgroupCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +632 -646
- package/dist-types/protocols/Aws_json1_1.d.ts +320 -80
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +80 -80
- package/package.json +6 -6
|
@@ -40,83 +40,323 @@ import { UpdateNamespaceCommandInput, UpdateNamespaceCommandOutput } from "../co
|
|
|
40
40
|
import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "../commands/UpdateSnapshotCommand";
|
|
41
41
|
import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "../commands/UpdateUsageLimitCommand";
|
|
42
42
|
import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "../commands/UpdateWorkgroupCommand";
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export declare const
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export declare const
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export declare const
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
export declare const
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export declare const
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
export declare const
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
export declare const
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
export declare const
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
export declare const
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
export declare const
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
export declare const
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
export declare const
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
export declare const
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
export declare const
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_ConvertRecoveryPointToSnapshotCommand: (input: ConvertRecoveryPointToSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_json1_1CreateEndpointAccessCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_CreateEndpointAccessCommand: (input: CreateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_json1_1CreateNamespaceCommand
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_CreateNamespaceCommand: (input: CreateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_json1_1CreateSnapshotCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_json1_1CreateUsageLimitCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_CreateUsageLimitCommand: (input: CreateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_json1_1CreateWorkgroupCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_CreateWorkgroupCommand: (input: CreateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
/**
|
|
68
|
+
* serializeAws_json1_1DeleteEndpointAccessCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const se_DeleteEndpointAccessCommand: (input: DeleteEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* serializeAws_json1_1DeleteNamespaceCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const se_DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_json1_1DeleteResourcePolicyCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_json1_1DeleteSnapshotCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_DeleteSnapshotCommand: (input: DeleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_json1_1DeleteUsageLimitCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_DeleteUsageLimitCommand: (input: DeleteUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
/**
|
|
88
|
+
* serializeAws_json1_1DeleteWorkgroupCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const se_DeleteWorkgroupCommand: (input: DeleteWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
/**
|
|
92
|
+
* serializeAws_json1_1GetCredentialsCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const se_GetCredentialsCommand: (input: GetCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_json1_1GetEndpointAccessCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_GetEndpointAccessCommand: (input: GetEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_json1_1GetNamespaceCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_GetNamespaceCommand: (input: GetNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_json1_1GetRecoveryPointCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_GetRecoveryPointCommand: (input: GetRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_json1_1GetResourcePolicyCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_json1_1GetSnapshotCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const se_GetSnapshotCommand: (input: GetSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
/**
|
|
116
|
+
* serializeAws_json1_1GetTableRestoreStatusCommand
|
|
117
|
+
*/
|
|
118
|
+
export declare const se_GetTableRestoreStatusCommand: (input: GetTableRestoreStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_json1_1GetUsageLimitCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_GetUsageLimitCommand: (input: GetUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_json1_1GetWorkgroupCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_GetWorkgroupCommand: (input: GetWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_json1_1ListEndpointAccessCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_ListEndpointAccessCommand: (input: ListEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_json1_1ListNamespacesCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_json1_1ListRecoveryPointsCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_ListRecoveryPointsCommand: (input: ListRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_json1_1ListSnapshotsCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_ListSnapshotsCommand: (input: ListSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* serializeAws_json1_1ListTableRestoreStatusCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const se_ListTableRestoreStatusCommand: (input: ListTableRestoreStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
/**
|
|
148
|
+
* serializeAws_json1_1ListTagsForResourceCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
/**
|
|
152
|
+
* serializeAws_json1_1ListUsageLimitsCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const se_ListUsageLimitsCommand: (input: ListUsageLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
/**
|
|
156
|
+
* serializeAws_json1_1ListWorkgroupsCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const se_ListWorkgroupsCommand: (input: ListWorkgroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
/**
|
|
160
|
+
* serializeAws_json1_1PutResourcePolicyCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
/**
|
|
164
|
+
* serializeAws_json1_1RestoreFromRecoveryPointCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const se_RestoreFromRecoveryPointCommand: (input: RestoreFromRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
+
/**
|
|
168
|
+
* serializeAws_json1_1RestoreFromSnapshotCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const se_RestoreFromSnapshotCommand: (input: RestoreFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
+
/**
|
|
172
|
+
* serializeAws_json1_1RestoreTableFromSnapshotCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const se_RestoreTableFromSnapshotCommand: (input: RestoreTableFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
+
/**
|
|
176
|
+
* serializeAws_json1_1TagResourceCommand
|
|
177
|
+
*/
|
|
178
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
+
/**
|
|
180
|
+
* serializeAws_json1_1UntagResourceCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
+
/**
|
|
184
|
+
* serializeAws_json1_1UpdateEndpointAccessCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const se_UpdateEndpointAccessCommand: (input: UpdateEndpointAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
+
/**
|
|
188
|
+
* serializeAws_json1_1UpdateNamespaceCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const se_UpdateNamespaceCommand: (input: UpdateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
+
/**
|
|
192
|
+
* serializeAws_json1_1UpdateSnapshotCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const se_UpdateSnapshotCommand: (input: UpdateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
+
/**
|
|
196
|
+
* serializeAws_json1_1UpdateUsageLimitCommand
|
|
197
|
+
*/
|
|
198
|
+
export declare const se_UpdateUsageLimitCommand: (input: UpdateUsageLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
+
/**
|
|
200
|
+
* serializeAws_json1_1UpdateWorkgroupCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const se_UpdateWorkgroupCommand: (input: UpdateWorkgroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
+
/**
|
|
204
|
+
* deserializeAws_json1_1ConvertRecoveryPointToSnapshotCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const de_ConvertRecoveryPointToSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_json1_1CreateEndpointAccessCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_CreateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointAccessCommandOutput>;
|
|
211
|
+
/**
|
|
212
|
+
* deserializeAws_json1_1CreateNamespaceCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const de_CreateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamespaceCommandOutput>;
|
|
215
|
+
/**
|
|
216
|
+
* deserializeAws_json1_1CreateSnapshotCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const de_CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* deserializeAws_json1_1CreateUsageLimitCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_CreateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsageLimitCommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_json1_1CreateWorkgroupCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const de_CreateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkgroupCommandOutput>;
|
|
227
|
+
/**
|
|
228
|
+
* deserializeAws_json1_1DeleteEndpointAccessCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const de_DeleteEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointAccessCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_json1_1DeleteNamespaceCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_json1_1DeleteResourcePolicyCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
239
|
+
/**
|
|
240
|
+
* deserializeAws_json1_1DeleteSnapshotCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const de_DeleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotCommandOutput>;
|
|
243
|
+
/**
|
|
244
|
+
* deserializeAws_json1_1DeleteUsageLimitCommand
|
|
245
|
+
*/
|
|
246
|
+
export declare const de_DeleteUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsageLimitCommandOutput>;
|
|
247
|
+
/**
|
|
248
|
+
* deserializeAws_json1_1DeleteWorkgroupCommand
|
|
249
|
+
*/
|
|
250
|
+
export declare const de_DeleteWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkgroupCommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_json1_1GetCredentialsCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_GetCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCredentialsCommandOutput>;
|
|
255
|
+
/**
|
|
256
|
+
* deserializeAws_json1_1GetEndpointAccessCommand
|
|
257
|
+
*/
|
|
258
|
+
export declare const de_GetEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEndpointAccessCommandOutput>;
|
|
259
|
+
/**
|
|
260
|
+
* deserializeAws_json1_1GetNamespaceCommand
|
|
261
|
+
*/
|
|
262
|
+
export declare const de_GetNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamespaceCommandOutput>;
|
|
263
|
+
/**
|
|
264
|
+
* deserializeAws_json1_1GetRecoveryPointCommand
|
|
265
|
+
*/
|
|
266
|
+
export declare const de_GetRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryPointCommandOutput>;
|
|
267
|
+
/**
|
|
268
|
+
* deserializeAws_json1_1GetResourcePolicyCommand
|
|
269
|
+
*/
|
|
270
|
+
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
271
|
+
/**
|
|
272
|
+
* deserializeAws_json1_1GetSnapshotCommand
|
|
273
|
+
*/
|
|
274
|
+
export declare const de_GetSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSnapshotCommandOutput>;
|
|
275
|
+
/**
|
|
276
|
+
* deserializeAws_json1_1GetTableRestoreStatusCommand
|
|
277
|
+
*/
|
|
278
|
+
export declare const de_GetTableRestoreStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableRestoreStatusCommandOutput>;
|
|
279
|
+
/**
|
|
280
|
+
* deserializeAws_json1_1GetUsageLimitCommand
|
|
281
|
+
*/
|
|
282
|
+
export declare const de_GetUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageLimitCommandOutput>;
|
|
283
|
+
/**
|
|
284
|
+
* deserializeAws_json1_1GetWorkgroupCommand
|
|
285
|
+
*/
|
|
286
|
+
export declare const de_GetWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkgroupCommandOutput>;
|
|
287
|
+
/**
|
|
288
|
+
* deserializeAws_json1_1ListEndpointAccessCommand
|
|
289
|
+
*/
|
|
290
|
+
export declare const de_ListEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointAccessCommandOutput>;
|
|
291
|
+
/**
|
|
292
|
+
* deserializeAws_json1_1ListNamespacesCommand
|
|
293
|
+
*/
|
|
294
|
+
export declare const de_ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
|
|
295
|
+
/**
|
|
296
|
+
* deserializeAws_json1_1ListRecoveryPointsCommand
|
|
297
|
+
*/
|
|
298
|
+
export declare const de_ListRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryPointsCommandOutput>;
|
|
299
|
+
/**
|
|
300
|
+
* deserializeAws_json1_1ListSnapshotsCommand
|
|
301
|
+
*/
|
|
302
|
+
export declare const de_ListSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotsCommandOutput>;
|
|
303
|
+
/**
|
|
304
|
+
* deserializeAws_json1_1ListTableRestoreStatusCommand
|
|
305
|
+
*/
|
|
306
|
+
export declare const de_ListTableRestoreStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableRestoreStatusCommandOutput>;
|
|
307
|
+
/**
|
|
308
|
+
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
309
|
+
*/
|
|
310
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
311
|
+
/**
|
|
312
|
+
* deserializeAws_json1_1ListUsageLimitsCommand
|
|
313
|
+
*/
|
|
314
|
+
export declare const de_ListUsageLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageLimitsCommandOutput>;
|
|
315
|
+
/**
|
|
316
|
+
* deserializeAws_json1_1ListWorkgroupsCommand
|
|
317
|
+
*/
|
|
318
|
+
export declare const de_ListWorkgroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkgroupsCommandOutput>;
|
|
319
|
+
/**
|
|
320
|
+
* deserializeAws_json1_1PutResourcePolicyCommand
|
|
321
|
+
*/
|
|
322
|
+
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
323
|
+
/**
|
|
324
|
+
* deserializeAws_json1_1RestoreFromRecoveryPointCommand
|
|
325
|
+
*/
|
|
326
|
+
export declare const de_RestoreFromRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromRecoveryPointCommandOutput>;
|
|
327
|
+
/**
|
|
328
|
+
* deserializeAws_json1_1RestoreFromSnapshotCommand
|
|
329
|
+
*/
|
|
330
|
+
export declare const de_RestoreFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreFromSnapshotCommandOutput>;
|
|
331
|
+
/**
|
|
332
|
+
* deserializeAws_json1_1RestoreTableFromSnapshotCommand
|
|
333
|
+
*/
|
|
334
|
+
export declare const de_RestoreTableFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableFromSnapshotCommandOutput>;
|
|
335
|
+
/**
|
|
336
|
+
* deserializeAws_json1_1TagResourceCommand
|
|
337
|
+
*/
|
|
338
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
339
|
+
/**
|
|
340
|
+
* deserializeAws_json1_1UntagResourceCommand
|
|
341
|
+
*/
|
|
342
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
343
|
+
/**
|
|
344
|
+
* deserializeAws_json1_1UpdateEndpointAccessCommand
|
|
345
|
+
*/
|
|
346
|
+
export declare const de_UpdateEndpointAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointAccessCommandOutput>;
|
|
347
|
+
/**
|
|
348
|
+
* deserializeAws_json1_1UpdateNamespaceCommand
|
|
349
|
+
*/
|
|
350
|
+
export declare const de_UpdateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamespaceCommandOutput>;
|
|
351
|
+
/**
|
|
352
|
+
* deserializeAws_json1_1UpdateSnapshotCommand
|
|
353
|
+
*/
|
|
354
|
+
export declare const de_UpdateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotCommandOutput>;
|
|
355
|
+
/**
|
|
356
|
+
* deserializeAws_json1_1UpdateUsageLimitCommand
|
|
357
|
+
*/
|
|
358
|
+
export declare const de_UpdateUsageLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsageLimitCommandOutput>;
|
|
359
|
+
/**
|
|
360
|
+
* deserializeAws_json1_1UpdateWorkgroupCommand
|
|
361
|
+
*/
|
|
362
|
+
export declare const de_UpdateWorkgroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkgroupCommandOutput>;
|