@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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
11
|
var CloudSearchClient = (function (_super) {
|
|
12
12
|
__extends(CloudSearchClient, _super);
|
|
13
13
|
function CloudSearchClient(configuration) {
|
|
@@ -35,4 +35,3 @@ var CloudSearchClient = (function (_super) {
|
|
|
35
35
|
return CloudSearchClient;
|
|
36
36
|
}(__Client));
|
|
37
37
|
export { CloudSearchClient };
|
|
38
|
-
//# sourceMappingURL=CloudSearchClient.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryBuildSuggestersCommand, serializeAws_queryBuildSuggestersCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryBuildSuggestersCommand, serializeAws_queryBuildSuggestersCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var BuildSuggestersCommand = (function (_super) {
|
|
7
7
|
__extends(BuildSuggestersCommand, _super);
|
|
8
8
|
function BuildSuggestersCommand(input) {
|
|
@@ -37,4 +37,3 @@ var BuildSuggestersCommand = (function (_super) {
|
|
|
37
37
|
return BuildSuggestersCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { BuildSuggestersCommand };
|
|
40
|
-
//# sourceMappingURL=BuildSuggestersCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryCreateDomainCommand, serializeAws_queryCreateDomainCommand } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryCreateDomainCommand, serializeAws_queryCreateDomainCommand } from "../protocols/Aws_query";
|
|
6
6
|
var CreateDomainCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDomainCommand, _super);
|
|
8
8
|
function CreateDomainCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateDomainCommand = (function (_super) {
|
|
|
37
37
|
return CreateDomainCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateDomainCommand };
|
|
40
|
-
//# sourceMappingURL=CreateDomainCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDefineAnalysisSchemeCommand, serializeAws_queryDefineAnalysisSchemeCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDefineAnalysisSchemeCommand, serializeAws_queryDefineAnalysisSchemeCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DefineAnalysisSchemeCommand = (function (_super) {
|
|
7
7
|
__extends(DefineAnalysisSchemeCommand, _super);
|
|
8
8
|
function DefineAnalysisSchemeCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DefineAnalysisSchemeCommand = (function (_super) {
|
|
|
37
37
|
return DefineAnalysisSchemeCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DefineAnalysisSchemeCommand };
|
|
40
|
-
//# sourceMappingURL=DefineAnalysisSchemeCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDefineExpressionCommand, serializeAws_queryDefineExpressionCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDefineExpressionCommand, serializeAws_queryDefineExpressionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DefineExpressionCommand = (function (_super) {
|
|
7
7
|
__extends(DefineExpressionCommand, _super);
|
|
8
8
|
function DefineExpressionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DefineExpressionCommand = (function (_super) {
|
|
|
37
37
|
return DefineExpressionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DefineExpressionCommand };
|
|
40
|
-
//# sourceMappingURL=DefineExpressionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDefineIndexFieldCommand, serializeAws_queryDefineIndexFieldCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDefineIndexFieldCommand, serializeAws_queryDefineIndexFieldCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DefineIndexFieldCommand = (function (_super) {
|
|
7
7
|
__extends(DefineIndexFieldCommand, _super);
|
|
8
8
|
function DefineIndexFieldCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DefineIndexFieldCommand = (function (_super) {
|
|
|
37
37
|
return DefineIndexFieldCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DefineIndexFieldCommand };
|
|
40
|
-
//# sourceMappingURL=DefineIndexFieldCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDefineSuggesterCommand, serializeAws_queryDefineSuggesterCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDefineSuggesterCommand, serializeAws_queryDefineSuggesterCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DefineSuggesterCommand = (function (_super) {
|
|
7
7
|
__extends(DefineSuggesterCommand, _super);
|
|
8
8
|
function DefineSuggesterCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DefineSuggesterCommand = (function (_super) {
|
|
|
37
37
|
return DefineSuggesterCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DefineSuggesterCommand };
|
|
40
|
-
//# sourceMappingURL=DefineSuggesterCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeleteAnalysisSchemeCommand, serializeAws_queryDeleteAnalysisSchemeCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeleteAnalysisSchemeCommand, serializeAws_queryDeleteAnalysisSchemeCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteAnalysisSchemeCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAnalysisSchemeCommand, _super);
|
|
8
8
|
function DeleteAnalysisSchemeCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteAnalysisSchemeCommand = (function (_super) {
|
|
|
37
37
|
return DeleteAnalysisSchemeCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteAnalysisSchemeCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteAnalysisSchemeCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeleteDomainCommand, serializeAws_queryDeleteDomainCommand } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeleteDomainCommand, serializeAws_queryDeleteDomainCommand } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteDomainCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDomainCommand, _super);
|
|
8
8
|
function DeleteDomainCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteDomainCommand = (function (_super) {
|
|
|
37
37
|
return DeleteDomainCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteDomainCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteDomainCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeleteExpressionCommand, serializeAws_queryDeleteExpressionCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeleteExpressionCommand, serializeAws_queryDeleteExpressionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteExpressionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteExpressionCommand, _super);
|
|
8
8
|
function DeleteExpressionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteExpressionCommand = (function (_super) {
|
|
|
37
37
|
return DeleteExpressionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteExpressionCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteExpressionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeleteIndexFieldCommand, serializeAws_queryDeleteIndexFieldCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeleteIndexFieldCommand, serializeAws_queryDeleteIndexFieldCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteIndexFieldCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteIndexFieldCommand, _super);
|
|
8
8
|
function DeleteIndexFieldCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteIndexFieldCommand = (function (_super) {
|
|
|
37
37
|
return DeleteIndexFieldCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteIndexFieldCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteIndexFieldCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDeleteSuggesterCommand, serializeAws_queryDeleteSuggesterCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDeleteSuggesterCommand, serializeAws_queryDeleteSuggesterCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteSuggesterCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSuggesterCommand, _super);
|
|
8
8
|
function DeleteSuggesterCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteSuggesterCommand = (function (_super) {
|
|
|
37
37
|
return DeleteSuggesterCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteSuggesterCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteSuggesterCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeAnalysisSchemesCommand, serializeAws_queryDescribeAnalysisSchemesCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeAnalysisSchemesCommand, serializeAws_queryDescribeAnalysisSchemesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeAnalysisSchemesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAnalysisSchemesCommand, _super);
|
|
8
8
|
function DescribeAnalysisSchemesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeAnalysisSchemesCommand = (function (_super) {
|
|
|
37
37
|
return DescribeAnalysisSchemesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeAnalysisSchemesCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeAnalysisSchemesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeAvailabilityOptionsCommand, serializeAws_queryDescribeAvailabilityOptionsCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeAvailabilityOptionsCommand, serializeAws_queryDescribeAvailabilityOptionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeAvailabilityOptionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAvailabilityOptionsCommand, _super);
|
|
8
8
|
function DescribeAvailabilityOptionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeAvailabilityOptionsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeAvailabilityOptionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeAvailabilityOptionsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeAvailabilityOptionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeDomainEndpointOptionsCommand, serializeAws_queryDescribeDomainEndpointOptionsCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeDomainEndpointOptionsCommand, serializeAws_queryDescribeDomainEndpointOptionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeDomainEndpointOptionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDomainEndpointOptionsCommand, _super);
|
|
8
8
|
function DescribeDomainEndpointOptionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeDomainEndpointOptionsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeDomainEndpointOptionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeDomainEndpointOptionsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeDomainEndpointOptionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeDomainsCommand, serializeAws_queryDescribeDomainsCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeDomainsCommand, serializeAws_queryDescribeDomainsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeDomainsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDomainsCommand, _super);
|
|
8
8
|
function DescribeDomainsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeDomainsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeDomainsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeDomainsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeDomainsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeExpressionsCommand, serializeAws_queryDescribeExpressionsCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeExpressionsCommand, serializeAws_queryDescribeExpressionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeExpressionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeExpressionsCommand, _super);
|
|
8
8
|
function DescribeExpressionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeExpressionsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeExpressionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeExpressionsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeExpressionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeIndexFieldsCommand, serializeAws_queryDescribeIndexFieldsCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeIndexFieldsCommand, serializeAws_queryDescribeIndexFieldsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeIndexFieldsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeIndexFieldsCommand, _super);
|
|
8
8
|
function DescribeIndexFieldsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeIndexFieldsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeIndexFieldsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeIndexFieldsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeIndexFieldsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeScalingParametersCommand, serializeAws_queryDescribeScalingParametersCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeScalingParametersCommand, serializeAws_queryDescribeScalingParametersCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeScalingParametersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeScalingParametersCommand, _super);
|
|
8
8
|
function DescribeScalingParametersCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeScalingParametersCommand = (function (_super) {
|
|
|
37
37
|
return DescribeScalingParametersCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeScalingParametersCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeScalingParametersCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeServiceAccessPoliciesCommand, serializeAws_queryDescribeServiceAccessPoliciesCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeServiceAccessPoliciesCommand, serializeAws_queryDescribeServiceAccessPoliciesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeServiceAccessPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeServiceAccessPoliciesCommand, _super);
|
|
8
8
|
function DescribeServiceAccessPoliciesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeServiceAccessPoliciesCommand = (function (_super) {
|
|
|
37
37
|
return DescribeServiceAccessPoliciesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeServiceAccessPoliciesCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeServiceAccessPoliciesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryDescribeSuggestersCommand, serializeAws_queryDescribeSuggestersCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryDescribeSuggestersCommand, serializeAws_queryDescribeSuggestersCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeSuggestersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeSuggestersCommand, _super);
|
|
8
8
|
function DescribeSuggestersCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeSuggestersCommand = (function (_super) {
|
|
|
37
37
|
return DescribeSuggestersCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeSuggestersCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeSuggestersCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryIndexDocumentsCommand, serializeAws_queryIndexDocumentsCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryIndexDocumentsCommand, serializeAws_queryIndexDocumentsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var IndexDocumentsCommand = (function (_super) {
|
|
7
7
|
__extends(IndexDocumentsCommand, _super);
|
|
8
8
|
function IndexDocumentsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var IndexDocumentsCommand = (function (_super) {
|
|
|
37
37
|
return IndexDocumentsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { IndexDocumentsCommand };
|
|
40
|
-
//# sourceMappingURL=IndexDocumentsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListDomainNamesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryListDomainNamesCommand, serializeAws_queryListDomainNamesCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListDomainNamesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryListDomainNamesCommand, serializeAws_queryListDomainNamesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListDomainNamesCommand = (function (_super) {
|
|
7
7
|
__extends(ListDomainNamesCommand, _super);
|
|
8
8
|
function ListDomainNamesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListDomainNamesCommand = (function (_super) {
|
|
|
37
37
|
return ListDomainNamesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListDomainNamesCommand };
|
|
40
|
-
//# sourceMappingURL=ListDomainNamesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateAvailabilityOptionsCommand, serializeAws_queryUpdateAvailabilityOptionsCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateAvailabilityOptionsCommand, serializeAws_queryUpdateAvailabilityOptionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateAvailabilityOptionsCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateAvailabilityOptionsCommand, _super);
|
|
8
8
|
function UpdateAvailabilityOptionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateAvailabilityOptionsCommand = (function (_super) {
|
|
|
37
37
|
return UpdateAvailabilityOptionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateAvailabilityOptionsCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateAvailabilityOptionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateDomainEndpointOptionsCommand, serializeAws_queryUpdateDomainEndpointOptionsCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateDomainEndpointOptionsCommand, serializeAws_queryUpdateDomainEndpointOptionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateDomainEndpointOptionsCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDomainEndpointOptionsCommand, _super);
|
|
8
8
|
function UpdateDomainEndpointOptionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateDomainEndpointOptionsCommand = (function (_super) {
|
|
|
37
37
|
return UpdateDomainEndpointOptionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateDomainEndpointOptionsCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateDomainEndpointOptionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateScalingParametersCommand, serializeAws_queryUpdateScalingParametersCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateScalingParametersCommand, serializeAws_queryUpdateScalingParametersCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateScalingParametersCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateScalingParametersCommand, _super);
|
|
8
8
|
function UpdateScalingParametersCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateScalingParametersCommand = (function (_super) {
|
|
|
37
37
|
return UpdateScalingParametersCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateScalingParametersCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateScalingParametersCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_queryUpdateServiceAccessPoliciesCommand, serializeAws_queryUpdateServiceAccessPoliciesCommand, } from "../protocols/Aws_query";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_queryUpdateServiceAccessPoliciesCommand, serializeAws_queryUpdateServiceAccessPoliciesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateServiceAccessPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateServiceAccessPoliciesCommand, _super);
|
|
8
8
|
function UpdateServiceAccessPoliciesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateServiceAccessPoliciesCommand = (function (_super) {
|
|
|
37
37
|
return UpdateServiceAccessPoliciesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateServiceAccessPoliciesCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateServiceAccessPoliciesCommand.js.map
|
|
@@ -33,7 +33,7 @@ var partitionHash = {
|
|
|
33
33
|
hostname: "cloudsearch.{region}.amazonaws.com.cn",
|
|
34
34
|
},
|
|
35
35
|
"aws-iso": {
|
|
36
|
-
regions: ["us-iso-east-1"],
|
|
36
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
37
37
|
hostname: "cloudsearch.{region}.c2s.ic.gov",
|
|
38
38
|
},
|
|
39
39
|
"aws-iso-b": {
|
|
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
50
50
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "cloudsearch", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
51
|
});
|
|
52
52
|
}); };
|
|
53
|
-
//# sourceMappingURL=endpoints.js.map
|
|
File without changes
|
|
File without changes
|
|
@@ -19,6 +19,10 @@ export var ResourceNotFoundException;
|
|
|
19
19
|
(function (ResourceNotFoundException) {
|
|
20
20
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
21
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
22
|
+
export var ValidationException;
|
|
23
|
+
(function (ValidationException) {
|
|
24
|
+
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
+
})(ValidationException || (ValidationException = {}));
|
|
22
26
|
export var CreateDomainRequest;
|
|
23
27
|
(function (CreateDomainRequest) {
|
|
24
28
|
CreateDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -47,10 +51,6 @@ export var ResourceAlreadyExistsException;
|
|
|
47
51
|
(function (ResourceAlreadyExistsException) {
|
|
48
52
|
ResourceAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
53
|
})(ResourceAlreadyExistsException || (ResourceAlreadyExistsException = {}));
|
|
50
|
-
export var ValidationException;
|
|
51
|
-
(function (ValidationException) {
|
|
52
|
-
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
|
-
})(ValidationException || (ValidationException = {}));
|
|
54
54
|
export var AnalysisOptions;
|
|
55
55
|
(function (AnalysisOptions) {
|
|
56
56
|
AnalysisOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -364,4 +364,3 @@ export var UpdateServiceAccessPoliciesResponse;
|
|
|
364
364
|
(function (UpdateServiceAccessPoliciesResponse) {
|
|
365
365
|
UpdateServiceAccessPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
366
|
})(UpdateServiceAccessPoliciesResponse || (UpdateServiceAccessPoliciesResponse = {}));
|
|
367
|
-
//# sourceMappingURL=models_0.js.map
|