@aws-sdk/client-resiliencehub 3.1077.0 → 3.1078.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 (197) hide show
  1. package/dist-cjs/index.js +195 -757
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptResourceGroupingRecommendationsCommand.js +2 -14
  4. package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +2 -14
  5. package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +2 -14
  6. package/dist-es/commands/CreateAppCommand.js +2 -14
  7. package/dist-es/commands/CreateAppVersionAppComponentCommand.js +2 -14
  8. package/dist-es/commands/CreateAppVersionResourceCommand.js +2 -14
  9. package/dist-es/commands/CreateRecommendationTemplateCommand.js +2 -14
  10. package/dist-es/commands/CreateResiliencyPolicyCommand.js +2 -14
  11. package/dist-es/commands/DeleteAppAssessmentCommand.js +2 -14
  12. package/dist-es/commands/DeleteAppCommand.js +2 -14
  13. package/dist-es/commands/DeleteAppInputSourceCommand.js +2 -14
  14. package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +2 -14
  15. package/dist-es/commands/DeleteAppVersionResourceCommand.js +2 -14
  16. package/dist-es/commands/DeleteRecommendationTemplateCommand.js +2 -14
  17. package/dist-es/commands/DeleteResiliencyPolicyCommand.js +2 -14
  18. package/dist-es/commands/DescribeAppAssessmentCommand.js +2 -14
  19. package/dist-es/commands/DescribeAppCommand.js +2 -14
  20. package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +2 -14
  21. package/dist-es/commands/DescribeAppVersionCommand.js +2 -14
  22. package/dist-es/commands/DescribeAppVersionResourceCommand.js +2 -14
  23. package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +2 -14
  24. package/dist-es/commands/DescribeAppVersionTemplateCommand.js +2 -14
  25. package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +2 -14
  26. package/dist-es/commands/DescribeMetricsExportCommand.js +2 -14
  27. package/dist-es/commands/DescribeResiliencyPolicyCommand.js +2 -14
  28. package/dist-es/commands/DescribeResourceGroupingRecommendationTaskCommand.js +2 -14
  29. package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +2 -14
  30. package/dist-es/commands/ListAlarmRecommendationsCommand.js +2 -14
  31. package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +2 -14
  32. package/dist-es/commands/ListAppAssessmentResourceDriftsCommand.js +2 -14
  33. package/dist-es/commands/ListAppAssessmentsCommand.js +2 -14
  34. package/dist-es/commands/ListAppComponentCompliancesCommand.js +2 -14
  35. package/dist-es/commands/ListAppComponentRecommendationsCommand.js +2 -14
  36. package/dist-es/commands/ListAppInputSourcesCommand.js +2 -14
  37. package/dist-es/commands/ListAppVersionAppComponentsCommand.js +2 -14
  38. package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +2 -14
  39. package/dist-es/commands/ListAppVersionResourcesCommand.js +2 -14
  40. package/dist-es/commands/ListAppVersionsCommand.js +2 -14
  41. package/dist-es/commands/ListAppsCommand.js +2 -14
  42. package/dist-es/commands/ListMetricsCommand.js +2 -14
  43. package/dist-es/commands/ListRecommendationTemplatesCommand.js +2 -14
  44. package/dist-es/commands/ListResiliencyPoliciesCommand.js +2 -14
  45. package/dist-es/commands/ListResourceGroupingRecommendationsCommand.js +2 -14
  46. package/dist-es/commands/ListSopRecommendationsCommand.js +2 -14
  47. package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +2 -14
  48. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  49. package/dist-es/commands/ListTestRecommendationsCommand.js +2 -14
  50. package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +2 -14
  51. package/dist-es/commands/PublishAppVersionCommand.js +2 -14
  52. package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +2 -14
  53. package/dist-es/commands/RejectResourceGroupingRecommendationsCommand.js +2 -14
  54. package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +2 -14
  55. package/dist-es/commands/ResolveAppVersionResourcesCommand.js +2 -14
  56. package/dist-es/commands/StartAppAssessmentCommand.js +2 -14
  57. package/dist-es/commands/StartMetricsExportCommand.js +2 -14
  58. package/dist-es/commands/StartResourceGroupingRecommendationTaskCommand.js +2 -14
  59. package/dist-es/commands/TagResourceCommand.js +2 -14
  60. package/dist-es/commands/UntagResourceCommand.js +2 -14
  61. package/dist-es/commands/UpdateAppCommand.js +2 -14
  62. package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +2 -14
  63. package/dist-es/commands/UpdateAppVersionCommand.js +2 -14
  64. package/dist-es/commands/UpdateAppVersionResourceCommand.js +2 -14
  65. package/dist-es/commands/UpdateResiliencyPolicyCommand.js +2 -14
  66. package/dist-es/index.js +1 -0
  67. package/dist-types/commandBuilder.d.ts +18 -0
  68. package/dist-types/commands/AcceptResourceGroupingRecommendationsCommand.d.ts +3 -8
  69. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +3 -8
  70. package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateAppCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteAppCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeAppCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeAppVersionCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +3 -8
  90. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +3 -8
  91. package/dist-types/commands/DescribeMetricsExportCommand.d.ts +3 -8
  92. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +3 -8
  93. package/dist-types/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +3 -8
  94. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +3 -8
  95. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +3 -8
  96. package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +3 -8
  97. package/dist-types/commands/ListAppAssessmentResourceDriftsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListAppAssessmentsCommand.d.ts +3 -8
  99. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +3 -8
  100. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListAppInputSourcesCommand.d.ts +3 -8
  102. package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +3 -8
  105. package/dist-types/commands/ListAppVersionsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListAppsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListMetricsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +3 -8
  109. package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +3 -8
  110. package/dist-types/commands/ListResourceGroupingRecommendationsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +3 -8
  112. package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +3 -8
  113. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  114. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +3 -8
  115. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +3 -8
  116. package/dist-types/commands/PublishAppVersionCommand.d.ts +3 -8
  117. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +3 -8
  118. package/dist-types/commands/RejectResourceGroupingRecommendationsCommand.d.ts +3 -8
  119. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +3 -8
  120. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +3 -8
  121. package/dist-types/commands/StartAppAssessmentCommand.d.ts +3 -8
  122. package/dist-types/commands/StartMetricsExportCommand.d.ts +3 -8
  123. package/dist-types/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +3 -8
  124. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  125. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateAppCommand.d.ts +3 -8
  127. package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +3 -8
  128. package/dist-types/commands/UpdateAppVersionCommand.d.ts +3 -8
  129. package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +3 -8
  130. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +3 -8
  131. package/dist-types/index.d.ts +1 -0
  132. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  133. package/dist-types/ts3.4/commands/AcceptResourceGroupingRecommendationsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/BatchUpdateRecommendationStatusCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/DescribeMetricsExportCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListAppAssessmentResourceDriftsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListResourceGroupingRecommendationsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/RejectResourceGroupingRecommendationsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/StartMetricsExportCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/index.d.ts +1 -0
  197. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2183,760 +2184,197 @@ class ResiliencehubClient extends Client {
2183
2184
  }
2184
2185
  }
2185
2186
 
2186
- class AcceptResourceGroupingRecommendationsCommand extends Command
2187
- .classBuilder()
2188
- .ep(commonParams)
2189
- .m(function (Command, cs, config, o) {
2190
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2191
- })
2192
- .s("AwsResilienceHub", "AcceptResourceGroupingRecommendations", {})
2193
- .n("ResiliencehubClient", "AcceptResourceGroupingRecommendationsCommand")
2194
- .sc(AcceptResourceGroupingRecommendations$)
2195
- .build() {
2196
- }
2197
-
2198
- class AddDraftAppVersionResourceMappingsCommand extends Command
2199
- .classBuilder()
2200
- .ep(commonParams)
2201
- .m(function (Command, cs, config, o) {
2202
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2203
- })
2204
- .s("AwsResilienceHub", "AddDraftAppVersionResourceMappings", {})
2205
- .n("ResiliencehubClient", "AddDraftAppVersionResourceMappingsCommand")
2206
- .sc(AddDraftAppVersionResourceMappings$)
2207
- .build() {
2208
- }
2209
-
2210
- class BatchUpdateRecommendationStatusCommand extends Command
2211
- .classBuilder()
2212
- .ep(commonParams)
2213
- .m(function (Command, cs, config, o) {
2214
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2215
- })
2216
- .s("AwsResilienceHub", "BatchUpdateRecommendationStatus", {})
2217
- .n("ResiliencehubClient", "BatchUpdateRecommendationStatusCommand")
2218
- .sc(BatchUpdateRecommendationStatus$)
2219
- .build() {
2220
- }
2221
-
2222
- class CreateAppCommand extends Command
2223
- .classBuilder()
2224
- .ep(commonParams)
2225
- .m(function (Command, cs, config, o) {
2226
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2227
- })
2228
- .s("AwsResilienceHub", "CreateApp", {})
2229
- .n("ResiliencehubClient", "CreateAppCommand")
2230
- .sc(CreateApp$)
2231
- .build() {
2232
- }
2233
-
2234
- class CreateAppVersionAppComponentCommand extends Command
2235
- .classBuilder()
2236
- .ep(commonParams)
2237
- .m(function (Command, cs, config, o) {
2238
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2239
- })
2240
- .s("AwsResilienceHub", "CreateAppVersionAppComponent", {})
2241
- .n("ResiliencehubClient", "CreateAppVersionAppComponentCommand")
2242
- .sc(CreateAppVersionAppComponent$)
2243
- .build() {
2244
- }
2245
-
2246
- class CreateAppVersionResourceCommand extends Command
2247
- .classBuilder()
2248
- .ep(commonParams)
2249
- .m(function (Command, cs, config, o) {
2250
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2251
- })
2252
- .s("AwsResilienceHub", "CreateAppVersionResource", {})
2253
- .n("ResiliencehubClient", "CreateAppVersionResourceCommand")
2254
- .sc(CreateAppVersionResource$)
2255
- .build() {
2256
- }
2257
-
2258
- class CreateRecommendationTemplateCommand extends Command
2259
- .classBuilder()
2260
- .ep(commonParams)
2261
- .m(function (Command, cs, config, o) {
2262
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2263
- })
2264
- .s("AwsResilienceHub", "CreateRecommendationTemplate", {})
2265
- .n("ResiliencehubClient", "CreateRecommendationTemplateCommand")
2266
- .sc(CreateRecommendationTemplate$)
2267
- .build() {
2268
- }
2269
-
2270
- class CreateResiliencyPolicyCommand extends Command
2271
- .classBuilder()
2272
- .ep(commonParams)
2273
- .m(function (Command, cs, config, o) {
2274
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2275
- })
2276
- .s("AwsResilienceHub", "CreateResiliencyPolicy", {})
2277
- .n("ResiliencehubClient", "CreateResiliencyPolicyCommand")
2278
- .sc(CreateResiliencyPolicy$)
2279
- .build() {
2280
- }
2281
-
2282
- class DeleteAppAssessmentCommand extends Command
2283
- .classBuilder()
2284
- .ep(commonParams)
2285
- .m(function (Command, cs, config, o) {
2286
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2287
- })
2288
- .s("AwsResilienceHub", "DeleteAppAssessment", {})
2289
- .n("ResiliencehubClient", "DeleteAppAssessmentCommand")
2290
- .sc(DeleteAppAssessment$)
2291
- .build() {
2292
- }
2293
-
2294
- class DeleteAppCommand extends Command
2295
- .classBuilder()
2296
- .ep(commonParams)
2297
- .m(function (Command, cs, config, o) {
2298
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2299
- })
2300
- .s("AwsResilienceHub", "DeleteApp", {})
2301
- .n("ResiliencehubClient", "DeleteAppCommand")
2302
- .sc(DeleteApp$)
2303
- .build() {
2304
- }
2305
-
2306
- class DeleteAppInputSourceCommand extends Command
2307
- .classBuilder()
2308
- .ep(commonParams)
2309
- .m(function (Command, cs, config, o) {
2310
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2311
- })
2312
- .s("AwsResilienceHub", "DeleteAppInputSource", {})
2313
- .n("ResiliencehubClient", "DeleteAppInputSourceCommand")
2314
- .sc(DeleteAppInputSource$)
2315
- .build() {
2316
- }
2317
-
2318
- class DeleteAppVersionAppComponentCommand extends Command
2319
- .classBuilder()
2320
- .ep(commonParams)
2321
- .m(function (Command, cs, config, o) {
2322
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2323
- })
2324
- .s("AwsResilienceHub", "DeleteAppVersionAppComponent", {})
2325
- .n("ResiliencehubClient", "DeleteAppVersionAppComponentCommand")
2326
- .sc(DeleteAppVersionAppComponent$)
2327
- .build() {
2328
- }
2329
-
2330
- class DeleteAppVersionResourceCommand extends Command
2331
- .classBuilder()
2332
- .ep(commonParams)
2333
- .m(function (Command, cs, config, o) {
2334
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2335
- })
2336
- .s("AwsResilienceHub", "DeleteAppVersionResource", {})
2337
- .n("ResiliencehubClient", "DeleteAppVersionResourceCommand")
2338
- .sc(DeleteAppVersionResource$)
2339
- .build() {
2340
- }
2341
-
2342
- class DeleteRecommendationTemplateCommand extends Command
2343
- .classBuilder()
2344
- .ep(commonParams)
2345
- .m(function (Command, cs, config, o) {
2346
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2347
- })
2348
- .s("AwsResilienceHub", "DeleteRecommendationTemplate", {})
2349
- .n("ResiliencehubClient", "DeleteRecommendationTemplateCommand")
2350
- .sc(DeleteRecommendationTemplate$)
2351
- .build() {
2352
- }
2353
-
2354
- class DeleteResiliencyPolicyCommand extends Command
2355
- .classBuilder()
2356
- .ep(commonParams)
2357
- .m(function (Command, cs, config, o) {
2358
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2359
- })
2360
- .s("AwsResilienceHub", "DeleteResiliencyPolicy", {})
2361
- .n("ResiliencehubClient", "DeleteResiliencyPolicyCommand")
2362
- .sc(DeleteResiliencyPolicy$)
2363
- .build() {
2364
- }
2365
-
2366
- class DescribeAppAssessmentCommand extends Command
2367
- .classBuilder()
2368
- .ep(commonParams)
2369
- .m(function (Command, cs, config, o) {
2370
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2371
- })
2372
- .s("AwsResilienceHub", "DescribeAppAssessment", {})
2373
- .n("ResiliencehubClient", "DescribeAppAssessmentCommand")
2374
- .sc(DescribeAppAssessment$)
2375
- .build() {
2376
- }
2377
-
2378
- class DescribeAppCommand extends Command
2379
- .classBuilder()
2380
- .ep(commonParams)
2381
- .m(function (Command, cs, config, o) {
2382
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2383
- })
2384
- .s("AwsResilienceHub", "DescribeApp", {})
2385
- .n("ResiliencehubClient", "DescribeAppCommand")
2386
- .sc(DescribeApp$)
2387
- .build() {
2388
- }
2389
-
2390
- class DescribeAppVersionAppComponentCommand extends Command
2391
- .classBuilder()
2392
- .ep(commonParams)
2393
- .m(function (Command, cs, config, o) {
2394
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2395
- })
2396
- .s("AwsResilienceHub", "DescribeAppVersionAppComponent", {})
2397
- .n("ResiliencehubClient", "DescribeAppVersionAppComponentCommand")
2398
- .sc(DescribeAppVersionAppComponent$)
2399
- .build() {
2400
- }
2401
-
2402
- class DescribeAppVersionCommand extends Command
2403
- .classBuilder()
2404
- .ep(commonParams)
2405
- .m(function (Command, cs, config, o) {
2406
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2407
- })
2408
- .s("AwsResilienceHub", "DescribeAppVersion", {})
2409
- .n("ResiliencehubClient", "DescribeAppVersionCommand")
2410
- .sc(DescribeAppVersion$)
2411
- .build() {
2412
- }
2413
-
2414
- class DescribeAppVersionResourceCommand extends Command
2415
- .classBuilder()
2416
- .ep(commonParams)
2417
- .m(function (Command, cs, config, o) {
2418
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2419
- })
2420
- .s("AwsResilienceHub", "DescribeAppVersionResource", {})
2421
- .n("ResiliencehubClient", "DescribeAppVersionResourceCommand")
2422
- .sc(DescribeAppVersionResource$)
2423
- .build() {
2424
- }
2425
-
2426
- class DescribeAppVersionResourcesResolutionStatusCommand extends Command
2427
- .classBuilder()
2428
- .ep(commonParams)
2429
- .m(function (Command, cs, config, o) {
2430
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2431
- })
2432
- .s("AwsResilienceHub", "DescribeAppVersionResourcesResolutionStatus", {})
2433
- .n("ResiliencehubClient", "DescribeAppVersionResourcesResolutionStatusCommand")
2434
- .sc(DescribeAppVersionResourcesResolutionStatus$)
2435
- .build() {
2436
- }
2437
-
2438
- class DescribeAppVersionTemplateCommand extends Command
2439
- .classBuilder()
2440
- .ep(commonParams)
2441
- .m(function (Command, cs, config, o) {
2442
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2443
- })
2444
- .s("AwsResilienceHub", "DescribeAppVersionTemplate", {})
2445
- .n("ResiliencehubClient", "DescribeAppVersionTemplateCommand")
2446
- .sc(DescribeAppVersionTemplate$)
2447
- .build() {
2448
- }
2449
-
2450
- class DescribeDraftAppVersionResourcesImportStatusCommand extends Command
2451
- .classBuilder()
2452
- .ep(commonParams)
2453
- .m(function (Command, cs, config, o) {
2454
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2455
- })
2456
- .s("AwsResilienceHub", "DescribeDraftAppVersionResourcesImportStatus", {})
2457
- .n("ResiliencehubClient", "DescribeDraftAppVersionResourcesImportStatusCommand")
2458
- .sc(DescribeDraftAppVersionResourcesImportStatus$)
2459
- .build() {
2460
- }
2461
-
2462
- class DescribeMetricsExportCommand extends Command
2463
- .classBuilder()
2464
- .ep(commonParams)
2465
- .m(function (Command, cs, config, o) {
2466
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2467
- })
2468
- .s("AwsResilienceHub", "DescribeMetricsExport", {})
2469
- .n("ResiliencehubClient", "DescribeMetricsExportCommand")
2470
- .sc(DescribeMetricsExport$)
2471
- .build() {
2472
- }
2473
-
2474
- class DescribeResiliencyPolicyCommand extends Command
2475
- .classBuilder()
2476
- .ep(commonParams)
2477
- .m(function (Command, cs, config, o) {
2478
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2479
- })
2480
- .s("AwsResilienceHub", "DescribeResiliencyPolicy", {})
2481
- .n("ResiliencehubClient", "DescribeResiliencyPolicyCommand")
2482
- .sc(DescribeResiliencyPolicy$)
2483
- .build() {
2484
- }
2485
-
2486
- class DescribeResourceGroupingRecommendationTaskCommand extends Command
2487
- .classBuilder()
2488
- .ep(commonParams)
2489
- .m(function (Command, cs, config, o) {
2490
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2491
- })
2492
- .s("AwsResilienceHub", "DescribeResourceGroupingRecommendationTask", {})
2493
- .n("ResiliencehubClient", "DescribeResourceGroupingRecommendationTaskCommand")
2494
- .sc(DescribeResourceGroupingRecommendationTask$)
2495
- .build() {
2496
- }
2497
-
2498
- class ImportResourcesToDraftAppVersionCommand extends Command
2499
- .classBuilder()
2500
- .ep(commonParams)
2501
- .m(function (Command, cs, config, o) {
2502
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2503
- })
2504
- .s("AwsResilienceHub", "ImportResourcesToDraftAppVersion", {})
2505
- .n("ResiliencehubClient", "ImportResourcesToDraftAppVersionCommand")
2506
- .sc(ImportResourcesToDraftAppVersion$)
2507
- .build() {
2508
- }
2509
-
2510
- class ListAlarmRecommendationsCommand extends Command
2511
- .classBuilder()
2512
- .ep(commonParams)
2513
- .m(function (Command, cs, config, o) {
2514
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2515
- })
2516
- .s("AwsResilienceHub", "ListAlarmRecommendations", {})
2517
- .n("ResiliencehubClient", "ListAlarmRecommendationsCommand")
2518
- .sc(ListAlarmRecommendations$)
2519
- .build() {
2520
- }
2521
-
2522
- class ListAppAssessmentComplianceDriftsCommand extends Command
2523
- .classBuilder()
2524
- .ep(commonParams)
2525
- .m(function (Command, cs, config, o) {
2526
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2527
- })
2528
- .s("AwsResilienceHub", "ListAppAssessmentComplianceDrifts", {})
2529
- .n("ResiliencehubClient", "ListAppAssessmentComplianceDriftsCommand")
2530
- .sc(ListAppAssessmentComplianceDrifts$)
2531
- .build() {
2532
- }
2533
-
2534
- class ListAppAssessmentResourceDriftsCommand extends Command
2535
- .classBuilder()
2536
- .ep(commonParams)
2537
- .m(function (Command, cs, config, o) {
2538
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2539
- })
2540
- .s("AwsResilienceHub", "ListAppAssessmentResourceDrifts", {})
2541
- .n("ResiliencehubClient", "ListAppAssessmentResourceDriftsCommand")
2542
- .sc(ListAppAssessmentResourceDrifts$)
2543
- .build() {
2544
- }
2545
-
2546
- class ListAppAssessmentsCommand extends Command
2547
- .classBuilder()
2548
- .ep(commonParams)
2549
- .m(function (Command, cs, config, o) {
2550
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2551
- })
2552
- .s("AwsResilienceHub", "ListAppAssessments", {})
2553
- .n("ResiliencehubClient", "ListAppAssessmentsCommand")
2554
- .sc(ListAppAssessments$)
2555
- .build() {
2556
- }
2557
-
2558
- class ListAppComponentCompliancesCommand extends Command
2559
- .classBuilder()
2560
- .ep(commonParams)
2561
- .m(function (Command, cs, config, o) {
2562
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2563
- })
2564
- .s("AwsResilienceHub", "ListAppComponentCompliances", {})
2565
- .n("ResiliencehubClient", "ListAppComponentCompliancesCommand")
2566
- .sc(ListAppComponentCompliances$)
2567
- .build() {
2568
- }
2569
-
2570
- class ListAppComponentRecommendationsCommand extends Command
2571
- .classBuilder()
2572
- .ep(commonParams)
2573
- .m(function (Command, cs, config, o) {
2574
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2575
- })
2576
- .s("AwsResilienceHub", "ListAppComponentRecommendations", {})
2577
- .n("ResiliencehubClient", "ListAppComponentRecommendationsCommand")
2578
- .sc(ListAppComponentRecommendations$)
2579
- .build() {
2580
- }
2581
-
2582
- class ListAppInputSourcesCommand extends Command
2583
- .classBuilder()
2584
- .ep(commonParams)
2585
- .m(function (Command, cs, config, o) {
2586
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2587
- })
2588
- .s("AwsResilienceHub", "ListAppInputSources", {})
2589
- .n("ResiliencehubClient", "ListAppInputSourcesCommand")
2590
- .sc(ListAppInputSources$)
2591
- .build() {
2592
- }
2593
-
2594
- class ListAppsCommand extends Command
2595
- .classBuilder()
2596
- .ep(commonParams)
2597
- .m(function (Command, cs, config, o) {
2598
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2599
- })
2600
- .s("AwsResilienceHub", "ListApps", {})
2601
- .n("ResiliencehubClient", "ListAppsCommand")
2602
- .sc(ListApps$)
2603
- .build() {
2604
- }
2605
-
2606
- class ListAppVersionAppComponentsCommand extends Command
2607
- .classBuilder()
2608
- .ep(commonParams)
2609
- .m(function (Command, cs, config, o) {
2610
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2611
- })
2612
- .s("AwsResilienceHub", "ListAppVersionAppComponents", {})
2613
- .n("ResiliencehubClient", "ListAppVersionAppComponentsCommand")
2614
- .sc(ListAppVersionAppComponents$)
2615
- .build() {
2616
- }
2617
-
2618
- class ListAppVersionResourceMappingsCommand extends Command
2619
- .classBuilder()
2620
- .ep(commonParams)
2621
- .m(function (Command, cs, config, o) {
2622
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2623
- })
2624
- .s("AwsResilienceHub", "ListAppVersionResourceMappings", {})
2625
- .n("ResiliencehubClient", "ListAppVersionResourceMappingsCommand")
2626
- .sc(ListAppVersionResourceMappings$)
2627
- .build() {
2628
- }
2629
-
2630
- class ListAppVersionResourcesCommand extends Command
2631
- .classBuilder()
2632
- .ep(commonParams)
2633
- .m(function (Command, cs, config, o) {
2634
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2635
- })
2636
- .s("AwsResilienceHub", "ListAppVersionResources", {})
2637
- .n("ResiliencehubClient", "ListAppVersionResourcesCommand")
2638
- .sc(ListAppVersionResources$)
2639
- .build() {
2640
- }
2641
-
2642
- class ListAppVersionsCommand extends Command
2643
- .classBuilder()
2644
- .ep(commonParams)
2645
- .m(function (Command, cs, config, o) {
2646
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2647
- })
2648
- .s("AwsResilienceHub", "ListAppVersions", {})
2649
- .n("ResiliencehubClient", "ListAppVersionsCommand")
2650
- .sc(ListAppVersions$)
2651
- .build() {
2652
- }
2653
-
2654
- class ListMetricsCommand extends Command
2655
- .classBuilder()
2656
- .ep(commonParams)
2657
- .m(function (Command, cs, config, o) {
2658
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2659
- })
2660
- .s("AwsResilienceHub", "ListMetrics", {})
2661
- .n("ResiliencehubClient", "ListMetricsCommand")
2662
- .sc(ListMetrics$)
2663
- .build() {
2664
- }
2665
-
2666
- class ListRecommendationTemplatesCommand extends Command
2667
- .classBuilder()
2668
- .ep(commonParams)
2669
- .m(function (Command, cs, config, o) {
2670
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2671
- })
2672
- .s("AwsResilienceHub", "ListRecommendationTemplates", {})
2673
- .n("ResiliencehubClient", "ListRecommendationTemplatesCommand")
2674
- .sc(ListRecommendationTemplates$)
2675
- .build() {
2676
- }
2677
-
2678
- class ListResiliencyPoliciesCommand extends Command
2679
- .classBuilder()
2680
- .ep(commonParams)
2681
- .m(function (Command, cs, config, o) {
2682
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2683
- })
2684
- .s("AwsResilienceHub", "ListResiliencyPolicies", {})
2685
- .n("ResiliencehubClient", "ListResiliencyPoliciesCommand")
2686
- .sc(ListResiliencyPolicies$)
2687
- .build() {
2688
- }
2689
-
2690
- class ListResourceGroupingRecommendationsCommand extends Command
2691
- .classBuilder()
2692
- .ep(commonParams)
2693
- .m(function (Command, cs, config, o) {
2694
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2695
- })
2696
- .s("AwsResilienceHub", "ListResourceGroupingRecommendations", {})
2697
- .n("ResiliencehubClient", "ListResourceGroupingRecommendationsCommand")
2698
- .sc(ListResourceGroupingRecommendations$)
2699
- .build() {
2700
- }
2701
-
2702
- class ListSopRecommendationsCommand extends Command
2703
- .classBuilder()
2704
- .ep(commonParams)
2705
- .m(function (Command, cs, config, o) {
2706
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2707
- })
2708
- .s("AwsResilienceHub", "ListSopRecommendations", {})
2709
- .n("ResiliencehubClient", "ListSopRecommendationsCommand")
2710
- .sc(ListSopRecommendations$)
2711
- .build() {
2712
- }
2713
-
2714
- class ListSuggestedResiliencyPoliciesCommand extends Command
2715
- .classBuilder()
2716
- .ep(commonParams)
2717
- .m(function (Command, cs, config, o) {
2718
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2719
- })
2720
- .s("AwsResilienceHub", "ListSuggestedResiliencyPolicies", {})
2721
- .n("ResiliencehubClient", "ListSuggestedResiliencyPoliciesCommand")
2722
- .sc(ListSuggestedResiliencyPolicies$)
2723
- .build() {
2724
- }
2725
-
2726
- class ListTagsForResourceCommand extends Command
2727
- .classBuilder()
2728
- .ep(commonParams)
2729
- .m(function (Command, cs, config, o) {
2730
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2731
- })
2732
- .s("AwsResilienceHub", "ListTagsForResource", {})
2733
- .n("ResiliencehubClient", "ListTagsForResourceCommand")
2734
- .sc(ListTagsForResource$)
2735
- .build() {
2736
- }
2737
-
2738
- class ListTestRecommendationsCommand extends Command
2739
- .classBuilder()
2740
- .ep(commonParams)
2741
- .m(function (Command, cs, config, o) {
2742
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2743
- })
2744
- .s("AwsResilienceHub", "ListTestRecommendations", {})
2745
- .n("ResiliencehubClient", "ListTestRecommendationsCommand")
2746
- .sc(ListTestRecommendations$)
2747
- .build() {
2748
- }
2749
-
2750
- class ListUnsupportedAppVersionResourcesCommand extends Command
2751
- .classBuilder()
2752
- .ep(commonParams)
2753
- .m(function (Command, cs, config, o) {
2754
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2755
- })
2756
- .s("AwsResilienceHub", "ListUnsupportedAppVersionResources", {})
2757
- .n("ResiliencehubClient", "ListUnsupportedAppVersionResourcesCommand")
2758
- .sc(ListUnsupportedAppVersionResources$)
2759
- .build() {
2760
- }
2761
-
2762
- class PublishAppVersionCommand extends Command
2763
- .classBuilder()
2764
- .ep(commonParams)
2765
- .m(function (Command, cs, config, o) {
2766
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2767
- })
2768
- .s("AwsResilienceHub", "PublishAppVersion", {})
2769
- .n("ResiliencehubClient", "PublishAppVersionCommand")
2770
- .sc(PublishAppVersion$)
2771
- .build() {
2772
- }
2773
-
2774
- class PutDraftAppVersionTemplateCommand extends Command
2775
- .classBuilder()
2776
- .ep(commonParams)
2777
- .m(function (Command, cs, config, o) {
2778
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2779
- })
2780
- .s("AwsResilienceHub", "PutDraftAppVersionTemplate", {})
2781
- .n("ResiliencehubClient", "PutDraftAppVersionTemplateCommand")
2782
- .sc(PutDraftAppVersionTemplate$)
2783
- .build() {
2784
- }
2785
-
2786
- class RejectResourceGroupingRecommendationsCommand extends Command
2787
- .classBuilder()
2788
- .ep(commonParams)
2789
- .m(function (Command, cs, config, o) {
2790
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2791
- })
2792
- .s("AwsResilienceHub", "RejectResourceGroupingRecommendations", {})
2793
- .n("ResiliencehubClient", "RejectResourceGroupingRecommendationsCommand")
2794
- .sc(RejectResourceGroupingRecommendations$)
2795
- .build() {
2796
- }
2797
-
2798
- class RemoveDraftAppVersionResourceMappingsCommand extends Command
2799
- .classBuilder()
2800
- .ep(commonParams)
2801
- .m(function (Command, cs, config, o) {
2802
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2803
- })
2804
- .s("AwsResilienceHub", "RemoveDraftAppVersionResourceMappings", {})
2805
- .n("ResiliencehubClient", "RemoveDraftAppVersionResourceMappingsCommand")
2806
- .sc(RemoveDraftAppVersionResourceMappings$)
2807
- .build() {
2808
- }
2809
-
2810
- class ResolveAppVersionResourcesCommand extends Command
2811
- .classBuilder()
2812
- .ep(commonParams)
2813
- .m(function (Command, cs, config, o) {
2814
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2815
- })
2816
- .s("AwsResilienceHub", "ResolveAppVersionResources", {})
2817
- .n("ResiliencehubClient", "ResolveAppVersionResourcesCommand")
2818
- .sc(ResolveAppVersionResources$)
2819
- .build() {
2820
- }
2821
-
2822
- class StartAppAssessmentCommand extends Command
2823
- .classBuilder()
2824
- .ep(commonParams)
2825
- .m(function (Command, cs, config, o) {
2826
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2827
- })
2828
- .s("AwsResilienceHub", "StartAppAssessment", {})
2829
- .n("ResiliencehubClient", "StartAppAssessmentCommand")
2830
- .sc(StartAppAssessment$)
2831
- .build() {
2832
- }
2833
-
2834
- class StartMetricsExportCommand extends Command
2835
- .classBuilder()
2836
- .ep(commonParams)
2837
- .m(function (Command, cs, config, o) {
2838
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2839
- })
2840
- .s("AwsResilienceHub", "StartMetricsExport", {})
2841
- .n("ResiliencehubClient", "StartMetricsExportCommand")
2842
- .sc(StartMetricsExport$)
2843
- .build() {
2844
- }
2845
-
2846
- class StartResourceGroupingRecommendationTaskCommand extends Command
2847
- .classBuilder()
2848
- .ep(commonParams)
2849
- .m(function (Command, cs, config, o) {
2850
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2851
- })
2852
- .s("AwsResilienceHub", "StartResourceGroupingRecommendationTask", {})
2853
- .n("ResiliencehubClient", "StartResourceGroupingRecommendationTaskCommand")
2854
- .sc(StartResourceGroupingRecommendationTask$)
2855
- .build() {
2856
- }
2857
-
2858
- class TagResourceCommand extends Command
2859
- .classBuilder()
2860
- .ep(commonParams)
2861
- .m(function (Command, cs, config, o) {
2862
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2863
- })
2864
- .s("AwsResilienceHub", "TagResource", {})
2865
- .n("ResiliencehubClient", "TagResourceCommand")
2866
- .sc(TagResource$)
2867
- .build() {
2868
- }
2869
-
2870
- class UntagResourceCommand extends Command
2871
- .classBuilder()
2872
- .ep(commonParams)
2873
- .m(function (Command, cs, config, o) {
2874
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2875
- })
2876
- .s("AwsResilienceHub", "UntagResource", {})
2877
- .n("ResiliencehubClient", "UntagResourceCommand")
2878
- .sc(UntagResource$)
2879
- .build() {
2880
- }
2881
-
2882
- class UpdateAppCommand extends Command
2883
- .classBuilder()
2884
- .ep(commonParams)
2885
- .m(function (Command, cs, config, o) {
2886
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2887
- })
2888
- .s("AwsResilienceHub", "UpdateApp", {})
2889
- .n("ResiliencehubClient", "UpdateAppCommand")
2890
- .sc(UpdateApp$)
2891
- .build() {
2892
- }
2893
-
2894
- class UpdateAppVersionAppComponentCommand extends Command
2895
- .classBuilder()
2896
- .ep(commonParams)
2897
- .m(function (Command, cs, config, o) {
2898
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2899
- })
2900
- .s("AwsResilienceHub", "UpdateAppVersionAppComponent", {})
2901
- .n("ResiliencehubClient", "UpdateAppVersionAppComponentCommand")
2902
- .sc(UpdateAppVersionAppComponent$)
2903
- .build() {
2904
- }
2905
-
2906
- class UpdateAppVersionCommand extends Command
2907
- .classBuilder()
2908
- .ep(commonParams)
2909
- .m(function (Command, cs, config, o) {
2910
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2911
- })
2912
- .s("AwsResilienceHub", "UpdateAppVersion", {})
2913
- .n("ResiliencehubClient", "UpdateAppVersionCommand")
2914
- .sc(UpdateAppVersion$)
2915
- .build() {
2916
- }
2917
-
2918
- class UpdateAppVersionResourceCommand extends Command
2919
- .classBuilder()
2920
- .ep(commonParams)
2921
- .m(function (Command, cs, config, o) {
2922
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2923
- })
2924
- .s("AwsResilienceHub", "UpdateAppVersionResource", {})
2925
- .n("ResiliencehubClient", "UpdateAppVersionResourceCommand")
2926
- .sc(UpdateAppVersionResource$)
2927
- .build() {
2928
- }
2929
-
2930
- class UpdateResiliencyPolicyCommand extends Command
2931
- .classBuilder()
2932
- .ep(commonParams)
2933
- .m(function (Command, cs, config, o) {
2934
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2935
- })
2936
- .s("AwsResilienceHub", "UpdateResiliencyPolicy", {})
2937
- .n("ResiliencehubClient", "UpdateResiliencyPolicyCommand")
2938
- .sc(UpdateResiliencyPolicy$)
2939
- .build() {
2187
+ const command = makeBuilder(commonParams, "AwsResilienceHub", "ResiliencehubClient", getEndpointPlugin);
2188
+ const _ep0 = {};
2189
+ const _mw0 = (Command, cs, config, o) => [];
2190
+
2191
+ class AcceptResourceGroupingRecommendationsCommand extends command(_ep0, _mw0, "AcceptResourceGroupingRecommendations", AcceptResourceGroupingRecommendations$) {
2192
+ }
2193
+
2194
+ class AddDraftAppVersionResourceMappingsCommand extends command(_ep0, _mw0, "AddDraftAppVersionResourceMappings", AddDraftAppVersionResourceMappings$) {
2195
+ }
2196
+
2197
+ class BatchUpdateRecommendationStatusCommand extends command(_ep0, _mw0, "BatchUpdateRecommendationStatus", BatchUpdateRecommendationStatus$) {
2198
+ }
2199
+
2200
+ class CreateAppCommand extends command(_ep0, _mw0, "CreateApp", CreateApp$) {
2201
+ }
2202
+
2203
+ class CreateAppVersionAppComponentCommand extends command(_ep0, _mw0, "CreateAppVersionAppComponent", CreateAppVersionAppComponent$) {
2204
+ }
2205
+
2206
+ class CreateAppVersionResourceCommand extends command(_ep0, _mw0, "CreateAppVersionResource", CreateAppVersionResource$) {
2207
+ }
2208
+
2209
+ class CreateRecommendationTemplateCommand extends command(_ep0, _mw0, "CreateRecommendationTemplate", CreateRecommendationTemplate$) {
2210
+ }
2211
+
2212
+ class CreateResiliencyPolicyCommand extends command(_ep0, _mw0, "CreateResiliencyPolicy", CreateResiliencyPolicy$) {
2213
+ }
2214
+
2215
+ class DeleteAppAssessmentCommand extends command(_ep0, _mw0, "DeleteAppAssessment", DeleteAppAssessment$) {
2216
+ }
2217
+
2218
+ class DeleteAppCommand extends command(_ep0, _mw0, "DeleteApp", DeleteApp$) {
2219
+ }
2220
+
2221
+ class DeleteAppInputSourceCommand extends command(_ep0, _mw0, "DeleteAppInputSource", DeleteAppInputSource$) {
2222
+ }
2223
+
2224
+ class DeleteAppVersionAppComponentCommand extends command(_ep0, _mw0, "DeleteAppVersionAppComponent", DeleteAppVersionAppComponent$) {
2225
+ }
2226
+
2227
+ class DeleteAppVersionResourceCommand extends command(_ep0, _mw0, "DeleteAppVersionResource", DeleteAppVersionResource$) {
2228
+ }
2229
+
2230
+ class DeleteRecommendationTemplateCommand extends command(_ep0, _mw0, "DeleteRecommendationTemplate", DeleteRecommendationTemplate$) {
2231
+ }
2232
+
2233
+ class DeleteResiliencyPolicyCommand extends command(_ep0, _mw0, "DeleteResiliencyPolicy", DeleteResiliencyPolicy$) {
2234
+ }
2235
+
2236
+ class DescribeAppAssessmentCommand extends command(_ep0, _mw0, "DescribeAppAssessment", DescribeAppAssessment$) {
2237
+ }
2238
+
2239
+ class DescribeAppCommand extends command(_ep0, _mw0, "DescribeApp", DescribeApp$) {
2240
+ }
2241
+
2242
+ class DescribeAppVersionAppComponentCommand extends command(_ep0, _mw0, "DescribeAppVersionAppComponent", DescribeAppVersionAppComponent$) {
2243
+ }
2244
+
2245
+ class DescribeAppVersionCommand extends command(_ep0, _mw0, "DescribeAppVersion", DescribeAppVersion$) {
2246
+ }
2247
+
2248
+ class DescribeAppVersionResourceCommand extends command(_ep0, _mw0, "DescribeAppVersionResource", DescribeAppVersionResource$) {
2249
+ }
2250
+
2251
+ class DescribeAppVersionResourcesResolutionStatusCommand extends command(_ep0, _mw0, "DescribeAppVersionResourcesResolutionStatus", DescribeAppVersionResourcesResolutionStatus$) {
2252
+ }
2253
+
2254
+ class DescribeAppVersionTemplateCommand extends command(_ep0, _mw0, "DescribeAppVersionTemplate", DescribeAppVersionTemplate$) {
2255
+ }
2256
+
2257
+ class DescribeDraftAppVersionResourcesImportStatusCommand extends command(_ep0, _mw0, "DescribeDraftAppVersionResourcesImportStatus", DescribeDraftAppVersionResourcesImportStatus$) {
2258
+ }
2259
+
2260
+ class DescribeMetricsExportCommand extends command(_ep0, _mw0, "DescribeMetricsExport", DescribeMetricsExport$) {
2261
+ }
2262
+
2263
+ class DescribeResiliencyPolicyCommand extends command(_ep0, _mw0, "DescribeResiliencyPolicy", DescribeResiliencyPolicy$) {
2264
+ }
2265
+
2266
+ class DescribeResourceGroupingRecommendationTaskCommand extends command(_ep0, _mw0, "DescribeResourceGroupingRecommendationTask", DescribeResourceGroupingRecommendationTask$) {
2267
+ }
2268
+
2269
+ class ImportResourcesToDraftAppVersionCommand extends command(_ep0, _mw0, "ImportResourcesToDraftAppVersion", ImportResourcesToDraftAppVersion$) {
2270
+ }
2271
+
2272
+ class ListAlarmRecommendationsCommand extends command(_ep0, _mw0, "ListAlarmRecommendations", ListAlarmRecommendations$) {
2273
+ }
2274
+
2275
+ class ListAppAssessmentComplianceDriftsCommand extends command(_ep0, _mw0, "ListAppAssessmentComplianceDrifts", ListAppAssessmentComplianceDrifts$) {
2276
+ }
2277
+
2278
+ class ListAppAssessmentResourceDriftsCommand extends command(_ep0, _mw0, "ListAppAssessmentResourceDrifts", ListAppAssessmentResourceDrifts$) {
2279
+ }
2280
+
2281
+ class ListAppAssessmentsCommand extends command(_ep0, _mw0, "ListAppAssessments", ListAppAssessments$) {
2282
+ }
2283
+
2284
+ class ListAppComponentCompliancesCommand extends command(_ep0, _mw0, "ListAppComponentCompliances", ListAppComponentCompliances$) {
2285
+ }
2286
+
2287
+ class ListAppComponentRecommendationsCommand extends command(_ep0, _mw0, "ListAppComponentRecommendations", ListAppComponentRecommendations$) {
2288
+ }
2289
+
2290
+ class ListAppInputSourcesCommand extends command(_ep0, _mw0, "ListAppInputSources", ListAppInputSources$) {
2291
+ }
2292
+
2293
+ class ListAppsCommand extends command(_ep0, _mw0, "ListApps", ListApps$) {
2294
+ }
2295
+
2296
+ class ListAppVersionAppComponentsCommand extends command(_ep0, _mw0, "ListAppVersionAppComponents", ListAppVersionAppComponents$) {
2297
+ }
2298
+
2299
+ class ListAppVersionResourceMappingsCommand extends command(_ep0, _mw0, "ListAppVersionResourceMappings", ListAppVersionResourceMappings$) {
2300
+ }
2301
+
2302
+ class ListAppVersionResourcesCommand extends command(_ep0, _mw0, "ListAppVersionResources", ListAppVersionResources$) {
2303
+ }
2304
+
2305
+ class ListAppVersionsCommand extends command(_ep0, _mw0, "ListAppVersions", ListAppVersions$) {
2306
+ }
2307
+
2308
+ class ListMetricsCommand extends command(_ep0, _mw0, "ListMetrics", ListMetrics$) {
2309
+ }
2310
+
2311
+ class ListRecommendationTemplatesCommand extends command(_ep0, _mw0, "ListRecommendationTemplates", ListRecommendationTemplates$) {
2312
+ }
2313
+
2314
+ class ListResiliencyPoliciesCommand extends command(_ep0, _mw0, "ListResiliencyPolicies", ListResiliencyPolicies$) {
2315
+ }
2316
+
2317
+ class ListResourceGroupingRecommendationsCommand extends command(_ep0, _mw0, "ListResourceGroupingRecommendations", ListResourceGroupingRecommendations$) {
2318
+ }
2319
+
2320
+ class ListSopRecommendationsCommand extends command(_ep0, _mw0, "ListSopRecommendations", ListSopRecommendations$) {
2321
+ }
2322
+
2323
+ class ListSuggestedResiliencyPoliciesCommand extends command(_ep0, _mw0, "ListSuggestedResiliencyPolicies", ListSuggestedResiliencyPolicies$) {
2324
+ }
2325
+
2326
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2327
+ }
2328
+
2329
+ class ListTestRecommendationsCommand extends command(_ep0, _mw0, "ListTestRecommendations", ListTestRecommendations$) {
2330
+ }
2331
+
2332
+ class ListUnsupportedAppVersionResourcesCommand extends command(_ep0, _mw0, "ListUnsupportedAppVersionResources", ListUnsupportedAppVersionResources$) {
2333
+ }
2334
+
2335
+ class PublishAppVersionCommand extends command(_ep0, _mw0, "PublishAppVersion", PublishAppVersion$) {
2336
+ }
2337
+
2338
+ class PutDraftAppVersionTemplateCommand extends command(_ep0, _mw0, "PutDraftAppVersionTemplate", PutDraftAppVersionTemplate$) {
2339
+ }
2340
+
2341
+ class RejectResourceGroupingRecommendationsCommand extends command(_ep0, _mw0, "RejectResourceGroupingRecommendations", RejectResourceGroupingRecommendations$) {
2342
+ }
2343
+
2344
+ class RemoveDraftAppVersionResourceMappingsCommand extends command(_ep0, _mw0, "RemoveDraftAppVersionResourceMappings", RemoveDraftAppVersionResourceMappings$) {
2345
+ }
2346
+
2347
+ class ResolveAppVersionResourcesCommand extends command(_ep0, _mw0, "ResolveAppVersionResources", ResolveAppVersionResources$) {
2348
+ }
2349
+
2350
+ class StartAppAssessmentCommand extends command(_ep0, _mw0, "StartAppAssessment", StartAppAssessment$) {
2351
+ }
2352
+
2353
+ class StartMetricsExportCommand extends command(_ep0, _mw0, "StartMetricsExport", StartMetricsExport$) {
2354
+ }
2355
+
2356
+ class StartResourceGroupingRecommendationTaskCommand extends command(_ep0, _mw0, "StartResourceGroupingRecommendationTask", StartResourceGroupingRecommendationTask$) {
2357
+ }
2358
+
2359
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2360
+ }
2361
+
2362
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2363
+ }
2364
+
2365
+ class UpdateAppCommand extends command(_ep0, _mw0, "UpdateApp", UpdateApp$) {
2366
+ }
2367
+
2368
+ class UpdateAppVersionAppComponentCommand extends command(_ep0, _mw0, "UpdateAppVersionAppComponent", UpdateAppVersionAppComponent$) {
2369
+ }
2370
+
2371
+ class UpdateAppVersionCommand extends command(_ep0, _mw0, "UpdateAppVersion", UpdateAppVersion$) {
2372
+ }
2373
+
2374
+ class UpdateAppVersionResourceCommand extends command(_ep0, _mw0, "UpdateAppVersionResource", UpdateAppVersionResource$) {
2375
+ }
2376
+
2377
+ class UpdateResiliencyPolicyCommand extends command(_ep0, _mw0, "UpdateResiliencyPolicy", UpdateResiliencyPolicy$) {
2940
2378
  }
2941
2379
 
2942
2380
  const paginateListAlarmRecommendations = createPaginator(ResiliencehubClient, ListAlarmRecommendationsCommand, "nextToken", "nextToken", "maxResults");