@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,1973 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
/**
|
|
3
|
-
* <p>An error occurred while processing the request.</p>
|
|
4
|
-
*/
|
|
5
|
-
export interface BaseException extends __SmithyException, $MetadataBearer {
|
|
6
|
-
name: "BaseException";
|
|
7
|
-
$fault: "client";
|
|
8
|
-
/**
|
|
9
|
-
* <p>A machine-parsable string error or warning code.</p>
|
|
10
|
-
*/
|
|
11
|
-
Code?: string;
|
|
12
|
-
/**
|
|
13
|
-
* <p>A human-readable string error or warning message.</p>
|
|
14
|
-
*/
|
|
15
|
-
Message?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare namespace BaseException {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
const filterSensitiveLog: (obj: BaseException) => any;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* <p>Container for the parameters to the <code><a>BuildSuggester</a></code> operation. Specifies the name of the domain you want to update.</p>
|
|
25
|
-
*/
|
|
26
|
-
export interface BuildSuggestersRequest {
|
|
27
|
-
/**
|
|
28
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
29
|
-
*/
|
|
30
|
-
DomainName: string | undefined;
|
|
31
|
-
}
|
|
32
|
-
export declare namespace BuildSuggestersRequest {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
const filterSensitiveLog: (obj: BuildSuggestersRequest) => any;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* <p>The result of a <code>BuildSuggester</code> request. Contains a list of the fields used for suggestions.</p>
|
|
40
|
-
*/
|
|
41
|
-
export interface BuildSuggestersResponse {
|
|
42
|
-
/**
|
|
43
|
-
* <p>A list of field names.</p>
|
|
44
|
-
*/
|
|
45
|
-
FieldNames?: string[];
|
|
46
|
-
}
|
|
47
|
-
export declare namespace BuildSuggestersResponse {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
const filterSensitiveLog: (obj: BuildSuggestersResponse) => any;
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
55
|
-
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
56
|
-
*/
|
|
57
|
-
export interface InternalException extends __SmithyException, $MetadataBearer {
|
|
58
|
-
name: "InternalException";
|
|
59
|
-
$fault: "server";
|
|
60
|
-
/**
|
|
61
|
-
* <p>A machine-parsable string error or warning code.</p>
|
|
62
|
-
*/
|
|
63
|
-
Code?: string;
|
|
64
|
-
/**
|
|
65
|
-
* <p>A human-readable string error or warning message.</p>
|
|
66
|
-
*/
|
|
67
|
-
Message?: string;
|
|
68
|
-
}
|
|
69
|
-
export declare namespace InternalException {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
const filterSensitiveLog: (obj: InternalException) => any;
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
77
|
-
*/
|
|
78
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
79
|
-
name: "ResourceNotFoundException";
|
|
80
|
-
$fault: "client";
|
|
81
|
-
/**
|
|
82
|
-
* <p>A machine-parsable string error or warning code.</p>
|
|
83
|
-
*/
|
|
84
|
-
Code?: string;
|
|
85
|
-
/**
|
|
86
|
-
* <p>A human-readable string error or warning message.</p>
|
|
87
|
-
*/
|
|
88
|
-
Message?: string;
|
|
89
|
-
}
|
|
90
|
-
export declare namespace ResourceNotFoundException {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* <p>Container for the parameters to the <code><a>CreateDomain</a></code> operation. Specifies a name for the new search domain.</p>
|
|
98
|
-
*/
|
|
99
|
-
export interface CreateDomainRequest {
|
|
100
|
-
/**
|
|
101
|
-
* <p>A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.</p>
|
|
102
|
-
*/
|
|
103
|
-
DomainName: string | undefined;
|
|
104
|
-
}
|
|
105
|
-
export declare namespace CreateDomainRequest {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
const filterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* <p>The endpoint to which service requests can be submitted.</p>
|
|
113
|
-
*/
|
|
114
|
-
export interface ServiceEndpoint {
|
|
115
|
-
/**
|
|
116
|
-
* <p>The endpoint to which service requests can be submitted. For example, <code>search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com</code> or <code>doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com</code>.</p>
|
|
117
|
-
*/
|
|
118
|
-
Endpoint?: string;
|
|
119
|
-
}
|
|
120
|
-
export declare namespace ServiceEndpoint {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
const filterSensitiveLog: (obj: ServiceEndpoint) => any;
|
|
125
|
-
}
|
|
126
|
-
export interface Limits {
|
|
127
|
-
MaximumReplicationCount: number | undefined;
|
|
128
|
-
MaximumPartitionCount: number | undefined;
|
|
129
|
-
}
|
|
130
|
-
export declare namespace Limits {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
const filterSensitiveLog: (obj: Limits) => any;
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* <p>The current status of the search domain.</p>
|
|
138
|
-
*/
|
|
139
|
-
export interface DomainStatus {
|
|
140
|
-
/**
|
|
141
|
-
* <p>An internally generated unique identifier for a domain.</p>
|
|
142
|
-
*/
|
|
143
|
-
DomainId: string | undefined;
|
|
144
|
-
/**
|
|
145
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
146
|
-
*/
|
|
147
|
-
DomainName: string | undefined;
|
|
148
|
-
/**
|
|
149
|
-
* <p>The Amazon Resource Name (ARN) of the search domain. See <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html" target="_blank">Identifiers for IAM Entities</a> in <i>Using AWS Identity and Access Management</i> for more information.</p>
|
|
150
|
-
*/
|
|
151
|
-
ARN?: string;
|
|
152
|
-
/**
|
|
153
|
-
* <p>True if the search domain is created. It can take several minutes to initialize a domain when <a>CreateDomain</a> is called. Newly created search domains are returned from <a>DescribeDomains</a> with a false value for Created until domain creation is complete.</p>
|
|
154
|
-
*/
|
|
155
|
-
Created?: boolean;
|
|
156
|
-
/**
|
|
157
|
-
* <p>True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when <a>DeleteDomain</a> is called. Newly deleted search domains are returned from <a>DescribeDomains</a> with a true value for IsDeleted for several minutes until resource cleanup is complete.</p>
|
|
158
|
-
*/
|
|
159
|
-
Deleted?: boolean;
|
|
160
|
-
/**
|
|
161
|
-
* <p>The service endpoint for updating documents in a search domain.</p>
|
|
162
|
-
*/
|
|
163
|
-
DocService?: ServiceEndpoint;
|
|
164
|
-
/**
|
|
165
|
-
* <p>The service endpoint for requesting search results from a search domain.</p>
|
|
166
|
-
*/
|
|
167
|
-
SearchService?: ServiceEndpoint;
|
|
168
|
-
/**
|
|
169
|
-
* <p>True if <a>IndexDocuments</a> needs to be called to activate the current domain configuration.</p>
|
|
170
|
-
*/
|
|
171
|
-
RequiresIndexDocuments: boolean | undefined;
|
|
172
|
-
/**
|
|
173
|
-
* <p>True if processing is being done to activate the current domain configuration.</p>
|
|
174
|
-
*/
|
|
175
|
-
Processing?: boolean;
|
|
176
|
-
/**
|
|
177
|
-
* <p>The instance type that is being used to process search requests.</p>
|
|
178
|
-
*/
|
|
179
|
-
SearchInstanceType?: string;
|
|
180
|
-
/**
|
|
181
|
-
* <p>The number of partitions across which the search index is spread.</p>
|
|
182
|
-
*/
|
|
183
|
-
SearchPartitionCount?: number;
|
|
184
|
-
/**
|
|
185
|
-
* <p>The number of search instances that are available to process search requests.</p>
|
|
186
|
-
*/
|
|
187
|
-
SearchInstanceCount?: number;
|
|
188
|
-
Limits?: Limits;
|
|
189
|
-
}
|
|
190
|
-
export declare namespace DomainStatus {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
const filterSensitiveLog: (obj: DomainStatus) => any;
|
|
195
|
-
}
|
|
196
|
-
/**
|
|
197
|
-
* <p>The result of a <code>CreateDomainRequest</code>. Contains the status of a newly created domain.</p>
|
|
198
|
-
*/
|
|
199
|
-
export interface CreateDomainResponse {
|
|
200
|
-
/**
|
|
201
|
-
* <p>The current status of the search domain.</p>
|
|
202
|
-
*/
|
|
203
|
-
DomainStatus?: DomainStatus;
|
|
204
|
-
}
|
|
205
|
-
export declare namespace CreateDomainResponse {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
const filterSensitiveLog: (obj: CreateDomainResponse) => any;
|
|
210
|
-
}
|
|
211
|
-
/**
|
|
212
|
-
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
213
|
-
*/
|
|
214
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
215
|
-
name: "LimitExceededException";
|
|
216
|
-
$fault: "client";
|
|
217
|
-
/**
|
|
218
|
-
* <p>A machine-parsable string error or warning code.</p>
|
|
219
|
-
*/
|
|
220
|
-
Code?: string;
|
|
221
|
-
/**
|
|
222
|
-
* <p>A human-readable string error or warning message.</p>
|
|
223
|
-
*/
|
|
224
|
-
Message?: string;
|
|
225
|
-
}
|
|
226
|
-
export declare namespace LimitExceededException {
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
231
|
-
}
|
|
232
|
-
/**
|
|
233
|
-
* <p>The request was rejected because it attempted to create a resource that already exists.</p>
|
|
234
|
-
*/
|
|
235
|
-
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
236
|
-
name: "ResourceAlreadyExistsException";
|
|
237
|
-
$fault: "client";
|
|
238
|
-
/**
|
|
239
|
-
* <p>A machine-parsable string error or warning code.</p>
|
|
240
|
-
*/
|
|
241
|
-
Code?: string;
|
|
242
|
-
/**
|
|
243
|
-
* <p>A human-readable string error or warning message.</p>
|
|
244
|
-
*/
|
|
245
|
-
Message?: string;
|
|
246
|
-
}
|
|
247
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
252
|
-
}
|
|
253
|
-
/**
|
|
254
|
-
* <p>The request was rejected because it has invalid parameters.</p>
|
|
255
|
-
*/
|
|
256
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
257
|
-
name: "ValidationException";
|
|
258
|
-
$fault: "client";
|
|
259
|
-
/**
|
|
260
|
-
* <p>A machine-parsable string error or warning code.</p>
|
|
261
|
-
*/
|
|
262
|
-
Code?: string;
|
|
263
|
-
/**
|
|
264
|
-
* <p>A human-readable string error or warning message.</p>
|
|
265
|
-
*/
|
|
266
|
-
Message?: string;
|
|
267
|
-
}
|
|
268
|
-
export declare namespace ValidationException {
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
273
|
-
}
|
|
274
|
-
export declare type AlgorithmicStemming = "full" | "light" | "minimal" | "none";
|
|
275
|
-
/**
|
|
276
|
-
* <p>Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.</p>
|
|
277
|
-
*/
|
|
278
|
-
export interface AnalysisOptions {
|
|
279
|
-
/**
|
|
280
|
-
* <p>A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html#synonyms">Synonyms</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
281
|
-
*/
|
|
282
|
-
Synonyms?: string;
|
|
283
|
-
/**
|
|
284
|
-
* <p>A JSON array of terms to ignore during indexing and searching. For example, <code>["a", "an", "the", "of"]</code>. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported. </p>
|
|
285
|
-
*/
|
|
286
|
-
Stopwords?: string;
|
|
287
|
-
/**
|
|
288
|
-
* <p>A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, <code>{"term1": "stem1", "term2": "stem2", "term3": "stem3"}</code>. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.</p>
|
|
289
|
-
*/
|
|
290
|
-
StemmingDictionary?: string;
|
|
291
|
-
/**
|
|
292
|
-
* <p>A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.</p>
|
|
293
|
-
*/
|
|
294
|
-
JapaneseTokenizationDictionary?: string;
|
|
295
|
-
/**
|
|
296
|
-
* <p>The level of algorithmic stemming to perform: <code>none</code>, <code>minimal</code>, <code>light</code>, or <code>full</code>. The available levels vary depending on the language. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/text-processing.html#text-processing-settings" target="_blank">Language Specific Text Processing Settings</a> in the <i>Amazon CloudSearch Developer Guide</i> </p>
|
|
297
|
-
*/
|
|
298
|
-
AlgorithmicStemming?: AlgorithmicStemming | string;
|
|
299
|
-
}
|
|
300
|
-
export declare namespace AnalysisOptions {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
const filterSensitiveLog: (obj: AnalysisOptions) => any;
|
|
305
|
-
}
|
|
306
|
-
export declare type AnalysisSchemeLanguage = "ar" | "bg" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "eu" | "fa" | "fi" | "fr" | "ga" | "gl" | "he" | "hi" | "hu" | "hy" | "id" | "it" | "ja" | "ko" | "lv" | "mul" | "nl" | "no" | "pt" | "ro" | "ru" | "sv" | "th" | "tr" | "zh-Hans" | "zh-Hant";
|
|
307
|
-
/**
|
|
308
|
-
* <p>Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: <code>Synonyms</code>, <code>Stopwords</code>, <code>StemmingDictionary</code>, <code>JapaneseTokenizationDictionary</code> and <code>AlgorithmicStemming</code>.</p>
|
|
309
|
-
*/
|
|
310
|
-
export interface AnalysisScheme {
|
|
311
|
-
/**
|
|
312
|
-
* <p>Names must begin with a letter and can contain the following characters:
|
|
313
|
-
* a-z (lowercase), 0-9, and _ (underscore).</p>
|
|
314
|
-
*/
|
|
315
|
-
AnalysisSchemeName: string | undefined;
|
|
316
|
-
/**
|
|
317
|
-
* <p>An <a href="http://tools.ietf.org/html/rfc4646" target="_blank">IETF RFC 4646</a> language code or <code>mul</code> for multiple languages.</p>
|
|
318
|
-
*/
|
|
319
|
-
AnalysisSchemeLanguage: AnalysisSchemeLanguage | string | undefined;
|
|
320
|
-
/**
|
|
321
|
-
* <p>Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.</p>
|
|
322
|
-
*/
|
|
323
|
-
AnalysisOptions?: AnalysisOptions;
|
|
324
|
-
}
|
|
325
|
-
export declare namespace AnalysisScheme {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
|
-
const filterSensitiveLog: (obj: AnalysisScheme) => any;
|
|
330
|
-
}
|
|
331
|
-
/**
|
|
332
|
-
* <p>Container for the parameters to the <code><a>DefineAnalysisScheme</a></code> operation. Specifies the name of the domain you want to update and the analysis scheme configuration.</p>
|
|
333
|
-
*/
|
|
334
|
-
export interface DefineAnalysisSchemeRequest {
|
|
335
|
-
/**
|
|
336
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
337
|
-
*/
|
|
338
|
-
DomainName: string | undefined;
|
|
339
|
-
/**
|
|
340
|
-
* <p>Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: <code>Synonyms</code>, <code>Stopwords</code>, <code>StemmingDictionary</code>, <code>JapaneseTokenizationDictionary</code> and <code>AlgorithmicStemming</code>.</p>
|
|
341
|
-
*/
|
|
342
|
-
AnalysisScheme: AnalysisScheme | undefined;
|
|
343
|
-
}
|
|
344
|
-
export declare namespace DefineAnalysisSchemeRequest {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
const filterSensitiveLog: (obj: DefineAnalysisSchemeRequest) => any;
|
|
349
|
-
}
|
|
350
|
-
export declare type OptionState = "Active" | "FailedToValidate" | "Processing" | "RequiresIndexDocuments";
|
|
351
|
-
/**
|
|
352
|
-
* <p>The status of domain configuration option.</p>
|
|
353
|
-
*/
|
|
354
|
-
export interface OptionStatus {
|
|
355
|
-
/**
|
|
356
|
-
* <p>A timestamp for when this option was created.</p>
|
|
357
|
-
*/
|
|
358
|
-
CreationDate: Date | undefined;
|
|
359
|
-
/**
|
|
360
|
-
* <p>A timestamp for when this option was last updated.</p>
|
|
361
|
-
*/
|
|
362
|
-
UpdateDate: Date | undefined;
|
|
363
|
-
/**
|
|
364
|
-
* <p>A unique integer that indicates when this option was last updated.</p>
|
|
365
|
-
*/
|
|
366
|
-
UpdateVersion?: number;
|
|
367
|
-
/**
|
|
368
|
-
* <p>The state of processing a change to an option. Possible values:</p><ul>
|
|
369
|
-
* <li><code>RequiresIndexDocuments</code>: the option's latest value will not be deployed until <a>IndexDocuments</a> has been called and indexing is complete.</li>
|
|
370
|
-
* <li><code>Processing</code>: the option's latest value is in the process of being activated. </li>
|
|
371
|
-
* <li><code>Active</code>: the option's latest value is completely deployed.</li>
|
|
372
|
-
* <li><code>FailedToValidate</code>: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.</li>
|
|
373
|
-
* </ul>
|
|
374
|
-
*/
|
|
375
|
-
State: OptionState | string | undefined;
|
|
376
|
-
/**
|
|
377
|
-
* <p>Indicates that the option will be deleted once processing is complete.</p>
|
|
378
|
-
*/
|
|
379
|
-
PendingDeletion?: boolean;
|
|
380
|
-
}
|
|
381
|
-
export declare namespace OptionStatus {
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
|
-
const filterSensitiveLog: (obj: OptionStatus) => any;
|
|
386
|
-
}
|
|
387
|
-
/**
|
|
388
|
-
* <p>The status and configuration of an <code>AnalysisScheme</code>.</p>
|
|
389
|
-
*/
|
|
390
|
-
export interface AnalysisSchemeStatus {
|
|
391
|
-
/**
|
|
392
|
-
* <p>Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: <code>Synonyms</code>, <code>Stopwords</code>, <code>StemmingDictionary</code>, <code>JapaneseTokenizationDictionary</code> and <code>AlgorithmicStemming</code>.</p>
|
|
393
|
-
*/
|
|
394
|
-
Options: AnalysisScheme | undefined;
|
|
395
|
-
/**
|
|
396
|
-
* <p>The status of domain configuration option.</p>
|
|
397
|
-
*/
|
|
398
|
-
Status: OptionStatus | undefined;
|
|
399
|
-
}
|
|
400
|
-
export declare namespace AnalysisSchemeStatus {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
const filterSensitiveLog: (obj: AnalysisSchemeStatus) => any;
|
|
405
|
-
}
|
|
406
|
-
/**
|
|
407
|
-
* <p>The result of a <code><a>DefineAnalysisScheme</a></code> request. Contains the status of the newly-configured analysis scheme.</p>
|
|
408
|
-
*/
|
|
409
|
-
export interface DefineAnalysisSchemeResponse {
|
|
410
|
-
/**
|
|
411
|
-
* <p>The status and configuration of an <code>AnalysisScheme</code>.</p>
|
|
412
|
-
*/
|
|
413
|
-
AnalysisScheme: AnalysisSchemeStatus | undefined;
|
|
414
|
-
}
|
|
415
|
-
export declare namespace DefineAnalysisSchemeResponse {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
|
-
const filterSensitiveLog: (obj: DefineAnalysisSchemeResponse) => any;
|
|
420
|
-
}
|
|
421
|
-
/**
|
|
422
|
-
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
423
|
-
*/
|
|
424
|
-
export interface InvalidTypeException extends __SmithyException, $MetadataBearer {
|
|
425
|
-
name: "InvalidTypeException";
|
|
426
|
-
$fault: "client";
|
|
427
|
-
/**
|
|
428
|
-
* <p>A machine-parsable string error or warning code.</p>
|
|
429
|
-
*/
|
|
430
|
-
Code?: string;
|
|
431
|
-
/**
|
|
432
|
-
* <p>A human-readable string error or warning message.</p>
|
|
433
|
-
*/
|
|
434
|
-
Message?: string;
|
|
435
|
-
}
|
|
436
|
-
export declare namespace InvalidTypeException {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
const filterSensitiveLog: (obj: InvalidTypeException) => any;
|
|
441
|
-
}
|
|
442
|
-
/**
|
|
443
|
-
* <p>A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results. </p>
|
|
444
|
-
*/
|
|
445
|
-
export interface Expression {
|
|
446
|
-
/**
|
|
447
|
-
* <p>Names must begin with a letter and can contain the following characters:
|
|
448
|
-
* a-z (lowercase), 0-9, and _ (underscore).</p>
|
|
449
|
-
*/
|
|
450
|
-
ExpressionName: string | undefined;
|
|
451
|
-
/**
|
|
452
|
-
* <p>The expression to evaluate for sorting while processing a search request. The <code>Expression</code> syntax is based on JavaScript expressions. 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>
|
|
453
|
-
*/
|
|
454
|
-
ExpressionValue: string | undefined;
|
|
455
|
-
}
|
|
456
|
-
export declare namespace Expression {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
|
-
const filterSensitiveLog: (obj: Expression) => any;
|
|
461
|
-
}
|
|
462
|
-
/**
|
|
463
|
-
* <p>Container for the parameters to the <code><a>DefineExpression</a></code> operation. Specifies the name of the domain you want to update and the expression you want to configure.</p>
|
|
464
|
-
*/
|
|
465
|
-
export interface DefineExpressionRequest {
|
|
466
|
-
/**
|
|
467
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
468
|
-
*/
|
|
469
|
-
DomainName: string | undefined;
|
|
470
|
-
/**
|
|
471
|
-
* <p>A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results. </p>
|
|
472
|
-
*/
|
|
473
|
-
Expression: Expression | undefined;
|
|
474
|
-
}
|
|
475
|
-
export declare namespace DefineExpressionRequest {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
|
-
const filterSensitiveLog: (obj: DefineExpressionRequest) => any;
|
|
480
|
-
}
|
|
481
|
-
/**
|
|
482
|
-
* <p>The value of an <code>Expression</code> and its current status.</p>
|
|
483
|
-
*/
|
|
484
|
-
export interface ExpressionStatus {
|
|
485
|
-
/**
|
|
486
|
-
* <p>The expression that is evaluated for sorting while processing a search request.</p>
|
|
487
|
-
*/
|
|
488
|
-
Options: Expression | undefined;
|
|
489
|
-
/**
|
|
490
|
-
* <p>The status of domain configuration option.</p>
|
|
491
|
-
*/
|
|
492
|
-
Status: OptionStatus | undefined;
|
|
493
|
-
}
|
|
494
|
-
export declare namespace ExpressionStatus {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
const filterSensitiveLog: (obj: ExpressionStatus) => any;
|
|
499
|
-
}
|
|
500
|
-
/**
|
|
501
|
-
* <p>The result of a <code>DefineExpression</code> request. Contains the status of the newly-configured expression.</p>
|
|
502
|
-
*/
|
|
503
|
-
export interface DefineExpressionResponse {
|
|
504
|
-
/**
|
|
505
|
-
* <p>The value of an <code>Expression</code> and its current status.</p>
|
|
506
|
-
*/
|
|
507
|
-
Expression: ExpressionStatus | undefined;
|
|
508
|
-
}
|
|
509
|
-
export declare namespace DefineExpressionResponse {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
|
-
const filterSensitiveLog: (obj: DefineExpressionResponse) => any;
|
|
514
|
-
}
|
|
515
|
-
/**
|
|
516
|
-
* <p>Options for a field that contains an array of dates. Present if <code>IndexFieldType</code> specifies the field is of type <code>date-array</code>. All options are enabled by default.</p>
|
|
517
|
-
*/
|
|
518
|
-
export interface DateArrayOptions {
|
|
519
|
-
/**
|
|
520
|
-
* A value to use for the field if the field isn't specified for a document.
|
|
521
|
-
*/
|
|
522
|
-
DefaultValue?: string;
|
|
523
|
-
/**
|
|
524
|
-
* <p>A list of source fields to map to the field. </p>
|
|
525
|
-
*/
|
|
526
|
-
SourceFields?: string;
|
|
527
|
-
/**
|
|
528
|
-
* <p>Whether facet information can be returned for the field.</p>
|
|
529
|
-
*/
|
|
530
|
-
FacetEnabled?: boolean;
|
|
531
|
-
/**
|
|
532
|
-
* <p>Whether the contents of the field are searchable.</p>
|
|
533
|
-
*/
|
|
534
|
-
SearchEnabled?: boolean;
|
|
535
|
-
/**
|
|
536
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
537
|
-
*/
|
|
538
|
-
ReturnEnabled?: boolean;
|
|
539
|
-
}
|
|
540
|
-
export declare namespace DateArrayOptions {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
|
-
const filterSensitiveLog: (obj: DateArrayOptions) => any;
|
|
545
|
-
}
|
|
546
|
-
/**
|
|
547
|
-
* <p>Options for a date field. Dates and times are specified in UTC (Coordinated Universal Time) according to IETF RFC3339: yyyy-mm-ddT00:00:00Z. Present if <code>IndexFieldType</code> specifies the field is of type <code>date</code>. All options are enabled by default.</p>
|
|
548
|
-
*/
|
|
549
|
-
export interface DateOptions {
|
|
550
|
-
/**
|
|
551
|
-
* A value to use for the field if the field isn't specified for a document.
|
|
552
|
-
*/
|
|
553
|
-
DefaultValue?: string;
|
|
554
|
-
/**
|
|
555
|
-
* <p>A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields.
|
|
556
|
-
* A dynamic field's name defines a pattern that begins or ends with a wildcard.
|
|
557
|
-
* Any document fields that don't map to a regular index field but do match a
|
|
558
|
-
* dynamic field's pattern are configured with the dynamic field's indexing options.
|
|
559
|
-
* </p>
|
|
560
|
-
* <p>Regular field names begin with a letter and can contain the following characters:
|
|
561
|
-
* a-z (lowercase), 0-9, and _ (underscore).
|
|
562
|
-
* Dynamic field names must begin or end with a wildcard (*).
|
|
563
|
-
* The wildcard can also be the only character in a dynamic field name.
|
|
564
|
-
* Multiple wildcards, and wildcards embedded within a string are not supported.
|
|
565
|
-
* </p>
|
|
566
|
-
* <p>The name <code>score</code> is reserved and cannot be used as a field name.
|
|
567
|
-
* To reference a document's ID, you can use the name <code>_id</code>.
|
|
568
|
-
* </p>
|
|
569
|
-
*/
|
|
570
|
-
SourceField?: string;
|
|
571
|
-
/**
|
|
572
|
-
* <p>Whether facet information can be returned for the field.</p>
|
|
573
|
-
*/
|
|
574
|
-
FacetEnabled?: boolean;
|
|
575
|
-
/**
|
|
576
|
-
* <p>Whether the contents of the field are searchable.</p>
|
|
577
|
-
*/
|
|
578
|
-
SearchEnabled?: boolean;
|
|
579
|
-
/**
|
|
580
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
581
|
-
*/
|
|
582
|
-
ReturnEnabled?: boolean;
|
|
583
|
-
/**
|
|
584
|
-
* <p>Whether the field can be used to sort the search results.</p>
|
|
585
|
-
*/
|
|
586
|
-
SortEnabled?: boolean;
|
|
587
|
-
}
|
|
588
|
-
export declare namespace DateOptions {
|
|
589
|
-
/**
|
|
590
|
-
* @internal
|
|
591
|
-
*/
|
|
592
|
-
const filterSensitiveLog: (obj: DateOptions) => any;
|
|
593
|
-
}
|
|
594
|
-
/**
|
|
595
|
-
* <p>Options for a field that contains an array of double-precision 64-bit floating point values. Present if <code>IndexFieldType</code> specifies the field is of type <code>double-array</code>. All options are enabled by default.</p>
|
|
596
|
-
*/
|
|
597
|
-
export interface DoubleArrayOptions {
|
|
598
|
-
/**
|
|
599
|
-
* A value to use for the field if the field isn't specified for a document.
|
|
600
|
-
*/
|
|
601
|
-
DefaultValue?: number;
|
|
602
|
-
/**
|
|
603
|
-
* <p>A list of source fields to map to the field. </p>
|
|
604
|
-
*/
|
|
605
|
-
SourceFields?: string;
|
|
606
|
-
/**
|
|
607
|
-
* <p>Whether facet information can be returned for the field.</p>
|
|
608
|
-
*/
|
|
609
|
-
FacetEnabled?: boolean;
|
|
610
|
-
/**
|
|
611
|
-
* <p>Whether the contents of the field are searchable.</p>
|
|
612
|
-
*/
|
|
613
|
-
SearchEnabled?: boolean;
|
|
614
|
-
/**
|
|
615
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
616
|
-
*/
|
|
617
|
-
ReturnEnabled?: boolean;
|
|
618
|
-
}
|
|
619
|
-
export declare namespace DoubleArrayOptions {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
|
-
const filterSensitiveLog: (obj: DoubleArrayOptions) => any;
|
|
624
|
-
}
|
|
625
|
-
/**
|
|
626
|
-
* <p>Options for a double-precision 64-bit floating point field. Present if <code>IndexFieldType</code> specifies the field is of type <code>double</code>. All options are enabled by default.</p>
|
|
627
|
-
*/
|
|
628
|
-
export interface DoubleOptions {
|
|
629
|
-
/**
|
|
630
|
-
* <p>A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.</p>
|
|
631
|
-
*/
|
|
632
|
-
DefaultValue?: number;
|
|
633
|
-
/**
|
|
634
|
-
* <p>The name of the source field to map to the field. </p>
|
|
635
|
-
*/
|
|
636
|
-
SourceField?: string;
|
|
637
|
-
/**
|
|
638
|
-
* <p>Whether facet information can be returned for the field.</p>
|
|
639
|
-
*/
|
|
640
|
-
FacetEnabled?: boolean;
|
|
641
|
-
/**
|
|
642
|
-
* <p>Whether the contents of the field are searchable.</p>
|
|
643
|
-
*/
|
|
644
|
-
SearchEnabled?: boolean;
|
|
645
|
-
/**
|
|
646
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
647
|
-
*/
|
|
648
|
-
ReturnEnabled?: boolean;
|
|
649
|
-
/**
|
|
650
|
-
* <p>Whether the field can be used to sort the search results.</p>
|
|
651
|
-
*/
|
|
652
|
-
SortEnabled?: boolean;
|
|
653
|
-
}
|
|
654
|
-
export declare namespace DoubleOptions {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
|
-
const filterSensitiveLog: (obj: DoubleOptions) => any;
|
|
659
|
-
}
|
|
660
|
-
export declare type IndexFieldType = "date" | "date-array" | "double" | "double-array" | "int" | "int-array" | "latlon" | "literal" | "literal-array" | "text" | "text-array";
|
|
661
|
-
/**
|
|
662
|
-
* <p>Options for a field that contains an array of 64-bit signed integers. Present if <code>IndexFieldType</code> specifies the field is of type <code>int-array</code>. All options are enabled by default.</p>
|
|
663
|
-
*/
|
|
664
|
-
export interface IntArrayOptions {
|
|
665
|
-
/**
|
|
666
|
-
* A value to use for the field if the field isn't specified for a document.
|
|
667
|
-
*/
|
|
668
|
-
DefaultValue?: number;
|
|
669
|
-
/**
|
|
670
|
-
* <p>A list of source fields to map to the field. </p>
|
|
671
|
-
*/
|
|
672
|
-
SourceFields?: string;
|
|
673
|
-
/**
|
|
674
|
-
* <p>Whether facet information can be returned for the field.</p>
|
|
675
|
-
*/
|
|
676
|
-
FacetEnabled?: boolean;
|
|
677
|
-
/**
|
|
678
|
-
* <p>Whether the contents of the field are searchable.</p>
|
|
679
|
-
*/
|
|
680
|
-
SearchEnabled?: boolean;
|
|
681
|
-
/**
|
|
682
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
683
|
-
*/
|
|
684
|
-
ReturnEnabled?: boolean;
|
|
685
|
-
}
|
|
686
|
-
export declare namespace IntArrayOptions {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
|
-
const filterSensitiveLog: (obj: IntArrayOptions) => any;
|
|
691
|
-
}
|
|
692
|
-
/**
|
|
693
|
-
* <p>Options for a 64-bit signed integer field. Present if <code>IndexFieldType</code> specifies the field is of type <code>int</code>. All options are enabled by default.</p>
|
|
694
|
-
*/
|
|
695
|
-
export interface IntOptions {
|
|
696
|
-
/**
|
|
697
|
-
* A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.
|
|
698
|
-
*/
|
|
699
|
-
DefaultValue?: number;
|
|
700
|
-
/**
|
|
701
|
-
* <p>The name of the source field to map to the field. </p>
|
|
702
|
-
*/
|
|
703
|
-
SourceField?: string;
|
|
704
|
-
/**
|
|
705
|
-
* <p>Whether facet information can be returned for the field.</p>
|
|
706
|
-
*/
|
|
707
|
-
FacetEnabled?: boolean;
|
|
708
|
-
/**
|
|
709
|
-
* <p>Whether the contents of the field are searchable.</p>
|
|
710
|
-
*/
|
|
711
|
-
SearchEnabled?: boolean;
|
|
712
|
-
/**
|
|
713
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
714
|
-
*/
|
|
715
|
-
ReturnEnabled?: boolean;
|
|
716
|
-
/**
|
|
717
|
-
* <p>Whether the field can be used to sort the search results.</p>
|
|
718
|
-
*/
|
|
719
|
-
SortEnabled?: boolean;
|
|
720
|
-
}
|
|
721
|
-
export declare namespace IntOptions {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
|
-
const filterSensitiveLog: (obj: IntOptions) => any;
|
|
726
|
-
}
|
|
727
|
-
/**
|
|
728
|
-
* <p>Options for a latlon field. A latlon field contains a location stored as a latitude and longitude value pair. Present if <code>IndexFieldType</code> specifies the field is of type <code>latlon</code>. All options are enabled by default.</p>
|
|
729
|
-
*/
|
|
730
|
-
export interface LatLonOptions {
|
|
731
|
-
/**
|
|
732
|
-
* A value to use for the field if the field isn't specified for a document.
|
|
733
|
-
*/
|
|
734
|
-
DefaultValue?: string;
|
|
735
|
-
/**
|
|
736
|
-
* <p>A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields.
|
|
737
|
-
* A dynamic field's name defines a pattern that begins or ends with a wildcard.
|
|
738
|
-
* Any document fields that don't map to a regular index field but do match a
|
|
739
|
-
* dynamic field's pattern are configured with the dynamic field's indexing options.
|
|
740
|
-
* </p>
|
|
741
|
-
* <p>Regular field names begin with a letter and can contain the following characters:
|
|
742
|
-
* a-z (lowercase), 0-9, and _ (underscore).
|
|
743
|
-
* Dynamic field names must begin or end with a wildcard (*).
|
|
744
|
-
* The wildcard can also be the only character in a dynamic field name.
|
|
745
|
-
* Multiple wildcards, and wildcards embedded within a string are not supported.
|
|
746
|
-
* </p>
|
|
747
|
-
* <p>The name <code>score</code> is reserved and cannot be used as a field name.
|
|
748
|
-
* To reference a document's ID, you can use the name <code>_id</code>.
|
|
749
|
-
* </p>
|
|
750
|
-
*/
|
|
751
|
-
SourceField?: string;
|
|
752
|
-
/**
|
|
753
|
-
* <p>Whether facet information can be returned for the field.</p>
|
|
754
|
-
*/
|
|
755
|
-
FacetEnabled?: boolean;
|
|
756
|
-
/**
|
|
757
|
-
* <p>Whether the contents of the field are searchable.</p>
|
|
758
|
-
*/
|
|
759
|
-
SearchEnabled?: boolean;
|
|
760
|
-
/**
|
|
761
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
762
|
-
*/
|
|
763
|
-
ReturnEnabled?: boolean;
|
|
764
|
-
/**
|
|
765
|
-
* <p>Whether the field can be used to sort the search results.</p>
|
|
766
|
-
*/
|
|
767
|
-
SortEnabled?: boolean;
|
|
768
|
-
}
|
|
769
|
-
export declare namespace LatLonOptions {
|
|
770
|
-
/**
|
|
771
|
-
* @internal
|
|
772
|
-
*/
|
|
773
|
-
const filterSensitiveLog: (obj: LatLonOptions) => any;
|
|
774
|
-
}
|
|
775
|
-
/**
|
|
776
|
-
* <p>Options for a field that contains an array of literal strings. Present if <code>IndexFieldType</code> specifies the field is of type <code>literal-array</code>. All options are enabled by default.</p>
|
|
777
|
-
*/
|
|
778
|
-
export interface LiteralArrayOptions {
|
|
779
|
-
/**
|
|
780
|
-
* A value to use for the field if the field isn't specified for a document.
|
|
781
|
-
*/
|
|
782
|
-
DefaultValue?: string;
|
|
783
|
-
/**
|
|
784
|
-
* <p>A list of source fields to map to the field. </p>
|
|
785
|
-
*/
|
|
786
|
-
SourceFields?: string;
|
|
787
|
-
/**
|
|
788
|
-
* <p>Whether facet information can be returned for the field.</p>
|
|
789
|
-
*/
|
|
790
|
-
FacetEnabled?: boolean;
|
|
791
|
-
/**
|
|
792
|
-
* <p>Whether the contents of the field are searchable.</p>
|
|
793
|
-
*/
|
|
794
|
-
SearchEnabled?: boolean;
|
|
795
|
-
/**
|
|
796
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
797
|
-
*/
|
|
798
|
-
ReturnEnabled?: boolean;
|
|
799
|
-
}
|
|
800
|
-
export declare namespace LiteralArrayOptions {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
|
-
const filterSensitiveLog: (obj: LiteralArrayOptions) => any;
|
|
805
|
-
}
|
|
806
|
-
/**
|
|
807
|
-
* <p>Options for literal field. Present if <code>IndexFieldType</code> specifies the field is of type <code>literal</code>. All options are enabled by default.</p>
|
|
808
|
-
*/
|
|
809
|
-
export interface LiteralOptions {
|
|
810
|
-
/**
|
|
811
|
-
* A value to use for the field if the field isn't specified for a document.
|
|
812
|
-
*/
|
|
813
|
-
DefaultValue?: string;
|
|
814
|
-
/**
|
|
815
|
-
* <p>A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields.
|
|
816
|
-
* A dynamic field's name defines a pattern that begins or ends with a wildcard.
|
|
817
|
-
* Any document fields that don't map to a regular index field but do match a
|
|
818
|
-
* dynamic field's pattern are configured with the dynamic field's indexing options.
|
|
819
|
-
* </p>
|
|
820
|
-
* <p>Regular field names begin with a letter and can contain the following characters:
|
|
821
|
-
* a-z (lowercase), 0-9, and _ (underscore).
|
|
822
|
-
* Dynamic field names must begin or end with a wildcard (*).
|
|
823
|
-
* The wildcard can also be the only character in a dynamic field name.
|
|
824
|
-
* Multiple wildcards, and wildcards embedded within a string are not supported.
|
|
825
|
-
* </p>
|
|
826
|
-
* <p>The name <code>score</code> is reserved and cannot be used as a field name.
|
|
827
|
-
* To reference a document's ID, you can use the name <code>_id</code>.
|
|
828
|
-
* </p>
|
|
829
|
-
*/
|
|
830
|
-
SourceField?: string;
|
|
831
|
-
/**
|
|
832
|
-
* <p>Whether facet information can be returned for the field.</p>
|
|
833
|
-
*/
|
|
834
|
-
FacetEnabled?: boolean;
|
|
835
|
-
/**
|
|
836
|
-
* <p>Whether the contents of the field are searchable.</p>
|
|
837
|
-
*/
|
|
838
|
-
SearchEnabled?: boolean;
|
|
839
|
-
/**
|
|
840
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
841
|
-
*/
|
|
842
|
-
ReturnEnabled?: boolean;
|
|
843
|
-
/**
|
|
844
|
-
* <p>Whether the field can be used to sort the search results.</p>
|
|
845
|
-
*/
|
|
846
|
-
SortEnabled?: boolean;
|
|
847
|
-
}
|
|
848
|
-
export declare namespace LiteralOptions {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
|
-
const filterSensitiveLog: (obj: LiteralOptions) => any;
|
|
853
|
-
}
|
|
854
|
-
/**
|
|
855
|
-
* <p>Options for a field that contains an array of text strings. Present if <code>IndexFieldType</code> specifies the field is of type <code>text-array</code>. A <code>text-array</code> field is always searchable. All options are enabled by default.</p>
|
|
856
|
-
*/
|
|
857
|
-
export interface TextArrayOptions {
|
|
858
|
-
/**
|
|
859
|
-
* A value to use for the field if the field isn't specified for a document.
|
|
860
|
-
*/
|
|
861
|
-
DefaultValue?: string;
|
|
862
|
-
/**
|
|
863
|
-
* <p>A list of source fields to map to the field. </p>
|
|
864
|
-
*/
|
|
865
|
-
SourceFields?: string;
|
|
866
|
-
/**
|
|
867
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
868
|
-
*/
|
|
869
|
-
ReturnEnabled?: boolean;
|
|
870
|
-
/**
|
|
871
|
-
* <p>Whether highlights can be returned for the field.</p>
|
|
872
|
-
*/
|
|
873
|
-
HighlightEnabled?: boolean;
|
|
874
|
-
/**
|
|
875
|
-
* <p>The name of an analysis scheme for a <code>text-array</code> field.</p>
|
|
876
|
-
*/
|
|
877
|
-
AnalysisScheme?: string;
|
|
878
|
-
}
|
|
879
|
-
export declare namespace TextArrayOptions {
|
|
880
|
-
/**
|
|
881
|
-
* @internal
|
|
882
|
-
*/
|
|
883
|
-
const filterSensitiveLog: (obj: TextArrayOptions) => any;
|
|
884
|
-
}
|
|
885
|
-
/**
|
|
886
|
-
* <p>Options for text field. Present if <code>IndexFieldType</code> specifies the field is of type <code>text</code>. A <code>text</code> field is always searchable. All options are enabled by default.</p>
|
|
887
|
-
*/
|
|
888
|
-
export interface TextOptions {
|
|
889
|
-
/**
|
|
890
|
-
* A value to use for the field if the field isn't specified for a document.
|
|
891
|
-
*/
|
|
892
|
-
DefaultValue?: string;
|
|
893
|
-
/**
|
|
894
|
-
* <p>A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields.
|
|
895
|
-
* A dynamic field's name defines a pattern that begins or ends with a wildcard.
|
|
896
|
-
* Any document fields that don't map to a regular index field but do match a
|
|
897
|
-
* dynamic field's pattern are configured with the dynamic field's indexing options.
|
|
898
|
-
* </p>
|
|
899
|
-
* <p>Regular field names begin with a letter and can contain the following characters:
|
|
900
|
-
* a-z (lowercase), 0-9, and _ (underscore).
|
|
901
|
-
* Dynamic field names must begin or end with a wildcard (*).
|
|
902
|
-
* The wildcard can also be the only character in a dynamic field name.
|
|
903
|
-
* Multiple wildcards, and wildcards embedded within a string are not supported.
|
|
904
|
-
* </p>
|
|
905
|
-
* <p>The name <code>score</code> is reserved and cannot be used as a field name.
|
|
906
|
-
* To reference a document's ID, you can use the name <code>_id</code>.
|
|
907
|
-
* </p>
|
|
908
|
-
*/
|
|
909
|
-
SourceField?: string;
|
|
910
|
-
/**
|
|
911
|
-
* <p>Whether the contents of the field can be returned in the search results.</p>
|
|
912
|
-
*/
|
|
913
|
-
ReturnEnabled?: boolean;
|
|
914
|
-
/**
|
|
915
|
-
* <p>Whether the field can be used to sort the search results.</p>
|
|
916
|
-
*/
|
|
917
|
-
SortEnabled?: boolean;
|
|
918
|
-
/**
|
|
919
|
-
* <p>Whether highlights can be returned for the field.</p>
|
|
920
|
-
*/
|
|
921
|
-
HighlightEnabled?: boolean;
|
|
922
|
-
/**
|
|
923
|
-
* <p>The name of an analysis scheme for a <code>text</code> field.</p>
|
|
924
|
-
*/
|
|
925
|
-
AnalysisScheme?: string;
|
|
926
|
-
}
|
|
927
|
-
export declare namespace TextOptions {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
const filterSensitiveLog: (obj: TextOptions) => any;
|
|
932
|
-
}
|
|
933
|
-
/**
|
|
934
|
-
* <p>Configuration information for a field in the index, including its name, type, and options. The supported options depend on the <code><a>IndexFieldType</a></code>.</p>
|
|
935
|
-
*/
|
|
936
|
-
export interface IndexField {
|
|
937
|
-
/**
|
|
938
|
-
* <p>A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields.
|
|
939
|
-
* A dynamic field's name defines a pattern that begins or ends with a wildcard.
|
|
940
|
-
* Any document fields that don't map to a regular index field but do match a
|
|
941
|
-
* dynamic field's pattern are configured with the dynamic field's indexing options.
|
|
942
|
-
* </p>
|
|
943
|
-
* <p>Regular field names begin with a letter and can contain the following characters:
|
|
944
|
-
* a-z (lowercase), 0-9, and _ (underscore).
|
|
945
|
-
* Dynamic field names must begin or end with a wildcard (*).
|
|
946
|
-
* The wildcard can also be the only character in a dynamic field name.
|
|
947
|
-
* Multiple wildcards, and wildcards embedded within a string are not supported.
|
|
948
|
-
* </p>
|
|
949
|
-
* <p>The name <code>score</code> is reserved and cannot be used as a field name.
|
|
950
|
-
* To reference a document's ID, you can use the name <code>_id</code>.
|
|
951
|
-
* </p>
|
|
952
|
-
*/
|
|
953
|
-
IndexFieldName: string | undefined;
|
|
954
|
-
/**
|
|
955
|
-
* <p>The type of field. The valid options for a field depend on the field type. For more information about the supported field types, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
956
|
-
*/
|
|
957
|
-
IndexFieldType: IndexFieldType | string | undefined;
|
|
958
|
-
/**
|
|
959
|
-
* <p>Options for a 64-bit signed integer field. Present if <code>IndexFieldType</code> specifies the field is of type <code>int</code>. All options are enabled by default.</p>
|
|
960
|
-
*/
|
|
961
|
-
IntOptions?: IntOptions;
|
|
962
|
-
/**
|
|
963
|
-
* <p>Options for a double-precision 64-bit floating point field. Present if <code>IndexFieldType</code> specifies the field is of type <code>double</code>. All options are enabled by default.</p>
|
|
964
|
-
*/
|
|
965
|
-
DoubleOptions?: DoubleOptions;
|
|
966
|
-
/**
|
|
967
|
-
* <p>Options for literal field. Present if <code>IndexFieldType</code> specifies the field is of type <code>literal</code>. All options are enabled by default.</p>
|
|
968
|
-
*/
|
|
969
|
-
LiteralOptions?: LiteralOptions;
|
|
970
|
-
/**
|
|
971
|
-
* <p>Options for text field. Present if <code>IndexFieldType</code> specifies the field is of type <code>text</code>. A <code>text</code> field is always searchable. All options are enabled by default.</p>
|
|
972
|
-
*/
|
|
973
|
-
TextOptions?: TextOptions;
|
|
974
|
-
/**
|
|
975
|
-
* <p>Options for a date field. Dates and times are specified in UTC (Coordinated Universal Time) according to IETF RFC3339: yyyy-mm-ddT00:00:00Z. Present if <code>IndexFieldType</code> specifies the field is of type <code>date</code>. All options are enabled by default.</p>
|
|
976
|
-
*/
|
|
977
|
-
DateOptions?: DateOptions;
|
|
978
|
-
/**
|
|
979
|
-
* <p>Options for a latlon field. A latlon field contains a location stored as a latitude and longitude value pair. Present if <code>IndexFieldType</code> specifies the field is of type <code>latlon</code>. All options are enabled by default.</p>
|
|
980
|
-
*/
|
|
981
|
-
LatLonOptions?: LatLonOptions;
|
|
982
|
-
/**
|
|
983
|
-
* <p>Options for a field that contains an array of 64-bit signed integers. Present if <code>IndexFieldType</code> specifies the field is of type <code>int-array</code>. All options are enabled by default.</p>
|
|
984
|
-
*/
|
|
985
|
-
IntArrayOptions?: IntArrayOptions;
|
|
986
|
-
/**
|
|
987
|
-
* <p>Options for a field that contains an array of double-precision 64-bit floating point values. Present if <code>IndexFieldType</code> specifies the field is of type <code>double-array</code>. All options are enabled by default.</p>
|
|
988
|
-
*/
|
|
989
|
-
DoubleArrayOptions?: DoubleArrayOptions;
|
|
990
|
-
/**
|
|
991
|
-
* <p>Options for a field that contains an array of literal strings. Present if <code>IndexFieldType</code> specifies the field is of type <code>literal-array</code>. All options are enabled by default.</p>
|
|
992
|
-
*/
|
|
993
|
-
LiteralArrayOptions?: LiteralArrayOptions;
|
|
994
|
-
/**
|
|
995
|
-
* <p>Options for a field that contains an array of text strings. Present if <code>IndexFieldType</code> specifies the field is of type <code>text-array</code>. A <code>text-array</code> field is always searchable. All options are enabled by default.</p>
|
|
996
|
-
*/
|
|
997
|
-
TextArrayOptions?: TextArrayOptions;
|
|
998
|
-
/**
|
|
999
|
-
* <p>Options for a field that contains an array of dates. Present if <code>IndexFieldType</code> specifies the field is of type <code>date-array</code>. All options are enabled by default.</p>
|
|
1000
|
-
*/
|
|
1001
|
-
DateArrayOptions?: DateArrayOptions;
|
|
1002
|
-
}
|
|
1003
|
-
export declare namespace IndexField {
|
|
1004
|
-
/**
|
|
1005
|
-
* @internal
|
|
1006
|
-
*/
|
|
1007
|
-
const filterSensitiveLog: (obj: IndexField) => any;
|
|
1008
|
-
}
|
|
1009
|
-
/**
|
|
1010
|
-
* <p>Container for the parameters to the <code><a>DefineIndexField</a></code> operation. Specifies the name of the domain you want to update and the index field configuration.</p>
|
|
1011
|
-
*/
|
|
1012
|
-
export interface DefineIndexFieldRequest {
|
|
1013
|
-
/**
|
|
1014
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1015
|
-
*/
|
|
1016
|
-
DomainName: string | undefined;
|
|
1017
|
-
/**
|
|
1018
|
-
* <p>The index field and field options you want to configure. </p>
|
|
1019
|
-
*/
|
|
1020
|
-
IndexField: IndexField | undefined;
|
|
1021
|
-
}
|
|
1022
|
-
export declare namespace DefineIndexFieldRequest {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
|
-
const filterSensitiveLog: (obj: DefineIndexFieldRequest) => any;
|
|
1027
|
-
}
|
|
1028
|
-
/**
|
|
1029
|
-
* <p>The value of an <code>IndexField</code> and its current status.</p>
|
|
1030
|
-
*/
|
|
1031
|
-
export interface IndexFieldStatus {
|
|
1032
|
-
/**
|
|
1033
|
-
* <p>Configuration information for a field in the index, including its name, type, and options. The supported options depend on the <code><a>IndexFieldType</a></code>.</p>
|
|
1034
|
-
*/
|
|
1035
|
-
Options: IndexField | undefined;
|
|
1036
|
-
/**
|
|
1037
|
-
* <p>The status of domain configuration option.</p>
|
|
1038
|
-
*/
|
|
1039
|
-
Status: OptionStatus | undefined;
|
|
1040
|
-
}
|
|
1041
|
-
export declare namespace IndexFieldStatus {
|
|
1042
|
-
/**
|
|
1043
|
-
* @internal
|
|
1044
|
-
*/
|
|
1045
|
-
const filterSensitiveLog: (obj: IndexFieldStatus) => any;
|
|
1046
|
-
}
|
|
1047
|
-
/**
|
|
1048
|
-
* <p>The result of a <code><a>DefineIndexField</a></code> request. Contains the status of the newly-configured index field.</p>
|
|
1049
|
-
*/
|
|
1050
|
-
export interface DefineIndexFieldResponse {
|
|
1051
|
-
/**
|
|
1052
|
-
* <p>The value of an <code>IndexField</code> and its current status.</p>
|
|
1053
|
-
*/
|
|
1054
|
-
IndexField: IndexFieldStatus | undefined;
|
|
1055
|
-
}
|
|
1056
|
-
export declare namespace DefineIndexFieldResponse {
|
|
1057
|
-
/**
|
|
1058
|
-
* @internal
|
|
1059
|
-
*/
|
|
1060
|
-
const filterSensitiveLog: (obj: DefineIndexFieldResponse) => any;
|
|
1061
|
-
}
|
|
1062
|
-
export declare type SuggesterFuzzyMatching = "high" | "low" | "none";
|
|
1063
|
-
/**
|
|
1064
|
-
* <p>Options for a search suggester.</p>
|
|
1065
|
-
*/
|
|
1066
|
-
export interface DocumentSuggesterOptions {
|
|
1067
|
-
/**
|
|
1068
|
-
* <p>The name of the index field you want to use for suggestions.
|
|
1069
|
-
* </p>
|
|
1070
|
-
*/
|
|
1071
|
-
SourceField: string | undefined;
|
|
1072
|
-
/**
|
|
1073
|
-
* <p>The level of fuzziness allowed when suggesting matches for a string: <code>none</code>, <code>low</code>, or <code>high</code>. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none. </p>
|
|
1074
|
-
*/
|
|
1075
|
-
FuzzyMatching?: SuggesterFuzzyMatching | string;
|
|
1076
|
-
/**
|
|
1077
|
-
* <p>An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest
|
|
1078
|
-
* integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed
|
|
1079
|
-
* for suggestions, so sort expressions cannot reference the <code>_score</code> value.
|
|
1080
|
-
* To sort suggestions using a numeric field or existing expression, simply specify
|
|
1081
|
-
* the name of the field or expression. If no expression is configured for the suggester, the
|
|
1082
|
-
* suggestions are sorted with the closest matches listed first.</p>
|
|
1083
|
-
*/
|
|
1084
|
-
SortExpression?: string;
|
|
1085
|
-
}
|
|
1086
|
-
export declare namespace DocumentSuggesterOptions {
|
|
1087
|
-
/**
|
|
1088
|
-
* @internal
|
|
1089
|
-
*/
|
|
1090
|
-
const filterSensitiveLog: (obj: DocumentSuggesterOptions) => any;
|
|
1091
|
-
}
|
|
1092
|
-
/**
|
|
1093
|
-
* <p>Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: <code>FuzzyMatching</code>, <code>SortExpression</code>. </p>
|
|
1094
|
-
*/
|
|
1095
|
-
export interface Suggester {
|
|
1096
|
-
/**
|
|
1097
|
-
* <p>Names must begin with a letter and can contain the following characters:
|
|
1098
|
-
* a-z (lowercase), 0-9, and _ (underscore).</p>
|
|
1099
|
-
*/
|
|
1100
|
-
SuggesterName: string | undefined;
|
|
1101
|
-
/**
|
|
1102
|
-
* <p>Options for a search suggester.</p>
|
|
1103
|
-
*/
|
|
1104
|
-
DocumentSuggesterOptions: DocumentSuggesterOptions | undefined;
|
|
1105
|
-
}
|
|
1106
|
-
export declare namespace Suggester {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
|
-
const filterSensitiveLog: (obj: Suggester) => any;
|
|
1111
|
-
}
|
|
1112
|
-
/**
|
|
1113
|
-
* <p>Container for the parameters to the <code><a>DefineSuggester</a></code> operation. Specifies the name of the domain you want to update and the suggester configuration.</p>
|
|
1114
|
-
*/
|
|
1115
|
-
export interface DefineSuggesterRequest {
|
|
1116
|
-
/**
|
|
1117
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1118
|
-
*/
|
|
1119
|
-
DomainName: string | undefined;
|
|
1120
|
-
/**
|
|
1121
|
-
* <p>Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: <code>FuzzyMatching</code>, <code>SortExpression</code>. </p>
|
|
1122
|
-
*/
|
|
1123
|
-
Suggester: Suggester | undefined;
|
|
1124
|
-
}
|
|
1125
|
-
export declare namespace DefineSuggesterRequest {
|
|
1126
|
-
/**
|
|
1127
|
-
* @internal
|
|
1128
|
-
*/
|
|
1129
|
-
const filterSensitiveLog: (obj: DefineSuggesterRequest) => any;
|
|
1130
|
-
}
|
|
1131
|
-
/**
|
|
1132
|
-
* <p>The value of a <code>Suggester</code> and its current status.</p>
|
|
1133
|
-
*/
|
|
1134
|
-
export interface SuggesterStatus {
|
|
1135
|
-
/**
|
|
1136
|
-
* <p>Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: <code>FuzzyMatching</code>, <code>SortExpression</code>. </p>
|
|
1137
|
-
*/
|
|
1138
|
-
Options: Suggester | undefined;
|
|
1139
|
-
/**
|
|
1140
|
-
* <p>The status of domain configuration option.</p>
|
|
1141
|
-
*/
|
|
1142
|
-
Status: OptionStatus | undefined;
|
|
1143
|
-
}
|
|
1144
|
-
export declare namespace SuggesterStatus {
|
|
1145
|
-
/**
|
|
1146
|
-
* @internal
|
|
1147
|
-
*/
|
|
1148
|
-
const filterSensitiveLog: (obj: SuggesterStatus) => any;
|
|
1149
|
-
}
|
|
1150
|
-
/**
|
|
1151
|
-
* <p>The result of a <code>DefineSuggester</code> request. Contains the status of the newly-configured suggester.</p>
|
|
1152
|
-
*/
|
|
1153
|
-
export interface DefineSuggesterResponse {
|
|
1154
|
-
/**
|
|
1155
|
-
* <p>The value of a <code>Suggester</code> and its current status.</p>
|
|
1156
|
-
*/
|
|
1157
|
-
Suggester: SuggesterStatus | undefined;
|
|
1158
|
-
}
|
|
1159
|
-
export declare namespace DefineSuggesterResponse {
|
|
1160
|
-
/**
|
|
1161
|
-
* @internal
|
|
1162
|
-
*/
|
|
1163
|
-
const filterSensitiveLog: (obj: DefineSuggesterResponse) => any;
|
|
1164
|
-
}
|
|
1165
|
-
/**
|
|
1166
|
-
* <p>Container for the parameters to the <code><a>DeleteAnalysisScheme</a></code> operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete. </p>
|
|
1167
|
-
*/
|
|
1168
|
-
export interface DeleteAnalysisSchemeRequest {
|
|
1169
|
-
/**
|
|
1170
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1171
|
-
*/
|
|
1172
|
-
DomainName: string | undefined;
|
|
1173
|
-
/**
|
|
1174
|
-
* <p>The name of the analysis scheme you want to delete.</p>
|
|
1175
|
-
*/
|
|
1176
|
-
AnalysisSchemeName: string | undefined;
|
|
1177
|
-
}
|
|
1178
|
-
export declare namespace DeleteAnalysisSchemeRequest {
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
|
-
const filterSensitiveLog: (obj: DeleteAnalysisSchemeRequest) => any;
|
|
1183
|
-
}
|
|
1184
|
-
/**
|
|
1185
|
-
* <p>The result of a <code>DeleteAnalysisScheme</code> request. Contains the status of the deleted analysis scheme.</p>
|
|
1186
|
-
*/
|
|
1187
|
-
export interface DeleteAnalysisSchemeResponse {
|
|
1188
|
-
/**
|
|
1189
|
-
* <p>The status of the analysis scheme being deleted.</p>
|
|
1190
|
-
*/
|
|
1191
|
-
AnalysisScheme: AnalysisSchemeStatus | undefined;
|
|
1192
|
-
}
|
|
1193
|
-
export declare namespace DeleteAnalysisSchemeResponse {
|
|
1194
|
-
/**
|
|
1195
|
-
* @internal
|
|
1196
|
-
*/
|
|
1197
|
-
const filterSensitiveLog: (obj: DeleteAnalysisSchemeResponse) => any;
|
|
1198
|
-
}
|
|
1199
|
-
/**
|
|
1200
|
-
* <p>Container for the parameters to the <code><a>DeleteDomain</a></code> operation. Specifies the name of the domain you want to delete.</p>
|
|
1201
|
-
*/
|
|
1202
|
-
export interface DeleteDomainRequest {
|
|
1203
|
-
/**
|
|
1204
|
-
* <p>The name of the domain you want to permanently delete.</p>
|
|
1205
|
-
*/
|
|
1206
|
-
DomainName: string | undefined;
|
|
1207
|
-
}
|
|
1208
|
-
export declare namespace DeleteDomainRequest {
|
|
1209
|
-
/**
|
|
1210
|
-
* @internal
|
|
1211
|
-
*/
|
|
1212
|
-
const filterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
1213
|
-
}
|
|
1214
|
-
/**
|
|
1215
|
-
* <p>The result of a <code>DeleteDomain</code> request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.</p>
|
|
1216
|
-
*/
|
|
1217
|
-
export interface DeleteDomainResponse {
|
|
1218
|
-
/**
|
|
1219
|
-
* <p>The current status of the search domain.</p>
|
|
1220
|
-
*/
|
|
1221
|
-
DomainStatus?: DomainStatus;
|
|
1222
|
-
}
|
|
1223
|
-
export declare namespace DeleteDomainResponse {
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
|
-
const filterSensitiveLog: (obj: DeleteDomainResponse) => any;
|
|
1228
|
-
}
|
|
1229
|
-
/**
|
|
1230
|
-
* <p>Container for the parameters to the <code><a>DeleteExpression</a></code> operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.</p>
|
|
1231
|
-
*/
|
|
1232
|
-
export interface DeleteExpressionRequest {
|
|
1233
|
-
/**
|
|
1234
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1235
|
-
*/
|
|
1236
|
-
DomainName: string | undefined;
|
|
1237
|
-
/**
|
|
1238
|
-
* <p>The name of the <code><a>Expression</a></code> to delete.</p>
|
|
1239
|
-
*/
|
|
1240
|
-
ExpressionName: string | undefined;
|
|
1241
|
-
}
|
|
1242
|
-
export declare namespace DeleteExpressionRequest {
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
|
-
const filterSensitiveLog: (obj: DeleteExpressionRequest) => any;
|
|
1247
|
-
}
|
|
1248
|
-
/**
|
|
1249
|
-
* <p>The result of a <code><a>DeleteExpression</a></code> request. Specifies the expression being deleted.</p>
|
|
1250
|
-
*/
|
|
1251
|
-
export interface DeleteExpressionResponse {
|
|
1252
|
-
/**
|
|
1253
|
-
* <p>The status of the expression being deleted.</p>
|
|
1254
|
-
*/
|
|
1255
|
-
Expression: ExpressionStatus | undefined;
|
|
1256
|
-
}
|
|
1257
|
-
export declare namespace DeleteExpressionResponse {
|
|
1258
|
-
/**
|
|
1259
|
-
* @internal
|
|
1260
|
-
*/
|
|
1261
|
-
const filterSensitiveLog: (obj: DeleteExpressionResponse) => any;
|
|
1262
|
-
}
|
|
1263
|
-
/**
|
|
1264
|
-
* <p>Container for the parameters to the <code><a>DeleteIndexField</a></code> operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.</p>
|
|
1265
|
-
*/
|
|
1266
|
-
export interface DeleteIndexFieldRequest {
|
|
1267
|
-
/**
|
|
1268
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1269
|
-
*/
|
|
1270
|
-
DomainName: string | undefined;
|
|
1271
|
-
/**
|
|
1272
|
-
* <p>The name of the index field your want to remove from the domain's indexing options.</p>
|
|
1273
|
-
*/
|
|
1274
|
-
IndexFieldName: string | undefined;
|
|
1275
|
-
}
|
|
1276
|
-
export declare namespace DeleteIndexFieldRequest {
|
|
1277
|
-
/**
|
|
1278
|
-
* @internal
|
|
1279
|
-
*/
|
|
1280
|
-
const filterSensitiveLog: (obj: DeleteIndexFieldRequest) => any;
|
|
1281
|
-
}
|
|
1282
|
-
/**
|
|
1283
|
-
* <p>The result of a <code><a>DeleteIndexField</a></code> request.</p>
|
|
1284
|
-
*/
|
|
1285
|
-
export interface DeleteIndexFieldResponse {
|
|
1286
|
-
/**
|
|
1287
|
-
* <p>The status of the index field being deleted.</p>
|
|
1288
|
-
*/
|
|
1289
|
-
IndexField: IndexFieldStatus | undefined;
|
|
1290
|
-
}
|
|
1291
|
-
export declare namespace DeleteIndexFieldResponse {
|
|
1292
|
-
/**
|
|
1293
|
-
* @internal
|
|
1294
|
-
*/
|
|
1295
|
-
const filterSensitiveLog: (obj: DeleteIndexFieldResponse) => any;
|
|
1296
|
-
}
|
|
1297
|
-
/**
|
|
1298
|
-
* <p>Container for the parameters to the <code><a>DeleteSuggester</a></code> operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.</p>
|
|
1299
|
-
*/
|
|
1300
|
-
export interface DeleteSuggesterRequest {
|
|
1301
|
-
/**
|
|
1302
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1303
|
-
*/
|
|
1304
|
-
DomainName: string | undefined;
|
|
1305
|
-
/**
|
|
1306
|
-
* <p>Specifies the name of the suggester you want to delete.</p>
|
|
1307
|
-
*/
|
|
1308
|
-
SuggesterName: string | undefined;
|
|
1309
|
-
}
|
|
1310
|
-
export declare namespace DeleteSuggesterRequest {
|
|
1311
|
-
/**
|
|
1312
|
-
* @internal
|
|
1313
|
-
*/
|
|
1314
|
-
const filterSensitiveLog: (obj: DeleteSuggesterRequest) => any;
|
|
1315
|
-
}
|
|
1316
|
-
/**
|
|
1317
|
-
* <p>The result of a <code>DeleteSuggester</code> request. Contains the status of the deleted suggester.</p>
|
|
1318
|
-
*/
|
|
1319
|
-
export interface DeleteSuggesterResponse {
|
|
1320
|
-
/**
|
|
1321
|
-
* <p>The status of the suggester being deleted.</p>
|
|
1322
|
-
*/
|
|
1323
|
-
Suggester: SuggesterStatus | undefined;
|
|
1324
|
-
}
|
|
1325
|
-
export declare namespace DeleteSuggesterResponse {
|
|
1326
|
-
/**
|
|
1327
|
-
* @internal
|
|
1328
|
-
*/
|
|
1329
|
-
const filterSensitiveLog: (obj: DeleteSuggesterResponse) => any;
|
|
1330
|
-
}
|
|
1331
|
-
/**
|
|
1332
|
-
* <p>Container for the parameters to the <code><a>DescribeAnalysisSchemes</a></code> operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>. </p>
|
|
1333
|
-
*/
|
|
1334
|
-
export interface DescribeAnalysisSchemesRequest {
|
|
1335
|
-
/**
|
|
1336
|
-
* <p>The name of the domain you want to describe.</p>
|
|
1337
|
-
*/
|
|
1338
|
-
DomainName: string | undefined;
|
|
1339
|
-
/**
|
|
1340
|
-
* <p>The analysis schemes you want to describe.</p>
|
|
1341
|
-
*/
|
|
1342
|
-
AnalysisSchemeNames?: string[];
|
|
1343
|
-
/**
|
|
1344
|
-
* <p>Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>.</p>
|
|
1345
|
-
*/
|
|
1346
|
-
Deployed?: boolean;
|
|
1347
|
-
}
|
|
1348
|
-
export declare namespace DescribeAnalysisSchemesRequest {
|
|
1349
|
-
/**
|
|
1350
|
-
* @internal
|
|
1351
|
-
*/
|
|
1352
|
-
const filterSensitiveLog: (obj: DescribeAnalysisSchemesRequest) => any;
|
|
1353
|
-
}
|
|
1354
|
-
/**
|
|
1355
|
-
* <p>The result of a <code>DescribeAnalysisSchemes</code> request. Contains the analysis schemes configured for the domain specified in the request.</p>
|
|
1356
|
-
*/
|
|
1357
|
-
export interface DescribeAnalysisSchemesResponse {
|
|
1358
|
-
/**
|
|
1359
|
-
* <p>The analysis scheme descriptions.</p>
|
|
1360
|
-
*/
|
|
1361
|
-
AnalysisSchemes: AnalysisSchemeStatus[] | undefined;
|
|
1362
|
-
}
|
|
1363
|
-
export declare namespace DescribeAnalysisSchemesResponse {
|
|
1364
|
-
/**
|
|
1365
|
-
* @internal
|
|
1366
|
-
*/
|
|
1367
|
-
const filterSensitiveLog: (obj: DescribeAnalysisSchemesResponse) => any;
|
|
1368
|
-
}
|
|
1369
|
-
/**
|
|
1370
|
-
* <p>Container for the parameters to the <code><a>DescribeAvailabilityOptions</a></code> operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to <code>true</code>.</p>
|
|
1371
|
-
*/
|
|
1372
|
-
export interface DescribeAvailabilityOptionsRequest {
|
|
1373
|
-
/**
|
|
1374
|
-
* <p>The name of the domain you want to describe.</p>
|
|
1375
|
-
*/
|
|
1376
|
-
DomainName: string | undefined;
|
|
1377
|
-
/**
|
|
1378
|
-
* <p>Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>.</p>
|
|
1379
|
-
*/
|
|
1380
|
-
Deployed?: boolean;
|
|
1381
|
-
}
|
|
1382
|
-
export declare namespace DescribeAvailabilityOptionsRequest {
|
|
1383
|
-
/**
|
|
1384
|
-
* @internal
|
|
1385
|
-
*/
|
|
1386
|
-
const filterSensitiveLog: (obj: DescribeAvailabilityOptionsRequest) => any;
|
|
1387
|
-
}
|
|
1388
|
-
/**
|
|
1389
|
-
* <p>The status and configuration of the domain's availability options.</p>
|
|
1390
|
-
*/
|
|
1391
|
-
export interface AvailabilityOptionsStatus {
|
|
1392
|
-
/**
|
|
1393
|
-
* <p>The availability options configured for the domain.</p>
|
|
1394
|
-
*/
|
|
1395
|
-
Options: boolean | undefined;
|
|
1396
|
-
/**
|
|
1397
|
-
* <p>The status of domain configuration option.</p>
|
|
1398
|
-
*/
|
|
1399
|
-
Status: OptionStatus | undefined;
|
|
1400
|
-
}
|
|
1401
|
-
export declare namespace AvailabilityOptionsStatus {
|
|
1402
|
-
/**
|
|
1403
|
-
* @internal
|
|
1404
|
-
*/
|
|
1405
|
-
const filterSensitiveLog: (obj: AvailabilityOptionsStatus) => any;
|
|
1406
|
-
}
|
|
1407
|
-
/**
|
|
1408
|
-
* <p>The result of a <code>DescribeAvailabilityOptions</code> request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request. </p>
|
|
1409
|
-
*/
|
|
1410
|
-
export interface DescribeAvailabilityOptionsResponse {
|
|
1411
|
-
/**
|
|
1412
|
-
* <p>The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain. </p>
|
|
1413
|
-
*/
|
|
1414
|
-
AvailabilityOptions?: AvailabilityOptionsStatus;
|
|
1415
|
-
}
|
|
1416
|
-
export declare namespace DescribeAvailabilityOptionsResponse {
|
|
1417
|
-
/**
|
|
1418
|
-
* @internal
|
|
1419
|
-
*/
|
|
1420
|
-
const filterSensitiveLog: (obj: DescribeAvailabilityOptionsResponse) => any;
|
|
1421
|
-
}
|
|
1422
|
-
/**
|
|
1423
|
-
* <p>The request was rejected because it attempted an operation which is not enabled.</p>
|
|
1424
|
-
*/
|
|
1425
|
-
export interface DisabledOperationException extends __SmithyException, $MetadataBearer {
|
|
1426
|
-
name: "DisabledOperationException";
|
|
1427
|
-
$fault: "client";
|
|
1428
|
-
/**
|
|
1429
|
-
* <p>A machine-parsable string error or warning code.</p>
|
|
1430
|
-
*/
|
|
1431
|
-
Code?: string;
|
|
1432
|
-
/**
|
|
1433
|
-
* <p>A human-readable string error or warning message.</p>
|
|
1434
|
-
*/
|
|
1435
|
-
Message?: string;
|
|
1436
|
-
}
|
|
1437
|
-
export declare namespace DisabledOperationException {
|
|
1438
|
-
/**
|
|
1439
|
-
* @internal
|
|
1440
|
-
*/
|
|
1441
|
-
const filterSensitiveLog: (obj: DisabledOperationException) => any;
|
|
1442
|
-
}
|
|
1443
|
-
/**
|
|
1444
|
-
* <p>Container for the parameters to the <code><a>DescribeDomainEndpointOptions</a></code> operation. Specify the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to <code>true</code>.</p>
|
|
1445
|
-
*/
|
|
1446
|
-
export interface DescribeDomainEndpointOptionsRequest {
|
|
1447
|
-
/**
|
|
1448
|
-
* <p>A string that represents the name of a domain.</p>
|
|
1449
|
-
*/
|
|
1450
|
-
DomainName: string | undefined;
|
|
1451
|
-
/**
|
|
1452
|
-
* <p>Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. Defaults to <code>false</code>.</p>
|
|
1453
|
-
*/
|
|
1454
|
-
Deployed?: boolean;
|
|
1455
|
-
}
|
|
1456
|
-
export declare namespace DescribeDomainEndpointOptionsRequest {
|
|
1457
|
-
/**
|
|
1458
|
-
* @internal
|
|
1459
|
-
*/
|
|
1460
|
-
const filterSensitiveLog: (obj: DescribeDomainEndpointOptionsRequest) => any;
|
|
1461
|
-
}
|
|
1462
|
-
export declare enum TLSSecurityPolicy {
|
|
1463
|
-
POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
|
|
1464
|
-
POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07"
|
|
1465
|
-
}
|
|
1466
|
-
/**
|
|
1467
|
-
* <p>The domain's endpoint options.</p>
|
|
1468
|
-
*/
|
|
1469
|
-
export interface DomainEndpointOptions {
|
|
1470
|
-
/**
|
|
1471
|
-
* <p>Whether the domain is HTTPS only enabled.</p>
|
|
1472
|
-
*/
|
|
1473
|
-
EnforceHTTPS?: boolean;
|
|
1474
|
-
/**
|
|
1475
|
-
* <p>The minimum required TLS version</p>
|
|
1476
|
-
*/
|
|
1477
|
-
TLSSecurityPolicy?: TLSSecurityPolicy | string;
|
|
1478
|
-
}
|
|
1479
|
-
export declare namespace DomainEndpointOptions {
|
|
1480
|
-
/**
|
|
1481
|
-
* @internal
|
|
1482
|
-
*/
|
|
1483
|
-
const filterSensitiveLog: (obj: DomainEndpointOptions) => any;
|
|
1484
|
-
}
|
|
1485
|
-
/**
|
|
1486
|
-
* <p>The configuration and status of the domain's endpoint options.</p>
|
|
1487
|
-
*/
|
|
1488
|
-
export interface DomainEndpointOptionsStatus {
|
|
1489
|
-
/**
|
|
1490
|
-
* <p>The domain endpoint options configured for the domain.</p>
|
|
1491
|
-
*/
|
|
1492
|
-
Options: DomainEndpointOptions | undefined;
|
|
1493
|
-
/**
|
|
1494
|
-
* <p>The status of the configured domain endpoint options.</p>
|
|
1495
|
-
*/
|
|
1496
|
-
Status: OptionStatus | undefined;
|
|
1497
|
-
}
|
|
1498
|
-
export declare namespace DomainEndpointOptionsStatus {
|
|
1499
|
-
/**
|
|
1500
|
-
* @internal
|
|
1501
|
-
*/
|
|
1502
|
-
const filterSensitiveLog: (obj: DomainEndpointOptionsStatus) => any;
|
|
1503
|
-
}
|
|
1504
|
-
/**
|
|
1505
|
-
* <p>The result of a <code>DescribeDomainEndpointOptions</code> request. Contains the status and configuration of a search domain's endpoint options. </p>
|
|
1506
|
-
*/
|
|
1507
|
-
export interface DescribeDomainEndpointOptionsResponse {
|
|
1508
|
-
/**
|
|
1509
|
-
* <p>The status and configuration of a search domain's endpoint options.</p>
|
|
1510
|
-
*/
|
|
1511
|
-
DomainEndpointOptions?: DomainEndpointOptionsStatus;
|
|
1512
|
-
}
|
|
1513
|
-
export declare namespace DescribeDomainEndpointOptionsResponse {
|
|
1514
|
-
/**
|
|
1515
|
-
* @internal
|
|
1516
|
-
*/
|
|
1517
|
-
const filterSensitiveLog: (obj: DescribeDomainEndpointOptionsResponse) => any;
|
|
1518
|
-
}
|
|
1519
|
-
/**
|
|
1520
|
-
* <p>Container for the parameters to the <code><a>DescribeDomains</a></code> operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.</p>
|
|
1521
|
-
*/
|
|
1522
|
-
export interface DescribeDomainsRequest {
|
|
1523
|
-
/**
|
|
1524
|
-
* <p>The names of the domains you want to include in the response.</p>
|
|
1525
|
-
*/
|
|
1526
|
-
DomainNames?: string[];
|
|
1527
|
-
}
|
|
1528
|
-
export declare namespace DescribeDomainsRequest {
|
|
1529
|
-
/**
|
|
1530
|
-
* @internal
|
|
1531
|
-
*/
|
|
1532
|
-
const filterSensitiveLog: (obj: DescribeDomainsRequest) => any;
|
|
1533
|
-
}
|
|
1534
|
-
/**
|
|
1535
|
-
* <p>The result of a <code>DescribeDomains</code> request. Contains the status of the domains specified in the request or all domains owned by the account.</p>
|
|
1536
|
-
*/
|
|
1537
|
-
export interface DescribeDomainsResponse {
|
|
1538
|
-
/**
|
|
1539
|
-
* <p>A list that contains the status of each requested domain.</p>
|
|
1540
|
-
*/
|
|
1541
|
-
DomainStatusList: DomainStatus[] | undefined;
|
|
1542
|
-
}
|
|
1543
|
-
export declare namespace DescribeDomainsResponse {
|
|
1544
|
-
/**
|
|
1545
|
-
* @internal
|
|
1546
|
-
*/
|
|
1547
|
-
const filterSensitiveLog: (obj: DescribeDomainsResponse) => any;
|
|
1548
|
-
}
|
|
1549
|
-
/**
|
|
1550
|
-
* <p>Container for the parameters to the <code><a>DescribeDomains</a></code> operation.
|
|
1551
|
-
* Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>.</p>
|
|
1552
|
-
*/
|
|
1553
|
-
export interface DescribeExpressionsRequest {
|
|
1554
|
-
/**
|
|
1555
|
-
* <p>The name of the domain you want to describe.</p>
|
|
1556
|
-
*/
|
|
1557
|
-
DomainName: string | undefined;
|
|
1558
|
-
/**
|
|
1559
|
-
* <p>Limits the <code><a>DescribeExpressions</a></code> response to the specified expressions. If not specified, all expressions are shown.</p>
|
|
1560
|
-
*/
|
|
1561
|
-
ExpressionNames?: string[];
|
|
1562
|
-
/**
|
|
1563
|
-
* <p>Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>.</p>
|
|
1564
|
-
*/
|
|
1565
|
-
Deployed?: boolean;
|
|
1566
|
-
}
|
|
1567
|
-
export declare namespace DescribeExpressionsRequest {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
|
-
const filterSensitiveLog: (obj: DescribeExpressionsRequest) => any;
|
|
1572
|
-
}
|
|
1573
|
-
/**
|
|
1574
|
-
* <p>The result of a <code>DescribeExpressions</code> request. Contains the expressions configured for the domain specified in the request.</p>
|
|
1575
|
-
*/
|
|
1576
|
-
export interface DescribeExpressionsResponse {
|
|
1577
|
-
/**
|
|
1578
|
-
* <p>The expressions configured for the domain.</p>
|
|
1579
|
-
*/
|
|
1580
|
-
Expressions: ExpressionStatus[] | undefined;
|
|
1581
|
-
}
|
|
1582
|
-
export declare namespace DescribeExpressionsResponse {
|
|
1583
|
-
/**
|
|
1584
|
-
* @internal
|
|
1585
|
-
*/
|
|
1586
|
-
const filterSensitiveLog: (obj: DescribeExpressionsResponse) => any;
|
|
1587
|
-
}
|
|
1588
|
-
/**
|
|
1589
|
-
* <p>Container for the parameters to the <code><a>DescribeIndexFields</a></code> operation. Specifies the name of the domain you want to describe. To restrict the response to particular index fields, specify the names of the index fields you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>.</p>
|
|
1590
|
-
*/
|
|
1591
|
-
export interface DescribeIndexFieldsRequest {
|
|
1592
|
-
/**
|
|
1593
|
-
* <p>The name of the domain you want to describe.</p>
|
|
1594
|
-
*/
|
|
1595
|
-
DomainName: string | undefined;
|
|
1596
|
-
/**
|
|
1597
|
-
* <p>A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.</p>
|
|
1598
|
-
*/
|
|
1599
|
-
FieldNames?: string[];
|
|
1600
|
-
/**
|
|
1601
|
-
* <p>Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>.</p>
|
|
1602
|
-
*/
|
|
1603
|
-
Deployed?: boolean;
|
|
1604
|
-
}
|
|
1605
|
-
export declare namespace DescribeIndexFieldsRequest {
|
|
1606
|
-
/**
|
|
1607
|
-
* @internal
|
|
1608
|
-
*/
|
|
1609
|
-
const filterSensitiveLog: (obj: DescribeIndexFieldsRequest) => any;
|
|
1610
|
-
}
|
|
1611
|
-
/**
|
|
1612
|
-
* <p>The result of a <code>DescribeIndexFields</code> request. Contains the index fields configured for the domain specified in the request.</p>
|
|
1613
|
-
*/
|
|
1614
|
-
export interface DescribeIndexFieldsResponse {
|
|
1615
|
-
/**
|
|
1616
|
-
* <p>The index fields configured for the domain.</p>
|
|
1617
|
-
*/
|
|
1618
|
-
IndexFields: IndexFieldStatus[] | undefined;
|
|
1619
|
-
}
|
|
1620
|
-
export declare namespace DescribeIndexFieldsResponse {
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
|
-
const filterSensitiveLog: (obj: DescribeIndexFieldsResponse) => any;
|
|
1625
|
-
}
|
|
1626
|
-
/**
|
|
1627
|
-
* <p>Container for the parameters to the <code><a>DescribeScalingParameters</a></code> operation. Specifies the name of the domain you want to describe. </p>
|
|
1628
|
-
*/
|
|
1629
|
-
export interface DescribeScalingParametersRequest {
|
|
1630
|
-
/**
|
|
1631
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1632
|
-
*/
|
|
1633
|
-
DomainName: string | undefined;
|
|
1634
|
-
}
|
|
1635
|
-
export declare namespace DescribeScalingParametersRequest {
|
|
1636
|
-
/**
|
|
1637
|
-
* @internal
|
|
1638
|
-
*/
|
|
1639
|
-
const filterSensitiveLog: (obj: DescribeScalingParametersRequest) => any;
|
|
1640
|
-
}
|
|
1641
|
-
export declare type PartitionInstanceType = "search.2xlarge" | "search.large" | "search.m1.large" | "search.m1.small" | "search.m2.2xlarge" | "search.m2.xlarge" | "search.m3.2xlarge" | "search.m3.large" | "search.m3.medium" | "search.m3.xlarge" | "search.medium" | "search.previousgeneration.2xlarge" | "search.previousgeneration.large" | "search.previousgeneration.small" | "search.previousgeneration.xlarge" | "search.small" | "search.xlarge";
|
|
1642
|
-
/**
|
|
1643
|
-
* <p>The desired instance type and desired number of replicas of each index partition.</p>
|
|
1644
|
-
*/
|
|
1645
|
-
export interface ScalingParameters {
|
|
1646
|
-
/**
|
|
1647
|
-
* <p>The instance type that you want to preconfigure for your domain. For example, <code>search.m1.small</code>.</p>
|
|
1648
|
-
*/
|
|
1649
|
-
DesiredInstanceType?: PartitionInstanceType | string;
|
|
1650
|
-
/**
|
|
1651
|
-
* <p>The number of replicas you want to preconfigure for each index partition.</p>
|
|
1652
|
-
*/
|
|
1653
|
-
DesiredReplicationCount?: number;
|
|
1654
|
-
/**
|
|
1655
|
-
* <p>The number of partitions you want to preconfigure for your domain. Only valid when
|
|
1656
|
-
* you select <code>m2.2xlarge</code> as the desired instance type.</p>
|
|
1657
|
-
*/
|
|
1658
|
-
DesiredPartitionCount?: number;
|
|
1659
|
-
}
|
|
1660
|
-
export declare namespace ScalingParameters {
|
|
1661
|
-
/**
|
|
1662
|
-
* @internal
|
|
1663
|
-
*/
|
|
1664
|
-
const filterSensitiveLog: (obj: ScalingParameters) => any;
|
|
1665
|
-
}
|
|
1666
|
-
/**
|
|
1667
|
-
* <p>The status and configuration of a search domain's scaling parameters. </p>
|
|
1668
|
-
*/
|
|
1669
|
-
export interface ScalingParametersStatus {
|
|
1670
|
-
/**
|
|
1671
|
-
* <p>The desired instance type and desired number of replicas of each index partition.</p>
|
|
1672
|
-
*/
|
|
1673
|
-
Options: ScalingParameters | undefined;
|
|
1674
|
-
/**
|
|
1675
|
-
* <p>The status of domain configuration option.</p>
|
|
1676
|
-
*/
|
|
1677
|
-
Status: OptionStatus | undefined;
|
|
1678
|
-
}
|
|
1679
|
-
export declare namespace ScalingParametersStatus {
|
|
1680
|
-
/**
|
|
1681
|
-
* @internal
|
|
1682
|
-
*/
|
|
1683
|
-
const filterSensitiveLog: (obj: ScalingParametersStatus) => any;
|
|
1684
|
-
}
|
|
1685
|
-
/**
|
|
1686
|
-
* <p>The result of a <code>DescribeScalingParameters</code> request. Contains the scaling parameters configured for the domain specified in the request.</p>
|
|
1687
|
-
*/
|
|
1688
|
-
export interface DescribeScalingParametersResponse {
|
|
1689
|
-
/**
|
|
1690
|
-
* <p>The status and configuration of a search domain's scaling parameters. </p>
|
|
1691
|
-
*/
|
|
1692
|
-
ScalingParameters: ScalingParametersStatus | undefined;
|
|
1693
|
-
}
|
|
1694
|
-
export declare namespace DescribeScalingParametersResponse {
|
|
1695
|
-
/**
|
|
1696
|
-
* @internal
|
|
1697
|
-
*/
|
|
1698
|
-
const filterSensitiveLog: (obj: DescribeScalingParametersResponse) => any;
|
|
1699
|
-
}
|
|
1700
|
-
/**
|
|
1701
|
-
* <p>Container for the parameters to the <code><a>DescribeServiceAccessPolicies</a></code> operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>.</p>
|
|
1702
|
-
*/
|
|
1703
|
-
export interface DescribeServiceAccessPoliciesRequest {
|
|
1704
|
-
/**
|
|
1705
|
-
* <p>The name of the domain you want to describe.</p>
|
|
1706
|
-
*/
|
|
1707
|
-
DomainName: string | undefined;
|
|
1708
|
-
/**
|
|
1709
|
-
* <p>Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>.</p>
|
|
1710
|
-
*/
|
|
1711
|
-
Deployed?: boolean;
|
|
1712
|
-
}
|
|
1713
|
-
export declare namespace DescribeServiceAccessPoliciesRequest {
|
|
1714
|
-
/**
|
|
1715
|
-
* @internal
|
|
1716
|
-
*/
|
|
1717
|
-
const filterSensitiveLog: (obj: DescribeServiceAccessPoliciesRequest) => any;
|
|
1718
|
-
}
|
|
1719
|
-
/**
|
|
1720
|
-
* <p>The configured access rules for the domain's document and search endpoints, and the current status of those rules.</p>
|
|
1721
|
-
*/
|
|
1722
|
-
export interface AccessPoliciesStatus {
|
|
1723
|
-
/**
|
|
1724
|
-
* <p>Access rules for a domain's document or search service endpoints. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">Configuring Access for a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. The maximum size of a policy document is 100 KB.</p>
|
|
1725
|
-
*/
|
|
1726
|
-
Options: string | undefined;
|
|
1727
|
-
/**
|
|
1728
|
-
* <p>The status of domain configuration option.</p>
|
|
1729
|
-
*/
|
|
1730
|
-
Status: OptionStatus | undefined;
|
|
1731
|
-
}
|
|
1732
|
-
export declare namespace AccessPoliciesStatus {
|
|
1733
|
-
/**
|
|
1734
|
-
* @internal
|
|
1735
|
-
*/
|
|
1736
|
-
const filterSensitiveLog: (obj: AccessPoliciesStatus) => any;
|
|
1737
|
-
}
|
|
1738
|
-
/**
|
|
1739
|
-
* <p>The result of a <code>DescribeServiceAccessPolicies</code> request.</p>
|
|
1740
|
-
*/
|
|
1741
|
-
export interface DescribeServiceAccessPoliciesResponse {
|
|
1742
|
-
/**
|
|
1743
|
-
* <p>The access rules configured for the domain specified in the request.</p>
|
|
1744
|
-
*/
|
|
1745
|
-
AccessPolicies: AccessPoliciesStatus | undefined;
|
|
1746
|
-
}
|
|
1747
|
-
export declare namespace DescribeServiceAccessPoliciesResponse {
|
|
1748
|
-
/**
|
|
1749
|
-
* @internal
|
|
1750
|
-
*/
|
|
1751
|
-
const filterSensitiveLog: (obj: DescribeServiceAccessPoliciesResponse) => any;
|
|
1752
|
-
}
|
|
1753
|
-
/**
|
|
1754
|
-
* <p>Container for the parameters to the <code><a>DescribeSuggester</a></code> operation. Specifies the name of the domain you want to describe. To restrict the response to particular suggesters, specify the names of the suggesters you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>.</p>
|
|
1755
|
-
*/
|
|
1756
|
-
export interface DescribeSuggestersRequest {
|
|
1757
|
-
/**
|
|
1758
|
-
* <p>The name of the domain you want to describe.</p>
|
|
1759
|
-
*/
|
|
1760
|
-
DomainName: string | undefined;
|
|
1761
|
-
/**
|
|
1762
|
-
* <p>The suggesters you want to describe.</p>
|
|
1763
|
-
*/
|
|
1764
|
-
SuggesterNames?: string[];
|
|
1765
|
-
/**
|
|
1766
|
-
* <p>Whether to display the deployed configuration (<code>true</code>) or include any pending changes (<code>false</code>). Defaults to <code>false</code>.</p>
|
|
1767
|
-
*/
|
|
1768
|
-
Deployed?: boolean;
|
|
1769
|
-
}
|
|
1770
|
-
export declare namespace DescribeSuggestersRequest {
|
|
1771
|
-
/**
|
|
1772
|
-
* @internal
|
|
1773
|
-
*/
|
|
1774
|
-
const filterSensitiveLog: (obj: DescribeSuggestersRequest) => any;
|
|
1775
|
-
}
|
|
1776
|
-
/**
|
|
1777
|
-
* <p>The result of a <code>DescribeSuggesters</code> request.</p>
|
|
1778
|
-
*/
|
|
1779
|
-
export interface DescribeSuggestersResponse {
|
|
1780
|
-
/**
|
|
1781
|
-
* <p>The suggesters configured for the domain specified in the request.</p>
|
|
1782
|
-
*/
|
|
1783
|
-
Suggesters: SuggesterStatus[] | undefined;
|
|
1784
|
-
}
|
|
1785
|
-
export declare namespace DescribeSuggestersResponse {
|
|
1786
|
-
/**
|
|
1787
|
-
* @internal
|
|
1788
|
-
*/
|
|
1789
|
-
const filterSensitiveLog: (obj: DescribeSuggestersResponse) => any;
|
|
1790
|
-
}
|
|
1791
|
-
/**
|
|
1792
|
-
* <p>Container for the parameters to the <code><a>IndexDocuments</a></code> operation. Specifies the name of the domain you want to re-index.</p>
|
|
1793
|
-
*/
|
|
1794
|
-
export interface IndexDocumentsRequest {
|
|
1795
|
-
/**
|
|
1796
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1797
|
-
*/
|
|
1798
|
-
DomainName: string | undefined;
|
|
1799
|
-
}
|
|
1800
|
-
export declare namespace IndexDocumentsRequest {
|
|
1801
|
-
/**
|
|
1802
|
-
* @internal
|
|
1803
|
-
*/
|
|
1804
|
-
const filterSensitiveLog: (obj: IndexDocumentsRequest) => any;
|
|
1805
|
-
}
|
|
1806
|
-
/**
|
|
1807
|
-
* <p>The result of an <code>IndexDocuments</code> request. Contains the status of the indexing operation, including the fields being indexed.</p>
|
|
1808
|
-
*/
|
|
1809
|
-
export interface IndexDocumentsResponse {
|
|
1810
|
-
/**
|
|
1811
|
-
* <p>The names of the fields that are currently being indexed.</p>
|
|
1812
|
-
*/
|
|
1813
|
-
FieldNames?: string[];
|
|
1814
|
-
}
|
|
1815
|
-
export declare namespace IndexDocumentsResponse {
|
|
1816
|
-
/**
|
|
1817
|
-
* @internal
|
|
1818
|
-
*/
|
|
1819
|
-
const filterSensitiveLog: (obj: IndexDocumentsResponse) => any;
|
|
1820
|
-
}
|
|
1821
|
-
/**
|
|
1822
|
-
* <p>The result of a <code>ListDomainNames</code> request. Contains a list of the domains owned by an account.</p>
|
|
1823
|
-
*/
|
|
1824
|
-
export interface ListDomainNamesResponse {
|
|
1825
|
-
/**
|
|
1826
|
-
* <p>The names of the search domains owned by an account.</p>
|
|
1827
|
-
*/
|
|
1828
|
-
DomainNames?: {
|
|
1829
|
-
[key: string]: string;
|
|
1830
|
-
};
|
|
1831
|
-
}
|
|
1832
|
-
export declare namespace ListDomainNamesResponse {
|
|
1833
|
-
/**
|
|
1834
|
-
* @internal
|
|
1835
|
-
*/
|
|
1836
|
-
const filterSensitiveLog: (obj: ListDomainNamesResponse) => any;
|
|
1837
|
-
}
|
|
1838
|
-
/**
|
|
1839
|
-
* <p>Container for the parameters to the <code><a>UpdateAvailabilityOptions</a></code> operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.</p>
|
|
1840
|
-
*/
|
|
1841
|
-
export interface UpdateAvailabilityOptionsRequest {
|
|
1842
|
-
/**
|
|
1843
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1844
|
-
*/
|
|
1845
|
-
DomainName: string | undefined;
|
|
1846
|
-
/**
|
|
1847
|
-
* <p>You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to <code>false</code>. </p>
|
|
1848
|
-
*/
|
|
1849
|
-
MultiAZ: boolean | undefined;
|
|
1850
|
-
}
|
|
1851
|
-
export declare namespace UpdateAvailabilityOptionsRequest {
|
|
1852
|
-
/**
|
|
1853
|
-
* @internal
|
|
1854
|
-
*/
|
|
1855
|
-
const filterSensitiveLog: (obj: UpdateAvailabilityOptionsRequest) => any;
|
|
1856
|
-
}
|
|
1857
|
-
/**
|
|
1858
|
-
* <p>The result of a <code>UpdateAvailabilityOptions</code> request. Contains the status of the domain's availability options. </p>
|
|
1859
|
-
*/
|
|
1860
|
-
export interface UpdateAvailabilityOptionsResponse {
|
|
1861
|
-
/**
|
|
1862
|
-
* <p>The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain. </p>
|
|
1863
|
-
*/
|
|
1864
|
-
AvailabilityOptions?: AvailabilityOptionsStatus;
|
|
1865
|
-
}
|
|
1866
|
-
export declare namespace UpdateAvailabilityOptionsResponse {
|
|
1867
|
-
/**
|
|
1868
|
-
* @internal
|
|
1869
|
-
*/
|
|
1870
|
-
const filterSensitiveLog: (obj: UpdateAvailabilityOptionsResponse) => any;
|
|
1871
|
-
}
|
|
1872
|
-
/**
|
|
1873
|
-
* <p>Container for the parameters to the <code><a>UpdateDomainEndpointOptions</a></code> operation. Specifies the name of the domain you want to update and the domain endpoint options.</p>
|
|
1874
|
-
*/
|
|
1875
|
-
export interface UpdateDomainEndpointOptionsRequest {
|
|
1876
|
-
/**
|
|
1877
|
-
* <p>A string that represents the name of a domain.</p>
|
|
1878
|
-
*/
|
|
1879
|
-
DomainName: string | undefined;
|
|
1880
|
-
/**
|
|
1881
|
-
* <p>Whether to require that all requests to the domain arrive over HTTPS. We recommend Policy-Min-TLS-1-2-2019-07 for TLSSecurityPolicy. For compatibility with older clients, the default is Policy-Min-TLS-1-0-2019-07. </p>
|
|
1882
|
-
*/
|
|
1883
|
-
DomainEndpointOptions: DomainEndpointOptions | undefined;
|
|
1884
|
-
}
|
|
1885
|
-
export declare namespace UpdateDomainEndpointOptionsRequest {
|
|
1886
|
-
/**
|
|
1887
|
-
* @internal
|
|
1888
|
-
*/
|
|
1889
|
-
const filterSensitiveLog: (obj: UpdateDomainEndpointOptionsRequest) => any;
|
|
1890
|
-
}
|
|
1891
|
-
/**
|
|
1892
|
-
* <p>The result of a <code>UpdateDomainEndpointOptions</code> request. Contains the configuration and status of the domain's endpoint options. </p>
|
|
1893
|
-
*/
|
|
1894
|
-
export interface UpdateDomainEndpointOptionsResponse {
|
|
1895
|
-
/**
|
|
1896
|
-
* <p>The newly-configured domain endpoint options.</p>
|
|
1897
|
-
*/
|
|
1898
|
-
DomainEndpointOptions?: DomainEndpointOptionsStatus;
|
|
1899
|
-
}
|
|
1900
|
-
export declare namespace UpdateDomainEndpointOptionsResponse {
|
|
1901
|
-
/**
|
|
1902
|
-
* @internal
|
|
1903
|
-
*/
|
|
1904
|
-
const filterSensitiveLog: (obj: UpdateDomainEndpointOptionsResponse) => any;
|
|
1905
|
-
}
|
|
1906
|
-
/**
|
|
1907
|
-
* <p>Container for the parameters to the <code><a>UpdateScalingParameters</a></code> operation. Specifies the name of the domain you want to update and the scaling parameters you want to configure.</p>
|
|
1908
|
-
*/
|
|
1909
|
-
export interface UpdateScalingParametersRequest {
|
|
1910
|
-
/**
|
|
1911
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1912
|
-
*/
|
|
1913
|
-
DomainName: string | undefined;
|
|
1914
|
-
/**
|
|
1915
|
-
* <p>The desired instance type and desired number of replicas of each index partition.</p>
|
|
1916
|
-
*/
|
|
1917
|
-
ScalingParameters: ScalingParameters | undefined;
|
|
1918
|
-
}
|
|
1919
|
-
export declare namespace UpdateScalingParametersRequest {
|
|
1920
|
-
/**
|
|
1921
|
-
* @internal
|
|
1922
|
-
*/
|
|
1923
|
-
const filterSensitiveLog: (obj: UpdateScalingParametersRequest) => any;
|
|
1924
|
-
}
|
|
1925
|
-
/**
|
|
1926
|
-
* <p>The result of a <code>UpdateScalingParameters</code> request. Contains the status of the newly-configured scaling parameters.</p>
|
|
1927
|
-
*/
|
|
1928
|
-
export interface UpdateScalingParametersResponse {
|
|
1929
|
-
/**
|
|
1930
|
-
* <p>The status and configuration of a search domain's scaling parameters. </p>
|
|
1931
|
-
*/
|
|
1932
|
-
ScalingParameters: ScalingParametersStatus | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
export declare namespace UpdateScalingParametersResponse {
|
|
1935
|
-
/**
|
|
1936
|
-
* @internal
|
|
1937
|
-
*/
|
|
1938
|
-
const filterSensitiveLog: (obj: UpdateScalingParametersResponse) => any;
|
|
1939
|
-
}
|
|
1940
|
-
/**
|
|
1941
|
-
* <p>Container for the parameters to the <code><a>UpdateServiceAccessPolicies</a></code> operation. Specifies the name of the domain you want to update and the access rules you want to configure.</p>
|
|
1942
|
-
*/
|
|
1943
|
-
export interface UpdateServiceAccessPoliciesRequest {
|
|
1944
|
-
/**
|
|
1945
|
-
* <p>A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).</p>
|
|
1946
|
-
*/
|
|
1947
|
-
DomainName: string | undefined;
|
|
1948
|
-
/**
|
|
1949
|
-
* <p>The access rules you want to configure. These rules replace any existing rules. </p>
|
|
1950
|
-
*/
|
|
1951
|
-
AccessPolicies: string | undefined;
|
|
1952
|
-
}
|
|
1953
|
-
export declare namespace UpdateServiceAccessPoliciesRequest {
|
|
1954
|
-
/**
|
|
1955
|
-
* @internal
|
|
1956
|
-
*/
|
|
1957
|
-
const filterSensitiveLog: (obj: UpdateServiceAccessPoliciesRequest) => any;
|
|
1958
|
-
}
|
|
1959
|
-
/**
|
|
1960
|
-
* <p>The result of an <code>UpdateServiceAccessPolicies</code> request. Contains the new access policies.</p>
|
|
1961
|
-
*/
|
|
1962
|
-
export interface UpdateServiceAccessPoliciesResponse {
|
|
1963
|
-
/**
|
|
1964
|
-
* <p>The access rules configured for the domain.</p>
|
|
1965
|
-
*/
|
|
1966
|
-
AccessPolicies: AccessPoliciesStatus | undefined;
|
|
1967
|
-
}
|
|
1968
|
-
export declare namespace UpdateServiceAccessPoliciesResponse {
|
|
1969
|
-
/**
|
|
1970
|
-
* @internal
|
|
1971
|
-
*/
|
|
1972
|
-
const filterSensitiveLog: (obj: UpdateServiceAccessPoliciesResponse) => any;
|
|
1973
|
-
}
|