aws-sdk-efs 1.87.0 → 1.88.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +1 -2
- data/lib/aws-sdk-efs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c0a499a8387255f29d3f06b91cf5246891eb36619a9fa132fc1c82b73cc89f0
|
|
4
|
+
data.tar.gz: 699f3c410113d7661a26b2d3f8d23852c492d0d0b4a097c7adcdd76d5cf4e5b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc94d487b09f3dbd7b23dec89d82c759e79755688a57e309e81d9114ce28bd36478745edc3ccb2f62289fc287545f096cff5882c2c61001d632e965b8ade8562
|
|
7
|
+
data.tar.gz: e04dee34fd5edd375ad615c0e1811403b51b921d3f1e0693397484120b182a855add306aaac04c88a6f4f0b003f6abeaed4d87c99bd3aac5cd09db44db27d9dd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.88.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
|
@@ -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.
|
|
2921
|
+
context[:gem_version] = '1.88.0'
|
|
2923
2922
|
Seahorse::Client::Request.new(handlers, context)
|
|
2924
2923
|
end
|
|
2925
2924
|
|
data/lib/aws-sdk-efs.rb
CHANGED
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.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-11-
|
|
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
|