@servicevic-oss/cdk-cleanup-certificate-validation-records 1.3.39 → 1.3.41

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 (448) hide show
  1. package/.jsii +4 -4
  2. package/lib/index.js +2 -2
  3. package/node_modules/@aws/lambda-invoke-store/README.md +25 -1
  4. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +12 -0
  5. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +12 -0
  6. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +6 -0
  7. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  8. package/node_modules/@aws-sdk/client-acm/dist-cjs/index.js +51 -509
  9. package/node_modules/@aws-sdk/client-acm/dist-es/commandBuilder.js +11 -0
  10. package/node_modules/@aws-sdk/client-acm/dist-es/commands/AddTagsToCertificateCommand.js +2 -17
  11. package/node_modules/@aws-sdk/client-acm/dist-es/commands/CreateAcmeDomainValidationCommand.js +2 -17
  12. package/node_modules/@aws-sdk/client-acm/dist-es/commands/CreateAcmeEndpointCommand.js +2 -17
  13. package/node_modules/@aws-sdk/client-acm/dist-es/commands/CreateAcmeExternalAccountBindingCommand.js +2 -17
  14. package/node_modules/@aws-sdk/client-acm/dist-es/commands/DeleteAcmeDomainValidationCommand.js +2 -17
  15. package/node_modules/@aws-sdk/client-acm/dist-es/commands/DeleteAcmeEndpointCommand.js +2 -17
  16. package/node_modules/@aws-sdk/client-acm/dist-es/commands/DeleteAcmeExternalAccountBindingCommand.js +2 -17
  17. package/node_modules/@aws-sdk/client-acm/dist-es/commands/DeleteCertificateCommand.js +2 -17
  18. package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeAcmeAccountCommand.js +2 -17
  19. package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeAcmeDomainValidationCommand.js +2 -17
  20. package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeAcmeEndpointCommand.js +2 -17
  21. package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeAcmeExternalAccountBindingCommand.js +2 -17
  22. package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeCertificateCommand.js +2 -17
  23. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ExportCertificateCommand.js +2 -17
  24. package/node_modules/@aws-sdk/client-acm/dist-es/commands/GetAccountConfigurationCommand.js +2 -17
  25. package/node_modules/@aws-sdk/client-acm/dist-es/commands/GetAcmeExternalAccountBindingCredentialsCommand.js +2 -17
  26. package/node_modules/@aws-sdk/client-acm/dist-es/commands/GetCertificateCommand.js +2 -17
  27. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ImportCertificateCommand.js +2 -17
  28. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListAcmeAccountsCommand.js +2 -17
  29. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListAcmeDomainValidationsCommand.js +2 -17
  30. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListAcmeEndpointsCommand.js +2 -17
  31. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListAcmeExternalAccountBindingsCommand.js +2 -17
  32. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListCertificatesCommand.js +2 -17
  33. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListTagsForCertificateCommand.js +2 -17
  34. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListTagsForResourceCommand.js +2 -17
  35. package/node_modules/@aws-sdk/client-acm/dist-es/commands/PutAccountConfigurationCommand.js +2 -17
  36. package/node_modules/@aws-sdk/client-acm/dist-es/commands/RemoveTagsFromCertificateCommand.js +2 -17
  37. package/node_modules/@aws-sdk/client-acm/dist-es/commands/RenewCertificateCommand.js +2 -17
  38. package/node_modules/@aws-sdk/client-acm/dist-es/commands/RequestCertificateCommand.js +2 -17
  39. package/node_modules/@aws-sdk/client-acm/dist-es/commands/ResendValidationEmailCommand.js +2 -17
  40. package/node_modules/@aws-sdk/client-acm/dist-es/commands/RevokeAcmeAccountCommand.js +2 -17
  41. package/node_modules/@aws-sdk/client-acm/dist-es/commands/RevokeAcmeExternalAccountBindingCommand.js +2 -17
  42. package/node_modules/@aws-sdk/client-acm/dist-es/commands/RevokeCertificateCommand.js +2 -17
  43. package/node_modules/@aws-sdk/client-acm/dist-es/commands/SearchCertificatesCommand.js +2 -17
  44. package/node_modules/@aws-sdk/client-acm/dist-es/commands/TagResourceCommand.js +2 -17
  45. package/node_modules/@aws-sdk/client-acm/dist-es/commands/UntagResourceCommand.js +2 -17
  46. package/node_modules/@aws-sdk/client-acm/dist-es/commands/UpdateAcmeDomainValidationCommand.js +2 -17
  47. package/node_modules/@aws-sdk/client-acm/dist-es/commands/UpdateAcmeEndpointCommand.js +2 -17
  48. package/node_modules/@aws-sdk/client-acm/dist-es/commands/UpdateCertificateOptionsCommand.js +2 -17
  49. package/node_modules/@aws-sdk/client-acm/dist-es/index.js +1 -0
  50. package/node_modules/@aws-sdk/client-acm/dist-types/commandBuilder.d.ts +22 -0
  51. package/node_modules/@aws-sdk/client-acm/dist-types/commands/AddTagsToCertificateCommand.d.ts +3 -8
  52. package/node_modules/@aws-sdk/client-acm/dist-types/commands/CreateAcmeDomainValidationCommand.d.ts +3 -8
  53. package/node_modules/@aws-sdk/client-acm/dist-types/commands/CreateAcmeEndpointCommand.d.ts +3 -8
  54. package/node_modules/@aws-sdk/client-acm/dist-types/commands/CreateAcmeExternalAccountBindingCommand.d.ts +3 -8
  55. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteAcmeDomainValidationCommand.d.ts +3 -8
  56. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteAcmeEndpointCommand.d.ts +3 -8
  57. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +3 -8
  58. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteCertificateCommand.d.ts +3 -8
  59. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeAcmeAccountCommand.d.ts +3 -8
  60. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeAcmeDomainValidationCommand.d.ts +3 -8
  61. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeAcmeEndpointCommand.d.ts +3 -8
  62. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +3 -8
  63. package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeCertificateCommand.d.ts +3 -8
  64. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ExportCertificateCommand.d.ts +3 -8
  65. package/node_modules/@aws-sdk/client-acm/dist-types/commands/GetAccountConfigurationCommand.d.ts +3 -8
  66. package/node_modules/@aws-sdk/client-acm/dist-types/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +3 -8
  67. package/node_modules/@aws-sdk/client-acm/dist-types/commands/GetCertificateCommand.d.ts +3 -8
  68. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ImportCertificateCommand.d.ts +3 -8
  69. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListAcmeAccountsCommand.d.ts +3 -8
  70. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListAcmeDomainValidationsCommand.d.ts +3 -8
  71. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListAcmeEndpointsCommand.d.ts +3 -8
  72. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListAcmeExternalAccountBindingsCommand.d.ts +3 -8
  73. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListCertificatesCommand.d.ts +3 -8
  74. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListTagsForCertificateCommand.d.ts +3 -8
  75. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  76. package/node_modules/@aws-sdk/client-acm/dist-types/commands/PutAccountConfigurationCommand.d.ts +3 -8
  77. package/node_modules/@aws-sdk/client-acm/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +3 -8
  78. package/node_modules/@aws-sdk/client-acm/dist-types/commands/RenewCertificateCommand.d.ts +3 -8
  79. package/node_modules/@aws-sdk/client-acm/dist-types/commands/RequestCertificateCommand.d.ts +3 -8
  80. package/node_modules/@aws-sdk/client-acm/dist-types/commands/ResendValidationEmailCommand.d.ts +3 -8
  81. package/node_modules/@aws-sdk/client-acm/dist-types/commands/RevokeAcmeAccountCommand.d.ts +3 -8
  82. package/node_modules/@aws-sdk/client-acm/dist-types/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +3 -8
  83. package/node_modules/@aws-sdk/client-acm/dist-types/commands/RevokeCertificateCommand.d.ts +3 -8
  84. package/node_modules/@aws-sdk/client-acm/dist-types/commands/SearchCertificatesCommand.d.ts +3 -8
  85. package/node_modules/@aws-sdk/client-acm/dist-types/commands/TagResourceCommand.d.ts +3 -8
  86. package/node_modules/@aws-sdk/client-acm/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  87. package/node_modules/@aws-sdk/client-acm/dist-types/commands/UpdateAcmeDomainValidationCommand.d.ts +3 -8
  88. package/node_modules/@aws-sdk/client-acm/dist-types/commands/UpdateAcmeEndpointCommand.d.ts +3 -8
  89. package/node_modules/@aws-sdk/client-acm/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +3 -8
  90. package/node_modules/@aws-sdk/client-acm/dist-types/index.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commandBuilder.d.ts +47 -0
  92. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +7 -16
  93. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/CreateAcmeDomainValidationCommand.d.ts +7 -16
  94. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/CreateAcmeEndpointCommand.d.ts +7 -16
  95. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/CreateAcmeExternalAccountBindingCommand.d.ts +7 -16
  96. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteAcmeDomainValidationCommand.d.ts +7 -16
  97. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteAcmeEndpointCommand.d.ts +7 -16
  98. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +7 -16
  99. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +7 -16
  100. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeAcmeAccountCommand.d.ts +7 -16
  101. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeAcmeDomainValidationCommand.d.ts +7 -16
  102. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeAcmeEndpointCommand.d.ts +7 -16
  103. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +7 -16
  104. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +7 -16
  105. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +7 -16
  106. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +7 -16
  107. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +7 -16
  108. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +7 -16
  109. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +7 -16
  110. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListAcmeAccountsCommand.d.ts +7 -16
  111. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListAcmeDomainValidationsCommand.d.ts +7 -16
  112. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListAcmeEndpointsCommand.d.ts +7 -16
  113. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListAcmeExternalAccountBindingsCommand.d.ts +7 -16
  114. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +7 -16
  115. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +7 -16
  116. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  117. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +7 -16
  118. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +7 -16
  119. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +7 -16
  120. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +7 -16
  121. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +7 -16
  122. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RevokeAcmeAccountCommand.d.ts +7 -16
  123. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +7 -16
  124. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +7 -16
  125. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/SearchCertificatesCommand.d.ts +7 -16
  126. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  127. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  128. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UpdateAcmeDomainValidationCommand.d.ts +7 -16
  129. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UpdateAcmeEndpointCommand.d.ts +7 -16
  130. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +7 -16
  131. package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/index.d.ts +1 -0
  132. package/node_modules/@aws-sdk/client-acm/package.json +8 -8
  133. package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +86 -846
  134. package/node_modules/@aws-sdk/client-route-53/dist-es/commandBuilder.js +14 -0
  135. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ActivateKeySigningKeyCommand.js +2 -18
  136. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +2 -18
  137. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeCidrCollectionCommand.js +2 -18
  138. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -19
  139. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeTagsForResourceCommand.js +2 -14
  140. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateCidrCollectionCommand.js +2 -14
  141. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHealthCheckCommand.js +2 -14
  142. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js +2 -18
  143. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateKeySigningKeyCommand.js +2 -18
  144. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateQueryLoggingConfigCommand.js +2 -18
  145. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateReusableDelegationSetCommand.js +2 -18
  146. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyCommand.js +2 -14
  147. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +2 -18
  148. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyVersionCommand.js +2 -18
  149. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +2 -18
  150. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeactivateKeySigningKeyCommand.js +2 -18
  151. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteCidrCollectionCommand.js +2 -18
  152. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHealthCheckCommand.js +2 -14
  153. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js +2 -18
  154. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteKeySigningKeyCommand.js +2 -18
  155. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteQueryLoggingConfigCommand.js +2 -18
  156. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteReusableDelegationSetCommand.js +2 -18
  157. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -18
  158. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +2 -18
  159. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +2 -18
  160. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisableHostedZoneDNSSECCommand.js +2 -18
  161. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +2 -18
  162. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/EnableHostedZoneDNSSECCommand.js +2 -18
  163. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetAccountLimitCommand.js +2 -14
  164. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetChangeCommand.js +2 -18
  165. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetCheckerIpRangesCommand.js +2 -14
  166. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetDNSSECCommand.js +2 -18
  167. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetGeoLocationCommand.js +2 -14
  168. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCommand.js +2 -14
  169. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCountCommand.js +2 -14
  170. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +2 -14
  171. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckStatusCommand.js +2 -14
  172. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js +2 -18
  173. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCountCommand.js +2 -14
  174. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneLimitCommand.js +2 -18
  175. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetQueryLoggingConfigCommand.js +2 -18
  176. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetCommand.js +2 -18
  177. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetLimitCommand.js +2 -18
  178. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyCommand.js +2 -18
  179. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCommand.js +2 -18
  180. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +2 -14
  181. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrBlocksCommand.js +2 -14
  182. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrCollectionsCommand.js +2 -14
  183. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrLocationsCommand.js +2 -14
  184. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListGeoLocationsCommand.js +2 -14
  185. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHealthChecksCommand.js +2 -14
  186. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByNameCommand.js +2 -18
  187. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByVPCCommand.js +2 -14
  188. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js +2 -18
  189. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListQueryLoggingConfigsCommand.js +2 -18
  190. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js +2 -18
  191. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListReusableDelegationSetsCommand.js +2 -14
  192. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  193. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourcesCommand.js +2 -14
  194. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPoliciesCommand.js +2 -14
  195. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +2 -18
  196. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +2 -14
  197. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesCommand.js +2 -14
  198. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyVersionsCommand.js +2 -18
  199. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +2 -18
  200. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/TestDNSAnswerCommand.js +2 -18
  201. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHealthCheckCommand.js +2 -14
  202. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneCommentCommand.js +2 -18
  203. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +2 -18
  204. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +2 -18
  205. package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +2 -18
  206. package/node_modules/@aws-sdk/client-route-53/dist-es/index.js +1 -0
  207. package/node_modules/@aws-sdk/client-route-53/dist-types/commandBuilder.d.ts +26 -0
  208. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +3 -8
  209. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +3 -8
  210. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeCidrCollectionCommand.d.ts +3 -8
  211. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +3 -8
  212. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeTagsForResourceCommand.d.ts +3 -8
  213. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateCidrCollectionCommand.d.ts +3 -8
  214. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHealthCheckCommand.d.ts +3 -8
  215. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHostedZoneCommand.d.ts +3 -8
  216. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateKeySigningKeyCommand.d.ts +3 -8
  217. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +3 -8
  218. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +3 -8
  219. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -8
  220. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +3 -8
  221. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +3 -8
  222. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +3 -8
  223. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +3 -8
  224. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteCidrCollectionCommand.d.ts +3 -8
  225. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteHealthCheckCommand.d.ts +3 -8
  226. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteHostedZoneCommand.d.ts +3 -8
  227. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +3 -8
  228. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +3 -8
  229. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +3 -8
  230. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +3 -8
  231. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +3 -8
  232. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +3 -8
  233. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +3 -8
  234. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +3 -8
  235. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +3 -8
  236. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetAccountLimitCommand.d.ts +3 -8
  237. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetChangeCommand.d.ts +3 -8
  238. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetCheckerIpRangesCommand.d.ts +3 -8
  239. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetDNSSECCommand.d.ts +3 -8
  240. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetGeoLocationCommand.d.ts +3 -8
  241. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckCommand.d.ts +3 -8
  242. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckCountCommand.d.ts +3 -8
  243. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +3 -8
  244. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckStatusCommand.d.ts +3 -8
  245. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneCommand.d.ts +3 -8
  246. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneCountCommand.d.ts +3 -8
  247. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneLimitCommand.d.ts +3 -8
  248. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +3 -8
  249. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetReusableDelegationSetCommand.d.ts +3 -8
  250. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +3 -8
  251. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyCommand.d.ts +3 -8
  252. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +3 -8
  253. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -8
  254. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrBlocksCommand.d.ts +3 -8
  255. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrCollectionsCommand.d.ts +3 -8
  256. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrLocationsCommand.d.ts +3 -8
  257. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListGeoLocationsCommand.d.ts +3 -8
  258. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHealthChecksCommand.d.ts +3 -8
  259. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesByNameCommand.d.ts +3 -8
  260. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +3 -8
  261. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesCommand.d.ts +3 -8
  262. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +3 -8
  263. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListResourceRecordSetsCommand.d.ts +3 -8
  264. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +3 -8
  265. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  266. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTagsForResourcesCommand.d.ts +3 -8
  267. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPoliciesCommand.d.ts +3 -8
  268. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +3 -8
  269. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +3 -8
  270. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -8
  271. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +3 -8
  272. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +3 -8
  273. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/TestDNSAnswerCommand.d.ts +3 -8
  274. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHealthCheckCommand.d.ts +3 -8
  275. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +3 -8
  276. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHostedZoneFeaturesCommand.d.ts +3 -8
  277. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +3 -8
  278. package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +3 -8
  279. package/node_modules/@aws-sdk/client-route-53/dist-types/index.d.ts +1 -0
  280. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commandBuilder.d.ts +58 -0
  281. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +7 -16
  282. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +7 -16
  283. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +7 -16
  284. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +7 -16
  285. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +7 -16
  286. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +7 -16
  287. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +7 -16
  288. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +7 -16
  289. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +7 -16
  290. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +7 -16
  291. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +7 -16
  292. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +7 -16
  293. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +7 -16
  294. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +7 -16
  295. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +7 -16
  296. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +7 -16
  297. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +7 -16
  298. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +7 -16
  299. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +7 -16
  300. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +7 -16
  301. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +7 -16
  302. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +7 -16
  303. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +7 -16
  304. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +7 -16
  305. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +7 -16
  306. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +7 -16
  307. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +7 -16
  308. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +7 -16
  309. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +7 -16
  310. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -16
  311. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +7 -16
  312. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -16
  313. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +7 -16
  314. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +7 -16
  315. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +7 -16
  316. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +7 -16
  317. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +7 -16
  318. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +7 -16
  319. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +7 -16
  320. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +7 -16
  321. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +7 -16
  322. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +7 -16
  323. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +7 -16
  324. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +7 -16
  325. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +7 -16
  326. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +7 -16
  327. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +7 -16
  328. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +7 -16
  329. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +7 -16
  330. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +7 -16
  331. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +7 -16
  332. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +7 -16
  333. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +7 -16
  334. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +7 -16
  335. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +7 -16
  336. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +7 -16
  337. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +7 -16
  338. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  339. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +7 -16
  340. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +7 -16
  341. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +7 -16
  342. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +7 -16
  343. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +7 -16
  344. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +7 -16
  345. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +7 -16
  346. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +7 -16
  347. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +7 -16
  348. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +7 -16
  349. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +7 -16
  350. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +7 -16
  351. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +7 -16
  352. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/index.d.ts +1 -0
  353. package/node_modules/@aws-sdk/client-route-53/package.json +10 -10
  354. package/node_modules/@aws-sdk/core/package.json +7 -7
  355. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  356. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  357. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  358. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  359. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  360. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  361. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  362. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  363. package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +3 -3
  364. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +10 -23
  365. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +10 -15
  366. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +9 -13
  367. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +9 -13
  368. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +10 -23
  369. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commandBuilder.js +6 -0
  370. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -14
  371. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -14
  372. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +1 -0
  373. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +8 -0
  374. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -17
  375. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +1 -0
  376. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commandBuilder.js +6 -0
  377. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -14
  378. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +1 -0
  379. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commandBuilder.js +6 -0
  380. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -14
  381. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +1 -0
  382. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commandBuilder.js +6 -0
  383. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -14
  384. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -14
  385. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -0
  386. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commandBuilder.d.ts +18 -0
  387. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +3 -8
  388. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +3 -8
  389. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -0
  390. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +18 -0
  391. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
  392. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -0
  393. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commandBuilder.d.ts +18 -0
  394. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
  395. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -0
  396. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commandBuilder.d.ts +18 -0
  397. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
  398. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -0
  399. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commandBuilder.d.ts +18 -0
  400. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -8
  401. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -8
  402. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -0
  403. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +46 -0
  404. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +7 -16
  405. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +7 -16
  406. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +1 -0
  407. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +42 -0
  408. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
  409. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  410. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +42 -0
  411. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
  412. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +1 -0
  413. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +42 -0
  414. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
  415. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  416. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +46 -0
  417. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +7 -16
  418. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +7 -16
  419. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  420. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  421. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  422. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  423. package/node_modules/@aws-sdk/types/package.json +2 -2
  424. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  425. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +18 -0
  426. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +31 -27
  427. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +1 -0
  428. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js +17 -0
  429. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +31 -27
  430. package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +1 -0
  431. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
  432. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +5 -6
  433. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +4 -5
  434. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +4 -5
  435. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +3 -4
  436. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +1 -2
  437. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +1 -2
  438. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +22 -14
  439. package/node_modules/@smithy/core/package.json +2 -2
  440. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  441. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  442. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  443. package/node_modules/@smithy/signature-v4/package.json +3 -3
  444. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  445. package/node_modules/@smithy/types/package.json +1 -1
  446. package/package.json +6 -6
  447. /package/node_modules/@smithy/{core/dist-es/submodules/endpoints/middleware-endpoint/types.js → types/dist-es/endpoints/EndpointParameterInstructions.js} +0 -0
  448. /package/node_modules/@smithy/{core/dist-types/submodules/endpoints/middleware-endpoint/types.d.ts → types/dist-types/endpoints/EndpointParameterInstructions.d.ts} +0 -0
package/.jsii CHANGED
@@ -7,8 +7,8 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-acm": "^3.1077.0",
11
- "@aws-sdk/client-route-53": "^3.1077.0",
10
+ "@aws-sdk/client-acm": "^3.1079.0",
11
+ "@aws-sdk/client-route-53": "^3.1079.0",
12
12
  "@types/aws-lambda": "^8.10.162",
13
13
  "async-await-retry": "^2.1.0"
14
14
  },
@@ -8898,6 +8898,6 @@
8898
8898
  "symbolId": "src/index:CertificateWithCleanup"
8899
8899
  }
8900
8900
  },
8901
- "version": "1.3.39",
8902
- "fingerprint": "hISkfCCGp5srqV8jMirKy0oIfck0t2fuX1Upj7bP3I0="
8901
+ "version": "1.3.41",
8902
+ "fingerprint": "TgMAuPTzsLs0CcXxDqhxOu+Ls5ZFkiGfq6fFM+uw1b4="
8903
8903
  }
package/lib/index.js CHANGED
@@ -43,7 +43,7 @@ const constructs_1 = require("constructs");
43
43
  * leave behind when deleting a DNS validated certificate
44
44
  */
45
45
  class CertificateValidationRecordCleanup extends constructs_1.Construct {
46
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.3.39" };
46
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.3.41" };
47
47
  static HANDLER_UID = 'CertRecordsCleanupHandler-2B663BAB-7981';
48
48
  static PROVIDER_UID = 'CertRecordsCleanupProvider-57EBF059-2E26';
49
49
  static LOG_GROUP_UID = 'CertRecordsCleanupLogGroup-57ABF051-1E25';
@@ -109,7 +109,7 @@ exports.CertificateValidationRecordCleanup = CertificateValidationRecordCleanup;
109
109
  * A wrapper class for a vanilla `Certificate` object with automatic cleanup attached
110
110
  */
111
111
  class CertificateWithCleanup extends cdk.aws_certificatemanager.Certificate {
112
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.3.39" };
112
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.3.41" };
113
113
  constructor(scope, id, props) {
114
114
  super(scope, id, props);
115
115
  if (props.validation && props.validation.props.hostedZone && props.validation?.method == cdk.aws_certificatemanager.ValidationMethod.DNS) {
@@ -8,7 +8,7 @@ concurrent executions.
8
8
  ## Features
9
9
 
10
10
  - **Invocation Isolation**: Safely store and retrieve data within a single Lambda invocation.
11
- - **Protected Lambda Context**: Built-in protection for Lambda execution metadata (requestId, [traceId](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-traces))
11
+ - **Protected Lambda Context**: Built-in protection for Lambda execution metadata (requestId, [traceId](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-traces), [W3C Trace Context](https://www.w3.org/TR/trace-context/), [W3C Baggage](https://www.w3.org/TR/baggage/))
12
12
  - **Custom Data Storage**: Store any custom data within the invocation context
13
13
  - **Async/Await Support**: Full support for asynchronous operations with context preservation
14
14
  - **Type Safety**: Complete TypeScript type definitions
@@ -123,6 +123,30 @@ Convenience method to get the current [X-Ray trace ID](https://docs.aws.amazon.c
123
123
  const traceId = invokeStore.getXRayTraceId(); // Returns undefined if not set or outside context
124
124
  ```
125
125
 
126
+ ### invokeStore.getTraceparent()
127
+
128
+ Convenience method to get the [W3C `traceparent`](https://www.w3.org/TR/trace-context/#traceparent-header) header value.
129
+
130
+ ```typescript
131
+ const traceparent = invokeStore.getTraceparent(); // e.g. "00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01"
132
+ ```
133
+
134
+ ### invokeStore.getTracestate()
135
+
136
+ Convenience method to get the [W3C `tracestate`](https://www.w3.org/TR/trace-context/#tracestate-header) header value.
137
+
138
+ ```typescript
139
+ const tracestate = invokeStore.getTracestate(); // e.g. "congo=t61rcWkgMzE,rojo=00f067aa0ba902b7"
140
+ ```
141
+
142
+ ### invokeStore.getBaggage()
143
+
144
+ Convenience method to get the [W3C Baggage](https://www.w3.org/TR/baggage/) header value.
145
+
146
+ ```typescript
147
+ const baggage = invokeStore.getBaggage(); // e.g. "userId=alice,serverNode=DF28"
148
+ ```
149
+
126
150
  ### invokeStore.hasContext()
127
151
 
128
152
  Checks if code is currently running within an invoke context.
@@ -4,6 +4,9 @@ const PROTECTED_KEYS = {
4
4
  REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
5
5
  X_RAY_TRACE_ID: Symbol.for("_AWS_LAMBDA_X_RAY_TRACE_ID"),
6
6
  TENANT_ID: Symbol.for("_AWS_LAMBDA_TENANT_ID"),
7
+ TRACEPARENT: Symbol.for("_AWS_LAMBDA_TRACEPARENT"),
8
+ TRACESTATE: Symbol.for("_AWS_LAMBDA_TRACESTATE"),
9
+ BAGGAGE: Symbol.for("_AWS_LAMBDA_BAGGAGE"),
7
10
  };
8
11
  const NO_GLOBAL_AWS_LAMBDA = ["true", "1"].includes(process.env?.AWS_LAMBDA_NODEJS_NO_GLOBAL_AWSLAMBDA ?? "");
9
12
  if (!NO_GLOBAL_AWS_LAMBDA) {
@@ -23,6 +26,15 @@ class InvokeStoreBase {
23
26
  getTenantId() {
24
27
  return this.get(PROTECTED_KEYS.TENANT_ID);
25
28
  }
29
+ getTraceparent() {
30
+ return this.get(PROTECTED_KEYS.TRACEPARENT);
31
+ }
32
+ getTracestate() {
33
+ return this.get(PROTECTED_KEYS.TRACESTATE);
34
+ }
35
+ getBaggage() {
36
+ return this.get(PROTECTED_KEYS.BAGGAGE);
37
+ }
26
38
  }
27
39
  class InvokeStoreSingle extends InvokeStoreBase {
28
40
  currentContext;
@@ -2,6 +2,9 @@ const PROTECTED_KEYS = {
2
2
  REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
3
3
  X_RAY_TRACE_ID: Symbol.for("_AWS_LAMBDA_X_RAY_TRACE_ID"),
4
4
  TENANT_ID: Symbol.for("_AWS_LAMBDA_TENANT_ID"),
5
+ TRACEPARENT: Symbol.for("_AWS_LAMBDA_TRACEPARENT"),
6
+ TRACESTATE: Symbol.for("_AWS_LAMBDA_TRACESTATE"),
7
+ BAGGAGE: Symbol.for("_AWS_LAMBDA_BAGGAGE"),
5
8
  };
6
9
  const NO_GLOBAL_AWS_LAMBDA = ["true", "1"].includes(process.env?.AWS_LAMBDA_NODEJS_NO_GLOBAL_AWSLAMBDA ?? "");
7
10
  if (!NO_GLOBAL_AWS_LAMBDA) {
@@ -21,6 +24,15 @@ class InvokeStoreBase {
21
24
  getTenantId() {
22
25
  return this.get(PROTECTED_KEYS.TENANT_ID);
23
26
  }
27
+ getTraceparent() {
28
+ return this.get(PROTECTED_KEYS.TRACEPARENT);
29
+ }
30
+ getTracestate() {
31
+ return this.get(PROTECTED_KEYS.TRACESTATE);
32
+ }
33
+ getBaggage() {
34
+ return this.get(PROTECTED_KEYS.BAGGAGE);
35
+ }
24
36
  }
25
37
  class InvokeStoreSingle extends InvokeStoreBase {
26
38
  currentContext;
@@ -21,6 +21,9 @@ export declare abstract class InvokeStoreBase {
21
21
  readonly REQUEST_ID: symbol;
22
22
  readonly X_RAY_TRACE_ID: symbol;
23
23
  readonly TENANT_ID: symbol;
24
+ readonly TRACEPARENT: symbol;
25
+ readonly TRACESTATE: symbol;
26
+ readonly BAGGAGE: symbol;
24
27
  };
25
28
  abstract getContext(): Context | undefined;
26
29
  abstract hasContext(): boolean;
@@ -31,6 +34,9 @@ export declare abstract class InvokeStoreBase {
31
34
  getRequestId(): string;
32
35
  getXRayTraceId(): string | undefined;
33
36
  getTenantId(): string | undefined;
37
+ getTraceparent(): string | undefined;
38
+ getTracestate(): string | undefined;
39
+ getBaggage(): string | undefined;
34
40
  }
35
41
  /**
36
42
  * Provides access to AWS Lambda execution context storage.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/lambda-invoke-store",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
5
5
  "homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
6
6
  "main": "./dist-cjs/invoke-store.js",