@aws-sdk/client-efs 3.160.0 → 3.161.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,17 @@
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.161.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.160.0...v3.161.0) (2022-08-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update client endpoints as of 2022-08-30 ([59043d3](https://github.com/aws/aws-sdk-js-v3/commit/59043d3755015c9185990f3ad850aaded13bd58c))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.160.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.159.0...v3.160.0) (2022-08-29)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-efs
@@ -269,6 +269,7 @@ const partitionHash = {
269
269
  "fips-us-east-2",
270
270
  "fips-us-west-1",
271
271
  "fips-us-west-2",
272
+ "me-central-1",
272
273
  "me-south-1",
273
274
  "sa-east-1",
274
275
  "us-east-1",
@@ -267,6 +267,7 @@ var partitionHash = {
267
267
  "fips-us-east-2",
268
268
  "fips-us-west-1",
269
269
  "fips-us-west-2",
270
+ "me-central-1",
270
271
  "me-south-1",
271
272
  "sa-east-1",
272
273
  "us-east-1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-efs",
3
3
  "description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
4
- "version": "3.160.0",
4
+ "version": "3.161.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.160.0",
21
+ "@aws-sdk/client-sts": "3.161.0",
22
22
  "@aws-sdk/config-resolver": "3.160.0",
23
- "@aws-sdk/credential-provider-node": "3.160.0",
23
+ "@aws-sdk/credential-provider-node": "3.161.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.160.0",
25
25
  "@aws-sdk/hash-node": "3.160.0",
26
26
  "@aws-sdk/invalid-dependency": "3.160.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.160.0",
37
37
  "@aws-sdk/node-http-handler": "3.160.0",
38
38
  "@aws-sdk/protocol-http": "3.160.0",
39
- "@aws-sdk/smithy-client": "3.160.0",
39
+ "@aws-sdk/smithy-client": "3.161.0",
40
40
  "@aws-sdk/types": "3.160.0",
41
41
  "@aws-sdk/url-parser": "3.160.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.154.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.160.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.160.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.161.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.161.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.160.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.160.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",