@aws-sdk/client-iotthingsgraph 3.478.0 → 3.481.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 (145) hide show
  1. package/dist-cjs/commands/AssociateEntityToThingCommand.js +18 -41
  2. package/dist-cjs/commands/CreateFlowTemplateCommand.js +18 -41
  3. package/dist-cjs/commands/CreateSystemInstanceCommand.js +18 -41
  4. package/dist-cjs/commands/CreateSystemTemplateCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteNamespaceCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +18 -41
  9. package/dist-cjs/commands/DeploySystemInstanceCommand.js +18 -41
  10. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +18 -41
  11. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeNamespaceCommand.js +18 -41
  13. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +18 -41
  14. package/dist-cjs/commands/GetEntitiesCommand.js +18 -41
  15. package/dist-cjs/commands/GetFlowTemplateCommand.js +18 -41
  16. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +18 -41
  17. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +18 -41
  18. package/dist-cjs/commands/GetSystemInstanceCommand.js +18 -41
  19. package/dist-cjs/commands/GetSystemTemplateCommand.js +18 -41
  20. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +18 -41
  21. package/dist-cjs/commands/GetUploadStatusCommand.js +18 -41
  22. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +18 -41
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  24. package/dist-cjs/commands/SearchEntitiesCommand.js +18 -41
  25. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +18 -41
  26. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +18 -41
  27. package/dist-cjs/commands/SearchSystemInstancesCommand.js +18 -41
  28. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +18 -41
  29. package/dist-cjs/commands/SearchThingsCommand.js +18 -41
  30. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  31. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +18 -41
  32. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  33. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +18 -41
  34. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +18 -41
  35. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +18 -41
  36. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  37. package/dist-es/commands/AssociateEntityToThingCommand.js +18 -41
  38. package/dist-es/commands/CreateFlowTemplateCommand.js +18 -41
  39. package/dist-es/commands/CreateSystemInstanceCommand.js +18 -41
  40. package/dist-es/commands/CreateSystemTemplateCommand.js +18 -41
  41. package/dist-es/commands/DeleteFlowTemplateCommand.js +18 -41
  42. package/dist-es/commands/DeleteNamespaceCommand.js +18 -41
  43. package/dist-es/commands/DeleteSystemInstanceCommand.js +18 -41
  44. package/dist-es/commands/DeleteSystemTemplateCommand.js +18 -41
  45. package/dist-es/commands/DeploySystemInstanceCommand.js +18 -41
  46. package/dist-es/commands/DeprecateFlowTemplateCommand.js +18 -41
  47. package/dist-es/commands/DeprecateSystemTemplateCommand.js +18 -41
  48. package/dist-es/commands/DescribeNamespaceCommand.js +18 -41
  49. package/dist-es/commands/DissociateEntityFromThingCommand.js +18 -41
  50. package/dist-es/commands/GetEntitiesCommand.js +18 -41
  51. package/dist-es/commands/GetFlowTemplateCommand.js +18 -41
  52. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +18 -41
  53. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +18 -41
  54. package/dist-es/commands/GetSystemInstanceCommand.js +18 -41
  55. package/dist-es/commands/GetSystemTemplateCommand.js +18 -41
  56. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +18 -41
  57. package/dist-es/commands/GetUploadStatusCommand.js +18 -41
  58. package/dist-es/commands/ListFlowExecutionMessagesCommand.js +18 -41
  59. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  60. package/dist-es/commands/SearchEntitiesCommand.js +18 -41
  61. package/dist-es/commands/SearchFlowExecutionsCommand.js +18 -41
  62. package/dist-es/commands/SearchFlowTemplatesCommand.js +18 -41
  63. package/dist-es/commands/SearchSystemInstancesCommand.js +18 -41
  64. package/dist-es/commands/SearchSystemTemplatesCommand.js +18 -41
  65. package/dist-es/commands/SearchThingsCommand.js +18 -41
  66. package/dist-es/commands/TagResourceCommand.js +18 -41
  67. package/dist-es/commands/UndeploySystemInstanceCommand.js +18 -41
  68. package/dist-es/commands/UntagResourceCommand.js +18 -41
  69. package/dist-es/commands/UpdateFlowTemplateCommand.js +18 -41
  70. package/dist-es/commands/UpdateSystemTemplateCommand.js +18 -41
  71. package/dist-es/commands/UploadEntityDefinitionsCommand.js +18 -41
  72. package/dist-es/endpoint/EndpointParameters.js +6 -0
  73. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +6 -21
  75. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +6 -21
  76. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteNamespaceCommand.d.ts +6 -21
  79. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +6 -21
  80. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +6 -21
  81. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +6 -21
  82. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +6 -21
  83. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +6 -21
  84. package/dist-types/commands/DescribeNamespaceCommand.d.ts +6 -21
  85. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +6 -21
  86. package/dist-types/commands/GetEntitiesCommand.d.ts +6 -21
  87. package/dist-types/commands/GetFlowTemplateCommand.d.ts +6 -21
  88. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +6 -21
  89. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +6 -21
  90. package/dist-types/commands/GetSystemInstanceCommand.d.ts +6 -21
  91. package/dist-types/commands/GetSystemTemplateCommand.d.ts +6 -21
  92. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +6 -21
  93. package/dist-types/commands/GetUploadStatusCommand.d.ts +6 -21
  94. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +6 -21
  95. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  96. package/dist-types/commands/SearchEntitiesCommand.d.ts +6 -21
  97. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +6 -21
  98. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +6 -21
  99. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +6 -21
  100. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +6 -21
  101. package/dist-types/commands/SearchThingsCommand.d.ts +6 -21
  102. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  103. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +6 -21
  104. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  105. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +6 -21
  106. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +6 -21
  107. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +6 -21
  108. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  109. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  145. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeprecateFlowTemplateCommandInput
21
15
  export interface DeprecateFlowTemplateCommandOutput
22
16
  extends DeprecateFlowTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeprecateFlowTemplateCommand extends $Command<
25
- DeprecateFlowTemplateCommandInput,
26
- DeprecateFlowTemplateCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: DeprecateFlowTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeprecateFlowTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeprecateFlowTemplateCommand_base: {
19
+ new (
20
+ input: DeprecateFlowTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeprecateFlowTemplateCommandInput,
38
- DeprecateFlowTemplateCommandOutput
23
+ DeprecateFlowTemplateCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeprecateFlowTemplateCommand extends DeprecateFlowTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeprecateSystemTemplateCommandInput
21
15
  export interface DeprecateSystemTemplateCommandOutput
22
16
  extends DeprecateSystemTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeprecateSystemTemplateCommand extends $Command<
25
- DeprecateSystemTemplateCommandInput,
26
- DeprecateSystemTemplateCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: DeprecateSystemTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeprecateSystemTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeprecateSystemTemplateCommand_base: {
19
+ new (
20
+ input: DeprecateSystemTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeprecateSystemTemplateCommandInput,
38
- DeprecateSystemTemplateCommandOutput
23
+ DeprecateSystemTemplateCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeprecateSystemTemplateCommand extends DeprecateSystemTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeNamespaceCommandInput
21
15
  export interface DescribeNamespaceCommandOutput
22
16
  extends DescribeNamespaceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeNamespaceCommand extends $Command<
25
- DescribeNamespaceCommandInput,
26
- DescribeNamespaceCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: DescribeNamespaceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeNamespaceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeNamespaceCommand_base: {
19
+ new (
20
+ input: DescribeNamespaceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeNamespaceCommandInput,
23
+ DescribeNamespaceCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeNamespaceCommand extends DescribeNamespaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DissociateEntityFromThingCommandInput
21
15
  export interface DissociateEntityFromThingCommandOutput
22
16
  extends DissociateEntityFromThingResponse,
23
17
  __MetadataBearer {}
24
- export declare class DissociateEntityFromThingCommand extends $Command<
25
- DissociateEntityFromThingCommandInput,
26
- DissociateEntityFromThingCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: DissociateEntityFromThingCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DissociateEntityFromThingCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DissociateEntityFromThingCommand_base: {
19
+ new (
20
+ input: DissociateEntityFromThingCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DissociateEntityFromThingCommandInput,
38
- DissociateEntityFromThingCommandOutput
23
+ DissociateEntityFromThingCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DissociateEntityFromThingCommand extends DissociateEntityFromThingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetEntitiesCommandInput extends GetEntitiesRequest {}
17
11
  export interface GetEntitiesCommandOutput
18
12
  extends GetEntitiesResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetEntitiesCommand extends $Command<
21
- GetEntitiesCommandInput,
22
- GetEntitiesCommandOutput,
23
- IoTThingsGraphClientResolvedConfig
24
- > {
25
- readonly input: GetEntitiesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetEntitiesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IoTThingsGraphClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetEntitiesCommandInput, GetEntitiesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetEntitiesCommand_base: {
15
+ new (
16
+ input: GetEntitiesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetEntitiesCommandInput,
19
+ GetEntitiesCommandOutput,
20
+ IoTThingsGraphClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetEntitiesCommand extends GetEntitiesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetFlowTemplateCommandInput extends GetFlowTemplateRequest {}
20
14
  export interface GetFlowTemplateCommandOutput
21
15
  extends GetFlowTemplateResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetFlowTemplateCommand extends $Command<
24
- GetFlowTemplateCommandInput,
25
- GetFlowTemplateCommandOutput,
26
- IoTThingsGraphClientResolvedConfig
27
- > {
28
- readonly input: GetFlowTemplateCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetFlowTemplateCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTThingsGraphClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetFlowTemplateCommandInput, GetFlowTemplateCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetFlowTemplateCommand_base: {
18
+ new (
19
+ input: GetFlowTemplateCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetFlowTemplateCommandInput,
22
+ GetFlowTemplateCommandOutput,
23
+ IoTThingsGraphClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetFlowTemplateCommand extends GetFlowTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetFlowTemplateRevisionsCommandInput
21
15
  export interface GetFlowTemplateRevisionsCommandOutput
22
16
  extends GetFlowTemplateRevisionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetFlowTemplateRevisionsCommand extends $Command<
25
- GetFlowTemplateRevisionsCommandInput,
26
- GetFlowTemplateRevisionsCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: GetFlowTemplateRevisionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetFlowTemplateRevisionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetFlowTemplateRevisionsCommand_base: {
19
+ new (
20
+ input: GetFlowTemplateRevisionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetFlowTemplateRevisionsCommandInput,
38
- GetFlowTemplateRevisionsCommandOutput
23
+ GetFlowTemplateRevisionsCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetFlowTemplateRevisionsCommand extends GetFlowTemplateRevisionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetNamespaceDeletionStatusCommandInput
21
15
  export interface GetNamespaceDeletionStatusCommandOutput
22
16
  extends GetNamespaceDeletionStatusResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetNamespaceDeletionStatusCommand extends $Command<
25
- GetNamespaceDeletionStatusCommandInput,
26
- GetNamespaceDeletionStatusCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: GetNamespaceDeletionStatusCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetNamespaceDeletionStatusCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetNamespaceDeletionStatusCommand_base: {
19
+ new (
20
+ input: GetNamespaceDeletionStatusCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetNamespaceDeletionStatusCommandInput,
38
- GetNamespaceDeletionStatusCommandOutput
23
+ GetNamespaceDeletionStatusCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetNamespaceDeletionStatusCommand extends GetNamespaceDeletionStatusCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetSystemInstanceCommandInput
21
15
  export interface GetSystemInstanceCommandOutput
22
16
  extends GetSystemInstanceResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetSystemInstanceCommand extends $Command<
25
- GetSystemInstanceCommandInput,
26
- GetSystemInstanceCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: GetSystemInstanceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSystemInstanceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetSystemInstanceCommandInput, GetSystemInstanceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetSystemInstanceCommand_base: {
19
+ new (
20
+ input: GetSystemInstanceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetSystemInstanceCommandInput,
23
+ GetSystemInstanceCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSystemInstanceCommand extends GetSystemInstanceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetSystemTemplateCommandInput
21
15
  export interface GetSystemTemplateCommandOutput
22
16
  extends GetSystemTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetSystemTemplateCommand extends $Command<
25
- GetSystemTemplateCommandInput,
26
- GetSystemTemplateCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: GetSystemTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSystemTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetSystemTemplateCommandInput, GetSystemTemplateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetSystemTemplateCommand_base: {
19
+ new (
20
+ input: GetSystemTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetSystemTemplateCommandInput,
23
+ GetSystemTemplateCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSystemTemplateCommand extends GetSystemTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetSystemTemplateRevisionsCommandInput
21
15
  export interface GetSystemTemplateRevisionsCommandOutput
22
16
  extends GetSystemTemplateRevisionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetSystemTemplateRevisionsCommand extends $Command<
25
- GetSystemTemplateRevisionsCommandInput,
26
- GetSystemTemplateRevisionsCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: GetSystemTemplateRevisionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSystemTemplateRevisionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetSystemTemplateRevisionsCommand_base: {
19
+ new (
20
+ input: GetSystemTemplateRevisionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetSystemTemplateRevisionsCommandInput,
38
- GetSystemTemplateRevisionsCommandOutput
23
+ GetSystemTemplateRevisionsCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSystemTemplateRevisionsCommand extends GetSystemTemplateRevisionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetUploadStatusCommandInput extends GetUploadStatusRequest {}
20
14
  export interface GetUploadStatusCommandOutput
21
15
  extends GetUploadStatusResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetUploadStatusCommand extends $Command<
24
- GetUploadStatusCommandInput,
25
- GetUploadStatusCommandOutput,
26
- IoTThingsGraphClientResolvedConfig
27
- > {
28
- readonly input: GetUploadStatusCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetUploadStatusCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTThingsGraphClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetUploadStatusCommandInput, GetUploadStatusCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetUploadStatusCommand_base: {
18
+ new (
19
+ input: GetUploadStatusCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetUploadStatusCommandInput,
22
+ GetUploadStatusCommandOutput,
23
+ IoTThingsGraphClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetUploadStatusCommand extends GetUploadStatusCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListFlowExecutionMessagesCommandInput
21
15
  export interface ListFlowExecutionMessagesCommandOutput
22
16
  extends ListFlowExecutionMessagesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListFlowExecutionMessagesCommand extends $Command<
25
- ListFlowExecutionMessagesCommandInput,
26
- ListFlowExecutionMessagesCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: ListFlowExecutionMessagesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListFlowExecutionMessagesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListFlowExecutionMessagesCommand_base: {
19
+ new (
20
+ input: ListFlowExecutionMessagesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListFlowExecutionMessagesCommandInput,
38
- ListFlowExecutionMessagesCommandOutput
23
+ ListFlowExecutionMessagesCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListFlowExecutionMessagesCommand extends ListFlowExecutionMessagesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IoTThingsGraphClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}