@servicevic-oss/cdk-cleanup-certificate-validation-records 1.1.13 → 1.2.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 (244) hide show
  1. package/.jsii +163 -59
  2. package/API.md +19 -0
  3. package/lib/index.js +6 -4
  4. package/node_modules/@aws-sdk/client-acm/dist-types/commands/AddTagsToCertificateCommand.d.ts +1 -1
  5. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  6. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeCertificateCommand.d.ts +1 -1
  7. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ExportCertificateCommand.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-acm/dist-types/commands/GetCertificateCommand.d.ts +1 -1
  9. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ImportCertificateCommand.d.ts +1 -1
  10. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListTagsForCertificateCommand.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-acm/dist-types/commands/PutAccountConfigurationCommand.d.ts +1 -1
  12. package/node_modules/@aws-sdk/client-acm/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +1 -1
  13. package/node_modules/@aws-sdk/client-acm/dist-types/commands/RenewCertificateCommand.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-acm/dist-types/commands/RequestCertificateCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ResendValidationEmailCommand.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-acm/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-acm/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  18. package/node_modules/@aws-sdk/client-acm/dist-types/runtimeConfig.browser.d.ts +17 -17
  19. package/node_modules/@aws-sdk/client-acm/dist-types/runtimeConfig.d.ts +16 -16
  20. package/node_modules/@aws-sdk/client-acm/dist-types/runtimeConfig.native.d.ts +18 -18
  21. package/node_modules/@aws-sdk/client-acm/dist-types/runtimeConfig.shared.d.ts +3 -3
  22. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  36. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  37. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  38. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  39. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  40. package/node_modules/@aws-sdk/client-acm/package.json +19 -19
  41. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeCidrCollectionCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeTagsForResourceCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateCidrCollectionCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHealthCheckCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHostedZoneCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateKeySigningKeyCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteCidrCollectionCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteHealthCheckCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteHostedZoneCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetAccountLimitCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetChangeCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetDNSSECCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckStatusCommand.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneLimitCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetReusableDelegationSetCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrBlocksCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrLocationsCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListResourceRecordSetsCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTagsForResourcesCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/TestDNSAnswerCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHealthCheckCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-route-53/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  98. package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.browser.d.ts +17 -17
  99. package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.d.ts +16 -16
  100. package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.native.d.ts +18 -18
  101. package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.shared.d.ts +3 -3
  102. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +1 -1
  118. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +1 -1
  123. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +1 -1
  126. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetChangeCommand.d.ts +1 -1
  132. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +1 -1
  133. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +1 -1
  134. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +1 -1
  135. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +1 -1
  152. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +1 -1
  155. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  159. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  160. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  161. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  162. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  163. package/node_modules/@aws-sdk/client-route-53/package.json +21 -21
  164. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -1
  165. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -1
  166. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -1
  167. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -1
  168. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  169. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +17 -17
  170. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +15 -15
  171. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +18 -18
  172. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +3 -3
  173. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  178. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  179. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +19 -26
  180. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  181. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  182. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  183. package/node_modules/@aws-sdk/core/package.json +5 -5
  184. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  185. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +2 -3
  186. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  187. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
  188. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  189. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +9 -1
  190. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
  191. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  192. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  193. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  194. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  195. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +17 -7
  196. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  197. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +2 -2
  198. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  199. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  200. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  201. package/node_modules/@aws-sdk/middleware-sdk-route53/dist-cjs/index.js +3 -3
  202. package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +3 -3
  203. package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  204. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
  205. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -3
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +17 -17
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +15 -15
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +18 -18
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -3
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +1 -3
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +19 -19
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +18 -18
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +20 -20
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +4 -4
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -4
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +22 -32
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +19 -26
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +23 -33
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -3
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +1 -1
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +1 -1
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +1 -4
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +25 -40
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +25 -37
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +26 -41
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +5 -7
  230. package/node_modules/@aws-sdk/nested-clients/package.json +18 -18
  231. package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -3
  232. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -1
  233. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -1
  234. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  235. package/node_modules/@aws-sdk/types/package.json +2 -2
  236. package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
  237. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -2
  238. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
  239. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  240. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  241. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  242. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  243. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  244. package/package.json +6 -6
package/.jsii CHANGED
@@ -7,13 +7,13 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-acm": "^3.803.0",
11
- "@aws-sdk/client-route-53": "^3.803.0",
10
+ "@aws-sdk/client-acm": "^3.804.0",
11
+ "@aws-sdk/client-route-53": "^3.804.0",
12
12
  "@types/aws-lambda": "^8.10.149",
13
13
  "async-await-retry": "^2.1.0"
14
14
  },
15
15
  "dependencies": {
16
- "aws-cdk-lib": "^2.174.0",
16
+ "aws-cdk-lib": "^2.210.0",
17
17
  "constructs": "^10.0.5"
18
18
  },
19
19
  "dependencyClosure": {
@@ -43,32 +43,6 @@
43
43
  }
44
44
  }
45
45
  },
46
- "@aws-cdk/asset-kubectl-v20": {
47
- "targets": {
48
- "dotnet": {
49
- "namespace": "Amazon.CDK.Asset.KubectlV20",
50
- "packageId": "Amazon.CDK.Asset.KubectlV20"
51
- },
52
- "go": {
53
- "moduleName": "github.com/cdklabs/awscdk-asset-kubectl-go",
54
- "packageName": "kubectlv20"
55
- },
56
- "java": {
57
- "maven": {
58
- "artifactId": "cdk-asset-kubectl-v20",
59
- "groupId": "software.amazon.awscdk"
60
- },
61
- "package": "software.amazon.awscdk.cdk.asset.kubectl.v20"
62
- },
63
- "js": {
64
- "npm": "@aws-cdk/asset-kubectl-v20"
65
- },
66
- "python": {
67
- "distName": "aws-cdk.asset-kubectl-v20",
68
- "module": "aws_cdk.asset_kubectl_v20"
69
- }
70
- }
71
- },
72
46
  "@aws-cdk/asset-node-proxy-agent-v6": {
73
47
  "targets": {
74
48
  "dotnet": {
@@ -192,6 +166,19 @@
192
166
  }
193
167
  }
194
168
  },
169
+ "aws-cdk-lib.aws_aiops": {
170
+ "targets": {
171
+ "dotnet": {
172
+ "package": "Amazon.CDK.AWS.AIOps"
173
+ },
174
+ "java": {
175
+ "package": "software.amazon.awscdk.services.aiops"
176
+ },
177
+ "python": {
178
+ "module": "aws_cdk.aws_aiops"
179
+ }
180
+ }
181
+ },
195
182
  "aws-cdk-lib.aws_amazonmq": {
196
183
  "targets": {
197
184
  "dotnet": {
@@ -973,6 +960,19 @@
973
960
  }
974
961
  }
975
962
  },
963
+ "aws-cdk-lib.aws_cognito_identitypool": {
964
+ "targets": {
965
+ "dotnet": {
966
+ "namespace": "Amazon.CDK.AWS.Cognito.Identitypool"
967
+ },
968
+ "java": {
969
+ "package": "software.amazon.awscdk.services.cognito.identitypool"
970
+ },
971
+ "python": {
972
+ "module": "aws_cdk.aws_cognito_identitypool"
973
+ }
974
+ }
975
+ },
976
976
  "aws-cdk-lib.aws_comprehend": {
977
977
  "targets": {
978
978
  "dotnet": {
@@ -1259,6 +1259,19 @@
1259
1259
  }
1260
1260
  }
1261
1261
  },
1262
+ "aws-cdk-lib.aws_dsql": {
1263
+ "targets": {
1264
+ "dotnet": {
1265
+ "package": "Amazon.CDK.AWS.DSQL"
1266
+ },
1267
+ "java": {
1268
+ "package": "software.amazon.awscdk.services.dsql"
1269
+ },
1270
+ "python": {
1271
+ "module": "aws_cdk.aws_dsql"
1272
+ }
1273
+ }
1274
+ },
1262
1275
  "aws-cdk-lib.aws_dynamodb": {
1263
1276
  "targets": {
1264
1277
  "dotnet": {
@@ -1558,6 +1571,19 @@
1558
1571
  }
1559
1572
  }
1560
1573
  },
1574
+ "aws-cdk-lib.aws_evs": {
1575
+ "targets": {
1576
+ "dotnet": {
1577
+ "package": "Amazon.CDK.AWS.EVS"
1578
+ },
1579
+ "java": {
1580
+ "package": "software.amazon.awscdk.services.evs"
1581
+ },
1582
+ "python": {
1583
+ "module": "aws_cdk.aws_evs"
1584
+ }
1585
+ }
1586
+ },
1561
1587
  "aws-cdk-lib.aws_finspace": {
1562
1588
  "targets": {
1563
1589
  "dotnet": {
@@ -1649,6 +1675,19 @@
1649
1675
  }
1650
1676
  }
1651
1677
  },
1678
+ "aws-cdk-lib.aws_gameliftstreams": {
1679
+ "targets": {
1680
+ "dotnet": {
1681
+ "package": "Amazon.CDK.AWS.GameLiftStreams"
1682
+ },
1683
+ "java": {
1684
+ "package": "software.amazon.awscdk.services.gameliftstreams"
1685
+ },
1686
+ "python": {
1687
+ "module": "aws_cdk.aws_gameliftstreams"
1688
+ }
1689
+ }
1690
+ },
1652
1691
  "aws-cdk-lib.aws_globalaccelerator": {
1653
1692
  "targets": {
1654
1693
  "dotnet": {
@@ -1883,19 +1922,6 @@
1883
1922
  }
1884
1923
  }
1885
1924
  },
1886
- "aws-cdk-lib.aws_iot1click": {
1887
- "targets": {
1888
- "dotnet": {
1889
- "namespace": "Amazon.CDK.AWS.IoT1Click"
1890
- },
1891
- "java": {
1892
- "package": "software.amazon.awscdk.services.iot1click"
1893
- },
1894
- "python": {
1895
- "module": "aws_cdk.aws_iot1click"
1896
- }
1897
- }
1898
- },
1899
1925
  "aws-cdk-lib.aws_iotanalytics": {
1900
1926
  "targets": {
1901
1927
  "dotnet": {
@@ -2494,6 +2520,19 @@
2494
2520
  }
2495
2521
  }
2496
2522
  },
2523
+ "aws-cdk-lib.aws_mpa": {
2524
+ "targets": {
2525
+ "dotnet": {
2526
+ "package": "Amazon.CDK.AWS.MPA"
2527
+ },
2528
+ "java": {
2529
+ "package": "software.amazon.awscdk.services.mpa"
2530
+ },
2531
+ "python": {
2532
+ "module": "aws_cdk.aws_mpa"
2533
+ }
2534
+ }
2535
+ },
2497
2536
  "aws-cdk-lib.aws_msk": {
2498
2537
  "targets": {
2499
2538
  "dotnet": {
@@ -2585,6 +2624,32 @@
2585
2624
  }
2586
2625
  }
2587
2626
  },
2627
+ "aws-cdk-lib.aws_notifications": {
2628
+ "targets": {
2629
+ "dotnet": {
2630
+ "package": "Amazon.CDK.AWS.Notifications"
2631
+ },
2632
+ "java": {
2633
+ "package": "software.amazon.awscdk.services.notifications"
2634
+ },
2635
+ "python": {
2636
+ "module": "aws_cdk.aws_notifications"
2637
+ }
2638
+ }
2639
+ },
2640
+ "aws-cdk-lib.aws_notificationscontacts": {
2641
+ "targets": {
2642
+ "dotnet": {
2643
+ "package": "Amazon.CDK.AWS.NotificationsContacts"
2644
+ },
2645
+ "java": {
2646
+ "package": "software.amazon.awscdk.services.notificationscontacts"
2647
+ },
2648
+ "python": {
2649
+ "module": "aws_cdk.aws_notificationscontacts"
2650
+ }
2651
+ }
2652
+ },
2588
2653
  "aws-cdk-lib.aws_oam": {
2589
2654
  "targets": {
2590
2655
  "dotnet": {
@@ -2598,6 +2663,19 @@
2598
2663
  }
2599
2664
  }
2600
2665
  },
2666
+ "aws-cdk-lib.aws_odb": {
2667
+ "targets": {
2668
+ "dotnet": {
2669
+ "package": "Amazon.CDK.AWS.ODB"
2670
+ },
2671
+ "java": {
2672
+ "package": "software.amazon.awscdk.services.odb"
2673
+ },
2674
+ "python": {
2675
+ "module": "aws_cdk.aws_odb"
2676
+ }
2677
+ }
2678
+ },
2601
2679
  "aws-cdk-lib.aws_omics": {
2602
2680
  "targets": {
2603
2681
  "dotnet": {
@@ -3261,6 +3339,19 @@
3261
3339
  }
3262
3340
  }
3263
3341
  },
3342
+ "aws-cdk-lib.aws_scheduler_targets": {
3343
+ "targets": {
3344
+ "dotnet": {
3345
+ "namespace": "Amazon.CDK.AWS.Scheduler.Targets"
3346
+ },
3347
+ "java": {
3348
+ "package": "software.amazon.awscdk.services.scheduler.targets"
3349
+ },
3350
+ "python": {
3351
+ "module": "aws_cdk.aws_scheduler_targets"
3352
+ }
3353
+ }
3354
+ },
3264
3355
  "aws-cdk-lib.aws_sdb": {
3265
3356
  "targets": {
3266
3357
  "dotnet": {
@@ -3482,6 +3573,19 @@
3482
3573
  }
3483
3574
  }
3484
3575
  },
3576
+ "aws-cdk-lib.aws_ssmguiconnect": {
3577
+ "targets": {
3578
+ "dotnet": {
3579
+ "package": "Amazon.CDK.AWS.SSMGuiConnect"
3580
+ },
3581
+ "java": {
3582
+ "package": "software.amazon.awscdk.services.ssmguiconnect"
3583
+ },
3584
+ "python": {
3585
+ "module": "aws_cdk.aws_ssmguiconnect"
3586
+ }
3587
+ }
3588
+ },
3485
3589
  "aws-cdk-lib.aws_ssmincidents": {
3486
3590
  "targets": {
3487
3591
  "dotnet": {
@@ -3716,6 +3820,19 @@
3716
3820
  }
3717
3821
  }
3718
3822
  },
3823
+ "aws-cdk-lib.aws_workspacesinstances": {
3824
+ "targets": {
3825
+ "dotnet": {
3826
+ "package": "Amazon.CDK.AWS.WorkspacesInstances"
3827
+ },
3828
+ "java": {
3829
+ "package": "software.amazon.awscdk.services.workspacesinstances"
3830
+ },
3831
+ "python": {
3832
+ "module": "aws_cdk.aws_workspacesinstances"
3833
+ }
3834
+ }
3835
+ },
3719
3836
  "aws-cdk-lib.aws_workspacesthinclient": {
3720
3837
  "targets": {
3721
3838
  "dotnet": {
@@ -3808,19 +3925,6 @@
3808
3925
  }
3809
3926
  }
3810
3927
  },
3811
- "aws-cdk-lib.lambda_layer_kubectl": {
3812
- "targets": {
3813
- "dotnet": {
3814
- "namespace": "Amazon.CDK.LambdaLayer.Kubectl"
3815
- },
3816
- "java": {
3817
- "package": "software.amazon.awscdk.lambdalayer.kubectl"
3818
- },
3819
- "python": {
3820
- "module": "aws_cdk.lambda_layer_kubectl"
3821
- }
3822
- }
3823
- },
3824
3928
  "aws-cdk-lib.lambda_layer_node_proxy_agent": {
3825
3929
  "targets": {
3826
3930
  "dotnet": {
@@ -4129,7 +4233,7 @@
4129
4233
  },
4130
4234
  "locationInModule": {
4131
4235
  "filename": "src/index.ts",
4132
- "line": 86
4236
+ "line": 88
4133
4237
  },
4134
4238
  "parameters": [
4135
4239
  {
@@ -4155,12 +4259,12 @@
4155
4259
  "kind": "class",
4156
4260
  "locationInModule": {
4157
4261
  "filename": "src/index.ts",
4158
- "line": 85
4262
+ "line": 87
4159
4263
  },
4160
4264
  "name": "CertificateWithCleanup",
4161
4265
  "symbolId": "src/index:CertificateWithCleanup"
4162
4266
  }
4163
4267
  },
4164
- "version": "1.1.13",
4165
- "fingerprint": "vA6L34tzOB3U1smFYppH0eZXOuzIDNV/0uqS2fR6D0A="
4268
+ "version": "1.2.0",
4269
+ "fingerprint": "DWv54hSoWDPO4F6/vKv3sx5Nq6xwBAbiWdGUKpeIDgg="
4166
4270
  }
package/API.md CHANGED
@@ -404,6 +404,25 @@ The certificate's ARN.
404
404
 
405
405
  ---
406
406
 
407
+ #### Constants <a name="Constants" id="Constants"></a>
408
+
409
+ | **Name** | **Type** | **Description** |
410
+ | --- | --- | --- |
411
+ | <code><a href="#@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup.property.PROPERTY_INJECTION_ID">PROPERTY_INJECTION_ID</a></code> | <code>string</code> | Uniquely identifies this class. |
412
+
413
+ ---
414
+
415
+ ##### `PROPERTY_INJECTION_ID`<sup>Required</sup> <a name="PROPERTY_INJECTION_ID" id="@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup.property.PROPERTY_INJECTION_ID"></a>
416
+
417
+ ```typescript
418
+ public readonly PROPERTY_INJECTION_ID: string;
419
+ ```
420
+
421
+ - *Type:* string
422
+
423
+ Uniquely identifies this class.
424
+
425
+ ---
407
426
 
408
427
  ## Structs <a name="Structs" id="Structs"></a>
409
428
 
package/lib/index.js CHANGED
@@ -32,7 +32,9 @@ class CertificateValidationRecordCleanup extends constructs_1.Construct {
32
32
  return stack.node.tryFindChild(id) ?? new cdk.aws_lambda_nodejs.NodejsFunction(stack, id, {
33
33
  description: 'Handler function for the CertificateValidationRecordCleanup construct',
34
34
  entry: (0, path_1.join)(__dirname, 'cleanup-certificate-validation-records.handler.js'),
35
- logRetention: cdk.aws_logs.RetentionDays.ONE_WEEK,
35
+ logGroup: new cdk.aws_logs.LogGroup(stack, `${id}LogGroup`, {
36
+ retention: cdk.aws_logs.RetentionDays.ONE_WEEK,
37
+ }),
36
38
  timeout: cdk.Duration.minutes(2),
37
39
  runtime: cdk.aws_lambda.Runtime.NODEJS_20_X,
38
40
  initialPolicy: [
@@ -61,7 +63,7 @@ class CertificateValidationRecordCleanup extends constructs_1.Construct {
61
63
  }
62
64
  exports.CertificateValidationRecordCleanup = CertificateValidationRecordCleanup;
63
65
  _a = JSII_RTTI_SYMBOL_1;
64
- CertificateValidationRecordCleanup[_a] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.1.13" };
66
+ CertificateValidationRecordCleanup[_a] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.2.0" };
65
67
  CertificateValidationRecordCleanup.HANDLER_UID = 'CertRecordsCleanupHandler-2B663BAB-7981';
66
68
  CertificateValidationRecordCleanup.PROVIDER_UID = 'CertRecordsCleanupProvider-57EBF059-2E26';
67
69
  /**
@@ -81,5 +83,5 @@ class CertificateWithCleanup extends cdk.aws_certificatemanager.Certificate {
81
83
  }
82
84
  exports.CertificateWithCleanup = CertificateWithCleanup;
83
85
  _b = JSII_RTTI_SYMBOL_1;
84
- CertificateWithCleanup[_b] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.1.13" };
85
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSwrQkFBNEI7QUFDNUIsbUNBQW1DO0FBQ25DLDJDQUF1QztBQWN2Qzs7O0dBR0c7QUFDSCxNQUFhLGtDQUFtQyxTQUFRLHNCQUFTO0lBTy9ELFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBOEM7UUFDdEYsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO1FBQ2xELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7UUFFM0MsTUFBTSxFQUFFLEdBQUcsSUFBSSxHQUFHLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxVQUFVLEVBQUU7WUFDbEQsWUFBWSxFQUFFLElBQUksQ0FBQyxRQUFRLENBQUMsWUFBWTtZQUN4QyxZQUFZLEVBQUUsNENBQTRDO1lBQzFELFVBQVUsRUFBRTtnQkFDVixZQUFZLEVBQUUsS0FBSyxDQUFDLFVBQVUsQ0FBQyxZQUFZO2dCQUMzQyxjQUFjLEVBQUUsS0FBSyxDQUFDLFdBQVcsQ0FBQyxjQUFjO2FBQ2pEO1NBQ0YsQ0FBQyxDQUFDO1FBQ0gsRUFBRSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFLLENBQUMsQ0FBQztRQUVsRCxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsV0FBVyxFQUFFLEtBQUssQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUMvRCxDQUFDO0lBRU8sbUJBQW1CO1FBQ3pCLE1BQU0sRUFBRSxHQUFHLGtDQUFrQyxDQUFDLFdBQVcsQ0FBQztRQUMxRCxNQUFNLEtBQUssR0FBRyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNqQyxPQUFPLEtBQUssQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBeUMsSUFBSSxJQUFJLEdBQUcsQ0FBQyxpQkFBaUIsQ0FBQyxjQUFjLENBQUMsS0FBSyxFQUFFLEVBQUUsRUFBRTtZQUNoSSxXQUFXLEVBQUUsdUVBQXVFO1lBQ3BGLEtBQUssRUFBRSxJQUFBLFdBQUksRUFBQyxTQUFTLEVBQUUsbURBQW1ELENBQUM7WUFDM0UsWUFBWSxFQUFFLEdBQUcsQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLFFBQVE7WUFDakQsT0FBTyxFQUFFLEdBQUcsQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztZQUNoQyxPQUFPLEVBQUUsR0FBRyxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUMsV0FBVztZQUMzQyxhQUFhLEVBQUU7Z0JBQ2IsSUFBSSxHQUFHLENBQUMsT0FBTyxDQUFDLGVBQWUsQ0FBQztvQkFDOUIsT0FBTyxFQUFFLENBQUMseUJBQXlCLENBQUM7b0JBQ3BDLFNBQVMsRUFBRSxDQUFDLEdBQUcsQ0FBQztpQkFDakIsQ0FBQztnQkFDRixJQUFJLEdBQUcsQ0FBQyxPQUFPLENBQUMsZUFBZSxDQUFDO29CQUM5QixPQUFPLEVBQUU7d0JBQ1Asa0NBQWtDO3dCQUNsQyxnQ0FBZ0M7cUJBQ2pDO29CQUNELFNBQVMsRUFBRSxDQUFDLEdBQUcsQ0FBQztpQkFDakIsQ0FBQzthQUNIO1NBQ0YsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVPLG1CQUFtQjtRQUN6QixNQUFNLEVBQUUsR0FBRyxrQ0FBa0MsQ0FBQyxZQUFZLENBQUM7UUFDM0QsTUFBTSxLQUFLLEdBQUcsR0FBRyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDakMsT0FBTyxLQUFLLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxFQUFFLENBQWtDLElBQUksSUFBSSxHQUFHLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLEtBQUssRUFBRSxFQUFFLEVBQUU7WUFDbEgsY0FBYyxFQUFFLElBQUksQ0FBQyxlQUFlO1lBQ3BDLFlBQVksRUFBRSxHQUFHLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQyxRQUFRO1NBQ2xELENBQUMsQ0FBQztJQUNMLENBQUM7O0FBMURILGdGQTJEQzs7O0FBMURpQiw4Q0FBVyxHQUFHLHlDQUF5QyxDQUFDO0FBQ3hELCtDQUFZLEdBQUcsMENBQTBDLENBQUM7QUEyRDVFOztHQUVHO0FBQ0gsTUFBYSxzQkFBdUIsU0FBUSxHQUFHLENBQUMsc0JBQXNCLENBQUMsV0FBVztJQUNoRixZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQWtEO1FBQzFGLEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxFQUFFLEtBQUssQ0FBQyxDQUFDO1FBRXhCLElBQUksS0FBSyxDQUFDLFVBQVUsSUFBSSxLQUFLLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxVQUFVLElBQUksS0FBSyxDQUFDLFVBQVUsRUFBRSxNQUFNLElBQUksR0FBRyxDQUFDLHNCQUFzQixDQUFDLGdCQUFnQixDQUFDLEdBQUcsRUFBRSxDQUFDO1lBQ3pJLDZCQUE2QjtZQUM3QixJQUFJLGtDQUFrQyxDQUFDLElBQUksRUFBRSxXQUFXLEVBQUUsRUFBRSxFQUFFO2dCQUM1RCxXQUFXLEVBQUUsSUFBSTtnQkFDakIsVUFBVSxFQUFFLEtBQUssQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLFVBQVU7YUFDOUMsQ0FBQyxDQUFDO1FBQ0wsQ0FBQztJQUNILENBQUM7O0FBWEgsd0RBWUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBqb2luIH0gZnJvbSAncGF0aCc7XG5pbXBvcnQgKiBhcyBjZGsgZnJvbSAnYXdzLWNkay1saWInO1xuaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2VydGlmaWNhdGVWYWxpZGF0aW9uUmVjb3JkQ2xlYW51cFByb3BzIHtcbiAgLyoqXG4gICAqIFRoZSBSb3V0ZTUzIGhvc3RlZCB6b25lIHdoZXJlIHRoZSBjZXJ0aWZpY2F0ZSB2YWxpZGF0aW9uIHJlY29yZHMgaGF2ZSBiZWVuIGNyZWF0ZWQgZm9yIGEgY2VydGlmaWNhdGVcbiAgICovXG4gIHJlYWRvbmx5IGhvc3RlZFpvbmU6IGNkay5hd3Nfcm91dGU1My5JSG9zdGVkWm9uZTtcblxuICAvKipcbiAgICogVGhlIEFDTSBjZXJ0aWZpY2F0ZSB0aGF0IGNyZWF0ZWQgdGhlIHZhbGlkYXRpb24gcmVjb3Jkc1xuICAgKi9cbiAgcmVhZG9ubHkgY2VydGlmaWNhdGU6IGNkay5hd3NfY2VydGlmaWNhdGVtYW5hZ2VyLklDZXJ0aWZpY2F0ZTtcbn1cblxuLyoqXG4gKiBUaGlzIGNvbnN0cnVjdHMgd2lsbCB0YWtlIGNhcmUgb2YgZGVsZXRpbmcgdGhlIG9ycGhhbmVkIHJvdXRlNTMgcmVjb3JkcyB0aGF0IEFDTSB3aWxsXG4gKiBsZWF2ZSBiZWhpbmQgd2hlbiBkZWxldGluZyBhIEROUyB2YWxpZGF0ZWQgY2VydGlmaWNhdGVcbiAqL1xuZXhwb3J0IGNsYXNzIENlcnRpZmljYXRlVmFsaWRhdGlvblJlY29yZENsZWFudXAgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBzdGF0aWMgcmVhZG9ubHkgSEFORExFUl9VSUQgPSAnQ2VydFJlY29yZHNDbGVhbnVwSGFuZGxlci0yQjY2M0JBQi03OTgxJztcbiAgc3RhdGljIHJlYWRvbmx5IFBST1ZJREVSX1VJRCA9ICdDZXJ0UmVjb3Jkc0NsZWFudXBQcm92aWRlci01N0VCRjA1OS0yRTI2JztcblxuICBwdWJsaWMgcmVhZG9ubHkgaGFuZGxlckZ1bmN0aW9uOiBjZGsuYXdzX2xhbWJkYV9ub2RlanMuTm9kZWpzRnVuY3Rpb247XG4gIHB1YmxpYyByZWFkb25seSBwcm92aWRlcjogY2RrLmN1c3RvbV9yZXNvdXJjZXMuUHJvdmlkZXI7XG5cbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IENlcnRpZmljYXRlVmFsaWRhdGlvblJlY29yZENsZWFudXBQcm9wcykge1xuICAgIHN1cGVyKHNjb3BlLCBpZCk7XG5cbiAgICB0aGlzLmhhbmRsZXJGdW5jdGlvbiA9IHRoaXMuZ2V0T3JDcmVhdGVGdW5jdGlvbigpO1xuICAgIHRoaXMucHJvdmlkZXIgPSB0aGlzLmdldE9yQ3JlYXRlUHJvdmlkZXIoKTtcblxuICAgIGNvbnN0IGNyID0gbmV3IGNkay5DdXN0b21SZXNvdXJjZSh0aGlzLCAnUmVzb3VyY2UnLCB7XG4gICAgICBzZXJ2aWNlVG9rZW46IHRoaXMucHJvdmlkZXIuc2VydmljZVRva2VuLFxuICAgICAgcmVzb3VyY2VUeXBlOiAnQ3VzdG9tOjpDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwJyxcbiAgICAgIHByb3BlcnRpZXM6IHtcbiAgICAgICAgSG9zdGVkWm9uZUlkOiBwcm9wcy5ob3N0ZWRab25lLmhvc3RlZFpvbmVJZCxcbiAgICAgICAgQ2VydGlmaWNhdGVBcm46IHByb3BzLmNlcnRpZmljYXRlLmNlcnRpZmljYXRlQXJuLFxuICAgICAgfSxcbiAgICB9KTtcbiAgICBjci5ub2RlLmFkZERlcGVuZGVuY3kodGhpcy5oYW5kbGVyRnVuY3Rpb24ucm9sZSEpO1xuXG4gICAgdGhpcy5ub2RlLmFkZERlcGVuZGVuY3kocHJvcHMuY2VydGlmaWNhdGUsIHByb3BzLmhvc3RlZFpvbmUpO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRPckNyZWF0ZUZ1bmN0aW9uKCk6IGNkay5hd3NfbGFtYmRhX25vZGVqcy5Ob2RlanNGdW5jdGlvbiB7XG4gICAgY29uc3QgaWQgPSBDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwLkhBTkRMRVJfVUlEO1xuICAgIGNvbnN0IHN0YWNrID0gY2RrLlN0YWNrLm9mKHRoaXMpO1xuICAgIHJldHVybiBzdGFjay5ub2RlLnRyeUZpbmRDaGlsZChpZCkgYXMgY2RrLmF3c19sYW1iZGFfbm9kZWpzLk5vZGVqc0Z1bmN0aW9uID8/IG5ldyBjZGsuYXdzX2xhbWJkYV9ub2RlanMuTm9kZWpzRnVuY3Rpb24oc3RhY2ssIGlkLCB7XG4gICAgICBkZXNjcmlwdGlvbjogJ0hhbmRsZXIgZnVuY3Rpb24gZm9yIHRoZSBDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwIGNvbnN0cnVjdCcsXG4gICAgICBlbnRyeTogam9pbihfX2Rpcm5hbWUsICdjbGVhbnVwLWNlcnRpZmljYXRlLXZhbGlkYXRpb24tcmVjb3Jkcy5oYW5kbGVyLmpzJyksXG4gICAgICBsb2dSZXRlbnRpb246IGNkay5hd3NfbG9ncy5SZXRlbnRpb25EYXlzLk9ORV9XRUVLLFxuICAgICAgdGltZW91dDogY2RrLkR1cmF0aW9uLm1pbnV0ZXMoMiksXG4gICAgICBydW50aW1lOiBjZGsuYXdzX2xhbWJkYS5SdW50aW1lLk5PREVKU18yMF9YLFxuICAgICAgaW5pdGlhbFBvbGljeTogW1xuICAgICAgICBuZXcgY2RrLmF3c19pYW0uUG9saWN5U3RhdGVtZW50KHtcbiAgICAgICAgICBhY3Rpb25zOiBbJ2FjbTpEZXNjcmliZUNlcnRpZmljYXRlJ10sXG4gICAgICAgICAgcmVzb3VyY2VzOiBbJyonXSxcbiAgICAgICAgfSksXG4gICAgICAgIG5ldyBjZGsuYXdzX2lhbS5Qb2xpY3lTdGF0ZW1lbnQoe1xuICAgICAgICAgIGFjdGlvbnM6IFtcbiAgICAgICAgICAgICdyb3V0ZTUzOkNoYW5nZVJlc291cmNlUmVjb3JkU2V0cycsXG4gICAgICAgICAgICAncm91dGU1MzpMaXN0UmVzb3VyY2VSZWNvcmRTZXRzJyxcbiAgICAgICAgICBdLFxuICAgICAgICAgIHJlc291cmNlczogWycqJ10sXG4gICAgICAgIH0pLFxuICAgICAgXSxcbiAgICB9KTtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0T3JDcmVhdGVQcm92aWRlcigpOiBjZGsuY3VzdG9tX3Jlc291cmNlcy5Qcm92aWRlciB7XG4gICAgY29uc3QgaWQgPSBDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwLlBST1ZJREVSX1VJRDtcbiAgICBjb25zdCBzdGFjayA9IGNkay5TdGFjay5vZih0aGlzKTtcbiAgICByZXR1cm4gc3RhY2subm9kZS50cnlGaW5kQ2hpbGQoaWQpIGFzIGNkay5jdXN0b21fcmVzb3VyY2VzLlByb3ZpZGVyID8/IG5ldyBjZGsuY3VzdG9tX3Jlc291cmNlcy5Qcm92aWRlcihzdGFjaywgaWQsIHtcbiAgICAgIG9uRXZlbnRIYW5kbGVyOiB0aGlzLmhhbmRsZXJGdW5jdGlvbixcbiAgICAgIGxvZ1JldGVudGlvbjogY2RrLmF3c19sb2dzLlJldGVudGlvbkRheXMuT05FX1dFRUssXG4gICAgfSk7XG4gIH1cbn1cblxuLyoqXG4gKiBBIHdyYXBwZXIgY2xhc3MgZm9yIGEgdmFuaWxsYSBgQ2VydGlmaWNhdGVgIG9iamVjdCB3aXRoIGF1dG9tYXRpYyBjbGVhbnVwIGF0dGFjaGVkXG4gKi9cbmV4cG9ydCBjbGFzcyBDZXJ0aWZpY2F0ZVdpdGhDbGVhbnVwIGV4dGVuZHMgY2RrLmF3c19jZXJ0aWZpY2F0ZW1hbmFnZXIuQ2VydGlmaWNhdGUge1xuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogY2RrLmF3c19jZXJ0aWZpY2F0ZW1hbmFnZXIuQ2VydGlmaWNhdGVQcm9wcykge1xuICAgIHN1cGVyKHNjb3BlLCBpZCwgcHJvcHMpO1xuXG4gICAgaWYgKHByb3BzLnZhbGlkYXRpb24gJiYgcHJvcHMudmFsaWRhdGlvbi5wcm9wcy5ob3N0ZWRab25lICYmIHByb3BzLnZhbGlkYXRpb24/Lm1ldGhvZCA9PSBjZGsuYXdzX2NlcnRpZmljYXRlbWFuYWdlci5WYWxpZGF0aW9uTWV0aG9kLkROUykge1xuICAgICAgLy8gQXR0YWNoIGEgY2xlYW51cCBjb25zdHJ1Y3RcbiAgICAgIG5ldyBDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwKHRoaXMsIGBjbGVhbnVwLSR7aWR9YCwge1xuICAgICAgICBjZXJ0aWZpY2F0ZTogdGhpcyxcbiAgICAgICAgaG9zdGVkWm9uZTogcHJvcHMudmFsaWRhdGlvbi5wcm9wcy5ob3N0ZWRab25lLFxuICAgICAgfSk7XG4gICAgfVxuICB9XG59XG4iXX0=
86
+ CertificateWithCleanup[_b] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.2.0" };
87
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSwrQkFBNEI7QUFDNUIsbUNBQW1DO0FBQ25DLDJDQUF1QztBQWN2Qzs7O0dBR0c7QUFDSCxNQUFhLGtDQUFtQyxTQUFRLHNCQUFTO0lBTy9ELFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBOEM7UUFDdEYsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO1FBQ2xELElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7UUFFM0MsTUFBTSxFQUFFLEdBQUcsSUFBSSxHQUFHLENBQUMsY0FBYyxDQUFDLElBQUksRUFBRSxVQUFVLEVBQUU7WUFDbEQsWUFBWSxFQUFFLElBQUksQ0FBQyxRQUFRLENBQUMsWUFBWTtZQUN4QyxZQUFZLEVBQUUsNENBQTRDO1lBQzFELFVBQVUsRUFBRTtnQkFDVixZQUFZLEVBQUUsS0FBSyxDQUFDLFVBQVUsQ0FBQyxZQUFZO2dCQUMzQyxjQUFjLEVBQUUsS0FBSyxDQUFDLFdBQVcsQ0FBQyxjQUFjO2FBQ2pEO1NBQ0YsQ0FBQyxDQUFDO1FBQ0gsRUFBRSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLGVBQWUsQ0FBQyxJQUFLLENBQUMsQ0FBQztRQUVsRCxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsV0FBVyxFQUFFLEtBQUssQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUMvRCxDQUFDO0lBRU8sbUJBQW1CO1FBQ3pCLE1BQU0sRUFBRSxHQUFHLGtDQUFrQyxDQUFDLFdBQVcsQ0FBQztRQUMxRCxNQUFNLEtBQUssR0FBRyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNqQyxPQUFPLEtBQUssQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBeUMsSUFBSSxJQUFJLEdBQUcsQ0FBQyxpQkFBaUIsQ0FBQyxjQUFjLENBQUMsS0FBSyxFQUFFLEVBQUUsRUFBRTtZQUNoSSxXQUFXLEVBQUUsdUVBQXVFO1lBQ3BGLEtBQUssRUFBRSxJQUFBLFdBQUksRUFBQyxTQUFTLEVBQUUsbURBQW1ELENBQUM7WUFDM0UsUUFBUSxFQUFFLElBQUksR0FBRyxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsS0FBSyxFQUFFLEdBQUcsRUFBRSxVQUFVLEVBQUU7Z0JBQzFELFNBQVMsRUFBRSxHQUFHLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQyxRQUFRO2FBQy9DLENBQUM7WUFDRixPQUFPLEVBQUUsR0FBRyxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDO1lBQ2hDLE9BQU8sRUFBRSxHQUFHLENBQUMsVUFBVSxDQUFDLE9BQU8sQ0FBQyxXQUFXO1lBQzNDLGFBQWEsRUFBRTtnQkFDYixJQUFJLEdBQUcsQ0FBQyxPQUFPLENBQUMsZUFBZSxDQUFDO29CQUM5QixPQUFPLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQztvQkFDcEMsU0FBUyxFQUFFLENBQUMsR0FBRyxDQUFDO2lCQUNqQixDQUFDO2dCQUNGLElBQUksR0FBRyxDQUFDLE9BQU8sQ0FBQyxlQUFlLENBQUM7b0JBQzlCLE9BQU8sRUFBRTt3QkFDUCxrQ0FBa0M7d0JBQ2xDLGdDQUFnQztxQkFDakM7b0JBQ0QsU0FBUyxFQUFFLENBQUMsR0FBRyxDQUFDO2lCQUNqQixDQUFDO2FBQ0g7U0FDRixDQUFDLENBQUM7SUFDTCxDQUFDO0lBRU8sbUJBQW1CO1FBQ3pCLE1BQU0sRUFBRSxHQUFHLGtDQUFrQyxDQUFDLFlBQVksQ0FBQztRQUMzRCxNQUFNLEtBQUssR0FBRyxHQUFHLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNqQyxPQUFPLEtBQUssQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBa0MsSUFBSSxJQUFJLEdBQUcsQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLENBQUMsS0FBSyxFQUFFLEVBQUUsRUFBRTtZQUNsSCxjQUFjLEVBQUUsSUFBSSxDQUFDLGVBQWU7WUFDcEMsWUFBWSxFQUFFLEdBQUcsQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLFFBQVE7U0FDbEQsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7QUE1REgsZ0ZBNkRDOzs7QUE1RGlCLDhDQUFXLEdBQUcseUNBQXlDLENBQUM7QUFDeEQsK0NBQVksR0FBRywwQ0FBMEMsQ0FBQztBQTZENUU7O0dBRUc7QUFDSCxNQUFhLHNCQUF1QixTQUFRLEdBQUcsQ0FBQyxzQkFBc0IsQ0FBQyxXQUFXO0lBQ2hGLFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBa0Q7UUFDMUYsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLEVBQUUsS0FBSyxDQUFDLENBQUM7UUFFeEIsSUFBSSxLQUFLLENBQUMsVUFBVSxJQUFJLEtBQUssQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLFVBQVUsSUFBSSxLQUFLLENBQUMsVUFBVSxFQUFFLE1BQU0sSUFBSSxHQUFHLENBQUMsc0JBQXNCLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxFQUFFLENBQUM7WUFDekksNkJBQTZCO1lBQzdCLElBQUksa0NBQWtDLENBQUMsSUFBSSxFQUFFLFdBQVcsRUFBRSxFQUFFLEVBQUU7Z0JBQzVELFdBQVcsRUFBRSxJQUFJO2dCQUNqQixVQUFVLEVBQUUsS0FBSyxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUMsVUFBVTthQUM5QyxDQUFDLENBQUM7UUFDTCxDQUFDO0lBQ0gsQ0FBQzs7QUFYSCx3REFZQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGpvaW4gfSBmcm9tICdwYXRoJztcbmltcG9ydCAqIGFzIGNkayBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcblxuZXhwb3J0IGludGVyZmFjZSBDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwUHJvcHMge1xuICAvKipcbiAgICogVGhlIFJvdXRlNTMgaG9zdGVkIHpvbmUgd2hlcmUgdGhlIGNlcnRpZmljYXRlIHZhbGlkYXRpb24gcmVjb3JkcyBoYXZlIGJlZW4gY3JlYXRlZCBmb3IgYSBjZXJ0aWZpY2F0ZVxuICAgKi9cbiAgcmVhZG9ubHkgaG9zdGVkWm9uZTogY2RrLmF3c19yb3V0ZTUzLklIb3N0ZWRab25lO1xuXG4gIC8qKlxuICAgKiBUaGUgQUNNIGNlcnRpZmljYXRlIHRoYXQgY3JlYXRlZCB0aGUgdmFsaWRhdGlvbiByZWNvcmRzXG4gICAqL1xuICByZWFkb25seSBjZXJ0aWZpY2F0ZTogY2RrLmF3c19jZXJ0aWZpY2F0ZW1hbmFnZXIuSUNlcnRpZmljYXRlO1xufVxuXG4vKipcbiAqIFRoaXMgY29uc3RydWN0cyB3aWxsIHRha2UgY2FyZSBvZiBkZWxldGluZyB0aGUgb3JwaGFuZWQgcm91dGU1MyByZWNvcmRzIHRoYXQgQUNNIHdpbGxcbiAqIGxlYXZlIGJlaGluZCB3aGVuIGRlbGV0aW5nIGEgRE5TIHZhbGlkYXRlZCBjZXJ0aWZpY2F0ZVxuICovXG5leHBvcnQgY2xhc3MgQ2VydGlmaWNhdGVWYWxpZGF0aW9uUmVjb3JkQ2xlYW51cCBleHRlbmRzIENvbnN0cnVjdCB7XG4gIHN0YXRpYyByZWFkb25seSBIQU5ETEVSX1VJRCA9ICdDZXJ0UmVjb3Jkc0NsZWFudXBIYW5kbGVyLTJCNjYzQkFCLTc5ODEnO1xuICBzdGF0aWMgcmVhZG9ubHkgUFJPVklERVJfVUlEID0gJ0NlcnRSZWNvcmRzQ2xlYW51cFByb3ZpZGVyLTU3RUJGMDU5LTJFMjYnO1xuXG4gIHB1YmxpYyByZWFkb25seSBoYW5kbGVyRnVuY3Rpb246IGNkay5hd3NfbGFtYmRhX25vZGVqcy5Ob2RlanNGdW5jdGlvbjtcbiAgcHVibGljIHJlYWRvbmx5IHByb3ZpZGVyOiBjZGsuY3VzdG9tX3Jlc291cmNlcy5Qcm92aWRlcjtcblxuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogQ2VydGlmaWNhdGVWYWxpZGF0aW9uUmVjb3JkQ2xlYW51cFByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIHRoaXMuaGFuZGxlckZ1bmN0aW9uID0gdGhpcy5nZXRPckNyZWF0ZUZ1bmN0aW9uKCk7XG4gICAgdGhpcy5wcm92aWRlciA9IHRoaXMuZ2V0T3JDcmVhdGVQcm92aWRlcigpO1xuXG4gICAgY29uc3QgY3IgPSBuZXcgY2RrLkN1c3RvbVJlc291cmNlKHRoaXMsICdSZXNvdXJjZScsIHtcbiAgICAgIHNlcnZpY2VUb2tlbjogdGhpcy5wcm92aWRlci5zZXJ2aWNlVG9rZW4sXG4gICAgICByZXNvdXJjZVR5cGU6ICdDdXN0b206OkNlcnRpZmljYXRlVmFsaWRhdGlvblJlY29yZENsZWFudXAnLFxuICAgICAgcHJvcGVydGllczoge1xuICAgICAgICBIb3N0ZWRab25lSWQ6IHByb3BzLmhvc3RlZFpvbmUuaG9zdGVkWm9uZUlkLFxuICAgICAgICBDZXJ0aWZpY2F0ZUFybjogcHJvcHMuY2VydGlmaWNhdGUuY2VydGlmaWNhdGVBcm4sXG4gICAgICB9LFxuICAgIH0pO1xuICAgIGNyLm5vZGUuYWRkRGVwZW5kZW5jeSh0aGlzLmhhbmRsZXJGdW5jdGlvbi5yb2xlISk7XG5cbiAgICB0aGlzLm5vZGUuYWRkRGVwZW5kZW5jeShwcm9wcy5jZXJ0aWZpY2F0ZSwgcHJvcHMuaG9zdGVkWm9uZSk7XG4gIH1cblxuICBwcml2YXRlIGdldE9yQ3JlYXRlRnVuY3Rpb24oKTogY2RrLmF3c19sYW1iZGFfbm9kZWpzLk5vZGVqc0Z1bmN0aW9uIHtcbiAgICBjb25zdCBpZCA9IENlcnRpZmljYXRlVmFsaWRhdGlvblJlY29yZENsZWFudXAuSEFORExFUl9VSUQ7XG4gICAgY29uc3Qgc3RhY2sgPSBjZGsuU3RhY2sub2YodGhpcyk7XG4gICAgcmV0dXJuIHN0YWNrLm5vZGUudHJ5RmluZENoaWxkKGlkKSBhcyBjZGsuYXdzX2xhbWJkYV9ub2RlanMuTm9kZWpzRnVuY3Rpb24gPz8gbmV3IGNkay5hd3NfbGFtYmRhX25vZGVqcy5Ob2RlanNGdW5jdGlvbihzdGFjaywgaWQsIHtcbiAgICAgIGRlc2NyaXB0aW9uOiAnSGFuZGxlciBmdW5jdGlvbiBmb3IgdGhlIENlcnRpZmljYXRlVmFsaWRhdGlvblJlY29yZENsZWFudXAgY29uc3RydWN0JyxcbiAgICAgIGVudHJ5OiBqb2luKF9fZGlybmFtZSwgJ2NsZWFudXAtY2VydGlmaWNhdGUtdmFsaWRhdGlvbi1yZWNvcmRzLmhhbmRsZXIuanMnKSxcbiAgICAgIGxvZ0dyb3VwOiBuZXcgY2RrLmF3c19sb2dzLkxvZ0dyb3VwKHN0YWNrLCBgJHtpZH1Mb2dHcm91cGAsIHtcbiAgICAgICAgcmV0ZW50aW9uOiBjZGsuYXdzX2xvZ3MuUmV0ZW50aW9uRGF5cy5PTkVfV0VFSyxcbiAgICAgIH0pLFxuICAgICAgdGltZW91dDogY2RrLkR1cmF0aW9uLm1pbnV0ZXMoMiksXG4gICAgICBydW50aW1lOiBjZGsuYXdzX2xhbWJkYS5SdW50aW1lLk5PREVKU18yMF9YLFxuICAgICAgaW5pdGlhbFBvbGljeTogW1xuICAgICAgICBuZXcgY2RrLmF3c19pYW0uUG9saWN5U3RhdGVtZW50KHtcbiAgICAgICAgICBhY3Rpb25zOiBbJ2FjbTpEZXNjcmliZUNlcnRpZmljYXRlJ10sXG4gICAgICAgICAgcmVzb3VyY2VzOiBbJyonXSxcbiAgICAgICAgfSksXG4gICAgICAgIG5ldyBjZGsuYXdzX2lhbS5Qb2xpY3lTdGF0ZW1lbnQoe1xuICAgICAgICAgIGFjdGlvbnM6IFtcbiAgICAgICAgICAgICdyb3V0ZTUzOkNoYW5nZVJlc291cmNlUmVjb3JkU2V0cycsXG4gICAgICAgICAgICAncm91dGU1MzpMaXN0UmVzb3VyY2VSZWNvcmRTZXRzJyxcbiAgICAgICAgICBdLFxuICAgICAgICAgIHJlc291cmNlczogWycqJ10sXG4gICAgICAgIH0pLFxuICAgICAgXSxcbiAgICB9KTtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0T3JDcmVhdGVQcm92aWRlcigpOiBjZGsuY3VzdG9tX3Jlc291cmNlcy5Qcm92aWRlciB7XG4gICAgY29uc3QgaWQgPSBDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwLlBST1ZJREVSX1VJRDtcbiAgICBjb25zdCBzdGFjayA9IGNkay5TdGFjay5vZih0aGlzKTtcbiAgICByZXR1cm4gc3RhY2subm9kZS50cnlGaW5kQ2hpbGQoaWQpIGFzIGNkay5jdXN0b21fcmVzb3VyY2VzLlByb3ZpZGVyID8/IG5ldyBjZGsuY3VzdG9tX3Jlc291cmNlcy5Qcm92aWRlcihzdGFjaywgaWQsIHtcbiAgICAgIG9uRXZlbnRIYW5kbGVyOiB0aGlzLmhhbmRsZXJGdW5jdGlvbixcbiAgICAgIGxvZ1JldGVudGlvbjogY2RrLmF3c19sb2dzLlJldGVudGlvbkRheXMuT05FX1dFRUssXG4gICAgfSk7XG4gIH1cbn1cblxuLyoqXG4gKiBBIHdyYXBwZXIgY2xhc3MgZm9yIGEgdmFuaWxsYSBgQ2VydGlmaWNhdGVgIG9iamVjdCB3aXRoIGF1dG9tYXRpYyBjbGVhbnVwIGF0dGFjaGVkXG4gKi9cbmV4cG9ydCBjbGFzcyBDZXJ0aWZpY2F0ZVdpdGhDbGVhbnVwIGV4dGVuZHMgY2RrLmF3c19jZXJ0aWZpY2F0ZW1hbmFnZXIuQ2VydGlmaWNhdGUge1xuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogY2RrLmF3c19jZXJ0aWZpY2F0ZW1hbmFnZXIuQ2VydGlmaWNhdGVQcm9wcykge1xuICAgIHN1cGVyKHNjb3BlLCBpZCwgcHJvcHMpO1xuXG4gICAgaWYgKHByb3BzLnZhbGlkYXRpb24gJiYgcHJvcHMudmFsaWRhdGlvbi5wcm9wcy5ob3N0ZWRab25lICYmIHByb3BzLnZhbGlkYXRpb24/Lm1ldGhvZCA9PSBjZGsuYXdzX2NlcnRpZmljYXRlbWFuYWdlci5WYWxpZGF0aW9uTWV0aG9kLkROUykge1xuICAgICAgLy8gQXR0YWNoIGEgY2xlYW51cCBjb25zdHJ1Y3RcbiAgICAgIG5ldyBDZXJ0aWZpY2F0ZVZhbGlkYXRpb25SZWNvcmRDbGVhbnVwKHRoaXMsIGBjbGVhbnVwLSR7aWR9YCwge1xuICAgICAgICBjZXJ0aWZpY2F0ZTogdGhpcyxcbiAgICAgICAgaG9zdGVkWm9uZTogcHJvcHMudmFsaWRhdGlvbi5wcm9wcy5ob3N0ZWRab25lLFxuICAgICAgfSk7XG4gICAgfVxuICB9XG59XG4iXX0=
@@ -23,7 +23,7 @@ export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AddTagsToCertificateCommand_base: {
25
25
  new (input: AddTagsToCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AddTagsToCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddTagsToCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCertificateCommand_base: {
25
25
  new (input: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
23
23
  }
24
24
  declare const DescribeCertificateCommand_base: {
25
25
  new (input: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ExportCertificateCommandOutput extends ExportCertificateRespons
23
23
  }
24
24
  declare const ExportCertificateCommand_base: {
25
25
  new (input: ExportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ExportCertificateCommandInput, ExportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ExportCertificateCommandInput, ExportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ExportCertificateCommandInput, ExportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M
23
23
  }
24
24
  declare const GetCertificateCommand_base: {
25
25
  new (input: GetCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateCommandInput, GetCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateCommandInput, GetCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCertificateCommandInput, GetCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
23
23
  }
24
24
  declare const ImportCertificateCommand_base: {
25
25
  new (input: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForCertificateCommandOutput extends ListTagsForCertific
23
23
  }
24
24
  declare const ListTagsForCertificateCommand_base: {
25
25
  new (input: ListTagsForCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutAccountConfigurationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutAccountConfigurationCommand_base: {
25
25
  new (input: PutAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RemoveTagsFromCertificateCommandOutput extends __MetadataBearer
23
23
  }
24
24
  declare const RemoveTagsFromCertificateCommand_base: {
25
25
  new (input: RemoveTagsFromCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RemoveTagsFromCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemoveTagsFromCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RenewCertificateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const RenewCertificateCommand_base: {
25
25
  new (input: RenewCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RenewCertificateCommandInput, RenewCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RenewCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RenewCertificateCommandInput, RenewCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RenewCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RenewCertificateCommandInput, RenewCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RequestCertificateCommandOutput extends RequestCertificateRespo
23
23
  }
24
24
  declare const RequestCertificateCommand_base: {
25
25
  new (input: RequestCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCertificateCommandInput, RequestCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RequestCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCertificateCommandInput, RequestCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RequestCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCertificateCommandInput, RequestCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ResendValidationEmailCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const ResendValidationEmailCommand_base: {
25
25
  new (input: ResendValidationEmailCommandInput): import("@smithy/smithy-client").CommandImpl<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ResendValidationEmailCommandInput): import("@smithy/smithy-client").CommandImpl<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ResendValidationEmailCommandInput): import("@smithy/smithy-client").CommandImpl<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateCertificateOptionsCommandOutput extends __MetadataBearer
23
23
  }
24
24
  declare const UpdateCertificateOptionsCommand_base: {
25
25
  new (input: UpdateCertificateOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateCertificateOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateCertificateOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -11,9 +11,7 @@ export interface ClientInputEndpointParameters {
11
11
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
12
  defaultSigningName: string;
13
13
  };
14
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
- defaultSigningName: string;
16
- };
14
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
17
15
  export declare const commonParams: {
18
16
  readonly UseFIPS: {
19
17
  readonly type: "builtInParams";
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
@@ -21,30 +21,30 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
21
21
  cacheMiddleware?: boolean | undefined;
22
22
  urlParser: import("@smithy/types").UrlParser;
23
23
  base64Decoder: import("@smithy/types").Decoder;
24
- base64Encoder: (_input: string | Uint8Array) => string;
24
+ base64Encoder: (_input: Uint8Array | string) => string;
25
25
  utf8Decoder: import("@smithy/types").Decoder;
26
- utf8Encoder: (input: string | Uint8Array) => string;
26
+ utf8Encoder: (input: Uint8Array | string) => string;
27
27
  disableHostPrefix: boolean;
28
28
  serviceId: string;
29
- profile?: string | undefined;
29
+ profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
33
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
34
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
32
+ customUserAgent?: string | import("@smithy/types").UserAgent;
33
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
35
35
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
36
36
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
37
- logger?: import("@smithy/types").Logger | undefined;
37
+ logger?: import("@smithy/types").Logger;
38
38
  }) => import("@smithy/types").EndpointV2;
39
- tls?: boolean | undefined;
40
- serviceConfiguredEndpoint?: undefined;
41
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
39
+ tls?: boolean;
40
+ serviceConfiguredEndpoint?: never;
41
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
42
42
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
43
43
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ACMHttpAuthSchemeProvider;
44
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
45
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
46
- signingEscapePath?: boolean | undefined;
47
- systemClockOffset?: number | undefined;
48
- signingRegion?: string | undefined;
49
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
44
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
45
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
46
+ signingEscapePath?: boolean;
47
+ systemClockOffset?: number;
48
+ signingRegion?: string;
49
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
50
50
  };