@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 { GetFlowTemplateRequest, GetFlowTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFlowTemplateCommand}.
8
10
  */
9
11
  export interface GetFlowTemplateCommandInput extends GetFlowTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFlowTemplateCommand}.
13
17
  */
14
18
  export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Gets the latest version of the <code>DefinitionDocument</code> and <code>FlowTemplateSummary</code> for the specified workflow.</p>
@@ -27,6 +32,8 @@ export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetFlowTemplateCommandInput - {@link GetFlowTemplateCommandInput}
36
+ * @returns {@link GetFlowTemplateCommandOutput}
30
37
  * @see {@link GetFlowTemplateCommandInput} for command's `input` shape.
31
38
  * @see {@link GetFlowTemplateCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, _
48
55
  export declare class GetFlowTemplateCommand extends $Command<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: GetFlowTemplateCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetFlowTemplateCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput>;
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 { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFlowTemplateRevisionsCommand}.
8
10
  */
9
11
  export interface GetFlowTemplateRevisionsCommandInput extends GetFlowTemplateRevisionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFlowTemplateRevisionsCommand}.
13
17
  */
14
18
  export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRevisionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated,
@@ -28,6 +33,8 @@ export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRe
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param GetFlowTemplateRevisionsCommandInput - {@link GetFlowTemplateRevisionsCommandInput}
37
+ * @returns {@link GetFlowTemplateRevisionsCommandOutput}
31
38
  * @see {@link GetFlowTemplateRevisionsCommandInput} for command's `input` shape.
32
39
  * @see {@link GetFlowTemplateRevisionsCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRe
49
56
  export declare class GetFlowTemplateRevisionsCommand extends $Command<GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig> {
50
57
  readonly input: GetFlowTemplateRevisionsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetFlowTemplateRevisionsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFlowTemplateRevisionsCommandInput, GetFlowTemplateRevisionsCommandOutput>;
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 { GetNamespaceDeletionStatusRequest, GetNamespaceDeletionStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetNamespaceDeletionStatusCommand}.
8
10
  */
9
11
  export interface GetNamespaceDeletionStatusCommandInput extends GetNamespaceDeletionStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetNamespaceDeletionStatusCommand}.
13
17
  */
14
18
  export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDeletionStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Gets the status of a namespace deletion task.</p>
@@ -27,6 +32,8 @@ export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDel
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetNamespaceDeletionStatusCommandInput - {@link GetNamespaceDeletionStatusCommandInput}
36
+ * @returns {@link GetNamespaceDeletionStatusCommandOutput}
30
37
  * @see {@link GetNamespaceDeletionStatusCommandInput} for command's `input` shape.
31
38
  * @see {@link GetNamespaceDeletionStatusCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -45,11 +52,20 @@ export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDel
45
52
  export declare class GetNamespaceDeletionStatusCommand extends $Command<GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput, IoTThingsGraphClientResolvedConfig> {
46
53
  readonly input: GetNamespaceDeletionStatusCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: GetNamespaceDeletionStatusCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNamespaceDeletionStatusCommandInput, GetNamespaceDeletionStatusCommandOutput>;
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 { GetSystemInstanceRequest, GetSystemInstanceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSystemInstanceCommand}.
8
10
  */
9
11
  export interface GetSystemInstanceCommandInput extends GetSystemInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSystemInstanceCommand}.
13
17
  */
14
18
  export interface GetSystemInstanceCommandOutput extends GetSystemInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Gets a system instance.</p>
@@ -27,6 +32,8 @@ export interface GetSystemInstanceCommandOutput extends GetSystemInstanceRespons
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetSystemInstanceCommandInput - {@link GetSystemInstanceCommandInput}
36
+ * @returns {@link GetSystemInstanceCommandOutput}
30
37
  * @see {@link GetSystemInstanceCommandInput} for command's `input` shape.
31
38
  * @see {@link GetSystemInstanceCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetSystemInstanceCommandOutput extends GetSystemInstanceRespons
48
55
  export declare class GetSystemInstanceCommand extends $Command<GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: GetSystemInstanceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetSystemInstanceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput>;
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 { GetSystemTemplateRequest, GetSystemTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSystemTemplateCommand}.
8
10
  */
9
11
  export interface GetSystemTemplateCommandInput extends GetSystemTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSystemTemplateCommand}.
13
17
  */
14
18
  export interface GetSystemTemplateCommandOutput extends GetSystemTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Gets a system.</p>
@@ -27,6 +32,8 @@ export interface GetSystemTemplateCommandOutput extends GetSystemTemplateRespons
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetSystemTemplateCommandInput - {@link GetSystemTemplateCommandInput}
36
+ * @returns {@link GetSystemTemplateCommandOutput}
30
37
  * @see {@link GetSystemTemplateCommandInput} for command's `input` shape.
31
38
  * @see {@link GetSystemTemplateCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetSystemTemplateCommandOutput extends GetSystemTemplateRespons
48
55
  export declare class GetSystemTemplateCommand extends $Command<GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: GetSystemTemplateCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetSystemTemplateCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput>;
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 { GetSystemTemplateRevisionsRequest, GetSystemTemplateRevisionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSystemTemplateRevisionsCommand}.
8
10
  */
9
11
  export interface GetSystemTemplateRevisionsCommandInput extends GetSystemTemplateRevisionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSystemTemplateRevisionsCommand}.
13
17
  */
14
18
  export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTemplateRevisionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <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
@@ -28,6 +33,8 @@ export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTempla
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param GetSystemTemplateRevisionsCommandInput - {@link GetSystemTemplateRevisionsCommandInput}
37
+ * @returns {@link GetSystemTemplateRevisionsCommandOutput}
31
38
  * @see {@link GetSystemTemplateRevisionsCommandInput} for command's `input` shape.
32
39
  * @see {@link GetSystemTemplateRevisionsCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTempla
49
56
  export declare class GetSystemTemplateRevisionsCommand extends $Command<GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig> {
50
57
  readonly input: GetSystemTemplateRevisionsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetSystemTemplateRevisionsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSystemTemplateRevisionsCommandInput, GetSystemTemplateRevisionsCommandOutput>;
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 { GetUploadStatusRequest, GetUploadStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetUploadStatusCommand}.
8
10
  */
9
11
  export interface GetUploadStatusCommandInput extends GetUploadStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetUploadStatusCommand}.
13
17
  */
14
18
  export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Gets the status of the specified upload.</p>
@@ -27,6 +32,8 @@ export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetUploadStatusCommandInput - {@link GetUploadStatusCommandInput}
36
+ * @returns {@link GetUploadStatusCommandOutput}
30
37
  * @see {@link GetUploadStatusCommandInput} for command's `input` shape.
31
38
  * @see {@link GetUploadStatusCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, _
48
55
  export declare class GetUploadStatusCommand extends $Command<GetUploadStatusCommandInput, GetUploadStatusCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: GetUploadStatusCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetUploadStatusCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUploadStatusCommandInput, GetUploadStatusCommandOutput>;
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 { ListFlowExecutionMessagesRequest, ListFlowExecutionMessagesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListFlowExecutionMessagesCommand}.
8
10
  */
9
11
  export interface ListFlowExecutionMessagesCommandInput extends ListFlowExecutionMessagesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListFlowExecutionMessagesCommand}.
13
17
  */
14
18
  export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutionMessagesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Returns a list of objects that contain information about events in a flow execution.</p>
@@ -27,6 +32,8 @@ export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutio
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListFlowExecutionMessagesCommandInput - {@link ListFlowExecutionMessagesCommandInput}
36
+ * @returns {@link ListFlowExecutionMessagesCommandOutput}
30
37
  * @see {@link ListFlowExecutionMessagesCommandInput} for command's `input` shape.
31
38
  * @see {@link ListFlowExecutionMessagesCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutio
48
55
  export declare class ListFlowExecutionMessagesCommand extends $Command<ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: ListFlowExecutionMessagesCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListFlowExecutionMessagesCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFlowExecutionMessagesCommandInput, ListFlowExecutionMessagesCommandOutput>;
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Lists all tags on an AWS IoT Things Graph resource.</p>
@@ -27,6 +32,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
36
+ * @returns {@link ListTagsForResourceCommandOutput}
30
37
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
48
55
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: ListTagsForResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListTagsForResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { SearchEntitiesRequest, SearchEntitiesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchEntitiesCommand}.
8
10
  */
9
11
  export interface SearchEntitiesCommandInput extends SearchEntitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchEntitiesCommand}.
13
17
  */
14
18
  export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <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>
@@ -27,6 +32,8 @@ export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param SearchEntitiesCommandInput - {@link SearchEntitiesCommandInput}
36
+ * @returns {@link SearchEntitiesCommandOutput}
30
37
  * @see {@link SearchEntitiesCommandInput} for command's `input` shape.
31
38
  * @see {@link SearchEntitiesCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -45,11 +52,20 @@ export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __M
45
52
  export declare class SearchEntitiesCommand extends $Command<SearchEntitiesCommandInput, SearchEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig> {
46
53
  readonly input: SearchEntitiesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: SearchEntitiesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchEntitiesCommandInput, SearchEntitiesCommandOutput>;
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 { SearchFlowExecutionsRequest, SearchFlowExecutionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchFlowExecutionsCommand}.
8
10
  */
9
11
  export interface SearchFlowExecutionsCommandInput extends SearchFlowExecutionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchFlowExecutionsCommand}.
13
17
  */
14
18
  export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Searches for AWS IoT Things Graph workflow execution instances.</p>
@@ -27,6 +32,8 @@ export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsR
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param SearchFlowExecutionsCommandInput - {@link SearchFlowExecutionsCommandInput}
36
+ * @returns {@link SearchFlowExecutionsCommandOutput}
30
37
  * @see {@link SearchFlowExecutionsCommandInput} for command's `input` shape.
31
38
  * @see {@link SearchFlowExecutionsCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsR
48
55
  export declare class SearchFlowExecutionsCommand extends $Command<SearchFlowExecutionsCommandInput, SearchFlowExecutionsCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: SearchFlowExecutionsCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: SearchFlowExecutionsCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchFlowExecutionsCommandInput, SearchFlowExecutionsCommandOutput>;
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 { SearchFlowTemplatesRequest, SearchFlowTemplatesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchFlowTemplatesCommand}.
8
10
  */
9
11
  export interface SearchFlowTemplatesCommandInput extends SearchFlowTemplatesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchFlowTemplatesCommand}.
13
17
  */
14
18
  export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Searches for summary information about workflows.</p>
@@ -27,6 +32,8 @@ export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param SearchFlowTemplatesCommandInput - {@link SearchFlowTemplatesCommandInput}
36
+ * @returns {@link SearchFlowTemplatesCommandOutput}
30
37
  * @see {@link SearchFlowTemplatesCommandInput} for command's `input` shape.
31
38
  * @see {@link SearchFlowTemplatesCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -45,11 +52,20 @@ export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesRes
45
52
  export declare class SearchFlowTemplatesCommand extends $Command<SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig> {
46
53
  readonly input: SearchFlowTemplatesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: SearchFlowTemplatesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchFlowTemplatesCommandInput, SearchFlowTemplatesCommandOutput>;
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 { SearchSystemInstancesRequest, SearchSystemInstancesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SearchSystemInstancesCommand}.
8
10
  */
9
11
  export interface SearchSystemInstancesCommandInput extends SearchSystemInstancesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SearchSystemInstancesCommand}.
13
17
  */
14
18
  export interface SearchSystemInstancesCommandOutput extends SearchSystemInstancesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Searches for system instances in the user's account.</p>
@@ -27,6 +32,8 @@ export interface SearchSystemInstancesCommandOutput extends SearchSystemInstance
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param SearchSystemInstancesCommandInput - {@link SearchSystemInstancesCommandInput}
36
+ * @returns {@link SearchSystemInstancesCommandOutput}
30
37
  * @see {@link SearchSystemInstancesCommandInput} for command's `input` shape.
31
38
  * @see {@link SearchSystemInstancesCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -45,11 +52,20 @@ export interface SearchSystemInstancesCommandOutput extends SearchSystemInstance
45
52
  export declare class SearchSystemInstancesCommand extends $Command<SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput, IoTThingsGraphClientResolvedConfig> {
46
53
  readonly input: SearchSystemInstancesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: SearchSystemInstancesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchSystemInstancesCommandInput, SearchSystemInstancesCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }