@aws-sdk/client-cloudsearch 3.478.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist-cjs/commands/BuildSuggestersCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDomainCommand.js +18 -41
  3. package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +18 -41
  4. package/dist-cjs/commands/DefineExpressionCommand.js +18 -41
  5. package/dist-cjs/commands/DefineIndexFieldCommand.js +18 -41
  6. package/dist-cjs/commands/DefineSuggesterCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteExpressionCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteIndexFieldCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteSuggesterCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeDomainsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeExpressionsCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeIndexFieldsCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeScalingParametersCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeSuggestersCommand.js +18 -41
  21. package/dist-cjs/commands/IndexDocumentsCommand.js +18 -41
  22. package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateScalingParametersCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-es/commands/BuildSuggestersCommand.js +18 -41
  29. package/dist-es/commands/CreateDomainCommand.js +18 -41
  30. package/dist-es/commands/DefineAnalysisSchemeCommand.js +18 -41
  31. package/dist-es/commands/DefineExpressionCommand.js +18 -41
  32. package/dist-es/commands/DefineIndexFieldCommand.js +18 -41
  33. package/dist-es/commands/DefineSuggesterCommand.js +18 -41
  34. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +18 -41
  35. package/dist-es/commands/DeleteDomainCommand.js +18 -41
  36. package/dist-es/commands/DeleteExpressionCommand.js +18 -41
  37. package/dist-es/commands/DeleteIndexFieldCommand.js +18 -41
  38. package/dist-es/commands/DeleteSuggesterCommand.js +18 -41
  39. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +18 -41
  40. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +18 -41
  41. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
  42. package/dist-es/commands/DescribeDomainsCommand.js +18 -41
  43. package/dist-es/commands/DescribeExpressionsCommand.js +18 -41
  44. package/dist-es/commands/DescribeIndexFieldsCommand.js +18 -41
  45. package/dist-es/commands/DescribeScalingParametersCommand.js +18 -41
  46. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
  47. package/dist-es/commands/DescribeSuggestersCommand.js +18 -41
  48. package/dist-es/commands/IndexDocumentsCommand.js +18 -41
  49. package/dist-es/commands/ListDomainNamesCommand.js +18 -41
  50. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +18 -41
  51. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
  52. package/dist-es/commands/UpdateScalingParametersCommand.js +18 -41
  53. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-types/commands/BuildSuggestersCommand.d.ts +6 -21
  56. package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
  57. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +6 -21
  58. package/dist-types/commands/DefineExpressionCommand.d.ts +6 -21
  59. package/dist-types/commands/DefineIndexFieldCommand.d.ts +6 -21
  60. package/dist-types/commands/DefineSuggesterCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteExpressionCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteSuggesterCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeExpressionsCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -21
  74. package/dist-types/commands/DescribeSuggestersCommand.d.ts +6 -21
  75. package/dist-types/commands/IndexDocumentsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -21
  78. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -21
  79. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +6 -21
  80. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/package.json +8 -8
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
4
  import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeScalingParametersCommandInput extends DescribeScalingPa
21
20
  */
22
21
  export interface DescribeScalingParametersCommandOutput extends DescribeScalingParametersResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeScalingParametersCommand_base: {
24
+ new (input: DescribeScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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>
@@ -74,23 +77,5 @@ export interface DescribeScalingParametersCommandOutput extends DescribeScalingP
74
77
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
75
78
  *
76
79
  */
77
- export declare class DescribeScalingParametersCommand extends $Command<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, CloudSearchClientResolvedConfig> {
78
- readonly input: DescribeScalingParametersCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DescribeScalingParametersCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
4
  import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeServiceAccessPoliciesCommandInput extends DescribeServi
21
20
  */
22
21
  export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServiceAccessPoliciesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeServiceAccessPoliciesCommand_base: {
24
+ new (input: DescribeServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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,
@@ -72,23 +75,5 @@ export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServ
72
75
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
73
76
  *
74
77
  */
75
- export declare class DescribeServiceAccessPoliciesCommand extends $Command<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig> {
76
- readonly input: DescribeServiceAccessPoliciesCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DescribeServiceAccessPoliciesCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
4
  import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSuggestersCommandInput extends DescribeSuggestersReques
21
20
  */
22
21
  export interface DescribeSuggestersCommandOutput extends DescribeSuggestersResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSuggestersCommand_base: {
24
+ new (input: DescribeSuggestersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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>
@@ -83,23 +86,5 @@ export interface DescribeSuggestersCommandOutput extends DescribeSuggestersRespo
83
86
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
84
87
  *
85
88
  */
86
- export declare class DescribeSuggestersCommand extends $Command<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig> {
87
- readonly input: DescribeSuggestersCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: DescribeSuggestersCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class DescribeSuggestersCommand extends DescribeSuggestersCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
4
  import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface IndexDocumentsCommandInput extends IndexDocumentsRequest {
21
20
  */
22
21
  export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const IndexDocumentsCommand_base: {
24
+ new (input: IndexDocumentsCommandInput): import("@smithy/smithy-client").CommandImpl<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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>
@@ -66,23 +69,5 @@ export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __M
66
69
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
67
70
  *
68
71
  */
69
- export declare class IndexDocumentsCommand extends $Command<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig> {
70
- readonly input: IndexDocumentsCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: IndexDocumentsCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IndexDocumentsCommandInput, IndexDocumentsCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class IndexDocumentsCommand extends IndexDocumentsCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
4
  import { ListDomainNamesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDomainNamesCommandInput {
21
20
  */
22
21
  export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDomainNamesCommand_base: {
24
+ new (input: ListDomainNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all search domains owned by an account.</p>
@@ -54,23 +57,5 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
54
57
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
55
58
  *
56
59
  */
57
- export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig> {
58
- readonly input: ListDomainNamesCommandInput;
59
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
- /**
61
- * @public
62
- */
63
- constructor(input: ListDomainNamesCommandInput);
64
- /**
65
- * @internal
66
- */
67
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
68
- /**
69
- * @internal
70
- */
71
- private serialize;
72
- /**
73
- * @internal
74
- */
75
- private deserialize;
60
+ export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
76
61
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
4
  import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAvailabilityOptionsCommandInput extends UpdateAvailabilit
21
20
  */
22
21
  export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabilityOptionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAvailabilityOptionsCommand_base: {
24
+ new (input: UpdateAvailabilityOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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>
@@ -83,23 +86,5 @@ export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabili
83
86
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
84
87
  *
85
88
  */
86
- export declare class UpdateAvailabilityOptionsCommand extends $Command<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig> {
87
- readonly input: UpdateAvailabilityOptionsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: UpdateAvailabilityOptionsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
4
  import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDomainEndpointOptionsCommandInput extends UpdateDomainEnd
21
20
  */
22
21
  export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEndpointOptionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDomainEndpointOptionsCommand_base: {
24
+ new (input: UpdateDomainEndpointOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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>
@@ -89,23 +92,5 @@ export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEn
89
92
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
90
93
  *
91
94
  */
92
- export declare class UpdateDomainEndpointOptionsCommand extends $Command<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig> {
93
- readonly input: UpdateDomainEndpointOptionsCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: UpdateDomainEndpointOptionsCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
4
  import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateScalingParametersCommandInput extends UpdateScalingParame
21
20
  */
22
21
  export interface UpdateScalingParametersCommandOutput extends UpdateScalingParametersResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateScalingParametersCommand_base: {
24
+ new (input: UpdateScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <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>
@@ -88,23 +91,5 @@ export interface UpdateScalingParametersCommandOutput extends UpdateScalingParam
88
91
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
89
92
  *
90
93
  */
91
- export declare class UpdateScalingParametersCommand extends $Command<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig> {
92
- readonly input: UpdateScalingParametersCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: UpdateScalingParametersCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
4
  import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateServiceAccessPoliciesCommandInput extends UpdateServiceAc
21
20
  */
22
21
  export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceAccessPoliciesResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateServiceAccessPoliciesCommand_base: {
24
+ new (input: UpdateServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Configures the access rules that control access to the domain's document and search endpoints.
@@ -82,23 +85,5 @@ export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceA
82
85
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
83
86
  *
84
87
  */
85
- export declare class UpdateServiceAccessPoliciesCommand extends $Command<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig> {
86
- readonly input: UpdateServiceAccessPoliciesCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: UpdateServiceAccessPoliciesCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {
104
89
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {}
20
14
  export interface BuildSuggestersCommandOutput
21
15
  extends BuildSuggestersResponse,
22
16
  __MetadataBearer {}
23
- export declare class BuildSuggestersCommand extends $Command<
24
- BuildSuggestersCommandInput,
25
- BuildSuggestersCommandOutput,
26
- CloudSearchClientResolvedConfig
27
- > {
28
- readonly input: BuildSuggestersCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: BuildSuggestersCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudSearchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<BuildSuggestersCommandInput, BuildSuggestersCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const BuildSuggestersCommand_base: {
18
+ new (
19
+ input: BuildSuggestersCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ BuildSuggestersCommandInput,
22
+ BuildSuggestersCommandOutput,
23
+ CloudSearchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {}
17
11
  export interface CreateDomainCommandOutput
18
12
  extends CreateDomainResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateDomainCommand extends $Command<
21
- CreateDomainCommandInput,
22
- CreateDomainCommandOutput,
23
- CloudSearchClientResolvedConfig
24
- > {
25
- readonly input: CreateDomainCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateDomainCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudSearchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateDomainCommand_base: {
15
+ new (
16
+ input: CreateDomainCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateDomainCommandInput,
19
+ CreateDomainCommandOutput,
20
+ CloudSearchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateDomainCommand extends CreateDomainCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DefineAnalysisSchemeCommandInput
21
15
  export interface DefineAnalysisSchemeCommandOutput
22
16
  extends DefineAnalysisSchemeResponse,
23
17
  __MetadataBearer {}
24
- export declare class DefineAnalysisSchemeCommand extends $Command<
25
- DefineAnalysisSchemeCommandInput,
26
- DefineAnalysisSchemeCommandOutput,
27
- CloudSearchClientResolvedConfig
28
- > {
29
- readonly input: DefineAnalysisSchemeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DefineAnalysisSchemeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudSearchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DefineAnalysisSchemeCommand_base: {
19
+ new (
20
+ input: DefineAnalysisSchemeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DefineAnalysisSchemeCommandInput,
38
- DefineAnalysisSchemeCommandOutput
23
+ DefineAnalysisSchemeCommandOutput,
24
+ CloudSearchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudSearchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DefineExpressionCommandInput extends DefineExpressionRequest {}
20
14
  export interface DefineExpressionCommandOutput
21
15
  extends DefineExpressionResponse,
22
16
  __MetadataBearer {}
23
- export declare class DefineExpressionCommand extends $Command<
24
- DefineExpressionCommandInput,
25
- DefineExpressionCommandOutput,
26
- CloudSearchClientResolvedConfig
27
- > {
28
- readonly input: DefineExpressionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DefineExpressionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudSearchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DefineExpressionCommandInput, DefineExpressionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DefineExpressionCommand_base: {
18
+ new (
19
+ input: DefineExpressionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DefineExpressionCommandInput,
22
+ DefineExpressionCommandOutput,
23
+ CloudSearchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DefineExpressionCommand extends DefineExpressionCommand_base {}