@aws-sdk/client-backup-gateway 3.231.0 → 3.234.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/dist-cjs/BackupGateway.js +90 -0
- package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +46 -0
- package/dist-cjs/commands/GetHypervisorCommand.js +46 -0
- package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +46 -0
- package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +46 -0
- package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +46 -0
- package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/endpoint/ruleset.js +1 -10
- package/dist-cjs/models/models_0.js +78 -6
- package/dist-cjs/protocols/Aws_json1_0.js +538 -1
- package/dist-es/BackupGateway.js +90 -0
- package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +42 -0
- package/dist-es/commands/GetHypervisorCommand.js +42 -0
- package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +42 -0
- package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +42 -0
- package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +42 -0
- package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/endpoint/ruleset.js +1 -10
- package/dist-es/models/models_0.js +60 -4
- package/dist-es/protocols/Aws_json1_0.js +526 -1
- package/dist-types/BackupGateway.d.ts +54 -0
- package/dist-types/BackupGatewayClient.d.ts +8 -2
- package/dist-types/commands/GetBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/commands/GetHypervisorCommand.d.ts +39 -0
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +39 -0
- package/dist-types/commands/PutBandwidthRateLimitScheduleCommand.d.ts +40 -0
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +39 -0
- package/dist-types/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +355 -22
- package/dist-types/protocols/Aws_json1_0.d.ts +18 -0
- package/dist-types/ts3.4/BackupGateway.d.ts +102 -0
- package/dist-types/ts3.4/BackupGatewayClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetBandwidthRateLimitScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetHypervisorCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetHypervisorPropertyMappingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutBandwidthRateLimitScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutHypervisorPropertyMappingsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartVirtualMachinesMetadataSyncCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +142 -15
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +72 -0
- package/package.json +7 -7
|
@@ -23,10 +23,22 @@ import {
|
|
|
23
23
|
DisassociateGatewayFromServerCommandInput,
|
|
24
24
|
DisassociateGatewayFromServerCommandOutput,
|
|
25
25
|
} from "../commands/DisassociateGatewayFromServerCommand";
|
|
26
|
+
import {
|
|
27
|
+
GetBandwidthRateLimitScheduleCommandInput,
|
|
28
|
+
GetBandwidthRateLimitScheduleCommandOutput,
|
|
29
|
+
} from "../commands/GetBandwidthRateLimitScheduleCommand";
|
|
26
30
|
import {
|
|
27
31
|
GetGatewayCommandInput,
|
|
28
32
|
GetGatewayCommandOutput,
|
|
29
33
|
} from "../commands/GetGatewayCommand";
|
|
34
|
+
import {
|
|
35
|
+
GetHypervisorCommandInput,
|
|
36
|
+
GetHypervisorCommandOutput,
|
|
37
|
+
} from "../commands/GetHypervisorCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetHypervisorPropertyMappingsCommandInput,
|
|
40
|
+
GetHypervisorPropertyMappingsCommandOutput,
|
|
41
|
+
} from "../commands/GetHypervisorPropertyMappingsCommand";
|
|
30
42
|
import {
|
|
31
43
|
GetVirtualMachineCommandInput,
|
|
32
44
|
GetVirtualMachineCommandOutput,
|
|
@@ -51,10 +63,22 @@ import {
|
|
|
51
63
|
ListVirtualMachinesCommandInput,
|
|
52
64
|
ListVirtualMachinesCommandOutput,
|
|
53
65
|
} from "../commands/ListVirtualMachinesCommand";
|
|
66
|
+
import {
|
|
67
|
+
PutBandwidthRateLimitScheduleCommandInput,
|
|
68
|
+
PutBandwidthRateLimitScheduleCommandOutput,
|
|
69
|
+
} from "../commands/PutBandwidthRateLimitScheduleCommand";
|
|
70
|
+
import {
|
|
71
|
+
PutHypervisorPropertyMappingsCommandInput,
|
|
72
|
+
PutHypervisorPropertyMappingsCommandOutput,
|
|
73
|
+
} from "../commands/PutHypervisorPropertyMappingsCommand";
|
|
54
74
|
import {
|
|
55
75
|
PutMaintenanceStartTimeCommandInput,
|
|
56
76
|
PutMaintenanceStartTimeCommandOutput,
|
|
57
77
|
} from "../commands/PutMaintenanceStartTimeCommand";
|
|
78
|
+
import {
|
|
79
|
+
StartVirtualMachinesMetadataSyncCommandInput,
|
|
80
|
+
StartVirtualMachinesMetadataSyncCommandOutput,
|
|
81
|
+
} from "../commands/StartVirtualMachinesMetadataSyncCommand";
|
|
58
82
|
import {
|
|
59
83
|
TagResourceCommandInput,
|
|
60
84
|
TagResourceCommandOutput,
|
|
@@ -99,10 +123,22 @@ export declare const serializeAws_json1_0DisassociateGatewayFromServerCommand: (
|
|
|
99
123
|
input: DisassociateGatewayFromServerCommandInput,
|
|
100
124
|
context: __SerdeContext
|
|
101
125
|
) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_json1_0GetBandwidthRateLimitScheduleCommand: (
|
|
127
|
+
input: GetBandwidthRateLimitScheduleCommandInput,
|
|
128
|
+
context: __SerdeContext
|
|
129
|
+
) => Promise<__HttpRequest>;
|
|
102
130
|
export declare const serializeAws_json1_0GetGatewayCommand: (
|
|
103
131
|
input: GetGatewayCommandInput,
|
|
104
132
|
context: __SerdeContext
|
|
105
133
|
) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_json1_0GetHypervisorCommand: (
|
|
135
|
+
input: GetHypervisorCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_json1_0GetHypervisorPropertyMappingsCommand: (
|
|
139
|
+
input: GetHypervisorPropertyMappingsCommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
106
142
|
export declare const serializeAws_json1_0GetVirtualMachineCommand: (
|
|
107
143
|
input: GetVirtualMachineCommandInput,
|
|
108
144
|
context: __SerdeContext
|
|
@@ -127,10 +163,22 @@ export declare const serializeAws_json1_0ListVirtualMachinesCommand: (
|
|
|
127
163
|
input: ListVirtualMachinesCommandInput,
|
|
128
164
|
context: __SerdeContext
|
|
129
165
|
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_0PutBandwidthRateLimitScheduleCommand: (
|
|
167
|
+
input: PutBandwidthRateLimitScheduleCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_0PutHypervisorPropertyMappingsCommand: (
|
|
171
|
+
input: PutHypervisorPropertyMappingsCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
130
174
|
export declare const serializeAws_json1_0PutMaintenanceStartTimeCommand: (
|
|
131
175
|
input: PutMaintenanceStartTimeCommandInput,
|
|
132
176
|
context: __SerdeContext
|
|
133
177
|
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_0StartVirtualMachinesMetadataSyncCommand: (
|
|
179
|
+
input: StartVirtualMachinesMetadataSyncCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
134
182
|
export declare const serializeAws_json1_0TagResourceCommand: (
|
|
135
183
|
input: TagResourceCommandInput,
|
|
136
184
|
context: __SerdeContext
|
|
@@ -175,10 +223,22 @@ export declare const deserializeAws_json1_0DisassociateGatewayFromServerCommand:
|
|
|
175
223
|
output: __HttpResponse,
|
|
176
224
|
context: __SerdeContext
|
|
177
225
|
) => Promise<DisassociateGatewayFromServerCommandOutput>;
|
|
226
|
+
export declare const deserializeAws_json1_0GetBandwidthRateLimitScheduleCommand: (
|
|
227
|
+
output: __HttpResponse,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<GetBandwidthRateLimitScheduleCommandOutput>;
|
|
178
230
|
export declare const deserializeAws_json1_0GetGatewayCommand: (
|
|
179
231
|
output: __HttpResponse,
|
|
180
232
|
context: __SerdeContext
|
|
181
233
|
) => Promise<GetGatewayCommandOutput>;
|
|
234
|
+
export declare const deserializeAws_json1_0GetHypervisorCommand: (
|
|
235
|
+
output: __HttpResponse,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<GetHypervisorCommandOutput>;
|
|
238
|
+
export declare const deserializeAws_json1_0GetHypervisorPropertyMappingsCommand: (
|
|
239
|
+
output: __HttpResponse,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<GetHypervisorPropertyMappingsCommandOutput>;
|
|
182
242
|
export declare const deserializeAws_json1_0GetVirtualMachineCommand: (
|
|
183
243
|
output: __HttpResponse,
|
|
184
244
|
context: __SerdeContext
|
|
@@ -203,10 +263,22 @@ export declare const deserializeAws_json1_0ListVirtualMachinesCommand: (
|
|
|
203
263
|
output: __HttpResponse,
|
|
204
264
|
context: __SerdeContext
|
|
205
265
|
) => Promise<ListVirtualMachinesCommandOutput>;
|
|
266
|
+
export declare const deserializeAws_json1_0PutBandwidthRateLimitScheduleCommand: (
|
|
267
|
+
output: __HttpResponse,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<PutBandwidthRateLimitScheduleCommandOutput>;
|
|
270
|
+
export declare const deserializeAws_json1_0PutHypervisorPropertyMappingsCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<PutHypervisorPropertyMappingsCommandOutput>;
|
|
206
274
|
export declare const deserializeAws_json1_0PutMaintenanceStartTimeCommand: (
|
|
207
275
|
output: __HttpResponse,
|
|
208
276
|
context: __SerdeContext
|
|
209
277
|
) => Promise<PutMaintenanceStartTimeCommandOutput>;
|
|
278
|
+
export declare const deserializeAws_json1_0StartVirtualMachinesMetadataSyncCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<StartVirtualMachinesMetadataSyncCommandOutput>;
|
|
210
282
|
export declare const deserializeAws_json1_0TagResourceCommand: (
|
|
211
283
|
output: __HttpResponse,
|
|
212
284
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backup Gateway Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.234.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.234.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.234.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.234.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.226.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.226.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.226.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.234.0",
|
|
42
42
|
"@aws-sdk/types": "3.226.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.226.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.234.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.234.0",
|
|
49
49
|
"@aws-sdk/util-endpoints": "3.226.0",
|
|
50
50
|
"@aws-sdk/util-retry": "3.229.0",
|
|
51
51
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|