@aws-sdk/client-cloudsearch 3.1077.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeAnalysisSchemesCommandInput extends DescribeAnalysisSch
22
19
  export interface DescribeAnalysisSchemesCommandOutput extends DescribeAnalysisSchemesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAnalysisSchemesCommand_base: {
25
- new (input: DescribeAnalysisSchemesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAnalysisSchemesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAnalysisSchemesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeAnalysisSchemesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a <code>text</code> field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeAvailabilityOptionsCommandInput extends DescribeAvailab
22
19
  export interface DescribeAvailabilityOptionsCommandOutput extends DescribeAvailabilityOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeAvailabilityOptionsCommand_base: {
25
- new (input: DescribeAvailabilityOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAvailabilityOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeAvailabilityOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeAvailabilityOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDomainEndpointOptionsCommandInput extends DescribeDomai
22
19
  export interface DescribeDomainEndpointOptionsCommandOutput extends DescribeDomainEndpointOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDomainEndpointOptionsCommand_base: {
25
- new (input: DescribeDomainEndpointOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDomainEndpointOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDomainEndpointOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeDomainEndpointOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {
22
19
  export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDomainsCommand_base: {
25
- new (input: DescribeDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeDomainsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDomainsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeDomainsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the search domains owned by this account. Can be limited to specific domains. Shows
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeExpressionsCommandInput extends DescribeExpressionsRequ
22
19
  export interface DescribeExpressionsCommandOutput extends DescribeExpressionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeExpressionsCommand_base: {
25
- new (input: DescribeExpressionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeExpressionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeExpressionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeExpressionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeIndexFieldsCommandInput extends DescribeIndexFieldsRequ
22
19
  export interface DescribeIndexFieldsCommandOutput extends DescribeIndexFieldsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeIndexFieldsCommand_base: {
25
- new (input: DescribeIndexFieldsCommandInput): import("@smithy/core/client").CommandImpl<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeIndexFieldsCommandInput): import("@smithy/core/client").CommandImpl<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeIndexFieldsCommandInput): import("@smithy/core/client").CommandImpl<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeIndexFieldsCommandInput): import("@smithy/core/client").CommandImpl<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the index fields configured for the search domain.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeScalingParametersCommandInput extends DescribeScalingPa
22
19
  export interface DescribeScalingParametersCommandOutput extends DescribeScalingParametersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeScalingParametersCommand_base: {
25
- new (input: DescribeScalingParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeScalingParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeScalingParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeScalingParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeServiceAccessPoliciesCommandInput extends DescribeServi
22
19
  export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServiceAccessPoliciesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeServiceAccessPoliciesCommand_base: {
25
- new (input: DescribeServiceAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeServiceAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeServiceAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeServiceAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSuggestersCommandInput extends DescribeSuggestersReques
22
19
  export interface DescribeSuggestersCommandOutput extends DescribeSuggestersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSuggestersCommand_base: {
25
- new (input: DescribeSuggestersCommandInput): import("@smithy/core/client").CommandImpl<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSuggestersCommandInput): import("@smithy/core/client").CommandImpl<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSuggestersCommandInput): import("@smithy/core/client").CommandImpl<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSuggestersCommandInput): import("@smithy/core/client").CommandImpl<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface IndexDocumentsCommandInput extends IndexDocumentsRequest {
22
19
  export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const IndexDocumentsCommand_base: {
25
- new (input: IndexDocumentsCommandInput): import("@smithy/core/client").CommandImpl<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: IndexDocumentsCommandInput): import("@smithy/core/client").CommandImpl<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: IndexDocumentsCommandInput): import("@smithy/core/client").CommandImpl<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: IndexDocumentsCommandInput): import("@smithy/core/client").CommandImpl<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose <a>OptionStatus</a> is <code>RequiresIndexDocuments</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { ListDomainNamesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDomainNamesCommandInput {
22
19
  export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDomainNamesCommand_base: {
25
- new (input: ListDomainNamesCommandInput): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDomainNamesCommandInput): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all search domains owned by an account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAvailabilityOptionsCommandInput extends UpdateAvailabilit
22
19
  export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabilityOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAvailabilityOptionsCommand_base: {
25
- new (input: UpdateAvailabilityOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAvailabilityOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAvailabilityOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAvailabilityOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDomainEndpointOptionsCommandInput extends UpdateDomainEnd
22
19
  export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEndpointOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDomainEndpointOptionsCommand_base: {
25
- new (input: UpdateDomainEndpointOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDomainEndpointOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDomainEndpointOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDomainEndpointOptionsCommandInput): import("@smithy/core/client").CommandImpl<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateScalingParametersCommandInput extends UpdateScalingParame
22
19
  export interface UpdateScalingParametersCommandOutput extends UpdateScalingParametersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateScalingParametersCommand_base: {
25
- new (input: UpdateScalingParametersCommandInput): import("@smithy/core/client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateScalingParametersCommandInput): import("@smithy/core/client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateScalingParametersCommandInput): import("@smithy/core/client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateScalingParametersCommandInput): import("@smithy/core/client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateServiceAccessPoliciesCommandInput extends UpdateServiceAc
22
19
  export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceAccessPoliciesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateServiceAccessPoliciesCommand_base: {
25
- new (input: UpdateServiceAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateServiceAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateServiceAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateServiceAccessPoliciesCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures the access rules that control access to the domain's document and search endpoints.
@@ -15,6 +15,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
15
15
  export type { RuntimeExtension } from "./runtimeExtensions";
16
16
  export type { CloudSearchExtensionConfiguration } from "./extensionConfiguration";
17
17
  export * from "./commands";
18
+ export { Command as $Command } from "@smithy/core/client";
18
19
  export * from "./schemas/schemas_0";
19
20
  export * from "./models/enums";
20
21
  export * from "./models/errors";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ CloudSearchClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./CloudSearchClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ CloudSearchClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ CloudSearchClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -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
  BuildSuggestersRequest,
10
4
  BuildSuggestersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {}
15
8
  export interface BuildSuggestersCommandOutput
16
9
  extends BuildSuggestersResponse,
@@ -21,22 +14,20 @@ declare const BuildSuggestersCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  BuildSuggestersCommandInput,
23
16
  BuildSuggestersCommandOutput,
24
- CloudSearchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudSearchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: BuildSuggestersCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  BuildSuggestersCommandInput,
32
25
  BuildSuggestersCommandOutput,
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 BuildSuggestersCommand extends BuildSuggestersCommand_base {
42
33
  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 { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateDomainCommandInput extends CreateDomainRequest {}
12
5
  export interface CreateDomainCommandOutput
13
6
  extends CreateDomainResponse,
@@ -18,22 +11,20 @@ declare const CreateDomainCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateDomainCommandInput,
20
13
  CreateDomainCommandOutput,
21
- CloudSearchClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudSearchClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateDomainCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateDomainCommandInput,
29
22
  CreateDomainCommandOutput,
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 CreateDomainCommand extends CreateDomainCommand_base {
39
30
  protected static __types: {