@aws-sdk/client-cloudsearch 3.337.0 → 3.341.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 (117) hide show
  1. package/dist-cjs/CloudSearchClient.js +2 -1
  2. package/dist-cjs/commands/BuildSuggestersCommand.js +2 -1
  3. package/dist-cjs/commands/CreateDomainCommand.js +2 -1
  4. package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +2 -1
  5. package/dist-cjs/commands/DefineExpressionCommand.js +2 -1
  6. package/dist-cjs/commands/DefineIndexFieldCommand.js +2 -1
  7. package/dist-cjs/commands/DefineSuggesterCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteDomainCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteExpressionCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteIndexFieldCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteSuggesterCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeDomainsCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeExpressionsCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeIndexFieldsCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeScalingParametersCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeSuggestersCommand.js +2 -1
  22. package/dist-cjs/commands/IndexDocumentsCommand.js +2 -1
  23. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateScalingParametersCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +2 -1
  28. package/dist-cjs/index.js +1 -1
  29. package/dist-cjs/models/CloudSearchServiceException.js +2 -1
  30. package/dist-es/CloudSearchClient.js +1 -0
  31. package/dist-es/commands/BuildSuggestersCommand.js +1 -0
  32. package/dist-es/commands/CreateDomainCommand.js +1 -0
  33. package/dist-es/commands/DefineAnalysisSchemeCommand.js +1 -0
  34. package/dist-es/commands/DefineExpressionCommand.js +1 -0
  35. package/dist-es/commands/DefineIndexFieldCommand.js +1 -0
  36. package/dist-es/commands/DefineSuggesterCommand.js +1 -0
  37. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +1 -0
  38. package/dist-es/commands/DeleteDomainCommand.js +1 -0
  39. package/dist-es/commands/DeleteExpressionCommand.js +1 -0
  40. package/dist-es/commands/DeleteIndexFieldCommand.js +1 -0
  41. package/dist-es/commands/DeleteSuggesterCommand.js +1 -0
  42. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +1 -0
  43. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +1 -0
  44. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +1 -0
  45. package/dist-es/commands/DescribeDomainsCommand.js +1 -0
  46. package/dist-es/commands/DescribeExpressionsCommand.js +1 -0
  47. package/dist-es/commands/DescribeIndexFieldsCommand.js +1 -0
  48. package/dist-es/commands/DescribeScalingParametersCommand.js +1 -0
  49. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +1 -0
  50. package/dist-es/commands/DescribeSuggestersCommand.js +1 -0
  51. package/dist-es/commands/IndexDocumentsCommand.js +1 -0
  52. package/dist-es/commands/ListDomainNamesCommand.js +1 -0
  53. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +1 -0
  54. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +1 -0
  55. package/dist-es/commands/UpdateScalingParametersCommand.js +1 -0
  56. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +1 -0
  57. package/dist-es/index.js +1 -1
  58. package/dist-es/models/CloudSearchServiceException.js +1 -0
  59. package/dist-types/CloudSearchClient.d.ts +3 -3
  60. package/dist-types/commands/BuildSuggestersCommand.d.ts +4 -0
  61. package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
  62. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +4 -0
  63. package/dist-types/commands/DefineExpressionCommand.d.ts +4 -0
  64. package/dist-types/commands/DefineIndexFieldCommand.d.ts +4 -0
  65. package/dist-types/commands/DefineSuggesterCommand.d.ts +4 -0
  66. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +4 -0
  67. package/dist-types/commands/DeleteDomainCommand.d.ts +4 -0
  68. package/dist-types/commands/DeleteExpressionCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +4 -0
  70. package/dist-types/commands/DeleteSuggesterCommand.d.ts +4 -0
  71. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +4 -0
  72. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +4 -0
  73. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +4 -0
  74. package/dist-types/commands/DescribeDomainsCommand.d.ts +4 -0
  75. package/dist-types/commands/DescribeExpressionsCommand.d.ts +4 -0
  76. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +4 -0
  77. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +4 -0
  78. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +4 -0
  79. package/dist-types/commands/DescribeSuggestersCommand.d.ts +4 -0
  80. package/dist-types/commands/IndexDocumentsCommand.d.ts +4 -0
  81. package/dist-types/commands/ListDomainNamesCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +4 -0
  83. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +4 -0
  84. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +4 -0
  85. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +4 -0
  86. package/dist-types/index.d.ts +12 -1
  87. package/dist-types/models/CloudSearchServiceException.d.ts +1 -0
  88. package/dist-types/ts3.4/CloudSearchClient.d.ts +3 -3
  89. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/index.d.ts +1 -1
  116. package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +1 -0
  117. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateDomainEndpointOptionsCommand, se_UpdateDomainEndpointOptionsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateDomainEndpointOptionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateScalingParametersCommand, se_UpdateScalingParametersCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateScalingParametersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateServiceAccessPoliciesCommand, se_UpdateServiceAccessPoliciesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateServiceAccessPoliciesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from "./CloudSearch";
2
1
  export * from "./CloudSearchClient";
2
+ export * from "./CloudSearch";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { CloudSearchServiceException } from "./models/CloudSearchServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class CloudSearchServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -35,6 +35,7 @@ import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCom
35
35
  import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "./commands/UpdateScalingParametersCommand";
36
36
  import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "./commands/UpdateServiceAccessPoliciesCommand";
37
37
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
38
+ export { __Client };
38
39
  /**
39
40
  * @public
40
41
  */
@@ -149,7 +150,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
149
150
  /**
150
151
  * @public
151
152
  */
152
- type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
153
+ export type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
153
154
  /**
154
155
  * @public
155
156
  *
@@ -160,7 +161,7 @@ export interface CloudSearchClientConfig extends CloudSearchClientConfigType {
160
161
  /**
161
162
  * @public
162
163
  */
163
- type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
164
+ export type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
164
165
  /**
165
166
  * @public
166
167
  *
@@ -191,4 +192,3 @@ export declare class CloudSearchClient extends __Client<__HttpHandlerOptions, Se
191
192
  */
192
193
  destroy(): void;
193
194
  }
194
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { ListDomainNamesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,5 +1,16 @@
1
- export * from "./CloudSearch";
1
+ /**
2
+ * <fullname>Amazon CloudSearch Configuration Service</fullname>
3
+ * <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
4
+ * Configuration service requests are submitted using the AWS Query protocol. AWS Query requests
5
+ * are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.</p>
6
+ * <p>The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com.
7
+ * For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
8
+ * see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" target="_blank">Regions and Endpoints</a>.</p>
9
+ *
10
+ * @packageDocumentation
11
+ */
2
12
  export * from "./CloudSearchClient";
13
+ export * from "./CloudSearch";
3
14
  export * from "./commands";
4
15
  export * from "./models";
5
16
  export { CloudSearchServiceException } from "./models/CloudSearchServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -155,6 +155,7 @@ import {
155
155
  ClientResolvedEndpointParameters,
156
156
  EndpointParameters,
157
157
  } from "./endpoint/EndpointParameters";
158
+ export { __Client };
158
159
  export type ServiceInputTypes =
159
160
  | BuildSuggestersCommandInput
160
161
  | CreateDomainCommandInput
@@ -233,7 +234,7 @@ export interface ClientDefaults
233
234
  logger?: __Logger;
234
235
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
235
236
  }
236
- type CloudSearchClientConfigType = Partial<
237
+ export type CloudSearchClientConfigType = Partial<
237
238
  __SmithyConfiguration<__HttpHandlerOptions>
238
239
  > &
239
240
  ClientDefaults &
@@ -245,7 +246,7 @@ type CloudSearchClientConfigType = Partial<
245
246
  UserAgentInputConfig &
246
247
  ClientInputEndpointParameters;
247
248
  export interface CloudSearchClientConfig extends CloudSearchClientConfigType {}
248
- type CloudSearchClientResolvedConfigType =
249
+ export type CloudSearchClientResolvedConfigType =
249
250
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
250
251
  Required<ClientDefaults> &
251
252
  RegionResolvedConfig &
@@ -267,4 +268,3 @@ export declare class CloudSearchClient extends __Client<
267
268
  constructor(configuration: CloudSearchClientConfig);
268
269
  destroy(): void;
269
270
  }
270
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  BuildSuggestersRequest,
16
16
  BuildSuggestersResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {}
19
20
  export interface BuildSuggestersCommandOutput
20
21
  extends BuildSuggestersResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudSearchClient";
14
14
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateDomainCommandInput extends CreateDomainRequest {}
16
17
  export interface CreateDomainCommandOutput
17
18
  extends CreateDomainResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DefineAnalysisSchemeRequest,
16
16
  DefineAnalysisSchemeResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DefineAnalysisSchemeCommandInput
19
20
  extends DefineAnalysisSchemeRequest {}
20
21
  export interface DefineAnalysisSchemeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DefineExpressionRequest,
16
16
  DefineExpressionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DefineExpressionCommandInput extends DefineExpressionRequest {}
19
20
  export interface DefineExpressionCommandOutput
20
21
  extends DefineExpressionResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DefineIndexFieldRequest,
16
16
  DefineIndexFieldResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {}
19
20
  export interface DefineIndexFieldCommandOutput
20
21
  extends DefineIndexFieldResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DefineSuggesterRequest,
16
16
  DefineSuggesterResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {}
19
20
  export interface DefineSuggesterCommandOutput
20
21
  extends DefineSuggesterResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteAnalysisSchemeRequest,
16
16
  DeleteAnalysisSchemeResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteAnalysisSchemeCommandInput
19
20
  extends DeleteAnalysisSchemeRequest {}
20
21
  export interface DeleteAnalysisSchemeCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudSearchClient";
14
14
  import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
16
17
  export interface DeleteDomainCommandOutput
17
18
  extends DeleteDomainResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteExpressionRequest,
16
16
  DeleteExpressionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {}
19
20
  export interface DeleteExpressionCommandOutput
20
21
  extends DeleteExpressionResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteIndexFieldRequest,
16
16
  DeleteIndexFieldResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {}
19
20
  export interface DeleteIndexFieldCommandOutput
20
21
  extends DeleteIndexFieldResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteSuggesterRequest,
16
16
  DeleteSuggesterResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {}
19
20
  export interface DeleteSuggesterCommandOutput
20
21
  extends DeleteSuggesterResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAnalysisSchemesRequest,
16
16
  DescribeAnalysisSchemesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAnalysisSchemesCommandInput
19
20
  extends DescribeAnalysisSchemesRequest {}
20
21
  export interface DescribeAnalysisSchemesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAvailabilityOptionsRequest,
16
16
  DescribeAvailabilityOptionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAvailabilityOptionsCommandInput
19
20
  extends DescribeAvailabilityOptionsRequest {}
20
21
  export interface DescribeAvailabilityOptionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeDomainEndpointOptionsRequest,
16
16
  DescribeDomainEndpointOptionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDomainEndpointOptionsCommandInput
19
20
  extends DescribeDomainEndpointOptionsRequest {}
20
21
  export interface DescribeDomainEndpointOptionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeDomainsRequest,
16
16
  DescribeDomainsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {}
19
20
  export interface DescribeDomainsCommandOutput
20
21
  extends DescribeDomainsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeExpressionsRequest,
16
16
  DescribeExpressionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeExpressionsCommandInput
19
20
  extends DescribeExpressionsRequest {}
20
21
  export interface DescribeExpressionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeIndexFieldsRequest,
16
16
  DescribeIndexFieldsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeIndexFieldsCommandInput
19
20
  extends DescribeIndexFieldsRequest {}
20
21
  export interface DescribeIndexFieldsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeScalingParametersRequest,
16
16
  DescribeScalingParametersResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeScalingParametersCommandInput
19
20
  extends DescribeScalingParametersRequest {}
20
21
  export interface DescribeScalingParametersCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeServiceAccessPoliciesRequest,
16
16
  DescribeServiceAccessPoliciesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeServiceAccessPoliciesCommandInput
19
20
  extends DescribeServiceAccessPoliciesRequest {}
20
21
  export interface DescribeServiceAccessPoliciesCommandOutput