@aws-sdk/client-greengrassv2 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 +51 -51
- 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
|
AssociateServiceRoleToAccountCommand: () => AssociateServiceRoleToAccountCommand,
|
|
26
26
|
BatchAssociateClientDeviceWithCoreDeviceCommand: () => BatchAssociateClientDeviceWithCoreDeviceCommand,
|
|
@@ -92,7 +92,7 @@ __export(src_exports, {
|
|
|
92
92
|
paginateListEffectiveDeployments: () => paginateListEffectiveDeployments,
|
|
93
93
|
paginateListInstalledComponents: () => paginateListInstalledComponents
|
|
94
94
|
});
|
|
95
|
-
module.exports = __toCommonJS(
|
|
95
|
+
module.exports = __toCommonJS(index_exports);
|
|
96
96
|
|
|
97
97
|
// src/GreengrassV2Client.ts
|
|
98
98
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -219,9 +219,9 @@ var GreengrassV2Client = class extends import_smithy_client.Client {
|
|
|
219
219
|
this.middlewareStack.use(
|
|
220
220
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
221
221
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultGreengrassV2HttpAuthSchemeParametersProvider,
|
|
222
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
222
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
223
223
|
"aws.auth#sigv4": config.credentials
|
|
224
|
-
})
|
|
224
|
+
}), "identityProviderConfigProvider")
|
|
225
225
|
})
|
|
226
226
|
);
|
|
227
227
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -631,7 +631,7 @@ var se_BatchAssociateClientDeviceWithCoreDeviceCommand = /* @__PURE__ */ __name(
|
|
|
631
631
|
let body;
|
|
632
632
|
body = JSON.stringify(
|
|
633
633
|
(0, import_smithy_client.take)(input, {
|
|
634
|
-
entries: (_) => (0, import_smithy_client._json)(_)
|
|
634
|
+
entries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "entries")
|
|
635
635
|
})
|
|
636
636
|
);
|
|
637
637
|
b.m("POST").h(headers).b(body);
|
|
@@ -647,7 +647,7 @@ var se_BatchDisassociateClientDeviceFromCoreDeviceCommand = /* @__PURE__ */ __na
|
|
|
647
647
|
let body;
|
|
648
648
|
body = JSON.stringify(
|
|
649
649
|
(0, import_smithy_client.take)(input, {
|
|
650
|
-
entries: (_) => (0, import_smithy_client._json)(_)
|
|
650
|
+
entries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "entries")
|
|
651
651
|
})
|
|
652
652
|
);
|
|
653
653
|
b.m("POST").h(headers).b(body);
|
|
@@ -672,9 +672,9 @@ var se_CreateComponentVersionCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
672
672
|
body = JSON.stringify(
|
|
673
673
|
(0, import_smithy_client.take)(input, {
|
|
674
674
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
675
|
-
inlineRecipe: (_) => context.base64Encoder(_),
|
|
676
|
-
lambdaFunction: (_) => (0, import_smithy_client._json)(_),
|
|
677
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
675
|
+
inlineRecipe: /* @__PURE__ */ __name((_) => context.base64Encoder(_), "inlineRecipe"),
|
|
676
|
+
lambdaFunction: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "lambdaFunction"),
|
|
677
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
678
678
|
})
|
|
679
679
|
);
|
|
680
680
|
b.m("POST").h(headers).b(body);
|
|
@@ -690,12 +690,12 @@ var se_CreateDeploymentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
690
690
|
body = JSON.stringify(
|
|
691
691
|
(0, import_smithy_client.take)(input, {
|
|
692
692
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
693
|
-
components: (_) => se_ComponentDeploymentSpecifications(_, context),
|
|
693
|
+
components: /* @__PURE__ */ __name((_) => se_ComponentDeploymentSpecifications(_, context), "components"),
|
|
694
694
|
deploymentName: [],
|
|
695
|
-
deploymentPolicies: (_) => (0, import_smithy_client._json)(_),
|
|
696
|
-
iotJobConfiguration: (_) => se_DeploymentIoTJobConfiguration(_, context),
|
|
695
|
+
deploymentPolicies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "deploymentPolicies"),
|
|
696
|
+
iotJobConfiguration: /* @__PURE__ */ __name((_) => se_DeploymentIoTJobConfiguration(_, context), "iotJobConfiguration"),
|
|
697
697
|
parentTargetArn: [],
|
|
698
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
698
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
699
699
|
targetArn: []
|
|
700
700
|
})
|
|
701
701
|
);
|
|
@@ -922,8 +922,8 @@ var se_ResolveComponentCandidatesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
922
922
|
let body;
|
|
923
923
|
body = JSON.stringify(
|
|
924
924
|
(0, import_smithy_client.take)(input, {
|
|
925
|
-
componentCandidates: (_) => (0, import_smithy_client._json)(_),
|
|
926
|
-
platform: (_) => (0, import_smithy_client._json)(_)
|
|
925
|
+
componentCandidates: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "componentCandidates"),
|
|
926
|
+
platform: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "platform")
|
|
927
927
|
})
|
|
928
928
|
);
|
|
929
929
|
b.m("POST").h(headers).b(body);
|
|
@@ -939,7 +939,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
939
939
|
let body;
|
|
940
940
|
body = JSON.stringify(
|
|
941
941
|
(0, import_smithy_client.take)(input, {
|
|
942
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
942
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
943
943
|
})
|
|
944
944
|
);
|
|
945
945
|
b.m("POST").h(headers).b(body);
|
|
@@ -1041,7 +1041,7 @@ var de_CreateComponentVersionCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1041
1041
|
arn: import_smithy_client.expectString,
|
|
1042
1042
|
componentName: import_smithy_client.expectString,
|
|
1043
1043
|
componentVersion: import_smithy_client.expectString,
|
|
1044
|
-
creationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1044
|
+
creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
|
|
1045
1045
|
status: import_smithy_client._json
|
|
1046
1046
|
});
|
|
1047
1047
|
Object.assign(contents, doc);
|
|
@@ -1105,7 +1105,7 @@ var de_DescribeComponentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1105
1105
|
arn: import_smithy_client.expectString,
|
|
1106
1106
|
componentName: import_smithy_client.expectString,
|
|
1107
1107
|
componentVersion: import_smithy_client.expectString,
|
|
1108
|
-
creationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1108
|
+
creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
|
|
1109
1109
|
description: import_smithy_client.expectString,
|
|
1110
1110
|
platforms: import_smithy_client._json,
|
|
1111
1111
|
publisher: import_smithy_client.expectString,
|
|
@@ -1186,7 +1186,7 @@ var de_GetCoreDeviceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1186
1186
|
architecture: import_smithy_client.expectString,
|
|
1187
1187
|
coreDeviceThingName: import_smithy_client.expectString,
|
|
1188
1188
|
coreVersion: import_smithy_client.expectString,
|
|
1189
|
-
lastStatusUpdateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1189
|
+
lastStatusUpdateTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusUpdateTimestamp"),
|
|
1190
1190
|
platform: import_smithy_client.expectString,
|
|
1191
1191
|
runtime: import_smithy_client.expectString,
|
|
1192
1192
|
status: import_smithy_client.expectString,
|
|
@@ -1204,14 +1204,14 @@ var de_GetDeploymentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1204
1204
|
});
|
|
1205
1205
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1206
1206
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1207
|
-
components: (_) => de_ComponentDeploymentSpecifications(_, context),
|
|
1208
|
-
creationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1207
|
+
components: /* @__PURE__ */ __name((_) => de_ComponentDeploymentSpecifications(_, context), "components"),
|
|
1208
|
+
creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
|
|
1209
1209
|
deploymentId: import_smithy_client.expectString,
|
|
1210
1210
|
deploymentName: import_smithy_client.expectString,
|
|
1211
1211
|
deploymentPolicies: import_smithy_client._json,
|
|
1212
1212
|
deploymentStatus: import_smithy_client.expectString,
|
|
1213
1213
|
iotJobArn: import_smithy_client.expectString,
|
|
1214
|
-
iotJobConfiguration: (_) => de_DeploymentIoTJobConfiguration(_, context),
|
|
1214
|
+
iotJobConfiguration: /* @__PURE__ */ __name((_) => de_DeploymentIoTJobConfiguration(_, context), "iotJobConfiguration"),
|
|
1215
1215
|
iotJobId: import_smithy_client.expectString,
|
|
1216
1216
|
isLatestForTarget: import_smithy_client.expectBoolean,
|
|
1217
1217
|
parentTargetArn: import_smithy_client.expectString,
|
|
@@ -1246,7 +1246,7 @@ var de_ListClientDevicesAssociatedWithCoreDeviceCommand = /* @__PURE__ */ __name
|
|
|
1246
1246
|
});
|
|
1247
1247
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1248
1248
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1249
|
-
associatedClientDevices: (_) => de_AssociatedClientDeviceList(_, context),
|
|
1249
|
+
associatedClientDevices: /* @__PURE__ */ __name((_) => de_AssociatedClientDeviceList(_, context), "associatedClientDevices"),
|
|
1250
1250
|
nextToken: import_smithy_client.expectString
|
|
1251
1251
|
});
|
|
1252
1252
|
Object.assign(contents, doc);
|
|
@@ -1261,7 +1261,7 @@ var de_ListComponentsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1261
1261
|
});
|
|
1262
1262
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1263
1263
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1264
|
-
components: (_) => de_ComponentList(_, context),
|
|
1264
|
+
components: /* @__PURE__ */ __name((_) => de_ComponentList(_, context), "components"),
|
|
1265
1265
|
nextToken: import_smithy_client.expectString
|
|
1266
1266
|
});
|
|
1267
1267
|
Object.assign(contents, doc);
|
|
@@ -1291,7 +1291,7 @@ var de_ListCoreDevicesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1291
1291
|
});
|
|
1292
1292
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1293
1293
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1294
|
-
coreDevices: (_) => de_CoreDevicesList(_, context),
|
|
1294
|
+
coreDevices: /* @__PURE__ */ __name((_) => de_CoreDevicesList(_, context), "coreDevices"),
|
|
1295
1295
|
nextToken: import_smithy_client.expectString
|
|
1296
1296
|
});
|
|
1297
1297
|
Object.assign(contents, doc);
|
|
@@ -1306,7 +1306,7 @@ var de_ListDeploymentsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1306
1306
|
});
|
|
1307
1307
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1308
1308
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1309
|
-
deployments: (_) => de_DeploymentList(_, context),
|
|
1309
|
+
deployments: /* @__PURE__ */ __name((_) => de_DeploymentList(_, context), "deployments"),
|
|
1310
1310
|
nextToken: import_smithy_client.expectString
|
|
1311
1311
|
});
|
|
1312
1312
|
Object.assign(contents, doc);
|
|
@@ -1321,7 +1321,7 @@ var de_ListEffectiveDeploymentsCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1321
1321
|
});
|
|
1322
1322
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1323
1323
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1324
|
-
effectiveDeployments: (_) => de_EffectiveDeploymentsList(_, context),
|
|
1324
|
+
effectiveDeployments: /* @__PURE__ */ __name((_) => de_EffectiveDeploymentsList(_, context), "effectiveDeployments"),
|
|
1325
1325
|
nextToken: import_smithy_client.expectString
|
|
1326
1326
|
});
|
|
1327
1327
|
Object.assign(contents, doc);
|
|
@@ -1336,7 +1336,7 @@ var de_ListInstalledComponentsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1336
1336
|
});
|
|
1337
1337
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1338
1338
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1339
|
-
installedComponents: (_) => de_InstalledComponentList(_, context),
|
|
1339
|
+
installedComponents: /* @__PURE__ */ __name((_) => de_InstalledComponentList(_, context), "installedComponents"),
|
|
1340
1340
|
nextToken: import_smithy_client.expectString
|
|
1341
1341
|
});
|
|
1342
1342
|
Object.assign(contents, doc);
|
|
@@ -1365,7 +1365,7 @@ var de_ResolveComponentCandidatesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1365
1365
|
});
|
|
1366
1366
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1367
1367
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1368
|
-
resolvedComponentVersions: (_) => de_ResolvedComponentVersionsList(_, context)
|
|
1368
|
+
resolvedComponentVersions: /* @__PURE__ */ __name((_) => de_ResolvedComponentVersionsList(_, context), "resolvedComponentVersions")
|
|
1369
1369
|
});
|
|
1370
1370
|
Object.assign(contents, doc);
|
|
1371
1371
|
return contents;
|
|
@@ -1570,7 +1570,7 @@ var se_ComponentDeploymentSpecification = /* @__PURE__ */ __name((input, context
|
|
|
1570
1570
|
return (0, import_smithy_client.take)(input, {
|
|
1571
1571
|
componentVersion: [],
|
|
1572
1572
|
configurationUpdate: import_smithy_client._json,
|
|
1573
|
-
runWith: (_) => se_ComponentRunWith(_, context)
|
|
1573
|
+
runWith: /* @__PURE__ */ __name((_) => se_ComponentRunWith(_, context), "runWith")
|
|
1574
1574
|
});
|
|
1575
1575
|
}, "se_ComponentDeploymentSpecification");
|
|
1576
1576
|
var se_ComponentDeploymentSpecifications = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1585,7 +1585,7 @@ var se_ComponentDeploymentSpecifications = /* @__PURE__ */ __name((input, contex
|
|
|
1585
1585
|
var se_ComponentRunWith = /* @__PURE__ */ __name((input, context) => {
|
|
1586
1586
|
return (0, import_smithy_client.take)(input, {
|
|
1587
1587
|
posixUser: [],
|
|
1588
|
-
systemResourceLimits: (_) => se_SystemResourceLimits(_, context),
|
|
1588
|
+
systemResourceLimits: /* @__PURE__ */ __name((_) => se_SystemResourceLimits(_, context), "systemResourceLimits"),
|
|
1589
1589
|
windowsUser: []
|
|
1590
1590
|
});
|
|
1591
1591
|
}, "se_ComponentRunWith");
|
|
@@ -1604,14 +1604,14 @@ var se_connectivityInfoList = /* @__PURE__ */ __name((input, context) => {
|
|
|
1604
1604
|
}, "se_connectivityInfoList");
|
|
1605
1605
|
var se_DeploymentIoTJobConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
1606
1606
|
return (0, import_smithy_client.take)(input, {
|
|
1607
|
-
abortConfig: (_) => se_IoTJobAbortConfig(_, context),
|
|
1608
|
-
jobExecutionsRolloutConfig: (_) => se_IoTJobExecutionsRolloutConfig(_, context),
|
|
1607
|
+
abortConfig: /* @__PURE__ */ __name((_) => se_IoTJobAbortConfig(_, context), "abortConfig"),
|
|
1608
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => se_IoTJobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
1609
1609
|
timeoutConfig: import_smithy_client._json
|
|
1610
1610
|
});
|
|
1611
1611
|
}, "se_DeploymentIoTJobConfiguration");
|
|
1612
1612
|
var se_IoTJobAbortConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1613
1613
|
return (0, import_smithy_client.take)(input, {
|
|
1614
|
-
criteriaList: (_) => se_IoTJobAbortCriteriaList(_, context)
|
|
1614
|
+
criteriaList: /* @__PURE__ */ __name((_) => se_IoTJobAbortCriteriaList(_, context), "criteriaList")
|
|
1615
1615
|
});
|
|
1616
1616
|
}, "se_IoTJobAbortConfig");
|
|
1617
1617
|
var se_IoTJobAbortCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1629,7 +1629,7 @@ var se_IoTJobAbortCriteriaList = /* @__PURE__ */ __name((input, context) => {
|
|
|
1629
1629
|
}, "se_IoTJobAbortCriteriaList");
|
|
1630
1630
|
var se_IoTJobExecutionsRolloutConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1631
1631
|
return (0, import_smithy_client.take)(input, {
|
|
1632
|
-
exponentialRate: (_) => se_IoTJobExponentialRolloutRate(_, context),
|
|
1632
|
+
exponentialRate: /* @__PURE__ */ __name((_) => se_IoTJobExponentialRolloutRate(_, context), "exponentialRate"),
|
|
1633
1633
|
maximumPerMinute: []
|
|
1634
1634
|
});
|
|
1635
1635
|
}, "se_IoTJobExecutionsRolloutConfig");
|
|
@@ -1648,7 +1648,7 @@ var se_SystemResourceLimits = /* @__PURE__ */ __name((input, context) => {
|
|
|
1648
1648
|
}, "se_SystemResourceLimits");
|
|
1649
1649
|
var de_AssociatedClientDevice = /* @__PURE__ */ __name((output, context) => {
|
|
1650
1650
|
return (0, import_smithy_client.take)(output, {
|
|
1651
|
-
associationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1651
|
+
associationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "associationTimestamp"),
|
|
1652
1652
|
thingName: import_smithy_client.expectString
|
|
1653
1653
|
});
|
|
1654
1654
|
}, "de_AssociatedClientDevice");
|
|
@@ -1662,14 +1662,14 @@ var de_Component = /* @__PURE__ */ __name((output, context) => {
|
|
|
1662
1662
|
return (0, import_smithy_client.take)(output, {
|
|
1663
1663
|
arn: import_smithy_client.expectString,
|
|
1664
1664
|
componentName: import_smithy_client.expectString,
|
|
1665
|
-
latestVersion: (_) => de_ComponentLatestVersion(_, context)
|
|
1665
|
+
latestVersion: /* @__PURE__ */ __name((_) => de_ComponentLatestVersion(_, context), "latestVersion")
|
|
1666
1666
|
});
|
|
1667
1667
|
}, "de_Component");
|
|
1668
1668
|
var de_ComponentDeploymentSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
1669
1669
|
return (0, import_smithy_client.take)(output, {
|
|
1670
1670
|
componentVersion: import_smithy_client.expectString,
|
|
1671
1671
|
configurationUpdate: import_smithy_client._json,
|
|
1672
|
-
runWith: (_) => de_ComponentRunWith(_, context)
|
|
1672
|
+
runWith: /* @__PURE__ */ __name((_) => de_ComponentRunWith(_, context), "runWith")
|
|
1673
1673
|
});
|
|
1674
1674
|
}, "de_ComponentDeploymentSpecification");
|
|
1675
1675
|
var de_ComponentDeploymentSpecifications = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1688,7 +1688,7 @@ var de_ComponentLatestVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
1688
1688
|
return (0, import_smithy_client.take)(output, {
|
|
1689
1689
|
arn: import_smithy_client.expectString,
|
|
1690
1690
|
componentVersion: import_smithy_client.expectString,
|
|
1691
|
-
creationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1691
|
+
creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
|
|
1692
1692
|
description: import_smithy_client.expectString,
|
|
1693
1693
|
platforms: import_smithy_client._json,
|
|
1694
1694
|
publisher: import_smithy_client.expectString
|
|
@@ -1703,7 +1703,7 @@ var de_ComponentList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1703
1703
|
var de_ComponentRunWith = /* @__PURE__ */ __name((output, context) => {
|
|
1704
1704
|
return (0, import_smithy_client.take)(output, {
|
|
1705
1705
|
posixUser: import_smithy_client.expectString,
|
|
1706
|
-
systemResourceLimits: (_) => de_SystemResourceLimits(_, context),
|
|
1706
|
+
systemResourceLimits: /* @__PURE__ */ __name((_) => de_SystemResourceLimits(_, context), "systemResourceLimits"),
|
|
1707
1707
|
windowsUser: import_smithy_client.expectString
|
|
1708
1708
|
});
|
|
1709
1709
|
}, "de_ComponentRunWith");
|
|
@@ -1725,7 +1725,7 @@ var de_CoreDevice = /* @__PURE__ */ __name((output, context) => {
|
|
|
1725
1725
|
return (0, import_smithy_client.take)(output, {
|
|
1726
1726
|
architecture: import_smithy_client.expectString,
|
|
1727
1727
|
coreDeviceThingName: import_smithy_client.expectString,
|
|
1728
|
-
lastStatusUpdateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1728
|
+
lastStatusUpdateTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusUpdateTimestamp"),
|
|
1729
1729
|
platform: import_smithy_client.expectString,
|
|
1730
1730
|
runtime: import_smithy_client.expectString,
|
|
1731
1731
|
status: import_smithy_client.expectString
|
|
@@ -1739,7 +1739,7 @@ var de_CoreDevicesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1739
1739
|
}, "de_CoreDevicesList");
|
|
1740
1740
|
var de_Deployment = /* @__PURE__ */ __name((output, context) => {
|
|
1741
1741
|
return (0, import_smithy_client.take)(output, {
|
|
1742
|
-
creationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1742
|
+
creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
|
|
1743
1743
|
deploymentId: import_smithy_client.expectString,
|
|
1744
1744
|
deploymentName: import_smithy_client.expectString,
|
|
1745
1745
|
deploymentStatus: import_smithy_client.expectString,
|
|
@@ -1751,8 +1751,8 @@ var de_Deployment = /* @__PURE__ */ __name((output, context) => {
|
|
|
1751
1751
|
}, "de_Deployment");
|
|
1752
1752
|
var de_DeploymentIoTJobConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
1753
1753
|
return (0, import_smithy_client.take)(output, {
|
|
1754
|
-
abortConfig: (_) => de_IoTJobAbortConfig(_, context),
|
|
1755
|
-
jobExecutionsRolloutConfig: (_) => de_IoTJobExecutionsRolloutConfig(_, context),
|
|
1754
|
+
abortConfig: /* @__PURE__ */ __name((_) => de_IoTJobAbortConfig(_, context), "abortConfig"),
|
|
1755
|
+
jobExecutionsRolloutConfig: /* @__PURE__ */ __name((_) => de_IoTJobExecutionsRolloutConfig(_, context), "jobExecutionsRolloutConfig"),
|
|
1756
1756
|
timeoutConfig: import_smithy_client._json
|
|
1757
1757
|
});
|
|
1758
1758
|
}, "de_DeploymentIoTJobConfiguration");
|
|
@@ -1765,13 +1765,13 @@ var de_DeploymentList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1765
1765
|
var de_EffectiveDeployment = /* @__PURE__ */ __name((output, context) => {
|
|
1766
1766
|
return (0, import_smithy_client.take)(output, {
|
|
1767
1767
|
coreDeviceExecutionStatus: import_smithy_client.expectString,
|
|
1768
|
-
creationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1768
|
+
creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
|
|
1769
1769
|
deploymentId: import_smithy_client.expectString,
|
|
1770
1770
|
deploymentName: import_smithy_client.expectString,
|
|
1771
1771
|
description: import_smithy_client.expectString,
|
|
1772
1772
|
iotJobArn: import_smithy_client.expectString,
|
|
1773
1773
|
iotJobId: import_smithy_client.expectString,
|
|
1774
|
-
modifiedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1774
|
+
modifiedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "modifiedTimestamp"),
|
|
1775
1775
|
reason: import_smithy_client.expectString,
|
|
1776
1776
|
statusDetails: import_smithy_client._json,
|
|
1777
1777
|
targetArn: import_smithy_client.expectString
|
|
@@ -1789,8 +1789,8 @@ var de_InstalledComponent = /* @__PURE__ */ __name((output, context) => {
|
|
|
1789
1789
|
componentVersion: import_smithy_client.expectString,
|
|
1790
1790
|
isRoot: import_smithy_client.expectBoolean,
|
|
1791
1791
|
lastInstallationSource: import_smithy_client.expectString,
|
|
1792
|
-
lastReportedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1793
|
-
lastStatusChangeTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1792
|
+
lastReportedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastReportedTimestamp"),
|
|
1793
|
+
lastStatusChangeTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusChangeTimestamp"),
|
|
1794
1794
|
lifecycleState: import_smithy_client.expectString,
|
|
1795
1795
|
lifecycleStateDetails: import_smithy_client.expectString,
|
|
1796
1796
|
lifecycleStatusCodes: import_smithy_client._json
|
|
@@ -1804,7 +1804,7 @@ var de_InstalledComponentList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1804
1804
|
}, "de_InstalledComponentList");
|
|
1805
1805
|
var de_IoTJobAbortConfig = /* @__PURE__ */ __name((output, context) => {
|
|
1806
1806
|
return (0, import_smithy_client.take)(output, {
|
|
1807
|
-
criteriaList: (_) => de_IoTJobAbortCriteriaList(_, context)
|
|
1807
|
+
criteriaList: /* @__PURE__ */ __name((_) => de_IoTJobAbortCriteriaList(_, context), "criteriaList")
|
|
1808
1808
|
});
|
|
1809
1809
|
}, "de_IoTJobAbortConfig");
|
|
1810
1810
|
var de_IoTJobAbortCriteria = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1823,7 +1823,7 @@ var de_IoTJobAbortCriteriaList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1823
1823
|
}, "de_IoTJobAbortCriteriaList");
|
|
1824
1824
|
var de_IoTJobExecutionsRolloutConfig = /* @__PURE__ */ __name((output, context) => {
|
|
1825
1825
|
return (0, import_smithy_client.take)(output, {
|
|
1826
|
-
exponentialRate: (_) => de_IoTJobExponentialRolloutRate(_, context),
|
|
1826
|
+
exponentialRate: /* @__PURE__ */ __name((_) => de_IoTJobExponentialRolloutRate(_, context), "exponentialRate"),
|
|
1827
1827
|
maximumPerMinute: import_smithy_client.expectInt32
|
|
1828
1828
|
});
|
|
1829
1829
|
}, "de_IoTJobExecutionsRolloutConfig");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrassv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrassv2 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-greengrassv2",
|
|
@@ -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",
|