aws-sdk-efs 1.26.0 → 1.31.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 +3 -1
- data/lib/aws-sdk-efs/client.rb +20 -9
- data/lib/aws-sdk-efs/client_api.rb +3 -1
- data/lib/aws-sdk-efs/customizations.rb +1 -0
- data/lib/aws-sdk-efs/errors.rb +2 -0
- data/lib/aws-sdk-efs/resource.rb +3 -7
- data/lib/aws-sdk-efs/types.rb +69 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b82e0c6760983c929457352b926cdae8e936df8b4245c46946b4b6f52deb37b
|
4
|
+
data.tar.gz: 8f4b6b7c8741573a91b4bbcdbcc04c20bfb58a79095ad3fddb97f5b434e9822e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45c4cd79dd249c2b49131d31a6f27a950b96c75d205ad2218334dd073e65e8d5669084c6a99d704624dc6a6d0cb0f81773d0ebf3e93c9898dec730d6a47ad6fe
|
7
|
+
data.tar.gz: 4bca5b2c35cd0ebe680f38b423338a9e6aaba568b460d2088d6c1c8160ca6c27f1a3f758723640544dffbc5c8e9b924524cc5189a51f54bc88f4cf11025c79d9
|
data/lib/aws-sdk-efs.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-efs/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::EFS
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.31.0'
|
49
51
|
|
50
52
|
end
|
data/lib/aws-sdk-efs/client.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::EFS
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::EFS
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::EFS
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::EFS
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -269,8 +273,7 @@ module Aws::EFS
|
|
269
273
|
#
|
270
274
|
# @option options [Integer] :http_read_timeout (60) The default
|
271
275
|
# 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}.
|
276
|
+
# safely be set per-request on the session.
|
274
277
|
#
|
275
278
|
# @option options [Float] :http_idle_timeout (5) The number of
|
276
279
|
# seconds a connection is allowed to sit idle before it is
|
@@ -282,7 +285,7 @@ module Aws::EFS
|
|
282
285
|
# request body. This option has no effect unless the request has
|
283
286
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
284
287
|
# disables this behaviour. This value can safely be set per
|
285
|
-
# request on the session
|
288
|
+
# request on the session.
|
286
289
|
#
|
287
290
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
288
291
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -1166,6 +1169,8 @@ module Aws::EFS
|
|
1166
1169
|
# * {Types::DescribeAccessPointsResponse#access_points #access_points} => Array<Types::AccessPointDescription>
|
1167
1170
|
# * {Types::DescribeAccessPointsResponse#next_token #next_token} => String
|
1168
1171
|
#
|
1172
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1173
|
+
#
|
1169
1174
|
# @example Request syntax with placeholder values
|
1170
1175
|
#
|
1171
1176
|
# resp = client.describe_access_points({
|
@@ -1294,6 +1299,8 @@ module Aws::EFS
|
|
1294
1299
|
# * {Types::DescribeFileSystemsResponse#file_systems #file_systems} => Array<Types::FileSystemDescription>
|
1295
1300
|
# * {Types::DescribeFileSystemsResponse#next_marker #next_marker} => String
|
1296
1301
|
#
|
1302
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1303
|
+
#
|
1297
1304
|
#
|
1298
1305
|
# @example Example: To describe an EFS file system
|
1299
1306
|
#
|
@@ -1613,6 +1620,8 @@ module Aws::EFS
|
|
1613
1620
|
# * {Types::DescribeTagsResponse#tags #tags} => Array<Types::Tag>
|
1614
1621
|
# * {Types::DescribeTagsResponse#next_marker #next_marker} => String
|
1615
1622
|
#
|
1623
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1624
|
+
#
|
1616
1625
|
#
|
1617
1626
|
# @example Example: To describe the tags for a file system
|
1618
1627
|
#
|
@@ -1681,6 +1690,8 @@ module Aws::EFS
|
|
1681
1690
|
# * {Types::ListTagsForResourceResponse#tags #tags} => Array<Types::Tag>
|
1682
1691
|
# * {Types::ListTagsForResourceResponse#next_token #next_token} => String
|
1683
1692
|
#
|
1693
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1694
|
+
#
|
1684
1695
|
# @example Request syntax with placeholder values
|
1685
1696
|
#
|
1686
1697
|
# resp = client.list_tags_for_resource({
|
@@ -1963,7 +1974,7 @@ module Aws::EFS
|
|
1963
1974
|
# @option params [required, String] :resource_id
|
1964
1975
|
# Specifies the EFS resource that you want to remove tags from.
|
1965
1976
|
#
|
1966
|
-
# @option params [Array<String>] :tag_keys
|
1977
|
+
# @option params [required, Array<String>] :tag_keys
|
1967
1978
|
# The keys of the key:value tag pairs that you want to remove from the
|
1968
1979
|
# specified EFS resource.
|
1969
1980
|
#
|
@@ -1973,7 +1984,7 @@ module Aws::EFS
|
|
1973
1984
|
#
|
1974
1985
|
# resp = client.untag_resource({
|
1975
1986
|
# resource_id: "ResourceId", # required
|
1976
|
-
# tag_keys: ["TagKey"],
|
1987
|
+
# tag_keys: ["TagKey"], # required
|
1977
1988
|
# })
|
1978
1989
|
#
|
1979
1990
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/UntagResource AWS API Documentation
|
@@ -2074,7 +2085,7 @@ module Aws::EFS
|
|
2074
2085
|
params: params,
|
2075
2086
|
config: config)
|
2076
2087
|
context[:gem_name] = 'aws-sdk-efs'
|
2077
|
-
context[:gem_version] = '1.
|
2088
|
+
context[:gem_version] = '1.31.0'
|
2078
2089
|
Seahorse::Client::Request.new(handlers, context)
|
2079
2090
|
end
|
2080
2091
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -447,7 +449,7 @@ module Aws::EFS
|
|
447
449
|
UnsupportedAvailabilityZone.struct_class = Types::UnsupportedAvailabilityZone
|
448
450
|
|
449
451
|
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: "
|
452
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
|
451
453
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
452
454
|
|
453
455
|
UpdateFileSystemRequest.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location: "uri", location_name: "FileSystemId"))
|
data/lib/aws-sdk-efs/errors.rb
CHANGED
data/lib/aws-sdk-efs/resource.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -6,13 +8,7 @@
|
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
8
10
|
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)
|
11
|
+
|
16
12
|
class Resource
|
17
13
|
|
18
14
|
# @param options ({})
|
data/lib/aws-sdk-efs/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -26,6 +28,7 @@ module Aws::EFS
|
|
26
28
|
:error_code,
|
27
29
|
:message,
|
28
30
|
:access_point_id)
|
31
|
+
SENSITIVE = []
|
29
32
|
include Aws::Structure
|
30
33
|
end
|
31
34
|
|
@@ -90,6 +93,7 @@ module Aws::EFS
|
|
90
93
|
:root_directory,
|
91
94
|
:owner_id,
|
92
95
|
:life_cycle_state)
|
96
|
+
SENSITIVE = []
|
93
97
|
include Aws::Structure
|
94
98
|
end
|
95
99
|
|
@@ -107,6 +111,7 @@ module Aws::EFS
|
|
107
111
|
class AccessPointLimitExceeded < Struct.new(
|
108
112
|
:error_code,
|
109
113
|
:message)
|
114
|
+
SENSITIVE = []
|
110
115
|
include Aws::Structure
|
111
116
|
end
|
112
117
|
|
@@ -124,6 +129,7 @@ module Aws::EFS
|
|
124
129
|
class AccessPointNotFound < Struct.new(
|
125
130
|
:error_code,
|
126
131
|
:message)
|
132
|
+
SENSITIVE = []
|
127
133
|
include Aws::Structure
|
128
134
|
end
|
129
135
|
|
@@ -141,6 +147,7 @@ module Aws::EFS
|
|
141
147
|
class BadRequest < Struct.new(
|
142
148
|
:error_code,
|
143
149
|
:message)
|
150
|
+
SENSITIVE = []
|
144
151
|
include Aws::Structure
|
145
152
|
end
|
146
153
|
|
@@ -213,6 +220,7 @@ module Aws::EFS
|
|
213
220
|
:file_system_id,
|
214
221
|
:posix_user,
|
215
222
|
:root_directory)
|
223
|
+
SENSITIVE = []
|
216
224
|
include Aws::Structure
|
217
225
|
end
|
218
226
|
|
@@ -334,6 +342,7 @@ module Aws::EFS
|
|
334
342
|
:throughput_mode,
|
335
343
|
:provisioned_throughput_in_mibps,
|
336
344
|
:tags)
|
345
|
+
SENSITIVE = []
|
337
346
|
include Aws::Structure
|
338
347
|
end
|
339
348
|
|
@@ -371,6 +380,7 @@ module Aws::EFS
|
|
371
380
|
:subnet_id,
|
372
381
|
:ip_address,
|
373
382
|
:security_groups)
|
383
|
+
SENSITIVE = []
|
374
384
|
include Aws::Structure
|
375
385
|
end
|
376
386
|
|
@@ -402,6 +412,7 @@ module Aws::EFS
|
|
402
412
|
class CreateTagsRequest < Struct.new(
|
403
413
|
:file_system_id,
|
404
414
|
:tags)
|
415
|
+
SENSITIVE = []
|
405
416
|
include Aws::Structure
|
406
417
|
end
|
407
418
|
|
@@ -446,6 +457,7 @@ module Aws::EFS
|
|
446
457
|
:owner_uid,
|
447
458
|
:owner_gid,
|
448
459
|
:permissions)
|
460
|
+
SENSITIVE = []
|
449
461
|
include Aws::Structure
|
450
462
|
end
|
451
463
|
|
@@ -464,6 +476,7 @@ module Aws::EFS
|
|
464
476
|
#
|
465
477
|
class DeleteAccessPointRequest < Struct.new(
|
466
478
|
:access_point_id)
|
479
|
+
SENSITIVE = []
|
467
480
|
include Aws::Structure
|
468
481
|
end
|
469
482
|
|
@@ -483,6 +496,7 @@ module Aws::EFS
|
|
483
496
|
#
|
484
497
|
class DeleteFileSystemPolicyRequest < Struct.new(
|
485
498
|
:file_system_id)
|
499
|
+
SENSITIVE = []
|
486
500
|
include Aws::Structure
|
487
501
|
end
|
488
502
|
|
@@ -501,6 +515,7 @@ module Aws::EFS
|
|
501
515
|
#
|
502
516
|
class DeleteFileSystemRequest < Struct.new(
|
503
517
|
:file_system_id)
|
518
|
+
SENSITIVE = []
|
504
519
|
include Aws::Structure
|
505
520
|
end
|
506
521
|
|
@@ -519,6 +534,7 @@ module Aws::EFS
|
|
519
534
|
#
|
520
535
|
class DeleteMountTargetRequest < Struct.new(
|
521
536
|
:mount_target_id)
|
537
|
+
SENSITIVE = []
|
522
538
|
include Aws::Structure
|
523
539
|
end
|
524
540
|
|
@@ -543,6 +559,7 @@ module Aws::EFS
|
|
543
559
|
class DeleteTagsRequest < Struct.new(
|
544
560
|
:file_system_id,
|
545
561
|
:tag_keys)
|
562
|
+
SENSITIVE = []
|
546
563
|
include Aws::Structure
|
547
564
|
end
|
548
565
|
|
@@ -560,6 +577,7 @@ module Aws::EFS
|
|
560
577
|
class DependencyTimeout < Struct.new(
|
561
578
|
:error_code,
|
562
579
|
:message)
|
580
|
+
SENSITIVE = []
|
563
581
|
include Aws::Structure
|
564
582
|
end
|
565
583
|
|
@@ -603,6 +621,7 @@ module Aws::EFS
|
|
603
621
|
:next_token,
|
604
622
|
:access_point_id,
|
605
623
|
:file_system_id)
|
624
|
+
SENSITIVE = []
|
606
625
|
include Aws::Structure
|
607
626
|
end
|
608
627
|
|
@@ -621,6 +640,7 @@ module Aws::EFS
|
|
621
640
|
class DescribeAccessPointsResponse < Struct.new(
|
622
641
|
:access_points,
|
623
642
|
:next_token)
|
643
|
+
SENSITIVE = []
|
624
644
|
include Aws::Structure
|
625
645
|
end
|
626
646
|
|
@@ -640,6 +660,7 @@ module Aws::EFS
|
|
640
660
|
#
|
641
661
|
class DescribeFileSystemPolicyRequest < Struct.new(
|
642
662
|
:file_system_id)
|
663
|
+
SENSITIVE = []
|
643
664
|
include Aws::Structure
|
644
665
|
end
|
645
666
|
|
@@ -684,6 +705,7 @@ module Aws::EFS
|
|
684
705
|
:marker,
|
685
706
|
:creation_token,
|
686
707
|
:file_system_id)
|
708
|
+
SENSITIVE = []
|
687
709
|
include Aws::Structure
|
688
710
|
end
|
689
711
|
|
@@ -707,6 +729,7 @@ module Aws::EFS
|
|
707
729
|
:marker,
|
708
730
|
:file_systems,
|
709
731
|
:next_marker)
|
732
|
+
SENSITIVE = []
|
710
733
|
include Aws::Structure
|
711
734
|
end
|
712
735
|
|
@@ -726,6 +749,7 @@ module Aws::EFS
|
|
726
749
|
#
|
727
750
|
class DescribeLifecycleConfigurationRequest < Struct.new(
|
728
751
|
:file_system_id)
|
752
|
+
SENSITIVE = []
|
729
753
|
include Aws::Structure
|
730
754
|
end
|
731
755
|
|
@@ -745,6 +769,7 @@ module Aws::EFS
|
|
745
769
|
#
|
746
770
|
class DescribeMountTargetSecurityGroupsRequest < Struct.new(
|
747
771
|
:mount_target_id)
|
772
|
+
SENSITIVE = []
|
748
773
|
include Aws::Structure
|
749
774
|
end
|
750
775
|
|
@@ -756,6 +781,7 @@ module Aws::EFS
|
|
756
781
|
#
|
757
782
|
class DescribeMountTargetSecurityGroupsResponse < Struct.new(
|
758
783
|
:security_groups)
|
784
|
+
SENSITIVE = []
|
759
785
|
include Aws::Structure
|
760
786
|
end
|
761
787
|
|
@@ -812,6 +838,7 @@ module Aws::EFS
|
|
812
838
|
:file_system_id,
|
813
839
|
:mount_target_id,
|
814
840
|
:access_point_id)
|
841
|
+
SENSITIVE = []
|
815
842
|
include Aws::Structure
|
816
843
|
end
|
817
844
|
|
@@ -837,6 +864,7 @@ module Aws::EFS
|
|
837
864
|
:marker,
|
838
865
|
:mount_targets,
|
839
866
|
:next_marker)
|
867
|
+
SENSITIVE = []
|
840
868
|
include Aws::Structure
|
841
869
|
end
|
842
870
|
|
@@ -872,6 +900,7 @@ module Aws::EFS
|
|
872
900
|
:max_items,
|
873
901
|
:marker,
|
874
902
|
:file_system_id)
|
903
|
+
SENSITIVE = []
|
875
904
|
include Aws::Structure
|
876
905
|
end
|
877
906
|
|
@@ -898,6 +927,7 @@ module Aws::EFS
|
|
898
927
|
:marker,
|
899
928
|
:tags,
|
900
929
|
:next_marker)
|
930
|
+
SENSITIVE = []
|
901
931
|
include Aws::Structure
|
902
932
|
end
|
903
933
|
|
@@ -919,6 +949,7 @@ module Aws::EFS
|
|
919
949
|
:error_code,
|
920
950
|
:message,
|
921
951
|
:file_system_id)
|
952
|
+
SENSITIVE = []
|
922
953
|
include Aws::Structure
|
923
954
|
end
|
924
955
|
|
@@ -1031,6 +1062,7 @@ module Aws::EFS
|
|
1031
1062
|
:throughput_mode,
|
1032
1063
|
:provisioned_throughput_in_mibps,
|
1033
1064
|
:tags)
|
1065
|
+
SENSITIVE = []
|
1034
1066
|
include Aws::Structure
|
1035
1067
|
end
|
1036
1068
|
|
@@ -1047,6 +1079,7 @@ module Aws::EFS
|
|
1047
1079
|
class FileSystemInUse < Struct.new(
|
1048
1080
|
:error_code,
|
1049
1081
|
:message)
|
1082
|
+
SENSITIVE = []
|
1050
1083
|
include Aws::Structure
|
1051
1084
|
end
|
1052
1085
|
|
@@ -1064,6 +1097,7 @@ module Aws::EFS
|
|
1064
1097
|
class FileSystemLimitExceeded < Struct.new(
|
1065
1098
|
:error_code,
|
1066
1099
|
:message)
|
1100
|
+
SENSITIVE = []
|
1067
1101
|
include Aws::Structure
|
1068
1102
|
end
|
1069
1103
|
|
@@ -1081,6 +1115,7 @@ module Aws::EFS
|
|
1081
1115
|
class FileSystemNotFound < Struct.new(
|
1082
1116
|
:error_code,
|
1083
1117
|
:message)
|
1118
|
+
SENSITIVE = []
|
1084
1119
|
include Aws::Structure
|
1085
1120
|
end
|
1086
1121
|
|
@@ -1098,6 +1133,7 @@ module Aws::EFS
|
|
1098
1133
|
class FileSystemPolicyDescription < Struct.new(
|
1099
1134
|
:file_system_id,
|
1100
1135
|
:policy)
|
1136
|
+
SENSITIVE = []
|
1101
1137
|
include Aws::Structure
|
1102
1138
|
end
|
1103
1139
|
|
@@ -1139,6 +1175,7 @@ module Aws::EFS
|
|
1139
1175
|
:timestamp,
|
1140
1176
|
:value_in_ia,
|
1141
1177
|
:value_in_standard)
|
1178
|
+
SENSITIVE = []
|
1142
1179
|
include Aws::Structure
|
1143
1180
|
end
|
1144
1181
|
|
@@ -1155,6 +1192,7 @@ module Aws::EFS
|
|
1155
1192
|
class IncorrectFileSystemLifeCycleState < Struct.new(
|
1156
1193
|
:error_code,
|
1157
1194
|
:message)
|
1195
|
+
SENSITIVE = []
|
1158
1196
|
include Aws::Structure
|
1159
1197
|
end
|
1160
1198
|
|
@@ -1172,6 +1210,7 @@ module Aws::EFS
|
|
1172
1210
|
class IncorrectMountTargetState < Struct.new(
|
1173
1211
|
:error_code,
|
1174
1212
|
:message)
|
1213
|
+
SENSITIVE = []
|
1175
1214
|
include Aws::Structure
|
1176
1215
|
end
|
1177
1216
|
|
@@ -1193,6 +1232,7 @@ module Aws::EFS
|
|
1193
1232
|
class InsufficientThroughputCapacity < Struct.new(
|
1194
1233
|
:error_code,
|
1195
1234
|
:message)
|
1235
|
+
SENSITIVE = []
|
1196
1236
|
include Aws::Structure
|
1197
1237
|
end
|
1198
1238
|
|
@@ -1209,6 +1249,7 @@ module Aws::EFS
|
|
1209
1249
|
class InternalServerError < Struct.new(
|
1210
1250
|
:error_code,
|
1211
1251
|
:message)
|
1252
|
+
SENSITIVE = []
|
1212
1253
|
include Aws::Structure
|
1213
1254
|
end
|
1214
1255
|
|
@@ -1228,6 +1269,7 @@ module Aws::EFS
|
|
1228
1269
|
class InvalidPolicyException < Struct.new(
|
1229
1270
|
:error_code,
|
1230
1271
|
:message)
|
1272
|
+
SENSITIVE = []
|
1231
1273
|
include Aws::Structure
|
1232
1274
|
end
|
1233
1275
|
|
@@ -1245,6 +1287,7 @@ module Aws::EFS
|
|
1245
1287
|
class IpAddressInUse < Struct.new(
|
1246
1288
|
:error_code,
|
1247
1289
|
:message)
|
1290
|
+
SENSITIVE = []
|
1248
1291
|
include Aws::Structure
|
1249
1292
|
end
|
1250
1293
|
|
@@ -1257,6 +1300,7 @@ module Aws::EFS
|
|
1257
1300
|
#
|
1258
1301
|
class LifecycleConfigurationDescription < Struct.new(
|
1259
1302
|
:lifecycle_policies)
|
1303
|
+
SENSITIVE = []
|
1260
1304
|
include Aws::Structure
|
1261
1305
|
end
|
1262
1306
|
|
@@ -1281,6 +1325,7 @@ module Aws::EFS
|
|
1281
1325
|
#
|
1282
1326
|
class LifecyclePolicy < Struct.new(
|
1283
1327
|
:transition_to_ia)
|
1328
|
+
SENSITIVE = []
|
1284
1329
|
include Aws::Structure
|
1285
1330
|
end
|
1286
1331
|
|
@@ -1316,6 +1361,7 @@ module Aws::EFS
|
|
1316
1361
|
:resource_id,
|
1317
1362
|
:max_results,
|
1318
1363
|
:next_token)
|
1364
|
+
SENSITIVE = []
|
1319
1365
|
include Aws::Structure
|
1320
1366
|
end
|
1321
1367
|
|
@@ -1334,6 +1380,7 @@ module Aws::EFS
|
|
1334
1380
|
class ListTagsForResourceResponse < Struct.new(
|
1335
1381
|
:tags,
|
1336
1382
|
:next_token)
|
1383
|
+
SENSITIVE = []
|
1337
1384
|
include Aws::Structure
|
1338
1385
|
end
|
1339
1386
|
|
@@ -1358,6 +1405,7 @@ module Aws::EFS
|
|
1358
1405
|
class ModifyMountTargetSecurityGroupsRequest < Struct.new(
|
1359
1406
|
:mount_target_id,
|
1360
1407
|
:security_groups)
|
1408
|
+
SENSITIVE = []
|
1361
1409
|
include Aws::Structure
|
1362
1410
|
end
|
1363
1411
|
|
@@ -1375,6 +1423,7 @@ module Aws::EFS
|
|
1375
1423
|
class MountTargetConflict < Struct.new(
|
1376
1424
|
:error_code,
|
1377
1425
|
:message)
|
1426
|
+
SENSITIVE = []
|
1378
1427
|
include Aws::Structure
|
1379
1428
|
end
|
1380
1429
|
|
@@ -1437,6 +1486,7 @@ module Aws::EFS
|
|
1437
1486
|
:network_interface_id,
|
1438
1487
|
:availability_zone_id,
|
1439
1488
|
:availability_zone_name)
|
1489
|
+
SENSITIVE = []
|
1440
1490
|
include Aws::Structure
|
1441
1491
|
end
|
1442
1492
|
|
@@ -1454,6 +1504,7 @@ module Aws::EFS
|
|
1454
1504
|
class MountTargetNotFound < Struct.new(
|
1455
1505
|
:error_code,
|
1456
1506
|
:message)
|
1507
|
+
SENSITIVE = []
|
1457
1508
|
include Aws::Structure
|
1458
1509
|
end
|
1459
1510
|
|
@@ -1479,6 +1530,7 @@ module Aws::EFS
|
|
1479
1530
|
class NetworkInterfaceLimitExceeded < Struct.new(
|
1480
1531
|
:error_code,
|
1481
1532
|
:message)
|
1533
|
+
SENSITIVE = []
|
1482
1534
|
include Aws::Structure
|
1483
1535
|
end
|
1484
1536
|
|
@@ -1496,6 +1548,7 @@ module Aws::EFS
|
|
1496
1548
|
class NoFreeAddressesInSubnet < Struct.new(
|
1497
1549
|
:error_code,
|
1498
1550
|
:message)
|
1551
|
+
SENSITIVE = []
|
1499
1552
|
include Aws::Structure
|
1500
1553
|
end
|
1501
1554
|
|
@@ -1513,6 +1566,7 @@ module Aws::EFS
|
|
1513
1566
|
class PolicyNotFound < Struct.new(
|
1514
1567
|
:error_code,
|
1515
1568
|
:message)
|
1569
|
+
SENSITIVE = []
|
1516
1570
|
include Aws::Structure
|
1517
1571
|
end
|
1518
1572
|
|
@@ -1550,6 +1604,7 @@ module Aws::EFS
|
|
1550
1604
|
:uid,
|
1551
1605
|
:gid,
|
1552
1606
|
:secondary_gids)
|
1607
|
+
SENSITIVE = []
|
1553
1608
|
include Aws::Structure
|
1554
1609
|
end
|
1555
1610
|
|
@@ -1596,6 +1651,7 @@ module Aws::EFS
|
|
1596
1651
|
:file_system_id,
|
1597
1652
|
:policy,
|
1598
1653
|
:bypass_policy_lockout_safety_check)
|
1654
|
+
SENSITIVE = []
|
1599
1655
|
include Aws::Structure
|
1600
1656
|
end
|
1601
1657
|
|
@@ -1628,6 +1684,7 @@ module Aws::EFS
|
|
1628
1684
|
class PutLifecycleConfigurationRequest < Struct.new(
|
1629
1685
|
:file_system_id,
|
1630
1686
|
:lifecycle_policies)
|
1687
|
+
SENSITIVE = []
|
1631
1688
|
include Aws::Structure
|
1632
1689
|
end
|
1633
1690
|
|
@@ -1676,6 +1733,7 @@ module Aws::EFS
|
|
1676
1733
|
class RootDirectory < Struct.new(
|
1677
1734
|
:path,
|
1678
1735
|
:creation_info)
|
1736
|
+
SENSITIVE = []
|
1679
1737
|
include Aws::Structure
|
1680
1738
|
end
|
1681
1739
|
|
@@ -1693,6 +1751,7 @@ module Aws::EFS
|
|
1693
1751
|
class SecurityGroupLimitExceeded < Struct.new(
|
1694
1752
|
:error_code,
|
1695
1753
|
:message)
|
1754
|
+
SENSITIVE = []
|
1696
1755
|
include Aws::Structure
|
1697
1756
|
end
|
1698
1757
|
|
@@ -1710,6 +1769,7 @@ module Aws::EFS
|
|
1710
1769
|
class SecurityGroupNotFound < Struct.new(
|
1711
1770
|
:error_code,
|
1712
1771
|
:message)
|
1772
|
+
SENSITIVE = []
|
1713
1773
|
include Aws::Structure
|
1714
1774
|
end
|
1715
1775
|
|
@@ -1727,6 +1787,7 @@ module Aws::EFS
|
|
1727
1787
|
class SubnetNotFound < Struct.new(
|
1728
1788
|
:error_code,
|
1729
1789
|
:message)
|
1790
|
+
SENSITIVE = []
|
1730
1791
|
include Aws::Structure
|
1731
1792
|
end
|
1732
1793
|
|
@@ -1755,6 +1816,7 @@ module Aws::EFS
|
|
1755
1816
|
class Tag < Struct.new(
|
1756
1817
|
:key,
|
1757
1818
|
:value)
|
1819
|
+
SENSITIVE = []
|
1758
1820
|
include Aws::Structure
|
1759
1821
|
end
|
1760
1822
|
|
@@ -1784,6 +1846,7 @@ module Aws::EFS
|
|
1784
1846
|
class TagResourceRequest < Struct.new(
|
1785
1847
|
:resource_id,
|
1786
1848
|
:tags)
|
1849
|
+
SENSITIVE = []
|
1787
1850
|
include Aws::Structure
|
1788
1851
|
end
|
1789
1852
|
|
@@ -1802,6 +1865,7 @@ module Aws::EFS
|
|
1802
1865
|
class ThroughputLimitExceeded < Struct.new(
|
1803
1866
|
:error_code,
|
1804
1867
|
:message)
|
1868
|
+
SENSITIVE = []
|
1805
1869
|
include Aws::Structure
|
1806
1870
|
end
|
1807
1871
|
|
@@ -1819,6 +1883,7 @@ module Aws::EFS
|
|
1819
1883
|
class TooManyRequests < Struct.new(
|
1820
1884
|
:error_code,
|
1821
1885
|
:message)
|
1886
|
+
SENSITIVE = []
|
1822
1887
|
include Aws::Structure
|
1823
1888
|
end
|
1824
1889
|
|
@@ -1833,6 +1898,7 @@ module Aws::EFS
|
|
1833
1898
|
class UnsupportedAvailabilityZone < Struct.new(
|
1834
1899
|
:error_code,
|
1835
1900
|
:message)
|
1901
|
+
SENSITIVE = []
|
1836
1902
|
include Aws::Structure
|
1837
1903
|
end
|
1838
1904
|
|
@@ -1841,7 +1907,7 @@ module Aws::EFS
|
|
1841
1907
|
#
|
1842
1908
|
# {
|
1843
1909
|
# resource_id: "ResourceId", # required
|
1844
|
-
# tag_keys: ["TagKey"],
|
1910
|
+
# tag_keys: ["TagKey"], # required
|
1845
1911
|
# }
|
1846
1912
|
#
|
1847
1913
|
# @!attribute [rw] resource_id
|
@@ -1858,6 +1924,7 @@ module Aws::EFS
|
|
1858
1924
|
class UntagResourceRequest < Struct.new(
|
1859
1925
|
:resource_id,
|
1860
1926
|
:tag_keys)
|
1927
|
+
SENSITIVE = []
|
1861
1928
|
include Aws::Structure
|
1862
1929
|
end
|
1863
1930
|
|
@@ -1896,6 +1963,7 @@ module Aws::EFS
|
|
1896
1963
|
:file_system_id,
|
1897
1964
|
:throughput_mode,
|
1898
1965
|
:provisioned_throughput_in_mibps)
|
1966
|
+
SENSITIVE = []
|
1899
1967
|
include Aws::Structure
|
1900
1968
|
end
|
1901
1969
|
|
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.31.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-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.99.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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
|