@aws-sdk/client-acm 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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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
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
+ **Note:** Version bump only for package @aws-sdk/client-acm
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **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))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -93,6 +93,7 @@ const partitionHash = {
93
93
  "ap-south-1",
94
94
  "ap-southeast-1",
95
95
  "ap-southeast-2",
96
+ "ap-southeast-3",
96
97
  "ca-central-1",
97
98
  "ca-central-1-fips",
98
99
  "eu-central-1",
@@ -162,6 +163,10 @@ const partitionHash = {
162
163
  hostname: "acm.{region}.c2s.ic.gov",
163
164
  tags: [],
164
165
  },
166
+ {
167
+ hostname: "acm-fips.{region}.c2s.ic.gov",
168
+ tags: ["fips"],
169
+ },
165
170
  ],
166
171
  },
167
172
  "aws-iso-b": {
@@ -172,6 +177,10 @@ const partitionHash = {
172
177
  hostname: "acm.{region}.sc2s.sgov.gov",
173
178
  tags: [],
174
179
  },
180
+ {
181
+ hostname: "acm-fips.{region}.sc2s.sgov.gov",
182
+ tags: ["fips"],
183
+ },
175
184
  ],
176
185
  },
177
186
  "aws-us-gov": {
@@ -91,6 +91,7 @@ var partitionHash = {
91
91
  "ap-south-1",
92
92
  "ap-southeast-1",
93
93
  "ap-southeast-2",
94
+ "ap-southeast-3",
94
95
  "ca-central-1",
95
96
  "ca-central-1-fips",
96
97
  "eu-central-1",
@@ -160,6 +161,10 @@ var partitionHash = {
160
161
  hostname: "acm.{region}.c2s.ic.gov",
161
162
  tags: [],
162
163
  },
164
+ {
165
+ hostname: "acm-fips.{region}.c2s.ic.gov",
166
+ tags: ["fips"],
167
+ },
163
168
  ],
164
169
  },
165
170
  "aws-iso-b": {
@@ -170,6 +175,10 @@ var partitionHash = {
170
175
  hostname: "acm.{region}.sc2s.sgov.gov",
171
176
  tags: [],
172
177
  },
178
+ {
179
+ hostname: "acm-fips.{region}.sc2s.sgov.gov",
180
+ tags: ["fips"],
181
+ },
173
182
  ],
174
183
  },
175
184
  "aws-us-gov": {
@@ -35,7 +35,7 @@ export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {
35
35
  *
36
36
  * @see {@link AddTagsToCertificateCommandInput} for command's `input` shape.
37
37
  * @see {@link AddTagsToCertificateCommandOutput} for command's `response` shape.
38
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class AddTagsToCertificateCommand extends $Command<AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
27
27
  *
28
28
  * @see {@link DeleteCertificateCommandInput} for command's `input` shape.
29
29
  * @see {@link DeleteCertificateCommandOutput} for command's `response` shape.
30
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class DeleteCertificateCommand extends $Command<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
20
20
  *
21
21
  * @see {@link DescribeCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface ExportCertificateCommandOutput extends ExportCertificateRespons
26
26
  *
27
27
  * @see {@link ExportCertificateCommandInput} for command's `input` shape.
28
28
  * @see {@link ExportCertificateCommandOutput} for command's `response` shape.
29
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class ExportCertificateCommand extends $Command<ExportCertificateCommandInput, ExportCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetAccountConfigurationCommandOutput extends GetAccountConfigur
21
21
  *
22
22
  * @see {@link GetAccountConfigurationCommandInput} for command's `input` shape.
23
23
  * @see {@link GetAccountConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetAccountConfigurationCommand extends $Command<GetAccountConfigurationCommandInput, GetAccountConfigurationCommandOutput, ACMClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetCertificateCommandOutput extends GetCertificateResponse, __M
23
23
  *
24
24
  * @see {@link GetCertificateCommandInput} for command's `input` shape.
25
25
  * @see {@link GetCertificateCommandOutput} for command's `response` shape.
26
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetCertificateCommand extends $Command<GetCertificateCommandInput, GetCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -92,7 +92,7 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
92
92
  *
93
93
  * @see {@link ImportCertificateCommandInput} for command's `input` shape.
94
94
  * @see {@link ImportCertificateCommandOutput} for command's `response` shape.
95
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
95
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
96
96
  *
97
97
  */
98
98
  export declare class ImportCertificateCommand extends $Command<ImportCertificateCommandInput, ImportCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
23
23
  *
24
24
  * @see {@link ListCertificatesCommandInput} for command's `input` shape.
25
25
  * @see {@link ListCertificatesCommandOutput} for command's `response` shape.
26
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, ACMClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListTagsForCertificateCommandOutput extends ListTagsForCertific
22
22
  *
23
23
  * @see {@link ListTagsForCertificateCommandInput} for command's `input` shape.
24
24
  * @see {@link ListTagsForCertificateCommandOutput} for command's `response` shape.
25
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListTagsForCertificateCommand extends $Command<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface PutAccountConfigurationCommandOutput extends __MetadataBearer {
28
28
  *
29
29
  * @see {@link PutAccountConfigurationCommandInput} for command's `input` shape.
30
30
  * @see {@link PutAccountConfigurationCommandOutput} for command's `response` shape.
31
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class PutAccountConfigurationCommand extends $Command<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput, ACMClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface RemoveTagsFromCertificateCommandOutput extends __MetadataBearer
26
26
  *
27
27
  * @see {@link RemoveTagsFromCertificateCommandInput} for command's `input` shape.
28
28
  * @see {@link RemoveTagsFromCertificateCommandOutput} for command's `response` shape.
29
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class RemoveTagsFromCertificateCommand extends $Command<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface RenewCertificateCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link RenewCertificateCommandInput} for command's `input` shape.
26
26
  * @see {@link RenewCertificateCommandOutput} for command's `response` shape.
27
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class RenewCertificateCommand extends $Command<RenewCertificateCommandInput, RenewCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface RequestCertificateCommandOutput extends RequestCertificateRespo
34
34
  *
35
35
  * @see {@link RequestCertificateCommandInput} for command's `input` shape.
36
36
  * @see {@link RequestCertificateCommandOutput} for command's `response` shape.
37
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class RequestCertificateCommand extends $Command<RequestCertificateCommandInput, RequestCertificateCommandOutput, ACMClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ResendValidationEmailCommandOutput extends __MetadataBearer {
28
28
  *
29
29
  * @see {@link ResendValidationEmailCommandInput} for command's `input` shape.
30
30
  * @see {@link ResendValidationEmailCommandOutput} for command's `response` shape.
31
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ResendValidationEmailCommand extends $Command<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput, ACMClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface UpdateCertificateOptionsCommandOutput extends __MetadataBearer
23
23
  *
24
24
  * @see {@link UpdateCertificateOptionsCommandInput} for command's `input` shape.
25
25
  * @see {@link UpdateCertificateOptionsCommandOutput} for command's `response` shape.
26
- * @see {@link ACMClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ACMClientResolvedConfig | config} for ACMClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class UpdateCertificateOptionsCommand extends $Command<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm",
3
3
  "description": "AWS SDK for JavaScript Acm 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",