@aws-sdk/client-acm-pca 3.598.0 → 3.600.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.
@@ -46,7 +46,7 @@ declare const CreateCertificateAuthorityCommand_base: {
46
46
  * policies for CRLs in Amazon S3</a>.</p>
47
47
  * </note>
48
48
  * <p>Amazon Web Services Private CA assets that are stored in Amazon S3 can be protected with encryption.
49
- * For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#crl-encryption">Encrypting Your
49
+ * For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html#crl-encryption">Encrypting Your
50
50
  * CRLs</a>.</p>
51
51
  * @example
52
52
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,64 +97,62 @@ declare const ImportCertificateAuthorityCertificateCommand_base: {
97
97
  * certificate or chain.</p>
98
98
  * <ul>
99
99
  * <li>
100
- * <p>Basic constraints (<i>must</i> be marked critical)</p>
100
+ * <p>Authority key identifier</p>
101
101
  * </li>
102
102
  * <li>
103
- * <p>Subject alternative names</p>
103
+ * <p>Basic constraints (<i>must</i> be marked critical)</p>
104
104
  * </li>
105
105
  * <li>
106
- * <p>Key usage</p>
106
+ * <p>Certificate policies</p>
107
107
  * </li>
108
108
  * <li>
109
109
  * <p>Extended key usage</p>
110
110
  * </li>
111
111
  * <li>
112
- * <p>Authority key identifier</p>
112
+ * <p>Inhibit anyPolicy</p>
113
113
  * </li>
114
114
  * <li>
115
- * <p>Subject key identifier</p>
115
+ * <p>Issuer alternative name</p>
116
116
  * </li>
117
117
  * <li>
118
- * <p>Issuer alternative name</p>
118
+ * <p>Key usage</p>
119
119
  * </li>
120
120
  * <li>
121
- * <p>Subject directory attributes</p>
121
+ * <p>Name constraints</p>
122
122
  * </li>
123
123
  * <li>
124
- * <p>Subject information access</p>
124
+ * <p>Policy mappings</p>
125
125
  * </li>
126
126
  * <li>
127
- * <p>Certificate policies</p>
127
+ * <p>Subject alternative name</p>
128
128
  * </li>
129
129
  * <li>
130
- * <p>Policy mappings</p>
130
+ * <p>Subject directory attributes</p>
131
131
  * </li>
132
132
  * <li>
133
- * <p>Inhibit anyPolicy</p>
133
+ * <p>Subject key identifier</p>
134
+ * </li>
135
+ * <li>
136
+ * <p>Subject information access</p>
134
137
  * </li>
135
138
  * </ul>
136
139
  * <p>Amazon Web Services Private CA rejects the following extensions when they are marked critical in an
137
140
  * imported CA certificate or chain.</p>
138
141
  * <ul>
139
142
  * <li>
140
- * <p>Name constraints</p>
141
- * </li>
142
- * <li>
143
- * <p>Policy constraints</p>
143
+ * <p>Authority information access</p>
144
144
  * </li>
145
145
  * <li>
146
146
  * <p>CRL distribution points</p>
147
147
  * </li>
148
148
  * <li>
149
- * <p>Authority information access</p>
150
- * </li>
151
- * <li>
152
149
  * <p>Freshest CRL</p>
153
150
  * </li>
154
151
  * <li>
155
- * <p>Any other extension</p>
152
+ * <p>Policy constraints</p>
156
153
  * </li>
157
154
  * </ul>
155
+ * <p>Amazon Web Services Private Certificate Authority will also reject any other extension marked as critical not contained on the preceding list of allowed extensions.</p>
158
156
  * @example
159
157
  * Use a bare-bones client and the command you need to make an API call.
160
158
  * ```javascript
@@ -467,7 +467,7 @@ export type S3ObjectAcl = (typeof S3ObjectAcl)[keyof typeof S3ObjectAcl];
467
467
  * parameter. Your S3
468
468
  * bucket policy must give write permission to Amazon Web Services Private CA. </p>
469
469
  * <p>Amazon Web Services Private CA assets that are stored in Amazon S3 can be protected with encryption.
470
- * For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#crl-encryption">Encrypting Your
470
+ * For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html#crl-encryption">Encrypting Your
471
471
  * CRLs</a>.</p>
472
472
  * <p>Your private CA uses the value in the <b>ExpirationInDays</b> parameter to calculate the <b>nextUpdate</b> field in the CRL. The CRL is refreshed prior to a
473
473
  * certificate's expiration date or when a certificate is revoked. When a certificate is
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.598.0",
4
+ "version": "3.600.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.598.0",
24
- "@aws-sdk/client-sts": "3.598.0",
23
+ "@aws-sdk/client-sso-oidc": "3.600.0",
24
+ "@aws-sdk/client-sts": "3.600.0",
25
25
  "@aws-sdk/core": "3.598.0",
26
- "@aws-sdk/credential-provider-node": "3.598.0",
26
+ "@aws-sdk/credential-provider-node": "3.600.0",
27
27
  "@aws-sdk/middleware-host-header": "3.598.0",
28
28
  "@aws-sdk/middleware-logger": "3.598.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.598.0",