@aws-sdk/client-efs 3.1061.0 → 3.1062.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.
@@ -336,7 +336,7 @@ export interface CreateFileSystemRequest {
336
336
  * <p>The throughput, measured in mebibytes per second (MiBps), that you want to provision for a
337
337
  * file system that you're creating. Required if <code>ThroughputMode</code> is set to
338
338
  * <code>provisioned</code>. Valid values are 1-3414 MiBps, with the upper limit depending on
339
- * Region. To increase this limit, contact Amazon Web ServicesSupport. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/limits.html#soft-limits">Amazon EFS quotas
339
+ * Region. To increase this limit, contact Amazon Web Services Support. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/limits.html#soft-limits">Amazon EFS quotas
340
340
  * that you can increase</a> in the <i>Amazon EFS User
341
341
  * Guide</i>.</p>
342
342
  * @public
@@ -1673,7 +1673,7 @@ export interface UpdateFileSystemRequest {
1673
1673
  * <p>(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to
1674
1674
  * provision for a file system that you're creating. Required if <code>ThroughputMode</code>
1675
1675
  * is set to <code>provisioned</code>. Valid values are 1-3414 MiBps, with the upper limit
1676
- * depending on Region. To increase this limit, contact Amazon Web ServicesSupport. For more information,
1676
+ * depending on Region. To increase this limit, contact Amazon Web Services Support. For more information,
1677
1677
  * see <a href="https://docs.aws.amazon.com/efs/latest/ug/limits.html#soft-limits">Amazon EFS
1678
1678
  * quotas that you can increase</a> in the <i>Amazon EFS User
1679
1679
  * Guide</i>.</p>
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.1061.0",
4
+ "version": "3.1062.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-efs",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
26
  "@aws-sdk/core": "^3.974.17",
27
- "@aws-sdk/credential-provider-node": "^3.972.50",
27
+ "@aws-sdk/credential-provider-node": "^3.972.51",
28
28
  "@aws-sdk/types": "^3.973.10",
29
29
  "@smithy/core": "^3.24.6",
30
30
  "@smithy/fetch-http-handler": "^5.4.6",