@aws-sdk/client-resiliencehubv2 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 (161) hide show
  1. package/dist-cjs/index.js +59 -513
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAssertionCommand.js +2 -14
  4. package/dist-es/commands/CreateInputSourceCommand.js +2 -14
  5. package/dist-es/commands/CreatePolicyCommand.js +2 -14
  6. package/dist-es/commands/CreateReportCommand.js +2 -14
  7. package/dist-es/commands/CreateServiceCommand.js +2 -14
  8. package/dist-es/commands/CreateServiceFunctionCommand.js +2 -14
  9. package/dist-es/commands/CreateServiceFunctionResourcesCommand.js +2 -14
  10. package/dist-es/commands/CreateSystemCommand.js +2 -14
  11. package/dist-es/commands/CreateUserJourneyCommand.js +2 -14
  12. package/dist-es/commands/DeleteAssertionCommand.js +2 -14
  13. package/dist-es/commands/DeleteInputSourceCommand.js +2 -14
  14. package/dist-es/commands/DeletePolicyCommand.js +2 -14
  15. package/dist-es/commands/DeleteServiceCommand.js +2 -14
  16. package/dist-es/commands/DeleteServiceFunctionCommand.js +2 -14
  17. package/dist-es/commands/DeleteServiceFunctionResourcesCommand.js +2 -14
  18. package/dist-es/commands/DeleteSystemCommand.js +2 -14
  19. package/dist-es/commands/DeleteUserJourneyCommand.js +2 -14
  20. package/dist-es/commands/GetFailureModeFindingCommand.js +2 -14
  21. package/dist-es/commands/GetPolicyCommand.js +2 -14
  22. package/dist-es/commands/GetServiceCommand.js +2 -14
  23. package/dist-es/commands/GetSystemCommand.js +2 -14
  24. package/dist-es/commands/GetUserJourneyCommand.js +2 -14
  25. package/dist-es/commands/ImportAppCommand.js +2 -14
  26. package/dist-es/commands/ImportPolicyCommand.js +2 -14
  27. package/dist-es/commands/ListAssertionsCommand.js +2 -14
  28. package/dist-es/commands/ListDependenciesCommand.js +2 -14
  29. package/dist-es/commands/ListFailureModeAssessmentsCommand.js +2 -14
  30. package/dist-es/commands/ListFailureModeFindingsCommand.js +2 -14
  31. package/dist-es/commands/ListInputSourcesCommand.js +2 -14
  32. package/dist-es/commands/ListPoliciesCommand.js +2 -14
  33. package/dist-es/commands/ListReportsCommand.js +2 -14
  34. package/dist-es/commands/ListResourcesCommand.js +2 -14
  35. package/dist-es/commands/ListServiceEventsCommand.js +2 -14
  36. package/dist-es/commands/ListServiceFunctionsCommand.js +2 -14
  37. package/dist-es/commands/ListServiceTopologyEdgesCommand.js +2 -14
  38. package/dist-es/commands/ListServicesCommand.js +2 -14
  39. package/dist-es/commands/ListSystemEventsCommand.js +2 -14
  40. package/dist-es/commands/ListSystemsCommand.js +2 -14
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  42. package/dist-es/commands/ListUserJourneysCommand.js +2 -14
  43. package/dist-es/commands/StartFailureModeAssessmentCommand.js +2 -14
  44. package/dist-es/commands/TagResourceCommand.js +2 -14
  45. package/dist-es/commands/UntagResourceCommand.js +2 -14
  46. package/dist-es/commands/UpdateAssertionCommand.js +2 -14
  47. package/dist-es/commands/UpdateDependencyCommand.js +2 -14
  48. package/dist-es/commands/UpdateFailureModeFindingCommand.js +2 -14
  49. package/dist-es/commands/UpdatePolicyCommand.js +2 -14
  50. package/dist-es/commands/UpdateServiceCommand.js +2 -14
  51. package/dist-es/commands/UpdateServiceFunctionCommand.js +2 -14
  52. package/dist-es/commands/UpdateSystemCommand.js +2 -14
  53. package/dist-es/commands/UpdateUserJourneyCommand.js +2 -14
  54. package/dist-es/index.js +1 -0
  55. package/dist-types/commandBuilder.d.ts +18 -0
  56. package/dist-types/commands/CreateAssertionCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateInputSourceCommand.d.ts +3 -8
  58. package/dist-types/commands/CreatePolicyCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateReportCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateServiceFunctionCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateServiceFunctionResourcesCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateSystemCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateUserJourneyCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteAssertionCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteInputSourceCommand.d.ts +3 -8
  67. package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteServiceFunctionCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteServiceFunctionResourcesCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteSystemCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteUserJourneyCommand.d.ts +3 -8
  73. package/dist-types/commands/GetFailureModeFindingCommand.d.ts +3 -8
  74. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  75. package/dist-types/commands/GetServiceCommand.d.ts +3 -8
  76. package/dist-types/commands/GetSystemCommand.d.ts +3 -8
  77. package/dist-types/commands/GetUserJourneyCommand.d.ts +3 -8
  78. package/dist-types/commands/ImportAppCommand.d.ts +3 -8
  79. package/dist-types/commands/ImportPolicyCommand.d.ts +3 -8
  80. package/dist-types/commands/ListAssertionsCommand.d.ts +3 -8
  81. package/dist-types/commands/ListDependenciesCommand.d.ts +3 -8
  82. package/dist-types/commands/ListFailureModeAssessmentsCommand.d.ts +3 -8
  83. package/dist-types/commands/ListFailureModeFindingsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListInputSourcesCommand.d.ts +3 -8
  85. package/dist-types/commands/ListPoliciesCommand.d.ts +3 -8
  86. package/dist-types/commands/ListReportsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListServiceEventsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListServiceFunctionsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListServiceTopologyEdgesCommand.d.ts +3 -8
  91. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListSystemEventsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListSystemsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/ListUserJourneysCommand.d.ts +3 -8
  96. package/dist-types/commands/StartFailureModeAssessmentCommand.d.ts +3 -8
  97. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateAssertionCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateDependencyCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateFailureModeFindingCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateServiceFunctionCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateSystemCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateUserJourneyCommand.d.ts +3 -8
  107. package/dist-types/index.d.ts +1 -0
  108. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  109. package/dist-types/ts3.4/commands/CreateAssertionCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/CreateInputSourceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CreateReportCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateServiceFunctionCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateServiceFunctionResourcesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateSystemCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateUserJourneyCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeleteAssertionCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteInputSourceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteServiceFunctionCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteServiceFunctionResourcesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteSystemCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeleteUserJourneyCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetFailureModeFindingCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetSystemCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetUserJourneyCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ImportAppCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ImportPolicyCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListAssertionsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListDependenciesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListFailureModeAssessmentsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListFailureModeFindingsCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListInputSourcesCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListServiceEventsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListServiceFunctionsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListServiceTopologyEdgesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListSystemEventsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListSystemsCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListUserJourneysCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/StartFailureModeAssessmentCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateAssertionCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateDependencyCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateFailureModeFindingCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateServiceFunctionCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateSystemCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateUserJourneyCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/index.d.ts +1 -0
  161. 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, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, 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
 
@@ -2141,616 +2142,161 @@ class Resiliencehubv2Client extends Client {
2141
2142
  }
2142
2143
  }
2143
2144
 
2144
- class CreateAssertionCommand extends Command
2145
- .classBuilder()
2146
- .ep(commonParams)
2147
- .m(function (Command, cs, config, o) {
2148
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2149
- })
2150
- .s("NGRHServiceCore", "CreateAssertion", {})
2151
- .n("Resiliencehubv2Client", "CreateAssertionCommand")
2152
- .sc(CreateAssertion$)
2153
- .build() {
2145
+ const command = makeBuilder(commonParams, "NGRHServiceCore", "Resiliencehubv2Client", getEndpointPlugin);
2146
+ const _ep0 = {};
2147
+ const _mw0 = (Command, cs, config, o) => [];
2148
+
2149
+ class CreateAssertionCommand extends command(_ep0, _mw0, "CreateAssertion", CreateAssertion$) {
2154
2150
  }
2155
2151
 
2156
- class CreateInputSourceCommand extends Command
2157
- .classBuilder()
2158
- .ep(commonParams)
2159
- .m(function (Command, cs, config, o) {
2160
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2161
- })
2162
- .s("NGRHServiceCore", "CreateInputSource", {})
2163
- .n("Resiliencehubv2Client", "CreateInputSourceCommand")
2164
- .sc(CreateInputSource$)
2165
- .build() {
2152
+ class CreateInputSourceCommand extends command(_ep0, _mw0, "CreateInputSource", CreateInputSource$) {
2166
2153
  }
2167
2154
 
2168
- class CreatePolicyCommand extends Command
2169
- .classBuilder()
2170
- .ep(commonParams)
2171
- .m(function (Command, cs, config, o) {
2172
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2173
- })
2174
- .s("NGRHServiceCore", "CreatePolicy", {})
2175
- .n("Resiliencehubv2Client", "CreatePolicyCommand")
2176
- .sc(CreatePolicy$)
2177
- .build() {
2155
+ class CreatePolicyCommand extends command(_ep0, _mw0, "CreatePolicy", CreatePolicy$) {
2178
2156
  }
2179
2157
 
2180
- class CreateReportCommand extends Command
2181
- .classBuilder()
2182
- .ep(commonParams)
2183
- .m(function (Command, cs, config, o) {
2184
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2185
- })
2186
- .s("NGRHServiceCore", "CreateReport", {})
2187
- .n("Resiliencehubv2Client", "CreateReportCommand")
2188
- .sc(CreateReport$)
2189
- .build() {
2158
+ class CreateReportCommand extends command(_ep0, _mw0, "CreateReport", CreateReport$) {
2190
2159
  }
2191
2160
 
2192
- class CreateServiceCommand extends Command
2193
- .classBuilder()
2194
- .ep(commonParams)
2195
- .m(function (Command, cs, config, o) {
2196
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2197
- })
2198
- .s("NGRHServiceCore", "CreateService", {})
2199
- .n("Resiliencehubv2Client", "CreateServiceCommand")
2200
- .sc(CreateService$)
2201
- .build() {
2161
+ class CreateServiceCommand extends command(_ep0, _mw0, "CreateService", CreateService$) {
2202
2162
  }
2203
2163
 
2204
- class CreateServiceFunctionCommand extends Command
2205
- .classBuilder()
2206
- .ep(commonParams)
2207
- .m(function (Command, cs, config, o) {
2208
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2209
- })
2210
- .s("NGRHServiceCore", "CreateServiceFunction", {})
2211
- .n("Resiliencehubv2Client", "CreateServiceFunctionCommand")
2212
- .sc(CreateServiceFunction$)
2213
- .build() {
2164
+ class CreateServiceFunctionCommand extends command(_ep0, _mw0, "CreateServiceFunction", CreateServiceFunction$) {
2214
2165
  }
2215
2166
 
2216
- class CreateServiceFunctionResourcesCommand extends Command
2217
- .classBuilder()
2218
- .ep(commonParams)
2219
- .m(function (Command, cs, config, o) {
2220
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2221
- })
2222
- .s("NGRHServiceCore", "CreateServiceFunctionResources", {})
2223
- .n("Resiliencehubv2Client", "CreateServiceFunctionResourcesCommand")
2224
- .sc(CreateServiceFunctionResources$)
2225
- .build() {
2167
+ class CreateServiceFunctionResourcesCommand extends command(_ep0, _mw0, "CreateServiceFunctionResources", CreateServiceFunctionResources$) {
2226
2168
  }
2227
2169
 
2228
- class CreateSystemCommand extends Command
2229
- .classBuilder()
2230
- .ep(commonParams)
2231
- .m(function (Command, cs, config, o) {
2232
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2233
- })
2234
- .s("NGRHServiceCore", "CreateSystem", {})
2235
- .n("Resiliencehubv2Client", "CreateSystemCommand")
2236
- .sc(CreateSystem$)
2237
- .build() {
2170
+ class CreateSystemCommand extends command(_ep0, _mw0, "CreateSystem", CreateSystem$) {
2238
2171
  }
2239
2172
 
2240
- class CreateUserJourneyCommand extends Command
2241
- .classBuilder()
2242
- .ep(commonParams)
2243
- .m(function (Command, cs, config, o) {
2244
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2245
- })
2246
- .s("NGRHServiceCore", "CreateUserJourney", {})
2247
- .n("Resiliencehubv2Client", "CreateUserJourneyCommand")
2248
- .sc(CreateUserJourney$)
2249
- .build() {
2173
+ class CreateUserJourneyCommand extends command(_ep0, _mw0, "CreateUserJourney", CreateUserJourney$) {
2250
2174
  }
2251
2175
 
2252
- class DeleteAssertionCommand extends Command
2253
- .classBuilder()
2254
- .ep(commonParams)
2255
- .m(function (Command, cs, config, o) {
2256
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2257
- })
2258
- .s("NGRHServiceCore", "DeleteAssertion", {})
2259
- .n("Resiliencehubv2Client", "DeleteAssertionCommand")
2260
- .sc(DeleteAssertion$)
2261
- .build() {
2176
+ class DeleteAssertionCommand extends command(_ep0, _mw0, "DeleteAssertion", DeleteAssertion$) {
2262
2177
  }
2263
2178
 
2264
- class DeleteInputSourceCommand extends Command
2265
- .classBuilder()
2266
- .ep(commonParams)
2267
- .m(function (Command, cs, config, o) {
2268
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2269
- })
2270
- .s("NGRHServiceCore", "DeleteInputSource", {})
2271
- .n("Resiliencehubv2Client", "DeleteInputSourceCommand")
2272
- .sc(DeleteInputSource$)
2273
- .build() {
2179
+ class DeleteInputSourceCommand extends command(_ep0, _mw0, "DeleteInputSource", DeleteInputSource$) {
2274
2180
  }
2275
2181
 
2276
- class DeletePolicyCommand extends Command
2277
- .classBuilder()
2278
- .ep(commonParams)
2279
- .m(function (Command, cs, config, o) {
2280
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2281
- })
2282
- .s("NGRHServiceCore", "DeletePolicy", {})
2283
- .n("Resiliencehubv2Client", "DeletePolicyCommand")
2284
- .sc(DeletePolicy$)
2285
- .build() {
2182
+ class DeletePolicyCommand extends command(_ep0, _mw0, "DeletePolicy", DeletePolicy$) {
2286
2183
  }
2287
2184
 
2288
- class DeleteServiceCommand extends Command
2289
- .classBuilder()
2290
- .ep(commonParams)
2291
- .m(function (Command, cs, config, o) {
2292
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2293
- })
2294
- .s("NGRHServiceCore", "DeleteService", {})
2295
- .n("Resiliencehubv2Client", "DeleteServiceCommand")
2296
- .sc(DeleteService$)
2297
- .build() {
2185
+ class DeleteServiceCommand extends command(_ep0, _mw0, "DeleteService", DeleteService$) {
2298
2186
  }
2299
2187
 
2300
- class DeleteServiceFunctionCommand extends Command
2301
- .classBuilder()
2302
- .ep(commonParams)
2303
- .m(function (Command, cs, config, o) {
2304
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2305
- })
2306
- .s("NGRHServiceCore", "DeleteServiceFunction", {})
2307
- .n("Resiliencehubv2Client", "DeleteServiceFunctionCommand")
2308
- .sc(DeleteServiceFunction$)
2309
- .build() {
2188
+ class DeleteServiceFunctionCommand extends command(_ep0, _mw0, "DeleteServiceFunction", DeleteServiceFunction$) {
2310
2189
  }
2311
2190
 
2312
- class DeleteServiceFunctionResourcesCommand extends Command
2313
- .classBuilder()
2314
- .ep(commonParams)
2315
- .m(function (Command, cs, config, o) {
2316
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2317
- })
2318
- .s("NGRHServiceCore", "DeleteServiceFunctionResources", {})
2319
- .n("Resiliencehubv2Client", "DeleteServiceFunctionResourcesCommand")
2320
- .sc(DeleteServiceFunctionResources$)
2321
- .build() {
2191
+ class DeleteServiceFunctionResourcesCommand extends command(_ep0, _mw0, "DeleteServiceFunctionResources", DeleteServiceFunctionResources$) {
2322
2192
  }
2323
2193
 
2324
- class DeleteSystemCommand extends Command
2325
- .classBuilder()
2326
- .ep(commonParams)
2327
- .m(function (Command, cs, config, o) {
2328
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2329
- })
2330
- .s("NGRHServiceCore", "DeleteSystem", {})
2331
- .n("Resiliencehubv2Client", "DeleteSystemCommand")
2332
- .sc(DeleteSystem$)
2333
- .build() {
2194
+ class DeleteSystemCommand extends command(_ep0, _mw0, "DeleteSystem", DeleteSystem$) {
2334
2195
  }
2335
2196
 
2336
- class DeleteUserJourneyCommand extends Command
2337
- .classBuilder()
2338
- .ep(commonParams)
2339
- .m(function (Command, cs, config, o) {
2340
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2341
- })
2342
- .s("NGRHServiceCore", "DeleteUserJourney", {})
2343
- .n("Resiliencehubv2Client", "DeleteUserJourneyCommand")
2344
- .sc(DeleteUserJourney$)
2345
- .build() {
2197
+ class DeleteUserJourneyCommand extends command(_ep0, _mw0, "DeleteUserJourney", DeleteUserJourney$) {
2346
2198
  }
2347
2199
 
2348
- class GetFailureModeFindingCommand extends Command
2349
- .classBuilder()
2350
- .ep(commonParams)
2351
- .m(function (Command, cs, config, o) {
2352
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2353
- })
2354
- .s("NGRHServiceCore", "GetFailureModeFinding", {})
2355
- .n("Resiliencehubv2Client", "GetFailureModeFindingCommand")
2356
- .sc(GetFailureModeFinding$)
2357
- .build() {
2200
+ class GetFailureModeFindingCommand extends command(_ep0, _mw0, "GetFailureModeFinding", GetFailureModeFinding$) {
2358
2201
  }
2359
2202
 
2360
- class GetPolicyCommand extends Command
2361
- .classBuilder()
2362
- .ep(commonParams)
2363
- .m(function (Command, cs, config, o) {
2364
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2365
- })
2366
- .s("NGRHServiceCore", "GetPolicy", {})
2367
- .n("Resiliencehubv2Client", "GetPolicyCommand")
2368
- .sc(GetPolicy$)
2369
- .build() {
2203
+ class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
2370
2204
  }
2371
2205
 
2372
- class GetServiceCommand extends Command
2373
- .classBuilder()
2374
- .ep(commonParams)
2375
- .m(function (Command, cs, config, o) {
2376
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2377
- })
2378
- .s("NGRHServiceCore", "GetService", {})
2379
- .n("Resiliencehubv2Client", "GetServiceCommand")
2380
- .sc(GetService$)
2381
- .build() {
2206
+ class GetServiceCommand extends command(_ep0, _mw0, "GetService", GetService$) {
2382
2207
  }
2383
2208
 
2384
- class GetSystemCommand extends Command
2385
- .classBuilder()
2386
- .ep(commonParams)
2387
- .m(function (Command, cs, config, o) {
2388
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2389
- })
2390
- .s("NGRHServiceCore", "GetSystem", {})
2391
- .n("Resiliencehubv2Client", "GetSystemCommand")
2392
- .sc(GetSystem$)
2393
- .build() {
2209
+ class GetSystemCommand extends command(_ep0, _mw0, "GetSystem", GetSystem$) {
2394
2210
  }
2395
2211
 
2396
- class GetUserJourneyCommand extends Command
2397
- .classBuilder()
2398
- .ep(commonParams)
2399
- .m(function (Command, cs, config, o) {
2400
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2401
- })
2402
- .s("NGRHServiceCore", "GetUserJourney", {})
2403
- .n("Resiliencehubv2Client", "GetUserJourneyCommand")
2404
- .sc(GetUserJourney$)
2405
- .build() {
2212
+ class GetUserJourneyCommand extends command(_ep0, _mw0, "GetUserJourney", GetUserJourney$) {
2406
2213
  }
2407
2214
 
2408
- class ImportAppCommand extends Command
2409
- .classBuilder()
2410
- .ep(commonParams)
2411
- .m(function (Command, cs, config, o) {
2412
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2413
- })
2414
- .s("NGRHServiceCore", "ImportApp", {})
2415
- .n("Resiliencehubv2Client", "ImportAppCommand")
2416
- .sc(ImportApp$)
2417
- .build() {
2215
+ class ImportAppCommand extends command(_ep0, _mw0, "ImportApp", ImportApp$) {
2418
2216
  }
2419
2217
 
2420
- class ImportPolicyCommand extends Command
2421
- .classBuilder()
2422
- .ep(commonParams)
2423
- .m(function (Command, cs, config, o) {
2424
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2425
- })
2426
- .s("NGRHServiceCore", "ImportPolicy", {})
2427
- .n("Resiliencehubv2Client", "ImportPolicyCommand")
2428
- .sc(ImportPolicy$)
2429
- .build() {
2218
+ class ImportPolicyCommand extends command(_ep0, _mw0, "ImportPolicy", ImportPolicy$) {
2430
2219
  }
2431
2220
 
2432
- class ListAssertionsCommand extends Command
2433
- .classBuilder()
2434
- .ep(commonParams)
2435
- .m(function (Command, cs, config, o) {
2436
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2437
- })
2438
- .s("NGRHServiceCore", "ListAssertions", {})
2439
- .n("Resiliencehubv2Client", "ListAssertionsCommand")
2440
- .sc(ListAssertions$)
2441
- .build() {
2221
+ class ListAssertionsCommand extends command(_ep0, _mw0, "ListAssertions", ListAssertions$) {
2442
2222
  }
2443
2223
 
2444
- class ListDependenciesCommand extends Command
2445
- .classBuilder()
2446
- .ep(commonParams)
2447
- .m(function (Command, cs, config, o) {
2448
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2449
- })
2450
- .s("NGRHServiceCore", "ListDependencies", {})
2451
- .n("Resiliencehubv2Client", "ListDependenciesCommand")
2452
- .sc(ListDependencies$)
2453
- .build() {
2224
+ class ListDependenciesCommand extends command(_ep0, _mw0, "ListDependencies", ListDependencies$) {
2454
2225
  }
2455
2226
 
2456
- class ListFailureModeAssessmentsCommand extends Command
2457
- .classBuilder()
2458
- .ep(commonParams)
2459
- .m(function (Command, cs, config, o) {
2460
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2461
- })
2462
- .s("NGRHServiceCore", "ListFailureModeAssessments", {})
2463
- .n("Resiliencehubv2Client", "ListFailureModeAssessmentsCommand")
2464
- .sc(ListFailureModeAssessments$)
2465
- .build() {
2227
+ class ListFailureModeAssessmentsCommand extends command(_ep0, _mw0, "ListFailureModeAssessments", ListFailureModeAssessments$) {
2466
2228
  }
2467
2229
 
2468
- class ListFailureModeFindingsCommand extends Command
2469
- .classBuilder()
2470
- .ep(commonParams)
2471
- .m(function (Command, cs, config, o) {
2472
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2473
- })
2474
- .s("NGRHServiceCore", "ListFailureModeFindings", {})
2475
- .n("Resiliencehubv2Client", "ListFailureModeFindingsCommand")
2476
- .sc(ListFailureModeFindings$)
2477
- .build() {
2230
+ class ListFailureModeFindingsCommand extends command(_ep0, _mw0, "ListFailureModeFindings", ListFailureModeFindings$) {
2478
2231
  }
2479
2232
 
2480
- class ListInputSourcesCommand extends Command
2481
- .classBuilder()
2482
- .ep(commonParams)
2483
- .m(function (Command, cs, config, o) {
2484
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2485
- })
2486
- .s("NGRHServiceCore", "ListInputSources", {})
2487
- .n("Resiliencehubv2Client", "ListInputSourcesCommand")
2488
- .sc(ListInputSources$)
2489
- .build() {
2233
+ class ListInputSourcesCommand extends command(_ep0, _mw0, "ListInputSources", ListInputSources$) {
2490
2234
  }
2491
2235
 
2492
- class ListPoliciesCommand extends Command
2493
- .classBuilder()
2494
- .ep(commonParams)
2495
- .m(function (Command, cs, config, o) {
2496
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2497
- })
2498
- .s("NGRHServiceCore", "ListPolicies", {})
2499
- .n("Resiliencehubv2Client", "ListPoliciesCommand")
2500
- .sc(ListPolicies$)
2501
- .build() {
2236
+ class ListPoliciesCommand extends command(_ep0, _mw0, "ListPolicies", ListPolicies$) {
2502
2237
  }
2503
2238
 
2504
- class ListReportsCommand extends Command
2505
- .classBuilder()
2506
- .ep(commonParams)
2507
- .m(function (Command, cs, config, o) {
2508
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2509
- })
2510
- .s("NGRHServiceCore", "ListReports", {})
2511
- .n("Resiliencehubv2Client", "ListReportsCommand")
2512
- .sc(ListReports$)
2513
- .build() {
2239
+ class ListReportsCommand extends command(_ep0, _mw0, "ListReports", ListReports$) {
2514
2240
  }
2515
2241
 
2516
- class ListResourcesCommand extends Command
2517
- .classBuilder()
2518
- .ep(commonParams)
2519
- .m(function (Command, cs, config, o) {
2520
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2521
- })
2522
- .s("NGRHServiceCore", "ListResources", {})
2523
- .n("Resiliencehubv2Client", "ListResourcesCommand")
2524
- .sc(ListResources$)
2525
- .build() {
2242
+ class ListResourcesCommand extends command(_ep0, _mw0, "ListResources", ListResources$) {
2526
2243
  }
2527
2244
 
2528
- class ListServiceEventsCommand extends Command
2529
- .classBuilder()
2530
- .ep(commonParams)
2531
- .m(function (Command, cs, config, o) {
2532
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2533
- })
2534
- .s("NGRHServiceCore", "ListServiceEvents", {})
2535
- .n("Resiliencehubv2Client", "ListServiceEventsCommand")
2536
- .sc(ListServiceEvents$)
2537
- .build() {
2245
+ class ListServiceEventsCommand extends command(_ep0, _mw0, "ListServiceEvents", ListServiceEvents$) {
2538
2246
  }
2539
2247
 
2540
- class ListServiceFunctionsCommand extends Command
2541
- .classBuilder()
2542
- .ep(commonParams)
2543
- .m(function (Command, cs, config, o) {
2544
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2545
- })
2546
- .s("NGRHServiceCore", "ListServiceFunctions", {})
2547
- .n("Resiliencehubv2Client", "ListServiceFunctionsCommand")
2548
- .sc(ListServiceFunctions$)
2549
- .build() {
2248
+ class ListServiceFunctionsCommand extends command(_ep0, _mw0, "ListServiceFunctions", ListServiceFunctions$) {
2550
2249
  }
2551
2250
 
2552
- class ListServicesCommand extends Command
2553
- .classBuilder()
2554
- .ep(commonParams)
2555
- .m(function (Command, cs, config, o) {
2556
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2557
- })
2558
- .s("NGRHServiceCore", "ListServices", {})
2559
- .n("Resiliencehubv2Client", "ListServicesCommand")
2560
- .sc(ListServices$)
2561
- .build() {
2251
+ class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
2562
2252
  }
2563
2253
 
2564
- class ListServiceTopologyEdgesCommand extends Command
2565
- .classBuilder()
2566
- .ep(commonParams)
2567
- .m(function (Command, cs, config, o) {
2568
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2569
- })
2570
- .s("NGRHServiceCore", "ListServiceTopologyEdges", {})
2571
- .n("Resiliencehubv2Client", "ListServiceTopologyEdgesCommand")
2572
- .sc(ListServiceTopologyEdges$)
2573
- .build() {
2254
+ class ListServiceTopologyEdgesCommand extends command(_ep0, _mw0, "ListServiceTopologyEdges", ListServiceTopologyEdges$) {
2574
2255
  }
2575
2256
 
2576
- class ListSystemEventsCommand extends Command
2577
- .classBuilder()
2578
- .ep(commonParams)
2579
- .m(function (Command, cs, config, o) {
2580
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2581
- })
2582
- .s("NGRHServiceCore", "ListSystemEvents", {})
2583
- .n("Resiliencehubv2Client", "ListSystemEventsCommand")
2584
- .sc(ListSystemEvents$)
2585
- .build() {
2257
+ class ListSystemEventsCommand extends command(_ep0, _mw0, "ListSystemEvents", ListSystemEvents$) {
2586
2258
  }
2587
2259
 
2588
- class ListSystemsCommand extends Command
2589
- .classBuilder()
2590
- .ep(commonParams)
2591
- .m(function (Command, cs, config, o) {
2592
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2593
- })
2594
- .s("NGRHServiceCore", "ListSystems", {})
2595
- .n("Resiliencehubv2Client", "ListSystemsCommand")
2596
- .sc(ListSystems$)
2597
- .build() {
2260
+ class ListSystemsCommand extends command(_ep0, _mw0, "ListSystems", ListSystems$) {
2598
2261
  }
2599
2262
 
2600
- class ListTagsForResourceCommand extends Command
2601
- .classBuilder()
2602
- .ep(commonParams)
2603
- .m(function (Command, cs, config, o) {
2604
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2605
- })
2606
- .s("NGRHServiceCore", "ListTagsForResource", {})
2607
- .n("Resiliencehubv2Client", "ListTagsForResourceCommand")
2608
- .sc(ListTagsForResource$)
2609
- .build() {
2263
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2610
2264
  }
2611
2265
 
2612
- class ListUserJourneysCommand extends Command
2613
- .classBuilder()
2614
- .ep(commonParams)
2615
- .m(function (Command, cs, config, o) {
2616
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2617
- })
2618
- .s("NGRHServiceCore", "ListUserJourneys", {})
2619
- .n("Resiliencehubv2Client", "ListUserJourneysCommand")
2620
- .sc(ListUserJourneys$)
2621
- .build() {
2266
+ class ListUserJourneysCommand extends command(_ep0, _mw0, "ListUserJourneys", ListUserJourneys$) {
2622
2267
  }
2623
2268
 
2624
- class StartFailureModeAssessmentCommand extends Command
2625
- .classBuilder()
2626
- .ep(commonParams)
2627
- .m(function (Command, cs, config, o) {
2628
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2629
- })
2630
- .s("NGRHServiceCore", "StartFailureModeAssessment", {})
2631
- .n("Resiliencehubv2Client", "StartFailureModeAssessmentCommand")
2632
- .sc(StartFailureModeAssessment$)
2633
- .build() {
2269
+ class StartFailureModeAssessmentCommand extends command(_ep0, _mw0, "StartFailureModeAssessment", StartFailureModeAssessment$) {
2634
2270
  }
2635
2271
 
2636
- class TagResourceCommand extends Command
2637
- .classBuilder()
2638
- .ep(commonParams)
2639
- .m(function (Command, cs, config, o) {
2640
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2641
- })
2642
- .s("NGRHServiceCore", "TagResource", {})
2643
- .n("Resiliencehubv2Client", "TagResourceCommand")
2644
- .sc(TagResource$)
2645
- .build() {
2272
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2646
2273
  }
2647
2274
 
2648
- class UntagResourceCommand extends Command
2649
- .classBuilder()
2650
- .ep(commonParams)
2651
- .m(function (Command, cs, config, o) {
2652
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2653
- })
2654
- .s("NGRHServiceCore", "UntagResource", {})
2655
- .n("Resiliencehubv2Client", "UntagResourceCommand")
2656
- .sc(UntagResource$)
2657
- .build() {
2275
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2658
2276
  }
2659
2277
 
2660
- class UpdateAssertionCommand extends Command
2661
- .classBuilder()
2662
- .ep(commonParams)
2663
- .m(function (Command, cs, config, o) {
2664
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2665
- })
2666
- .s("NGRHServiceCore", "UpdateAssertion", {})
2667
- .n("Resiliencehubv2Client", "UpdateAssertionCommand")
2668
- .sc(UpdateAssertion$)
2669
- .build() {
2278
+ class UpdateAssertionCommand extends command(_ep0, _mw0, "UpdateAssertion", UpdateAssertion$) {
2670
2279
  }
2671
2280
 
2672
- class UpdateDependencyCommand extends Command
2673
- .classBuilder()
2674
- .ep(commonParams)
2675
- .m(function (Command, cs, config, o) {
2676
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2677
- })
2678
- .s("NGRHServiceCore", "UpdateDependency", {})
2679
- .n("Resiliencehubv2Client", "UpdateDependencyCommand")
2680
- .sc(UpdateDependency$)
2681
- .build() {
2281
+ class UpdateDependencyCommand extends command(_ep0, _mw0, "UpdateDependency", UpdateDependency$) {
2682
2282
  }
2683
2283
 
2684
- class UpdateFailureModeFindingCommand extends Command
2685
- .classBuilder()
2686
- .ep(commonParams)
2687
- .m(function (Command, cs, config, o) {
2688
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2689
- })
2690
- .s("NGRHServiceCore", "UpdateFailureModeFinding", {})
2691
- .n("Resiliencehubv2Client", "UpdateFailureModeFindingCommand")
2692
- .sc(UpdateFailureModeFinding$)
2693
- .build() {
2284
+ class UpdateFailureModeFindingCommand extends command(_ep0, _mw0, "UpdateFailureModeFinding", UpdateFailureModeFinding$) {
2694
2285
  }
2695
2286
 
2696
- class UpdatePolicyCommand extends Command
2697
- .classBuilder()
2698
- .ep(commonParams)
2699
- .m(function (Command, cs, config, o) {
2700
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2701
- })
2702
- .s("NGRHServiceCore", "UpdatePolicy", {})
2703
- .n("Resiliencehubv2Client", "UpdatePolicyCommand")
2704
- .sc(UpdatePolicy$)
2705
- .build() {
2287
+ class UpdatePolicyCommand extends command(_ep0, _mw0, "UpdatePolicy", UpdatePolicy$) {
2706
2288
  }
2707
2289
 
2708
- class UpdateServiceCommand extends Command
2709
- .classBuilder()
2710
- .ep(commonParams)
2711
- .m(function (Command, cs, config, o) {
2712
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2713
- })
2714
- .s("NGRHServiceCore", "UpdateService", {})
2715
- .n("Resiliencehubv2Client", "UpdateServiceCommand")
2716
- .sc(UpdateService$)
2717
- .build() {
2290
+ class UpdateServiceCommand extends command(_ep0, _mw0, "UpdateService", UpdateService$) {
2718
2291
  }
2719
2292
 
2720
- class UpdateServiceFunctionCommand extends Command
2721
- .classBuilder()
2722
- .ep(commonParams)
2723
- .m(function (Command, cs, config, o) {
2724
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2725
- })
2726
- .s("NGRHServiceCore", "UpdateServiceFunction", {})
2727
- .n("Resiliencehubv2Client", "UpdateServiceFunctionCommand")
2728
- .sc(UpdateServiceFunction$)
2729
- .build() {
2293
+ class UpdateServiceFunctionCommand extends command(_ep0, _mw0, "UpdateServiceFunction", UpdateServiceFunction$) {
2730
2294
  }
2731
2295
 
2732
- class UpdateSystemCommand extends Command
2733
- .classBuilder()
2734
- .ep(commonParams)
2735
- .m(function (Command, cs, config, o) {
2736
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2737
- })
2738
- .s("NGRHServiceCore", "UpdateSystem", {})
2739
- .n("Resiliencehubv2Client", "UpdateSystemCommand")
2740
- .sc(UpdateSystem$)
2741
- .build() {
2296
+ class UpdateSystemCommand extends command(_ep0, _mw0, "UpdateSystem", UpdateSystem$) {
2742
2297
  }
2743
2298
 
2744
- class UpdateUserJourneyCommand extends Command
2745
- .classBuilder()
2746
- .ep(commonParams)
2747
- .m(function (Command, cs, config, o) {
2748
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2749
- })
2750
- .s("NGRHServiceCore", "UpdateUserJourney", {})
2751
- .n("Resiliencehubv2Client", "UpdateUserJourneyCommand")
2752
- .sc(UpdateUserJourney$)
2753
- .build() {
2299
+ class UpdateUserJourneyCommand extends command(_ep0, _mw0, "UpdateUserJourney", UpdateUserJourney$) {
2754
2300
  }
2755
2301
 
2756
2302
  const paginateListAssertions = createPaginator(Resiliencehubv2Client, ListAssertionsCommand, "nextToken", "nextToken", "maxResults");