aws-sdk-efs 1.61.0 → 1.63.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +22 -4
- data/lib/aws-sdk-efs/endpoints.rb +1 -0
- data/lib/aws-sdk-efs/types.rb +21 -5
- data/lib/aws-sdk-efs.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fab6edda79e094c787af25cbe9444d22c61d1f22e077e8fef700863958fd48b
|
|
4
|
+
data.tar.gz: '01081c9969680ff20f2e8019866fe326c9e70c31141017789bb4d99857ab037c'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7fa59d66a3dc0b337c24d04fda1ff5c10407875c682b2a7e14851f654d3815354671409f3f6d2a02f4e9eb748fcd8e7b16385694ddb6f39363bea16cb0a9216
|
|
7
|
+
data.tar.gz: 2037a698803b5f737e5e738dc3cb64462f8b0d069ac042850d51526756adfbeae1ff41df243af68a4e39ee6148c5f567c0aeb8ee215e21122b6b9ce4e83667fc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.63.0 (2023-06-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.62.0 (2023-06-15)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Documentation updates for EFS.
|
|
13
|
+
|
|
4
14
|
1.61.0 (2023-05-31)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
|
@@ -385,18 +385,27 @@ module Aws::EFS
|
|
|
385
385
|
#
|
|
386
386
|
# <note markdown="1"> If multiple requests to create access points on the same file system
|
|
387
387
|
# are sent in quick succession, and the file system is near the limit of
|
|
388
|
-
#
|
|
389
|
-
# requests. This is to ensure that the file system does not exceed
|
|
390
|
-
# stated access point limit.
|
|
388
|
+
# 1,000 access points, you may experience a throttling response for
|
|
389
|
+
# these requests. This is to ensure that the file system does not exceed
|
|
390
|
+
# the stated access point limit.
|
|
391
391
|
#
|
|
392
392
|
# </note>
|
|
393
393
|
#
|
|
394
394
|
# This operation requires permissions for the
|
|
395
395
|
# `elasticfilesystem:CreateAccessPoint` action.
|
|
396
396
|
#
|
|
397
|
+
# Access points can be tagged on creation. If tags are specified in the
|
|
398
|
+
# creation action, IAM performs additional authorization on the
|
|
399
|
+
# `elasticfilesystem:TagResource` action to verify if users have
|
|
400
|
+
# permissions to create tags. Therefore, you must grant explicit
|
|
401
|
+
# permissions to use the `elasticfilesystem:TagResource` action. For
|
|
402
|
+
# more information, see [Granting permissions to tag resources during
|
|
403
|
+
# creation][2].
|
|
404
|
+
#
|
|
397
405
|
#
|
|
398
406
|
#
|
|
399
407
|
# [1]: https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html
|
|
408
|
+
# [2]: https://docs.aws.amazon.com/efs/latest/ug/using-tags-efs.html#supported-iam-actions-tagging.html
|
|
400
409
|
#
|
|
401
410
|
# @option params [required, String] :client_token
|
|
402
411
|
# A string of up to 64 ASCII characters that Amazon EFS uses to ensure
|
|
@@ -569,11 +578,20 @@ module Aws::EFS
|
|
|
569
578
|
# This operation requires permissions for the
|
|
570
579
|
# `elasticfilesystem:CreateFileSystem` action.
|
|
571
580
|
#
|
|
581
|
+
# File systems can be tagged on creation. If tags are specified in the
|
|
582
|
+
# creation action, IAM performs additional authorization on the
|
|
583
|
+
# `elasticfilesystem:TagResource` action to verify if users have
|
|
584
|
+
# permissions to create tags. Therefore, you must grant explicit
|
|
585
|
+
# permissions to use the `elasticfilesystem:TagResource` action. For
|
|
586
|
+
# more information, see [Granting permissions to tag resources during
|
|
587
|
+
# creation][4].
|
|
588
|
+
#
|
|
572
589
|
#
|
|
573
590
|
#
|
|
574
591
|
# [1]: https://docs.aws.amazon.com/efs/latest/ug/creating-using-create-fs.html#creating-using-create-fs-part1
|
|
575
592
|
# [2]: https://docs.aws.amazon.com/efs/latest/ug/performance.html#performancemodes.html
|
|
576
593
|
# [3]: https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html
|
|
594
|
+
# [4]: https://docs.aws.amazon.com/efs/latest/ug/using-tags-efs.html#supported-iam-actions-tagging.html
|
|
577
595
|
#
|
|
578
596
|
# @option params [required, String] :creation_token
|
|
579
597
|
# A string of up to 64 ASCII characters. Amazon EFS uses this to ensure
|
|
@@ -2708,7 +2726,7 @@ module Aws::EFS
|
|
|
2708
2726
|
params: params,
|
|
2709
2727
|
config: config)
|
|
2710
2728
|
context[:gem_name] = 'aws-sdk-efs'
|
|
2711
|
-
context[:gem_version] = '1.
|
|
2729
|
+
context[:gem_version] = '1.63.0'
|
|
2712
2730
|
Seahorse::Client::Request.new(handlers, context)
|
|
2713
2731
|
end
|
|
2714
2732
|
|
data/lib/aws-sdk-efs/types.rb
CHANGED
|
@@ -1100,11 +1100,27 @@ module Aws::EFS
|
|
|
1100
1100
|
# configuration.
|
|
1101
1101
|
#
|
|
1102
1102
|
# @!attribute [rw] status
|
|
1103
|
-
# Describes the status of the destination Amazon EFS file system.
|
|
1104
|
-
#
|
|
1105
|
-
#
|
|
1106
|
-
#
|
|
1107
|
-
#
|
|
1103
|
+
# Describes the status of the destination Amazon EFS file system.
|
|
1104
|
+
#
|
|
1105
|
+
# * The `Paused` state occurs as a result of opting out of the source
|
|
1106
|
+
# or destination Region after the replication configuration was
|
|
1107
|
+
# created. To resume replication for the file system, you need to
|
|
1108
|
+
# again opt in to the Amazon Web Services Region. For more
|
|
1109
|
+
# information, see [Managing Amazon Web Services Regions][1] in the
|
|
1110
|
+
# *Amazon Web Services General Reference Guide*.
|
|
1111
|
+
#
|
|
1112
|
+
# * The `Error` state occurs when either the source or the destination
|
|
1113
|
+
# file system (or both) is in a failed state and is unrecoverable.
|
|
1114
|
+
# For more information, see [Monitoring replication status][2] in
|
|
1115
|
+
# the *Amazon EFS User Guide*. You must delete the replication
|
|
1116
|
+
# configuration, and then restore the most recent backup of the
|
|
1117
|
+
# failed file system (either the source or the destination) to a new
|
|
1118
|
+
# file system.
|
|
1119
|
+
#
|
|
1120
|
+
#
|
|
1121
|
+
#
|
|
1122
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable
|
|
1123
|
+
# [2]: https://docs.aws.amazon.com/efs/latest/ug/awsbackup.html#restoring-backup-efsmonitoring-replication-status.html
|
|
1108
1124
|
# @return [String]
|
|
1109
1125
|
#
|
|
1110
1126
|
# @!attribute [rw] file_system_id
|
data/lib/aws-sdk-efs.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-efs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.176.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.176.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|