@aws-sdk/client-iottwinmaker 3.477.0 → 3.481.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/commands/BatchPutPropertyValuesCommand.js +18 -41
- package/dist-cjs/commands/CancelMetadataTransferJobCommand.js +18 -41
- package/dist-cjs/commands/CreateComponentTypeCommand.js +18 -41
- package/dist-cjs/commands/CreateEntityCommand.js +18 -41
- package/dist-cjs/commands/CreateMetadataTransferJobCommand.js +18 -41
- package/dist-cjs/commands/CreateSceneCommand.js +18 -41
- package/dist-cjs/commands/CreateSyncJobCommand.js +18 -41
- package/dist-cjs/commands/CreateWorkspaceCommand.js +18 -41
- package/dist-cjs/commands/DeleteComponentTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteEntityCommand.js +18 -41
- package/dist-cjs/commands/DeleteSceneCommand.js +18 -41
- package/dist-cjs/commands/DeleteSyncJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +18 -41
- package/dist-cjs/commands/ExecuteQueryCommand.js +18 -41
- package/dist-cjs/commands/GetComponentTypeCommand.js +18 -41
- package/dist-cjs/commands/GetEntityCommand.js +18 -41
- package/dist-cjs/commands/GetMetadataTransferJobCommand.js +18 -41
- package/dist-cjs/commands/GetPricingPlanCommand.js +18 -41
- package/dist-cjs/commands/GetPropertyValueCommand.js +18 -41
- package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +18 -41
- package/dist-cjs/commands/GetSceneCommand.js +18 -41
- package/dist-cjs/commands/GetSyncJobCommand.js +18 -41
- package/dist-cjs/commands/GetWorkspaceCommand.js +18 -41
- package/dist-cjs/commands/ListComponentTypesCommand.js +18 -41
- package/dist-cjs/commands/ListComponentsCommand.js +18 -41
- package/dist-cjs/commands/ListEntitiesCommand.js +18 -41
- package/dist-cjs/commands/ListMetadataTransferJobsCommand.js +18 -41
- package/dist-cjs/commands/ListPropertiesCommand.js +18 -41
- package/dist-cjs/commands/ListScenesCommand.js +18 -41
- package/dist-cjs/commands/ListSyncJobsCommand.js +18 -41
- package/dist-cjs/commands/ListSyncResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWorkspacesCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateComponentTypeCommand.js +18 -41
- package/dist-cjs/commands/UpdateEntityCommand.js +18 -41
- package/dist-cjs/commands/UpdatePricingPlanCommand.js +18 -41
- package/dist-cjs/commands/UpdateSceneCommand.js +18 -41
- package/dist-cjs/commands/UpdateWorkspaceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ExecuteQueryPaginator.js +2 -24
- package/dist-cjs/pagination/GetPropertyValueHistoryPaginator.js +2 -24
- package/dist-cjs/pagination/GetPropertyValuePaginator.js +2 -24
- package/dist-cjs/pagination/ListComponentTypesPaginator.js +2 -24
- package/dist-cjs/pagination/ListComponentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEntitiesPaginator.js +2 -24
- package/dist-cjs/pagination/ListMetadataTransferJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPropertiesPaginator.js +2 -24
- package/dist-cjs/pagination/ListScenesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSyncJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSyncResourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkspacesPaginator.js +2 -24
- package/dist-es/commands/BatchPutPropertyValuesCommand.js +18 -41
- package/dist-es/commands/CancelMetadataTransferJobCommand.js +18 -41
- package/dist-es/commands/CreateComponentTypeCommand.js +18 -41
- package/dist-es/commands/CreateEntityCommand.js +18 -41
- package/dist-es/commands/CreateMetadataTransferJobCommand.js +18 -41
- package/dist-es/commands/CreateSceneCommand.js +18 -41
- package/dist-es/commands/CreateSyncJobCommand.js +18 -41
- package/dist-es/commands/CreateWorkspaceCommand.js +18 -41
- package/dist-es/commands/DeleteComponentTypeCommand.js +18 -41
- package/dist-es/commands/DeleteEntityCommand.js +18 -41
- package/dist-es/commands/DeleteSceneCommand.js +18 -41
- package/dist-es/commands/DeleteSyncJobCommand.js +18 -41
- package/dist-es/commands/DeleteWorkspaceCommand.js +18 -41
- package/dist-es/commands/ExecuteQueryCommand.js +18 -41
- package/dist-es/commands/GetComponentTypeCommand.js +18 -41
- package/dist-es/commands/GetEntityCommand.js +18 -41
- package/dist-es/commands/GetMetadataTransferJobCommand.js +18 -41
- package/dist-es/commands/GetPricingPlanCommand.js +18 -41
- package/dist-es/commands/GetPropertyValueCommand.js +18 -41
- package/dist-es/commands/GetPropertyValueHistoryCommand.js +18 -41
- package/dist-es/commands/GetSceneCommand.js +18 -41
- package/dist-es/commands/GetSyncJobCommand.js +18 -41
- package/dist-es/commands/GetWorkspaceCommand.js +18 -41
- package/dist-es/commands/ListComponentTypesCommand.js +18 -41
- package/dist-es/commands/ListComponentsCommand.js +18 -41
- package/dist-es/commands/ListEntitiesCommand.js +18 -41
- package/dist-es/commands/ListMetadataTransferJobsCommand.js +18 -41
- package/dist-es/commands/ListPropertiesCommand.js +18 -41
- package/dist-es/commands/ListScenesCommand.js +18 -41
- package/dist-es/commands/ListSyncJobsCommand.js +18 -41
- package/dist-es/commands/ListSyncResourcesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWorkspacesCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateComponentTypeCommand.js +18 -41
- package/dist-es/commands/UpdateEntityCommand.js +18 -41
- package/dist-es/commands/UpdatePricingPlanCommand.js +18 -41
- package/dist-es/commands/UpdateSceneCommand.js +18 -41
- package/dist-es/commands/UpdateWorkspaceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ExecuteQueryPaginator.js +2 -23
- package/dist-es/pagination/GetPropertyValueHistoryPaginator.js +2 -23
- package/dist-es/pagination/GetPropertyValuePaginator.js +2 -23
- package/dist-es/pagination/ListComponentTypesPaginator.js +2 -23
- package/dist-es/pagination/ListComponentsPaginator.js +2 -23
- package/dist-es/pagination/ListEntitiesPaginator.js +2 -23
- package/dist-es/pagination/ListMetadataTransferJobsPaginator.js +2 -23
- package/dist-es/pagination/ListPropertiesPaginator.js +2 -23
- package/dist-es/pagination/ListScenesPaginator.js +2 -23
- package/dist-es/pagination/ListSyncJobsPaginator.js +2 -23
- package/dist-es/pagination/ListSyncResourcesPaginator.js +2 -23
- package/dist-es/pagination/ListWorkspacesPaginator.js +2 -23
- package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +6 -21
- package/dist-types/commands/CancelMetadataTransferJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateComponentTypeCommand.d.ts +6 -21
- package/dist-types/commands/CreateEntityCommand.d.ts +6 -21
- package/dist-types/commands/CreateMetadataTransferJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateSceneCommand.d.ts +6 -21
- package/dist-types/commands/CreateSyncJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteComponentTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEntityCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSceneCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSyncJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -21
- package/dist-types/commands/ExecuteQueryCommand.d.ts +6 -21
- package/dist-types/commands/GetComponentTypeCommand.d.ts +6 -21
- package/dist-types/commands/GetEntityCommand.d.ts +6 -21
- package/dist-types/commands/GetMetadataTransferJobCommand.d.ts +6 -21
- package/dist-types/commands/GetPricingPlanCommand.d.ts +6 -21
- package/dist-types/commands/GetPropertyValueCommand.d.ts +6 -21
- package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +6 -21
- package/dist-types/commands/GetSceneCommand.d.ts +6 -21
- package/dist-types/commands/GetSyncJobCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkspaceCommand.d.ts +6 -21
- package/dist-types/commands/ListComponentTypesCommand.d.ts +6 -21
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
- package/dist-types/commands/ListEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListMetadataTransferJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListPropertiesCommand.d.ts +6 -21
- package/dist-types/commands/ListScenesCommand.d.ts +6 -21
- package/dist-types/commands/ListSyncJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListSyncResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkspacesCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateComponentTypeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEntityCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSceneCommand.d.ts +6 -21
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ExecuteQueryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPropertyValueHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPropertyValuePaginator.d.ts +1 -1
- package/dist-types/pagination/ListComponentTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMetadataTransferJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPropertiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScenesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSyncJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSyncResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkspacesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CancelMetadataTransferJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateMetadataTransferJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSyncJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSyncJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMetadataTransferJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPricingPlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSyncJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMetadataTransferJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPropertiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSyncJobsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSyncResourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ExecuteQueryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetPropertyValueHistoryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetPropertyValuePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListComponentTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEntitiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMetadataTransferJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPropertiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListScenesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSyncJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSyncResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { BatchPutPropertyValuesRequest, BatchPutPropertyValuesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface BatchPutPropertyValuesCommandInput extends BatchPutPropertyValu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface BatchPutPropertyValuesCommandOutput extends BatchPutPropertyValuesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const BatchPutPropertyValuesCommand_base: {
|
|
24
|
+
new (input: BatchPutPropertyValuesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sets values for multiple time series properties.</p>
|
|
@@ -178,23 +181,5 @@ export interface BatchPutPropertyValuesCommandOutput extends BatchPutPropertyVal
|
|
|
178
181
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
179
182
|
*
|
|
180
183
|
*/
|
|
181
|
-
export declare class BatchPutPropertyValuesCommand extends
|
|
182
|
-
readonly input: BatchPutPropertyValuesCommandInput;
|
|
183
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
184
|
-
/**
|
|
185
|
-
* @public
|
|
186
|
-
*/
|
|
187
|
-
constructor(input: BatchPutPropertyValuesCommandInput);
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
private serialize;
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
|
-
private deserialize;
|
|
184
|
+
export declare class BatchPutPropertyValuesCommand extends BatchPutPropertyValuesCommand_base {
|
|
200
185
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { CancelMetadataTransferJobRequest, CancelMetadataTransferJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CancelMetadataTransferJobCommandInput extends CancelMetadataTra
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CancelMetadataTransferJobCommandOutput extends CancelMetadataTransferJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CancelMetadataTransferJobCommand_base: {
|
|
24
|
+
new (input: CancelMetadataTransferJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMetadataTransferJobCommandInput, CancelMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Cancels the metadata transfer job.</p>
|
|
@@ -85,23 +88,5 @@ export interface CancelMetadataTransferJobCommandOutput extends CancelMetadataTr
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class CancelMetadataTransferJobCommand extends
|
|
89
|
-
readonly input: CancelMetadataTransferJobCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: CancelMetadataTransferJobCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelMetadataTransferJobCommandInput, CancelMetadataTransferJobCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class CancelMetadataTransferJobCommand extends CancelMetadataTransferJobCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { CreateComponentTypeRequest, CreateComponentTypeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateComponentTypeCommandInput extends CreateComponentTypeRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateComponentTypeCommandOutput extends CreateComponentTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateComponentTypeCommand_base: {
|
|
24
|
+
new (input: CreateComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a component type.</p>
|
|
@@ -174,23 +177,5 @@ export interface CreateComponentTypeCommandOutput extends CreateComponentTypeRes
|
|
|
174
177
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
175
178
|
*
|
|
176
179
|
*/
|
|
177
|
-
export declare class CreateComponentTypeCommand extends
|
|
178
|
-
readonly input: CreateComponentTypeCommandInput;
|
|
179
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
180
|
-
/**
|
|
181
|
-
* @public
|
|
182
|
-
*/
|
|
183
|
-
constructor(input: CreateComponentTypeCommandInput);
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
private serialize;
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
private deserialize;
|
|
180
|
+
export declare class CreateComponentTypeCommand extends CreateComponentTypeCommand_base {
|
|
196
181
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { CreateEntityRequest, CreateEntityResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateEntityCommandInput extends CreateEntityRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateEntityCommandOutput extends CreateEntityResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateEntityCommand_base: {
|
|
24
|
+
new (input: CreateEntityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEntityCommandInput, CreateEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an entity.</p>
|
|
@@ -196,23 +199,5 @@ export interface CreateEntityCommandOutput extends CreateEntityResponse, __Metad
|
|
|
196
199
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
197
200
|
*
|
|
198
201
|
*/
|
|
199
|
-
export declare class CreateEntityCommand extends
|
|
200
|
-
readonly input: CreateEntityCommandInput;
|
|
201
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
202
|
-
/**
|
|
203
|
-
* @public
|
|
204
|
-
*/
|
|
205
|
-
constructor(input: CreateEntityCommandInput);
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEntityCommandInput, CreateEntityCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
|
-
private serialize;
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
|
-
private deserialize;
|
|
202
|
+
export declare class CreateEntityCommand extends CreateEntityCommand_base {
|
|
218
203
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { CreateMetadataTransferJobRequest, CreateMetadataTransferJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMetadataTransferJobCommandInput extends CreateMetadataTra
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMetadataTransferJobCommandOutput extends CreateMetadataTransferJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMetadataTransferJobCommand_base: {
|
|
24
|
+
new (input: CreateMetadataTransferJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMetadataTransferJobCommandInput, CreateMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new metadata transfer job.</p>
|
|
@@ -131,23 +134,5 @@ export interface CreateMetadataTransferJobCommandOutput extends CreateMetadataTr
|
|
|
131
134
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
132
135
|
*
|
|
133
136
|
*/
|
|
134
|
-
export declare class CreateMetadataTransferJobCommand extends
|
|
135
|
-
readonly input: CreateMetadataTransferJobCommandInput;
|
|
136
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
137
|
-
/**
|
|
138
|
-
* @public
|
|
139
|
-
*/
|
|
140
|
-
constructor(input: CreateMetadataTransferJobCommandInput);
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMetadataTransferJobCommandInput, CreateMetadataTransferJobCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private serialize;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
private deserialize;
|
|
137
|
+
export declare class CreateMetadataTransferJobCommand extends CreateMetadataTransferJobCommand_base {
|
|
153
138
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { CreateSceneRequest, CreateSceneResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateSceneCommandInput extends CreateSceneRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateSceneCommandOutput extends CreateSceneResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateSceneCommand_base: {
|
|
24
|
+
new (input: CreateSceneCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSceneCommandInput, CreateSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a scene.</p>
|
|
@@ -82,23 +85,5 @@ export interface CreateSceneCommandOutput extends CreateSceneResponse, __Metadat
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class CreateSceneCommand extends
|
|
86
|
-
readonly input: CreateSceneCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: CreateSceneCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSceneCommandInput, CreateSceneCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class CreateSceneCommand extends CreateSceneCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { CreateSyncJobRequest, CreateSyncJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateSyncJobCommandInput extends CreateSyncJobRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateSyncJobCommandOutput extends CreateSyncJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateSyncJobCommand_base: {
|
|
24
|
+
new (input: CreateSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSyncJobCommandInput, CreateSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This action creates a SyncJob.</p>
|
|
@@ -76,23 +79,5 @@ export interface CreateSyncJobCommandOutput extends CreateSyncJobResponse, __Met
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class CreateSyncJobCommand extends
|
|
80
|
-
readonly input: CreateSyncJobCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: CreateSyncJobCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSyncJobCommandInput, CreateSyncJobCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class CreateSyncJobCommand extends CreateSyncJobCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateWorkspaceCommand_base: {
|
|
24
|
+
new (input: CreateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a workplace.</p>
|
|
@@ -76,23 +79,5 @@ export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, _
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class CreateWorkspaceCommand extends
|
|
80
|
-
readonly input: CreateWorkspaceCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: CreateWorkspaceCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { DeleteComponentTypeRequest, DeleteComponentTypeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteComponentTypeCommandInput extends DeleteComponentTypeRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteComponentTypeCommandOutput extends DeleteComponentTypeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteComponentTypeCommand_base: {
|
|
24
|
+
new (input: DeleteComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a component type.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteComponentTypeCommandOutput extends DeleteComponentTypeRes
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteComponentTypeCommand extends
|
|
71
|
-
readonly input: DeleteComponentTypeCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteComponentTypeCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteComponentTypeCommand extends DeleteComponentTypeCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { DeleteEntityRequest, DeleteEntityResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteEntityCommandInput extends DeleteEntityRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteEntityCommandOutput extends DeleteEntityResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteEntityCommand_base: {
|
|
24
|
+
new (input: DeleteEntityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityCommandInput, DeleteEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an entity.</p>
|
|
@@ -68,23 +71,5 @@ export interface DeleteEntityCommandOutput extends DeleteEntityResponse, __Metad
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DeleteEntityCommand extends
|
|
72
|
-
readonly input: DeleteEntityCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DeleteEntityCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEntityCommandInput, DeleteEntityCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DeleteEntityCommand extends DeleteEntityCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { DeleteSceneRequest, DeleteSceneResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSceneCommandInput extends DeleteSceneRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSceneCommandOutput extends DeleteSceneResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSceneCommand_base: {
|
|
24
|
+
new (input: DeleteSceneCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSceneCommandInput, DeleteSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a scene.</p>
|
|
@@ -65,23 +68,5 @@ export interface DeleteSceneCommandOutput extends DeleteSceneResponse, __Metadat
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class DeleteSceneCommand extends
|
|
69
|
-
readonly input: DeleteSceneCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: DeleteSceneCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSceneCommandInput, DeleteSceneCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class DeleteSceneCommand extends DeleteSceneCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { DeleteSyncJobRequest, DeleteSyncJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSyncJobCommandInput extends DeleteSyncJobRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSyncJobCommandOutput extends DeleteSyncJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSyncJobCommand_base: {
|
|
24
|
+
new (input: DeleteSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSyncJobCommandInput, DeleteSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Delete the SyncJob.</p>
|
|
@@ -70,23 +73,5 @@ export interface DeleteSyncJobCommandOutput extends DeleteSyncJobResponse, __Met
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DeleteSyncJobCommand extends
|
|
74
|
-
readonly input: DeleteSyncJobCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DeleteSyncJobCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSyncJobCommandInput, DeleteSyncJobCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DeleteSyncJobCommand extends DeleteSyncJobCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { DeleteWorkspaceRequest, DeleteWorkspaceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteWorkspaceCommand_base: {
|
|
24
|
+
new (input: DeleteWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a workspace.</p>
|
|
@@ -66,23 +69,5 @@ export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, _
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class DeleteWorkspaceCommand extends
|
|
70
|
-
readonly input: DeleteWorkspaceCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: DeleteWorkspaceCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
4
|
import { ExecuteQueryRequest, ExecuteQueryResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExecuteQueryCommandInput extends ExecuteQueryRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExecuteQueryCommandOutput extends ExecuteQueryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExecuteQueryCommand_base: {
|
|
24
|
+
new (input: ExecuteQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Run queries to access information from your knowledge graph of entities within
|
|
@@ -90,23 +93,5 @@ export interface ExecuteQueryCommandOutput extends ExecuteQueryResponse, __Metad
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class ExecuteQueryCommand extends
|
|
94
|
-
readonly input: ExecuteQueryCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: ExecuteQueryCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteQueryCommandInput, ExecuteQueryCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
|
|
112
97
|
}
|