@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
@@ -22,10 +22,10 @@ export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __Metad
22
22
  }
23
23
  declare const ListEntitiesCommand_base: {
24
24
  new (input: ListEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntitiesCommandInput, ListEntitiesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntitiesCommandInput, ListEntitiesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all entities 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 ListEntitiesCommand_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 ListEntitiesCommand extends ListEntitiesCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListMetadataTransferJobsCommandOutput extends ListMetadataTrans
22
22
  }
23
23
  declare const ListMetadataTransferJobsCommand_base: {
24
24
  new (input: ListMetadataTransferJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetadataTransferJobsCommandInput, ListMetadataTransferJobsCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListMetadataTransferJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetadataTransferJobsCommandInput, ListMetadataTransferJobsCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the metadata transfer jobs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const ListMetadataTransferJobsCommand_base: {
96
96
  * @throws {@link IoTTwinMakerServiceException}
97
97
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class ListMetadataTransferJobsCommand extends ListMetadataTransferJobsCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface ListPropertiesCommandOutput extends ListPropertiesResponse, __M
22
22
  }
23
23
  declare const ListPropertiesCommand_base: {
24
24
  new (input: ListPropertiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPropertiesCommandInput, ListPropertiesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPropertiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPropertiesCommandInput, ListPropertiesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This API lists the properties of a component.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -147,6 +147,7 @@ declare const ListPropertiesCommand_base: {
147
147
  * @throws {@link IoTTwinMakerServiceException}
148
148
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
149
149
  *
150
+ * @public
150
151
  */
151
152
  export declare class ListPropertiesCommand extends ListPropertiesCommand_base {
152
153
  }
@@ -22,10 +22,10 @@ export interface ListScenesCommandOutput extends ListScenesResponse, __MetadataB
22
22
  }
23
23
  declare const ListScenesCommand_base: {
24
24
  new (input: ListScenesCommandInput): import("@smithy/smithy-client").CommandImpl<ListScenesCommandInput, ListScenesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListScenesCommandInput): import("@smithy/smithy-client").CommandImpl<ListScenesCommandInput, ListScenesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all scenes in 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 ListScenesCommand_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 ListScenesCommand extends ListScenesCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListSyncJobsCommandOutput extends ListSyncJobsResponse, __Metad
22
22
  }
23
23
  declare const ListSyncJobsCommand_base: {
24
24
  new (input: ListSyncJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSyncJobsCommandInput, ListSyncJobsCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSyncJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSyncJobsCommandInput, ListSyncJobsCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all SyncJobs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const ListSyncJobsCommand_base: {
86
86
  * @throws {@link IoTTwinMakerServiceException}
87
87
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListSyncJobsCommand extends ListSyncJobsCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListSyncResourcesCommandOutput extends ListSyncResourcesRespons
22
22
  }
23
23
  declare const ListSyncResourcesCommand_base: {
24
24
  new (input: ListSyncResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSyncResourcesCommandInput, ListSyncResourcesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSyncResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSyncResourcesCommandInput, ListSyncResourcesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the sync resources.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const ListSyncResourcesCommand_base: {
94
94
  * @throws {@link IoTTwinMakerServiceException}
95
95
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListSyncResourcesCommand extends ListSyncResourcesCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all tags associated with a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
64
64
  * @throws {@link IoTTwinMakerServiceException}
65
65
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __M
22
22
  }
23
23
  declare const ListWorkspacesCommand_base: {
24
24
  new (input: ListWorkspacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListWorkspacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkspacesCommandInput, ListWorkspacesCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about workspaces in the current account.</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 ListWorkspacesCommand_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 ListWorkspacesCommand extends ListWorkspacesCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds tags to a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
63
63
  * @throws {@link IoTTwinMakerServiceException}
64
64
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class TagResourceCommand extends TagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const UntagResourceCommand_base: {
60
60
  * @throws {@link IoTTwinMakerServiceException}
61
61
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface UpdateComponentTypeCommandOutput extends UpdateComponentTypeRes
22
22
  }
23
23
  declare const UpdateComponentTypeCommand_base: {
24
24
  new (input: UpdateComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentTypeCommandInput, UpdateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateComponentTypeCommandInput, UpdateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates information in a component type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -174,6 +174,7 @@ declare const UpdateComponentTypeCommand_base: {
174
174
  * @throws {@link IoTTwinMakerServiceException}
175
175
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
176
176
  *
177
+ * @public
177
178
  */
178
179
  export declare class UpdateComponentTypeCommand extends UpdateComponentTypeCommand_base {
179
180
  }
@@ -22,10 +22,10 @@ export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __Metad
22
22
  }
23
23
  declare const UpdateEntityCommand_base: {
24
24
  new (input: UpdateEntityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEntityCommandInput, UpdateEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEntityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEntityCommandInput, UpdateEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an entity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -201,6 +201,7 @@ declare const UpdateEntityCommand_base: {
201
201
  * @throws {@link IoTTwinMakerServiceException}
202
202
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
203
203
  *
204
+ * @public
204
205
  */
205
206
  export declare class UpdateEntityCommand extends UpdateEntityCommand_base {
206
207
  }
@@ -22,10 +22,10 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanRespons
22
22
  }
23
23
  declare const UpdatePricingPlanCommand_base: {
24
24
  new (input: UpdatePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdatePricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update the pricing plan.</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 UpdatePricingPlanCommand_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 UpdatePricingPlanCommand extends UpdatePricingPlanCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __Metadat
22
22
  }
23
23
  declare const UpdateSceneCommand_base: {
24
24
  new (input: UpdateSceneCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSceneCommandInput, UpdateSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSceneCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSceneCommandInput, UpdateSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a scene.</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 UpdateSceneCommand_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 UpdateSceneCommand extends UpdateSceneCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, _
22
22
  }
23
23
  declare const UpdateWorkspaceCommand_base: {
24
24
  new (input: UpdateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a workspace.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const UpdateWorkspaceCommand_base: {
74
74
  * @throws {@link IoTTwinMakerServiceException}
75
75
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UpdateWorkspaceCommand extends UpdateWorkspaceCommand_base {
79
80
  }
@@ -16,5 +16,4 @@ export { IoTTwinMakerExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./pagination";
18
18
  export * from "./models";
19
- import "@aws-sdk/util-endpoints";
20
19
  export { IoTTwinMakerServiceException } from "./models/IoTTwinMakerServiceException";