@aws-sdk/client-iottwinmaker 3.337.0 → 3.341.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/IoTTwinMakerClient.js +2 -1
- package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +2 -1
- package/dist-cjs/commands/CreateComponentTypeCommand.js +2 -1
- package/dist-cjs/commands/CreateEntityCommand.js +2 -1
- package/dist-cjs/commands/CreateSceneCommand.js +2 -1
- package/dist-cjs/commands/CreateSyncJobCommand.js +2 -1
- package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -1
- package/dist-cjs/commands/DeleteComponentTypeCommand.js +2 -1
- package/dist-cjs/commands/DeleteEntityCommand.js +2 -1
- package/dist-cjs/commands/DeleteSceneCommand.js +2 -1
- package/dist-cjs/commands/DeleteSyncJobCommand.js +2 -1
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -1
- package/dist-cjs/commands/ExecuteQueryCommand.js +2 -1
- package/dist-cjs/commands/GetComponentTypeCommand.js +2 -1
- package/dist-cjs/commands/GetEntityCommand.js +2 -1
- package/dist-cjs/commands/GetPricingPlanCommand.js +2 -1
- package/dist-cjs/commands/GetPropertyValueCommand.js +2 -1
- package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +2 -1
- package/dist-cjs/commands/GetSceneCommand.js +2 -1
- package/dist-cjs/commands/GetSyncJobCommand.js +2 -1
- package/dist-cjs/commands/GetWorkspaceCommand.js +2 -1
- package/dist-cjs/commands/ListComponentTypesCommand.js +2 -1
- package/dist-cjs/commands/ListEntitiesCommand.js +2 -1
- package/dist-cjs/commands/ListScenesCommand.js +2 -1
- package/dist-cjs/commands/ListSyncJobsCommand.js +2 -1
- package/dist-cjs/commands/ListSyncResourcesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWorkspacesCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateComponentTypeCommand.js +2 -1
- package/dist-cjs/commands/UpdateEntityCommand.js +2 -1
- package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -1
- package/dist-cjs/commands/UpdateSceneCommand.js +2 -1
- package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/IoTTwinMakerServiceException.js +2 -1
- package/dist-es/IoTTwinMakerClient.js +1 -0
- package/dist-es/commands/BatchPutPropertyValuesCommand.js +1 -0
- package/dist-es/commands/CreateComponentTypeCommand.js +1 -0
- package/dist-es/commands/CreateEntityCommand.js +1 -0
- package/dist-es/commands/CreateSceneCommand.js +1 -0
- package/dist-es/commands/CreateSyncJobCommand.js +1 -0
- package/dist-es/commands/CreateWorkspaceCommand.js +1 -0
- package/dist-es/commands/DeleteComponentTypeCommand.js +1 -0
- package/dist-es/commands/DeleteEntityCommand.js +1 -0
- package/dist-es/commands/DeleteSceneCommand.js +1 -0
- package/dist-es/commands/DeleteSyncJobCommand.js +1 -0
- package/dist-es/commands/DeleteWorkspaceCommand.js +1 -0
- package/dist-es/commands/ExecuteQueryCommand.js +1 -0
- package/dist-es/commands/GetComponentTypeCommand.js +1 -0
- package/dist-es/commands/GetEntityCommand.js +1 -0
- package/dist-es/commands/GetPricingPlanCommand.js +1 -0
- package/dist-es/commands/GetPropertyValueCommand.js +1 -0
- package/dist-es/commands/GetPropertyValueHistoryCommand.js +1 -0
- package/dist-es/commands/GetSceneCommand.js +1 -0
- package/dist-es/commands/GetSyncJobCommand.js +1 -0
- package/dist-es/commands/GetWorkspaceCommand.js +1 -0
- package/dist-es/commands/ListComponentTypesCommand.js +1 -0
- package/dist-es/commands/ListEntitiesCommand.js +1 -0
- package/dist-es/commands/ListScenesCommand.js +1 -0
- package/dist-es/commands/ListSyncJobsCommand.js +1 -0
- package/dist-es/commands/ListSyncResourcesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWorkspacesCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateComponentTypeCommand.js +1 -0
- package/dist-es/commands/UpdateEntityCommand.js +1 -0
- package/dist-es/commands/UpdatePricingPlanCommand.js +1 -0
- package/dist-es/commands/UpdateSceneCommand.js +1 -0
- package/dist-es/commands/UpdateWorkspaceCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/IoTTwinMakerServiceException.js +1 -0
- package/dist-types/IoTTwinMakerClient.d.ts +3 -3
- package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +4 -0
- package/dist-types/commands/CreateComponentTypeCommand.d.ts +4 -0
- package/dist-types/commands/CreateEntityCommand.d.ts +4 -0
- package/dist-types/commands/CreateSceneCommand.d.ts +4 -0
- package/dist-types/commands/CreateSyncJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteComponentTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEntityCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSceneCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSyncJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +4 -0
- package/dist-types/commands/ExecuteQueryCommand.d.ts +4 -0
- package/dist-types/commands/GetComponentTypeCommand.d.ts +4 -0
- package/dist-types/commands/GetEntityCommand.d.ts +4 -0
- package/dist-types/commands/GetPricingPlanCommand.d.ts +4 -0
- package/dist-types/commands/GetPropertyValueCommand.d.ts +4 -0
- package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +4 -0
- package/dist-types/commands/GetSceneCommand.d.ts +4 -0
- package/dist-types/commands/GetSyncJobCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkspaceCommand.d.ts +4 -0
- package/dist-types/commands/ListComponentTypesCommand.d.ts +4 -0
- package/dist-types/commands/ListEntitiesCommand.d.ts +4 -0
- package/dist-types/commands/ListScenesCommand.d.ts +4 -0
- package/dist-types/commands/ListSyncJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListSyncResourcesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkspacesCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateComponentTypeCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEntityCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSceneCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +4 -0
- package/dist-types/index.d.ts +13 -2
- package/dist-types/models/IoTTwinMakerServiceException.d.ts +1 -0
- package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSyncJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSyncJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPricingPlanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSyncJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSyncJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSyncResourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/IoTTwinMakerServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
5
|
import { UpdateEntityRequest, UpdateEntityResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
5
|
import { UpdatePricingPlanRequest, UpdatePricingPlanResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
5
|
import { UpdateSceneRequest, UpdateSceneResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
5
|
import { UpdateWorkspaceRequest, UpdateWorkspaceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>IoT TwinMaker is a service with which you
|
|
3
|
+
* can
|
|
4
|
+
* build operational digital twins of physical systems. IoT TwinMaker overlays measurements
|
|
5
|
+
* and analysis from real-world sensors, cameras, and enterprise applications so you can
|
|
6
|
+
* create data visualizations to monitor your physical factory, building, or industrial plant.
|
|
7
|
+
* You can use this real-world data to monitor operations and diagnose and repair
|
|
8
|
+
* errors.</p>
|
|
9
|
+
*
|
|
10
|
+
* @packageDocumentation
|
|
11
|
+
*/
|
|
2
12
|
export * from "./IoTTwinMakerClient";
|
|
13
|
+
export * from "./IoTTwinMaker";
|
|
3
14
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
15
|
export * from "./pagination";
|
|
16
|
+
export * from "./models";
|
|
6
17
|
export { IoTTwinMakerServiceException } from "./models/IoTTwinMakerServiceException";
|
|
@@ -187,6 +187,7 @@ import {
|
|
|
187
187
|
ClientResolvedEndpointParameters,
|
|
188
188
|
EndpointParameters,
|
|
189
189
|
} from "./endpoint/EndpointParameters";
|
|
190
|
+
export { __Client };
|
|
190
191
|
export type ServiceInputTypes =
|
|
191
192
|
| BatchPutPropertyValuesCommandInput
|
|
192
193
|
| CreateComponentTypeCommandInput
|
|
@@ -281,7 +282,7 @@ export interface ClientDefaults
|
|
|
281
282
|
logger?: __Logger;
|
|
282
283
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
283
284
|
}
|
|
284
|
-
type IoTTwinMakerClientConfigType = Partial<
|
|
285
|
+
export type IoTTwinMakerClientConfigType = Partial<
|
|
285
286
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
286
287
|
> &
|
|
287
288
|
ClientDefaults &
|
|
@@ -294,7 +295,7 @@ type IoTTwinMakerClientConfigType = Partial<
|
|
|
294
295
|
ClientInputEndpointParameters;
|
|
295
296
|
export interface IoTTwinMakerClientConfig
|
|
296
297
|
extends IoTTwinMakerClientConfigType {}
|
|
297
|
-
type IoTTwinMakerClientResolvedConfigType =
|
|
298
|
+
export type IoTTwinMakerClientResolvedConfigType =
|
|
298
299
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
299
300
|
Required<ClientDefaults> &
|
|
300
301
|
RegionResolvedConfig &
|
|
@@ -316,4 +317,3 @@ export declare class IoTTwinMakerClient extends __Client<
|
|
|
316
317
|
constructor(configuration: IoTTwinMakerClientConfig);
|
|
317
318
|
destroy(): void;
|
|
318
319
|
}
|
|
319
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchPutPropertyValuesRequest,
|
|
16
16
|
BatchPutPropertyValuesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchPutPropertyValuesCommandInput
|
|
19
20
|
extends BatchPutPropertyValuesRequest {}
|
|
20
21
|
export interface BatchPutPropertyValuesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateComponentTypeRequest,
|
|
16
16
|
CreateComponentTypeResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateComponentTypeCommandInput
|
|
19
20
|
extends CreateComponentTypeRequest {}
|
|
20
21
|
export interface CreateComponentTypeCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { CreateEntityRequest, CreateEntityResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateEntityCommandInput extends CreateEntityRequest {}
|
|
16
17
|
export interface CreateEntityCommandOutput
|
|
17
18
|
extends CreateEntityResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { CreateSceneRequest, CreateSceneResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateSceneCommandInput extends CreateSceneRequest {}
|
|
16
17
|
export interface CreateSceneCommandOutput
|
|
17
18
|
extends CreateSceneResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateSyncJobRequest,
|
|
16
16
|
CreateSyncJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSyncJobCommandInput extends CreateSyncJobRequest {}
|
|
19
20
|
export interface CreateSyncJobCommandOutput
|
|
20
21
|
extends CreateSyncJobResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateWorkspaceRequest,
|
|
16
16
|
CreateWorkspaceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
|
|
19
20
|
export interface CreateWorkspaceCommandOutput
|
|
20
21
|
extends CreateWorkspaceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteComponentTypeRequest,
|
|
16
16
|
DeleteComponentTypeResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteComponentTypeCommandInput
|
|
19
20
|
extends DeleteComponentTypeRequest {}
|
|
20
21
|
export interface DeleteComponentTypeCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { DeleteEntityRequest, DeleteEntityResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteEntityCommandInput extends DeleteEntityRequest {}
|
|
16
17
|
export interface DeleteEntityCommandOutput
|
|
17
18
|
extends DeleteEntityResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { DeleteSceneRequest, DeleteSceneResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteSceneCommandInput extends DeleteSceneRequest {}
|
|
16
17
|
export interface DeleteSceneCommandOutput
|
|
17
18
|
extends DeleteSceneResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteSyncJobRequest,
|
|
16
16
|
DeleteSyncJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteSyncJobCommandInput extends DeleteSyncJobRequest {}
|
|
19
20
|
export interface DeleteSyncJobCommandOutput
|
|
20
21
|
extends DeleteSyncJobResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteWorkspaceRequest,
|
|
16
16
|
DeleteWorkspaceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
|
|
19
20
|
export interface DeleteWorkspaceCommandOutput
|
|
20
21
|
extends DeleteWorkspaceResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { ExecuteQueryRequest, ExecuteQueryResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ExecuteQueryCommandInput extends ExecuteQueryRequest {}
|
|
16
17
|
export interface ExecuteQueryCommandOutput
|
|
17
18
|
extends ExecuteQueryResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetComponentTypeRequest,
|
|
16
16
|
GetComponentTypeResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetComponentTypeCommandInput extends GetComponentTypeRequest {}
|
|
19
20
|
export interface GetComponentTypeCommandOutput
|
|
20
21
|
extends GetComponentTypeResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { GetEntityRequest, GetEntityResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetEntityCommandInput extends GetEntityRequest {}
|
|
16
17
|
export interface GetEntityCommandOutput
|
|
17
18
|
extends GetEntityResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetPricingPlanRequest,
|
|
16
16
|
GetPricingPlanResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetPricingPlanCommandInput extends GetPricingPlanRequest {}
|
|
19
20
|
export interface GetPricingPlanCommandOutput
|
|
20
21
|
extends GetPricingPlanResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetPropertyValueRequest,
|
|
16
16
|
GetPropertyValueResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetPropertyValueCommandInput extends GetPropertyValueRequest {}
|
|
19
20
|
export interface GetPropertyValueCommandOutput
|
|
20
21
|
extends GetPropertyValueResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetPropertyValueHistoryRequest,
|
|
16
16
|
GetPropertyValueHistoryResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetPropertyValueHistoryCommandInput
|
|
19
20
|
extends GetPropertyValueHistoryRequest {}
|
|
20
21
|
export interface GetPropertyValueHistoryCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { GetSceneRequest, GetSceneResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetSceneCommandInput extends GetSceneRequest {}
|
|
16
17
|
export interface GetSceneCommandOutput
|
|
17
18
|
extends GetSceneResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { GetSyncJobRequest, GetSyncJobResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetSyncJobCommandInput extends GetSyncJobRequest {}
|
|
16
17
|
export interface GetSyncJobCommandOutput
|
|
17
18
|
extends GetSyncJobResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { GetWorkspaceRequest, GetWorkspaceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetWorkspaceCommandInput extends GetWorkspaceRequest {}
|
|
16
17
|
export interface GetWorkspaceCommandOutput
|
|
17
18
|
extends GetWorkspaceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListComponentTypesRequest,
|
|
16
16
|
ListComponentTypesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListComponentTypesCommandInput
|
|
19
20
|
extends ListComponentTypesRequest {}
|
|
20
21
|
export interface ListComponentTypesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { ListEntitiesRequest, ListEntitiesResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListEntitiesCommandInput extends ListEntitiesRequest {}
|
|
16
17
|
export interface ListEntitiesCommandOutput
|
|
17
18
|
extends ListEntitiesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { ListScenesRequest, ListScenesResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListScenesCommandInput extends ListScenesRequest {}
|
|
16
17
|
export interface ListScenesCommandOutput
|
|
17
18
|
extends ListScenesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { ListSyncJobsRequest, ListSyncJobsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListSyncJobsCommandInput extends ListSyncJobsRequest {}
|
|
16
17
|
export interface ListSyncJobsCommandOutput
|
|
17
18
|
extends ListSyncJobsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListSyncResourcesRequest,
|
|
16
16
|
ListSyncResourcesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSyncResourcesCommandInput
|
|
19
20
|
extends ListSyncResourcesRequest {}
|
|
20
21
|
export interface ListSyncResourcesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListWorkspacesRequest,
|
|
16
16
|
ListWorkspacesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
|
|
19
20
|
export interface ListWorkspacesCommandOutput
|
|
20
21
|
extends ListWorkspacesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateComponentTypeRequest,
|
|
16
16
|
UpdateComponentTypeResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateComponentTypeCommandInput
|
|
19
20
|
extends UpdateComponentTypeRequest {}
|
|
20
21
|
export interface UpdateComponentTypeCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { UpdateEntityRequest, UpdateEntityResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateEntityCommandInput extends UpdateEntityRequest {}
|
|
16
17
|
export interface UpdateEntityCommandOutput
|
|
17
18
|
extends UpdateEntityResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdatePricingPlanRequest,
|
|
16
16
|
UpdatePricingPlanResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdatePricingPlanCommandInput
|
|
19
20
|
extends UpdatePricingPlanRequest {}
|
|
20
21
|
export interface UpdatePricingPlanCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTTwinMakerClient";
|
|
14
14
|
import { UpdateSceneRequest, UpdateSceneResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateSceneCommandInput extends UpdateSceneRequest {}
|
|
16
17
|
export interface UpdateSceneCommandOutput
|
|
17
18
|
extends UpdateSceneResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateWorkspaceRequest,
|
|
16
16
|
UpdateWorkspaceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {}
|
|
19
20
|
export interface UpdateWorkspaceCommandOutput
|
|
20
21
|
extends UpdateWorkspaceResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./IoTTwinMaker";
|
|
2
1
|
export * from "./IoTTwinMakerClient";
|
|
2
|
+
export * from "./IoTTwinMaker";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { IoTTwinMakerServiceException } from "./models/IoTTwinMakerServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class IoTTwinMakerServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|