@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/BackupGateway.d.ts +310 -95
- package/dist-types/ts3.4/BackupGatewayClient.d.ts +213 -91
- package/dist-types/ts3.4/commands/AssociateGatewayToServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteHypervisorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateGatewayFromServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportHypervisorConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListHypervisorsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListVirtualMachinesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutMaintenanceStartTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestHypervisorConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateHypervisorCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +18 -18
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BackupGatewayServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +342 -410
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHypervisorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualMachinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +221 -56
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- 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 {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
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
|
+
}
|