@aws-sdk/client-cloudsearch 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/CloudSearch.d.ts +472 -135
- package/dist-types/ts3.4/CloudSearchClient.d.ts +285 -99
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1060 -916
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export * from "./BuildSuggestersCommand";
|
|
2
|
-
export * from "./CreateDomainCommand";
|
|
3
|
-
export * from "./DefineAnalysisSchemeCommand";
|
|
4
|
-
export * from "./DefineExpressionCommand";
|
|
5
|
-
export * from "./DefineIndexFieldCommand";
|
|
6
|
-
export * from "./DefineSuggesterCommand";
|
|
7
|
-
export * from "./DeleteAnalysisSchemeCommand";
|
|
8
|
-
export * from "./DeleteDomainCommand";
|
|
9
|
-
export * from "./DeleteExpressionCommand";
|
|
10
|
-
export * from "./DeleteIndexFieldCommand";
|
|
11
|
-
export * from "./DeleteSuggesterCommand";
|
|
12
|
-
export * from "./DescribeAnalysisSchemesCommand";
|
|
13
|
-
export * from "./DescribeAvailabilityOptionsCommand";
|
|
14
|
-
export * from "./DescribeDomainEndpointOptionsCommand";
|
|
15
|
-
export * from "./DescribeDomainsCommand";
|
|
16
|
-
export * from "./DescribeExpressionsCommand";
|
|
17
|
-
export * from "./DescribeIndexFieldsCommand";
|
|
18
|
-
export * from "./DescribeScalingParametersCommand";
|
|
19
|
-
export * from "./DescribeServiceAccessPoliciesCommand";
|
|
20
|
-
export * from "./DescribeSuggestersCommand";
|
|
21
|
-
export * from "./IndexDocumentsCommand";
|
|
22
|
-
export * from "./ListDomainNamesCommand";
|
|
23
|
-
export * from "./UpdateAvailabilityOptionsCommand";
|
|
24
|
-
export * from "./UpdateDomainEndpointOptionsCommand";
|
|
25
|
-
export * from "./UpdateScalingParametersCommand";
|
|
26
|
-
export * from "./UpdateServiceAccessPoliciesCommand";
|
|
1
|
+
export * from "./BuildSuggestersCommand";
|
|
2
|
+
export * from "./CreateDomainCommand";
|
|
3
|
+
export * from "./DefineAnalysisSchemeCommand";
|
|
4
|
+
export * from "./DefineExpressionCommand";
|
|
5
|
+
export * from "./DefineIndexFieldCommand";
|
|
6
|
+
export * from "./DefineSuggesterCommand";
|
|
7
|
+
export * from "./DeleteAnalysisSchemeCommand";
|
|
8
|
+
export * from "./DeleteDomainCommand";
|
|
9
|
+
export * from "./DeleteExpressionCommand";
|
|
10
|
+
export * from "./DeleteIndexFieldCommand";
|
|
11
|
+
export * from "./DeleteSuggesterCommand";
|
|
12
|
+
export * from "./DescribeAnalysisSchemesCommand";
|
|
13
|
+
export * from "./DescribeAvailabilityOptionsCommand";
|
|
14
|
+
export * from "./DescribeDomainEndpointOptionsCommand";
|
|
15
|
+
export * from "./DescribeDomainsCommand";
|
|
16
|
+
export * from "./DescribeExpressionsCommand";
|
|
17
|
+
export * from "./DescribeIndexFieldsCommand";
|
|
18
|
+
export * from "./DescribeScalingParametersCommand";
|
|
19
|
+
export * from "./DescribeServiceAccessPoliciesCommand";
|
|
20
|
+
export * from "./DescribeSuggestersCommand";
|
|
21
|
+
export * from "./IndexDocumentsCommand";
|
|
22
|
+
export * from "./ListDomainNamesCommand";
|
|
23
|
+
export * from "./UpdateAvailabilityOptionsCommand";
|
|
24
|
+
export * from "./UpdateDomainEndpointOptionsCommand";
|
|
25
|
+
export * from "./UpdateScalingParametersCommand";
|
|
26
|
+
export * from "./UpdateServiceAccessPoliciesCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./CloudSearch";
|
|
2
|
-
export * from "./CloudSearchClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export { CloudSearchServiceException } from "./models/CloudSearchServiceException";
|
|
1
|
+
export * from "./CloudSearch";
|
|
2
|
+
export * from "./CloudSearchClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export { CloudSearchServiceException } from "./models/CloudSearchServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class CloudSearchServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|