@aws-sdk/client-schemas 3.1076.0 → 3.1078.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 (113) hide show
  1. package/dist-cjs/index.js +42 -315
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateDiscovererCommand.js +2 -14
  4. package/dist-es/commands/CreateRegistryCommand.js +2 -14
  5. package/dist-es/commands/CreateSchemaCommand.js +2 -14
  6. package/dist-es/commands/DeleteDiscovererCommand.js +2 -14
  7. package/dist-es/commands/DeleteRegistryCommand.js +2 -14
  8. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  9. package/dist-es/commands/DeleteSchemaCommand.js +2 -14
  10. package/dist-es/commands/DeleteSchemaVersionCommand.js +2 -14
  11. package/dist-es/commands/DescribeCodeBindingCommand.js +2 -14
  12. package/dist-es/commands/DescribeDiscovererCommand.js +2 -14
  13. package/dist-es/commands/DescribeRegistryCommand.js +2 -14
  14. package/dist-es/commands/DescribeSchemaCommand.js +2 -14
  15. package/dist-es/commands/ExportSchemaCommand.js +2 -14
  16. package/dist-es/commands/GetCodeBindingSourceCommand.js +2 -14
  17. package/dist-es/commands/GetDiscoveredSchemaCommand.js +2 -14
  18. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  19. package/dist-es/commands/ListDiscoverersCommand.js +2 -14
  20. package/dist-es/commands/ListRegistriesCommand.js +2 -14
  21. package/dist-es/commands/ListSchemaVersionsCommand.js +2 -14
  22. package/dist-es/commands/ListSchemasCommand.js +2 -14
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  24. package/dist-es/commands/PutCodeBindingCommand.js +2 -14
  25. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  26. package/dist-es/commands/SearchSchemasCommand.js +2 -14
  27. package/dist-es/commands/StartDiscovererCommand.js +2 -14
  28. package/dist-es/commands/StopDiscovererCommand.js +2 -14
  29. package/dist-es/commands/TagResourceCommand.js +2 -14
  30. package/dist-es/commands/UntagResourceCommand.js +2 -14
  31. package/dist-es/commands/UpdateDiscovererCommand.js +2 -14
  32. package/dist-es/commands/UpdateRegistryCommand.js +2 -14
  33. package/dist-es/commands/UpdateSchemaCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.browser.js +0 -2
  36. package/dist-es/runtimeConfig.js +1 -2
  37. package/dist-es/runtimeConfig.native.js +0 -2
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-types/commandBuilder.d.ts +18 -0
  40. package/dist-types/commands/CreateDiscovererCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateRegistryCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteDiscovererCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteRegistryCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeDiscovererCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeRegistryCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeSchemaCommand.d.ts +3 -8
  52. package/dist-types/commands/ExportSchemaCommand.d.ts +3 -8
  53. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +3 -8
  54. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +3 -8
  55. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  56. package/dist-types/commands/ListDiscoverersCommand.d.ts +3 -8
  57. package/dist-types/commands/ListRegistriesCommand.d.ts +3 -8
  58. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListSchemasCommand.d.ts +3 -8
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/PutCodeBindingCommand.d.ts +3 -8
  62. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  63. package/dist-types/commands/SearchSchemasCommand.d.ts +3 -8
  64. package/dist-types/commands/StartDiscovererCommand.d.ts +3 -8
  65. package/dist-types/commands/StopDiscovererCommand.d.ts +3 -8
  66. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateDiscovererCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateRegistryCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  73. package/dist-types/runtimeConfig.d.ts +1 -1
  74. package/dist-types/runtimeConfig.native.d.ts +1 -1
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  77. package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/index.d.ts +1 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  113. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteRegistryRequest } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {
22
19
  export interface DeleteRegistryCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRegistryCommand_base: {
25
- new (input: DeleteRegistryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRegistryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRegistryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRegistryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Registry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteResourcePolicyRequest } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
22
19
  export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteResourcePolicyCommand_base: {
25
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteResourcePolicyCommandInput]): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteResourcePolicyCommandInput]): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete the resource-based policy attached to the specified registry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteSchemaRequest } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
22
19
  export interface DeleteSchemaCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSchemaCommand_base: {
25
- new (input: DeleteSchemaCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSchemaCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSchemaCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSchemaCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete a schema definition.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteSchemaVersionRequest } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSchemaVersionCommandInput extends DeleteSchemaVersionRequ
22
19
  export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSchemaVersionCommand_base: {
25
- new (input: DeleteSchemaVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSchemaVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSchemaVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSchemaVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete the schema version definition</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeCodeBindingRequest, DescribeCodeBindingResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeCodeBindingCommandInput extends DescribeCodeBindingRequ
22
19
  export interface DescribeCodeBindingCommandOutput extends DescribeCodeBindingResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCodeBindingCommand_base: {
25
- new (input: DescribeCodeBindingCommandInput): import("@smithy/core/client").CommandImpl<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCodeBindingCommandInput): import("@smithy/core/client").CommandImpl<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCodeBindingCommandInput): import("@smithy/core/client").CommandImpl<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeCodeBindingCommandInput): import("@smithy/core/client").CommandImpl<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describe the code binding URI.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeDiscovererRequest, DescribeDiscovererResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDiscovererCommandInput extends DescribeDiscovererReques
22
19
  export interface DescribeDiscovererCommandOutput extends DescribeDiscovererResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDiscovererCommand_base: {
25
- new (input: DescribeDiscovererCommandInput): import("@smithy/core/client").CommandImpl<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDiscovererCommandInput): import("@smithy/core/client").CommandImpl<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDiscovererCommandInput): import("@smithy/core/client").CommandImpl<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeDiscovererCommandInput): import("@smithy/core/client").CommandImpl<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the discoverer.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {
22
19
  export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRegistryCommand_base: {
25
- new (input: DescribeRegistryCommandInput): import("@smithy/core/client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRegistryCommandInput): import("@smithy/core/client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRegistryCommandInput): import("@smithy/core/client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeRegistryCommandInput): import("@smithy/core/client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the registry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {
22
19
  export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSchemaCommand_base: {
25
- new (input: DescribeSchemaCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSchemaCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSchemaCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSchemaCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve the schema definition.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExportSchemaCommandInput extends ExportSchemaRequest {
22
19
  export interface ExportSchemaCommandOutput extends ExportSchemaResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ExportSchemaCommand_base: {
25
- new (input: ExportSchemaCommandInput): import("@smithy/core/client").CommandImpl<ExportSchemaCommandInput, ExportSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportSchemaCommandInput): import("@smithy/core/client").CommandImpl<ExportSchemaCommandInput, ExportSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExportSchemaCommandInput): import("@smithy/core/client").CommandImpl<ExportSchemaCommandInput, ExportSchemaCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExportSchemaCommandInput): import("@smithy/core/client").CommandImpl<ExportSchemaCommandInput, ExportSchemaCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * @public
@@ -1,13 +1,10 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
3
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import type { GetCodeBindingSourceRequest, GetCodeBindingSourceResponse } from "../models/models_0";
5
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
4
  /**
7
5
  * @public
8
6
  */
9
7
  export type { __MetadataBearer };
10
- export { $Command };
11
8
  /**
12
9
  * @public
13
10
  *
@@ -29,11 +26,9 @@ export type GetCodeBindingSourceCommandOutputType = Omit<GetCodeBindingSourceRes
29
26
  export interface GetCodeBindingSourceCommandOutput extends GetCodeBindingSourceCommandOutputType, __MetadataBearer {
30
27
  }
31
28
  declare const GetCodeBindingSourceCommand_base: {
32
- new (input: GetCodeBindingSourceCommandInput): import("@smithy/core/client").CommandImpl<GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (input: GetCodeBindingSourceCommandInput): import("@smithy/core/client").CommandImpl<GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
29
+ new (input: GetCodeBindingSourceCommandInput): import("@smithy/core/client").CommandImpl<GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
30
+ new (input: GetCodeBindingSourceCommandInput): import("@smithy/core/client").CommandImpl<GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
32
  };
38
33
  /**
39
34
  * <p>Get the code binding source URI.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDiscoveredSchemaRequest, GetDiscoveredSchemaResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDiscoveredSchemaCommandInput extends GetDiscoveredSchemaRequ
22
19
  export interface GetDiscoveredSchemaCommandOutput extends GetDiscoveredSchemaResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDiscoveredSchemaCommand_base: {
25
- new (input: GetDiscoveredSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDiscoveredSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDiscoveredSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDiscoveredSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get the discovered schema that was generated based on sampled events.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest
22
19
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourcePolicyCommand_base: {
25
- new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetResourcePolicyCommandInput]): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetResourcePolicyCommandInput]): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the resource-based policy attached to a given registry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListDiscoverersRequest, ListDiscoverersResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {
22
19
  export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDiscoverersCommand_base: {
25
- new (input: ListDiscoverersCommandInput): import("@smithy/core/client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDiscoverersCommandInput]): import("@smithy/core/client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDiscoverersCommandInput): import("@smithy/core/client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDiscoverersCommandInput]): import("@smithy/core/client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the discoverers.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRegistriesCommandInput extends ListRegistriesRequest {
22
19
  export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRegistriesCommand_base: {
25
- new (input: ListRegistriesCommandInput): import("@smithy/core/client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRegistriesCommandInput]): import("@smithy/core/client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRegistriesCommandInput): import("@smithy/core/client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRegistriesCommandInput]): import("@smithy/core/client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the registries.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSchemaVersionsCommandInput extends ListSchemaVersionsReques
22
19
  export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSchemaVersionsCommand_base: {
25
- new (input: ListSchemaVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSchemaVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSchemaVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListSchemaVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a list of the schema versions and related information.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSchemasCommandInput extends ListSchemasRequest {
22
19
  export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSchemasCommand_base: {
25
- new (input: ListSchemasCommandInput): import("@smithy/core/client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSchemasCommandInput): import("@smithy/core/client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSchemasCommandInput): import("@smithy/core/client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListSchemasCommandInput): import("@smithy/core/client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the schemas.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get tags for resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutCodeBindingRequest, PutCodeBindingResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutCodeBindingCommandInput extends PutCodeBindingRequest {
22
19
  export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutCodeBindingCommand_base: {
25
- new (input: PutCodeBindingCommandInput): import("@smithy/core/client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutCodeBindingCommandInput): import("@smithy/core/client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutCodeBindingCommandInput): import("@smithy/core/client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutCodeBindingCommandInput): import("@smithy/core/client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Put code binding URI</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
22
19
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutResourcePolicyCommand_base: {
25
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The name of the policy.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SearchSchemasRequest, SearchSchemasResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SearchSchemasCommandInput extends SearchSchemasRequest {
22
19
  export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SearchSchemasCommand_base: {
25
- new (input: SearchSchemasCommandInput): import("@smithy/core/client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchSchemasCommandInput): import("@smithy/core/client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchSchemasCommandInput): import("@smithy/core/client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SearchSchemasCommandInput): import("@smithy/core/client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Search the schemas</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartDiscovererRequest, StartDiscovererResponse } from "../models/models_0";
4
- import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartDiscovererCommandInput extends StartDiscovererRequest {
22
19
  export interface StartDiscovererCommandOutput extends StartDiscovererResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartDiscovererCommand_base: {
25
- new (input: StartDiscovererCommandInput): import("@smithy/core/client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartDiscovererCommandInput): import("@smithy/core/client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartDiscovererCommandInput): import("@smithy/core/client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartDiscovererCommandInput): import("@smithy/core/client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, import("..").SchemasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the discoverer</p>