@aws-sdk/client-acm-pca 3.35.0 → 3.38.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 (258) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/ACMPCA.js +0 -21
  3. package/dist-cjs/ACMPCAClient.js +0 -26
  4. package/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +0 -40
  5. package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +0 -45
  6. package/dist-cjs/commands/CreatePermissionCommand.js +0 -51
  7. package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +0 -44
  8. package/dist-cjs/commands/DeletePermissionCommand.js +0 -53
  9. package/dist-cjs/commands/DeletePolicyCommand.js +0 -59
  10. package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +0 -28
  11. package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +0 -65
  12. package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +0 -28
  13. package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +0 -29
  14. package/dist-cjs/commands/GetCertificateCommand.js +0 -32
  15. package/dist-cjs/commands/GetPolicyCommand.js +0 -55
  16. package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +0 -152
  17. package/dist-cjs/commands/IssueCertificateCommand.js +0 -32
  18. package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +0 -25
  19. package/dist-cjs/commands/ListPermissionsCommand.js +0 -52
  20. package/dist-cjs/commands/ListTagsCommand.js +0 -28
  21. package/dist-cjs/commands/PutPolicyCommand.js +0 -56
  22. package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +0 -35
  23. package/dist-cjs/commands/RevokeCertificateCommand.js +0 -44
  24. package/dist-cjs/commands/TagCertificateAuthorityCommand.js +0 -32
  25. package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +0 -29
  26. package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +0 -35
  27. package/dist-cjs/commands/index.js +26 -0
  28. package/dist-cjs/endpoints.js +1 -2
  29. package/dist-cjs/index.js +5 -33
  30. package/dist-cjs/models/index.js +0 -1
  31. package/dist-cjs/models/models_0.js +0 -229
  32. package/dist-cjs/pagination/Interfaces.js +0 -1
  33. package/dist-cjs/pagination/ListCertificateAuthoritiesPaginator.js +0 -11
  34. package/dist-cjs/pagination/ListPermissionsPaginator.js +0 -11
  35. package/dist-cjs/pagination/ListTagsPaginator.js +0 -11
  36. package/dist-cjs/pagination/index.js +7 -0
  37. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  38. package/dist-cjs/runtimeConfig.browser.js +1 -6
  39. package/dist-cjs/runtimeConfig.js +2 -7
  40. package/dist-cjs/runtimeConfig.native.js +0 -4
  41. package/dist-cjs/runtimeConfig.shared.js +0 -4
  42. package/dist-cjs/waiters/index.js +6 -0
  43. package/dist-cjs/waiters/waitForAuditReportCreated.js +0 -10
  44. package/dist-cjs/waiters/waitForCertificateAuthorityCSRCreated.js +0 -10
  45. package/dist-cjs/waiters/waitForCertificateIssued.js +0 -10
  46. package/dist-es/ACMPCA.js +0 -1
  47. package/dist-es/ACMPCAClient.js +0 -1
  48. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +0 -1
  49. package/dist-es/commands/CreateCertificateAuthorityCommand.js +0 -1
  50. package/dist-es/commands/CreatePermissionCommand.js +0 -1
  51. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +0 -1
  52. package/dist-es/commands/DeletePermissionCommand.js +0 -1
  53. package/dist-es/commands/DeletePolicyCommand.js +0 -1
  54. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +0 -1
  55. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +0 -1
  56. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +0 -1
  57. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +0 -1
  58. package/dist-es/commands/GetCertificateCommand.js +0 -1
  59. package/dist-es/commands/GetPolicyCommand.js +0 -1
  60. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +0 -1
  61. package/dist-es/commands/IssueCertificateCommand.js +0 -1
  62. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +0 -1
  63. package/dist-es/commands/ListPermissionsCommand.js +0 -1
  64. package/dist-es/commands/ListTagsCommand.js +0 -1
  65. package/dist-es/commands/PutPolicyCommand.js +0 -1
  66. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +0 -1
  67. package/dist-es/commands/RevokeCertificateCommand.js +0 -1
  68. package/dist-es/commands/TagCertificateAuthorityCommand.js +0 -1
  69. package/dist-es/commands/UntagCertificateAuthorityCommand.js +0 -1
  70. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +0 -1
  71. package/dist-es/commands/index.js +23 -0
  72. package/dist-es/endpoints.js +1 -2
  73. package/dist-es/index.js +5 -33
  74. package/dist-es/models/index.js +0 -1
  75. package/dist-es/models/models_0.js +0 -1
  76. package/dist-es/pagination/Interfaces.js +0 -1
  77. package/dist-es/pagination/ListCertificateAuthoritiesPaginator.js +0 -1
  78. package/dist-es/pagination/ListPermissionsPaginator.js +0 -1
  79. package/dist-es/pagination/ListTagsPaginator.js +0 -1
  80. package/dist-es/pagination/index.js +4 -0
  81. package/dist-es/protocols/Aws_json1_1.js +0 -1
  82. package/dist-es/runtimeConfig.browser.js +1 -2
  83. package/dist-es/runtimeConfig.js +2 -3
  84. package/dist-es/runtimeConfig.native.js +0 -1
  85. package/dist-es/runtimeConfig.shared.js +0 -1
  86. package/dist-es/waiters/index.js +3 -0
  87. package/dist-es/waiters/waitForAuditReportCreated.js +0 -1
  88. package/dist-es/waiters/waitForCertificateAuthorityCSRCreated.js +0 -1
  89. package/dist-es/waiters/waitForCertificateIssued.js +0 -1
  90. package/dist-types/commands/index.d.ts +23 -0
  91. package/dist-types/index.d.ts +5 -32
  92. package/dist-types/pagination/index.d.ts +4 -0
  93. package/dist-types/ts3.4/ACMPCA.d.ts +24 -563
  94. package/dist-types/ts3.4/ACMPCAClient.d.ts +24 -106
  95. package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +2 -35
  96. package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +2 -40
  97. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +2 -46
  98. package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +2 -39
  99. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +2 -48
  100. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -54
  101. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +2 -23
  102. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +2 -60
  103. package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +2 -23
  104. package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +2 -24
  105. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +2 -27
  106. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -50
  107. package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +2 -147
  108. package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +2 -27
  109. package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +2 -20
  110. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +2 -47
  111. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -23
  112. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +2 -51
  113. package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +2 -30
  114. package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +2 -39
  115. package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +2 -27
  116. package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +2 -24
  117. package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +2 -30
  118. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  119. package/dist-types/ts3.4/index.d.ts +5 -32
  120. package/dist-types/ts3.4/models/models_0.d.ts +289 -1432
  121. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  122. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  123. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  124. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  125. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  126. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  127. package/dist-types/ts3.4/waiters/waitForAuditReportCreated.d.ts +2 -9
  128. package/dist-types/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +2 -9
  129. package/dist-types/ts3.4/waiters/waitForCertificateIssued.d.ts +2 -9
  130. package/dist-types/waiters/index.d.ts +3 -0
  131. package/package.json +34 -31
  132. package/dist-cjs/ACMPCA.js.map +0 -1
  133. package/dist-cjs/ACMPCAClient.js.map +0 -1
  134. package/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js.map +0 -1
  135. package/dist-cjs/commands/CreateCertificateAuthorityCommand.js.map +0 -1
  136. package/dist-cjs/commands/CreatePermissionCommand.js.map +0 -1
  137. package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js.map +0 -1
  138. package/dist-cjs/commands/DeletePermissionCommand.js.map +0 -1
  139. package/dist-cjs/commands/DeletePolicyCommand.js.map +0 -1
  140. package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js.map +0 -1
  141. package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js.map +0 -1
  142. package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js.map +0 -1
  143. package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js.map +0 -1
  144. package/dist-cjs/commands/GetCertificateCommand.js.map +0 -1
  145. package/dist-cjs/commands/GetPolicyCommand.js.map +0 -1
  146. package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js.map +0 -1
  147. package/dist-cjs/commands/IssueCertificateCommand.js.map +0 -1
  148. package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js.map +0 -1
  149. package/dist-cjs/commands/ListPermissionsCommand.js.map +0 -1
  150. package/dist-cjs/commands/ListTagsCommand.js.map +0 -1
  151. package/dist-cjs/commands/PutPolicyCommand.js.map +0 -1
  152. package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js.map +0 -1
  153. package/dist-cjs/commands/RevokeCertificateCommand.js.map +0 -1
  154. package/dist-cjs/commands/TagCertificateAuthorityCommand.js.map +0 -1
  155. package/dist-cjs/commands/UntagCertificateAuthorityCommand.js.map +0 -1
  156. package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js.map +0 -1
  157. package/dist-cjs/endpoints.js.map +0 -1
  158. package/dist-cjs/index.js.map +0 -1
  159. package/dist-cjs/models/index.js.map +0 -1
  160. package/dist-cjs/models/models_0.js.map +0 -1
  161. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  162. package/dist-cjs/pagination/ListCertificateAuthoritiesPaginator.js.map +0 -1
  163. package/dist-cjs/pagination/ListPermissionsPaginator.js.map +0 -1
  164. package/dist-cjs/pagination/ListTagsPaginator.js.map +0 -1
  165. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  166. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  167. package/dist-cjs/runtimeConfig.js.map +0 -1
  168. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  169. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  170. package/dist-cjs/waiters/waitForAuditReportCreated.js.map +0 -1
  171. package/dist-cjs/waiters/waitForCertificateAuthorityCSRCreated.js.map +0 -1
  172. package/dist-cjs/waiters/waitForCertificateIssued.js.map +0 -1
  173. package/dist-es/ACMPCA.js.map +0 -1
  174. package/dist-es/ACMPCAClient.js.map +0 -1
  175. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js.map +0 -1
  176. package/dist-es/commands/CreateCertificateAuthorityCommand.js.map +0 -1
  177. package/dist-es/commands/CreatePermissionCommand.js.map +0 -1
  178. package/dist-es/commands/DeleteCertificateAuthorityCommand.js.map +0 -1
  179. package/dist-es/commands/DeletePermissionCommand.js.map +0 -1
  180. package/dist-es/commands/DeletePolicyCommand.js.map +0 -1
  181. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js.map +0 -1
  182. package/dist-es/commands/DescribeCertificateAuthorityCommand.js.map +0 -1
  183. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js.map +0 -1
  184. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js.map +0 -1
  185. package/dist-es/commands/GetCertificateCommand.js.map +0 -1
  186. package/dist-es/commands/GetPolicyCommand.js.map +0 -1
  187. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js.map +0 -1
  188. package/dist-es/commands/IssueCertificateCommand.js.map +0 -1
  189. package/dist-es/commands/ListCertificateAuthoritiesCommand.js.map +0 -1
  190. package/dist-es/commands/ListPermissionsCommand.js.map +0 -1
  191. package/dist-es/commands/ListTagsCommand.js.map +0 -1
  192. package/dist-es/commands/PutPolicyCommand.js.map +0 -1
  193. package/dist-es/commands/RestoreCertificateAuthorityCommand.js.map +0 -1
  194. package/dist-es/commands/RevokeCertificateCommand.js.map +0 -1
  195. package/dist-es/commands/TagCertificateAuthorityCommand.js.map +0 -1
  196. package/dist-es/commands/UntagCertificateAuthorityCommand.js.map +0 -1
  197. package/dist-es/commands/UpdateCertificateAuthorityCommand.js.map +0 -1
  198. package/dist-es/endpoints.js.map +0 -1
  199. package/dist-es/index.js.map +0 -1
  200. package/dist-es/models/index.js.map +0 -1
  201. package/dist-es/models/models_0.js.map +0 -1
  202. package/dist-es/pagination/Interfaces.js.map +0 -1
  203. package/dist-es/pagination/ListCertificateAuthoritiesPaginator.js.map +0 -1
  204. package/dist-es/pagination/ListPermissionsPaginator.js.map +0 -1
  205. package/dist-es/pagination/ListTagsPaginator.js.map +0 -1
  206. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  207. package/dist-es/runtimeConfig.browser.js.map +0 -1
  208. package/dist-es/runtimeConfig.js.map +0 -1
  209. package/dist-es/runtimeConfig.native.js.map +0 -1
  210. package/dist-es/runtimeConfig.shared.js.map +0 -1
  211. package/dist-es/waiters/waitForAuditReportCreated.js.map +0 -1
  212. package/dist-es/waiters/waitForCertificateAuthorityCSRCreated.js.map +0 -1
  213. package/dist-es/waiters/waitForCertificateIssued.js.map +0 -1
  214. package/jest.config.js +0 -4
  215. package/src/ACMPCA.ts +0 -1323
  216. package/src/ACMPCAClient.ts +0 -361
  217. package/src/commands/CreateCertificateAuthorityAuditReportCommand.ts +0 -122
  218. package/src/commands/CreateCertificateAuthorityCommand.ts +0 -118
  219. package/src/commands/CreatePermissionCommand.ts +0 -121
  220. package/src/commands/DeleteCertificateAuthorityCommand.ts +0 -117
  221. package/src/commands/DeletePermissionCommand.ts +0 -123
  222. package/src/commands/DeletePolicyCommand.ts +0 -129
  223. package/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts +0 -113
  224. package/src/commands/DescribeCertificateAuthorityCommand.ts +0 -140
  225. package/src/commands/GetCertificateAuthorityCertificateCommand.ts +0 -109
  226. package/src/commands/GetCertificateAuthorityCsrCommand.ts +0 -102
  227. package/src/commands/GetCertificateCommand.ts +0 -102
  228. package/src/commands/GetPolicyCommand.ts +0 -122
  229. package/src/commands/ImportCertificateAuthorityCertificateCommand.ts +0 -229
  230. package/src/commands/IssueCertificateCommand.ts +0 -102
  231. package/src/commands/ListCertificateAuthoritiesCommand.ts +0 -98
  232. package/src/commands/ListPermissionsCommand.ts +0 -122
  233. package/src/commands/ListTagsCommand.ts +0 -91
  234. package/src/commands/PutPolicyCommand.ts +0 -123
  235. package/src/commands/RestoreCertificateAuthorityCommand.ts +0 -108
  236. package/src/commands/RevokeCertificateCommand.ts +0 -114
  237. package/src/commands/TagCertificateAuthorityCommand.ts +0 -102
  238. package/src/commands/UntagCertificateAuthorityCommand.ts +0 -102
  239. package/src/commands/UpdateCertificateAuthorityCommand.ts +0 -108
  240. package/src/endpoints.ts +0 -91
  241. package/src/index.ts +0 -33
  242. package/src/models/index.ts +0 -1
  243. package/src/models/models_0.ts +0 -2571
  244. package/src/pagination/Interfaces.ts +0 -8
  245. package/src/pagination/ListCertificateAuthoritiesPaginator.ts +0 -59
  246. package/src/pagination/ListPermissionsPaginator.ts +0 -59
  247. package/src/pagination/ListTagsPaginator.ts +0 -55
  248. package/src/protocols/Aws_json1_1.ts +0 -3845
  249. package/src/runtimeConfig.browser.ts +0 -41
  250. package/src/runtimeConfig.native.ts +0 -17
  251. package/src/runtimeConfig.shared.ts +0 -17
  252. package/src/runtimeConfig.ts +0 -46
  253. package/src/waiters/waitForAuditReportCreated.ts +0 -61
  254. package/src/waiters/waitForCertificateAuthorityCSRCreated.ts +0 -49
  255. package/src/waiters/waitForCertificateIssued.ts +0 -43
  256. package/tsconfig.es.json +0 -10
  257. package/tsconfig.json +0 -33
  258. package/tsconfig.types.json +0 -9
@@ -4,36 +4,24 @@ exports.GetCertificateRequest = exports.DescribeCertificateAuthorityAuditReportR
4
4
  exports.UpdateCertificateAuthorityRequest = exports.UntagCertificateAuthorityRequest = exports.TooManyTagsException = exports.TagCertificateAuthorityRequest = exports.RevokeCertificateRequest = exports.RevocationReason = exports.RequestAlreadyProcessedException = exports.RestoreCertificateAuthorityRequest = exports.PutPolicyRequest = exports.ListTagsResponse = exports.ListTagsRequest = exports.ListPermissionsResponse = exports.Permission = exports.ListPermissionsRequest = exports.ListCertificateAuthoritiesResponse = exports.ListCertificateAuthoritiesRequest = exports.ResourceOwner = exports.InvalidNextTokenException = exports.MalformedCSRException = exports.IssueCertificateResponse = exports.IssueCertificateRequest = exports.Validity = exports.ValidityPeriodType = exports.ApiPassthrough = exports.Extensions = exports.ExtendedKeyUsage = exports.ExtendedKeyUsageType = exports.PolicyInformation = exports.PolicyQualifierInfo = exports.Qualifier = exports.PolicyQualifierId = exports.MalformedCertificateException = exports.InvalidRequestException = exports.ImportCertificateAuthorityCertificateRequest = exports.CertificateMismatchException = exports.GetPolicyResponse = exports.GetPolicyRequest = exports.GetCertificateAuthorityCsrResponse = exports.GetCertificateAuthorityCsrRequest = exports.GetCertificateAuthorityCertificateResponse = exports.GetCertificateAuthorityCertificateRequest = exports.GetCertificateResponse = void 0;
5
5
  var ASN1Subject;
6
6
  (function (ASN1Subject) {
7
- /**
8
- * @internal
9
- */
10
7
  ASN1Subject.filterSensitiveLog = (obj) => ({
11
8
  ...obj,
12
9
  });
13
10
  })(ASN1Subject = exports.ASN1Subject || (exports.ASN1Subject = {}));
14
11
  var EdiPartyName;
15
12
  (function (EdiPartyName) {
16
- /**
17
- * @internal
18
- */
19
13
  EdiPartyName.filterSensitiveLog = (obj) => ({
20
14
  ...obj,
21
15
  });
22
16
  })(EdiPartyName = exports.EdiPartyName || (exports.EdiPartyName = {}));
23
17
  var OtherName;
24
18
  (function (OtherName) {
25
- /**
26
- * @internal
27
- */
28
19
  OtherName.filterSensitiveLog = (obj) => ({
29
20
  ...obj,
30
21
  });
31
22
  })(OtherName = exports.OtherName || (exports.OtherName = {}));
32
23
  var GeneralName;
33
24
  (function (GeneralName) {
34
- /**
35
- * @internal
36
- */
37
25
  GeneralName.filterSensitiveLog = (obj) => ({
38
26
  ...obj,
39
27
  });
@@ -46,36 +34,24 @@ var AccessMethodType;
46
34
  })(AccessMethodType = exports.AccessMethodType || (exports.AccessMethodType = {}));
47
35
  var AccessMethod;
48
36
  (function (AccessMethod) {
49
- /**
50
- * @internal
51
- */
52
37
  AccessMethod.filterSensitiveLog = (obj) => ({
53
38
  ...obj,
54
39
  });
55
40
  })(AccessMethod = exports.AccessMethod || (exports.AccessMethod = {}));
56
41
  var AccessDescription;
57
42
  (function (AccessDescription) {
58
- /**
59
- * @internal
60
- */
61
43
  AccessDescription.filterSensitiveLog = (obj) => ({
62
44
  ...obj,
63
45
  });
64
46
  })(AccessDescription = exports.AccessDescription || (exports.AccessDescription = {}));
65
47
  var KeyUsage;
66
48
  (function (KeyUsage) {
67
- /**
68
- * @internal
69
- */
70
49
  KeyUsage.filterSensitiveLog = (obj) => ({
71
50
  ...obj,
72
51
  });
73
52
  })(KeyUsage = exports.KeyUsage || (exports.KeyUsage = {}));
74
53
  var CsrExtensions;
75
54
  (function (CsrExtensions) {
76
- /**
77
- * @internal
78
- */
79
55
  CsrExtensions.filterSensitiveLog = (obj) => ({
80
56
  ...obj,
81
57
  });
@@ -98,9 +74,6 @@ var SigningAlgorithm;
98
74
  })(SigningAlgorithm = exports.SigningAlgorithm || (exports.SigningAlgorithm = {}));
99
75
  var CertificateAuthorityConfiguration;
100
76
  (function (CertificateAuthorityConfiguration) {
101
- /**
102
- * @internal
103
- */
104
77
  CertificateAuthorityConfiguration.filterSensitiveLog = (obj) => ({
105
78
  ...obj,
106
79
  });
@@ -122,90 +95,60 @@ var S3ObjectAcl;
122
95
  })(S3ObjectAcl = exports.S3ObjectAcl || (exports.S3ObjectAcl = {}));
123
96
  var CrlConfiguration;
124
97
  (function (CrlConfiguration) {
125
- /**
126
- * @internal
127
- */
128
98
  CrlConfiguration.filterSensitiveLog = (obj) => ({
129
99
  ...obj,
130
100
  });
131
101
  })(CrlConfiguration = exports.CrlConfiguration || (exports.CrlConfiguration = {}));
132
102
  var OcspConfiguration;
133
103
  (function (OcspConfiguration) {
134
- /**
135
- * @internal
136
- */
137
104
  OcspConfiguration.filterSensitiveLog = (obj) => ({
138
105
  ...obj,
139
106
  });
140
107
  })(OcspConfiguration = exports.OcspConfiguration || (exports.OcspConfiguration = {}));
141
108
  var RevocationConfiguration;
142
109
  (function (RevocationConfiguration) {
143
- /**
144
- * @internal
145
- */
146
110
  RevocationConfiguration.filterSensitiveLog = (obj) => ({
147
111
  ...obj,
148
112
  });
149
113
  })(RevocationConfiguration = exports.RevocationConfiguration || (exports.RevocationConfiguration = {}));
150
114
  var Tag;
151
115
  (function (Tag) {
152
- /**
153
- * @internal
154
- */
155
116
  Tag.filterSensitiveLog = (obj) => ({
156
117
  ...obj,
157
118
  });
158
119
  })(Tag = exports.Tag || (exports.Tag = {}));
159
120
  var CreateCertificateAuthorityRequest;
160
121
  (function (CreateCertificateAuthorityRequest) {
161
- /**
162
- * @internal
163
- */
164
122
  CreateCertificateAuthorityRequest.filterSensitiveLog = (obj) => ({
165
123
  ...obj,
166
124
  });
167
125
  })(CreateCertificateAuthorityRequest = exports.CreateCertificateAuthorityRequest || (exports.CreateCertificateAuthorityRequest = {}));
168
126
  var CreateCertificateAuthorityResponse;
169
127
  (function (CreateCertificateAuthorityResponse) {
170
- /**
171
- * @internal
172
- */
173
128
  CreateCertificateAuthorityResponse.filterSensitiveLog = (obj) => ({
174
129
  ...obj,
175
130
  });
176
131
  })(CreateCertificateAuthorityResponse = exports.CreateCertificateAuthorityResponse || (exports.CreateCertificateAuthorityResponse = {}));
177
132
  var InvalidArgsException;
178
133
  (function (InvalidArgsException) {
179
- /**
180
- * @internal
181
- */
182
134
  InvalidArgsException.filterSensitiveLog = (obj) => ({
183
135
  ...obj,
184
136
  });
185
137
  })(InvalidArgsException = exports.InvalidArgsException || (exports.InvalidArgsException = {}));
186
138
  var InvalidPolicyException;
187
139
  (function (InvalidPolicyException) {
188
- /**
189
- * @internal
190
- */
191
140
  InvalidPolicyException.filterSensitiveLog = (obj) => ({
192
141
  ...obj,
193
142
  });
194
143
  })(InvalidPolicyException = exports.InvalidPolicyException || (exports.InvalidPolicyException = {}));
195
144
  var InvalidTagException;
196
145
  (function (InvalidTagException) {
197
- /**
198
- * @internal
199
- */
200
146
  InvalidTagException.filterSensitiveLog = (obj) => ({
201
147
  ...obj,
202
148
  });
203
149
  })(InvalidTagException = exports.InvalidTagException || (exports.InvalidTagException = {}));
204
150
  var LimitExceededException;
205
151
  (function (LimitExceededException) {
206
- /**
207
- * @internal
208
- */
209
152
  LimitExceededException.filterSensitiveLog = (obj) => ({
210
153
  ...obj,
211
154
  });
@@ -217,63 +160,42 @@ var AuditReportResponseFormat;
217
160
  })(AuditReportResponseFormat = exports.AuditReportResponseFormat || (exports.AuditReportResponseFormat = {}));
218
161
  var CreateCertificateAuthorityAuditReportRequest;
219
162
  (function (CreateCertificateAuthorityAuditReportRequest) {
220
- /**
221
- * @internal
222
- */
223
163
  CreateCertificateAuthorityAuditReportRequest.filterSensitiveLog = (obj) => ({
224
164
  ...obj,
225
165
  });
226
166
  })(CreateCertificateAuthorityAuditReportRequest = exports.CreateCertificateAuthorityAuditReportRequest || (exports.CreateCertificateAuthorityAuditReportRequest = {}));
227
167
  var CreateCertificateAuthorityAuditReportResponse;
228
168
  (function (CreateCertificateAuthorityAuditReportResponse) {
229
- /**
230
- * @internal
231
- */
232
169
  CreateCertificateAuthorityAuditReportResponse.filterSensitiveLog = (obj) => ({
233
170
  ...obj,
234
171
  });
235
172
  })(CreateCertificateAuthorityAuditReportResponse = exports.CreateCertificateAuthorityAuditReportResponse || (exports.CreateCertificateAuthorityAuditReportResponse = {}));
236
173
  var InvalidArnException;
237
174
  (function (InvalidArnException) {
238
- /**
239
- * @internal
240
- */
241
175
  InvalidArnException.filterSensitiveLog = (obj) => ({
242
176
  ...obj,
243
177
  });
244
178
  })(InvalidArnException = exports.InvalidArnException || (exports.InvalidArnException = {}));
245
179
  var InvalidStateException;
246
180
  (function (InvalidStateException) {
247
- /**
248
- * @internal
249
- */
250
181
  InvalidStateException.filterSensitiveLog = (obj) => ({
251
182
  ...obj,
252
183
  });
253
184
  })(InvalidStateException = exports.InvalidStateException || (exports.InvalidStateException = {}));
254
185
  var RequestFailedException;
255
186
  (function (RequestFailedException) {
256
- /**
257
- * @internal
258
- */
259
187
  RequestFailedException.filterSensitiveLog = (obj) => ({
260
188
  ...obj,
261
189
  });
262
190
  })(RequestFailedException = exports.RequestFailedException || (exports.RequestFailedException = {}));
263
191
  var RequestInProgressException;
264
192
  (function (RequestInProgressException) {
265
- /**
266
- * @internal
267
- */
268
193
  RequestInProgressException.filterSensitiveLog = (obj) => ({
269
194
  ...obj,
270
195
  });
271
196
  })(RequestInProgressException = exports.RequestInProgressException || (exports.RequestInProgressException = {}));
272
197
  var ResourceNotFoundException;
273
198
  (function (ResourceNotFoundException) {
274
- /**
275
- * @internal
276
- */
277
199
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
278
200
  ...obj,
279
201
  });
@@ -286,72 +208,48 @@ var ActionType;
286
208
  })(ActionType = exports.ActionType || (exports.ActionType = {}));
287
209
  var CreatePermissionRequest;
288
210
  (function (CreatePermissionRequest) {
289
- /**
290
- * @internal
291
- */
292
211
  CreatePermissionRequest.filterSensitiveLog = (obj) => ({
293
212
  ...obj,
294
213
  });
295
214
  })(CreatePermissionRequest = exports.CreatePermissionRequest || (exports.CreatePermissionRequest = {}));
296
215
  var PermissionAlreadyExistsException;
297
216
  (function (PermissionAlreadyExistsException) {
298
- /**
299
- * @internal
300
- */
301
217
  PermissionAlreadyExistsException.filterSensitiveLog = (obj) => ({
302
218
  ...obj,
303
219
  });
304
220
  })(PermissionAlreadyExistsException = exports.PermissionAlreadyExistsException || (exports.PermissionAlreadyExistsException = {}));
305
221
  var ConcurrentModificationException;
306
222
  (function (ConcurrentModificationException) {
307
- /**
308
- * @internal
309
- */
310
223
  ConcurrentModificationException.filterSensitiveLog = (obj) => ({
311
224
  ...obj,
312
225
  });
313
226
  })(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
314
227
  var DeleteCertificateAuthorityRequest;
315
228
  (function (DeleteCertificateAuthorityRequest) {
316
- /**
317
- * @internal
318
- */
319
229
  DeleteCertificateAuthorityRequest.filterSensitiveLog = (obj) => ({
320
230
  ...obj,
321
231
  });
322
232
  })(DeleteCertificateAuthorityRequest = exports.DeleteCertificateAuthorityRequest || (exports.DeleteCertificateAuthorityRequest = {}));
323
233
  var DeletePermissionRequest;
324
234
  (function (DeletePermissionRequest) {
325
- /**
326
- * @internal
327
- */
328
235
  DeletePermissionRequest.filterSensitiveLog = (obj) => ({
329
236
  ...obj,
330
237
  });
331
238
  })(DeletePermissionRequest = exports.DeletePermissionRequest || (exports.DeletePermissionRequest = {}));
332
239
  var DeletePolicyRequest;
333
240
  (function (DeletePolicyRequest) {
334
- /**
335
- * @internal
336
- */
337
241
  DeletePolicyRequest.filterSensitiveLog = (obj) => ({
338
242
  ...obj,
339
243
  });
340
244
  })(DeletePolicyRequest = exports.DeletePolicyRequest || (exports.DeletePolicyRequest = {}));
341
245
  var LockoutPreventedException;
342
246
  (function (LockoutPreventedException) {
343
- /**
344
- * @internal
345
- */
346
247
  LockoutPreventedException.filterSensitiveLog = (obj) => ({
347
248
  ...obj,
348
249
  });
349
250
  })(LockoutPreventedException = exports.LockoutPreventedException || (exports.LockoutPreventedException = {}));
350
251
  var DescribeCertificateAuthorityRequest;
351
252
  (function (DescribeCertificateAuthorityRequest) {
352
- /**
353
- * @internal
354
- */
355
253
  DescribeCertificateAuthorityRequest.filterSensitiveLog = (obj) => ({
356
254
  ...obj,
357
255
  });
@@ -374,27 +272,18 @@ var CertificateAuthorityStatus;
374
272
  })(CertificateAuthorityStatus = exports.CertificateAuthorityStatus || (exports.CertificateAuthorityStatus = {}));
375
273
  var CertificateAuthority;
376
274
  (function (CertificateAuthority) {
377
- /**
378
- * @internal
379
- */
380
275
  CertificateAuthority.filterSensitiveLog = (obj) => ({
381
276
  ...obj,
382
277
  });
383
278
  })(CertificateAuthority = exports.CertificateAuthority || (exports.CertificateAuthority = {}));
384
279
  var DescribeCertificateAuthorityResponse;
385
280
  (function (DescribeCertificateAuthorityResponse) {
386
- /**
387
- * @internal
388
- */
389
281
  DescribeCertificateAuthorityResponse.filterSensitiveLog = (obj) => ({
390
282
  ...obj,
391
283
  });
392
284
  })(DescribeCertificateAuthorityResponse = exports.DescribeCertificateAuthorityResponse || (exports.DescribeCertificateAuthorityResponse = {}));
393
285
  var DescribeCertificateAuthorityAuditReportRequest;
394
286
  (function (DescribeCertificateAuthorityAuditReportRequest) {
395
- /**
396
- * @internal
397
- */
398
287
  DescribeCertificateAuthorityAuditReportRequest.filterSensitiveLog = (obj) => ({
399
288
  ...obj,
400
289
  });
@@ -407,117 +296,78 @@ var AuditReportStatus;
407
296
  })(AuditReportStatus = exports.AuditReportStatus || (exports.AuditReportStatus = {}));
408
297
  var DescribeCertificateAuthorityAuditReportResponse;
409
298
  (function (DescribeCertificateAuthorityAuditReportResponse) {
410
- /**
411
- * @internal
412
- */
413
299
  DescribeCertificateAuthorityAuditReportResponse.filterSensitiveLog = (obj) => ({
414
300
  ...obj,
415
301
  });
416
302
  })(DescribeCertificateAuthorityAuditReportResponse = exports.DescribeCertificateAuthorityAuditReportResponse || (exports.DescribeCertificateAuthorityAuditReportResponse = {}));
417
303
  var GetCertificateRequest;
418
304
  (function (GetCertificateRequest) {
419
- /**
420
- * @internal
421
- */
422
305
  GetCertificateRequest.filterSensitiveLog = (obj) => ({
423
306
  ...obj,
424
307
  });
425
308
  })(GetCertificateRequest = exports.GetCertificateRequest || (exports.GetCertificateRequest = {}));
426
309
  var GetCertificateResponse;
427
310
  (function (GetCertificateResponse) {
428
- /**
429
- * @internal
430
- */
431
311
  GetCertificateResponse.filterSensitiveLog = (obj) => ({
432
312
  ...obj,
433
313
  });
434
314
  })(GetCertificateResponse = exports.GetCertificateResponse || (exports.GetCertificateResponse = {}));
435
315
  var GetCertificateAuthorityCertificateRequest;
436
316
  (function (GetCertificateAuthorityCertificateRequest) {
437
- /**
438
- * @internal
439
- */
440
317
  GetCertificateAuthorityCertificateRequest.filterSensitiveLog = (obj) => ({
441
318
  ...obj,
442
319
  });
443
320
  })(GetCertificateAuthorityCertificateRequest = exports.GetCertificateAuthorityCertificateRequest || (exports.GetCertificateAuthorityCertificateRequest = {}));
444
321
  var GetCertificateAuthorityCertificateResponse;
445
322
  (function (GetCertificateAuthorityCertificateResponse) {
446
- /**
447
- * @internal
448
- */
449
323
  GetCertificateAuthorityCertificateResponse.filterSensitiveLog = (obj) => ({
450
324
  ...obj,
451
325
  });
452
326
  })(GetCertificateAuthorityCertificateResponse = exports.GetCertificateAuthorityCertificateResponse || (exports.GetCertificateAuthorityCertificateResponse = {}));
453
327
  var GetCertificateAuthorityCsrRequest;
454
328
  (function (GetCertificateAuthorityCsrRequest) {
455
- /**
456
- * @internal
457
- */
458
329
  GetCertificateAuthorityCsrRequest.filterSensitiveLog = (obj) => ({
459
330
  ...obj,
460
331
  });
461
332
  })(GetCertificateAuthorityCsrRequest = exports.GetCertificateAuthorityCsrRequest || (exports.GetCertificateAuthorityCsrRequest = {}));
462
333
  var GetCertificateAuthorityCsrResponse;
463
334
  (function (GetCertificateAuthorityCsrResponse) {
464
- /**
465
- * @internal
466
- */
467
335
  GetCertificateAuthorityCsrResponse.filterSensitiveLog = (obj) => ({
468
336
  ...obj,
469
337
  });
470
338
  })(GetCertificateAuthorityCsrResponse = exports.GetCertificateAuthorityCsrResponse || (exports.GetCertificateAuthorityCsrResponse = {}));
471
339
  var GetPolicyRequest;
472
340
  (function (GetPolicyRequest) {
473
- /**
474
- * @internal
475
- */
476
341
  GetPolicyRequest.filterSensitiveLog = (obj) => ({
477
342
  ...obj,
478
343
  });
479
344
  })(GetPolicyRequest = exports.GetPolicyRequest || (exports.GetPolicyRequest = {}));
480
345
  var GetPolicyResponse;
481
346
  (function (GetPolicyResponse) {
482
- /**
483
- * @internal
484
- */
485
347
  GetPolicyResponse.filterSensitiveLog = (obj) => ({
486
348
  ...obj,
487
349
  });
488
350
  })(GetPolicyResponse = exports.GetPolicyResponse || (exports.GetPolicyResponse = {}));
489
351
  var CertificateMismatchException;
490
352
  (function (CertificateMismatchException) {
491
- /**
492
- * @internal
493
- */
494
353
  CertificateMismatchException.filterSensitiveLog = (obj) => ({
495
354
  ...obj,
496
355
  });
497
356
  })(CertificateMismatchException = exports.CertificateMismatchException || (exports.CertificateMismatchException = {}));
498
357
  var ImportCertificateAuthorityCertificateRequest;
499
358
  (function (ImportCertificateAuthorityCertificateRequest) {
500
- /**
501
- * @internal
502
- */
503
359
  ImportCertificateAuthorityCertificateRequest.filterSensitiveLog = (obj) => ({
504
360
  ...obj,
505
361
  });
506
362
  })(ImportCertificateAuthorityCertificateRequest = exports.ImportCertificateAuthorityCertificateRequest || (exports.ImportCertificateAuthorityCertificateRequest = {}));
507
363
  var InvalidRequestException;
508
364
  (function (InvalidRequestException) {
509
- /**
510
- * @internal
511
- */
512
365
  InvalidRequestException.filterSensitiveLog = (obj) => ({
513
366
  ...obj,
514
367
  });
515
368
  })(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
516
369
  var MalformedCertificateException;
517
370
  (function (MalformedCertificateException) {
518
- /**
519
- * @internal
520
- */
521
371
  MalformedCertificateException.filterSensitiveLog = (obj) => ({
522
372
  ...obj,
523
373
  });
@@ -528,27 +378,18 @@ var PolicyQualifierId;
528
378
  })(PolicyQualifierId = exports.PolicyQualifierId || (exports.PolicyQualifierId = {}));
529
379
  var Qualifier;
530
380
  (function (Qualifier) {
531
- /**
532
- * @internal
533
- */
534
381
  Qualifier.filterSensitiveLog = (obj) => ({
535
382
  ...obj,
536
383
  });
537
384
  })(Qualifier = exports.Qualifier || (exports.Qualifier = {}));
538
385
  var PolicyQualifierInfo;
539
386
  (function (PolicyQualifierInfo) {
540
- /**
541
- * @internal
542
- */
543
387
  PolicyQualifierInfo.filterSensitiveLog = (obj) => ({
544
388
  ...obj,
545
389
  });
546
390
  })(PolicyQualifierInfo = exports.PolicyQualifierInfo || (exports.PolicyQualifierInfo = {}));
547
391
  var PolicyInformation;
548
392
  (function (PolicyInformation) {
549
- /**
550
- * @internal
551
- */
552
393
  PolicyInformation.filterSensitiveLog = (obj) => ({
553
394
  ...obj,
554
395
  });
@@ -567,27 +408,18 @@ var ExtendedKeyUsageType;
567
408
  })(ExtendedKeyUsageType = exports.ExtendedKeyUsageType || (exports.ExtendedKeyUsageType = {}));
568
409
  var ExtendedKeyUsage;
569
410
  (function (ExtendedKeyUsage) {
570
- /**
571
- * @internal
572
- */
573
411
  ExtendedKeyUsage.filterSensitiveLog = (obj) => ({
574
412
  ...obj,
575
413
  });
576
414
  })(ExtendedKeyUsage = exports.ExtendedKeyUsage || (exports.ExtendedKeyUsage = {}));
577
415
  var Extensions;
578
416
  (function (Extensions) {
579
- /**
580
- * @internal
581
- */
582
417
  Extensions.filterSensitiveLog = (obj) => ({
583
418
  ...obj,
584
419
  });
585
420
  })(Extensions = exports.Extensions || (exports.Extensions = {}));
586
421
  var ApiPassthrough;
587
422
  (function (ApiPassthrough) {
588
- /**
589
- * @internal
590
- */
591
423
  ApiPassthrough.filterSensitiveLog = (obj) => ({
592
424
  ...obj,
593
425
  });
@@ -602,45 +434,30 @@ var ValidityPeriodType;
602
434
  })(ValidityPeriodType = exports.ValidityPeriodType || (exports.ValidityPeriodType = {}));
603
435
  var Validity;
604
436
  (function (Validity) {
605
- /**
606
- * @internal
607
- */
608
437
  Validity.filterSensitiveLog = (obj) => ({
609
438
  ...obj,
610
439
  });
611
440
  })(Validity = exports.Validity || (exports.Validity = {}));
612
441
  var IssueCertificateRequest;
613
442
  (function (IssueCertificateRequest) {
614
- /**
615
- * @internal
616
- */
617
443
  IssueCertificateRequest.filterSensitiveLog = (obj) => ({
618
444
  ...obj,
619
445
  });
620
446
  })(IssueCertificateRequest = exports.IssueCertificateRequest || (exports.IssueCertificateRequest = {}));
621
447
  var IssueCertificateResponse;
622
448
  (function (IssueCertificateResponse) {
623
- /**
624
- * @internal
625
- */
626
449
  IssueCertificateResponse.filterSensitiveLog = (obj) => ({
627
450
  ...obj,
628
451
  });
629
452
  })(IssueCertificateResponse = exports.IssueCertificateResponse || (exports.IssueCertificateResponse = {}));
630
453
  var MalformedCSRException;
631
454
  (function (MalformedCSRException) {
632
- /**
633
- * @internal
634
- */
635
455
  MalformedCSRException.filterSensitiveLog = (obj) => ({
636
456
  ...obj,
637
457
  });
638
458
  })(MalformedCSRException = exports.MalformedCSRException || (exports.MalformedCSRException = {}));
639
459
  var InvalidNextTokenException;
640
460
  (function (InvalidNextTokenException) {
641
- /**
642
- * @internal
643
- */
644
461
  InvalidNextTokenException.filterSensitiveLog = (obj) => ({
645
462
  ...obj,
646
463
  });
@@ -652,90 +469,60 @@ var ResourceOwner;
652
469
  })(ResourceOwner = exports.ResourceOwner || (exports.ResourceOwner = {}));
653
470
  var ListCertificateAuthoritiesRequest;
654
471
  (function (ListCertificateAuthoritiesRequest) {
655
- /**
656
- * @internal
657
- */
658
472
  ListCertificateAuthoritiesRequest.filterSensitiveLog = (obj) => ({
659
473
  ...obj,
660
474
  });
661
475
  })(ListCertificateAuthoritiesRequest = exports.ListCertificateAuthoritiesRequest || (exports.ListCertificateAuthoritiesRequest = {}));
662
476
  var ListCertificateAuthoritiesResponse;
663
477
  (function (ListCertificateAuthoritiesResponse) {
664
- /**
665
- * @internal
666
- */
667
478
  ListCertificateAuthoritiesResponse.filterSensitiveLog = (obj) => ({
668
479
  ...obj,
669
480
  });
670
481
  })(ListCertificateAuthoritiesResponse = exports.ListCertificateAuthoritiesResponse || (exports.ListCertificateAuthoritiesResponse = {}));
671
482
  var ListPermissionsRequest;
672
483
  (function (ListPermissionsRequest) {
673
- /**
674
- * @internal
675
- */
676
484
  ListPermissionsRequest.filterSensitiveLog = (obj) => ({
677
485
  ...obj,
678
486
  });
679
487
  })(ListPermissionsRequest = exports.ListPermissionsRequest || (exports.ListPermissionsRequest = {}));
680
488
  var Permission;
681
489
  (function (Permission) {
682
- /**
683
- * @internal
684
- */
685
490
  Permission.filterSensitiveLog = (obj) => ({
686
491
  ...obj,
687
492
  });
688
493
  })(Permission = exports.Permission || (exports.Permission = {}));
689
494
  var ListPermissionsResponse;
690
495
  (function (ListPermissionsResponse) {
691
- /**
692
- * @internal
693
- */
694
496
  ListPermissionsResponse.filterSensitiveLog = (obj) => ({
695
497
  ...obj,
696
498
  });
697
499
  })(ListPermissionsResponse = exports.ListPermissionsResponse || (exports.ListPermissionsResponse = {}));
698
500
  var ListTagsRequest;
699
501
  (function (ListTagsRequest) {
700
- /**
701
- * @internal
702
- */
703
502
  ListTagsRequest.filterSensitiveLog = (obj) => ({
704
503
  ...obj,
705
504
  });
706
505
  })(ListTagsRequest = exports.ListTagsRequest || (exports.ListTagsRequest = {}));
707
506
  var ListTagsResponse;
708
507
  (function (ListTagsResponse) {
709
- /**
710
- * @internal
711
- */
712
508
  ListTagsResponse.filterSensitiveLog = (obj) => ({
713
509
  ...obj,
714
510
  });
715
511
  })(ListTagsResponse = exports.ListTagsResponse || (exports.ListTagsResponse = {}));
716
512
  var PutPolicyRequest;
717
513
  (function (PutPolicyRequest) {
718
- /**
719
- * @internal
720
- */
721
514
  PutPolicyRequest.filterSensitiveLog = (obj) => ({
722
515
  ...obj,
723
516
  });
724
517
  })(PutPolicyRequest = exports.PutPolicyRequest || (exports.PutPolicyRequest = {}));
725
518
  var RestoreCertificateAuthorityRequest;
726
519
  (function (RestoreCertificateAuthorityRequest) {
727
- /**
728
- * @internal
729
- */
730
520
  RestoreCertificateAuthorityRequest.filterSensitiveLog = (obj) => ({
731
521
  ...obj,
732
522
  });
733
523
  })(RestoreCertificateAuthorityRequest = exports.RestoreCertificateAuthorityRequest || (exports.RestoreCertificateAuthorityRequest = {}));
734
524
  var RequestAlreadyProcessedException;
735
525
  (function (RequestAlreadyProcessedException) {
736
- /**
737
- * @internal
738
- */
739
526
  RequestAlreadyProcessedException.filterSensitiveLog = (obj) => ({
740
527
  ...obj,
741
528
  });
@@ -753,47 +540,31 @@ var RevocationReason;
753
540
  })(RevocationReason = exports.RevocationReason || (exports.RevocationReason = {}));
754
541
  var RevokeCertificateRequest;
755
542
  (function (RevokeCertificateRequest) {
756
- /**
757
- * @internal
758
- */
759
543
  RevokeCertificateRequest.filterSensitiveLog = (obj) => ({
760
544
  ...obj,
761
545
  });
762
546
  })(RevokeCertificateRequest = exports.RevokeCertificateRequest || (exports.RevokeCertificateRequest = {}));
763
547
  var TagCertificateAuthorityRequest;
764
548
  (function (TagCertificateAuthorityRequest) {
765
- /**
766
- * @internal
767
- */
768
549
  TagCertificateAuthorityRequest.filterSensitiveLog = (obj) => ({
769
550
  ...obj,
770
551
  });
771
552
  })(TagCertificateAuthorityRequest = exports.TagCertificateAuthorityRequest || (exports.TagCertificateAuthorityRequest = {}));
772
553
  var TooManyTagsException;
773
554
  (function (TooManyTagsException) {
774
- /**
775
- * @internal
776
- */
777
555
  TooManyTagsException.filterSensitiveLog = (obj) => ({
778
556
  ...obj,
779
557
  });
780
558
  })(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
781
559
  var UntagCertificateAuthorityRequest;
782
560
  (function (UntagCertificateAuthorityRequest) {
783
- /**
784
- * @internal
785
- */
786
561
  UntagCertificateAuthorityRequest.filterSensitiveLog = (obj) => ({
787
562
  ...obj,
788
563
  });
789
564
  })(UntagCertificateAuthorityRequest = exports.UntagCertificateAuthorityRequest || (exports.UntagCertificateAuthorityRequest = {}));
790
565
  var UpdateCertificateAuthorityRequest;
791
566
  (function (UpdateCertificateAuthorityRequest) {
792
- /**
793
- * @internal
794
- */
795
567
  UpdateCertificateAuthorityRequest.filterSensitiveLog = (obj) => ({
796
568
  ...obj,
797
569
  });
798
570
  })(UpdateCertificateAuthorityRequest = exports.UpdateCertificateAuthorityRequest || (exports.UpdateCertificateAuthorityRequest = {}));
799
- //# sourceMappingURL=models_0.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map