@aws-sdk/client-iottwinmaker 3.529.1 → 3.535.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 (93) hide show
  1. package/dist-types/IoTTwinMaker.d.ts +3 -1
  2. package/dist-types/IoTTwinMakerClient.d.ts +1 -1
  3. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelMetadataTransferJobCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateComponentTypeCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateEntityCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateMetadataTransferJobCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSceneCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSyncJobCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteEntityCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteSceneCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteSyncJobCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -1
  16. package/dist-types/commands/ExecuteQueryCommand.d.ts +2 -1
  17. package/dist-types/commands/GetComponentTypeCommand.d.ts +2 -1
  18. package/dist-types/commands/GetEntityCommand.d.ts +2 -1
  19. package/dist-types/commands/GetMetadataTransferJobCommand.d.ts +2 -1
  20. package/dist-types/commands/GetPricingPlanCommand.d.ts +2 -1
  21. package/dist-types/commands/GetPropertyValueCommand.d.ts +2 -1
  22. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +2 -1
  23. package/dist-types/commands/GetSceneCommand.d.ts +2 -1
  24. package/dist-types/commands/GetSyncJobCommand.d.ts +2 -1
  25. package/dist-types/commands/GetWorkspaceCommand.d.ts +2 -1
  26. package/dist-types/commands/ListComponentTypesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListEntitiesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListMetadataTransferJobsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListPropertiesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListScenesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListSyncJobsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListSyncResourcesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -1
  36. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateEntityCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateSceneCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +2 -1
  43. package/dist-types/models/models_0.d.ts +631 -631
  44. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  45. package/dist-types/runtimeConfig.d.ts +2 -2
  46. package/dist-types/runtimeConfig.native.d.ts +2 -2
  47. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  48. package/dist-types/ts3.4/IoTTwinMaker.d.ts +2 -0
  49. package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CancelMetadataTransferJobCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateMetadataTransferJobCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateSyncJobCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteSyncJobCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetMetadataTransferJobCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetPricingPlanCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetSyncJobCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListMetadataTransferJobsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListPropertiesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListSyncJobsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListSyncResourcesCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  93. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { IoTTwinMakerClientConfig } from "./IoTTwinMakerClient";
5
5
  export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -382,6 +382,7 @@ export interface IoTTwinMaker {
382
382
  options: __HttpHandlerOptions,
383
383
  cb: (err: any, data?: GetMetadataTransferJobCommandOutput) => void
384
384
  ): void;
385
+ getPricingPlan(): Promise<GetPricingPlanCommandOutput>;
385
386
  getPricingPlan(
386
387
  args: GetPricingPlanCommandInput,
387
388
  options?: __HttpHandlerOptions
@@ -577,6 +578,7 @@ export interface IoTTwinMaker {
577
578
  options: __HttpHandlerOptions,
578
579
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
579
580
  ): void;
581
+ listWorkspaces(): Promise<ListWorkspacesCommandOutput>;
580
582
  listWorkspaces(
581
583
  args: ListWorkspacesCommandInput,
582
584
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const BatchPutPropertyValuesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchPutPropertyValuesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchPutPropertyValuesCommandInput,
32
+ BatchPutPropertyValuesCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchPutPropertyValuesCommand extends BatchPutPropertyValuesCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelMetadataTransferJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelMetadataTransferJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelMetadataTransferJobCommandInput,
32
+ CancelMetadataTransferJobCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelMetadataTransferJobCommand extends CancelMetadataTransferJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateComponentTypeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateComponentTypeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateComponentTypeCommandInput,
32
+ CreateComponentTypeCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateComponentTypeCommand extends CreateComponentTypeCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateEntityCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateEntityCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateEntityCommandInput,
28
+ CreateEntityCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateEntityCommand extends CreateEntityCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateMetadataTransferJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateMetadataTransferJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateMetadataTransferJobCommandInput,
32
+ CreateMetadataTransferJobCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateMetadataTransferJobCommand extends CreateMetadataTransferJobCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateSceneCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateSceneCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateSceneCommandInput,
28
+ CreateSceneCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateSceneCommand extends CreateSceneCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateSyncJobCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateSyncJobCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateSyncJobCommandInput,
31
+ CreateSyncJobCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateSyncJobCommand extends CreateSyncJobCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateWorkspaceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateWorkspaceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateWorkspaceCommandInput,
31
+ CreateWorkspaceCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteComponentTypeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteComponentTypeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteComponentTypeCommandInput,
32
+ DeleteComponentTypeCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteComponentTypeCommand extends DeleteComponentTypeCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteEntityCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteEntityCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteEntityCommandInput,
28
+ DeleteEntityCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteEntityCommand extends DeleteEntityCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteSceneCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteSceneCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteSceneCommandInput,
28
+ DeleteSceneCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteSceneCommand extends DeleteSceneCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteSyncJobCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteSyncJobCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteSyncJobCommandInput,
31
+ DeleteSyncJobCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteSyncJobCommand extends DeleteSyncJobCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteWorkspaceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteWorkspaceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteWorkspaceCommandInput,
31
+ DeleteWorkspaceCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {}
@@ -21,6 +21,15 @@ declare const ExecuteQueryCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ExecuteQueryCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ExecuteQueryCommandInput,
28
+ ExecuteQueryCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {}
@@ -24,6 +24,15 @@ declare const GetComponentTypeCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetComponentTypeCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetComponentTypeCommandInput,
31
+ GetComponentTypeCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetComponentTypeCommand extends GetComponentTypeCommand_base {}
@@ -21,6 +21,15 @@ declare const GetEntityCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetEntityCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetEntityCommandInput,
28
+ GetEntityCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetEntityCommand extends GetEntityCommand_base {}
@@ -25,6 +25,15 @@ declare const GetMetadataTransferJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetMetadataTransferJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMetadataTransferJobCommandInput,
32
+ GetMetadataTransferJobCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetMetadataTransferJobCommand extends GetMetadataTransferJobCommand_base {}
@@ -24,6 +24,15 @@ declare const GetPricingPlanCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetPricingPlanCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetPricingPlanCommandInput,
31
+ GetPricingPlanCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetPricingPlanCommand extends GetPricingPlanCommand_base {}
@@ -24,6 +24,15 @@ declare const GetPropertyValueCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetPropertyValueCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetPropertyValueCommandInput,
31
+ GetPropertyValueCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetPropertyValueCommand extends GetPropertyValueCommand_base {}
@@ -25,6 +25,15 @@ declare const GetPropertyValueHistoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetPropertyValueHistoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetPropertyValueHistoryCommandInput,
32
+ GetPropertyValueHistoryCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetPropertyValueHistoryCommand extends GetPropertyValueHistoryCommand_base {}
@@ -21,6 +21,15 @@ declare const GetSceneCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetSceneCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetSceneCommandInput,
28
+ GetSceneCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetSceneCommand extends GetSceneCommand_base {}
@@ -21,6 +21,15 @@ declare const GetSyncJobCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetSyncJobCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetSyncJobCommandInput,
28
+ GetSyncJobCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetSyncJobCommand extends GetSyncJobCommand_base {}
@@ -21,6 +21,15 @@ declare const GetWorkspaceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetWorkspaceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetWorkspaceCommandInput,
28
+ GetWorkspaceCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetWorkspaceCommand extends GetWorkspaceCommand_base {}
@@ -25,6 +25,15 @@ declare const ListComponentTypesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListComponentTypesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListComponentTypesCommandInput,
32
+ ListComponentTypesCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListComponentTypesCommand extends ListComponentTypesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListComponentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListComponentsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListComponentsCommandInput,
31
+ ListComponentsCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListComponentsCommand extends ListComponentsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListEntitiesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListEntitiesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListEntitiesCommandInput,
28
+ ListEntitiesCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListEntitiesCommand extends ListEntitiesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListMetadataTransferJobsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListMetadataTransferJobsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMetadataTransferJobsCommandInput,
32
+ ListMetadataTransferJobsCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListMetadataTransferJobsCommand extends ListMetadataTransferJobsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListPropertiesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListPropertiesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListPropertiesCommandInput,
31
+ ListPropertiesCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListPropertiesCommand extends ListPropertiesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListScenesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListScenesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListScenesCommandInput,
28
+ ListScenesCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListScenesCommand extends ListScenesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListSyncJobsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListSyncJobsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListSyncJobsCommandInput,
28
+ ListSyncJobsCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListSyncJobsCommand extends ListSyncJobsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListSyncResourcesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListSyncResourcesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSyncResourcesCommandInput,
32
+ ListSyncResourcesCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListSyncResourcesCommand extends ListSyncResourcesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ IoTTwinMakerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const ListWorkspacesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListWorkspacesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListWorkspacesCommandInput,
31
+ ListWorkspacesCommandOutput,
32
+ IoTTwinMakerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListWorkspacesCommand extends ListWorkspacesCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ IoTTwinMakerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}