@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
|
@@ -129,6 +129,9 @@ const serializeAws_restJson1CreateSceneCommand = async (input, context) => {
|
|
|
129
129
|
...(input.contentLocation != null && { contentLocation: input.contentLocation }),
|
|
130
130
|
...(input.description != null && { description: input.description }),
|
|
131
131
|
...(input.sceneId != null && { sceneId: input.sceneId }),
|
|
132
|
+
...(input.sceneMetadata != null && {
|
|
133
|
+
sceneMetadata: serializeAws_restJson1SceneMetadataMap(input.sceneMetadata, context),
|
|
134
|
+
}),
|
|
132
135
|
...(input.tags != null && { tags: serializeAws_restJson1TagMap(input.tags, context) }),
|
|
133
136
|
});
|
|
134
137
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1020,6 +1023,9 @@ const serializeAws_restJson1UpdateSceneCommand = async (input, context) => {
|
|
|
1020
1023
|
}),
|
|
1021
1024
|
...(input.contentLocation != null && { contentLocation: input.contentLocation }),
|
|
1022
1025
|
...(input.description != null && { description: input.description }),
|
|
1026
|
+
...(input.sceneMetadata != null && {
|
|
1027
|
+
sceneMetadata: serializeAws_restJson1SceneMetadataMap(input.sceneMetadata, context),
|
|
1028
|
+
}),
|
|
1023
1029
|
});
|
|
1024
1030
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1025
1031
|
if (context.disableHostPrefix !== true) {
|
|
@@ -2018,9 +2024,15 @@ const deserializeAws_restJson1GetSceneCommand = async (output, context) => {
|
|
|
2018
2024
|
if (data.description != null) {
|
|
2019
2025
|
contents.description = (0, smithy_client_1.expectString)(data.description);
|
|
2020
2026
|
}
|
|
2027
|
+
if (data.generatedSceneMetadata != null) {
|
|
2028
|
+
contents.generatedSceneMetadata = deserializeAws_restJson1GeneratedSceneMetadataMap(data.generatedSceneMetadata, context);
|
|
2029
|
+
}
|
|
2021
2030
|
if (data.sceneId != null) {
|
|
2022
2031
|
contents.sceneId = (0, smithy_client_1.expectString)(data.sceneId);
|
|
2023
2032
|
}
|
|
2033
|
+
if (data.sceneMetadata != null) {
|
|
2034
|
+
contents.sceneMetadata = deserializeAws_restJson1SceneMetadataMap(data.sceneMetadata, context);
|
|
2035
|
+
}
|
|
2024
2036
|
if (data.updateDateTime != null) {
|
|
2025
2037
|
contents.updateDateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(data.updateDateTime)));
|
|
2026
2038
|
}
|
|
@@ -3346,6 +3358,15 @@ const serializeAws_restJson1SceneCapabilities = (input, context) => {
|
|
|
3346
3358
|
return entry;
|
|
3347
3359
|
});
|
|
3348
3360
|
};
|
|
3361
|
+
const serializeAws_restJson1SceneMetadataMap = (input, context) => {
|
|
3362
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
3363
|
+
if (value === null) {
|
|
3364
|
+
return acc;
|
|
3365
|
+
}
|
|
3366
|
+
acc[key] = value;
|
|
3367
|
+
return acc;
|
|
3368
|
+
}, {});
|
|
3369
|
+
};
|
|
3349
3370
|
const serializeAws_restJson1SelectedPropertyList = (input, context) => {
|
|
3350
3371
|
return input
|
|
3351
3372
|
.filter((e) => e != null)
|
|
@@ -3650,6 +3671,15 @@ const deserializeAws_restJson1FunctionsResponse = (output, context) => {
|
|
|
3650
3671
|
return acc;
|
|
3651
3672
|
}, {});
|
|
3652
3673
|
};
|
|
3674
|
+
const deserializeAws_restJson1GeneratedSceneMetadataMap = (output, context) => {
|
|
3675
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
3676
|
+
if (value === null) {
|
|
3677
|
+
return acc;
|
|
3678
|
+
}
|
|
3679
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
3680
|
+
return acc;
|
|
3681
|
+
}, {});
|
|
3682
|
+
};
|
|
3653
3683
|
const deserializeAws_restJson1LambdaFunction = (output, context) => {
|
|
3654
3684
|
return {
|
|
3655
3685
|
arn: (0, smithy_client_1.expectString)(output.arn),
|
|
@@ -3887,6 +3917,15 @@ const deserializeAws_restJson1SceneCapabilities = (output, context) => {
|
|
|
3887
3917
|
});
|
|
3888
3918
|
return retVal;
|
|
3889
3919
|
};
|
|
3920
|
+
const deserializeAws_restJson1SceneMetadataMap = (output, context) => {
|
|
3921
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
3922
|
+
if (value === null) {
|
|
3923
|
+
return acc;
|
|
3924
|
+
}
|
|
3925
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
3926
|
+
return acc;
|
|
3927
|
+
}, {});
|
|
3928
|
+
};
|
|
3890
3929
|
const deserializeAws_restJson1SceneSummaries = (output, context) => {
|
|
3891
3930
|
const retVal = (output || [])
|
|
3892
3931
|
.filter((e) => e != null)
|
|
@@ -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 { BatchPutPropertyValuesRequestFilterSensitiveLog, BatchPutPropertyValuesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1BatchPutPropertyValuesCommand, serializeAws_restJson1BatchPutPropertyValuesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class BatchPutPropertyValuesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class BatchPutPropertyValuesCommand 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 { CreateComponentTypeRequestFilterSensitiveLog, CreateComponentTypeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateComponentTypeCommand, serializeAws_restJson1CreateComponentTypeCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateComponentTypeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateComponentTypeCommand 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 { CreateEntityRequestFilterSensitiveLog, CreateEntityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateEntityCommand, serializeAws_restJson1CreateEntityCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateEntityCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateEntityCommand 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 { CreateSceneRequestFilterSensitiveLog, CreateSceneResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateSceneCommand, serializeAws_restJson1CreateSceneCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateSceneCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateSceneCommand 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 { CreateSyncJobRequestFilterSensitiveLog, CreateSyncJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateSyncJobCommand, serializeAws_restJson1CreateSyncJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateSyncJobCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateSyncJobCommand 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 { CreateWorkspaceRequestFilterSensitiveLog, CreateWorkspaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateWorkspaceCommand, serializeAws_restJson1CreateWorkspaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateWorkspaceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateWorkspaceCommand 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 { DeleteComponentTypeRequestFilterSensitiveLog, DeleteComponentTypeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteComponentTypeCommand, serializeAws_restJson1DeleteComponentTypeCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteComponentTypeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteComponentTypeCommand 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 { DeleteEntityRequestFilterSensitiveLog, DeleteEntityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteEntityCommand, serializeAws_restJson1DeleteEntityCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteEntityCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteEntityCommand 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 { DeleteSceneRequestFilterSensitiveLog, DeleteSceneResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteSceneCommand, serializeAws_restJson1DeleteSceneCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteSceneCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteSceneCommand 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 { DeleteSyncJobRequestFilterSensitiveLog, DeleteSyncJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteSyncJobCommand, serializeAws_restJson1DeleteSyncJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteSyncJobCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteSyncJobCommand 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 { DeleteWorkspaceRequestFilterSensitiveLog, DeleteWorkspaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteWorkspaceCommand, serializeAws_restJson1DeleteWorkspaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteWorkspaceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteWorkspaceCommand 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 { ExecuteQueryRequestFilterSensitiveLog, ExecuteQueryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ExecuteQueryCommand, serializeAws_restJson1ExecuteQueryCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ExecuteQueryCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ExecuteQueryCommand 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 { GetComponentTypeRequestFilterSensitiveLog, GetComponentTypeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetComponentTypeCommand, serializeAws_restJson1GetComponentTypeCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetComponentTypeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetComponentTypeCommand 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 { GetEntityRequestFilterSensitiveLog, GetEntityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetEntityCommand, serializeAws_restJson1GetEntityCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetEntityCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetEntityCommand 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 { GetPricingPlanRequestFilterSensitiveLog, GetPricingPlanResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetPricingPlanCommand, serializeAws_restJson1GetPricingPlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetPricingPlanCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetPricingPlanCommand 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 { GetPropertyValueRequestFilterSensitiveLog, GetPropertyValueResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetPropertyValueCommand, serializeAws_restJson1GetPropertyValueCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetPropertyValueCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetPropertyValueCommand 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 { GetPropertyValueHistoryRequestFilterSensitiveLog, GetPropertyValueHistoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetPropertyValueHistoryCommand, serializeAws_restJson1GetPropertyValueHistoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetPropertyValueHistoryCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetPropertyValueHistoryCommand 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 { GetSceneRequestFilterSensitiveLog, GetSceneResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetSceneCommand, serializeAws_restJson1GetSceneCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetSceneCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetSceneCommand 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 { GetSyncJobRequestFilterSensitiveLog, GetSyncJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetSyncJobCommand, serializeAws_restJson1GetSyncJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetSyncJobCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetSyncJobCommand 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 { GetWorkspaceRequestFilterSensitiveLog, GetWorkspaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetWorkspaceCommand, serializeAws_restJson1GetWorkspaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetWorkspaceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetWorkspaceCommand 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 { ListComponentTypesRequestFilterSensitiveLog, ListComponentTypesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListComponentTypesCommand, serializeAws_restJson1ListComponentTypesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListComponentTypesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListComponentTypesCommand 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 { ListEntitiesRequestFilterSensitiveLog, ListEntitiesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListEntitiesCommand, serializeAws_restJson1ListEntitiesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListEntitiesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListEntitiesCommand 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 { ListScenesRequestFilterSensitiveLog, ListScenesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListScenesCommand, serializeAws_restJson1ListScenesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListScenesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListScenesCommand 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 { ListSyncJobsRequestFilterSensitiveLog, ListSyncJobsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListSyncJobsCommand, serializeAws_restJson1ListSyncJobsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListSyncJobsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListSyncJobsCommand 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 { ListSyncResourcesRequestFilterSensitiveLog, ListSyncResourcesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListSyncResourcesCommand, serializeAws_restJson1ListSyncResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListSyncResourcesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListSyncResourcesCommand 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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand 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 { ListWorkspacesRequestFilterSensitiveLog, ListWorkspacesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListWorkspacesCommand, serializeAws_restJson1ListWorkspacesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListWorkspacesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListWorkspacesCommand 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);
|