@aws-sdk/client-cloudsearch 3.1077.0 → 3.1079.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/dist-cjs/index.js +34 -263
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BuildSuggestersCommand.js +2 -14
- package/dist-es/commands/CreateDomainCommand.js +2 -14
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +2 -14
- package/dist-es/commands/DefineExpressionCommand.js +2 -14
- package/dist-es/commands/DefineIndexFieldCommand.js +2 -14
- package/dist-es/commands/DefineSuggesterCommand.js +2 -14
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +2 -14
- package/dist-es/commands/DeleteDomainCommand.js +2 -14
- package/dist-es/commands/DeleteExpressionCommand.js +2 -14
- package/dist-es/commands/DeleteIndexFieldCommand.js +2 -14
- package/dist-es/commands/DeleteSuggesterCommand.js +2 -14
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +2 -14
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +2 -14
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +2 -14
- package/dist-es/commands/DescribeDomainsCommand.js +2 -14
- package/dist-es/commands/DescribeExpressionsCommand.js +2 -14
- package/dist-es/commands/DescribeIndexFieldsCommand.js +2 -14
- package/dist-es/commands/DescribeScalingParametersCommand.js +2 -14
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeSuggestersCommand.js +2 -14
- package/dist-es/commands/IndexDocumentsCommand.js +2 -14
- package/dist-es/commands/ListDomainNamesCommand.js +2 -14
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +2 -14
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +2 -14
- package/dist-es/commands/UpdateScalingParametersCommand.js +2 -14
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BuildSuggestersCommand.d.ts +3 -8
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +3 -8
- package/dist-types/commands/DefineExpressionCommand.d.ts +3 -8
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +3 -8
- package/dist-types/commands/DefineSuggesterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExpressionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +3 -8
- package/dist-types/commands/IndexDocumentsCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDomains$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDomainsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "DescribeDomains", {})
|
|
13
|
-
.n("CloudSearchClient", "DescribeDomainsCommand")
|
|
14
|
-
.sc(DescribeDomains$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDomainsCommand extends command(_ep0, _mw0, "DescribeDomains", DescribeDomains$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeExpressions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeExpressionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "DescribeExpressions", {})
|
|
13
|
-
.n("CloudSearchClient", "DescribeExpressionsCommand")
|
|
14
|
-
.sc(DescribeExpressions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeExpressionsCommand extends command(_ep0, _mw0, "DescribeExpressions", DescribeExpressions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeIndexFields$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeIndexFieldsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "DescribeIndexFields", {})
|
|
13
|
-
.n("CloudSearchClient", "DescribeIndexFieldsCommand")
|
|
14
|
-
.sc(DescribeIndexFields$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeIndexFieldsCommand extends command(_ep0, _mw0, "DescribeIndexFields", DescribeIndexFields$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeScalingParameters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeScalingParametersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "DescribeScalingParameters", {})
|
|
13
|
-
.n("CloudSearchClient", "DescribeScalingParametersCommand")
|
|
14
|
-
.sc(DescribeScalingParameters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeScalingParametersCommand extends command(_ep0, _mw0, "DescribeScalingParameters", DescribeScalingParameters$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeServiceAccessPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeServiceAccessPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "DescribeServiceAccessPolicies", {})
|
|
13
|
-
.n("CloudSearchClient", "DescribeServiceAccessPoliciesCommand")
|
|
14
|
-
.sc(DescribeServiceAccessPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeServiceAccessPoliciesCommand extends command(_ep0, _mw0, "DescribeServiceAccessPolicies", DescribeServiceAccessPolicies$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSuggesters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSuggestersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "DescribeSuggesters", {})
|
|
13
|
-
.n("CloudSearchClient", "DescribeSuggestersCommand")
|
|
14
|
-
.sc(DescribeSuggesters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSuggestersCommand extends command(_ep0, _mw0, "DescribeSuggesters", DescribeSuggesters$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { IndexDocuments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class IndexDocumentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "IndexDocuments", {})
|
|
13
|
-
.n("CloudSearchClient", "IndexDocumentsCommand")
|
|
14
|
-
.sc(IndexDocuments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class IndexDocumentsCommand extends command(_ep0, _mw0, "IndexDocuments", IndexDocuments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDomainNames$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDomainNamesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "ListDomainNames", {})
|
|
13
|
-
.n("CloudSearchClient", "ListDomainNamesCommand")
|
|
14
|
-
.sc(ListDomainNames$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDomainNamesCommand extends command(_ep0, _mw0, "ListDomainNames", ListDomainNames$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAvailabilityOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAvailabilityOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "UpdateAvailabilityOptions", {})
|
|
13
|
-
.n("CloudSearchClient", "UpdateAvailabilityOptionsCommand")
|
|
14
|
-
.sc(UpdateAvailabilityOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAvailabilityOptionsCommand extends command(_ep0, _mw0, "UpdateAvailabilityOptions", UpdateAvailabilityOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDomainEndpointOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDomainEndpointOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "UpdateDomainEndpointOptions", {})
|
|
13
|
-
.n("CloudSearchClient", "UpdateDomainEndpointOptionsCommand")
|
|
14
|
-
.sc(UpdateDomainEndpointOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDomainEndpointOptionsCommand extends command(_ep0, _mw0, "UpdateDomainEndpointOptions", UpdateDomainEndpointOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateScalingParameters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateScalingParametersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "UpdateScalingParameters", {})
|
|
13
|
-
.n("CloudSearchClient", "UpdateScalingParametersCommand")
|
|
14
|
-
.sc(UpdateScalingParameters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateScalingParametersCommand extends command(_ep0, _mw0, "UpdateScalingParameters", UpdateScalingParameters$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateServiceAccessPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateServiceAccessPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("A9SearchCloudConfigService2013", "UpdateServiceAccessPolicies", {})
|
|
13
|
-
.n("CloudSearchClient", "UpdateServiceAccessPoliciesCommand")
|
|
14
|
-
.sc(UpdateServiceAccessPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateServiceAccessPoliciesCommand extends command(_ep0, _mw0, "UpdateServiceAccessPolicies", UpdateServiceAccessPolicies$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./CloudSearchClient";
|
|
2
2
|
export * from "./CloudSearch";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./models/enums";
|
|
6
7
|
export * from "./models/errors";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CloudSearchClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {
|
|
|
22
19
|
export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BuildSuggestersCommand_base: {
|
|
25
|
-
new (input: BuildSuggestersCommandInput): import("@smithy/core/client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BuildSuggestersCommandInput): import("@smithy/core/client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BuildSuggestersCommandInput): import("@smithy/core/client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BuildSuggestersCommandInput): import("@smithy/core/client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {
|
|
|
22
19
|
export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDomainCommand_base: {
|
|
25
|
-
new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new search domain. For more information,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DefineAnalysisSchemeCommandInput extends DefineAnalysisSchemeRe
|
|
|
22
19
|
export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DefineAnalysisSchemeCommand_base: {
|
|
25
|
-
new (input: DefineAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DefineAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DefineAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DefineAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DefineExpressionCommandInput extends DefineExpressionRequest {
|
|
|
22
19
|
export interface DefineExpressionCommandOutput extends DefineExpressionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DefineExpressionCommand_base: {
|
|
25
|
-
new (input: DefineExpressionCommandInput): import("@smithy/core/client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DefineExpressionCommandInput): import("@smithy/core/client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DefineExpressionCommandInput): import("@smithy/core/client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DefineExpressionCommandInput): import("@smithy/core/client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {
|
|
|
22
19
|
export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DefineIndexFieldCommand_base: {
|
|
25
|
-
new (input: DefineIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DefineIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DefineIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DefineIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {
|
|
|
22
19
|
export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DefineSuggesterCommand_base: {
|
|
25
|
-
new (input: DefineSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DefineSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DefineSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DefineSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteAnalysisSchemeCommandInput extends DeleteAnalysisSchemeRe
|
|
|
22
19
|
export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteAnalysisSchemeCommand_base: {
|
|
25
|
-
new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
|
|
|
22
19
|
export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDomainCommand_base: {
|
|
25
|
-
new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {
|
|
|
22
19
|
export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteExpressionCommand_base: {
|
|
25
|
-
new (input: DeleteExpressionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteExpressionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteExpressionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteExpressionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {
|
|
|
22
19
|
export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteIndexFieldCommand_base: {
|
|
25
|
-
new (input: DeleteIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteIndexFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
4
2
|
import type { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {
|
|
|
22
19
|
export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSuggesterCommand_base: {
|
|
25
|
-
new (input: DeleteSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSuggesterCommandInput): import("@smithy/core/client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, import("..").CloudSearchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|