@aws-sdk/client-backup-gateway 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/BackupGateway.d.ts +328 -95
  3. package/dist-types/ts3.4/BackupGatewayClient.d.ts +238 -91
  4. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/index.d.ts +18 -18
  23. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  24. package/dist-types/ts3.4/index.d.ts +6 -6
  25. package/dist-types/ts3.4/models/BackupGatewayServiceException.d.ts +8 -6
  26. package/dist-types/ts3.4/models/index.d.ts +1 -1
  27. package/dist-types/ts3.4/models/models_0.d.ts +453 -410
  28. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  29. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/ListHypervisorsPaginator.d.ts +11 -4
  31. package/dist-types/ts3.4/pagination/ListVirtualMachinesPaginator.d.ts +11 -4
  32. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  33. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +221 -56
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  38. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-backup-gateway
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-backup-gateway
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-backup-gateway
@@ -1,95 +1,328 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BackupGatewayClient } from "./BackupGatewayClient";
3
- import { AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput } from "./commands/AssociateGatewayToServerCommand";
4
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
5
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
6
- import { DeleteHypervisorCommandInput, DeleteHypervisorCommandOutput } from "./commands/DeleteHypervisorCommand";
7
- import { DisassociateGatewayFromServerCommandInput, DisassociateGatewayFromServerCommandOutput } from "./commands/DisassociateGatewayFromServerCommand";
8
- import { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands/GetGatewayCommand";
9
- import { ImportHypervisorConfigurationCommandInput, ImportHypervisorConfigurationCommandOutput } from "./commands/ImportHypervisorConfigurationCommand";
10
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
11
- import { ListHypervisorsCommandInput, ListHypervisorsCommandOutput } from "./commands/ListHypervisorsCommand";
12
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
13
- import { ListVirtualMachinesCommandInput, ListVirtualMachinesCommandOutput } from "./commands/ListVirtualMachinesCommand";
14
- import { PutMaintenanceStartTimeCommandInput, PutMaintenanceStartTimeCommandOutput } from "./commands/PutMaintenanceStartTimeCommand";
15
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
16
- import { TestHypervisorConfigurationCommandInput, TestHypervisorConfigurationCommandOutput } from "./commands/TestHypervisorConfigurationCommand";
17
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
18
- import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
19
- import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
20
- import { UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput } from "./commands/UpdateHypervisorCommand";
21
-
22
- export declare class BackupGateway extends BackupGatewayClient {
23
-
24
- associateGatewayToServer(args: AssociateGatewayToServerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateGatewayToServerCommandOutput>;
25
- associateGatewayToServer(args: AssociateGatewayToServerCommandInput, cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void): void;
26
- associateGatewayToServer(args: AssociateGatewayToServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void): void;
27
-
28
- createGateway(args: CreateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayCommandOutput>;
29
- createGateway(args: CreateGatewayCommandInput, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
30
- createGateway(args: CreateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
31
-
32
- deleteGateway(args: DeleteGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayCommandOutput>;
33
- deleteGateway(args: DeleteGatewayCommandInput, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
34
- deleteGateway(args: DeleteGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
35
-
36
- deleteHypervisor(args: DeleteHypervisorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHypervisorCommandOutput>;
37
- deleteHypervisor(args: DeleteHypervisorCommandInput, cb: (err: any, data?: DeleteHypervisorCommandOutput) => void): void;
38
- deleteHypervisor(args: DeleteHypervisorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHypervisorCommandOutput) => void): void;
39
-
40
- disassociateGatewayFromServer(args: DisassociateGatewayFromServerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateGatewayFromServerCommandOutput>;
41
- disassociateGatewayFromServer(args: DisassociateGatewayFromServerCommandInput, cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void): void;
42
- disassociateGatewayFromServer(args: DisassociateGatewayFromServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void): void;
43
-
44
- getGateway(args: GetGatewayCommandInput, options?: __HttpHandlerOptions): Promise<GetGatewayCommandOutput>;
45
- getGateway(args: GetGatewayCommandInput, cb: (err: any, data?: GetGatewayCommandOutput) => void): void;
46
- getGateway(args: GetGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGatewayCommandOutput) => void): void;
47
-
48
- importHypervisorConfiguration(args: ImportHypervisorConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ImportHypervisorConfigurationCommandOutput>;
49
- importHypervisorConfiguration(args: ImportHypervisorConfigurationCommandInput, cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void): void;
50
- importHypervisorConfiguration(args: ImportHypervisorConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void): void;
51
-
52
- listGateways(args: ListGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewaysCommandOutput>;
53
- listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
54
- listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
55
-
56
- listHypervisors(args: ListHypervisorsCommandInput, options?: __HttpHandlerOptions): Promise<ListHypervisorsCommandOutput>;
57
- listHypervisors(args: ListHypervisorsCommandInput, cb: (err: any, data?: ListHypervisorsCommandOutput) => void): void;
58
- listHypervisors(args: ListHypervisorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHypervisorsCommandOutput) => void): void;
59
-
60
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
61
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
62
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
63
-
64
- listVirtualMachines(args: ListVirtualMachinesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualMachinesCommandOutput>;
65
- listVirtualMachines(args: ListVirtualMachinesCommandInput, cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void): void;
66
- listVirtualMachines(args: ListVirtualMachinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void): void;
67
-
68
- putMaintenanceStartTime(args: PutMaintenanceStartTimeCommandInput, options?: __HttpHandlerOptions): Promise<PutMaintenanceStartTimeCommandOutput>;
69
- putMaintenanceStartTime(args: PutMaintenanceStartTimeCommandInput, cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void): void;
70
- putMaintenanceStartTime(args: PutMaintenanceStartTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void): void;
71
-
72
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
73
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
74
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
75
-
76
- testHypervisorConfiguration(args: TestHypervisorConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<TestHypervisorConfigurationCommandOutput>;
77
- testHypervisorConfiguration(args: TestHypervisorConfigurationCommandInput, cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void): void;
78
- testHypervisorConfiguration(args: TestHypervisorConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void): void;
79
-
80
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
81
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
82
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
83
-
84
- updateGatewayInformation(args: UpdateGatewayInformationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayInformationCommandOutput>;
85
- updateGatewayInformation(args: UpdateGatewayInformationCommandInput, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
86
- updateGatewayInformation(args: UpdateGatewayInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
87
-
88
- updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewaySoftwareNowCommandOutput>;
89
- updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void): void;
90
- updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void): void;
91
-
92
- updateHypervisor(args: UpdateHypervisorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHypervisorCommandOutput>;
93
- updateHypervisor(args: UpdateHypervisorCommandInput, cb: (err: any, data?: UpdateHypervisorCommandOutput) => void): void;
94
- updateHypervisor(args: UpdateHypervisorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHypervisorCommandOutput) => void): void;
95
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { BackupGatewayClient } from "./BackupGatewayClient";
3
+ import {
4
+ AssociateGatewayToServerCommandInput,
5
+ AssociateGatewayToServerCommandOutput,
6
+ } from "./commands/AssociateGatewayToServerCommand";
7
+ import {
8
+ CreateGatewayCommandInput,
9
+ CreateGatewayCommandOutput,
10
+ } from "./commands/CreateGatewayCommand";
11
+ import {
12
+ DeleteGatewayCommandInput,
13
+ DeleteGatewayCommandOutput,
14
+ } from "./commands/DeleteGatewayCommand";
15
+ import {
16
+ DeleteHypervisorCommandInput,
17
+ DeleteHypervisorCommandOutput,
18
+ } from "./commands/DeleteHypervisorCommand";
19
+ import {
20
+ DisassociateGatewayFromServerCommandInput,
21
+ DisassociateGatewayFromServerCommandOutput,
22
+ } from "./commands/DisassociateGatewayFromServerCommand";
23
+ import {
24
+ GetGatewayCommandInput,
25
+ GetGatewayCommandOutput,
26
+ } from "./commands/GetGatewayCommand";
27
+ import {
28
+ ImportHypervisorConfigurationCommandInput,
29
+ ImportHypervisorConfigurationCommandOutput,
30
+ } from "./commands/ImportHypervisorConfigurationCommand";
31
+ import {
32
+ ListGatewaysCommandInput,
33
+ ListGatewaysCommandOutput,
34
+ } from "./commands/ListGatewaysCommand";
35
+ import {
36
+ ListHypervisorsCommandInput,
37
+ ListHypervisorsCommandOutput,
38
+ } from "./commands/ListHypervisorsCommand";
39
+ import {
40
+ ListTagsForResourceCommandInput,
41
+ ListTagsForResourceCommandOutput,
42
+ } from "./commands/ListTagsForResourceCommand";
43
+ import {
44
+ ListVirtualMachinesCommandInput,
45
+ ListVirtualMachinesCommandOutput,
46
+ } from "./commands/ListVirtualMachinesCommand";
47
+ import {
48
+ PutMaintenanceStartTimeCommandInput,
49
+ PutMaintenanceStartTimeCommandOutput,
50
+ } from "./commands/PutMaintenanceStartTimeCommand";
51
+ import {
52
+ TagResourceCommandInput,
53
+ TagResourceCommandOutput,
54
+ } from "./commands/TagResourceCommand";
55
+ import {
56
+ TestHypervisorConfigurationCommandInput,
57
+ TestHypervisorConfigurationCommandOutput,
58
+ } from "./commands/TestHypervisorConfigurationCommand";
59
+ import {
60
+ UntagResourceCommandInput,
61
+ UntagResourceCommandOutput,
62
+ } from "./commands/UntagResourceCommand";
63
+ import {
64
+ UpdateGatewayInformationCommandInput,
65
+ UpdateGatewayInformationCommandOutput,
66
+ } from "./commands/UpdateGatewayInformationCommand";
67
+ import {
68
+ UpdateGatewaySoftwareNowCommandInput,
69
+ UpdateGatewaySoftwareNowCommandOutput,
70
+ } from "./commands/UpdateGatewaySoftwareNowCommand";
71
+ import {
72
+ UpdateHypervisorCommandInput,
73
+ UpdateHypervisorCommandOutput,
74
+ } from "./commands/UpdateHypervisorCommand";
75
+
76
+ export declare class BackupGateway extends BackupGatewayClient {
77
+ associateGatewayToServer(
78
+ args: AssociateGatewayToServerCommandInput,
79
+ options?: __HttpHandlerOptions
80
+ ): Promise<AssociateGatewayToServerCommandOutput>;
81
+ associateGatewayToServer(
82
+ args: AssociateGatewayToServerCommandInput,
83
+ cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void
84
+ ): void;
85
+ associateGatewayToServer(
86
+ args: AssociateGatewayToServerCommandInput,
87
+ options: __HttpHandlerOptions,
88
+ cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void
89
+ ): void;
90
+
91
+ createGateway(
92
+ args: CreateGatewayCommandInput,
93
+ options?: __HttpHandlerOptions
94
+ ): Promise<CreateGatewayCommandOutput>;
95
+ createGateway(
96
+ args: CreateGatewayCommandInput,
97
+ cb: (err: any, data?: CreateGatewayCommandOutput) => void
98
+ ): void;
99
+ createGateway(
100
+ args: CreateGatewayCommandInput,
101
+ options: __HttpHandlerOptions,
102
+ cb: (err: any, data?: CreateGatewayCommandOutput) => void
103
+ ): void;
104
+
105
+ deleteGateway(
106
+ args: DeleteGatewayCommandInput,
107
+ options?: __HttpHandlerOptions
108
+ ): Promise<DeleteGatewayCommandOutput>;
109
+ deleteGateway(
110
+ args: DeleteGatewayCommandInput,
111
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void
112
+ ): void;
113
+ deleteGateway(
114
+ args: DeleteGatewayCommandInput,
115
+ options: __HttpHandlerOptions,
116
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void
117
+ ): void;
118
+
119
+ deleteHypervisor(
120
+ args: DeleteHypervisorCommandInput,
121
+ options?: __HttpHandlerOptions
122
+ ): Promise<DeleteHypervisorCommandOutput>;
123
+ deleteHypervisor(
124
+ args: DeleteHypervisorCommandInput,
125
+ cb: (err: any, data?: DeleteHypervisorCommandOutput) => void
126
+ ): void;
127
+ deleteHypervisor(
128
+ args: DeleteHypervisorCommandInput,
129
+ options: __HttpHandlerOptions,
130
+ cb: (err: any, data?: DeleteHypervisorCommandOutput) => void
131
+ ): void;
132
+
133
+ disassociateGatewayFromServer(
134
+ args: DisassociateGatewayFromServerCommandInput,
135
+ options?: __HttpHandlerOptions
136
+ ): Promise<DisassociateGatewayFromServerCommandOutput>;
137
+ disassociateGatewayFromServer(
138
+ args: DisassociateGatewayFromServerCommandInput,
139
+ cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void
140
+ ): void;
141
+ disassociateGatewayFromServer(
142
+ args: DisassociateGatewayFromServerCommandInput,
143
+ options: __HttpHandlerOptions,
144
+ cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void
145
+ ): void;
146
+
147
+ getGateway(
148
+ args: GetGatewayCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<GetGatewayCommandOutput>;
151
+ getGateway(
152
+ args: GetGatewayCommandInput,
153
+ cb: (err: any, data?: GetGatewayCommandOutput) => void
154
+ ): void;
155
+ getGateway(
156
+ args: GetGatewayCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: GetGatewayCommandOutput) => void
159
+ ): void;
160
+
161
+ importHypervisorConfiguration(
162
+ args: ImportHypervisorConfigurationCommandInput,
163
+ options?: __HttpHandlerOptions
164
+ ): Promise<ImportHypervisorConfigurationCommandOutput>;
165
+ importHypervisorConfiguration(
166
+ args: ImportHypervisorConfigurationCommandInput,
167
+ cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void
168
+ ): void;
169
+ importHypervisorConfiguration(
170
+ args: ImportHypervisorConfigurationCommandInput,
171
+ options: __HttpHandlerOptions,
172
+ cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void
173
+ ): void;
174
+
175
+ listGateways(
176
+ args: ListGatewaysCommandInput,
177
+ options?: __HttpHandlerOptions
178
+ ): Promise<ListGatewaysCommandOutput>;
179
+ listGateways(
180
+ args: ListGatewaysCommandInput,
181
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void
182
+ ): void;
183
+ listGateways(
184
+ args: ListGatewaysCommandInput,
185
+ options: __HttpHandlerOptions,
186
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void
187
+ ): void;
188
+
189
+ listHypervisors(
190
+ args: ListHypervisorsCommandInput,
191
+ options?: __HttpHandlerOptions
192
+ ): Promise<ListHypervisorsCommandOutput>;
193
+ listHypervisors(
194
+ args: ListHypervisorsCommandInput,
195
+ cb: (err: any, data?: ListHypervisorsCommandOutput) => void
196
+ ): void;
197
+ listHypervisors(
198
+ args: ListHypervisorsCommandInput,
199
+ options: __HttpHandlerOptions,
200
+ cb: (err: any, data?: ListHypervisorsCommandOutput) => void
201
+ ): void;
202
+
203
+ listTagsForResource(
204
+ args: ListTagsForResourceCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<ListTagsForResourceCommandOutput>;
207
+ listTagsForResource(
208
+ args: ListTagsForResourceCommandInput,
209
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
210
+ ): void;
211
+ listTagsForResource(
212
+ args: ListTagsForResourceCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
215
+ ): void;
216
+
217
+ listVirtualMachines(
218
+ args: ListVirtualMachinesCommandInput,
219
+ options?: __HttpHandlerOptions
220
+ ): Promise<ListVirtualMachinesCommandOutput>;
221
+ listVirtualMachines(
222
+ args: ListVirtualMachinesCommandInput,
223
+ cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void
224
+ ): void;
225
+ listVirtualMachines(
226
+ args: ListVirtualMachinesCommandInput,
227
+ options: __HttpHandlerOptions,
228
+ cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void
229
+ ): void;
230
+
231
+ putMaintenanceStartTime(
232
+ args: PutMaintenanceStartTimeCommandInput,
233
+ options?: __HttpHandlerOptions
234
+ ): Promise<PutMaintenanceStartTimeCommandOutput>;
235
+ putMaintenanceStartTime(
236
+ args: PutMaintenanceStartTimeCommandInput,
237
+ cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void
238
+ ): void;
239
+ putMaintenanceStartTime(
240
+ args: PutMaintenanceStartTimeCommandInput,
241
+ options: __HttpHandlerOptions,
242
+ cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void
243
+ ): void;
244
+
245
+ tagResource(
246
+ args: TagResourceCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<TagResourceCommandOutput>;
249
+ tagResource(
250
+ args: TagResourceCommandInput,
251
+ cb: (err: any, data?: TagResourceCommandOutput) => void
252
+ ): void;
253
+ tagResource(
254
+ args: TagResourceCommandInput,
255
+ options: __HttpHandlerOptions,
256
+ cb: (err: any, data?: TagResourceCommandOutput) => void
257
+ ): void;
258
+
259
+ testHypervisorConfiguration(
260
+ args: TestHypervisorConfigurationCommandInput,
261
+ options?: __HttpHandlerOptions
262
+ ): Promise<TestHypervisorConfigurationCommandOutput>;
263
+ testHypervisorConfiguration(
264
+ args: TestHypervisorConfigurationCommandInput,
265
+ cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void
266
+ ): void;
267
+ testHypervisorConfiguration(
268
+ args: TestHypervisorConfigurationCommandInput,
269
+ options: __HttpHandlerOptions,
270
+ cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void
271
+ ): void;
272
+
273
+ untagResource(
274
+ args: UntagResourceCommandInput,
275
+ options?: __HttpHandlerOptions
276
+ ): Promise<UntagResourceCommandOutput>;
277
+ untagResource(
278
+ args: UntagResourceCommandInput,
279
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
280
+ ): void;
281
+ untagResource(
282
+ args: UntagResourceCommandInput,
283
+ options: __HttpHandlerOptions,
284
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
285
+ ): void;
286
+
287
+ updateGatewayInformation(
288
+ args: UpdateGatewayInformationCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<UpdateGatewayInformationCommandOutput>;
291
+ updateGatewayInformation(
292
+ args: UpdateGatewayInformationCommandInput,
293
+ cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
294
+ ): void;
295
+ updateGatewayInformation(
296
+ args: UpdateGatewayInformationCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
299
+ ): void;
300
+
301
+ updateGatewaySoftwareNow(
302
+ args: UpdateGatewaySoftwareNowCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<UpdateGatewaySoftwareNowCommandOutput>;
305
+ updateGatewaySoftwareNow(
306
+ args: UpdateGatewaySoftwareNowCommandInput,
307
+ cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
308
+ ): void;
309
+ updateGatewaySoftwareNow(
310
+ args: UpdateGatewaySoftwareNowCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
313
+ ): void;
314
+
315
+ updateHypervisor(
316
+ args: UpdateHypervisorCommandInput,
317
+ options?: __HttpHandlerOptions
318
+ ): Promise<UpdateHypervisorCommandOutput>;
319
+ updateHypervisor(
320
+ args: UpdateHypervisorCommandInput,
321
+ cb: (err: any, data?: UpdateHypervisorCommandOutput) => void
322
+ ): void;
323
+ updateHypervisor(
324
+ args: UpdateHypervisorCommandInput,
325
+ options: __HttpHandlerOptions,
326
+ cb: (err: any, data?: UpdateHypervisorCommandOutput) => void
327
+ ): void;
328
+ }