@aws-sdk/client-iotthingsgraph 3.533.0 → 3.535.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/IoTThingsGraph.d.ts +11 -1
- package/dist-types/IoTThingsGraphClient.d.ts +1 -1
- package/dist-types/commands/AssociateEntityToThingCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateSystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/CreateSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeploySystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +3 -3
- package/dist-types/commands/GetEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/GetFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +3 -3
- package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetSystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/GetSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +3 -3
- package/dist-types/commands/GetUploadStatusCommand.d.ts +3 -3
- package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/SearchEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +3 -3
- package/dist-types/commands/SearchSystemInstancesCommand.d.ts +3 -3
- package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +3 -3
- package/dist-types/commands/SearchThingsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +221 -221
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +10 -0
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -69,12 +69,14 @@ export interface IoTThingsGraph {
|
|
|
69
69
|
/**
|
|
70
70
|
* @see {@link DeleteNamespaceCommand}
|
|
71
71
|
*/
|
|
72
|
+
deleteNamespace(): Promise<DeleteNamespaceCommandOutput>;
|
|
72
73
|
deleteNamespace(args: DeleteNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNamespaceCommandOutput>;
|
|
73
74
|
deleteNamespace(args: DeleteNamespaceCommandInput, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
74
75
|
deleteNamespace(args: DeleteNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
75
76
|
/**
|
|
76
77
|
* @see {@link DeleteSystemInstanceCommand}
|
|
77
78
|
*/
|
|
79
|
+
deleteSystemInstance(): Promise<DeleteSystemInstanceCommandOutput>;
|
|
78
80
|
deleteSystemInstance(args: DeleteSystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSystemInstanceCommandOutput>;
|
|
79
81
|
deleteSystemInstance(args: DeleteSystemInstanceCommandInput, cb: (err: any, data?: DeleteSystemInstanceCommandOutput) => void): void;
|
|
80
82
|
deleteSystemInstance(args: DeleteSystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSystemInstanceCommandOutput) => void): void;
|
|
@@ -87,6 +89,7 @@ export interface IoTThingsGraph {
|
|
|
87
89
|
/**
|
|
88
90
|
* @see {@link DeploySystemInstanceCommand}
|
|
89
91
|
*/
|
|
92
|
+
deploySystemInstance(): Promise<DeploySystemInstanceCommandOutput>;
|
|
90
93
|
deploySystemInstance(args: DeploySystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeploySystemInstanceCommandOutput>;
|
|
91
94
|
deploySystemInstance(args: DeploySystemInstanceCommandInput, cb: (err: any, data?: DeploySystemInstanceCommandOutput) => void): void;
|
|
92
95
|
deploySystemInstance(args: DeploySystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeploySystemInstanceCommandOutput) => void): void;
|
|
@@ -105,6 +108,7 @@ export interface IoTThingsGraph {
|
|
|
105
108
|
/**
|
|
106
109
|
* @see {@link DescribeNamespaceCommand}
|
|
107
110
|
*/
|
|
111
|
+
describeNamespace(): Promise<DescribeNamespaceCommandOutput>;
|
|
108
112
|
describeNamespace(args: DescribeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNamespaceCommandOutput>;
|
|
109
113
|
describeNamespace(args: DescribeNamespaceCommandInput, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
110
114
|
describeNamespace(args: DescribeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
@@ -135,6 +139,7 @@ export interface IoTThingsGraph {
|
|
|
135
139
|
/**
|
|
136
140
|
* @see {@link GetNamespaceDeletionStatusCommand}
|
|
137
141
|
*/
|
|
142
|
+
getNamespaceDeletionStatus(): Promise<GetNamespaceDeletionStatusCommandOutput>;
|
|
138
143
|
getNamespaceDeletionStatus(args: GetNamespaceDeletionStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetNamespaceDeletionStatusCommandOutput>;
|
|
139
144
|
getNamespaceDeletionStatus(args: GetNamespaceDeletionStatusCommandInput, cb: (err: any, data?: GetNamespaceDeletionStatusCommandOutput) => void): void;
|
|
140
145
|
getNamespaceDeletionStatus(args: GetNamespaceDeletionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNamespaceDeletionStatusCommandOutput) => void): void;
|
|
@@ -189,18 +194,21 @@ export interface IoTThingsGraph {
|
|
|
189
194
|
/**
|
|
190
195
|
* @see {@link SearchFlowTemplatesCommand}
|
|
191
196
|
*/
|
|
197
|
+
searchFlowTemplates(): Promise<SearchFlowTemplatesCommandOutput>;
|
|
192
198
|
searchFlowTemplates(args: SearchFlowTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<SearchFlowTemplatesCommandOutput>;
|
|
193
199
|
searchFlowTemplates(args: SearchFlowTemplatesCommandInput, cb: (err: any, data?: SearchFlowTemplatesCommandOutput) => void): void;
|
|
194
200
|
searchFlowTemplates(args: SearchFlowTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchFlowTemplatesCommandOutput) => void): void;
|
|
195
201
|
/**
|
|
196
202
|
* @see {@link SearchSystemInstancesCommand}
|
|
197
203
|
*/
|
|
204
|
+
searchSystemInstances(): Promise<SearchSystemInstancesCommandOutput>;
|
|
198
205
|
searchSystemInstances(args: SearchSystemInstancesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSystemInstancesCommandOutput>;
|
|
199
206
|
searchSystemInstances(args: SearchSystemInstancesCommandInput, cb: (err: any, data?: SearchSystemInstancesCommandOutput) => void): void;
|
|
200
207
|
searchSystemInstances(args: SearchSystemInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSystemInstancesCommandOutput) => void): void;
|
|
201
208
|
/**
|
|
202
209
|
* @see {@link SearchSystemTemplatesCommand}
|
|
203
210
|
*/
|
|
211
|
+
searchSystemTemplates(): Promise<SearchSystemTemplatesCommandOutput>;
|
|
204
212
|
searchSystemTemplates(args: SearchSystemTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSystemTemplatesCommandOutput>;
|
|
205
213
|
searchSystemTemplates(args: SearchSystemTemplatesCommandInput, cb: (err: any, data?: SearchSystemTemplatesCommandOutput) => void): void;
|
|
206
214
|
searchSystemTemplates(args: SearchSystemTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSystemTemplatesCommandOutput) => void): void;
|
|
@@ -219,6 +227,7 @@ export interface IoTThingsGraph {
|
|
|
219
227
|
/**
|
|
220
228
|
* @see {@link UndeploySystemInstanceCommand}
|
|
221
229
|
*/
|
|
230
|
+
undeploySystemInstance(): Promise<UndeploySystemInstanceCommandOutput>;
|
|
222
231
|
undeploySystemInstance(args: UndeploySystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UndeploySystemInstanceCommandOutput>;
|
|
223
232
|
undeploySystemInstance(args: UndeploySystemInstanceCommandInput, cb: (err: any, data?: UndeploySystemInstanceCommandOutput) => void): void;
|
|
224
233
|
undeploySystemInstance(args: UndeploySystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UndeploySystemInstanceCommandOutput) => void): void;
|
|
@@ -243,18 +252,19 @@ export interface IoTThingsGraph {
|
|
|
243
252
|
/**
|
|
244
253
|
* @see {@link UploadEntityDefinitionsCommand}
|
|
245
254
|
*/
|
|
255
|
+
uploadEntityDefinitions(): Promise<UploadEntityDefinitionsCommandOutput>;
|
|
246
256
|
uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<UploadEntityDefinitionsCommandOutput>;
|
|
247
257
|
uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, cb: (err: any, data?: UploadEntityDefinitionsCommandOutput) => void): void;
|
|
248
258
|
uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadEntityDefinitionsCommandOutput) => void): void;
|
|
249
259
|
}
|
|
250
260
|
/**
|
|
251
|
-
* @public
|
|
252
261
|
* <fullname>AWS IoT Things Graph</fullname>
|
|
253
262
|
* <p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards,
|
|
254
263
|
* such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
|
|
255
264
|
* and defining how they interact at an abstract level.</p>
|
|
256
265
|
* <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
|
|
257
266
|
* <p>The AWS IoT Things Graph service is discontinued.</p>
|
|
267
|
+
* @public
|
|
258
268
|
*/
|
|
259
269
|
export declare class IoTThingsGraph extends IoTThingsGraphClient implements IoTThingsGraph {
|
|
260
270
|
}
|
|
@@ -186,13 +186,13 @@ export type IoTThingsGraphClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
186
186
|
export interface IoTThingsGraphClientResolvedConfig extends IoTThingsGraphClientResolvedConfigType {
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
|
-
* @public
|
|
190
189
|
* <fullname>AWS IoT Things Graph</fullname>
|
|
191
190
|
* <p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards,
|
|
192
191
|
* such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
|
|
193
192
|
* and defining how they interact at an abstract level.</p>
|
|
194
193
|
* <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
|
|
195
194
|
* <p>The AWS IoT Things Graph service is discontinued.</p>
|
|
195
|
+
* @public
|
|
196
196
|
*/
|
|
197
197
|
export declare class IoTThingsGraphClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTThingsGraphClientResolvedConfig> {
|
|
198
198
|
/**
|
|
@@ -22,12 +22,10 @@ export interface AssociateEntityToThingCommandOutput extends AssociateEntityToTh
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateEntityToThingCommand_base: {
|
|
24
24
|
new (input: AssociateEntityToThingCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateEntityToThingCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Associates a device with a concrete thing that is in the user's registry.</p>
|
|
32
30
|
* <p>A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.</p>
|
|
33
31
|
* @example
|
|
@@ -68,6 +66,8 @@ declare const AssociateEntityToThingCommand_base: {
|
|
|
68
66
|
* @throws {@link IoTThingsGraphServiceException}
|
|
69
67
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
70
68
|
*
|
|
69
|
+
* @public
|
|
70
|
+
* @deprecated since: 2022-08-30
|
|
71
71
|
*/
|
|
72
72
|
export declare class AssociateEntityToThingCommand extends AssociateEntityToThingCommand_base {
|
|
73
73
|
}
|
|
@@ -22,12 +22,10 @@ export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFlowTemplateCommand_base: {
|
|
24
24
|
new (input: CreateFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only
|
|
32
30
|
* entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the
|
|
33
31
|
* latest version of the user's namespace unless another namespace version is specified in the request.</p>
|
|
@@ -81,6 +79,8 @@ declare const CreateFlowTemplateCommand_base: {
|
|
|
81
79
|
* @throws {@link IoTThingsGraphServiceException}
|
|
82
80
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
83
81
|
*
|
|
82
|
+
* @public
|
|
83
|
+
* @deprecated since: 2022-08-30
|
|
84
84
|
*/
|
|
85
85
|
export declare class CreateFlowTemplateCommand extends CreateFlowTemplateCommand_base {
|
|
86
86
|
}
|
|
@@ -22,12 +22,10 @@ export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSystemInstanceCommand_base: {
|
|
24
24
|
new (input: CreateSystemInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSystemInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Creates a system instance. </p>
|
|
32
30
|
* <p>This action validates the system instance, prepares the deployment-related resources. For Greengrass deployments, it updates the Greengrass group that is
|
|
33
31
|
* specified by the <code>greengrassGroupName</code> parameter. It also adds a file to the S3 bucket specified by the <code>s3BucketName</code> parameter. You need to
|
|
@@ -105,6 +103,8 @@ declare const CreateSystemInstanceCommand_base: {
|
|
|
105
103
|
* @throws {@link IoTThingsGraphServiceException}
|
|
106
104
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
107
105
|
*
|
|
106
|
+
* @public
|
|
107
|
+
* @deprecated since: 2022-08-30
|
|
108
108
|
*/
|
|
109
109
|
export declare class CreateSystemInstanceCommand extends CreateSystemInstanceCommand_base {
|
|
110
110
|
}
|
|
@@ -22,12 +22,10 @@ export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateSystemTemplateCommand_base: {
|
|
24
24
|
new (input: CreateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Creates a system. The system is validated against the entities in the
|
|
32
30
|
* latest version of the user's namespace unless another namespace version is specified in the request.</p>
|
|
33
31
|
* @example
|
|
@@ -77,6 +75,8 @@ declare const CreateSystemTemplateCommand_base: {
|
|
|
77
75
|
* @throws {@link IoTThingsGraphServiceException}
|
|
78
76
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
79
77
|
*
|
|
78
|
+
* @public
|
|
79
|
+
* @deprecated since: 2022-08-30
|
|
80
80
|
*/
|
|
81
81
|
export declare class CreateSystemTemplateCommand extends CreateSystemTemplateCommand_base {
|
|
82
82
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFlowTemplateCommand_base: {
|
|
24
24
|
new (input: DeleteFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy.
|
|
32
30
|
* Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).</p>
|
|
33
31
|
* @example
|
|
@@ -66,6 +64,8 @@ declare const DeleteFlowTemplateCommand_base: {
|
|
|
66
64
|
* @throws {@link IoTThingsGraphServiceException}
|
|
67
65
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
68
66
|
*
|
|
67
|
+
* @public
|
|
68
|
+
* @deprecated since: 2022-08-30
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeleteFlowTemplateCommand extends DeleteFlowTemplateCommand_base {
|
|
71
71
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteNamespaceCommand_base: {
|
|
24
24
|
new (input: DeleteNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteNamespaceCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action. This action takes no
|
|
32
30
|
* request parameters.</p>
|
|
33
31
|
* @example
|
|
@@ -61,6 +59,8 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
61
59
|
* @throws {@link IoTThingsGraphServiceException}
|
|
62
60
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
63
61
|
*
|
|
62
|
+
* @public
|
|
63
|
+
* @deprecated since: 2022-08-30
|
|
64
64
|
*/
|
|
65
65
|
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
66
66
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSystemInstanceCommand_base: {
|
|
24
24
|
new (input: DeleteSystemInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteSystemInstanceCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Deletes a system instance.
|
|
32
30
|
* Only system instances that have never been deployed, or that have been undeployed can be deleted.</p>
|
|
33
31
|
* <p>Users can create a new system instance that has the same ID as a deleted system instance.</p>
|
|
@@ -67,6 +65,8 @@ declare const DeleteSystemInstanceCommand_base: {
|
|
|
67
65
|
* @throws {@link IoTThingsGraphServiceException}
|
|
68
66
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
69
67
|
*
|
|
68
|
+
* @public
|
|
69
|
+
* @deprecated since: 2022-08-30
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteSystemInstanceCommand extends DeleteSystemInstanceCommand_base {
|
|
72
72
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteSystemTemplateCommand_base: {
|
|
24
24
|
new (input: DeleteSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Deletes a system. New deployments can't contain the system after its deletion.
|
|
32
30
|
* Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.</p>
|
|
33
31
|
* @example
|
|
@@ -66,6 +64,8 @@ declare const DeleteSystemTemplateCommand_base: {
|
|
|
66
64
|
* @throws {@link IoTThingsGraphServiceException}
|
|
67
65
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
68
66
|
*
|
|
67
|
+
* @public
|
|
68
|
+
* @deprecated since: 2022-08-30
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeleteSystemTemplateCommand extends DeleteSystemTemplateCommand_base {
|
|
71
71
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeploySystemInstanceCommand_base: {
|
|
24
24
|
new (input: DeploySystemInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeploySystemInstanceCommandInput]): import("@smithy/smithy-client").CommandImpl<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>
|
|
32
30
|
* <b>Greengrass and Cloud Deployments</b>
|
|
33
31
|
* </p>
|
|
@@ -92,6 +90,8 @@ declare const DeploySystemInstanceCommand_base: {
|
|
|
92
90
|
* @throws {@link IoTThingsGraphServiceException}
|
|
93
91
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
94
92
|
*
|
|
93
|
+
* @public
|
|
94
|
+
* @deprecated since: 2022-08-30
|
|
95
95
|
*/
|
|
96
96
|
export declare class DeploySystemInstanceCommand extends DeploySystemInstanceCommand_base {
|
|
97
97
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeprecateFlowTemplateCommand_base: {
|
|
24
24
|
new (input: DeprecateFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeprecateFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +63,8 @@ declare const DeprecateFlowTemplateCommand_base: {
|
|
|
65
63
|
* @throws {@link IoTThingsGraphServiceException}
|
|
66
64
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
67
65
|
*
|
|
66
|
+
* @public
|
|
67
|
+
* @deprecated since: 2022-08-30
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeprecateFlowTemplateCommand extends DeprecateFlowTemplateCommand_base {
|
|
70
70
|
}
|
|
@@ -22,12 +22,10 @@ export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTem
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeprecateSystemTemplateCommand_base: {
|
|
24
24
|
new (input: DeprecateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeprecateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Deprecates the specified system.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +63,8 @@ declare const DeprecateSystemTemplateCommand_base: {
|
|
|
65
63
|
* @throws {@link IoTThingsGraphServiceException}
|
|
66
64
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
67
65
|
*
|
|
66
|
+
* @public
|
|
67
|
+
* @deprecated since: 2022-08-30
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeprecateSystemTemplateCommand extends DeprecateSystemTemplateCommand_base {
|
|
70
70
|
}
|
|
@@ -22,12 +22,10 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeNamespaceCommand_base: {
|
|
24
24
|
new (input: DescribeNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeNamespaceCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets the latest version of the user's namespace and the public version that it is tracking.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +69,8 @@ declare const DescribeNamespaceCommand_base: {
|
|
|
71
69
|
* @throws {@link IoTThingsGraphServiceException}
|
|
72
70
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
73
71
|
*
|
|
72
|
+
* @public
|
|
73
|
+
* @deprecated since: 2022-08-30
|
|
74
74
|
*/
|
|
75
75
|
export declare class DescribeNamespaceCommand extends DescribeNamespaceCommand_base {
|
|
76
76
|
}
|
|
@@ -22,12 +22,10 @@ export interface DissociateEntityFromThingCommandOutput extends DissociateEntity
|
|
|
22
22
|
}
|
|
23
23
|
declare const DissociateEntityFromThingCommand_base: {
|
|
24
24
|
new (input: DissociateEntityFromThingCommandInput): import("@smithy/smithy-client").CommandImpl<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DissociateEntityFromThingCommandInput): import("@smithy/smithy-client").CommandImpl<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only
|
|
32
30
|
* one entity of a particular type can be associated with a thing.</p>
|
|
33
31
|
* @example
|
|
@@ -67,6 +65,8 @@ declare const DissociateEntityFromThingCommand_base: {
|
|
|
67
65
|
* @throws {@link IoTThingsGraphServiceException}
|
|
68
66
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
69
67
|
*
|
|
68
|
+
* @public
|
|
69
|
+
* @deprecated since: 2022-08-30
|
|
70
70
|
*/
|
|
71
71
|
export declare class DissociateEntityFromThingCommand extends DissociateEntityFromThingCommand_base {
|
|
72
72
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetEntitiesCommand_base: {
|
|
24
24
|
new (input: GetEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetEntitiesCommandInput, GetEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetEntitiesCommandInput, GetEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the
|
|
32
30
|
* following TDM entities.</p>
|
|
33
31
|
* <ul>
|
|
@@ -112,6 +110,8 @@ declare const GetEntitiesCommand_base: {
|
|
|
112
110
|
* @throws {@link IoTThingsGraphServiceException}
|
|
113
111
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
114
112
|
*
|
|
113
|
+
* @public
|
|
114
|
+
* @deprecated since: 2022-08-30
|
|
115
115
|
*/
|
|
116
116
|
export declare class GetEntitiesCommand extends GetEntitiesCommand_base {
|
|
117
117
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFlowTemplateCommand_base: {
|
|
24
24
|
new (input: GetFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets the latest version of the <code>DefinitionDocument</code> and <code>FlowTemplateSummary</code> for the specified workflow.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +78,8 @@ declare const GetFlowTemplateCommand_base: {
|
|
|
80
78
|
* @throws {@link IoTThingsGraphServiceException}
|
|
81
79
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
82
80
|
*
|
|
81
|
+
* @public
|
|
82
|
+
* @deprecated since: 2022-08-30
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetFlowTemplateCommand extends GetFlowTemplateCommand_base {
|
|
85
85
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRe
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFlowTemplateRevisionsCommand_base: {
|
|
24
24
|
new (input: GetFlowTemplateRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFlowTemplateRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated,
|
|
32
30
|
* this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.</p>
|
|
33
31
|
* @example
|
|
@@ -78,6 +76,8 @@ declare const GetFlowTemplateRevisionsCommand_base: {
|
|
|
78
76
|
* @throws {@link IoTThingsGraphServiceException}
|
|
79
77
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
80
78
|
*
|
|
79
|
+
* @public
|
|
80
|
+
* @deprecated since: 2022-08-30
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetFlowTemplateRevisionsCommand extends GetFlowTemplateRevisionsCommand_base {
|
|
83
83
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDel
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetNamespaceDeletionStatusCommand_base: {
|
|
24
24
|
new (input: GetNamespaceDeletionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetNamespaceDeletionStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets the status of a namespace deletion task.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +64,8 @@ declare const GetNamespaceDeletionStatusCommand_base: {
|
|
|
66
64
|
* @throws {@link IoTThingsGraphServiceException}
|
|
67
65
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
68
66
|
*
|
|
67
|
+
* @public
|
|
68
|
+
* @deprecated since: 2022-08-30
|
|
69
69
|
*/
|
|
70
70
|
export declare class GetNamespaceDeletionStatusCommand extends GetNamespaceDeletionStatusCommand_base {
|
|
71
71
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetSystemInstanceCommandOutput extends GetSystemInstanceRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSystemInstanceCommand_base: {
|
|
24
24
|
new (input: GetSystemInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSystemInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets a system instance.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +94,8 @@ declare const GetSystemInstanceCommand_base: {
|
|
|
96
94
|
* @throws {@link IoTThingsGraphServiceException}
|
|
97
95
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
98
96
|
*
|
|
97
|
+
* @public
|
|
98
|
+
* @deprecated since: 2022-08-30
|
|
99
99
|
*/
|
|
100
100
|
export declare class GetSystemInstanceCommand extends GetSystemInstanceCommand_base {
|
|
101
101
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetSystemTemplateCommandOutput extends GetSystemTemplateRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSystemTemplateCommand_base: {
|
|
24
24
|
new (input: GetSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets a system.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +78,8 @@ declare const GetSystemTemplateCommand_base: {
|
|
|
80
78
|
* @throws {@link IoTThingsGraphServiceException}
|
|
81
79
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
82
80
|
*
|
|
81
|
+
* @public
|
|
82
|
+
* @deprecated since: 2022-08-30
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetSystemTemplateCommand extends GetSystemTemplateCommand_base {
|
|
85
85
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTempla
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSystemTemplateRevisionsCommand_base: {
|
|
24
24
|
new (input: GetSystemTemplateRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSystemTemplateRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return
|
|
32
30
|
* the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.</p>
|
|
33
31
|
* @example
|
|
@@ -78,6 +76,8 @@ declare const GetSystemTemplateRevisionsCommand_base: {
|
|
|
78
76
|
* @throws {@link IoTThingsGraphServiceException}
|
|
79
77
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
80
78
|
*
|
|
79
|
+
* @public
|
|
80
|
+
* @deprecated since: 2022-08-30
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetSystemTemplateRevisionsCommand extends GetSystemTemplateRevisionsCommand_base {
|
|
83
83
|
}
|
|
@@ -22,12 +22,10 @@ export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetUploadStatusCommand_base: {
|
|
24
24
|
new (input: GetUploadStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUploadStatusCommandInput, GetUploadStatusCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetUploadStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUploadStatusCommandInput, GetUploadStatusCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Gets the status of the specified upload.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +73,8 @@ declare const GetUploadStatusCommand_base: {
|
|
|
75
73
|
* @throws {@link IoTThingsGraphServiceException}
|
|
76
74
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
77
75
|
*
|
|
76
|
+
* @public
|
|
77
|
+
* @deprecated since: 2022-08-30
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetUploadStatusCommand extends GetUploadStatusCommand_base {
|
|
80
80
|
}
|
|
@@ -22,12 +22,10 @@ export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutio
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFlowExecutionMessagesCommand_base: {
|
|
24
24
|
new (input: ListFlowExecutionMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListFlowExecutionMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
|
-
* @deprecated
|
|
30
|
-
*
|
|
31
29
|
* <p>Returns a list of objects that contain information about events in a flow execution.</p>
|
|
32
30
|
* @example
|
|
33
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +75,8 @@ declare const ListFlowExecutionMessagesCommand_base: {
|
|
|
77
75
|
* @throws {@link IoTThingsGraphServiceException}
|
|
78
76
|
* <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
|
|
79
77
|
*
|
|
78
|
+
* @public
|
|
79
|
+
* @deprecated since: 2022-08-30
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListFlowExecutionMessagesCommand extends ListFlowExecutionMessagesCommand_base {
|
|
82
82
|
}
|