@aws-sdk/client-trustedadvisor 3.489.0 → 3.495.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 (30) hide show
  1. package/dist-cjs/TrustedAdvisor.js +1 -31
  2. package/dist-cjs/TrustedAdvisorClient.js +1 -43
  3. package/dist-cjs/commands/GetOrganizationRecommendationCommand.js +1 -29
  4. package/dist-cjs/commands/GetRecommendationCommand.js +1 -29
  5. package/dist-cjs/commands/ListChecksCommand.js +1 -28
  6. package/dist-cjs/commands/ListOrganizationRecommendationAccountsCommand.js +1 -29
  7. package/dist-cjs/commands/ListOrganizationRecommendationResourcesCommand.js +1 -28
  8. package/dist-cjs/commands/ListOrganizationRecommendationsCommand.js +1 -28
  9. package/dist-cjs/commands/ListRecommendationResourcesCommand.js +1 -28
  10. package/dist-cjs/commands/ListRecommendationsCommand.js +1 -28
  11. package/dist-cjs/commands/UpdateOrganizationRecommendationLifecycleCommand.js +1 -29
  12. package/dist-cjs/commands/UpdateRecommendationLifecycleCommand.js +1 -29
  13. package/dist-cjs/commands/index.js +1 -13
  14. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  15. package/dist-cjs/extensionConfiguration.js +1 -2
  16. package/dist-cjs/index.js +1592 -11
  17. package/dist-cjs/models/TrustedAdvisorServiceException.js +1 -12
  18. package/dist-cjs/models/index.js +1 -4
  19. package/dist-cjs/models/models_0.js +1 -202
  20. package/dist-cjs/pagination/Interfaces.js +1 -2
  21. package/dist-cjs/pagination/ListChecksPaginator.js +1 -7
  22. package/dist-cjs/pagination/ListOrganizationRecommendationAccountsPaginator.js +1 -7
  23. package/dist-cjs/pagination/ListOrganizationRecommendationResourcesPaginator.js +1 -7
  24. package/dist-cjs/pagination/ListOrganizationRecommendationsPaginator.js +1 -7
  25. package/dist-cjs/pagination/ListRecommendationResourcesPaginator.js +1 -7
  26. package/dist-cjs/pagination/ListRecommendationsPaginator.js +1 -7
  27. package/dist-cjs/pagination/index.js +1 -10
  28. package/dist-cjs/protocols/Aws_restJson1.js +1 -953
  29. package/dist-cjs/runtimeExtensions.js +1 -22
  30. package/package.json +40 -40
@@ -1,31 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TrustedAdvisor = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const GetOrganizationRecommendationCommand_1 = require("./commands/GetOrganizationRecommendationCommand");
6
- const GetRecommendationCommand_1 = require("./commands/GetRecommendationCommand");
7
- const ListChecksCommand_1 = require("./commands/ListChecksCommand");
8
- const ListOrganizationRecommendationAccountsCommand_1 = require("./commands/ListOrganizationRecommendationAccountsCommand");
9
- const ListOrganizationRecommendationResourcesCommand_1 = require("./commands/ListOrganizationRecommendationResourcesCommand");
10
- const ListOrganizationRecommendationsCommand_1 = require("./commands/ListOrganizationRecommendationsCommand");
11
- const ListRecommendationResourcesCommand_1 = require("./commands/ListRecommendationResourcesCommand");
12
- const ListRecommendationsCommand_1 = require("./commands/ListRecommendationsCommand");
13
- const UpdateOrganizationRecommendationLifecycleCommand_1 = require("./commands/UpdateOrganizationRecommendationLifecycleCommand");
14
- const UpdateRecommendationLifecycleCommand_1 = require("./commands/UpdateRecommendationLifecycleCommand");
15
- const TrustedAdvisorClient_1 = require("./TrustedAdvisorClient");
16
- const commands = {
17
- GetOrganizationRecommendationCommand: GetOrganizationRecommendationCommand_1.GetOrganizationRecommendationCommand,
18
- GetRecommendationCommand: GetRecommendationCommand_1.GetRecommendationCommand,
19
- ListChecksCommand: ListChecksCommand_1.ListChecksCommand,
20
- ListOrganizationRecommendationAccountsCommand: ListOrganizationRecommendationAccountsCommand_1.ListOrganizationRecommendationAccountsCommand,
21
- ListOrganizationRecommendationResourcesCommand: ListOrganizationRecommendationResourcesCommand_1.ListOrganizationRecommendationResourcesCommand,
22
- ListOrganizationRecommendationsCommand: ListOrganizationRecommendationsCommand_1.ListOrganizationRecommendationsCommand,
23
- ListRecommendationResourcesCommand: ListRecommendationResourcesCommand_1.ListRecommendationResourcesCommand,
24
- ListRecommendationsCommand: ListRecommendationsCommand_1.ListRecommendationsCommand,
25
- UpdateOrganizationRecommendationLifecycleCommand: UpdateOrganizationRecommendationLifecycleCommand_1.UpdateOrganizationRecommendationLifecycleCommand,
26
- UpdateRecommendationLifecycleCommand: UpdateRecommendationLifecycleCommand_1.UpdateRecommendationLifecycleCommand,
27
- };
28
- class TrustedAdvisor extends TrustedAdvisorClient_1.TrustedAdvisorClient {
29
- }
30
- exports.TrustedAdvisor = TrustedAdvisor;
31
- (0, smithy_client_1.createAggregatedClient)(commands, TrustedAdvisor);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TrustedAdvisorClient = 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 TrustedAdvisorClient 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.TrustedAdvisorClient = TrustedAdvisorClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOrganizationRecommendationCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetOrganizationRecommendationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TrustedAdvisor", "GetOrganizationRecommendation", {})
23
- .n("TrustedAdvisorClient", "GetOrganizationRecommendationCommand")
24
- .f(void 0, models_0_1.GetOrganizationRecommendationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetOrganizationRecommendationCommand)
26
- .de(Aws_restJson1_1.de_GetOrganizationRecommendationCommand)
27
- .build() {
28
- }
29
- exports.GetOrganizationRecommendationCommand = GetOrganizationRecommendationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRecommendationCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetRecommendationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TrustedAdvisor", "GetRecommendation", {})
23
- .n("TrustedAdvisorClient", "GetRecommendationCommand")
24
- .f(void 0, models_0_1.GetRecommendationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetRecommendationCommand)
26
- .de(Aws_restJson1_1.de_GetRecommendationCommand)
27
- .build() {
28
- }
29
- exports.GetRecommendationCommand = GetRecommendationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListChecksCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListChecksCommand 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("TrustedAdvisor", "ListChecks", {})
22
- .n("TrustedAdvisorClient", "ListChecksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListChecksCommand)
25
- .de(Aws_restJson1_1.de_ListChecksCommand)
26
- .build() {
27
- }
28
- exports.ListChecksCommand = ListChecksCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOrganizationRecommendationAccountsCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListOrganizationRecommendationAccountsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TrustedAdvisor", "ListOrganizationRecommendationAccounts", {})
23
- .n("TrustedAdvisorClient", "ListOrganizationRecommendationAccountsCommand")
24
- .f(void 0, models_0_1.ListOrganizationRecommendationAccountsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListOrganizationRecommendationAccountsCommand)
26
- .de(Aws_restJson1_1.de_ListOrganizationRecommendationAccountsCommand)
27
- .build() {
28
- }
29
- exports.ListOrganizationRecommendationAccountsCommand = ListOrganizationRecommendationAccountsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOrganizationRecommendationResourcesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListOrganizationRecommendationResourcesCommand 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("TrustedAdvisor", "ListOrganizationRecommendationResources", {})
22
- .n("TrustedAdvisorClient", "ListOrganizationRecommendationResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListOrganizationRecommendationResourcesCommand)
25
- .de(Aws_restJson1_1.de_ListOrganizationRecommendationResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListOrganizationRecommendationResourcesCommand = ListOrganizationRecommendationResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOrganizationRecommendationsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListOrganizationRecommendationsCommand 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("TrustedAdvisor", "ListOrganizationRecommendations", {})
22
- .n("TrustedAdvisorClient", "ListOrganizationRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListOrganizationRecommendationsCommand)
25
- .de(Aws_restJson1_1.de_ListOrganizationRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ListOrganizationRecommendationsCommand = ListOrganizationRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRecommendationResourcesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListRecommendationResourcesCommand 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("TrustedAdvisor", "ListRecommendationResources", {})
22
- .n("TrustedAdvisorClient", "ListRecommendationResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListRecommendationResourcesCommand)
25
- .de(Aws_restJson1_1.de_ListRecommendationResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListRecommendationResourcesCommand = ListRecommendationResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRecommendationsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListRecommendationsCommand 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("TrustedAdvisor", "ListRecommendations", {})
22
- .n("TrustedAdvisorClient", "ListRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListRecommendationsCommand)
25
- .de(Aws_restJson1_1.de_ListRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ListRecommendationsCommand = ListRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateOrganizationRecommendationLifecycleCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateOrganizationRecommendationLifecycleCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TrustedAdvisor", "UpdateOrganizationRecommendationLifecycle", {})
23
- .n("TrustedAdvisorClient", "UpdateOrganizationRecommendationLifecycleCommand")
24
- .f(models_0_1.UpdateOrganizationRecommendationLifecycleRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UpdateOrganizationRecommendationLifecycleCommand)
26
- .de(Aws_restJson1_1.de_UpdateOrganizationRecommendationLifecycleCommand)
27
- .build() {
28
- }
29
- exports.UpdateOrganizationRecommendationLifecycleCommand = UpdateOrganizationRecommendationLifecycleCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRecommendationLifecycleCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateRecommendationLifecycleCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("TrustedAdvisor", "UpdateRecommendationLifecycle", {})
23
- .n("TrustedAdvisorClient", "UpdateRecommendationLifecycleCommand")
24
- .f(models_0_1.UpdateRecommendationLifecycleRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UpdateRecommendationLifecycleCommand)
26
- .de(Aws_restJson1_1.de_UpdateRecommendationLifecycleCommand)
27
- .build() {
28
- }
29
- exports.UpdateRecommendationLifecycleCommand = UpdateRecommendationLifecycleCommand;
1
+ module.exports = require("../index.js");
@@ -1,13 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetOrganizationRecommendationCommand"), exports);
5
- tslib_1.__exportStar(require("./GetRecommendationCommand"), exports);
6
- tslib_1.__exportStar(require("./ListChecksCommand"), exports);
7
- tslib_1.__exportStar(require("./ListOrganizationRecommendationAccountsCommand"), exports);
8
- tslib_1.__exportStar(require("./ListOrganizationRecommendationResourcesCommand"), exports);
9
- tslib_1.__exportStar(require("./ListOrganizationRecommendationsCommand"), exports);
10
- tslib_1.__exportStar(require("./ListRecommendationResourcesCommand"), exports);
11
- tslib_1.__exportStar(require("./ListRecommendationsCommand"), exports);
12
- tslib_1.__exportStar(require("./UpdateOrganizationRecommendationLifecycleCommand"), exports);
13
- tslib_1.__exportStar(require("./UpdateRecommendationLifecycleCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "trustedadvisor",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");