@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -66,23 +69,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
66
69
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
67
70
  *
68
71
  */
69
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IoTThingsGraphClientResolvedConfig> {
70
- readonly input: UntagResourceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: UntagResourceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
4
  import { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFlowTemplateCommandInput extends UpdateFlowTemplateReques
21
20
  */
22
21
  export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFlowTemplateCommand_base: {
24
+ new (input: UpdateFlowTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -76,23 +79,5 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo
76
79
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
77
80
  *
78
81
  */
79
- export declare class UpdateFlowTemplateCommand extends $Command<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
80
- readonly input: UpdateFlowTemplateCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: UpdateFlowTemplateCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class UpdateFlowTemplateCommand extends UpdateFlowTemplateCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
4
  import { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSystemTemplateCommandInput extends UpdateSystemTemplateRe
21
20
  */
22
21
  export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSystemTemplateCommand_base: {
24
+ new (input: UpdateSystemTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -75,23 +78,5 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR
75
78
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateSystemTemplateCommand extends $Command<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
79
- readonly input: UpdateSystemTemplateCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateSystemTemplateCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateSystemTemplateCommand extends UpdateSystemTemplateCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
4
  import { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UploadEntityDefinitionsCommandInput extends UploadEntityDefinit
21
20
  */
22
21
  export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefinitionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const UploadEntityDefinitionsCommand_base: {
24
+ new (input: UploadEntityDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput, IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -77,23 +80,5 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini
77
80
  * <p>Base exception class for all service exceptions from IoTThingsGraph service.</p>
78
81
  *
79
82
  */
80
- export declare class UploadEntityDefinitionsCommand extends $Command<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput, IoTThingsGraphClientResolvedConfig> {
81
- readonly input: UploadEntityDefinitionsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UploadEntityDefinitionsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UploadEntityDefinitionsCommand extends UploadEntityDefinitionsCommand_base {
99
84
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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 AssociateEntityToThingCommandInput
21
15
  export interface AssociateEntityToThingCommandOutput
22
16
  extends AssociateEntityToThingResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateEntityToThingCommand extends $Command<
25
- AssociateEntityToThingCommandInput,
26
- AssociateEntityToThingCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: AssociateEntityToThingCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateEntityToThingCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AssociateEntityToThingCommand_base: {
19
+ new (
20
+ input: AssociateEntityToThingCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AssociateEntityToThingCommandInput,
38
- AssociateEntityToThingCommandOutput
23
+ AssociateEntityToThingCommandOutput,
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 AssociateEntityToThingCommand extends AssociateEntityToThingCommand_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 CreateFlowTemplateCommandInput
21
15
  export interface CreateFlowTemplateCommandOutput
22
16
  extends CreateFlowTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateFlowTemplateCommand extends $Command<
25
- CreateFlowTemplateCommandInput,
26
- CreateFlowTemplateCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: CreateFlowTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateFlowTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateFlowTemplateCommand_base: {
19
+ new (
20
+ input: CreateFlowTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateFlowTemplateCommandInput,
23
+ CreateFlowTemplateCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateFlowTemplateCommand extends CreateFlowTemplateCommand_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 CreateSystemInstanceCommandInput
21
15
  export interface CreateSystemInstanceCommandOutput
22
16
  extends CreateSystemInstanceResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateSystemInstanceCommand extends $Command<
25
- CreateSystemInstanceCommandInput,
26
- CreateSystemInstanceCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: CreateSystemInstanceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSystemInstanceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateSystemInstanceCommand_base: {
19
+ new (
20
+ input: CreateSystemInstanceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateSystemInstanceCommandInput,
38
- CreateSystemInstanceCommandOutput
23
+ CreateSystemInstanceCommandOutput,
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 CreateSystemInstanceCommand extends CreateSystemInstanceCommand_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 CreateSystemTemplateCommandInput
21
15
  export interface CreateSystemTemplateCommandOutput
22
16
  extends CreateSystemTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateSystemTemplateCommand extends $Command<
25
- CreateSystemTemplateCommandInput,
26
- CreateSystemTemplateCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: CreateSystemTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSystemTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateSystemTemplateCommand_base: {
19
+ new (
20
+ input: CreateSystemTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateSystemTemplateCommandInput,
38
- CreateSystemTemplateCommandOutput
23
+ CreateSystemTemplateCommandOutput,
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 CreateSystemTemplateCommand extends CreateSystemTemplateCommand_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 DeleteFlowTemplateCommandInput
21
15
  export interface DeleteFlowTemplateCommandOutput
22
16
  extends DeleteFlowTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteFlowTemplateCommand extends $Command<
25
- DeleteFlowTemplateCommandInput,
26
- DeleteFlowTemplateCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: DeleteFlowTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteFlowTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteFlowTemplateCommandInput, DeleteFlowTemplateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteFlowTemplateCommand_base: {
19
+ new (
20
+ input: DeleteFlowTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteFlowTemplateCommandInput,
23
+ DeleteFlowTemplateCommandOutput,
24
+ IoTThingsGraphClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteFlowTemplateCommand extends DeleteFlowTemplateCommand_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 DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
20
14
  export interface DeleteNamespaceCommandOutput
21
15
  extends DeleteNamespaceResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteNamespaceCommand extends $Command<
24
- DeleteNamespaceCommandInput,
25
- DeleteNamespaceCommandOutput,
26
- IoTThingsGraphClientResolvedConfig
27
- > {
28
- readonly input: DeleteNamespaceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteNamespaceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IoTThingsGraphClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteNamespaceCommand_base: {
18
+ new (
19
+ input: DeleteNamespaceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteNamespaceCommandInput,
22
+ DeleteNamespaceCommandOutput,
23
+ IoTThingsGraphClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_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 DeleteSystemInstanceCommandInput
21
15
  export interface DeleteSystemInstanceCommandOutput
22
16
  extends DeleteSystemInstanceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteSystemInstanceCommand extends $Command<
25
- DeleteSystemInstanceCommandInput,
26
- DeleteSystemInstanceCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: DeleteSystemInstanceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteSystemInstanceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteSystemInstanceCommand_base: {
19
+ new (
20
+ input: DeleteSystemInstanceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteSystemInstanceCommandInput,
38
- DeleteSystemInstanceCommandOutput
23
+ DeleteSystemInstanceCommandOutput,
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 DeleteSystemInstanceCommand extends DeleteSystemInstanceCommand_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 DeleteSystemTemplateCommandInput
21
15
  export interface DeleteSystemTemplateCommandOutput
22
16
  extends DeleteSystemTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteSystemTemplateCommand extends $Command<
25
- DeleteSystemTemplateCommandInput,
26
- DeleteSystemTemplateCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: DeleteSystemTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteSystemTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteSystemTemplateCommand_base: {
19
+ new (
20
+ input: DeleteSystemTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteSystemTemplateCommandInput,
38
- DeleteSystemTemplateCommandOutput
23
+ DeleteSystemTemplateCommandOutput,
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 DeleteSystemTemplateCommand extends DeleteSystemTemplateCommand_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 DeploySystemInstanceCommandInput
21
15
  export interface DeploySystemInstanceCommandOutput
22
16
  extends DeploySystemInstanceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeploySystemInstanceCommand extends $Command<
25
- DeploySystemInstanceCommandInput,
26
- DeploySystemInstanceCommandOutput,
27
- IoTThingsGraphClientResolvedConfig
28
- > {
29
- readonly input: DeploySystemInstanceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeploySystemInstanceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IoTThingsGraphClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeploySystemInstanceCommand_base: {
19
+ new (
20
+ input: DeploySystemInstanceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeploySystemInstanceCommandInput,
38
- DeploySystemInstanceCommandOutput
23
+ DeploySystemInstanceCommandOutput,
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 DeploySystemInstanceCommand extends DeploySystemInstanceCommand_base {}