@aws-sdk/client-iotthingsgraph 3.533.0 → 3.536.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.
Files changed (75) hide show
  1. package/dist-types/IoTThingsGraph.d.ts +11 -1
  2. package/dist-types/IoTThingsGraphClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +4 -3
  4. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +4 -3
  5. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +4 -3
  6. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +4 -3
  7. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +4 -3
  8. package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -3
  9. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +4 -3
  10. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +4 -3
  11. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +4 -3
  12. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +4 -3
  13. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +4 -3
  14. package/dist-types/commands/DescribeNamespaceCommand.d.ts +4 -3
  15. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +4 -3
  16. package/dist-types/commands/GetEntitiesCommand.d.ts +4 -3
  17. package/dist-types/commands/GetFlowTemplateCommand.d.ts +4 -3
  18. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +4 -3
  19. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +4 -3
  20. package/dist-types/commands/GetSystemInstanceCommand.d.ts +4 -3
  21. package/dist-types/commands/GetSystemTemplateCommand.d.ts +4 -3
  22. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +4 -3
  23. package/dist-types/commands/GetUploadStatusCommand.d.ts +4 -3
  24. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +4 -3
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -3
  26. package/dist-types/commands/SearchEntitiesCommand.d.ts +4 -3
  27. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +4 -3
  28. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +4 -3
  29. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +4 -3
  30. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +4 -3
  31. package/dist-types/commands/SearchThingsCommand.d.ts +4 -3
  32. package/dist-types/commands/TagResourceCommand.d.ts +4 -3
  33. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +4 -3
  34. package/dist-types/commands/UntagResourceCommand.d.ts +4 -3
  35. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +4 -3
  36. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +4 -3
  37. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +4 -3
  38. package/dist-types/models/models_0.d.ts +221 -221
  39. package/dist-types/ts3.4/IoTThingsGraph.d.ts +10 -0
  40. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +9 -0
  75. 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,14 +22,14 @@ 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>
31
+ *
32
+ * @deprecated since: 2022-08-30
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -68,6 +68,7 @@ declare const AssociateEntityToThingCommand_base: {
68
68
  * @throws {@link IoTThingsGraphServiceException}
69
69
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class AssociateEntityToThingCommand extends AssociateEntityToThingCommand_base {
73
74
  }
@@ -22,15 +22,15 @@ 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>
32
+ *
33
+ * @deprecated since: 2022-08-30
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -81,6 +81,7 @@ declare const CreateFlowTemplateCommand_base: {
81
81
  * @throws {@link IoTThingsGraphServiceException}
82
82
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateFlowTemplateCommand extends CreateFlowTemplateCommand_base {
86
87
  }
@@ -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
@@ -37,6 +35,8 @@ declare const CreateSystemInstanceCommand_base: {
37
35
  * <p>For cloud deployments, this action requires a <code>flowActionsRoleArn</code> value. This is an IAM role
38
36
  * that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.</p>
39
37
  * <p>If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.</p>
38
+ *
39
+ * @deprecated since: 2022-08-30
40
40
  * @example
41
41
  * Use a bare-bones client and the command you need to make an API call.
42
42
  * ```javascript
@@ -105,6 +105,7 @@ declare const CreateSystemInstanceCommand_base: {
105
105
  * @throws {@link IoTThingsGraphServiceException}
106
106
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class CreateSystemInstanceCommand extends CreateSystemInstanceCommand_base {
110
111
  }
@@ -22,14 +22,14 @@ 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>
31
+ *
32
+ * @deprecated since: 2022-08-30
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -77,6 +77,7 @@ declare const CreateSystemTemplateCommand_base: {
77
77
  * @throws {@link IoTThingsGraphServiceException}
78
78
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class CreateSystemTemplateCommand extends CreateSystemTemplateCommand_base {
82
83
  }
@@ -22,14 +22,14 @@ 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>
31
+ *
32
+ * @deprecated since: 2022-08-30
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -66,6 +66,7 @@ declare const DeleteFlowTemplateCommand_base: {
66
66
  * @throws {@link IoTThingsGraphServiceException}
67
67
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteFlowTemplateCommand extends DeleteFlowTemplateCommand_base {
71
72
  }
@@ -22,14 +22,14 @@ 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>
31
+ *
32
+ * @deprecated since: 2022-08-30
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -61,6 +61,7 @@ declare const DeleteNamespaceCommand_base: {
61
61
  * @throws {@link IoTThingsGraphServiceException}
62
62
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
66
67
  }
@@ -22,15 +22,15 @@ 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>
32
+ *
33
+ * @deprecated since: 2022-08-30
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -67,6 +67,7 @@ declare const DeleteSystemInstanceCommand_base: {
67
67
  * @throws {@link IoTThingsGraphServiceException}
68
68
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteSystemInstanceCommand extends DeleteSystemInstanceCommand_base {
72
73
  }
@@ -22,14 +22,14 @@ 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>
31
+ *
32
+ * @deprecated since: 2022-08-30
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -66,6 +66,7 @@ declare const DeleteSystemTemplateCommand_base: {
66
66
  * @throws {@link IoTThingsGraphServiceException}
67
67
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteSystemTemplateCommand extends DeleteSystemTemplateCommand_base {
71
72
  }
@@ -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>
@@ -40,6 +38,8 @@ declare const DeploySystemInstanceCommand_base: {
40
38
  * <p>Since this action creates a Greengrass deployment on the caller's behalf, the calling identity must have write permissions
41
39
  * to the specified Greengrass group. Otherwise, the call will fail with an authorization error.</p>
42
40
  * <p>For information about the artifacts that get added to your Greengrass core device when you use this API, see <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-greengrass.html">AWS IoT Things Graph and AWS IoT Greengrass</a>.</p>
41
+ *
42
+ * @deprecated since: 2022-08-30
43
43
  * @example
44
44
  * Use a bare-bones client and the command you need to make an API call.
45
45
  * ```javascript
@@ -92,6 +92,7 @@ declare const DeploySystemInstanceCommand_base: {
92
92
  * @throws {@link IoTThingsGraphServiceException}
93
93
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class DeploySystemInstanceCommand extends DeploySystemInstanceCommand_base {
97
98
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated since: 2022-08-30
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -65,6 +65,7 @@ declare const DeprecateFlowTemplateCommand_base: {
65
65
  * @throws {@link IoTThingsGraphServiceException}
66
66
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeprecateFlowTemplateCommand extends DeprecateFlowTemplateCommand_base {
70
71
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated since: 2022-08-30
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -65,6 +65,7 @@ declare const DeprecateSystemTemplateCommand_base: {
65
65
  * @throws {@link IoTThingsGraphServiceException}
66
66
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeprecateSystemTemplateCommand extends DeprecateSystemTemplateCommand_base {
70
71
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated since: 2022-08-30
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -71,6 +71,7 @@ declare const DescribeNamespaceCommand_base: {
71
71
  * @throws {@link IoTThingsGraphServiceException}
72
72
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DescribeNamespaceCommand extends DescribeNamespaceCommand_base {
76
77
  }
@@ -22,14 +22,14 @@ 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>
31
+ *
32
+ * @deprecated since: 2022-08-30
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -67,6 +67,7 @@ declare const DissociateEntityFromThingCommand_base: {
67
67
  * @throws {@link IoTThingsGraphServiceException}
68
68
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DissociateEntityFromThingCommand extends DissociateEntityFromThingCommand_base {
72
73
  }
@@ -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>
@@ -60,6 +58,8 @@ declare const GetEntitiesCommand_base: {
60
58
  * </li>
61
59
  * </ul>
62
60
  * <p>This action doesn't return definitions for systems, flows, and deployments.</p>
61
+ *
62
+ * @deprecated since: 2022-08-30
63
63
  * @example
64
64
  * Use a bare-bones client and the command you need to make an API call.
65
65
  * ```javascript
@@ -112,6 +112,7 @@ declare const GetEntitiesCommand_base: {
112
112
  * @throws {@link IoTThingsGraphServiceException}
113
113
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class GetEntitiesCommand extends GetEntitiesCommand_base {
117
118
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated since: 2022-08-30
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -80,6 +80,7 @@ declare const GetFlowTemplateCommand_base: {
80
80
  * @throws {@link IoTThingsGraphServiceException}
81
81
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class GetFlowTemplateCommand extends GetFlowTemplateCommand_base {
85
86
  }
@@ -22,14 +22,14 @@ 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>
31
+ *
32
+ * @deprecated since: 2022-08-30
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -78,6 +78,7 @@ declare const GetFlowTemplateRevisionsCommand_base: {
78
78
  * @throws {@link IoTThingsGraphServiceException}
79
79
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetFlowTemplateRevisionsCommand extends GetFlowTemplateRevisionsCommand_base {
83
84
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated since: 2022-08-30
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -66,6 +66,7 @@ declare const GetNamespaceDeletionStatusCommand_base: {
66
66
  * @throws {@link IoTThingsGraphServiceException}
67
67
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class GetNamespaceDeletionStatusCommand extends GetNamespaceDeletionStatusCommand_base {
71
72
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated since: 2022-08-30
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -96,6 +96,7 @@ declare const GetSystemInstanceCommand_base: {
96
96
  * @throws {@link IoTThingsGraphServiceException}
97
97
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class GetSystemInstanceCommand extends GetSystemInstanceCommand_base {
101
102
  }
@@ -22,13 +22,13 @@ 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>
30
+ *
31
+ * @deprecated since: 2022-08-30
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -80,6 +80,7 @@ declare const GetSystemTemplateCommand_base: {
80
80
  * @throws {@link IoTThingsGraphServiceException}
81
81
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class GetSystemTemplateCommand extends GetSystemTemplateCommand_base {
85
86
  }