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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4404de55dc5358a3448289b8189dfa299b40d29d
4
- data.tar.gz: 38fb307c91ba8759d51f8607924f312ae7ad2ba7
3
+ metadata.gz: '08f39e4477cf65a0e88737d5103585cf7153cf57'
4
+ data.tar.gz: 8f8b50e8094319487edf9b822e76047f39be16d8
5
5
  SHA512:
6
- metadata.gz: 1d65953a1fc5cae0b32c9b79590e61bceaf8662184f33e6b09b076a8a7d7d7cd76d8c5562a71bfa25533d316e3c7dfc6cc1a4cc6c1fe71f615d7edeeb75d2307
7
- data.tar.gz: c63308a39b4b90aefc3cc24e2919088a7661f9eae64b382c626c1f6377b8c31525121506f436e62099fe607fcfece61ce418926022673da5baf7f88d52a2eff9
6
+ metadata.gz: b1dcdcaf77640c1ccd44a3f8a1c5f52382713702290009224cbd50daec0c59497a9482ccf9ece7b2738205dfbefc36bc6ac2558346381987f748fdba6a1b6d0d
7
+ data.tar.gz: 96b5f3903dd5274305ac847726adc0151291701195c61ca010160578eaee7d4cd037a7a35dca6ff6c7b1cd9a17a822eb608585bc47678c48d810b245bf4b9952
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-efs/customizations'
42
42
  # @service
43
43
  module Aws::EFS
44
44
 
45
- GEM_VERSION = '1.22.0'
45
+ GEM_VERSION = '1.23.0'
46
46
 
47
47
  end
@@ -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: "AFTER_14_DAYS", # accepts AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
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.22.0'
1540
+ context[:gem_version] = '1.23.0'
1541
1541
  Seahorse::Client::Request.new(handlers, context)
1542
1542
  end
1543
1543
 
@@ -863,7 +863,7 @@ module Aws::EFS
863
863
  # data as a hash:
864
864
  #
865
865
  # {
866
- # transition_to_ia: "AFTER_14_DAYS", # accepts AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
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: "AFTER_14_DAYS", # accepts AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
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.22.0
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-10-23 00:00:00.000000000 Z
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