@aws-sdk/client-cloudsearch 3.490.0 → 3.496.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.
Files changed (38) hide show
  1. package/dist-cjs/CloudSearch.js +1 -63
  2. package/dist-cjs/CloudSearchClient.js +1 -43
  3. package/dist-cjs/commands/BuildSuggestersCommand.js +1 -28
  4. package/dist-cjs/commands/CreateDomainCommand.js +1 -28
  5. package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +1 -28
  6. package/dist-cjs/commands/DefineExpressionCommand.js +1 -28
  7. package/dist-cjs/commands/DefineIndexFieldCommand.js +1 -28
  8. package/dist-cjs/commands/DefineSuggesterCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteExpressionCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteIndexFieldCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteSuggesterCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeDomainsCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeExpressionsCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeIndexFieldsCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeScalingParametersCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeSuggestersCommand.js +1 -28
  23. package/dist-cjs/commands/IndexDocumentsCommand.js +1 -28
  24. package/dist-cjs/commands/ListDomainNamesCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateScalingParametersCommand.js +1 -28
  28. package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +1 -28
  29. package/dist-cjs/commands/index.js +1 -29
  30. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  31. package/dist-cjs/extensionConfiguration.js +1 -2
  32. package/dist-cjs/index.js +4165 -10
  33. package/dist-cjs/models/CloudSearchServiceException.js +1 -12
  34. package/dist-cjs/models/index.js +1 -4
  35. package/dist-cjs/models/models_0.js +1 -214
  36. package/dist-cjs/protocols/Aws_query.js +1 -3288
  37. package/dist-cjs/runtimeExtensions.js +1 -22
  38. package/package.json +39 -39
@@ -1,63 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudSearch = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CloudSearchClient_1 = require("./CloudSearchClient");
6
- const BuildSuggestersCommand_1 = require("./commands/BuildSuggestersCommand");
7
- const CreateDomainCommand_1 = require("./commands/CreateDomainCommand");
8
- const DefineAnalysisSchemeCommand_1 = require("./commands/DefineAnalysisSchemeCommand");
9
- const DefineExpressionCommand_1 = require("./commands/DefineExpressionCommand");
10
- const DefineIndexFieldCommand_1 = require("./commands/DefineIndexFieldCommand");
11
- const DefineSuggesterCommand_1 = require("./commands/DefineSuggesterCommand");
12
- const DeleteAnalysisSchemeCommand_1 = require("./commands/DeleteAnalysisSchemeCommand");
13
- const DeleteDomainCommand_1 = require("./commands/DeleteDomainCommand");
14
- const DeleteExpressionCommand_1 = require("./commands/DeleteExpressionCommand");
15
- const DeleteIndexFieldCommand_1 = require("./commands/DeleteIndexFieldCommand");
16
- const DeleteSuggesterCommand_1 = require("./commands/DeleteSuggesterCommand");
17
- const DescribeAnalysisSchemesCommand_1 = require("./commands/DescribeAnalysisSchemesCommand");
18
- const DescribeAvailabilityOptionsCommand_1 = require("./commands/DescribeAvailabilityOptionsCommand");
19
- const DescribeDomainEndpointOptionsCommand_1 = require("./commands/DescribeDomainEndpointOptionsCommand");
20
- const DescribeDomainsCommand_1 = require("./commands/DescribeDomainsCommand");
21
- const DescribeExpressionsCommand_1 = require("./commands/DescribeExpressionsCommand");
22
- const DescribeIndexFieldsCommand_1 = require("./commands/DescribeIndexFieldsCommand");
23
- const DescribeScalingParametersCommand_1 = require("./commands/DescribeScalingParametersCommand");
24
- const DescribeServiceAccessPoliciesCommand_1 = require("./commands/DescribeServiceAccessPoliciesCommand");
25
- const DescribeSuggestersCommand_1 = require("./commands/DescribeSuggestersCommand");
26
- const IndexDocumentsCommand_1 = require("./commands/IndexDocumentsCommand");
27
- const ListDomainNamesCommand_1 = require("./commands/ListDomainNamesCommand");
28
- const UpdateAvailabilityOptionsCommand_1 = require("./commands/UpdateAvailabilityOptionsCommand");
29
- const UpdateDomainEndpointOptionsCommand_1 = require("./commands/UpdateDomainEndpointOptionsCommand");
30
- const UpdateScalingParametersCommand_1 = require("./commands/UpdateScalingParametersCommand");
31
- const UpdateServiceAccessPoliciesCommand_1 = require("./commands/UpdateServiceAccessPoliciesCommand");
32
- const commands = {
33
- BuildSuggestersCommand: BuildSuggestersCommand_1.BuildSuggestersCommand,
34
- CreateDomainCommand: CreateDomainCommand_1.CreateDomainCommand,
35
- DefineAnalysisSchemeCommand: DefineAnalysisSchemeCommand_1.DefineAnalysisSchemeCommand,
36
- DefineExpressionCommand: DefineExpressionCommand_1.DefineExpressionCommand,
37
- DefineIndexFieldCommand: DefineIndexFieldCommand_1.DefineIndexFieldCommand,
38
- DefineSuggesterCommand: DefineSuggesterCommand_1.DefineSuggesterCommand,
39
- DeleteAnalysisSchemeCommand: DeleteAnalysisSchemeCommand_1.DeleteAnalysisSchemeCommand,
40
- DeleteDomainCommand: DeleteDomainCommand_1.DeleteDomainCommand,
41
- DeleteExpressionCommand: DeleteExpressionCommand_1.DeleteExpressionCommand,
42
- DeleteIndexFieldCommand: DeleteIndexFieldCommand_1.DeleteIndexFieldCommand,
43
- DeleteSuggesterCommand: DeleteSuggesterCommand_1.DeleteSuggesterCommand,
44
- DescribeAnalysisSchemesCommand: DescribeAnalysisSchemesCommand_1.DescribeAnalysisSchemesCommand,
45
- DescribeAvailabilityOptionsCommand: DescribeAvailabilityOptionsCommand_1.DescribeAvailabilityOptionsCommand,
46
- DescribeDomainEndpointOptionsCommand: DescribeDomainEndpointOptionsCommand_1.DescribeDomainEndpointOptionsCommand,
47
- DescribeDomainsCommand: DescribeDomainsCommand_1.DescribeDomainsCommand,
48
- DescribeExpressionsCommand: DescribeExpressionsCommand_1.DescribeExpressionsCommand,
49
- DescribeIndexFieldsCommand: DescribeIndexFieldsCommand_1.DescribeIndexFieldsCommand,
50
- DescribeScalingParametersCommand: DescribeScalingParametersCommand_1.DescribeScalingParametersCommand,
51
- DescribeServiceAccessPoliciesCommand: DescribeServiceAccessPoliciesCommand_1.DescribeServiceAccessPoliciesCommand,
52
- DescribeSuggestersCommand: DescribeSuggestersCommand_1.DescribeSuggestersCommand,
53
- IndexDocumentsCommand: IndexDocumentsCommand_1.IndexDocumentsCommand,
54
- ListDomainNamesCommand: ListDomainNamesCommand_1.ListDomainNamesCommand,
55
- UpdateAvailabilityOptionsCommand: UpdateAvailabilityOptionsCommand_1.UpdateAvailabilityOptionsCommand,
56
- UpdateDomainEndpointOptionsCommand: UpdateDomainEndpointOptionsCommand_1.UpdateDomainEndpointOptionsCommand,
57
- UpdateScalingParametersCommand: UpdateScalingParametersCommand_1.UpdateScalingParametersCommand,
58
- UpdateServiceAccessPoliciesCommand: UpdateServiceAccessPoliciesCommand_1.UpdateServiceAccessPoliciesCommand,
59
- };
60
- class CloudSearch extends CloudSearchClient_1.CloudSearchClient {
61
- }
62
- exports.CloudSearch = CloudSearch;
63
- (0, smithy_client_1.createAggregatedClient)(commands, CloudSearch);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudSearchClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class CloudSearchClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.CloudSearchClient = CloudSearchClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BuildSuggestersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class BuildSuggestersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "BuildSuggesters", {})
22
- .n("CloudSearchClient", "BuildSuggestersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_BuildSuggestersCommand)
25
- .de(Aws_query_1.de_BuildSuggestersCommand)
26
- .build() {
27
- }
28
- exports.BuildSuggestersCommand = BuildSuggestersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class CreateDomainCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "CreateDomain", {})
22
- .n("CloudSearchClient", "CreateDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_CreateDomainCommand)
25
- .de(Aws_query_1.de_CreateDomainCommand)
26
- .build() {
27
- }
28
- exports.CreateDomainCommand = CreateDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DefineAnalysisSchemeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DefineAnalysisSchemeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DefineAnalysisScheme", {})
22
- .n("CloudSearchClient", "DefineAnalysisSchemeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DefineAnalysisSchemeCommand)
25
- .de(Aws_query_1.de_DefineAnalysisSchemeCommand)
26
- .build() {
27
- }
28
- exports.DefineAnalysisSchemeCommand = DefineAnalysisSchemeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DefineExpressionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DefineExpressionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DefineExpression", {})
22
- .n("CloudSearchClient", "DefineExpressionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DefineExpressionCommand)
25
- .de(Aws_query_1.de_DefineExpressionCommand)
26
- .build() {
27
- }
28
- exports.DefineExpressionCommand = DefineExpressionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DefineIndexFieldCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DefineIndexFieldCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DefineIndexField", {})
22
- .n("CloudSearchClient", "DefineIndexFieldCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DefineIndexFieldCommand)
25
- .de(Aws_query_1.de_DefineIndexFieldCommand)
26
- .build() {
27
- }
28
- exports.DefineIndexFieldCommand = DefineIndexFieldCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DefineSuggesterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DefineSuggesterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DefineSuggester", {})
22
- .n("CloudSearchClient", "DefineSuggesterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DefineSuggesterCommand)
25
- .de(Aws_query_1.de_DefineSuggesterCommand)
26
- .build() {
27
- }
28
- exports.DefineSuggesterCommand = DefineSuggesterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAnalysisSchemeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DeleteAnalysisSchemeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DeleteAnalysisScheme", {})
22
- .n("CloudSearchClient", "DeleteAnalysisSchemeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteAnalysisSchemeCommand)
25
- .de(Aws_query_1.de_DeleteAnalysisSchemeCommand)
26
- .build() {
27
- }
28
- exports.DeleteAnalysisSchemeCommand = DeleteAnalysisSchemeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DeleteDomainCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DeleteDomain", {})
22
- .n("CloudSearchClient", "DeleteDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteDomainCommand)
25
- .de(Aws_query_1.de_DeleteDomainCommand)
26
- .build() {
27
- }
28
- exports.DeleteDomainCommand = DeleteDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteExpressionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DeleteExpressionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DeleteExpression", {})
22
- .n("CloudSearchClient", "DeleteExpressionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteExpressionCommand)
25
- .de(Aws_query_1.de_DeleteExpressionCommand)
26
- .build() {
27
- }
28
- exports.DeleteExpressionCommand = DeleteExpressionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIndexFieldCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DeleteIndexFieldCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DeleteIndexField", {})
22
- .n("CloudSearchClient", "DeleteIndexFieldCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteIndexFieldCommand)
25
- .de(Aws_query_1.de_DeleteIndexFieldCommand)
26
- .build() {
27
- }
28
- exports.DeleteIndexFieldCommand = DeleteIndexFieldCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSuggesterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DeleteSuggesterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DeleteSuggester", {})
22
- .n("CloudSearchClient", "DeleteSuggesterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DeleteSuggesterCommand)
25
- .de(Aws_query_1.de_DeleteSuggesterCommand)
26
- .build() {
27
- }
28
- exports.DeleteSuggesterCommand = DeleteSuggesterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAnalysisSchemesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeAnalysisSchemesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DescribeAnalysisSchemes", {})
22
- .n("CloudSearchClient", "DescribeAnalysisSchemesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeAnalysisSchemesCommand)
25
- .de(Aws_query_1.de_DescribeAnalysisSchemesCommand)
26
- .build() {
27
- }
28
- exports.DescribeAnalysisSchemesCommand = DescribeAnalysisSchemesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAvailabilityOptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeAvailabilityOptionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DescribeAvailabilityOptions", {})
22
- .n("CloudSearchClient", "DescribeAvailabilityOptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeAvailabilityOptionsCommand)
25
- .de(Aws_query_1.de_DescribeAvailabilityOptionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeAvailabilityOptionsCommand = DescribeAvailabilityOptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainEndpointOptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDomainEndpointOptionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DescribeDomainEndpointOptions", {})
22
- .n("CloudSearchClient", "DescribeDomainEndpointOptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDomainEndpointOptionsCommand)
25
- .de(Aws_query_1.de_DescribeDomainEndpointOptionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainEndpointOptionsCommand = DescribeDomainEndpointOptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeDomainsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DescribeDomains", {})
22
- .n("CloudSearchClient", "DescribeDomainsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeDomainsCommand)
25
- .de(Aws_query_1.de_DescribeDomainsCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainsCommand = DescribeDomainsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExpressionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeExpressionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DescribeExpressions", {})
22
- .n("CloudSearchClient", "DescribeExpressionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeExpressionsCommand)
25
- .de(Aws_query_1.de_DescribeExpressionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeExpressionsCommand = DescribeExpressionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeIndexFieldsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeIndexFieldsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("A9SearchCloudConfigService2013", "DescribeIndexFields", {})
22
- .n("CloudSearchClient", "DescribeIndexFieldsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeIndexFieldsCommand)
25
- .de(Aws_query_1.de_DescribeIndexFieldsCommand)
26
- .build() {
27
- }
28
- exports.DescribeIndexFieldsCommand = DescribeIndexFieldsCommand;
1
+ module.exports = require("../index.js");