@aws-sdk/client-redshift-serverless 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/RedshiftServerless.d.ts +670 -190
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +352 -110
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1057 -966
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,113 +1,449 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
ConvertRecoveryPointToSnapshotCommandInput,
|
|
8
|
+
ConvertRecoveryPointToSnapshotCommandOutput,
|
|
9
|
+
} from "../commands/ConvertRecoveryPointToSnapshotCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateEndpointAccessCommandInput,
|
|
12
|
+
CreateEndpointAccessCommandOutput,
|
|
13
|
+
} from "../commands/CreateEndpointAccessCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateNamespaceCommandInput,
|
|
16
|
+
CreateNamespaceCommandOutput,
|
|
17
|
+
} from "../commands/CreateNamespaceCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateSnapshotCommandInput,
|
|
20
|
+
CreateSnapshotCommandOutput,
|
|
21
|
+
} from "../commands/CreateSnapshotCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateUsageLimitCommandInput,
|
|
24
|
+
CreateUsageLimitCommandOutput,
|
|
25
|
+
} from "../commands/CreateUsageLimitCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateWorkgroupCommandInput,
|
|
28
|
+
CreateWorkgroupCommandOutput,
|
|
29
|
+
} from "../commands/CreateWorkgroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteEndpointAccessCommandInput,
|
|
32
|
+
DeleteEndpointAccessCommandOutput,
|
|
33
|
+
} from "../commands/DeleteEndpointAccessCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteNamespaceCommandInput,
|
|
36
|
+
DeleteNamespaceCommandOutput,
|
|
37
|
+
} from "../commands/DeleteNamespaceCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteResourcePolicyCommandInput,
|
|
40
|
+
DeleteResourcePolicyCommandOutput,
|
|
41
|
+
} from "../commands/DeleteResourcePolicyCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteSnapshotCommandInput,
|
|
44
|
+
DeleteSnapshotCommandOutput,
|
|
45
|
+
} from "../commands/DeleteSnapshotCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteUsageLimitCommandInput,
|
|
48
|
+
DeleteUsageLimitCommandOutput,
|
|
49
|
+
} from "../commands/DeleteUsageLimitCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteWorkgroupCommandInput,
|
|
52
|
+
DeleteWorkgroupCommandOutput,
|
|
53
|
+
} from "../commands/DeleteWorkgroupCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetCredentialsCommandInput,
|
|
56
|
+
GetCredentialsCommandOutput,
|
|
57
|
+
} from "../commands/GetCredentialsCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetEndpointAccessCommandInput,
|
|
60
|
+
GetEndpointAccessCommandOutput,
|
|
61
|
+
} from "../commands/GetEndpointAccessCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetNamespaceCommandInput,
|
|
64
|
+
GetNamespaceCommandOutput,
|
|
65
|
+
} from "../commands/GetNamespaceCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetRecoveryPointCommandInput,
|
|
68
|
+
GetRecoveryPointCommandOutput,
|
|
69
|
+
} from "../commands/GetRecoveryPointCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetResourcePolicyCommandInput,
|
|
72
|
+
GetResourcePolicyCommandOutput,
|
|
73
|
+
} from "../commands/GetResourcePolicyCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetSnapshotCommandInput,
|
|
76
|
+
GetSnapshotCommandOutput,
|
|
77
|
+
} from "../commands/GetSnapshotCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetUsageLimitCommandInput,
|
|
80
|
+
GetUsageLimitCommandOutput,
|
|
81
|
+
} from "../commands/GetUsageLimitCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetWorkgroupCommandInput,
|
|
84
|
+
GetWorkgroupCommandOutput,
|
|
85
|
+
} from "../commands/GetWorkgroupCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListEndpointAccessCommandInput,
|
|
88
|
+
ListEndpointAccessCommandOutput,
|
|
89
|
+
} from "../commands/ListEndpointAccessCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListNamespacesCommandInput,
|
|
92
|
+
ListNamespacesCommandOutput,
|
|
93
|
+
} from "../commands/ListNamespacesCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListRecoveryPointsCommandInput,
|
|
96
|
+
ListRecoveryPointsCommandOutput,
|
|
97
|
+
} from "../commands/ListRecoveryPointsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListSnapshotsCommandInput,
|
|
100
|
+
ListSnapshotsCommandOutput,
|
|
101
|
+
} from "../commands/ListSnapshotsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListTagsForResourceCommandInput,
|
|
104
|
+
ListTagsForResourceCommandOutput,
|
|
105
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListUsageLimitsCommandInput,
|
|
108
|
+
ListUsageLimitsCommandOutput,
|
|
109
|
+
} from "../commands/ListUsageLimitsCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListWorkgroupsCommandInput,
|
|
112
|
+
ListWorkgroupsCommandOutput,
|
|
113
|
+
} from "../commands/ListWorkgroupsCommand";
|
|
114
|
+
import {
|
|
115
|
+
PutResourcePolicyCommandInput,
|
|
116
|
+
PutResourcePolicyCommandOutput,
|
|
117
|
+
} from "../commands/PutResourcePolicyCommand";
|
|
118
|
+
import {
|
|
119
|
+
RestoreFromRecoveryPointCommandInput,
|
|
120
|
+
RestoreFromRecoveryPointCommandOutput,
|
|
121
|
+
} from "../commands/RestoreFromRecoveryPointCommand";
|
|
122
|
+
import {
|
|
123
|
+
RestoreFromSnapshotCommandInput,
|
|
124
|
+
RestoreFromSnapshotCommandOutput,
|
|
125
|
+
} from "../commands/RestoreFromSnapshotCommand";
|
|
126
|
+
import {
|
|
127
|
+
TagResourceCommandInput,
|
|
128
|
+
TagResourceCommandOutput,
|
|
129
|
+
} from "../commands/TagResourceCommand";
|
|
130
|
+
import {
|
|
131
|
+
UntagResourceCommandInput,
|
|
132
|
+
UntagResourceCommandOutput,
|
|
133
|
+
} from "../commands/UntagResourceCommand";
|
|
134
|
+
import {
|
|
135
|
+
UpdateEndpointAccessCommandInput,
|
|
136
|
+
UpdateEndpointAccessCommandOutput,
|
|
137
|
+
} from "../commands/UpdateEndpointAccessCommand";
|
|
138
|
+
import {
|
|
139
|
+
UpdateNamespaceCommandInput,
|
|
140
|
+
UpdateNamespaceCommandOutput,
|
|
141
|
+
} from "../commands/UpdateNamespaceCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdateSnapshotCommandInput,
|
|
144
|
+
UpdateSnapshotCommandOutput,
|
|
145
|
+
} from "../commands/UpdateSnapshotCommand";
|
|
146
|
+
import {
|
|
147
|
+
UpdateUsageLimitCommandInput,
|
|
148
|
+
UpdateUsageLimitCommandOutput,
|
|
149
|
+
} from "../commands/UpdateUsageLimitCommand";
|
|
150
|
+
import {
|
|
151
|
+
UpdateWorkgroupCommandInput,
|
|
152
|
+
UpdateWorkgroupCommandOutput,
|
|
153
|
+
} from "../commands/UpdateWorkgroupCommand";
|
|
154
|
+
export declare const serializeAws_json1_1ConvertRecoveryPointToSnapshotCommand: (
|
|
155
|
+
input: ConvertRecoveryPointToSnapshotCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_json1_1CreateEndpointAccessCommand: (
|
|
159
|
+
input: CreateEndpointAccessCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_json1_1CreateNamespaceCommand: (
|
|
163
|
+
input: CreateNamespaceCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_1CreateSnapshotCommand: (
|
|
167
|
+
input: CreateSnapshotCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_1CreateUsageLimitCommand: (
|
|
171
|
+
input: CreateUsageLimitCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_json1_1CreateWorkgroupCommand: (
|
|
175
|
+
input: CreateWorkgroupCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_1DeleteEndpointAccessCommand: (
|
|
179
|
+
input: DeleteEndpointAccessCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_json1_1DeleteNamespaceCommand: (
|
|
183
|
+
input: DeleteNamespaceCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (
|
|
187
|
+
input: DeleteResourcePolicyCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_json1_1DeleteSnapshotCommand: (
|
|
191
|
+
input: DeleteSnapshotCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_json1_1DeleteUsageLimitCommand: (
|
|
195
|
+
input: DeleteUsageLimitCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_json1_1DeleteWorkgroupCommand: (
|
|
199
|
+
input: DeleteWorkgroupCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_1GetCredentialsCommand: (
|
|
203
|
+
input: GetCredentialsCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_1GetEndpointAccessCommand: (
|
|
207
|
+
input: GetEndpointAccessCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_1GetNamespaceCommand: (
|
|
211
|
+
input: GetNamespaceCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_1GetRecoveryPointCommand: (
|
|
215
|
+
input: GetRecoveryPointCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1GetResourcePolicyCommand: (
|
|
219
|
+
input: GetResourcePolicyCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1GetSnapshotCommand: (
|
|
223
|
+
input: GetSnapshotCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1GetUsageLimitCommand: (
|
|
227
|
+
input: GetUsageLimitCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1GetWorkgroupCommand: (
|
|
231
|
+
input: GetWorkgroupCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1ListEndpointAccessCommand: (
|
|
235
|
+
input: ListEndpointAccessCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1ListNamespacesCommand: (
|
|
239
|
+
input: ListNamespacesCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1ListRecoveryPointsCommand: (
|
|
243
|
+
input: ListRecoveryPointsCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1ListSnapshotsCommand: (
|
|
247
|
+
input: ListSnapshotsCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
251
|
+
input: ListTagsForResourceCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1ListUsageLimitsCommand: (
|
|
255
|
+
input: ListUsageLimitsCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1ListWorkgroupsCommand: (
|
|
259
|
+
input: ListWorkgroupsCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1PutResourcePolicyCommand: (
|
|
263
|
+
input: PutResourcePolicyCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1RestoreFromRecoveryPointCommand: (
|
|
267
|
+
input: RestoreFromRecoveryPointCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1RestoreFromSnapshotCommand: (
|
|
271
|
+
input: RestoreFromSnapshotCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
275
|
+
input: TagResourceCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
279
|
+
input: UntagResourceCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1UpdateEndpointAccessCommand: (
|
|
283
|
+
input: UpdateEndpointAccessCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1UpdateNamespaceCommand: (
|
|
287
|
+
input: UpdateNamespaceCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1UpdateSnapshotCommand: (
|
|
291
|
+
input: UpdateSnapshotCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1UpdateUsageLimitCommand: (
|
|
295
|
+
input: UpdateUsageLimitCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1UpdateWorkgroupCommand: (
|
|
299
|
+
input: UpdateWorkgroupCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const deserializeAws_json1_1ConvertRecoveryPointToSnapshotCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_json1_1CreateEndpointAccessCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<CreateEndpointAccessCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_json1_1CreateNamespaceCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<CreateNamespaceCommandOutput>;
|
|
314
|
+
export declare const deserializeAws_json1_1CreateSnapshotCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<CreateSnapshotCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_json1_1CreateUsageLimitCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<CreateUsageLimitCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_json1_1CreateWorkgroupCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<CreateWorkgroupCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_json1_1DeleteEndpointAccessCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<DeleteEndpointAccessCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_json1_1DeleteNamespaceCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<DeleteNamespaceCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_json1_1DeleteSnapshotCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<DeleteSnapshotCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_json1_1DeleteUsageLimitCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<DeleteUsageLimitCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_json1_1DeleteWorkgroupCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<DeleteWorkgroupCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_json1_1GetCredentialsCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<GetCredentialsCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_json1_1GetEndpointAccessCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<GetEndpointAccessCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_json1_1GetNamespaceCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<GetNamespaceCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_json1_1GetRecoveryPointCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<GetRecoveryPointCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_json1_1GetResourcePolicyCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<GetResourcePolicyCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_json1_1GetSnapshotCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<GetSnapshotCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_json1_1GetUsageLimitCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<GetUsageLimitCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_json1_1GetWorkgroupCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<GetWorkgroupCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_json1_1ListEndpointAccessCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<ListEndpointAccessCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_json1_1ListNamespacesCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<ListNamespacesCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_1ListRecoveryPointsCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<ListRecoveryPointsCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_1ListSnapshotsCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<ListSnapshotsCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_1ListUsageLimitsCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<ListUsageLimitsCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_1ListWorkgroupsCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<ListWorkgroupsCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_1PutResourcePolicyCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<PutResourcePolicyCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_1RestoreFromRecoveryPointCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<RestoreFromRecoveryPointCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_1RestoreFromSnapshotCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<RestoreFromSnapshotCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<TagResourceCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_1UpdateEndpointAccessCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<UpdateEndpointAccessCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_1UpdateNamespaceCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<UpdateNamespaceCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_1UpdateSnapshotCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<UpdateSnapshotCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_1UpdateUsageLimitCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<UpdateUsageLimitCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_1UpdateWorkgroupCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<UpdateWorkgroupCommandOutput>;
|