aws-sdk-efs 1.26.0 → 1.27.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/lib/aws-sdk-efs.rb +1 -1
- data/lib/aws-sdk-efs/client.rb +13 -6
- data/lib/aws-sdk-efs/client_api.rb +1 -1
- data/lib/aws-sdk-efs/resource.rb +1 -7
- data/lib/aws-sdk-efs/types.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 449f06c57bb538ad43476769709b3639b96373863577087014ee21fcd644ba16
|
4
|
+
data.tar.gz: 11e9ffb71ea9d0074b4135eb06f1f0c80fc939c18ccfbd0ec906b82c4af0a869
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e5044422a2b56da956892cddad95254dd7781b9fc7ee264876db7e42125cbe82286e44da3c6f2abcac6b2984bc78775812593f6139fe5bd1df3079d2dd2940b
|
7
|
+
data.tar.gz: 16f3bfba5ada47c516c7729eb0b9a1e48298e366ae3d428040f2953ace84ee22df5b3fb1565f2df59da0d94a0eaaad032040126726328ad0b7d6add044751a25
|
data/lib/aws-sdk-efs.rb
CHANGED
data/lib/aws-sdk-efs/client.rb
CHANGED
@@ -269,8 +269,7 @@ module Aws::EFS
|
|
269
269
|
#
|
270
270
|
# @option options [Integer] :http_read_timeout (60) The default
|
271
271
|
# number of seconds to wait for response data. This value can
|
272
|
-
# safely be set
|
273
|
-
# per-request on the session yielded by {#session_for}.
|
272
|
+
# safely be set per-request on the session.
|
274
273
|
#
|
275
274
|
# @option options [Float] :http_idle_timeout (5) The number of
|
276
275
|
# seconds a connection is allowed to sit idle before it is
|
@@ -282,7 +281,7 @@ module Aws::EFS
|
|
282
281
|
# request body. This option has no effect unless the request has
|
283
282
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
284
283
|
# disables this behaviour. This value can safely be set per
|
285
|
-
# request on the session
|
284
|
+
# request on the session.
|
286
285
|
#
|
287
286
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
288
287
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -1166,6 +1165,8 @@ module Aws::EFS
|
|
1166
1165
|
# * {Types::DescribeAccessPointsResponse#access_points #access_points} => Array<Types::AccessPointDescription>
|
1167
1166
|
# * {Types::DescribeAccessPointsResponse#next_token #next_token} => String
|
1168
1167
|
#
|
1168
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1169
|
+
#
|
1169
1170
|
# @example Request syntax with placeholder values
|
1170
1171
|
#
|
1171
1172
|
# resp = client.describe_access_points({
|
@@ -1294,6 +1295,8 @@ module Aws::EFS
|
|
1294
1295
|
# * {Types::DescribeFileSystemsResponse#file_systems #file_systems} => Array<Types::FileSystemDescription>
|
1295
1296
|
# * {Types::DescribeFileSystemsResponse#next_marker #next_marker} => String
|
1296
1297
|
#
|
1298
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1299
|
+
#
|
1297
1300
|
#
|
1298
1301
|
# @example Example: To describe an EFS file system
|
1299
1302
|
#
|
@@ -1613,6 +1616,8 @@ module Aws::EFS
|
|
1613
1616
|
# * {Types::DescribeTagsResponse#tags #tags} => Array<Types::Tag>
|
1614
1617
|
# * {Types::DescribeTagsResponse#next_marker #next_marker} => String
|
1615
1618
|
#
|
1619
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1620
|
+
#
|
1616
1621
|
#
|
1617
1622
|
# @example Example: To describe the tags for a file system
|
1618
1623
|
#
|
@@ -1681,6 +1686,8 @@ module Aws::EFS
|
|
1681
1686
|
# * {Types::ListTagsForResourceResponse#tags #tags} => Array<Types::Tag>
|
1682
1687
|
# * {Types::ListTagsForResourceResponse#next_token #next_token} => String
|
1683
1688
|
#
|
1689
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1690
|
+
#
|
1684
1691
|
# @example Request syntax with placeholder values
|
1685
1692
|
#
|
1686
1693
|
# resp = client.list_tags_for_resource({
|
@@ -1963,7 +1970,7 @@ module Aws::EFS
|
|
1963
1970
|
# @option params [required, String] :resource_id
|
1964
1971
|
# Specifies the EFS resource that you want to remove tags from.
|
1965
1972
|
#
|
1966
|
-
# @option params [Array<String>] :tag_keys
|
1973
|
+
# @option params [required, Array<String>] :tag_keys
|
1967
1974
|
# The keys of the key:value tag pairs that you want to remove from the
|
1968
1975
|
# specified EFS resource.
|
1969
1976
|
#
|
@@ -1973,7 +1980,7 @@ module Aws::EFS
|
|
1973
1980
|
#
|
1974
1981
|
# resp = client.untag_resource({
|
1975
1982
|
# resource_id: "ResourceId", # required
|
1976
|
-
# tag_keys: ["TagKey"],
|
1983
|
+
# tag_keys: ["TagKey"], # required
|
1977
1984
|
# })
|
1978
1985
|
#
|
1979
1986
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/UntagResource AWS API Documentation
|
@@ -2074,7 +2081,7 @@ module Aws::EFS
|
|
2074
2081
|
params: params,
|
2075
2082
|
config: config)
|
2076
2083
|
context[:gem_name] = 'aws-sdk-efs'
|
2077
|
-
context[:gem_version] = '1.
|
2084
|
+
context[:gem_version] = '1.27.0'
|
2078
2085
|
Seahorse::Client::Request.new(handlers, context)
|
2079
2086
|
end
|
2080
2087
|
|
@@ -447,7 +447,7 @@ module Aws::EFS
|
|
447
447
|
UnsupportedAvailabilityZone.struct_class = Types::UnsupportedAvailabilityZone
|
448
448
|
|
449
449
|
UntagResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "ResourceId"))
|
450
|
-
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, location_name: "
|
450
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
|
451
451
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
452
452
|
|
453
453
|
UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location: "uri", location_name: "FileSystemId"))
|
data/lib/aws-sdk-efs/resource.rb
CHANGED
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::EFS
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::EFS::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::EFS::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::EFS::Resource.new(client: client)
|
9
|
+
|
16
10
|
class Resource
|
17
11
|
|
18
12
|
# @param options ({})
|
data/lib/aws-sdk-efs/types.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.27.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: 2020-
|
11
|
+
date: 2020-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
- !ruby/object:Gem::Version
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
|
-
|
83
|
+
rubyforge_project:
|
84
|
+
rubygems_version: 2.7.6.2
|
84
85
|
signing_key:
|
85
86
|
specification_version: 4
|
86
87
|
summary: AWS SDK for Ruby - EFS
|