@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,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
|
9
9
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
10
10
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
12
|
export var getRuntimeConfig = function (config) {
|
|
16
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
15
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
19
16
|
};
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
16
|
export var getRuntimeConfig = function (config) {
|
|
20
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
22
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
23
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
24
21
|
};
|
|
25
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
3
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
export var getRuntimeConfig = function (config) {
|
|
8
5
|
var _a;
|
|
9
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
10
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
11
8
|
};
|
|
12
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
2
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
6
3
|
export var getRuntimeConfig = function (config) {
|
|
7
4
|
var _a, _b, _c, _d, _e;
|
|
8
5
|
return ({
|
|
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
14
11
|
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
15
12
|
});
|
|
16
13
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
|
+
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
2
3
|
import { DescribeCertificateAuthorityAuditReportCommand, } from "../commands/DescribeCertificateAuthorityAuditReportCommand";
|
|
3
|
-
import { WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
4
|
var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
5
5
|
var reason, result_1, returnComparator, returnComparator, exception_1;
|
|
6
6
|
return __generator(this, function (_a) {
|
|
7
7
|
switch (_a.label) {
|
|
8
8
|
case 0:
|
|
9
9
|
_a.trys.push([0, 2, , 3]);
|
|
10
|
-
return [4
|
|
10
|
+
return [4, client.send(new DescribeCertificateAuthorityAuditReportCommand(input))];
|
|
11
11
|
case 1:
|
|
12
12
|
result_1 = _a.sent();
|
|
13
13
|
reason = result_1;
|
|
@@ -16,7 +16,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
16
16
|
return result_1.AuditReportStatus;
|
|
17
17
|
};
|
|
18
18
|
if (returnComparator() === "SUCCESS") {
|
|
19
|
-
return [2
|
|
19
|
+
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
catch (e) { }
|
|
@@ -25,46 +25,36 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
|
|
|
25
25
|
return result_1.AuditReportStatus;
|
|
26
26
|
};
|
|
27
27
|
if (returnComparator() === "FAILED") {
|
|
28
|
-
return [2
|
|
28
|
+
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
catch (e) { }
|
|
32
|
-
return [3
|
|
32
|
+
return [3, 3];
|
|
33
33
|
case 2:
|
|
34
34
|
exception_1 = _a.sent();
|
|
35
35
|
reason = exception_1;
|
|
36
|
-
return [3
|
|
37
|
-
case 3: return [2
|
|
36
|
+
return [3, 3];
|
|
37
|
+
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
40
|
}); };
|
|
41
|
-
/**
|
|
42
|
-
* Wait until a Audit Report is created
|
|
43
|
-
* @deprecated Use waitUntilAuditReportCreated instead. waitForAuditReportCreated does not throw error in non-success cases.
|
|
44
|
-
*/
|
|
45
41
|
export var waitForAuditReportCreated = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
46
42
|
var serviceDefaults;
|
|
47
43
|
return __generator(this, function (_a) {
|
|
48
44
|
serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
49
|
-
return [2
|
|
45
|
+
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
50
46
|
});
|
|
51
47
|
}); };
|
|
52
|
-
/**
|
|
53
|
-
* Wait until a Audit Report is created
|
|
54
|
-
* @param params - Waiter configuration options.
|
|
55
|
-
* @param input - The input to DescribeCertificateAuthorityAuditReportCommand for polling.
|
|
56
|
-
*/
|
|
57
48
|
export var waitUntilAuditReportCreated = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
58
49
|
var serviceDefaults, result;
|
|
59
50
|
return __generator(this, function (_a) {
|
|
60
51
|
switch (_a.label) {
|
|
61
52
|
case 0:
|
|
62
53
|
serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
63
|
-
return [4
|
|
54
|
+
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
64
55
|
case 1:
|
|
65
56
|
result = _a.sent();
|
|
66
|
-
return [2
|
|
57
|
+
return [2, checkExceptions(result)];
|
|
67
58
|
}
|
|
68
59
|
});
|
|
69
60
|
}); };
|
|
70
|
-
//# sourceMappingURL=waitForAuditReportCreated.js.map
|
|
@@ -1,55 +1,45 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
|
+
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
2
3
|
import { GetCertificateAuthorityCsrCommand, } from "../commands/GetCertificateAuthorityCsrCommand";
|
|
3
|
-
import { WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
4
|
var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
5
5
|
var reason, result, exception_1;
|
|
6
6
|
return __generator(this, function (_a) {
|
|
7
7
|
switch (_a.label) {
|
|
8
8
|
case 0:
|
|
9
9
|
_a.trys.push([0, 2, , 3]);
|
|
10
|
-
return [4
|
|
10
|
+
return [4, client.send(new GetCertificateAuthorityCsrCommand(input))];
|
|
11
11
|
case 1:
|
|
12
12
|
result = _a.sent();
|
|
13
13
|
reason = result;
|
|
14
|
-
return [2
|
|
14
|
+
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
15
15
|
case 2:
|
|
16
16
|
exception_1 = _a.sent();
|
|
17
17
|
reason = exception_1;
|
|
18
18
|
if (exception_1.name && exception_1.name == "RequestInProgressException") {
|
|
19
|
-
return [2
|
|
19
|
+
return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
20
20
|
}
|
|
21
|
-
return [3
|
|
22
|
-
case 3: return [2
|
|
21
|
+
return [3, 3];
|
|
22
|
+
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
25
|
}); };
|
|
26
|
-
/**
|
|
27
|
-
* Wait until a Certificate Authority CSR is created
|
|
28
|
-
* @deprecated Use waitUntilCertificateAuthorityCSRCreated instead. waitForCertificateAuthorityCSRCreated does not throw error in non-success cases.
|
|
29
|
-
*/
|
|
30
26
|
export var waitForCertificateAuthorityCSRCreated = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
31
27
|
var serviceDefaults;
|
|
32
28
|
return __generator(this, function (_a) {
|
|
33
29
|
serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
34
|
-
return [2
|
|
30
|
+
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
35
31
|
});
|
|
36
32
|
}); };
|
|
37
|
-
/**
|
|
38
|
-
* Wait until a Certificate Authority CSR is created
|
|
39
|
-
* @param params - Waiter configuration options.
|
|
40
|
-
* @param input - The input to GetCertificateAuthorityCsrCommand for polling.
|
|
41
|
-
*/
|
|
42
33
|
export var waitUntilCertificateAuthorityCSRCreated = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
43
34
|
var serviceDefaults, result;
|
|
44
35
|
return __generator(this, function (_a) {
|
|
45
36
|
switch (_a.label) {
|
|
46
37
|
case 0:
|
|
47
38
|
serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
48
|
-
return [4
|
|
39
|
+
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
49
40
|
case 1:
|
|
50
41
|
result = _a.sent();
|
|
51
|
-
return [2
|
|
42
|
+
return [2, checkExceptions(result)];
|
|
52
43
|
}
|
|
53
44
|
});
|
|
54
45
|
}); };
|
|
55
|
-
//# sourceMappingURL=waitForCertificateAuthorityCSRCreated.js.map
|
|
@@ -1,55 +1,45 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
|
+
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
2
3
|
import { GetCertificateCommand } from "../commands/GetCertificateCommand";
|
|
3
|
-
import { WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
|
|
4
4
|
var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
5
5
|
var reason, result, exception_1;
|
|
6
6
|
return __generator(this, function (_a) {
|
|
7
7
|
switch (_a.label) {
|
|
8
8
|
case 0:
|
|
9
9
|
_a.trys.push([0, 2, , 3]);
|
|
10
|
-
return [4
|
|
10
|
+
return [4, client.send(new GetCertificateCommand(input))];
|
|
11
11
|
case 1:
|
|
12
12
|
result = _a.sent();
|
|
13
13
|
reason = result;
|
|
14
|
-
return [2
|
|
14
|
+
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
15
15
|
case 2:
|
|
16
16
|
exception_1 = _a.sent();
|
|
17
17
|
reason = exception_1;
|
|
18
18
|
if (exception_1.name && exception_1.name == "RequestInProgressException") {
|
|
19
|
-
return [2
|
|
19
|
+
return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
20
20
|
}
|
|
21
|
-
return [3
|
|
22
|
-
case 3: return [2
|
|
21
|
+
return [3, 3];
|
|
22
|
+
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
25
|
}); };
|
|
26
|
-
/**
|
|
27
|
-
* Wait until a certificate is issued
|
|
28
|
-
* @deprecated Use waitUntilCertificateIssued instead. waitForCertificateIssued does not throw error in non-success cases.
|
|
29
|
-
*/
|
|
30
26
|
export var waitForCertificateIssued = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
31
27
|
var serviceDefaults;
|
|
32
28
|
return __generator(this, function (_a) {
|
|
33
29
|
serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
34
|
-
return [2
|
|
30
|
+
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
35
31
|
});
|
|
36
32
|
}); };
|
|
37
|
-
/**
|
|
38
|
-
* Wait until a certificate is issued
|
|
39
|
-
* @param params - Waiter configuration options.
|
|
40
|
-
* @param input - The input to GetCertificateCommand for polling.
|
|
41
|
-
*/
|
|
42
33
|
export var waitUntilCertificateIssued = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
43
34
|
var serviceDefaults, result;
|
|
44
35
|
return __generator(this, function (_a) {
|
|
45
36
|
switch (_a.label) {
|
|
46
37
|
case 0:
|
|
47
38
|
serviceDefaults = { minDelay: 3, maxDelay: 120 };
|
|
48
|
-
return [4
|
|
39
|
+
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
49
40
|
case 1:
|
|
50
41
|
result = _a.sent();
|
|
51
|
-
return [2
|
|
42
|
+
return [2, checkExceptions(result)];
|
|
52
43
|
}
|
|
53
44
|
});
|
|
54
45
|
}); };
|
|
55
|
-
//# sourceMappingURL=waitForCertificateIssued.js.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
1
2
|
import { ACMPCAClient } from "./ACMPCAClient";
|
|
2
3
|
import { CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput } from "./commands/CreateCertificateAuthorityAuditReportCommand";
|
|
3
4
|
import { CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput } from "./commands/CreateCertificateAuthorityCommand";
|
|
@@ -22,7 +23,6 @@ import { RevokeCertificateCommandInput, RevokeCertificateCommandOutput } from ".
|
|
|
22
23
|
import { TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput } from "./commands/TagCertificateAuthorityCommand";
|
|
23
24
|
import { UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput } from "./commands/UntagCertificateAuthorityCommand";
|
|
24
25
|
import { UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput } from "./commands/UpdateCertificateAuthorityCommand";
|
|
25
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
26
26
|
/**
|
|
27
27
|
* <p>This is the <i>ACM Private CA API Reference</i>. It provides descriptions,
|
|
28
28
|
* syntax, and usage examples for each of the actions and data types involved in creating
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput } from "./commands/CreateCertificateAuthorityAuditReportCommand";
|
|
2
10
|
import { CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput } from "./commands/CreateCertificateAuthorityCommand";
|
|
3
11
|
import { CreatePermissionCommandInput, CreatePermissionCommandOutput } from "./commands/CreatePermissionCommand";
|
|
@@ -21,14 +29,6 @@ import { RevokeCertificateCommandInput, RevokeCertificateCommandOutput } from ".
|
|
|
21
29
|
import { TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput } from "./commands/TagCertificateAuthorityCommand";
|
|
22
30
|
import { UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput } from "./commands/UntagCertificateAuthorityCommand";
|
|
23
31
|
import { UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput } from "./commands/UpdateCertificateAuthorityCommand";
|
|
24
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
25
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
26
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
27
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
28
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
29
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
30
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
31
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
32
32
|
export declare type ServiceInputTypes = CreateCertificateAuthorityAuditReportCommandInput | CreateCertificateAuthorityCommandInput | CreatePermissionCommandInput | DeleteCertificateAuthorityCommandInput | DeletePermissionCommandInput | DeletePolicyCommandInput | DescribeCertificateAuthorityAuditReportCommandInput | DescribeCertificateAuthorityCommandInput | GetCertificateAuthorityCertificateCommandInput | GetCertificateAuthorityCsrCommandInput | GetCertificateCommandInput | GetPolicyCommandInput | ImportCertificateAuthorityCertificateCommandInput | IssueCertificateCommandInput | ListCertificateAuthoritiesCommandInput | ListPermissionsCommandInput | ListTagsCommandInput | PutPolicyCommandInput | RestoreCertificateAuthorityCommandInput | RevokeCertificateCommandInput | TagCertificateAuthorityCommandInput | UntagCertificateAuthorityCommandInput | UpdateCertificateAuthorityCommandInput;
|
|
33
33
|
export declare type ServiceOutputTypes = CreateCertificateAuthorityAuditReportCommandOutput | CreateCertificateAuthorityCommandOutput | CreatePermissionCommandOutput | DeleteCertificateAuthorityCommandOutput | DeletePermissionCommandOutput | DeletePolicyCommandOutput | DescribeCertificateAuthorityAuditReportCommandOutput | DescribeCertificateAuthorityCommandOutput | GetCertificateAuthorityCertificateCommandOutput | GetCertificateAuthorityCsrCommandOutput | GetCertificateCommandOutput | GetPolicyCommandOutput | ImportCertificateAuthorityCertificateCommandOutput | IssueCertificateCommandOutput | ListCertificateAuthoritiesCommandOutput | ListPermissionsCommandOutput | ListTagsCommandOutput | PutPolicyCommandOutput | RestoreCertificateAuthorityCommandOutput | RevokeCertificateCommandOutput | TagCertificateAuthorityCommandOutput | UntagCertificateAuthorityCommandOutput | UpdateCertificateAuthorityCommandOutput;
|
|
34
34
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
package/{dist/types → dist-types}/commands/CreateCertificateAuthorityAuditReportCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { CreateCertificateAuthorityAuditReportRequest, CreateCertificateAuthorityAuditReportResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateCertificateAuthorityAuditReportCommandInput extends CreateCertificateAuthorityAuditReportRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateCertificateAuthorityAuditReportCommandOutput extends CreateCertificateAuthorityAuditReportResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { CreateCertificateAuthorityRequest, CreateCertificateAuthorityResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateCertificateAuthorityCommandInput extends CreateCertificateAuthorityRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateCertificateAuthorityCommandOutput extends CreateCertificateAuthorityResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { CreatePermissionRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreatePermissionCommandInput extends CreatePermissionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreatePermissionCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { DeleteCertificateAuthorityRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteCertificateAuthorityCommandInput extends DeleteCertificateAuthorityRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { DeletePermissionRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeletePermissionCommandInput extends DeletePermissionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeletePermissionCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { DeletePolicyRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeletePolicyCommandInput extends DeletePolicyRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
package/{dist/types → dist-types}/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { DescribeCertificateAuthorityAuditReportRequest, DescribeCertificateAuthorityAuditReportResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeCertificateAuthorityAuditReportCommandInput extends DescribeCertificateAuthorityAuditReportRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeCertificateAuthorityAuditReportCommandOutput extends DescribeCertificateAuthorityAuditReportResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { DescribeCertificateAuthorityRequest, DescribeCertificateAuthorityResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeCertificateAuthorityCommandInput extends DescribeCertificateAuthorityRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeCertificateAuthorityCommandOutput extends DescribeCertificateAuthorityResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { GetCertificateAuthorityCertificateRequest, GetCertificateAuthorityCertificateResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetCertificateAuthorityCertificateCommandInput extends GetCertificateAuthorityCertificateRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetCertificateAuthorityCertificateCommandOutput extends GetCertificateAuthorityCertificateResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { GetCertificateAuthorityCsrRequest, GetCertificateAuthorityCsrResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetCertificateAuthorityCsrCommandInput extends GetCertificateAuthorityCsrRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateAuthorityCsrResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetCertificateCommandInput extends GetCertificateRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetCertificateCommandOutput extends GetCertificateResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
package/{dist/types → dist-types}/commands/ImportCertificateAuthorityCertificateCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ImportCertificateAuthorityCertificateCommandInput extends ImportCertificateAuthorityCertificateRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ImportCertificateAuthorityCertificateCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface IssueCertificateCommandInput extends IssueCertificateRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface IssueCertificateCommandOutput extends IssueCertificateResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListCertificateAuthoritiesCommandInput extends ListCertificateAuthoritiesRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListCertificateAuthoritiesCommandOutput extends ListCertificateAuthoritiesResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListPermissionsCommandInput extends ListPermissionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListTagsCommandInput extends ListTagsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { PutPolicyRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface PutPolicyCommandInput extends PutPolicyRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface PutPolicyCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { RestoreCertificateAuthorityRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface RestoreCertificateAuthorityCommandInput extends RestoreCertificateAuthorityRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { RevokeCertificateRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface RevokeCertificateCommandInput extends RevokeCertificateRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RevokeCertificateCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { TagCertificateAuthorityRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface TagCertificateAuthorityCommandInput extends TagCertificateAuthorityRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { UntagCertificateAuthorityRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UntagCertificateAuthorityCommandInput extends UntagCertificateAuthorityRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
2
4
|
import { UpdateCertificateAuthorityRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateCertificateAuthorityCommandInput extends UpdateCertificateAuthorityRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|