@aws-sdk/client-iottwinmaker 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 (127) hide show
  1. package/README.md +7 -5
  2. package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +2 -3
  3. package/dist-cjs/commands/CreateComponentTypeCommand.js +2 -3
  4. package/dist-cjs/commands/CreateEntityCommand.js +2 -3
  5. package/dist-cjs/commands/CreateSceneCommand.js +2 -3
  6. package/dist-cjs/commands/CreateSyncJobCommand.js +2 -3
  7. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteComponentTypeCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteEntityCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteSceneCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteSyncJobCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -3
  13. package/dist-cjs/commands/ExecuteQueryCommand.js +2 -3
  14. package/dist-cjs/commands/GetComponentTypeCommand.js +2 -3
  15. package/dist-cjs/commands/GetEntityCommand.js +2 -3
  16. package/dist-cjs/commands/GetPricingPlanCommand.js +2 -3
  17. package/dist-cjs/commands/GetPropertyValueCommand.js +2 -3
  18. package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +2 -3
  19. package/dist-cjs/commands/GetSceneCommand.js +2 -3
  20. package/dist-cjs/commands/GetSyncJobCommand.js +2 -3
  21. package/dist-cjs/commands/GetWorkspaceCommand.js +2 -3
  22. package/dist-cjs/commands/ListComponentTypesCommand.js +2 -3
  23. package/dist-cjs/commands/ListEntitiesCommand.js +2 -3
  24. package/dist-cjs/commands/ListScenesCommand.js +2 -3
  25. package/dist-cjs/commands/ListSyncJobsCommand.js +2 -3
  26. package/dist-cjs/commands/ListSyncResourcesCommand.js +2 -3
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  28. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -3
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateComponentTypeCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateEntityCommand.js +2 -3
  33. package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -3
  34. package/dist-cjs/commands/UpdateSceneCommand.js +2 -3
  35. package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -3
  36. package/dist-cjs/endpoint/ruleset.js +3 -3
  37. package/dist-cjs/models/models_0.js +1 -493
  38. package/dist-cjs/protocols/Aws_restJson1.js +39 -0
  39. package/dist-es/commands/BatchPutPropertyValuesCommand.js +2 -3
  40. package/dist-es/commands/CreateComponentTypeCommand.js +2 -3
  41. package/dist-es/commands/CreateEntityCommand.js +2 -3
  42. package/dist-es/commands/CreateSceneCommand.js +2 -3
  43. package/dist-es/commands/CreateSyncJobCommand.js +2 -3
  44. package/dist-es/commands/CreateWorkspaceCommand.js +2 -3
  45. package/dist-es/commands/DeleteComponentTypeCommand.js +2 -3
  46. package/dist-es/commands/DeleteEntityCommand.js +2 -3
  47. package/dist-es/commands/DeleteSceneCommand.js +2 -3
  48. package/dist-es/commands/DeleteSyncJobCommand.js +2 -3
  49. package/dist-es/commands/DeleteWorkspaceCommand.js +2 -3
  50. package/dist-es/commands/ExecuteQueryCommand.js +2 -3
  51. package/dist-es/commands/GetComponentTypeCommand.js +2 -3
  52. package/dist-es/commands/GetEntityCommand.js +2 -3
  53. package/dist-es/commands/GetPricingPlanCommand.js +2 -3
  54. package/dist-es/commands/GetPropertyValueCommand.js +2 -3
  55. package/dist-es/commands/GetPropertyValueHistoryCommand.js +2 -3
  56. package/dist-es/commands/GetSceneCommand.js +2 -3
  57. package/dist-es/commands/GetSyncJobCommand.js +2 -3
  58. package/dist-es/commands/GetWorkspaceCommand.js +2 -3
  59. package/dist-es/commands/ListComponentTypesCommand.js +2 -3
  60. package/dist-es/commands/ListEntitiesCommand.js +2 -3
  61. package/dist-es/commands/ListScenesCommand.js +2 -3
  62. package/dist-es/commands/ListSyncJobsCommand.js +2 -3
  63. package/dist-es/commands/ListSyncResourcesCommand.js +2 -3
  64. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  65. package/dist-es/commands/ListWorkspacesCommand.js +2 -3
  66. package/dist-es/commands/TagResourceCommand.js +2 -3
  67. package/dist-es/commands/UntagResourceCommand.js +2 -3
  68. package/dist-es/commands/UpdateComponentTypeCommand.js +2 -3
  69. package/dist-es/commands/UpdateEntityCommand.js +2 -3
  70. package/dist-es/commands/UpdatePricingPlanCommand.js +2 -3
  71. package/dist-es/commands/UpdateSceneCommand.js +2 -3
  72. package/dist-es/commands/UpdateWorkspaceCommand.js +2 -3
  73. package/dist-es/endpoint/ruleset.js +3 -3
  74. package/dist-es/models/models_0.js +0 -374
  75. package/dist-es/protocols/Aws_restJson1.js +39 -0
  76. package/dist-types/IoTTwinMaker.d.ts +51 -10
  77. package/dist-types/IoTTwinMakerClient.d.ts +31 -9
  78. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +16 -0
  79. package/dist-types/commands/CreateComponentTypeCommand.d.ts +16 -0
  80. package/dist-types/commands/CreateEntityCommand.d.ts +16 -0
  81. package/dist-types/commands/CreateSceneCommand.d.ts +16 -0
  82. package/dist-types/commands/CreateSyncJobCommand.d.ts +16 -0
  83. package/dist-types/commands/CreateWorkspaceCommand.d.ts +16 -0
  84. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +16 -0
  85. package/dist-types/commands/DeleteEntityCommand.d.ts +16 -0
  86. package/dist-types/commands/DeleteSceneCommand.d.ts +16 -0
  87. package/dist-types/commands/DeleteSyncJobCommand.d.ts +16 -0
  88. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +16 -0
  89. package/dist-types/commands/ExecuteQueryCommand.d.ts +18 -1
  90. package/dist-types/commands/GetComponentTypeCommand.d.ts +16 -0
  91. package/dist-types/commands/GetEntityCommand.d.ts +16 -0
  92. package/dist-types/commands/GetPricingPlanCommand.d.ts +16 -0
  93. package/dist-types/commands/GetPropertyValueCommand.d.ts +18 -1
  94. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +21 -3
  95. package/dist-types/commands/GetSceneCommand.d.ts +16 -0
  96. package/dist-types/commands/GetSyncJobCommand.d.ts +16 -0
  97. package/dist-types/commands/GetWorkspaceCommand.d.ts +16 -0
  98. package/dist-types/commands/ListComponentTypesCommand.d.ts +16 -0
  99. package/dist-types/commands/ListEntitiesCommand.d.ts +16 -0
  100. package/dist-types/commands/ListScenesCommand.d.ts +16 -0
  101. package/dist-types/commands/ListSyncJobsCommand.d.ts +16 -0
  102. package/dist-types/commands/ListSyncResourcesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  104. package/dist-types/commands/ListWorkspacesCommand.d.ts +16 -0
  105. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  106. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateEntityCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateSceneCommand.d.ts +16 -0
  111. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +16 -0
  112. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  113. package/dist-types/models/IoTTwinMakerServiceException.d.ts +2 -0
  114. package/dist-types/models/models_0.d.ts +463 -546
  115. package/dist-types/pagination/ExecuteQueryPaginator.d.ts +3 -0
  116. package/dist-types/pagination/GetPropertyValueHistoryPaginator.d.ts +3 -0
  117. package/dist-types/pagination/GetPropertyValuePaginator.d.ts +3 -0
  118. package/dist-types/pagination/Interfaces.d.ts +3 -0
  119. package/dist-types/pagination/ListComponentTypesPaginator.d.ts +3 -0
  120. package/dist-types/pagination/ListEntitiesPaginator.d.ts +3 -0
  121. package/dist-types/pagination/ListScenesPaginator.d.ts +3 -0
  122. package/dist-types/pagination/ListSyncJobsPaginator.d.ts +3 -0
  123. package/dist-types/pagination/ListSyncResourcesPaginator.d.ts +3 -0
  124. package/dist-types/pagination/ListWorkspacesPaginator.d.ts +3 -0
  125. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  126. package/dist-types/ts3.4/models/models_0.d.ts +4 -330
  127. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetSceneRequest, GetSceneResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSceneCommand}.
8
10
  */
9
11
  export interface GetSceneCommandInput extends GetSceneRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSceneCommand}.
13
17
  */
14
18
  export interface GetSceneCommandOutput extends GetSceneResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about a scene.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetSceneCommandOutput extends GetSceneResponse, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetSceneCommandInput - {@link GetSceneCommandInput}
34
+ * @returns {@link GetSceneCommandOutput}
28
35
  * @see {@link GetSceneCommandInput} for command's `input` shape.
29
36
  * @see {@link GetSceneCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetSceneCommandOutput extends GetSceneResponse, __MetadataBeare
49
56
  export declare class GetSceneCommand extends $Command<GetSceneCommandInput, GetSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
50
57
  readonly input: GetSceneCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetSceneCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSceneCommandInput, GetSceneCommandOutput>;
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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetSyncJobRequest, GetSyncJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSyncJobCommand}.
8
10
  */
9
11
  export interface GetSyncJobCommandInput extends GetSyncJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSyncJobCommand}.
13
17
  */
14
18
  export interface GetSyncJobCommandOutput extends GetSyncJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the SyncJob.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetSyncJobCommandOutput extends GetSyncJobResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetSyncJobCommandInput - {@link GetSyncJobCommandInput}
34
+ * @returns {@link GetSyncJobCommandOutput}
28
35
  * @see {@link GetSyncJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetSyncJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -52,11 +59,20 @@ export interface GetSyncJobCommandOutput extends GetSyncJobResponse, __MetadataB
52
59
  export declare class GetSyncJobCommand extends $Command<GetSyncJobCommandInput, GetSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig> {
53
60
  readonly input: GetSyncJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: GetSyncJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSyncJobCommandInput, GetSyncJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetWorkspaceRequest, GetWorkspaceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetWorkspaceCommand}.
8
10
  */
9
11
  export interface GetWorkspaceCommandInput extends GetWorkspaceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetWorkspaceCommand}.
13
17
  */
14
18
  export interface GetWorkspaceCommandOutput extends GetWorkspaceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about a workspace.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetWorkspaceCommandOutput extends GetWorkspaceResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetWorkspaceCommandInput - {@link GetWorkspaceCommandInput}
34
+ * @returns {@link GetWorkspaceCommandOutput}
28
35
  * @see {@link GetWorkspaceCommandInput} for command's `input` shape.
29
36
  * @see {@link GetWorkspaceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetWorkspaceCommandOutput extends GetWorkspaceResponse, __Metad
49
56
  export declare class GetWorkspaceCommand extends $Command<GetWorkspaceCommandInput, GetWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
50
57
  readonly input: GetWorkspaceCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetWorkspaceCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkspaceCommandInput, GetWorkspaceCommandOutput>;
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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListComponentTypesRequest, ListComponentTypesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListComponentTypesCommand}.
8
10
  */
9
11
  export interface ListComponentTypesCommandInput extends ListComponentTypesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListComponentTypesCommand}.
13
17
  */
14
18
  export interface ListComponentTypesCommandOutput extends ListComponentTypesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all component types in a workspace.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListComponentTypesCommandOutput extends ListComponentTypesRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListComponentTypesCommandInput - {@link ListComponentTypesCommandInput}
34
+ * @returns {@link ListComponentTypesCommandOutput}
28
35
  * @see {@link ListComponentTypesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListComponentTypesCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListComponentTypesCommandOutput extends ListComponentTypesRespo
46
53
  export declare class ListComponentTypesCommand extends $Command<ListComponentTypesCommandInput, ListComponentTypesCommandOutput, IoTTwinMakerClientResolvedConfig> {
47
54
  readonly input: ListComponentTypesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListComponentTypesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentTypesCommandInput, ListComponentTypesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListEntitiesRequest, ListEntitiesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEntitiesCommand}.
8
10
  */
9
11
  export interface ListEntitiesCommandInput extends ListEntitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEntitiesCommand}.
13
17
  */
14
18
  export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all entities in a workspace.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListEntitiesCommandInput - {@link ListEntitiesCommandInput}
34
+ * @returns {@link ListEntitiesCommandOutput}
28
35
  * @see {@link ListEntitiesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListEntitiesCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __Metad
46
53
  export declare class ListEntitiesCommand extends $Command<ListEntitiesCommandInput, ListEntitiesCommandOutput, IoTTwinMakerClientResolvedConfig> {
47
54
  readonly input: ListEntitiesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListEntitiesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEntitiesCommandInput, ListEntitiesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListScenesRequest, ListScenesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListScenesCommand}.
8
10
  */
9
11
  export interface ListScenesCommandInput extends ListScenesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListScenesCommand}.
13
17
  */
14
18
  export interface ListScenesCommandOutput extends ListScenesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all scenes in a workspace.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListScenesCommandOutput extends ListScenesResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListScenesCommandInput - {@link ListScenesCommandInput}
34
+ * @returns {@link ListScenesCommandOutput}
28
35
  * @see {@link ListScenesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListScenesCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListScenesCommandOutput extends ListScenesResponse, __MetadataB
46
53
  export declare class ListScenesCommand extends $Command<ListScenesCommandInput, ListScenesCommandOutput, IoTTwinMakerClientResolvedConfig> {
47
54
  readonly input: ListScenesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListScenesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListScenesCommandInput, ListScenesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListSyncJobsRequest, ListSyncJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSyncJobsCommand}.
8
10
  */
9
11
  export interface ListSyncJobsCommandInput extends ListSyncJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSyncJobsCommand}.
13
17
  */
14
18
  export interface ListSyncJobsCommandOutput extends ListSyncJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all SyncJobs.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListSyncJobsCommandOutput extends ListSyncJobsResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSyncJobsCommandInput - {@link ListSyncJobsCommandInput}
34
+ * @returns {@link ListSyncJobsCommandOutput}
28
35
  * @see {@link ListSyncJobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSyncJobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListSyncJobsCommandOutput extends ListSyncJobsResponse, __Metad
49
56
  export declare class ListSyncJobsCommand extends $Command<ListSyncJobsCommandInput, ListSyncJobsCommandOutput, IoTTwinMakerClientResolvedConfig> {
50
57
  readonly input: ListSyncJobsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListSyncJobsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSyncJobsCommandInput, ListSyncJobsCommandOutput>;
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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListSyncResourcesRequest, ListSyncResourcesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSyncResourcesCommand}.
8
10
  */
9
11
  export interface ListSyncResourcesCommandInput extends ListSyncResourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSyncResourcesCommand}.
13
17
  */
14
18
  export interface ListSyncResourcesCommandOutput extends ListSyncResourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the sync resources.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListSyncResourcesCommandOutput extends ListSyncResourcesRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSyncResourcesCommandInput - {@link ListSyncResourcesCommandInput}
34
+ * @returns {@link ListSyncResourcesCommandOutput}
28
35
  * @see {@link ListSyncResourcesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSyncResourcesCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListSyncResourcesCommandOutput extends ListSyncResourcesRespons
49
56
  export declare class ListSyncResourcesCommand extends $Command<ListSyncResourcesCommandInput, ListSyncResourcesCommandOutput, IoTTwinMakerClientResolvedConfig> {
50
57
  readonly input: ListSyncResourcesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListSyncResourcesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSyncResourcesCommandInput, ListSyncResourcesCommandOutput>;
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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
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
  * <p>Lists all tags associated with a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
40
47
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTTwinMakerClientResolvedConfig> {
41
48
  readonly input: ListTagsForResourceCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListTagsForResourceCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListWorkspacesCommand}.
8
10
  */
9
11
  export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListWorkspacesCommand}.
13
17
  */
14
18
  export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about workspaces in the current account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListWorkspacesCommandInput - {@link ListWorkspacesCommandInput}
34
+ * @returns {@link ListWorkspacesCommandOutput}
28
35
  * @see {@link ListWorkspacesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListWorkspacesCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __M
46
53
  export declare class ListWorkspacesCommand extends $Command<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, IoTTwinMakerClientResolvedConfig> {
47
54
  readonly input: ListWorkspacesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListWorkspacesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkspacesCommandInput, ListWorkspacesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
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
  * <p>Adds tags to a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -43,11 +50,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
43
50
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IoTTwinMakerClientResolvedConfig> {
44
51
  readonly input: TagResourceCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: TagResourceCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
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
  * <p>Removes tags from a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -40,11 +47,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
40
47
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTTwinMakerClientResolvedConfig> {
41
48
  readonly input: UntagResourceCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: UntagResourceCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { UpdateComponentTypeRequest, UpdateComponentTypeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateComponentTypeCommand}.
8
10
  */
9
11
  export interface UpdateComponentTypeCommandInput extends UpdateComponentTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateComponentTypeCommand}.
13
17
  */
14
18
  export interface UpdateComponentTypeCommandOutput extends UpdateComponentTypeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates information in a component type.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateComponentTypeCommandOutput extends UpdateComponentTypeRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateComponentTypeCommandInput - {@link UpdateComponentTypeCommandInput}
34
+ * @returns {@link UpdateComponentTypeCommandOutput}
28
35
  * @see {@link UpdateComponentTypeCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateComponentTypeCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateComponentTypeCommandOutput extends UpdateComponentTypeRes
52
59
  export declare class UpdateComponentTypeCommand extends $Command<UpdateComponentTypeCommandInput, UpdateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
53
60
  readonly input: UpdateComponentTypeCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateComponentTypeCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateComponentTypeCommandInput, UpdateComponentTypeCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }