@aws-sdk/client-cloudsearch 3.170.0 → 3.171.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 +0 -26
- package/dist-types/ts3.4/CloudSearchClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -316
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface UpdateDomainEndpointOptionsCommandInput
|
|
|
19
19
|
export interface UpdateDomainEndpointOptionsCommandOutput
|
|
20
20
|
extends UpdateDomainEndpointOptionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateDomainEndpointOptionsCommand extends $Command<
|
|
24
23
|
UpdateDomainEndpointOptionsCommandInput,
|
|
25
24
|
UpdateDomainEndpointOptionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateDomainEndpointOptionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateDomainEndpointOptionsCommandInput;
|
|
29
28
|
constructor(input: UpdateDomainEndpointOptionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateScalingParametersCommandInput
|
|
|
19
19
|
export interface UpdateScalingParametersCommandOutput
|
|
20
20
|
extends UpdateScalingParametersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateScalingParametersCommand extends $Command<
|
|
24
23
|
UpdateScalingParametersCommandInput,
|
|
25
24
|
UpdateScalingParametersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateScalingParametersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateScalingParametersCommandInput;
|
|
29
28
|
constructor(input: UpdateScalingParametersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateServiceAccessPoliciesCommandInput
|
|
|
19
19
|
export interface UpdateServiceAccessPoliciesCommandOutput
|
|
20
20
|
extends UpdateServiceAccessPoliciesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateServiceAccessPoliciesCommand extends $Command<
|
|
24
23
|
UpdateServiceAccessPoliciesCommandInput,
|
|
25
24
|
UpdateServiceAccessPoliciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateServiceAccessPoliciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateServiceAccessPoliciesCommandInput;
|
|
29
28
|
constructor(input: UpdateServiceAccessPoliciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CloudSearchServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|