@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
|
@@ -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,
|
|
4
|
-
|
|
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.
|
|
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
|
-
|
|
1668
|
-
|
|
1669
|
-
.ep({
|
|
1670
|
-
...commonParams,
|
|
1668
|
+
const command = makeBuilder(commonParams, "CertificateManager", "ACMClient", getEndpointPlugin);
|
|
1669
|
+
const _ep0 = {
|
|
1671
1670
|
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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) => [];
|