@aws-sdk/client-resiliencehubv2 3.1056.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 (293) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +538 -0
  3. package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
  4. package/dist-cjs/endpoint/bdd.js +49 -0
  5. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  6. package/dist-cjs/index.js +1357 -0
  7. package/dist-cjs/models/Resiliencehubv2ServiceException.js +12 -0
  8. package/dist-cjs/models/errors.js +105 -0
  9. package/dist-cjs/runtimeConfig.browser.js +36 -0
  10. package/dist-cjs/runtimeConfig.js +49 -0
  11. package/dist-cjs/runtimeConfig.native.js +15 -0
  12. package/dist-cjs/runtimeConfig.shared.js +42 -0
  13. package/dist-cjs/schemas/schemas_0.js +1785 -0
  14. package/dist-es/Resiliencehubv2.js +151 -0
  15. package/dist-es/Resiliencehubv2Client.js +47 -0
  16. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  17. package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
  18. package/dist-es/commands/CreateAssertionCommand.js +16 -0
  19. package/dist-es/commands/CreateInputSourceCommand.js +16 -0
  20. package/dist-es/commands/CreatePolicyCommand.js +16 -0
  21. package/dist-es/commands/CreateReportCommand.js +16 -0
  22. package/dist-es/commands/CreateServiceCommand.js +16 -0
  23. package/dist-es/commands/CreateServiceFunctionCommand.js +16 -0
  24. package/dist-es/commands/CreateServiceFunctionResourcesCommand.js +16 -0
  25. package/dist-es/commands/CreateSystemCommand.js +16 -0
  26. package/dist-es/commands/CreateUserJourneyCommand.js +16 -0
  27. package/dist-es/commands/DeleteAssertionCommand.js +16 -0
  28. package/dist-es/commands/DeleteInputSourceCommand.js +16 -0
  29. package/dist-es/commands/DeletePolicyCommand.js +16 -0
  30. package/dist-es/commands/DeleteServiceCommand.js +16 -0
  31. package/dist-es/commands/DeleteServiceFunctionCommand.js +16 -0
  32. package/dist-es/commands/DeleteServiceFunctionResourcesCommand.js +16 -0
  33. package/dist-es/commands/DeleteSystemCommand.js +16 -0
  34. package/dist-es/commands/DeleteUserJourneyCommand.js +16 -0
  35. package/dist-es/commands/GetFailureModeFindingCommand.js +16 -0
  36. package/dist-es/commands/GetPolicyCommand.js +16 -0
  37. package/dist-es/commands/GetServiceCommand.js +16 -0
  38. package/dist-es/commands/GetSystemCommand.js +16 -0
  39. package/dist-es/commands/GetUserJourneyCommand.js +16 -0
  40. package/dist-es/commands/ImportAppCommand.js +16 -0
  41. package/dist-es/commands/ImportPolicyCommand.js +16 -0
  42. package/dist-es/commands/ListAssertionsCommand.js +16 -0
  43. package/dist-es/commands/ListDependenciesCommand.js +16 -0
  44. package/dist-es/commands/ListFailureModeAssessmentsCommand.js +16 -0
  45. package/dist-es/commands/ListFailureModeFindingsCommand.js +16 -0
  46. package/dist-es/commands/ListInputSourcesCommand.js +16 -0
  47. package/dist-es/commands/ListPoliciesCommand.js +16 -0
  48. package/dist-es/commands/ListReportsCommand.js +16 -0
  49. package/dist-es/commands/ListResourcesCommand.js +16 -0
  50. package/dist-es/commands/ListServiceEventsCommand.js +16 -0
  51. package/dist-es/commands/ListServiceFunctionsCommand.js +16 -0
  52. package/dist-es/commands/ListServiceTopologyEdgesCommand.js +16 -0
  53. package/dist-es/commands/ListServicesCommand.js +16 -0
  54. package/dist-es/commands/ListSystemEventsCommand.js +16 -0
  55. package/dist-es/commands/ListSystemsCommand.js +16 -0
  56. package/dist-es/commands/ListTagsForResourceCommand.js +16 -0
  57. package/dist-es/commands/ListUserJourneysCommand.js +16 -0
  58. package/dist-es/commands/StartFailureModeAssessmentCommand.js +16 -0
  59. package/dist-es/commands/TagResourceCommand.js +16 -0
  60. package/dist-es/commands/UntagResourceCommand.js +16 -0
  61. package/dist-es/commands/UpdateAssertionCommand.js +16 -0
  62. package/dist-es/commands/UpdateDependencyCommand.js +16 -0
  63. package/dist-es/commands/UpdateFailureModeFindingCommand.js +16 -0
  64. package/dist-es/commands/UpdatePolicyCommand.js +16 -0
  65. package/dist-es/commands/UpdateServiceCommand.js +16 -0
  66. package/dist-es/commands/UpdateServiceFunctionCommand.js +16 -0
  67. package/dist-es/commands/UpdateSystemCommand.js +16 -0
  68. package/dist-es/commands/UpdateUserJourneyCommand.js +16 -0
  69. package/dist-es/commands/index.js +51 -0
  70. package/dist-es/endpoint/EndpointParameters.js +13 -0
  71. package/dist-es/endpoint/bdd.js +46 -0
  72. package/dist-es/endpoint/endpointResolver.js +14 -0
  73. package/dist-es/extensionConfiguration.js +1 -0
  74. package/dist-es/index.js +10 -0
  75. package/dist-es/models/Resiliencehubv2ServiceException.js +8 -0
  76. package/dist-es/models/enums.js +182 -0
  77. package/dist-es/models/errors.js +95 -0
  78. package/dist-es/models/models_0.js +1 -0
  79. package/dist-es/pagination/Interfaces.js +1 -0
  80. package/dist-es/pagination/ListAssertionsPaginator.js +4 -0
  81. package/dist-es/pagination/ListDependenciesPaginator.js +4 -0
  82. package/dist-es/pagination/ListFailureModeAssessmentsPaginator.js +4 -0
  83. package/dist-es/pagination/ListFailureModeFindingsPaginator.js +4 -0
  84. package/dist-es/pagination/ListInputSourcesPaginator.js +4 -0
  85. package/dist-es/pagination/ListPoliciesPaginator.js +4 -0
  86. package/dist-es/pagination/ListReportsPaginator.js +4 -0
  87. package/dist-es/pagination/ListResourcesPaginator.js +4 -0
  88. package/dist-es/pagination/ListServiceEventsPaginator.js +4 -0
  89. package/dist-es/pagination/ListServiceFunctionsPaginator.js +4 -0
  90. package/dist-es/pagination/ListServiceTopologyEdgesPaginator.js +4 -0
  91. package/dist-es/pagination/ListServicesPaginator.js +4 -0
  92. package/dist-es/pagination/ListSystemEventsPaginator.js +4 -0
  93. package/dist-es/pagination/ListSystemsPaginator.js +4 -0
  94. package/dist-es/pagination/ListUserJourneysPaginator.js +4 -0
  95. package/dist-es/pagination/index.js +16 -0
  96. package/dist-es/runtimeConfig.browser.js +31 -0
  97. package/dist-es/runtimeConfig.js +44 -0
  98. package/dist-es/runtimeConfig.native.js +11 -0
  99. package/dist-es/runtimeConfig.shared.js +38 -0
  100. package/dist-es/runtimeExtensions.js +9 -0
  101. package/dist-es/schemas/schemas_0.js +1777 -0
  102. package/dist-es/waiters/index.js +4 -0
  103. package/dist-es/waiters/waitForFailureModeAssessmentSuccess.js +64 -0
  104. package/dist-es/waiters/waitForReportSucceeded.js +64 -0
  105. package/dist-es/waiters/waitForServiceAssessmentCompleted.js +40 -0
  106. package/dist-es/waiters/waitForServiceResourceDiscoveryCompleted.js +49 -0
  107. package/dist-types/Resiliencehubv2.d.ts +502 -0
  108. package/dist-types/Resiliencehubv2Client.d.ts +237 -0
  109. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  110. package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
  111. package/dist-types/commands/CreateAssertionCommand.d.ts +103 -0
  112. package/dist-types/commands/CreateInputSourceCommand.d.ts +115 -0
  113. package/dist-types/commands/CreatePolicyCommand.d.ts +143 -0
  114. package/dist-types/commands/CreateReportCommand.d.ts +111 -0
  115. package/dist-types/commands/CreateServiceCommand.d.ts +243 -0
  116. package/dist-types/commands/CreateServiceFunctionCommand.d.ts +108 -0
  117. package/dist-types/commands/CreateServiceFunctionResourcesCommand.d.ts +99 -0
  118. package/dist-types/commands/CreateSystemCommand.d.ts +115 -0
  119. package/dist-types/commands/CreateUserJourneyCommand.d.ts +105 -0
  120. package/dist-types/commands/DeleteAssertionCommand.d.ts +89 -0
  121. package/dist-types/commands/DeleteInputSourceCommand.d.ts +90 -0
  122. package/dist-types/commands/DeletePolicyCommand.d.ts +91 -0
  123. package/dist-types/commands/DeleteServiceCommand.d.ts +91 -0
  124. package/dist-types/commands/DeleteServiceFunctionCommand.d.ts +92 -0
  125. package/dist-types/commands/DeleteServiceFunctionResourcesCommand.d.ts +99 -0
  126. package/dist-types/commands/DeleteSystemCommand.d.ts +91 -0
  127. package/dist-types/commands/DeleteUserJourneyCommand.d.ts +92 -0
  128. package/dist-types/commands/GetFailureModeFindingCommand.d.ts +124 -0
  129. package/dist-types/commands/GetPolicyCommand.d.ts +115 -0
  130. package/dist-types/commands/GetServiceCommand.d.ts +198 -0
  131. package/dist-types/commands/GetSystemCommand.d.ts +102 -0
  132. package/dist-types/commands/GetUserJourneyCommand.d.ts +96 -0
  133. package/dist-types/commands/ImportAppCommand.d.ts +217 -0
  134. package/dist-types/commands/ImportPolicyCommand.d.ts +128 -0
  135. package/dist-types/commands/ListAssertionsCommand.d.ts +101 -0
  136. package/dist-types/commands/ListDependenciesCommand.d.ts +120 -0
  137. package/dist-types/commands/ListFailureModeAssessmentsCommand.d.ts +113 -0
  138. package/dist-types/commands/ListFailureModeFindingsCommand.d.ts +106 -0
  139. package/dist-types/commands/ListInputSourcesCommand.d.ts +115 -0
  140. package/dist-types/commands/ListPoliciesCommand.d.ts +111 -0
  141. package/dist-types/commands/ListReportsCommand.d.ts +112 -0
  142. package/dist-types/commands/ListResourcesCommand.d.ts +108 -0
  143. package/dist-types/commands/ListServiceEventsCommand.d.ts +201 -0
  144. package/dist-types/commands/ListServiceFunctionsCommand.d.ts +103 -0
  145. package/dist-types/commands/ListServiceTopologyEdgesCommand.d.ts +99 -0
  146. package/dist-types/commands/ListServicesCommand.d.ts +128 -0
  147. package/dist-types/commands/ListSystemEventsCommand.d.ts +181 -0
  148. package/dist-types/commands/ListSystemsCommand.d.ts +100 -0
  149. package/dist-types/commands/ListTagsForResourceCommand.d.ts +93 -0
  150. package/dist-types/commands/ListUserJourneysCommand.d.ts +98 -0
  151. package/dist-types/commands/StartFailureModeAssessmentCommand.d.ts +98 -0
  152. package/dist-types/commands/TagResourceCommand.d.ts +92 -0
  153. package/dist-types/commands/UntagResourceCommand.d.ts +92 -0
  154. package/dist-types/commands/UpdateAssertionCommand.d.ts +100 -0
  155. package/dist-types/commands/UpdateDependencyCommand.d.ts +100 -0
  156. package/dist-types/commands/UpdateFailureModeFindingCommand.d.ts +129 -0
  157. package/dist-types/commands/UpdatePolicyCommand.d.ts +135 -0
  158. package/dist-types/commands/UpdateServiceCommand.d.ts +238 -0
  159. package/dist-types/commands/UpdateServiceFunctionCommand.d.ts +105 -0
  160. package/dist-types/commands/UpdateSystemCommand.d.ts +107 -0
  161. package/dist-types/commands/UpdateUserJourneyCommand.d.ts +102 -0
  162. package/dist-types/commands/index.d.ts +51 -0
  163. package/dist-types/endpoint/EndpointParameters.d.ts +50 -0
  164. package/dist-types/endpoint/bdd.d.ts +2 -0
  165. package/dist-types/endpoint/endpointResolver.d.ts +8 -0
  166. package/dist-types/extensionConfiguration.d.ts +9 -0
  167. package/dist-types/index.d.ts +18 -0
  168. package/dist-types/models/Resiliencehubv2ServiceException.d.ts +14 -0
  169. package/dist-types/models/enums.d.ts +422 -0
  170. package/dist-types/models/errors.d.ts +113 -0
  171. package/dist-types/models/models_0.d.ts +4947 -0
  172. package/dist-types/pagination/Interfaces.d.ts +8 -0
  173. package/dist-types/pagination/ListAssertionsPaginator.d.ts +7 -0
  174. package/dist-types/pagination/ListDependenciesPaginator.d.ts +7 -0
  175. package/dist-types/pagination/ListFailureModeAssessmentsPaginator.d.ts +7 -0
  176. package/dist-types/pagination/ListFailureModeFindingsPaginator.d.ts +7 -0
  177. package/dist-types/pagination/ListInputSourcesPaginator.d.ts +7 -0
  178. package/dist-types/pagination/ListPoliciesPaginator.d.ts +7 -0
  179. package/dist-types/pagination/ListReportsPaginator.d.ts +7 -0
  180. package/dist-types/pagination/ListResourcesPaginator.d.ts +7 -0
  181. package/dist-types/pagination/ListServiceEventsPaginator.d.ts +7 -0
  182. package/dist-types/pagination/ListServiceFunctionsPaginator.d.ts +7 -0
  183. package/dist-types/pagination/ListServiceTopologyEdgesPaginator.d.ts +7 -0
  184. package/dist-types/pagination/ListServicesPaginator.d.ts +7 -0
  185. package/dist-types/pagination/ListSystemEventsPaginator.d.ts +7 -0
  186. package/dist-types/pagination/ListSystemsPaginator.d.ts +7 -0
  187. package/dist-types/pagination/ListUserJourneysPaginator.d.ts +7 -0
  188. package/dist-types/pagination/index.d.ts +16 -0
  189. package/dist-types/runtimeConfig.browser.d.ts +55 -0
  190. package/dist-types/runtimeConfig.d.ts +55 -0
  191. package/dist-types/runtimeConfig.native.d.ts +54 -0
  192. package/dist-types/runtimeConfig.shared.d.ts +27 -0
  193. package/dist-types/runtimeExtensions.d.ts +17 -0
  194. package/dist-types/schemas/schemas_0.d.ts +259 -0
  195. package/dist-types/ts3.4/Resiliencehubv2.d.ts +1026 -0
  196. package/dist-types/ts3.4/Resiliencehubv2Client.d.ts +417 -0
  197. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  198. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
  199. package/dist-types/ts3.4/commands/CreateAssertionCommand.d.ts +52 -0
  200. package/dist-types/ts3.4/commands/CreateInputSourceCommand.d.ts +53 -0
  201. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +49 -0
  202. package/dist-types/ts3.4/commands/CreateReportCommand.d.ts +49 -0
  203. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +52 -0
  204. package/dist-types/ts3.4/commands/CreateServiceFunctionCommand.d.ts +53 -0
  205. package/dist-types/ts3.4/commands/CreateServiceFunctionResourcesCommand.d.ts +53 -0
  206. package/dist-types/ts3.4/commands/CreateSystemCommand.d.ts +49 -0
  207. package/dist-types/ts3.4/commands/CreateUserJourneyCommand.d.ts +53 -0
  208. package/dist-types/ts3.4/commands/DeleteAssertionCommand.d.ts +52 -0
  209. package/dist-types/ts3.4/commands/DeleteInputSourceCommand.d.ts +53 -0
  210. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +49 -0
  211. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +52 -0
  212. package/dist-types/ts3.4/commands/DeleteServiceFunctionCommand.d.ts +53 -0
  213. package/dist-types/ts3.4/commands/DeleteServiceFunctionResourcesCommand.d.ts +53 -0
  214. package/dist-types/ts3.4/commands/DeleteSystemCommand.d.ts +49 -0
  215. package/dist-types/ts3.4/commands/DeleteUserJourneyCommand.d.ts +53 -0
  216. package/dist-types/ts3.4/commands/GetFailureModeFindingCommand.d.ts +53 -0
  217. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +45 -0
  218. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +49 -0
  219. package/dist-types/ts3.4/commands/GetSystemCommand.d.ts +45 -0
  220. package/dist-types/ts3.4/commands/GetUserJourneyCommand.d.ts +52 -0
  221. package/dist-types/ts3.4/commands/ImportAppCommand.d.ts +45 -0
  222. package/dist-types/ts3.4/commands/ImportPolicyCommand.d.ts +49 -0
  223. package/dist-types/ts3.4/commands/ListAssertionsCommand.d.ts +52 -0
  224. package/dist-types/ts3.4/commands/ListDependenciesCommand.d.ts +52 -0
  225. package/dist-types/ts3.4/commands/ListFailureModeAssessmentsCommand.d.ts +53 -0
  226. package/dist-types/ts3.4/commands/ListFailureModeFindingsCommand.d.ts +53 -0
  227. package/dist-types/ts3.4/commands/ListInputSourcesCommand.d.ts +52 -0
  228. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +49 -0
  229. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +49 -0
  230. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +52 -0
  231. package/dist-types/ts3.4/commands/ListServiceEventsCommand.d.ts +53 -0
  232. package/dist-types/ts3.4/commands/ListServiceFunctionsCommand.d.ts +53 -0
  233. package/dist-types/ts3.4/commands/ListServiceTopologyEdgesCommand.d.ts +53 -0
  234. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +49 -0
  235. package/dist-types/ts3.4/commands/ListSystemEventsCommand.d.ts +52 -0
  236. package/dist-types/ts3.4/commands/ListSystemsCommand.d.ts +49 -0
  237. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +53 -0
  238. package/dist-types/ts3.4/commands/ListUserJourneysCommand.d.ts +52 -0
  239. package/dist-types/ts3.4/commands/StartFailureModeAssessmentCommand.d.ts +53 -0
  240. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +49 -0
  241. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +52 -0
  242. package/dist-types/ts3.4/commands/UpdateAssertionCommand.d.ts +52 -0
  243. package/dist-types/ts3.4/commands/UpdateDependencyCommand.d.ts +52 -0
  244. package/dist-types/ts3.4/commands/UpdateFailureModeFindingCommand.d.ts +53 -0
  245. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +49 -0
  246. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +52 -0
  247. package/dist-types/ts3.4/commands/UpdateServiceFunctionCommand.d.ts +53 -0
  248. package/dist-types/ts3.4/commands/UpdateSystemCommand.d.ts +49 -0
  249. package/dist-types/ts3.4/commands/UpdateUserJourneyCommand.d.ts +53 -0
  250. package/dist-types/ts3.4/commands/index.d.ts +51 -0
  251. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  252. package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  253. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  254. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  255. package/dist-types/ts3.4/index.d.ts +13 -0
  256. package/dist-types/ts3.4/models/Resiliencehubv2ServiceException.d.ts +9 -0
  257. package/dist-types/ts3.4/models/enums.d.ts +237 -0
  258. package/dist-types/ts3.4/models/errors.d.ts +56 -0
  259. package/dist-types/ts3.4/models/models_0.d.ts +1761 -0
  260. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  261. package/dist-types/ts3.4/pagination/ListAssertionsPaginator.d.ts +11 -0
  262. package/dist-types/ts3.4/pagination/ListDependenciesPaginator.d.ts +11 -0
  263. package/dist-types/ts3.4/pagination/ListFailureModeAssessmentsPaginator.d.ts +11 -0
  264. package/dist-types/ts3.4/pagination/ListFailureModeFindingsPaginator.d.ts +11 -0
  265. package/dist-types/ts3.4/pagination/ListInputSourcesPaginator.d.ts +11 -0
  266. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -0
  267. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +11 -0
  268. package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -0
  269. package/dist-types/ts3.4/pagination/ListServiceEventsPaginator.d.ts +11 -0
  270. package/dist-types/ts3.4/pagination/ListServiceFunctionsPaginator.d.ts +11 -0
  271. package/dist-types/ts3.4/pagination/ListServiceTopologyEdgesPaginator.d.ts +11 -0
  272. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -0
  273. package/dist-types/ts3.4/pagination/ListSystemEventsPaginator.d.ts +11 -0
  274. package/dist-types/ts3.4/pagination/ListSystemsPaginator.d.ts +11 -0
  275. package/dist-types/ts3.4/pagination/ListUserJourneysPaginator.d.ts +11 -0
  276. package/dist-types/ts3.4/pagination/index.d.ts +16 -0
  277. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +102 -0
  278. package/dist-types/ts3.4/runtimeConfig.d.ts +97 -0
  279. package/dist-types/ts3.4/runtimeConfig.native.d.ts +106 -0
  280. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +32 -0
  281. package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
  282. package/dist-types/ts3.4/schemas/schemas_0.d.ts +259 -0
  283. package/dist-types/ts3.4/waiters/index.d.ts +4 -0
  284. package/dist-types/ts3.4/waiters/waitForFailureModeAssessmentSuccess.d.ts +19 -0
  285. package/dist-types/ts3.4/waiters/waitForReportSucceeded.d.ts +17 -0
  286. package/dist-types/ts3.4/waiters/waitForServiceAssessmentCompleted.d.ts +17 -0
  287. package/dist-types/ts3.4/waiters/waitForServiceResourceDiscoveryCompleted.d.ts +17 -0
  288. package/dist-types/waiters/index.d.ts +4 -0
  289. package/dist-types/waiters/waitForFailureModeAssessmentSuccess.d.ts +15 -0
  290. package/dist-types/waiters/waitForReportSucceeded.d.ts +15 -0
  291. package/dist-types/waiters/waitForServiceAssessmentCompleted.d.ts +15 -0
  292. package/dist-types/waiters/waitForServiceResourceDiscoveryCompleted.d.ts +15 -0
  293. package/package.json +71 -0
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Resiliencehubv2ServiceException = exports.__ServiceException = void 0;
4
+ const client_1 = require("@smithy/core/client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return client_1.ServiceException; } });
6
+ class Resiliencehubv2ServiceException extends client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, Resiliencehubv2ServiceException.prototype);
10
+ }
11
+ }
12
+ exports.Resiliencehubv2ServiceException = Resiliencehubv2ServiceException;
@@ -0,0 +1,105 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ThrottlingException = exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
4
+ const Resiliencehubv2ServiceException_1 = require("./Resiliencehubv2ServiceException");
5
+ class AccessDeniedException extends Resiliencehubv2ServiceException_1.Resiliencehubv2ServiceException {
6
+ name = "AccessDeniedException";
7
+ $fault = "client";
8
+ constructor(opts) {
9
+ super({
10
+ name: "AccessDeniedException",
11
+ $fault: "client",
12
+ ...opts,
13
+ });
14
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
+ }
16
+ }
17
+ exports.AccessDeniedException = AccessDeniedException;
18
+ class ConflictException extends Resiliencehubv2ServiceException_1.Resiliencehubv2ServiceException {
19
+ name = "ConflictException";
20
+ $fault = "client";
21
+ constructor(opts) {
22
+ super({
23
+ name: "ConflictException",
24
+ $fault: "client",
25
+ ...opts,
26
+ });
27
+ Object.setPrototypeOf(this, ConflictException.prototype);
28
+ }
29
+ }
30
+ exports.ConflictException = ConflictException;
31
+ class InternalServerException extends Resiliencehubv2ServiceException_1.Resiliencehubv2ServiceException {
32
+ name = "InternalServerException";
33
+ $fault = "server";
34
+ constructor(opts) {
35
+ super({
36
+ name: "InternalServerException",
37
+ $fault: "server",
38
+ ...opts,
39
+ });
40
+ Object.setPrototypeOf(this, InternalServerException.prototype);
41
+ }
42
+ }
43
+ exports.InternalServerException = InternalServerException;
44
+ class ResourceNotFoundException extends Resiliencehubv2ServiceException_1.Resiliencehubv2ServiceException {
45
+ name = "ResourceNotFoundException";
46
+ $fault = "client";
47
+ resourceId;
48
+ resourceType;
49
+ constructor(opts) {
50
+ super({
51
+ name: "ResourceNotFoundException",
52
+ $fault: "client",
53
+ ...opts,
54
+ });
55
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
56
+ this.resourceId = opts.resourceId;
57
+ this.resourceType = opts.resourceType;
58
+ }
59
+ }
60
+ exports.ResourceNotFoundException = ResourceNotFoundException;
61
+ class ServiceQuotaExceededException extends Resiliencehubv2ServiceException_1.Resiliencehubv2ServiceException {
62
+ name = "ServiceQuotaExceededException";
63
+ $fault = "client";
64
+ constructor(opts) {
65
+ super({
66
+ name: "ServiceQuotaExceededException",
67
+ $fault: "client",
68
+ ...opts,
69
+ });
70
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
71
+ }
72
+ }
73
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
74
+ class ValidationException extends Resiliencehubv2ServiceException_1.Resiliencehubv2ServiceException {
75
+ name = "ValidationException";
76
+ $fault = "client";
77
+ reason;
78
+ fieldList;
79
+ constructor(opts) {
80
+ super({
81
+ name: "ValidationException",
82
+ $fault: "client",
83
+ ...opts,
84
+ });
85
+ Object.setPrototypeOf(this, ValidationException.prototype);
86
+ this.reason = opts.reason;
87
+ this.fieldList = opts.fieldList;
88
+ }
89
+ }
90
+ exports.ValidationException = ValidationException;
91
+ class ThrottlingException extends Resiliencehubv2ServiceException_1.Resiliencehubv2ServiceException {
92
+ name = "ThrottlingException";
93
+ $fault = "client";
94
+ retryAfterSeconds;
95
+ constructor(opts) {
96
+ super({
97
+ name: "ThrottlingException",
98
+ $fault: "client",
99
+ ...opts,
100
+ });
101
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
102
+ this.retryAfterSeconds = opts.retryAfterSeconds;
103
+ }
104
+ }
105
+ exports.ThrottlingException = ThrottlingException;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getRuntimeConfig = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
+ const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
+ const client_1 = require("@aws-sdk/core/client");
8
+ const client_2 = require("@smithy/core/client");
9
+ const config_1 = require("@smithy/core/config");
10
+ const retry_1 = require("@smithy/core/retry");
11
+ const serde_1 = require("@smithy/core/serde");
12
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
13
+ const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
+ const getRuntimeConfig = (config) => {
15
+ const defaultsMode = (0, config_1.resolveDefaultsModeConfig)(config);
16
+ const defaultConfigProvider = () => defaultsMode().then(client_2.loadConfigsForDefaultMode);
17
+ const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
18
+ return {
19
+ ...clientSharedValues,
20
+ ...config,
21
+ runtime: "browser",
22
+ defaultsMode,
23
+ bodyLengthChecker: config?.bodyLengthChecker ?? serde_1.calculateBodyLength,
24
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
25
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, client_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
26
+ maxAttempts: config?.maxAttempts ?? retry_1.DEFAULT_MAX_ATTEMPTS,
27
+ region: config?.region ?? (0, client_2.invalidProvider)("Region is missing"),
28
+ requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
29
+ retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || retry_1.DEFAULT_RETRY_MODE),
30
+ sha256: config?.sha256 ?? sha256_browser_1.Sha256,
31
+ streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector,
32
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
33
+ useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_1.DEFAULT_USE_FIPS_ENDPOINT)),
34
+ };
35
+ };
36
+ exports.getRuntimeConfig = getRuntimeConfig;
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getRuntimeConfig = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
+ const client_1 = require("@aws-sdk/core/client");
7
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
8
+ const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
+ const client_2 = require("@smithy/core/client");
10
+ const config_1 = require("@smithy/core/config");
11
+ const retry_1 = require("@smithy/core/retry");
12
+ const serde_1 = require("@smithy/core/serde");
13
+ const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
+ const getRuntimeConfig = (config) => {
16
+ (0, client_2.emitWarningIfUnsupportedVersion)(process.version);
17
+ const defaultsMode = (0, config_1.resolveDefaultsModeConfig)(config);
18
+ const defaultConfigProvider = () => defaultsMode().then(client_2.loadConfigsForDefaultMode);
19
+ const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
20
+ (0, client_1.emitWarningIfUnsupportedVersion)(process.version);
21
+ const loaderConfig = {
22
+ profile: config?.profile,
23
+ logger: clientSharedValues.logger,
24
+ };
25
+ return {
26
+ ...clientSharedValues,
27
+ ...config,
28
+ runtime: "node",
29
+ defaultsMode,
30
+ authSchemePreference: config?.authSchemePreference ?? (0, config_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
31
+ bodyLengthChecker: config?.bodyLengthChecker ?? serde_1.calculateBodyLength,
32
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
33
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, client_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
34
+ maxAttempts: config?.maxAttempts ?? (0, config_1.loadConfig)(retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
35
+ region: config?.region ?? (0, config_1.loadConfig)(config_1.NODE_REGION_CONFIG_OPTIONS, { ...config_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
+ requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
+ retryMode: config?.retryMode ??
38
+ (0, config_1.loadConfig)({
39
+ ...retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
40
+ default: async () => (await defaultConfigProvider()).retryMode || retry_1.DEFAULT_RETRY_MODE,
41
+ }, config),
42
+ sha256: config?.sha256 ?? serde_1.Hash.bind(null, "sha256"),
43
+ streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
44
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ userAgentAppId: config?.userAgentAppId ?? (0, config_1.loadConfig)(client_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
+ };
48
+ };
49
+ exports.getRuntimeConfig = getRuntimeConfig;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getRuntimeConfig = void 0;
4
+ const sha256_js_1 = require("@aws-crypto/sha256-js");
5
+ const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
+ const getRuntimeConfig = (config) => {
7
+ const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config);
8
+ return {
9
+ ...browserDefaults,
10
+ ...config,
11
+ runtime: "react-native",
12
+ sha256: config?.sha256 ?? sha256_js_1.Sha256,
13
+ };
14
+ };
15
+ exports.getRuntimeConfig = getRuntimeConfig;
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getRuntimeConfig = void 0;
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
6
+ const client_1 = require("@smithy/core/client");
7
+ const protocols_2 = require("@smithy/core/protocols");
8
+ const serde_1 = require("@smithy/core/serde");
9
+ const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
10
+ const endpointResolver_1 = require("./endpoint/endpointResolver");
11
+ const schemas_0_1 = require("./schemas/schemas_0");
12
+ const getRuntimeConfig = (config) => {
13
+ return {
14
+ apiVersion: "2026-02-17",
15
+ base64Decoder: config?.base64Decoder ?? serde_1.fromBase64,
16
+ base64Encoder: config?.base64Encoder ?? serde_1.toBase64,
17
+ disableHostPrefix: config?.disableHostPrefix ?? false,
18
+ endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver,
19
+ extensions: config?.extensions ?? [],
20
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? httpAuthSchemeProvider_1.defaultResiliencehubv2HttpAuthSchemeProvider,
21
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
22
+ {
23
+ schemeId: "aws.auth#sigv4",
24
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
25
+ signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
26
+ },
27
+ ],
28
+ logger: config?.logger ?? new client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.resiliencehubv2",
32
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
33
+ version: "2026-02-17",
34
+ serviceTarget: "NGRHServiceCore",
35
+ },
36
+ serviceId: config?.serviceId ?? "resiliencehubv2",
37
+ urlParser: config?.urlParser ?? protocols_2.parseUrl,
38
+ utf8Decoder: config?.utf8Decoder ?? serde_1.fromUtf8,
39
+ utf8Encoder: config?.utf8Encoder ?? serde_1.toUtf8,
40
+ };
41
+ };
42
+ exports.getRuntimeConfig = getRuntimeConfig;