@aws-sdk/client-iottwinmaker 3.948.0 → 3.953.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 +680 -490
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchPutPropertyValuesCommand.js +2 -2
- package/dist-es/commands/CancelMetadataTransferJobCommand.js +2 -2
- package/dist-es/commands/CreateComponentTypeCommand.js +2 -2
- package/dist-es/commands/CreateEntityCommand.js +2 -2
- package/dist-es/commands/CreateMetadataTransferJobCommand.js +2 -2
- package/dist-es/commands/CreateSceneCommand.js +2 -2
- package/dist-es/commands/CreateSyncJobCommand.js +2 -2
- package/dist-es/commands/CreateWorkspaceCommand.js +2 -2
- package/dist-es/commands/DeleteComponentTypeCommand.js +2 -2
- package/dist-es/commands/DeleteEntityCommand.js +2 -2
- package/dist-es/commands/DeleteSceneCommand.js +2 -2
- package/dist-es/commands/DeleteSyncJobCommand.js +2 -2
- package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
- package/dist-es/commands/ExecuteQueryCommand.js +2 -2
- package/dist-es/commands/GetComponentTypeCommand.js +2 -2
- package/dist-es/commands/GetEntityCommand.js +2 -2
- package/dist-es/commands/GetMetadataTransferJobCommand.js +2 -2
- package/dist-es/commands/GetPricingPlanCommand.js +2 -2
- package/dist-es/commands/GetPropertyValueCommand.js +2 -2
- package/dist-es/commands/GetPropertyValueHistoryCommand.js +2 -2
- package/dist-es/commands/GetSceneCommand.js +2 -2
- package/dist-es/commands/GetSyncJobCommand.js +2 -2
- package/dist-es/commands/GetWorkspaceCommand.js +2 -2
- package/dist-es/commands/ListComponentTypesCommand.js +2 -2
- package/dist-es/commands/ListComponentsCommand.js +2 -2
- package/dist-es/commands/ListEntitiesCommand.js +2 -2
- package/dist-es/commands/ListMetadataTransferJobsCommand.js +2 -2
- package/dist-es/commands/ListPropertiesCommand.js +2 -2
- package/dist-es/commands/ListScenesCommand.js +2 -2
- package/dist-es/commands/ListSyncJobsCommand.js +2 -2
- package/dist-es/commands/ListSyncResourcesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkspacesCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateComponentTypeCommand.js +2 -2
- package/dist-es/commands/UpdateEntityCommand.js +2 -2
- package/dist-es/commands/UpdatePricingPlanCommand.js +2 -2
- package/dist-es/commands/UpdateSceneCommand.js +2 -2
- package/dist-es/commands/UpdateWorkspaceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +421 -435
- package/dist-types/IoTTwinMakerClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +205 -269
- package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +204 -270
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.iottwinmaker",
|
|
32
|
+
version: "2021-11-29",
|
|
33
|
+
serviceTarget: "AWSIoTTwinMaker",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "IoTTwinMaker",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchPutPropertyValues } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchPutPropertyValues$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchPutPropertyValuesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchPutPropertyValuesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "BatchPutPropertyValues", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "BatchPutPropertyValuesCommand")
|
|
14
|
-
.sc(BatchPutPropertyValues)
|
|
14
|
+
.sc(BatchPutPropertyValues$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CancelMetadataTransferJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CancelMetadataTransferJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelMetadataTransferJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CancelMetadataTransferJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "CancelMetadataTransferJob", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "CancelMetadataTransferJobCommand")
|
|
14
|
-
.sc(CancelMetadataTransferJob)
|
|
14
|
+
.sc(CancelMetadataTransferJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateComponentType } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateComponentType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateComponentTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateComponentTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "CreateComponentType", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "CreateComponentTypeCommand")
|
|
14
|
-
.sc(CreateComponentType)
|
|
14
|
+
.sc(CreateComponentType$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateEntity } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateEntity$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateEntityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateEntityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "CreateEntity", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "CreateEntityCommand")
|
|
14
|
-
.sc(CreateEntity)
|
|
14
|
+
.sc(CreateEntity$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMetadataTransferJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMetadataTransferJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMetadataTransferJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMetadataTransferJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "CreateMetadataTransferJob", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "CreateMetadataTransferJobCommand")
|
|
14
|
-
.sc(CreateMetadataTransferJob)
|
|
14
|
+
.sc(CreateMetadataTransferJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateScene } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateScene$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSceneCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSceneCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "CreateScene", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "CreateSceneCommand")
|
|
14
|
-
.sc(CreateScene)
|
|
14
|
+
.sc(CreateScene$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSyncJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSyncJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSyncJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSyncJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "CreateSyncJob", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "CreateSyncJobCommand")
|
|
14
|
-
.sc(CreateSyncJob)
|
|
14
|
+
.sc(CreateSyncJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateWorkspace } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateWorkspace$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateWorkspaceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateWorkspaceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "CreateWorkspace", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "CreateWorkspaceCommand")
|
|
14
|
-
.sc(CreateWorkspace)
|
|
14
|
+
.sc(CreateWorkspace$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteComponentType } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteComponentType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteComponentTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteComponentTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "DeleteComponentType", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "DeleteComponentTypeCommand")
|
|
14
|
-
.sc(DeleteComponentType)
|
|
14
|
+
.sc(DeleteComponentType$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteEntity } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEntity$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEntityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEntityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "DeleteEntity", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "DeleteEntityCommand")
|
|
14
|
-
.sc(DeleteEntity)
|
|
14
|
+
.sc(DeleteEntity$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteScene } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteScene$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSceneCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSceneCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "DeleteScene", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "DeleteSceneCommand")
|
|
14
|
-
.sc(DeleteScene)
|
|
14
|
+
.sc(DeleteScene$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSyncJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSyncJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSyncJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSyncJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "DeleteSyncJob", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "DeleteSyncJobCommand")
|
|
14
|
-
.sc(DeleteSyncJob)
|
|
14
|
+
.sc(DeleteSyncJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteWorkspace } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWorkspace$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWorkspaceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWorkspaceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "DeleteWorkspace", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "DeleteWorkspaceCommand")
|
|
14
|
-
.sc(DeleteWorkspace)
|
|
14
|
+
.sc(DeleteWorkspace$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ExecuteQuery } from "../schemas/schemas_0";
|
|
4
|
+
import { ExecuteQuery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ExecuteQueryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ExecuteQueryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ExecuteQuery", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ExecuteQueryCommand")
|
|
14
|
-
.sc(ExecuteQuery)
|
|
14
|
+
.sc(ExecuteQuery$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetComponentType } from "../schemas/schemas_0";
|
|
4
|
+
import { GetComponentType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetComponentTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetComponentTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "GetComponentType", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "GetComponentTypeCommand")
|
|
14
|
-
.sc(GetComponentType)
|
|
14
|
+
.sc(GetComponentType$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEntity } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEntity$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEntityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEntityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "GetEntity", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "GetEntityCommand")
|
|
14
|
-
.sc(GetEntity)
|
|
14
|
+
.sc(GetEntity$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMetadataTransferJob } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMetadataTransferJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMetadataTransferJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMetadataTransferJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "GetMetadataTransferJob", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "GetMetadataTransferJobCommand")
|
|
14
|
-
.sc(GetMetadataTransferJob)
|
|
14
|
+
.sc(GetMetadataTransferJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPricingPlan } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPricingPlan$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPricingPlanCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPricingPlanCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "GetPricingPlan", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "GetPricingPlanCommand")
|
|
14
|
-
.sc(GetPricingPlan)
|
|
14
|
+
.sc(GetPricingPlan$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPropertyValue } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPropertyValue$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPropertyValueCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPropertyValueCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "GetPropertyValue", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "GetPropertyValueCommand")
|
|
14
|
-
.sc(GetPropertyValue)
|
|
14
|
+
.sc(GetPropertyValue$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPropertyValueHistory } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPropertyValueHistory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPropertyValueHistoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPropertyValueHistoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "GetPropertyValueHistory", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "GetPropertyValueHistoryCommand")
|
|
14
|
-
.sc(GetPropertyValueHistory)
|
|
14
|
+
.sc(GetPropertyValueHistory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetScene } from "../schemas/schemas_0";
|
|
4
|
+
import { GetScene$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSceneCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSceneCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "GetScene", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "GetSceneCommand")
|
|
14
|
-
.sc(GetScene)
|
|
14
|
+
.sc(GetScene$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSyncJob } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSyncJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSyncJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSyncJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "GetSyncJob", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "GetSyncJobCommand")
|
|
14
|
-
.sc(GetSyncJob)
|
|
14
|
+
.sc(GetSyncJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetWorkspace } from "../schemas/schemas_0";
|
|
4
|
+
import { GetWorkspace$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetWorkspaceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetWorkspaceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "GetWorkspace", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "GetWorkspaceCommand")
|
|
14
|
-
.sc(GetWorkspace)
|
|
14
|
+
.sc(GetWorkspace$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListComponentTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { ListComponentTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListComponentTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListComponentTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListComponentTypes", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListComponentTypesCommand")
|
|
14
|
-
.sc(ListComponentTypes)
|
|
14
|
+
.sc(ListComponentTypes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListComponents } from "../schemas/schemas_0";
|
|
4
|
+
import { ListComponents$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListComponentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListComponentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListComponents", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListComponentsCommand")
|
|
14
|
-
.sc(ListComponents)
|
|
14
|
+
.sc(ListComponents$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEntities } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEntities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEntitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEntitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListEntities", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListEntitiesCommand")
|
|
14
|
-
.sc(ListEntities)
|
|
14
|
+
.sc(ListEntities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListMetadataTransferJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListMetadataTransferJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListMetadataTransferJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListMetadataTransferJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListMetadataTransferJobs", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListMetadataTransferJobsCommand")
|
|
14
|
-
.sc(ListMetadataTransferJobs)
|
|
14
|
+
.sc(ListMetadataTransferJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListProperties } from "../schemas/schemas_0";
|
|
4
|
+
import { ListProperties$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPropertiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPropertiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListProperties", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListPropertiesCommand")
|
|
14
|
-
.sc(ListProperties)
|
|
14
|
+
.sc(ListProperties$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListScenes } from "../schemas/schemas_0";
|
|
4
|
+
import { ListScenes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListScenesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListScenesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListScenes", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListScenesCommand")
|
|
14
|
-
.sc(ListScenes)
|
|
14
|
+
.sc(ListScenes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListSyncJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListSyncJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListSyncJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListSyncJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListSyncJobs", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListSyncJobsCommand")
|
|
14
|
-
.sc(ListSyncJobs)
|
|
14
|
+
.sc(ListSyncJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListSyncResources } from "../schemas/schemas_0";
|
|
4
|
+
import { ListSyncResources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListSyncResourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListSyncResourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListSyncResources", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListSyncResourcesCommand")
|
|
14
|
-
.sc(ListSyncResources)
|
|
14
|
+
.sc(ListSyncResources$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListTagsForResource", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListWorkspaces } from "../schemas/schemas_0";
|
|
4
|
+
import { ListWorkspaces$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListWorkspacesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListWorkspacesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "ListWorkspaces", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "ListWorkspacesCommand")
|
|
14
|
-
.sc(ListWorkspaces)
|
|
14
|
+
.sc(ListWorkspaces$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "TagResource", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSIoTTwinMaker", "UntagResource", {})
|
|
13
13
|
.n("IoTTwinMakerClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|