@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
package/CloudSearch.ts
DELETED
|
@@ -1,978 +0,0 @@
|
|
|
1
|
-
import { CloudSearchClient } from "./CloudSearchClient";
|
|
2
|
-
import {
|
|
3
|
-
BuildSuggestersCommand,
|
|
4
|
-
BuildSuggestersCommandInput,
|
|
5
|
-
BuildSuggestersCommandOutput,
|
|
6
|
-
} from "./commands/BuildSuggestersCommand";
|
|
7
|
-
import {
|
|
8
|
-
CreateDomainCommand,
|
|
9
|
-
CreateDomainCommandInput,
|
|
10
|
-
CreateDomainCommandOutput,
|
|
11
|
-
} from "./commands/CreateDomainCommand";
|
|
12
|
-
import {
|
|
13
|
-
DefineAnalysisSchemeCommand,
|
|
14
|
-
DefineAnalysisSchemeCommandInput,
|
|
15
|
-
DefineAnalysisSchemeCommandOutput,
|
|
16
|
-
} from "./commands/DefineAnalysisSchemeCommand";
|
|
17
|
-
import {
|
|
18
|
-
DefineExpressionCommand,
|
|
19
|
-
DefineExpressionCommandInput,
|
|
20
|
-
DefineExpressionCommandOutput,
|
|
21
|
-
} from "./commands/DefineExpressionCommand";
|
|
22
|
-
import {
|
|
23
|
-
DefineIndexFieldCommand,
|
|
24
|
-
DefineIndexFieldCommandInput,
|
|
25
|
-
DefineIndexFieldCommandOutput,
|
|
26
|
-
} from "./commands/DefineIndexFieldCommand";
|
|
27
|
-
import {
|
|
28
|
-
DefineSuggesterCommand,
|
|
29
|
-
DefineSuggesterCommandInput,
|
|
30
|
-
DefineSuggesterCommandOutput,
|
|
31
|
-
} from "./commands/DefineSuggesterCommand";
|
|
32
|
-
import {
|
|
33
|
-
DeleteAnalysisSchemeCommand,
|
|
34
|
-
DeleteAnalysisSchemeCommandInput,
|
|
35
|
-
DeleteAnalysisSchemeCommandOutput,
|
|
36
|
-
} from "./commands/DeleteAnalysisSchemeCommand";
|
|
37
|
-
import {
|
|
38
|
-
DeleteDomainCommand,
|
|
39
|
-
DeleteDomainCommandInput,
|
|
40
|
-
DeleteDomainCommandOutput,
|
|
41
|
-
} from "./commands/DeleteDomainCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteExpressionCommand,
|
|
44
|
-
DeleteExpressionCommandInput,
|
|
45
|
-
DeleteExpressionCommandOutput,
|
|
46
|
-
} from "./commands/DeleteExpressionCommand";
|
|
47
|
-
import {
|
|
48
|
-
DeleteIndexFieldCommand,
|
|
49
|
-
DeleteIndexFieldCommandInput,
|
|
50
|
-
DeleteIndexFieldCommandOutput,
|
|
51
|
-
} from "./commands/DeleteIndexFieldCommand";
|
|
52
|
-
import {
|
|
53
|
-
DeleteSuggesterCommand,
|
|
54
|
-
DeleteSuggesterCommandInput,
|
|
55
|
-
DeleteSuggesterCommandOutput,
|
|
56
|
-
} from "./commands/DeleteSuggesterCommand";
|
|
57
|
-
import {
|
|
58
|
-
DescribeAnalysisSchemesCommand,
|
|
59
|
-
DescribeAnalysisSchemesCommandInput,
|
|
60
|
-
DescribeAnalysisSchemesCommandOutput,
|
|
61
|
-
} from "./commands/DescribeAnalysisSchemesCommand";
|
|
62
|
-
import {
|
|
63
|
-
DescribeAvailabilityOptionsCommand,
|
|
64
|
-
DescribeAvailabilityOptionsCommandInput,
|
|
65
|
-
DescribeAvailabilityOptionsCommandOutput,
|
|
66
|
-
} from "./commands/DescribeAvailabilityOptionsCommand";
|
|
67
|
-
import {
|
|
68
|
-
DescribeDomainEndpointOptionsCommand,
|
|
69
|
-
DescribeDomainEndpointOptionsCommandInput,
|
|
70
|
-
DescribeDomainEndpointOptionsCommandOutput,
|
|
71
|
-
} from "./commands/DescribeDomainEndpointOptionsCommand";
|
|
72
|
-
import {
|
|
73
|
-
DescribeDomainsCommand,
|
|
74
|
-
DescribeDomainsCommandInput,
|
|
75
|
-
DescribeDomainsCommandOutput,
|
|
76
|
-
} from "./commands/DescribeDomainsCommand";
|
|
77
|
-
import {
|
|
78
|
-
DescribeExpressionsCommand,
|
|
79
|
-
DescribeExpressionsCommandInput,
|
|
80
|
-
DescribeExpressionsCommandOutput,
|
|
81
|
-
} from "./commands/DescribeExpressionsCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeIndexFieldsCommand,
|
|
84
|
-
DescribeIndexFieldsCommandInput,
|
|
85
|
-
DescribeIndexFieldsCommandOutput,
|
|
86
|
-
} from "./commands/DescribeIndexFieldsCommand";
|
|
87
|
-
import {
|
|
88
|
-
DescribeScalingParametersCommand,
|
|
89
|
-
DescribeScalingParametersCommandInput,
|
|
90
|
-
DescribeScalingParametersCommandOutput,
|
|
91
|
-
} from "./commands/DescribeScalingParametersCommand";
|
|
92
|
-
import {
|
|
93
|
-
DescribeServiceAccessPoliciesCommand,
|
|
94
|
-
DescribeServiceAccessPoliciesCommandInput,
|
|
95
|
-
DescribeServiceAccessPoliciesCommandOutput,
|
|
96
|
-
} from "./commands/DescribeServiceAccessPoliciesCommand";
|
|
97
|
-
import {
|
|
98
|
-
DescribeSuggestersCommand,
|
|
99
|
-
DescribeSuggestersCommandInput,
|
|
100
|
-
DescribeSuggestersCommandOutput,
|
|
101
|
-
} from "./commands/DescribeSuggestersCommand";
|
|
102
|
-
import {
|
|
103
|
-
IndexDocumentsCommand,
|
|
104
|
-
IndexDocumentsCommandInput,
|
|
105
|
-
IndexDocumentsCommandOutput,
|
|
106
|
-
} from "./commands/IndexDocumentsCommand";
|
|
107
|
-
import {
|
|
108
|
-
ListDomainNamesCommand,
|
|
109
|
-
ListDomainNamesCommandInput,
|
|
110
|
-
ListDomainNamesCommandOutput,
|
|
111
|
-
} from "./commands/ListDomainNamesCommand";
|
|
112
|
-
import {
|
|
113
|
-
UpdateAvailabilityOptionsCommand,
|
|
114
|
-
UpdateAvailabilityOptionsCommandInput,
|
|
115
|
-
UpdateAvailabilityOptionsCommandOutput,
|
|
116
|
-
} from "./commands/UpdateAvailabilityOptionsCommand";
|
|
117
|
-
import {
|
|
118
|
-
UpdateDomainEndpointOptionsCommand,
|
|
119
|
-
UpdateDomainEndpointOptionsCommandInput,
|
|
120
|
-
UpdateDomainEndpointOptionsCommandOutput,
|
|
121
|
-
} from "./commands/UpdateDomainEndpointOptionsCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdateScalingParametersCommand,
|
|
124
|
-
UpdateScalingParametersCommandInput,
|
|
125
|
-
UpdateScalingParametersCommandOutput,
|
|
126
|
-
} from "./commands/UpdateScalingParametersCommand";
|
|
127
|
-
import {
|
|
128
|
-
UpdateServiceAccessPoliciesCommand,
|
|
129
|
-
UpdateServiceAccessPoliciesCommandInput,
|
|
130
|
-
UpdateServiceAccessPoliciesCommandOutput,
|
|
131
|
-
} from "./commands/UpdateServiceAccessPoliciesCommand";
|
|
132
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* <fullname>Amazon CloudSearch Configuration Service</fullname>
|
|
136
|
-
* <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
|
|
137
|
-
* Configuration service requests are submitted using the AWS Query protocol. AWS Query requests
|
|
138
|
-
* are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.</p>
|
|
139
|
-
* <p>The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com.
|
|
140
|
-
* For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
|
|
141
|
-
* see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" target="_blank">Regions and Endpoints</a>.</p>
|
|
142
|
-
*/
|
|
143
|
-
export class CloudSearch extends CloudSearchClient {
|
|
144
|
-
/**
|
|
145
|
-
* <p>Indexes the search suggestions. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters">Configuring Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
146
|
-
*/
|
|
147
|
-
public buildSuggesters(
|
|
148
|
-
args: BuildSuggestersCommandInput,
|
|
149
|
-
options?: __HttpHandlerOptions
|
|
150
|
-
): Promise<BuildSuggestersCommandOutput>;
|
|
151
|
-
public buildSuggesters(
|
|
152
|
-
args: BuildSuggestersCommandInput,
|
|
153
|
-
cb: (err: any, data?: BuildSuggestersCommandOutput) => void
|
|
154
|
-
): void;
|
|
155
|
-
public buildSuggesters(
|
|
156
|
-
args: BuildSuggestersCommandInput,
|
|
157
|
-
options: __HttpHandlerOptions,
|
|
158
|
-
cb: (err: any, data?: BuildSuggestersCommandOutput) => void
|
|
159
|
-
): void;
|
|
160
|
-
public buildSuggesters(
|
|
161
|
-
args: BuildSuggestersCommandInput,
|
|
162
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BuildSuggestersCommandOutput) => void),
|
|
163
|
-
cb?: (err: any, data?: BuildSuggestersCommandOutput) => void
|
|
164
|
-
): Promise<BuildSuggestersCommandOutput> | void {
|
|
165
|
-
const command = new BuildSuggestersCommand(args);
|
|
166
|
-
if (typeof optionsOrCb === "function") {
|
|
167
|
-
this.send(command, optionsOrCb);
|
|
168
|
-
} else if (typeof cb === "function") {
|
|
169
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
170
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
171
|
-
} else {
|
|
172
|
-
return this.send(command, optionsOrCb);
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/**
|
|
177
|
-
* <p>Creates a new search domain. For more information,
|
|
178
|
-
* see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/creating-domains.html" target="_blank">Creating a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
179
|
-
*/
|
|
180
|
-
public createDomain(
|
|
181
|
-
args: CreateDomainCommandInput,
|
|
182
|
-
options?: __HttpHandlerOptions
|
|
183
|
-
): Promise<CreateDomainCommandOutput>;
|
|
184
|
-
public createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
|
|
185
|
-
public createDomain(
|
|
186
|
-
args: CreateDomainCommandInput,
|
|
187
|
-
options: __HttpHandlerOptions,
|
|
188
|
-
cb: (err: any, data?: CreateDomainCommandOutput) => void
|
|
189
|
-
): void;
|
|
190
|
-
public createDomain(
|
|
191
|
-
args: CreateDomainCommandInput,
|
|
192
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDomainCommandOutput) => void),
|
|
193
|
-
cb?: (err: any, data?: CreateDomainCommandOutput) => void
|
|
194
|
-
): Promise<CreateDomainCommandOutput> | void {
|
|
195
|
-
const command = new CreateDomainCommand(args);
|
|
196
|
-
if (typeof optionsOrCb === "function") {
|
|
197
|
-
this.send(command, optionsOrCb);
|
|
198
|
-
} else if (typeof cb === "function") {
|
|
199
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
200
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
201
|
-
} else {
|
|
202
|
-
return this.send(command, optionsOrCb);
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* <p>Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> field to define language-specific text processing options. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
208
|
-
*/
|
|
209
|
-
public defineAnalysisScheme(
|
|
210
|
-
args: DefineAnalysisSchemeCommandInput,
|
|
211
|
-
options?: __HttpHandlerOptions
|
|
212
|
-
): Promise<DefineAnalysisSchemeCommandOutput>;
|
|
213
|
-
public defineAnalysisScheme(
|
|
214
|
-
args: DefineAnalysisSchemeCommandInput,
|
|
215
|
-
cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void
|
|
216
|
-
): void;
|
|
217
|
-
public defineAnalysisScheme(
|
|
218
|
-
args: DefineAnalysisSchemeCommandInput,
|
|
219
|
-
options: __HttpHandlerOptions,
|
|
220
|
-
cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void
|
|
221
|
-
): void;
|
|
222
|
-
public defineAnalysisScheme(
|
|
223
|
-
args: DefineAnalysisSchemeCommandInput,
|
|
224
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DefineAnalysisSchemeCommandOutput) => void),
|
|
225
|
-
cb?: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void
|
|
226
|
-
): Promise<DefineAnalysisSchemeCommandOutput> | void {
|
|
227
|
-
const command = new DefineAnalysisSchemeCommand(args);
|
|
228
|
-
if (typeof optionsOrCb === "function") {
|
|
229
|
-
this.send(command, optionsOrCb);
|
|
230
|
-
} else if (typeof cb === "function") {
|
|
231
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
232
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
233
|
-
} else {
|
|
234
|
-
return this.send(command, optionsOrCb);
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* <p>Configures an <code><a>Expression</a></code> for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. 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>
|
|
240
|
-
*/
|
|
241
|
-
public defineExpression(
|
|
242
|
-
args: DefineExpressionCommandInput,
|
|
243
|
-
options?: __HttpHandlerOptions
|
|
244
|
-
): Promise<DefineExpressionCommandOutput>;
|
|
245
|
-
public defineExpression(
|
|
246
|
-
args: DefineExpressionCommandInput,
|
|
247
|
-
cb: (err: any, data?: DefineExpressionCommandOutput) => void
|
|
248
|
-
): void;
|
|
249
|
-
public defineExpression(
|
|
250
|
-
args: DefineExpressionCommandInput,
|
|
251
|
-
options: __HttpHandlerOptions,
|
|
252
|
-
cb: (err: any, data?: DefineExpressionCommandOutput) => void
|
|
253
|
-
): void;
|
|
254
|
-
public defineExpression(
|
|
255
|
-
args: DefineExpressionCommandInput,
|
|
256
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DefineExpressionCommandOutput) => void),
|
|
257
|
-
cb?: (err: any, data?: DefineExpressionCommandOutput) => void
|
|
258
|
-
): Promise<DefineExpressionCommandOutput> | void {
|
|
259
|
-
const command = new DefineExpressionCommand(args);
|
|
260
|
-
if (typeof optionsOrCb === "function") {
|
|
261
|
-
this.send(command, optionsOrCb);
|
|
262
|
-
} else if (typeof cb === "function") {
|
|
263
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
264
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
265
|
-
} else {
|
|
266
|
-
return this.send(command, optionsOrCb);
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* <p>Configures an <code><a>IndexField</a></code> for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the <code><a>IndexFieldType</a></code>. If the field exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
|
|
272
|
-
*/
|
|
273
|
-
public defineIndexField(
|
|
274
|
-
args: DefineIndexFieldCommandInput,
|
|
275
|
-
options?: __HttpHandlerOptions
|
|
276
|
-
): Promise<DefineIndexFieldCommandOutput>;
|
|
277
|
-
public defineIndexField(
|
|
278
|
-
args: DefineIndexFieldCommandInput,
|
|
279
|
-
cb: (err: any, data?: DefineIndexFieldCommandOutput) => void
|
|
280
|
-
): void;
|
|
281
|
-
public defineIndexField(
|
|
282
|
-
args: DefineIndexFieldCommandInput,
|
|
283
|
-
options: __HttpHandlerOptions,
|
|
284
|
-
cb: (err: any, data?: DefineIndexFieldCommandOutput) => void
|
|
285
|
-
): void;
|
|
286
|
-
public defineIndexField(
|
|
287
|
-
args: DefineIndexFieldCommandInput,
|
|
288
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DefineIndexFieldCommandOutput) => void),
|
|
289
|
-
cb?: (err: any, data?: DefineIndexFieldCommandOutput) => void
|
|
290
|
-
): Promise<DefineIndexFieldCommandOutput> | void {
|
|
291
|
-
const command = new DefineIndexFieldCommand(args);
|
|
292
|
-
if (typeof optionsOrCb === "function") {
|
|
293
|
-
this.send(command, optionsOrCb);
|
|
294
|
-
} else if (typeof cb === "function") {
|
|
295
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
296
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
297
|
-
} else {
|
|
298
|
-
return this.send(command, optionsOrCb);
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
/**
|
|
303
|
-
* <p>Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
304
|
-
*/
|
|
305
|
-
public defineSuggester(
|
|
306
|
-
args: DefineSuggesterCommandInput,
|
|
307
|
-
options?: __HttpHandlerOptions
|
|
308
|
-
): Promise<DefineSuggesterCommandOutput>;
|
|
309
|
-
public defineSuggester(
|
|
310
|
-
args: DefineSuggesterCommandInput,
|
|
311
|
-
cb: (err: any, data?: DefineSuggesterCommandOutput) => void
|
|
312
|
-
): void;
|
|
313
|
-
public defineSuggester(
|
|
314
|
-
args: DefineSuggesterCommandInput,
|
|
315
|
-
options: __HttpHandlerOptions,
|
|
316
|
-
cb: (err: any, data?: DefineSuggesterCommandOutput) => void
|
|
317
|
-
): void;
|
|
318
|
-
public defineSuggester(
|
|
319
|
-
args: DefineSuggesterCommandInput,
|
|
320
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DefineSuggesterCommandOutput) => void),
|
|
321
|
-
cb?: (err: any, data?: DefineSuggesterCommandOutput) => void
|
|
322
|
-
): Promise<DefineSuggesterCommandOutput> | void {
|
|
323
|
-
const command = new DefineSuggesterCommand(args);
|
|
324
|
-
if (typeof optionsOrCb === "function") {
|
|
325
|
-
this.send(command, optionsOrCb);
|
|
326
|
-
} else if (typeof cb === "function") {
|
|
327
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
328
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
329
|
-
} else {
|
|
330
|
-
return this.send(command, optionsOrCb);
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
/**
|
|
335
|
-
* <p>Deletes an analysis scheme. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
|
|
336
|
-
*/
|
|
337
|
-
public deleteAnalysisScheme(
|
|
338
|
-
args: DeleteAnalysisSchemeCommandInput,
|
|
339
|
-
options?: __HttpHandlerOptions
|
|
340
|
-
): Promise<DeleteAnalysisSchemeCommandOutput>;
|
|
341
|
-
public deleteAnalysisScheme(
|
|
342
|
-
args: DeleteAnalysisSchemeCommandInput,
|
|
343
|
-
cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void
|
|
344
|
-
): void;
|
|
345
|
-
public deleteAnalysisScheme(
|
|
346
|
-
args: DeleteAnalysisSchemeCommandInput,
|
|
347
|
-
options: __HttpHandlerOptions,
|
|
348
|
-
cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void
|
|
349
|
-
): void;
|
|
350
|
-
public deleteAnalysisScheme(
|
|
351
|
-
args: DeleteAnalysisSchemeCommandInput,
|
|
352
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAnalysisSchemeCommandOutput) => void),
|
|
353
|
-
cb?: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void
|
|
354
|
-
): Promise<DeleteAnalysisSchemeCommandOutput> | void {
|
|
355
|
-
const command = new DeleteAnalysisSchemeCommand(args);
|
|
356
|
-
if (typeof optionsOrCb === "function") {
|
|
357
|
-
this.send(command, optionsOrCb);
|
|
358
|
-
} else if (typeof cb === "function") {
|
|
359
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
360
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
361
|
-
} else {
|
|
362
|
-
return this.send(command, optionsOrCb);
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
/**
|
|
367
|
-
* <p>Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information,
|
|
368
|
-
* see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/deleting-domains.html" target="_blank">Deleting a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
|
|
369
|
-
*/
|
|
370
|
-
public deleteDomain(
|
|
371
|
-
args: DeleteDomainCommandInput,
|
|
372
|
-
options?: __HttpHandlerOptions
|
|
373
|
-
): Promise<DeleteDomainCommandOutput>;
|
|
374
|
-
public deleteDomain(args: DeleteDomainCommandInput, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
|
|
375
|
-
public deleteDomain(
|
|
376
|
-
args: DeleteDomainCommandInput,
|
|
377
|
-
options: __HttpHandlerOptions,
|
|
378
|
-
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
379
|
-
): void;
|
|
380
|
-
public deleteDomain(
|
|
381
|
-
args: DeleteDomainCommandInput,
|
|
382
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDomainCommandOutput) => void),
|
|
383
|
-
cb?: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
384
|
-
): Promise<DeleteDomainCommandOutput> | void {
|
|
385
|
-
const command = new DeleteDomainCommand(args);
|
|
386
|
-
if (typeof optionsOrCb === "function") {
|
|
387
|
-
this.send(command, optionsOrCb);
|
|
388
|
-
} else if (typeof cb === "function") {
|
|
389
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
390
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
391
|
-
} else {
|
|
392
|
-
return this.send(command, optionsOrCb);
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
/**
|
|
397
|
-
* <p>Removes an <code><a>Expression</a></code> from the search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
398
|
-
*/
|
|
399
|
-
public deleteExpression(
|
|
400
|
-
args: DeleteExpressionCommandInput,
|
|
401
|
-
options?: __HttpHandlerOptions
|
|
402
|
-
): Promise<DeleteExpressionCommandOutput>;
|
|
403
|
-
public deleteExpression(
|
|
404
|
-
args: DeleteExpressionCommandInput,
|
|
405
|
-
cb: (err: any, data?: DeleteExpressionCommandOutput) => void
|
|
406
|
-
): void;
|
|
407
|
-
public deleteExpression(
|
|
408
|
-
args: DeleteExpressionCommandInput,
|
|
409
|
-
options: __HttpHandlerOptions,
|
|
410
|
-
cb: (err: any, data?: DeleteExpressionCommandOutput) => void
|
|
411
|
-
): void;
|
|
412
|
-
public deleteExpression(
|
|
413
|
-
args: DeleteExpressionCommandInput,
|
|
414
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteExpressionCommandOutput) => void),
|
|
415
|
-
cb?: (err: any, data?: DeleteExpressionCommandOutput) => void
|
|
416
|
-
): Promise<DeleteExpressionCommandOutput> | void {
|
|
417
|
-
const command = new DeleteExpressionCommand(args);
|
|
418
|
-
if (typeof optionsOrCb === "function") {
|
|
419
|
-
this.send(command, optionsOrCb);
|
|
420
|
-
} else if (typeof cb === "function") {
|
|
421
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
422
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
423
|
-
} else {
|
|
424
|
-
return this.send(command, optionsOrCb);
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
* <p>Removes an <code><a>IndexField</a></code> from the search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
430
|
-
*/
|
|
431
|
-
public deleteIndexField(
|
|
432
|
-
args: DeleteIndexFieldCommandInput,
|
|
433
|
-
options?: __HttpHandlerOptions
|
|
434
|
-
): Promise<DeleteIndexFieldCommandOutput>;
|
|
435
|
-
public deleteIndexField(
|
|
436
|
-
args: DeleteIndexFieldCommandInput,
|
|
437
|
-
cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void
|
|
438
|
-
): void;
|
|
439
|
-
public deleteIndexField(
|
|
440
|
-
args: DeleteIndexFieldCommandInput,
|
|
441
|
-
options: __HttpHandlerOptions,
|
|
442
|
-
cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void
|
|
443
|
-
): void;
|
|
444
|
-
public deleteIndexField(
|
|
445
|
-
args: DeleteIndexFieldCommandInput,
|
|
446
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteIndexFieldCommandOutput) => void),
|
|
447
|
-
cb?: (err: any, data?: DeleteIndexFieldCommandOutput) => void
|
|
448
|
-
): Promise<DeleteIndexFieldCommandOutput> | void {
|
|
449
|
-
const command = new DeleteIndexFieldCommand(args);
|
|
450
|
-
if (typeof optionsOrCb === "function") {
|
|
451
|
-
this.send(command, optionsOrCb);
|
|
452
|
-
} else if (typeof cb === "function") {
|
|
453
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
454
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
455
|
-
} else {
|
|
456
|
-
return this.send(command, optionsOrCb);
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
/**
|
|
461
|
-
* <p>Deletes a suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
462
|
-
*/
|
|
463
|
-
public deleteSuggester(
|
|
464
|
-
args: DeleteSuggesterCommandInput,
|
|
465
|
-
options?: __HttpHandlerOptions
|
|
466
|
-
): Promise<DeleteSuggesterCommandOutput>;
|
|
467
|
-
public deleteSuggester(
|
|
468
|
-
args: DeleteSuggesterCommandInput,
|
|
469
|
-
cb: (err: any, data?: DeleteSuggesterCommandOutput) => void
|
|
470
|
-
): void;
|
|
471
|
-
public deleteSuggester(
|
|
472
|
-
args: DeleteSuggesterCommandInput,
|
|
473
|
-
options: __HttpHandlerOptions,
|
|
474
|
-
cb: (err: any, data?: DeleteSuggesterCommandOutput) => void
|
|
475
|
-
): void;
|
|
476
|
-
public deleteSuggester(
|
|
477
|
-
args: DeleteSuggesterCommandInput,
|
|
478
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteSuggesterCommandOutput) => void),
|
|
479
|
-
cb?: (err: any, data?: DeleteSuggesterCommandOutput) => void
|
|
480
|
-
): Promise<DeleteSuggesterCommandOutput> | void {
|
|
481
|
-
const command = new DeleteSuggesterCommand(args);
|
|
482
|
-
if (typeof optionsOrCb === "function") {
|
|
483
|
-
this.send(command, optionsOrCb);
|
|
484
|
-
} else if (typeof cb === "function") {
|
|
485
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
486
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
487
|
-
} else {
|
|
488
|
-
return this.send(command, optionsOrCb);
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
/**
|
|
493
|
-
* <p>Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a <code>text</code> field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
494
|
-
*/
|
|
495
|
-
public describeAnalysisSchemes(
|
|
496
|
-
args: DescribeAnalysisSchemesCommandInput,
|
|
497
|
-
options?: __HttpHandlerOptions
|
|
498
|
-
): Promise<DescribeAnalysisSchemesCommandOutput>;
|
|
499
|
-
public describeAnalysisSchemes(
|
|
500
|
-
args: DescribeAnalysisSchemesCommandInput,
|
|
501
|
-
cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void
|
|
502
|
-
): void;
|
|
503
|
-
public describeAnalysisSchemes(
|
|
504
|
-
args: DescribeAnalysisSchemesCommandInput,
|
|
505
|
-
options: __HttpHandlerOptions,
|
|
506
|
-
cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void
|
|
507
|
-
): void;
|
|
508
|
-
public describeAnalysisSchemes(
|
|
509
|
-
args: DescribeAnalysisSchemesCommandInput,
|
|
510
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAnalysisSchemesCommandOutput) => void),
|
|
511
|
-
cb?: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void
|
|
512
|
-
): Promise<DescribeAnalysisSchemesCommandOutput> | void {
|
|
513
|
-
const command = new DescribeAnalysisSchemesCommand(args);
|
|
514
|
-
if (typeof optionsOrCb === "function") {
|
|
515
|
-
this.send(command, optionsOrCb);
|
|
516
|
-
} else if (typeof cb === "function") {
|
|
517
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
518
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
519
|
-
} else {
|
|
520
|
-
return this.send(command, optionsOrCb);
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
/**
|
|
525
|
-
* <p>Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
526
|
-
*/
|
|
527
|
-
public describeAvailabilityOptions(
|
|
528
|
-
args: DescribeAvailabilityOptionsCommandInput,
|
|
529
|
-
options?: __HttpHandlerOptions
|
|
530
|
-
): Promise<DescribeAvailabilityOptionsCommandOutput>;
|
|
531
|
-
public describeAvailabilityOptions(
|
|
532
|
-
args: DescribeAvailabilityOptionsCommandInput,
|
|
533
|
-
cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void
|
|
534
|
-
): void;
|
|
535
|
-
public describeAvailabilityOptions(
|
|
536
|
-
args: DescribeAvailabilityOptionsCommandInput,
|
|
537
|
-
options: __HttpHandlerOptions,
|
|
538
|
-
cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void
|
|
539
|
-
): void;
|
|
540
|
-
public describeAvailabilityOptions(
|
|
541
|
-
args: DescribeAvailabilityOptionsCommandInput,
|
|
542
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void),
|
|
543
|
-
cb?: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void
|
|
544
|
-
): Promise<DescribeAvailabilityOptionsCommandOutput> | void {
|
|
545
|
-
const command = new DescribeAvailabilityOptionsCommand(args);
|
|
546
|
-
if (typeof optionsOrCb === "function") {
|
|
547
|
-
this.send(command, optionsOrCb);
|
|
548
|
-
} else if (typeof cb === "function") {
|
|
549
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
550
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
551
|
-
} else {
|
|
552
|
-
return this.send(command, optionsOrCb);
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
/**
|
|
557
|
-
* <p>Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
558
|
-
*/
|
|
559
|
-
public describeDomainEndpointOptions(
|
|
560
|
-
args: DescribeDomainEndpointOptionsCommandInput,
|
|
561
|
-
options?: __HttpHandlerOptions
|
|
562
|
-
): Promise<DescribeDomainEndpointOptionsCommandOutput>;
|
|
563
|
-
public describeDomainEndpointOptions(
|
|
564
|
-
args: DescribeDomainEndpointOptionsCommandInput,
|
|
565
|
-
cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void
|
|
566
|
-
): void;
|
|
567
|
-
public describeDomainEndpointOptions(
|
|
568
|
-
args: DescribeDomainEndpointOptionsCommandInput,
|
|
569
|
-
options: __HttpHandlerOptions,
|
|
570
|
-
cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void
|
|
571
|
-
): void;
|
|
572
|
-
public describeDomainEndpointOptions(
|
|
573
|
-
args: DescribeDomainEndpointOptionsCommandInput,
|
|
574
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void),
|
|
575
|
-
cb?: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void
|
|
576
|
-
): Promise<DescribeDomainEndpointOptionsCommandOutput> | void {
|
|
577
|
-
const command = new DescribeDomainEndpointOptionsCommand(args);
|
|
578
|
-
if (typeof optionsOrCb === "function") {
|
|
579
|
-
this.send(command, optionsOrCb);
|
|
580
|
-
} else if (typeof cb === "function") {
|
|
581
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
582
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
583
|
-
} else {
|
|
584
|
-
return this.send(command, optionsOrCb);
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
/**
|
|
589
|
-
* <p>Gets information about the search domains owned by this account. Can be limited to specific domains. Shows
|
|
590
|
-
* all domains by default. To get the number of searchable documents in a domain, use the console or submit a <code>matchall</code> request to your domain's search endpoint: <code>q=matchall&q.parser=structured&size=0</code>. For more information,
|
|
591
|
-
* see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Information about a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
592
|
-
*/
|
|
593
|
-
public describeDomains(
|
|
594
|
-
args: DescribeDomainsCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
596
|
-
): Promise<DescribeDomainsCommandOutput>;
|
|
597
|
-
public describeDomains(
|
|
598
|
-
args: DescribeDomainsCommandInput,
|
|
599
|
-
cb: (err: any, data?: DescribeDomainsCommandOutput) => void
|
|
600
|
-
): void;
|
|
601
|
-
public describeDomains(
|
|
602
|
-
args: DescribeDomainsCommandInput,
|
|
603
|
-
options: __HttpHandlerOptions,
|
|
604
|
-
cb: (err: any, data?: DescribeDomainsCommandOutput) => void
|
|
605
|
-
): void;
|
|
606
|
-
public describeDomains(
|
|
607
|
-
args: DescribeDomainsCommandInput,
|
|
608
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeDomainsCommandOutput) => void),
|
|
609
|
-
cb?: (err: any, data?: DescribeDomainsCommandOutput) => void
|
|
610
|
-
): Promise<DescribeDomainsCommandOutput> | void {
|
|
611
|
-
const command = new DescribeDomainsCommand(args);
|
|
612
|
-
if (typeof optionsOrCb === "function") {
|
|
613
|
-
this.send(command, optionsOrCb);
|
|
614
|
-
} else if (typeof cb === "function") {
|
|
615
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
616
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
617
|
-
} else {
|
|
618
|
-
return this.send(command, optionsOrCb);
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
/**
|
|
623
|
-
* <p>Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
624
|
-
*/
|
|
625
|
-
public describeExpressions(
|
|
626
|
-
args: DescribeExpressionsCommandInput,
|
|
627
|
-
options?: __HttpHandlerOptions
|
|
628
|
-
): Promise<DescribeExpressionsCommandOutput>;
|
|
629
|
-
public describeExpressions(
|
|
630
|
-
args: DescribeExpressionsCommandInput,
|
|
631
|
-
cb: (err: any, data?: DescribeExpressionsCommandOutput) => void
|
|
632
|
-
): void;
|
|
633
|
-
public describeExpressions(
|
|
634
|
-
args: DescribeExpressionsCommandInput,
|
|
635
|
-
options: __HttpHandlerOptions,
|
|
636
|
-
cb: (err: any, data?: DescribeExpressionsCommandOutput) => void
|
|
637
|
-
): void;
|
|
638
|
-
public describeExpressions(
|
|
639
|
-
args: DescribeExpressionsCommandInput,
|
|
640
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeExpressionsCommandOutput) => void),
|
|
641
|
-
cb?: (err: any, data?: DescribeExpressionsCommandOutput) => void
|
|
642
|
-
): Promise<DescribeExpressionsCommandOutput> | void {
|
|
643
|
-
const command = new DescribeExpressionsCommand(args);
|
|
644
|
-
if (typeof optionsOrCb === "function") {
|
|
645
|
-
this.send(command, optionsOrCb);
|
|
646
|
-
} else if (typeof cb === "function") {
|
|
647
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
648
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
649
|
-
} else {
|
|
650
|
-
return this.send(command, optionsOrCb);
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
/**
|
|
655
|
-
* <p>Gets information about the index fields configured for the search domain.
|
|
656
|
-
* Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information,
|
|
657
|
-
* see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Domain Information</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
658
|
-
*/
|
|
659
|
-
public describeIndexFields(
|
|
660
|
-
args: DescribeIndexFieldsCommandInput,
|
|
661
|
-
options?: __HttpHandlerOptions
|
|
662
|
-
): Promise<DescribeIndexFieldsCommandOutput>;
|
|
663
|
-
public describeIndexFields(
|
|
664
|
-
args: DescribeIndexFieldsCommandInput,
|
|
665
|
-
cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void
|
|
666
|
-
): void;
|
|
667
|
-
public describeIndexFields(
|
|
668
|
-
args: DescribeIndexFieldsCommandInput,
|
|
669
|
-
options: __HttpHandlerOptions,
|
|
670
|
-
cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void
|
|
671
|
-
): void;
|
|
672
|
-
public describeIndexFields(
|
|
673
|
-
args: DescribeIndexFieldsCommandInput,
|
|
674
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeIndexFieldsCommandOutput) => void),
|
|
675
|
-
cb?: (err: any, data?: DescribeIndexFieldsCommandOutput) => void
|
|
676
|
-
): Promise<DescribeIndexFieldsCommandOutput> | void {
|
|
677
|
-
const command = new DescribeIndexFieldsCommand(args);
|
|
678
|
-
if (typeof optionsOrCb === "function") {
|
|
679
|
-
this.send(command, optionsOrCb);
|
|
680
|
-
} else if (typeof cb === "function") {
|
|
681
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
682
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
683
|
-
} else {
|
|
684
|
-
return this.send(command, optionsOrCb);
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
/**
|
|
689
|
-
* <p>Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
690
|
-
*/
|
|
691
|
-
public describeScalingParameters(
|
|
692
|
-
args: DescribeScalingParametersCommandInput,
|
|
693
|
-
options?: __HttpHandlerOptions
|
|
694
|
-
): Promise<DescribeScalingParametersCommandOutput>;
|
|
695
|
-
public describeScalingParameters(
|
|
696
|
-
args: DescribeScalingParametersCommandInput,
|
|
697
|
-
cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void
|
|
698
|
-
): void;
|
|
699
|
-
public describeScalingParameters(
|
|
700
|
-
args: DescribeScalingParametersCommandInput,
|
|
701
|
-
options: __HttpHandlerOptions,
|
|
702
|
-
cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void
|
|
703
|
-
): void;
|
|
704
|
-
public describeScalingParameters(
|
|
705
|
-
args: DescribeScalingParametersCommandInput,
|
|
706
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeScalingParametersCommandOutput) => void),
|
|
707
|
-
cb?: (err: any, data?: DescribeScalingParametersCommandOutput) => void
|
|
708
|
-
): Promise<DescribeScalingParametersCommandOutput> | void {
|
|
709
|
-
const command = new DescribeScalingParametersCommand(args);
|
|
710
|
-
if (typeof optionsOrCb === "function") {
|
|
711
|
-
this.send(command, optionsOrCb);
|
|
712
|
-
} else if (typeof cb === "function") {
|
|
713
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
714
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
715
|
-
} else {
|
|
716
|
-
return this.send(command, optionsOrCb);
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
/**
|
|
721
|
-
* <p>Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information,
|
|
722
|
-
* 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>.</p>
|
|
723
|
-
*/
|
|
724
|
-
public describeServiceAccessPolicies(
|
|
725
|
-
args: DescribeServiceAccessPoliciesCommandInput,
|
|
726
|
-
options?: __HttpHandlerOptions
|
|
727
|
-
): Promise<DescribeServiceAccessPoliciesCommandOutput>;
|
|
728
|
-
public describeServiceAccessPolicies(
|
|
729
|
-
args: DescribeServiceAccessPoliciesCommandInput,
|
|
730
|
-
cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void
|
|
731
|
-
): void;
|
|
732
|
-
public describeServiceAccessPolicies(
|
|
733
|
-
args: DescribeServiceAccessPoliciesCommandInput,
|
|
734
|
-
options: __HttpHandlerOptions,
|
|
735
|
-
cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void
|
|
736
|
-
): void;
|
|
737
|
-
public describeServiceAccessPolicies(
|
|
738
|
-
args: DescribeServiceAccessPoliciesCommandInput,
|
|
739
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void),
|
|
740
|
-
cb?: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void
|
|
741
|
-
): Promise<DescribeServiceAccessPoliciesCommandOutput> | void {
|
|
742
|
-
const command = new DescribeServiceAccessPoliciesCommand(args);
|
|
743
|
-
if (typeof optionsOrCb === "function") {
|
|
744
|
-
this.send(command, optionsOrCb);
|
|
745
|
-
} else if (typeof cb === "function") {
|
|
746
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
747
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
748
|
-
} else {
|
|
749
|
-
return this.send(command, optionsOrCb);
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
/**
|
|
754
|
-
* <p>Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
755
|
-
*/
|
|
756
|
-
public describeSuggesters(
|
|
757
|
-
args: DescribeSuggestersCommandInput,
|
|
758
|
-
options?: __HttpHandlerOptions
|
|
759
|
-
): Promise<DescribeSuggestersCommandOutput>;
|
|
760
|
-
public describeSuggesters(
|
|
761
|
-
args: DescribeSuggestersCommandInput,
|
|
762
|
-
cb: (err: any, data?: DescribeSuggestersCommandOutput) => void
|
|
763
|
-
): void;
|
|
764
|
-
public describeSuggesters(
|
|
765
|
-
args: DescribeSuggestersCommandInput,
|
|
766
|
-
options: __HttpHandlerOptions,
|
|
767
|
-
cb: (err: any, data?: DescribeSuggestersCommandOutput) => void
|
|
768
|
-
): void;
|
|
769
|
-
public describeSuggesters(
|
|
770
|
-
args: DescribeSuggestersCommandInput,
|
|
771
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSuggestersCommandOutput) => void),
|
|
772
|
-
cb?: (err: any, data?: DescribeSuggestersCommandOutput) => void
|
|
773
|
-
): Promise<DescribeSuggestersCommandOutput> | void {
|
|
774
|
-
const command = new DescribeSuggestersCommand(args);
|
|
775
|
-
if (typeof optionsOrCb === "function") {
|
|
776
|
-
this.send(command, optionsOrCb);
|
|
777
|
-
} else if (typeof cb === "function") {
|
|
778
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
779
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
780
|
-
} else {
|
|
781
|
-
return this.send(command, optionsOrCb);
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
/**
|
|
786
|
-
* <p>Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose <a>OptionStatus</a> is <code>RequiresIndexDocuments</code>.</p>
|
|
787
|
-
*/
|
|
788
|
-
public indexDocuments(
|
|
789
|
-
args: IndexDocumentsCommandInput,
|
|
790
|
-
options?: __HttpHandlerOptions
|
|
791
|
-
): Promise<IndexDocumentsCommandOutput>;
|
|
792
|
-
public indexDocuments(
|
|
793
|
-
args: IndexDocumentsCommandInput,
|
|
794
|
-
cb: (err: any, data?: IndexDocumentsCommandOutput) => void
|
|
795
|
-
): void;
|
|
796
|
-
public indexDocuments(
|
|
797
|
-
args: IndexDocumentsCommandInput,
|
|
798
|
-
options: __HttpHandlerOptions,
|
|
799
|
-
cb: (err: any, data?: IndexDocumentsCommandOutput) => void
|
|
800
|
-
): void;
|
|
801
|
-
public indexDocuments(
|
|
802
|
-
args: IndexDocumentsCommandInput,
|
|
803
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: IndexDocumentsCommandOutput) => void),
|
|
804
|
-
cb?: (err: any, data?: IndexDocumentsCommandOutput) => void
|
|
805
|
-
): Promise<IndexDocumentsCommandOutput> | void {
|
|
806
|
-
const command = new IndexDocumentsCommand(args);
|
|
807
|
-
if (typeof optionsOrCb === "function") {
|
|
808
|
-
this.send(command, optionsOrCb);
|
|
809
|
-
} else if (typeof cb === "function") {
|
|
810
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
811
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
812
|
-
} else {
|
|
813
|
-
return this.send(command, optionsOrCb);
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
/**
|
|
818
|
-
* <p>Lists all search domains owned by an account.</p>
|
|
819
|
-
*/
|
|
820
|
-
public listDomainNames(
|
|
821
|
-
args: ListDomainNamesCommandInput,
|
|
822
|
-
options?: __HttpHandlerOptions
|
|
823
|
-
): Promise<ListDomainNamesCommandOutput>;
|
|
824
|
-
public listDomainNames(
|
|
825
|
-
args: ListDomainNamesCommandInput,
|
|
826
|
-
cb: (err: any, data?: ListDomainNamesCommandOutput) => void
|
|
827
|
-
): void;
|
|
828
|
-
public listDomainNames(
|
|
829
|
-
args: ListDomainNamesCommandInput,
|
|
830
|
-
options: __HttpHandlerOptions,
|
|
831
|
-
cb: (err: any, data?: ListDomainNamesCommandOutput) => void
|
|
832
|
-
): void;
|
|
833
|
-
public listDomainNames(
|
|
834
|
-
args: ListDomainNamesCommandInput,
|
|
835
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDomainNamesCommandOutput) => void),
|
|
836
|
-
cb?: (err: any, data?: ListDomainNamesCommandOutput) => void
|
|
837
|
-
): Promise<ListDomainNamesCommandOutput> | void {
|
|
838
|
-
const command = new ListDomainNamesCommand(args);
|
|
839
|
-
if (typeof optionsOrCb === "function") {
|
|
840
|
-
this.send(command, optionsOrCb);
|
|
841
|
-
} else if (typeof cb === "function") {
|
|
842
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
843
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
844
|
-
} else {
|
|
845
|
-
return this.send(command, optionsOrCb);
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
/**
|
|
850
|
-
* <p>Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
851
|
-
*/
|
|
852
|
-
public updateAvailabilityOptions(
|
|
853
|
-
args: UpdateAvailabilityOptionsCommandInput,
|
|
854
|
-
options?: __HttpHandlerOptions
|
|
855
|
-
): Promise<UpdateAvailabilityOptionsCommandOutput>;
|
|
856
|
-
public updateAvailabilityOptions(
|
|
857
|
-
args: UpdateAvailabilityOptionsCommandInput,
|
|
858
|
-
cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void
|
|
859
|
-
): void;
|
|
860
|
-
public updateAvailabilityOptions(
|
|
861
|
-
args: UpdateAvailabilityOptionsCommandInput,
|
|
862
|
-
options: __HttpHandlerOptions,
|
|
863
|
-
cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void
|
|
864
|
-
): void;
|
|
865
|
-
public updateAvailabilityOptions(
|
|
866
|
-
args: UpdateAvailabilityOptionsCommandInput,
|
|
867
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void),
|
|
868
|
-
cb?: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void
|
|
869
|
-
): Promise<UpdateAvailabilityOptionsCommandOutput> | void {
|
|
870
|
-
const command = new UpdateAvailabilityOptionsCommand(args);
|
|
871
|
-
if (typeof optionsOrCb === "function") {
|
|
872
|
-
this.send(command, optionsOrCb);
|
|
873
|
-
} else if (typeof cb === "function") {
|
|
874
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
875
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
876
|
-
} else {
|
|
877
|
-
return this.send(command, optionsOrCb);
|
|
878
|
-
}
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
/**
|
|
882
|
-
* <p>Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
|
|
883
|
-
*/
|
|
884
|
-
public updateDomainEndpointOptions(
|
|
885
|
-
args: UpdateDomainEndpointOptionsCommandInput,
|
|
886
|
-
options?: __HttpHandlerOptions
|
|
887
|
-
): Promise<UpdateDomainEndpointOptionsCommandOutput>;
|
|
888
|
-
public updateDomainEndpointOptions(
|
|
889
|
-
args: UpdateDomainEndpointOptionsCommandInput,
|
|
890
|
-
cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void
|
|
891
|
-
): void;
|
|
892
|
-
public updateDomainEndpointOptions(
|
|
893
|
-
args: UpdateDomainEndpointOptionsCommandInput,
|
|
894
|
-
options: __HttpHandlerOptions,
|
|
895
|
-
cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void
|
|
896
|
-
): void;
|
|
897
|
-
public updateDomainEndpointOptions(
|
|
898
|
-
args: UpdateDomainEndpointOptionsCommandInput,
|
|
899
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void),
|
|
900
|
-
cb?: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void
|
|
901
|
-
): Promise<UpdateDomainEndpointOptionsCommandOutput> | void {
|
|
902
|
-
const command = new UpdateDomainEndpointOptionsCommand(args);
|
|
903
|
-
if (typeof optionsOrCb === "function") {
|
|
904
|
-
this.send(command, optionsOrCb);
|
|
905
|
-
} else if (typeof cb === "function") {
|
|
906
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
907
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
908
|
-
} else {
|
|
909
|
-
return this.send(command, optionsOrCb);
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
/**
|
|
914
|
-
* <p>Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
|
|
915
|
-
*/
|
|
916
|
-
public updateScalingParameters(
|
|
917
|
-
args: UpdateScalingParametersCommandInput,
|
|
918
|
-
options?: __HttpHandlerOptions
|
|
919
|
-
): Promise<UpdateScalingParametersCommandOutput>;
|
|
920
|
-
public updateScalingParameters(
|
|
921
|
-
args: UpdateScalingParametersCommandInput,
|
|
922
|
-
cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void
|
|
923
|
-
): void;
|
|
924
|
-
public updateScalingParameters(
|
|
925
|
-
args: UpdateScalingParametersCommandInput,
|
|
926
|
-
options: __HttpHandlerOptions,
|
|
927
|
-
cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void
|
|
928
|
-
): void;
|
|
929
|
-
public updateScalingParameters(
|
|
930
|
-
args: UpdateScalingParametersCommandInput,
|
|
931
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateScalingParametersCommandOutput) => void),
|
|
932
|
-
cb?: (err: any, data?: UpdateScalingParametersCommandOutput) => void
|
|
933
|
-
): Promise<UpdateScalingParametersCommandOutput> | void {
|
|
934
|
-
const command = new UpdateScalingParametersCommand(args);
|
|
935
|
-
if (typeof optionsOrCb === "function") {
|
|
936
|
-
this.send(command, optionsOrCb);
|
|
937
|
-
} else if (typeof cb === "function") {
|
|
938
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
939
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
940
|
-
} else {
|
|
941
|
-
return this.send(command, optionsOrCb);
|
|
942
|
-
}
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
/**
|
|
946
|
-
* <p>Configures the access rules that control access to the domain's document and search endpoints.
|
|
947
|
-
* For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">
|
|
948
|
-
* Configuring Access for an Amazon CloudSearch Domain</a>.</p>
|
|
949
|
-
*/
|
|
950
|
-
public updateServiceAccessPolicies(
|
|
951
|
-
args: UpdateServiceAccessPoliciesCommandInput,
|
|
952
|
-
options?: __HttpHandlerOptions
|
|
953
|
-
): Promise<UpdateServiceAccessPoliciesCommandOutput>;
|
|
954
|
-
public updateServiceAccessPolicies(
|
|
955
|
-
args: UpdateServiceAccessPoliciesCommandInput,
|
|
956
|
-
cb: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void
|
|
957
|
-
): void;
|
|
958
|
-
public updateServiceAccessPolicies(
|
|
959
|
-
args: UpdateServiceAccessPoliciesCommandInput,
|
|
960
|
-
options: __HttpHandlerOptions,
|
|
961
|
-
cb: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void
|
|
962
|
-
): void;
|
|
963
|
-
public updateServiceAccessPolicies(
|
|
964
|
-
args: UpdateServiceAccessPoliciesCommandInput,
|
|
965
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void),
|
|
966
|
-
cb?: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void
|
|
967
|
-
): Promise<UpdateServiceAccessPoliciesCommandOutput> | void {
|
|
968
|
-
const command = new UpdateServiceAccessPoliciesCommand(args);
|
|
969
|
-
if (typeof optionsOrCb === "function") {
|
|
970
|
-
this.send(command, optionsOrCb);
|
|
971
|
-
} else if (typeof cb === "function") {
|
|
972
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
973
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
974
|
-
} else {
|
|
975
|
-
return this.send(command, optionsOrCb);
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
}
|