aws-sdk-efs 1.86.0 → 1.88.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: 1c0a499a8387255f29d3f06b91cf5246891eb36619a9fa132fc1c82b73cc89f0
4
+ data.tar.gz: 699f3c410113d7661a26b2d3f8d23852c492d0d0b4a097c7adcdd76d5cf4e5b4
5
5
  SHA512:
6
- metadata.gz: c1fa88e8b6612090dbafede31c2c880f36ba1570acddc9d312eaaa414a1ba0495e5ab6389ba5dc58615da444503604673c65e106ebcfee88c22a1d3e4c531778
7
- data.tar.gz: e73543a155780f26ec6bb0d1be944800a87643f9edbc22d35f913932e4cb24f39eff86e73ce3a0e52e516f5842858ac7a27418ed5b3baa5463e81c91871d65d1
6
+ metadata.gz: dc94d487b09f3dbd7b23dec89d82c759e79755688a57e309e81d9114ce28bd36478745edc3ccb2f62289fc287545f096cff5882c2c61001d632e965b8ade8562
7
+ data.tar.gz: e04dee34fd5edd375ad615c0e1811403b51b921d3f1e0693397484120b182a855add306aaac04c88a6f4f0b003f6abeaed4d87c99bd3aac5cd09db44db27d9dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.87.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.86.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.88.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*.
@@ -998,7 +998,6 @@ module Aws::EFS
998
998
  #
999
999
  # * Sets the `requesterManaged` property of the network interface to
1000
1000
  # `true`, and the `requesterId` value to `EFS`.
1001
- #
1002
1001
  # Each Amazon EFS mount target has one corresponding requester-managed
1003
1002
  # EC2 network interface. After the network interface is created,
1004
1003
  # Amazon EFS sets the `NetworkInterfaceId` field in the mount
@@ -2919,7 +2918,7 @@ module Aws::EFS
2919
2918
  tracer: tracer
2920
2919
  )
2921
2920
  context[:gem_name] = 'aws-sdk-efs'
2922
- context[:gem_version] = '1.86.0'
2921
+ context[:gem_version] = '1.88.0'
2923
2922
  Seahorse::Client::Request.new(handlers, context)
2924
2923
  end
2925
2924
 
@@ -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.88.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.88.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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core