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