@aws-sdk/client-iotthingsgraph 3.529.1 → 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.
Files changed (83) 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 +3 -3
  4. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +3 -3
  7. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +3 -3
  8. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
  9. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +3 -3
  10. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +3 -3
  11. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +3 -3
  12. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +3 -3
  13. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +3 -3
  14. package/dist-types/commands/DescribeNamespaceCommand.d.ts +3 -3
  15. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +3 -3
  16. package/dist-types/commands/GetEntitiesCommand.d.ts +3 -3
  17. package/dist-types/commands/GetFlowTemplateCommand.d.ts +3 -3
  18. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +3 -3
  19. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +3 -3
  20. package/dist-types/commands/GetSystemInstanceCommand.d.ts +3 -3
  21. package/dist-types/commands/GetSystemTemplateCommand.d.ts +3 -3
  22. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +3 -3
  23. package/dist-types/commands/GetUploadStatusCommand.d.ts +3 -3
  24. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +3 -3
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  26. package/dist-types/commands/SearchEntitiesCommand.d.ts +3 -3
  27. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +3 -3
  28. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +3 -3
  29. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +3 -3
  30. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +3 -3
  31. package/dist-types/commands/SearchThingsCommand.d.ts +3 -3
  32. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  33. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +3 -3
  34. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  35. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +3 -3
  36. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +3 -3
  37. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +3 -3
  38. package/dist-types/models/models_0.d.ts +221 -221
  39. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  40. package/dist-types/runtimeConfig.d.ts +2 -2
  41. package/dist-types/runtimeConfig.native.d.ts +2 -2
  42. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  43. package/dist-types/ts3.4/IoTThingsGraph.d.ts +10 -0
  44. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  83. package/package.json +40 -40
@@ -22,12 +22,10 @@ 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>
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 ListTagsForResourceCommand_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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
80
  }
@@ -22,12 +22,10 @@ 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>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +87,8 @@ declare const SearchEntitiesCommand_base: {
89
87
  * @throws {@link IoTThingsGraphServiceException}
90
88
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
91
89
  *
90
+ * @public
91
+ * @deprecated since: 2022-08-30
92
92
  */
93
93
  export declare class SearchEntitiesCommand extends SearchEntitiesCommand_base {
94
94
  }
@@ -22,12 +22,10 @@ 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>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +80,8 @@ declare const SearchFlowExecutionsCommand_base: {
82
80
  * @throws {@link IoTThingsGraphServiceException}
83
81
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
84
82
  *
83
+ * @public
84
+ * @deprecated since: 2022-08-30
85
85
  */
86
86
  export declare class SearchFlowExecutionsCommand extends SearchFlowExecutionsCommand_base {
87
87
  }
@@ -22,12 +22,10 @@ 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>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +79,8 @@ declare const SearchFlowTemplatesCommand_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 SearchFlowTemplatesCommand extends SearchFlowTemplatesCommand_base {
86
86
  }
@@ -22,12 +22,10 @@ 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>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +84,8 @@ declare const SearchSystemInstancesCommand_base: {
86
84
  * @throws {@link IoTThingsGraphServiceException}
87
85
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
88
86
  *
87
+ * @public
88
+ * @deprecated since: 2022-08-30
89
89
  */
90
90
  export declare class SearchSystemInstancesCommand extends SearchSystemInstancesCommand_base {
91
91
  }
@@ -22,12 +22,10 @@ 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>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +79,8 @@ declare const SearchSystemTemplatesCommand_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 SearchSystemTemplatesCommand extends SearchSystemTemplatesCommand_base {
86
86
  }
@@ -22,12 +22,10 @@ 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>
@@ -79,6 +77,8 @@ declare const SearchThingsCommand_base: {
79
77
  * @throws {@link IoTThingsGraphServiceException}
80
78
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
81
79
  *
80
+ * @public
81
+ * @deprecated since: 2022-08-30
82
82
  */
83
83
  export declare class SearchThingsCommand extends SearchThingsCommand_base {
84
84
  }
@@ -22,12 +22,10 @@ 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>
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 TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
76
76
  }
@@ -22,12 +22,10 @@ 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>
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 UndeploySystemInstanceCommand_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 UndeploySystemInstanceCommand extends UndeploySystemInstanceCommand_base {
85
85
  }
@@ -22,12 +22,10 @@ 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>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +66,8 @@ declare const UntagResourceCommand_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 UntagResourceCommand extends UntagResourceCommand_base {
73
73
  }
@@ -22,12 +22,10 @@ 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>
33
31
  * @example
@@ -78,6 +76,8 @@ declare const UpdateFlowTemplateCommand_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 UpdateFlowTemplateCommand extends UpdateFlowTemplateCommand_base {
83
83
  }
@@ -22,12 +22,10 @@ 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>
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 UpdateSystemTemplateCommand_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 UpdateSystemTemplateCommand extends UpdateSystemTemplateCommand_base {
82
82
  }
@@ -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,
@@ -79,6 +77,8 @@ declare const UploadEntityDefinitionsCommand_base: {
79
77
  * @throws {@link IoTThingsGraphServiceException}
80
78
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
81
79
  *
80
+ * @public
81
+ * @deprecated since: 2022-08-30
82
82
  */
83
83
  export declare class UploadEntityDefinitionsCommand extends UploadEntityDefinitionsCommand_base {
84
84
  }