@aws-sdk/client-backup-gateway 3.997.0 → 3.999.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/schemas/schemas_0.js +4 -2
- package/dist-es/schemas/schemas_0.js +4 -2
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/GetHypervisorPropertyMappingsCommand.d.ts +1 -1
- package/dist-types/commands/PutHypervisorPropertyMappingsCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +15 -8
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +33 -33
|
@@ -16,6 +16,7 @@ const _CE = "ConflictException";
|
|
|
16
16
|
const _CG = "CreateGateway";
|
|
17
17
|
const _CGI = "CreateGatewayInput";
|
|
18
18
|
const _CGO = "CreateGatewayOutput";
|
|
19
|
+
const _DD = "DeprecationDate";
|
|
19
20
|
const _DG = "DeleteGateway";
|
|
20
21
|
const _DGFS = "DisassociateGatewayFromServer";
|
|
21
22
|
const _DGFSI = "DisassociateGatewayFromServerInput";
|
|
@@ -110,6 +111,7 @@ const _S = "State";
|
|
|
110
111
|
const _SA = "ServerArn";
|
|
111
112
|
const _SHOD = "StartHourOfDay";
|
|
112
113
|
const _SMOH = "StartMinuteOfHour";
|
|
114
|
+
const _SV = "SoftwareVersion";
|
|
113
115
|
const _SVMMS = "StartVirtualMachinesMetadataSync";
|
|
114
116
|
const _SVMMSI = "StartVirtualMachinesMetadataSyncInput";
|
|
115
117
|
const _SVMMSO = "StartVirtualMachinesMetadataSyncOutput";
|
|
@@ -266,8 +268,8 @@ exports.Gateway$ = [3, n0, _G,
|
|
|
266
268
|
];
|
|
267
269
|
exports.GatewayDetails$ = [3, n0, _GD,
|
|
268
270
|
0,
|
|
269
|
-
[_GA, _GDN, _GT, _HI, _LST, _MST, _NUAT, _VEp],
|
|
270
|
-
[0, 0, 0, 0, 4, () => exports.MaintenanceStartTime$, 4, 0]
|
|
271
|
+
[_GA, _GDN, _GT, _HI, _LST, _MST, _NUAT, _VEp, _DD, _SV],
|
|
272
|
+
[0, 0, 0, 0, 4, () => exports.MaintenanceStartTime$, 4, 0, 4, 0]
|
|
271
273
|
];
|
|
272
274
|
exports.GetBandwidthRateLimitScheduleInput$ = [3, n0, _GBRLSI,
|
|
273
275
|
0,
|
|
@@ -12,6 +12,7 @@ const _CE = "ConflictException";
|
|
|
12
12
|
const _CG = "CreateGateway";
|
|
13
13
|
const _CGI = "CreateGatewayInput";
|
|
14
14
|
const _CGO = "CreateGatewayOutput";
|
|
15
|
+
const _DD = "DeprecationDate";
|
|
15
16
|
const _DG = "DeleteGateway";
|
|
16
17
|
const _DGFS = "DisassociateGatewayFromServer";
|
|
17
18
|
const _DGFSI = "DisassociateGatewayFromServerInput";
|
|
@@ -106,6 +107,7 @@ const _S = "State";
|
|
|
106
107
|
const _SA = "ServerArn";
|
|
107
108
|
const _SHOD = "StartHourOfDay";
|
|
108
109
|
const _SMOH = "StartMinuteOfHour";
|
|
110
|
+
const _SV = "SoftwareVersion";
|
|
109
111
|
const _SVMMS = "StartVirtualMachinesMetadataSync";
|
|
110
112
|
const _SVMMSI = "StartVirtualMachinesMetadataSyncInput";
|
|
111
113
|
const _SVMMSO = "StartVirtualMachinesMetadataSyncOutput";
|
|
@@ -262,8 +264,8 @@ export var Gateway$ = [3, n0, _G,
|
|
|
262
264
|
];
|
|
263
265
|
export var GatewayDetails$ = [3, n0, _GD,
|
|
264
266
|
0,
|
|
265
|
-
[_GA, _GDN, _GT, _HI, _LST, _MST, _NUAT, _VEp],
|
|
266
|
-
[0, 0, 0, 0, 4, () => MaintenanceStartTime$, 4, 0]
|
|
267
|
+
[_GA, _GDN, _GT, _HI, _LST, _MST, _NUAT, _VEp, _DD, _SV],
|
|
268
|
+
[0, 0, 0, 0, 4, () => MaintenanceStartTime$, 4, 0, 4, 0]
|
|
267
269
|
];
|
|
268
270
|
export var GetBandwidthRateLimitScheduleInput$ = [3, n0, _GBRLSI,
|
|
269
271
|
0,
|
|
@@ -57,6 +57,8 @@ declare const GetGatewayCommand_base: {
|
|
|
57
57
|
* // },
|
|
58
58
|
* // NextUpdateAvailabilityTime: new Date("TIMESTAMP"),
|
|
59
59
|
* // VpcEndpoint: "STRING_VALUE",
|
|
60
|
+
* // DeprecationDate: new Date("TIMESTAMP"),
|
|
61
|
+
* // SoftwareVersion: "STRING_VALUE",
|
|
60
62
|
* // },
|
|
61
63
|
* // };
|
|
62
64
|
*
|
|
@@ -29,7 +29,7 @@ declare const GetHypervisorPropertyMappingsCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>This action retrieves the property mappings for the specified hypervisor.
|
|
31
31
|
* A hypervisor property mapping displays the relationship of entity properties
|
|
32
|
-
* available from the
|
|
32
|
+
* available from the hypervisor to the properties available in Amazon Web Services.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -29,7 +29,7 @@ declare const PutHypervisorPropertyMappingsCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>This action sets the property mappings for the specified hypervisor.
|
|
31
31
|
* A hypervisor property mapping displays the relationship of entity properties
|
|
32
|
-
* available from the
|
|
32
|
+
* available from the hypervisor to the properties available in Amazon Web Services.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -52,9 +52,6 @@ export interface BandwidthRateLimitInterval {
|
|
|
52
52
|
* <p>The average upload rate limit component of the bandwidth rate limit
|
|
53
53
|
* interval, in bits per second. This field does not appear in the response if
|
|
54
54
|
* the upload rate limit is not set.</p>
|
|
55
|
-
* <note>
|
|
56
|
-
* <p>For Backup Gateway, the minimum value is <code>(Value)</code>.</p>
|
|
57
|
-
* </note>
|
|
58
55
|
* @public
|
|
59
56
|
*/
|
|
60
57
|
AverageUploadRateLimitInBitsPerSec?: number | undefined;
|
|
@@ -148,8 +145,8 @@ export interface PutBandwidthRateLimitScheduleOutput {
|
|
|
148
145
|
}
|
|
149
146
|
/**
|
|
150
147
|
* <p>A key-value pair you can use to manage, filter, and search for your resources. Allowed
|
|
151
|
-
* characters include UTF-8 letters, numbers,
|
|
152
|
-
*
|
|
148
|
+
* characters include UTF-8 letters, numbers, and the following characters: + - = . _ :
|
|
149
|
+
* /. Spaces are not allowed in tag values.</p>
|
|
153
150
|
* @public
|
|
154
151
|
*/
|
|
155
152
|
export interface Tag {
|
|
@@ -332,6 +329,16 @@ export interface GatewayDetails {
|
|
|
332
329
|
* @public
|
|
333
330
|
*/
|
|
334
331
|
VpcEndpoint?: string | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* <p>Date after which this gateway will not receive software updates for new features and bug fixes.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
DeprecationDate?: Date | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* <p>The version number of the software running on the gateway appliance.</p>
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
SoftwareVersion?: string | undefined;
|
|
335
342
|
}
|
|
336
343
|
/**
|
|
337
344
|
* @public
|
|
@@ -645,7 +652,7 @@ export interface GetHypervisorPropertyMappingsInput {
|
|
|
645
652
|
HypervisorArn: string | undefined;
|
|
646
653
|
}
|
|
647
654
|
/**
|
|
648
|
-
* <p>This displays the mapping of
|
|
655
|
+
* <p>This displays the mapping of VMware tags to the
|
|
649
656
|
* corresponding Amazon Web Services tags.</p>
|
|
650
657
|
* @public
|
|
651
658
|
*/
|
|
@@ -681,7 +688,7 @@ export interface GetHypervisorPropertyMappingsOutput {
|
|
|
681
688
|
*/
|
|
682
689
|
HypervisorArn?: string | undefined;
|
|
683
690
|
/**
|
|
684
|
-
* <p>This is a display of the mappings of
|
|
691
|
+
* <p>This is a display of the mappings of VMware tags to the
|
|
685
692
|
* Amazon Web Services tags.</p>
|
|
686
693
|
* @public
|
|
687
694
|
*/
|
|
@@ -702,7 +709,7 @@ export interface PutHypervisorPropertyMappingsInput {
|
|
|
702
709
|
*/
|
|
703
710
|
HypervisorArn: string | undefined;
|
|
704
711
|
/**
|
|
705
|
-
* <p>This action requests the mappings of
|
|
712
|
+
* <p>This action requests the mappings of VMware tags to the
|
|
706
713
|
* Amazon Web Services tags.</p>
|
|
707
714
|
* @public
|
|
708
715
|
*/
|
|
@@ -71,6 +71,8 @@ export interface GatewayDetails {
|
|
|
71
71
|
MaintenanceStartTime?: MaintenanceStartTime | undefined;
|
|
72
72
|
NextUpdateAvailabilityTime?: Date | undefined;
|
|
73
73
|
VpcEndpoint?: string | undefined;
|
|
74
|
+
DeprecationDate?: Date | undefined;
|
|
75
|
+
SoftwareVersion?: string | undefined;
|
|
74
76
|
}
|
|
75
77
|
export interface GetGatewayOutput {
|
|
76
78
|
Gateway?: GatewayDetails | undefined;
|
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.999.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-backup-gateway",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.973.15",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.14",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.6",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.6",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.6",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.15",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.6",
|
|
31
|
+
"@aws-sdk/types": "^3.973.4",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.3",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.6",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.9",
|
|
36
|
+
"@smithy/core": "^3.23.6",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.11",
|
|
38
|
+
"@smithy/hash-node": "^4.2.10",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.10",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.10",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.20",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.37",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.11",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.10",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.10",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.12",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.10",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.0",
|
|
49
|
+
"@smithy/types": "^4.13.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.10",
|
|
51
51
|
"@smithy/util-base64": "^4.3.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.2",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.36",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.39",
|
|
56
|
+
"@smithy/util-endpoints": "^3.3.1",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.10",
|
|
58
|
+
"@smithy/util-retry": "^4.2.10",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.1",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|