@aws-sdk/client-acm-pca 3.926.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +902 -988
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ACMPCAClient.js +2 -0
- package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +3 -9
- package/dist-es/commands/CreateCertificateAuthorityCommand.js +3 -9
- package/dist-es/commands/CreatePermissionCommand.js +3 -9
- package/dist-es/commands/DeleteCertificateAuthorityCommand.js +3 -9
- package/dist-es/commands/DeletePermissionCommand.js +3 -9
- package/dist-es/commands/DeletePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +3 -9
- package/dist-es/commands/DescribeCertificateAuthorityCommand.js +3 -9
- package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +3 -9
- package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +3 -9
- package/dist-es/commands/GetCertificateCommand.js +3 -9
- package/dist-es/commands/GetPolicyCommand.js +3 -9
- package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +3 -9
- package/dist-es/commands/IssueCertificateCommand.js +3 -9
- package/dist-es/commands/ListCertificateAuthoritiesCommand.js +3 -9
- package/dist-es/commands/ListPermissionsCommand.js +3 -9
- package/dist-es/commands/ListTagsCommand.js +3 -9
- package/dist-es/commands/PutPolicyCommand.js +3 -9
- package/dist-es/commands/RestoreCertificateAuthorityCommand.js +3 -9
- package/dist-es/commands/RevokeCertificateCommand.js +3 -9
- package/dist-es/commands/TagCertificateAuthorityCommand.js +3 -9
- package/dist-es/commands/UntagCertificateAuthorityCommand.js +3 -9
- package/dist-es/commands/UpdateCertificateAuthorityCommand.js +3 -9
- package/dist-es/models/models_0.js +6 -0
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +792 -0
- package/dist-types/ACMPCAClient.d.ts +10 -1
- package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +2 -2
- package/dist-types/commands/IssueCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +116 -0
- package/dist-types/ts3.4/ACMPCAClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +121 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -774
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -209
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput } from "./commands/CreateCertificateAuthorityAuditReportCommand";
|
|
11
11
|
import { CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput } from "./commands/CreateCertificateAuthorityCommand";
|
|
@@ -164,6 +164,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
164
164
|
* Optional extensions
|
|
165
165
|
*/
|
|
166
166
|
extensions?: RuntimeExtension[];
|
|
167
|
+
/**
|
|
168
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
169
|
+
* may be overridden. A default will always be set by the client.
|
|
170
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
171
|
+
* the client.
|
|
172
|
+
* @alpha
|
|
173
|
+
*
|
|
174
|
+
*/
|
|
175
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
167
176
|
/**
|
|
168
177
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
169
178
|
*/
|
|
@@ -38,8 +38,8 @@ declare const CreateCertificateAuthorityCommand_base: {
|
|
|
38
38
|
* const client = new ACMPCAClient(config);
|
|
39
39
|
* const input = { // CreateCertificateAuthorityRequest
|
|
40
40
|
* CertificateAuthorityConfiguration: { // CertificateAuthorityConfiguration
|
|
41
|
-
* KeyAlgorithm: "RSA_2048" || "RSA_3072" || "RSA_4096" || "EC_prime256v1" || "EC_secp384r1" || "EC_secp521r1" || "SM2", // required
|
|
42
|
-
* SigningAlgorithm: "SHA256WITHECDSA" || "SHA384WITHECDSA" || "SHA512WITHECDSA" || "SHA256WITHRSA" || "SHA384WITHRSA" || "SHA512WITHRSA" || "SM3WITHSM2", // required
|
|
41
|
+
* KeyAlgorithm: "RSA_2048" || "RSA_3072" || "RSA_4096" || "EC_prime256v1" || "EC_secp384r1" || "EC_secp521r1" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87" || "SM2", // required
|
|
42
|
+
* SigningAlgorithm: "SHA256WITHECDSA" || "SHA384WITHECDSA" || "SHA512WITHECDSA" || "SHA256WITHRSA" || "SHA384WITHRSA" || "SHA512WITHRSA" || "SM3WITHSM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87", // required
|
|
43
43
|
* Subject: { // ASN1Subject
|
|
44
44
|
* Country: "STRING_VALUE",
|
|
45
45
|
* Organization: "STRING_VALUE",
|
|
@@ -54,8 +54,8 @@ declare const DescribeCertificateAuthorityCommand_base: {
|
|
|
54
54
|
* // NotAfter: new Date("TIMESTAMP"),
|
|
55
55
|
* // FailureReason: "REQUEST_TIMED_OUT" || "UNSUPPORTED_ALGORITHM" || "OTHER",
|
|
56
56
|
* // CertificateAuthorityConfiguration: { // CertificateAuthorityConfiguration
|
|
57
|
-
* // KeyAlgorithm: "RSA_2048" || "RSA_3072" || "RSA_4096" || "EC_prime256v1" || "EC_secp384r1" || "EC_secp521r1" || "SM2", // required
|
|
58
|
-
* // SigningAlgorithm: "SHA256WITHECDSA" || "SHA384WITHECDSA" || "SHA512WITHECDSA" || "SHA256WITHRSA" || "SHA384WITHRSA" || "SHA512WITHRSA" || "SM3WITHSM2", // required
|
|
57
|
+
* // KeyAlgorithm: "RSA_2048" || "RSA_3072" || "RSA_4096" || "EC_prime256v1" || "EC_secp384r1" || "EC_secp521r1" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87" || "SM2", // required
|
|
58
|
+
* // SigningAlgorithm: "SHA256WITHECDSA" || "SHA384WITHECDSA" || "SHA512WITHECDSA" || "SHA256WITHRSA" || "SHA384WITHRSA" || "SHA512WITHRSA" || "SM3WITHSM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87", // required
|
|
59
59
|
* // Subject: { // ASN1Subject
|
|
60
60
|
* // Country: "STRING_VALUE",
|
|
61
61
|
* // Organization: "STRING_VALUE",
|
|
@@ -141,7 +141,7 @@ declare const IssueCertificateCommand_base: {
|
|
|
141
141
|
* },
|
|
142
142
|
* CertificateAuthorityArn: "STRING_VALUE", // required
|
|
143
143
|
* Csr: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
|
|
144
|
-
* SigningAlgorithm: "SHA256WITHECDSA" || "SHA384WITHECDSA" || "SHA512WITHECDSA" || "SHA256WITHRSA" || "SHA384WITHRSA" || "SHA512WITHRSA" || "SM3WITHSM2", // required
|
|
144
|
+
* SigningAlgorithm: "SHA256WITHECDSA" || "SHA384WITHECDSA" || "SHA512WITHECDSA" || "SHA256WITHRSA" || "SHA384WITHRSA" || "SHA512WITHRSA" || "SM3WITHSM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87", // required
|
|
145
145
|
* TemplateArn: "STRING_VALUE",
|
|
146
146
|
* Validity: { // Validity
|
|
147
147
|
* Value: Number("long"), // required
|
|
@@ -58,8 +58,8 @@ declare const ListCertificateAuthoritiesCommand_base: {
|
|
|
58
58
|
* // NotAfter: new Date("TIMESTAMP"),
|
|
59
59
|
* // FailureReason: "REQUEST_TIMED_OUT" || "UNSUPPORTED_ALGORITHM" || "OTHER",
|
|
60
60
|
* // CertificateAuthorityConfiguration: { // CertificateAuthorityConfiguration
|
|
61
|
-
* // KeyAlgorithm: "RSA_2048" || "RSA_3072" || "RSA_4096" || "EC_prime256v1" || "EC_secp384r1" || "EC_secp521r1" || "SM2", // required
|
|
62
|
-
* // SigningAlgorithm: "SHA256WITHECDSA" || "SHA384WITHECDSA" || "SHA512WITHECDSA" || "SHA256WITHRSA" || "SHA384WITHRSA" || "SHA512WITHRSA" || "SM3WITHSM2", // required
|
|
61
|
+
* // KeyAlgorithm: "RSA_2048" || "RSA_3072" || "RSA_4096" || "EC_prime256v1" || "EC_secp384r1" || "EC_secp521r1" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87" || "SM2", // required
|
|
62
|
+
* // SigningAlgorithm: "SHA256WITHECDSA" || "SHA384WITHECDSA" || "SHA512WITHECDSA" || "SHA256WITHRSA" || "SHA384WITHRSA" || "SHA512WITHRSA" || "SM3WITHSM2" || "ML_DSA_44" || "ML_DSA_65" || "ML_DSA_87", // required
|
|
63
63
|
* // Subject: { // ASN1Subject
|
|
64
64
|
* // Country: "STRING_VALUE",
|
|
65
65
|
* // Organization: "STRING_VALUE",
|
|
@@ -295,6 +295,9 @@ export declare const KeyAlgorithm: {
|
|
|
295
295
|
readonly EC_prime256v1: "EC_prime256v1";
|
|
296
296
|
readonly EC_secp384r1: "EC_secp384r1";
|
|
297
297
|
readonly EC_secp521r1: "EC_secp521r1";
|
|
298
|
+
readonly ML_DSA_44: "ML_DSA_44";
|
|
299
|
+
readonly ML_DSA_65: "ML_DSA_65";
|
|
300
|
+
readonly ML_DSA_87: "ML_DSA_87";
|
|
298
301
|
readonly RSA_2048: "RSA_2048";
|
|
299
302
|
readonly RSA_3072: "RSA_3072";
|
|
300
303
|
readonly RSA_4096: "RSA_4096";
|
|
@@ -309,6 +312,9 @@ export type KeyAlgorithm = (typeof KeyAlgorithm)[keyof typeof KeyAlgorithm];
|
|
|
309
312
|
* @enum
|
|
310
313
|
*/
|
|
311
314
|
export declare const SigningAlgorithm: {
|
|
315
|
+
readonly ML_DSA_44: "ML_DSA_44";
|
|
316
|
+
readonly ML_DSA_65: "ML_DSA_65";
|
|
317
|
+
readonly ML_DSA_87: "ML_DSA_87";
|
|
312
318
|
readonly SHA256WITHECDSA: "SHA256WITHECDSA";
|
|
313
319
|
readonly SHA256WITHRSA: "SHA256WITHRSA";
|
|
314
320
|
readonly SHA384WITHECDSA: "SHA384WITHECDSA";
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ACMPCAHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDescription: StaticStructureSchema;
|
|
3
|
+
export declare var AccessMethod: StaticStructureSchema;
|
|
4
|
+
export declare var ApiPassthrough: StaticStructureSchema;
|
|
5
|
+
export declare var ASN1Subject: StaticStructureSchema;
|
|
6
|
+
export declare var CertificateAuthority: StaticStructureSchema;
|
|
7
|
+
export declare var CertificateAuthorityConfiguration: StaticStructureSchema;
|
|
8
|
+
export declare var CertificateMismatchException: StaticErrorSchema;
|
|
9
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
10
|
+
export declare var CreateCertificateAuthorityAuditReportRequest: StaticStructureSchema;
|
|
11
|
+
export declare var CreateCertificateAuthorityAuditReportResponse: StaticStructureSchema;
|
|
12
|
+
export declare var CreateCertificateAuthorityRequest: StaticStructureSchema;
|
|
13
|
+
export declare var CreateCertificateAuthorityResponse: StaticStructureSchema;
|
|
14
|
+
export declare var CreatePermissionRequest: StaticStructureSchema;
|
|
15
|
+
export declare var CrlConfiguration: StaticStructureSchema;
|
|
16
|
+
export declare var CrlDistributionPointExtensionConfiguration: StaticStructureSchema;
|
|
17
|
+
export declare var CsrExtensions: StaticStructureSchema;
|
|
18
|
+
export declare var CustomAttribute: StaticStructureSchema;
|
|
19
|
+
export declare var CustomExtension: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteCertificateAuthorityRequest: StaticStructureSchema;
|
|
21
|
+
export declare var DeletePermissionRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DeletePolicyRequest: StaticStructureSchema;
|
|
23
|
+
export declare var DescribeCertificateAuthorityAuditReportRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DescribeCertificateAuthorityAuditReportResponse: StaticStructureSchema;
|
|
25
|
+
export declare var DescribeCertificateAuthorityRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DescribeCertificateAuthorityResponse: StaticStructureSchema;
|
|
27
|
+
export declare var EdiPartyName: StaticStructureSchema;
|
|
28
|
+
export declare var ExtendedKeyUsage: StaticStructureSchema;
|
|
29
|
+
export declare var Extensions: StaticStructureSchema;
|
|
30
|
+
export declare var GeneralName: StaticStructureSchema;
|
|
31
|
+
export declare var GetCertificateAuthorityCertificateRequest: StaticStructureSchema;
|
|
32
|
+
export declare var GetCertificateAuthorityCertificateResponse: StaticStructureSchema;
|
|
33
|
+
export declare var GetCertificateAuthorityCsrRequest: StaticStructureSchema;
|
|
34
|
+
export declare var GetCertificateAuthorityCsrResponse: StaticStructureSchema;
|
|
35
|
+
export declare var GetCertificateRequest: StaticStructureSchema;
|
|
36
|
+
export declare var GetCertificateResponse: StaticStructureSchema;
|
|
37
|
+
export declare var GetPolicyRequest: StaticStructureSchema;
|
|
38
|
+
export declare var GetPolicyResponse: StaticStructureSchema;
|
|
39
|
+
export declare var ImportCertificateAuthorityCertificateRequest: StaticStructureSchema;
|
|
40
|
+
export declare var InvalidArgsException: StaticErrorSchema;
|
|
41
|
+
export declare var InvalidArnException: StaticErrorSchema;
|
|
42
|
+
export declare var InvalidNextTokenException: StaticErrorSchema;
|
|
43
|
+
export declare var InvalidPolicyException: StaticErrorSchema;
|
|
44
|
+
export declare var InvalidRequestException: StaticErrorSchema;
|
|
45
|
+
export declare var InvalidStateException: StaticErrorSchema;
|
|
46
|
+
export declare var InvalidTagException: StaticErrorSchema;
|
|
47
|
+
export declare var IssueCertificateRequest: StaticStructureSchema;
|
|
48
|
+
export declare var IssueCertificateResponse: StaticStructureSchema;
|
|
49
|
+
export declare var KeyUsage: StaticStructureSchema;
|
|
50
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
51
|
+
export declare var ListCertificateAuthoritiesRequest: StaticStructureSchema;
|
|
52
|
+
export declare var ListCertificateAuthoritiesResponse: StaticStructureSchema;
|
|
53
|
+
export declare var ListPermissionsRequest: StaticStructureSchema;
|
|
54
|
+
export declare var ListPermissionsResponse: StaticStructureSchema;
|
|
55
|
+
export declare var ListTagsRequest: StaticStructureSchema;
|
|
56
|
+
export declare var ListTagsResponse: StaticStructureSchema;
|
|
57
|
+
export declare var LockoutPreventedException: StaticErrorSchema;
|
|
58
|
+
export declare var MalformedCertificateException: StaticErrorSchema;
|
|
59
|
+
export declare var MalformedCSRException: StaticErrorSchema;
|
|
60
|
+
export declare var OcspConfiguration: StaticStructureSchema;
|
|
61
|
+
export declare var OtherName: StaticStructureSchema;
|
|
62
|
+
export declare var Permission: StaticStructureSchema;
|
|
63
|
+
export declare var PermissionAlreadyExistsException: StaticErrorSchema;
|
|
64
|
+
export declare var PolicyInformation: StaticStructureSchema;
|
|
65
|
+
export declare var PolicyQualifierInfo: StaticStructureSchema;
|
|
66
|
+
export declare var PutPolicyRequest: StaticStructureSchema;
|
|
67
|
+
export declare var Qualifier: StaticStructureSchema;
|
|
68
|
+
export declare var RequestAlreadyProcessedException: StaticErrorSchema;
|
|
69
|
+
export declare var RequestFailedException: StaticErrorSchema;
|
|
70
|
+
export declare var RequestInProgressException: StaticErrorSchema;
|
|
71
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
72
|
+
export declare var RestoreCertificateAuthorityRequest: StaticStructureSchema;
|
|
73
|
+
export declare var RevocationConfiguration: StaticStructureSchema;
|
|
74
|
+
export declare var RevokeCertificateRequest: StaticStructureSchema;
|
|
75
|
+
export declare var Tag: StaticStructureSchema;
|
|
76
|
+
export declare var TagCertificateAuthorityRequest: StaticStructureSchema;
|
|
77
|
+
export declare var TooManyTagsException: StaticErrorSchema;
|
|
78
|
+
export declare var UntagCertificateAuthorityRequest: StaticStructureSchema;
|
|
79
|
+
export declare var UpdateCertificateAuthorityRequest: StaticStructureSchema;
|
|
80
|
+
export declare var Validity: StaticStructureSchema;
|
|
81
|
+
export declare var __Unit: "unit";
|
|
82
|
+
export declare var ACMPCAServiceException: StaticErrorSchema;
|
|
83
|
+
export declare var AccessDescriptionList: StaticListSchema;
|
|
84
|
+
export declare var ActionList: number;
|
|
85
|
+
export declare var CertificateAuthorities: StaticListSchema;
|
|
86
|
+
export declare var CertificatePolicyList: StaticListSchema;
|
|
87
|
+
export declare var CustomAttributeList: StaticListSchema;
|
|
88
|
+
export declare var CustomExtensionList: StaticListSchema;
|
|
89
|
+
export declare var ExtendedKeyUsageList: StaticListSchema;
|
|
90
|
+
export declare var GeneralNameList: StaticListSchema;
|
|
91
|
+
export declare var PermissionList: StaticListSchema;
|
|
92
|
+
export declare var PolicyQualifierInfoList: StaticListSchema;
|
|
93
|
+
export declare var TagList: StaticListSchema;
|
|
94
|
+
export declare var CreateCertificateAuthority: StaticOperationSchema;
|
|
95
|
+
export declare var CreateCertificateAuthorityAuditReport: StaticOperationSchema;
|
|
96
|
+
export declare var CreatePermission: StaticOperationSchema;
|
|
97
|
+
export declare var DeleteCertificateAuthority: StaticOperationSchema;
|
|
98
|
+
export declare var DeletePermission: StaticOperationSchema;
|
|
99
|
+
export declare var DeletePolicy: StaticOperationSchema;
|
|
100
|
+
export declare var DescribeCertificateAuthority: StaticOperationSchema;
|
|
101
|
+
export declare var DescribeCertificateAuthorityAuditReport: StaticOperationSchema;
|
|
102
|
+
export declare var GetCertificate: StaticOperationSchema;
|
|
103
|
+
export declare var GetCertificateAuthorityCertificate: StaticOperationSchema;
|
|
104
|
+
export declare var GetCertificateAuthorityCsr: StaticOperationSchema;
|
|
105
|
+
export declare var GetPolicy: StaticOperationSchema;
|
|
106
|
+
export declare var ImportCertificateAuthorityCertificate: StaticOperationSchema;
|
|
107
|
+
export declare var IssueCertificate: StaticOperationSchema;
|
|
108
|
+
export declare var ListCertificateAuthorities: StaticOperationSchema;
|
|
109
|
+
export declare var ListPermissions: StaticOperationSchema;
|
|
110
|
+
export declare var ListTags: StaticOperationSchema;
|
|
111
|
+
export declare var PutPolicy: StaticOperationSchema;
|
|
112
|
+
export declare var RestoreCertificateAuthority: StaticOperationSchema;
|
|
113
|
+
export declare var RevokeCertificate: StaticOperationSchema;
|
|
114
|
+
export declare var TagCertificateAuthority: StaticOperationSchema;
|
|
115
|
+
export declare var UntagCertificateAuthority: StaticOperationSchema;
|
|
116
|
+
export declare var UpdateCertificateAuthority: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -216,6 +219,7 @@ export interface ClientDefaults
|
|
|
216
219
|
retryMode?: string | __Provider<string>;
|
|
217
220
|
logger?: __Logger;
|
|
218
221
|
extensions?: RuntimeExtension[];
|
|
222
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
219
223
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
220
224
|
}
|
|
221
225
|
export type ACMPCAClientConfigType = Partial<
|
|
@@ -73,6 +73,9 @@ export declare const KeyAlgorithm: {
|
|
|
73
73
|
readonly EC_prime256v1: "EC_prime256v1";
|
|
74
74
|
readonly EC_secp384r1: "EC_secp384r1";
|
|
75
75
|
readonly EC_secp521r1: "EC_secp521r1";
|
|
76
|
+
readonly ML_DSA_44: "ML_DSA_44";
|
|
77
|
+
readonly ML_DSA_65: "ML_DSA_65";
|
|
78
|
+
readonly ML_DSA_87: "ML_DSA_87";
|
|
76
79
|
readonly RSA_2048: "RSA_2048";
|
|
77
80
|
readonly RSA_3072: "RSA_3072";
|
|
78
81
|
readonly RSA_4096: "RSA_4096";
|
|
@@ -80,6 +83,9 @@ export declare const KeyAlgorithm: {
|
|
|
80
83
|
};
|
|
81
84
|
export type KeyAlgorithm = (typeof KeyAlgorithm)[keyof typeof KeyAlgorithm];
|
|
82
85
|
export declare const SigningAlgorithm: {
|
|
86
|
+
readonly ML_DSA_44: "ML_DSA_44";
|
|
87
|
+
readonly ML_DSA_65: "ML_DSA_65";
|
|
88
|
+
readonly ML_DSA_87: "ML_DSA_87";
|
|
83
89
|
readonly SHA256WITHECDSA: "SHA256WITHECDSA";
|
|
84
90
|
readonly SHA256WITHRSA: "SHA256WITHRSA";
|
|
85
91
|
readonly SHA384WITHECDSA: "SHA384WITHECDSA";
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ACMPCAHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticStructureSchema,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
export declare var AccessDescription: StaticStructureSchema;
|
|
8
|
+
export declare var AccessMethod: StaticStructureSchema;
|
|
9
|
+
export declare var ApiPassthrough: StaticStructureSchema;
|
|
10
|
+
export declare var ASN1Subject: StaticStructureSchema;
|
|
11
|
+
export declare var CertificateAuthority: StaticStructureSchema;
|
|
12
|
+
export declare var CertificateAuthorityConfiguration: StaticStructureSchema;
|
|
13
|
+
export declare var CertificateMismatchException: StaticErrorSchema;
|
|
14
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
15
|
+
export declare var CreateCertificateAuthorityAuditReportRequest: StaticStructureSchema;
|
|
16
|
+
export declare var CreateCertificateAuthorityAuditReportResponse: StaticStructureSchema;
|
|
17
|
+
export declare var CreateCertificateAuthorityRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CreateCertificateAuthorityResponse: StaticStructureSchema;
|
|
19
|
+
export declare var CreatePermissionRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CrlConfiguration: StaticStructureSchema;
|
|
21
|
+
export declare var CrlDistributionPointExtensionConfiguration: StaticStructureSchema;
|
|
22
|
+
export declare var CsrExtensions: StaticStructureSchema;
|
|
23
|
+
export declare var CustomAttribute: StaticStructureSchema;
|
|
24
|
+
export declare var CustomExtension: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteCertificateAuthorityRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DeletePermissionRequest: StaticStructureSchema;
|
|
27
|
+
export declare var DeletePolicyRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DescribeCertificateAuthorityAuditReportRequest: StaticStructureSchema;
|
|
29
|
+
export declare var DescribeCertificateAuthorityAuditReportResponse: StaticStructureSchema;
|
|
30
|
+
export declare var DescribeCertificateAuthorityRequest: StaticStructureSchema;
|
|
31
|
+
export declare var DescribeCertificateAuthorityResponse: StaticStructureSchema;
|
|
32
|
+
export declare var EdiPartyName: StaticStructureSchema;
|
|
33
|
+
export declare var ExtendedKeyUsage: StaticStructureSchema;
|
|
34
|
+
export declare var Extensions: StaticStructureSchema;
|
|
35
|
+
export declare var GeneralName: StaticStructureSchema;
|
|
36
|
+
export declare var GetCertificateAuthorityCertificateRequest: StaticStructureSchema;
|
|
37
|
+
export declare var GetCertificateAuthorityCertificateResponse: StaticStructureSchema;
|
|
38
|
+
export declare var GetCertificateAuthorityCsrRequest: StaticStructureSchema;
|
|
39
|
+
export declare var GetCertificateAuthorityCsrResponse: StaticStructureSchema;
|
|
40
|
+
export declare var GetCertificateRequest: StaticStructureSchema;
|
|
41
|
+
export declare var GetCertificateResponse: StaticStructureSchema;
|
|
42
|
+
export declare var GetPolicyRequest: StaticStructureSchema;
|
|
43
|
+
export declare var GetPolicyResponse: StaticStructureSchema;
|
|
44
|
+
export declare var ImportCertificateAuthorityCertificateRequest: StaticStructureSchema;
|
|
45
|
+
export declare var InvalidArgsException: StaticErrorSchema;
|
|
46
|
+
export declare var InvalidArnException: StaticErrorSchema;
|
|
47
|
+
export declare var InvalidNextTokenException: StaticErrorSchema;
|
|
48
|
+
export declare var InvalidPolicyException: StaticErrorSchema;
|
|
49
|
+
export declare var InvalidRequestException: StaticErrorSchema;
|
|
50
|
+
export declare var InvalidStateException: StaticErrorSchema;
|
|
51
|
+
export declare var InvalidTagException: StaticErrorSchema;
|
|
52
|
+
export declare var IssueCertificateRequest: StaticStructureSchema;
|
|
53
|
+
export declare var IssueCertificateResponse: StaticStructureSchema;
|
|
54
|
+
export declare var KeyUsage: StaticStructureSchema;
|
|
55
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
56
|
+
export declare var ListCertificateAuthoritiesRequest: StaticStructureSchema;
|
|
57
|
+
export declare var ListCertificateAuthoritiesResponse: StaticStructureSchema;
|
|
58
|
+
export declare var ListPermissionsRequest: StaticStructureSchema;
|
|
59
|
+
export declare var ListPermissionsResponse: StaticStructureSchema;
|
|
60
|
+
export declare var ListTagsRequest: StaticStructureSchema;
|
|
61
|
+
export declare var ListTagsResponse: StaticStructureSchema;
|
|
62
|
+
export declare var LockoutPreventedException: StaticErrorSchema;
|
|
63
|
+
export declare var MalformedCertificateException: StaticErrorSchema;
|
|
64
|
+
export declare var MalformedCSRException: StaticErrorSchema;
|
|
65
|
+
export declare var OcspConfiguration: StaticStructureSchema;
|
|
66
|
+
export declare var OtherName: StaticStructureSchema;
|
|
67
|
+
export declare var Permission: StaticStructureSchema;
|
|
68
|
+
export declare var PermissionAlreadyExistsException: StaticErrorSchema;
|
|
69
|
+
export declare var PolicyInformation: StaticStructureSchema;
|
|
70
|
+
export declare var PolicyQualifierInfo: StaticStructureSchema;
|
|
71
|
+
export declare var PutPolicyRequest: StaticStructureSchema;
|
|
72
|
+
export declare var Qualifier: StaticStructureSchema;
|
|
73
|
+
export declare var RequestAlreadyProcessedException: StaticErrorSchema;
|
|
74
|
+
export declare var RequestFailedException: StaticErrorSchema;
|
|
75
|
+
export declare var RequestInProgressException: StaticErrorSchema;
|
|
76
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
77
|
+
export declare var RestoreCertificateAuthorityRequest: StaticStructureSchema;
|
|
78
|
+
export declare var RevocationConfiguration: StaticStructureSchema;
|
|
79
|
+
export declare var RevokeCertificateRequest: StaticStructureSchema;
|
|
80
|
+
export declare var Tag: StaticStructureSchema;
|
|
81
|
+
export declare var TagCertificateAuthorityRequest: StaticStructureSchema;
|
|
82
|
+
export declare var TooManyTagsException: StaticErrorSchema;
|
|
83
|
+
export declare var UntagCertificateAuthorityRequest: StaticStructureSchema;
|
|
84
|
+
export declare var UpdateCertificateAuthorityRequest: StaticStructureSchema;
|
|
85
|
+
export declare var Validity: StaticStructureSchema;
|
|
86
|
+
export declare var __Unit: "unit";
|
|
87
|
+
export declare var ACMPCAServiceException: StaticErrorSchema;
|
|
88
|
+
export declare var AccessDescriptionList: StaticListSchema;
|
|
89
|
+
export declare var ActionList: number;
|
|
90
|
+
export declare var CertificateAuthorities: StaticListSchema;
|
|
91
|
+
export declare var CertificatePolicyList: StaticListSchema;
|
|
92
|
+
export declare var CustomAttributeList: StaticListSchema;
|
|
93
|
+
export declare var CustomExtensionList: StaticListSchema;
|
|
94
|
+
export declare var ExtendedKeyUsageList: StaticListSchema;
|
|
95
|
+
export declare var GeneralNameList: StaticListSchema;
|
|
96
|
+
export declare var PermissionList: StaticListSchema;
|
|
97
|
+
export declare var PolicyQualifierInfoList: StaticListSchema;
|
|
98
|
+
export declare var TagList: StaticListSchema;
|
|
99
|
+
export declare var CreateCertificateAuthority: StaticOperationSchema;
|
|
100
|
+
export declare var CreateCertificateAuthorityAuditReport: StaticOperationSchema;
|
|
101
|
+
export declare var CreatePermission: StaticOperationSchema;
|
|
102
|
+
export declare var DeleteCertificateAuthority: StaticOperationSchema;
|
|
103
|
+
export declare var DeletePermission: StaticOperationSchema;
|
|
104
|
+
export declare var DeletePolicy: StaticOperationSchema;
|
|
105
|
+
export declare var DescribeCertificateAuthority: StaticOperationSchema;
|
|
106
|
+
export declare var DescribeCertificateAuthorityAuditReport: StaticOperationSchema;
|
|
107
|
+
export declare var GetCertificate: StaticOperationSchema;
|
|
108
|
+
export declare var GetCertificateAuthorityCertificate: StaticOperationSchema;
|
|
109
|
+
export declare var GetCertificateAuthorityCsr: StaticOperationSchema;
|
|
110
|
+
export declare var GetPolicy: StaticOperationSchema;
|
|
111
|
+
export declare var ImportCertificateAuthorityCertificate: StaticOperationSchema;
|
|
112
|
+
export declare var IssueCertificate: StaticOperationSchema;
|
|
113
|
+
export declare var ListCertificateAuthorities: StaticOperationSchema;
|
|
114
|
+
export declare var ListPermissions: StaticOperationSchema;
|
|
115
|
+
export declare var ListTags: StaticOperationSchema;
|
|
116
|
+
export declare var PutPolicy: StaticOperationSchema;
|
|
117
|
+
export declare var RestoreCertificateAuthority: StaticOperationSchema;
|
|
118
|
+
export declare var RevokeCertificate: StaticOperationSchema;
|
|
119
|
+
export declare var TagCertificateAuthority: StaticOperationSchema;
|
|
120
|
+
export declare var UntagCertificateAuthority: StaticOperationSchema;
|
|
121
|
+
export declare var UpdateCertificateAuthority: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm-pca",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-acm-pca",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|