@aws-sdk/client-cloudsearch 3.1045.0 → 3.1047.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/dist-cjs/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 +68 -69
  5. package/dist-cjs/models/CloudSearchServiceException.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/CloudSearch.js +1 -1
  10. package/dist-es/CloudSearchClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/BuildSuggestersCommand.js +2 -2
  13. package/dist-es/commands/CreateDomainCommand.js +2 -2
  14. package/dist-es/commands/DefineAnalysisSchemeCommand.js +2 -2
  15. package/dist-es/commands/DefineExpressionCommand.js +2 -2
  16. package/dist-es/commands/DefineIndexFieldCommand.js +2 -2
  17. package/dist-es/commands/DefineSuggesterCommand.js +2 -2
  18. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +2 -2
  19. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  20. package/dist-es/commands/DeleteExpressionCommand.js +2 -2
  21. package/dist-es/commands/DeleteIndexFieldCommand.js +2 -2
  22. package/dist-es/commands/DeleteSuggesterCommand.js +2 -2
  23. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +2 -2
  24. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +2 -2
  25. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +2 -2
  26. package/dist-es/commands/DescribeDomainsCommand.js +2 -2
  27. package/dist-es/commands/DescribeExpressionsCommand.js +2 -2
  28. package/dist-es/commands/DescribeIndexFieldsCommand.js +2 -2
  29. package/dist-es/commands/DescribeScalingParametersCommand.js +2 -2
  30. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +2 -2
  31. package/dist-es/commands/DescribeSuggestersCommand.js +2 -2
  32. package/dist-es/commands/IndexDocumentsCommand.js +2 -2
  33. package/dist-es/commands/ListDomainNamesCommand.js +2 -2
  34. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +2 -2
  35. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +2 -2
  36. package/dist-es/commands/UpdateScalingParametersCommand.js +2 -2
  37. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +2 -2
  38. package/dist-es/endpoint/bdd.js +1 -1
  39. package/dist-es/endpoint/endpointResolver.js +1 -1
  40. package/dist-es/models/CloudSearchServiceException.js +1 -1
  41. package/dist-es/runtimeConfig.browser.js +4 -6
  42. package/dist-es/runtimeConfig.js +4 -8
  43. package/dist-es/runtimeConfig.shared.js +3 -4
  44. package/dist-es/runtimeExtensions.js +2 -2
  45. package/dist-types/CloudSearchClient.d.ts +5 -5
  46. package/dist-types/commands/BuildSuggestersCommand.d.ts +6 -4
  47. package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
  48. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +6 -4
  49. package/dist-types/commands/DefineExpressionCommand.d.ts +6 -4
  50. package/dist-types/commands/DefineIndexFieldCommand.d.ts +6 -4
  51. package/dist-types/commands/DefineSuggesterCommand.d.ts +6 -4
  52. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +6 -4
  53. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
  54. package/dist-types/commands/DeleteExpressionCommand.d.ts +6 -4
  55. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +6 -4
  56. package/dist-types/commands/DeleteSuggesterCommand.d.ts +6 -4
  57. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +6 -4
  58. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -4
  59. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -4
  60. package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -4
  61. package/dist-types/commands/DescribeExpressionsCommand.d.ts +6 -4
  62. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +6 -4
  63. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +6 -4
  64. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -4
  65. package/dist-types/commands/DescribeSuggestersCommand.d.ts +6 -4
  66. package/dist-types/commands/IndexDocumentsCommand.d.ts +6 -4
  67. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -4
  68. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -4
  69. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -4
  70. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +6 -4
  71. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -4
  72. package/dist-types/endpoint/bdd.d.ts +1 -1
  73. package/dist-types/extensionConfiguration.d.ts +1 -1
  74. package/dist-types/models/CloudSearchServiceException.d.ts +1 -1
  75. package/dist-types/models/errors.d.ts +1 -1
  76. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  77. package/dist-types/runtimeConfig.d.ts +2 -2
  78. package/dist-types/runtimeConfig.native.d.ts +2 -2
  79. package/dist-types/ts3.4/CloudSearchClient.d.ts +8 -14
  80. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  107. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  108. package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +1 -1
  109. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  113. package/package.json +13 -34
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface BuildSuggestersCommandOutput
18
18
  declare const BuildSuggestersCommand_base: {
19
19
  new (
20
20
  input: BuildSuggestersCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  BuildSuggestersCommandInput,
23
23
  BuildSuggestersCommandOutput,
24
24
  CloudSearchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const BuildSuggestersCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: BuildSuggestersCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  BuildSuggestersCommandInput,
32
32
  BuildSuggestersCommandOutput,
33
33
  CloudSearchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateDomainCommandOutput
15
15
  declare const CreateDomainCommand_base: {
16
16
  new (
17
17
  input: CreateDomainCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateDomainCommandInput,
20
20
  CreateDomainCommandOutput,
21
21
  CloudSearchClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateDomainCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateDomainCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateDomainCommandInput,
29
29
  CreateDomainCommandOutput,
30
30
  CloudSearchClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DefineAnalysisSchemeCommandOutput
19
19
  declare const DefineAnalysisSchemeCommand_base: {
20
20
  new (
21
21
  input: DefineAnalysisSchemeCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DefineAnalysisSchemeCommandInput,
24
24
  DefineAnalysisSchemeCommandOutput,
25
25
  CloudSearchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DefineAnalysisSchemeCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DefineAnalysisSchemeCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DefineAnalysisSchemeCommandInput,
33
33
  DefineAnalysisSchemeCommandOutput,
34
34
  CloudSearchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DefineExpressionCommandOutput
18
18
  declare const DefineExpressionCommand_base: {
19
19
  new (
20
20
  input: DefineExpressionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DefineExpressionCommandInput,
23
23
  DefineExpressionCommandOutput,
24
24
  CloudSearchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DefineExpressionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DefineExpressionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DefineExpressionCommandInput,
32
32
  DefineExpressionCommandOutput,
33
33
  CloudSearchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DefineExpressionCommand extends DefineExpressionCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DefineIndexFieldCommandOutput
18
18
  declare const DefineIndexFieldCommand_base: {
19
19
  new (
20
20
  input: DefineIndexFieldCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DefineIndexFieldCommandInput,
23
23
  DefineIndexFieldCommandOutput,
24
24
  CloudSearchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DefineIndexFieldCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DefineIndexFieldCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DefineIndexFieldCommandInput,
32
32
  DefineIndexFieldCommandOutput,
33
33
  CloudSearchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DefineSuggesterCommandOutput
18
18
  declare const DefineSuggesterCommand_base: {
19
19
  new (
20
20
  input: DefineSuggesterCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DefineSuggesterCommandInput,
23
23
  DefineSuggesterCommandOutput,
24
24
  CloudSearchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DefineSuggesterCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DefineSuggesterCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DefineSuggesterCommandInput,
32
32
  DefineSuggesterCommandOutput,
33
33
  CloudSearchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteAnalysisSchemeCommandOutput
19
19
  declare const DeleteAnalysisSchemeCommand_base: {
20
20
  new (
21
21
  input: DeleteAnalysisSchemeCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteAnalysisSchemeCommandInput,
24
24
  DeleteAnalysisSchemeCommandOutput,
25
25
  CloudSearchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteAnalysisSchemeCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteAnalysisSchemeCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteAnalysisSchemeCommandInput,
33
33
  DeleteAnalysisSchemeCommandOutput,
34
34
  CloudSearchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteDomainCommandOutput
15
15
  declare const DeleteDomainCommand_base: {
16
16
  new (
17
17
  input: DeleteDomainCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteDomainCommandInput,
20
20
  DeleteDomainCommandOutput,
21
21
  CloudSearchClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteDomainCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteDomainCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteDomainCommandInput,
29
29
  DeleteDomainCommandOutput,
30
30
  CloudSearchClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteExpressionCommandOutput
18
18
  declare const DeleteExpressionCommand_base: {
19
19
  new (
20
20
  input: DeleteExpressionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteExpressionCommandInput,
23
23
  DeleteExpressionCommandOutput,
24
24
  CloudSearchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteExpressionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteExpressionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteExpressionCommandInput,
32
32
  DeleteExpressionCommandOutput,
33
33
  CloudSearchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteIndexFieldCommandOutput
18
18
  declare const DeleteIndexFieldCommand_base: {
19
19
  new (
20
20
  input: DeleteIndexFieldCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteIndexFieldCommandInput,
23
23
  DeleteIndexFieldCommandOutput,
24
24
  CloudSearchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteIndexFieldCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteIndexFieldCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteIndexFieldCommandInput,
32
32
  DeleteIndexFieldCommandOutput,
33
33
  CloudSearchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteSuggesterCommandOutput
18
18
  declare const DeleteSuggesterCommand_base: {
19
19
  new (
20
20
  input: DeleteSuggesterCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteSuggesterCommandInput,
23
23
  DeleteSuggesterCommandOutput,
24
24
  CloudSearchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteSuggesterCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteSuggesterCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteSuggesterCommandInput,
32
32
  DeleteSuggesterCommandOutput,
33
33
  CloudSearchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeAnalysisSchemesCommandOutput
19
19
  declare const DescribeAnalysisSchemesCommand_base: {
20
20
  new (
21
21
  input: DescribeAnalysisSchemesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeAnalysisSchemesCommandInput,
24
24
  DescribeAnalysisSchemesCommandOutput,
25
25
  CloudSearchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeAnalysisSchemesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeAnalysisSchemesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeAnalysisSchemesCommandInput,
33
33
  DescribeAnalysisSchemesCommandOutput,
34
34
  CloudSearchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeAvailabilityOptionsCommandOutput
19
19
  declare const DescribeAvailabilityOptionsCommand_base: {
20
20
  new (
21
21
  input: DescribeAvailabilityOptionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeAvailabilityOptionsCommandInput,
24
24
  DescribeAvailabilityOptionsCommandOutput,
25
25
  CloudSearchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeAvailabilityOptionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeAvailabilityOptionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeAvailabilityOptionsCommandInput,
33
33
  DescribeAvailabilityOptionsCommandOutput,
34
34
  CloudSearchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeDomainEndpointOptionsCommandOutput
19
19
  declare const DescribeDomainEndpointOptionsCommand_base: {
20
20
  new (
21
21
  input: DescribeDomainEndpointOptionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeDomainEndpointOptionsCommandInput,
24
24
  DescribeDomainEndpointOptionsCommandOutput,
25
25
  CloudSearchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeDomainEndpointOptionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeDomainEndpointOptionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeDomainEndpointOptionsCommandInput,
33
33
  DescribeDomainEndpointOptionsCommandOutput,
34
34
  CloudSearchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DescribeDomainsCommandOutput
18
18
  declare const DescribeDomainsCommand_base: {
19
19
  new (
20
20
  input: DescribeDomainsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DescribeDomainsCommandInput,
23
23
  DescribeDomainsCommandOutput,
24
24
  CloudSearchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DescribeDomainsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [DescribeDomainsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DescribeDomainsCommandInput,
32
32
  DescribeDomainsCommandOutput,
33
33
  CloudSearchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeExpressionsCommandOutput
19
19
  declare const DescribeExpressionsCommand_base: {
20
20
  new (
21
21
  input: DescribeExpressionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeExpressionsCommandInput,
24
24
  DescribeExpressionsCommandOutput,
25
25
  CloudSearchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeExpressionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeExpressionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeExpressionsCommandInput,
33
33
  DescribeExpressionsCommandOutput,
34
34
  CloudSearchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeIndexFieldsCommandOutput
19
19
  declare const DescribeIndexFieldsCommand_base: {
20
20
  new (
21
21
  input: DescribeIndexFieldsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeIndexFieldsCommandInput,
24
24
  DescribeIndexFieldsCommandOutput,
25
25
  CloudSearchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeIndexFieldsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeIndexFieldsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeIndexFieldsCommandInput,
33
33
  DescribeIndexFieldsCommandOutput,
34
34
  CloudSearchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeScalingParametersCommandOutput
19
19
  declare const DescribeScalingParametersCommand_base: {
20
20
  new (
21
21
  input: DescribeScalingParametersCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeScalingParametersCommandInput,
24
24
  DescribeScalingParametersCommandOutput,
25
25
  CloudSearchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeScalingParametersCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeScalingParametersCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeScalingParametersCommandInput,
33
33
  DescribeScalingParametersCommandOutput,
34
34
  CloudSearchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudSearchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeServiceAccessPoliciesCommandOutput
19
19
  declare const DescribeServiceAccessPoliciesCommand_base: {
20
20
  new (
21
21
  input: DescribeServiceAccessPoliciesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeServiceAccessPoliciesCommandInput,
24
24
  DescribeServiceAccessPoliciesCommandOutput,
25
25
  CloudSearchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeServiceAccessPoliciesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeServiceAccessPoliciesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeServiceAccessPoliciesCommandInput,
33
33
  DescribeServiceAccessPoliciesCommandOutput,
34
34
  CloudSearchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base {
41
43
  protected static __types: {