@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.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/RedshiftServerless.d.ts +633 -190
  3. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +327 -110
  4. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +35 -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 +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +776 -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 +67 -38
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  60. package/package.json +34 -34
@@ -1,190 +1,633 @@
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
+ 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
+ }