@aws-sdk/client-iotthingsgraph 3.533.0 → 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 (75) hide show
  1. package/dist-types/IoTThingsGraph.d.ts +11 -1
  2. package/dist-types/IoTThingsGraphClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +3 -3
  4. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +3 -3
  7. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +3 -3
  8. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
  9. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +3 -3
  10. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +3 -3
  11. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +3 -3
  12. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +3 -3
  13. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +3 -3
  14. package/dist-types/commands/DescribeNamespaceCommand.d.ts +3 -3
  15. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +3 -3
  16. package/dist-types/commands/GetEntitiesCommand.d.ts +3 -3
  17. package/dist-types/commands/GetFlowTemplateCommand.d.ts +3 -3
  18. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +3 -3
  19. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +3 -3
  20. package/dist-types/commands/GetSystemInstanceCommand.d.ts +3 -3
  21. package/dist-types/commands/GetSystemTemplateCommand.d.ts +3 -3
  22. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +3 -3
  23. package/dist-types/commands/GetUploadStatusCommand.d.ts +3 -3
  24. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +3 -3
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  26. package/dist-types/commands/SearchEntitiesCommand.d.ts +3 -3
  27. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +3 -3
  28. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +3 -3
  29. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +3 -3
  30. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +3 -3
  31. package/dist-types/commands/SearchThingsCommand.d.ts +3 -3
  32. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  33. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +3 -3
  34. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  35. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +3 -3
  36. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +3 -3
  37. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +3 -3
  38. package/dist-types/models/models_0.d.ts +221 -221
  39. package/dist-types/ts3.4/IoTThingsGraph.d.ts +10 -0
  40. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +9 -0
  75. package/package.json +40 -40
@@ -206,6 +206,7 @@ export interface IoTThingsGraph {
206
206
  options: __HttpHandlerOptions,
207
207
  cb: (err: any, data?: DeleteFlowTemplateCommandOutput) => void
208
208
  ): void;
209
+ deleteNamespace(): Promise<DeleteNamespaceCommandOutput>;
209
210
  deleteNamespace(
210
211
  args: DeleteNamespaceCommandInput,
211
212
  options?: __HttpHandlerOptions
@@ -219,6 +220,7 @@ export interface IoTThingsGraph {
219
220
  options: __HttpHandlerOptions,
220
221
  cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
221
222
  ): void;
223
+ deleteSystemInstance(): Promise<DeleteSystemInstanceCommandOutput>;
222
224
  deleteSystemInstance(
223
225
  args: DeleteSystemInstanceCommandInput,
224
226
  options?: __HttpHandlerOptions
@@ -245,6 +247,7 @@ export interface IoTThingsGraph {
245
247
  options: __HttpHandlerOptions,
246
248
  cb: (err: any, data?: DeleteSystemTemplateCommandOutput) => void
247
249
  ): void;
250
+ deploySystemInstance(): Promise<DeploySystemInstanceCommandOutput>;
248
251
  deploySystemInstance(
249
252
  args: DeploySystemInstanceCommandInput,
250
253
  options?: __HttpHandlerOptions
@@ -284,6 +287,7 @@ export interface IoTThingsGraph {
284
287
  options: __HttpHandlerOptions,
285
288
  cb: (err: any, data?: DeprecateSystemTemplateCommandOutput) => void
286
289
  ): void;
290
+ describeNamespace(): Promise<DescribeNamespaceCommandOutput>;
287
291
  describeNamespace(
288
292
  args: DescribeNamespaceCommandInput,
289
293
  options?: __HttpHandlerOptions
@@ -349,6 +353,7 @@ export interface IoTThingsGraph {
349
353
  options: __HttpHandlerOptions,
350
354
  cb: (err: any, data?: GetFlowTemplateRevisionsCommandOutput) => void
351
355
  ): void;
356
+ getNamespaceDeletionStatus(): Promise<GetNamespaceDeletionStatusCommandOutput>;
352
357
  getNamespaceDeletionStatus(
353
358
  args: GetNamespaceDeletionStatusCommandInput,
354
359
  options?: __HttpHandlerOptions
@@ -466,6 +471,7 @@ export interface IoTThingsGraph {
466
471
  options: __HttpHandlerOptions,
467
472
  cb: (err: any, data?: SearchFlowExecutionsCommandOutput) => void
468
473
  ): void;
474
+ searchFlowTemplates(): Promise<SearchFlowTemplatesCommandOutput>;
469
475
  searchFlowTemplates(
470
476
  args: SearchFlowTemplatesCommandInput,
471
477
  options?: __HttpHandlerOptions
@@ -479,6 +485,7 @@ export interface IoTThingsGraph {
479
485
  options: __HttpHandlerOptions,
480
486
  cb: (err: any, data?: SearchFlowTemplatesCommandOutput) => void
481
487
  ): void;
488
+ searchSystemInstances(): Promise<SearchSystemInstancesCommandOutput>;
482
489
  searchSystemInstances(
483
490
  args: SearchSystemInstancesCommandInput,
484
491
  options?: __HttpHandlerOptions
@@ -492,6 +499,7 @@ export interface IoTThingsGraph {
492
499
  options: __HttpHandlerOptions,
493
500
  cb: (err: any, data?: SearchSystemInstancesCommandOutput) => void
494
501
  ): void;
502
+ searchSystemTemplates(): Promise<SearchSystemTemplatesCommandOutput>;
495
503
  searchSystemTemplates(
496
504
  args: SearchSystemTemplatesCommandInput,
497
505
  options?: __HttpHandlerOptions
@@ -531,6 +539,7 @@ export interface IoTThingsGraph {
531
539
  options: __HttpHandlerOptions,
532
540
  cb: (err: any, data?: TagResourceCommandOutput) => void
533
541
  ): void;
542
+ undeploySystemInstance(): Promise<UndeploySystemInstanceCommandOutput>;
534
543
  undeploySystemInstance(
535
544
  args: UndeploySystemInstanceCommandInput,
536
545
  options?: __HttpHandlerOptions
@@ -583,6 +592,7 @@ export interface IoTThingsGraph {
583
592
  options: __HttpHandlerOptions,
584
593
  cb: (err: any, data?: UpdateSystemTemplateCommandOutput) => void
585
594
  ): void;
595
+ uploadEntityDefinitions(): Promise<UploadEntityDefinitionsCommandOutput>;
586
596
  uploadEntityDefinitions(
587
597
  args: UploadEntityDefinitionsCommandInput,
588
598
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateEntityToThingCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateEntityToThingCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateEntityToThingCommandInput,
32
+ AssociateEntityToThingCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateEntityToThingCommand extends AssociateEntityToThingCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateFlowTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateFlowTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateFlowTemplateCommandInput,
32
+ CreateFlowTemplateCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateFlowTemplateCommand extends CreateFlowTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSystemInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSystemInstanceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSystemInstanceCommandInput,
32
+ CreateSystemInstanceCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSystemInstanceCommand extends CreateSystemInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSystemTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSystemTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSystemTemplateCommandInput,
32
+ CreateSystemTemplateCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSystemTemplateCommand extends CreateSystemTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteFlowTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteFlowTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteFlowTemplateCommandInput,
32
+ DeleteFlowTemplateCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteFlowTemplateCommand extends DeleteFlowTemplateCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteNamespaceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DeleteNamespaceCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteNamespaceCommandInput,
31
+ DeleteNamespaceCommandOutput,
32
+ IoTThingsGraphClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSystemInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeleteSystemInstanceCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSystemInstanceCommandInput,
32
+ DeleteSystemInstanceCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSystemInstanceCommand extends DeleteSystemInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSystemTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSystemTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSystemTemplateCommandInput,
32
+ DeleteSystemTemplateCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSystemTemplateCommand extends DeleteSystemTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const DeploySystemInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DeploySystemInstanceCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeploySystemInstanceCommandInput,
32
+ DeploySystemInstanceCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeploySystemInstanceCommand extends DeploySystemInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const DeprecateFlowTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeprecateFlowTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeprecateFlowTemplateCommandInput,
32
+ DeprecateFlowTemplateCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeprecateFlowTemplateCommand extends DeprecateFlowTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const DeprecateSystemTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeprecateSystemTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeprecateSystemTemplateCommandInput,
32
+ DeprecateSystemTemplateCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeprecateSystemTemplateCommand extends DeprecateSystemTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeNamespaceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeNamespaceCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeNamespaceCommandInput,
32
+ DescribeNamespaceCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeNamespaceCommand extends DescribeNamespaceCommand_base {}
@@ -25,6 +25,15 @@ declare const DissociateEntityFromThingCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DissociateEntityFromThingCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DissociateEntityFromThingCommandInput,
32
+ DissociateEntityFromThingCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DissociateEntityFromThingCommand extends DissociateEntityFromThingCommand_base {}
@@ -21,6 +21,15 @@ declare const GetEntitiesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetEntitiesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetEntitiesCommandInput,
28
+ GetEntitiesCommandOutput,
29
+ IoTThingsGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetEntitiesCommand extends GetEntitiesCommand_base {}
@@ -24,6 +24,15 @@ declare const GetFlowTemplateCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetFlowTemplateCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetFlowTemplateCommandInput,
31
+ GetFlowTemplateCommandOutput,
32
+ IoTThingsGraphClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetFlowTemplateCommand extends GetFlowTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const GetFlowTemplateRevisionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetFlowTemplateRevisionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetFlowTemplateRevisionsCommandInput,
32
+ GetFlowTemplateRevisionsCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetFlowTemplateRevisionsCommand extends GetFlowTemplateRevisionsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetNamespaceDeletionStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetNamespaceDeletionStatusCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetNamespaceDeletionStatusCommandInput,
32
+ GetNamespaceDeletionStatusCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetNamespaceDeletionStatusCommand extends GetNamespaceDeletionStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSystemInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSystemInstanceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSystemInstanceCommandInput,
32
+ GetSystemInstanceCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSystemInstanceCommand extends GetSystemInstanceCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSystemTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSystemTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSystemTemplateCommandInput,
32
+ GetSystemTemplateCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSystemTemplateCommand extends GetSystemTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const GetSystemTemplateRevisionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetSystemTemplateRevisionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetSystemTemplateRevisionsCommandInput,
32
+ GetSystemTemplateRevisionsCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetSystemTemplateRevisionsCommand extends GetSystemTemplateRevisionsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetUploadStatusCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetUploadStatusCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetUploadStatusCommandInput,
31
+ GetUploadStatusCommandOutput,
32
+ IoTThingsGraphClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetUploadStatusCommand extends GetUploadStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const ListFlowExecutionMessagesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListFlowExecutionMessagesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListFlowExecutionMessagesCommandInput,
32
+ ListFlowExecutionMessagesCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListFlowExecutionMessagesCommand extends ListFlowExecutionMessagesCommand_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
+ IoTThingsGraphClientResolvedConfig,
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 SearchEntitiesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: SearchEntitiesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ SearchEntitiesCommandInput,
31
+ SearchEntitiesCommandOutput,
32
+ IoTThingsGraphClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class SearchEntitiesCommand extends SearchEntitiesCommand_base {}
@@ -25,6 +25,15 @@ declare const SearchFlowExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SearchFlowExecutionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SearchFlowExecutionsCommandInput,
32
+ SearchFlowExecutionsCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SearchFlowExecutionsCommand extends SearchFlowExecutionsCommand_base {}
@@ -25,6 +25,15 @@ declare const SearchFlowTemplatesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [SearchFlowTemplatesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SearchFlowTemplatesCommandInput,
32
+ SearchFlowTemplatesCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SearchFlowTemplatesCommand extends SearchFlowTemplatesCommand_base {}
@@ -25,6 +25,15 @@ declare const SearchSystemInstancesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [SearchSystemInstancesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SearchSystemInstancesCommandInput,
32
+ SearchSystemInstancesCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SearchSystemInstancesCommand extends SearchSystemInstancesCommand_base {}
@@ -25,6 +25,15 @@ declare const SearchSystemTemplatesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [SearchSystemTemplatesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SearchSystemTemplatesCommandInput,
32
+ SearchSystemTemplatesCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SearchSystemTemplatesCommand extends SearchSystemTemplatesCommand_base {}
@@ -21,6 +21,15 @@ declare const SearchThingsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: SearchThingsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ SearchThingsCommandInput,
28
+ SearchThingsCommandOutput,
29
+ IoTThingsGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class SearchThingsCommand extends SearchThingsCommand_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
+ IoTThingsGraphClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UndeploySystemInstanceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [UndeploySystemInstanceCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UndeploySystemInstanceCommandInput,
32
+ UndeploySystemInstanceCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UndeploySystemInstanceCommand extends UndeploySystemInstanceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ IoTThingsGraphClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateFlowTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateFlowTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateFlowTemplateCommandInput,
32
+ UpdateFlowTemplateCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateFlowTemplateCommand extends UpdateFlowTemplateCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateSystemTemplateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateSystemTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateSystemTemplateCommandInput,
32
+ UpdateSystemTemplateCommandOutput,
33
+ IoTThingsGraphClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateSystemTemplateCommand extends UpdateSystemTemplateCommand_base {}