@aws-sdk/client-cloudsearch 3.34.0 → 3.37.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.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/CloudSearch.js +0 -10
- package/dist-cjs/CloudSearchClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/BuildSuggestersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateDomainCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DefineAnalysisSchemeCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DefineExpressionCommand.js +2 -27
- package/dist-cjs/commands/DefineIndexFieldCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DefineSuggesterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteAnalysisSchemeCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteDomainCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteExpressionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteIndexFieldCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteSuggesterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAnalysisSchemesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAvailabilityOptionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeDomainEndpointOptionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeDomainsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeExpressionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeIndexFieldsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeScalingParametersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeServiceAccessPoliciesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeSuggestersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/IndexDocumentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListDomainNamesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateAvailabilityOptionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateDomainEndpointOptionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateScalingParametersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateServiceAccessPoliciesCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +7 -278
- package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +164 -71
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/CloudSearch.js +0 -1
- package/{dist/es → dist-es}/CloudSearchClient.js +1 -2
- package/{dist/es → dist-es}/commands/BuildSuggestersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateDomainCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DefineAnalysisSchemeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DefineExpressionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DefineIndexFieldCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DefineSuggesterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteAnalysisSchemeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteDomainCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteExpressionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteIndexFieldCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteSuggesterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAnalysisSchemesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAvailabilityOptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeDomainEndpointOptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeDomainsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeExpressionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeIndexFieldsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeScalingParametersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeServiceAccessPoliciesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeSuggestersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/IndexDocumentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListDomainNamesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateAvailabilityOptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDomainEndpointOptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateScalingParametersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateServiceAccessPoliciesCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +4 -5
- package/{dist/es → dist-es}/protocols/Aws_query.js +308 -213
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/CloudSearch.d.ts +1 -1
- package/{dist/types → dist-types}/CloudSearchClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/BuildSuggestersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDomainCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DefineAnalysisSchemeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DefineExpressionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DefineIndexFieldCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DefineSuggesterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAnalysisSchemeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDomainCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteExpressionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteIndexFieldCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSuggesterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAnalysisSchemesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAvailabilityOptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDomainEndpointOptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDomainsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeExpressionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeIndexFieldsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeScalingParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeServiceAccessPoliciesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSuggestersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/IndexDocumentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDomainNamesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAvailabilityOptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDomainEndpointOptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateScalingParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateServiceAccessPoliciesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +21 -21
- package/{dist/types → dist-types}/protocols/Aws_query.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/CloudSearch.d.ts +28 -97
- package/{dist/types → dist-types}/ts3.4/CloudSearchClient.d.ts +32 -103
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1097 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/CloudSearch.ts +0 -978
- package/CloudSearchClient.ts +0 -358
- package/commands/BuildSuggestersCommand.ts +0 -94
- package/commands/CreateDomainCommand.ts +0 -92
- package/commands/DefineAnalysisSchemeCommand.ts +0 -94
- package/commands/DefineExpressionCommand.ts +0 -94
- package/commands/DefineIndexFieldCommand.ts +0 -94
- package/commands/DefineSuggesterCommand.ts +0 -94
- package/commands/DeleteAnalysisSchemeCommand.ts +0 -94
- package/commands/DeleteDomainCommand.ts +0 -92
- package/commands/DeleteExpressionCommand.ts +0 -94
- package/commands/DeleteIndexFieldCommand.ts +0 -94
- package/commands/DeleteSuggesterCommand.ts +0 -94
- package/commands/DescribeAnalysisSchemesCommand.ts +0 -94
- package/commands/DescribeAvailabilityOptionsCommand.ts +0 -99
- package/commands/DescribeDomainEndpointOptionsCommand.ts +0 -99
- package/commands/DescribeDomainsCommand.ts +0 -96
- package/commands/DescribeExpressionsCommand.ts +0 -94
- package/commands/DescribeIndexFieldsCommand.ts +0 -96
- package/commands/DescribeScalingParametersCommand.ts +0 -97
- package/commands/DescribeServiceAccessPoliciesCommand.ts +0 -100
- package/commands/DescribeSuggestersCommand.ts +0 -94
- package/commands/IndexDocumentsCommand.ts +0 -94
- package/commands/ListDomainNamesCommand.ts +0 -94
- package/commands/UpdateAvailabilityOptionsCommand.ts +0 -97
- package/commands/UpdateDomainEndpointOptionsCommand.ts +0 -99
- package/commands/UpdateScalingParametersCommand.ts +0 -94
- package/commands/UpdateServiceAccessPoliciesCommand.ts +0 -101
- package/dist/cjs/CloudSearch.js.map +0 -1
- package/dist/cjs/CloudSearchClient.js +0 -50
- package/dist/cjs/CloudSearchClient.js.map +0 -1
- package/dist/cjs/commands/BuildSuggestersCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDomainCommand.js.map +0 -1
- package/dist/cjs/commands/DefineAnalysisSchemeCommand.js.map +0 -1
- package/dist/cjs/commands/DefineExpressionCommand.js.map +0 -1
- package/dist/cjs/commands/DefineIndexFieldCommand.js +0 -61
- package/dist/cjs/commands/DefineIndexFieldCommand.js.map +0 -1
- package/dist/cjs/commands/DefineSuggesterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAnalysisSchemeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDomainCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteExpressionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIndexFieldCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSuggesterCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAnalysisSchemesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAvailabilityOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDomainEndpointOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDomainsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeExpressionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeIndexFieldsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScalingParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeServiceAccessPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSuggestersCommand.js.map +0 -1
- package/dist/cjs/commands/IndexDocumentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDomainNamesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAvailabilityOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDomainEndpointOptionsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateScalingParametersCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateServiceAccessPoliciesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/protocols/Aws_query.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/CloudSearch.js.map +0 -1
- package/dist/es/CloudSearchClient.js.map +0 -1
- package/dist/es/commands/BuildSuggestersCommand.js.map +0 -1
- package/dist/es/commands/CreateDomainCommand.js.map +0 -1
- package/dist/es/commands/DefineAnalysisSchemeCommand.js.map +0 -1
- package/dist/es/commands/DefineExpressionCommand.js.map +0 -1
- package/dist/es/commands/DefineIndexFieldCommand.js.map +0 -1
- package/dist/es/commands/DefineSuggesterCommand.js.map +0 -1
- package/dist/es/commands/DeleteAnalysisSchemeCommand.js.map +0 -1
- package/dist/es/commands/DeleteDomainCommand.js.map +0 -1
- package/dist/es/commands/DeleteExpressionCommand.js.map +0 -1
- package/dist/es/commands/DeleteIndexFieldCommand.js.map +0 -1
- package/dist/es/commands/DeleteSuggesterCommand.js.map +0 -1
- package/dist/es/commands/DescribeAnalysisSchemesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAvailabilityOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDomainEndpointOptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeDomainsCommand.js.map +0 -1
- package/dist/es/commands/DescribeExpressionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeIndexFieldsCommand.js.map +0 -1
- package/dist/es/commands/DescribeScalingParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeServiceAccessPoliciesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSuggestersCommand.js.map +0 -1
- package/dist/es/commands/IndexDocumentsCommand.js.map +0 -1
- package/dist/es/commands/ListDomainNamesCommand.js.map +0 -1
- package/dist/es/commands/UpdateAvailabilityOptionsCommand.js.map +0 -1
- package/dist/es/commands/UpdateDomainEndpointOptionsCommand.js.map +0 -1
- package/dist/es/commands/UpdateScalingParametersCommand.js.map +0 -1
- package/dist/es/commands/UpdateServiceAccessPoliciesCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -30
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/protocols/Aws_query.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/BuildSuggestersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDomainCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DefineExpressionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DefineIndexFieldCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DefineSuggesterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteExpressionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteSuggesterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDomainsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeExpressionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSuggestersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/IndexDocumentsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +0 -37
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1973
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2531
- package/protocols/Aws_query.ts +0 -4956
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
2
|
-
import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_queryDeleteSuggesterCommand,
|
|
5
|
-
serializeAws_queryDeleteSuggesterCommand,
|
|
6
|
-
} from "../protocols/Aws_query";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {}
|
|
21
|
-
export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <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>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { CloudSearchClient, DeleteSuggesterCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
|
|
29
|
-
* // const { CloudSearchClient, DeleteSuggesterCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
|
|
30
|
-
* const client = new CloudSearchClient(config);
|
|
31
|
-
* const command = new DeleteSuggesterCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link DeleteSuggesterCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link DeleteSuggesterCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link CloudSearchClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class DeleteSuggesterCommand extends $Command<
|
|
41
|
-
DeleteSuggesterCommandInput,
|
|
42
|
-
DeleteSuggesterCommandOutput,
|
|
43
|
-
CloudSearchClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: DeleteSuggesterCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "CloudSearchClient";
|
|
68
|
-
const commandName = "DeleteSuggesterCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: DeleteSuggesterRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: DeleteSuggesterResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: DeleteSuggesterCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_queryDeleteSuggesterCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteSuggesterCommandOutput> {
|
|
89
|
-
return deserializeAws_queryDeleteSuggesterCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
2
|
-
import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_queryDescribeAnalysisSchemesCommand,
|
|
5
|
-
serializeAws_queryDescribeAnalysisSchemesCommand,
|
|
6
|
-
} from "../protocols/Aws_query";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DescribeAnalysisSchemesCommandInput extends DescribeAnalysisSchemesRequest {}
|
|
21
|
-
export interface DescribeAnalysisSchemesCommandOutput extends DescribeAnalysisSchemesResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <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>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { CloudSearchClient, DescribeAnalysisSchemesCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
|
|
29
|
-
* // const { CloudSearchClient, DescribeAnalysisSchemesCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
|
|
30
|
-
* const client = new CloudSearchClient(config);
|
|
31
|
-
* const command = new DescribeAnalysisSchemesCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link DescribeAnalysisSchemesCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link DescribeAnalysisSchemesCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link CloudSearchClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class DescribeAnalysisSchemesCommand extends $Command<
|
|
41
|
-
DescribeAnalysisSchemesCommandInput,
|
|
42
|
-
DescribeAnalysisSchemesCommandOutput,
|
|
43
|
-
CloudSearchClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: DescribeAnalysisSchemesCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "CloudSearchClient";
|
|
68
|
-
const commandName = "DescribeAnalysisSchemesCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: DescribeAnalysisSchemesRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: DescribeAnalysisSchemesResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: DescribeAnalysisSchemesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_queryDescribeAnalysisSchemesCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeAnalysisSchemesCommandOutput> {
|
|
89
|
-
return deserializeAws_queryDescribeAnalysisSchemesCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
2
|
-
import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_queryDescribeAvailabilityOptionsCommand,
|
|
5
|
-
serializeAws_queryDescribeAvailabilityOptionsCommand,
|
|
6
|
-
} from "../protocols/Aws_query";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DescribeAvailabilityOptionsCommandInput extends DescribeAvailabilityOptionsRequest {}
|
|
21
|
-
export interface DescribeAvailabilityOptionsCommandOutput
|
|
22
|
-
extends DescribeAvailabilityOptionsResponse,
|
|
23
|
-
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* <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>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { CloudSearchClient, DescribeAvailabilityOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
|
|
31
|
-
* // const { CloudSearchClient, DescribeAvailabilityOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
|
|
32
|
-
* const client = new CloudSearchClient(config);
|
|
33
|
-
* const command = new DescribeAvailabilityOptionsCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link DescribeAvailabilityOptionsCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link DescribeAvailabilityOptionsCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link CloudSearchClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class DescribeAvailabilityOptionsCommand extends $Command<
|
|
43
|
-
DescribeAvailabilityOptionsCommandInput,
|
|
44
|
-
DescribeAvailabilityOptionsCommandOutput,
|
|
45
|
-
CloudSearchClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: DescribeAvailabilityOptionsCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "CloudSearchClient";
|
|
70
|
-
const commandName = "DescribeAvailabilityOptionsCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: DescribeAvailabilityOptionsRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: DescribeAvailabilityOptionsResponse.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(input: DescribeAvailabilityOptionsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_queryDescribeAvailabilityOptionsCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(
|
|
91
|
-
output: __HttpResponse,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
): Promise<DescribeAvailabilityOptionsCommandOutput> {
|
|
94
|
-
return deserializeAws_queryDescribeAvailabilityOptionsCommand(output, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Start section: command_body_extra
|
|
98
|
-
// End section: command_body_extra
|
|
99
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
2
|
-
import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_queryDescribeDomainEndpointOptionsCommand,
|
|
5
|
-
serializeAws_queryDescribeDomainEndpointOptionsCommand,
|
|
6
|
-
} from "../protocols/Aws_query";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DescribeDomainEndpointOptionsCommandInput extends DescribeDomainEndpointOptionsRequest {}
|
|
21
|
-
export interface DescribeDomainEndpointOptionsCommandOutput
|
|
22
|
-
extends DescribeDomainEndpointOptionsResponse,
|
|
23
|
-
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* <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>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { CloudSearchClient, DescribeDomainEndpointOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
|
|
31
|
-
* // const { CloudSearchClient, DescribeDomainEndpointOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
|
|
32
|
-
* const client = new CloudSearchClient(config);
|
|
33
|
-
* const command = new DescribeDomainEndpointOptionsCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link DescribeDomainEndpointOptionsCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link DescribeDomainEndpointOptionsCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link CloudSearchClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class DescribeDomainEndpointOptionsCommand extends $Command<
|
|
43
|
-
DescribeDomainEndpointOptionsCommandInput,
|
|
44
|
-
DescribeDomainEndpointOptionsCommandOutput,
|
|
45
|
-
CloudSearchClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: DescribeDomainEndpointOptionsCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "CloudSearchClient";
|
|
70
|
-
const commandName = "DescribeDomainEndpointOptionsCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: DescribeDomainEndpointOptionsRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: DescribeDomainEndpointOptionsResponse.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(input: DescribeDomainEndpointOptionsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_queryDescribeDomainEndpointOptionsCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(
|
|
91
|
-
output: __HttpResponse,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
): Promise<DescribeDomainEndpointOptionsCommandOutput> {
|
|
94
|
-
return deserializeAws_queryDescribeDomainEndpointOptionsCommand(output, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Start section: command_body_extra
|
|
98
|
-
// End section: command_body_extra
|
|
99
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
2
|
-
import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_queryDescribeDomainsCommand,
|
|
5
|
-
serializeAws_queryDescribeDomainsCommand,
|
|
6
|
-
} from "../protocols/Aws_query";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {}
|
|
21
|
-
export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Gets information about the search domains owned by this account. Can be limited to specific domains. Shows
|
|
25
|
-
* all domains by default. To get the number of searchable documents in a domain, use the console or submit a <code>matchall</code> request to your domain's search endpoint: <code>q=matchall&q.parser=structured&size=0</code>. For more information,
|
|
26
|
-
* see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Information about a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { CloudSearchClient, DescribeDomainsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
|
|
31
|
-
* // const { CloudSearchClient, DescribeDomainsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
|
|
32
|
-
* const client = new CloudSearchClient(config);
|
|
33
|
-
* const command = new DescribeDomainsCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link DescribeDomainsCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link DescribeDomainsCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link CloudSearchClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class DescribeDomainsCommand extends $Command<
|
|
43
|
-
DescribeDomainsCommandInput,
|
|
44
|
-
DescribeDomainsCommandOutput,
|
|
45
|
-
CloudSearchClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: DescribeDomainsCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<DescribeDomainsCommandInput, DescribeDomainsCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "CloudSearchClient";
|
|
70
|
-
const commandName = "DescribeDomainsCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: DescribeDomainsRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: DescribeDomainsResponse.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(input: DescribeDomainsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_queryDescribeDomainsCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeDomainsCommandOutput> {
|
|
91
|
-
return deserializeAws_queryDescribeDomainsCommand(output, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// Start section: command_body_extra
|
|
95
|
-
// End section: command_body_extra
|
|
96
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
2
|
-
import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_queryDescribeExpressionsCommand,
|
|
5
|
-
serializeAws_queryDescribeExpressionsCommand,
|
|
6
|
-
} from "../protocols/Aws_query";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DescribeExpressionsCommandInput extends DescribeExpressionsRequest {}
|
|
21
|
-
export interface DescribeExpressionsCommandOutput extends DescribeExpressionsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <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>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { CloudSearchClient, DescribeExpressionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
|
|
29
|
-
* // const { CloudSearchClient, DescribeExpressionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
|
|
30
|
-
* const client = new CloudSearchClient(config);
|
|
31
|
-
* const command = new DescribeExpressionsCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link DescribeExpressionsCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link DescribeExpressionsCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link CloudSearchClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class DescribeExpressionsCommand extends $Command<
|
|
41
|
-
DescribeExpressionsCommandInput,
|
|
42
|
-
DescribeExpressionsCommandOutput,
|
|
43
|
-
CloudSearchClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: DescribeExpressionsCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "CloudSearchClient";
|
|
68
|
-
const commandName = "DescribeExpressionsCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: DescribeExpressionsRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: DescribeExpressionsResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: DescribeExpressionsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_queryDescribeExpressionsCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeExpressionsCommandOutput> {
|
|
89
|
-
return deserializeAws_queryDescribeExpressionsCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
2
|
-
import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_queryDescribeIndexFieldsCommand,
|
|
5
|
-
serializeAws_queryDescribeIndexFieldsCommand,
|
|
6
|
-
} from "../protocols/Aws_query";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DescribeIndexFieldsCommandInput extends DescribeIndexFieldsRequest {}
|
|
21
|
-
export interface DescribeIndexFieldsCommandOutput extends DescribeIndexFieldsResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Gets information about the index fields configured for the search domain.
|
|
25
|
-
* Can be limited to specific fields by name. By default, shows all fields 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,
|
|
26
|
-
* see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Domain Information</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { CloudSearchClient, DescribeIndexFieldsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
|
|
31
|
-
* // const { CloudSearchClient, DescribeIndexFieldsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
|
|
32
|
-
* const client = new CloudSearchClient(config);
|
|
33
|
-
* const command = new DescribeIndexFieldsCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link DescribeIndexFieldsCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link DescribeIndexFieldsCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link CloudSearchClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class DescribeIndexFieldsCommand extends $Command<
|
|
43
|
-
DescribeIndexFieldsCommandInput,
|
|
44
|
-
DescribeIndexFieldsCommandOutput,
|
|
45
|
-
CloudSearchClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: DescribeIndexFieldsCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "CloudSearchClient";
|
|
70
|
-
const commandName = "DescribeIndexFieldsCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: DescribeIndexFieldsRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: DescribeIndexFieldsResponse.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(input: DescribeIndexFieldsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_queryDescribeIndexFieldsCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeIndexFieldsCommandOutput> {
|
|
91
|
-
return deserializeAws_queryDescribeIndexFieldsCommand(output, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// Start section: command_body_extra
|
|
95
|
-
// End section: command_body_extra
|
|
96
|
-
}
|