aws-sdk-efs 1.109.0 → 1.110.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +1 -1
- data/lib/aws-sdk-efs.rb +1 -1
- data/sig/client.rbs +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35d03b28011b5b215d75a33607faea79bd3e4541747ea284f46375a9b4aa3fc9
|
|
4
|
+
data.tar.gz: 0442bf52ea7d3939244d4a26fbddc44d441d385b395dac10fc7452e2962c0ee6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b963e6b26a5ef732d06a1be13ae5856240b9e3cf00b7396fcddf97bd8f206723bf307a550abffe75a327e27b9ee249c411031f3bfd373a664f86752926b3ed43
|
|
7
|
+
data.tar.gz: 3c9dfb487afd369e788fb14e0212c868a6d897ae932de05f42507b801ff13e092fe582333d69584da002377957485f3fc1982cb9826d11e79c12ceee379cff33
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.110.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
data/lib/aws-sdk-efs.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -98,7 +98,7 @@ module Aws
|
|
|
98
98
|
{
|
|
99
99
|
key: ::String,
|
|
100
100
|
value: ::String
|
|
101
|
-
}
|
|
101
|
+
}
|
|
102
102
|
],
|
|
103
103
|
file_system_id: ::String,
|
|
104
104
|
?posix_user: {
|
|
@@ -152,7 +152,7 @@ module Aws
|
|
|
152
152
|
{
|
|
153
153
|
key: ::String,
|
|
154
154
|
value: ::String
|
|
155
|
-
}
|
|
155
|
+
}
|
|
156
156
|
]
|
|
157
157
|
) -> _CreateFileSystemResponseSuccess
|
|
158
158
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFileSystemResponseSuccess
|
|
@@ -202,7 +202,7 @@ module Aws
|
|
|
202
202
|
kms_key_id: ::String?,
|
|
203
203
|
file_system_id: ::String?,
|
|
204
204
|
role_arn: ::String?
|
|
205
|
-
}
|
|
205
|
+
}
|
|
206
206
|
]
|
|
207
207
|
) -> _CreateReplicationConfigurationResponseSuccess
|
|
208
208
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReplicationConfigurationResponseSuccess
|
|
@@ -214,7 +214,7 @@ module Aws
|
|
|
214
214
|
{
|
|
215
215
|
key: ::String,
|
|
216
216
|
value: ::String
|
|
217
|
-
}
|
|
217
|
+
}
|
|
218
218
|
]
|
|
219
219
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
220
220
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -450,7 +450,7 @@ module Aws
|
|
|
450
450
|
transition_to_ia: ("AFTER_7_DAYS" | "AFTER_14_DAYS" | "AFTER_30_DAYS" | "AFTER_60_DAYS" | "AFTER_90_DAYS" | "AFTER_1_DAY" | "AFTER_180_DAYS" | "AFTER_270_DAYS" | "AFTER_365_DAYS")?,
|
|
451
451
|
transition_to_primary_storage_class: ("AFTER_1_ACCESS")?,
|
|
452
452
|
transition_to_archive: ("AFTER_1_DAY" | "AFTER_7_DAYS" | "AFTER_14_DAYS" | "AFTER_30_DAYS" | "AFTER_60_DAYS" | "AFTER_90_DAYS" | "AFTER_180_DAYS" | "AFTER_270_DAYS" | "AFTER_365_DAYS")?
|
|
453
|
-
}
|
|
453
|
+
}
|
|
454
454
|
]
|
|
455
455
|
) -> _PutLifecycleConfigurationResponseSuccess
|
|
456
456
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutLifecycleConfigurationResponseSuccess
|
|
@@ -462,7 +462,7 @@ module Aws
|
|
|
462
462
|
{
|
|
463
463
|
key: ::String,
|
|
464
464
|
value: ::String
|
|
465
|
-
}
|
|
465
|
+
}
|
|
466
466
|
]
|
|
467
467
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
468
468
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|