@aws-sdk/client-schemas 3.478.0 → 3.484.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 (129) 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-es/commands/CreateDiscovererCommand.js +18 -41
  34. package/dist-es/commands/CreateRegistryCommand.js +18 -41
  35. package/dist-es/commands/CreateSchemaCommand.js +18 -41
  36. package/dist-es/commands/DeleteDiscovererCommand.js +18 -41
  37. package/dist-es/commands/DeleteRegistryCommand.js +18 -41
  38. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  39. package/dist-es/commands/DeleteSchemaCommand.js +18 -41
  40. package/dist-es/commands/DeleteSchemaVersionCommand.js +18 -41
  41. package/dist-es/commands/DescribeCodeBindingCommand.js +18 -41
  42. package/dist-es/commands/DescribeDiscovererCommand.js +18 -41
  43. package/dist-es/commands/DescribeRegistryCommand.js +18 -41
  44. package/dist-es/commands/DescribeSchemaCommand.js +18 -41
  45. package/dist-es/commands/ExportSchemaCommand.js +18 -41
  46. package/dist-es/commands/GetCodeBindingSourceCommand.js +18 -41
  47. package/dist-es/commands/GetDiscoveredSchemaCommand.js +18 -41
  48. package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
  49. package/dist-es/commands/ListDiscoverersCommand.js +18 -41
  50. package/dist-es/commands/ListRegistriesCommand.js +18 -41
  51. package/dist-es/commands/ListSchemaVersionsCommand.js +18 -41
  52. package/dist-es/commands/ListSchemasCommand.js +18 -41
  53. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  54. package/dist-es/commands/PutCodeBindingCommand.js +18 -41
  55. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  56. package/dist-es/commands/SearchSchemasCommand.js +18 -41
  57. package/dist-es/commands/StartDiscovererCommand.js +18 -41
  58. package/dist-es/commands/StopDiscovererCommand.js +18 -41
  59. package/dist-es/commands/TagResourceCommand.js +18 -41
  60. package/dist-es/commands/UntagResourceCommand.js +18 -41
  61. package/dist-es/commands/UpdateDiscovererCommand.js +18 -41
  62. package/dist-es/commands/UpdateRegistryCommand.js +18 -41
  63. package/dist-es/commands/UpdateSchemaCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/CreateDiscovererCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateRegistryCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteDiscovererCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +6 -21
  74. package/dist-types/commands/DescribeDiscovererCommand.d.ts +6 -21
  75. package/dist-types/commands/DescribeRegistryCommand.d.ts +6 -21
  76. package/dist-types/commands/DescribeSchemaCommand.d.ts +6 -21
  77. package/dist-types/commands/ExportSchemaCommand.d.ts +6 -21
  78. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +6 -21
  79. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +6 -21
  80. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
  81. package/dist-types/commands/ListDiscoverersCommand.d.ts +6 -21
  82. package/dist-types/commands/ListRegistriesCommand.d.ts +6 -21
  83. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListSchemasCommand.d.ts +6 -21
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  86. package/dist-types/commands/PutCodeBindingCommand.d.ts +6 -21
  87. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  88. package/dist-types/commands/SearchSchemasCommand.d.ts +6 -21
  89. package/dist-types/commands/StartDiscovererCommand.d.ts +6 -21
  90. package/dist-types/commands/StopDiscovererCommand.d.ts +6 -21
  91. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateDiscovererCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. 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 { ListDiscoverersRequest, ListDiscoverersResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {
21
20
  */
22
21
  export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDiscoverersCommand_base: {
24
+ new (input: ListDiscoverersCommandInput): import("@smithy/smithy-client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the discoverers.</p>
@@ -76,23 +79,5 @@ export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, _
76
79
  * <p>Base exception class for all service exceptions from Schemas service.</p>
77
80
  *
78
81
  */
79
- export declare class ListDiscoverersCommand extends $Command<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig> {
80
- readonly input: ListDiscoverersCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListDiscoverersCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDiscoverersCommandInput, ListDiscoverersCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListDiscoverersCommand extends ListDiscoverersCommand_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 { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRegistriesCommandInput extends ListRegistriesRequest {
21
20
  */
22
21
  export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRegistriesCommand_base: {
24
+ new (input: ListRegistriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the registries.</p>
@@ -73,23 +76,5 @@ export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __M
73
76
  * <p>Base exception class for all service exceptions from Schemas service.</p>
74
77
  *
75
78
  */
76
- export declare class ListRegistriesCommand extends $Command<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig> {
77
- readonly input: ListRegistriesCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListRegistriesCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRegistriesCommandInput, ListRegistriesCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListRegistriesCommand extends ListRegistriesCommand_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 { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSchemaVersionsCommandInput extends ListSchemaVersionsReques
21
20
  */
22
21
  export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSchemaVersionsCommand_base: {
24
+ new (input: ListSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides a list of the schema versions and related information.</p>
@@ -74,23 +77,5 @@ export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsRespo
74
77
  * <p>Base exception class for all service exceptions from Schemas service.</p>
75
78
  *
76
79
  */
77
- export declare class ListSchemaVersionsCommand extends $Command<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig> {
78
- readonly input: ListSchemaVersionsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListSchemaVersionsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
96
81
  }
@@ -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 { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSchemasCommandInput extends ListSchemasRequest {
21
20
  */
22
21
  export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListSchemasCommand_base: {
24
+ new (input: ListSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the schemas.</p>
@@ -75,23 +78,5 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
75
78
  * <p>Base exception class for all service exceptions from Schemas service.</p>
76
79
  *
77
80
  */
78
- export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig> {
79
- readonly input: ListSchemasCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListSchemasCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemasCommandInput, ListSchemasCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListSchemasCommand extends ListSchemasCommand_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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get tags for resource.</p>
@@ -61,23 +64,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
61
64
  * <p>Base exception class for all service exceptions from Schemas service.</p>
62
65
  *
63
66
  */
64
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig> {
65
- readonly input: ListTagsForResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: ListTagsForResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
83
68
  }
@@ -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 { PutCodeBindingRequest, PutCodeBindingResponse } from "../models/models_0";
5
4
  import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutCodeBindingCommandInput extends PutCodeBindingRequest {
21
20
  */
22
21
  export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutCodeBindingCommand_base: {
24
+ new (input: PutCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Put code binding URI</p>
@@ -71,23 +74,5 @@ export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __M
71
74
  * <p>Base exception class for all service exceptions from Schemas service.</p>
72
75
  *
73
76
  */
74
- export declare class PutCodeBindingCommand extends $Command<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig> {
75
- readonly input: PutCodeBindingCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: PutCodeBindingCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SchemasClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCodeBindingCommandInput, PutCodeBindingCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class PutCodeBindingCommand extends PutCodeBindingCommand_base {
93
78
  }
@@ -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
  }