@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,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 { DeleteRegistryRequest } from "../models/models_0";
10
4
  import {
11
5
  SchemasClientResolvedConfig,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {}
17
11
  export interface DeleteRegistryCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteRegistryCommand extends $Command<
19
- DeleteRegistryCommandInput,
20
- DeleteRegistryCommandOutput,
21
- SchemasClientResolvedConfig
22
- > {
23
- readonly input: DeleteRegistryCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteRegistryCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SchemasClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteRegistryCommandInput, DeleteRegistryCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteRegistryCommand_base: {
13
+ new (
14
+ input: DeleteRegistryCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteRegistryCommandInput,
17
+ DeleteRegistryCommandOutput,
18
+ SchemasClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteRegistryCommand extends DeleteRegistryCommand_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 { DeleteResourcePolicyRequest } from "../models/models_0";
10
4
  import {
11
5
  SchemasClientResolvedConfig,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteResourcePolicyCommandInput
17
11
  extends DeleteResourcePolicyRequest {}
18
12
  export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteResourcePolicyCommand extends $Command<
20
- DeleteResourcePolicyCommandInput,
21
- DeleteResourcePolicyCommandOutput,
22
- SchemasClientResolvedConfig
23
- > {
24
- readonly input: DeleteResourcePolicyCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteResourcePolicyCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: SchemasClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const DeleteResourcePolicyCommand_base: {
14
+ new (
15
+ input: DeleteResourcePolicyCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  DeleteResourcePolicyCommandInput,
33
- DeleteResourcePolicyCommandOutput
18
+ DeleteResourcePolicyCommandOutput,
19
+ SchemasClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_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 { DeleteSchemaRequest } from "../models/models_0";
10
4
  import {
11
5
  SchemasClientResolvedConfig,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {}
17
11
  export interface DeleteSchemaCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteSchemaCommand extends $Command<
19
- DeleteSchemaCommandInput,
20
- DeleteSchemaCommandOutput,
21
- SchemasClientResolvedConfig
22
- > {
23
- readonly input: DeleteSchemaCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteSchemaCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SchemasClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteSchemaCommandInput, DeleteSchemaCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteSchemaCommand_base: {
13
+ new (
14
+ input: DeleteSchemaCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteSchemaCommandInput,
17
+ DeleteSchemaCommandOutput,
18
+ SchemasClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteSchemaCommand extends DeleteSchemaCommand_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 { DeleteSchemaVersionRequest } from "../models/models_0";
10
4
  import {
11
5
  SchemasClientResolvedConfig,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteSchemaVersionCommandInput
17
11
  extends DeleteSchemaVersionRequest {}
18
12
  export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteSchemaVersionCommand extends $Command<
20
- DeleteSchemaVersionCommandInput,
21
- DeleteSchemaVersionCommandOutput,
22
- SchemasClientResolvedConfig
23
- > {
24
- readonly input: DeleteSchemaVersionCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteSchemaVersionCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: SchemasClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const DeleteSchemaVersionCommand_base: {
14
+ new (
15
+ input: DeleteSchemaVersionCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteSchemaVersionCommandInput,
18
+ DeleteSchemaVersionCommandOutput,
19
+ SchemasClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteSchemaVersionCommand extends DeleteSchemaVersionCommand_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
  DescribeCodeBindingRequest,
11
5
  DescribeCodeBindingResponse,
@@ -21,19 +15,16 @@ export interface DescribeCodeBindingCommandInput
21
15
  export interface DescribeCodeBindingCommandOutput
22
16
  extends DescribeCodeBindingResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeCodeBindingCommand extends $Command<
25
- DescribeCodeBindingCommandInput,
26
- DescribeCodeBindingCommandOutput,
27
- SchemasClientResolvedConfig
28
- > {
29
- readonly input: DescribeCodeBindingCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeCodeBindingCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SchemasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeCodeBindingCommand_base: {
19
+ new (
20
+ input: DescribeCodeBindingCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeCodeBindingCommandInput,
23
+ DescribeCodeBindingCommandOutput,
24
+ SchemasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeCodeBindingCommand extends DescribeCodeBindingCommand_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
  DescribeDiscovererRequest,
11
5
  DescribeDiscovererResponse,
@@ -21,19 +15,16 @@ export interface DescribeDiscovererCommandInput
21
15
  export interface DescribeDiscovererCommandOutput
22
16
  extends DescribeDiscovererResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeDiscovererCommand extends $Command<
25
- DescribeDiscovererCommandInput,
26
- DescribeDiscovererCommandOutput,
27
- SchemasClientResolvedConfig
28
- > {
29
- readonly input: DescribeDiscovererCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeDiscovererCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SchemasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeDiscovererCommand_base: {
19
+ new (
20
+ input: DescribeDiscovererCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeDiscovererCommandInput,
23
+ DescribeDiscovererCommandOutput,
24
+ SchemasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeDiscovererCommand extends DescribeDiscovererCommand_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
  DescribeRegistryRequest,
11
5
  DescribeRegistryResponse,
@@ -20,19 +14,16 @@ export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {}
20
14
  export interface DescribeRegistryCommandOutput
21
15
  extends DescribeRegistryResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeRegistryCommand extends $Command<
24
- DescribeRegistryCommandInput,
25
- DescribeRegistryCommandOutput,
26
- SchemasClientResolvedConfig
27
- > {
28
- readonly input: DescribeRegistryCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeRegistryCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SchemasClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeRegistryCommandInput, DescribeRegistryCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeRegistryCommand_base: {
18
+ new (
19
+ input: DescribeRegistryCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeRegistryCommandInput,
22
+ DescribeRegistryCommandOutput,
23
+ SchemasClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeRegistryCommand extends DescribeRegistryCommand_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
  DescribeSchemaRequest,
11
5
  DescribeSchemaResponse,
@@ -20,19 +14,16 @@ export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {}
20
14
  export interface DescribeSchemaCommandOutput
21
15
  extends DescribeSchemaResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeSchemaCommand extends $Command<
24
- DescribeSchemaCommandInput,
25
- DescribeSchemaCommandOutput,
26
- SchemasClientResolvedConfig
27
- > {
28
- readonly input: DescribeSchemaCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeSchemaCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SchemasClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeSchemaCommandInput, DescribeSchemaCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeSchemaCommand_base: {
18
+ new (
19
+ input: DescribeSchemaCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeSchemaCommandInput,
22
+ DescribeSchemaCommandOutput,
23
+ SchemasClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeSchemaCommand extends DescribeSchemaCommand_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 { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0";
10
4
  import {
11
5
  SchemasClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface ExportSchemaCommandInput extends ExportSchemaRequest {}
17
11
  export interface ExportSchemaCommandOutput
18
12
  extends ExportSchemaResponse,
19
13
  __MetadataBearer {}
20
- export declare class ExportSchemaCommand extends $Command<
21
- ExportSchemaCommandInput,
22
- ExportSchemaCommandOutput,
23
- SchemasClientResolvedConfig
24
- > {
25
- readonly input: ExportSchemaCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ExportSchemaCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SchemasClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ExportSchemaCommandInput, ExportSchemaCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ExportSchemaCommand_base: {
15
+ new (
16
+ input: ExportSchemaCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ExportSchemaCommandInput,
19
+ ExportSchemaCommandOutput,
20
+ SchemasClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ExportSchemaCommand extends ExportSchemaCommand_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 { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
10
4
  import {
11
5
  GetCodeBindingSourceRequest,
@@ -28,22 +22,16 @@ export type GetCodeBindingSourceCommandOutputType = Pick<
28
22
  export interface GetCodeBindingSourceCommandOutput
29
23
  extends GetCodeBindingSourceCommandOutputType,
30
24
  __MetadataBearer {}
31
- export declare class GetCodeBindingSourceCommand extends $Command<
32
- GetCodeBindingSourceCommandInput,
33
- GetCodeBindingSourceCommandOutput,
34
- SchemasClientResolvedConfig
35
- > {
36
- readonly input: GetCodeBindingSourceCommandInput;
37
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
- constructor(input: GetCodeBindingSourceCommandInput);
39
- resolveMiddleware(
40
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
41
- configuration: SchemasClientResolvedConfig,
42
- options?: __HttpHandlerOptions
43
- ): Handler<
25
+ declare const GetCodeBindingSourceCommand_base: {
26
+ new (
27
+ input: GetCodeBindingSourceCommandInput
28
+ ): import("@smithy/smithy-client").CommandImpl<
44
29
  GetCodeBindingSourceCommandInput,
45
- GetCodeBindingSourceCommandOutput
30
+ GetCodeBindingSourceCommandOutput,
31
+ SchemasClientResolvedConfig,
32
+ ServiceInputTypes,
33
+ ServiceOutputTypes
46
34
  >;
47
- private serialize;
48
- private deserialize;
49
- }
35
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
+ };
37
+ export declare class GetCodeBindingSourceCommand extends GetCodeBindingSourceCommand_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
  GetDiscoveredSchemaRequest,
11
5
  GetDiscoveredSchemaResponse,
@@ -21,19 +15,16 @@ export interface GetDiscoveredSchemaCommandInput
21
15
  export interface GetDiscoveredSchemaCommandOutput
22
16
  extends GetDiscoveredSchemaResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDiscoveredSchemaCommand extends $Command<
25
- GetDiscoveredSchemaCommandInput,
26
- GetDiscoveredSchemaCommandOutput,
27
- SchemasClientResolvedConfig
28
- > {
29
- readonly input: GetDiscoveredSchemaCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDiscoveredSchemaCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SchemasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetDiscoveredSchemaCommand_base: {
19
+ new (
20
+ input: GetDiscoveredSchemaCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetDiscoveredSchemaCommandInput,
23
+ GetDiscoveredSchemaCommandOutput,
24
+ SchemasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDiscoveredSchemaCommand extends GetDiscoveredSchemaCommand_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
  GetResourcePolicyRequest,
11
5
  GetResourcePolicyResponse,
@@ -21,19 +15,16 @@ export interface GetResourcePolicyCommandInput
21
15
  export interface GetResourcePolicyCommandOutput
22
16
  extends GetResourcePolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetResourcePolicyCommand extends $Command<
25
- GetResourcePolicyCommandInput,
26
- GetResourcePolicyCommandOutput,
27
- SchemasClientResolvedConfig
28
- > {
29
- readonly input: GetResourcePolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourcePolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SchemasClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetResourcePolicyCommand_base: {
19
+ new (
20
+ input: GetResourcePolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetResourcePolicyCommandInput,
23
+ GetResourcePolicyCommandOutput,
24
+ SchemasClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_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
  ListDiscoverersRequest,
11
5
  ListDiscoverersResponse,
@@ -20,19 +14,16 @@ export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {}
20
14
  export interface ListDiscoverersCommandOutput
21
15
  extends ListDiscoverersResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListDiscoverersCommand extends $Command<
24
- ListDiscoverersCommandInput,
25
- ListDiscoverersCommandOutput,
26
- SchemasClientResolvedConfig
27
- > {
28
- readonly input: ListDiscoverersCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListDiscoverersCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SchemasClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListDiscoverersCommandInput, ListDiscoverersCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListDiscoverersCommand_base: {
18
+ new (
19
+ input: ListDiscoverersCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListDiscoverersCommandInput,
22
+ ListDiscoverersCommandOutput,
23
+ SchemasClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListDiscoverersCommand extends ListDiscoverersCommand_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
  ListRegistriesRequest,
11
5
  ListRegistriesResponse,
@@ -20,19 +14,16 @@ export interface ListRegistriesCommandInput extends ListRegistriesRequest {}
20
14
  export interface ListRegistriesCommandOutput
21
15
  extends ListRegistriesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListRegistriesCommand extends $Command<
24
- ListRegistriesCommandInput,
25
- ListRegistriesCommandOutput,
26
- SchemasClientResolvedConfig
27
- > {
28
- readonly input: ListRegistriesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListRegistriesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SchemasClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListRegistriesCommandInput, ListRegistriesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListRegistriesCommand_base: {
18
+ new (
19
+ input: ListRegistriesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListRegistriesCommandInput,
22
+ ListRegistriesCommandOutput,
23
+ SchemasClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListRegistriesCommand extends ListRegistriesCommand_base {}