@aws-sdk/client-acm 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ACM.d.ts +129 -159
- package/dist-types/ts3.4/ACMClient.d.ts +14 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CreateAcmeDomainValidationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAcmeEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAcmeExternalAccountBindingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAcmeDomainValidationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAcmeEndpointCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DescribeAcmeAccountCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAcmeDomainValidationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAcmeEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAcmeAccountsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAcmeDomainValidationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAcmeEndpointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAcmeExternalAccountBindingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/RevokeAcmeAccountCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchCertificatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAcmeDomainValidationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateAcmeEndpointCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +14 -28
- package/dist-types/ts3.4/models/errors.d.ts +16 -49
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -30
- package/dist-types/ts3.4/runtimeConfig.d.ts +10 -24
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -30
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAcmeDomainValidationDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAcmeDomainValidationValidated.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAcmeEndpointActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAcmeEndpointDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForCertificateValidated.d.ts +3 -5
- package/package.json +38 -38