aws-sdk-efs 1.86.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +2 -3
- data/lib/aws-sdk-efs/types.rb +1 -1
- 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
|
@@ -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.
|
|
1
|
+
1.88.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
|
@@ -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":"
|
|
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.
|
|
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/types.rb
CHANGED
|
@@ -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":"
|
|
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
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
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|