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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +2 -2
- 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: 65a5dba3f960034eb651573f609387e4dd5d17fd34692f8afbb3ac76b3657eb0
|
4
|
+
data.tar.gz: e1be1856b41e71334e2f713be5c6e05ad59021f77ea670ff720c4b5a9cbece8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ecada6d92833bcee379df496d7750065ac5a70028294347643abb7e9aea2fd75893bd3a6245a6ae8bf14e15c2e3e3bf1ce49df55850232054e9cbd067a1b348
|
7
|
+
data.tar.gz: 9b0e025cf42f9c0f6942e6410c6b5731937d8396674e8a56ce26c97fb38089fd2a4c75f703025e06f1d3dab27e3e032fed607fa79d2d48083d60aa4438e11f5e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.87.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*.
|
@@ -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.
|
2922
|
+
context[:gem_version] = '1.87.0'
|
2923
2923
|
Seahorse::Client::Request.new(handlers, context)
|
2924
2924
|
end
|
2925
2925
|
|
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.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-
|
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
|