@aws-sdk/client-iotthingsgraph 3.296.0 → 3.298.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 (124) hide show
  1. package/dist-cjs/commands/AssociateEntityToThingCommand.js +2 -3
  2. package/dist-cjs/commands/CreateFlowTemplateCommand.js +2 -3
  3. package/dist-cjs/commands/CreateSystemInstanceCommand.js +2 -3
  4. package/dist-cjs/commands/CreateSystemTemplateCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +2 -3
  9. package/dist-cjs/commands/DeploySystemInstanceCommand.js +2 -3
  10. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +2 -3
  11. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -3
  13. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +2 -3
  14. package/dist-cjs/commands/GetEntitiesCommand.js +2 -3
  15. package/dist-cjs/commands/GetFlowTemplateCommand.js +2 -3
  16. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +2 -3
  17. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +2 -3
  18. package/dist-cjs/commands/GetSystemInstanceCommand.js +2 -3
  19. package/dist-cjs/commands/GetSystemTemplateCommand.js +2 -3
  20. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +2 -3
  21. package/dist-cjs/commands/GetUploadStatusCommand.js +2 -3
  22. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +2 -3
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  24. package/dist-cjs/commands/SearchEntitiesCommand.js +2 -3
  25. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +2 -3
  26. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +2 -3
  27. package/dist-cjs/commands/SearchSystemInstancesCommand.js +2 -3
  28. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +2 -3
  29. package/dist-cjs/commands/SearchThingsCommand.js +2 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +2 -3
  32. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +2 -3
  34. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +2 -3
  35. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +2 -3
  36. package/dist-cjs/models/models_0.js +1 -355
  37. package/dist-es/commands/AssociateEntityToThingCommand.js +2 -3
  38. package/dist-es/commands/CreateFlowTemplateCommand.js +2 -3
  39. package/dist-es/commands/CreateSystemInstanceCommand.js +2 -3
  40. package/dist-es/commands/CreateSystemTemplateCommand.js +2 -3
  41. package/dist-es/commands/DeleteFlowTemplateCommand.js +2 -3
  42. package/dist-es/commands/DeleteNamespaceCommand.js +2 -3
  43. package/dist-es/commands/DeleteSystemInstanceCommand.js +2 -3
  44. package/dist-es/commands/DeleteSystemTemplateCommand.js +2 -3
  45. package/dist-es/commands/DeploySystemInstanceCommand.js +2 -3
  46. package/dist-es/commands/DeprecateFlowTemplateCommand.js +2 -3
  47. package/dist-es/commands/DeprecateSystemTemplateCommand.js +2 -3
  48. package/dist-es/commands/DescribeNamespaceCommand.js +2 -3
  49. package/dist-es/commands/DissociateEntityFromThingCommand.js +2 -3
  50. package/dist-es/commands/GetEntitiesCommand.js +2 -3
  51. package/dist-es/commands/GetFlowTemplateCommand.js +2 -3
  52. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +2 -3
  53. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +2 -3
  54. package/dist-es/commands/GetSystemInstanceCommand.js +2 -3
  55. package/dist-es/commands/GetSystemTemplateCommand.js +2 -3
  56. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +2 -3
  57. package/dist-es/commands/GetUploadStatusCommand.js +2 -3
  58. package/dist-es/commands/ListFlowExecutionMessagesCommand.js +2 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  60. package/dist-es/commands/SearchEntitiesCommand.js +2 -3
  61. package/dist-es/commands/SearchFlowExecutionsCommand.js +2 -3
  62. package/dist-es/commands/SearchFlowTemplatesCommand.js +2 -3
  63. package/dist-es/commands/SearchSystemInstancesCommand.js +2 -3
  64. package/dist-es/commands/SearchSystemTemplatesCommand.js +2 -3
  65. package/dist-es/commands/SearchThingsCommand.js +2 -3
  66. package/dist-es/commands/TagResourceCommand.js +2 -3
  67. package/dist-es/commands/UndeploySystemInstanceCommand.js +2 -3
  68. package/dist-es/commands/UntagResourceCommand.js +2 -3
  69. package/dist-es/commands/UpdateFlowTemplateCommand.js +2 -3
  70. package/dist-es/commands/UpdateSystemTemplateCommand.js +2 -3
  71. package/dist-es/commands/UploadEntityDefinitionsCommand.js +2 -3
  72. package/dist-es/models/models_0.js +0 -264
  73. package/dist-types/IoTThingsGraph.d.ts +36 -0
  74. package/dist-types/IoTThingsGraphClient.d.ts +24 -4
  75. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +16 -0
  76. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +16 -0
  77. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +16 -0
  78. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +16 -0
  83. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +16 -0
  84. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +16 -0
  85. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +16 -0
  86. package/dist-types/commands/DescribeNamespaceCommand.d.ts +16 -0
  87. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +16 -0
  88. package/dist-types/commands/GetEntitiesCommand.d.ts +16 -0
  89. package/dist-types/commands/GetFlowTemplateCommand.d.ts +16 -0
  90. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +16 -0
  91. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +16 -0
  92. package/dist-types/commands/GetSystemInstanceCommand.d.ts +16 -0
  93. package/dist-types/commands/GetSystemTemplateCommand.d.ts +16 -0
  94. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +16 -0
  95. package/dist-types/commands/GetUploadStatusCommand.d.ts +16 -0
  96. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +16 -0
  97. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  98. package/dist-types/commands/SearchEntitiesCommand.d.ts +16 -0
  99. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +16 -0
  100. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +16 -0
  101. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +16 -0
  102. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +16 -0
  103. package/dist-types/commands/SearchThingsCommand.d.ts +16 -0
  104. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  105. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +16 -0
  106. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +16 -0
  109. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +16 -0
  110. package/dist-types/models/IoTThingsGraphServiceException.d.ts +2 -0
  111. package/dist-types/models/models_0.d.ts +274 -352
  112. package/dist-types/pagination/GetFlowTemplateRevisionsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/GetSystemTemplateRevisionsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/Interfaces.d.ts +3 -0
  115. package/dist-types/pagination/ListFlowExecutionMessagesPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  117. package/dist-types/pagination/SearchEntitiesPaginator.d.ts +3 -0
  118. package/dist-types/pagination/SearchFlowExecutionsPaginator.d.ts +3 -0
  119. package/dist-types/pagination/SearchFlowTemplatesPaginator.d.ts +3 -0
  120. package/dist-types/pagination/SearchSystemInstancesPaginator.d.ts +3 -0
  121. package/dist-types/pagination/SearchSystemTemplatesPaginator.d.ts +3 -0
  122. package/dist-types/pagination/SearchThingsPaginator.d.ts +3 -0
  123. package/dist-types/ts3.4/models/models_0.d.ts +0 -258
  124. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchSystemTemplatesRequest, SearchSystemTemplatesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchSystemTemplatesCommand}.
8
10
  */
9
11
  export interface SearchSystemTemplatesCommandInput extends SearchSystemTemplatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchSystemTemplatesCommand}.
13
17
  */
14
18
  export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <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>
@@ -27,6 +32,8 @@ export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplate
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param SearchSystemTemplatesCommandInput - {@link SearchSystemTemplatesCommandInput}
36
+ * @returns {@link SearchSystemTemplatesCommandOutput}
30
37
  * @see {@link SearchSystemTemplatesCommandInput} for command's `input` shape.
31
38
  * @see {@link SearchSystemTemplatesCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -45,11 +52,20 @@ export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplate
45
52
  export declare class SearchSystemTemplatesCommand extends $Command<SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig> {
46
53
  readonly input: SearchSystemTemplatesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: SearchSystemTemplatesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchSystemTemplatesCommandInput, SearchSystemTemplatesCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchThingsRequest, SearchThingsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchThingsCommand}.
8
10
  */
9
11
  export interface SearchThingsCommandInput extends SearchThingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchThingsCommand}.
13
17
  */
14
18
  export interface SearchThingsCommandOutput extends SearchThingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Searches for things associated with the specified entity. You can search by both device and device model.</p>
@@ -30,6 +35,8 @@ export interface SearchThingsCommandOutput extends SearchThingsResponse, __Metad
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param SearchThingsCommandInput - {@link SearchThingsCommandInput}
39
+ * @returns {@link SearchThingsCommandOutput}
33
40
  * @see {@link SearchThingsCommandInput} for command's `input` shape.
34
41
  * @see {@link SearchThingsCommandOutput} for command's `response` shape.
35
42
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -51,11 +58,20 @@ export interface SearchThingsCommandOutput extends SearchThingsResponse, __Metad
51
58
  export declare class SearchThingsCommand extends $Command<SearchThingsCommandInput, SearchThingsCommandOutput, IoTThingsGraphClientResolvedConfig> {
52
59
  readonly input: SearchThingsCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: SearchThingsCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchThingsCommandInput, SearchThingsCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Creates a tag for the specified resource.</p>
@@ -27,6 +32,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
36
+ * @returns {@link TagResourceCommandOutput}
30
37
  * @see {@link TagResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
48
55
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: TagResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: TagResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UndeploySystemInstanceRequest, UndeploySystemInstanceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UndeploySystemInstanceCommand}.
8
10
  */
9
11
  export interface UndeploySystemInstanceCommandInput extends UndeploySystemInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UndeploySystemInstanceCommand}.
13
17
  */
14
18
  export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Removes a system instance from its target (Cloud or Greengrass).</p>
@@ -27,6 +32,8 @@ export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInsta
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UndeploySystemInstanceCommandInput - {@link UndeploySystemInstanceCommandInput}
36
+ * @returns {@link UndeploySystemInstanceCommandOutput}
30
37
  * @see {@link UndeploySystemInstanceCommandInput} for command's `input` shape.
31
38
  * @see {@link UndeploySystemInstanceCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInsta
51
58
  export declare class UndeploySystemInstanceCommand extends $Command<UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
52
59
  readonly input: UndeploySystemInstanceCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UndeploySystemInstanceCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UndeploySystemInstanceCommandInput, UndeploySystemInstanceCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Removes a tag from the specified resource.</p>
@@ -27,6 +32,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
36
+ * @returns {@link UntagResourceCommandOutput}
30
37
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
48
55
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: UntagResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: UntagResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFlowTemplateCommand}.
8
10
  */
9
11
  export interface UpdateFlowTemplateCommandInput extends UpdateFlowTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFlowTemplateCommand}.
13
17
  */
14
18
  export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <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
@@ -28,6 +33,8 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UpdateFlowTemplateCommandInput - {@link UpdateFlowTemplateCommandInput}
37
+ * @returns {@link UpdateFlowTemplateCommandOutput}
31
38
  * @see {@link UpdateFlowTemplateCommandInput} for command's `input` shape.
32
39
  * @see {@link UpdateFlowTemplateCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo
49
56
  export declare class UpdateFlowTemplateCommand extends $Command<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
50
57
  readonly input: UpdateFlowTemplateCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateFlowTemplateCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSystemTemplateCommand}.
8
10
  */
9
11
  export interface UpdateSystemTemplateCommandInput extends UpdateSystemTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSystemTemplateCommand}.
13
17
  */
14
18
  export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <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>
@@ -27,6 +32,8 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param UpdateSystemTemplateCommandInput - {@link UpdateSystemTemplateCommandInput}
36
+ * @returns {@link UpdateSystemTemplateCommandOutput}
30
37
  * @see {@link UpdateSystemTemplateCommandInput} for command's `input` shape.
31
38
  * @see {@link UpdateSystemTemplateCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR
48
55
  export declare class UpdateSystemTemplateCommand extends $Command<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: UpdateSystemTemplateCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: UpdateSystemTemplateCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UploadEntityDefinitionsCommand}.
8
10
  */
9
11
  export interface UploadEntityDefinitionsCommandInput extends UploadEntityDefinitionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UploadEntityDefinitionsCommand}.
13
17
  */
14
18
  export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefinitionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Asynchronously uploads one or more entity definitions to the user's namespace. The <code>document</code> parameter is required if
@@ -37,6 +42,8 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param UploadEntityDefinitionsCommandInput - {@link UploadEntityDefinitionsCommandInput}
46
+ * @returns {@link UploadEntityDefinitionsCommandOutput}
40
47
  * @see {@link UploadEntityDefinitionsCommandInput} for command's `input` shape.
41
48
  * @see {@link UploadEntityDefinitionsCommandOutput} for command's `response` shape.
42
49
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini
55
62
  export declare class UploadEntityDefinitionsCommand extends $Command<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput, IoTThingsGraphClientResolvedConfig> {
56
63
  readonly input: UploadEntityDefinitionsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UploadEntityDefinitionsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from IoTThingsGraph service.
4
6
  */
5
7
  export declare class IoTThingsGraphServiceException extends __ServiceException {