@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,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeCodeBindingRequest,
5
4
  DescribeCodeBindingResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCodeBindingCommandInput
15
8
  extends DescribeCodeBindingRequest {}
16
9
  export interface DescribeCodeBindingCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCodeBindingCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCodeBindingCommandInput,
24
17
  DescribeCodeBindingCommandOutput,
25
- SchemasClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SchemasClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeCodeBindingCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCodeBindingCommandInput,
33
26
  DescribeCodeBindingCommandOutput,
34
- SchemasClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SchemasClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeCodeBindingCommand extends DescribeCodeBindingCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeDiscovererRequest,
5
4
  DescribeDiscovererResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDiscovererCommandInput
15
8
  extends DescribeDiscovererRequest {}
16
9
  export interface DescribeDiscovererCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDiscovererCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDiscovererCommandInput,
24
17
  DescribeDiscovererCommandOutput,
25
- SchemasClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SchemasClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeDiscovererCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDiscovererCommandInput,
33
26
  DescribeDiscovererCommandOutput,
34
- SchemasClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SchemasClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDiscovererCommand extends DescribeDiscovererCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeRegistryRequest,
5
4
  DescribeRegistryResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {}
15
8
  export interface DescribeRegistryCommandOutput
16
9
  extends DescribeRegistryResponse,
@@ -21,22 +14,20 @@ declare const DescribeRegistryCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeRegistryCommandInput,
23
16
  DescribeRegistryCommandOutput,
24
- SchemasClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SchemasClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeRegistryCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeRegistryCommandInput,
32
25
  DescribeRegistryCommandOutput,
33
- SchemasClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SchemasClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeSchemaRequest,
5
4
  DescribeSchemaResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {}
15
8
  export interface DescribeSchemaCommandOutput
16
9
  extends DescribeSchemaResponse,
@@ -21,22 +14,20 @@ declare const DescribeSchemaCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeSchemaCommandInput,
23
16
  DescribeSchemaCommandOutput,
24
- SchemasClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SchemasClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeSchemaCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeSchemaCommandInput,
32
25
  DescribeSchemaCommandOutput,
33
- SchemasClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SchemasClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeSchemaCommand extends DescribeSchemaCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0";
4
- import {
5
- SchemasClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../SchemasClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ExportSchemaCommandInput extends ExportSchemaRequest {}
12
5
  export interface ExportSchemaCommandOutput
13
6
  extends ExportSchemaResponse,
@@ -18,22 +11,20 @@ declare const ExportSchemaCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ExportSchemaCommandInput,
20
13
  ExportSchemaCommandOutput,
21
- SchemasClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SchemasClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ExportSchemaCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ExportSchemaCommandInput,
29
22
  ExportSchemaCommandOutput,
30
- SchemasClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SchemasClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ExportSchemaCommand extends ExportSchemaCommand_base {
39
30
  protected static __types: {
@@ -1,17 +1,10 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
3
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import {
5
4
  GetCodeBindingSourceRequest,
6
5
  GetCodeBindingSourceResponse,
7
6
  } from "../models/models_0";
8
- import {
9
- SchemasClientResolvedConfig,
10
- ServiceInputTypes,
11
- ServiceOutputTypes,
12
- } from "../SchemasClient";
13
7
  export { __MetadataBearer };
14
- export { $Command };
15
8
  export interface GetCodeBindingSourceCommandInput
16
9
  extends GetCodeBindingSourceRequest {}
17
10
  export type GetCodeBindingSourceCommandOutputType = Pick<
@@ -29,22 +22,20 @@ declare const GetCodeBindingSourceCommand_base: {
29
22
  ): import("@smithy/core/client").CommandImpl<
30
23
  GetCodeBindingSourceCommandInput,
31
24
  GetCodeBindingSourceCommandOutput,
32
- SchemasClientResolvedConfig,
33
- ServiceInputTypes,
34
- ServiceOutputTypes
25
+ import("..").SchemasClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
35
28
  >;
36
29
  new (
37
30
  input: GetCodeBindingSourceCommandInput
38
31
  ): import("@smithy/core/client").CommandImpl<
39
32
  GetCodeBindingSourceCommandInput,
40
33
  GetCodeBindingSourceCommandOutput,
41
- SchemasClientResolvedConfig,
42
- ServiceInputTypes,
43
- ServiceOutputTypes
34
+ import("..").SchemasClientResolvedConfig,
35
+ import("..").ServiceInputTypes,
36
+ import("..").ServiceOutputTypes
44
37
  >;
45
- getEndpointParameterInstructions(): {
46
- [x: string]: unknown;
47
- };
38
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
48
39
  };
49
40
  export declare class GetCodeBindingSourceCommand extends GetCodeBindingSourceCommand_base {
50
41
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetDiscoveredSchemaRequest,
5
4
  GetDiscoveredSchemaResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetDiscoveredSchemaCommandInput
15
8
  extends GetDiscoveredSchemaRequest {}
16
9
  export interface GetDiscoveredSchemaCommandOutput
@@ -22,22 +15,20 @@ declare const GetDiscoveredSchemaCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDiscoveredSchemaCommandInput,
24
17
  GetDiscoveredSchemaCommandOutput,
25
- SchemasClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SchemasClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDiscoveredSchemaCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDiscoveredSchemaCommandInput,
33
26
  GetDiscoveredSchemaCommandOutput,
34
- SchemasClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SchemasClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetDiscoveredSchemaCommand extends GetDiscoveredSchemaCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetResourcePolicyRequest,
5
4
  GetResourcePolicyResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetResourcePolicyCommandInput
15
8
  extends GetResourcePolicyRequest {}
16
9
  export interface GetResourcePolicyCommandOutput
@@ -22,22 +15,20 @@ declare const GetResourcePolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetResourcePolicyCommandInput,
24
17
  GetResourcePolicyCommandOutput,
25
- SchemasClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SchemasClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetResourcePolicyCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetResourcePolicyCommandInput,
33
26
  GetResourcePolicyCommandOutput,
34
- SchemasClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SchemasClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListDiscoverersRequest,
5
4
  ListDiscoverersResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {}
15
8
  export interface ListDiscoverersCommandOutput
16
9
  extends ListDiscoverersResponse,
@@ -21,22 +14,20 @@ declare const ListDiscoverersCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListDiscoverersCommandInput,
23
16
  ListDiscoverersCommandOutput,
24
- SchemasClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SchemasClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListDiscoverersCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListDiscoverersCommandInput,
32
25
  ListDiscoverersCommandOutput,
33
- SchemasClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SchemasClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListDiscoverersCommand extends ListDiscoverersCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListRegistriesRequest,
5
4
  ListRegistriesResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListRegistriesCommandInput extends ListRegistriesRequest {}
15
8
  export interface ListRegistriesCommandOutput
16
9
  extends ListRegistriesResponse,
@@ -21,22 +14,20 @@ declare const ListRegistriesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListRegistriesCommandInput,
23
16
  ListRegistriesCommandOutput,
24
- SchemasClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SchemasClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListRegistriesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListRegistriesCommandInput,
32
25
  ListRegistriesCommandOutput,
33
- SchemasClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SchemasClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListRegistriesCommand extends ListRegistriesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListSchemaVersionsRequest,
5
4
  ListSchemaVersionsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSchemaVersionsCommandInput
15
8
  extends ListSchemaVersionsRequest {}
16
9
  export interface ListSchemaVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListSchemaVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSchemaVersionsCommandInput,
24
17
  ListSchemaVersionsCommandOutput,
25
- SchemasClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SchemasClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListSchemaVersionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSchemaVersionsCommandInput,
33
26
  ListSchemaVersionsCommandOutput,
34
- SchemasClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SchemasClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListSchemaVersionsCommand extends ListSchemaVersionsCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
4
- import {
5
- SchemasClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../SchemasClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListSchemasCommandInput extends ListSchemasRequest {}
12
5
  export interface ListSchemasCommandOutput
13
6
  extends ListSchemasResponse,
@@ -18,22 +11,20 @@ declare const ListSchemasCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListSchemasCommandInput,
20
13
  ListSchemasCommandOutput,
21
- SchemasClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SchemasClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListSchemasCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListSchemasCommandInput,
29
22
  ListSchemasCommandOutput,
30
- SchemasClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SchemasClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListSchemasCommand extends ListSchemasCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceRequest,
5
4
  ListTagsForResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- SchemasClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SchemasClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- SchemasClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SchemasClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  PutCodeBindingRequest,
5
4
  PutCodeBindingResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SchemasClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SchemasClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutCodeBindingCommandInput extends PutCodeBindingRequest {}
15
8
  export interface PutCodeBindingCommandOutput
16
9
  extends PutCodeBindingResponse,
@@ -21,22 +14,20 @@ declare const PutCodeBindingCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  PutCodeBindingCommandInput,
23
16
  PutCodeBindingCommandOutput,
24
- SchemasClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SchemasClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: PutCodeBindingCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  PutCodeBindingCommandInput,
32
25
  PutCodeBindingCommandOutput,
33
- SchemasClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SchemasClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class PutCodeBindingCommand extends PutCodeBindingCommand_base {
42
33
  protected static __types: {