@aws-sdk/client-backup-gateway 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 (38) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/BackupGateway.d.ts +310 -95
  3. package/dist-types/ts3.4/BackupGatewayClient.d.ts +213 -91
  4. package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +35 -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 +7 -6
  26. package/dist-types/ts3.4/models/index.d.ts +1 -1
  27. package/dist-types/ts3.4/models/models_0.d.ts +342 -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 +65 -38
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-backup-gateway
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-backup-gateway
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-backup-gateway
@@ -1,95 +1,310 @@
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
+ export declare class BackupGateway extends BackupGatewayClient {
76
+ associateGatewayToServer(
77
+ args: AssociateGatewayToServerCommandInput,
78
+ options?: __HttpHandlerOptions
79
+ ): Promise<AssociateGatewayToServerCommandOutput>;
80
+ associateGatewayToServer(
81
+ args: AssociateGatewayToServerCommandInput,
82
+ cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void
83
+ ): void;
84
+ associateGatewayToServer(
85
+ args: AssociateGatewayToServerCommandInput,
86
+ options: __HttpHandlerOptions,
87
+ cb: (err: any, data?: AssociateGatewayToServerCommandOutput) => void
88
+ ): void;
89
+ createGateway(
90
+ args: CreateGatewayCommandInput,
91
+ options?: __HttpHandlerOptions
92
+ ): Promise<CreateGatewayCommandOutput>;
93
+ createGateway(
94
+ args: CreateGatewayCommandInput,
95
+ cb: (err: any, data?: CreateGatewayCommandOutput) => void
96
+ ): void;
97
+ createGateway(
98
+ args: CreateGatewayCommandInput,
99
+ options: __HttpHandlerOptions,
100
+ cb: (err: any, data?: CreateGatewayCommandOutput) => void
101
+ ): void;
102
+ deleteGateway(
103
+ args: DeleteGatewayCommandInput,
104
+ options?: __HttpHandlerOptions
105
+ ): Promise<DeleteGatewayCommandOutput>;
106
+ deleteGateway(
107
+ args: DeleteGatewayCommandInput,
108
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void
109
+ ): void;
110
+ deleteGateway(
111
+ args: DeleteGatewayCommandInput,
112
+ options: __HttpHandlerOptions,
113
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void
114
+ ): void;
115
+ deleteHypervisor(
116
+ args: DeleteHypervisorCommandInput,
117
+ options?: __HttpHandlerOptions
118
+ ): Promise<DeleteHypervisorCommandOutput>;
119
+ deleteHypervisor(
120
+ args: DeleteHypervisorCommandInput,
121
+ cb: (err: any, data?: DeleteHypervisorCommandOutput) => void
122
+ ): void;
123
+ deleteHypervisor(
124
+ args: DeleteHypervisorCommandInput,
125
+ options: __HttpHandlerOptions,
126
+ cb: (err: any, data?: DeleteHypervisorCommandOutput) => void
127
+ ): void;
128
+ disassociateGatewayFromServer(
129
+ args: DisassociateGatewayFromServerCommandInput,
130
+ options?: __HttpHandlerOptions
131
+ ): Promise<DisassociateGatewayFromServerCommandOutput>;
132
+ disassociateGatewayFromServer(
133
+ args: DisassociateGatewayFromServerCommandInput,
134
+ cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void
135
+ ): void;
136
+ disassociateGatewayFromServer(
137
+ args: DisassociateGatewayFromServerCommandInput,
138
+ options: __HttpHandlerOptions,
139
+ cb: (err: any, data?: DisassociateGatewayFromServerCommandOutput) => void
140
+ ): void;
141
+ getGateway(
142
+ args: GetGatewayCommandInput,
143
+ options?: __HttpHandlerOptions
144
+ ): Promise<GetGatewayCommandOutput>;
145
+ getGateway(
146
+ args: GetGatewayCommandInput,
147
+ cb: (err: any, data?: GetGatewayCommandOutput) => void
148
+ ): void;
149
+ getGateway(
150
+ args: GetGatewayCommandInput,
151
+ options: __HttpHandlerOptions,
152
+ cb: (err: any, data?: GetGatewayCommandOutput) => void
153
+ ): void;
154
+ importHypervisorConfiguration(
155
+ args: ImportHypervisorConfigurationCommandInput,
156
+ options?: __HttpHandlerOptions
157
+ ): Promise<ImportHypervisorConfigurationCommandOutput>;
158
+ importHypervisorConfiguration(
159
+ args: ImportHypervisorConfigurationCommandInput,
160
+ cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void
161
+ ): void;
162
+ importHypervisorConfiguration(
163
+ args: ImportHypervisorConfigurationCommandInput,
164
+ options: __HttpHandlerOptions,
165
+ cb: (err: any, data?: ImportHypervisorConfigurationCommandOutput) => void
166
+ ): void;
167
+ listGateways(
168
+ args: ListGatewaysCommandInput,
169
+ options?: __HttpHandlerOptions
170
+ ): Promise<ListGatewaysCommandOutput>;
171
+ listGateways(
172
+ args: ListGatewaysCommandInput,
173
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void
174
+ ): void;
175
+ listGateways(
176
+ args: ListGatewaysCommandInput,
177
+ options: __HttpHandlerOptions,
178
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void
179
+ ): void;
180
+ listHypervisors(
181
+ args: ListHypervisorsCommandInput,
182
+ options?: __HttpHandlerOptions
183
+ ): Promise<ListHypervisorsCommandOutput>;
184
+ listHypervisors(
185
+ args: ListHypervisorsCommandInput,
186
+ cb: (err: any, data?: ListHypervisorsCommandOutput) => void
187
+ ): void;
188
+ listHypervisors(
189
+ args: ListHypervisorsCommandInput,
190
+ options: __HttpHandlerOptions,
191
+ cb: (err: any, data?: ListHypervisorsCommandOutput) => void
192
+ ): void;
193
+ listTagsForResource(
194
+ args: ListTagsForResourceCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<ListTagsForResourceCommandOutput>;
197
+ listTagsForResource(
198
+ args: ListTagsForResourceCommandInput,
199
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
200
+ ): void;
201
+ listTagsForResource(
202
+ args: ListTagsForResourceCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
205
+ ): void;
206
+ listVirtualMachines(
207
+ args: ListVirtualMachinesCommandInput,
208
+ options?: __HttpHandlerOptions
209
+ ): Promise<ListVirtualMachinesCommandOutput>;
210
+ listVirtualMachines(
211
+ args: ListVirtualMachinesCommandInput,
212
+ cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void
213
+ ): void;
214
+ listVirtualMachines(
215
+ args: ListVirtualMachinesCommandInput,
216
+ options: __HttpHandlerOptions,
217
+ cb: (err: any, data?: ListVirtualMachinesCommandOutput) => void
218
+ ): void;
219
+ putMaintenanceStartTime(
220
+ args: PutMaintenanceStartTimeCommandInput,
221
+ options?: __HttpHandlerOptions
222
+ ): Promise<PutMaintenanceStartTimeCommandOutput>;
223
+ putMaintenanceStartTime(
224
+ args: PutMaintenanceStartTimeCommandInput,
225
+ cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void
226
+ ): void;
227
+ putMaintenanceStartTime(
228
+ args: PutMaintenanceStartTimeCommandInput,
229
+ options: __HttpHandlerOptions,
230
+ cb: (err: any, data?: PutMaintenanceStartTimeCommandOutput) => void
231
+ ): void;
232
+ tagResource(
233
+ args: TagResourceCommandInput,
234
+ options?: __HttpHandlerOptions
235
+ ): Promise<TagResourceCommandOutput>;
236
+ tagResource(
237
+ args: TagResourceCommandInput,
238
+ cb: (err: any, data?: TagResourceCommandOutput) => void
239
+ ): void;
240
+ tagResource(
241
+ args: TagResourceCommandInput,
242
+ options: __HttpHandlerOptions,
243
+ cb: (err: any, data?: TagResourceCommandOutput) => void
244
+ ): void;
245
+ testHypervisorConfiguration(
246
+ args: TestHypervisorConfigurationCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<TestHypervisorConfigurationCommandOutput>;
249
+ testHypervisorConfiguration(
250
+ args: TestHypervisorConfigurationCommandInput,
251
+ cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void
252
+ ): void;
253
+ testHypervisorConfiguration(
254
+ args: TestHypervisorConfigurationCommandInput,
255
+ options: __HttpHandlerOptions,
256
+ cb: (err: any, data?: TestHypervisorConfigurationCommandOutput) => void
257
+ ): void;
258
+ untagResource(
259
+ args: UntagResourceCommandInput,
260
+ options?: __HttpHandlerOptions
261
+ ): Promise<UntagResourceCommandOutput>;
262
+ untagResource(
263
+ args: UntagResourceCommandInput,
264
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
265
+ ): void;
266
+ untagResource(
267
+ args: UntagResourceCommandInput,
268
+ options: __HttpHandlerOptions,
269
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
270
+ ): void;
271
+ updateGatewayInformation(
272
+ args: UpdateGatewayInformationCommandInput,
273
+ options?: __HttpHandlerOptions
274
+ ): Promise<UpdateGatewayInformationCommandOutput>;
275
+ updateGatewayInformation(
276
+ args: UpdateGatewayInformationCommandInput,
277
+ cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
278
+ ): void;
279
+ updateGatewayInformation(
280
+ args: UpdateGatewayInformationCommandInput,
281
+ options: __HttpHandlerOptions,
282
+ cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
283
+ ): void;
284
+ updateGatewaySoftwareNow(
285
+ args: UpdateGatewaySoftwareNowCommandInput,
286
+ options?: __HttpHandlerOptions
287
+ ): Promise<UpdateGatewaySoftwareNowCommandOutput>;
288
+ updateGatewaySoftwareNow(
289
+ args: UpdateGatewaySoftwareNowCommandInput,
290
+ cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
291
+ ): void;
292
+ updateGatewaySoftwareNow(
293
+ args: UpdateGatewaySoftwareNowCommandInput,
294
+ options: __HttpHandlerOptions,
295
+ cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
296
+ ): void;
297
+ updateHypervisor(
298
+ args: UpdateHypervisorCommandInput,
299
+ options?: __HttpHandlerOptions
300
+ ): Promise<UpdateHypervisorCommandOutput>;
301
+ updateHypervisor(
302
+ args: UpdateHypervisorCommandInput,
303
+ cb: (err: any, data?: UpdateHypervisorCommandOutput) => void
304
+ ): void;
305
+ updateHypervisor(
306
+ args: UpdateHypervisorCommandInput,
307
+ options: __HttpHandlerOptions,
308
+ cb: (err: any, data?: UpdateHypervisorCommandOutput) => void
309
+ ): void;
310
+ }