@aws-sdk/client-cloudsearch 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 (98) hide show
  1. package/dist-cjs/index.js +37 -265
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BuildSuggestersCommand.js +2 -14
  4. package/dist-es/commands/CreateDomainCommand.js +2 -14
  5. package/dist-es/commands/DefineAnalysisSchemeCommand.js +2 -14
  6. package/dist-es/commands/DefineExpressionCommand.js +2 -14
  7. package/dist-es/commands/DefineIndexFieldCommand.js +2 -14
  8. package/dist-es/commands/DefineSuggesterCommand.js +2 -14
  9. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +2 -14
  10. package/dist-es/commands/DeleteDomainCommand.js +2 -14
  11. package/dist-es/commands/DeleteExpressionCommand.js +2 -14
  12. package/dist-es/commands/DeleteIndexFieldCommand.js +2 -14
  13. package/dist-es/commands/DeleteSuggesterCommand.js +2 -14
  14. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +2 -14
  15. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +2 -14
  16. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +2 -14
  17. package/dist-es/commands/DescribeDomainsCommand.js +2 -14
  18. package/dist-es/commands/DescribeExpressionsCommand.js +2 -14
  19. package/dist-es/commands/DescribeIndexFieldsCommand.js +2 -14
  20. package/dist-es/commands/DescribeScalingParametersCommand.js +2 -14
  21. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +2 -14
  22. package/dist-es/commands/DescribeSuggestersCommand.js +2 -14
  23. package/dist-es/commands/IndexDocumentsCommand.js +2 -14
  24. package/dist-es/commands/ListDomainNamesCommand.js +2 -14
  25. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +2 -14
  26. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +2 -14
  27. package/dist-es/commands/UpdateScalingParametersCommand.js +2 -14
  28. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +2 -14
  29. package/dist-es/index.js +1 -0
  30. package/dist-es/runtimeConfig.browser.js +0 -2
  31. package/dist-es/runtimeConfig.js +1 -2
  32. package/dist-es/runtimeConfig.native.js +0 -2
  33. package/dist-es/runtimeConfig.shared.js +2 -0
  34. package/dist-types/commandBuilder.d.ts +18 -0
  35. package/dist-types/commands/BuildSuggestersCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
  37. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +3 -8
  38. package/dist-types/commands/DefineExpressionCommand.d.ts +3 -8
  39. package/dist-types/commands/DefineIndexFieldCommand.d.ts +3 -8
  40. package/dist-types/commands/DefineSuggesterCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteExpressionCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteSuggesterCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeDomainsCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeExpressionsCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeSuggestersCommand.d.ts +3 -8
  55. package/dist-types/commands/IndexDocumentsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -8
  57. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +3 -8
  58. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +3 -8
  59. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +3 -8
  60. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +3 -8
  61. package/dist-types/index.d.ts +1 -0
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  63. package/dist-types/runtimeConfig.d.ts +1 -1
  64. package/dist-types/runtimeConfig.native.d.ts +1 -1
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  67. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/index.d.ts +1 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  98. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeAvailabilityOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAvailabilityOptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "DescribeAvailabilityOptions", {})
13
- .n("CloudSearchClient", "DescribeAvailabilityOptionsCommand")
14
- .sc(DescribeAvailabilityOptions$)
15
- .build() {
3
+ export class DescribeAvailabilityOptionsCommand extends command(_ep0, _mw0, "DescribeAvailabilityOptions", DescribeAvailabilityOptions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeDomainEndpointOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDomainEndpointOptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "DescribeDomainEndpointOptions", {})
13
- .n("CloudSearchClient", "DescribeDomainEndpointOptionsCommand")
14
- .sc(DescribeDomainEndpointOptions$)
15
- .build() {
3
+ export class DescribeDomainEndpointOptionsCommand extends command(_ep0, _mw0, "DescribeDomainEndpointOptions", DescribeDomainEndpointOptions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeDomains$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDomainsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "DescribeDomains", {})
13
- .n("CloudSearchClient", "DescribeDomainsCommand")
14
- .sc(DescribeDomains$)
15
- .build() {
3
+ export class DescribeDomainsCommand extends command(_ep0, _mw0, "DescribeDomains", DescribeDomains$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeExpressions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeExpressionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "DescribeExpressions", {})
13
- .n("CloudSearchClient", "DescribeExpressionsCommand")
14
- .sc(DescribeExpressions$)
15
- .build() {
3
+ export class DescribeExpressionsCommand extends command(_ep0, _mw0, "DescribeExpressions", DescribeExpressions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeIndexFields$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeIndexFieldsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "DescribeIndexFields", {})
13
- .n("CloudSearchClient", "DescribeIndexFieldsCommand")
14
- .sc(DescribeIndexFields$)
15
- .build() {
3
+ export class DescribeIndexFieldsCommand extends command(_ep0, _mw0, "DescribeIndexFields", DescribeIndexFields$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeScalingParameters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeScalingParametersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "DescribeScalingParameters", {})
13
- .n("CloudSearchClient", "DescribeScalingParametersCommand")
14
- .sc(DescribeScalingParameters$)
15
- .build() {
3
+ export class DescribeScalingParametersCommand extends command(_ep0, _mw0, "DescribeScalingParameters", DescribeScalingParameters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeServiceAccessPolicies$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeServiceAccessPoliciesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "DescribeServiceAccessPolicies", {})
13
- .n("CloudSearchClient", "DescribeServiceAccessPoliciesCommand")
14
- .sc(DescribeServiceAccessPolicies$)
15
- .build() {
3
+ export class DescribeServiceAccessPoliciesCommand extends command(_ep0, _mw0, "DescribeServiceAccessPolicies", DescribeServiceAccessPolicies$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeSuggesters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeSuggestersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "DescribeSuggesters", {})
13
- .n("CloudSearchClient", "DescribeSuggestersCommand")
14
- .sc(DescribeSuggesters$)
15
- .build() {
3
+ export class DescribeSuggestersCommand extends command(_ep0, _mw0, "DescribeSuggesters", DescribeSuggesters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { IndexDocuments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class IndexDocumentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "IndexDocuments", {})
13
- .n("CloudSearchClient", "IndexDocumentsCommand")
14
- .sc(IndexDocuments$)
15
- .build() {
3
+ export class IndexDocumentsCommand extends command(_ep0, _mw0, "IndexDocuments", IndexDocuments$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDomainNames$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDomainNamesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "ListDomainNames", {})
13
- .n("CloudSearchClient", "ListDomainNamesCommand")
14
- .sc(ListDomainNames$)
15
- .build() {
3
+ export class ListDomainNamesCommand extends command(_ep0, _mw0, "ListDomainNames", ListDomainNames$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAvailabilityOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAvailabilityOptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "UpdateAvailabilityOptions", {})
13
- .n("CloudSearchClient", "UpdateAvailabilityOptionsCommand")
14
- .sc(UpdateAvailabilityOptions$)
15
- .build() {
3
+ export class UpdateAvailabilityOptionsCommand extends command(_ep0, _mw0, "UpdateAvailabilityOptions", UpdateAvailabilityOptions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateDomainEndpointOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDomainEndpointOptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "UpdateDomainEndpointOptions", {})
13
- .n("CloudSearchClient", "UpdateDomainEndpointOptionsCommand")
14
- .sc(UpdateDomainEndpointOptions$)
15
- .build() {
3
+ export class UpdateDomainEndpointOptionsCommand extends command(_ep0, _mw0, "UpdateDomainEndpointOptions", UpdateDomainEndpointOptions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateScalingParameters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateScalingParametersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "UpdateScalingParameters", {})
13
- .n("CloudSearchClient", "UpdateScalingParametersCommand")
14
- .sc(UpdateScalingParameters$)
15
- .build() {
3
+ export class UpdateScalingParametersCommand extends command(_ep0, _mw0, "UpdateScalingParameters", UpdateScalingParameters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateServiceAccessPolicies$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateServiceAccessPoliciesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("A9SearchCloudConfigService2013", "UpdateServiceAccessPolicies", {})
13
- .n("CloudSearchClient", "UpdateServiceAccessPoliciesCommand")
14
- .sc(UpdateServiceAccessPolicies$)
15
- .build() {
3
+ export class UpdateServiceAccessPoliciesCommand extends command(_ep0, _mw0, "UpdateServiceAccessPolicies", UpdateServiceAccessPolicies$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CloudSearchClient";
2
2
  export * from "./CloudSearch";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
32
33
  serviceTarget: "A9SearchCloudConfigService2013",
33
34
  },
34
35
  serviceId: config?.serviceId ?? "CloudSearch",
36
+ sha256: config?.sha256 ?? Sha256,
35
37
  urlParser: config?.urlParser ?? parseUrl,
36
38
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
37
39
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CloudSearchClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
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 BuildSuggestersCommandInput extends BuildSuggestersRequest {
22
19
  export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BuildSuggestersCommand_base: {
25
- new (input: BuildSuggestersCommandInput): import("@smithy/core/client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BuildSuggestersCommandInput): import("@smithy/core/client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BuildSuggestersCommandInput): import("@smithy/core/client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BuildSuggestersCommandInput): import("@smithy/core/client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Indexes the search suggestions. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters">Configuring Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>.</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
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
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 CreateDomainCommandInput extends CreateDomainRequest {
22
19
  export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDomainCommand_base: {
25
- new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new search domain. For more information,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
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 DefineAnalysisSchemeCommandInput extends DefineAnalysisSchemeRe
22
19
  export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DefineAnalysisSchemeCommand_base: {
25
- new (input: DefineAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DefineAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DefineAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DefineAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> field to define language-specific text processing options. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.</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
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
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 DefineExpressionCommandInput extends DefineExpressionRequest {
22
19
  export interface DefineExpressionCommandOutput extends DefineExpressionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DefineExpressionCommand_base: {
25
- new (input: DefineExpressionCommandInput): import("@smithy/core/client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DefineExpressionCommandInput): import("@smithy/core/client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DefineExpressionCommandInput): import("@smithy/core/client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DefineExpressionCommandInput): import("@smithy/core/client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures an <code><a>Expression</a></code> for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</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
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
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 DefineIndexFieldCommandInput extends DefineIndexFieldRequest {
22
19
  export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DefineIndexFieldCommand_base: {
25
- new (input: DefineIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DefineIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DefineIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DefineIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures an <code><a>IndexField</a></code> for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the <code><a>IndexFieldType</a></code>. If the field exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>. </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
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
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 DefineSuggesterCommandInput extends DefineSuggesterRequest {
22
19
  export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DefineSuggesterCommand_base: {
25
- new (input: DefineSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DefineSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DefineSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DefineSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</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
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
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 DeleteAnalysisSchemeCommandInput extends DeleteAnalysisSchemeRe
22
19
  export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAnalysisSchemeCommand_base: {
25
- new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an analysis scheme. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>. </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
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
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 DeleteDomainCommandInput extends DeleteDomainRequest {
22
19
  export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDomainCommand_base: {
25
- new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information,