aws-sdk-efs 1.86.0 → 1.87.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
  SHA256:
3
- metadata.gz: ac75509acb5a8ead9858d874efd5a62ca4e581246a0939a2de06241be155b081
4
- data.tar.gz: 29a8a82c3c125fb878b7e5d231a92d9b8d9a701745debd83dc6f0d7678da3d87
3
+ metadata.gz: 65a5dba3f960034eb651573f609387e4dd5d17fd34692f8afbb3ac76b3657eb0
4
+ data.tar.gz: e1be1856b41e71334e2f713be5c6e05ad59021f77ea670ff720c4b5a9cbece8d
5
5
  SHA512:
6
- metadata.gz: c1fa88e8b6612090dbafede31c2c880f36ba1570acddc9d312eaaa414a1ba0495e5ab6389ba5dc58615da444503604673c65e106ebcfee88c22a1d3e4c531778
7
- data.tar.gz: e73543a155780f26ec6bb0d1be944800a87643f9edbc22d35f913932e4cb24f39eff86e73ce3a0e52e516f5842858ac7a27418ed5b3baa5463e81c91871d65d1
6
+ metadata.gz: 5ecada6d92833bcee379df496d7750065ac5a70028294347643abb7e9aea2fd75893bd3a6245a6ae8bf14e15c2e3e3bf1ce49df55850232054e9cbd067a1b348
7
+ data.tar.gz: 9b0e025cf42f9c0f6942e6410c6b5731937d8396674e8a56ce26c97fb38089fd2a4c75f703025e06f1d3dab27e3e032fed607fa79d2d48083d60aa4438e11f5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.86.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -793,7 +793,7 @@ module Aws::EFS
793
793
  # @option params [Array<Types::Tag>] :tags
794
794
  # Use to create one or more tags associated with the file system. Each
795
795
  # tag is a user-defined key-value pair. Name your file system on
796
- # creation by including a `"Key":"Name","Value":"\{value\}"` key-value
796
+ # creation by including a `"Key":"Name","Value":"{value}"` key-value
797
797
  # pair. Each key must be unique. For more information, see [Tagging
798
798
  # Amazon Web Services resources][1] in the *Amazon Web Services General
799
799
  # Reference Guide*.
@@ -2919,7 +2919,7 @@ module Aws::EFS
2919
2919
  tracer: tracer
2920
2920
  )
2921
2921
  context[:gem_name] = 'aws-sdk-efs'
2922
- context[:gem_version] = '1.86.0'
2922
+ context[:gem_version] = '1.87.0'
2923
2923
  Seahorse::Client::Request.new(handlers, context)
2924
2924
  end
2925
2925
 
@@ -493,7 +493,7 @@ module Aws::EFS
493
493
  # @!attribute [rw] tags
494
494
  # Use to create one or more tags associated with the file system. Each
495
495
  # tag is a user-defined key-value pair. Name your file system on
496
- # creation by including a `"Key":"Name","Value":"\{value\}"` key-value
496
+ # creation by including a `"Key":"Name","Value":"{value}"` key-value
497
497
  # pair. Each key must be unique. For more information, see [Tagging
498
498
  # Amazon Web Services resources][1] in the *Amazon Web Services
499
499
  # General Reference Guide*.
data/lib/aws-sdk-efs.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::EFS
54
54
  autoload :EndpointProvider, 'aws-sdk-efs/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-efs/endpoints'
56
56
 
57
- GEM_VERSION = '1.86.0'
57
+ GEM_VERSION = '1.87.0'
58
58
 
59
59
  end
60
60
 
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.86.0
4
+ version: 1.87.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core