@aws-sdk/client-redshift-serverless 3.169.0 → 3.171.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 +633 -190
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +327 -110
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +35 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +776 -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 +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,190 +1,633 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ConvertRecoveryPointToSnapshotCommandInput,
|
|
4
|
+
ConvertRecoveryPointToSnapshotCommandOutput,
|
|
5
|
+
} from "./commands/ConvertRecoveryPointToSnapshotCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateEndpointAccessCommandInput,
|
|
8
|
+
CreateEndpointAccessCommandOutput,
|
|
9
|
+
} from "./commands/CreateEndpointAccessCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateNamespaceCommandInput,
|
|
12
|
+
CreateNamespaceCommandOutput,
|
|
13
|
+
} from "./commands/CreateNamespaceCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateSnapshotCommandInput,
|
|
16
|
+
CreateSnapshotCommandOutput,
|
|
17
|
+
} from "./commands/CreateSnapshotCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateUsageLimitCommandInput,
|
|
20
|
+
CreateUsageLimitCommandOutput,
|
|
21
|
+
} from "./commands/CreateUsageLimitCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateWorkgroupCommandInput,
|
|
24
|
+
CreateWorkgroupCommandOutput,
|
|
25
|
+
} from "./commands/CreateWorkgroupCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteEndpointAccessCommandInput,
|
|
28
|
+
DeleteEndpointAccessCommandOutput,
|
|
29
|
+
} from "./commands/DeleteEndpointAccessCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteNamespaceCommandInput,
|
|
32
|
+
DeleteNamespaceCommandOutput,
|
|
33
|
+
} from "./commands/DeleteNamespaceCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteResourcePolicyCommandInput,
|
|
36
|
+
DeleteResourcePolicyCommandOutput,
|
|
37
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteSnapshotCommandInput,
|
|
40
|
+
DeleteSnapshotCommandOutput,
|
|
41
|
+
} from "./commands/DeleteSnapshotCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteUsageLimitCommandInput,
|
|
44
|
+
DeleteUsageLimitCommandOutput,
|
|
45
|
+
} from "./commands/DeleteUsageLimitCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteWorkgroupCommandInput,
|
|
48
|
+
DeleteWorkgroupCommandOutput,
|
|
49
|
+
} from "./commands/DeleteWorkgroupCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetCredentialsCommandInput,
|
|
52
|
+
GetCredentialsCommandOutput,
|
|
53
|
+
} from "./commands/GetCredentialsCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetEndpointAccessCommandInput,
|
|
56
|
+
GetEndpointAccessCommandOutput,
|
|
57
|
+
} from "./commands/GetEndpointAccessCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetNamespaceCommandInput,
|
|
60
|
+
GetNamespaceCommandOutput,
|
|
61
|
+
} from "./commands/GetNamespaceCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetRecoveryPointCommandInput,
|
|
64
|
+
GetRecoveryPointCommandOutput,
|
|
65
|
+
} from "./commands/GetRecoveryPointCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetResourcePolicyCommandInput,
|
|
68
|
+
GetResourcePolicyCommandOutput,
|
|
69
|
+
} from "./commands/GetResourcePolicyCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetSnapshotCommandInput,
|
|
72
|
+
GetSnapshotCommandOutput,
|
|
73
|
+
} from "./commands/GetSnapshotCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetUsageLimitCommandInput,
|
|
76
|
+
GetUsageLimitCommandOutput,
|
|
77
|
+
} from "./commands/GetUsageLimitCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetWorkgroupCommandInput,
|
|
80
|
+
GetWorkgroupCommandOutput,
|
|
81
|
+
} from "./commands/GetWorkgroupCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListEndpointAccessCommandInput,
|
|
84
|
+
ListEndpointAccessCommandOutput,
|
|
85
|
+
} from "./commands/ListEndpointAccessCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListNamespacesCommandInput,
|
|
88
|
+
ListNamespacesCommandOutput,
|
|
89
|
+
} from "./commands/ListNamespacesCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListRecoveryPointsCommandInput,
|
|
92
|
+
ListRecoveryPointsCommandOutput,
|
|
93
|
+
} from "./commands/ListRecoveryPointsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListSnapshotsCommandInput,
|
|
96
|
+
ListSnapshotsCommandOutput,
|
|
97
|
+
} from "./commands/ListSnapshotsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListTagsForResourceCommandInput,
|
|
100
|
+
ListTagsForResourceCommandOutput,
|
|
101
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListUsageLimitsCommandInput,
|
|
104
|
+
ListUsageLimitsCommandOutput,
|
|
105
|
+
} from "./commands/ListUsageLimitsCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListWorkgroupsCommandInput,
|
|
108
|
+
ListWorkgroupsCommandOutput,
|
|
109
|
+
} from "./commands/ListWorkgroupsCommand";
|
|
110
|
+
import {
|
|
111
|
+
PutResourcePolicyCommandInput,
|
|
112
|
+
PutResourcePolicyCommandOutput,
|
|
113
|
+
} from "./commands/PutResourcePolicyCommand";
|
|
114
|
+
import {
|
|
115
|
+
RestoreFromRecoveryPointCommandInput,
|
|
116
|
+
RestoreFromRecoveryPointCommandOutput,
|
|
117
|
+
} from "./commands/RestoreFromRecoveryPointCommand";
|
|
118
|
+
import {
|
|
119
|
+
RestoreFromSnapshotCommandInput,
|
|
120
|
+
RestoreFromSnapshotCommandOutput,
|
|
121
|
+
} from "./commands/RestoreFromSnapshotCommand";
|
|
122
|
+
import {
|
|
123
|
+
TagResourceCommandInput,
|
|
124
|
+
TagResourceCommandOutput,
|
|
125
|
+
} from "./commands/TagResourceCommand";
|
|
126
|
+
import {
|
|
127
|
+
UntagResourceCommandInput,
|
|
128
|
+
UntagResourceCommandOutput,
|
|
129
|
+
} from "./commands/UntagResourceCommand";
|
|
130
|
+
import {
|
|
131
|
+
UpdateEndpointAccessCommandInput,
|
|
132
|
+
UpdateEndpointAccessCommandOutput,
|
|
133
|
+
} from "./commands/UpdateEndpointAccessCommand";
|
|
134
|
+
import {
|
|
135
|
+
UpdateNamespaceCommandInput,
|
|
136
|
+
UpdateNamespaceCommandOutput,
|
|
137
|
+
} from "./commands/UpdateNamespaceCommand";
|
|
138
|
+
import {
|
|
139
|
+
UpdateSnapshotCommandInput,
|
|
140
|
+
UpdateSnapshotCommandOutput,
|
|
141
|
+
} from "./commands/UpdateSnapshotCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdateUsageLimitCommandInput,
|
|
144
|
+
UpdateUsageLimitCommandOutput,
|
|
145
|
+
} from "./commands/UpdateUsageLimitCommand";
|
|
146
|
+
import {
|
|
147
|
+
UpdateWorkgroupCommandInput,
|
|
148
|
+
UpdateWorkgroupCommandOutput,
|
|
149
|
+
} from "./commands/UpdateWorkgroupCommand";
|
|
150
|
+
import { RedshiftServerlessClient } from "./RedshiftServerlessClient";
|
|
151
|
+
export declare class RedshiftServerless extends RedshiftServerlessClient {
|
|
152
|
+
convertRecoveryPointToSnapshot(
|
|
153
|
+
args: ConvertRecoveryPointToSnapshotCommandInput,
|
|
154
|
+
options?: __HttpHandlerOptions
|
|
155
|
+
): Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
|
|
156
|
+
convertRecoveryPointToSnapshot(
|
|
157
|
+
args: ConvertRecoveryPointToSnapshotCommandInput,
|
|
158
|
+
cb: (err: any, data?: ConvertRecoveryPointToSnapshotCommandOutput) => void
|
|
159
|
+
): void;
|
|
160
|
+
convertRecoveryPointToSnapshot(
|
|
161
|
+
args: ConvertRecoveryPointToSnapshotCommandInput,
|
|
162
|
+
options: __HttpHandlerOptions,
|
|
163
|
+
cb: (err: any, data?: ConvertRecoveryPointToSnapshotCommandOutput) => void
|
|
164
|
+
): void;
|
|
165
|
+
createEndpointAccess(
|
|
166
|
+
args: CreateEndpointAccessCommandInput,
|
|
167
|
+
options?: __HttpHandlerOptions
|
|
168
|
+
): Promise<CreateEndpointAccessCommandOutput>;
|
|
169
|
+
createEndpointAccess(
|
|
170
|
+
args: CreateEndpointAccessCommandInput,
|
|
171
|
+
cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void
|
|
172
|
+
): void;
|
|
173
|
+
createEndpointAccess(
|
|
174
|
+
args: CreateEndpointAccessCommandInput,
|
|
175
|
+
options: __HttpHandlerOptions,
|
|
176
|
+
cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void
|
|
177
|
+
): void;
|
|
178
|
+
createNamespace(
|
|
179
|
+
args: CreateNamespaceCommandInput,
|
|
180
|
+
options?: __HttpHandlerOptions
|
|
181
|
+
): Promise<CreateNamespaceCommandOutput>;
|
|
182
|
+
createNamespace(
|
|
183
|
+
args: CreateNamespaceCommandInput,
|
|
184
|
+
cb: (err: any, data?: CreateNamespaceCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
createNamespace(
|
|
187
|
+
args: CreateNamespaceCommandInput,
|
|
188
|
+
options: __HttpHandlerOptions,
|
|
189
|
+
cb: (err: any, data?: CreateNamespaceCommandOutput) => void
|
|
190
|
+
): void;
|
|
191
|
+
createSnapshot(
|
|
192
|
+
args: CreateSnapshotCommandInput,
|
|
193
|
+
options?: __HttpHandlerOptions
|
|
194
|
+
): Promise<CreateSnapshotCommandOutput>;
|
|
195
|
+
createSnapshot(
|
|
196
|
+
args: CreateSnapshotCommandInput,
|
|
197
|
+
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
198
|
+
): void;
|
|
199
|
+
createSnapshot(
|
|
200
|
+
args: CreateSnapshotCommandInput,
|
|
201
|
+
options: __HttpHandlerOptions,
|
|
202
|
+
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
203
|
+
): void;
|
|
204
|
+
createUsageLimit(
|
|
205
|
+
args: CreateUsageLimitCommandInput,
|
|
206
|
+
options?: __HttpHandlerOptions
|
|
207
|
+
): Promise<CreateUsageLimitCommandOutput>;
|
|
208
|
+
createUsageLimit(
|
|
209
|
+
args: CreateUsageLimitCommandInput,
|
|
210
|
+
cb: (err: any, data?: CreateUsageLimitCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
createUsageLimit(
|
|
213
|
+
args: CreateUsageLimitCommandInput,
|
|
214
|
+
options: __HttpHandlerOptions,
|
|
215
|
+
cb: (err: any, data?: CreateUsageLimitCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
createWorkgroup(
|
|
218
|
+
args: CreateWorkgroupCommandInput,
|
|
219
|
+
options?: __HttpHandlerOptions
|
|
220
|
+
): Promise<CreateWorkgroupCommandOutput>;
|
|
221
|
+
createWorkgroup(
|
|
222
|
+
args: CreateWorkgroupCommandInput,
|
|
223
|
+
cb: (err: any, data?: CreateWorkgroupCommandOutput) => void
|
|
224
|
+
): void;
|
|
225
|
+
createWorkgroup(
|
|
226
|
+
args: CreateWorkgroupCommandInput,
|
|
227
|
+
options: __HttpHandlerOptions,
|
|
228
|
+
cb: (err: any, data?: CreateWorkgroupCommandOutput) => void
|
|
229
|
+
): void;
|
|
230
|
+
deleteEndpointAccess(
|
|
231
|
+
args: DeleteEndpointAccessCommandInput,
|
|
232
|
+
options?: __HttpHandlerOptions
|
|
233
|
+
): Promise<DeleteEndpointAccessCommandOutput>;
|
|
234
|
+
deleteEndpointAccess(
|
|
235
|
+
args: DeleteEndpointAccessCommandInput,
|
|
236
|
+
cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void
|
|
237
|
+
): void;
|
|
238
|
+
deleteEndpointAccess(
|
|
239
|
+
args: DeleteEndpointAccessCommandInput,
|
|
240
|
+
options: __HttpHandlerOptions,
|
|
241
|
+
cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void
|
|
242
|
+
): void;
|
|
243
|
+
deleteNamespace(
|
|
244
|
+
args: DeleteNamespaceCommandInput,
|
|
245
|
+
options?: __HttpHandlerOptions
|
|
246
|
+
): Promise<DeleteNamespaceCommandOutput>;
|
|
247
|
+
deleteNamespace(
|
|
248
|
+
args: DeleteNamespaceCommandInput,
|
|
249
|
+
cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
|
|
250
|
+
): void;
|
|
251
|
+
deleteNamespace(
|
|
252
|
+
args: DeleteNamespaceCommandInput,
|
|
253
|
+
options: __HttpHandlerOptions,
|
|
254
|
+
cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
|
|
255
|
+
): void;
|
|
256
|
+
deleteResourcePolicy(
|
|
257
|
+
args: DeleteResourcePolicyCommandInput,
|
|
258
|
+
options?: __HttpHandlerOptions
|
|
259
|
+
): Promise<DeleteResourcePolicyCommandOutput>;
|
|
260
|
+
deleteResourcePolicy(
|
|
261
|
+
args: DeleteResourcePolicyCommandInput,
|
|
262
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
deleteResourcePolicy(
|
|
265
|
+
args: DeleteResourcePolicyCommandInput,
|
|
266
|
+
options: __HttpHandlerOptions,
|
|
267
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
deleteSnapshot(
|
|
270
|
+
args: DeleteSnapshotCommandInput,
|
|
271
|
+
options?: __HttpHandlerOptions
|
|
272
|
+
): Promise<DeleteSnapshotCommandOutput>;
|
|
273
|
+
deleteSnapshot(
|
|
274
|
+
args: DeleteSnapshotCommandInput,
|
|
275
|
+
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
deleteSnapshot(
|
|
278
|
+
args: DeleteSnapshotCommandInput,
|
|
279
|
+
options: __HttpHandlerOptions,
|
|
280
|
+
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
281
|
+
): void;
|
|
282
|
+
deleteUsageLimit(
|
|
283
|
+
args: DeleteUsageLimitCommandInput,
|
|
284
|
+
options?: __HttpHandlerOptions
|
|
285
|
+
): Promise<DeleteUsageLimitCommandOutput>;
|
|
286
|
+
deleteUsageLimit(
|
|
287
|
+
args: DeleteUsageLimitCommandInput,
|
|
288
|
+
cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
deleteUsageLimit(
|
|
291
|
+
args: DeleteUsageLimitCommandInput,
|
|
292
|
+
options: __HttpHandlerOptions,
|
|
293
|
+
cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void
|
|
294
|
+
): void;
|
|
295
|
+
deleteWorkgroup(
|
|
296
|
+
args: DeleteWorkgroupCommandInput,
|
|
297
|
+
options?: __HttpHandlerOptions
|
|
298
|
+
): Promise<DeleteWorkgroupCommandOutput>;
|
|
299
|
+
deleteWorkgroup(
|
|
300
|
+
args: DeleteWorkgroupCommandInput,
|
|
301
|
+
cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void
|
|
302
|
+
): void;
|
|
303
|
+
deleteWorkgroup(
|
|
304
|
+
args: DeleteWorkgroupCommandInput,
|
|
305
|
+
options: __HttpHandlerOptions,
|
|
306
|
+
cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void
|
|
307
|
+
): void;
|
|
308
|
+
getCredentials(
|
|
309
|
+
args: GetCredentialsCommandInput,
|
|
310
|
+
options?: __HttpHandlerOptions
|
|
311
|
+
): Promise<GetCredentialsCommandOutput>;
|
|
312
|
+
getCredentials(
|
|
313
|
+
args: GetCredentialsCommandInput,
|
|
314
|
+
cb: (err: any, data?: GetCredentialsCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
getCredentials(
|
|
317
|
+
args: GetCredentialsCommandInput,
|
|
318
|
+
options: __HttpHandlerOptions,
|
|
319
|
+
cb: (err: any, data?: GetCredentialsCommandOutput) => void
|
|
320
|
+
): void;
|
|
321
|
+
getEndpointAccess(
|
|
322
|
+
args: GetEndpointAccessCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<GetEndpointAccessCommandOutput>;
|
|
325
|
+
getEndpointAccess(
|
|
326
|
+
args: GetEndpointAccessCommandInput,
|
|
327
|
+
cb: (err: any, data?: GetEndpointAccessCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
getEndpointAccess(
|
|
330
|
+
args: GetEndpointAccessCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: GetEndpointAccessCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
getNamespace(
|
|
335
|
+
args: GetNamespaceCommandInput,
|
|
336
|
+
options?: __HttpHandlerOptions
|
|
337
|
+
): Promise<GetNamespaceCommandOutput>;
|
|
338
|
+
getNamespace(
|
|
339
|
+
args: GetNamespaceCommandInput,
|
|
340
|
+
cb: (err: any, data?: GetNamespaceCommandOutput) => void
|
|
341
|
+
): void;
|
|
342
|
+
getNamespace(
|
|
343
|
+
args: GetNamespaceCommandInput,
|
|
344
|
+
options: __HttpHandlerOptions,
|
|
345
|
+
cb: (err: any, data?: GetNamespaceCommandOutput) => void
|
|
346
|
+
): void;
|
|
347
|
+
getRecoveryPoint(
|
|
348
|
+
args: GetRecoveryPointCommandInput,
|
|
349
|
+
options?: __HttpHandlerOptions
|
|
350
|
+
): Promise<GetRecoveryPointCommandOutput>;
|
|
351
|
+
getRecoveryPoint(
|
|
352
|
+
args: GetRecoveryPointCommandInput,
|
|
353
|
+
cb: (err: any, data?: GetRecoveryPointCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
getRecoveryPoint(
|
|
356
|
+
args: GetRecoveryPointCommandInput,
|
|
357
|
+
options: __HttpHandlerOptions,
|
|
358
|
+
cb: (err: any, data?: GetRecoveryPointCommandOutput) => void
|
|
359
|
+
): void;
|
|
360
|
+
getResourcePolicy(
|
|
361
|
+
args: GetResourcePolicyCommandInput,
|
|
362
|
+
options?: __HttpHandlerOptions
|
|
363
|
+
): Promise<GetResourcePolicyCommandOutput>;
|
|
364
|
+
getResourcePolicy(
|
|
365
|
+
args: GetResourcePolicyCommandInput,
|
|
366
|
+
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
getResourcePolicy(
|
|
369
|
+
args: GetResourcePolicyCommandInput,
|
|
370
|
+
options: __HttpHandlerOptions,
|
|
371
|
+
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
372
|
+
): void;
|
|
373
|
+
getSnapshot(
|
|
374
|
+
args: GetSnapshotCommandInput,
|
|
375
|
+
options?: __HttpHandlerOptions
|
|
376
|
+
): Promise<GetSnapshotCommandOutput>;
|
|
377
|
+
getSnapshot(
|
|
378
|
+
args: GetSnapshotCommandInput,
|
|
379
|
+
cb: (err: any, data?: GetSnapshotCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
getSnapshot(
|
|
382
|
+
args: GetSnapshotCommandInput,
|
|
383
|
+
options: __HttpHandlerOptions,
|
|
384
|
+
cb: (err: any, data?: GetSnapshotCommandOutput) => void
|
|
385
|
+
): void;
|
|
386
|
+
getUsageLimit(
|
|
387
|
+
args: GetUsageLimitCommandInput,
|
|
388
|
+
options?: __HttpHandlerOptions
|
|
389
|
+
): Promise<GetUsageLimitCommandOutput>;
|
|
390
|
+
getUsageLimit(
|
|
391
|
+
args: GetUsageLimitCommandInput,
|
|
392
|
+
cb: (err: any, data?: GetUsageLimitCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
getUsageLimit(
|
|
395
|
+
args: GetUsageLimitCommandInput,
|
|
396
|
+
options: __HttpHandlerOptions,
|
|
397
|
+
cb: (err: any, data?: GetUsageLimitCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
getWorkgroup(
|
|
400
|
+
args: GetWorkgroupCommandInput,
|
|
401
|
+
options?: __HttpHandlerOptions
|
|
402
|
+
): Promise<GetWorkgroupCommandOutput>;
|
|
403
|
+
getWorkgroup(
|
|
404
|
+
args: GetWorkgroupCommandInput,
|
|
405
|
+
cb: (err: any, data?: GetWorkgroupCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
getWorkgroup(
|
|
408
|
+
args: GetWorkgroupCommandInput,
|
|
409
|
+
options: __HttpHandlerOptions,
|
|
410
|
+
cb: (err: any, data?: GetWorkgroupCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
listEndpointAccess(
|
|
413
|
+
args: ListEndpointAccessCommandInput,
|
|
414
|
+
options?: __HttpHandlerOptions
|
|
415
|
+
): Promise<ListEndpointAccessCommandOutput>;
|
|
416
|
+
listEndpointAccess(
|
|
417
|
+
args: ListEndpointAccessCommandInput,
|
|
418
|
+
cb: (err: any, data?: ListEndpointAccessCommandOutput) => void
|
|
419
|
+
): void;
|
|
420
|
+
listEndpointAccess(
|
|
421
|
+
args: ListEndpointAccessCommandInput,
|
|
422
|
+
options: __HttpHandlerOptions,
|
|
423
|
+
cb: (err: any, data?: ListEndpointAccessCommandOutput) => void
|
|
424
|
+
): void;
|
|
425
|
+
listNamespaces(
|
|
426
|
+
args: ListNamespacesCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<ListNamespacesCommandOutput>;
|
|
429
|
+
listNamespaces(
|
|
430
|
+
args: ListNamespacesCommandInput,
|
|
431
|
+
cb: (err: any, data?: ListNamespacesCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
listNamespaces(
|
|
434
|
+
args: ListNamespacesCommandInput,
|
|
435
|
+
options: __HttpHandlerOptions,
|
|
436
|
+
cb: (err: any, data?: ListNamespacesCommandOutput) => void
|
|
437
|
+
): void;
|
|
438
|
+
listRecoveryPoints(
|
|
439
|
+
args: ListRecoveryPointsCommandInput,
|
|
440
|
+
options?: __HttpHandlerOptions
|
|
441
|
+
): Promise<ListRecoveryPointsCommandOutput>;
|
|
442
|
+
listRecoveryPoints(
|
|
443
|
+
args: ListRecoveryPointsCommandInput,
|
|
444
|
+
cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
listRecoveryPoints(
|
|
447
|
+
args: ListRecoveryPointsCommandInput,
|
|
448
|
+
options: __HttpHandlerOptions,
|
|
449
|
+
cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void
|
|
450
|
+
): void;
|
|
451
|
+
listSnapshots(
|
|
452
|
+
args: ListSnapshotsCommandInput,
|
|
453
|
+
options?: __HttpHandlerOptions
|
|
454
|
+
): Promise<ListSnapshotsCommandOutput>;
|
|
455
|
+
listSnapshots(
|
|
456
|
+
args: ListSnapshotsCommandInput,
|
|
457
|
+
cb: (err: any, data?: ListSnapshotsCommandOutput) => void
|
|
458
|
+
): void;
|
|
459
|
+
listSnapshots(
|
|
460
|
+
args: ListSnapshotsCommandInput,
|
|
461
|
+
options: __HttpHandlerOptions,
|
|
462
|
+
cb: (err: any, data?: ListSnapshotsCommandOutput) => void
|
|
463
|
+
): void;
|
|
464
|
+
listTagsForResource(
|
|
465
|
+
args: ListTagsForResourceCommandInput,
|
|
466
|
+
options?: __HttpHandlerOptions
|
|
467
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
468
|
+
listTagsForResource(
|
|
469
|
+
args: ListTagsForResourceCommandInput,
|
|
470
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
471
|
+
): void;
|
|
472
|
+
listTagsForResource(
|
|
473
|
+
args: ListTagsForResourceCommandInput,
|
|
474
|
+
options: __HttpHandlerOptions,
|
|
475
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
476
|
+
): void;
|
|
477
|
+
listUsageLimits(
|
|
478
|
+
args: ListUsageLimitsCommandInput,
|
|
479
|
+
options?: __HttpHandlerOptions
|
|
480
|
+
): Promise<ListUsageLimitsCommandOutput>;
|
|
481
|
+
listUsageLimits(
|
|
482
|
+
args: ListUsageLimitsCommandInput,
|
|
483
|
+
cb: (err: any, data?: ListUsageLimitsCommandOutput) => void
|
|
484
|
+
): void;
|
|
485
|
+
listUsageLimits(
|
|
486
|
+
args: ListUsageLimitsCommandInput,
|
|
487
|
+
options: __HttpHandlerOptions,
|
|
488
|
+
cb: (err: any, data?: ListUsageLimitsCommandOutput) => void
|
|
489
|
+
): void;
|
|
490
|
+
listWorkgroups(
|
|
491
|
+
args: ListWorkgroupsCommandInput,
|
|
492
|
+
options?: __HttpHandlerOptions
|
|
493
|
+
): Promise<ListWorkgroupsCommandOutput>;
|
|
494
|
+
listWorkgroups(
|
|
495
|
+
args: ListWorkgroupsCommandInput,
|
|
496
|
+
cb: (err: any, data?: ListWorkgroupsCommandOutput) => void
|
|
497
|
+
): void;
|
|
498
|
+
listWorkgroups(
|
|
499
|
+
args: ListWorkgroupsCommandInput,
|
|
500
|
+
options: __HttpHandlerOptions,
|
|
501
|
+
cb: (err: any, data?: ListWorkgroupsCommandOutput) => void
|
|
502
|
+
): void;
|
|
503
|
+
putResourcePolicy(
|
|
504
|
+
args: PutResourcePolicyCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<PutResourcePolicyCommandOutput>;
|
|
507
|
+
putResourcePolicy(
|
|
508
|
+
args: PutResourcePolicyCommandInput,
|
|
509
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
putResourcePolicy(
|
|
512
|
+
args: PutResourcePolicyCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
restoreFromRecoveryPoint(
|
|
517
|
+
args: RestoreFromRecoveryPointCommandInput,
|
|
518
|
+
options?: __HttpHandlerOptions
|
|
519
|
+
): Promise<RestoreFromRecoveryPointCommandOutput>;
|
|
520
|
+
restoreFromRecoveryPoint(
|
|
521
|
+
args: RestoreFromRecoveryPointCommandInput,
|
|
522
|
+
cb: (err: any, data?: RestoreFromRecoveryPointCommandOutput) => void
|
|
523
|
+
): void;
|
|
524
|
+
restoreFromRecoveryPoint(
|
|
525
|
+
args: RestoreFromRecoveryPointCommandInput,
|
|
526
|
+
options: __HttpHandlerOptions,
|
|
527
|
+
cb: (err: any, data?: RestoreFromRecoveryPointCommandOutput) => void
|
|
528
|
+
): void;
|
|
529
|
+
restoreFromSnapshot(
|
|
530
|
+
args: RestoreFromSnapshotCommandInput,
|
|
531
|
+
options?: __HttpHandlerOptions
|
|
532
|
+
): Promise<RestoreFromSnapshotCommandOutput>;
|
|
533
|
+
restoreFromSnapshot(
|
|
534
|
+
args: RestoreFromSnapshotCommandInput,
|
|
535
|
+
cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void
|
|
536
|
+
): void;
|
|
537
|
+
restoreFromSnapshot(
|
|
538
|
+
args: RestoreFromSnapshotCommandInput,
|
|
539
|
+
options: __HttpHandlerOptions,
|
|
540
|
+
cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void
|
|
541
|
+
): void;
|
|
542
|
+
tagResource(
|
|
543
|
+
args: TagResourceCommandInput,
|
|
544
|
+
options?: __HttpHandlerOptions
|
|
545
|
+
): Promise<TagResourceCommandOutput>;
|
|
546
|
+
tagResource(
|
|
547
|
+
args: TagResourceCommandInput,
|
|
548
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
549
|
+
): void;
|
|
550
|
+
tagResource(
|
|
551
|
+
args: TagResourceCommandInput,
|
|
552
|
+
options: __HttpHandlerOptions,
|
|
553
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
554
|
+
): void;
|
|
555
|
+
untagResource(
|
|
556
|
+
args: UntagResourceCommandInput,
|
|
557
|
+
options?: __HttpHandlerOptions
|
|
558
|
+
): Promise<UntagResourceCommandOutput>;
|
|
559
|
+
untagResource(
|
|
560
|
+
args: UntagResourceCommandInput,
|
|
561
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
562
|
+
): void;
|
|
563
|
+
untagResource(
|
|
564
|
+
args: UntagResourceCommandInput,
|
|
565
|
+
options: __HttpHandlerOptions,
|
|
566
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
567
|
+
): void;
|
|
568
|
+
updateEndpointAccess(
|
|
569
|
+
args: UpdateEndpointAccessCommandInput,
|
|
570
|
+
options?: __HttpHandlerOptions
|
|
571
|
+
): Promise<UpdateEndpointAccessCommandOutput>;
|
|
572
|
+
updateEndpointAccess(
|
|
573
|
+
args: UpdateEndpointAccessCommandInput,
|
|
574
|
+
cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void
|
|
575
|
+
): void;
|
|
576
|
+
updateEndpointAccess(
|
|
577
|
+
args: UpdateEndpointAccessCommandInput,
|
|
578
|
+
options: __HttpHandlerOptions,
|
|
579
|
+
cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void
|
|
580
|
+
): void;
|
|
581
|
+
updateNamespace(
|
|
582
|
+
args: UpdateNamespaceCommandInput,
|
|
583
|
+
options?: __HttpHandlerOptions
|
|
584
|
+
): Promise<UpdateNamespaceCommandOutput>;
|
|
585
|
+
updateNamespace(
|
|
586
|
+
args: UpdateNamespaceCommandInput,
|
|
587
|
+
cb: (err: any, data?: UpdateNamespaceCommandOutput) => void
|
|
588
|
+
): void;
|
|
589
|
+
updateNamespace(
|
|
590
|
+
args: UpdateNamespaceCommandInput,
|
|
591
|
+
options: __HttpHandlerOptions,
|
|
592
|
+
cb: (err: any, data?: UpdateNamespaceCommandOutput) => void
|
|
593
|
+
): void;
|
|
594
|
+
updateSnapshot(
|
|
595
|
+
args: UpdateSnapshotCommandInput,
|
|
596
|
+
options?: __HttpHandlerOptions
|
|
597
|
+
): Promise<UpdateSnapshotCommandOutput>;
|
|
598
|
+
updateSnapshot(
|
|
599
|
+
args: UpdateSnapshotCommandInput,
|
|
600
|
+
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
|
|
601
|
+
): void;
|
|
602
|
+
updateSnapshot(
|
|
603
|
+
args: UpdateSnapshotCommandInput,
|
|
604
|
+
options: __HttpHandlerOptions,
|
|
605
|
+
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
|
|
606
|
+
): void;
|
|
607
|
+
updateUsageLimit(
|
|
608
|
+
args: UpdateUsageLimitCommandInput,
|
|
609
|
+
options?: __HttpHandlerOptions
|
|
610
|
+
): Promise<UpdateUsageLimitCommandOutput>;
|
|
611
|
+
updateUsageLimit(
|
|
612
|
+
args: UpdateUsageLimitCommandInput,
|
|
613
|
+
cb: (err: any, data?: UpdateUsageLimitCommandOutput) => void
|
|
614
|
+
): void;
|
|
615
|
+
updateUsageLimit(
|
|
616
|
+
args: UpdateUsageLimitCommandInput,
|
|
617
|
+
options: __HttpHandlerOptions,
|
|
618
|
+
cb: (err: any, data?: UpdateUsageLimitCommandOutput) => void
|
|
619
|
+
): void;
|
|
620
|
+
updateWorkgroup(
|
|
621
|
+
args: UpdateWorkgroupCommandInput,
|
|
622
|
+
options?: __HttpHandlerOptions
|
|
623
|
+
): Promise<UpdateWorkgroupCommandOutput>;
|
|
624
|
+
updateWorkgroup(
|
|
625
|
+
args: UpdateWorkgroupCommandInput,
|
|
626
|
+
cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void
|
|
627
|
+
): void;
|
|
628
|
+
updateWorkgroup(
|
|
629
|
+
args: UpdateWorkgroupCommandInput,
|
|
630
|
+
options: __HttpHandlerOptions,
|
|
631
|
+
cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void
|
|
632
|
+
): void;
|
|
633
|
+
}
|