@aws-sdk/client-panorama 3.750.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 +60 -62
- package/package.json +13 -13
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
|
ApplicationInstanceHealthStatus: () => ApplicationInstanceHealthStatus,
|
|
26
26
|
ApplicationInstanceStatus: () => ApplicationInstanceStatus,
|
|
@@ -106,7 +106,7 @@ __export(src_exports, {
|
|
|
106
106
|
paginateListPackageImportJobs: () => paginateListPackageImportJobs,
|
|
107
107
|
paginateListPackages: () => paginateListPackages
|
|
108
108
|
});
|
|
109
|
-
module.exports = __toCommonJS(
|
|
109
|
+
module.exports = __toCommonJS(index_exports);
|
|
110
110
|
|
|
111
111
|
// src/PanoramaClient.ts
|
|
112
112
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -233,9 +233,9 @@ var PanoramaClient = class extends import_smithy_client.Client {
|
|
|
233
233
|
this.middlewareStack.use(
|
|
234
234
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
235
235
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultPanoramaHttpAuthSchemeParametersProvider,
|
|
236
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
236
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
237
237
|
"aws.auth#sigv4": config.credentials
|
|
238
|
-
})
|
|
238
|
+
}), "identityProviderConfigProvider")
|
|
239
239
|
})
|
|
240
240
|
);
|
|
241
241
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -389,16 +389,14 @@ var ConnectionType = {
|
|
|
389
389
|
var ManifestOverridesPayload;
|
|
390
390
|
((ManifestOverridesPayload3) => {
|
|
391
391
|
ManifestOverridesPayload3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
392
|
-
if (value.PayloadData !== void 0)
|
|
393
|
-
return visitor.PayloadData(value.PayloadData);
|
|
392
|
+
if (value.PayloadData !== void 0) return visitor.PayloadData(value.PayloadData);
|
|
394
393
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
395
394
|
}, "visit");
|
|
396
395
|
})(ManifestOverridesPayload || (ManifestOverridesPayload = {}));
|
|
397
396
|
var ManifestPayload;
|
|
398
397
|
((ManifestPayload3) => {
|
|
399
398
|
ManifestPayload3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
400
|
-
if (value.PayloadData !== void 0)
|
|
401
|
-
return visitor.PayloadData(value.PayloadData);
|
|
399
|
+
if (value.PayloadData !== void 0) return visitor.PayloadData(value.PayloadData);
|
|
402
400
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
403
401
|
}, "visit");
|
|
404
402
|
})(ManifestPayload || (ManifestPayload = {}));
|
|
@@ -697,11 +695,11 @@ var se_CreateApplicationInstanceCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
697
695
|
ApplicationInstanceIdToReplace: [],
|
|
698
696
|
DefaultRuntimeContextDevice: [],
|
|
699
697
|
Description: [],
|
|
700
|
-
ManifestOverridesPayload: (_) => (0, import_smithy_client._json)(_),
|
|
701
|
-
ManifestPayload: (_) => (0, import_smithy_client._json)(_),
|
|
698
|
+
ManifestOverridesPayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ManifestOverridesPayload"),
|
|
699
|
+
ManifestPayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ManifestPayload"),
|
|
702
700
|
Name: [],
|
|
703
701
|
RuntimeRoleArn: [],
|
|
704
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
702
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
705
703
|
})
|
|
706
704
|
);
|
|
707
705
|
b.m("POST").h(headers).b(body);
|
|
@@ -716,8 +714,8 @@ var se_CreateJobForDevicesCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
716
714
|
let body;
|
|
717
715
|
body = JSON.stringify(
|
|
718
716
|
(0, import_smithy_client.take)(input, {
|
|
719
|
-
DeviceIds: (_) => (0, import_smithy_client._json)(_),
|
|
720
|
-
DeviceJobConfig: (_) => (0, import_smithy_client._json)(_),
|
|
717
|
+
DeviceIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DeviceIds"),
|
|
718
|
+
DeviceJobConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DeviceJobConfig"),
|
|
721
719
|
JobType: []
|
|
722
720
|
})
|
|
723
721
|
);
|
|
@@ -733,12 +731,12 @@ var se_CreateNodeFromTemplateJobCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
733
731
|
let body;
|
|
734
732
|
body = JSON.stringify(
|
|
735
733
|
(0, import_smithy_client.take)(input, {
|
|
736
|
-
JobTags: (_) => (0, import_smithy_client._json)(_),
|
|
734
|
+
JobTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "JobTags"),
|
|
737
735
|
NodeDescription: [],
|
|
738
736
|
NodeName: [],
|
|
739
737
|
OutputPackageName: [],
|
|
740
738
|
OutputPackageVersion: [],
|
|
741
|
-
TemplateParameters: (_) => (0, import_smithy_client._json)(_),
|
|
739
|
+
TemplateParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TemplateParameters"),
|
|
742
740
|
TemplateType: []
|
|
743
741
|
})
|
|
744
742
|
);
|
|
@@ -755,7 +753,7 @@ var se_CreatePackageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
755
753
|
body = JSON.stringify(
|
|
756
754
|
(0, import_smithy_client.take)(input, {
|
|
757
755
|
PackageName: [],
|
|
758
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
756
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
759
757
|
})
|
|
760
758
|
);
|
|
761
759
|
b.m("POST").h(headers).b(body);
|
|
@@ -771,10 +769,10 @@ var se_CreatePackageImportJobCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
771
769
|
body = JSON.stringify(
|
|
772
770
|
(0, import_smithy_client.take)(input, {
|
|
773
771
|
ClientToken: [],
|
|
774
|
-
InputConfig: (_) => (0, import_smithy_client._json)(_),
|
|
775
|
-
JobTags: (_) => (0, import_smithy_client._json)(_),
|
|
772
|
+
InputConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "InputConfig"),
|
|
773
|
+
JobTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "JobTags"),
|
|
776
774
|
JobType: [],
|
|
777
|
-
OutputConfig: (_) => (0, import_smithy_client._json)(_)
|
|
775
|
+
OutputConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OutputConfig")
|
|
778
776
|
})
|
|
779
777
|
);
|
|
780
778
|
b.m("POST").h(headers).b(body);
|
|
@@ -1047,8 +1045,8 @@ var se_ProvisionDeviceCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1047
1045
|
(0, import_smithy_client.take)(input, {
|
|
1048
1046
|
Description: [],
|
|
1049
1047
|
Name: [],
|
|
1050
|
-
NetworkingConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1051
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1048
|
+
NetworkingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NetworkingConfiguration"),
|
|
1049
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1052
1050
|
})
|
|
1053
1051
|
);
|
|
1054
1052
|
b.m("POST").h(headers).b(body);
|
|
@@ -1092,7 +1090,7 @@ var se_SignalApplicationInstanceNodeInstancesCommand = /* @__PURE__ */ __name(as
|
|
|
1092
1090
|
let body;
|
|
1093
1091
|
body = JSON.stringify(
|
|
1094
1092
|
(0, import_smithy_client.take)(input, {
|
|
1095
|
-
NodeSignals: (_) => (0, import_smithy_client._json)(_)
|
|
1093
|
+
NodeSignals: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NodeSignals")
|
|
1096
1094
|
})
|
|
1097
1095
|
);
|
|
1098
1096
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1108,7 +1106,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1108
1106
|
let body;
|
|
1109
1107
|
body = JSON.stringify(
|
|
1110
1108
|
(0, import_smithy_client.take)(input, {
|
|
1111
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1109
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1112
1110
|
})
|
|
1113
1111
|
);
|
|
1114
1112
|
b.m("POST").h(headers).b(body);
|
|
@@ -1260,14 +1258,14 @@ var de_DescribeApplicationInstanceCommand = /* @__PURE__ */ __name(async (output
|
|
|
1260
1258
|
ApplicationInstanceId: import_smithy_client.expectString,
|
|
1261
1259
|
ApplicationInstanceIdToReplace: import_smithy_client.expectString,
|
|
1262
1260
|
Arn: import_smithy_client.expectString,
|
|
1263
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1261
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1264
1262
|
DefaultRuntimeContextDevice: import_smithy_client.expectString,
|
|
1265
1263
|
DefaultRuntimeContextDeviceName: import_smithy_client.expectString,
|
|
1266
1264
|
Description: import_smithy_client.expectString,
|
|
1267
1265
|
HealthStatus: import_smithy_client.expectString,
|
|
1268
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1266
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1269
1267
|
Name: import_smithy_client.expectString,
|
|
1270
|
-
RuntimeContextStates: (_) => de_ReportedRuntimeContextStates(_, context),
|
|
1268
|
+
RuntimeContextStates: /* @__PURE__ */ __name((_) => de_ReportedRuntimeContextStates(_, context), "RuntimeContextStates"),
|
|
1271
1269
|
RuntimeRoleArn: import_smithy_client.expectString,
|
|
1272
1270
|
Status: import_smithy_client.expectString,
|
|
1273
1271
|
StatusDescription: import_smithy_client.expectString,
|
|
@@ -1287,11 +1285,11 @@ var de_DescribeApplicationInstanceDetailsCommand = /* @__PURE__ */ __name(async
|
|
|
1287
1285
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1288
1286
|
ApplicationInstanceId: import_smithy_client.expectString,
|
|
1289
1287
|
ApplicationInstanceIdToReplace: import_smithy_client.expectString,
|
|
1290
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1288
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1291
1289
|
DefaultRuntimeContextDevice: import_smithy_client.expectString,
|
|
1292
1290
|
Description: import_smithy_client.expectString,
|
|
1293
|
-
ManifestOverridesPayload: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1294
|
-
ManifestPayload: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1291
|
+
ManifestOverridesPayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "ManifestOverridesPayload"),
|
|
1292
|
+
ManifestPayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "ManifestPayload"),
|
|
1295
1293
|
Name: import_smithy_client.expectString
|
|
1296
1294
|
});
|
|
1297
1295
|
Object.assign(contents, doc);
|
|
@@ -1309,8 +1307,8 @@ var de_DescribeDeviceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1309
1307
|
AlternateSoftwares: import_smithy_client._json,
|
|
1310
1308
|
Arn: import_smithy_client.expectString,
|
|
1311
1309
|
Brand: import_smithy_client.expectString,
|
|
1312
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1313
|
-
CurrentNetworkingStatus: (_) => de_NetworkStatus(_, context),
|
|
1310
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1311
|
+
CurrentNetworkingStatus: /* @__PURE__ */ __name((_) => de_NetworkStatus(_, context), "CurrentNetworkingStatus"),
|
|
1314
1312
|
CurrentSoftware: import_smithy_client.expectString,
|
|
1315
1313
|
Description: import_smithy_client.expectString,
|
|
1316
1314
|
DeviceAggregatedStatus: import_smithy_client.expectString,
|
|
@@ -1319,7 +1317,7 @@ var de_DescribeDeviceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1319
1317
|
LatestAlternateSoftware: import_smithy_client.expectString,
|
|
1320
1318
|
LatestDeviceJob: import_smithy_client._json,
|
|
1321
1319
|
LatestSoftware: import_smithy_client.expectString,
|
|
1322
|
-
LeaseExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1320
|
+
LeaseExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LeaseExpirationTime"),
|
|
1323
1321
|
Name: import_smithy_client.expectString,
|
|
1324
1322
|
NetworkingConfiguration: import_smithy_client._json,
|
|
1325
1323
|
ProvisioningStatus: import_smithy_client.expectString,
|
|
@@ -1339,7 +1337,7 @@ var de_DescribeDeviceJobCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1339
1337
|
});
|
|
1340
1338
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1341
1339
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1342
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1340
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1343
1341
|
DeviceArn: import_smithy_client.expectString,
|
|
1344
1342
|
DeviceId: import_smithy_client.expectString,
|
|
1345
1343
|
DeviceName: import_smithy_client.expectString,
|
|
@@ -1363,9 +1361,9 @@ var de_DescribeNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1363
1361
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1364
1362
|
AssetName: import_smithy_client.expectString,
|
|
1365
1363
|
Category: import_smithy_client.expectString,
|
|
1366
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1364
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1367
1365
|
Description: import_smithy_client.expectString,
|
|
1368
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1366
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1369
1367
|
Name: import_smithy_client.expectString,
|
|
1370
1368
|
NodeId: import_smithy_client.expectString,
|
|
1371
1369
|
NodeInterface: import_smithy_client._json,
|
|
@@ -1388,10 +1386,10 @@ var de_DescribeNodeFromTemplateJobCommand = /* @__PURE__ */ __name(async (output
|
|
|
1388
1386
|
});
|
|
1389
1387
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1390
1388
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1391
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1389
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1392
1390
|
JobId: import_smithy_client.expectString,
|
|
1393
1391
|
JobTags: import_smithy_client._json,
|
|
1394
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1392
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1395
1393
|
NodeDescription: import_smithy_client.expectString,
|
|
1396
1394
|
NodeName: import_smithy_client.expectString,
|
|
1397
1395
|
OutputPackageName: import_smithy_client.expectString,
|
|
@@ -1414,7 +1412,7 @@ var de_DescribePackageCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1414
1412
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1415
1413
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1416
1414
|
Arn: import_smithy_client.expectString,
|
|
1417
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1415
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1418
1416
|
PackageId: import_smithy_client.expectString,
|
|
1419
1417
|
PackageName: import_smithy_client.expectString,
|
|
1420
1418
|
ReadAccessPrincipalArns: import_smithy_client._json,
|
|
@@ -1435,12 +1433,12 @@ var de_DescribePackageImportJobCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1435
1433
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1436
1434
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1437
1435
|
ClientToken: import_smithy_client.expectString,
|
|
1438
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1436
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1439
1437
|
InputConfig: import_smithy_client._json,
|
|
1440
1438
|
JobId: import_smithy_client.expectString,
|
|
1441
1439
|
JobTags: import_smithy_client._json,
|
|
1442
1440
|
JobType: import_smithy_client.expectString,
|
|
1443
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1441
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1444
1442
|
Output: import_smithy_client._json,
|
|
1445
1443
|
OutputConfig: import_smithy_client._json,
|
|
1446
1444
|
Status: import_smithy_client.expectString,
|
|
@@ -1465,7 +1463,7 @@ var de_DescribePackageVersionCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1465
1463
|
PackageName: import_smithy_client.expectString,
|
|
1466
1464
|
PackageVersion: import_smithy_client.expectString,
|
|
1467
1465
|
PatchVersion: import_smithy_client.expectString,
|
|
1468
|
-
RegisteredTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1466
|
+
RegisteredTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RegisteredTime"),
|
|
1469
1467
|
Status: import_smithy_client.expectString,
|
|
1470
1468
|
StatusDescription: import_smithy_client.expectString
|
|
1471
1469
|
});
|
|
@@ -1511,7 +1509,7 @@ var de_ListApplicationInstancesCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1511
1509
|
});
|
|
1512
1510
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1513
1511
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1514
|
-
ApplicationInstances: (_) => de_ApplicationInstances(_, context),
|
|
1512
|
+
ApplicationInstances: /* @__PURE__ */ __name((_) => de_ApplicationInstances(_, context), "ApplicationInstances"),
|
|
1515
1513
|
NextToken: import_smithy_client.expectString
|
|
1516
1514
|
});
|
|
1517
1515
|
Object.assign(contents, doc);
|
|
@@ -1526,7 +1524,7 @@ var de_ListDevicesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1526
1524
|
});
|
|
1527
1525
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1528
1526
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1529
|
-
Devices: (_) => de_DeviceList(_, context),
|
|
1527
|
+
Devices: /* @__PURE__ */ __name((_) => de_DeviceList(_, context), "Devices"),
|
|
1530
1528
|
NextToken: import_smithy_client.expectString
|
|
1531
1529
|
});
|
|
1532
1530
|
Object.assign(contents, doc);
|
|
@@ -1541,7 +1539,7 @@ var de_ListDevicesJobsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1541
1539
|
});
|
|
1542
1540
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1543
1541
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1544
|
-
DeviceJobs: (_) => de_DeviceJobList(_, context),
|
|
1542
|
+
DeviceJobs: /* @__PURE__ */ __name((_) => de_DeviceJobList(_, context), "DeviceJobs"),
|
|
1545
1543
|
NextToken: import_smithy_client.expectString
|
|
1546
1544
|
});
|
|
1547
1545
|
Object.assign(contents, doc);
|
|
@@ -1557,7 +1555,7 @@ var de_ListNodeFromTemplateJobsCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1557
1555
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1558
1556
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1559
1557
|
NextToken: import_smithy_client.expectString,
|
|
1560
|
-
NodeFromTemplateJobs: (_) => de_NodeFromTemplateJobList(_, context)
|
|
1558
|
+
NodeFromTemplateJobs: /* @__PURE__ */ __name((_) => de_NodeFromTemplateJobList(_, context), "NodeFromTemplateJobs")
|
|
1561
1559
|
});
|
|
1562
1560
|
Object.assign(contents, doc);
|
|
1563
1561
|
return contents;
|
|
@@ -1572,7 +1570,7 @@ var de_ListNodesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1572
1570
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1573
1571
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1574
1572
|
NextToken: import_smithy_client.expectString,
|
|
1575
|
-
Nodes: (_) => de_NodesList(_, context)
|
|
1573
|
+
Nodes: /* @__PURE__ */ __name((_) => de_NodesList(_, context), "Nodes")
|
|
1576
1574
|
});
|
|
1577
1575
|
Object.assign(contents, doc);
|
|
1578
1576
|
return contents;
|
|
@@ -1587,7 +1585,7 @@ var de_ListPackageImportJobsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1587
1585
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1588
1586
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1589
1587
|
NextToken: import_smithy_client.expectString,
|
|
1590
|
-
PackageImportJobs: (_) => de_PackageImportJobList(_, context)
|
|
1588
|
+
PackageImportJobs: /* @__PURE__ */ __name((_) => de_PackageImportJobList(_, context), "PackageImportJobs")
|
|
1591
1589
|
});
|
|
1592
1590
|
Object.assign(contents, doc);
|
|
1593
1591
|
return contents;
|
|
@@ -1602,7 +1600,7 @@ var de_ListPackagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1602
1600
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1603
1601
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1604
1602
|
NextToken: import_smithy_client.expectString,
|
|
1605
|
-
Packages: (_) => de_PackageList(_, context)
|
|
1603
|
+
Packages: /* @__PURE__ */ __name((_) => de_PackageList(_, context), "Packages")
|
|
1606
1604
|
});
|
|
1607
1605
|
Object.assign(contents, doc);
|
|
1608
1606
|
return contents;
|
|
@@ -1840,13 +1838,13 @@ var de_ApplicationInstance = /* @__PURE__ */ __name((output, context) => {
|
|
|
1840
1838
|
return (0, import_smithy_client.take)(output, {
|
|
1841
1839
|
ApplicationInstanceId: import_smithy_client.expectString,
|
|
1842
1840
|
Arn: import_smithy_client.expectString,
|
|
1843
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1841
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1844
1842
|
DefaultRuntimeContextDevice: import_smithy_client.expectString,
|
|
1845
1843
|
DefaultRuntimeContextDeviceName: import_smithy_client.expectString,
|
|
1846
1844
|
Description: import_smithy_client.expectString,
|
|
1847
1845
|
HealthStatus: import_smithy_client.expectString,
|
|
1848
1846
|
Name: import_smithy_client.expectString,
|
|
1849
|
-
RuntimeContextStates: (_) => de_ReportedRuntimeContextStates(_, context),
|
|
1847
|
+
RuntimeContextStates: /* @__PURE__ */ __name((_) => de_ReportedRuntimeContextStates(_, context), "RuntimeContextStates"),
|
|
1850
1848
|
Status: import_smithy_client.expectString,
|
|
1851
1849
|
StatusDescription: import_smithy_client.expectString,
|
|
1852
1850
|
Tags: import_smithy_client._json
|
|
@@ -1861,14 +1859,14 @@ var de_ApplicationInstances = /* @__PURE__ */ __name((output, context) => {
|
|
|
1861
1859
|
var de_Device = /* @__PURE__ */ __name((output, context) => {
|
|
1862
1860
|
return (0, import_smithy_client.take)(output, {
|
|
1863
1861
|
Brand: import_smithy_client.expectString,
|
|
1864
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1862
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1865
1863
|
CurrentSoftware: import_smithy_client.expectString,
|
|
1866
1864
|
Description: import_smithy_client.expectString,
|
|
1867
1865
|
DeviceAggregatedStatus: import_smithy_client.expectString,
|
|
1868
1866
|
DeviceId: import_smithy_client.expectString,
|
|
1869
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1867
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1870
1868
|
LatestDeviceJob: import_smithy_client._json,
|
|
1871
|
-
LeaseExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1869
|
+
LeaseExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LeaseExpirationTime"),
|
|
1872
1870
|
Name: import_smithy_client.expectString,
|
|
1873
1871
|
ProvisioningStatus: import_smithy_client.expectString,
|
|
1874
1872
|
Tags: import_smithy_client._json,
|
|
@@ -1877,7 +1875,7 @@ var de_Device = /* @__PURE__ */ __name((output, context) => {
|
|
|
1877
1875
|
}, "de_Device");
|
|
1878
1876
|
var de_DeviceJob = /* @__PURE__ */ __name((output, context) => {
|
|
1879
1877
|
return (0, import_smithy_client.take)(output, {
|
|
1880
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1878
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1881
1879
|
DeviceId: import_smithy_client.expectString,
|
|
1882
1880
|
DeviceName: import_smithy_client.expectString,
|
|
1883
1881
|
JobId: import_smithy_client.expectString,
|
|
@@ -1900,14 +1898,14 @@ var de_NetworkStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
1900
1898
|
return (0, import_smithy_client.take)(output, {
|
|
1901
1899
|
Ethernet0Status: import_smithy_client._json,
|
|
1902
1900
|
Ethernet1Status: import_smithy_client._json,
|
|
1903
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1901
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1904
1902
|
NtpStatus: import_smithy_client._json
|
|
1905
1903
|
});
|
|
1906
1904
|
}, "de_NetworkStatus");
|
|
1907
1905
|
var de_Node = /* @__PURE__ */ __name((output, context) => {
|
|
1908
1906
|
return (0, import_smithy_client.take)(output, {
|
|
1909
1907
|
Category: import_smithy_client.expectString,
|
|
1910
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1908
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1911
1909
|
Description: import_smithy_client.expectString,
|
|
1912
1910
|
Name: import_smithy_client.expectString,
|
|
1913
1911
|
NodeId: import_smithy_client.expectString,
|
|
@@ -1921,7 +1919,7 @@ var de_Node = /* @__PURE__ */ __name((output, context) => {
|
|
|
1921
1919
|
}, "de_Node");
|
|
1922
1920
|
var de_NodeFromTemplateJob = /* @__PURE__ */ __name((output, context) => {
|
|
1923
1921
|
return (0, import_smithy_client.take)(output, {
|
|
1924
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1922
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1925
1923
|
JobId: import_smithy_client.expectString,
|
|
1926
1924
|
NodeName: import_smithy_client.expectString,
|
|
1927
1925
|
Status: import_smithy_client.expectString,
|
|
@@ -1943,10 +1941,10 @@ var de_NodesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1943
1941
|
}, "de_NodesList");
|
|
1944
1942
|
var de_PackageImportJob = /* @__PURE__ */ __name((output, context) => {
|
|
1945
1943
|
return (0, import_smithy_client.take)(output, {
|
|
1946
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1944
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1947
1945
|
JobId: import_smithy_client.expectString,
|
|
1948
1946
|
JobType: import_smithy_client.expectString,
|
|
1949
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1947
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1950
1948
|
Status: import_smithy_client.expectString,
|
|
1951
1949
|
StatusMessage: import_smithy_client.expectString
|
|
1952
1950
|
});
|
|
@@ -1966,7 +1964,7 @@ var de_PackageList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1966
1964
|
var de_PackageListItem = /* @__PURE__ */ __name((output, context) => {
|
|
1967
1965
|
return (0, import_smithy_client.take)(output, {
|
|
1968
1966
|
Arn: import_smithy_client.expectString,
|
|
1969
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1967
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1970
1968
|
PackageId: import_smithy_client.expectString,
|
|
1971
1969
|
PackageName: import_smithy_client.expectString,
|
|
1972
1970
|
Tags: import_smithy_client._json
|
|
@@ -1976,7 +1974,7 @@ var de_ReportedRuntimeContextState = /* @__PURE__ */ __name((output, context) =>
|
|
|
1976
1974
|
return (0, import_smithy_client.take)(output, {
|
|
1977
1975
|
DesiredState: import_smithy_client.expectString,
|
|
1978
1976
|
DeviceReportedStatus: import_smithy_client.expectString,
|
|
1979
|
-
DeviceReportedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1977
|
+
DeviceReportedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeviceReportedTime"),
|
|
1980
1978
|
RuntimeContextName: import_smithy_client.expectString
|
|
1981
1979
|
});
|
|
1982
1980
|
}, "de_ReportedRuntimeContextState");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-panorama",
|
|
3
3
|
"description": "AWS SDK for JavaScript Panorama 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-panorama",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
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.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
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",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|