@aws-sdk/client-cloudsearch 3.1077.0 → 3.1079.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 (86) hide show
  1. package/dist-cjs/index.js +34 -263
  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-types/commandBuilder.d.ts +18 -0
  31. package/dist-types/commands/BuildSuggestersCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
  33. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +3 -8
  34. package/dist-types/commands/DefineExpressionCommand.d.ts +3 -8
  35. package/dist-types/commands/DefineIndexFieldCommand.d.ts +3 -8
  36. package/dist-types/commands/DefineSuggesterCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteExpressionCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteSuggesterCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeDomainsCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeExpressionsCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeSuggestersCommand.d.ts +3 -8
  51. package/dist-types/commands/IndexDocumentsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -8
  53. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +3 -8
  55. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +3 -8
  56. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +3 -8
  57. package/dist-types/index.d.ts +1 -0
  58. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  59. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. package/package.json +8 -8
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DefineAnalysisSchemeRequest,
10
4
  DefineAnalysisSchemeResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DefineAnalysisSchemeCommandInput
15
8
  extends DefineAnalysisSchemeRequest {}
16
9
  export interface DefineAnalysisSchemeCommandOutput
@@ -22,22 +15,20 @@ declare const DefineAnalysisSchemeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DefineAnalysisSchemeCommandInput,
24
17
  DefineAnalysisSchemeCommandOutput,
25
- CloudSearchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudSearchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DefineAnalysisSchemeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DefineAnalysisSchemeCommandInput,
33
26
  DefineAnalysisSchemeCommandOutput,
34
- CloudSearchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudSearchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DefineExpressionRequest,
10
4
  DefineExpressionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DefineExpressionCommandInput extends DefineExpressionRequest {}
15
8
  export interface DefineExpressionCommandOutput
16
9
  extends DefineExpressionResponse,
@@ -21,22 +14,20 @@ declare const DefineExpressionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DefineExpressionCommandInput,
23
16
  DefineExpressionCommandOutput,
24
- CloudSearchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudSearchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DefineExpressionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DefineExpressionCommandInput,
32
25
  DefineExpressionCommandOutput,
33
- CloudSearchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudSearchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DefineExpressionCommand extends DefineExpressionCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DefineIndexFieldRequest,
10
4
  DefineIndexFieldResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {}
15
8
  export interface DefineIndexFieldCommandOutput
16
9
  extends DefineIndexFieldResponse,
@@ -21,22 +14,20 @@ declare const DefineIndexFieldCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DefineIndexFieldCommandInput,
23
16
  DefineIndexFieldCommandOutput,
24
- CloudSearchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudSearchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DefineIndexFieldCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DefineIndexFieldCommandInput,
32
25
  DefineIndexFieldCommandOutput,
33
- CloudSearchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudSearchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DefineSuggesterRequest,
10
4
  DefineSuggesterResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {}
15
8
  export interface DefineSuggesterCommandOutput
16
9
  extends DefineSuggesterResponse,
@@ -21,22 +14,20 @@ declare const DefineSuggesterCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DefineSuggesterCommandInput,
23
16
  DefineSuggesterCommandOutput,
24
- CloudSearchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudSearchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DefineSuggesterCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DefineSuggesterCommandInput,
32
25
  DefineSuggesterCommandOutput,
33
- CloudSearchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudSearchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DeleteAnalysisSchemeRequest,
10
4
  DeleteAnalysisSchemeResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteAnalysisSchemeCommandInput
15
8
  extends DeleteAnalysisSchemeRequest {}
16
9
  export interface DeleteAnalysisSchemeCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteAnalysisSchemeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteAnalysisSchemeCommandInput,
24
17
  DeleteAnalysisSchemeCommandOutput,
25
- CloudSearchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudSearchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteAnalysisSchemeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteAnalysisSchemeCommandInput,
33
26
  DeleteAnalysisSchemeCommandOutput,
34
- CloudSearchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudSearchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
12
5
  export interface DeleteDomainCommandOutput
13
6
  extends DeleteDomainResponse,
@@ -18,22 +11,20 @@ declare const DeleteDomainCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteDomainCommandInput,
20
13
  DeleteDomainCommandOutput,
21
- CloudSearchClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudSearchClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteDomainCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteDomainCommandInput,
29
22
  DeleteDomainCommandOutput,
30
- CloudSearchClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudSearchClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DeleteExpressionRequest,
10
4
  DeleteExpressionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {}
15
8
  export interface DeleteExpressionCommandOutput
16
9
  extends DeleteExpressionResponse,
@@ -21,22 +14,20 @@ declare const DeleteExpressionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteExpressionCommandInput,
23
16
  DeleteExpressionCommandOutput,
24
- CloudSearchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudSearchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteExpressionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteExpressionCommandInput,
32
25
  DeleteExpressionCommandOutput,
33
- CloudSearchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudSearchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DeleteIndexFieldRequest,
10
4
  DeleteIndexFieldResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {}
15
8
  export interface DeleteIndexFieldCommandOutput
16
9
  extends DeleteIndexFieldResponse,
@@ -21,22 +14,20 @@ declare const DeleteIndexFieldCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteIndexFieldCommandInput,
23
16
  DeleteIndexFieldCommandOutput,
24
- CloudSearchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudSearchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteIndexFieldCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteIndexFieldCommandInput,
32
25
  DeleteIndexFieldCommandOutput,
33
- CloudSearchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudSearchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DeleteSuggesterRequest,
10
4
  DeleteSuggesterResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {}
15
8
  export interface DeleteSuggesterCommandOutput
16
9
  extends DeleteSuggesterResponse,
@@ -21,22 +14,20 @@ declare const DeleteSuggesterCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteSuggesterCommandInput,
23
16
  DeleteSuggesterCommandOutput,
24
- CloudSearchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudSearchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteSuggesterCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteSuggesterCommandInput,
32
25
  DeleteSuggesterCommandOutput,
33
- CloudSearchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudSearchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DescribeAnalysisSchemesRequest,
10
4
  DescribeAnalysisSchemesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAnalysisSchemesCommandInput
15
8
  extends DescribeAnalysisSchemesRequest {}
16
9
  export interface DescribeAnalysisSchemesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAnalysisSchemesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAnalysisSchemesCommandInput,
24
17
  DescribeAnalysisSchemesCommandOutput,
25
- CloudSearchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudSearchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAnalysisSchemesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAnalysisSchemesCommandInput,
33
26
  DescribeAnalysisSchemesCommandOutput,
34
- CloudSearchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudSearchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DescribeAvailabilityOptionsRequest,
10
4
  DescribeAvailabilityOptionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAvailabilityOptionsCommandInput
15
8
  extends DescribeAvailabilityOptionsRequest {}
16
9
  export interface DescribeAvailabilityOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAvailabilityOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAvailabilityOptionsCommandInput,
24
17
  DescribeAvailabilityOptionsCommandOutput,
25
- CloudSearchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudSearchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAvailabilityOptionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAvailabilityOptionsCommandInput,
33
26
  DescribeAvailabilityOptionsCommandOutput,
34
- CloudSearchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudSearchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DescribeDomainEndpointOptionsRequest,
10
4
  DescribeDomainEndpointOptionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDomainEndpointOptionsCommandInput
15
8
  extends DescribeDomainEndpointOptionsRequest {}
16
9
  export interface DescribeDomainEndpointOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDomainEndpointOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDomainEndpointOptionsCommandInput,
24
17
  DescribeDomainEndpointOptionsCommandOutput,
25
- CloudSearchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudSearchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeDomainEndpointOptionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDomainEndpointOptionsCommandInput,
33
26
  DescribeDomainEndpointOptionsCommandOutput,
34
- CloudSearchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudSearchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DescribeDomainsRequest,
10
4
  DescribeDomainsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {}
15
8
  export interface DescribeDomainsCommandOutput
16
9
  extends DescribeDomainsResponse,
@@ -21,22 +14,20 @@ declare const DescribeDomainsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeDomainsCommandInput,
23
16
  DescribeDomainsCommandOutput,
24
- CloudSearchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudSearchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeDomainsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeDomainsCommandInput,
32
25
  DescribeDomainsCommandOutput,
33
- CloudSearchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudSearchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudSearchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudSearchClient";
8
2
  import {
9
3
  DescribeExpressionsRequest,
10
4
  DescribeExpressionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeExpressionsCommandInput
15
8
  extends DescribeExpressionsRequest {}
16
9
  export interface DescribeExpressionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeExpressionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeExpressionsCommandInput,
24
17
  DescribeExpressionsCommandOutput,
25
- CloudSearchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudSearchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeExpressionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeExpressionsCommandInput,
33
26
  DescribeExpressionsCommandOutput,
34
- CloudSearchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudSearchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {
43
34
  protected static __types: {