aws-sdk-efs 1.19.0 → 1.20.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/lib/aws-sdk-efs.rb +1 -1
- data/lib/aws-sdk-efs/client.rb +7 -12
- data/lib/aws-sdk-efs/types.rb +6 -10
- 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: 6cd0f9df81ef40e158c829a7e6c100e0eb9b0b08
|
|
4
|
+
data.tar.gz: fb4767822471b81c00f6216dd0a09bb884a3b872
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27be486f14707c94485c041cb5f53f9f16235fe9308cc310f6f4b2813450a9f5fe12444f41b341afe84ae03574619f93b4b21b4b5dbf0a60531510c04fcfe82b
|
|
7
|
+
data.tar.gz: 90ae959790428df8809660eaaf5f1033f471d5ba5e070c391598063591a89718063e7100066fe9a6651b3842c4c335892a64fe91c679c20eefbb5d1a1aad88f5
|
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_30_DAYS"
|
|
1071
|
+
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "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
|
#
|
|
@@ -1368,19 +1368,14 @@ module Aws::EFS
|
|
|
1368
1368
|
# `LifecyclePolicies` array in the request body deletes any existing
|
|
1369
1369
|
# `LifecycleConfiguration` and disables lifecycle management.
|
|
1370
1370
|
#
|
|
1371
|
-
# <note markdown="1"> You can enable lifecycle management only for EFS file systems created
|
|
1372
|
-
# after the release of EFS infrequent access.
|
|
1373
|
-
#
|
|
1374
|
-
# </note>
|
|
1375
|
-
#
|
|
1376
1371
|
# In the request, specify the following:
|
|
1377
1372
|
#
|
|
1378
|
-
# * The ID for the file system for which you are
|
|
1379
|
-
# management
|
|
1373
|
+
# * The ID for the file system for which you are enabling, disabling, or
|
|
1374
|
+
# modifying lifecycle management.
|
|
1380
1375
|
#
|
|
1381
1376
|
# * A `LifecyclePolicies` array of `LifecyclePolicy` objects that define
|
|
1382
1377
|
# when files are moved to the IA storage class. The array can contain
|
|
1383
|
-
# only one `
|
|
1378
|
+
# only one `LifecyclePolicy` item.
|
|
1384
1379
|
#
|
|
1385
1380
|
# This operation requires permissions for the
|
|
1386
1381
|
# `elasticfilesystem:PutLifecycleConfiguration` operation.
|
|
@@ -1434,7 +1429,7 @@ module Aws::EFS
|
|
|
1434
1429
|
# file_system_id: "FileSystemId", # required
|
|
1435
1430
|
# lifecycle_policies: [ # required
|
|
1436
1431
|
# {
|
|
1437
|
-
# transition_to_ia: "
|
|
1432
|
+
# transition_to_ia: "AFTER_14_DAYS", # accepts AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
|
|
1438
1433
|
# },
|
|
1439
1434
|
# ],
|
|
1440
1435
|
# })
|
|
@@ -1442,7 +1437,7 @@ module Aws::EFS
|
|
|
1442
1437
|
# @example Response structure
|
|
1443
1438
|
#
|
|
1444
1439
|
# resp.lifecycle_policies #=> Array
|
|
1445
|
-
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_30_DAYS"
|
|
1440
|
+
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_14_DAYS", "AFTER_30_DAYS", "AFTER_60_DAYS", "AFTER_90_DAYS"
|
|
1446
1441
|
#
|
|
1447
1442
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/PutLifecycleConfiguration AWS API Documentation
|
|
1448
1443
|
#
|
|
@@ -1542,7 +1537,7 @@ module Aws::EFS
|
|
|
1542
1537
|
params: params,
|
|
1543
1538
|
config: config)
|
|
1544
1539
|
context[:gem_name] = 'aws-sdk-efs'
|
|
1545
|
-
context[:gem_version] = '1.
|
|
1540
|
+
context[:gem_version] = '1.20.0'
|
|
1546
1541
|
Seahorse::Client::Request.new(handlers, context)
|
|
1547
1542
|
end
|
|
1548
1543
|
|
data/lib/aws-sdk-efs/types.rb
CHANGED
|
@@ -863,18 +863,14 @@ module Aws::EFS
|
|
|
863
863
|
# data as a hash:
|
|
864
864
|
#
|
|
865
865
|
# {
|
|
866
|
-
# transition_to_ia: "
|
|
866
|
+
# transition_to_ia: "AFTER_14_DAYS", # accepts AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
|
|
867
867
|
# }
|
|
868
868
|
#
|
|
869
869
|
# @!attribute [rw] transition_to_ia
|
|
870
|
-
# A value that
|
|
871
|
-
#
|
|
872
|
-
#
|
|
873
|
-
#
|
|
874
|
-
# `AFTER_30_DAYS` indicates files that have not been read from or
|
|
875
|
-
# written to for 30 days are transitioned from the Standard storage
|
|
876
|
-
# class to the IA storage class. Metadata operations such as listing
|
|
877
|
-
# the contents of a directory don't count as a file access event.
|
|
870
|
+
# A value that describes the period of time that a file is not
|
|
871
|
+
# accessed, after which it transitions to the IA storage class.
|
|
872
|
+
# Metadata operations such as listing the contents of a directory
|
|
873
|
+
# don't count as file access events.
|
|
878
874
|
# @return [String]
|
|
879
875
|
#
|
|
880
876
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/LifecyclePolicy AWS API Documentation
|
|
@@ -1036,7 +1032,7 @@ module Aws::EFS
|
|
|
1036
1032
|
# file_system_id: "FileSystemId", # required
|
|
1037
1033
|
# lifecycle_policies: [ # required
|
|
1038
1034
|
# {
|
|
1039
|
-
# transition_to_ia: "
|
|
1035
|
+
# transition_to_ia: "AFTER_14_DAYS", # accepts AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
|
|
1040
1036
|
# },
|
|
1041
1037
|
# ],
|
|
1042
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.20.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-07-
|
|
11
|
+
date: 2019-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|