@aws-sdk/client-schemas 3.477.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 (149) hide show
  1. package/dist-cjs/commands/CreateDiscovererCommand.js +18 -41
  2. package/dist-cjs/commands/CreateRegistryCommand.js +18 -41
  3. package/dist-cjs/commands/CreateSchemaCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteDiscovererCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteRegistryCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteSchemaCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteSchemaVersionCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeCodeBindingCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeDiscovererCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeRegistryCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeSchemaCommand.js +18 -41
  13. package/dist-cjs/commands/ExportSchemaCommand.js +18 -41
  14. package/dist-cjs/commands/GetCodeBindingSourceCommand.js +18 -41
  15. package/dist-cjs/commands/GetDiscoveredSchemaCommand.js +18 -41
  16. package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
  17. package/dist-cjs/commands/ListDiscoverersCommand.js +18 -41
  18. package/dist-cjs/commands/ListRegistriesCommand.js +18 -41
  19. package/dist-cjs/commands/ListSchemaVersionsCommand.js +18 -41
  20. package/dist-cjs/commands/ListSchemasCommand.js +18 -41
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  22. package/dist-cjs/commands/PutCodeBindingCommand.js +18 -41
  23. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  24. package/dist-cjs/commands/SearchSchemasCommand.js +18 -41
  25. package/dist-cjs/commands/StartDiscovererCommand.js +18 -41
  26. package/dist-cjs/commands/StopDiscovererCommand.js +18 -41
  27. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateDiscovererCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateRegistryCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateSchemaCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-cjs/pagination/ListDiscoverersPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListRegistriesPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListSchemaVersionsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListSchemasPaginator.js +2 -24
  37. package/dist-cjs/pagination/SearchSchemasPaginator.js +2 -24
  38. package/dist-es/commands/CreateDiscovererCommand.js +18 -41
  39. package/dist-es/commands/CreateRegistryCommand.js +18 -41
  40. package/dist-es/commands/CreateSchemaCommand.js +18 -41
  41. package/dist-es/commands/DeleteDiscovererCommand.js +18 -41
  42. package/dist-es/commands/DeleteRegistryCommand.js +18 -41
  43. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  44. package/dist-es/commands/DeleteSchemaCommand.js +18 -41
  45. package/dist-es/commands/DeleteSchemaVersionCommand.js +18 -41
  46. package/dist-es/commands/DescribeCodeBindingCommand.js +18 -41
  47. package/dist-es/commands/DescribeDiscovererCommand.js +18 -41
  48. package/dist-es/commands/DescribeRegistryCommand.js +18 -41
  49. package/dist-es/commands/DescribeSchemaCommand.js +18 -41
  50. package/dist-es/commands/ExportSchemaCommand.js +18 -41
  51. package/dist-es/commands/GetCodeBindingSourceCommand.js +18 -41
  52. package/dist-es/commands/GetDiscoveredSchemaCommand.js +18 -41
  53. package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
  54. package/dist-es/commands/ListDiscoverersCommand.js +18 -41
  55. package/dist-es/commands/ListRegistriesCommand.js +18 -41
  56. package/dist-es/commands/ListSchemaVersionsCommand.js +18 -41
  57. package/dist-es/commands/ListSchemasCommand.js +18 -41
  58. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  59. package/dist-es/commands/PutCodeBindingCommand.js +18 -41
  60. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  61. package/dist-es/commands/SearchSchemasCommand.js +18 -41
  62. package/dist-es/commands/StartDiscovererCommand.js +18 -41
  63. package/dist-es/commands/StopDiscovererCommand.js +18 -41
  64. package/dist-es/commands/TagResourceCommand.js +18 -41
  65. package/dist-es/commands/UntagResourceCommand.js +18 -41
  66. package/dist-es/commands/UpdateDiscovererCommand.js +18 -41
  67. package/dist-es/commands/UpdateRegistryCommand.js +18 -41
  68. package/dist-es/commands/UpdateSchemaCommand.js +18 -41
  69. package/dist-es/endpoint/EndpointParameters.js +6 -0
  70. package/dist-es/pagination/ListDiscoverersPaginator.js +2 -23
  71. package/dist-es/pagination/ListRegistriesPaginator.js +2 -23
  72. package/dist-es/pagination/ListSchemaVersionsPaginator.js +2 -23
  73. package/dist-es/pagination/ListSchemasPaginator.js +2 -23
  74. package/dist-es/pagination/SearchSchemasPaginator.js +2 -23
  75. package/dist-types/commands/CreateDiscovererCommand.d.ts +6 -21
  76. package/dist-types/commands/CreateRegistryCommand.d.ts +6 -21
  77. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteDiscovererCommand.d.ts +6 -21
  79. package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -21
  80. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  81. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -21
  82. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +6 -21
  83. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +6 -21
  84. package/dist-types/commands/DescribeDiscovererCommand.d.ts +6 -21
  85. package/dist-types/commands/DescribeRegistryCommand.d.ts +6 -21
  86. package/dist-types/commands/DescribeSchemaCommand.d.ts +6 -21
  87. package/dist-types/commands/ExportSchemaCommand.d.ts +6 -21
  88. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +6 -21
  89. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +6 -21
  90. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
  91. package/dist-types/commands/ListDiscoverersCommand.d.ts +6 -21
  92. package/dist-types/commands/ListRegistriesCommand.d.ts +6 -21
  93. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +6 -21
  94. package/dist-types/commands/ListSchemasCommand.d.ts +6 -21
  95. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  96. package/dist-types/commands/PutCodeBindingCommand.d.ts +6 -21
  97. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  98. package/dist-types/commands/SearchSchemasCommand.d.ts +6 -21
  99. package/dist-types/commands/StartDiscovererCommand.d.ts +6 -21
  100. package/dist-types/commands/StopDiscovererCommand.d.ts +6 -21
  101. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  102. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  103. package/dist-types/commands/UpdateDiscovererCommand.d.ts +6 -21
  104. package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -21
  105. package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -21
  106. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  107. package/dist-types/pagination/ListDiscoverersPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListRegistriesPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
  111. package/dist-types/pagination/SearchSchemasPaginator.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  144. package/dist-types/ts3.4/pagination/ListDiscoverersPaginator.d.ts +3 -3
  145. package/dist-types/ts3.4/pagination/ListRegistriesPaginator.d.ts +3 -3
  146. package/dist-types/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +3 -3
  147. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +3 -3
  148. package/dist-types/ts3.4/pagination/SearchSchemasPaginator.d.ts +3 -3
  149. package/package.json +11 -11
@@ -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 { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
21
20
  */
22
21
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutResourcePolicyCommand_base: {
24
+ new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The name of the policy.</p>
@@ -68,23 +71,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
68
71
  * <p>Base exception class for all service exceptions from Schemas service.</p>
69
72
  *
70
73
  */
71
- export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig> {
72
- readonly input: PutResourcePolicyCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: PutResourcePolicyCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
90
75
  }
@@ -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 { SearchSchemasRequest, SearchSchemasResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SearchSchemasCommandInput extends SearchSchemasRequest {
21
20
  */
22
21
  export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __MetadataBearer {
23
22
  }
23
+ declare const SearchSchemasCommand_base: {
24
+ new (input: SearchSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Search the schemas</p>
@@ -78,23 +81,5 @@ export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __Met
78
81
  * <p>Base exception class for all service exceptions from Schemas service.</p>
79
82
  *
80
83
  */
81
- export declare class SearchSchemasCommand extends $Command<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig> {
82
- readonly input: SearchSchemasCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: SearchSchemasCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchSchemasCommandInput, SearchSchemasCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class SearchSchemasCommand extends SearchSchemasCommand_base {
100
85
  }
@@ -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 { StartDiscovererRequest, StartDiscovererResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartDiscovererCommandInput extends StartDiscovererRequest {
21
20
  */
22
21
  export interface StartDiscovererCommandOutput extends StartDiscovererResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartDiscovererCommand_base: {
24
+ new (input: StartDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the discoverer</p>
@@ -64,23 +67,5 @@ export interface StartDiscovererCommandOutput extends StartDiscovererResponse, _
64
67
  * <p>Base exception class for all service exceptions from Schemas service.</p>
65
68
  *
66
69
  */
67
- export declare class StartDiscovererCommand extends $Command<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig> {
68
- readonly input: StartDiscovererCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: StartDiscovererCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDiscovererCommandInput, StartDiscovererCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class StartDiscovererCommand extends StartDiscovererCommand_base {
86
71
  }
@@ -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 { StopDiscovererRequest, StopDiscovererResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopDiscovererCommandInput extends StopDiscovererRequest {
21
20
  */
22
21
  export interface StopDiscovererCommandOutput extends StopDiscovererResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopDiscovererCommand_base: {
24
+ new (input: StopDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StopDiscovererCommandInput, StopDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops the discoverer</p>
@@ -64,23 +67,5 @@ export interface StopDiscovererCommandOutput extends StopDiscovererResponse, __M
64
67
  * <p>Base exception class for all service exceptions from Schemas service.</p>
65
68
  *
66
69
  */
67
- export declare class StopDiscovererCommand extends $Command<StopDiscovererCommandInput, StopDiscovererCommandOutput, SchemasClientResolvedConfig> {
68
- readonly input: StopDiscovererCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: StopDiscovererCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopDiscovererCommandInput, StopDiscovererCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class StopDiscovererCommand extends StopDiscovererCommand_base {
86
71
  }
@@ -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 { TagResourceRequest } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Add tags to a resource.</p>
@@ -60,23 +63,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
60
63
  * <p>Base exception class for all service exceptions from Schemas service.</p>
61
64
  *
62
65
  */
63
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SchemasClientResolvedConfig> {
64
- readonly input: TagResourceCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: TagResourceCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class TagResourceCommand extends TagResourceCommand_base {
82
67
  }
@@ -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 { UntagResourceRequest } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from a resource.</p>
@@ -60,23 +63,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
60
63
  * <p>Base exception class for all service exceptions from Schemas service.</p>
61
64
  *
62
65
  */
63
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SchemasClientResolvedConfig> {
64
- readonly input: UntagResourceCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: UntagResourceCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
82
67
  }
@@ -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 { UpdateDiscovererRequest, UpdateDiscovererResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDiscovererCommandInput extends UpdateDiscovererRequest {
21
20
  */
22
21
  export interface UpdateDiscovererCommandOutput extends UpdateDiscovererResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDiscovererCommand_base: {
24
+ new (input: UpdateDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDiscovererCommandInput, UpdateDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the discoverer</p>
@@ -73,23 +76,5 @@ export interface UpdateDiscovererCommandOutput extends UpdateDiscovererResponse,
73
76
  * <p>Base exception class for all service exceptions from Schemas service.</p>
74
77
  *
75
78
  */
76
- export declare class UpdateDiscovererCommand extends $Command<UpdateDiscovererCommandInput, UpdateDiscovererCommandOutput, SchemasClientResolvedConfig> {
77
- readonly input: UpdateDiscovererCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: UpdateDiscovererCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDiscovererCommandInput, UpdateDiscovererCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class UpdateDiscovererCommand extends UpdateDiscovererCommand_base {
95
80
  }
@@ -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 { UpdateRegistryRequest, UpdateRegistryResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRegistryCommandInput extends UpdateRegistryRequest {
21
20
  */
22
21
  export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRegistryCommand_base: {
24
+ new (input: UpdateRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRegistryCommandInput, UpdateRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a registry.</p>
@@ -69,23 +72,5 @@ export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __M
69
72
  * <p>Base exception class for all service exceptions from Schemas service.</p>
70
73
  *
71
74
  */
72
- export declare class UpdateRegistryCommand extends $Command<UpdateRegistryCommandInput, UpdateRegistryCommandOutput, SchemasClientResolvedConfig> {
73
- readonly input: UpdateRegistryCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: UpdateRegistryCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRegistryCommandInput, UpdateRegistryCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class UpdateRegistryCommand extends UpdateRegistryCommand_base {
91
76
  }
@@ -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 { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSchemaCommandInput extends UpdateSchemaRequest {
21
20
  */
22
21
  export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSchemaCommand_base: {
24
+ new (input: UpdateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the schema definition</p> <note><p>Inactive schemas will be deleted after two years.</p></note>
@@ -75,23 +78,5 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
75
78
  * <p>Base exception class for all service exceptions from Schemas service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateSchemaCommand extends $Command<UpdateSchemaCommandInput, UpdateSchemaCommandOutput, SchemasClientResolvedConfig> {
79
- readonly input: UpdateSchemaCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateSchemaCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSchemaCommandInput, UpdateSchemaCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateSchemaCommand extends UpdateSchemaCommand_base {
97
82
  }
@@ -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;
@@ -4,4 +4,4 @@ import { SchemasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDiscoverers(config: SchemasPaginationConfiguration, input: ListDiscoverersCommandInput, ...additionalArguments: any): Paginator<ListDiscoverersCommandOutput>;
7
+ export declare const paginateListDiscoverers: (config: SchemasPaginationConfiguration, input: ListDiscoverersCommandInput, ...rest: any[]) => Paginator<ListDiscoverersCommandOutput>;
@@ -4,4 +4,4 @@ import { SchemasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListRegistries(config: SchemasPaginationConfiguration, input: ListRegistriesCommandInput, ...additionalArguments: any): Paginator<ListRegistriesCommandOutput>;
7
+ export declare const paginateListRegistries: (config: SchemasPaginationConfiguration, input: ListRegistriesCommandInput, ...rest: any[]) => Paginator<ListRegistriesCommandOutput>;
@@ -4,4 +4,4 @@ import { SchemasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSchemaVersions(config: SchemasPaginationConfiguration, input: ListSchemaVersionsCommandInput, ...additionalArguments: any): Paginator<ListSchemaVersionsCommandOutput>;
7
+ export declare const paginateListSchemaVersions: (config: SchemasPaginationConfiguration, input: ListSchemaVersionsCommandInput, ...rest: any[]) => Paginator<ListSchemaVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { SchemasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSchemas(config: SchemasPaginationConfiguration, input: ListSchemasCommandInput, ...additionalArguments: any): Paginator<ListSchemasCommandOutput>;
7
+ export declare const paginateListSchemas: (config: SchemasPaginationConfiguration, input: ListSchemasCommandInput, ...rest: any[]) => Paginator<ListSchemasCommandOutput>;
@@ -4,4 +4,4 @@ import { SchemasPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateSearchSchemas(config: SchemasPaginationConfiguration, input: SearchSchemasCommandInput, ...additionalArguments: any): Paginator<SearchSchemasCommandOutput>;
7
+ export declare const paginateSearchSchemas: (config: SchemasPaginationConfiguration, input: SearchSchemasCommandInput, ...rest: any[]) => Paginator<SearchSchemasCommandOutput>;
@@ -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
  CreateDiscovererRequest,
11
5
  CreateDiscovererResponse,
@@ -20,19 +14,16 @@ export interface CreateDiscovererCommandInput extends CreateDiscovererRequest {}
20
14
  export interface CreateDiscovererCommandOutput
21
15
  extends CreateDiscovererResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateDiscovererCommand extends $Command<
24
- CreateDiscovererCommandInput,
25
- CreateDiscovererCommandOutput,
26
- SchemasClientResolvedConfig
27
- > {
28
- readonly input: CreateDiscovererCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateDiscovererCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SchemasClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateDiscovererCommandInput, CreateDiscovererCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateDiscovererCommand_base: {
18
+ new (
19
+ input: CreateDiscovererCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateDiscovererCommandInput,
22
+ CreateDiscovererCommandOutput,
23
+ SchemasClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateDiscovererCommand extends CreateDiscovererCommand_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
  CreateRegistryRequest,
11
5
  CreateRegistryResponse,
@@ -20,19 +14,16 @@ export interface CreateRegistryCommandInput extends CreateRegistryRequest {}
20
14
  export interface CreateRegistryCommandOutput
21
15
  extends CreateRegistryResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateRegistryCommand extends $Command<
24
- CreateRegistryCommandInput,
25
- CreateRegistryCommandOutput,
26
- SchemasClientResolvedConfig
27
- > {
28
- readonly input: CreateRegistryCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateRegistryCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SchemasClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateRegistryCommandInput, CreateRegistryCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateRegistryCommand_base: {
18
+ new (
19
+ input: CreateRegistryCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateRegistryCommandInput,
22
+ CreateRegistryCommandOutput,
23
+ SchemasClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateRegistryCommand extends CreateRegistryCommand_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 { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
10
4
  import {
11
5
  SchemasClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface CreateSchemaCommandInput extends CreateSchemaRequest {}
17
11
  export interface CreateSchemaCommandOutput
18
12
  extends CreateSchemaResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateSchemaCommand extends $Command<
21
- CreateSchemaCommandInput,
22
- CreateSchemaCommandOutput,
23
- SchemasClientResolvedConfig
24
- > {
25
- readonly input: CreateSchemaCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateSchemaCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SchemasClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateSchemaCommand_base: {
15
+ new (
16
+ input: CreateSchemaCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateSchemaCommandInput,
19
+ CreateSchemaCommandOutput,
20
+ SchemasClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateSchemaCommand extends CreateSchemaCommand_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 { DeleteDiscovererRequest } from "../models/models_0";
10
4
  import {
11
5
  SchemasClientResolvedConfig,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteDiscovererCommandInput extends DeleteDiscovererRequest {}
17
11
  export interface DeleteDiscovererCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteDiscovererCommand extends $Command<
19
- DeleteDiscovererCommandInput,
20
- DeleteDiscovererCommandOutput,
21
- SchemasClientResolvedConfig
22
- > {
23
- readonly input: DeleteDiscovererCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteDiscovererCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SchemasClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteDiscovererCommand_base: {
13
+ new (
14
+ input: DeleteDiscovererCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteDiscovererCommandInput,
17
+ DeleteDiscovererCommandOutput,
18
+ SchemasClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteDiscovererCommand extends DeleteDiscovererCommand_base {}