@aws-sdk/client-iottwinmaker 3.170.0 → 3.171.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 (36) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/IoTTwinMaker.d.ts +0 -26
  3. package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/models/IoTTwinMakerServiceException.d.ts +0 -1
  31. package/dist-types/ts3.4/models/models_0.d.ts +0 -359
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  36. package/package.json +26 -26
@@ -15,7 +15,6 @@ export interface UpdateEntityCommandInput extends UpdateEntityRequest {}
15
15
  export interface UpdateEntityCommandOutput
16
16
  extends UpdateEntityResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateEntityCommand extends $Command<
20
19
  UpdateEntityCommandInput,
21
20
  UpdateEntityCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateEntityCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateEntityCommandInput;
25
24
  constructor(input: UpdateEntityCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IoTTwinMakerClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateSceneCommandInput extends UpdateSceneRequest {}
15
15
  export interface UpdateSceneCommandOutput
16
16
  extends UpdateSceneResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateSceneCommand extends $Command<
20
19
  UpdateSceneCommandInput,
21
20
  UpdateSceneCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateSceneCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateSceneCommandInput;
25
24
  constructor(input: UpdateSceneCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IoTTwinMakerClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {}
18
18
  export interface UpdateWorkspaceCommandOutput
19
19
  extends UpdateWorkspaceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateWorkspaceCommand extends $Command<
23
22
  UpdateWorkspaceCommandInput,
24
23
  UpdateWorkspaceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateWorkspaceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateWorkspaceCommandInput;
28
27
  constructor(input: UpdateWorkspaceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTTwinMakerClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class IoTTwinMakerServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }