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