@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 { CreateFlowTemplateRequest, CreateFlowTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFlowTemplateCommand}.
8
10
  */
9
11
  export interface CreateFlowTemplateCommandInput extends CreateFlowTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFlowTemplateCommand}.
13
17
  */
14
18
  export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only
@@ -29,6 +34,8 @@ export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateRespo
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateFlowTemplateCommandInput - {@link CreateFlowTemplateCommandInput}
38
+ * @returns {@link CreateFlowTemplateCommandOutput}
32
39
  * @see {@link CreateFlowTemplateCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateFlowTemplateCommandOutput} for command's `response` shape.
34
41
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -53,11 +60,20 @@ export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateRespo
53
60
  export declare class CreateFlowTemplateCommand extends $Command<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
54
61
  readonly input: CreateFlowTemplateCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: CreateFlowTemplateCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { CreateSystemInstanceRequest, CreateSystemInstanceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSystemInstanceCommand}.
8
10
  */
9
11
  export interface CreateSystemInstanceCommandInput extends CreateSystemInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSystemInstanceCommand}.
13
17
  */
14
18
  export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Creates a system instance. </p>
@@ -35,6 +40,8 @@ export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceR
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param CreateSystemInstanceCommandInput - {@link CreateSystemInstanceCommandInput}
44
+ * @returns {@link CreateSystemInstanceCommandOutput}
38
45
  * @see {@link CreateSystemInstanceCommandInput} for command's `input` shape.
39
46
  * @see {@link CreateSystemInstanceCommandOutput} for command's `response` shape.
40
47
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceR
59
66
  export declare class CreateSystemInstanceCommand extends $Command<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
60
67
  readonly input: CreateSystemInstanceCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreateSystemInstanceCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSystemTemplateCommand}.
8
10
  */
9
11
  export interface CreateSystemTemplateCommandInput extends CreateSystemTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSystemTemplateCommand}.
13
17
  */
14
18
  export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Creates a system. The system is validated against the entities in the
@@ -28,6 +33,8 @@ export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateR
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateSystemTemplateCommandInput - {@link CreateSystemTemplateCommandInput}
37
+ * @returns {@link CreateSystemTemplateCommandOutput}
31
38
  * @see {@link CreateSystemTemplateCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateSystemTemplateCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateR
49
56
  export declare class CreateSystemTemplateCommand extends $Command<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
50
57
  readonly input: CreateSystemTemplateCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CreateSystemTemplateCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSystemTemplateCommandInput, CreateSystemTemplateCommandOutput>;
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 { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFlowTemplateCommand}.
8
10
  */
9
11
  export interface DeleteFlowTemplateCommandInput extends DeleteFlowTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFlowTemplateCommand}.
13
17
  */
14
18
  export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy.
@@ -28,6 +33,8 @@ export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateRespo
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteFlowTemplateCommandInput - {@link DeleteFlowTemplateCommandInput}
37
+ * @returns {@link DeleteFlowTemplateCommandOutput}
31
38
  * @see {@link DeleteFlowTemplateCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteFlowTemplateCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateRespo
49
56
  export declare class DeleteFlowTemplateCommand extends $Command<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
50
57
  readonly input: DeleteFlowTemplateCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteFlowTemplateCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput>;
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 { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteNamespaceCommand}.
8
10
  */
9
11
  export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteNamespaceCommand}.
13
17
  */
14
18
  export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action. This action takes no
@@ -28,6 +33,8 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteNamespaceCommandInput - {@link DeleteNamespaceCommandInput}
37
+ * @returns {@link DeleteNamespaceCommandOutput}
31
38
  * @see {@link DeleteNamespaceCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteNamespaceCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
43
50
  export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig> {
44
51
  readonly input: DeleteNamespaceCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteNamespaceCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSystemInstanceCommand}.
8
10
  */
9
11
  export interface DeleteSystemInstanceCommandInput extends DeleteSystemInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSystemInstanceCommand}.
13
17
  */
14
18
  export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Deletes a system instance.
@@ -29,6 +34,8 @@ export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceR
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteSystemInstanceCommandInput - {@link DeleteSystemInstanceCommandInput}
38
+ * @returns {@link DeleteSystemInstanceCommandOutput}
32
39
  * @see {@link DeleteSystemInstanceCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteSystemInstanceCommandOutput} for command's `response` shape.
34
41
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceR
50
57
  export declare class DeleteSystemInstanceCommand extends $Command<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
51
58
  readonly input: DeleteSystemInstanceCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DeleteSystemInstanceCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSystemInstanceCommandInput, DeleteSystemInstanceCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSystemTemplateCommand}.
8
10
  */
9
11
  export interface DeleteSystemTemplateCommandInput extends DeleteSystemTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSystemTemplateCommand}.
13
17
  */
14
18
  export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Deletes a system. New deployments can't contain the system after its deletion.
@@ -28,6 +33,8 @@ export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateR
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteSystemTemplateCommandInput - {@link DeleteSystemTemplateCommandInput}
37
+ * @returns {@link DeleteSystemTemplateCommandOutput}
31
38
  * @see {@link DeleteSystemTemplateCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteSystemTemplateCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateR
49
56
  export declare class DeleteSystemTemplateCommand extends $Command<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
50
57
  readonly input: DeleteSystemTemplateCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteSystemTemplateCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSystemTemplateCommandInput, DeleteSystemTemplateCommandOutput>;
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 { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeploySystemInstanceCommand}.
8
10
  */
9
11
  export interface DeploySystemInstanceCommandInput extends DeploySystemInstanceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeploySystemInstanceCommand}.
13
17
  */
14
18
  export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>
@@ -38,6 +43,8 @@ export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceR
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param DeploySystemInstanceCommandInput - {@link DeploySystemInstanceCommandInput}
47
+ * @returns {@link DeploySystemInstanceCommandOutput}
41
48
  * @see {@link DeploySystemInstanceCommandInput} for command's `input` shape.
42
49
  * @see {@link DeploySystemInstanceCommandOutput} for command's `response` shape.
43
50
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -62,11 +69,20 @@ export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceR
62
69
  export declare class DeploySystemInstanceCommand extends $Command<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
63
70
  readonly input: DeploySystemInstanceCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: DeploySystemInstanceCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeploySystemInstanceCommandInput, DeploySystemInstanceCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeprecateFlowTemplateCommand}.
8
10
  */
9
11
  export interface DeprecateFlowTemplateCommandInput extends DeprecateFlowTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeprecateFlowTemplateCommand}.
13
17
  */
14
18
  export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.</p>
@@ -27,6 +32,8 @@ export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeprecateFlowTemplateCommandInput - {@link DeprecateFlowTemplateCommandInput}
36
+ * @returns {@link DeprecateFlowTemplateCommandOutput}
30
37
  * @see {@link DeprecateFlowTemplateCommandInput} for command's `input` shape.
31
38
  * @see {@link DeprecateFlowTemplateCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplat
48
55
  export declare class DeprecateFlowTemplateCommand extends $Command<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: DeprecateFlowTemplateCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DeprecateFlowTemplateCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateFlowTemplateCommandInput, DeprecateFlowTemplateCommandOutput>;
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 { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeprecateSystemTemplateCommand}.
8
10
  */
9
11
  export interface DeprecateSystemTemplateCommandInput extends DeprecateSystemTemplateRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeprecateSystemTemplateCommand}.
13
17
  */
14
18
  export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTemplateResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Deprecates the specified system.</p>
@@ -27,6 +32,8 @@ export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTem
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeprecateSystemTemplateCommandInput - {@link DeprecateSystemTemplateCommandInput}
36
+ * @returns {@link DeprecateSystemTemplateCommandOutput}
30
37
  * @see {@link DeprecateSystemTemplateCommandInput} for command's `input` shape.
31
38
  * @see {@link DeprecateSystemTemplateCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTem
48
55
  export declare class DeprecateSystemTemplateCommand extends $Command<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: DeprecateSystemTemplateCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DeprecateSystemTemplateCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateSystemTemplateCommandInput, DeprecateSystemTemplateCommandOutput>;
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 { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeNamespaceCommand}.
8
10
  */
9
11
  export interface DescribeNamespaceCommandInput extends DescribeNamespaceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeNamespaceCommand}.
13
17
  */
14
18
  export interface DescribeNamespaceCommandOutput extends DescribeNamespaceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Gets the latest version of the user's namespace and the public version that it is tracking.</p>
@@ -27,6 +32,8 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeNamespaceCommandInput - {@link DescribeNamespaceCommandInput}
36
+ * @returns {@link DescribeNamespaceCommandOutput}
30
37
  * @see {@link DescribeNamespaceCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeNamespaceCommandOutput} for command's `response` shape.
32
39
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
48
55
  export declare class DescribeNamespaceCommand extends $Command<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig> {
49
56
  readonly input: DescribeNamespaceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DescribeNamespaceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput>;
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 { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DissociateEntityFromThingCommand}.
8
10
  */
9
11
  export interface DissociateEntityFromThingCommandInput extends DissociateEntityFromThingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DissociateEntityFromThingCommand}.
13
17
  */
14
18
  export interface DissociateEntityFromThingCommandOutput extends DissociateEntityFromThingResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only
@@ -28,6 +33,8 @@ export interface DissociateEntityFromThingCommandOutput extends DissociateEntity
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DissociateEntityFromThingCommandInput - {@link DissociateEntityFromThingCommandInput}
37
+ * @returns {@link DissociateEntityFromThingCommandOutput}
31
38
  * @see {@link DissociateEntityFromThingCommandInput} for command's `input` shape.
32
39
  * @see {@link DissociateEntityFromThingCommandOutput} for command's `response` shape.
33
40
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DissociateEntityFromThingCommandOutput extends DissociateEntity
49
56
  export declare class DissociateEntityFromThingCommand extends $Command<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput, IoTThingsGraphClientResolvedConfig> {
50
57
  readonly input: DissociateEntityFromThingCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DissociateEntityFromThingCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DissociateEntityFromThingCommandInput, DissociateEntityFromThingCommandOutput>;
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 { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetEntitiesCommand}.
8
10
  */
9
11
  export interface GetEntitiesCommandInput extends GetEntitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetEntitiesCommand}.
13
17
  */
14
18
  export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the
@@ -58,6 +63,8 @@ export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __Metadat
58
63
  * const response = await client.send(command);
59
64
  * ```
60
65
  *
66
+ * @param GetEntitiesCommandInput - {@link GetEntitiesCommandInput}
67
+ * @returns {@link GetEntitiesCommandOutput}
61
68
  * @see {@link GetEntitiesCommandInput} for command's `input` shape.
62
69
  * @see {@link GetEntitiesCommandOutput} for command's `response` shape.
63
70
  * @see {@link IoTThingsGraphClientResolvedConfig | config} for IoTThingsGraphClient's `config` shape.
@@ -79,11 +86,20 @@ export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __Metadat
79
86
  export declare class GetEntitiesCommand extends $Command<GetEntitiesCommandInput, GetEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig> {
80
87
  readonly input: GetEntitiesCommandInput;
81
88
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
+ /**
90
+ * @public
91
+ */
82
92
  constructor(input: GetEntitiesCommandInput);
83
93
  /**
84
94
  * @internal
85
95
  */
86
96
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEntitiesCommandInput, GetEntitiesCommandOutput>;
97
+ /**
98
+ * @internal
99
+ */
87
100
  private serialize;
101
+ /**
102
+ * @internal
103
+ */
88
104
  private deserialize;
89
105
  }