@aws-sdk/client-acm-pca 3.40.0 → 3.45.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.
Files changed (27) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +17 -0
  3. package/dist-es/endpoints.js +17 -0
  4. package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +1 -1
  6. package/dist-types/commands/CreatePermissionCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +1 -1
  8. package/dist-types/commands/DeletePermissionCommand.d.ts +1 -1
  9. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  10. package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +1 -1
  12. package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +1 -1
  13. package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +1 -1
  14. package/dist-types/commands/GetCertificateCommand.d.ts +1 -1
  15. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  16. package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +1 -1
  17. package/dist-types/commands/IssueCertificateCommand.d.ts +1 -1
  18. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +1 -1
  19. package/dist-types/commands/ListPermissionsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  21. package/dist-types/commands/PutPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +1 -1
  23. package/dist-types/commands/RevokeCertificateCommand.d.ts +1 -1
  24. package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +1 -1
  25. package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +1 -1
  27. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-acm-pca
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -99,6 +99,7 @@ const partitionHash = {
99
99
  "ap-south-1",
100
100
  "ap-southeast-1",
101
101
  "ap-southeast-2",
102
+ "ap-southeast-3",
102
103
  "ca-central-1",
103
104
  "eu-central-1",
104
105
  "eu-north-1",
@@ -168,6 +169,10 @@ const partitionHash = {
168
169
  hostname: "acm-pca.{region}.c2s.ic.gov",
169
170
  tags: [],
170
171
  },
172
+ {
173
+ hostname: "acm-pca-fips.{region}.c2s.ic.gov",
174
+ tags: ["fips"],
175
+ },
171
176
  ],
172
177
  },
173
178
  "aws-iso-b": {
@@ -178,6 +183,10 @@ const partitionHash = {
178
183
  hostname: "acm-pca.{region}.sc2s.sgov.gov",
179
184
  tags: [],
180
185
  },
186
+ {
187
+ hostname: "acm-pca-fips.{region}.sc2s.sgov.gov",
188
+ tags: ["fips"],
189
+ },
181
190
  ],
182
191
  },
183
192
  "aws-us-gov": {
@@ -192,6 +201,14 @@ const partitionHash = {
192
201
  hostname: "acm-pca.{region}.amazonaws.com",
193
202
  tags: ["fips"],
194
203
  },
204
+ {
205
+ hostname: "acm-pca-fips.{region}.api.aws",
206
+ tags: ["dualstack", "fips"],
207
+ },
208
+ {
209
+ hostname: "acm-pca.{region}.api.aws",
210
+ tags: ["dualstack"],
211
+ },
195
212
  ],
196
213
  },
197
214
  };
@@ -97,6 +97,7 @@ var partitionHash = {
97
97
  "ap-south-1",
98
98
  "ap-southeast-1",
99
99
  "ap-southeast-2",
100
+ "ap-southeast-3",
100
101
  "ca-central-1",
101
102
  "eu-central-1",
102
103
  "eu-north-1",
@@ -166,6 +167,10 @@ var partitionHash = {
166
167
  hostname: "acm-pca.{region}.c2s.ic.gov",
167
168
  tags: [],
168
169
  },
170
+ {
171
+ hostname: "acm-pca-fips.{region}.c2s.ic.gov",
172
+ tags: ["fips"],
173
+ },
169
174
  ],
170
175
  },
171
176
  "aws-iso-b": {
@@ -176,6 +181,10 @@ var partitionHash = {
176
181
  hostname: "acm-pca.{region}.sc2s.sgov.gov",
177
182
  tags: [],
178
183
  },
184
+ {
185
+ hostname: "acm-pca-fips.{region}.sc2s.sgov.gov",
186
+ tags: ["fips"],
187
+ },
179
188
  ],
180
189
  },
181
190
  "aws-us-gov": {
@@ -190,6 +199,14 @@ var partitionHash = {
190
199
  hostname: "acm-pca.{region}.amazonaws.com",
191
200
  tags: ["fips"],
192
201
  },
202
+ {
203
+ hostname: "acm-pca-fips.{region}.api.aws",
204
+ tags: ["dualstack", "fips"],
205
+ },
206
+ {
207
+ hostname: "acm-pca.{region}.api.aws",
208
+ tags: ["dualstack"],
209
+ },
193
210
  ],
194
211
  },
195
212
  };
@@ -35,7 +35,7 @@ export interface CreateCertificateAuthorityAuditReportCommandOutput extends Crea
35
35
  *
36
36
  * @see {@link CreateCertificateAuthorityAuditReportCommandInput} for command's `input` shape.
37
37
  * @see {@link CreateCertificateAuthorityAuditReportCommandOutput} for command's `response` shape.
38
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class CreateCertificateAuthorityAuditReportCommand extends $Command<CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig> {
@@ -40,7 +40,7 @@ export interface CreateCertificateAuthorityCommandOutput extends CreateCertifica
40
40
  *
41
41
  * @see {@link CreateCertificateAuthorityCommandInput} for command's `input` shape.
42
42
  * @see {@link CreateCertificateAuthorityCommandOutput} for command's `response` shape.
43
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
43
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
44
44
  *
45
45
  */
46
46
  export declare class CreateCertificateAuthorityCommand extends $Command<CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
@@ -46,7 +46,7 @@ export interface CreatePermissionCommandOutput extends __MetadataBearer {
46
46
  *
47
47
  * @see {@link CreatePermissionCommandInput} for command's `input` shape.
48
48
  * @see {@link CreatePermissionCommandOutput} for command's `response` shape.
49
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
49
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
50
50
  *
51
51
  */
52
52
  export declare class CreatePermissionCommand extends $Command<CreatePermissionCommandInput, CreatePermissionCommandOutput, ACMPCAClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBeare
39
39
  *
40
40
  * @see {@link DeleteCertificateAuthorityCommandInput} for command's `input` shape.
41
41
  * @see {@link DeleteCertificateAuthorityCommandOutput} for command's `response` shape.
42
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class DeleteCertificateAuthorityCommand extends $Command<DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
@@ -48,7 +48,7 @@ export interface DeletePermissionCommandOutput extends __MetadataBearer {
48
48
  *
49
49
  * @see {@link DeletePermissionCommandInput} for command's `input` shape.
50
50
  * @see {@link DeletePermissionCommandOutput} for command's `response` shape.
51
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
51
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
52
52
  *
53
53
  */
54
54
  export declare class DeletePermissionCommand extends $Command<DeletePermissionCommandInput, DeletePermissionCommandOutput, ACMPCAClientResolvedConfig> {
@@ -54,7 +54,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
54
54
  *
55
55
  * @see {@link DeletePolicyCommandInput} for command's `input` shape.
56
56
  * @see {@link DeletePolicyCommandOutput} for command's `response` shape.
57
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
57
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
58
58
  *
59
59
  */
60
60
  export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, ACMPCAClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeCertificateAuthorityAuditReportCommandOutput extends De
23
23
  *
24
24
  * @see {@link DescribeCertificateAuthorityAuditReportCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeCertificateAuthorityAuditReportCommandOutput} for command's `response` shape.
26
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeCertificateAuthorityAuditReportCommand extends $Command<DescribeCertificateAuthorityAuditReportCommandInput, DescribeCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig> {
@@ -60,7 +60,7 @@ export interface DescribeCertificateAuthorityCommandOutput extends DescribeCerti
60
60
  *
61
61
  * @see {@link DescribeCertificateAuthorityCommandInput} for command's `input` shape.
62
62
  * @see {@link DescribeCertificateAuthorityCommandOutput} for command's `response` shape.
63
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
63
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
64
64
  *
65
65
  */
66
66
  export declare class DescribeCertificateAuthorityCommand extends $Command<DescribeCertificateAuthorityCommandInput, DescribeCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetCertificateAuthorityCertificateCommandOutput extends GetCert
23
23
  *
24
24
  * @see {@link GetCertificateAuthorityCertificateCommandInput} for command's `input` shape.
25
25
  * @see {@link GetCertificateAuthorityCertificateCommandOutput} for command's `response` shape.
26
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetCertificateAuthorityCertificateCommand extends $Command<GetCertificateAuthorityCertificateCommandInput, GetCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateA
24
24
  *
25
25
  * @see {@link GetCertificateAuthorityCsrCommandInput} for command's `input` shape.
26
26
  * @see {@link GetCertificateAuthorityCsrCommandOutput} for command's `response` shape.
27
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetCertificateAuthorityCsrCommand extends $Command<GetCertificateAuthorityCsrCommandInput, GetCertificateAuthorityCsrCommandOutput, ACMPCAClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M
27
27
  *
28
28
  * @see {@link GetCertificateCommandInput} for command's `input` shape.
29
29
  * @see {@link GetCertificateCommandOutput} for command's `response` shape.
30
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class GetCertificateCommand extends $Command<GetCertificateCommandInput, GetCertificateCommandOutput, ACMPCAClientResolvedConfig> {
@@ -50,7 +50,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
50
50
  *
51
51
  * @see {@link GetPolicyCommandInput} for command's `input` shape.
52
52
  * @see {@link GetPolicyCommandOutput} for command's `response` shape.
53
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
53
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
54
54
  *
55
55
  */
56
56
  export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, ACMPCAClientResolvedConfig> {
@@ -147,7 +147,7 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
147
147
  *
148
148
  * @see {@link ImportCertificateAuthorityCertificateCommandInput} for command's `input` shape.
149
149
  * @see {@link ImportCertificateAuthorityCertificateCommandOutput} for command's `response` shape.
150
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
150
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
151
151
  *
152
152
  */
153
153
  export declare class ImportCertificateAuthorityCertificateCommand extends $Command<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface IssueCertificateCommandOutput extends IssueCertificateResponse,
27
27
  *
28
28
  * @see {@link IssueCertificateCommandInput} for command's `input` shape.
29
29
  * @see {@link IssueCertificateCommandOutput} for command's `response` shape.
30
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class IssueCertificateCommand extends $Command<IssueCertificateCommandInput, IssueCertificateCommandOutput, ACMPCAClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListCertificateAuthoritiesCommandOutput extends ListCertificate
20
20
  *
21
21
  * @see {@link ListCertificateAuthoritiesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListCertificateAuthoritiesCommandOutput} for command's `response` shape.
23
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListCertificateAuthoritiesCommand extends $Command<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput, ACMPCAClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
47
47
  *
48
48
  * @see {@link ListPermissionsCommandInput} for command's `input` shape.
49
49
  * @see {@link ListPermissionsCommandOutput} for command's `response` shape.
50
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class ListPermissionsCommand extends $Command<ListPermissionsCommandInput, ListPermissionsCommandOutput, ACMPCAClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
23
23
  *
24
24
  * @see {@link ListTagsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListTagsCommandOutput} for command's `response` shape.
26
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, ACMPCAClientResolvedConfig> {
@@ -51,7 +51,7 @@ export interface PutPolicyCommandOutput extends __MetadataBearer {
51
51
  *
52
52
  * @see {@link PutPolicyCommandInput} for command's `input` shape.
53
53
  * @see {@link PutPolicyCommandOutput} for command's `response` shape.
54
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
54
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
55
55
  *
56
56
  */
57
57
  export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, ACMPCAClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBear
30
30
  *
31
31
  * @see {@link RestoreCertificateAuthorityCommandInput} for command's `input` shape.
32
32
  * @see {@link RestoreCertificateAuthorityCommandOutput} for command's `response` shape.
33
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class RestoreCertificateAuthorityCommand extends $Command<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface RevokeCertificateCommandOutput extends __MetadataBearer {
39
39
  *
40
40
  * @see {@link RevokeCertificateCommandInput} for command's `input` shape.
41
41
  * @see {@link RevokeCertificateCommandOutput} for command's `response` shape.
42
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class RevokeCertificateCommand extends $Command<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, ACMPCAClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer {
27
27
  *
28
28
  * @see {@link TagCertificateAuthorityCommandInput} for command's `input` shape.
29
29
  * @see {@link TagCertificateAuthorityCommandOutput} for command's `response` shape.
30
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class TagCertificateAuthorityCommand extends $Command<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer
24
24
  *
25
25
  * @see {@link UntagCertificateAuthorityCommandInput} for command's `input` shape.
26
26
  * @see {@link UntagCertificateAuthorityCommandOutput} for command's `response` shape.
27
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UntagCertificateAuthorityCommand extends $Command<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBeare
30
30
  *
31
31
  * @see {@link UpdateCertificateAuthorityCommandInput} for command's `input` shape.
32
32
  * @see {@link UpdateCertificateAuthorityCommandOutput} for command's `response` shape.
33
- * @see {@link ACMPCAClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link ACMPCAClientResolvedConfig | config} for ACMPCAClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class UpdateCertificateAuthorityCommand extends $Command<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",