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