@aws-sdk/client-cloudsearch 3.478.0 → 3.481.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/commands/BuildSuggestersCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainCommand.js +18 -41
- package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +18 -41
- package/dist-cjs/commands/DefineExpressionCommand.js +18 -41
- package/dist-cjs/commands/DefineIndexFieldCommand.js +18 -41
- package/dist-cjs/commands/DefineSuggesterCommand.js +18 -41
- package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteExpressionCommand.js +18 -41
- package/dist-cjs/commands/DeleteIndexFieldCommand.js +18 -41
- package/dist-cjs/commands/DeleteSuggesterCommand.js +18 -41
- package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +18 -41
- package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainsCommand.js +18 -41
- package/dist-cjs/commands/DescribeExpressionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeIndexFieldsCommand.js +18 -41
- package/dist-cjs/commands/DescribeScalingParametersCommand.js +18 -41
- package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
- package/dist-cjs/commands/DescribeSuggestersCommand.js +18 -41
- package/dist-cjs/commands/IndexDocumentsCommand.js +18 -41
- package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
- package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
- package/dist-cjs/commands/UpdateScalingParametersCommand.js +18 -41
- package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BuildSuggestersCommand.js +18 -41
- package/dist-es/commands/CreateDomainCommand.js +18 -41
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +18 -41
- package/dist-es/commands/DefineExpressionCommand.js +18 -41
- package/dist-es/commands/DefineIndexFieldCommand.js +18 -41
- package/dist-es/commands/DefineSuggesterCommand.js +18 -41
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteExpressionCommand.js +18 -41
- package/dist-es/commands/DeleteIndexFieldCommand.js +18 -41
- package/dist-es/commands/DeleteSuggesterCommand.js +18 -41
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +18 -41
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +18 -41
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
- package/dist-es/commands/DescribeDomainsCommand.js +18 -41
- package/dist-es/commands/DescribeExpressionsCommand.js +18 -41
- package/dist-es/commands/DescribeIndexFieldsCommand.js +18 -41
- package/dist-es/commands/DescribeScalingParametersCommand.js +18 -41
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
- package/dist-es/commands/DescribeSuggestersCommand.js +18 -41
- package/dist-es/commands/IndexDocumentsCommand.js +18 -41
- package/dist-es/commands/ListDomainNamesCommand.js +18 -41
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +18 -41
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
- package/dist-es/commands/UpdateScalingParametersCommand.js +18 -41
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BuildSuggestersCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +6 -21
- package/dist-types/commands/DefineExpressionCommand.d.ts +6 -21
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +6 -21
- package/dist-types/commands/DefineSuggesterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExpressionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +6 -21
- package/dist-types/commands/IndexDocumentsCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +6 -21
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +8 -8
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_query";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateDomainCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CloudSearchClient";
|
|
26
|
-
const commandName = "CreateDomainCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "A9SearchCloudConfigService2013",
|
|
35
|
-
operation: "CreateDomain",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateDomainCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateDomainCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateDomainCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("A9SearchCloudConfigService2013", "CreateDomain", {})
|
|
19
|
+
.n("CloudSearchClient", "CreateDomainCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateDomainCommand)
|
|
22
|
+
.de(de_CreateDomainCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DefineAnalysisSchemeCommand, se_DefineAnalysisSchemeCommand } from "../protocols/Aws_query";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DefineAnalysisSchemeCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CloudSearchClient";
|
|
26
|
-
const commandName = "DefineAnalysisSchemeCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "A9SearchCloudConfigService2013",
|
|
35
|
-
operation: "DefineAnalysisScheme",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DefineAnalysisSchemeCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DefineAnalysisSchemeCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DefineAnalysisSchemeCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("A9SearchCloudConfigService2013", "DefineAnalysisScheme", {})
|
|
19
|
+
.n("CloudSearchClient", "DefineAnalysisSchemeCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DefineAnalysisSchemeCommand)
|
|
22
|
+
.de(de_DefineAnalysisSchemeCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DefineExpressionCommand, se_DefineExpressionCommand } from "../protocols/Aws_query";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DefineExpressionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CloudSearchClient";
|
|
26
|
-
const commandName = "DefineExpressionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "A9SearchCloudConfigService2013",
|
|
35
|
-
operation: "DefineExpression",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DefineExpressionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DefineExpressionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DefineExpressionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("A9SearchCloudConfigService2013", "DefineExpression", {})
|
|
19
|
+
.n("CloudSearchClient", "DefineExpressionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DefineExpressionCommand)
|
|
22
|
+
.de(de_DefineExpressionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DefineIndexFieldCommand, se_DefineIndexFieldCommand } from "../protocols/Aws_query";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DefineIndexFieldCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CloudSearchClient";
|
|
26
|
-
const commandName = "DefineIndexFieldCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "A9SearchCloudConfigService2013",
|
|
35
|
-
operation: "DefineIndexField",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DefineIndexFieldCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DefineIndexFieldCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DefineIndexFieldCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("A9SearchCloudConfigService2013", "DefineIndexField", {})
|
|
19
|
+
.n("CloudSearchClient", "DefineIndexFieldCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DefineIndexFieldCommand)
|
|
22
|
+
.de(de_DefineIndexFieldCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DefineSuggesterCommand, se_DefineSuggesterCommand } from "../protocols/Aws_query";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DefineSuggesterCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CloudSearchClient";
|
|
26
|
-
const commandName = "DefineSuggesterCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "A9SearchCloudConfigService2013",
|
|
35
|
-
operation: "DefineSuggester",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DefineSuggesterCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DefineSuggesterCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DefineSuggesterCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("A9SearchCloudConfigService2013", "DefineSuggester", {})
|
|
19
|
+
.n("CloudSearchClient", "DefineSuggesterCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DefineSuggesterCommand)
|
|
22
|
+
.de(de_DefineSuggesterCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteAnalysisSchemeCommand, se_DeleteAnalysisSchemeCommand } from "../protocols/Aws_query";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteAnalysisSchemeCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CloudSearchClient";
|
|
26
|
-
const commandName = "DeleteAnalysisSchemeCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "A9SearchCloudConfigService2013",
|
|
35
|
-
operation: "DeleteAnalysisScheme",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteAnalysisSchemeCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteAnalysisSchemeCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteAnalysisSchemeCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("A9SearchCloudConfigService2013", "DeleteAnalysisScheme", {})
|
|
19
|
+
.n("CloudSearchClient", "DeleteAnalysisSchemeCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteAnalysisSchemeCommand)
|
|
22
|
+
.de(de_DeleteAnalysisSchemeCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_query";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteDomainCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CloudSearchClient";
|
|
26
|
-
const commandName = "DeleteDomainCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "A9SearchCloudConfigService2013",
|
|
35
|
-
operation: "DeleteDomain",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteDomainCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteDomainCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteDomainCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("A9SearchCloudConfigService2013", "DeleteDomain", {})
|
|
19
|
+
.n("CloudSearchClient", "DeleteDomainCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteDomainCommand)
|
|
22
|
+
.de(de_DeleteDomainCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteExpressionCommand, se_DeleteExpressionCommand } from "../protocols/Aws_query";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteExpressionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CloudSearchClient";
|
|
26
|
-
const commandName = "DeleteExpressionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "A9SearchCloudConfigService2013",
|
|
35
|
-
operation: "DeleteExpression",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteExpressionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteExpressionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteExpressionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("A9SearchCloudConfigService2013", "DeleteExpression", {})
|
|
19
|
+
.n("CloudSearchClient", "DeleteExpressionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteExpressionCommand)
|
|
22
|
+
.de(de_DeleteExpressionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteIndexFieldCommand, se_DeleteIndexFieldCommand } from "../protocols/Aws_query";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteIndexFieldCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CloudSearchClient";
|
|
26
|
-
const commandName = "DeleteIndexFieldCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "A9SearchCloudConfigService2013",
|
|
35
|
-
operation: "DeleteIndexField",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteIndexFieldCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteIndexFieldCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteIndexFieldCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("A9SearchCloudConfigService2013", "DeleteIndexField", {})
|
|
19
|
+
.n("CloudSearchClient", "DeleteIndexFieldCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteIndexFieldCommand)
|
|
22
|
+
.de(de_DeleteIndexFieldCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|