@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,1026 @@
1
+ import { WaiterResult } from "@smithy/core/client";
2
+ import {
3
+ HttpHandlerOptions as __HttpHandlerOptions,
4
+ PaginationConfiguration,
5
+ Paginator,
6
+ WaiterConfiguration,
7
+ } from "@smithy/types";
8
+ import {
9
+ CreateAssertionCommandInput,
10
+ CreateAssertionCommandOutput,
11
+ } from "./commands/CreateAssertionCommand";
12
+ import {
13
+ CreateInputSourceCommandInput,
14
+ CreateInputSourceCommandOutput,
15
+ } from "./commands/CreateInputSourceCommand";
16
+ import {
17
+ CreatePolicyCommandInput,
18
+ CreatePolicyCommandOutput,
19
+ } from "./commands/CreatePolicyCommand";
20
+ import {
21
+ CreateReportCommandInput,
22
+ CreateReportCommandOutput,
23
+ } from "./commands/CreateReportCommand";
24
+ import {
25
+ CreateServiceCommandInput,
26
+ CreateServiceCommandOutput,
27
+ } from "./commands/CreateServiceCommand";
28
+ import {
29
+ CreateServiceFunctionCommandInput,
30
+ CreateServiceFunctionCommandOutput,
31
+ } from "./commands/CreateServiceFunctionCommand";
32
+ import {
33
+ CreateServiceFunctionResourcesCommandInput,
34
+ CreateServiceFunctionResourcesCommandOutput,
35
+ } from "./commands/CreateServiceFunctionResourcesCommand";
36
+ import {
37
+ CreateSystemCommandInput,
38
+ CreateSystemCommandOutput,
39
+ } from "./commands/CreateSystemCommand";
40
+ import {
41
+ CreateUserJourneyCommandInput,
42
+ CreateUserJourneyCommandOutput,
43
+ } from "./commands/CreateUserJourneyCommand";
44
+ import {
45
+ DeleteAssertionCommandInput,
46
+ DeleteAssertionCommandOutput,
47
+ } from "./commands/DeleteAssertionCommand";
48
+ import {
49
+ DeleteInputSourceCommandInput,
50
+ DeleteInputSourceCommandOutput,
51
+ } from "./commands/DeleteInputSourceCommand";
52
+ import {
53
+ DeletePolicyCommandInput,
54
+ DeletePolicyCommandOutput,
55
+ } from "./commands/DeletePolicyCommand";
56
+ import {
57
+ DeleteServiceCommandInput,
58
+ DeleteServiceCommandOutput,
59
+ } from "./commands/DeleteServiceCommand";
60
+ import {
61
+ DeleteServiceFunctionCommandInput,
62
+ DeleteServiceFunctionCommandOutput,
63
+ } from "./commands/DeleteServiceFunctionCommand";
64
+ import {
65
+ DeleteServiceFunctionResourcesCommandInput,
66
+ DeleteServiceFunctionResourcesCommandOutput,
67
+ } from "./commands/DeleteServiceFunctionResourcesCommand";
68
+ import {
69
+ DeleteSystemCommandInput,
70
+ DeleteSystemCommandOutput,
71
+ } from "./commands/DeleteSystemCommand";
72
+ import {
73
+ DeleteUserJourneyCommandInput,
74
+ DeleteUserJourneyCommandOutput,
75
+ } from "./commands/DeleteUserJourneyCommand";
76
+ import {
77
+ GetFailureModeFindingCommandInput,
78
+ GetFailureModeFindingCommandOutput,
79
+ } from "./commands/GetFailureModeFindingCommand";
80
+ import {
81
+ GetPolicyCommandInput,
82
+ GetPolicyCommandOutput,
83
+ } from "./commands/GetPolicyCommand";
84
+ import {
85
+ GetServiceCommandInput,
86
+ GetServiceCommandOutput,
87
+ } from "./commands/GetServiceCommand";
88
+ import {
89
+ GetSystemCommandInput,
90
+ GetSystemCommandOutput,
91
+ } from "./commands/GetSystemCommand";
92
+ import {
93
+ GetUserJourneyCommandInput,
94
+ GetUserJourneyCommandOutput,
95
+ } from "./commands/GetUserJourneyCommand";
96
+ import {
97
+ ImportAppCommandInput,
98
+ ImportAppCommandOutput,
99
+ } from "./commands/ImportAppCommand";
100
+ import {
101
+ ImportPolicyCommandInput,
102
+ ImportPolicyCommandOutput,
103
+ } from "./commands/ImportPolicyCommand";
104
+ import {
105
+ ListAssertionsCommandInput,
106
+ ListAssertionsCommandOutput,
107
+ } from "./commands/ListAssertionsCommand";
108
+ import {
109
+ ListDependenciesCommandInput,
110
+ ListDependenciesCommandOutput,
111
+ } from "./commands/ListDependenciesCommand";
112
+ import {
113
+ ListFailureModeAssessmentsCommandInput,
114
+ ListFailureModeAssessmentsCommandOutput,
115
+ } from "./commands/ListFailureModeAssessmentsCommand";
116
+ import {
117
+ ListFailureModeFindingsCommandInput,
118
+ ListFailureModeFindingsCommandOutput,
119
+ } from "./commands/ListFailureModeFindingsCommand";
120
+ import {
121
+ ListInputSourcesCommandInput,
122
+ ListInputSourcesCommandOutput,
123
+ } from "./commands/ListInputSourcesCommand";
124
+ import {
125
+ ListPoliciesCommandInput,
126
+ ListPoliciesCommandOutput,
127
+ } from "./commands/ListPoliciesCommand";
128
+ import {
129
+ ListReportsCommandInput,
130
+ ListReportsCommandOutput,
131
+ } from "./commands/ListReportsCommand";
132
+ import {
133
+ ListResourcesCommandInput,
134
+ ListResourcesCommandOutput,
135
+ } from "./commands/ListResourcesCommand";
136
+ import {
137
+ ListServiceEventsCommandInput,
138
+ ListServiceEventsCommandOutput,
139
+ } from "./commands/ListServiceEventsCommand";
140
+ import {
141
+ ListServiceFunctionsCommandInput,
142
+ ListServiceFunctionsCommandOutput,
143
+ } from "./commands/ListServiceFunctionsCommand";
144
+ import {
145
+ ListServicesCommandInput,
146
+ ListServicesCommandOutput,
147
+ } from "./commands/ListServicesCommand";
148
+ import {
149
+ ListServiceTopologyEdgesCommandInput,
150
+ ListServiceTopologyEdgesCommandOutput,
151
+ } from "./commands/ListServiceTopologyEdgesCommand";
152
+ import {
153
+ ListSystemEventsCommandInput,
154
+ ListSystemEventsCommandOutput,
155
+ } from "./commands/ListSystemEventsCommand";
156
+ import {
157
+ ListSystemsCommandInput,
158
+ ListSystemsCommandOutput,
159
+ } from "./commands/ListSystemsCommand";
160
+ import {
161
+ ListTagsForResourceCommandInput,
162
+ ListTagsForResourceCommandOutput,
163
+ } from "./commands/ListTagsForResourceCommand";
164
+ import {
165
+ ListUserJourneysCommandInput,
166
+ ListUserJourneysCommandOutput,
167
+ } from "./commands/ListUserJourneysCommand";
168
+ import {
169
+ StartFailureModeAssessmentCommandInput,
170
+ StartFailureModeAssessmentCommandOutput,
171
+ } from "./commands/StartFailureModeAssessmentCommand";
172
+ import {
173
+ TagResourceCommandInput,
174
+ TagResourceCommandOutput,
175
+ } from "./commands/TagResourceCommand";
176
+ import {
177
+ UntagResourceCommandInput,
178
+ UntagResourceCommandOutput,
179
+ } from "./commands/UntagResourceCommand";
180
+ import {
181
+ UpdateAssertionCommandInput,
182
+ UpdateAssertionCommandOutput,
183
+ } from "./commands/UpdateAssertionCommand";
184
+ import {
185
+ UpdateDependencyCommandInput,
186
+ UpdateDependencyCommandOutput,
187
+ } from "./commands/UpdateDependencyCommand";
188
+ import {
189
+ UpdateFailureModeFindingCommandInput,
190
+ UpdateFailureModeFindingCommandOutput,
191
+ } from "./commands/UpdateFailureModeFindingCommand";
192
+ import {
193
+ UpdatePolicyCommandInput,
194
+ UpdatePolicyCommandOutput,
195
+ } from "./commands/UpdatePolicyCommand";
196
+ import {
197
+ UpdateServiceCommandInput,
198
+ UpdateServiceCommandOutput,
199
+ } from "./commands/UpdateServiceCommand";
200
+ import {
201
+ UpdateServiceFunctionCommandInput,
202
+ UpdateServiceFunctionCommandOutput,
203
+ } from "./commands/UpdateServiceFunctionCommand";
204
+ import {
205
+ UpdateSystemCommandInput,
206
+ UpdateSystemCommandOutput,
207
+ } from "./commands/UpdateSystemCommand";
208
+ import {
209
+ UpdateUserJourneyCommandInput,
210
+ UpdateUserJourneyCommandOutput,
211
+ } from "./commands/UpdateUserJourneyCommand";
212
+ import { Resiliencehubv2Client } from "./Resiliencehubv2Client";
213
+ export interface Resiliencehubv2 {
214
+ createAssertion(
215
+ args: CreateAssertionCommandInput,
216
+ options?: __HttpHandlerOptions
217
+ ): Promise<CreateAssertionCommandOutput>;
218
+ createAssertion(
219
+ args: CreateAssertionCommandInput,
220
+ cb: (err: any, data?: CreateAssertionCommandOutput) => void
221
+ ): void;
222
+ createAssertion(
223
+ args: CreateAssertionCommandInput,
224
+ options: __HttpHandlerOptions,
225
+ cb: (err: any, data?: CreateAssertionCommandOutput) => void
226
+ ): void;
227
+ createInputSource(
228
+ args: CreateInputSourceCommandInput,
229
+ options?: __HttpHandlerOptions
230
+ ): Promise<CreateInputSourceCommandOutput>;
231
+ createInputSource(
232
+ args: CreateInputSourceCommandInput,
233
+ cb: (err: any, data?: CreateInputSourceCommandOutput) => void
234
+ ): void;
235
+ createInputSource(
236
+ args: CreateInputSourceCommandInput,
237
+ options: __HttpHandlerOptions,
238
+ cb: (err: any, data?: CreateInputSourceCommandOutput) => void
239
+ ): void;
240
+ createPolicy(
241
+ args: CreatePolicyCommandInput,
242
+ options?: __HttpHandlerOptions
243
+ ): Promise<CreatePolicyCommandOutput>;
244
+ createPolicy(
245
+ args: CreatePolicyCommandInput,
246
+ cb: (err: any, data?: CreatePolicyCommandOutput) => void
247
+ ): void;
248
+ createPolicy(
249
+ args: CreatePolicyCommandInput,
250
+ options: __HttpHandlerOptions,
251
+ cb: (err: any, data?: CreatePolicyCommandOutput) => void
252
+ ): void;
253
+ createReport(
254
+ args: CreateReportCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<CreateReportCommandOutput>;
257
+ createReport(
258
+ args: CreateReportCommandInput,
259
+ cb: (err: any, data?: CreateReportCommandOutput) => void
260
+ ): void;
261
+ createReport(
262
+ args: CreateReportCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: CreateReportCommandOutput) => void
265
+ ): void;
266
+ createService(
267
+ args: CreateServiceCommandInput,
268
+ options?: __HttpHandlerOptions
269
+ ): Promise<CreateServiceCommandOutput>;
270
+ createService(
271
+ args: CreateServiceCommandInput,
272
+ cb: (err: any, data?: CreateServiceCommandOutput) => void
273
+ ): void;
274
+ createService(
275
+ args: CreateServiceCommandInput,
276
+ options: __HttpHandlerOptions,
277
+ cb: (err: any, data?: CreateServiceCommandOutput) => void
278
+ ): void;
279
+ createServiceFunction(
280
+ args: CreateServiceFunctionCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<CreateServiceFunctionCommandOutput>;
283
+ createServiceFunction(
284
+ args: CreateServiceFunctionCommandInput,
285
+ cb: (err: any, data?: CreateServiceFunctionCommandOutput) => void
286
+ ): void;
287
+ createServiceFunction(
288
+ args: CreateServiceFunctionCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: CreateServiceFunctionCommandOutput) => void
291
+ ): void;
292
+ createServiceFunctionResources(
293
+ args: CreateServiceFunctionResourcesCommandInput,
294
+ options?: __HttpHandlerOptions
295
+ ): Promise<CreateServiceFunctionResourcesCommandOutput>;
296
+ createServiceFunctionResources(
297
+ args: CreateServiceFunctionResourcesCommandInput,
298
+ cb: (err: any, data?: CreateServiceFunctionResourcesCommandOutput) => void
299
+ ): void;
300
+ createServiceFunctionResources(
301
+ args: CreateServiceFunctionResourcesCommandInput,
302
+ options: __HttpHandlerOptions,
303
+ cb: (err: any, data?: CreateServiceFunctionResourcesCommandOutput) => void
304
+ ): void;
305
+ createSystem(
306
+ args: CreateSystemCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<CreateSystemCommandOutput>;
309
+ createSystem(
310
+ args: CreateSystemCommandInput,
311
+ cb: (err: any, data?: CreateSystemCommandOutput) => void
312
+ ): void;
313
+ createSystem(
314
+ args: CreateSystemCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: CreateSystemCommandOutput) => void
317
+ ): void;
318
+ createUserJourney(
319
+ args: CreateUserJourneyCommandInput,
320
+ options?: __HttpHandlerOptions
321
+ ): Promise<CreateUserJourneyCommandOutput>;
322
+ createUserJourney(
323
+ args: CreateUserJourneyCommandInput,
324
+ cb: (err: any, data?: CreateUserJourneyCommandOutput) => void
325
+ ): void;
326
+ createUserJourney(
327
+ args: CreateUserJourneyCommandInput,
328
+ options: __HttpHandlerOptions,
329
+ cb: (err: any, data?: CreateUserJourneyCommandOutput) => void
330
+ ): void;
331
+ deleteAssertion(
332
+ args: DeleteAssertionCommandInput,
333
+ options?: __HttpHandlerOptions
334
+ ): Promise<DeleteAssertionCommandOutput>;
335
+ deleteAssertion(
336
+ args: DeleteAssertionCommandInput,
337
+ cb: (err: any, data?: DeleteAssertionCommandOutput) => void
338
+ ): void;
339
+ deleteAssertion(
340
+ args: DeleteAssertionCommandInput,
341
+ options: __HttpHandlerOptions,
342
+ cb: (err: any, data?: DeleteAssertionCommandOutput) => void
343
+ ): void;
344
+ deleteInputSource(
345
+ args: DeleteInputSourceCommandInput,
346
+ options?: __HttpHandlerOptions
347
+ ): Promise<DeleteInputSourceCommandOutput>;
348
+ deleteInputSource(
349
+ args: DeleteInputSourceCommandInput,
350
+ cb: (err: any, data?: DeleteInputSourceCommandOutput) => void
351
+ ): void;
352
+ deleteInputSource(
353
+ args: DeleteInputSourceCommandInput,
354
+ options: __HttpHandlerOptions,
355
+ cb: (err: any, data?: DeleteInputSourceCommandOutput) => void
356
+ ): void;
357
+ deletePolicy(
358
+ args: DeletePolicyCommandInput,
359
+ options?: __HttpHandlerOptions
360
+ ): Promise<DeletePolicyCommandOutput>;
361
+ deletePolicy(
362
+ args: DeletePolicyCommandInput,
363
+ cb: (err: any, data?: DeletePolicyCommandOutput) => void
364
+ ): void;
365
+ deletePolicy(
366
+ args: DeletePolicyCommandInput,
367
+ options: __HttpHandlerOptions,
368
+ cb: (err: any, data?: DeletePolicyCommandOutput) => void
369
+ ): void;
370
+ deleteService(
371
+ args: DeleteServiceCommandInput,
372
+ options?: __HttpHandlerOptions
373
+ ): Promise<DeleteServiceCommandOutput>;
374
+ deleteService(
375
+ args: DeleteServiceCommandInput,
376
+ cb: (err: any, data?: DeleteServiceCommandOutput) => void
377
+ ): void;
378
+ deleteService(
379
+ args: DeleteServiceCommandInput,
380
+ options: __HttpHandlerOptions,
381
+ cb: (err: any, data?: DeleteServiceCommandOutput) => void
382
+ ): void;
383
+ deleteServiceFunction(
384
+ args: DeleteServiceFunctionCommandInput,
385
+ options?: __HttpHandlerOptions
386
+ ): Promise<DeleteServiceFunctionCommandOutput>;
387
+ deleteServiceFunction(
388
+ args: DeleteServiceFunctionCommandInput,
389
+ cb: (err: any, data?: DeleteServiceFunctionCommandOutput) => void
390
+ ): void;
391
+ deleteServiceFunction(
392
+ args: DeleteServiceFunctionCommandInput,
393
+ options: __HttpHandlerOptions,
394
+ cb: (err: any, data?: DeleteServiceFunctionCommandOutput) => void
395
+ ): void;
396
+ deleteServiceFunctionResources(
397
+ args: DeleteServiceFunctionResourcesCommandInput,
398
+ options?: __HttpHandlerOptions
399
+ ): Promise<DeleteServiceFunctionResourcesCommandOutput>;
400
+ deleteServiceFunctionResources(
401
+ args: DeleteServiceFunctionResourcesCommandInput,
402
+ cb: (err: any, data?: DeleteServiceFunctionResourcesCommandOutput) => void
403
+ ): void;
404
+ deleteServiceFunctionResources(
405
+ args: DeleteServiceFunctionResourcesCommandInput,
406
+ options: __HttpHandlerOptions,
407
+ cb: (err: any, data?: DeleteServiceFunctionResourcesCommandOutput) => void
408
+ ): void;
409
+ deleteSystem(
410
+ args: DeleteSystemCommandInput,
411
+ options?: __HttpHandlerOptions
412
+ ): Promise<DeleteSystemCommandOutput>;
413
+ deleteSystem(
414
+ args: DeleteSystemCommandInput,
415
+ cb: (err: any, data?: DeleteSystemCommandOutput) => void
416
+ ): void;
417
+ deleteSystem(
418
+ args: DeleteSystemCommandInput,
419
+ options: __HttpHandlerOptions,
420
+ cb: (err: any, data?: DeleteSystemCommandOutput) => void
421
+ ): void;
422
+ deleteUserJourney(
423
+ args: DeleteUserJourneyCommandInput,
424
+ options?: __HttpHandlerOptions
425
+ ): Promise<DeleteUserJourneyCommandOutput>;
426
+ deleteUserJourney(
427
+ args: DeleteUserJourneyCommandInput,
428
+ cb: (err: any, data?: DeleteUserJourneyCommandOutput) => void
429
+ ): void;
430
+ deleteUserJourney(
431
+ args: DeleteUserJourneyCommandInput,
432
+ options: __HttpHandlerOptions,
433
+ cb: (err: any, data?: DeleteUserJourneyCommandOutput) => void
434
+ ): void;
435
+ getFailureModeFinding(
436
+ args: GetFailureModeFindingCommandInput,
437
+ options?: __HttpHandlerOptions
438
+ ): Promise<GetFailureModeFindingCommandOutput>;
439
+ getFailureModeFinding(
440
+ args: GetFailureModeFindingCommandInput,
441
+ cb: (err: any, data?: GetFailureModeFindingCommandOutput) => void
442
+ ): void;
443
+ getFailureModeFinding(
444
+ args: GetFailureModeFindingCommandInput,
445
+ options: __HttpHandlerOptions,
446
+ cb: (err: any, data?: GetFailureModeFindingCommandOutput) => void
447
+ ): void;
448
+ getPolicy(
449
+ args: GetPolicyCommandInput,
450
+ options?: __HttpHandlerOptions
451
+ ): Promise<GetPolicyCommandOutput>;
452
+ getPolicy(
453
+ args: GetPolicyCommandInput,
454
+ cb: (err: any, data?: GetPolicyCommandOutput) => void
455
+ ): void;
456
+ getPolicy(
457
+ args: GetPolicyCommandInput,
458
+ options: __HttpHandlerOptions,
459
+ cb: (err: any, data?: GetPolicyCommandOutput) => void
460
+ ): void;
461
+ getService(
462
+ args: GetServiceCommandInput,
463
+ options?: __HttpHandlerOptions
464
+ ): Promise<GetServiceCommandOutput>;
465
+ getService(
466
+ args: GetServiceCommandInput,
467
+ cb: (err: any, data?: GetServiceCommandOutput) => void
468
+ ): void;
469
+ getService(
470
+ args: GetServiceCommandInput,
471
+ options: __HttpHandlerOptions,
472
+ cb: (err: any, data?: GetServiceCommandOutput) => void
473
+ ): void;
474
+ getSystem(
475
+ args: GetSystemCommandInput,
476
+ options?: __HttpHandlerOptions
477
+ ): Promise<GetSystemCommandOutput>;
478
+ getSystem(
479
+ args: GetSystemCommandInput,
480
+ cb: (err: any, data?: GetSystemCommandOutput) => void
481
+ ): void;
482
+ getSystem(
483
+ args: GetSystemCommandInput,
484
+ options: __HttpHandlerOptions,
485
+ cb: (err: any, data?: GetSystemCommandOutput) => void
486
+ ): void;
487
+ getUserJourney(
488
+ args: GetUserJourneyCommandInput,
489
+ options?: __HttpHandlerOptions
490
+ ): Promise<GetUserJourneyCommandOutput>;
491
+ getUserJourney(
492
+ args: GetUserJourneyCommandInput,
493
+ cb: (err: any, data?: GetUserJourneyCommandOutput) => void
494
+ ): void;
495
+ getUserJourney(
496
+ args: GetUserJourneyCommandInput,
497
+ options: __HttpHandlerOptions,
498
+ cb: (err: any, data?: GetUserJourneyCommandOutput) => void
499
+ ): void;
500
+ importApp(
501
+ args: ImportAppCommandInput,
502
+ options?: __HttpHandlerOptions
503
+ ): Promise<ImportAppCommandOutput>;
504
+ importApp(
505
+ args: ImportAppCommandInput,
506
+ cb: (err: any, data?: ImportAppCommandOutput) => void
507
+ ): void;
508
+ importApp(
509
+ args: ImportAppCommandInput,
510
+ options: __HttpHandlerOptions,
511
+ cb: (err: any, data?: ImportAppCommandOutput) => void
512
+ ): void;
513
+ importPolicy(
514
+ args: ImportPolicyCommandInput,
515
+ options?: __HttpHandlerOptions
516
+ ): Promise<ImportPolicyCommandOutput>;
517
+ importPolicy(
518
+ args: ImportPolicyCommandInput,
519
+ cb: (err: any, data?: ImportPolicyCommandOutput) => void
520
+ ): void;
521
+ importPolicy(
522
+ args: ImportPolicyCommandInput,
523
+ options: __HttpHandlerOptions,
524
+ cb: (err: any, data?: ImportPolicyCommandOutput) => void
525
+ ): void;
526
+ listAssertions(
527
+ args: ListAssertionsCommandInput,
528
+ options?: __HttpHandlerOptions
529
+ ): Promise<ListAssertionsCommandOutput>;
530
+ listAssertions(
531
+ args: ListAssertionsCommandInput,
532
+ cb: (err: any, data?: ListAssertionsCommandOutput) => void
533
+ ): void;
534
+ listAssertions(
535
+ args: ListAssertionsCommandInput,
536
+ options: __HttpHandlerOptions,
537
+ cb: (err: any, data?: ListAssertionsCommandOutput) => void
538
+ ): void;
539
+ listDependencies(): Promise<ListDependenciesCommandOutput>;
540
+ listDependencies(
541
+ args: ListDependenciesCommandInput,
542
+ options?: __HttpHandlerOptions
543
+ ): Promise<ListDependenciesCommandOutput>;
544
+ listDependencies(
545
+ args: ListDependenciesCommandInput,
546
+ cb: (err: any, data?: ListDependenciesCommandOutput) => void
547
+ ): void;
548
+ listDependencies(
549
+ args: ListDependenciesCommandInput,
550
+ options: __HttpHandlerOptions,
551
+ cb: (err: any, data?: ListDependenciesCommandOutput) => void
552
+ ): void;
553
+ listFailureModeAssessments(
554
+ args: ListFailureModeAssessmentsCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<ListFailureModeAssessmentsCommandOutput>;
557
+ listFailureModeAssessments(
558
+ args: ListFailureModeAssessmentsCommandInput,
559
+ cb: (err: any, data?: ListFailureModeAssessmentsCommandOutput) => void
560
+ ): void;
561
+ listFailureModeAssessments(
562
+ args: ListFailureModeAssessmentsCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: ListFailureModeAssessmentsCommandOutput) => void
565
+ ): void;
566
+ listFailureModeFindings(
567
+ args: ListFailureModeFindingsCommandInput,
568
+ options?: __HttpHandlerOptions
569
+ ): Promise<ListFailureModeFindingsCommandOutput>;
570
+ listFailureModeFindings(
571
+ args: ListFailureModeFindingsCommandInput,
572
+ cb: (err: any, data?: ListFailureModeFindingsCommandOutput) => void
573
+ ): void;
574
+ listFailureModeFindings(
575
+ args: ListFailureModeFindingsCommandInput,
576
+ options: __HttpHandlerOptions,
577
+ cb: (err: any, data?: ListFailureModeFindingsCommandOutput) => void
578
+ ): void;
579
+ listInputSources(
580
+ args: ListInputSourcesCommandInput,
581
+ options?: __HttpHandlerOptions
582
+ ): Promise<ListInputSourcesCommandOutput>;
583
+ listInputSources(
584
+ args: ListInputSourcesCommandInput,
585
+ cb: (err: any, data?: ListInputSourcesCommandOutput) => void
586
+ ): void;
587
+ listInputSources(
588
+ args: ListInputSourcesCommandInput,
589
+ options: __HttpHandlerOptions,
590
+ cb: (err: any, data?: ListInputSourcesCommandOutput) => void
591
+ ): void;
592
+ listPolicies(): Promise<ListPoliciesCommandOutput>;
593
+ listPolicies(
594
+ args: ListPoliciesCommandInput,
595
+ options?: __HttpHandlerOptions
596
+ ): Promise<ListPoliciesCommandOutput>;
597
+ listPolicies(
598
+ args: ListPoliciesCommandInput,
599
+ cb: (err: any, data?: ListPoliciesCommandOutput) => void
600
+ ): void;
601
+ listPolicies(
602
+ args: ListPoliciesCommandInput,
603
+ options: __HttpHandlerOptions,
604
+ cb: (err: any, data?: ListPoliciesCommandOutput) => void
605
+ ): void;
606
+ listReports(): Promise<ListReportsCommandOutput>;
607
+ listReports(
608
+ args: ListReportsCommandInput,
609
+ options?: __HttpHandlerOptions
610
+ ): Promise<ListReportsCommandOutput>;
611
+ listReports(
612
+ args: ListReportsCommandInput,
613
+ cb: (err: any, data?: ListReportsCommandOutput) => void
614
+ ): void;
615
+ listReports(
616
+ args: ListReportsCommandInput,
617
+ options: __HttpHandlerOptions,
618
+ cb: (err: any, data?: ListReportsCommandOutput) => void
619
+ ): void;
620
+ listResources(
621
+ args: ListResourcesCommandInput,
622
+ options?: __HttpHandlerOptions
623
+ ): Promise<ListResourcesCommandOutput>;
624
+ listResources(
625
+ args: ListResourcesCommandInput,
626
+ cb: (err: any, data?: ListResourcesCommandOutput) => void
627
+ ): void;
628
+ listResources(
629
+ args: ListResourcesCommandInput,
630
+ options: __HttpHandlerOptions,
631
+ cb: (err: any, data?: ListResourcesCommandOutput) => void
632
+ ): void;
633
+ listServiceEvents(
634
+ args: ListServiceEventsCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<ListServiceEventsCommandOutput>;
637
+ listServiceEvents(
638
+ args: ListServiceEventsCommandInput,
639
+ cb: (err: any, data?: ListServiceEventsCommandOutput) => void
640
+ ): void;
641
+ listServiceEvents(
642
+ args: ListServiceEventsCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: ListServiceEventsCommandOutput) => void
645
+ ): void;
646
+ listServiceFunctions(
647
+ args: ListServiceFunctionsCommandInput,
648
+ options?: __HttpHandlerOptions
649
+ ): Promise<ListServiceFunctionsCommandOutput>;
650
+ listServiceFunctions(
651
+ args: ListServiceFunctionsCommandInput,
652
+ cb: (err: any, data?: ListServiceFunctionsCommandOutput) => void
653
+ ): void;
654
+ listServiceFunctions(
655
+ args: ListServiceFunctionsCommandInput,
656
+ options: __HttpHandlerOptions,
657
+ cb: (err: any, data?: ListServiceFunctionsCommandOutput) => void
658
+ ): void;
659
+ listServices(): Promise<ListServicesCommandOutput>;
660
+ listServices(
661
+ args: ListServicesCommandInput,
662
+ options?: __HttpHandlerOptions
663
+ ): Promise<ListServicesCommandOutput>;
664
+ listServices(
665
+ args: ListServicesCommandInput,
666
+ cb: (err: any, data?: ListServicesCommandOutput) => void
667
+ ): void;
668
+ listServices(
669
+ args: ListServicesCommandInput,
670
+ options: __HttpHandlerOptions,
671
+ cb: (err: any, data?: ListServicesCommandOutput) => void
672
+ ): void;
673
+ listServiceTopologyEdges(
674
+ args: ListServiceTopologyEdgesCommandInput,
675
+ options?: __HttpHandlerOptions
676
+ ): Promise<ListServiceTopologyEdgesCommandOutput>;
677
+ listServiceTopologyEdges(
678
+ args: ListServiceTopologyEdgesCommandInput,
679
+ cb: (err: any, data?: ListServiceTopologyEdgesCommandOutput) => void
680
+ ): void;
681
+ listServiceTopologyEdges(
682
+ args: ListServiceTopologyEdgesCommandInput,
683
+ options: __HttpHandlerOptions,
684
+ cb: (err: any, data?: ListServiceTopologyEdgesCommandOutput) => void
685
+ ): void;
686
+ listSystemEvents(
687
+ args: ListSystemEventsCommandInput,
688
+ options?: __HttpHandlerOptions
689
+ ): Promise<ListSystemEventsCommandOutput>;
690
+ listSystemEvents(
691
+ args: ListSystemEventsCommandInput,
692
+ cb: (err: any, data?: ListSystemEventsCommandOutput) => void
693
+ ): void;
694
+ listSystemEvents(
695
+ args: ListSystemEventsCommandInput,
696
+ options: __HttpHandlerOptions,
697
+ cb: (err: any, data?: ListSystemEventsCommandOutput) => void
698
+ ): void;
699
+ listSystems(): Promise<ListSystemsCommandOutput>;
700
+ listSystems(
701
+ args: ListSystemsCommandInput,
702
+ options?: __HttpHandlerOptions
703
+ ): Promise<ListSystemsCommandOutput>;
704
+ listSystems(
705
+ args: ListSystemsCommandInput,
706
+ cb: (err: any, data?: ListSystemsCommandOutput) => void
707
+ ): void;
708
+ listSystems(
709
+ args: ListSystemsCommandInput,
710
+ options: __HttpHandlerOptions,
711
+ cb: (err: any, data?: ListSystemsCommandOutput) => void
712
+ ): void;
713
+ listTagsForResource(
714
+ args: ListTagsForResourceCommandInput,
715
+ options?: __HttpHandlerOptions
716
+ ): Promise<ListTagsForResourceCommandOutput>;
717
+ listTagsForResource(
718
+ args: ListTagsForResourceCommandInput,
719
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
720
+ ): void;
721
+ listTagsForResource(
722
+ args: ListTagsForResourceCommandInput,
723
+ options: __HttpHandlerOptions,
724
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
725
+ ): void;
726
+ listUserJourneys(
727
+ args: ListUserJourneysCommandInput,
728
+ options?: __HttpHandlerOptions
729
+ ): Promise<ListUserJourneysCommandOutput>;
730
+ listUserJourneys(
731
+ args: ListUserJourneysCommandInput,
732
+ cb: (err: any, data?: ListUserJourneysCommandOutput) => void
733
+ ): void;
734
+ listUserJourneys(
735
+ args: ListUserJourneysCommandInput,
736
+ options: __HttpHandlerOptions,
737
+ cb: (err: any, data?: ListUserJourneysCommandOutput) => void
738
+ ): void;
739
+ startFailureModeAssessment(
740
+ args: StartFailureModeAssessmentCommandInput,
741
+ options?: __HttpHandlerOptions
742
+ ): Promise<StartFailureModeAssessmentCommandOutput>;
743
+ startFailureModeAssessment(
744
+ args: StartFailureModeAssessmentCommandInput,
745
+ cb: (err: any, data?: StartFailureModeAssessmentCommandOutput) => void
746
+ ): void;
747
+ startFailureModeAssessment(
748
+ args: StartFailureModeAssessmentCommandInput,
749
+ options: __HttpHandlerOptions,
750
+ cb: (err: any, data?: StartFailureModeAssessmentCommandOutput) => void
751
+ ): void;
752
+ tagResource(
753
+ args: TagResourceCommandInput,
754
+ options?: __HttpHandlerOptions
755
+ ): Promise<TagResourceCommandOutput>;
756
+ tagResource(
757
+ args: TagResourceCommandInput,
758
+ cb: (err: any, data?: TagResourceCommandOutput) => void
759
+ ): void;
760
+ tagResource(
761
+ args: TagResourceCommandInput,
762
+ options: __HttpHandlerOptions,
763
+ cb: (err: any, data?: TagResourceCommandOutput) => void
764
+ ): void;
765
+ untagResource(
766
+ args: UntagResourceCommandInput,
767
+ options?: __HttpHandlerOptions
768
+ ): Promise<UntagResourceCommandOutput>;
769
+ untagResource(
770
+ args: UntagResourceCommandInput,
771
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
772
+ ): void;
773
+ untagResource(
774
+ args: UntagResourceCommandInput,
775
+ options: __HttpHandlerOptions,
776
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
777
+ ): void;
778
+ updateAssertion(
779
+ args: UpdateAssertionCommandInput,
780
+ options?: __HttpHandlerOptions
781
+ ): Promise<UpdateAssertionCommandOutput>;
782
+ updateAssertion(
783
+ args: UpdateAssertionCommandInput,
784
+ cb: (err: any, data?: UpdateAssertionCommandOutput) => void
785
+ ): void;
786
+ updateAssertion(
787
+ args: UpdateAssertionCommandInput,
788
+ options: __HttpHandlerOptions,
789
+ cb: (err: any, data?: UpdateAssertionCommandOutput) => void
790
+ ): void;
791
+ updateDependency(
792
+ args: UpdateDependencyCommandInput,
793
+ options?: __HttpHandlerOptions
794
+ ): Promise<UpdateDependencyCommandOutput>;
795
+ updateDependency(
796
+ args: UpdateDependencyCommandInput,
797
+ cb: (err: any, data?: UpdateDependencyCommandOutput) => void
798
+ ): void;
799
+ updateDependency(
800
+ args: UpdateDependencyCommandInput,
801
+ options: __HttpHandlerOptions,
802
+ cb: (err: any, data?: UpdateDependencyCommandOutput) => void
803
+ ): void;
804
+ updateFailureModeFinding(
805
+ args: UpdateFailureModeFindingCommandInput,
806
+ options?: __HttpHandlerOptions
807
+ ): Promise<UpdateFailureModeFindingCommandOutput>;
808
+ updateFailureModeFinding(
809
+ args: UpdateFailureModeFindingCommandInput,
810
+ cb: (err: any, data?: UpdateFailureModeFindingCommandOutput) => void
811
+ ): void;
812
+ updateFailureModeFinding(
813
+ args: UpdateFailureModeFindingCommandInput,
814
+ options: __HttpHandlerOptions,
815
+ cb: (err: any, data?: UpdateFailureModeFindingCommandOutput) => void
816
+ ): void;
817
+ updatePolicy(
818
+ args: UpdatePolicyCommandInput,
819
+ options?: __HttpHandlerOptions
820
+ ): Promise<UpdatePolicyCommandOutput>;
821
+ updatePolicy(
822
+ args: UpdatePolicyCommandInput,
823
+ cb: (err: any, data?: UpdatePolicyCommandOutput) => void
824
+ ): void;
825
+ updatePolicy(
826
+ args: UpdatePolicyCommandInput,
827
+ options: __HttpHandlerOptions,
828
+ cb: (err: any, data?: UpdatePolicyCommandOutput) => void
829
+ ): void;
830
+ updateService(
831
+ args: UpdateServiceCommandInput,
832
+ options?: __HttpHandlerOptions
833
+ ): Promise<UpdateServiceCommandOutput>;
834
+ updateService(
835
+ args: UpdateServiceCommandInput,
836
+ cb: (err: any, data?: UpdateServiceCommandOutput) => void
837
+ ): void;
838
+ updateService(
839
+ args: UpdateServiceCommandInput,
840
+ options: __HttpHandlerOptions,
841
+ cb: (err: any, data?: UpdateServiceCommandOutput) => void
842
+ ): void;
843
+ updateServiceFunction(
844
+ args: UpdateServiceFunctionCommandInput,
845
+ options?: __HttpHandlerOptions
846
+ ): Promise<UpdateServiceFunctionCommandOutput>;
847
+ updateServiceFunction(
848
+ args: UpdateServiceFunctionCommandInput,
849
+ cb: (err: any, data?: UpdateServiceFunctionCommandOutput) => void
850
+ ): void;
851
+ updateServiceFunction(
852
+ args: UpdateServiceFunctionCommandInput,
853
+ options: __HttpHandlerOptions,
854
+ cb: (err: any, data?: UpdateServiceFunctionCommandOutput) => void
855
+ ): void;
856
+ updateSystem(
857
+ args: UpdateSystemCommandInput,
858
+ options?: __HttpHandlerOptions
859
+ ): Promise<UpdateSystemCommandOutput>;
860
+ updateSystem(
861
+ args: UpdateSystemCommandInput,
862
+ cb: (err: any, data?: UpdateSystemCommandOutput) => void
863
+ ): void;
864
+ updateSystem(
865
+ args: UpdateSystemCommandInput,
866
+ options: __HttpHandlerOptions,
867
+ cb: (err: any, data?: UpdateSystemCommandOutput) => void
868
+ ): void;
869
+ updateUserJourney(
870
+ args: UpdateUserJourneyCommandInput,
871
+ options?: __HttpHandlerOptions
872
+ ): Promise<UpdateUserJourneyCommandOutput>;
873
+ updateUserJourney(
874
+ args: UpdateUserJourneyCommandInput,
875
+ cb: (err: any, data?: UpdateUserJourneyCommandOutput) => void
876
+ ): void;
877
+ updateUserJourney(
878
+ args: UpdateUserJourneyCommandInput,
879
+ options: __HttpHandlerOptions,
880
+ cb: (err: any, data?: UpdateUserJourneyCommandOutput) => void
881
+ ): void;
882
+ paginateListAssertions(
883
+ args: ListAssertionsCommandInput,
884
+ paginationConfig?: Pick<
885
+ PaginationConfiguration,
886
+ Exclude<keyof PaginationConfiguration, "client">
887
+ >
888
+ ): Paginator<ListAssertionsCommandOutput>;
889
+ paginateListDependencies(
890
+ args?: ListDependenciesCommandInput,
891
+ paginationConfig?: Pick<
892
+ PaginationConfiguration,
893
+ Exclude<keyof PaginationConfiguration, "client">
894
+ >
895
+ ): Paginator<ListDependenciesCommandOutput>;
896
+ paginateListFailureModeAssessments(
897
+ args: ListFailureModeAssessmentsCommandInput,
898
+ paginationConfig?: Pick<
899
+ PaginationConfiguration,
900
+ Exclude<keyof PaginationConfiguration, "client">
901
+ >
902
+ ): Paginator<ListFailureModeAssessmentsCommandOutput>;
903
+ paginateListFailureModeFindings(
904
+ args: ListFailureModeFindingsCommandInput,
905
+ paginationConfig?: Pick<
906
+ PaginationConfiguration,
907
+ Exclude<keyof PaginationConfiguration, "client">
908
+ >
909
+ ): Paginator<ListFailureModeFindingsCommandOutput>;
910
+ paginateListInputSources(
911
+ args: ListInputSourcesCommandInput,
912
+ paginationConfig?: Pick<
913
+ PaginationConfiguration,
914
+ Exclude<keyof PaginationConfiguration, "client">
915
+ >
916
+ ): Paginator<ListInputSourcesCommandOutput>;
917
+ paginateListPolicies(
918
+ args?: ListPoliciesCommandInput,
919
+ paginationConfig?: Pick<
920
+ PaginationConfiguration,
921
+ Exclude<keyof PaginationConfiguration, "client">
922
+ >
923
+ ): Paginator<ListPoliciesCommandOutput>;
924
+ paginateListReports(
925
+ args?: ListReportsCommandInput,
926
+ paginationConfig?: Pick<
927
+ PaginationConfiguration,
928
+ Exclude<keyof PaginationConfiguration, "client">
929
+ >
930
+ ): Paginator<ListReportsCommandOutput>;
931
+ paginateListResources(
932
+ args: ListResourcesCommandInput,
933
+ paginationConfig?: Pick<
934
+ PaginationConfiguration,
935
+ Exclude<keyof PaginationConfiguration, "client">
936
+ >
937
+ ): Paginator<ListResourcesCommandOutput>;
938
+ paginateListServiceEvents(
939
+ args: ListServiceEventsCommandInput,
940
+ paginationConfig?: Pick<
941
+ PaginationConfiguration,
942
+ Exclude<keyof PaginationConfiguration, "client">
943
+ >
944
+ ): Paginator<ListServiceEventsCommandOutput>;
945
+ paginateListServiceFunctions(
946
+ args: ListServiceFunctionsCommandInput,
947
+ paginationConfig?: Pick<
948
+ PaginationConfiguration,
949
+ Exclude<keyof PaginationConfiguration, "client">
950
+ >
951
+ ): Paginator<ListServiceFunctionsCommandOutput>;
952
+ paginateListServices(
953
+ args?: ListServicesCommandInput,
954
+ paginationConfig?: Pick<
955
+ PaginationConfiguration,
956
+ Exclude<keyof PaginationConfiguration, "client">
957
+ >
958
+ ): Paginator<ListServicesCommandOutput>;
959
+ paginateListServiceTopologyEdges(
960
+ args: ListServiceTopologyEdgesCommandInput,
961
+ paginationConfig?: Pick<
962
+ PaginationConfiguration,
963
+ Exclude<keyof PaginationConfiguration, "client">
964
+ >
965
+ ): Paginator<ListServiceTopologyEdgesCommandOutput>;
966
+ paginateListSystemEvents(
967
+ args: ListSystemEventsCommandInput,
968
+ paginationConfig?: Pick<
969
+ PaginationConfiguration,
970
+ Exclude<keyof PaginationConfiguration, "client">
971
+ >
972
+ ): Paginator<ListSystemEventsCommandOutput>;
973
+ paginateListSystems(
974
+ args?: ListSystemsCommandInput,
975
+ paginationConfig?: Pick<
976
+ PaginationConfiguration,
977
+ Exclude<keyof PaginationConfiguration, "client">
978
+ >
979
+ ): Paginator<ListSystemsCommandOutput>;
980
+ paginateListUserJourneys(
981
+ args: ListUserJourneysCommandInput,
982
+ paginationConfig?: Pick<
983
+ PaginationConfiguration,
984
+ Exclude<keyof PaginationConfiguration, "client">
985
+ >
986
+ ): Paginator<ListUserJourneysCommandOutput>;
987
+ waitUntilServiceAssessmentCompleted(
988
+ args: GetServiceCommandInput,
989
+ waiterConfig:
990
+ | number
991
+ | Pick<
992
+ WaiterConfiguration<Resiliencehubv2>,
993
+ Exclude<keyof WaiterConfiguration<Resiliencehubv2>, "client">
994
+ >
995
+ ): Promise<WaiterResult<GetServiceCommandOutput>>;
996
+ waitUntilServiceResourceDiscoveryCompleted(
997
+ args: GetServiceCommandInput,
998
+ waiterConfig:
999
+ | number
1000
+ | Pick<
1001
+ WaiterConfiguration<Resiliencehubv2>,
1002
+ Exclude<keyof WaiterConfiguration<Resiliencehubv2>, "client">
1003
+ >
1004
+ ): Promise<WaiterResult<GetServiceCommandOutput>>;
1005
+ waitUntilFailureModeAssessmentSuccess(
1006
+ args: ListFailureModeAssessmentsCommandInput,
1007
+ waiterConfig:
1008
+ | number
1009
+ | Pick<
1010
+ WaiterConfiguration<Resiliencehubv2>,
1011
+ Exclude<keyof WaiterConfiguration<Resiliencehubv2>, "client">
1012
+ >
1013
+ ): Promise<WaiterResult<ListFailureModeAssessmentsCommandOutput>>;
1014
+ waitUntilReportSucceeded(
1015
+ args: ListReportsCommandInput,
1016
+ waiterConfig:
1017
+ | number
1018
+ | Pick<
1019
+ WaiterConfiguration<Resiliencehubv2>,
1020
+ Exclude<keyof WaiterConfiguration<Resiliencehubv2>, "client">
1021
+ >
1022
+ ): Promise<WaiterResult<ListReportsCommandOutput>>;
1023
+ }
1024
+ export declare class Resiliencehubv2
1025
+ extends Resiliencehubv2Client
1026
+ implements Resiliencehubv2 {}