@aws-sdk/client-health 3.31.0 → 3.35.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 (302) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/Health.js +2 -2
  3. package/dist-cjs/Health.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/HealthClient.js +14 -14
  5. package/dist-cjs/HealthClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/DescribeAffectedAccountsForOrganizationCommand.js +5 -5
  7. package/dist-cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/DescribeAffectedEntitiesCommand.js +5 -5
  9. package/dist-cjs/commands/DescribeAffectedEntitiesCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/DescribeAffectedEntitiesForOrganizationCommand.js +5 -5
  11. package/dist-cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/DescribeEntityAggregatesCommand.js +5 -5
  13. package/dist-cjs/commands/DescribeEntityAggregatesCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/DescribeEventAggregatesCommand.js +5 -5
  15. package/dist-cjs/commands/DescribeEventAggregatesCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DescribeEventDetailsCommand.js +5 -5
  17. package/dist-cjs/commands/DescribeEventDetailsCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DescribeEventDetailsForOrganizationCommand.js +5 -5
  19. package/dist-cjs/commands/DescribeEventDetailsForOrganizationCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DescribeEventTypesCommand.js +5 -5
  21. package/dist-cjs/commands/DescribeEventTypesCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +5 -5
  23. package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/DescribeEventsForOrganizationCommand.js +5 -5
  25. package/dist-cjs/commands/DescribeEventsForOrganizationCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/DescribeHealthServiceStatusForOrganizationCommand.js +5 -5
  27. package/dist-cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/DisableHealthServiceAccessForOrganizationCommand.js +4 -4
  29. package/dist-cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/EnableHealthServiceAccessForOrganizationCommand.js +4 -4
  31. package/dist-cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  33. package/dist-cjs/endpoints.js.map +1 -0
  34. package/dist-cjs/index.js +28 -0
  35. package/dist-cjs/index.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  37. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  38. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  39. package/dist-cjs/models/models_0.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/pagination/DescribeAffectedAccountsForOrganizationPaginator.js +1 -1
  41. package/dist-cjs/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js +1 -1
  43. package/dist-cjs/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/pagination/DescribeAffectedEntitiesPaginator.js +1 -1
  45. package/dist-cjs/pagination/DescribeAffectedEntitiesPaginator.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/pagination/DescribeEventAggregatesPaginator.js +1 -1
  47. package/dist-cjs/pagination/DescribeEventAggregatesPaginator.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/pagination/DescribeEventTypesPaginator.js +1 -1
  49. package/dist-cjs/pagination/DescribeEventTypesPaginator.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/pagination/DescribeEventsForOrganizationPaginator.js +1 -1
  51. package/dist-cjs/pagination/DescribeEventsForOrganizationPaginator.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/pagination/DescribeEventsPaginator.js +1 -1
  53. package/dist-cjs/pagination/DescribeEventsPaginator.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  55. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  56. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +63 -63
  57. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  59. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  61. package/dist-cjs/runtimeConfig.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  63. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  65. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  66. package/{dist/es → dist-es}/Health.js +3 -55
  67. package/dist-es/Health.js.map +1 -0
  68. package/dist-es/HealthClient.js +38 -0
  69. package/dist-es/HealthClient.js.map +1 -0
  70. package/{dist/es → dist-es}/commands/DescribeAffectedAccountsForOrganizationCommand.js +4 -37
  71. package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +1 -0
  72. package/dist-es/commands/DescribeAffectedEntitiesCommand.js +40 -0
  73. package/dist-es/commands/DescribeAffectedEntitiesCommand.js.map +1 -0
  74. package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +40 -0
  75. package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +1 -0
  76. package/{dist/es → dist-es}/commands/DescribeEntityAggregatesCommand.js +4 -30
  77. package/dist-es/commands/DescribeEntityAggregatesCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/DescribeEventAggregatesCommand.js +4 -34
  79. package/dist-es/commands/DescribeEventAggregatesCommand.js.map +1 -0
  80. package/dist-es/commands/DescribeEventDetailsCommand.js +40 -0
  81. package/dist-es/commands/DescribeEventDetailsCommand.js.map +1 -0
  82. package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +40 -0
  83. package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js.map +1 -0
  84. package/{dist/es → dist-es}/commands/DescribeEventTypesCommand.js +4 -36
  85. package/dist-es/commands/DescribeEventTypesCommand.js.map +1 -0
  86. package/dist-es/commands/DescribeEventsCommand.js +40 -0
  87. package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
  88. package/dist-es/commands/DescribeEventsForOrganizationCommand.js +40 -0
  89. package/dist-es/commands/DescribeEventsForOrganizationCommand.js.map +1 -0
  90. package/{dist/es → dist-es}/commands/DescribeHealthServiceStatusForOrganizationCommand.js +4 -32
  91. package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +1 -0
  92. package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +39 -0
  93. package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +1 -0
  94. package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +39 -0
  95. package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +1 -0
  96. package/{dist/es → dist-es}/endpoints.js +1 -1
  97. package/dist-es/endpoints.js.map +1 -0
  98. package/{dist/es → dist-es}/index.js +0 -0
  99. package/dist-es/index.js.map +1 -0
  100. package/{dist/es → dist-es}/models/index.js +0 -0
  101. package/dist-es/models/index.js.map +1 -0
  102. package/{dist/es → dist-es}/models/models_0.js +0 -126
  103. package/dist-es/models/models_0.js.map +1 -0
  104. package/{dist/es → dist-es}/pagination/DescribeAffectedAccountsForOrganizationPaginator.js +17 -29
  105. package/dist-es/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +1 -0
  106. package/{dist/es → dist-es}/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js +17 -29
  107. package/dist-es/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +1 -0
  108. package/{dist/es → dist-es}/pagination/DescribeAffectedEntitiesPaginator.js +17 -29
  109. package/dist-es/pagination/DescribeAffectedEntitiesPaginator.js.map +1 -0
  110. package/{dist/es → dist-es}/pagination/DescribeEventAggregatesPaginator.js +17 -29
  111. package/dist-es/pagination/DescribeEventAggregatesPaginator.js.map +1 -0
  112. package/{dist/es → dist-es}/pagination/DescribeEventTypesPaginator.js +17 -29
  113. package/dist-es/pagination/DescribeEventTypesPaginator.js.map +1 -0
  114. package/{dist/es → dist-es}/pagination/DescribeEventsForOrganizationPaginator.js +17 -29
  115. package/dist-es/pagination/DescribeEventsForOrganizationPaginator.js.map +1 -0
  116. package/{dist/es → dist-es}/pagination/DescribeEventsPaginator.js +17 -29
  117. package/dist-es/pagination/DescribeEventsPaginator.js.map +1 -0
  118. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  119. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  120. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +158 -163
  121. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  122. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  123. package/dist-es/runtimeConfig.browser.js.map +1 -0
  124. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  125. package/dist-es/runtimeConfig.js.map +1 -0
  126. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  127. package/dist-es/runtimeConfig.native.js.map +1 -0
  128. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  129. package/dist-es/runtimeConfig.shared.js.map +1 -0
  130. package/{dist/types → dist-types}/Health.d.ts +3 -3
  131. package/{dist/types → dist-types}/HealthClient.d.ts +9 -9
  132. package/{dist/types → dist-types}/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/DescribeAffectedEntitiesCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/DescribeEntityAggregatesCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/DescribeEventAggregatesCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/DescribeEventDetailsCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/DescribeEventTypesCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/DescribeEventsForOrganizationCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  146. package/{dist/types → dist-types}/index.d.ts +0 -0
  147. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  148. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  149. package/{dist/types → dist-types}/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +1 -1
  150. package/{dist/types → dist-types}/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +1 -1
  151. package/{dist/types → dist-types}/pagination/DescribeAffectedEntitiesPaginator.d.ts +1 -1
  152. package/{dist/types → dist-types}/pagination/DescribeEventAggregatesPaginator.d.ts +1 -1
  153. package/{dist/types → dist-types}/pagination/DescribeEventTypesPaginator.d.ts +1 -1
  154. package/{dist/types → dist-types}/pagination/DescribeEventsForOrganizationPaginator.d.ts +1 -1
  155. package/{dist/types → dist-types}/pagination/DescribeEventsPaginator.d.ts +1 -1
  156. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  157. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
  158. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  159. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  160. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  161. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  162. package/{dist/types → dist-types}/ts3.4/Health.d.ts +3 -3
  163. package/{dist/types → dist-types}/ts3.4/HealthClient.d.ts +9 -9
  164. package/{dist/types → dist-types}/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/ts3.4/commands/DescribeEventDetailsCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/ts3.4/commands/DescribeEventTypesCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/ts3.4/commands/DescribeEventsCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  178. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  179. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  180. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  181. package/{dist/types → dist-types}/ts3.4/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +1 -1
  182. package/{dist/types → dist-types}/ts3.4/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +1 -1
  183. package/{dist/types → dist-types}/ts3.4/pagination/DescribeAffectedEntitiesPaginator.d.ts +1 -1
  184. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventAggregatesPaginator.d.ts +1 -1
  185. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventTypesPaginator.d.ts +1 -1
  186. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsForOrganizationPaginator.d.ts +1 -1
  187. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
  188. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  189. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
  190. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  191. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  192. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  193. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  194. package/package.json +50 -50
  195. package/{Health.ts → src/Health.ts} +8 -7
  196. package/{HealthClient.ts → src/HealthClient.ts} +59 -58
  197. package/{commands → src/commands}/DescribeAffectedAccountsForOrganizationCommand.ts +11 -10
  198. package/{commands → src/commands}/DescribeAffectedEntitiesCommand.ts +8 -7
  199. package/{commands → src/commands}/DescribeAffectedEntitiesForOrganizationCommand.ts +11 -10
  200. package/{commands → src/commands}/DescribeEntityAggregatesCommand.ts +8 -7
  201. package/{commands → src/commands}/DescribeEventAggregatesCommand.ts +8 -7
  202. package/{commands → src/commands}/DescribeEventDetailsCommand.ts +8 -7
  203. package/{commands → src/commands}/DescribeEventDetailsForOrganizationCommand.ts +11 -10
  204. package/{commands → src/commands}/DescribeEventTypesCommand.ts +8 -7
  205. package/{commands → src/commands}/DescribeEventsCommand.ts +8 -7
  206. package/{commands → src/commands}/DescribeEventsForOrganizationCommand.ts +8 -7
  207. package/{commands → src/commands}/DescribeHealthServiceStatusForOrganizationCommand.ts +8 -7
  208. package/{commands → src/commands}/DisableHealthServiceAccessForOrganizationCommand.ts +7 -6
  209. package/{commands → src/commands}/EnableHealthServiceAccessForOrganizationCommand.ts +7 -6
  210. package/{endpoints.ts → src/endpoints.ts} +1 -1
  211. package/{index.ts → src/index.ts} +0 -0
  212. package/{models → src/models}/index.ts +0 -0
  213. package/{models → src/models}/models_0.ts +0 -0
  214. package/{pagination → src/pagination}/DescribeAffectedAccountsForOrganizationPaginator.ts +4 -3
  215. package/{pagination → src/pagination}/DescribeAffectedEntitiesForOrganizationPaginator.ts +4 -3
  216. package/{pagination → src/pagination}/DescribeAffectedEntitiesPaginator.ts +4 -3
  217. package/{pagination → src/pagination}/DescribeEventAggregatesPaginator.ts +4 -3
  218. package/{pagination → src/pagination}/DescribeEventTypesPaginator.ts +4 -3
  219. package/{pagination → src/pagination}/DescribeEventsForOrganizationPaginator.ts +4 -3
  220. package/{pagination → src/pagination}/DescribeEventsPaginator.ts +4 -3
  221. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  222. package/{protocols → src/protocols}/Aws_json1_1.ts +33 -32
  223. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  224. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  225. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  226. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  227. package/tsconfig.es.json +1 -3
  228. package/tsconfig.json +7 -7
  229. package/tsconfig.types.json +9 -0
  230. package/dist/cjs/Health.js.map +0 -1
  231. package/dist/cjs/HealthClient.js.map +0 -1
  232. package/dist/cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +0 -1
  233. package/dist/cjs/commands/DescribeAffectedEntitiesCommand.js.map +0 -1
  234. package/dist/cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +0 -1
  235. package/dist/cjs/commands/DescribeEntityAggregatesCommand.js.map +0 -1
  236. package/dist/cjs/commands/DescribeEventAggregatesCommand.js.map +0 -1
  237. package/dist/cjs/commands/DescribeEventDetailsCommand.js.map +0 -1
  238. package/dist/cjs/commands/DescribeEventDetailsForOrganizationCommand.js.map +0 -1
  239. package/dist/cjs/commands/DescribeEventTypesCommand.js.map +0 -1
  240. package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
  241. package/dist/cjs/commands/DescribeEventsForOrganizationCommand.js.map +0 -1
  242. package/dist/cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +0 -1
  243. package/dist/cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +0 -1
  244. package/dist/cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +0 -1
  245. package/dist/cjs/endpoints.js.map +0 -1
  246. package/dist/cjs/index.js +0 -28
  247. package/dist/cjs/index.js.map +0 -1
  248. package/dist/cjs/models/models_0.js.map +0 -1
  249. package/dist/cjs/package.json +0 -91
  250. package/dist/cjs/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +0 -1
  251. package/dist/cjs/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +0 -1
  252. package/dist/cjs/pagination/DescribeAffectedEntitiesPaginator.js.map +0 -1
  253. package/dist/cjs/pagination/DescribeEventAggregatesPaginator.js.map +0 -1
  254. package/dist/cjs/pagination/DescribeEventTypesPaginator.js.map +0 -1
  255. package/dist/cjs/pagination/DescribeEventsForOrganizationPaginator.js.map +0 -1
  256. package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
  257. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  258. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  259. package/dist/cjs/runtimeConfig.js.map +0 -1
  260. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  261. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  262. package/dist/es/Health.js.map +0 -1
  263. package/dist/es/HealthClient.js +0 -95
  264. package/dist/es/HealthClient.js.map +0 -1
  265. package/dist/es/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +0 -1
  266. package/dist/es/commands/DescribeAffectedEntitiesCommand.js +0 -83
  267. package/dist/es/commands/DescribeAffectedEntitiesCommand.js.map +0 -1
  268. package/dist/es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +0 -86
  269. package/dist/es/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +0 -1
  270. package/dist/es/commands/DescribeEntityAggregatesCommand.js.map +0 -1
  271. package/dist/es/commands/DescribeEventAggregatesCommand.js.map +0 -1
  272. package/dist/es/commands/DescribeEventDetailsCommand.js +0 -74
  273. package/dist/es/commands/DescribeEventDetailsCommand.js.map +0 -1
  274. package/dist/es/commands/DescribeEventDetailsForOrganizationCommand.js +0 -97
  275. package/dist/es/commands/DescribeEventDetailsForOrganizationCommand.js.map +0 -1
  276. package/dist/es/commands/DescribeEventTypesCommand.js.map +0 -1
  277. package/dist/es/commands/DescribeEventsCommand.js +0 -87
  278. package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
  279. package/dist/es/commands/DescribeEventsForOrganizationCommand.js +0 -96
  280. package/dist/es/commands/DescribeEventsForOrganizationCommand.js.map +0 -1
  281. package/dist/es/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +0 -1
  282. package/dist/es/commands/DisableHealthServiceAccessForOrganizationCommand.js +0 -78
  283. package/dist/es/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +0 -1
  284. package/dist/es/commands/EnableHealthServiceAccessForOrganizationCommand.js +0 -86
  285. package/dist/es/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +0 -1
  286. package/dist/es/endpoints.js.map +0 -1
  287. package/dist/es/index.js.map +0 -1
  288. package/dist/es/models/index.js.map +0 -1
  289. package/dist/es/models/models_0.js.map +0 -1
  290. package/dist/es/package.json +0 -91
  291. package/dist/es/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +0 -1
  292. package/dist/es/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +0 -1
  293. package/dist/es/pagination/DescribeAffectedEntitiesPaginator.js.map +0 -1
  294. package/dist/es/pagination/DescribeEventAggregatesPaginator.js.map +0 -1
  295. package/dist/es/pagination/DescribeEventTypesPaginator.js.map +0 -1
  296. package/dist/es/pagination/DescribeEventsForOrganizationPaginator.js.map +0 -1
  297. package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
  298. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  299. package/dist/es/runtimeConfig.browser.js.map +0 -1
  300. package/dist/es/runtimeConfig.js.map +0 -1
  301. package/dist/es/runtimeConfig.native.js.map +0 -1
  302. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,36 +1,37 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
- import { HealthClientConfig } from "./HealthClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: HealthClientConfig) => {
7
- runtime: string;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
- bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
- region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
- retryMode: string | import("@aws-sdk/types").Provider<string>;
17
- sha256: import("@aws-sdk/types").HashConstructor;
18
- streamCollector: import("@aws-sdk/types").StreamCollector;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
- };
1
+ import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { HealthClientConfig } from "./HealthClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: HealthClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<any>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -1,36 +1,37 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
- import { HealthClientConfig } from "./HealthClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: HealthClientConfig) => {
7
- runtime: string;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
- bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
- region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
- retryMode: string | import("@aws-sdk/types").Provider<string>;
17
- sha256: import("@aws-sdk/types").HashConstructor;
18
- streamCollector: import("@aws-sdk/types").StreamCollector;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
- };
1
+ import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
+ import { HealthClientConfig } from "./HealthClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: HealthClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<string>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -1,35 +1,36 @@
1
- import { HealthClientConfig } from "./HealthClient";
2
- /**
3
- * @internal
4
- */
5
- export declare const getRuntimeConfig: (config: HealthClientConfig) => {
6
- runtime: string;
7
- sha256: import("@aws-sdk/types").HashConstructor;
8
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- bodyLengthChecker: (body: any) => number | undefined;
12
- streamCollector: import("@aws-sdk/types").StreamCollector;
13
- base64Decoder: import("@aws-sdk/types").Decoder;
14
- base64Encoder: import("@aws-sdk/types").Encoder;
15
- utf8Decoder: import("@aws-sdk/types").Decoder;
16
- utf8Encoder: import("@aws-sdk/types").Encoder;
17
- disableHostPrefix: boolean;
18
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
- retryMode: string | import("@aws-sdk/types").Provider<string>;
20
- logger: import("@aws-sdk/types").Logger;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
- tls?: boolean | undefined;
28
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
29
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
30
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
31
- signingEscapePath?: boolean | undefined;
32
- systemClockOffset?: number | undefined;
33
- signingRegion?: string | undefined;
34
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
35
- };
1
+ import { HealthClientConfig } from "./HealthClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getRuntimeConfig: (config: HealthClientConfig) => {
6
+ runtime: string;
7
+ sha256: import("@aws-sdk/types").HashConstructor;
8
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
+ apiVersion: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ bodyLengthChecker: (body: any) => number | undefined;
12
+ streamCollector: import("@aws-sdk/types").StreamCollector;
13
+ base64Decoder: import("@aws-sdk/types").Decoder;
14
+ base64Encoder: import("@aws-sdk/types").Encoder;
15
+ utf8Decoder: import("@aws-sdk/types").Decoder;
16
+ utf8Encoder: import("@aws-sdk/types").Encoder;
17
+ disableHostPrefix: boolean;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
20
+ logger: import("@aws-sdk/types").Logger;
21
+ serviceId: string;
22
+ region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
+ tls?: boolean | undefined;
28
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
29
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
30
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
31
+ signingEscapePath?: boolean | undefined;
32
+ systemClockOffset?: number | undefined;
33
+ signingRegion?: string | undefined;
34
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
35
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
+ };
package/package.json CHANGED
@@ -1,79 +1,73 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-health",
3
3
  "description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
4
- "version": "3.31.0",
4
+ "version": "3.35.0",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
- "build-documentation": "yarn remove-documentation && typedoc ./",
8
- "remove-definitions": "rimraf ./types",
9
- "remove-dist": "rimraf ./dist",
10
- "remove-documentation": "rimraf ./docs",
11
- "test": "exit 0",
6
+ "build": "yarn build:cjs && yarn build:es && yarn build:types",
12
7
  "build:cjs": "tsc -p tsconfig.json",
8
+ "build:docs": "yarn clean:docs && typedoc ./",
13
9
  "build:es": "tsc -p tsconfig.es.json",
14
- "build": "yarn build:cjs && yarn build:es",
15
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
16
- },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "clean": "yarn clean:dist && yarn clean:docs",
12
+ "clean:dist": "rimraf ./dist",
13
+ "clean:docs": "rimraf ./docs",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "test": "exit 0"
25
16
  },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
26
20
  "sideEffects": false,
27
21
  "dependencies": {
28
22
  "@aws-crypto/sha256-browser": "^1.0.0",
29
23
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.31.0",
31
- "@aws-sdk/config-resolver": "3.30.0",
32
- "@aws-sdk/credential-provider-node": "3.31.0",
33
- "@aws-sdk/fetch-http-handler": "3.29.0",
34
- "@aws-sdk/hash-node": "3.29.0",
35
- "@aws-sdk/invalid-dependency": "3.29.0",
36
- "@aws-sdk/middleware-content-length": "3.29.0",
37
- "@aws-sdk/middleware-host-header": "3.29.0",
38
- "@aws-sdk/middleware-logger": "3.29.0",
39
- "@aws-sdk/middleware-retry": "3.29.0",
40
- "@aws-sdk/middleware-serde": "3.29.0",
41
- "@aws-sdk/middleware-signing": "3.30.0",
42
- "@aws-sdk/middleware-stack": "3.29.0",
43
- "@aws-sdk/middleware-user-agent": "3.29.0",
44
- "@aws-sdk/node-config-provider": "3.29.0",
45
- "@aws-sdk/node-http-handler": "3.29.0",
46
- "@aws-sdk/protocol-http": "3.29.0",
47
- "@aws-sdk/smithy-client": "3.31.0",
48
- "@aws-sdk/types": "3.29.0",
49
- "@aws-sdk/url-parser": "3.29.0",
50
- "@aws-sdk/util-base64-browser": "3.29.0",
51
- "@aws-sdk/util-base64-node": "3.29.0",
52
- "@aws-sdk/util-body-length-browser": "3.29.0",
53
- "@aws-sdk/util-body-length-node": "3.29.0",
54
- "@aws-sdk/util-user-agent-browser": "3.29.0",
55
- "@aws-sdk/util-user-agent-node": "3.29.0",
56
- "@aws-sdk/util-utf8-browser": "3.29.0",
57
- "@aws-sdk/util-utf8-node": "3.29.0",
24
+ "@aws-sdk/client-sts": "3.35.0",
25
+ "@aws-sdk/config-resolver": "3.35.0",
26
+ "@aws-sdk/credential-provider-node": "3.35.0",
27
+ "@aws-sdk/fetch-http-handler": "3.35.0",
28
+ "@aws-sdk/hash-node": "3.35.0",
29
+ "@aws-sdk/invalid-dependency": "3.35.0",
30
+ "@aws-sdk/middleware-content-length": "3.35.0",
31
+ "@aws-sdk/middleware-host-header": "3.35.0",
32
+ "@aws-sdk/middleware-logger": "3.35.0",
33
+ "@aws-sdk/middleware-retry": "3.35.0",
34
+ "@aws-sdk/middleware-serde": "3.35.0",
35
+ "@aws-sdk/middleware-signing": "3.35.0",
36
+ "@aws-sdk/middleware-stack": "3.35.0",
37
+ "@aws-sdk/middleware-user-agent": "3.35.0",
38
+ "@aws-sdk/node-config-provider": "3.35.0",
39
+ "@aws-sdk/node-http-handler": "3.35.0",
40
+ "@aws-sdk/protocol-http": "3.35.0",
41
+ "@aws-sdk/smithy-client": "3.35.0",
42
+ "@aws-sdk/types": "3.35.0",
43
+ "@aws-sdk/url-parser": "3.35.0",
44
+ "@aws-sdk/util-base64-browser": "3.35.0",
45
+ "@aws-sdk/util-base64-node": "3.35.0",
46
+ "@aws-sdk/util-body-length-browser": "3.35.0",
47
+ "@aws-sdk/util-body-length-node": "3.35.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.35.0",
49
+ "@aws-sdk/util-user-agent-node": "3.35.0",
50
+ "@aws-sdk/util-utf8-browser": "3.35.0",
51
+ "@aws-sdk/util-utf8-node": "3.35.0",
58
52
  "tslib": "^2.3.0"
59
53
  },
60
54
  "devDependencies": {
61
- "@aws-sdk/client-documentation-generator": "3.29.0",
55
+ "@aws-sdk/client-documentation-generator": "3.35.0",
62
56
  "@types/node": "^12.7.5",
63
57
  "downlevel-dts": "0.7.0",
64
58
  "jest": "^26.1.0",
65
59
  "rimraf": "^3.0.0",
66
60
  "ts-jest": "^26.4.1",
67
61
  "typedoc": "^0.19.2",
68
- "typescript": "~4.4.2"
62
+ "typescript": "~4.3.5"
69
63
  },
70
64
  "engines": {
71
65
  "node": ">=10.0.0"
72
66
  },
73
67
  "typesVersions": {
74
68
  "<4.0": {
75
- "dist/types/*": [
76
- "dist/types/ts3.4/*"
69
+ "dist-types/*": [
70
+ "dist-types/ts3.4/*"
77
71
  ]
78
72
  }
79
73
  },
@@ -82,6 +76,12 @@
82
76
  "url": "https://aws.amazon.com/javascript/"
83
77
  },
84
78
  "license": "Apache-2.0",
79
+ "browser": {
80
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
81
+ },
82
+ "react-native": {
83
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
84
+ },
85
85
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-health",
86
86
  "repository": {
87
87
  "type": "git",
@@ -1,4 +1,5 @@
1
- import { HealthClient } from "./HealthClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+
2
3
  import {
3
4
  DescribeAffectedAccountsForOrganizationCommand,
4
5
  DescribeAffectedAccountsForOrganizationCommandInput,
@@ -34,11 +35,6 @@ import {
34
35
  DescribeEventDetailsForOrganizationCommandInput,
35
36
  DescribeEventDetailsForOrganizationCommandOutput,
36
37
  } from "./commands/DescribeEventDetailsForOrganizationCommand";
37
- import {
38
- DescribeEventTypesCommand,
39
- DescribeEventTypesCommandInput,
40
- DescribeEventTypesCommandOutput,
41
- } from "./commands/DescribeEventTypesCommand";
42
38
  import {
43
39
  DescribeEventsCommand,
44
40
  DescribeEventsCommandInput,
@@ -49,6 +45,11 @@ import {
49
45
  DescribeEventsForOrganizationCommandInput,
50
46
  DescribeEventsForOrganizationCommandOutput,
51
47
  } from "./commands/DescribeEventsForOrganizationCommand";
48
+ import {
49
+ DescribeEventTypesCommand,
50
+ DescribeEventTypesCommandInput,
51
+ DescribeEventTypesCommandOutput,
52
+ } from "./commands/DescribeEventTypesCommand";
52
53
  import {
53
54
  DescribeHealthServiceStatusForOrganizationCommand,
54
55
  DescribeHealthServiceStatusForOrganizationCommandInput,
@@ -64,7 +65,7 @@ import {
64
65
  EnableHealthServiceAccessForOrganizationCommandInput,
65
66
  EnableHealthServiceAccessForOrganizationCommandOutput,
66
67
  } from "./commands/EnableHealthServiceAccessForOrganizationCommand";
67
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
68
+ import { HealthClient } from "./HealthClient";
68
69
 
69
70
  /**
70
71
  * <fullname>AWS Health</fullname>
@@ -1,3 +1,54 @@
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ resolveEndpointsConfig,
7
+ resolveRegionConfig,
8
+ } from "@aws-sdk/config-resolver";
9
+ import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
10
+ import {
11
+ getHostHeaderPlugin,
12
+ HostHeaderInputConfig,
13
+ HostHeaderResolvedConfig,
14
+ resolveHostHeaderConfig,
15
+ } from "@aws-sdk/middleware-host-header";
16
+ import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
17
+ import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
18
+ import {
19
+ AwsAuthInputConfig,
20
+ AwsAuthResolvedConfig,
21
+ getAwsAuthPlugin,
22
+ resolveAwsAuthConfig,
23
+ } from "@aws-sdk/middleware-signing";
24
+ import {
25
+ getUserAgentPlugin,
26
+ resolveUserAgentConfig,
27
+ UserAgentInputConfig,
28
+ UserAgentResolvedConfig,
29
+ } from "@aws-sdk/middleware-user-agent";
30
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
31
+ import {
32
+ Client as __Client,
33
+ SmithyConfiguration as __SmithyConfiguration,
34
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
35
+ } from "@aws-sdk/smithy-client";
36
+ import {
37
+ Credentials as __Credentials,
38
+ Decoder as __Decoder,
39
+ Encoder as __Encoder,
40
+ Hash as __Hash,
41
+ HashConstructor as __HashConstructor,
42
+ HttpHandlerOptions as __HttpHandlerOptions,
43
+ Logger as __Logger,
44
+ Provider as __Provider,
45
+ Provider,
46
+ RegionInfoProvider,
47
+ StreamCollector as __StreamCollector,
48
+ UrlParser as __UrlParser,
49
+ UserAgent as __UserAgent,
50
+ } from "@aws-sdk/types";
51
+
1
52
  import {
2
53
  DescribeAffectedAccountsForOrganizationCommandInput,
3
54
  DescribeAffectedAccountsForOrganizationCommandOutput,
@@ -26,12 +77,12 @@ import {
26
77
  DescribeEventDetailsForOrganizationCommandInput,
27
78
  DescribeEventDetailsForOrganizationCommandOutput,
28
79
  } from "./commands/DescribeEventDetailsForOrganizationCommand";
29
- import { DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput } from "./commands/DescribeEventTypesCommand";
30
80
  import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
31
81
  import {
32
82
  DescribeEventsForOrganizationCommandInput,
33
83
  DescribeEventsForOrganizationCommandOutput,
34
84
  } from "./commands/DescribeEventsForOrganizationCommand";
85
+ import { DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput } from "./commands/DescribeEventTypesCommand";
35
86
  import {
36
87
  DescribeHealthServiceStatusForOrganizationCommandInput,
37
88
  DescribeHealthServiceStatusForOrganizationCommandOutput,
@@ -45,56 +96,6 @@ import {
45
96
  EnableHealthServiceAccessForOrganizationCommandOutput,
46
97
  } from "./commands/EnableHealthServiceAccessForOrganizationCommand";
47
98
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
48
- import {
49
- EndpointsInputConfig,
50
- EndpointsResolvedConfig,
51
- RegionInputConfig,
52
- RegionResolvedConfig,
53
- resolveEndpointsConfig,
54
- resolveRegionConfig,
55
- } from "@aws-sdk/config-resolver";
56
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
57
- import {
58
- HostHeaderInputConfig,
59
- HostHeaderResolvedConfig,
60
- getHostHeaderPlugin,
61
- resolveHostHeaderConfig,
62
- } from "@aws-sdk/middleware-host-header";
63
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
64
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
65
- import {
66
- AwsAuthInputConfig,
67
- AwsAuthResolvedConfig,
68
- getAwsAuthPlugin,
69
- resolveAwsAuthConfig,
70
- } from "@aws-sdk/middleware-signing";
71
- import {
72
- UserAgentInputConfig,
73
- UserAgentResolvedConfig,
74
- getUserAgentPlugin,
75
- resolveUserAgentConfig,
76
- } from "@aws-sdk/middleware-user-agent";
77
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
78
- import {
79
- Client as __Client,
80
- SmithyConfiguration as __SmithyConfiguration,
81
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
82
- } from "@aws-sdk/smithy-client";
83
- import {
84
- Provider,
85
- RegionInfoProvider,
86
- Credentials as __Credentials,
87
- Decoder as __Decoder,
88
- Encoder as __Encoder,
89
- Hash as __Hash,
90
- HashConstructor as __HashConstructor,
91
- HttpHandlerOptions as __HttpHandlerOptions,
92
- Logger as __Logger,
93
- Provider as __Provider,
94
- StreamCollector as __StreamCollector,
95
- UrlParser as __UrlParser,
96
- UserAgent as __UserAgent,
97
- } from "@aws-sdk/types";
98
99
 
99
100
  export type ServiceInputTypes =
100
101
  | DescribeAffectedAccountsForOrganizationCommandInput
@@ -328,13 +329,13 @@ export class HealthClient extends __Client<
328
329
  readonly config: HealthClientResolvedConfig;
329
330
 
330
331
  constructor(configuration: HealthClientConfig) {
331
- let _config_0 = __getRuntimeConfig(configuration);
332
- let _config_1 = resolveRegionConfig(_config_0);
333
- let _config_2 = resolveEndpointsConfig(_config_1);
334
- let _config_3 = resolveRetryConfig(_config_2);
335
- let _config_4 = resolveHostHeaderConfig(_config_3);
336
- let _config_5 = resolveAwsAuthConfig(_config_4);
337
- let _config_6 = resolveUserAgentConfig(_config_5);
332
+ const _config_0 = __getRuntimeConfig(configuration);
333
+ const _config_1 = resolveRegionConfig(_config_0);
334
+ const _config_2 = resolveEndpointsConfig(_config_1);
335
+ const _config_3 = resolveRetryConfig(_config_2);
336
+ const _config_4 = resolveHostHeaderConfig(_config_3);
337
+ const _config_5 = resolveAwsAuthConfig(_config_4);
338
+ const _config_6 = resolveUserAgentConfig(_config_5);
338
339
  super(_config_6);
339
340
  this.config = _config_6;
340
341
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -1,12 +1,3 @@
1
- import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
2
- import {
3
- DescribeAffectedAccountsForOrganizationRequest,
4
- DescribeAffectedAccountsForOrganizationResponse,
5
- } from "../models/models_0";
6
- import {
7
- deserializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand,
8
- serializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand,
9
- } from "../protocols/Aws_json1_1";
10
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
11
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
12
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -14,12 +5,22 @@ import {
14
5
  FinalizeHandlerArguments,
15
6
  Handler,
16
7
  HandlerExecutionContext,
17
- MiddlewareStack,
18
8
  HttpHandlerOptions as __HttpHandlerOptions,
19
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
20
11
  SerdeContext as __SerdeContext,
21
12
  } from "@aws-sdk/types";
22
13
 
14
+ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
15
+ import {
16
+ DescribeAffectedAccountsForOrganizationRequest,
17
+ DescribeAffectedAccountsForOrganizationResponse,
18
+ } from "../models/models_0";
19
+ import {
20
+ deserializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand,
21
+ serializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand,
22
+ } from "../protocols/Aws_json1_1";
23
+
23
24
  export interface DescribeAffectedAccountsForOrganizationCommandInput
24
25
  extends DescribeAffectedAccountsForOrganizationRequest {}
25
26
  export interface DescribeAffectedAccountsForOrganizationCommandOutput
@@ -1,9 +1,3 @@
1
- import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
2
- import { DescribeAffectedEntitiesRequest, DescribeAffectedEntitiesResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1DescribeAffectedEntitiesCommand,
5
- serializeAws_json1_1DescribeAffectedEntitiesCommand,
6
- } from "../protocols/Aws_json1_1";
7
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
2
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
@@ -11,12 +5,19 @@ import {
11
5
  FinalizeHandlerArguments,
12
6
  Handler,
13
7
  HandlerExecutionContext,
14
- MiddlewareStack,
15
8
  HttpHandlerOptions as __HttpHandlerOptions,
16
9
  MetadataBearer as __MetadataBearer,
10
+ MiddlewareStack,
17
11
  SerdeContext as __SerdeContext,
18
12
  } from "@aws-sdk/types";
19
13
 
14
+ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
15
+ import { DescribeAffectedEntitiesRequest, DescribeAffectedEntitiesResponse } from "../models/models_0";
16
+ import {
17
+ deserializeAws_json1_1DescribeAffectedEntitiesCommand,
18
+ serializeAws_json1_1DescribeAffectedEntitiesCommand,
19
+ } from "../protocols/Aws_json1_1";
20
+
20
21
  export interface DescribeAffectedEntitiesCommandInput extends DescribeAffectedEntitiesRequest {}
21
22
  export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedEntitiesResponse, __MetadataBearer {}
22
23