@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
@@ -22,14 +22,14 @@ 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>
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 GetSystemTemplateRevisionsCommand_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 GetSystemTemplateRevisionsCommand extends GetSystemTemplateRevisionsCommand_base {
83
84
  }
@@ -22,13 +22,13 @@ 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>
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
@@ -75,6 +75,7 @@ declare const GetUploadStatusCommand_base: {
75
75
  * @throws {@link IoTThingsGraphServiceException}
76
76
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetUploadStatusCommand extends GetUploadStatusCommand_base {
80
81
  }
@@ -22,13 +22,13 @@ 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>
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
@@ -77,6 +77,7 @@ declare const ListFlowExecutionMessagesCommand_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 ListFlowExecutionMessagesCommand extends ListFlowExecutionMessagesCommand_base {
82
83
  }
@@ -22,13 +22,13 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Lists all tags on an AWS IoT Things Graph resource.</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
@@ -75,6 +75,7 @@ declare const ListTagsForResourceCommand_base: {
75
75
  * @throws {@link IoTThingsGraphServiceException}
76
76
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
81
  }
@@ -22,13 +22,13 @@ export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __M
22
22
  }
23
23
  declare const SearchEntitiesCommand_base: {
24
24
  new (input: SearchEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchEntitiesCommandInput, SearchEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchEntitiesCommandInput, SearchEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're 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
@@ -89,6 +89,7 @@ declare const SearchEntitiesCommand_base: {
89
89
  * @throws {@link IoTThingsGraphServiceException}
90
90
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class SearchEntitiesCommand extends SearchEntitiesCommand_base {
94
95
  }
@@ -22,13 +22,13 @@ export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsR
22
22
  }
23
23
  declare const SearchFlowExecutionsCommand_base: {
24
24
  new (input: SearchFlowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchFlowExecutionsCommandInput, SearchFlowExecutionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchFlowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchFlowExecutionsCommandInput, SearchFlowExecutionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Searches for AWS IoT Things Graph workflow execution instances.</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
@@ -82,6 +82,7 @@ declare const SearchFlowExecutionsCommand_base: {
82
82
  * @throws {@link IoTThingsGraphServiceException}
83
83
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class SearchFlowExecutionsCommand extends SearchFlowExecutionsCommand_base {
87
88
  }
@@ -22,13 +22,13 @@ export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesRes
22
22
  }
23
23
  declare const SearchFlowTemplatesCommand_base: {
24
24
  new (input: SearchFlowTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [SearchFlowTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Searches for summary information about workflows.</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
@@ -81,6 +81,7 @@ declare const SearchFlowTemplatesCommand_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 SearchFlowTemplatesCommand extends SearchFlowTemplatesCommand_base {
86
87
  }
@@ -22,13 +22,13 @@ export interface SearchSystemInstancesCommandOutput extends SearchSystemInstance
22
22
  }
23
23
  declare const SearchSystemInstancesCommand_base: {
24
24
  new (input: SearchSystemInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [SearchSystemInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Searches for system instances in the user's account.</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
@@ -86,6 +86,7 @@ declare const SearchSystemInstancesCommand_base: {
86
86
  * @throws {@link IoTThingsGraphServiceException}
87
87
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class SearchSystemInstancesCommand extends SearchSystemInstancesCommand_base {
91
92
  }
@@ -22,13 +22,13 @@ export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplate
22
22
  }
23
23
  declare const SearchSystemTemplatesCommand_base: {
24
24
  new (input: SearchSystemTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [SearchSystemTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use 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
@@ -81,6 +81,7 @@ declare const SearchSystemTemplatesCommand_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 SearchSystemTemplatesCommand extends SearchSystemTemplatesCommand_base {
86
87
  }
@@ -22,16 +22,16 @@ export interface SearchThingsCommandOutput extends SearchThingsResponse, __Metad
22
22
  }
23
23
  declare const SearchThingsCommand_base: {
24
24
  new (input: SearchThingsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchThingsCommandInput, SearchThingsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchThingsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchThingsCommandInput, SearchThingsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Searches for things associated with the specified entity. You can search by both device and device model.</p>
32
30
  * <p>For example, if two different devices, camera1 and camera2, implement the camera device model, the user can associate thing1 to camera1 and thing2 to camera2.
33
31
  * <code>SearchThings(camera2)</code> will return only thing2, but <code>SearchThings(camera)</code> will return both thing1 and thing2.</p>
34
32
  * <p>This action searches for exact matches and doesn't perform partial text matching.</p>
33
+ *
34
+ * @deprecated since: 2022-08-30
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -79,6 +79,7 @@ declare const SearchThingsCommand_base: {
79
79
  * @throws {@link IoTThingsGraphServiceException}
80
80
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class SearchThingsCommand extends SearchThingsCommand_base {
84
85
  }
@@ -22,13 +22,13 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, 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 tag for the specified resource.</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 TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
76
77
  }
@@ -22,13 +22,13 @@ export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInsta
22
22
  }
23
23
  declare const UndeploySystemInstanceCommand_base: {
24
24
  new (input: UndeploySystemInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UndeploySystemInstanceCommandInput]): import("@smithy/smithy-client").CommandImpl<UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Removes a system instance from its target (Cloud or Greengrass).</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 UndeploySystemInstanceCommand_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 UndeploySystemInstanceCommand extends UndeploySystemInstanceCommand_base {
85
86
  }
@@ -22,13 +22,13 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Removes a tag from the specified resource.</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
@@ -68,6 +68,7 @@ declare const UntagResourceCommand_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 UntagResourceCommand extends UntagResourceCommand_base {
73
74
  }
@@ -22,14 +22,14 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo
22
22
  }
23
23
  declare const UpdateFlowTemplateCommand_base: {
24
24
  new (input: UpdateFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this
32
30
  * behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace. </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 UpdateFlowTemplateCommand_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 UpdateFlowTemplateCommand extends UpdateFlowTemplateCommand_base {
83
84
  }
@@ -22,13 +22,13 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR
22
22
  }
23
23
  declare const UpdateSystemTemplateCommand_base: {
24
24
  new (input: UpdateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.</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
@@ -77,6 +77,7 @@ declare const UpdateSystemTemplateCommand_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 UpdateSystemTemplateCommand extends UpdateSystemTemplateCommand_base {
82
83
  }
@@ -22,12 +22,10 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini
22
22
  }
23
23
  declare const UploadEntityDefinitionsCommand_base: {
24
24
  new (input: UploadEntityDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UploadEntityDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Asynchronously uploads one or more entity definitions to the user's namespace. The <code>document</code> parameter is required if
32
30
  * <code>syncWithPublicNamespace</code> and <code>deleteExistingEntites</code> are false. If the <code>syncWithPublicNamespace</code> parameter is set to
33
31
  * <code>true</code>, the user's namespace will synchronize with the latest version of the public namespace. If <code>deprecateExistingEntities</code> is set to true,
@@ -39,6 +37,8 @@ declare const UploadEntityDefinitionsCommand_base: {
39
37
  * <p>Valid entities are <code>Device</code>, <code>DeviceModel</code>, <code>Service</code>, <code>Capability</code>, <code>State</code>, <code>Action</code>, <code>Event</code>, <code>Property</code>,
40
38
  * <code>Mapping</code>, <code>Enum</code>.
41
39
  * </p>
40
+ *
41
+ * @deprecated since: 2022-08-30
42
42
  * @example
43
43
  * Use a bare-bones client and the command you need to make an API call.
44
44
  * ```javascript
@@ -79,6 +79,7 @@ declare const UploadEntityDefinitionsCommand_base: {
79
79
  * @throws {@link IoTThingsGraphServiceException}
80
80
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UploadEntityDefinitionsCommand extends UploadEntityDefinitionsCommand_base {
84
85
  }