aws-sdk-efs 1.22.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-efs.rb +1 -1
- data/lib/aws-sdk-efs/client.rb +4 -4
- data/lib/aws-sdk-efs/types.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08f39e4477cf65a0e88737d5103585cf7153cf57'
|
4
|
+
data.tar.gz: 8f8b50e8094319487edf9b822e76047f39be16d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1dcdcaf77640c1ccd44a3f8a1c5f52382713702290009224cbd50daec0c59497a9482ccf9ece7b2738205dfbefc36bc6ac2558346381987f748fdba6a1b6d0d
|
7
|
+
data.tar.gz: 96b5f3903dd5274305ac847726adc0151291701195c61ca010160578eaee7d4cd037a7a35dca6ff6c7b1cd9a17a822eb608585bc47678c48d810b245bf4b9952
|
data/lib/aws-sdk-efs.rb
CHANGED
data/lib/aws-sdk-efs/client.rb
CHANGED
@@ -1068,7 +1068,7 @@ module Aws::EFS
|
|
1068
1068
|
# @example Response structure
|
1069
1069
|
#
|
1070
1070
|
# resp.lifecycle_policies #=> Array
|
1071
|
-
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_14_DAYS", "AFTER_30_DAYS", "AFTER_60_DAYS", "AFTER_90_DAYS"
|
1071
|
+
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_7_DAYS", "AFTER_14_DAYS", "AFTER_30_DAYS", "AFTER_60_DAYS", "AFTER_90_DAYS"
|
1072
1072
|
#
|
1073
1073
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/DescribeLifecycleConfiguration AWS API Documentation
|
1074
1074
|
#
|
@@ -1429,7 +1429,7 @@ module Aws::EFS
|
|
1429
1429
|
# file_system_id: "FileSystemId", # required
|
1430
1430
|
# lifecycle_policies: [ # required
|
1431
1431
|
# {
|
1432
|
-
# transition_to_ia: "
|
1432
|
+
# transition_to_ia: "AFTER_7_DAYS", # accepts AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
|
1433
1433
|
# },
|
1434
1434
|
# ],
|
1435
1435
|
# })
|
@@ -1437,7 +1437,7 @@ module Aws::EFS
|
|
1437
1437
|
# @example Response structure
|
1438
1438
|
#
|
1439
1439
|
# resp.lifecycle_policies #=> Array
|
1440
|
-
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_14_DAYS", "AFTER_30_DAYS", "AFTER_60_DAYS", "AFTER_90_DAYS"
|
1440
|
+
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_7_DAYS", "AFTER_14_DAYS", "AFTER_30_DAYS", "AFTER_60_DAYS", "AFTER_90_DAYS"
|
1441
1441
|
#
|
1442
1442
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/PutLifecycleConfiguration AWS API Documentation
|
1443
1443
|
#
|
@@ -1537,7 +1537,7 @@ module Aws::EFS
|
|
1537
1537
|
params: params,
|
1538
1538
|
config: config)
|
1539
1539
|
context[:gem_name] = 'aws-sdk-efs'
|
1540
|
-
context[:gem_version] = '1.
|
1540
|
+
context[:gem_version] = '1.23.0'
|
1541
1541
|
Seahorse::Client::Request.new(handlers, context)
|
1542
1542
|
end
|
1543
1543
|
|
data/lib/aws-sdk-efs/types.rb
CHANGED
@@ -863,7 +863,7 @@ module Aws::EFS
|
|
863
863
|
# data as a hash:
|
864
864
|
#
|
865
865
|
# {
|
866
|
-
# transition_to_ia: "
|
866
|
+
# transition_to_ia: "AFTER_7_DAYS", # accepts AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
|
867
867
|
# }
|
868
868
|
#
|
869
869
|
# @!attribute [rw] transition_to_ia
|
@@ -1032,7 +1032,7 @@ module Aws::EFS
|
|
1032
1032
|
# file_system_id: "FileSystemId", # required
|
1033
1033
|
# lifecycle_policies: [ # required
|
1034
1034
|
# {
|
1035
|
-
# transition_to_ia: "
|
1035
|
+
# transition_to_ia: "AFTER_7_DAYS", # accepts AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
|
1036
1036
|
# },
|
1037
1037
|
# ],
|
1038
1038
|
# }
|
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.23.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: 2019-
|
11
|
+
date: 2019-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|