@aws-sdk/client-schemas 3.1044.0 → 3.1046.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 (135) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +88 -90
  5. package/dist-cjs/models/SchemasServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Schemas.js +1 -1
  10. package/dist-es/SchemasClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateDiscovererCommand.js +2 -2
  13. package/dist-es/commands/CreateRegistryCommand.js +2 -2
  14. package/dist-es/commands/CreateSchemaCommand.js +2 -2
  15. package/dist-es/commands/DeleteDiscovererCommand.js +2 -2
  16. package/dist-es/commands/DeleteRegistryCommand.js +2 -2
  17. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  18. package/dist-es/commands/DeleteSchemaCommand.js +2 -2
  19. package/dist-es/commands/DeleteSchemaVersionCommand.js +2 -2
  20. package/dist-es/commands/DescribeCodeBindingCommand.js +2 -2
  21. package/dist-es/commands/DescribeDiscovererCommand.js +2 -2
  22. package/dist-es/commands/DescribeRegistryCommand.js +2 -2
  23. package/dist-es/commands/DescribeSchemaCommand.js +2 -2
  24. package/dist-es/commands/ExportSchemaCommand.js +2 -2
  25. package/dist-es/commands/GetCodeBindingSourceCommand.js +2 -2
  26. package/dist-es/commands/GetDiscoveredSchemaCommand.js +2 -2
  27. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  28. package/dist-es/commands/ListDiscoverersCommand.js +2 -2
  29. package/dist-es/commands/ListRegistriesCommand.js +2 -2
  30. package/dist-es/commands/ListSchemaVersionsCommand.js +2 -2
  31. package/dist-es/commands/ListSchemasCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/PutCodeBindingCommand.js +2 -2
  34. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  35. package/dist-es/commands/SearchSchemasCommand.js +2 -2
  36. package/dist-es/commands/StartDiscovererCommand.js +2 -2
  37. package/dist-es/commands/StopDiscovererCommand.js +2 -2
  38. package/dist-es/commands/TagResourceCommand.js +2 -2
  39. package/dist-es/commands/UntagResourceCommand.js +2 -2
  40. package/dist-es/commands/UpdateDiscovererCommand.js +2 -2
  41. package/dist-es/commands/UpdateRegistryCommand.js +2 -2
  42. package/dist-es/commands/UpdateSchemaCommand.js +2 -2
  43. package/dist-es/endpoint/bdd.js +1 -1
  44. package/dist-es/endpoint/endpointResolver.js +1 -1
  45. package/dist-es/models/SchemasServiceException.js +1 -1
  46. package/dist-es/runtimeConfig.browser.js +4 -6
  47. package/dist-es/runtimeConfig.js +4 -8
  48. package/dist-es/runtimeConfig.shared.js +3 -4
  49. package/dist-es/runtimeExtensions.js +2 -2
  50. package/dist-es/waiters/waitForCodeBindingExists.js +1 -1
  51. package/dist-types/Schemas.d.ts +1 -1
  52. package/dist-types/SchemasClient.d.ts +5 -5
  53. package/dist-types/commands/CreateDiscovererCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateRegistryCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -4
  56. package/dist-types/commands/DeleteDiscovererCommand.d.ts +6 -4
  57. package/dist-types/commands/DeleteRegistryCommand.d.ts +6 -4
  58. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteSchemaCommand.d.ts +6 -4
  60. package/dist-types/commands/DeleteSchemaVersionCommand.d.ts +6 -4
  61. package/dist-types/commands/DescribeCodeBindingCommand.d.ts +6 -4
  62. package/dist-types/commands/DescribeDiscovererCommand.d.ts +6 -4
  63. package/dist-types/commands/DescribeRegistryCommand.d.ts +6 -4
  64. package/dist-types/commands/DescribeSchemaCommand.d.ts +6 -4
  65. package/dist-types/commands/ExportSchemaCommand.d.ts +6 -4
  66. package/dist-types/commands/GetCodeBindingSourceCommand.d.ts +7 -5
  67. package/dist-types/commands/GetDiscoveredSchemaCommand.d.ts +6 -4
  68. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  69. package/dist-types/commands/ListDiscoverersCommand.d.ts +6 -4
  70. package/dist-types/commands/ListRegistriesCommand.d.ts +6 -4
  71. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +6 -4
  72. package/dist-types/commands/ListSchemasCommand.d.ts +6 -4
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  74. package/dist-types/commands/PutCodeBindingCommand.d.ts +6 -4
  75. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  76. package/dist-types/commands/SearchSchemasCommand.d.ts +6 -4
  77. package/dist-types/commands/StartDiscovererCommand.d.ts +6 -4
  78. package/dist-types/commands/StopDiscovererCommand.d.ts +6 -4
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  80. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateDiscovererCommand.d.ts +6 -4
  82. package/dist-types/commands/UpdateRegistryCommand.d.ts +6 -4
  83. package/dist-types/commands/UpdateSchemaCommand.d.ts +6 -4
  84. package/dist-types/endpoint/bdd.d.ts +1 -1
  85. package/dist-types/extensionConfiguration.d.ts +1 -1
  86. package/dist-types/models/SchemasServiceException.d.ts +1 -1
  87. package/dist-types/models/errors.d.ts +1 -1
  88. package/dist-types/models/models_0.d.ts +1 -1
  89. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  90. package/dist-types/runtimeConfig.d.ts +2 -2
  91. package/dist-types/runtimeConfig.native.d.ts +2 -2
  92. package/dist-types/ts3.4/Schemas.d.ts +1 -1
  93. package/dist-types/ts3.4/SchemasClient.d.ts +8 -14
  94. package/dist-types/ts3.4/commands/CreateDiscovererCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/DescribeCodeBindingCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/DescribeDiscovererCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/ExportSchemaCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +7 -5
  108. package/dist-types/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/ListDiscoverersCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/PutCodeBindingCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/SearchSchemasCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/StartDiscovererCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/StopDiscovererCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/UpdateDiscovererCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  126. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  127. package/dist-types/ts3.4/models/SchemasServiceException.d.ts +1 -1
  128. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  129. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  130. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  131. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  132. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  133. package/dist-types/ts3.4/waiters/waitForCodeBindingExists.d.ts +1 -1
  134. package/dist-types/waiters/waitForCodeBindingExists.d.ts +1 -1
  135. package/package.json +13 -36
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CreateDiscovererCommandInput, CreateDiscovererCommandOutput } from "./commands/CreateDiscovererCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateDiscovererRequest, CreateDiscovererResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface CreateDiscovererCommandInput extends CreateDiscovererRequest {
22
22
  export interface CreateDiscovererCommandOutput extends CreateDiscovererResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDiscovererCommand_base: {
25
- new (input: CreateDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDiscovererCommandInput, CreateDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDiscovererCommandInput, CreateDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDiscovererCommandInput): import("@smithy/core/client").CommandImpl<CreateDiscovererCommandInput, CreateDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDiscovererCommandInput): import("@smithy/core/client").CommandImpl<CreateDiscovererCommandInput, CreateDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a discoverer.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateRegistryRequest, CreateRegistryResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface CreateRegistryCommandInput extends CreateRegistryRequest {
22
22
  export interface CreateRegistryCommandOutput extends CreateRegistryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateRegistryCommand_base: {
25
- new (input: CreateRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRegistryCommandInput, CreateRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRegistryCommandInput, CreateRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateRegistryCommandInput): import("@smithy/core/client").CommandImpl<CreateRegistryCommandInput, CreateRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRegistryCommandInput): import("@smithy/core/client").CommandImpl<CreateRegistryCommandInput, CreateRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a registry.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface CreateSchemaCommandInput extends CreateSchemaRequest {
22
22
  export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSchemaCommand_base: {
25
- new (input: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSchemaCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSchemaCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaCommandInput, CreateSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a schema definition.</p> <note><p>Inactive schemas will be deleted after two years.</p></note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteDiscovererRequest } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface DeleteDiscovererCommandInput extends DeleteDiscovererRequest {
22
22
  export interface DeleteDiscovererCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDiscovererCommand_base: {
25
- new (input: DeleteDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteDiscovererCommandInput): import("@smithy/core/client").CommandImpl<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDiscovererCommandInput): import("@smithy/core/client").CommandImpl<DeleteDiscovererCommandInput, DeleteDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a discoverer.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteRegistryRequest } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {
22
22
  export interface DeleteRegistryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRegistryCommand_base: {
25
- new (input: DeleteRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRegistryCommandInput, DeleteRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Registry.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteResourcePolicyRequest } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
22
22
  export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteResourcePolicyCommand_base: {
25
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteResourcePolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete the resource-based policy attached to the specified registry.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteSchemaRequest } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {
22
22
  export interface DeleteSchemaCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSchemaCommand_base: {
25
- new (input: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete a schema definition.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteSchemaVersionRequest } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface DeleteSchemaVersionCommandInput extends DeleteSchemaVersionRequ
22
22
  export interface DeleteSchemaVersionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSchemaVersionCommand_base: {
25
- new (input: DeleteSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSchemaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSchemaVersionCommandInput, DeleteSchemaVersionCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete the schema version definition</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeCodeBindingRequest, DescribeCodeBindingResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface DescribeCodeBindingCommandInput extends DescribeCodeBindingRequ
22
22
  export interface DescribeCodeBindingCommandOutput extends DescribeCodeBindingResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeCodeBindingCommand_base: {
25
- new (input: DescribeCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeBindingCommandInput, DescribeCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describe the code binding URI.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeDiscovererRequest, DescribeDiscovererResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface DescribeDiscovererCommandInput extends DescribeDiscovererReques
22
22
  export interface DescribeDiscovererCommandOutput extends DescribeDiscovererResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeDiscovererCommand_base: {
25
- new (input: DescribeDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDiscovererCommandInput, DescribeDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the discoverer.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {
22
22
  export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRegistryCommand_base: {
25
- new (input: DescribeRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRegistryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the registry.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface DescribeSchemaCommandInput extends DescribeSchemaRequest {
22
22
  export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSchemaCommand_base: {
25
- new (input: DescribeSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieve the schema definition.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface ExportSchemaCommandInput extends ExportSchemaRequest {
22
22
  export interface ExportSchemaCommandOutput extends ExportSchemaResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ExportSchemaCommand_base: {
25
- new (input: ExportSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<ExportSchemaCommandInput, ExportSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<ExportSchemaCommandInput, ExportSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * @public
@@ -1,6 +1,6 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
2
3
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import type { GetCodeBindingSourceRequest, GetCodeBindingSourceResponse } from "../models/models_0";
5
5
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
6
6
  /**
@@ -29,9 +29,11 @@ export type GetCodeBindingSourceCommandOutputType = Omit<GetCodeBindingSourceRes
29
29
  export interface GetCodeBindingSourceCommandOutput extends GetCodeBindingSourceCommandOutputType, __MetadataBearer {
30
30
  }
31
31
  declare const GetCodeBindingSourceCommand_base: {
32
- new (input: GetCodeBindingSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (input: GetCodeBindingSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodeBindingSourceCommandInput, GetCodeBindingSourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
35
37
  };
36
38
  /**
37
39
  * <p>Get the code binding source URI.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDiscoveredSchemaRequest, GetDiscoveredSchemaResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface GetDiscoveredSchemaCommandInput extends GetDiscoveredSchemaRequ
22
22
  export interface GetDiscoveredSchemaCommandOutput extends GetDiscoveredSchemaResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDiscoveredSchemaCommand_base: {
25
- new (input: GetDiscoveredSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDiscoveredSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetDiscoveredSchemaCommandInput, GetDiscoveredSchemaCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get the discovered schema that was generated based on sampled events.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest
22
22
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetResourcePolicyCommand_base: {
25
- new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetResourcePolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the resource-based policy attached to a given registry.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDiscoverersRequest, ListDiscoverersResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface ListDiscoverersCommandInput extends ListDiscoverersRequest {
22
22
  export interface ListDiscoverersCommandOutput extends ListDiscoverersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDiscoverersCommand_base: {
25
- new (input: ListDiscoverersCommandInput): import("@smithy/smithy-client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDiscoverersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDiscoverersCommandInput, ListDiscoverersCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the discoverers.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface ListRegistriesCommandInput extends ListRegistriesRequest {
22
22
  export interface ListRegistriesCommandOutput extends ListRegistriesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListRegistriesCommand_base: {
25
- new (input: ListRegistriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRegistriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRegistriesCommandInput, ListRegistriesCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the registries.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface ListSchemaVersionsCommandInput extends ListSchemaVersionsReques
22
22
  export interface ListSchemaVersionsCommandOutput extends ListSchemaVersionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSchemaVersionsCommand_base: {
25
- new (input: ListSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSchemaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a list of the schema versions and related information.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface ListSchemasCommandInput extends ListSchemasRequest {
22
22
  export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSchemasCommand_base: {
25
- new (input: ListSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the schemas.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get tags for resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutCodeBindingRequest, PutCodeBindingResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface PutCodeBindingCommandInput extends PutCodeBindingRequest {
22
22
  export interface PutCodeBindingCommandOutput extends PutCodeBindingResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutCodeBindingCommand_base: {
25
- new (input: PutCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutCodeBindingCommandInput): import("@smithy/smithy-client").CommandImpl<PutCodeBindingCommandInput, PutCodeBindingCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Put code binding URI</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
22
22
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutResourcePolicyCommand_base: {
25
- new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The name of the policy.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { SearchSchemasRequest, SearchSchemasResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface SearchSchemasCommandInput extends SearchSchemasRequest {
22
22
  export interface SearchSchemasCommandOutput extends SearchSchemasResponse, __MetadataBearer {
23
23
  }
24
24
  declare const SearchSchemasCommand_base: {
25
- new (input: SearchSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<SearchSchemasCommandInput, SearchSchemasCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Search the schemas</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartDiscovererRequest, StartDiscovererResponse } from "../models/models_0";
4
4
  import type { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient";
@@ -22,9 +22,11 @@ export interface StartDiscovererCommandInput extends StartDiscovererRequest {
22
22
  export interface StartDiscovererCommandOutput extends StartDiscovererResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartDiscovererCommand_base: {
25
- new (input: StartDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartDiscovererCommandInput): import("@smithy/smithy-client").CommandImpl<StartDiscovererCommandInput, StartDiscovererCommandOutput, SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts the discoverer</p>