@aws-sdk/client-iottwinmaker 3.890.0 → 3.893.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-types/commands/BatchPutPropertyValuesCommand.d.ts +2 -0
- package/dist-types/commands/CancelMetadataTransferJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateComponentTypeCommand.d.ts +2 -0
- package/dist-types/commands/CreateEntityCommand.d.ts +2 -0
- package/dist-types/commands/CreateMetadataTransferJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateSceneCommand.d.ts +2 -0
- package/dist-types/commands/CreateSyncJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteComponentTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEntityCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSceneCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSyncJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -0
- package/dist-types/commands/ExecuteQueryCommand.d.ts +2 -0
- package/dist-types/commands/GetComponentTypeCommand.d.ts +2 -0
- package/dist-types/commands/GetEntityCommand.d.ts +2 -0
- package/dist-types/commands/GetMetadataTransferJobCommand.d.ts +2 -0
- package/dist-types/commands/GetPricingPlanCommand.d.ts +2 -0
- package/dist-types/commands/GetPropertyValueCommand.d.ts +2 -0
- package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +2 -0
- package/dist-types/commands/GetSceneCommand.d.ts +2 -0
- package/dist-types/commands/GetSyncJobCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkspaceCommand.d.ts +2 -0
- package/dist-types/commands/ListComponentTypesCommand.d.ts +2 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -0
- package/dist-types/commands/ListEntitiesCommand.d.ts +2 -0
- package/dist-types/commands/ListMetadataTransferJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListPropertiesCommand.d.ts +2 -0
- package/dist-types/commands/ListScenesCommand.d.ts +2 -0
- package/dist-types/commands/ListSyncJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListSyncResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateComponentTypeCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEntityCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSceneCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const BatchPutPropertyValuesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, BatchPutPropertyValuesCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, BatchPutPropertyValuesCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // BatchPutPropertyValuesRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CancelMetadataTransferJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, CancelMetadataTransferJobCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, CancelMetadataTransferJobCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // CancelMetadataTransferJobRequest
|
|
38
40
|
* metadataTransferJobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateComponentTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, CreateComponentTypeCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, CreateComponentTypeCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // CreateComponentTypeRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateEntityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, CreateEntityCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, CreateEntityCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // CreateEntityRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateMetadataTransferJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, CreateMetadataTransferJobCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, CreateMetadataTransferJobCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // CreateMetadataTransferJobRequest
|
|
38
40
|
* metadataTransferJobId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateSceneCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, CreateSceneCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, CreateSceneCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // CreateSceneRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateSyncJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, CreateSyncJobCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, CreateSyncJobCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // CreateSyncJobRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateWorkspaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, CreateWorkspaceCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, CreateWorkspaceCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // CreateWorkspaceRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteComponentTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, DeleteComponentTypeCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, DeleteComponentTypeCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // DeleteComponentTypeRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteEntityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, DeleteEntityCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, DeleteEntityCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // DeleteEntityRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSceneCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, DeleteSceneCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, DeleteSceneCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // DeleteSceneRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSyncJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, DeleteSyncJobCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, DeleteSyncJobCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // DeleteSyncJobRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWorkspaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, DeleteWorkspaceCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, DeleteWorkspaceCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // DeleteWorkspaceRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ExecuteQueryCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IoTTwinMakerClient, ExecuteQueryCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
40
40
|
* // const { IoTTwinMakerClient, ExecuteQueryCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
41
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
42
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
41
43
|
* const client = new IoTTwinMakerClient(config);
|
|
42
44
|
* const input = { // ExecuteQueryRequest
|
|
43
45
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetComponentTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, GetComponentTypeCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, GetComponentTypeCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // GetComponentTypeRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetEntityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, GetEntityCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, GetEntityCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // GetEntityRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetMetadataTransferJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, GetMetadataTransferJobCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, GetMetadataTransferJobCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // GetMetadataTransferJobRequest
|
|
38
40
|
* metadataTransferJobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetPricingPlanCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, GetPricingPlanCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, GetPricingPlanCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetPricingPlanCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const GetPropertyValueCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IoTTwinMakerClient, GetPropertyValueCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
37
37
|
* // const { IoTTwinMakerClient, GetPropertyValueCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
38
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
39
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
38
40
|
* const client = new IoTTwinMakerClient(config);
|
|
39
41
|
* const input = { // GetPropertyValueRequest
|
|
40
42
|
* componentName: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const GetPropertyValueHistoryCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { IoTTwinMakerClient, GetPropertyValueHistoryCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
39
39
|
* // const { IoTTwinMakerClient, GetPropertyValueHistoryCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
40
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
41
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
40
42
|
* const client = new IoTTwinMakerClient(config);
|
|
41
43
|
* const input = { // GetPropertyValueHistoryRequest
|
|
42
44
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSceneCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, GetSceneCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, GetSceneCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // GetSceneRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSyncJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, GetSyncJobCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, GetSyncJobCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // GetSyncJobRequest
|
|
38
40
|
* syncSource: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetWorkspaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, GetWorkspaceCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, GetWorkspaceCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // GetWorkspaceRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListComponentTypesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListComponentTypesCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListComponentTypesCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListComponentTypesRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListComponentsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListComponentsCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListComponentsCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListComponentsRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListEntitiesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListEntitiesCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListEntitiesCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListEntitiesRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListMetadataTransferJobsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListMetadataTransferJobsCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListMetadataTransferJobsCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListMetadataTransferJobsRequest
|
|
38
40
|
* sourceType: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListPropertiesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListPropertiesCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListPropertiesCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListPropertiesRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListScenesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListScenesCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListScenesCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListScenesRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSyncJobsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListSyncJobsCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListSyncJobsCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListSyncJobsRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSyncResourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListSyncResourcesCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListSyncResourcesCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListSyncResourcesRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListTagsForResourceCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListWorkspacesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, ListWorkspacesCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, ListWorkspacesCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // ListWorkspacesRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, TagResourceCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, TagResourceCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* resourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, UntagResourceCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, UntagResourceCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateComponentTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, UpdateComponentTypeCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, UpdateComponentTypeCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // UpdateComponentTypeRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateEntityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, UpdateEntityCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, UpdateEntityCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // UpdateEntityRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdatePricingPlanCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, UpdatePricingPlanCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, UpdatePricingPlanCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // UpdatePricingPlanRequest
|
|
38
40
|
* pricingMode: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSceneCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, UpdateSceneCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, UpdateSceneCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // UpdateSceneRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateWorkspaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTTwinMakerClient, UpdateWorkspaceCommand } from "@aws-sdk/client-iottwinmaker"; // ES Modules import
|
|
35
35
|
* // const { IoTTwinMakerClient, UpdateWorkspaceCommand } = require("@aws-sdk/client-iottwinmaker"); // CommonJS import
|
|
36
|
+
* // import type { IoTTwinMakerClientConfig } from "@aws-sdk/client-iottwinmaker";
|
|
37
|
+
* const config = {}; // type is IoTTwinMakerClientConfig
|
|
36
38
|
* const client = new IoTTwinMakerClient(config);
|
|
37
39
|
* const input = { // UpdateWorkspaceRequest
|
|
38
40
|
* workspaceId: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iottwinmaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iottwinmaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iottwinmaker",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|