aws-sdk-efs 1.49.0 → 1.67.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 +93 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +404 -90
- data/lib/aws-sdk-efs/client_api.rb +110 -0
- data/lib/aws-sdk-efs/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-efs/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-efs/endpoints.rb +436 -0
- data/lib/aws-sdk-efs/errors.rb +42 -0
- data/lib/aws-sdk-efs/plugins/endpoints.rb +128 -0
- data/lib/aws-sdk-efs/types.rb +638 -391
- data/lib/aws-sdk-efs.rb +5 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16671f87aea3faee383f8ef802dbe19d9ea1f73405497314ef8e116c710678e0
|
4
|
+
data.tar.gz: 9940d4f64782fa1123aac7e8782817da7f9730d2467b485de7ccfc8d2ced6ea4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8fbb578e587594c497d643c276b9237d443963a09c79d679425e71a2887621e7c5aeb2ed3d82041fb39f3a4d9e473647cf1690ab4a4cce50f4ed8cd86fd01c5
|
7
|
+
data.tar.gz: 11cad4349aa8de3a54b4e9c6b54b4df1dc5fb4ea184214151d6ec7b95f4a470f0860aa94905029b464d5ad3d6042f3258c1913ff1be06746f4b0ba07ab4a2cf5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,98 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.67.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.66.0 (2023-09-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for Elastic File System
|
13
|
+
|
14
|
+
1.65.0 (2023-07-11)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.64.0 (2023-07-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.63.0 (2023-06-28)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.62.0 (2023-06-15)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Documentation updates for EFS.
|
33
|
+
|
34
|
+
1.61.0 (2023-05-31)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.60.0 (2023-04-28)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - This release adds PAUSED and PAUSING state as a returned value for DescribeReplicationConfigurations response.
|
43
|
+
|
44
|
+
1.59.0 (2023-02-15)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Documentation update for EFS to support IAM best practices.
|
48
|
+
|
49
|
+
1.58.0 (2023-01-18)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Documentation updates for EFS access points limit increase
|
53
|
+
|
54
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
55
|
+
|
56
|
+
1.57.0 (2022-12-16)
|
57
|
+
------------------
|
58
|
+
|
59
|
+
* Feature - General documentation updates for EFS.
|
60
|
+
|
61
|
+
1.56.0 (2022-11-28)
|
62
|
+
------------------
|
63
|
+
|
64
|
+
* Feature - This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules.
|
65
|
+
|
66
|
+
1.55.0 (2022-10-25)
|
67
|
+
------------------
|
68
|
+
|
69
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
70
|
+
|
71
|
+
1.54.0 (2022-04-12)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - Amazon EFS adds support for a ThrottlingException when using the CreateAccessPoint API if the account is nearing the AccessPoint limit(120).
|
75
|
+
|
76
|
+
1.53.0 (2022-02-24)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
80
|
+
|
81
|
+
1.52.0 (2022-02-03)
|
82
|
+
------------------
|
83
|
+
|
84
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
85
|
+
|
86
|
+
1.51.0 (2022-01-25)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - Use Amazon EFS Replication to replicate your Amazon EFS file system in the AWS Region of your preference.
|
90
|
+
|
91
|
+
1.50.0 (2021-12-21)
|
92
|
+
------------------
|
93
|
+
|
94
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
95
|
+
|
4
96
|
1.49.0 (2021-11-30)
|
5
97
|
------------------
|
6
98
|
|
@@ -318,4 +410,4 @@ Unreleased Changes
|
|
318
410
|
1.0.0.rc1 (2016-12-05)
|
319
411
|
------------------
|
320
412
|
|
321
|
-
* Feature - Initial preview release of the `aws-sdk-efs` gem.
|
413
|
+
* Feature - Initial preview release of the `aws-sdk-efs` gem.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.67.0
|