@aws-sdk/client-acm-pca 3.32.0 → 3.36.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/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/ACMPCA.js +0 -1
- package/{dist/cjs → dist-cjs}/ACMPCAClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateCertificateAuthorityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreatePermissionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteCertificateAuthorityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeletePermissionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeletePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeCertificateAuthorityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetCertificateAuthorityCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetCertificateAuthorityCsrCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ImportCertificateAuthorityCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/IssueCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListCertificateAuthoritiesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListPermissionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RestoreCertificateAuthorityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RevokeCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagCertificateAuthorityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagCertificateAuthorityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateCertificateAuthorityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListCertificateAuthoritiesPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPermissionsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListTagsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/cjs → dist-cjs}/waiters/waitForAuditReportCreated.js +4 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForCertificateAuthorityCSRCreated.js +2 -3
- package/{dist/cjs → dist-cjs}/waiters/waitForCertificateIssued.js +2 -3
- package/{dist/es → dist-es}/ACMPCA.js +1 -22
- package/{dist/es → dist-es}/ACMPCAClient.js +2 -28
- package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +39 -0
- package/dist-es/commands/CreateCertificateAuthorityCommand.js +39 -0
- package/dist-es/commands/CreatePermissionCommand.js +39 -0
- package/dist-es/commands/DeleteCertificateAuthorityCommand.js +39 -0
- package/dist-es/commands/DeletePermissionCommand.js +39 -0
- package/dist-es/commands/DeletePolicyCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeCertificateAuthorityAuditReportCommand.js +4 -33
- package/dist-es/commands/DescribeCertificateAuthorityCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetCertificateAuthorityCertificateCommand.js +4 -33
- package/{dist/es → dist-es}/commands/GetCertificateAuthorityCsrCommand.js +4 -34
- package/dist-es/commands/GetCertificateCommand.js +39 -0
- package/dist-es/commands/GetPolicyCommand.js +39 -0
- package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +39 -0
- package/{dist/es → dist-es}/commands/IssueCertificateCommand.js +4 -37
- package/{dist/es → dist-es}/commands/ListCertificateAuthoritiesCommand.js +4 -30
- package/dist-es/commands/ListPermissionsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/ListTagsCommand.js +4 -33
- package/dist-es/commands/PutPolicyCommand.js +39 -0
- package/dist-es/commands/RestoreCertificateAuthorityCommand.js +39 -0
- package/dist-es/commands/RevokeCertificateCommand.js +39 -0
- package/dist-es/commands/TagCertificateAuthorityCommand.js +39 -0
- package/{dist/es → dist-es}/commands/UntagCertificateAuthorityCommand.js +4 -34
- package/dist-es/commands/UpdateCertificateAuthorityCommand.js +39 -0
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -229
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListCertificateAuthoritiesPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListPermissionsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListTagsPaginator.js +16 -29
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +622 -628
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/waiters/waitForAuditReportCreated.js +10 -20
- package/{dist/es → dist-es}/waiters/waitForCertificateAuthorityCSRCreated.js +9 -19
- package/{dist/es → dist-es}/waiters/waitForCertificateIssued.js +9 -19
- package/{dist/types → dist-types}/ACMPCA.d.ts +1 -1
- package/{dist/types → dist-types}/ACMPCAClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreatePermissionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePermissionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetCertificateAuthorityCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetCertificateAuthorityCsrCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ImportCertificateAuthorityCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/IssueCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListCertificateAuthoritiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPermissionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RestoreCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RevokeCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListCertificateAuthoritiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ACMPCA.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/ACMPCAClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreatePermissionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeletePermissionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeletePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/IssueCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListPermissionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RevokeCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/waiters/waitForAuditReportCreated.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/waiters/waitForCertificateIssued.d.ts +1 -1
- package/{dist/types → dist-types}/waiters/waitForAuditReportCreated.d.ts +1 -1
- package/{dist/types → dist-types}/waiters/waitForCertificateAuthorityCSRCreated.d.ts +1 -1
- package/{dist/types → dist-types}/waiters/waitForCertificateIssued.d.ts +1 -1
- package/package.json +53 -50
- package/ACMPCA.ts +0 -1322
- package/ACMPCAClient.ts +0 -360
- package/commands/CreateCertificateAuthorityAuditReportCommand.ts +0 -121
- package/commands/CreateCertificateAuthorityCommand.ts +0 -117
- package/commands/CreatePermissionCommand.ts +0 -120
- package/commands/DeleteCertificateAuthorityCommand.ts +0 -116
- package/commands/DeletePermissionCommand.ts +0 -122
- package/commands/DeletePolicyCommand.ts +0 -128
- package/commands/DescribeCertificateAuthorityAuditReportCommand.ts +0 -112
- package/commands/DescribeCertificateAuthorityCommand.ts +0 -139
- package/commands/GetCertificateAuthorityCertificateCommand.ts +0 -108
- package/commands/GetCertificateAuthorityCsrCommand.ts +0 -101
- package/commands/GetCertificateCommand.ts +0 -101
- package/commands/GetPolicyCommand.ts +0 -121
- package/commands/ImportCertificateAuthorityCertificateCommand.ts +0 -228
- package/commands/IssueCertificateCommand.ts +0 -101
- package/commands/ListCertificateAuthoritiesCommand.ts +0 -97
- package/commands/ListPermissionsCommand.ts +0 -121
- package/commands/ListTagsCommand.ts +0 -90
- package/commands/PutPolicyCommand.ts +0 -122
- package/commands/RestoreCertificateAuthorityCommand.ts +0 -107
- package/commands/RevokeCertificateCommand.ts +0 -113
- package/commands/TagCertificateAuthorityCommand.ts +0 -101
- package/commands/UntagCertificateAuthorityCommand.ts +0 -101
- package/commands/UpdateCertificateAuthorityCommand.ts +0 -107
- package/dist/cjs/ACMPCA.js.map +0 -1
- package/dist/cjs/ACMPCAClient.js.map +0 -1
- package/dist/cjs/commands/CreateCertificateAuthorityAuditReportCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCertificateAuthorityCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePermissionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCertificateAuthorityCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePermissionCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCertificateAuthorityCommand.js.map +0 -1
- package/dist/cjs/commands/GetCertificateAuthorityCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/GetCertificateAuthorityCsrCommand.js.map +0 -1
- package/dist/cjs/commands/GetCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/GetPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ImportCertificateAuthorityCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/IssueCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/ListCertificateAuthoritiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
- package/dist/cjs/commands/PutPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreCertificateAuthorityCommand.js.map +0 -1
- package/dist/cjs/commands/RevokeCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/TagCertificateAuthorityCommand.js.map +0 -1
- package/dist/cjs/commands/UntagCertificateAuthorityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCertificateAuthorityCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListCertificateAuthoritiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPermissionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForAuditReportCreated.js.map +0 -1
- package/dist/cjs/waiters/waitForCertificateAuthorityCSRCreated.js.map +0 -1
- package/dist/cjs/waiters/waitForCertificateIssued.js.map +0 -1
- package/dist/es/ACMPCA.js.map +0 -1
- package/dist/es/ACMPCAClient.js.map +0 -1
- package/dist/es/commands/CreateCertificateAuthorityAuditReportCommand.js +0 -80
- package/dist/es/commands/CreateCertificateAuthorityAuditReportCommand.js.map +0 -1
- package/dist/es/commands/CreateCertificateAuthorityCommand.js +0 -85
- package/dist/es/commands/CreateCertificateAuthorityCommand.js.map +0 -1
- package/dist/es/commands/CreatePermissionCommand.js +0 -91
- package/dist/es/commands/CreatePermissionCommand.js.map +0 -1
- package/dist/es/commands/DeleteCertificateAuthorityCommand.js +0 -84
- package/dist/es/commands/DeleteCertificateAuthorityCommand.js.map +0 -1
- package/dist/es/commands/DeletePermissionCommand.js +0 -93
- package/dist/es/commands/DeletePermissionCommand.js.map +0 -1
- package/dist/es/commands/DeletePolicyCommand.js +0 -99
- package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeCertificateAuthorityAuditReportCommand.js.map +0 -1
- package/dist/es/commands/DescribeCertificateAuthorityCommand.js +0 -105
- package/dist/es/commands/DescribeCertificateAuthorityCommand.js.map +0 -1
- package/dist/es/commands/GetCertificateAuthorityCertificateCommand.js.map +0 -1
- package/dist/es/commands/GetCertificateAuthorityCsrCommand.js.map +0 -1
- package/dist/es/commands/GetCertificateCommand.js +0 -72
- package/dist/es/commands/GetCertificateCommand.js.map +0 -1
- package/dist/es/commands/GetPolicyCommand.js +0 -95
- package/dist/es/commands/GetPolicyCommand.js.map +0 -1
- package/dist/es/commands/ImportCertificateAuthorityCertificateCommand.js +0 -192
- package/dist/es/commands/ImportCertificateAuthorityCertificateCommand.js.map +0 -1
- package/dist/es/commands/IssueCertificateCommand.js.map +0 -1
- package/dist/es/commands/ListCertificateAuthoritiesCommand.js.map +0 -1
- package/dist/es/commands/ListPermissionsCommand.js +0 -92
- package/dist/es/commands/ListPermissionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsCommand.js.map +0 -1
- package/dist/es/commands/PutPolicyCommand.js +0 -96
- package/dist/es/commands/PutPolicyCommand.js.map +0 -1
- package/dist/es/commands/RestoreCertificateAuthorityCommand.js +0 -75
- package/dist/es/commands/RestoreCertificateAuthorityCommand.js.map +0 -1
- package/dist/es/commands/RevokeCertificateCommand.js +0 -84
- package/dist/es/commands/RevokeCertificateCommand.js.map +0 -1
- package/dist/es/commands/TagCertificateAuthorityCommand.js +0 -72
- package/dist/es/commands/TagCertificateAuthorityCommand.js.map +0 -1
- package/dist/es/commands/UntagCertificateAuthorityCommand.js.map +0 -1
- package/dist/es/commands/UpdateCertificateAuthorityCommand.js +0 -75
- package/dist/es/commands/UpdateCertificateAuthorityCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -34
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListCertificateAuthoritiesPaginator.js.map +0 -1
- package/dist/es/pagination/ListPermissionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForAuditReportCreated.js.map +0 -1
- package/dist/es/waiters/waitForCertificateAuthorityCSRCreated.js.map +0 -1
- package/dist/es/waiters/waitForCertificateIssued.js.map +0 -1
- package/endpoints.ts +0 -91
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2571
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListCertificateAuthoritiesPaginator.ts +0 -58
- package/pagination/ListPermissionsPaginator.ts +0 -58
- package/pagination/ListTagsPaginator.ts +0 -54
- package/protocols/Aws_json1_1.ts +0 -3844
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForAuditReportCreated.ts +0 -60
- package/waiters/waitForCertificateAuthorityCSRCreated.ts +0 -48
- package/waiters/waitForCertificateIssued.ts +0 -42
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var ASN1Subject;
|
|
3
3
|
(function (ASN1Subject) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
ASN1Subject.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(ASN1Subject || (ASN1Subject = {}));
|
|
9
6
|
export var EdiPartyName;
|
|
10
7
|
(function (EdiPartyName) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
EdiPartyName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(EdiPartyName || (EdiPartyName = {}));
|
|
16
10
|
export var OtherName;
|
|
17
11
|
(function (OtherName) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
OtherName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(OtherName || (OtherName = {}));
|
|
23
14
|
export var GeneralName;
|
|
24
15
|
(function (GeneralName) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
16
|
GeneralName.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
17
|
})(GeneralName || (GeneralName = {}));
|
|
30
18
|
export var AccessMethodType;
|
|
@@ -35,30 +23,18 @@ export var AccessMethodType;
|
|
|
35
23
|
})(AccessMethodType || (AccessMethodType = {}));
|
|
36
24
|
export var AccessMethod;
|
|
37
25
|
(function (AccessMethod) {
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
26
|
AccessMethod.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
27
|
})(AccessMethod || (AccessMethod = {}));
|
|
43
28
|
export var AccessDescription;
|
|
44
29
|
(function (AccessDescription) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
30
|
AccessDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
31
|
})(AccessDescription || (AccessDescription = {}));
|
|
50
32
|
export var KeyUsage;
|
|
51
33
|
(function (KeyUsage) {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
34
|
KeyUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
35
|
})(KeyUsage || (KeyUsage = {}));
|
|
57
36
|
export var CsrExtensions;
|
|
58
37
|
(function (CsrExtensions) {
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
38
|
CsrExtensions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
39
|
})(CsrExtensions || (CsrExtensions = {}));
|
|
64
40
|
export var KeyAlgorithm;
|
|
@@ -79,9 +55,6 @@ export var SigningAlgorithm;
|
|
|
79
55
|
})(SigningAlgorithm || (SigningAlgorithm = {}));
|
|
80
56
|
export var CertificateAuthorityConfiguration;
|
|
81
57
|
(function (CertificateAuthorityConfiguration) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
58
|
CertificateAuthorityConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
59
|
})(CertificateAuthorityConfiguration || (CertificateAuthorityConfiguration = {}));
|
|
87
60
|
export var CertificateAuthorityType;
|
|
@@ -101,72 +74,42 @@ export var S3ObjectAcl;
|
|
|
101
74
|
})(S3ObjectAcl || (S3ObjectAcl = {}));
|
|
102
75
|
export var CrlConfiguration;
|
|
103
76
|
(function (CrlConfiguration) {
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
77
|
CrlConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
78
|
})(CrlConfiguration || (CrlConfiguration = {}));
|
|
109
79
|
export var OcspConfiguration;
|
|
110
80
|
(function (OcspConfiguration) {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
81
|
OcspConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
82
|
})(OcspConfiguration || (OcspConfiguration = {}));
|
|
116
83
|
export var RevocationConfiguration;
|
|
117
84
|
(function (RevocationConfiguration) {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
85
|
RevocationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
86
|
})(RevocationConfiguration || (RevocationConfiguration = {}));
|
|
123
87
|
export var Tag;
|
|
124
88
|
(function (Tag) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
89
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
90
|
})(Tag || (Tag = {}));
|
|
130
91
|
export var CreateCertificateAuthorityRequest;
|
|
131
92
|
(function (CreateCertificateAuthorityRequest) {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
93
|
CreateCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
94
|
})(CreateCertificateAuthorityRequest || (CreateCertificateAuthorityRequest = {}));
|
|
137
95
|
export var CreateCertificateAuthorityResponse;
|
|
138
96
|
(function (CreateCertificateAuthorityResponse) {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
97
|
CreateCertificateAuthorityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
98
|
})(CreateCertificateAuthorityResponse || (CreateCertificateAuthorityResponse = {}));
|
|
144
99
|
export var InvalidArgsException;
|
|
145
100
|
(function (InvalidArgsException) {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
101
|
InvalidArgsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
102
|
})(InvalidArgsException || (InvalidArgsException = {}));
|
|
151
103
|
export var InvalidPolicyException;
|
|
152
104
|
(function (InvalidPolicyException) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
105
|
InvalidPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
106
|
})(InvalidPolicyException || (InvalidPolicyException = {}));
|
|
158
107
|
export var InvalidTagException;
|
|
159
108
|
(function (InvalidTagException) {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
109
|
InvalidTagException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
110
|
})(InvalidTagException || (InvalidTagException = {}));
|
|
165
111
|
export var LimitExceededException;
|
|
166
112
|
(function (LimitExceededException) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
113
|
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
114
|
})(LimitExceededException || (LimitExceededException = {}));
|
|
172
115
|
export var AuditReportResponseFormat;
|
|
@@ -176,51 +119,30 @@ export var AuditReportResponseFormat;
|
|
|
176
119
|
})(AuditReportResponseFormat || (AuditReportResponseFormat = {}));
|
|
177
120
|
export var CreateCertificateAuthorityAuditReportRequest;
|
|
178
121
|
(function (CreateCertificateAuthorityAuditReportRequest) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
122
|
CreateCertificateAuthorityAuditReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
123
|
})(CreateCertificateAuthorityAuditReportRequest || (CreateCertificateAuthorityAuditReportRequest = {}));
|
|
184
124
|
export var CreateCertificateAuthorityAuditReportResponse;
|
|
185
125
|
(function (CreateCertificateAuthorityAuditReportResponse) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
126
|
CreateCertificateAuthorityAuditReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
127
|
})(CreateCertificateAuthorityAuditReportResponse || (CreateCertificateAuthorityAuditReportResponse = {}));
|
|
191
128
|
export var InvalidArnException;
|
|
192
129
|
(function (InvalidArnException) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
130
|
InvalidArnException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
131
|
})(InvalidArnException || (InvalidArnException = {}));
|
|
198
132
|
export var InvalidStateException;
|
|
199
133
|
(function (InvalidStateException) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
134
|
InvalidStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
135
|
})(InvalidStateException || (InvalidStateException = {}));
|
|
205
136
|
export var RequestFailedException;
|
|
206
137
|
(function (RequestFailedException) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
138
|
RequestFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
139
|
})(RequestFailedException || (RequestFailedException = {}));
|
|
212
140
|
export var RequestInProgressException;
|
|
213
141
|
(function (RequestInProgressException) {
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
142
|
RequestInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
143
|
})(RequestInProgressException || (RequestInProgressException = {}));
|
|
219
144
|
export var ResourceNotFoundException;
|
|
220
145
|
(function (ResourceNotFoundException) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
146
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
147
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
226
148
|
export var ActionType;
|
|
@@ -231,58 +153,34 @@ export var ActionType;
|
|
|
231
153
|
})(ActionType || (ActionType = {}));
|
|
232
154
|
export var CreatePermissionRequest;
|
|
233
155
|
(function (CreatePermissionRequest) {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
156
|
CreatePermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
157
|
})(CreatePermissionRequest || (CreatePermissionRequest = {}));
|
|
239
158
|
export var PermissionAlreadyExistsException;
|
|
240
159
|
(function (PermissionAlreadyExistsException) {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
160
|
PermissionAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
161
|
})(PermissionAlreadyExistsException || (PermissionAlreadyExistsException = {}));
|
|
246
162
|
export var ConcurrentModificationException;
|
|
247
163
|
(function (ConcurrentModificationException) {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
164
|
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
165
|
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
253
166
|
export var DeleteCertificateAuthorityRequest;
|
|
254
167
|
(function (DeleteCertificateAuthorityRequest) {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
168
|
DeleteCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
169
|
})(DeleteCertificateAuthorityRequest || (DeleteCertificateAuthorityRequest = {}));
|
|
260
170
|
export var DeletePermissionRequest;
|
|
261
171
|
(function (DeletePermissionRequest) {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
172
|
DeletePermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
173
|
})(DeletePermissionRequest || (DeletePermissionRequest = {}));
|
|
267
174
|
export var DeletePolicyRequest;
|
|
268
175
|
(function (DeletePolicyRequest) {
|
|
269
|
-
/**
|
|
270
|
-
* @internal
|
|
271
|
-
*/
|
|
272
176
|
DeletePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
177
|
})(DeletePolicyRequest || (DeletePolicyRequest = {}));
|
|
274
178
|
export var LockoutPreventedException;
|
|
275
179
|
(function (LockoutPreventedException) {
|
|
276
|
-
/**
|
|
277
|
-
* @internal
|
|
278
|
-
*/
|
|
279
180
|
LockoutPreventedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
181
|
})(LockoutPreventedException || (LockoutPreventedException = {}));
|
|
281
182
|
export var DescribeCertificateAuthorityRequest;
|
|
282
183
|
(function (DescribeCertificateAuthorityRequest) {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
184
|
DescribeCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
185
|
})(DescribeCertificateAuthorityRequest || (DescribeCertificateAuthorityRequest = {}));
|
|
288
186
|
export var FailureReason;
|
|
@@ -303,23 +201,14 @@ export var CertificateAuthorityStatus;
|
|
|
303
201
|
})(CertificateAuthorityStatus || (CertificateAuthorityStatus = {}));
|
|
304
202
|
export var CertificateAuthority;
|
|
305
203
|
(function (CertificateAuthority) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
204
|
CertificateAuthority.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
205
|
})(CertificateAuthority || (CertificateAuthority = {}));
|
|
311
206
|
export var DescribeCertificateAuthorityResponse;
|
|
312
207
|
(function (DescribeCertificateAuthorityResponse) {
|
|
313
|
-
/**
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
208
|
DescribeCertificateAuthorityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
209
|
})(DescribeCertificateAuthorityResponse || (DescribeCertificateAuthorityResponse = {}));
|
|
318
210
|
export var DescribeCertificateAuthorityAuditReportRequest;
|
|
319
211
|
(function (DescribeCertificateAuthorityAuditReportRequest) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
212
|
DescribeCertificateAuthorityAuditReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
213
|
})(DescribeCertificateAuthorityAuditReportRequest || (DescribeCertificateAuthorityAuditReportRequest = {}));
|
|
325
214
|
export var AuditReportStatus;
|
|
@@ -330,93 +219,54 @@ export var AuditReportStatus;
|
|
|
330
219
|
})(AuditReportStatus || (AuditReportStatus = {}));
|
|
331
220
|
export var DescribeCertificateAuthorityAuditReportResponse;
|
|
332
221
|
(function (DescribeCertificateAuthorityAuditReportResponse) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
222
|
DescribeCertificateAuthorityAuditReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
223
|
})(DescribeCertificateAuthorityAuditReportResponse || (DescribeCertificateAuthorityAuditReportResponse = {}));
|
|
338
224
|
export var GetCertificateRequest;
|
|
339
225
|
(function (GetCertificateRequest) {
|
|
340
|
-
/**
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
343
226
|
GetCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
227
|
})(GetCertificateRequest || (GetCertificateRequest = {}));
|
|
345
228
|
export var GetCertificateResponse;
|
|
346
229
|
(function (GetCertificateResponse) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
230
|
GetCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
231
|
})(GetCertificateResponse || (GetCertificateResponse = {}));
|
|
352
232
|
export var GetCertificateAuthorityCertificateRequest;
|
|
353
233
|
(function (GetCertificateAuthorityCertificateRequest) {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
234
|
GetCertificateAuthorityCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
235
|
})(GetCertificateAuthorityCertificateRequest || (GetCertificateAuthorityCertificateRequest = {}));
|
|
359
236
|
export var GetCertificateAuthorityCertificateResponse;
|
|
360
237
|
(function (GetCertificateAuthorityCertificateResponse) {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
238
|
GetCertificateAuthorityCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
239
|
})(GetCertificateAuthorityCertificateResponse || (GetCertificateAuthorityCertificateResponse = {}));
|
|
366
240
|
export var GetCertificateAuthorityCsrRequest;
|
|
367
241
|
(function (GetCertificateAuthorityCsrRequest) {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
242
|
GetCertificateAuthorityCsrRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
243
|
})(GetCertificateAuthorityCsrRequest || (GetCertificateAuthorityCsrRequest = {}));
|
|
373
244
|
export var GetCertificateAuthorityCsrResponse;
|
|
374
245
|
(function (GetCertificateAuthorityCsrResponse) {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
246
|
GetCertificateAuthorityCsrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
247
|
})(GetCertificateAuthorityCsrResponse || (GetCertificateAuthorityCsrResponse = {}));
|
|
380
248
|
export var GetPolicyRequest;
|
|
381
249
|
(function (GetPolicyRequest) {
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
250
|
GetPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
251
|
})(GetPolicyRequest || (GetPolicyRequest = {}));
|
|
387
252
|
export var GetPolicyResponse;
|
|
388
253
|
(function (GetPolicyResponse) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
254
|
GetPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
255
|
})(GetPolicyResponse || (GetPolicyResponse = {}));
|
|
394
256
|
export var CertificateMismatchException;
|
|
395
257
|
(function (CertificateMismatchException) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
258
|
CertificateMismatchException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
259
|
})(CertificateMismatchException || (CertificateMismatchException = {}));
|
|
401
260
|
export var ImportCertificateAuthorityCertificateRequest;
|
|
402
261
|
(function (ImportCertificateAuthorityCertificateRequest) {
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
262
|
ImportCertificateAuthorityCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
263
|
})(ImportCertificateAuthorityCertificateRequest || (ImportCertificateAuthorityCertificateRequest = {}));
|
|
408
264
|
export var InvalidRequestException;
|
|
409
265
|
(function (InvalidRequestException) {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
266
|
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
267
|
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
415
268
|
export var MalformedCertificateException;
|
|
416
269
|
(function (MalformedCertificateException) {
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
270
|
MalformedCertificateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
271
|
})(MalformedCertificateException || (MalformedCertificateException = {}));
|
|
422
272
|
export var PolicyQualifierId;
|
|
@@ -425,23 +275,14 @@ export var PolicyQualifierId;
|
|
|
425
275
|
})(PolicyQualifierId || (PolicyQualifierId = {}));
|
|
426
276
|
export var Qualifier;
|
|
427
277
|
(function (Qualifier) {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
278
|
Qualifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
279
|
})(Qualifier || (Qualifier = {}));
|
|
433
280
|
export var PolicyQualifierInfo;
|
|
434
281
|
(function (PolicyQualifierInfo) {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
282
|
PolicyQualifierInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
283
|
})(PolicyQualifierInfo || (PolicyQualifierInfo = {}));
|
|
440
284
|
export var PolicyInformation;
|
|
441
285
|
(function (PolicyInformation) {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
286
|
PolicyInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
287
|
})(PolicyInformation || (PolicyInformation = {}));
|
|
447
288
|
export var ExtendedKeyUsageType;
|
|
@@ -458,23 +299,14 @@ export var ExtendedKeyUsageType;
|
|
|
458
299
|
})(ExtendedKeyUsageType || (ExtendedKeyUsageType = {}));
|
|
459
300
|
export var ExtendedKeyUsage;
|
|
460
301
|
(function (ExtendedKeyUsage) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
302
|
ExtendedKeyUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
303
|
})(ExtendedKeyUsage || (ExtendedKeyUsage = {}));
|
|
466
304
|
export var Extensions;
|
|
467
305
|
(function (Extensions) {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
306
|
Extensions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
307
|
})(Extensions || (Extensions = {}));
|
|
473
308
|
export var ApiPassthrough;
|
|
474
309
|
(function (ApiPassthrough) {
|
|
475
|
-
/**
|
|
476
|
-
* @internal
|
|
477
|
-
*/
|
|
478
310
|
ApiPassthrough.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
311
|
})(ApiPassthrough || (ApiPassthrough = {}));
|
|
480
312
|
export var ValidityPeriodType;
|
|
@@ -487,37 +319,22 @@ export var ValidityPeriodType;
|
|
|
487
319
|
})(ValidityPeriodType || (ValidityPeriodType = {}));
|
|
488
320
|
export var Validity;
|
|
489
321
|
(function (Validity) {
|
|
490
|
-
/**
|
|
491
|
-
* @internal
|
|
492
|
-
*/
|
|
493
322
|
Validity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
323
|
})(Validity || (Validity = {}));
|
|
495
324
|
export var IssueCertificateRequest;
|
|
496
325
|
(function (IssueCertificateRequest) {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
326
|
IssueCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
327
|
})(IssueCertificateRequest || (IssueCertificateRequest = {}));
|
|
502
328
|
export var IssueCertificateResponse;
|
|
503
329
|
(function (IssueCertificateResponse) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
330
|
IssueCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
331
|
})(IssueCertificateResponse || (IssueCertificateResponse = {}));
|
|
509
332
|
export var MalformedCSRException;
|
|
510
333
|
(function (MalformedCSRException) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
334
|
MalformedCSRException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
335
|
})(MalformedCSRException || (MalformedCSRException = {}));
|
|
516
336
|
export var InvalidNextTokenException;
|
|
517
337
|
(function (InvalidNextTokenException) {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
338
|
InvalidNextTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
339
|
})(InvalidNextTokenException || (InvalidNextTokenException = {}));
|
|
523
340
|
export var ResourceOwner;
|
|
@@ -527,72 +344,42 @@ export var ResourceOwner;
|
|
|
527
344
|
})(ResourceOwner || (ResourceOwner = {}));
|
|
528
345
|
export var ListCertificateAuthoritiesRequest;
|
|
529
346
|
(function (ListCertificateAuthoritiesRequest) {
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
347
|
ListCertificateAuthoritiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
348
|
})(ListCertificateAuthoritiesRequest || (ListCertificateAuthoritiesRequest = {}));
|
|
535
349
|
export var ListCertificateAuthoritiesResponse;
|
|
536
350
|
(function (ListCertificateAuthoritiesResponse) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
351
|
ListCertificateAuthoritiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
352
|
})(ListCertificateAuthoritiesResponse || (ListCertificateAuthoritiesResponse = {}));
|
|
542
353
|
export var ListPermissionsRequest;
|
|
543
354
|
(function (ListPermissionsRequest) {
|
|
544
|
-
/**
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
547
355
|
ListPermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
356
|
})(ListPermissionsRequest || (ListPermissionsRequest = {}));
|
|
549
357
|
export var Permission;
|
|
550
358
|
(function (Permission) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
359
|
Permission.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
360
|
})(Permission || (Permission = {}));
|
|
556
361
|
export var ListPermissionsResponse;
|
|
557
362
|
(function (ListPermissionsResponse) {
|
|
558
|
-
/**
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
561
363
|
ListPermissionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
364
|
})(ListPermissionsResponse || (ListPermissionsResponse = {}));
|
|
563
365
|
export var ListTagsRequest;
|
|
564
366
|
(function (ListTagsRequest) {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
367
|
ListTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
368
|
})(ListTagsRequest || (ListTagsRequest = {}));
|
|
570
369
|
export var ListTagsResponse;
|
|
571
370
|
(function (ListTagsResponse) {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
371
|
ListTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
372
|
})(ListTagsResponse || (ListTagsResponse = {}));
|
|
577
373
|
export var PutPolicyRequest;
|
|
578
374
|
(function (PutPolicyRequest) {
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
375
|
PutPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
376
|
})(PutPolicyRequest || (PutPolicyRequest = {}));
|
|
584
377
|
export var RestoreCertificateAuthorityRequest;
|
|
585
378
|
(function (RestoreCertificateAuthorityRequest) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
379
|
RestoreCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
380
|
})(RestoreCertificateAuthorityRequest || (RestoreCertificateAuthorityRequest = {}));
|
|
591
381
|
export var RequestAlreadyProcessedException;
|
|
592
382
|
(function (RequestAlreadyProcessedException) {
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
383
|
RequestAlreadyProcessedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
384
|
})(RequestAlreadyProcessedException || (RequestAlreadyProcessedException = {}));
|
|
598
385
|
export var RevocationReason;
|
|
@@ -608,37 +395,21 @@ export var RevocationReason;
|
|
|
608
395
|
})(RevocationReason || (RevocationReason = {}));
|
|
609
396
|
export var RevokeCertificateRequest;
|
|
610
397
|
(function (RevokeCertificateRequest) {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
398
|
RevokeCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
399
|
})(RevokeCertificateRequest || (RevokeCertificateRequest = {}));
|
|
616
400
|
export var TagCertificateAuthorityRequest;
|
|
617
401
|
(function (TagCertificateAuthorityRequest) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
402
|
TagCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
403
|
})(TagCertificateAuthorityRequest || (TagCertificateAuthorityRequest = {}));
|
|
623
404
|
export var TooManyTagsException;
|
|
624
405
|
(function (TooManyTagsException) {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
406
|
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
407
|
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
630
408
|
export var UntagCertificateAuthorityRequest;
|
|
631
409
|
(function (UntagCertificateAuthorityRequest) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
410
|
UntagCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
411
|
})(UntagCertificateAuthorityRequest || (UntagCertificateAuthorityRequest = {}));
|
|
637
412
|
export var UpdateCertificateAuthorityRequest;
|
|
638
413
|
(function (UpdateCertificateAuthorityRequest) {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
414
|
UpdateCertificateAuthorityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
415
|
})(UpdateCertificateAuthorityRequest || (UpdateCertificateAuthorityRequest = {}));
|
|
644
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2,9 +2,6 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArra
|
|
|
2
2
|
import { ACMPCA } from "../ACMPCA";
|
|
3
3
|
import { ACMPCAClient } from "../ACMPCAClient";
|
|
4
4
|
import { ListCertificateAuthoritiesCommand, } from "../commands/ListCertificateAuthoritiesCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListCertificateAuthoritiesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.listCertificateAuthorities.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateListCertificateAuthorities(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.NextToken = token;
|
|
59
49
|
input["MaxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof ACMPCA)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof ACMPCA)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof ACMPCAClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof ACMPCAClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected ACMPCA | ACMPCAClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.NextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=ListCertificateAuthoritiesPaginator.js.map
|