@aws-sdk/client-backup-gateway 3.758.0 → 3.772.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/index.js +16 -16
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AssociateGatewayToServerCommand: () => AssociateGatewayToServerCommand,
|
|
26
26
|
BackupGateway: () => BackupGateway,
|
|
@@ -66,7 +66,7 @@ __export(src_exports, {
|
|
|
66
66
|
paginateListHypervisors: () => paginateListHypervisors,
|
|
67
67
|
paginateListVirtualMachines: () => paginateListVirtualMachines
|
|
68
68
|
});
|
|
69
|
-
module.exports = __toCommonJS(
|
|
69
|
+
module.exports = __toCommonJS(index_exports);
|
|
70
70
|
|
|
71
71
|
// src/BackupGatewayClient.ts
|
|
72
72
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -193,9 +193,9 @@ var BackupGatewayClient = class extends import_smithy_client.Client {
|
|
|
193
193
|
this.middlewareStack.use(
|
|
194
194
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
195
195
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultBackupGatewayHttpAuthSchemeParametersProvider,
|
|
196
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
196
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
197
197
|
"aws.auth#sigv4": config.credentials
|
|
198
|
-
})
|
|
198
|
+
}), "identityProviderConfigProvider")
|
|
199
199
|
})
|
|
200
200
|
);
|
|
201
201
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -999,7 +999,7 @@ var de_Gateway = /* @__PURE__ */ __name((output, context) => {
|
|
|
999
999
|
GatewayDisplayName: import_smithy_client.expectString,
|
|
1000
1000
|
GatewayType: import_smithy_client.expectString,
|
|
1001
1001
|
HypervisorId: import_smithy_client.expectString,
|
|
1002
|
-
LastSeenTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1002
|
+
LastSeenTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSeenTime")
|
|
1003
1003
|
});
|
|
1004
1004
|
}, "de_Gateway");
|
|
1005
1005
|
var de_GatewayDetails = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1008,9 +1008,9 @@ var de_GatewayDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
1008
1008
|
GatewayDisplayName: import_smithy_client.expectString,
|
|
1009
1009
|
GatewayType: import_smithy_client.expectString,
|
|
1010
1010
|
HypervisorId: import_smithy_client.expectString,
|
|
1011
|
-
LastSeenTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1011
|
+
LastSeenTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSeenTime"),
|
|
1012
1012
|
MaintenanceStartTime: import_smithy_client._json,
|
|
1013
|
-
NextUpdateAvailabilityTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1013
|
+
NextUpdateAvailabilityTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "NextUpdateAvailabilityTime"),
|
|
1014
1014
|
VpcEndpoint: import_smithy_client.expectString
|
|
1015
1015
|
});
|
|
1016
1016
|
}, "de_GatewayDetails");
|
|
@@ -1022,17 +1022,17 @@ var de_Gateways = /* @__PURE__ */ __name((output, context) => {
|
|
|
1022
1022
|
}, "de_Gateways");
|
|
1023
1023
|
var de_GetGatewayOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1024
1024
|
return (0, import_smithy_client.take)(output, {
|
|
1025
|
-
Gateway: (_) => de_GatewayDetails(_, context)
|
|
1025
|
+
Gateway: /* @__PURE__ */ __name((_) => de_GatewayDetails(_, context), "Gateway")
|
|
1026
1026
|
});
|
|
1027
1027
|
}, "de_GetGatewayOutput");
|
|
1028
1028
|
var de_GetHypervisorOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1029
1029
|
return (0, import_smithy_client.take)(output, {
|
|
1030
|
-
Hypervisor: (_) => de_HypervisorDetails(_, context)
|
|
1030
|
+
Hypervisor: /* @__PURE__ */ __name((_) => de_HypervisorDetails(_, context), "Hypervisor")
|
|
1031
1031
|
});
|
|
1032
1032
|
}, "de_GetHypervisorOutput");
|
|
1033
1033
|
var de_GetVirtualMachineOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1034
1034
|
return (0, import_smithy_client.take)(output, {
|
|
1035
|
-
VirtualMachine: (_) => de_VirtualMachineDetails(_, context)
|
|
1035
|
+
VirtualMachine: /* @__PURE__ */ __name((_) => de_VirtualMachineDetails(_, context), "VirtualMachine")
|
|
1036
1036
|
});
|
|
1037
1037
|
}, "de_GetVirtualMachineOutput");
|
|
1038
1038
|
var de_HypervisorDetails = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1040,7 +1040,7 @@ var de_HypervisorDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
1040
1040
|
Host: import_smithy_client.expectString,
|
|
1041
1041
|
HypervisorArn: import_smithy_client.expectString,
|
|
1042
1042
|
KmsKeyArn: import_smithy_client.expectString,
|
|
1043
|
-
LastSuccessfulMetadataSyncTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1043
|
+
LastSuccessfulMetadataSyncTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulMetadataSyncTime"),
|
|
1044
1044
|
LatestMetadataSyncStatus: import_smithy_client.expectString,
|
|
1045
1045
|
LatestMetadataSyncStatusMessage: import_smithy_client.expectString,
|
|
1046
1046
|
LogGroupArn: import_smithy_client.expectString,
|
|
@@ -1050,21 +1050,21 @@ var de_HypervisorDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
1050
1050
|
}, "de_HypervisorDetails");
|
|
1051
1051
|
var de_ListGatewaysOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1052
1052
|
return (0, import_smithy_client.take)(output, {
|
|
1053
|
-
Gateways: (_) => de_Gateways(_, context),
|
|
1053
|
+
Gateways: /* @__PURE__ */ __name((_) => de_Gateways(_, context), "Gateways"),
|
|
1054
1054
|
NextToken: import_smithy_client.expectString
|
|
1055
1055
|
});
|
|
1056
1056
|
}, "de_ListGatewaysOutput");
|
|
1057
1057
|
var de_ListVirtualMachinesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1058
1058
|
return (0, import_smithy_client.take)(output, {
|
|
1059
1059
|
NextToken: import_smithy_client.expectString,
|
|
1060
|
-
VirtualMachines: (_) => de_VirtualMachines(_, context)
|
|
1060
|
+
VirtualMachines: /* @__PURE__ */ __name((_) => de_VirtualMachines(_, context), "VirtualMachines")
|
|
1061
1061
|
});
|
|
1062
1062
|
}, "de_ListVirtualMachinesOutput");
|
|
1063
1063
|
var de_VirtualMachine = /* @__PURE__ */ __name((output, context) => {
|
|
1064
1064
|
return (0, import_smithy_client.take)(output, {
|
|
1065
1065
|
HostName: import_smithy_client.expectString,
|
|
1066
1066
|
HypervisorId: import_smithy_client.expectString,
|
|
1067
|
-
LastBackupDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1067
|
+
LastBackupDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastBackupDate"),
|
|
1068
1068
|
Name: import_smithy_client.expectString,
|
|
1069
1069
|
Path: import_smithy_client.expectString,
|
|
1070
1070
|
ResourceArn: import_smithy_client.expectString
|
|
@@ -1074,7 +1074,7 @@ var de_VirtualMachineDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
1074
1074
|
return (0, import_smithy_client.take)(output, {
|
|
1075
1075
|
HostName: import_smithy_client.expectString,
|
|
1076
1076
|
HypervisorId: import_smithy_client.expectString,
|
|
1077
|
-
LastBackupDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1077
|
+
LastBackupDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastBackupDate"),
|
|
1078
1078
|
Name: import_smithy_client.expectString,
|
|
1079
1079
|
Path: import_smithy_client.expectString,
|
|
1080
1080
|
ResourceArn: import_smithy_client.expectString,
|
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.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-backup-gateway",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|