@aws-sdk/client-iottwinmaker 3.533.0 → 3.540.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 (91) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/IoTTwinMaker.d.ts +3 -1
  6. package/dist-types/IoTTwinMakerClient.d.ts +1 -1
  7. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelMetadataTransferJobCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateComponentTypeCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateEntityCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateMetadataTransferJobCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateSceneCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateSyncJobCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteEntityCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSceneCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteSyncJobCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -1
  20. package/dist-types/commands/ExecuteQueryCommand.d.ts +2 -1
  21. package/dist-types/commands/GetComponentTypeCommand.d.ts +2 -1
  22. package/dist-types/commands/GetEntityCommand.d.ts +2 -1
  23. package/dist-types/commands/GetMetadataTransferJobCommand.d.ts +2 -1
  24. package/dist-types/commands/GetPricingPlanCommand.d.ts +2 -1
  25. package/dist-types/commands/GetPropertyValueCommand.d.ts +2 -1
  26. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +2 -1
  27. package/dist-types/commands/GetSceneCommand.d.ts +2 -1
  28. package/dist-types/commands/GetSyncJobCommand.d.ts +2 -1
  29. package/dist-types/commands/GetWorkspaceCommand.d.ts +2 -1
  30. package/dist-types/commands/ListComponentTypesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListEntitiesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListMetadataTransferJobsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListPropertiesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListScenesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListSyncJobsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListSyncResourcesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -1
  40. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateEntityCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateSceneCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +2 -1
  47. package/dist-types/index.d.ts +0 -1
  48. package/dist-types/models/models_0.d.ts +631 -631
  49. package/dist-types/ts3.4/IoTTwinMaker.d.ts +2 -0
  50. package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CancelMetadataTransferJobCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateMetadataTransferJobCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateSyncJobCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteSyncJobCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetMetadataTransferJobCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetPricingPlanCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetSyncJobCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListMetadataTransferJobsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListPropertiesCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListSyncJobsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListSyncResourcesCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/index.d.ts +0 -1
  91. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -3817,9 +3817,6 @@ var paginateListSyncResources = (0, import_core.createPaginator)(IoTTwinMakerCli
3817
3817
  // src/pagination/ListWorkspacesPaginator.ts
3818
3818
 
3819
3819
  var paginateListWorkspaces = (0, import_core.createPaginator)(IoTTwinMakerClient, ListWorkspacesCommand, "nextToken", "nextToken", "maxResults");
3820
-
3821
- // src/index.ts
3822
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3823
3820
  // Annotate the CommonJS export names for ESM import in node:
3824
3821
 
3825
3822
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./IoTTwinMaker";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { IoTTwinMakerServiceException } from "./models/IoTTwinMakerServiceException";
@@ -146,6 +146,7 @@ export interface IoTTwinMaker {
146
146
  /**
147
147
  * @see {@link GetPricingPlanCommand}
148
148
  */
149
+ getPricingPlan(): Promise<GetPricingPlanCommandOutput>;
149
150
  getPricingPlan(args: GetPricingPlanCommandInput, options?: __HttpHandlerOptions): Promise<GetPricingPlanCommandOutput>;
150
151
  getPricingPlan(args: GetPricingPlanCommandInput, cb: (err: any, data?: GetPricingPlanCommandOutput) => void): void;
151
152
  getPricingPlan(args: GetPricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPricingPlanCommandOutput) => void): void;
@@ -236,6 +237,7 @@ export interface IoTTwinMaker {
236
237
  /**
237
238
  * @see {@link ListWorkspacesCommand}
238
239
  */
240
+ listWorkspaces(): Promise<ListWorkspacesCommandOutput>;
239
241
  listWorkspaces(args: ListWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacesCommandOutput>;
240
242
  listWorkspaces(args: ListWorkspacesCommandInput, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
241
243
  listWorkspaces(args: ListWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
@@ -283,13 +285,13 @@ export interface IoTTwinMaker {
283
285
  updateWorkspace(args: UpdateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void): void;
284
286
  }
285
287
  /**
286
- * @public
287
288
  * <p>IoT TwinMaker is a service with which you can
288
289
  * build operational digital twins of physical systems. IoT TwinMaker overlays measurements
289
290
  * and analysis from real-world sensors, cameras, and enterprise applications so you can
290
291
  * create data visualizations to monitor your physical factory, building, or industrial plant.
291
292
  * You can use this real-world data to monitor operations and diagnose and repair
292
293
  * errors.</p>
294
+ * @public
293
295
  */
294
296
  export declare class IoTTwinMaker extends IoTTwinMakerClient implements IoTTwinMaker {
295
297
  }
@@ -191,13 +191,13 @@ export type IoTTwinMakerClientResolvedConfigType = __SmithyResolvedConfiguration
191
191
  export interface IoTTwinMakerClientResolvedConfig extends IoTTwinMakerClientResolvedConfigType {
192
192
  }
193
193
  /**
194
- * @public
195
194
  * <p>IoT TwinMaker is a service with which you can
196
195
  * build operational digital twins of physical systems. IoT TwinMaker overlays measurements
197
196
  * and analysis from real-world sensors, cameras, and enterprise applications so you can
198
197
  * create data visualizations to monitor your physical factory, building, or industrial plant.
199
198
  * You can use this real-world data to monitor operations and diagnose and repair
200
199
  * errors.</p>
200
+ * @public
201
201
  */
202
202
  export declare class IoTTwinMakerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTTwinMakerClientResolvedConfig> {
203
203
  /**
@@ -22,10 +22,10 @@ export interface BatchPutPropertyValuesCommandOutput extends BatchPutPropertyVal
22
22
  }
23
23
  declare const BatchPutPropertyValuesCommand_base: {
24
24
  new (input: BatchPutPropertyValuesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchPutPropertyValuesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets values for multiple time series properties.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -180,6 +180,7 @@ declare const BatchPutPropertyValuesCommand_base: {
180
180
  * @throws {@link IoTTwinMakerServiceException}
181
181
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
182
182
  *
183
+ * @public
183
184
  */
184
185
  export declare class BatchPutPropertyValuesCommand extends BatchPutPropertyValuesCommand_base {
185
186
  }
@@ -22,10 +22,10 @@ export interface CancelMetadataTransferJobCommandOutput extends CancelMetadataTr
22
22
  }
23
23
  declare const CancelMetadataTransferJobCommand_base: {
24
24
  new (input: CancelMetadataTransferJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMetadataTransferJobCommandInput, CancelMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelMetadataTransferJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMetadataTransferJobCommandInput, CancelMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels the metadata transfer job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const CancelMetadataTransferJobCommand_base: {
87
87
  * @throws {@link IoTTwinMakerServiceException}
88
88
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CancelMetadataTransferJobCommand extends CancelMetadataTransferJobCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface CreateComponentTypeCommandOutput extends CreateComponentTypeRes
22
22
  }
23
23
  declare const CreateComponentTypeCommand_base: {
24
24
  new (input: CreateComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a component type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -176,6 +176,7 @@ declare const CreateComponentTypeCommand_base: {
176
176
  * @throws {@link IoTTwinMakerServiceException}
177
177
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
178
178
  *
179
+ * @public
179
180
  */
180
181
  export declare class CreateComponentTypeCommand extends CreateComponentTypeCommand_base {
181
182
  }
@@ -22,10 +22,10 @@ export interface CreateEntityCommandOutput extends CreateEntityResponse, __Metad
22
22
  }
23
23
  declare const CreateEntityCommand_base: {
24
24
  new (input: CreateEntityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEntityCommandInput, CreateEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEntityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEntityCommandInput, CreateEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an entity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -198,6 +198,7 @@ declare const CreateEntityCommand_base: {
198
198
  * @throws {@link IoTTwinMakerServiceException}
199
199
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
200
200
  *
201
+ * @public
201
202
  */
202
203
  export declare class CreateEntityCommand extends CreateEntityCommand_base {
203
204
  }
@@ -22,10 +22,10 @@ export interface CreateMetadataTransferJobCommandOutput extends CreateMetadataTr
22
22
  }
23
23
  declare const CreateMetadataTransferJobCommand_base: {
24
24
  new (input: CreateMetadataTransferJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMetadataTransferJobCommandInput, CreateMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateMetadataTransferJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMetadataTransferJobCommandInput, CreateMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new metadata transfer job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -133,6 +133,7 @@ declare const CreateMetadataTransferJobCommand_base: {
133
133
  * @throws {@link IoTTwinMakerServiceException}
134
134
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
135
135
  *
136
+ * @public
136
137
  */
137
138
  export declare class CreateMetadataTransferJobCommand extends CreateMetadataTransferJobCommand_base {
138
139
  }
@@ -22,10 +22,10 @@ export interface CreateSceneCommandOutput extends CreateSceneResponse, __Metadat
22
22
  }
23
23
  declare const CreateSceneCommand_base: {
24
24
  new (input: CreateSceneCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSceneCommandInput, CreateSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSceneCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSceneCommandInput, CreateSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a scene.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const CreateSceneCommand_base: {
84
84
  * @throws {@link IoTTwinMakerServiceException}
85
85
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateSceneCommand extends CreateSceneCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreateSyncJobCommandOutput extends CreateSyncJobResponse, __Met
22
22
  }
23
23
  declare const CreateSyncJobCommand_base: {
24
24
  new (input: CreateSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSyncJobCommandInput, CreateSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSyncJobCommandInput, CreateSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This action creates a SyncJob.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const CreateSyncJobCommand_base: {
78
78
  * @throws {@link IoTTwinMakerServiceException}
79
79
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class CreateSyncJobCommand extends CreateSyncJobCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, _
22
22
  }
23
23
  declare const CreateWorkspaceCommand_base: {
24
24
  new (input: CreateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a workplace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const CreateWorkspaceCommand_base: {
78
78
  * @throws {@link IoTTwinMakerServiceException}
79
79
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteComponentTypeCommandOutput extends DeleteComponentTypeRes
22
22
  }
23
23
  declare const DeleteComponentTypeCommand_base: {
24
24
  new (input: DeleteComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a component type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteComponentTypeCommand_base: {
69
69
  * @throws {@link IoTTwinMakerServiceException}
70
70
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteComponentTypeCommand extends DeleteComponentTypeCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteEntityCommandOutput extends DeleteEntityResponse, __Metad
22
22
  }
23
23
  declare const DeleteEntityCommand_base: {
24
24
  new (input: DeleteEntityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityCommandInput, DeleteEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEntityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityCommandInput, DeleteEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an entity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DeleteEntityCommand_base: {
70
70
  * @throws {@link IoTTwinMakerServiceException}
71
71
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteEntityCommand extends DeleteEntityCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteSceneCommandOutput extends DeleteSceneResponse, __Metadat
22
22
  }
23
23
  declare const DeleteSceneCommand_base: {
24
24
  new (input: DeleteSceneCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSceneCommandInput, DeleteSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSceneCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSceneCommandInput, DeleteSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a scene.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteSceneCommand_base: {
67
67
  * @throws {@link IoTTwinMakerServiceException}
68
68
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteSceneCommand extends DeleteSceneCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteSyncJobCommandOutput extends DeleteSyncJobResponse, __Met
22
22
  }
23
23
  declare const DeleteSyncJobCommand_base: {
24
24
  new (input: DeleteSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSyncJobCommandInput, DeleteSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSyncJobCommandInput, DeleteSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete the SyncJob.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteSyncJobCommand_base: {
72
72
  * @throws {@link IoTTwinMakerServiceException}
73
73
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteSyncJobCommand extends DeleteSyncJobCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, _
22
22
  }
23
23
  declare const DeleteWorkspaceCommand_base: {
24
24
  new (input: DeleteWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a workspace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteWorkspaceCommand_base: {
68
68
  * @throws {@link IoTTwinMakerServiceException}
69
69
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ExecuteQueryCommandOutput extends ExecuteQueryResponse, __Metad
22
22
  }
23
23
  declare const ExecuteQueryCommand_base: {
24
24
  new (input: ExecuteQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ExecuteQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Run queries to access information from your knowledge graph of entities within
30
30
  * individual workspaces.</p>
31
31
  * <note>
@@ -92,6 +92,7 @@ declare const ExecuteQueryCommand_base: {
92
92
  * @throws {@link IoTTwinMakerServiceException}
93
93
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface GetComponentTypeCommandOutput extends GetComponentTypeResponse,
22
22
  }
23
23
  declare const GetComponentTypeCommand_base: {
24
24
  new (input: GetComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentTypeCommandInput, GetComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentTypeCommandInput, GetComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about a component type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -188,6 +188,7 @@ declare const GetComponentTypeCommand_base: {
188
188
  * @throws {@link IoTTwinMakerServiceException}
189
189
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
190
190
  *
191
+ * @public
191
192
  */
192
193
  export declare class GetComponentTypeCommand extends GetComponentTypeCommand_base {
193
194
  }
@@ -22,10 +22,10 @@ export interface GetEntityCommandOutput extends GetEntityResponse, __MetadataBea
22
22
  }
23
23
  declare const GetEntityCommand_base: {
24
24
  new (input: GetEntityCommandInput): import("@smithy/smithy-client").CommandImpl<GetEntityCommandInput, GetEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEntityCommandInput): import("@smithy/smithy-client").CommandImpl<GetEntityCommandInput, GetEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about an entity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -206,6 +206,7 @@ declare const GetEntityCommand_base: {
206
206
  * @throws {@link IoTTwinMakerServiceException}
207
207
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
208
208
  *
209
+ * @public
209
210
  */
210
211
  export declare class GetEntityCommand extends GetEntityCommand_base {
211
212
  }
@@ -22,10 +22,10 @@ export interface GetMetadataTransferJobCommandOutput extends GetMetadataTransfer
22
22
  }
23
23
  declare const GetMetadataTransferJobCommand_base: {
24
24
  new (input: GetMetadataTransferJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetadataTransferJobCommandInput, GetMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMetadataTransferJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetadataTransferJobCommandInput, GetMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a nmetadata transfer job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -136,6 +136,7 @@ declare const GetMetadataTransferJobCommand_base: {
136
136
  * @throws {@link IoTTwinMakerServiceException}
137
137
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
138
138
  *
139
+ * @public
139
140
  */
140
141
  export declare class GetMetadataTransferJobCommand extends GetMetadataTransferJobCommand_base {
141
142
  }
@@ -22,10 +22,10 @@ export interface GetPricingPlanCommandOutput extends GetPricingPlanResponse, __M
22
22
  }
23
23
  declare const GetPricingPlanCommand_base: {
24
24
  new (input: GetPricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<GetPricingPlanCommandInput, GetPricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetPricingPlanCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPricingPlanCommandInput, GetPricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the pricing plan.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const GetPricingPlanCommand_base: {
88
88
  * @throws {@link IoTTwinMakerServiceException}
89
89
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class GetPricingPlanCommand extends GetPricingPlanCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface GetPropertyValueCommandOutput extends GetPropertyValueResponse,
22
22
  }
23
23
  declare const GetPropertyValueCommand_base: {
24
24
  new (input: GetPropertyValueCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertyValueCommandInput, GetPropertyValueCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPropertyValueCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertyValueCommandInput, GetPropertyValueCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the property values for a component, component type, entity, or workspace.</p>
30
30
  * <p>You must specify a value for either <code>componentName</code>,
31
31
  * <code>componentTypeId</code>, <code>entityId</code>, or <code>workspaceId</code>.</p>
@@ -190,6 +190,7 @@ declare const GetPropertyValueCommand_base: {
190
190
  * @throws {@link IoTTwinMakerServiceException}
191
191
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
192
192
  *
193
+ * @public
193
194
  */
194
195
  export declare class GetPropertyValueCommand extends GetPropertyValueCommand_base {
195
196
  }
@@ -22,10 +22,10 @@ export interface GetPropertyValueHistoryCommandOutput extends GetPropertyValueHi
22
22
  }
23
23
  declare const GetPropertyValueHistoryCommand_base: {
24
24
  new (input: GetPropertyValueHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertyValueHistoryCommandInput, GetPropertyValueHistoryCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPropertyValueHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertyValueHistoryCommandInput, GetPropertyValueHistoryCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the history of a time series property value for a component,
30
30
  * component type, entity, or workspace.</p>
31
31
  * <p>You must specify a value for <code>workspaceId</code>. For entity-specific queries,
@@ -191,6 +191,7 @@ declare const GetPropertyValueHistoryCommand_base: {
191
191
  * @throws {@link IoTTwinMakerServiceException}
192
192
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
193
193
  *
194
+ * @public
194
195
  */
195
196
  export declare class GetPropertyValueHistoryCommand extends GetPropertyValueHistoryCommand_base {
196
197
  }
@@ -22,10 +22,10 @@ export interface GetSceneCommandOutput extends GetSceneResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetSceneCommand_base: {
24
24
  new (input: GetSceneCommandInput): import("@smithy/smithy-client").CommandImpl<GetSceneCommandInput, GetSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSceneCommandInput): import("@smithy/smithy-client").CommandImpl<GetSceneCommandInput, GetSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about a scene.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const GetSceneCommand_base: {
88
88
  * @throws {@link IoTTwinMakerServiceException}
89
89
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class GetSceneCommand extends GetSceneCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface GetSyncJobCommandOutput extends GetSyncJobResponse, __MetadataB
22
22
  }
23
23
  declare const GetSyncJobCommand_base: {
24
24
  new (input: GetSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetSyncJobCommandInput, GetSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetSyncJobCommandInput, GetSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the SyncJob.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetSyncJobCommand_base: {
84
84
  * @throws {@link IoTTwinMakerServiceException}
85
85
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetSyncJobCommand extends GetSyncJobCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetWorkspaceCommandOutput extends GetWorkspaceResponse, __Metad
22
22
  }
23
23
  declare const GetWorkspaceCommand_base: {
24
24
  new (input: GetWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkspaceCommandInput, GetWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkspaceCommandInput, GetWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about a workspace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const GetWorkspaceCommand_base: {
77
77
  * @throws {@link IoTTwinMakerServiceException}
78
78
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetWorkspaceCommand extends GetWorkspaceCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListComponentTypesCommandOutput extends ListComponentTypesRespo
22
22
  }
23
23
  declare const ListComponentTypesCommand_base: {
24
24
  new (input: ListComponentTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentTypesCommandInput, ListComponentTypesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListComponentTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentTypesCommandInput, ListComponentTypesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all component types in a workspace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const ListComponentTypesCommand_base: {
93
93
  * @throws {@link IoTTwinMakerServiceException}
94
94
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListComponentTypesCommand extends ListComponentTypesCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
22
22
  }
23
23
  declare const ListComponentsCommand_base: {
24
24
  new (input: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentsCommandInput, ListComponentsCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This API lists the components of an entity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const ListComponentsCommand_base: {
98
98
  * @throws {@link IoTTwinMakerServiceException}
99
99
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class ListComponentsCommand extends ListComponentsCommand_base {
103
104
  }