@aws-sdk/client-iottwinmaker 3.296.0 → 3.298.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/README.md +7 -5
- package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +2 -3
- package/dist-cjs/commands/CreateComponentTypeCommand.js +2 -3
- package/dist-cjs/commands/CreateEntityCommand.js +2 -3
- package/dist-cjs/commands/CreateSceneCommand.js +2 -3
- package/dist-cjs/commands/CreateSyncJobCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -3
- package/dist-cjs/commands/DeleteComponentTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteEntityCommand.js +2 -3
- package/dist-cjs/commands/DeleteSceneCommand.js +2 -3
- package/dist-cjs/commands/DeleteSyncJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -3
- package/dist-cjs/commands/ExecuteQueryCommand.js +2 -3
- package/dist-cjs/commands/GetComponentTypeCommand.js +2 -3
- package/dist-cjs/commands/GetEntityCommand.js +2 -3
- package/dist-cjs/commands/GetPricingPlanCommand.js +2 -3
- package/dist-cjs/commands/GetPropertyValueCommand.js +2 -3
- package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +2 -3
- package/dist-cjs/commands/GetSceneCommand.js +2 -3
- package/dist-cjs/commands/GetSyncJobCommand.js +2 -3
- package/dist-cjs/commands/GetWorkspaceCommand.js +2 -3
- package/dist-cjs/commands/ListComponentTypesCommand.js +2 -3
- package/dist-cjs/commands/ListEntitiesCommand.js +2 -3
- package/dist-cjs/commands/ListScenesCommand.js +2 -3
- package/dist-cjs/commands/ListSyncJobsCommand.js +2 -3
- package/dist-cjs/commands/ListSyncResourcesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListWorkspacesCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateComponentTypeCommand.js +2 -3
- package/dist-cjs/commands/UpdateEntityCommand.js +2 -3
- package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -3
- package/dist-cjs/commands/UpdateSceneCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -3
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +1 -493
- package/dist-cjs/protocols/Aws_restJson1.js +39 -0
- package/dist-es/commands/BatchPutPropertyValuesCommand.js +2 -3
- package/dist-es/commands/CreateComponentTypeCommand.js +2 -3
- package/dist-es/commands/CreateEntityCommand.js +2 -3
- package/dist-es/commands/CreateSceneCommand.js +2 -3
- package/dist-es/commands/CreateSyncJobCommand.js +2 -3
- package/dist-es/commands/CreateWorkspaceCommand.js +2 -3
- package/dist-es/commands/DeleteComponentTypeCommand.js +2 -3
- package/dist-es/commands/DeleteEntityCommand.js +2 -3
- package/dist-es/commands/DeleteSceneCommand.js +2 -3
- package/dist-es/commands/DeleteSyncJobCommand.js +2 -3
- package/dist-es/commands/DeleteWorkspaceCommand.js +2 -3
- package/dist-es/commands/ExecuteQueryCommand.js +2 -3
- package/dist-es/commands/GetComponentTypeCommand.js +2 -3
- package/dist-es/commands/GetEntityCommand.js +2 -3
- package/dist-es/commands/GetPricingPlanCommand.js +2 -3
- package/dist-es/commands/GetPropertyValueCommand.js +2 -3
- package/dist-es/commands/GetPropertyValueHistoryCommand.js +2 -3
- package/dist-es/commands/GetSceneCommand.js +2 -3
- package/dist-es/commands/GetSyncJobCommand.js +2 -3
- package/dist-es/commands/GetWorkspaceCommand.js +2 -3
- package/dist-es/commands/ListComponentTypesCommand.js +2 -3
- package/dist-es/commands/ListEntitiesCommand.js +2 -3
- package/dist-es/commands/ListScenesCommand.js +2 -3
- package/dist-es/commands/ListSyncJobsCommand.js +2 -3
- package/dist-es/commands/ListSyncResourcesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListWorkspacesCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateComponentTypeCommand.js +2 -3
- package/dist-es/commands/UpdateEntityCommand.js +2 -3
- package/dist-es/commands/UpdatePricingPlanCommand.js +2 -3
- package/dist-es/commands/UpdateSceneCommand.js +2 -3
- package/dist-es/commands/UpdateWorkspaceCommand.js +2 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +0 -374
- package/dist-es/protocols/Aws_restJson1.js +39 -0
- package/dist-types/IoTTwinMaker.d.ts +51 -10
- package/dist-types/IoTTwinMakerClient.d.ts +31 -9
- package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +16 -0
- package/dist-types/commands/CreateComponentTypeCommand.d.ts +16 -0
- package/dist-types/commands/CreateEntityCommand.d.ts +16 -0
- package/dist-types/commands/CreateSceneCommand.d.ts +16 -0
- package/dist-types/commands/CreateSyncJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteComponentTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEntityCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSceneCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSyncJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/ExecuteQueryCommand.d.ts +18 -1
- package/dist-types/commands/GetComponentTypeCommand.d.ts +16 -0
- package/dist-types/commands/GetEntityCommand.d.ts +16 -0
- package/dist-types/commands/GetPricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/GetPropertyValueCommand.d.ts +18 -1
- package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +21 -3
- package/dist-types/commands/GetSceneCommand.d.ts +16 -0
- package/dist-types/commands/GetSyncJobCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/ListComponentTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/ListScenesCommand.d.ts +16 -0
- package/dist-types/commands/ListSyncJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListSyncResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateComponentTypeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEntityCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSceneCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +16 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/IoTTwinMakerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +463 -546
- package/dist-types/pagination/ExecuteQueryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPropertyValueHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPropertyValuePaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListComponentTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEntitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListScenesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSyncJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSyncResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkspacesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4 -330
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateComponentTypeRequestFilterSensitiveLog, UpdateComponentTypeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateComponentTypeCommand, serializeAws_restJson1UpdateComponentTypeCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateComponentTypeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateComponentTypeCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateEntityRequestFilterSensitiveLog, UpdateEntityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateEntityCommand, serializeAws_restJson1UpdateEntityCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateEntityCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateEntityCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdatePricingPlanRequestFilterSensitiveLog, UpdatePricingPlanResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdatePricingPlanCommand, serializeAws_restJson1UpdatePricingPlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdatePricingPlanCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdatePricingPlanCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateSceneRequestFilterSensitiveLog, UpdateSceneResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateSceneCommand, serializeAws_restJson1UpdateSceneCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateSceneCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateSceneCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateWorkspaceRequestFilterSensitiveLog, UpdateWorkspaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateWorkspaceCommand, serializeAws_restJson1UpdateWorkspaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateWorkspaceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateWorkspaceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const q = "
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://iottwinmaker-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://iottwinmaker-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://iottwinmaker.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://iottwinmaker.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -291,377 +291,3 @@ export var ParentEntityUpdateType;
|
|
|
291
291
|
ParentEntityUpdateType["DELETE"] = "DELETE";
|
|
292
292
|
ParentEntityUpdateType["UPDATE"] = "UPDATE";
|
|
293
293
|
})(ParentEntityUpdateType || (ParentEntityUpdateType = {}));
|
|
294
|
-
export const EntityPropertyReferenceFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
});
|
|
297
|
-
export const RelationshipValueFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
export const LambdaFunctionFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
export const DataConnectorFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
export const FunctionRequestFilterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
309
|
-
export const RelationshipFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
export const PropertyGroupRequestFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
export const CreateComponentTypeResponseFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
export const ComponentPropertyGroupRequestFilterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
export const CreateEntityResponseFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
export const CreateSceneRequestFilterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
export const CreateSceneResponseFilterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
export const CreateSyncJobRequestFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
export const CreateSyncJobResponseFilterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
|
-
export const CreateWorkspaceRequestFilterSensitiveLog = (obj) => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
export const CreateWorkspaceResponseFilterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
});
|
|
342
|
-
export const DeleteComponentTypeRequestFilterSensitiveLog = (obj) => ({
|
|
343
|
-
...obj,
|
|
344
|
-
});
|
|
345
|
-
export const DeleteComponentTypeResponseFilterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
export const DeleteEntityRequestFilterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
});
|
|
351
|
-
export const DeleteEntityResponseFilterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
});
|
|
354
|
-
export const DeleteSceneRequestFilterSensitiveLog = (obj) => ({
|
|
355
|
-
...obj,
|
|
356
|
-
});
|
|
357
|
-
export const DeleteSceneResponseFilterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
export const DeleteSyncJobRequestFilterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
});
|
|
363
|
-
export const DeleteSyncJobResponseFilterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
export const DeleteWorkspaceRequestFilterSensitiveLog = (obj) => ({
|
|
367
|
-
...obj,
|
|
368
|
-
});
|
|
369
|
-
export const DeleteWorkspaceResponseFilterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
export const ExecuteQueryRequestFilterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
export const ColumnDescriptionFilterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
});
|
|
378
|
-
export const RowFilterSensitiveLog = (obj) => ({
|
|
379
|
-
...obj,
|
|
380
|
-
});
|
|
381
|
-
export const ExecuteQueryResponseFilterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
export const GetComponentTypeRequestFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
});
|
|
387
|
-
export const FunctionResponseFilterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
});
|
|
390
|
-
export const PropertyGroupResponseFilterSensitiveLog = (obj) => ({
|
|
391
|
-
...obj,
|
|
392
|
-
});
|
|
393
|
-
export const ErrorDetailsFilterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
export const StatusFilterSensitiveLog = (obj) => ({
|
|
397
|
-
...obj,
|
|
398
|
-
});
|
|
399
|
-
export const GetEntityRequestFilterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
export const ComponentPropertyGroupResponseFilterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
|
-
export const GetPricingPlanRequestFilterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
});
|
|
408
|
-
export const BundleInformationFilterSensitiveLog = (obj) => ({
|
|
409
|
-
...obj,
|
|
410
|
-
});
|
|
411
|
-
export const PricingPlanFilterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
});
|
|
414
|
-
export const GetPricingPlanResponseFilterSensitiveLog = (obj) => ({
|
|
415
|
-
...obj,
|
|
416
|
-
});
|
|
417
|
-
export const OrderByFilterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
export const InterpolationParametersFilterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
});
|
|
423
|
-
export const GetSceneRequestFilterSensitiveLog = (obj) => ({
|
|
424
|
-
...obj,
|
|
425
|
-
});
|
|
426
|
-
export const GetSceneResponseFilterSensitiveLog = (obj) => ({
|
|
427
|
-
...obj,
|
|
428
|
-
});
|
|
429
|
-
export const GetSyncJobRequestFilterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
export const SyncJobStatusFilterSensitiveLog = (obj) => ({
|
|
433
|
-
...obj,
|
|
434
|
-
});
|
|
435
|
-
export const GetSyncJobResponseFilterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
export const GetWorkspaceRequestFilterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
export const GetWorkspaceResponseFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
444
|
-
export const ListComponentTypesFilterFilterSensitiveLog = (obj) => {
|
|
445
|
-
if (obj.extendsFrom !== undefined)
|
|
446
|
-
return { extendsFrom: obj.extendsFrom };
|
|
447
|
-
if (obj.namespace !== undefined)
|
|
448
|
-
return { namespace: obj.namespace };
|
|
449
|
-
if (obj.isAbstract !== undefined)
|
|
450
|
-
return { isAbstract: obj.isAbstract };
|
|
451
|
-
if (obj.$unknown !== undefined)
|
|
452
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
453
|
-
};
|
|
454
|
-
export const ListComponentTypesRequestFilterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
...(obj.filters && { filters: obj.filters.map((item) => ListComponentTypesFilterFilterSensitiveLog(item)) }),
|
|
457
|
-
});
|
|
458
|
-
export const ComponentTypeSummaryFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
export const ListComponentTypesResponseFilterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
export const ListEntitiesFilterFilterSensitiveLog = (obj) => {
|
|
465
|
-
if (obj.parentEntityId !== undefined)
|
|
466
|
-
return { parentEntityId: obj.parentEntityId };
|
|
467
|
-
if (obj.componentTypeId !== undefined)
|
|
468
|
-
return { componentTypeId: obj.componentTypeId };
|
|
469
|
-
if (obj.externalId !== undefined)
|
|
470
|
-
return { externalId: obj.externalId };
|
|
471
|
-
if (obj.$unknown !== undefined)
|
|
472
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
473
|
-
};
|
|
474
|
-
export const ListEntitiesRequestFilterSensitiveLog = (obj) => ({
|
|
475
|
-
...obj,
|
|
476
|
-
...(obj.filters && { filters: obj.filters.map((item) => ListEntitiesFilterFilterSensitiveLog(item)) }),
|
|
477
|
-
});
|
|
478
|
-
export const EntitySummaryFilterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
export const ListEntitiesResponseFilterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
export const ListScenesRequestFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
export const SceneSummaryFilterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
export const ListScenesResponseFilterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
|
-
export const ListSyncJobsRequestFilterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
export const SyncJobSummaryFilterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
export const ListSyncJobsResponseFilterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
export const SyncResourceFilterFilterSensitiveLog = (obj) => {
|
|
503
|
-
if (obj.state !== undefined)
|
|
504
|
-
return { state: obj.state };
|
|
505
|
-
if (obj.resourceType !== undefined)
|
|
506
|
-
return { resourceType: obj.resourceType };
|
|
507
|
-
if (obj.resourceId !== undefined)
|
|
508
|
-
return { resourceId: obj.resourceId };
|
|
509
|
-
if (obj.externalId !== undefined)
|
|
510
|
-
return { externalId: obj.externalId };
|
|
511
|
-
if (obj.$unknown !== undefined)
|
|
512
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
513
|
-
};
|
|
514
|
-
export const ListSyncResourcesRequestFilterSensitiveLog = (obj) => ({
|
|
515
|
-
...obj,
|
|
516
|
-
...(obj.filters && { filters: obj.filters.map((item) => SyncResourceFilterFilterSensitiveLog(item)) }),
|
|
517
|
-
});
|
|
518
|
-
export const SyncResourceStatusFilterSensitiveLog = (obj) => ({
|
|
519
|
-
...obj,
|
|
520
|
-
});
|
|
521
|
-
export const SyncResourceSummaryFilterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
export const ListSyncResourcesResponseFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
531
|
-
...obj,
|
|
532
|
-
});
|
|
533
|
-
export const ListWorkspacesRequestFilterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
export const WorkspaceSummaryFilterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
|
-
export const ListWorkspacesResponseFilterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
543
|
-
...obj,
|
|
544
|
-
});
|
|
545
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
});
|
|
551
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
export const UpdateComponentTypeResponseFilterSensitiveLog = (obj) => ({
|
|
555
|
-
...obj,
|
|
556
|
-
});
|
|
557
|
-
export const ParentEntityUpdateRequestFilterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
export const UpdateEntityResponseFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
});
|
|
563
|
-
export const UpdatePricingPlanRequestFilterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
export const UpdatePricingPlanResponseFilterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
});
|
|
569
|
-
export const UpdateSceneRequestFilterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
export const UpdateSceneResponseFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|
|
575
|
-
export const UpdateWorkspaceRequestFilterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
export const UpdateWorkspaceResponseFilterSensitiveLog = (obj) => ({
|
|
579
|
-
...obj,
|
|
580
|
-
});
|
|
581
|
-
export const DataValueFilterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
export const PropertyFilterFilterSensitiveLog = (obj) => ({
|
|
585
|
-
...obj,
|
|
586
|
-
});
|
|
587
|
-
export const PropertyLatestValueFilterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
export const PropertyValueFilterSensitiveLog = (obj) => ({
|
|
591
|
-
...obj,
|
|
592
|
-
});
|
|
593
|
-
export const DataTypeFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
export const GetPropertyValueHistoryRequestFilterSensitiveLog = (obj) => ({
|
|
597
|
-
...obj,
|
|
598
|
-
});
|
|
599
|
-
export const PropertyValueEntryFilterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
export const PropertyValueHistoryFilterSensitiveLog = (obj) => ({
|
|
603
|
-
...obj,
|
|
604
|
-
});
|
|
605
|
-
export const TabularConditionsFilterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
export const BatchPutPropertyErrorFilterSensitiveLog = (obj) => ({
|
|
609
|
-
...obj,
|
|
610
|
-
});
|
|
611
|
-
export const GetPropertyValueRequestFilterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
export const BatchPutPropertyValuesRequestFilterSensitiveLog = (obj) => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
export const GetPropertyValueHistoryResponseFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
export const BatchPutPropertyErrorEntryFilterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
});
|
|
623
|
-
export const PropertyDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
export const PropertyDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
627
|
-
...obj,
|
|
628
|
-
});
|
|
629
|
-
export const BatchPutPropertyValuesResponseFilterSensitiveLog = (obj) => ({
|
|
630
|
-
...obj,
|
|
631
|
-
});
|
|
632
|
-
export const GetPropertyValueResponseFilterSensitiveLog = (obj) => ({
|
|
633
|
-
...obj,
|
|
634
|
-
});
|
|
635
|
-
export const CreateComponentTypeRequestFilterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
});
|
|
638
|
-
export const GetComponentTypeResponseFilterSensitiveLog = (obj) => ({
|
|
639
|
-
...obj,
|
|
640
|
-
});
|
|
641
|
-
export const UpdateComponentTypeRequestFilterSensitiveLog = (obj) => ({
|
|
642
|
-
...obj,
|
|
643
|
-
});
|
|
644
|
-
export const PropertyRequestFilterSensitiveLog = (obj) => ({
|
|
645
|
-
...obj,
|
|
646
|
-
});
|
|
647
|
-
export const PropertyResponseFilterSensitiveLog = (obj) => ({
|
|
648
|
-
...obj,
|
|
649
|
-
});
|
|
650
|
-
export const ComponentRequestFilterSensitiveLog = (obj) => ({
|
|
651
|
-
...obj,
|
|
652
|
-
});
|
|
653
|
-
export const ComponentResponseFilterSensitiveLog = (obj) => ({
|
|
654
|
-
...obj,
|
|
655
|
-
});
|
|
656
|
-
export const ComponentUpdateRequestFilterSensitiveLog = (obj) => ({
|
|
657
|
-
...obj,
|
|
658
|
-
});
|
|
659
|
-
export const CreateEntityRequestFilterSensitiveLog = (obj) => ({
|
|
660
|
-
...obj,
|
|
661
|
-
});
|
|
662
|
-
export const GetEntityResponseFilterSensitiveLog = (obj) => ({
|
|
663
|
-
...obj,
|
|
664
|
-
});
|
|
665
|
-
export const UpdateEntityRequestFilterSensitiveLog = (obj) => ({
|
|
666
|
-
...obj,
|
|
667
|
-
});
|
|
@@ -122,6 +122,9 @@ export const serializeAws_restJson1CreateSceneCommand = async (input, context) =
|
|
|
122
122
|
...(input.contentLocation != null && { contentLocation: input.contentLocation }),
|
|
123
123
|
...(input.description != null && { description: input.description }),
|
|
124
124
|
...(input.sceneId != null && { sceneId: input.sceneId }),
|
|
125
|
+
...(input.sceneMetadata != null && {
|
|
126
|
+
sceneMetadata: serializeAws_restJson1SceneMetadataMap(input.sceneMetadata, context),
|
|
127
|
+
}),
|
|
125
128
|
...(input.tags != null && { tags: serializeAws_restJson1TagMap(input.tags, context) }),
|
|
126
129
|
});
|
|
127
130
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -984,6 +987,9 @@ export const serializeAws_restJson1UpdateSceneCommand = async (input, context) =
|
|
|
984
987
|
}),
|
|
985
988
|
...(input.contentLocation != null && { contentLocation: input.contentLocation }),
|
|
986
989
|
...(input.description != null && { description: input.description }),
|
|
990
|
+
...(input.sceneMetadata != null && {
|
|
991
|
+
sceneMetadata: serializeAws_restJson1SceneMetadataMap(input.sceneMetadata, context),
|
|
992
|
+
}),
|
|
987
993
|
});
|
|
988
994
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
989
995
|
if (context.disableHostPrefix !== true) {
|
|
@@ -1963,9 +1969,15 @@ export const deserializeAws_restJson1GetSceneCommand = async (output, context) =
|
|
|
1963
1969
|
if (data.description != null) {
|
|
1964
1970
|
contents.description = __expectString(data.description);
|
|
1965
1971
|
}
|
|
1972
|
+
if (data.generatedSceneMetadata != null) {
|
|
1973
|
+
contents.generatedSceneMetadata = deserializeAws_restJson1GeneratedSceneMetadataMap(data.generatedSceneMetadata, context);
|
|
1974
|
+
}
|
|
1966
1975
|
if (data.sceneId != null) {
|
|
1967
1976
|
contents.sceneId = __expectString(data.sceneId);
|
|
1968
1977
|
}
|
|
1978
|
+
if (data.sceneMetadata != null) {
|
|
1979
|
+
contents.sceneMetadata = deserializeAws_restJson1SceneMetadataMap(data.sceneMetadata, context);
|
|
1980
|
+
}
|
|
1969
1981
|
if (data.updateDateTime != null) {
|
|
1970
1982
|
contents.updateDateTime = __expectNonNull(__parseEpochTimestamp(__expectNumber(data.updateDateTime)));
|
|
1971
1983
|
}
|
|
@@ -3274,6 +3286,15 @@ const serializeAws_restJson1SceneCapabilities = (input, context) => {
|
|
|
3274
3286
|
return entry;
|
|
3275
3287
|
});
|
|
3276
3288
|
};
|
|
3289
|
+
const serializeAws_restJson1SceneMetadataMap = (input, context) => {
|
|
3290
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
3291
|
+
if (value === null) {
|
|
3292
|
+
return acc;
|
|
3293
|
+
}
|
|
3294
|
+
acc[key] = value;
|
|
3295
|
+
return acc;
|
|
3296
|
+
}, {});
|
|
3297
|
+
};
|
|
3277
3298
|
const serializeAws_restJson1SelectedPropertyList = (input, context) => {
|
|
3278
3299
|
return input
|
|
3279
3300
|
.filter((e) => e != null)
|
|
@@ -3578,6 +3599,15 @@ const deserializeAws_restJson1FunctionsResponse = (output, context) => {
|
|
|
3578
3599
|
return acc;
|
|
3579
3600
|
}, {});
|
|
3580
3601
|
};
|
|
3602
|
+
const deserializeAws_restJson1GeneratedSceneMetadataMap = (output, context) => {
|
|
3603
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
3604
|
+
if (value === null) {
|
|
3605
|
+
return acc;
|
|
3606
|
+
}
|
|
3607
|
+
acc[key] = __expectString(value);
|
|
3608
|
+
return acc;
|
|
3609
|
+
}, {});
|
|
3610
|
+
};
|
|
3581
3611
|
const deserializeAws_restJson1LambdaFunction = (output, context) => {
|
|
3582
3612
|
return {
|
|
3583
3613
|
arn: __expectString(output.arn),
|
|
@@ -3815,6 +3845,15 @@ const deserializeAws_restJson1SceneCapabilities = (output, context) => {
|
|
|
3815
3845
|
});
|
|
3816
3846
|
return retVal;
|
|
3817
3847
|
};
|
|
3848
|
+
const deserializeAws_restJson1SceneMetadataMap = (output, context) => {
|
|
3849
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
3850
|
+
if (value === null) {
|
|
3851
|
+
return acc;
|
|
3852
|
+
}
|
|
3853
|
+
acc[key] = __expectString(value);
|
|
3854
|
+
return acc;
|
|
3855
|
+
}, {});
|
|
3856
|
+
};
|
|
3818
3857
|
const deserializeAws_restJson1SceneSummaries = (output, context) => {
|
|
3819
3858
|
const retVal = (output || [])
|
|
3820
3859
|
.filter((e) => e != null)
|