@aws-sdk/client-cloudsearch 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/dist-cjs/index.js +37 -265
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BuildSuggestersCommand.js +2 -14
  4. package/dist-es/commands/CreateDomainCommand.js +2 -14
  5. package/dist-es/commands/DefineAnalysisSchemeCommand.js +2 -14
  6. package/dist-es/commands/DefineExpressionCommand.js +2 -14
  7. package/dist-es/commands/DefineIndexFieldCommand.js +2 -14
  8. package/dist-es/commands/DefineSuggesterCommand.js +2 -14
  9. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +2 -14
  10. package/dist-es/commands/DeleteDomainCommand.js +2 -14
  11. package/dist-es/commands/DeleteExpressionCommand.js +2 -14
  12. package/dist-es/commands/DeleteIndexFieldCommand.js +2 -14
  13. package/dist-es/commands/DeleteSuggesterCommand.js +2 -14
  14. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +2 -14
  15. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +2 -14
  16. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +2 -14
  17. package/dist-es/commands/DescribeDomainsCommand.js +2 -14
  18. package/dist-es/commands/DescribeExpressionsCommand.js +2 -14
  19. package/dist-es/commands/DescribeIndexFieldsCommand.js +2 -14
  20. package/dist-es/commands/DescribeScalingParametersCommand.js +2 -14
  21. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +2 -14
  22. package/dist-es/commands/DescribeSuggestersCommand.js +2 -14
  23. package/dist-es/commands/IndexDocumentsCommand.js +2 -14
  24. package/dist-es/commands/ListDomainNamesCommand.js +2 -14
  25. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +2 -14
  26. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +2 -14
  27. package/dist-es/commands/UpdateScalingParametersCommand.js +2 -14
  28. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +2 -14
  29. package/dist-es/index.js +1 -0
  30. package/dist-es/runtimeConfig.browser.js +0 -2
  31. package/dist-es/runtimeConfig.js +1 -2
  32. package/dist-es/runtimeConfig.native.js +0 -2
  33. package/dist-es/runtimeConfig.shared.js +2 -0
  34. package/dist-types/commandBuilder.d.ts +18 -0
  35. package/dist-types/commands/BuildSuggestersCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
  37. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +3 -8
  38. package/dist-types/commands/DefineExpressionCommand.d.ts +3 -8
  39. package/dist-types/commands/DefineIndexFieldCommand.d.ts +3 -8
  40. package/dist-types/commands/DefineSuggesterCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteExpressionCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteSuggesterCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeDomainsCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeExpressionsCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeSuggestersCommand.d.ts +3 -8
  55. package/dist-types/commands/IndexDocumentsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -8
  57. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +3 -8
  58. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +3 -8
  59. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +3 -8
  60. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +3 -8
  61. package/dist-types/index.d.ts +1 -0
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  63. package/dist-types/runtimeConfig.d.ts +1 -1
  64. package/dist-types/runtimeConfig.native.d.ts +1 -1
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  67. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/index.d.ts +1 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  98. package/package.json +8 -10
@@ -1,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 { DeleteExpressionRequest, DeleteExpressionResponse } 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 DeleteExpressionCommandInput extends DeleteExpressionRequest {
22
19
  export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteExpressionCommand_base: {
25
- new (input: DeleteExpressionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteExpressionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteExpressionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteExpressionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes an <code><a>Expression</a></code> from the search domain. 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 { DeleteIndexFieldRequest, DeleteIndexFieldResponse } 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 DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {
22
19
  export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteIndexFieldCommand_base: {
25
- new (input: DeleteIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes an <code><a>IndexField</a></code> from the search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { DeleteSuggesterRequest, DeleteSuggesterResponse } 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 DeleteSuggesterCommandInput extends DeleteSuggesterRequest {
22
19
  export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSuggesterCommand_base: {
25
- new (input: DeleteSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
2
  import type { 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";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { CloudSearchClientConfig } from "./CloudSearchClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;