Skip to content

Commit 97a9c8f

Browse files
authored
Merge branch 'aws:main' into paginator
2 parents d535720 + e017377 commit 97a9c8f

File tree

870 files changed

+26448
-3654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

870 files changed

+26448
-3654
lines changed

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,75 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.77.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.76.0...v3.77.0) (2022-04-25)
7+
8+
9+
### Features
10+
11+
* **client-connect:** This release adds SearchUsers API which can be used to search for users with a Connect Instance ([15544b5](https://github.com/aws/aws-sdk-js-v3/commit/15544b5f4fbfe03a32a590aa0a7d6145e1c50998))
12+
* **client-mq:** This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue. ([0abb527](https://github.com/aws/aws-sdk-js-v3/commit/0abb5271bc2c7656c2cb66c7c97aa123a10266ca))
13+
* **client-rds-data:** Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries. ([7b173c3](https://github.com/aws/aws-sdk-js-v3/commit/7b173c3414e96ffb0f155b7deeb8c70295cc0f45))
14+
* **client-securityhub:** Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations. ([08a57e7](https://github.com/aws/aws-sdk-js-v3/commit/08a57e768229dae5671d1a9c216e33377be6c573))
15+
16+
17+
18+
19+
20+
# [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22)
21+
22+
23+
### Bug Fixes
24+
25+
* **node-http-handler:** http2 lets node exit ([#3541](https://github.com/aws/aws-sdk-js-v3/issues/3541)) ([7480667](https://github.com/aws/aws-sdk-js-v3/commit/74806672bcd462dae51197294f3160f32f867b62))
26+
* **util-dynamodb:** allow marshall function to handle more input types ([#3539](https://github.com/aws/aws-sdk-js-v3/issues/3539)) ([a5fa267](https://github.com/aws/aws-sdk-js-v3/commit/a5fa26783c7d061e2f32b985fdcf371487efaff4))
27+
28+
29+
### Features
30+
31+
* **client-chime-sdk-meetings:** Include additional exceptions types. ([89b90ef](https://github.com/aws/aws-sdk-js-v3/commit/89b90ef9527faef3b2ec72f36d0ab4637244a5fa))
32+
* **client-ec2:** Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state. ([047c131](https://github.com/aws/aws-sdk-js-v3/commit/047c13158e4f43b53dd1525e028888907026a278))
33+
34+
35+
36+
37+
38+
# [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21)
39+
40+
41+
### Features
42+
43+
* **client-glue:** This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types ([546dab6](https://github.com/aws/aws-sdk-js-v3/commit/546dab6995d14c3fbdc960a0131aab435dbe4188))
44+
* **client-iotsitewise:** This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates ([f07f481](https://github.com/aws/aws-sdk-js-v3/commit/f07f48100a30d0450eab0b08e7a87f7e58f34e52))
45+
* **client-iottwinmaker:** General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html ([1103688](https://github.com/aws/aws-sdk-js-v3/commit/110368884c53331c9a15d6af9b57697aa282fe84))
46+
* **client-lookoutmetrics:** Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source. ([902a074](https://github.com/aws/aws-sdk-js-v3/commit/902a074ea9ae938eaa06b0dc157f78741e2cb82a))
47+
* **client-mediatailor:** This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources. ([75fac5e](https://github.com/aws/aws-sdk-js-v3/commit/75fac5e8a6789fd78f26f97e336b1a3df340ed33))
48+
* **client-storage-gateway:** This release adds support for minimum of 5 character length virtual tape barcodes. ([808b04f](https://github.com/aws/aws-sdk-js-v3/commit/808b04f70c60206a97b6bfbebda208181fd0a85b))
49+
* **client-wisdom:** This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations. ([6f1e5c3](https://github.com/aws/aws-sdk-js-v3/commit/6f1e5c3419678763f13a68bc71ec722a399ae2d9))
50+
51+
52+
53+
54+
55+
# [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20)
56+
57+
58+
### Bug Fixes
59+
60+
* **node-http-handler:** resolve config provider only once per NodeHttpHandler instance ([#3545](https://github.com/aws/aws-sdk-js-v3/issues/3545)) ([8ffd6b2](https://github.com/aws/aws-sdk-js-v3/commit/8ffd6b2e3e488f9827a98c970cd6901e2a3fbe93))
61+
62+
63+
### Features
64+
65+
* **client-connect:** This release adds APIs to search, claim, release, list, update, and describe phone numbers. You can also use them to associate and disassociate contact flows to phone numbers. ([78e0c59](https://github.com/aws/aws-sdk-js-v3/commit/78e0c59d115eaaf1f9bc22c67cd1e3b53ae68272))
66+
* **client-macie2:** Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType). ([cad1178](https://github.com/aws/aws-sdk-js-v3/commit/cad117897981d70479eb737b1c854ee5c332a994))
67+
* **client-mgn:** Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException ([ee4defd](https://github.com/aws/aws-sdk-js-v3/commit/ee4defdb9c6cc74419b819c143bbdf4f383383c8))
68+
* **client-rds:** Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances. ([fd985ae](https://github.com/aws/aws-sdk-js-v3/commit/fd985aeb119dc51a433ee216340510d704331eb7))
69+
* **clients:** update client endpoints as of 2022-04-20 ([7781e4e](https://github.com/aws/aws-sdk-js-v3/commit/7781e4e9d7a501a90f55e8dbe3da1452c5168670))
70+
71+
72+
73+
74+
675
# [3.73.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.72.0...v3.73.0) (2022-04-19)
776

877

benchmark/size/report.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
| Package | Version | Publish Size | browser:Webpack | browser:Rollup | browser:EsBuild |
22
| :------ | :------ | :----------- | :------ | :----- | :------- |
33
|@aws-sdk/abort-controller|3.54.1|43.3 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
4-
|@aws-sdk/client-app-mesh|3.67.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
5-
|@aws-sdk/client-application-insights|3.67.0|770.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
6-
|@aws-sdk/client-athena|3.67.0|966.9 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
7-
|@aws-sdk/client-auto-scaling|3.72.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
8-
|@aws-sdk/client-cloudformation|3.67.0|2.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
9-
|@aws-sdk/client-cloudhsm-v2|3.67.0|517.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
10-
|@aws-sdk/client-cloudwatch|3.71.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
11-
|@aws-sdk/client-cloudwatch-logs|3.67.0|1.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
12-
|@aws-sdk/client-codebuild|3.67.0|1.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
13-
|@aws-sdk/client-codecommit|3.67.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
14-
|@aws-sdk/client-codedeploy|3.67.0|1.7 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
15-
|@aws-sdk/client-codepipeline|3.67.0|1.3 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
16-
|@aws-sdk/client-cognito-identity|3.67.0|726.3 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
17-
|@aws-sdk/client-cognito-identity-provider|3.67.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
18-
|@aws-sdk/client-cognito-sync|3.67.0|637.8 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
19-
|@aws-sdk/client-dynamodb|3.67.0|2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20-
|@aws-sdk/client-ec2|3.71.0|14.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
21-
|@aws-sdk/client-efs|3.69.0|1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
22-
|@aws-sdk/client-eventbridge|3.67.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
23-
|@aws-sdk/client-firehose|3.67.0|781.7 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
24-
|@aws-sdk/client-glue|3.71.0|4.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
25-
|@aws-sdk/client-iam|3.67.0|3.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
26-
|@aws-sdk/client-kinesis|3.67.0|940.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
27-
|@aws-sdk/client-kms|3.72.0|1.7 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
28-
|@aws-sdk/client-lambda|3.67.0|2.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
29-
|@aws-sdk/client-opsworks|3.67.0|1.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
30-
|@aws-sdk/client-pinpoint|3.67.0|3.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
31-
|@aws-sdk/client-resource-groups-tagging-api|3.67.0|409.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
32-
|@aws-sdk/client-s3|3.67.0|3.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
33-
|@aws-sdk/client-ses|3.67.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
34-
|@aws-sdk/client-sns|3.67.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
35-
|@aws-sdk/client-ssm|3.72.0|4.3 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
36-
|@aws-sdk/client-sts|3.67.0|499.7 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
37-
|@aws-sdk/client-xray|3.67.0|915 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
38-
|@aws-sdk/credential-provider-cognito-identity|3.67.0|120.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
4+
|@aws-sdk/client-app-mesh|3.75.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
5+
|@aws-sdk/client-application-insights|3.75.0|771.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
6+
|@aws-sdk/client-athena|3.75.0|967.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
7+
|@aws-sdk/client-auto-scaling|3.75.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
8+
|@aws-sdk/client-cloudformation|3.75.0|2.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
9+
|@aws-sdk/client-cloudhsm-v2|3.75.0|518.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
10+
|@aws-sdk/client-cloudwatch|3.75.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
11+
|@aws-sdk/client-cloudwatch-logs|3.75.0|1.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
12+
|@aws-sdk/client-codebuild|3.75.0|1.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
13+
|@aws-sdk/client-codecommit|3.75.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
14+
|@aws-sdk/client-codedeploy|3.75.0|1.7 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
15+
|@aws-sdk/client-codepipeline|3.75.0|1.3 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
16+
|@aws-sdk/client-cognito-identity|3.75.0|726.7 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
17+
|@aws-sdk/client-cognito-identity-provider|3.75.0|2.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
18+
|@aws-sdk/client-cognito-sync|3.75.0|638.3 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
19+
|@aws-sdk/client-dynamodb|3.75.0|2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
20+
|@aws-sdk/client-ec2|3.75.0|14.6 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
21+
|@aws-sdk/client-efs|3.75.0|1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
22+
|@aws-sdk/client-eventbridge|3.75.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
23+
|@aws-sdk/client-firehose|3.75.0|782.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
24+
|@aws-sdk/client-glue|3.75.0|4.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
25+
|@aws-sdk/client-iam|3.75.0|3.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
26+
|@aws-sdk/client-kinesis|3.75.0|940.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
27+
|@aws-sdk/client-kms|3.75.0|1.7 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
28+
|@aws-sdk/client-lambda|3.75.0|2.1 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
29+
|@aws-sdk/client-opsworks|3.75.0|1.8 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
30+
|@aws-sdk/client-pinpoint|3.75.0|3.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
31+
|@aws-sdk/client-resource-groups-tagging-api|3.75.0|409.7 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
32+
|@aws-sdk/client-s3|3.75.0|3.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
33+
|@aws-sdk/client-ses|3.75.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
34+
|@aws-sdk/client-sns|3.75.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
35+
|@aws-sdk/client-ssm|3.75.0|4.3 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
36+
|@aws-sdk/client-sts|3.75.0|500.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
37+
|@aws-sdk/client-xray|3.75.0|915.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
38+
|@aws-sdk/credential-provider-cognito-identity|3.75.0|120.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
3939
|@aws-sdk/credential-provider-env|3.54.1|48.4 KB|N/A|N/A|N/A|
40-
|@aws-sdk/credential-provider-imds|3.56.0|87.9 KB|N/A|N/A|N/A|
41-
|@aws-sdk/credential-provider-ini|3.67.0|69.7 KB|N/A|N/A|N/A|
42-
|@aws-sdk/credential-provider-node|3.67.0|63.8 KB|N/A|N/A|N/A|
43-
|@aws-sdk/credential-provider-process|3.56.0|50.1 KB|N/A|N/A|N/A|
44-
|@aws-sdk/credential-provider-sso|3.67.0|39.8 KB|N/A|N/A|N/A|
40+
|@aws-sdk/credential-provider-imds|3.58.0|88 KB|N/A|N/A|N/A|
41+
|@aws-sdk/credential-provider-ini|3.75.0|70.2 KB|N/A|N/A|N/A|
42+
|@aws-sdk/credential-provider-node|3.75.0|64.3 KB|N/A|N/A|N/A|
43+
|@aws-sdk/credential-provider-process|3.58.0|50.3 KB|N/A|N/A|N/A|
44+
|@aws-sdk/credential-provider-sso|3.75.0|40.3 KB|N/A|N/A|N/A|
4545
|@aws-sdk/credential-provider-web-identity|3.54.1|36.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
46-
|@aws-sdk/credential-providers|3.67.0|81.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
46+
|@aws-sdk/credential-providers|3.75.0|82.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
4747
|@aws-sdk/fetch-http-handler|3.55.0|75.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
48-
|@aws-sdk/lib-dynamodb|3.67.0|160.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
49-
|@aws-sdk/lib-storage|3.67.0|70.9 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
50-
|@aws-sdk/node-http-handler|3.55.0|107.6 KB|N/A|N/A|N/A|
51-
|@aws-sdk/polly-request-presigner|3.72.0|40.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
52-
|@aws-sdk/s3-presigned-post|3.67.0|42.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
53-
|@aws-sdk/s3-request-presigner|3.67.0|83.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
48+
|@aws-sdk/lib-dynamodb|3.75.0|160.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
49+
|@aws-sdk/lib-storage|3.75.0|71.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
50+
|@aws-sdk/node-http-handler|3.74.0|108.1 KB|N/A|N/A|N/A|
51+
|@aws-sdk/polly-request-presigner|3.75.0|40.9 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
52+
|@aws-sdk/s3-presigned-post|3.75.0|42.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
53+
|@aws-sdk/s3-request-presigner|3.75.0|83.6 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
5454
|@aws-sdk/signature-v4|3.56.0|180.4 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
5555
|@aws-sdk/signature-v4-crt|3.58.0|80.5 KB|N/A|N/A|N/A|
5656
|@aws-sdk/smithy-client|3.55.0|128 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

clients/client-accessanalyzer/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
14+
# [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21)
15+
16+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
17+
18+
19+
20+
21+
22+
# [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20)
23+
24+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
25+
26+
27+
28+
29+
630
# [3.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15)
731

832
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer

clients/client-accessanalyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-accessanalyzer",
33
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
4-
"version": "3.72.0",
4+
"version": "3.76.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-account/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
14+
# [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21)
15+
16+
**Note:** Version bump only for package @aws-sdk/client-account
17+
18+
19+
20+
21+
22+
# [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20)
23+
24+
**Note:** Version bump only for package @aws-sdk/client-account
25+
26+
27+
28+
29+
630
# [3.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15)
731

832
**Note:** Version bump only for package @aws-sdk/client-account

clients/client-account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-account",
33
"description": "AWS SDK for JavaScript Account Client for Node.js, Browser and React Native",
4-
"version": "3.72.0",
4+
"version": "3.76.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-acm-pca/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
14+
# [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21)
15+
16+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
17+
18+
19+
20+
21+
22+
# [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20)
23+
24+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
25+
26+
27+
28+
29+
630
# [3.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15)
731

832
**Note:** Version bump only for package @aws-sdk/client-acm-pca

clients/client-acm-pca/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm-pca",
33
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4-
"version": "3.72.0",
4+
"version": "3.76.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-acm/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
14+
# [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21)
15+
16+
**Note:** Version bump only for package @aws-sdk/client-acm
17+
18+
19+
20+
21+
22+
# [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20)
23+
24+
**Note:** Version bump only for package @aws-sdk/client-acm
25+
26+
27+
28+
29+
630
# [3.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15)
731

832
**Note:** Version bump only for package @aws-sdk/client-acm

clients/client-acm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm",
33
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4-
"version": "3.72.0",
4+
"version": "3.76.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-alexa-for-business/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.76.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.75.0...v3.76.0) (2022-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-alexa-for-business
9+
10+
11+
12+
13+
14+
# [3.75.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.74.0...v3.75.0) (2022-04-21)
15+
16+
**Note:** Version bump only for package @aws-sdk/client-alexa-for-business
17+
18+
19+
20+
21+
22+
# [3.74.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.73.0...v3.74.0) (2022-04-20)
23+
24+
**Note:** Version bump only for package @aws-sdk/client-alexa-for-business
25+
26+
27+
28+
29+
630
# [3.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15)
731

832
**Note:** Version bump only for package @aws-sdk/client-alexa-for-business

clients/client-alexa-for-business/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-alexa-for-business",
33
"description": "AWS SDK for JavaScript Alexa For Business Client for Node.js, Browser and React Native",
4-
"version": "3.72.0",
4+
"version": "3.76.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)