@aws-sdk/client-resiliencehub 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 (85) hide show
  1. package/dist-cjs/Resiliencehub.js +1 -119
  2. package/dist-cjs/ResiliencehubClient.js +1 -43
  3. package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +1 -28
  4. package/dist-cjs/commands/BatchUpdateRecommendationStatusCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAppCommand.js +1 -29
  6. package/dist-cjs/commands/CreateAppVersionAppComponentCommand.js +1 -28
  7. package/dist-cjs/commands/CreateAppVersionResourceCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +1 -29
  9. package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +1 -29
  10. package/dist-cjs/commands/DeleteAppAssessmentCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteAppCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteAppInputSourceCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteAppVersionAppComponentCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteAppVersionResourceCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeAppAssessmentCommand.js +1 -29
  18. package/dist-cjs/commands/DescribeAppCommand.js +1 -29
  19. package/dist-cjs/commands/DescribeAppVersionAppComponentCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeAppVersionCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeAppVersionResourceCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +1 -29
  26. package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +1 -28
  27. package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +1 -28
  28. package/dist-cjs/commands/ListAppAssessmentComplianceDriftsCommand.js +1 -28
  29. package/dist-cjs/commands/ListAppAssessmentsCommand.js +1 -28
  30. package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +1 -28
  31. package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +1 -28
  32. package/dist-cjs/commands/ListAppInputSourcesCommand.js +1 -28
  33. package/dist-cjs/commands/ListAppVersionAppComponentsCommand.js +1 -28
  34. package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +1 -28
  35. package/dist-cjs/commands/ListAppVersionResourcesCommand.js +1 -28
  36. package/dist-cjs/commands/ListAppVersionsCommand.js +1 -28
  37. package/dist-cjs/commands/ListAppsCommand.js +1 -28
  38. package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +1 -29
  39. package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +1 -29
  40. package/dist-cjs/commands/ListSopRecommendationsCommand.js +1 -28
  41. package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +1 -29
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  43. package/dist-cjs/commands/ListTestRecommendationsCommand.js +1 -28
  44. package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +1 -28
  45. package/dist-cjs/commands/PublishAppVersionCommand.js +1 -28
  46. package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +1 -28
  47. package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +1 -28
  48. package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +1 -28
  49. package/dist-cjs/commands/StartAppAssessmentCommand.js +1 -29
  50. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  51. package/dist-cjs/commands/UntagResourceCommand.js +1 -29
  52. package/dist-cjs/commands/UpdateAppCommand.js +1 -29
  53. package/dist-cjs/commands/UpdateAppVersionAppComponentCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateAppVersionCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateAppVersionResourceCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +1 -29
  57. package/dist-cjs/commands/index.js +1 -57
  58. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  59. package/dist-cjs/extensionConfiguration.js +1 -2
  60. package/dist-cjs/index.js +5831 -11
  61. package/dist-cjs/models/ResiliencehubServiceException.js +1 -12
  62. package/dist-cjs/models/index.js +1 -4
  63. package/dist-cjs/models/models_0.js +1 -414
  64. package/dist-cjs/pagination/Interfaces.js +1 -2
  65. package/dist-cjs/pagination/ListAlarmRecommendationsPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListAppAssessmentComplianceDriftsPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListAppAssessmentsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListAppComponentCompliancesPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListAppComponentRecommendationsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListAppInputSourcesPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListAppVersionAppComponentsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListAppVersionResourceMappingsPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListAppVersionResourcesPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListAppVersionsPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListAppsPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListRecommendationTemplatesPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListResiliencyPoliciesPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListSopRecommendationsPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListSuggestedResiliencyPoliciesPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListTestRecommendationsPaginator.js +1 -7
  81. package/dist-cjs/pagination/ListUnsupportedAppVersionResourcesPaginator.js +1 -7
  82. package/dist-cjs/pagination/index.js +1 -21
  83. package/dist-cjs/protocols/Aws_restJson1.js +1 -3983
  84. package/dist-cjs/runtimeExtensions.js +1 -22
  85. package/package.json +40 -40
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResiliencyPoliciesCommand = 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 ListResiliencyPoliciesCommand 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("AwsResilienceHub", "ListResiliencyPolicies", {})
23
- .n("ResiliencehubClient", "ListResiliencyPoliciesCommand")
24
- .f(void 0, models_0_1.ListResiliencyPoliciesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListResiliencyPoliciesCommand)
26
- .de(Aws_restJson1_1.de_ListResiliencyPoliciesCommand)
27
- .build() {
28
- }
29
- exports.ListResiliencyPoliciesCommand = ListResiliencyPoliciesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSopRecommendationsCommand = 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 ListSopRecommendationsCommand 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("AwsResilienceHub", "ListSopRecommendations", {})
22
- .n("ResiliencehubClient", "ListSopRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSopRecommendationsCommand)
25
- .de(Aws_restJson1_1.de_ListSopRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ListSopRecommendationsCommand = ListSopRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSuggestedResiliencyPoliciesCommand = 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 ListSuggestedResiliencyPoliciesCommand 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("AwsResilienceHub", "ListSuggestedResiliencyPolicies", {})
23
- .n("ResiliencehubClient", "ListSuggestedResiliencyPoliciesCommand")
24
- .f(void 0, models_0_1.ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListSuggestedResiliencyPoliciesCommand)
26
- .de(Aws_restJson1_1.de_ListSuggestedResiliencyPoliciesCommand)
27
- .build() {
28
- }
29
- exports.ListSuggestedResiliencyPoliciesCommand = ListSuggestedResiliencyPoliciesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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("AwsResilienceHub", "ListTagsForResource", {})
23
- .n("ResiliencehubClient", "ListTagsForResourceCommand")
24
- .f(void 0, models_0_1.ListTagsForResourceResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
26
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
27
- .build() {
28
- }
29
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTestRecommendationsCommand = 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 ListTestRecommendationsCommand 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("AwsResilienceHub", "ListTestRecommendations", {})
22
- .n("ResiliencehubClient", "ListTestRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTestRecommendationsCommand)
25
- .de(Aws_restJson1_1.de_ListTestRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ListTestRecommendationsCommand = ListTestRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListUnsupportedAppVersionResourcesCommand = 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 ListUnsupportedAppVersionResourcesCommand 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("AwsResilienceHub", "ListUnsupportedAppVersionResources", {})
22
- .n("ResiliencehubClient", "ListUnsupportedAppVersionResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListUnsupportedAppVersionResourcesCommand)
25
- .de(Aws_restJson1_1.de_ListUnsupportedAppVersionResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListUnsupportedAppVersionResourcesCommand = ListUnsupportedAppVersionResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PublishAppVersionCommand = 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 PublishAppVersionCommand 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("AwsResilienceHub", "PublishAppVersion", {})
22
- .n("ResiliencehubClient", "PublishAppVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PublishAppVersionCommand)
25
- .de(Aws_restJson1_1.de_PublishAppVersionCommand)
26
- .build() {
27
- }
28
- exports.PublishAppVersionCommand = PublishAppVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutDraftAppVersionTemplateCommand = 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 PutDraftAppVersionTemplateCommand 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("AwsResilienceHub", "PutDraftAppVersionTemplate", {})
22
- .n("ResiliencehubClient", "PutDraftAppVersionTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutDraftAppVersionTemplateCommand)
25
- .de(Aws_restJson1_1.de_PutDraftAppVersionTemplateCommand)
26
- .build() {
27
- }
28
- exports.PutDraftAppVersionTemplateCommand = PutDraftAppVersionTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveDraftAppVersionResourceMappingsCommand = 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 RemoveDraftAppVersionResourceMappingsCommand 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("AwsResilienceHub", "RemoveDraftAppVersionResourceMappings", {})
22
- .n("ResiliencehubClient", "RemoveDraftAppVersionResourceMappingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RemoveDraftAppVersionResourceMappingsCommand)
25
- .de(Aws_restJson1_1.de_RemoveDraftAppVersionResourceMappingsCommand)
26
- .build() {
27
- }
28
- exports.RemoveDraftAppVersionResourceMappingsCommand = RemoveDraftAppVersionResourceMappingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResolveAppVersionResourcesCommand = 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 ResolveAppVersionResourcesCommand 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("AwsResilienceHub", "ResolveAppVersionResources", {})
22
- .n("ResiliencehubClient", "ResolveAppVersionResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ResolveAppVersionResourcesCommand)
25
- .de(Aws_restJson1_1.de_ResolveAppVersionResourcesCommand)
26
- .build() {
27
- }
28
- exports.ResolveAppVersionResourcesCommand = ResolveAppVersionResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartAppAssessmentCommand = 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 StartAppAssessmentCommand 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("AwsResilienceHub", "StartAppAssessment", {})
23
- .n("ResiliencehubClient", "StartAppAssessmentCommand")
24
- .f(models_0_1.StartAppAssessmentRequestFilterSensitiveLog, models_0_1.StartAppAssessmentResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_StartAppAssessmentCommand)
26
- .de(Aws_restJson1_1.de_StartAppAssessmentCommand)
27
- .build() {
28
- }
29
- exports.StartAppAssessmentCommand = StartAppAssessmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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("AwsResilienceHub", "TagResource", {})
23
- .n("ResiliencehubClient", "TagResourceCommand")
24
- .f(models_0_1.TagResourceRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_TagResourceCommand)
26
- .de(Aws_restJson1_1.de_TagResourceCommand)
27
- .build() {
28
- }
29
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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("AwsResilienceHub", "UntagResource", {})
23
- .n("ResiliencehubClient", "UntagResourceCommand")
24
- .f(models_0_1.UntagResourceRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
26
- .de(Aws_restJson1_1.de_UntagResourceCommand)
27
- .build() {
28
- }
29
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppCommand = 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 UpdateAppCommand 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("AwsResilienceHub", "UpdateApp", {})
23
- .n("ResiliencehubClient", "UpdateAppCommand")
24
- .f(void 0, models_0_1.UpdateAppResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateAppCommand)
26
- .de(Aws_restJson1_1.de_UpdateAppCommand)
27
- .build() {
28
- }
29
- exports.UpdateAppCommand = UpdateAppCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppVersionAppComponentCommand = 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 UpdateAppVersionAppComponentCommand 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("AwsResilienceHub", "UpdateAppVersionAppComponent", {})
22
- .n("ResiliencehubClient", "UpdateAppVersionAppComponentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateAppVersionAppComponentCommand)
25
- .de(Aws_restJson1_1.de_UpdateAppVersionAppComponentCommand)
26
- .build() {
27
- }
28
- exports.UpdateAppVersionAppComponentCommand = UpdateAppVersionAppComponentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppVersionCommand = 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 UpdateAppVersionCommand 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("AwsResilienceHub", "UpdateAppVersion", {})
22
- .n("ResiliencehubClient", "UpdateAppVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateAppVersionCommand)
25
- .de(Aws_restJson1_1.de_UpdateAppVersionCommand)
26
- .build() {
27
- }
28
- exports.UpdateAppVersionCommand = UpdateAppVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAppVersionResourceCommand = 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 UpdateAppVersionResourceCommand 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("AwsResilienceHub", "UpdateAppVersionResource", {})
22
- .n("ResiliencehubClient", "UpdateAppVersionResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateAppVersionResourceCommand)
25
- .de(Aws_restJson1_1.de_UpdateAppVersionResourceCommand)
26
- .build() {
27
- }
28
- exports.UpdateAppVersionResourceCommand = UpdateAppVersionResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateResiliencyPolicyCommand = 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 UpdateResiliencyPolicyCommand 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("AwsResilienceHub", "UpdateResiliencyPolicy", {})
23
- .n("ResiliencehubClient", "UpdateResiliencyPolicyCommand")
24
- .f(void 0, models_0_1.UpdateResiliencyPolicyResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateResiliencyPolicyCommand)
26
- .de(Aws_restJson1_1.de_UpdateResiliencyPolicyCommand)
27
- .build() {
28
- }
29
- exports.UpdateResiliencyPolicyCommand = UpdateResiliencyPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,57 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AddDraftAppVersionResourceMappingsCommand"), exports);
5
- tslib_1.__exportStar(require("./BatchUpdateRecommendationStatusCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateAppCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateAppVersionAppComponentCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateAppVersionResourceCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateRecommendationTemplateCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateResiliencyPolicyCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteAppAssessmentCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteAppCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteAppInputSourceCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteAppVersionAppComponentCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteAppVersionResourceCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteRecommendationTemplateCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteResiliencyPolicyCommand"), exports);
18
- tslib_1.__exportStar(require("./DescribeAppAssessmentCommand"), exports);
19
- tslib_1.__exportStar(require("./DescribeAppCommand"), exports);
20
- tslib_1.__exportStar(require("./DescribeAppVersionAppComponentCommand"), exports);
21
- tslib_1.__exportStar(require("./DescribeAppVersionCommand"), exports);
22
- tslib_1.__exportStar(require("./DescribeAppVersionResourceCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeAppVersionResourcesResolutionStatusCommand"), exports);
24
- tslib_1.__exportStar(require("./DescribeAppVersionTemplateCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeDraftAppVersionResourcesImportStatusCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeResiliencyPolicyCommand"), exports);
27
- tslib_1.__exportStar(require("./ImportResourcesToDraftAppVersionCommand"), exports);
28
- tslib_1.__exportStar(require("./ListAlarmRecommendationsCommand"), exports);
29
- tslib_1.__exportStar(require("./ListAppAssessmentComplianceDriftsCommand"), exports);
30
- tslib_1.__exportStar(require("./ListAppAssessmentsCommand"), exports);
31
- tslib_1.__exportStar(require("./ListAppComponentCompliancesCommand"), exports);
32
- tslib_1.__exportStar(require("./ListAppComponentRecommendationsCommand"), exports);
33
- tslib_1.__exportStar(require("./ListAppInputSourcesCommand"), exports);
34
- tslib_1.__exportStar(require("./ListAppVersionAppComponentsCommand"), exports);
35
- tslib_1.__exportStar(require("./ListAppVersionResourceMappingsCommand"), exports);
36
- tslib_1.__exportStar(require("./ListAppVersionResourcesCommand"), exports);
37
- tslib_1.__exportStar(require("./ListAppVersionsCommand"), exports);
38
- tslib_1.__exportStar(require("./ListAppsCommand"), exports);
39
- tslib_1.__exportStar(require("./ListRecommendationTemplatesCommand"), exports);
40
- tslib_1.__exportStar(require("./ListResiliencyPoliciesCommand"), exports);
41
- tslib_1.__exportStar(require("./ListSopRecommendationsCommand"), exports);
42
- tslib_1.__exportStar(require("./ListSuggestedResiliencyPoliciesCommand"), exports);
43
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
44
- tslib_1.__exportStar(require("./ListTestRecommendationsCommand"), exports);
45
- tslib_1.__exportStar(require("./ListUnsupportedAppVersionResourcesCommand"), exports);
46
- tslib_1.__exportStar(require("./PublishAppVersionCommand"), exports);
47
- tslib_1.__exportStar(require("./PutDraftAppVersionTemplateCommand"), exports);
48
- tslib_1.__exportStar(require("./RemoveDraftAppVersionResourceMappingsCommand"), exports);
49
- tslib_1.__exportStar(require("./ResolveAppVersionResourcesCommand"), exports);
50
- tslib_1.__exportStar(require("./StartAppAssessmentCommand"), exports);
51
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
52
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
53
- tslib_1.__exportStar(require("./UpdateAppCommand"), exports);
54
- tslib_1.__exportStar(require("./UpdateAppVersionAppComponentCommand"), exports);
55
- tslib_1.__exportStar(require("./UpdateAppVersionCommand"), exports);
56
- tslib_1.__exportStar(require("./UpdateAppVersionResourceCommand"), exports);
57
- tslib_1.__exportStar(require("./UpdateResiliencyPolicyCommand"), 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: "resiliencehub",
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");