@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.
- package/.jsii +4 -4
- package/lib/index.js +2 -2
- package/node_modules/@aws/lambda-invoke-store/README.md +25 -1
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +12 -0
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +12 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +6 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/node_modules/@aws-sdk/client-acm/dist-cjs/index.js +51 -509
- package/node_modules/@aws-sdk/client-acm/dist-es/commandBuilder.js +11 -0
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/AddTagsToCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/CreateAcmeDomainValidationCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/CreateAcmeEndpointCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/CreateAcmeExternalAccountBindingCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DeleteAcmeDomainValidationCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DeleteAcmeEndpointCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DeleteAcmeExternalAccountBindingCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DeleteCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeAcmeAccountCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeAcmeDomainValidationCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeAcmeEndpointCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeAcmeExternalAccountBindingCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/DescribeCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ExportCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/GetAccountConfigurationCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/GetAcmeExternalAccountBindingCredentialsCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/GetCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ImportCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListAcmeAccountsCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListAcmeDomainValidationsCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListAcmeEndpointsCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListAcmeExternalAccountBindingsCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListCertificatesCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListTagsForCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ListTagsForResourceCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/PutAccountConfigurationCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/RemoveTagsFromCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/RenewCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/RequestCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/ResendValidationEmailCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/RevokeAcmeAccountCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/RevokeAcmeExternalAccountBindingCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/RevokeCertificateCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/SearchCertificatesCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/TagResourceCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/UntagResourceCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/UpdateAcmeDomainValidationCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/UpdateAcmeEndpointCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/commands/UpdateCertificateOptionsCommand.js +2 -17
- package/node_modules/@aws-sdk/client-acm/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commandBuilder.d.ts +22 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/AddTagsToCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/CreateAcmeDomainValidationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/CreateAcmeEndpointCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/CreateAcmeExternalAccountBindingCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteAcmeDomainValidationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteAcmeEndpointCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DeleteCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeAcmeAccountCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeAcmeDomainValidationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeAcmeEndpointCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/DescribeCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ExportCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/GetAccountConfigurationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/GetCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ImportCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListAcmeAccountsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListAcmeDomainValidationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListAcmeEndpointsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListAcmeExternalAccountBindingsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListCertificatesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListTagsForCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/PutAccountConfigurationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/RenewCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/RequestCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/ResendValidationEmailCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/RevokeAcmeAccountCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/RevokeCertificateCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/SearchCertificatesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/UpdateAcmeDomainValidationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/UpdateAcmeEndpointCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-acm/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commandBuilder.d.ts +47 -0
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/CreateAcmeDomainValidationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/CreateAcmeEndpointCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/CreateAcmeExternalAccountBindingCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteAcmeDomainValidationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteAcmeEndpointCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeAcmeAccountCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeAcmeDomainValidationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeAcmeEndpointCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListAcmeAccountsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListAcmeDomainValidationsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListAcmeEndpointsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListAcmeExternalAccountBindingsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RevokeAcmeAccountCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/SearchCertificatesCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UpdateAcmeDomainValidationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UpdateAcmeEndpointCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-acm/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-acm/package.json +8 -8
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +86 -846
- package/node_modules/@aws-sdk/client-route-53/dist-es/commandBuilder.js +14 -0
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ActivateKeySigningKeyCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeCidrCollectionCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -19
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ChangeTagsForResourceCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateCidrCollectionCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHealthCheckCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateHostedZoneCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateKeySigningKeyCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateQueryLoggingConfigCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateReusableDelegationSetCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateTrafficPolicyVersionCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeactivateKeySigningKeyCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteCidrCollectionCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHealthCheckCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteHostedZoneCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteKeySigningKeyCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteQueryLoggingConfigCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteReusableDelegationSetCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisableHostedZoneDNSSECCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/EnableHostedZoneDNSSECCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetAccountLimitCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetChangeCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetCheckerIpRangesCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetDNSSECCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetGeoLocationCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckCountCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHealthCheckStatusCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneCountCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetHostedZoneLimitCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetQueryLoggingConfigCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetReusableDelegationSetLimitCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrBlocksCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrCollectionsCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListCidrLocationsCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListGeoLocationsCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHealthChecksCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByNameCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesByVPCCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListHostedZonesCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListQueryLoggingConfigsCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListResourceRecordSetsCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListReusableDelegationSetsCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTagsForResourcesCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPoliciesCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyInstancesCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListTrafficPolicyVersionsCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/TestDNSAnswerCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHealthCheckCommand.js +2 -14
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneCommentCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +2 -18
- package/node_modules/@aws-sdk/client-route-53/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commandBuilder.d.ts +26 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeCidrCollectionCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ChangeTagsForResourceCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateCidrCollectionCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHealthCheckCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHostedZoneCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateKeySigningKeyCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteCidrCollectionCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteHealthCheckCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteHostedZoneCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetAccountLimitCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetChangeCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetCheckerIpRangesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetDNSSECCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetGeoLocationCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckCountCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckStatusCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneCountCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneLimitCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetReusableDelegationSetCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrBlocksCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrCollectionsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListCidrLocationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListGeoLocationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHealthChecksCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesByNameCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListResourceRecordSetsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTagsForResourcesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPoliciesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/TestDNSAnswerCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHealthCheckCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHostedZoneFeaturesCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/client-route-53/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commandBuilder.d.ts +58 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-route-53/package.json +10 -10
- package/node_modules/@aws-sdk/core/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +10 -23
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +10 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +9 -13
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +9 -13
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +10 -23
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -17
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +18 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +31 -27
- package/node_modules/@smithy/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +31 -27
- package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +5 -6
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +3 -4
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +22 -14
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@smithy/signature-v4/package.json +3 -3
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/package.json +6 -6
- /package/node_modules/@smithy/{core/dist-es/submodules/endpoints/middleware-endpoint/types.js → types/dist-es/endpoints/EndpointParameterInstructions.js} +0 -0
- /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.
|
|
11
|
-
"@aws-sdk/client-route-53": "^3.
|
|
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.
|
|
8902
|
-
"fingerprint": "
|
|
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.
|
|
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.
|
|
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.
|
|
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",
|