@aws-sdk/client-cloudsearch 3.478.0 → 3.484.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 (109) hide show
  1. package/dist-cjs/commands/BuildSuggestersCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDomainCommand.js +18 -41
  3. package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +18 -41
  4. package/dist-cjs/commands/DefineExpressionCommand.js +18 -41
  5. package/dist-cjs/commands/DefineIndexFieldCommand.js +18 -41
  6. package/dist-cjs/commands/DefineSuggesterCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteExpressionCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteIndexFieldCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteSuggesterCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeDomainsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeExpressionsCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeIndexFieldsCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeScalingParametersCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeSuggestersCommand.js +18 -41
  21. package/dist-cjs/commands/IndexDocumentsCommand.js +18 -41
  22. package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateScalingParametersCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-es/commands/BuildSuggestersCommand.js +18 -41
  29. package/dist-es/commands/CreateDomainCommand.js +18 -41
  30. package/dist-es/commands/DefineAnalysisSchemeCommand.js +18 -41
  31. package/dist-es/commands/DefineExpressionCommand.js +18 -41
  32. package/dist-es/commands/DefineIndexFieldCommand.js +18 -41
  33. package/dist-es/commands/DefineSuggesterCommand.js +18 -41
  34. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +18 -41
  35. package/dist-es/commands/DeleteDomainCommand.js +18 -41
  36. package/dist-es/commands/DeleteExpressionCommand.js +18 -41
  37. package/dist-es/commands/DeleteIndexFieldCommand.js +18 -41
  38. package/dist-es/commands/DeleteSuggesterCommand.js +18 -41
  39. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +18 -41
  40. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +18 -41
  41. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
  42. package/dist-es/commands/DescribeDomainsCommand.js +18 -41
  43. package/dist-es/commands/DescribeExpressionsCommand.js +18 -41
  44. package/dist-es/commands/DescribeIndexFieldsCommand.js +18 -41
  45. package/dist-es/commands/DescribeScalingParametersCommand.js +18 -41
  46. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
  47. package/dist-es/commands/DescribeSuggestersCommand.js +18 -41
  48. package/dist-es/commands/IndexDocumentsCommand.js +18 -41
  49. package/dist-es/commands/ListDomainNamesCommand.js +18 -41
  50. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +18 -41
  51. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
  52. package/dist-es/commands/UpdateScalingParametersCommand.js +18 -41
  53. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-types/commands/BuildSuggestersCommand.d.ts +6 -21
  56. package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
  57. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +6 -21
  58. package/dist-types/commands/DefineExpressionCommand.d.ts +6 -21
  59. package/dist-types/commands/DefineIndexFieldCommand.d.ts +6 -21
  60. package/dist-types/commands/DefineSuggesterCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteExpressionCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteSuggesterCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeExpressionsCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -21
  74. package/dist-types/commands/DescribeSuggestersCommand.d.ts +6 -21
  75. package/dist-types/commands/IndexDocumentsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -21
  78. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -21
  79. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +6 -21
  80. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/package.json +10 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {}
20
14
  export interface DefineIndexFieldCommandOutput
21
15
  extends DefineIndexFieldResponse,
22
16
  __MetadataBearer {}
23
- export declare class DefineIndexFieldCommand extends $Command<
24
- DefineIndexFieldCommandInput,
25
- DefineIndexFieldCommandOutput,
26
- CloudSearchClientResolvedConfig
27
- > {
28
- readonly input: DefineIndexFieldCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DefineIndexFieldCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudSearchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DefineIndexFieldCommand_base: {
18
+ new (
19
+ input: DefineIndexFieldCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DefineIndexFieldCommandInput,
22
+ DefineIndexFieldCommandOutput,
23
+ CloudSearchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {}
20
14
  export interface DefineSuggesterCommandOutput
21
15
  extends DefineSuggesterResponse,
22
16
  __MetadataBearer {}
23
- export declare class DefineSuggesterCommand extends $Command<
24
- DefineSuggesterCommandInput,
25
- DefineSuggesterCommandOutput,
26
- CloudSearchClientResolvedConfig
27
- > {
28
- readonly input: DefineSuggesterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DefineSuggesterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudSearchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DefineSuggesterCommandInput, DefineSuggesterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DefineSuggesterCommand_base: {
18
+ new (
19
+ input: DefineSuggesterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DefineSuggesterCommandInput,
22
+ DefineSuggesterCommandOutput,
23
+ CloudSearchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteAnalysisSchemeCommandInput
21
15
  export interface DeleteAnalysisSchemeCommandOutput
22
16
  extends DeleteAnalysisSchemeResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAnalysisSchemeCommand extends $Command<
25
- DeleteAnalysisSchemeCommandInput,
26
- DeleteAnalysisSchemeCommandOutput,
27
- CloudSearchClientResolvedConfig
28
- > {
29
- readonly input: DeleteAnalysisSchemeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAnalysisSchemeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudSearchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteAnalysisSchemeCommand_base: {
19
+ new (
20
+ input: DeleteAnalysisSchemeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteAnalysisSchemeCommandInput,
38
- DeleteAnalysisSchemeCommandOutput
23
+ DeleteAnalysisSchemeCommandOutput,
24
+ CloudSearchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
17
11
  export interface DeleteDomainCommandOutput
18
12
  extends DeleteDomainResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteDomainCommand extends $Command<
21
- DeleteDomainCommandInput,
22
- DeleteDomainCommandOutput,
23
- CloudSearchClientResolvedConfig
24
- > {
25
- readonly input: DeleteDomainCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteDomainCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudSearchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteDomainCommand_base: {
15
+ new (
16
+ input: DeleteDomainCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteDomainCommandInput,
19
+ DeleteDomainCommandOutput,
20
+ CloudSearchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteDomainCommand extends DeleteDomainCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {}
20
14
  export interface DeleteExpressionCommandOutput
21
15
  extends DeleteExpressionResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteExpressionCommand extends $Command<
24
- DeleteExpressionCommandInput,
25
- DeleteExpressionCommandOutput,
26
- CloudSearchClientResolvedConfig
27
- > {
28
- readonly input: DeleteExpressionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteExpressionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudSearchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteExpressionCommandInput, DeleteExpressionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteExpressionCommand_base: {
18
+ new (
19
+ input: DeleteExpressionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteExpressionCommandInput,
22
+ DeleteExpressionCommandOutput,
23
+ CloudSearchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {}
20
14
  export interface DeleteIndexFieldCommandOutput
21
15
  extends DeleteIndexFieldResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteIndexFieldCommand extends $Command<
24
- DeleteIndexFieldCommandInput,
25
- DeleteIndexFieldCommandOutput,
26
- CloudSearchClientResolvedConfig
27
- > {
28
- readonly input: DeleteIndexFieldCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteIndexFieldCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudSearchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteIndexFieldCommand_base: {
18
+ new (
19
+ input: DeleteIndexFieldCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteIndexFieldCommandInput,
22
+ DeleteIndexFieldCommandOutput,
23
+ CloudSearchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {}
20
14
  export interface DeleteSuggesterCommandOutput
21
15
  extends DeleteSuggesterResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteSuggesterCommand extends $Command<
24
- DeleteSuggesterCommandInput,
25
- DeleteSuggesterCommandOutput,
26
- CloudSearchClientResolvedConfig
27
- > {
28
- readonly input: DeleteSuggesterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteSuggesterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudSearchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteSuggesterCommand_base: {
18
+ new (
19
+ input: DeleteSuggesterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteSuggesterCommandInput,
22
+ DeleteSuggesterCommandOutput,
23
+ CloudSearchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeAnalysisSchemesCommandInput
21
15
  export interface DescribeAnalysisSchemesCommandOutput
22
16
  extends DescribeAnalysisSchemesResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAnalysisSchemesCommand extends $Command<
25
- DescribeAnalysisSchemesCommandInput,
26
- DescribeAnalysisSchemesCommandOutput,
27
- CloudSearchClientResolvedConfig
28
- > {
29
- readonly input: DescribeAnalysisSchemesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAnalysisSchemesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudSearchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeAnalysisSchemesCommand_base: {
19
+ new (
20
+ input: DescribeAnalysisSchemesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeAnalysisSchemesCommandInput,
38
- DescribeAnalysisSchemesCommandOutput
23
+ DescribeAnalysisSchemesCommandOutput,
24
+ CloudSearchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeAvailabilityOptionsCommandInput
21
15
  export interface DescribeAvailabilityOptionsCommandOutput
22
16
  extends DescribeAvailabilityOptionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAvailabilityOptionsCommand extends $Command<
25
- DescribeAvailabilityOptionsCommandInput,
26
- DescribeAvailabilityOptionsCommandOutput,
27
- CloudSearchClientResolvedConfig
28
- > {
29
- readonly input: DescribeAvailabilityOptionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAvailabilityOptionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudSearchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeAvailabilityOptionsCommand_base: {
19
+ new (
20
+ input: DescribeAvailabilityOptionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeAvailabilityOptionsCommandInput,
38
- DescribeAvailabilityOptionsCommandOutput
23
+ DescribeAvailabilityOptionsCommandOutput,
24
+ CloudSearchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeDomainEndpointOptionsCommandInput
21
15
  export interface DescribeDomainEndpointOptionsCommandOutput
22
16
  extends DescribeDomainEndpointOptionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeDomainEndpointOptionsCommand extends $Command<
25
- DescribeDomainEndpointOptionsCommandInput,
26
- DescribeDomainEndpointOptionsCommandOutput,
27
- CloudSearchClientResolvedConfig
28
- > {
29
- readonly input: DescribeDomainEndpointOptionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeDomainEndpointOptionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudSearchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeDomainEndpointOptionsCommand_base: {
19
+ new (
20
+ input: DescribeDomainEndpointOptionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeDomainEndpointOptionsCommandInput,
38
- DescribeDomainEndpointOptionsCommandOutput
23
+ DescribeDomainEndpointOptionsCommandOutput,
24
+ CloudSearchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {}
20
14
  export interface DescribeDomainsCommandOutput
21
15
  extends DescribeDomainsResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeDomainsCommand extends $Command<
24
- DescribeDomainsCommandInput,
25
- DescribeDomainsCommandOutput,
26
- CloudSearchClientResolvedConfig
27
- > {
28
- readonly input: DescribeDomainsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeDomainsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudSearchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeDomainsCommandInput, DescribeDomainsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeDomainsCommand_base: {
18
+ new (
19
+ input: DescribeDomainsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeDomainsCommandInput,
22
+ DescribeDomainsCommandOutput,
23
+ CloudSearchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeExpressionsCommandInput
21
15
  export interface DescribeExpressionsCommandOutput
22
16
  extends DescribeExpressionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeExpressionsCommand extends $Command<
25
- DescribeExpressionsCommandInput,
26
- DescribeExpressionsCommandOutput,
27
- CloudSearchClientResolvedConfig
28
- > {
29
- readonly input: DescribeExpressionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeExpressionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudSearchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeExpressionsCommand_base: {
19
+ new (
20
+ input: DescribeExpressionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeExpressionsCommandInput,
23
+ DescribeExpressionsCommandOutput,
24
+ CloudSearchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeIndexFieldsCommandInput
21
15
  export interface DescribeIndexFieldsCommandOutput
22
16
  extends DescribeIndexFieldsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeIndexFieldsCommand extends $Command<
25
- DescribeIndexFieldsCommandInput,
26
- DescribeIndexFieldsCommandOutput,
27
- CloudSearchClientResolvedConfig
28
- > {
29
- readonly input: DescribeIndexFieldsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeIndexFieldsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudSearchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeIndexFieldsCommand_base: {
19
+ new (
20
+ input: DescribeIndexFieldsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeIndexFieldsCommandInput,
23
+ DescribeIndexFieldsCommandOutput,
24
+ CloudSearchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeScalingParametersCommandInput
21
15
  export interface DescribeScalingParametersCommandOutput
22
16
  extends DescribeScalingParametersResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeScalingParametersCommand extends $Command<
25
- DescribeScalingParametersCommandInput,
26
- DescribeScalingParametersCommandOutput,
27
- CloudSearchClientResolvedConfig
28
- > {
29
- readonly input: DescribeScalingParametersCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeScalingParametersCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudSearchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeScalingParametersCommand_base: {
19
+ new (
20
+ input: DescribeScalingParametersCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeScalingParametersCommandInput,
38
- DescribeScalingParametersCommandOutput
23
+ DescribeScalingParametersCommandOutput,
24
+ CloudSearchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {}