@aws-sdk/client-simspaceweaver 3.758.0 → 3.774.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 +15 -15
- package/package.json +7 -7
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
|
ClockStatus: () => ClockStatus,
|
|
26
26
|
ClockTargetStatus: () => ClockTargetStatus,
|
|
@@ -60,7 +60,7 @@ __export(src_exports, {
|
|
|
60
60
|
paginateListApps: () => paginateListApps,
|
|
61
61
|
paginateListSimulations: () => paginateListSimulations
|
|
62
62
|
});
|
|
63
|
-
module.exports = __toCommonJS(
|
|
63
|
+
module.exports = __toCommonJS(index_exports);
|
|
64
64
|
|
|
65
65
|
// src/SimSpaceWeaverClient.ts
|
|
66
66
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -187,9 +187,9 @@ var SimSpaceWeaverClient = class extends import_smithy_client.Client {
|
|
|
187
187
|
this.middlewareStack.use(
|
|
188
188
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
189
189
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSimSpaceWeaverHttpAuthSchemeParametersProvider,
|
|
190
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
190
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
191
191
|
"aws.auth#sigv4": config.credentials
|
|
192
|
-
})
|
|
192
|
+
}), "identityProviderConfigProvider")
|
|
193
193
|
})
|
|
194
194
|
);
|
|
195
195
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -444,7 +444,7 @@ var se_CreateSnapshotCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
444
444
|
let body;
|
|
445
445
|
body = JSON.stringify(
|
|
446
446
|
(0, import_smithy_client.take)(input, {
|
|
447
|
-
Destination: (_) => (0, import_smithy_client._json)(_),
|
|
447
|
+
Destination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Destination"),
|
|
448
448
|
Simulation: []
|
|
449
449
|
})
|
|
450
450
|
);
|
|
@@ -546,7 +546,7 @@ var se_StartAppCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
546
546
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
547
547
|
Description: [],
|
|
548
548
|
Domain: [],
|
|
549
|
-
LaunchOverrides: (_) => (0, import_smithy_client._json)(_),
|
|
549
|
+
LaunchOverrides: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LaunchOverrides"),
|
|
550
550
|
Name: [],
|
|
551
551
|
Simulation: []
|
|
552
552
|
})
|
|
@@ -583,9 +583,9 @@ var se_StartSimulationCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
583
583
|
MaximumDuration: [],
|
|
584
584
|
Name: [],
|
|
585
585
|
RoleArn: [],
|
|
586
|
-
SchemaS3Location: (_) => (0, import_smithy_client._json)(_),
|
|
587
|
-
SnapshotS3Location: (_) => (0, import_smithy_client._json)(_),
|
|
588
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
586
|
+
SchemaS3Location: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SchemaS3Location"),
|
|
587
|
+
SnapshotS3Location: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SnapshotS3Location"),
|
|
588
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
589
589
|
})
|
|
590
590
|
);
|
|
591
591
|
b.m("POST").h(headers).b(body);
|
|
@@ -648,7 +648,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
648
648
|
let body;
|
|
649
649
|
body = JSON.stringify(
|
|
650
650
|
(0, import_smithy_client.take)(input, {
|
|
651
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
651
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
652
652
|
})
|
|
653
653
|
);
|
|
654
654
|
b.m("POST").h(headers).b(body);
|
|
@@ -727,7 +727,7 @@ var de_DescribeSimulationCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
727
727
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
728
728
|
const doc = (0, import_smithy_client.take)(data, {
|
|
729
729
|
Arn: import_smithy_client.expectString,
|
|
730
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
730
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
731
731
|
Description: import_smithy_client.expectString,
|
|
732
732
|
ExecutionId: import_smithy_client.expectString,
|
|
733
733
|
LiveSimulationState: import_smithy_client._json,
|
|
@@ -770,7 +770,7 @@ var de_ListSimulationsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
770
770
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
771
771
|
const doc = (0, import_smithy_client.take)(data, {
|
|
772
772
|
NextToken: import_smithy_client.expectString,
|
|
773
|
-
Simulations: (_) => de_SimulationList(_, context)
|
|
773
|
+
Simulations: /* @__PURE__ */ __name((_) => de_SimulationList(_, context), "Simulations")
|
|
774
774
|
});
|
|
775
775
|
Object.assign(contents, doc);
|
|
776
776
|
return contents;
|
|
@@ -825,7 +825,7 @@ var de_StartSimulationCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
825
825
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
826
826
|
const doc = (0, import_smithy_client.take)(data, {
|
|
827
827
|
Arn: import_smithy_client.expectString,
|
|
828
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
828
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
829
829
|
ExecutionId: import_smithy_client.expectString
|
|
830
830
|
});
|
|
831
831
|
Object.assign(contents, doc);
|
|
@@ -1019,7 +1019,7 @@ var de_SimulationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1019
1019
|
var de_SimulationMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
1020
1020
|
return (0, import_smithy_client.take)(output, {
|
|
1021
1021
|
Arn: import_smithy_client.expectString,
|
|
1022
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1022
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1023
1023
|
Name: import_smithy_client.expectString,
|
|
1024
1024
|
Status: import_smithy_client.expectString,
|
|
1025
1025
|
TargetStatus: import_smithy_client.expectString
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-simspaceweaver",
|
|
3
3
|
"description": "AWS SDK for JavaScript Simspaceweaver Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.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-simspaceweaver",
|
|
@@ -20,17 +20,17 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.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.774.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.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|