@aws-sdk/client-accessanalyzer 3.34.0 → 3.37.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 (368) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/AccessAnalyzer.js +0 -12
  3. package/dist-cjs/AccessAnalyzerClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/ApplyArchiveRuleCommand.js +2 -28
  5. package/{dist/cjs → dist-cjs}/commands/CancelPolicyGenerationCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/CreateAccessPreviewCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/commands/CreateAnalyzerCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/CreateArchiveRuleCommand.js +2 -29
  9. package/{dist/cjs → dist-cjs}/commands/DeleteAnalyzerCommand.js +2 -29
  10. package/{dist/cjs → dist-cjs}/commands/DeleteArchiveRuleCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/GetAccessPreviewCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/GetAnalyzedResourceCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/GetAnalyzerCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/GetArchiveRuleCommand.js +2 -28
  15. package/{dist/cjs → dist-cjs}/commands/GetFindingCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/GetGeneratedPolicyCommand.js +2 -28
  17. package/{dist/cjs → dist-cjs}/commands/ListAccessPreviewFindingsCommand.js +2 -28
  18. package/{dist/cjs → dist-cjs}/commands/ListAccessPreviewsCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/ListAnalyzedResourcesCommand.js +2 -28
  20. package/{dist/cjs → dist-cjs}/commands/ListAnalyzersCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/ListArchiveRulesCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/ListFindingsCommand.js +2 -28
  23. package/{dist/cjs → dist-cjs}/commands/ListPolicyGenerationsCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/StartPolicyGenerationCommand.js +2 -27
  26. package/{dist/cjs → dist-cjs}/commands/StartResourceScanCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/UpdateArchiveRuleCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/UpdateFindingsCommand.js +2 -27
  31. package/{dist/cjs → dist-cjs}/commands/ValidatePolicyCommand.js +2 -29
  32. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  33. package/{dist/cjs → dist-cjs}/index.js +0 -1
  34. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  35. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -316
  36. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  37. package/{dist/cjs → dist-cjs}/pagination/ListAccessPreviewFindingsPaginator.js +0 -11
  38. package/{dist/cjs → dist-cjs}/pagination/ListAccessPreviewsPaginator.js +0 -11
  39. package/{dist/cjs → dist-cjs}/pagination/ListAnalyzedResourcesPaginator.js +0 -11
  40. package/{dist/cjs → dist-cjs}/pagination/ListAnalyzersPaginator.js +0 -11
  41. package/{dist/cjs → dist-cjs}/pagination/ListArchiveRulesPaginator.js +0 -11
  42. package/{dist/cjs → dist-cjs}/pagination/ListFindingsPaginator.js +0 -11
  43. package/{dist/cjs → dist-cjs}/pagination/ListPolicyGenerationsPaginator.js +0 -11
  44. package/{dist/cjs → dist-cjs}/pagination/ValidatePolicyPaginator.js +0 -11
  45. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +14 -20
  46. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  47. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  48. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  49. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  50. package/{dist/es → dist-es}/AccessAnalyzer.js +0 -1
  51. package/{dist/es → dist-es}/AccessAnalyzerClient.js +1 -2
  52. package/{dist/es → dist-es}/commands/ApplyArchiveRuleCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/CancelPolicyGenerationCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/CreateAccessPreviewCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/CreateAnalyzerCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/CreateArchiveRuleCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/DeleteAnalyzerCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/DeleteArchiveRuleCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/GetAccessPreviewCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/GetAnalyzedResourceCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/GetAnalyzerCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/GetArchiveRuleCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/GetFindingCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/GetGeneratedPolicyCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/ListAccessPreviewFindingsCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/ListAccessPreviewsCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/ListAnalyzedResourcesCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/ListAnalyzersCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/ListArchiveRulesCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/ListFindingsCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/ListPolicyGenerationsCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/StartPolicyGenerationCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/StartResourceScanCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/UpdateArchiveRuleCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/UpdateFindingsCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/ValidatePolicyCommand.js +2 -3
  80. package/{dist/es → dist-es}/endpoints.js +1 -2
  81. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  82. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  83. package/{dist/es → dist-es}/models/models_0.js +0 -1
  84. package/dist-es/pagination/Interfaces.js +1 -0
  85. package/{dist/es → dist-es}/pagination/ListAccessPreviewFindingsPaginator.js +0 -1
  86. package/{dist/es → dist-es}/pagination/ListAccessPreviewsPaginator.js +0 -1
  87. package/{dist/es → dist-es}/pagination/ListAnalyzedResourcesPaginator.js +0 -1
  88. package/{dist/es → dist-es}/pagination/ListAnalyzersPaginator.js +0 -1
  89. package/{dist/es → dist-es}/pagination/ListArchiveRulesPaginator.js +0 -1
  90. package/{dist/es → dist-es}/pagination/ListFindingsPaginator.js +0 -1
  91. package/{dist/es → dist-es}/pagination/ListPolicyGenerationsPaginator.js +0 -1
  92. package/{dist/es → dist-es}/pagination/ValidatePolicyPaginator.js +0 -1
  93. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1 -2
  94. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  95. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  96. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  97. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  98. package/{dist/types → dist-types}/AccessAnalyzer.d.ts +1 -1
  99. package/{dist/types → dist-types}/AccessAnalyzerClient.d.ts +8 -8
  100. package/{dist/types → dist-types}/commands/ApplyArchiveRuleCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/CancelPolicyGenerationCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/CreateAccessPreviewCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/CreateAnalyzerCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/CreateArchiveRuleCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/DeleteAnalyzerCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/DeleteArchiveRuleCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/GetAccessPreviewCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/GetAnalyzedResourceCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/GetAnalyzerCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/GetArchiveRuleCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/GetFindingCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/GetGeneratedPolicyCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/ListAccessPreviewFindingsCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/ListAccessPreviewsCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/ListAnalyzedResourcesCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/ListAnalyzersCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/ListArchiveRulesCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/ListFindingsCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/ListPolicyGenerationsCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/StartPolicyGenerationCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/StartResourceScanCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/UpdateArchiveRuleCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/UpdateFindingsCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/ValidatePolicyCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  129. package/{index.ts → dist-types/index.d.ts} +0 -0
  130. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  131. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  132. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  133. package/{dist/types → dist-types}/pagination/ListAccessPreviewFindingsPaginator.d.ts +1 -1
  134. package/{dist/types → dist-types}/pagination/ListAccessPreviewsPaginator.d.ts +1 -1
  135. package/{dist/types → dist-types}/pagination/ListAnalyzedResourcesPaginator.d.ts +1 -1
  136. package/{dist/types → dist-types}/pagination/ListAnalyzersPaginator.d.ts +1 -1
  137. package/{dist/types → dist-types}/pagination/ListArchiveRulesPaginator.d.ts +1 -1
  138. package/{dist/types → dist-types}/pagination/ListFindingsPaginator.d.ts +1 -1
  139. package/{dist/types → dist-types}/pagination/ListPolicyGenerationsPaginator.d.ts +1 -1
  140. package/{dist/types → dist-types}/pagination/ValidatePolicyPaginator.d.ts +1 -1
  141. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  142. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  143. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  144. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  145. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  146. package/{dist/types → dist-types}/ts3.4/AccessAnalyzer.d.ts +30 -109
  147. package/{dist/types → dist-types}/ts3.4/AccessAnalyzerClient.d.ts +32 -105
  148. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +17 -0
  149. package/{dist/types → dist-types}/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +4 -22
  150. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +17 -0
  156. package/{dist/types → dist-types}/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +4 -22
  157. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +17 -0
  161. package/{dist/types → dist-types}/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +4 -23
  162. package/{dist/types → dist-types}/ts3.4/commands/ListAccessPreviewsCommand.d.ts +4 -22
  163. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
  167. package/{dist/types → dist-types}/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +4 -22
  168. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  169. package/{dist/types → dist-types}/ts3.4/commands/StartPolicyGenerationCommand.d.ts +4 -22
  170. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +17 -0
  176. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  177. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  178. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  179. package/dist-types/ts3.4/models/models_0.d.ts +1610 -0
  180. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  181. package/{dist/types → dist-types}/ts3.4/pagination/ListAccessPreviewFindingsPaginator.d.ts +1 -1
  182. package/{dist/types → dist-types}/ts3.4/pagination/ListAccessPreviewsPaginator.d.ts +1 -1
  183. package/{dist/types → dist-types}/ts3.4/pagination/ListAnalyzedResourcesPaginator.d.ts +1 -1
  184. package/{dist/types → dist-types}/ts3.4/pagination/ListAnalyzersPaginator.d.ts +1 -1
  185. package/{dist/types → dist-types}/ts3.4/pagination/ListArchiveRulesPaginator.d.ts +1 -1
  186. package/{dist/types → dist-types}/ts3.4/pagination/ListFindingsPaginator.d.ts +1 -1
  187. package/{dist/types → dist-types}/ts3.4/pagination/ListPolicyGenerationsPaginator.d.ts +1 -1
  188. package/{dist/types → dist-types}/ts3.4/pagination/ValidatePolicyPaginator.d.ts +1 -1
  189. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  190. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  191. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  192. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  193. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  194. package/package.json +45 -42
  195. package/AccessAnalyzer.ts +0 -1031
  196. package/AccessAnalyzerClient.ts +0 -351
  197. package/commands/ApplyArchiveRuleCommand.ts +0 -95
  198. package/commands/CancelPolicyGenerationCommand.ts +0 -94
  199. package/commands/CreateAccessPreviewCommand.ts +0 -95
  200. package/commands/CreateAnalyzerCommand.ts +0 -94
  201. package/commands/CreateArchiveRuleCommand.ts +0 -96
  202. package/commands/DeleteAnalyzerCommand.ts +0 -96
  203. package/commands/DeleteArchiveRuleCommand.ts +0 -94
  204. package/commands/GetAccessPreviewCommand.ts +0 -94
  205. package/commands/GetAnalyzedResourceCommand.ts +0 -94
  206. package/commands/GetAnalyzerCommand.ts +0 -94
  207. package/commands/GetArchiveRuleCommand.ts +0 -95
  208. package/commands/GetFindingCommand.ts +0 -94
  209. package/commands/GetGeneratedPolicyCommand.ts +0 -95
  210. package/commands/ListAccessPreviewFindingsCommand.ts +0 -98
  211. package/commands/ListAccessPreviewsCommand.ts +0 -94
  212. package/commands/ListAnalyzedResourcesCommand.ts +0 -95
  213. package/commands/ListAnalyzersCommand.ts +0 -94
  214. package/commands/ListArchiveRulesCommand.ts +0 -94
  215. package/commands/ListFindingsCommand.ts +0 -95
  216. package/commands/ListPolicyGenerationsCommand.ts +0 -94
  217. package/commands/ListTagsForResourceCommand.ts +0 -94
  218. package/commands/StartPolicyGenerationCommand.ts +0 -94
  219. package/commands/StartResourceScanCommand.ts +0 -94
  220. package/commands/TagResourceCommand.ts +0 -94
  221. package/commands/UntagResourceCommand.ts +0 -94
  222. package/commands/UpdateArchiveRuleCommand.ts +0 -94
  223. package/commands/UpdateFindingsCommand.ts +0 -94
  224. package/commands/ValidatePolicyCommand.ts +0 -96
  225. package/dist/cjs/AccessAnalyzer.js.map +0 -1
  226. package/dist/cjs/AccessAnalyzerClient.js +0 -52
  227. package/dist/cjs/AccessAnalyzerClient.js.map +0 -1
  228. package/dist/cjs/commands/ApplyArchiveRuleCommand.js.map +0 -1
  229. package/dist/cjs/commands/CancelPolicyGenerationCommand.js.map +0 -1
  230. package/dist/cjs/commands/CreateAccessPreviewCommand.js.map +0 -1
  231. package/dist/cjs/commands/CreateAnalyzerCommand.js.map +0 -1
  232. package/dist/cjs/commands/CreateArchiveRuleCommand.js.map +0 -1
  233. package/dist/cjs/commands/DeleteAnalyzerCommand.js.map +0 -1
  234. package/dist/cjs/commands/DeleteArchiveRuleCommand.js.map +0 -1
  235. package/dist/cjs/commands/GetAccessPreviewCommand.js.map +0 -1
  236. package/dist/cjs/commands/GetAnalyzedResourceCommand.js.map +0 -1
  237. package/dist/cjs/commands/GetAnalyzerCommand.js.map +0 -1
  238. package/dist/cjs/commands/GetArchiveRuleCommand.js.map +0 -1
  239. package/dist/cjs/commands/GetFindingCommand.js.map +0 -1
  240. package/dist/cjs/commands/GetGeneratedPolicyCommand.js.map +0 -1
  241. package/dist/cjs/commands/ListAccessPreviewFindingsCommand.js.map +0 -1
  242. package/dist/cjs/commands/ListAccessPreviewsCommand.js.map +0 -1
  243. package/dist/cjs/commands/ListAnalyzedResourcesCommand.js.map +0 -1
  244. package/dist/cjs/commands/ListAnalyzersCommand.js.map +0 -1
  245. package/dist/cjs/commands/ListArchiveRulesCommand.js.map +0 -1
  246. package/dist/cjs/commands/ListFindingsCommand.js.map +0 -1
  247. package/dist/cjs/commands/ListPolicyGenerationsCommand.js.map +0 -1
  248. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  249. package/dist/cjs/commands/StartPolicyGenerationCommand.js.map +0 -1
  250. package/dist/cjs/commands/StartResourceScanCommand.js.map +0 -1
  251. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  252. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  253. package/dist/cjs/commands/UpdateArchiveRuleCommand.js.map +0 -1
  254. package/dist/cjs/commands/UpdateFindingsCommand.js.map +0 -1
  255. package/dist/cjs/commands/ValidatePolicyCommand.js.map +0 -1
  256. package/dist/cjs/endpoints.js.map +0 -1
  257. package/dist/cjs/index.js.map +0 -1
  258. package/dist/cjs/models/index.js.map +0 -1
  259. package/dist/cjs/models/models_0.js.map +0 -1
  260. package/dist/cjs/package.json +0 -93
  261. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  262. package/dist/cjs/pagination/ListAccessPreviewFindingsPaginator.js.map +0 -1
  263. package/dist/cjs/pagination/ListAccessPreviewsPaginator.js.map +0 -1
  264. package/dist/cjs/pagination/ListAnalyzedResourcesPaginator.js.map +0 -1
  265. package/dist/cjs/pagination/ListAnalyzersPaginator.js.map +0 -1
  266. package/dist/cjs/pagination/ListArchiveRulesPaginator.js.map +0 -1
  267. package/dist/cjs/pagination/ListFindingsPaginator.js.map +0 -1
  268. package/dist/cjs/pagination/ListPolicyGenerationsPaginator.js.map +0 -1
  269. package/dist/cjs/pagination/ValidatePolicyPaginator.js.map +0 -1
  270. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  271. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  272. package/dist/cjs/runtimeConfig.js.map +0 -1
  273. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  274. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  275. package/dist/es/AccessAnalyzer.js.map +0 -1
  276. package/dist/es/AccessAnalyzerClient.js.map +0 -1
  277. package/dist/es/commands/ApplyArchiveRuleCommand.js.map +0 -1
  278. package/dist/es/commands/CancelPolicyGenerationCommand.js.map +0 -1
  279. package/dist/es/commands/CreateAccessPreviewCommand.js.map +0 -1
  280. package/dist/es/commands/CreateAnalyzerCommand.js.map +0 -1
  281. package/dist/es/commands/CreateArchiveRuleCommand.js.map +0 -1
  282. package/dist/es/commands/DeleteAnalyzerCommand.js.map +0 -1
  283. package/dist/es/commands/DeleteArchiveRuleCommand.js.map +0 -1
  284. package/dist/es/commands/GetAccessPreviewCommand.js.map +0 -1
  285. package/dist/es/commands/GetAnalyzedResourceCommand.js.map +0 -1
  286. package/dist/es/commands/GetAnalyzerCommand.js.map +0 -1
  287. package/dist/es/commands/GetArchiveRuleCommand.js.map +0 -1
  288. package/dist/es/commands/GetFindingCommand.js.map +0 -1
  289. package/dist/es/commands/GetGeneratedPolicyCommand.js.map +0 -1
  290. package/dist/es/commands/ListAccessPreviewFindingsCommand.js.map +0 -1
  291. package/dist/es/commands/ListAccessPreviewsCommand.js.map +0 -1
  292. package/dist/es/commands/ListAnalyzedResourcesCommand.js.map +0 -1
  293. package/dist/es/commands/ListAnalyzersCommand.js.map +0 -1
  294. package/dist/es/commands/ListArchiveRulesCommand.js.map +0 -1
  295. package/dist/es/commands/ListFindingsCommand.js.map +0 -1
  296. package/dist/es/commands/ListPolicyGenerationsCommand.js.map +0 -1
  297. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  298. package/dist/es/commands/StartPolicyGenerationCommand.js.map +0 -1
  299. package/dist/es/commands/StartResourceScanCommand.js.map +0 -1
  300. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  301. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  302. package/dist/es/commands/UpdateArchiveRuleCommand.js.map +0 -1
  303. package/dist/es/commands/UpdateFindingsCommand.js.map +0 -1
  304. package/dist/es/commands/ValidatePolicyCommand.js.map +0 -1
  305. package/dist/es/endpoints.js.map +0 -1
  306. package/dist/es/index.js +0 -41
  307. package/dist/es/index.js.map +0 -1
  308. package/dist/es/models/index.js +0 -2
  309. package/dist/es/models/index.js.map +0 -1
  310. package/dist/es/models/models_0.js.map +0 -1
  311. package/dist/es/package.json +0 -93
  312. package/dist/es/pagination/Interfaces.js +0 -2
  313. package/dist/es/pagination/Interfaces.js.map +0 -1
  314. package/dist/es/pagination/ListAccessPreviewFindingsPaginator.js.map +0 -1
  315. package/dist/es/pagination/ListAccessPreviewsPaginator.js.map +0 -1
  316. package/dist/es/pagination/ListAnalyzedResourcesPaginator.js.map +0 -1
  317. package/dist/es/pagination/ListAnalyzersPaginator.js.map +0 -1
  318. package/dist/es/pagination/ListArchiveRulesPaginator.js.map +0 -1
  319. package/dist/es/pagination/ListFindingsPaginator.js.map +0 -1
  320. package/dist/es/pagination/ListPolicyGenerationsPaginator.js.map +0 -1
  321. package/dist/es/pagination/ValidatePolicyPaginator.js.map +0 -1
  322. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  323. package/dist/es/runtimeConfig.browser.js.map +0 -1
  324. package/dist/es/runtimeConfig.js.map +0 -1
  325. package/dist/es/runtimeConfig.native.js.map +0 -1
  326. package/dist/es/runtimeConfig.shared.js.map +0 -1
  327. package/dist/types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +0 -36
  328. package/dist/types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +0 -36
  329. package/dist/types/ts3.4/commands/CreateAnalyzerCommand.d.ts +0 -35
  330. package/dist/types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +0 -37
  331. package/dist/types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +0 -37
  332. package/dist/types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +0 -35
  333. package/dist/types/ts3.4/commands/GetAccessPreviewCommand.d.ts +0 -35
  334. package/dist/types/ts3.4/commands/GetAnalyzerCommand.d.ts +0 -35
  335. package/dist/types/ts3.4/commands/GetArchiveRuleCommand.d.ts +0 -36
  336. package/dist/types/ts3.4/commands/GetFindingCommand.d.ts +0 -35
  337. package/dist/types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +0 -36
  338. package/dist/types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +0 -36
  339. package/dist/types/ts3.4/commands/ListAnalyzersCommand.d.ts +0 -35
  340. package/dist/types/ts3.4/commands/ListArchiveRulesCommand.d.ts +0 -35
  341. package/dist/types/ts3.4/commands/ListFindingsCommand.d.ts +0 -36
  342. package/dist/types/ts3.4/commands/StartResourceScanCommand.d.ts +0 -35
  343. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  344. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  345. package/dist/types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +0 -35
  346. package/dist/types/ts3.4/commands/UpdateFindingsCommand.d.ts +0 -35
  347. package/dist/types/ts3.4/commands/ValidatePolicyCommand.d.ts +0 -37
  348. package/dist/types/ts3.4/models/models_0.d.ts +0 -2899
  349. package/endpoints.ts +0 -91
  350. package/jest.config.js +0 -4
  351. package/models/models_0.ts +0 -3591
  352. package/pagination/Interfaces.ts +0 -7
  353. package/pagination/ListAccessPreviewFindingsPaginator.ts +0 -58
  354. package/pagination/ListAccessPreviewsPaginator.ts +0 -58
  355. package/pagination/ListAnalyzedResourcesPaginator.ts +0 -58
  356. package/pagination/ListAnalyzersPaginator.ts +0 -58
  357. package/pagination/ListArchiveRulesPaginator.ts +0 -58
  358. package/pagination/ListFindingsPaginator.ts +0 -58
  359. package/pagination/ListPolicyGenerationsPaginator.ts +0 -58
  360. package/pagination/ValidatePolicyPaginator.ts +0 -58
  361. package/protocols/Aws_restJson1.ts +0 -5106
  362. package/runtimeConfig.browser.ts +0 -40
  363. package/runtimeConfig.native.ts +0 -16
  364. package/runtimeConfig.shared.ts +0 -16
  365. package/runtimeConfig.ts +0 -45
  366. package/tsconfig.es.json +0 -10
  367. package/tsconfig.json +0 -31
  368. package/tsconfig.types.json +0 -8
@@ -5,81 +5,54 @@ exports.StartResourceScanRequest = exports.StartPolicyGenerationResponse = expor
5
5
  exports.ValidatePolicyResponse = exports.ValidatePolicyFinding = exports.Location = exports.Span = exports.Position = exports.PathElement = exports.Substring = exports.ValidatePolicyFindingType = exports.ValidatePolicyRequest = exports.PolicyType = exports.Locale = exports.UpdateFindingsRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = void 0;
6
6
  var AccessDeniedException;
7
7
  (function (AccessDeniedException) {
8
- /**
9
- * @internal
10
- */
11
8
  AccessDeniedException.filterSensitiveLog = (obj) => ({
12
9
  ...obj,
13
10
  });
14
11
  })(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
15
12
  var ConflictException;
16
13
  (function (ConflictException) {
17
- /**
18
- * @internal
19
- */
20
14
  ConflictException.filterSensitiveLog = (obj) => ({
21
15
  ...obj,
22
16
  });
23
17
  })(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
24
18
  var Criterion;
25
19
  (function (Criterion) {
26
- /**
27
- * @internal
28
- */
29
20
  Criterion.filterSensitiveLog = (obj) => ({
30
21
  ...obj,
31
22
  });
32
23
  })(Criterion = exports.Criterion || (exports.Criterion = {}));
33
24
  var CreateArchiveRuleRequest;
34
25
  (function (CreateArchiveRuleRequest) {
35
- /**
36
- * @internal
37
- */
38
26
  CreateArchiveRuleRequest.filterSensitiveLog = (obj) => ({
39
27
  ...obj,
40
28
  });
41
29
  })(CreateArchiveRuleRequest = exports.CreateArchiveRuleRequest || (exports.CreateArchiveRuleRequest = {}));
42
30
  var InternalServerException;
43
31
  (function (InternalServerException) {
44
- /**
45
- * @internal
46
- */
47
32
  InternalServerException.filterSensitiveLog = (obj) => ({
48
33
  ...obj,
49
34
  });
50
35
  })(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
51
36
  var ResourceNotFoundException;
52
37
  (function (ResourceNotFoundException) {
53
- /**
54
- * @internal
55
- */
56
38
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
57
39
  ...obj,
58
40
  });
59
41
  })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
60
42
  var ServiceQuotaExceededException;
61
43
  (function (ServiceQuotaExceededException) {
62
- /**
63
- * @internal
64
- */
65
44
  ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
66
45
  ...obj,
67
46
  });
68
47
  })(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
69
48
  var ThrottlingException;
70
49
  (function (ThrottlingException) {
71
- /**
72
- * @internal
73
- */
74
50
  ThrottlingException.filterSensitiveLog = (obj) => ({
75
51
  ...obj,
76
52
  });
77
53
  })(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
78
54
  var ValidationExceptionField;
79
55
  (function (ValidationExceptionField) {
80
- /**
81
- * @internal
82
- */
83
56
  ValidationExceptionField.filterSensitiveLog = (obj) => ({
84
57
  ...obj,
85
58
  });
@@ -93,207 +66,138 @@ var ValidationExceptionReason;
93
66
  })(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
94
67
  var ValidationException;
95
68
  (function (ValidationException) {
96
- /**
97
- * @internal
98
- */
99
69
  ValidationException.filterSensitiveLog = (obj) => ({
100
70
  ...obj,
101
71
  });
102
72
  })(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
103
73
  var DeleteArchiveRuleRequest;
104
74
  (function (DeleteArchiveRuleRequest) {
105
- /**
106
- * @internal
107
- */
108
75
  DeleteArchiveRuleRequest.filterSensitiveLog = (obj) => ({
109
76
  ...obj,
110
77
  });
111
78
  })(DeleteArchiveRuleRequest = exports.DeleteArchiveRuleRequest || (exports.DeleteArchiveRuleRequest = {}));
112
79
  var GetArchiveRuleRequest;
113
80
  (function (GetArchiveRuleRequest) {
114
- /**
115
- * @internal
116
- */
117
81
  GetArchiveRuleRequest.filterSensitiveLog = (obj) => ({
118
82
  ...obj,
119
83
  });
120
84
  })(GetArchiveRuleRequest = exports.GetArchiveRuleRequest || (exports.GetArchiveRuleRequest = {}));
121
85
  var ArchiveRuleSummary;
122
86
  (function (ArchiveRuleSummary) {
123
- /**
124
- * @internal
125
- */
126
87
  ArchiveRuleSummary.filterSensitiveLog = (obj) => ({
127
88
  ...obj,
128
89
  });
129
90
  })(ArchiveRuleSummary = exports.ArchiveRuleSummary || (exports.ArchiveRuleSummary = {}));
130
91
  var GetArchiveRuleResponse;
131
92
  (function (GetArchiveRuleResponse) {
132
- /**
133
- * @internal
134
- */
135
93
  GetArchiveRuleResponse.filterSensitiveLog = (obj) => ({
136
94
  ...obj,
137
95
  });
138
96
  })(GetArchiveRuleResponse = exports.GetArchiveRuleResponse || (exports.GetArchiveRuleResponse = {}));
139
97
  var ListArchiveRulesRequest;
140
98
  (function (ListArchiveRulesRequest) {
141
- /**
142
- * @internal
143
- */
144
99
  ListArchiveRulesRequest.filterSensitiveLog = (obj) => ({
145
100
  ...obj,
146
101
  });
147
102
  })(ListArchiveRulesRequest = exports.ListArchiveRulesRequest || (exports.ListArchiveRulesRequest = {}));
148
103
  var ListArchiveRulesResponse;
149
104
  (function (ListArchiveRulesResponse) {
150
- /**
151
- * @internal
152
- */
153
105
  ListArchiveRulesResponse.filterSensitiveLog = (obj) => ({
154
106
  ...obj,
155
107
  });
156
108
  })(ListArchiveRulesResponse = exports.ListArchiveRulesResponse || (exports.ListArchiveRulesResponse = {}));
157
109
  var UpdateArchiveRuleRequest;
158
110
  (function (UpdateArchiveRuleRequest) {
159
- /**
160
- * @internal
161
- */
162
111
  UpdateArchiveRuleRequest.filterSensitiveLog = (obj) => ({
163
112
  ...obj,
164
113
  });
165
114
  })(UpdateArchiveRuleRequest = exports.UpdateArchiveRuleRequest || (exports.UpdateArchiveRuleRequest = {}));
166
115
  var InlineArchiveRule;
167
116
  (function (InlineArchiveRule) {
168
- /**
169
- * @internal
170
- */
171
117
  InlineArchiveRule.filterSensitiveLog = (obj) => ({
172
118
  ...obj,
173
119
  });
174
120
  })(InlineArchiveRule = exports.InlineArchiveRule || (exports.InlineArchiveRule = {}));
175
121
  var CreateAnalyzerRequest;
176
122
  (function (CreateAnalyzerRequest) {
177
- /**
178
- * @internal
179
- */
180
123
  CreateAnalyzerRequest.filterSensitiveLog = (obj) => ({
181
124
  ...obj,
182
125
  });
183
126
  })(CreateAnalyzerRequest = exports.CreateAnalyzerRequest || (exports.CreateAnalyzerRequest = {}));
184
127
  var CreateAnalyzerResponse;
185
128
  (function (CreateAnalyzerResponse) {
186
- /**
187
- * @internal
188
- */
189
129
  CreateAnalyzerResponse.filterSensitiveLog = (obj) => ({
190
130
  ...obj,
191
131
  });
192
132
  })(CreateAnalyzerResponse = exports.CreateAnalyzerResponse || (exports.CreateAnalyzerResponse = {}));
193
133
  var DeleteAnalyzerRequest;
194
134
  (function (DeleteAnalyzerRequest) {
195
- /**
196
- * @internal
197
- */
198
135
  DeleteAnalyzerRequest.filterSensitiveLog = (obj) => ({
199
136
  ...obj,
200
137
  });
201
138
  })(DeleteAnalyzerRequest = exports.DeleteAnalyzerRequest || (exports.DeleteAnalyzerRequest = {}));
202
139
  var GetAnalyzerRequest;
203
140
  (function (GetAnalyzerRequest) {
204
- /**
205
- * @internal
206
- */
207
141
  GetAnalyzerRequest.filterSensitiveLog = (obj) => ({
208
142
  ...obj,
209
143
  });
210
144
  })(GetAnalyzerRequest = exports.GetAnalyzerRequest || (exports.GetAnalyzerRequest = {}));
211
145
  var StatusReason;
212
146
  (function (StatusReason) {
213
- /**
214
- * @internal
215
- */
216
147
  StatusReason.filterSensitiveLog = (obj) => ({
217
148
  ...obj,
218
149
  });
219
150
  })(StatusReason = exports.StatusReason || (exports.StatusReason = {}));
220
151
  var AnalyzerSummary;
221
152
  (function (AnalyzerSummary) {
222
- /**
223
- * @internal
224
- */
225
153
  AnalyzerSummary.filterSensitiveLog = (obj) => ({
226
154
  ...obj,
227
155
  });
228
156
  })(AnalyzerSummary = exports.AnalyzerSummary || (exports.AnalyzerSummary = {}));
229
157
  var GetAnalyzerResponse;
230
158
  (function (GetAnalyzerResponse) {
231
- /**
232
- * @internal
233
- */
234
159
  GetAnalyzerResponse.filterSensitiveLog = (obj) => ({
235
160
  ...obj,
236
161
  });
237
162
  })(GetAnalyzerResponse = exports.GetAnalyzerResponse || (exports.GetAnalyzerResponse = {}));
238
163
  var ListAnalyzersRequest;
239
164
  (function (ListAnalyzersRequest) {
240
- /**
241
- * @internal
242
- */
243
165
  ListAnalyzersRequest.filterSensitiveLog = (obj) => ({
244
166
  ...obj,
245
167
  });
246
168
  })(ListAnalyzersRequest = exports.ListAnalyzersRequest || (exports.ListAnalyzersRequest = {}));
247
169
  var ListAnalyzersResponse;
248
170
  (function (ListAnalyzersResponse) {
249
- /**
250
- * @internal
251
- */
252
171
  ListAnalyzersResponse.filterSensitiveLog = (obj) => ({
253
172
  ...obj,
254
173
  });
255
174
  })(ListAnalyzersResponse = exports.ListAnalyzersResponse || (exports.ListAnalyzersResponse = {}));
256
175
  var ApplyArchiveRuleRequest;
257
176
  (function (ApplyArchiveRuleRequest) {
258
- /**
259
- * @internal
260
- */
261
177
  ApplyArchiveRuleRequest.filterSensitiveLog = (obj) => ({
262
178
  ...obj,
263
179
  });
264
180
  })(ApplyArchiveRuleRequest = exports.ApplyArchiveRuleRequest || (exports.ApplyArchiveRuleRequest = {}));
265
181
  var CancelPolicyGenerationRequest;
266
182
  (function (CancelPolicyGenerationRequest) {
267
- /**
268
- * @internal
269
- */
270
183
  CancelPolicyGenerationRequest.filterSensitiveLog = (obj) => ({
271
184
  ...obj,
272
185
  });
273
186
  })(CancelPolicyGenerationRequest = exports.CancelPolicyGenerationRequest || (exports.CancelPolicyGenerationRequest = {}));
274
187
  var CancelPolicyGenerationResponse;
275
188
  (function (CancelPolicyGenerationResponse) {
276
- /**
277
- * @internal
278
- */
279
189
  CancelPolicyGenerationResponse.filterSensitiveLog = (obj) => ({
280
190
  ...obj,
281
191
  });
282
192
  })(CancelPolicyGenerationResponse = exports.CancelPolicyGenerationResponse || (exports.CancelPolicyGenerationResponse = {}));
283
193
  var IamRoleConfiguration;
284
194
  (function (IamRoleConfiguration) {
285
- /**
286
- * @internal
287
- */
288
195
  IamRoleConfiguration.filterSensitiveLog = (obj) => ({
289
196
  ...obj,
290
197
  });
291
198
  })(IamRoleConfiguration = exports.IamRoleConfiguration || (exports.IamRoleConfiguration = {}));
292
199
  var KmsGrantConstraints;
293
200
  (function (KmsGrantConstraints) {
294
- /**
295
- * @internal
296
- */
297
201
  KmsGrantConstraints.filterSensitiveLog = (obj) => ({
298
202
  ...obj,
299
203
  });
@@ -317,36 +221,24 @@ var KmsGrantOperation;
317
221
  })(KmsGrantOperation = exports.KmsGrantOperation || (exports.KmsGrantOperation = {}));
318
222
  var KmsGrantConfiguration;
319
223
  (function (KmsGrantConfiguration) {
320
- /**
321
- * @internal
322
- */
323
224
  KmsGrantConfiguration.filterSensitiveLog = (obj) => ({
324
225
  ...obj,
325
226
  });
326
227
  })(KmsGrantConfiguration = exports.KmsGrantConfiguration || (exports.KmsGrantConfiguration = {}));
327
228
  var KmsKeyConfiguration;
328
229
  (function (KmsKeyConfiguration) {
329
- /**
330
- * @internal
331
- */
332
230
  KmsKeyConfiguration.filterSensitiveLog = (obj) => ({
333
231
  ...obj,
334
232
  });
335
233
  })(KmsKeyConfiguration = exports.KmsKeyConfiguration || (exports.KmsKeyConfiguration = {}));
336
234
  var InternetConfiguration;
337
235
  (function (InternetConfiguration) {
338
- /**
339
- * @internal
340
- */
341
236
  InternetConfiguration.filterSensitiveLog = (obj) => ({
342
237
  ...obj,
343
238
  });
344
239
  })(InternetConfiguration = exports.InternetConfiguration || (exports.InternetConfiguration = {}));
345
240
  var VpcConfiguration;
346
241
  (function (VpcConfiguration) {
347
- /**
348
- * @internal
349
- */
350
242
  VpcConfiguration.filterSensitiveLog = (obj) => ({
351
243
  ...obj,
352
244
  });
@@ -360,9 +252,6 @@ var NetworkOriginConfiguration;
360
252
  return visitor.internetConfiguration(value.internetConfiguration);
361
253
  return visitor._(value.$unknown[0], value.$unknown[1]);
362
254
  };
363
- /**
364
- * @internal
365
- */
366
255
  NetworkOriginConfiguration.filterSensitiveLog = (obj) => {
367
256
  if (obj.vpcConfiguration !== undefined)
368
257
  return { vpcConfiguration: VpcConfiguration.filterSensitiveLog(obj.vpcConfiguration) };
@@ -374,18 +263,12 @@ var NetworkOriginConfiguration;
374
263
  })(NetworkOriginConfiguration = exports.NetworkOriginConfiguration || (exports.NetworkOriginConfiguration = {}));
375
264
  var S3PublicAccessBlockConfiguration;
376
265
  (function (S3PublicAccessBlockConfiguration) {
377
- /**
378
- * @internal
379
- */
380
266
  S3PublicAccessBlockConfiguration.filterSensitiveLog = (obj) => ({
381
267
  ...obj,
382
268
  });
383
269
  })(S3PublicAccessBlockConfiguration = exports.S3PublicAccessBlockConfiguration || (exports.S3PublicAccessBlockConfiguration = {}));
384
270
  var S3AccessPointConfiguration;
385
271
  (function (S3AccessPointConfiguration) {
386
- /**
387
- * @internal
388
- */
389
272
  S3AccessPointConfiguration.filterSensitiveLog = (obj) => ({
390
273
  ...obj,
391
274
  ...(obj.networkOrigin && { networkOrigin: NetworkOriginConfiguration.filterSensitiveLog(obj.networkOrigin) }),
@@ -400,9 +283,6 @@ var AclGrantee;
400
283
  return visitor.uri(value.uri);
401
284
  return visitor._(value.$unknown[0], value.$unknown[1]);
402
285
  };
403
- /**
404
- * @internal
405
- */
406
286
  AclGrantee.filterSensitiveLog = (obj) => {
407
287
  if (obj.id !== undefined)
408
288
  return { id: obj.id };
@@ -422,9 +302,6 @@ var AclPermission;
422
302
  })(AclPermission = exports.AclPermission || (exports.AclPermission = {}));
423
303
  var S3BucketAclGrantConfiguration;
424
304
  (function (S3BucketAclGrantConfiguration) {
425
- /**
426
- * @internal
427
- */
428
305
  S3BucketAclGrantConfiguration.filterSensitiveLog = (obj) => ({
429
306
  ...obj,
430
307
  ...(obj.grantee && { grantee: AclGrantee.filterSensitiveLog(obj.grantee) }),
@@ -432,9 +309,6 @@ var S3BucketAclGrantConfiguration;
432
309
  })(S3BucketAclGrantConfiguration = exports.S3BucketAclGrantConfiguration || (exports.S3BucketAclGrantConfiguration = {}));
433
310
  var S3BucketConfiguration;
434
311
  (function (S3BucketConfiguration) {
435
- /**
436
- * @internal
437
- */
438
312
  S3BucketConfiguration.filterSensitiveLog = (obj) => ({
439
313
  ...obj,
440
314
  ...(obj.bucketAclGrants && {
@@ -450,18 +324,12 @@ var S3BucketConfiguration;
450
324
  })(S3BucketConfiguration = exports.S3BucketConfiguration || (exports.S3BucketConfiguration = {}));
451
325
  var SecretsManagerSecretConfiguration;
452
326
  (function (SecretsManagerSecretConfiguration) {
453
- /**
454
- * @internal
455
- */
456
327
  SecretsManagerSecretConfiguration.filterSensitiveLog = (obj) => ({
457
328
  ...obj,
458
329
  });
459
330
  })(SecretsManagerSecretConfiguration = exports.SecretsManagerSecretConfiguration || (exports.SecretsManagerSecretConfiguration = {}));
460
331
  var SqsQueueConfiguration;
461
332
  (function (SqsQueueConfiguration) {
462
- /**
463
- * @internal
464
- */
465
333
  SqsQueueConfiguration.filterSensitiveLog = (obj) => ({
466
334
  ...obj,
467
335
  });
@@ -481,9 +349,6 @@ var Configuration;
481
349
  return visitor.sqsQueue(value.sqsQueue);
482
350
  return visitor._(value.$unknown[0], value.$unknown[1]);
483
351
  };
484
- /**
485
- * @internal
486
- */
487
352
  Configuration.filterSensitiveLog = (obj) => {
488
353
  if (obj.iamRole !== undefined)
489
354
  return { iamRole: IamRoleConfiguration.filterSensitiveLog(obj.iamRole) };
@@ -501,9 +366,6 @@ var Configuration;
501
366
  })(Configuration = exports.Configuration || (exports.Configuration = {}));
502
367
  var CreateAccessPreviewRequest;
503
368
  (function (CreateAccessPreviewRequest) {
504
- /**
505
- * @internal
506
- */
507
369
  CreateAccessPreviewRequest.filterSensitiveLog = (obj) => ({
508
370
  ...obj,
509
371
  ...(obj.configurations && {
@@ -516,18 +378,12 @@ var CreateAccessPreviewRequest;
516
378
  })(CreateAccessPreviewRequest = exports.CreateAccessPreviewRequest || (exports.CreateAccessPreviewRequest = {}));
517
379
  var CreateAccessPreviewResponse;
518
380
  (function (CreateAccessPreviewResponse) {
519
- /**
520
- * @internal
521
- */
522
381
  CreateAccessPreviewResponse.filterSensitiveLog = (obj) => ({
523
382
  ...obj,
524
383
  });
525
384
  })(CreateAccessPreviewResponse = exports.CreateAccessPreviewResponse || (exports.CreateAccessPreviewResponse = {}));
526
385
  var GetAccessPreviewRequest;
527
386
  (function (GetAccessPreviewRequest) {
528
- /**
529
- * @internal
530
- */
531
387
  GetAccessPreviewRequest.filterSensitiveLog = (obj) => ({
532
388
  ...obj,
533
389
  });
@@ -545,18 +401,12 @@ var AccessPreviewStatusReasonCode;
545
401
  })(AccessPreviewStatusReasonCode = exports.AccessPreviewStatusReasonCode || (exports.AccessPreviewStatusReasonCode = {}));
546
402
  var AccessPreviewStatusReason;
547
403
  (function (AccessPreviewStatusReason) {
548
- /**
549
- * @internal
550
- */
551
404
  AccessPreviewStatusReason.filterSensitiveLog = (obj) => ({
552
405
  ...obj,
553
406
  });
554
407
  })(AccessPreviewStatusReason = exports.AccessPreviewStatusReason || (exports.AccessPreviewStatusReason = {}));
555
408
  var AccessPreview;
556
409
  (function (AccessPreview) {
557
- /**
558
- * @internal
559
- */
560
410
  AccessPreview.filterSensitiveLog = (obj) => ({
561
411
  ...obj,
562
412
  ...(obj.configurations && {
@@ -569,9 +419,6 @@ var AccessPreview;
569
419
  })(AccessPreview = exports.AccessPreview || (exports.AccessPreview = {}));
570
420
  var GetAccessPreviewResponse;
571
421
  (function (GetAccessPreviewResponse) {
572
- /**
573
- * @internal
574
- */
575
422
  GetAccessPreviewResponse.filterSensitiveLog = (obj) => ({
576
423
  ...obj,
577
424
  ...(obj.accessPreview && { accessPreview: AccessPreview.filterSensitiveLog(obj.accessPreview) }),
@@ -579,126 +426,84 @@ var GetAccessPreviewResponse;
579
426
  })(GetAccessPreviewResponse = exports.GetAccessPreviewResponse || (exports.GetAccessPreviewResponse = {}));
580
427
  var GetAnalyzedResourceRequest;
581
428
  (function (GetAnalyzedResourceRequest) {
582
- /**
583
- * @internal
584
- */
585
429
  GetAnalyzedResourceRequest.filterSensitiveLog = (obj) => ({
586
430
  ...obj,
587
431
  });
588
432
  })(GetAnalyzedResourceRequest = exports.GetAnalyzedResourceRequest || (exports.GetAnalyzedResourceRequest = {}));
589
433
  var AnalyzedResource;
590
434
  (function (AnalyzedResource) {
591
- /**
592
- * @internal
593
- */
594
435
  AnalyzedResource.filterSensitiveLog = (obj) => ({
595
436
  ...obj,
596
437
  });
597
438
  })(AnalyzedResource = exports.AnalyzedResource || (exports.AnalyzedResource = {}));
598
439
  var GetAnalyzedResourceResponse;
599
440
  (function (GetAnalyzedResourceResponse) {
600
- /**
601
- * @internal
602
- */
603
441
  GetAnalyzedResourceResponse.filterSensitiveLog = (obj) => ({
604
442
  ...obj,
605
443
  });
606
444
  })(GetAnalyzedResourceResponse = exports.GetAnalyzedResourceResponse || (exports.GetAnalyzedResourceResponse = {}));
607
445
  var GetFindingRequest;
608
446
  (function (GetFindingRequest) {
609
- /**
610
- * @internal
611
- */
612
447
  GetFindingRequest.filterSensitiveLog = (obj) => ({
613
448
  ...obj,
614
449
  });
615
450
  })(GetFindingRequest = exports.GetFindingRequest || (exports.GetFindingRequest = {}));
616
451
  var FindingSourceDetail;
617
452
  (function (FindingSourceDetail) {
618
- /**
619
- * @internal
620
- */
621
453
  FindingSourceDetail.filterSensitiveLog = (obj) => ({
622
454
  ...obj,
623
455
  });
624
456
  })(FindingSourceDetail = exports.FindingSourceDetail || (exports.FindingSourceDetail = {}));
625
457
  var FindingSource;
626
458
  (function (FindingSource) {
627
- /**
628
- * @internal
629
- */
630
459
  FindingSource.filterSensitiveLog = (obj) => ({
631
460
  ...obj,
632
461
  });
633
462
  })(FindingSource = exports.FindingSource || (exports.FindingSource = {}));
634
463
  var Finding;
635
464
  (function (Finding) {
636
- /**
637
- * @internal
638
- */
639
465
  Finding.filterSensitiveLog = (obj) => ({
640
466
  ...obj,
641
467
  });
642
468
  })(Finding = exports.Finding || (exports.Finding = {}));
643
469
  var GetFindingResponse;
644
470
  (function (GetFindingResponse) {
645
- /**
646
- * @internal
647
- */
648
471
  GetFindingResponse.filterSensitiveLog = (obj) => ({
649
472
  ...obj,
650
473
  });
651
474
  })(GetFindingResponse = exports.GetFindingResponse || (exports.GetFindingResponse = {}));
652
475
  var GetGeneratedPolicyRequest;
653
476
  (function (GetGeneratedPolicyRequest) {
654
- /**
655
- * @internal
656
- */
657
477
  GetGeneratedPolicyRequest.filterSensitiveLog = (obj) => ({
658
478
  ...obj,
659
479
  });
660
480
  })(GetGeneratedPolicyRequest = exports.GetGeneratedPolicyRequest || (exports.GetGeneratedPolicyRequest = {}));
661
481
  var GeneratedPolicy;
662
482
  (function (GeneratedPolicy) {
663
- /**
664
- * @internal
665
- */
666
483
  GeneratedPolicy.filterSensitiveLog = (obj) => ({
667
484
  ...obj,
668
485
  });
669
486
  })(GeneratedPolicy = exports.GeneratedPolicy || (exports.GeneratedPolicy = {}));
670
487
  var TrailProperties;
671
488
  (function (TrailProperties) {
672
- /**
673
- * @internal
674
- */
675
489
  TrailProperties.filterSensitiveLog = (obj) => ({
676
490
  ...obj,
677
491
  });
678
492
  })(TrailProperties = exports.TrailProperties || (exports.TrailProperties = {}));
679
493
  var CloudTrailProperties;
680
494
  (function (CloudTrailProperties) {
681
- /**
682
- * @internal
683
- */
684
495
  CloudTrailProperties.filterSensitiveLog = (obj) => ({
685
496
  ...obj,
686
497
  });
687
498
  })(CloudTrailProperties = exports.CloudTrailProperties || (exports.CloudTrailProperties = {}));
688
499
  var GeneratedPolicyProperties;
689
500
  (function (GeneratedPolicyProperties) {
690
- /**
691
- * @internal
692
- */
693
501
  GeneratedPolicyProperties.filterSensitiveLog = (obj) => ({
694
502
  ...obj,
695
503
  });
696
504
  })(GeneratedPolicyProperties = exports.GeneratedPolicyProperties || (exports.GeneratedPolicyProperties = {}));
697
505
  var GeneratedPolicyResult;
698
506
  (function (GeneratedPolicyResult) {
699
- /**
700
- * @internal
701
- */
702
507
  GeneratedPolicyResult.filterSensitiveLog = (obj) => ({
703
508
  ...obj,
704
509
  });
@@ -712,9 +517,6 @@ var JobErrorCode;
712
517
  })(JobErrorCode = exports.JobErrorCode || (exports.JobErrorCode = {}));
713
518
  var JobError;
714
519
  (function (JobError) {
715
- /**
716
- * @internal
717
- */
718
520
  JobError.filterSensitiveLog = (obj) => ({
719
521
  ...obj,
720
522
  });
@@ -728,27 +530,18 @@ var JobStatus;
728
530
  })(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
729
531
  var JobDetails;
730
532
  (function (JobDetails) {
731
- /**
732
- * @internal
733
- */
734
533
  JobDetails.filterSensitiveLog = (obj) => ({
735
534
  ...obj,
736
535
  });
737
536
  })(JobDetails = exports.JobDetails || (exports.JobDetails = {}));
738
537
  var GetGeneratedPolicyResponse;
739
538
  (function (GetGeneratedPolicyResponse) {
740
- /**
741
- * @internal
742
- */
743
539
  GetGeneratedPolicyResponse.filterSensitiveLog = (obj) => ({
744
540
  ...obj,
745
541
  });
746
542
  })(GetGeneratedPolicyResponse = exports.GetGeneratedPolicyResponse || (exports.GetGeneratedPolicyResponse = {}));
747
543
  var ListAccessPreviewFindingsRequest;
748
544
  (function (ListAccessPreviewFindingsRequest) {
749
- /**
750
- * @internal
751
- */
752
545
  ListAccessPreviewFindingsRequest.filterSensitiveLog = (obj) => ({
753
546
  ...obj,
754
547
  });
@@ -761,252 +554,168 @@ var FindingChangeType;
761
554
  })(FindingChangeType = exports.FindingChangeType || (exports.FindingChangeType = {}));
762
555
  var AccessPreviewFinding;
763
556
  (function (AccessPreviewFinding) {
764
- /**
765
- * @internal
766
- */
767
557
  AccessPreviewFinding.filterSensitiveLog = (obj) => ({
768
558
  ...obj,
769
559
  });
770
560
  })(AccessPreviewFinding = exports.AccessPreviewFinding || (exports.AccessPreviewFinding = {}));
771
561
  var ListAccessPreviewFindingsResponse;
772
562
  (function (ListAccessPreviewFindingsResponse) {
773
- /**
774
- * @internal
775
- */
776
563
  ListAccessPreviewFindingsResponse.filterSensitiveLog = (obj) => ({
777
564
  ...obj,
778
565
  });
779
566
  })(ListAccessPreviewFindingsResponse = exports.ListAccessPreviewFindingsResponse || (exports.ListAccessPreviewFindingsResponse = {}));
780
567
  var ListAccessPreviewsRequest;
781
568
  (function (ListAccessPreviewsRequest) {
782
- /**
783
- * @internal
784
- */
785
569
  ListAccessPreviewsRequest.filterSensitiveLog = (obj) => ({
786
570
  ...obj,
787
571
  });
788
572
  })(ListAccessPreviewsRequest = exports.ListAccessPreviewsRequest || (exports.ListAccessPreviewsRequest = {}));
789
573
  var AccessPreviewSummary;
790
574
  (function (AccessPreviewSummary) {
791
- /**
792
- * @internal
793
- */
794
575
  AccessPreviewSummary.filterSensitiveLog = (obj) => ({
795
576
  ...obj,
796
577
  });
797
578
  })(AccessPreviewSummary = exports.AccessPreviewSummary || (exports.AccessPreviewSummary = {}));
798
579
  var ListAccessPreviewsResponse;
799
580
  (function (ListAccessPreviewsResponse) {
800
- /**
801
- * @internal
802
- */
803
581
  ListAccessPreviewsResponse.filterSensitiveLog = (obj) => ({
804
582
  ...obj,
805
583
  });
806
584
  })(ListAccessPreviewsResponse = exports.ListAccessPreviewsResponse || (exports.ListAccessPreviewsResponse = {}));
807
585
  var ListAnalyzedResourcesRequest;
808
586
  (function (ListAnalyzedResourcesRequest) {
809
- /**
810
- * @internal
811
- */
812
587
  ListAnalyzedResourcesRequest.filterSensitiveLog = (obj) => ({
813
588
  ...obj,
814
589
  });
815
590
  })(ListAnalyzedResourcesRequest = exports.ListAnalyzedResourcesRequest || (exports.ListAnalyzedResourcesRequest = {}));
816
591
  var AnalyzedResourceSummary;
817
592
  (function (AnalyzedResourceSummary) {
818
- /**
819
- * @internal
820
- */
821
593
  AnalyzedResourceSummary.filterSensitiveLog = (obj) => ({
822
594
  ...obj,
823
595
  });
824
596
  })(AnalyzedResourceSummary = exports.AnalyzedResourceSummary || (exports.AnalyzedResourceSummary = {}));
825
597
  var ListAnalyzedResourcesResponse;
826
598
  (function (ListAnalyzedResourcesResponse) {
827
- /**
828
- * @internal
829
- */
830
599
  ListAnalyzedResourcesResponse.filterSensitiveLog = (obj) => ({
831
600
  ...obj,
832
601
  });
833
602
  })(ListAnalyzedResourcesResponse = exports.ListAnalyzedResourcesResponse || (exports.ListAnalyzedResourcesResponse = {}));
834
603
  var SortCriteria;
835
604
  (function (SortCriteria) {
836
- /**
837
- * @internal
838
- */
839
605
  SortCriteria.filterSensitiveLog = (obj) => ({
840
606
  ...obj,
841
607
  });
842
608
  })(SortCriteria = exports.SortCriteria || (exports.SortCriteria = {}));
843
609
  var ListFindingsRequest;
844
610
  (function (ListFindingsRequest) {
845
- /**
846
- * @internal
847
- */
848
611
  ListFindingsRequest.filterSensitiveLog = (obj) => ({
849
612
  ...obj,
850
613
  });
851
614
  })(ListFindingsRequest = exports.ListFindingsRequest || (exports.ListFindingsRequest = {}));
852
615
  var FindingSummary;
853
616
  (function (FindingSummary) {
854
- /**
855
- * @internal
856
- */
857
617
  FindingSummary.filterSensitiveLog = (obj) => ({
858
618
  ...obj,
859
619
  });
860
620
  })(FindingSummary = exports.FindingSummary || (exports.FindingSummary = {}));
861
621
  var ListFindingsResponse;
862
622
  (function (ListFindingsResponse) {
863
- /**
864
- * @internal
865
- */
866
623
  ListFindingsResponse.filterSensitiveLog = (obj) => ({
867
624
  ...obj,
868
625
  });
869
626
  })(ListFindingsResponse = exports.ListFindingsResponse || (exports.ListFindingsResponse = {}));
870
627
  var ListPolicyGenerationsRequest;
871
628
  (function (ListPolicyGenerationsRequest) {
872
- /**
873
- * @internal
874
- */
875
629
  ListPolicyGenerationsRequest.filterSensitiveLog = (obj) => ({
876
630
  ...obj,
877
631
  });
878
632
  })(ListPolicyGenerationsRequest = exports.ListPolicyGenerationsRequest || (exports.ListPolicyGenerationsRequest = {}));
879
633
  var PolicyGeneration;
880
634
  (function (PolicyGeneration) {
881
- /**
882
- * @internal
883
- */
884
635
  PolicyGeneration.filterSensitiveLog = (obj) => ({
885
636
  ...obj,
886
637
  });
887
638
  })(PolicyGeneration = exports.PolicyGeneration || (exports.PolicyGeneration = {}));
888
639
  var ListPolicyGenerationsResponse;
889
640
  (function (ListPolicyGenerationsResponse) {
890
- /**
891
- * @internal
892
- */
893
641
  ListPolicyGenerationsResponse.filterSensitiveLog = (obj) => ({
894
642
  ...obj,
895
643
  });
896
644
  })(ListPolicyGenerationsResponse = exports.ListPolicyGenerationsResponse || (exports.ListPolicyGenerationsResponse = {}));
897
645
  var ListTagsForResourceRequest;
898
646
  (function (ListTagsForResourceRequest) {
899
- /**
900
- * @internal
901
- */
902
647
  ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
903
648
  ...obj,
904
649
  });
905
650
  })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
906
651
  var ListTagsForResourceResponse;
907
652
  (function (ListTagsForResourceResponse) {
908
- /**
909
- * @internal
910
- */
911
653
  ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
912
654
  ...obj,
913
655
  });
914
656
  })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
915
657
  var Trail;
916
658
  (function (Trail) {
917
- /**
918
- * @internal
919
- */
920
659
  Trail.filterSensitiveLog = (obj) => ({
921
660
  ...obj,
922
661
  });
923
662
  })(Trail = exports.Trail || (exports.Trail = {}));
924
663
  var CloudTrailDetails;
925
664
  (function (CloudTrailDetails) {
926
- /**
927
- * @internal
928
- */
929
665
  CloudTrailDetails.filterSensitiveLog = (obj) => ({
930
666
  ...obj,
931
667
  });
932
668
  })(CloudTrailDetails = exports.CloudTrailDetails || (exports.CloudTrailDetails = {}));
933
669
  var PolicyGenerationDetails;
934
670
  (function (PolicyGenerationDetails) {
935
- /**
936
- * @internal
937
- */
938
671
  PolicyGenerationDetails.filterSensitiveLog = (obj) => ({
939
672
  ...obj,
940
673
  });
941
674
  })(PolicyGenerationDetails = exports.PolicyGenerationDetails || (exports.PolicyGenerationDetails = {}));
942
675
  var StartPolicyGenerationRequest;
943
676
  (function (StartPolicyGenerationRequest) {
944
- /**
945
- * @internal
946
- */
947
677
  StartPolicyGenerationRequest.filterSensitiveLog = (obj) => ({
948
678
  ...obj,
949
679
  });
950
680
  })(StartPolicyGenerationRequest = exports.StartPolicyGenerationRequest || (exports.StartPolicyGenerationRequest = {}));
951
681
  var StartPolicyGenerationResponse;
952
682
  (function (StartPolicyGenerationResponse) {
953
- /**
954
- * @internal
955
- */
956
683
  StartPolicyGenerationResponse.filterSensitiveLog = (obj) => ({
957
684
  ...obj,
958
685
  });
959
686
  })(StartPolicyGenerationResponse = exports.StartPolicyGenerationResponse || (exports.StartPolicyGenerationResponse = {}));
960
687
  var StartResourceScanRequest;
961
688
  (function (StartResourceScanRequest) {
962
- /**
963
- * @internal
964
- */
965
689
  StartResourceScanRequest.filterSensitiveLog = (obj) => ({
966
690
  ...obj,
967
691
  });
968
692
  })(StartResourceScanRequest = exports.StartResourceScanRequest || (exports.StartResourceScanRequest = {}));
969
693
  var TagResourceRequest;
970
694
  (function (TagResourceRequest) {
971
- /**
972
- * @internal
973
- */
974
695
  TagResourceRequest.filterSensitiveLog = (obj) => ({
975
696
  ...obj,
976
697
  });
977
698
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
978
699
  var TagResourceResponse;
979
700
  (function (TagResourceResponse) {
980
- /**
981
- * @internal
982
- */
983
701
  TagResourceResponse.filterSensitiveLog = (obj) => ({
984
702
  ...obj,
985
703
  });
986
704
  })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
987
705
  var UntagResourceRequest;
988
706
  (function (UntagResourceRequest) {
989
- /**
990
- * @internal
991
- */
992
707
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
993
708
  ...obj,
994
709
  });
995
710
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
996
711
  var UntagResourceResponse;
997
712
  (function (UntagResourceResponse) {
998
- /**
999
- * @internal
1000
- */
1001
713
  UntagResourceResponse.filterSensitiveLog = (obj) => ({
1002
714
  ...obj,
1003
715
  });
1004
716
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
1005
717
  var UpdateFindingsRequest;
1006
718
  (function (UpdateFindingsRequest) {
1007
- /**
1008
- * @internal
1009
- */
1010
719
  UpdateFindingsRequest.filterSensitiveLog = (obj) => ({
1011
720
  ...obj,
1012
721
  });
@@ -1032,9 +741,6 @@ var PolicyType;
1032
741
  })(PolicyType = exports.PolicyType || (exports.PolicyType = {}));
1033
742
  var ValidatePolicyRequest;
1034
743
  (function (ValidatePolicyRequest) {
1035
- /**
1036
- * @internal
1037
- */
1038
744
  ValidatePolicyRequest.filterSensitiveLog = (obj) => ({
1039
745
  ...obj,
1040
746
  });
@@ -1048,9 +754,6 @@ var ValidatePolicyFindingType;
1048
754
  })(ValidatePolicyFindingType = exports.ValidatePolicyFindingType || (exports.ValidatePolicyFindingType = {}));
1049
755
  var Substring;
1050
756
  (function (Substring) {
1051
- /**
1052
- * @internal
1053
- */
1054
757
  Substring.filterSensitiveLog = (obj) => ({
1055
758
  ...obj,
1056
759
  });
@@ -1068,9 +771,6 @@ var PathElement;
1068
771
  return visitor.value(value.value);
1069
772
  return visitor._(value.$unknown[0], value.$unknown[1]);
1070
773
  };
1071
- /**
1072
- * @internal
1073
- */
1074
774
  PathElement.filterSensitiveLog = (obj) => {
1075
775
  if (obj.index !== undefined)
1076
776
  return { index: obj.index };
@@ -1086,27 +786,18 @@ var PathElement;
1086
786
  })(PathElement = exports.PathElement || (exports.PathElement = {}));
1087
787
  var Position;
1088
788
  (function (Position) {
1089
- /**
1090
- * @internal
1091
- */
1092
789
  Position.filterSensitiveLog = (obj) => ({
1093
790
  ...obj,
1094
791
  });
1095
792
  })(Position = exports.Position || (exports.Position = {}));
1096
793
  var Span;
1097
794
  (function (Span) {
1098
- /**
1099
- * @internal
1100
- */
1101
795
  Span.filterSensitiveLog = (obj) => ({
1102
796
  ...obj,
1103
797
  });
1104
798
  })(Span = exports.Span || (exports.Span = {}));
1105
799
  var Location;
1106
800
  (function (Location) {
1107
- /**
1108
- * @internal
1109
- */
1110
801
  Location.filterSensitiveLog = (obj) => ({
1111
802
  ...obj,
1112
803
  ...(obj.path && { path: obj.path.map((item) => PathElement.filterSensitiveLog(item)) }),
@@ -1114,9 +805,6 @@ var Location;
1114
805
  })(Location = exports.Location || (exports.Location = {}));
1115
806
  var ValidatePolicyFinding;
1116
807
  (function (ValidatePolicyFinding) {
1117
- /**
1118
- * @internal
1119
- */
1120
808
  ValidatePolicyFinding.filterSensitiveLog = (obj) => ({
1121
809
  ...obj,
1122
810
  ...(obj.locations && { locations: obj.locations.map((item) => Location.filterSensitiveLog(item)) }),
@@ -1124,11 +812,7 @@ var ValidatePolicyFinding;
1124
812
  })(ValidatePolicyFinding = exports.ValidatePolicyFinding || (exports.ValidatePolicyFinding = {}));
1125
813
  var ValidatePolicyResponse;
1126
814
  (function (ValidatePolicyResponse) {
1127
- /**
1128
- * @internal
1129
- */
1130
815
  ValidatePolicyResponse.filterSensitiveLog = (obj) => ({
1131
816
  ...obj,
1132
817
  });
1133
818
  })(ValidatePolicyResponse = exports.ValidatePolicyResponse || (exports.ValidatePolicyResponse = {}));
1134
- //# sourceMappingURL=models_0.js.map