@aws-sdk/client-cloudsearch 3.478.0 → 3.484.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 (109) hide show
  1. package/dist-cjs/commands/BuildSuggestersCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDomainCommand.js +18 -41
  3. package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +18 -41
  4. package/dist-cjs/commands/DefineExpressionCommand.js +18 -41
  5. package/dist-cjs/commands/DefineIndexFieldCommand.js +18 -41
  6. package/dist-cjs/commands/DefineSuggesterCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteExpressionCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteIndexFieldCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteSuggesterCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeDomainsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeExpressionsCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeIndexFieldsCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeScalingParametersCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeSuggestersCommand.js +18 -41
  21. package/dist-cjs/commands/IndexDocumentsCommand.js +18 -41
  22. package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateScalingParametersCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-es/commands/BuildSuggestersCommand.js +18 -41
  29. package/dist-es/commands/CreateDomainCommand.js +18 -41
  30. package/dist-es/commands/DefineAnalysisSchemeCommand.js +18 -41
  31. package/dist-es/commands/DefineExpressionCommand.js +18 -41
  32. package/dist-es/commands/DefineIndexFieldCommand.js +18 -41
  33. package/dist-es/commands/DefineSuggesterCommand.js +18 -41
  34. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +18 -41
  35. package/dist-es/commands/DeleteDomainCommand.js +18 -41
  36. package/dist-es/commands/DeleteExpressionCommand.js +18 -41
  37. package/dist-es/commands/DeleteIndexFieldCommand.js +18 -41
  38. package/dist-es/commands/DeleteSuggesterCommand.js +18 -41
  39. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +18 -41
  40. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +18 -41
  41. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
  42. package/dist-es/commands/DescribeDomainsCommand.js +18 -41
  43. package/dist-es/commands/DescribeExpressionsCommand.js +18 -41
  44. package/dist-es/commands/DescribeIndexFieldsCommand.js +18 -41
  45. package/dist-es/commands/DescribeScalingParametersCommand.js +18 -41
  46. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
  47. package/dist-es/commands/DescribeSuggestersCommand.js +18 -41
  48. package/dist-es/commands/IndexDocumentsCommand.js +18 -41
  49. package/dist-es/commands/ListDomainNamesCommand.js +18 -41
  50. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +18 -41
  51. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
  52. package/dist-es/commands/UpdateScalingParametersCommand.js +18 -41
  53. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-types/commands/BuildSuggestersCommand.d.ts +6 -21
  56. package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
  57. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +6 -21
  58. package/dist-types/commands/DefineExpressionCommand.d.ts +6 -21
  59. package/dist-types/commands/DefineIndexFieldCommand.d.ts +6 -21
  60. package/dist-types/commands/DefineSuggesterCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteExpressionCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteSuggesterCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeExpressionsCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -21
  74. package/dist-types/commands/DescribeSuggestersCommand.d.ts +6 -21
  75. package/dist-types/commands/IndexDocumentsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -21
  78. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -21
  79. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +6 -21
  80. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/package.json +10 -10
@@ -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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteSuggesterCommand, se_DeleteSuggesterCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DeleteSuggesterCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteSuggesterCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudSearchClient";
26
- const commandName = "DeleteSuggesterCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "A9SearchCloudConfigService2013",
35
- operation: "DeleteSuggester",
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_DeleteSuggesterCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteSuggesterCommand(output, context);
46
- }
7
+ export class DeleteSuggesterCommand 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", "DeleteSuggester", {})
19
+ .n("CloudSearchClient", "DeleteSuggesterCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteSuggesterCommand)
22
+ .de(de_DeleteSuggesterCommand)
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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeAnalysisSchemesCommand, se_DescribeAnalysisSchemesCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeAnalysisSchemesCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAnalysisSchemesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudSearchClient";
26
- const commandName = "DescribeAnalysisSchemesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "A9SearchCloudConfigService2013",
35
- operation: "DescribeAnalysisSchemes",
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_DescribeAnalysisSchemesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeAnalysisSchemesCommand(output, context);
46
- }
7
+ export class DescribeAnalysisSchemesCommand 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", "DescribeAnalysisSchemes", {})
19
+ .n("CloudSearchClient", "DescribeAnalysisSchemesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeAnalysisSchemesCommand)
22
+ .de(de_DescribeAnalysisSchemesCommand)
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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeAvailabilityOptionsCommand, se_DescribeAvailabilityOptionsCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeAvailabilityOptionsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAvailabilityOptionsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudSearchClient";
26
- const commandName = "DescribeAvailabilityOptionsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "A9SearchCloudConfigService2013",
35
- operation: "DescribeAvailabilityOptions",
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_DescribeAvailabilityOptionsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeAvailabilityOptionsCommand(output, context);
46
- }
7
+ export class DescribeAvailabilityOptionsCommand 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", "DescribeAvailabilityOptions", {})
19
+ .n("CloudSearchClient", "DescribeAvailabilityOptionsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeAvailabilityOptionsCommand)
22
+ .de(de_DescribeAvailabilityOptionsCommand)
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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeDomainEndpointOptionsCommand, se_DescribeDomainEndpointOptionsCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeDomainEndpointOptionsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeDomainEndpointOptionsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudSearchClient";
26
- const commandName = "DescribeDomainEndpointOptionsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "A9SearchCloudConfigService2013",
35
- operation: "DescribeDomainEndpointOptions",
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_DescribeDomainEndpointOptionsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeDomainEndpointOptionsCommand(output, context);
46
- }
7
+ export class DescribeDomainEndpointOptionsCommand 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", "DescribeDomainEndpointOptions", {})
19
+ .n("CloudSearchClient", "DescribeDomainEndpointOptionsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeDomainEndpointOptionsCommand)
22
+ .de(de_DescribeDomainEndpointOptionsCommand)
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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeDomainsCommand, se_DescribeDomainsCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeDomainsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeDomainsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudSearchClient";
26
- const commandName = "DescribeDomainsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "A9SearchCloudConfigService2013",
35
- operation: "DescribeDomains",
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_DescribeDomainsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeDomainsCommand(output, context);
46
- }
7
+ export class DescribeDomainsCommand 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", "DescribeDomains", {})
19
+ .n("CloudSearchClient", "DescribeDomainsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeDomainsCommand)
22
+ .de(de_DescribeDomainsCommand)
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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeExpressionsCommand, se_DescribeExpressionsCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeExpressionsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeExpressionsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudSearchClient";
26
- const commandName = "DescribeExpressionsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "A9SearchCloudConfigService2013",
35
- operation: "DescribeExpressions",
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_DescribeExpressionsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeExpressionsCommand(output, context);
46
- }
7
+ export class DescribeExpressionsCommand 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", "DescribeExpressions", {})
19
+ .n("CloudSearchClient", "DescribeExpressionsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeExpressionsCommand)
22
+ .de(de_DescribeExpressionsCommand)
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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeIndexFieldsCommand, se_DescribeIndexFieldsCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeIndexFieldsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeIndexFieldsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudSearchClient";
26
- const commandName = "DescribeIndexFieldsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "A9SearchCloudConfigService2013",
35
- operation: "DescribeIndexFields",
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_DescribeIndexFieldsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeIndexFieldsCommand(output, context);
46
- }
7
+ export class DescribeIndexFieldsCommand 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", "DescribeIndexFields", {})
19
+ .n("CloudSearchClient", "DescribeIndexFieldsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeIndexFieldsCommand)
22
+ .de(de_DescribeIndexFieldsCommand)
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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeScalingParametersCommand, se_DescribeScalingParametersCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeScalingParametersCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeScalingParametersCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudSearchClient";
26
- const commandName = "DescribeScalingParametersCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "A9SearchCloudConfigService2013",
35
- operation: "DescribeScalingParameters",
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_DescribeScalingParametersCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeScalingParametersCommand(output, context);
46
- }
7
+ export class DescribeScalingParametersCommand 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", "DescribeScalingParameters", {})
19
+ .n("CloudSearchClient", "DescribeScalingParametersCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeScalingParametersCommand)
22
+ .de(de_DescribeScalingParametersCommand)
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 { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeServiceAccessPoliciesCommand, se_DescribeServiceAccessPoliciesCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class DescribeServiceAccessPoliciesCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeServiceAccessPoliciesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudSearchClient";
26
- const commandName = "DescribeServiceAccessPoliciesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "A9SearchCloudConfigService2013",
35
- operation: "DescribeServiceAccessPolicies",
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_DescribeServiceAccessPoliciesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeServiceAccessPoliciesCommand(output, context);
46
- }
7
+ export class DescribeServiceAccessPoliciesCommand 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", "DescribeServiceAccessPolicies", {})
19
+ .n("CloudSearchClient", "DescribeServiceAccessPoliciesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeServiceAccessPoliciesCommand)
22
+ .de(de_DescribeServiceAccessPoliciesCommand)
23
+ .build() {
47
24
  }