aws-sdk-efs 1.53.0 → 1.55.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +136 -84
- data/lib/aws-sdk-efs/client_api.rb +6 -0
- data/lib/aws-sdk-efs/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-efs/endpoint_provider.rb +112 -0
- data/lib/aws-sdk-efs/endpoints.rb +435 -0
- data/lib/aws-sdk-efs/errors.rb +21 -0
- data/lib/aws-sdk-efs/plugins/endpoints.rb +128 -0
- data/lib/aws-sdk-efs/types.rb +104 -66
- data/lib/aws-sdk-efs.rb +5 -1
- metadata +8 -4
data/lib/aws-sdk-efs/types.rb
CHANGED
@@ -10,8 +10,8 @@
|
|
10
10
|
module Aws::EFS
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# Returned if the access point you are trying to create already
|
14
|
-
# with the creation token you provided in the request.
|
13
|
+
# Returned if the access point that you are trying to create already
|
14
|
+
# exists, with the creation token you provided in the request.
|
15
15
|
#
|
16
16
|
# @!attribute [rw] error_code
|
17
17
|
# The error code is a string that uniquely identifies an error
|
@@ -109,7 +109,13 @@ module Aws::EFS
|
|
109
109
|
end
|
110
110
|
|
111
111
|
# Returned if the Amazon Web Services account has already created the
|
112
|
-
# maximum number of access points allowed per file system.
|
112
|
+
# maximum number of access points allowed per file system. For more
|
113
|
+
# informaton, see
|
114
|
+
# [https://docs.aws.amazon.com/efs/latest/ug/limits.html#limits-efs-resources-per-account-per-region][1].
|
115
|
+
#
|
116
|
+
#
|
117
|
+
#
|
118
|
+
# [1]: https://docs.aws.amazon.com/efs/latest/ug/limits.html#limits-efs-resources-per-account-per-region
|
113
119
|
#
|
114
120
|
# @!attribute [rw] error_code
|
115
121
|
# The error code is a string that uniquely identifies an error
|
@@ -166,8 +172,8 @@ module Aws::EFS
|
|
166
172
|
|
167
173
|
# Returned if the Availability Zone that was specified for a mount
|
168
174
|
# target is different from the Availability Zone that was specified for
|
169
|
-
# One Zone storage
|
170
|
-
#
|
175
|
+
# One Zone storage. For more information, see [Regional and One Zone
|
176
|
+
# storage redundancy][1].
|
171
177
|
#
|
172
178
|
#
|
173
179
|
#
|
@@ -223,7 +229,7 @@ module Aws::EFS
|
|
223
229
|
# * <b> <code>ENABLING</code> </b> - EFS is turning on automatic
|
224
230
|
# backups for the file system.
|
225
231
|
#
|
226
|
-
# * <b> <code>DISABLED</code> </b> -
|
232
|
+
# * <b> <code>DISABLED</code> </b> - Automatic back ups are turned off
|
227
233
|
# for the file system.
|
228
234
|
#
|
229
235
|
# * <b> <code>DISABLING</code> </b> - EFS is turning off automatic
|
@@ -240,7 +246,7 @@ module Aws::EFS
|
|
240
246
|
|
241
247
|
# @!attribute [rw] backup_policy
|
242
248
|
# Describes the file system's backup policy, indicating whether
|
243
|
-
# automatic backups are turned on or off
|
249
|
+
# automatic backups are turned on or off.
|
244
250
|
# @return [Types::BackupPolicy]
|
245
251
|
#
|
246
252
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/BackupPolicyDescription AWS API Documentation
|
@@ -342,7 +348,7 @@ module Aws::EFS
|
|
342
348
|
# point can only access the root directory and below. If the
|
343
349
|
# `RootDirectory` > `Path` specified does not exist, EFS creates it
|
344
350
|
# and applies the `CreationInfo` settings when a client connects to an
|
345
|
-
# access point. When specifying a `RootDirectory`, you
|
351
|
+
# access point. When specifying a `RootDirectory`, you must provide
|
346
352
|
# the `Path`, and the `CreationInfo`.
|
347
353
|
#
|
348
354
|
# Amazon EFS creates a root directory only if you have provided the
|
@@ -418,7 +424,7 @@ module Aws::EFS
|
|
418
424
|
#
|
419
425
|
# @!attribute [rw] kms_key_id
|
420
426
|
# The ID of the KMS key that you want to use to protect the encrypted
|
421
|
-
# file system. This parameter is only
|
427
|
+
# file system. This parameter is required only if you want to use a
|
422
428
|
# non-default KMS key. If this parameter is not specified, the default
|
423
429
|
# KMS key for Amazon EFS is used. You can specify a KMS key ID using
|
424
430
|
# the following formats:
|
@@ -1213,20 +1219,19 @@ module Aws::EFS
|
|
1213
1219
|
# }
|
1214
1220
|
#
|
1215
1221
|
# @!attribute [rw] file_system_id
|
1216
|
-
# You can retrieve replication
|
1217
|
-
# system by providing
|
1222
|
+
# You can retrieve the replication configuration for a specific file
|
1223
|
+
# system by providing its file system ID.
|
1218
1224
|
# @return [String]
|
1219
1225
|
#
|
1220
1226
|
# @!attribute [rw] next_token
|
1221
1227
|
# `NextToken` is present if the response is paginated. You can use
|
1222
|
-
# `
|
1228
|
+
# `NextToken` in a subsequent request to fetch the next page of
|
1223
1229
|
# output.
|
1224
1230
|
# @return [String]
|
1225
1231
|
#
|
1226
1232
|
# @!attribute [rw] max_results
|
1227
|
-
# (Optional)
|
1228
|
-
#
|
1229
|
-
# value is 100.
|
1233
|
+
# (Optional) To limit the number of objects returned in a response,
|
1234
|
+
# you can specify the `MaxItems` parameter. The default value is 100.
|
1230
1235
|
# @return [Integer]
|
1231
1236
|
#
|
1232
1237
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/DescribeReplicationConfigurationsRequest AWS API Documentation
|
@@ -1240,7 +1245,7 @@ module Aws::EFS
|
|
1240
1245
|
end
|
1241
1246
|
|
1242
1247
|
# @!attribute [rw] replications
|
1243
|
-
# The collection of replication configurations returned.
|
1248
|
+
# The collection of replication configurations that is returned.
|
1244
1249
|
# @return [Array<Types::ReplicationConfigurationDescription>]
|
1245
1250
|
#
|
1246
1251
|
# @!attribute [rw] next_token
|
@@ -1324,7 +1329,11 @@ module Aws::EFS
|
|
1324
1329
|
# configuration.
|
1325
1330
|
#
|
1326
1331
|
# @!attribute [rw] status
|
1327
|
-
# Describes the status of the destination Amazon EFS file system.
|
1332
|
+
# Describes the status of the destination Amazon EFS file system. If
|
1333
|
+
# the status is `ERROR`, the destination file system in the
|
1334
|
+
# replication configuration is in a failed state and is unrecoverable.
|
1335
|
+
# To access the file system data, restore a backup of the failed file
|
1336
|
+
# system to a new file system.
|
1328
1337
|
# @return [String]
|
1329
1338
|
#
|
1330
1339
|
# @!attribute [rw] file_system_id
|
@@ -1337,11 +1346,11 @@ module Aws::EFS
|
|
1337
1346
|
# @return [String]
|
1338
1347
|
#
|
1339
1348
|
# @!attribute [rw] last_replicated_timestamp
|
1340
|
-
# The time when the most recent sync successfully completed on the
|
1349
|
+
# The time when the most recent sync was successfully completed on the
|
1341
1350
|
# destination file system. Any changes to data on the source file
|
1342
|
-
# system that occurred
|
1343
|
-
# to the destination file system. Any changes that occurred
|
1344
|
-
# time might not be fully replicated.
|
1351
|
+
# system that occurred before this time have been successfully
|
1352
|
+
# replicated to the destination file system. Any changes that occurred
|
1353
|
+
# after this time might not be fully replicated.
|
1345
1354
|
# @return [Time]
|
1346
1355
|
#
|
1347
1356
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/Destination AWS API Documentation
|
@@ -1368,33 +1377,34 @@ module Aws::EFS
|
|
1368
1377
|
# }
|
1369
1378
|
#
|
1370
1379
|
# @!attribute [rw] region
|
1371
|
-
# To create a file system that uses
|
1380
|
+
# To create a file system that uses Regional storage, specify the
|
1372
1381
|
# Amazon Web Services Region in which to create the destination file
|
1373
1382
|
# system.
|
1374
1383
|
# @return [String]
|
1375
1384
|
#
|
1376
1385
|
# @!attribute [rw] availability_zone_name
|
1377
|
-
# To create a file system that uses One Zone storage, specify the
|
1378
|
-
# of the Availability Zone in which to create the destination
|
1379
|
-
# system.
|
1386
|
+
# To create a file system that uses EFS One Zone storage, specify the
|
1387
|
+
# name of the Availability Zone in which to create the destination
|
1388
|
+
# file system.
|
1380
1389
|
# @return [String]
|
1381
1390
|
#
|
1382
1391
|
# @!attribute [rw] kms_key_id
|
1383
|
-
# Specifies the KMS key you want to use
|
1384
|
-
# file system. If you do not specify a KMS
|
1385
|
-
#
|
1386
|
-
# one of the following
|
1392
|
+
# Specifies the Key Management Service (KMS) key that you want to use
|
1393
|
+
# to encrypt the destination file system. If you do not specify a KMS
|
1394
|
+
# key, Amazon EFS uses your default KMS key for Amazon EFS,
|
1395
|
+
# `/aws/elasticfilesystem`. This ID can be in one of the following
|
1396
|
+
# formats:
|
1387
1397
|
#
|
1388
|
-
# * Key ID -
|
1398
|
+
# * Key ID - The unique identifier of the key, for example
|
1389
1399
|
# `1234abcd-12ab-34cd-56ef-1234567890ab`.
|
1390
1400
|
#
|
1391
|
-
# * ARN -
|
1401
|
+
# * ARN - The Amazon Resource Name (ARN) for the key, for example
|
1392
1402
|
# `arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`.
|
1393
1403
|
#
|
1394
1404
|
# * Key alias - A previously created display name for a key, for
|
1395
1405
|
# example `alias/projectKey1`.
|
1396
1406
|
#
|
1397
|
-
# * Key alias ARN -
|
1407
|
+
# * Key alias ARN - The ARN for a key alias, for example
|
1398
1408
|
# `arn:aws:kms:us-west-2:444455556666:alias/projectKey1`.
|
1399
1409
|
# @return [String]
|
1400
1410
|
#
|
@@ -1775,8 +1785,8 @@ module Aws::EFS
|
|
1775
1785
|
# throughput. This value might be returned when you try to create a file
|
1776
1786
|
# system in provisioned throughput mode, when you attempt to increase
|
1777
1787
|
# the provisioned throughput of an existing file system, or when you
|
1778
|
-
# attempt to change an existing file system from
|
1779
|
-
#
|
1788
|
+
# attempt to change an existing file system from Bursting Throughput to
|
1789
|
+
# Provisioned Throughput mode. Try again later.
|
1780
1790
|
#
|
1781
1791
|
# @!attribute [rw] error_code
|
1782
1792
|
# The error code is a string that uniquely identifies an error
|
@@ -1830,8 +1840,8 @@ module Aws::EFS
|
|
1830
1840
|
include Aws::Structure
|
1831
1841
|
end
|
1832
1842
|
|
1833
|
-
# Returned if the `FileSystemPolicy` is
|
1834
|
-
#
|
1843
|
+
# Returned if the `FileSystemPolicy` is malformed or contains an error
|
1844
|
+
# such as a parameter value that is not valid or a missing required
|
1835
1845
|
# parameter. Returned in the case of a policy lockout safety check
|
1836
1846
|
# error.
|
1837
1847
|
#
|
@@ -1902,7 +1912,7 @@ module Aws::EFS
|
|
1902
1912
|
end
|
1903
1913
|
|
1904
1914
|
# Describes a policy used by EFS lifecycle management and EFS
|
1905
|
-
#
|
1915
|
+
# Intelligent-Tiering that specifies when to transition files into and
|
1906
1916
|
# out of the file system's Infrequent Access (IA) storage class. For
|
1907
1917
|
# more information, see [EFS Intelligent‐Tiering and EFS Lifecycle
|
1908
1918
|
# Management][1].
|
@@ -1910,8 +1920,8 @@ module Aws::EFS
|
|
1910
1920
|
# <note markdown="1"> When using the `put-lifecycle-configuration` CLI command or the
|
1911
1921
|
# `PutLifecycleConfiguration` API action, Amazon EFS requires that each
|
1912
1922
|
# `LifecyclePolicy` object have only a single transition. This means
|
1913
|
-
# that in a request body, `LifecyclePolicies`
|
1914
|
-
#
|
1923
|
+
# that in a request body, `LifecyclePolicies` must be structured as an
|
1924
|
+
# array of `LifecyclePolicy` objects, one object for each transition,
|
1915
1925
|
# `TransitionToIA`, `TransitionToPrimaryStorageClass`. For more
|
1916
1926
|
# information, see the request examples in PutLifecycleConfiguration.
|
1917
1927
|
#
|
@@ -2158,11 +2168,11 @@ module Aws::EFS
|
|
2158
2168
|
end
|
2159
2169
|
|
2160
2170
|
# The calling account has reached the limit for elastic network
|
2161
|
-
# interfaces for the specific Amazon Web Services Region.
|
2162
|
-
#
|
2163
|
-
#
|
2164
|
-
#
|
2165
|
-
#
|
2171
|
+
# interfaces for the specific Amazon Web Services Region. Either delete
|
2172
|
+
# some network interfaces or request that the account quota be raised.
|
2173
|
+
# For more information, see [Amazon VPC Quotas][1] in the *Amazon VPC
|
2174
|
+
# User Guide* (see the **Network interfaces per Region** entry in the
|
2175
|
+
# **Network interfaces** table).
|
2166
2176
|
#
|
2167
2177
|
#
|
2168
2178
|
#
|
@@ -2302,7 +2312,7 @@ module Aws::EFS
|
|
2302
2312
|
#
|
2303
2313
|
# <note markdown="1"> Starting in October, 2021, you will receive an error when setting
|
2304
2314
|
# the account preference to `SHORT_ID`. Contact Amazon Web Services
|
2305
|
-
# support if you receive an error and
|
2315
|
+
# support if you receive an error and must use short IDs for file
|
2306
2316
|
# system and mount target resources.
|
2307
2317
|
#
|
2308
2318
|
# </note>
|
@@ -2383,15 +2393,15 @@ module Aws::EFS
|
|
2383
2393
|
# @return [String]
|
2384
2394
|
#
|
2385
2395
|
# @!attribute [rw] bypass_policy_lockout_safety_check
|
2386
|
-
# (Optional) A
|
2387
|
-
# `FileSystemPolicy` lockout safety check. The
|
2388
|
-
#
|
2389
|
-
# principal making the request
|
2390
|
-
# `PutFileSystemPolicy` requests on
|
2396
|
+
# (Optional) A boolean that specifies whether or not to bypass the
|
2397
|
+
# `FileSystemPolicy` lockout safety check. The lockout safety check
|
2398
|
+
# determines whether the policy in the request will lock out, or
|
2399
|
+
# prevent, the IAM principal that is making the request from making
|
2400
|
+
# future `PutFileSystemPolicy` requests on this file system. Set
|
2391
2401
|
# `BypassPolicyLockoutSafetyCheck` to `True` only when you intend to
|
2392
|
-
# prevent the principal that is making the request from making
|
2393
|
-
# subsequent `PutFileSystemPolicy`
|
2394
|
-
# default value is False
|
2402
|
+
# prevent the IAM principal that is making the request from making
|
2403
|
+
# subsequent `PutFileSystemPolicy` requests on this file system. The
|
2404
|
+
# default value is `False`.
|
2395
2405
|
# @return [Boolean]
|
2396
2406
|
#
|
2397
2407
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/PutFileSystemPolicyRequest AWS API Documentation
|
@@ -2425,7 +2435,7 @@ module Aws::EFS
|
|
2425
2435
|
# @!attribute [rw] lifecycle_policies
|
2426
2436
|
# An array of `LifecyclePolicy` objects that define the file system's
|
2427
2437
|
# `LifecycleConfiguration` object. A `LifecycleConfiguration` object
|
2428
|
-
# informs EFS lifecycle management and
|
2438
|
+
# informs EFS lifecycle management and EFS Intelligent-Tiering of the
|
2429
2439
|
# following:
|
2430
2440
|
#
|
2431
2441
|
# * When to move files in the file system from primary storage to the
|
@@ -2436,11 +2446,10 @@ module Aws::EFS
|
|
2436
2446
|
# <note markdown="1"> When using the `put-lifecycle-configuration` CLI command or the
|
2437
2447
|
# `PutLifecycleConfiguration` API action, Amazon EFS requires that
|
2438
2448
|
# each `LifecyclePolicy` object have only a single transition. This
|
2439
|
-
# means that in a request body, `LifecyclePolicies`
|
2440
|
-
#
|
2441
|
-
#
|
2442
|
-
#
|
2443
|
-
# following section for more information.
|
2449
|
+
# means that in a request body, `LifecyclePolicies` must be structured
|
2450
|
+
# as an array of `LifecyclePolicy` objects, one object for each
|
2451
|
+
# transition, `TransitionToIA`, `TransitionToPrimaryStorageClass`. See
|
2452
|
+
# the example requests in the following section for more information.
|
2444
2453
|
#
|
2445
2454
|
# </note>
|
2446
2455
|
# @return [Array<Types::LifecyclePolicy>]
|
@@ -2465,8 +2474,8 @@ module Aws::EFS
|
|
2465
2474
|
# @return [String]
|
2466
2475
|
#
|
2467
2476
|
# @!attribute [rw] source_file_system_arn
|
2468
|
-
# The ARN of the current source file system in
|
2469
|
-
# configuration.
|
2477
|
+
# The Amazon Resource Name (ARN) of the current source file system in
|
2478
|
+
# the replication configuration.
|
2470
2479
|
# @return [String]
|
2471
2480
|
#
|
2472
2481
|
# @!attribute [rw] original_source_file_system_arn
|
@@ -2479,7 +2488,7 @@ module Aws::EFS
|
|
2479
2488
|
# @return [Time]
|
2480
2489
|
#
|
2481
2490
|
# @!attribute [rw] destinations
|
2482
|
-
#
|
2491
|
+
# An array of destination objects. Only one destination object is
|
2483
2492
|
# supported.
|
2484
2493
|
# @return [Array<Types::Destination>]
|
2485
2494
|
#
|
@@ -2496,7 +2505,7 @@ module Aws::EFS
|
|
2496
2505
|
include Aws::Structure
|
2497
2506
|
end
|
2498
2507
|
|
2499
|
-
# Returned if the specified file system
|
2508
|
+
# Returned if the specified file system does not have a replication
|
2500
2509
|
# configuration.
|
2501
2510
|
#
|
2502
2511
|
# @!attribute [rw] error_code
|
@@ -2623,7 +2632,7 @@ module Aws::EFS
|
|
2623
2632
|
end
|
2624
2633
|
|
2625
2634
|
# Returned if one of the specified security groups doesn't exist in the
|
2626
|
-
# subnet's VPC.
|
2635
|
+
# subnet's virtual private cloud (VPC).
|
2627
2636
|
#
|
2628
2637
|
# @!attribute [rw] error_code
|
2629
2638
|
# The error code is a string that uniquely identifies an error
|
@@ -2739,6 +2748,35 @@ module Aws::EFS
|
|
2739
2748
|
include Aws::Structure
|
2740
2749
|
end
|
2741
2750
|
|
2751
|
+
# Returned when the `CreateAccessPoint` API action is called too quickly
|
2752
|
+
# and the number of Access Points in the account is nearing the limit of
|
2753
|
+
# 120.
|
2754
|
+
#
|
2755
|
+
# @!attribute [rw] error_code
|
2756
|
+
# The error code is a string that uniquely identifies an error
|
2757
|
+
# condition. It is meant to be read and understood by programs that
|
2758
|
+
# detect and handle errors by type.
|
2759
|
+
# @return [String]
|
2760
|
+
#
|
2761
|
+
# @!attribute [rw] message
|
2762
|
+
# The error message contains a generic description of the error
|
2763
|
+
# condition in English. It is intended for a human audience. Simple
|
2764
|
+
# programs display the message directly to the end user if they
|
2765
|
+
# encounter an error condition they don't know how or don't care to
|
2766
|
+
# handle. Sophisticated programs with more exhaustive error handling
|
2767
|
+
# and proper internationalization are more likely to ignore the error
|
2768
|
+
# message.
|
2769
|
+
# @return [String]
|
2770
|
+
#
|
2771
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/ThrottlingException AWS API Documentation
|
2772
|
+
#
|
2773
|
+
class ThrottlingException < Struct.new(
|
2774
|
+
:error_code,
|
2775
|
+
:message)
|
2776
|
+
SENSITIVE = []
|
2777
|
+
include Aws::Structure
|
2778
|
+
end
|
2779
|
+
|
2742
2780
|
# Returned if the throughput mode or amount of provisioned throughput
|
2743
2781
|
# can't be changed because the throughput limit of 1024 MiB/s has been
|
2744
2782
|
# reached.
|
@@ -2768,8 +2806,8 @@ module Aws::EFS
|
|
2768
2806
|
include Aws::Structure
|
2769
2807
|
end
|
2770
2808
|
|
2771
|
-
# Returned if you don’t wait at least 24 hours before changing
|
2772
|
-
# throughput mode, or decreasing the Provisioned Throughput value.
|
2809
|
+
# Returned if you don’t wait at least 24 hours before either changing
|
2810
|
+
# the throughput mode, or decreasing the Provisioned Throughput value.
|
2773
2811
|
#
|
2774
2812
|
# @!attribute [rw] error_code
|
2775
2813
|
# The error code is a string that uniquely identifies an error
|
data/lib/aws-sdk-efs.rb
CHANGED
@@ -13,9 +13,13 @@ require 'aws-sigv4'
|
|
13
13
|
|
14
14
|
require_relative 'aws-sdk-efs/types'
|
15
15
|
require_relative 'aws-sdk-efs/client_api'
|
16
|
+
require_relative 'aws-sdk-efs/plugins/endpoints.rb'
|
16
17
|
require_relative 'aws-sdk-efs/client'
|
17
18
|
require_relative 'aws-sdk-efs/errors'
|
18
19
|
require_relative 'aws-sdk-efs/resource'
|
20
|
+
require_relative 'aws-sdk-efs/endpoint_parameters'
|
21
|
+
require_relative 'aws-sdk-efs/endpoint_provider'
|
22
|
+
require_relative 'aws-sdk-efs/endpoints'
|
19
23
|
require_relative 'aws-sdk-efs/customizations'
|
20
24
|
|
21
25
|
# This module provides support for Amazon Elastic File System. This module is available in the
|
@@ -48,6 +52,6 @@ require_relative 'aws-sdk-efs/customizations'
|
|
48
52
|
# @!group service
|
49
53
|
module Aws::EFS
|
50
54
|
|
51
|
-
GEM_VERSION = '1.
|
55
|
+
GEM_VERSION = '1.55.0'
|
52
56
|
|
53
57
|
end
|
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.55.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: 2022-
|
11
|
+
date: 2022-10-25 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.165.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.165.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -59,7 +59,11 @@ files:
|
|
59
59
|
- lib/aws-sdk-efs/client.rb
|
60
60
|
- lib/aws-sdk-efs/client_api.rb
|
61
61
|
- lib/aws-sdk-efs/customizations.rb
|
62
|
+
- lib/aws-sdk-efs/endpoint_parameters.rb
|
63
|
+
- lib/aws-sdk-efs/endpoint_provider.rb
|
64
|
+
- lib/aws-sdk-efs/endpoints.rb
|
62
65
|
- lib/aws-sdk-efs/errors.rb
|
66
|
+
- lib/aws-sdk-efs/plugins/endpoints.rb
|
63
67
|
- lib/aws-sdk-efs/resource.rb
|
64
68
|
- lib/aws-sdk-efs/types.rb
|
65
69
|
homepage: https://github.com/aws/aws-sdk-ruby
|