@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
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -70,7 +71,7 @@ const commonParams = {
70
71
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
72
  };
72
73
 
73
- var version = "3.1076.0";
74
+ var version = "3.1078.0";
74
75
  var packageInfo = {
75
76
  version: version};
76
77
 
@@ -1664,589 +1665,130 @@ class ACMClient extends Client {
1664
1665
  }
1665
1666
  }
1666
1667
 
1667
- class AddTagsToCertificateCommand extends Command
1668
- .classBuilder()
1669
- .ep({
1670
- ...commonParams,
1668
+ const command = makeBuilder(commonParams, "CertificateManager", "ACMClient", getEndpointPlugin);
1669
+ const _ep0 = {
1671
1670
  ServiceType: { type: "staticContextParams", value: `ACM` },
1672
- })
1673
- .m(function (Command, cs, config, o) {
1674
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1675
- })
1676
- .s("CertificateManager", "AddTagsToCertificate", {})
1677
- .n("ACMClient", "AddTagsToCertificateCommand")
1678
- .sc(AddTagsToCertificate$)
1679
- .build() {
1671
+ };
1672
+ const _ep1 = {
1673
+ ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1674
+ };
1675
+ const _mw0 = (Command, cs, config, o) => [];
1676
+
1677
+ class AddTagsToCertificateCommand extends command(_ep0, _mw0, "AddTagsToCertificate", AddTagsToCertificate$) {
1680
1678
  }
1681
1679
 
1682
- class CreateAcmeDomainValidationCommand extends Command
1683
- .classBuilder()
1684
- .ep({
1685
- ...commonParams,
1686
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1687
- })
1688
- .m(function (Command, cs, config, o) {
1689
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1690
- })
1691
- .s("CertificateManager", "CreateAcmeDomainValidation", {})
1692
- .n("ACMClient", "CreateAcmeDomainValidationCommand")
1693
- .sc(CreateAcmeDomainValidation$)
1694
- .build() {
1680
+ class CreateAcmeDomainValidationCommand extends command(_ep1, _mw0, "CreateAcmeDomainValidation", CreateAcmeDomainValidation$) {
1695
1681
  }
1696
1682
 
1697
- class CreateAcmeEndpointCommand extends Command
1698
- .classBuilder()
1699
- .ep({
1700
- ...commonParams,
1701
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1702
- })
1703
- .m(function (Command, cs, config, o) {
1704
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1705
- })
1706
- .s("CertificateManager", "CreateAcmeEndpoint", {})
1707
- .n("ACMClient", "CreateAcmeEndpointCommand")
1708
- .sc(CreateAcmeEndpoint$)
1709
- .build() {
1683
+ class CreateAcmeEndpointCommand extends command(_ep1, _mw0, "CreateAcmeEndpoint", CreateAcmeEndpoint$) {
1710
1684
  }
1711
1685
 
1712
- class CreateAcmeExternalAccountBindingCommand extends Command
1713
- .classBuilder()
1714
- .ep({
1715
- ...commonParams,
1716
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1717
- })
1718
- .m(function (Command, cs, config, o) {
1719
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1720
- })
1721
- .s("CertificateManager", "CreateAcmeExternalAccountBinding", {})
1722
- .n("ACMClient", "CreateAcmeExternalAccountBindingCommand")
1723
- .sc(CreateAcmeExternalAccountBinding$)
1724
- .build() {
1686
+ class CreateAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "CreateAcmeExternalAccountBinding", CreateAcmeExternalAccountBinding$) {
1725
1687
  }
1726
1688
 
1727
- class DeleteAcmeDomainValidationCommand extends Command
1728
- .classBuilder()
1729
- .ep({
1730
- ...commonParams,
1731
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1732
- })
1733
- .m(function (Command, cs, config, o) {
1734
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1735
- })
1736
- .s("CertificateManager", "DeleteAcmeDomainValidation", {})
1737
- .n("ACMClient", "DeleteAcmeDomainValidationCommand")
1738
- .sc(DeleteAcmeDomainValidation$)
1739
- .build() {
1689
+ class DeleteAcmeDomainValidationCommand extends command(_ep1, _mw0, "DeleteAcmeDomainValidation", DeleteAcmeDomainValidation$) {
1740
1690
  }
1741
1691
 
1742
- class DeleteAcmeEndpointCommand extends Command
1743
- .classBuilder()
1744
- .ep({
1745
- ...commonParams,
1746
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1747
- })
1748
- .m(function (Command, cs, config, o) {
1749
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1750
- })
1751
- .s("CertificateManager", "DeleteAcmeEndpoint", {})
1752
- .n("ACMClient", "DeleteAcmeEndpointCommand")
1753
- .sc(DeleteAcmeEndpoint$)
1754
- .build() {
1692
+ class DeleteAcmeEndpointCommand extends command(_ep1, _mw0, "DeleteAcmeEndpoint", DeleteAcmeEndpoint$) {
1755
1693
  }
1756
1694
 
1757
- class DeleteAcmeExternalAccountBindingCommand extends Command
1758
- .classBuilder()
1759
- .ep({
1760
- ...commonParams,
1761
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1762
- })
1763
- .m(function (Command, cs, config, o) {
1764
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1765
- })
1766
- .s("CertificateManager", "DeleteAcmeExternalAccountBinding", {})
1767
- .n("ACMClient", "DeleteAcmeExternalAccountBindingCommand")
1768
- .sc(DeleteAcmeExternalAccountBinding$)
1769
- .build() {
1695
+ class DeleteAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "DeleteAcmeExternalAccountBinding", DeleteAcmeExternalAccountBinding$) {
1770
1696
  }
1771
1697
 
1772
- class DeleteCertificateCommand extends Command
1773
- .classBuilder()
1774
- .ep({
1775
- ...commonParams,
1776
- ServiceType: { type: "staticContextParams", value: `ACM` },
1777
- })
1778
- .m(function (Command, cs, config, o) {
1779
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1780
- })
1781
- .s("CertificateManager", "DeleteCertificate", {})
1782
- .n("ACMClient", "DeleteCertificateCommand")
1783
- .sc(DeleteCertificate$)
1784
- .build() {
1698
+ class DeleteCertificateCommand extends command(_ep0, _mw0, "DeleteCertificate", DeleteCertificate$) {
1785
1699
  }
1786
1700
 
1787
- class DescribeAcmeAccountCommand extends Command
1788
- .classBuilder()
1789
- .ep({
1790
- ...commonParams,
1791
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1792
- })
1793
- .m(function (Command, cs, config, o) {
1794
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1795
- })
1796
- .s("CertificateManager", "DescribeAcmeAccount", {})
1797
- .n("ACMClient", "DescribeAcmeAccountCommand")
1798
- .sc(DescribeAcmeAccount$)
1799
- .build() {
1701
+ class DescribeAcmeAccountCommand extends command(_ep1, _mw0, "DescribeAcmeAccount", DescribeAcmeAccount$) {
1800
1702
  }
1801
1703
 
1802
- class DescribeAcmeDomainValidationCommand extends Command
1803
- .classBuilder()
1804
- .ep({
1805
- ...commonParams,
1806
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1807
- })
1808
- .m(function (Command, cs, config, o) {
1809
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1810
- })
1811
- .s("CertificateManager", "DescribeAcmeDomainValidation", {})
1812
- .n("ACMClient", "DescribeAcmeDomainValidationCommand")
1813
- .sc(DescribeAcmeDomainValidation$)
1814
- .build() {
1704
+ class DescribeAcmeDomainValidationCommand extends command(_ep1, _mw0, "DescribeAcmeDomainValidation", DescribeAcmeDomainValidation$) {
1815
1705
  }
1816
1706
 
1817
- class DescribeAcmeEndpointCommand extends Command
1818
- .classBuilder()
1819
- .ep({
1820
- ...commonParams,
1821
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1822
- })
1823
- .m(function (Command, cs, config, o) {
1824
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1825
- })
1826
- .s("CertificateManager", "DescribeAcmeEndpoint", {})
1827
- .n("ACMClient", "DescribeAcmeEndpointCommand")
1828
- .sc(DescribeAcmeEndpoint$)
1829
- .build() {
1707
+ class DescribeAcmeEndpointCommand extends command(_ep1, _mw0, "DescribeAcmeEndpoint", DescribeAcmeEndpoint$) {
1830
1708
  }
1831
1709
 
1832
- class DescribeAcmeExternalAccountBindingCommand extends Command
1833
- .classBuilder()
1834
- .ep({
1835
- ...commonParams,
1836
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1837
- })
1838
- .m(function (Command, cs, config, o) {
1839
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1840
- })
1841
- .s("CertificateManager", "DescribeAcmeExternalAccountBinding", {})
1842
- .n("ACMClient", "DescribeAcmeExternalAccountBindingCommand")
1843
- .sc(DescribeAcmeExternalAccountBinding$)
1844
- .build() {
1710
+ class DescribeAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "DescribeAcmeExternalAccountBinding", DescribeAcmeExternalAccountBinding$) {
1845
1711
  }
1846
1712
 
1847
- class DescribeCertificateCommand extends Command
1848
- .classBuilder()
1849
- .ep({
1850
- ...commonParams,
1851
- ServiceType: { type: "staticContextParams", value: `ACM` },
1852
- })
1853
- .m(function (Command, cs, config, o) {
1854
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1855
- })
1856
- .s("CertificateManager", "DescribeCertificate", {})
1857
- .n("ACMClient", "DescribeCertificateCommand")
1858
- .sc(DescribeCertificate$)
1859
- .build() {
1713
+ class DescribeCertificateCommand extends command(_ep0, _mw0, "DescribeCertificate", DescribeCertificate$) {
1860
1714
  }
1861
1715
 
1862
- class ExportCertificateCommand extends Command
1863
- .classBuilder()
1864
- .ep({
1865
- ...commonParams,
1866
- ServiceType: { type: "staticContextParams", value: `ACM` },
1867
- })
1868
- .m(function (Command, cs, config, o) {
1869
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1870
- })
1871
- .s("CertificateManager", "ExportCertificate", {})
1872
- .n("ACMClient", "ExportCertificateCommand")
1873
- .sc(ExportCertificate$)
1874
- .build() {
1716
+ class ExportCertificateCommand extends command(_ep0, _mw0, "ExportCertificate", ExportCertificate$) {
1875
1717
  }
1876
1718
 
1877
- class GetAccountConfigurationCommand extends Command
1878
- .classBuilder()
1879
- .ep({
1880
- ...commonParams,
1881
- ServiceType: { type: "staticContextParams", value: `ACM` },
1882
- })
1883
- .m(function (Command, cs, config, o) {
1884
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1885
- })
1886
- .s("CertificateManager", "GetAccountConfiguration", {})
1887
- .n("ACMClient", "GetAccountConfigurationCommand")
1888
- .sc(GetAccountConfiguration$)
1889
- .build() {
1719
+ class GetAccountConfigurationCommand extends command(_ep0, _mw0, "GetAccountConfiguration", GetAccountConfiguration$) {
1890
1720
  }
1891
1721
 
1892
- class GetAcmeExternalAccountBindingCredentialsCommand extends Command
1893
- .classBuilder()
1894
- .ep({
1895
- ...commonParams,
1896
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1897
- })
1898
- .m(function (Command, cs, config, o) {
1899
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1900
- })
1901
- .s("CertificateManager", "GetAcmeExternalAccountBindingCredentials", {})
1902
- .n("ACMClient", "GetAcmeExternalAccountBindingCredentialsCommand")
1903
- .sc(GetAcmeExternalAccountBindingCredentials$)
1904
- .build() {
1722
+ class GetAcmeExternalAccountBindingCredentialsCommand extends command(_ep1, _mw0, "GetAcmeExternalAccountBindingCredentials", GetAcmeExternalAccountBindingCredentials$) {
1905
1723
  }
1906
1724
 
1907
- class GetCertificateCommand extends Command
1908
- .classBuilder()
1909
- .ep({
1910
- ...commonParams,
1911
- ServiceType: { type: "staticContextParams", value: `ACM` },
1912
- })
1913
- .m(function (Command, cs, config, o) {
1914
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1915
- })
1916
- .s("CertificateManager", "GetCertificate", {})
1917
- .n("ACMClient", "GetCertificateCommand")
1918
- .sc(GetCertificate$)
1919
- .build() {
1725
+ class GetCertificateCommand extends command(_ep0, _mw0, "GetCertificate", GetCertificate$) {
1920
1726
  }
1921
1727
 
1922
- class ImportCertificateCommand extends Command
1923
- .classBuilder()
1924
- .ep({
1925
- ...commonParams,
1926
- ServiceType: { type: "staticContextParams", value: `ACM` },
1927
- })
1928
- .m(function (Command, cs, config, o) {
1929
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1930
- })
1931
- .s("CertificateManager", "ImportCertificate", {})
1932
- .n("ACMClient", "ImportCertificateCommand")
1933
- .sc(ImportCertificate$)
1934
- .build() {
1728
+ class ImportCertificateCommand extends command(_ep0, _mw0, "ImportCertificate", ImportCertificate$) {
1935
1729
  }
1936
1730
 
1937
- class ListAcmeAccountsCommand extends Command
1938
- .classBuilder()
1939
- .ep({
1940
- ...commonParams,
1941
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1942
- })
1943
- .m(function (Command, cs, config, o) {
1944
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1945
- })
1946
- .s("CertificateManager", "ListAcmeAccounts", {})
1947
- .n("ACMClient", "ListAcmeAccountsCommand")
1948
- .sc(ListAcmeAccounts$)
1949
- .build() {
1731
+ class ListAcmeAccountsCommand extends command(_ep1, _mw0, "ListAcmeAccounts", ListAcmeAccounts$) {
1950
1732
  }
1951
1733
 
1952
- class ListAcmeDomainValidationsCommand extends Command
1953
- .classBuilder()
1954
- .ep({
1955
- ...commonParams,
1956
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1957
- })
1958
- .m(function (Command, cs, config, o) {
1959
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1960
- })
1961
- .s("CertificateManager", "ListAcmeDomainValidations", {})
1962
- .n("ACMClient", "ListAcmeDomainValidationsCommand")
1963
- .sc(ListAcmeDomainValidations$)
1964
- .build() {
1734
+ class ListAcmeDomainValidationsCommand extends command(_ep1, _mw0, "ListAcmeDomainValidations", ListAcmeDomainValidations$) {
1965
1735
  }
1966
1736
 
1967
- class ListAcmeEndpointsCommand extends Command
1968
- .classBuilder()
1969
- .ep({
1970
- ...commonParams,
1971
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1972
- })
1973
- .m(function (Command, cs, config, o) {
1974
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1975
- })
1976
- .s("CertificateManager", "ListAcmeEndpoints", {})
1977
- .n("ACMClient", "ListAcmeEndpointsCommand")
1978
- .sc(ListAcmeEndpoints$)
1979
- .build() {
1737
+ class ListAcmeEndpointsCommand extends command(_ep1, _mw0, "ListAcmeEndpoints", ListAcmeEndpoints$) {
1980
1738
  }
1981
1739
 
1982
- class ListAcmeExternalAccountBindingsCommand extends Command
1983
- .classBuilder()
1984
- .ep({
1985
- ...commonParams,
1986
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
1987
- })
1988
- .m(function (Command, cs, config, o) {
1989
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1990
- })
1991
- .s("CertificateManager", "ListAcmeExternalAccountBindings", {})
1992
- .n("ACMClient", "ListAcmeExternalAccountBindingsCommand")
1993
- .sc(ListAcmeExternalAccountBindings$)
1994
- .build() {
1740
+ class ListAcmeExternalAccountBindingsCommand extends command(_ep1, _mw0, "ListAcmeExternalAccountBindings", ListAcmeExternalAccountBindings$) {
1995
1741
  }
1996
1742
 
1997
- class ListCertificatesCommand extends Command
1998
- .classBuilder()
1999
- .ep({
2000
- ...commonParams,
2001
- ServiceType: { type: "staticContextParams", value: `ACM` },
2002
- })
2003
- .m(function (Command, cs, config, o) {
2004
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2005
- })
2006
- .s("CertificateManager", "ListCertificates", {})
2007
- .n("ACMClient", "ListCertificatesCommand")
2008
- .sc(ListCertificates$)
2009
- .build() {
1743
+ class ListCertificatesCommand extends command(_ep0, _mw0, "ListCertificates", ListCertificates$) {
2010
1744
  }
2011
1745
 
2012
- class ListTagsForCertificateCommand extends Command
2013
- .classBuilder()
2014
- .ep({
2015
- ...commonParams,
2016
- ServiceType: { type: "staticContextParams", value: `ACM` },
2017
- })
2018
- .m(function (Command, cs, config, o) {
2019
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2020
- })
2021
- .s("CertificateManager", "ListTagsForCertificate", {})
2022
- .n("ACMClient", "ListTagsForCertificateCommand")
2023
- .sc(ListTagsForCertificate$)
2024
- .build() {
1746
+ class ListTagsForCertificateCommand extends command(_ep0, _mw0, "ListTagsForCertificate", ListTagsForCertificate$) {
2025
1747
  }
2026
1748
 
2027
- class ListTagsForResourceCommand extends Command
2028
- .classBuilder()
2029
- .ep({
2030
- ...commonParams,
2031
- ServiceType: { type: "staticContextParams", value: `ACM` },
2032
- })
2033
- .m(function (Command, cs, config, o) {
2034
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2035
- })
2036
- .s("CertificateManager", "ListTagsForResource", {})
2037
- .n("ACMClient", "ListTagsForResourceCommand")
2038
- .sc(ListTagsForResource$)
2039
- .build() {
1749
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2040
1750
  }
2041
1751
 
2042
- class PutAccountConfigurationCommand extends Command
2043
- .classBuilder()
2044
- .ep({
2045
- ...commonParams,
2046
- ServiceType: { type: "staticContextParams", value: `ACM` },
2047
- })
2048
- .m(function (Command, cs, config, o) {
2049
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2050
- })
2051
- .s("CertificateManager", "PutAccountConfiguration", {})
2052
- .n("ACMClient", "PutAccountConfigurationCommand")
2053
- .sc(PutAccountConfiguration$)
2054
- .build() {
1752
+ class PutAccountConfigurationCommand extends command(_ep0, _mw0, "PutAccountConfiguration", PutAccountConfiguration$) {
2055
1753
  }
2056
1754
 
2057
- class RemoveTagsFromCertificateCommand extends Command
2058
- .classBuilder()
2059
- .ep({
2060
- ...commonParams,
2061
- ServiceType: { type: "staticContextParams", value: `ACM` },
2062
- })
2063
- .m(function (Command, cs, config, o) {
2064
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2065
- })
2066
- .s("CertificateManager", "RemoveTagsFromCertificate", {})
2067
- .n("ACMClient", "RemoveTagsFromCertificateCommand")
2068
- .sc(RemoveTagsFromCertificate$)
2069
- .build() {
1755
+ class RemoveTagsFromCertificateCommand extends command(_ep0, _mw0, "RemoveTagsFromCertificate", RemoveTagsFromCertificate$) {
2070
1756
  }
2071
1757
 
2072
- class RenewCertificateCommand extends Command
2073
- .classBuilder()
2074
- .ep({
2075
- ...commonParams,
2076
- ServiceType: { type: "staticContextParams", value: `ACM` },
2077
- })
2078
- .m(function (Command, cs, config, o) {
2079
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2080
- })
2081
- .s("CertificateManager", "RenewCertificate", {})
2082
- .n("ACMClient", "RenewCertificateCommand")
2083
- .sc(RenewCertificate$)
2084
- .build() {
1758
+ class RenewCertificateCommand extends command(_ep0, _mw0, "RenewCertificate", RenewCertificate$) {
2085
1759
  }
2086
1760
 
2087
- class RequestCertificateCommand extends Command
2088
- .classBuilder()
2089
- .ep({
2090
- ...commonParams,
2091
- ServiceType: { type: "staticContextParams", value: `ACM` },
2092
- })
2093
- .m(function (Command, cs, config, o) {
2094
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2095
- })
2096
- .s("CertificateManager", "RequestCertificate", {})
2097
- .n("ACMClient", "RequestCertificateCommand")
2098
- .sc(RequestCertificate$)
2099
- .build() {
1761
+ class RequestCertificateCommand extends command(_ep0, _mw0, "RequestCertificate", RequestCertificate$) {
2100
1762
  }
2101
1763
 
2102
- class ResendValidationEmailCommand extends Command
2103
- .classBuilder()
2104
- .ep({
2105
- ...commonParams,
2106
- ServiceType: { type: "staticContextParams", value: `ACM` },
2107
- })
2108
- .m(function (Command, cs, config, o) {
2109
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2110
- })
2111
- .s("CertificateManager", "ResendValidationEmail", {})
2112
- .n("ACMClient", "ResendValidationEmailCommand")
2113
- .sc(ResendValidationEmail$)
2114
- .build() {
1764
+ class ResendValidationEmailCommand extends command(_ep0, _mw0, "ResendValidationEmail", ResendValidationEmail$) {
2115
1765
  }
2116
1766
 
2117
- class RevokeAcmeAccountCommand extends Command
2118
- .classBuilder()
2119
- .ep({
2120
- ...commonParams,
2121
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
2122
- })
2123
- .m(function (Command, cs, config, o) {
2124
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2125
- })
2126
- .s("CertificateManager", "RevokeAcmeAccount", {})
2127
- .n("ACMClient", "RevokeAcmeAccountCommand")
2128
- .sc(RevokeAcmeAccount$)
2129
- .build() {
1767
+ class RevokeAcmeAccountCommand extends command(_ep1, _mw0, "RevokeAcmeAccount", RevokeAcmeAccount$) {
2130
1768
  }
2131
1769
 
2132
- class RevokeAcmeExternalAccountBindingCommand extends Command
2133
- .classBuilder()
2134
- .ep({
2135
- ...commonParams,
2136
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
2137
- })
2138
- .m(function (Command, cs, config, o) {
2139
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2140
- })
2141
- .s("CertificateManager", "RevokeAcmeExternalAccountBinding", {})
2142
- .n("ACMClient", "RevokeAcmeExternalAccountBindingCommand")
2143
- .sc(RevokeAcmeExternalAccountBinding$)
2144
- .build() {
1770
+ class RevokeAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "RevokeAcmeExternalAccountBinding", RevokeAcmeExternalAccountBinding$) {
2145
1771
  }
2146
1772
 
2147
- class RevokeCertificateCommand extends Command
2148
- .classBuilder()
2149
- .ep({
2150
- ...commonParams,
2151
- ServiceType: { type: "staticContextParams", value: `ACM` },
2152
- })
2153
- .m(function (Command, cs, config, o) {
2154
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2155
- })
2156
- .s("CertificateManager", "RevokeCertificate", {})
2157
- .n("ACMClient", "RevokeCertificateCommand")
2158
- .sc(RevokeCertificate$)
2159
- .build() {
1773
+ class RevokeCertificateCommand extends command(_ep0, _mw0, "RevokeCertificate", RevokeCertificate$) {
2160
1774
  }
2161
1775
 
2162
- class SearchCertificatesCommand extends Command
2163
- .classBuilder()
2164
- .ep({
2165
- ...commonParams,
2166
- ServiceType: { type: "staticContextParams", value: `ACM` },
2167
- })
2168
- .m(function (Command, cs, config, o) {
2169
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2170
- })
2171
- .s("CertificateManager", "SearchCertificates", {})
2172
- .n("ACMClient", "SearchCertificatesCommand")
2173
- .sc(SearchCertificates$)
2174
- .build() {
1776
+ class SearchCertificatesCommand extends command(_ep0, _mw0, "SearchCertificates", SearchCertificates$) {
2175
1777
  }
2176
1778
 
2177
- class TagResourceCommand extends Command
2178
- .classBuilder()
2179
- .ep({
2180
- ...commonParams,
2181
- ServiceType: { type: "staticContextParams", value: `ACM` },
2182
- })
2183
- .m(function (Command, cs, config, o) {
2184
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2185
- })
2186
- .s("CertificateManager", "TagResource", {})
2187
- .n("ACMClient", "TagResourceCommand")
2188
- .sc(TagResource$)
2189
- .build() {
1779
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2190
1780
  }
2191
1781
 
2192
- class UntagResourceCommand extends Command
2193
- .classBuilder()
2194
- .ep({
2195
- ...commonParams,
2196
- ServiceType: { type: "staticContextParams", value: `ACM` },
2197
- })
2198
- .m(function (Command, cs, config, o) {
2199
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2200
- })
2201
- .s("CertificateManager", "UntagResource", {})
2202
- .n("ACMClient", "UntagResourceCommand")
2203
- .sc(UntagResource$)
2204
- .build() {
1782
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2205
1783
  }
2206
1784
 
2207
- class UpdateAcmeDomainValidationCommand extends Command
2208
- .classBuilder()
2209
- .ep({
2210
- ...commonParams,
2211
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
2212
- })
2213
- .m(function (Command, cs, config, o) {
2214
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2215
- })
2216
- .s("CertificateManager", "UpdateAcmeDomainValidation", {})
2217
- .n("ACMClient", "UpdateAcmeDomainValidationCommand")
2218
- .sc(UpdateAcmeDomainValidation$)
2219
- .build() {
1785
+ class UpdateAcmeDomainValidationCommand extends command(_ep1, _mw0, "UpdateAcmeDomainValidation", UpdateAcmeDomainValidation$) {
2220
1786
  }
2221
1787
 
2222
- class UpdateAcmeEndpointCommand extends Command
2223
- .classBuilder()
2224
- .ep({
2225
- ...commonParams,
2226
- ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
2227
- })
2228
- .m(function (Command, cs, config, o) {
2229
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2230
- })
2231
- .s("CertificateManager", "UpdateAcmeEndpoint", {})
2232
- .n("ACMClient", "UpdateAcmeEndpointCommand")
2233
- .sc(UpdateAcmeEndpoint$)
2234
- .build() {
1788
+ class UpdateAcmeEndpointCommand extends command(_ep1, _mw0, "UpdateAcmeEndpoint", UpdateAcmeEndpoint$) {
2235
1789
  }
2236
1790
 
2237
- class UpdateCertificateOptionsCommand extends Command
2238
- .classBuilder()
2239
- .ep({
2240
- ...commonParams,
2241
- ServiceType: { type: "staticContextParams", value: `ACM` },
2242
- })
2243
- .m(function (Command, cs, config, o) {
2244
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2245
- })
2246
- .s("CertificateManager", "UpdateCertificateOptions", {})
2247
- .n("ACMClient", "UpdateCertificateOptionsCommand")
2248
- .sc(UpdateCertificateOptions$)
2249
- .build() {
1791
+ class UpdateCertificateOptionsCommand extends command(_ep0, _mw0, "UpdateCertificateOptions", UpdateCertificateOptions$) {
2250
1792
  }
2251
1793
 
2252
1794
  const paginateListAcmeAccounts = createPaginator(ACMClient, ListAcmeAccountsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,11 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "CertificateManager", "ACMClient", getEndpointPlugin);
5
+ export const _ep0 = {
6
+ ServiceType: { type: "staticContextParams", value: `ACM` },
7
+ };
8
+ export const _ep1 = {
9
+ ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
10
+ };
11
+ export const _mw0 = (Command, cs, config, o) => [];