aws-sdk-efs 1.65.0 → 1.67.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 +36 -28
- data/lib/aws-sdk-efs/types.rb +23 -12
- data/lib/aws-sdk-efs.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16671f87aea3faee383f8ef802dbe19d9ea1f73405497314ef8e116c710678e0
|
|
4
|
+
data.tar.gz: 9940d4f64782fa1123aac7e8782817da7f9730d2467b485de7ccfc8d2ced6ea4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8fbb578e587594c497d643c276b9237d443963a09c79d679425e71a2887621e7c5aeb2ed3d82041fb39f3a4d9e473647cf1690ab4a4cce50f4ed8cd86fd01c5
|
|
7
|
+
data.tar.gz: 11cad4349aa8de3a54b4e9c6b54b4df1dc5fb4ea184214151d6ec7b95f4a470f0860aa94905029b464d5ad3d6042f3258c1913ff1be06746f4b0ba07ab4a2cf5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.67.0 (2023-09-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.66.0 (2023-09-22)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Documentation updates for Elastic File System
|
|
13
|
+
|
|
4
14
|
1.65.0 (2023-07-11)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.67.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
|
@@ -628,6 +628,8 @@ module Aws::EFS
|
|
|
628
628
|
#
|
|
629
629
|
# </note>
|
|
630
630
|
#
|
|
631
|
+
# Default is `generalPurpose`.
|
|
632
|
+
#
|
|
631
633
|
# @option params [Boolean] :encrypted
|
|
632
634
|
# A Boolean value that, if true, creates an encrypted file system. When
|
|
633
635
|
# creating an encrypted file system, you have the option of specifying
|
|
@@ -678,12 +680,13 @@ module Aws::EFS
|
|
|
678
680
|
# [1]: https://docs.aws.amazon.com/efs/latest/ug/performance.html#provisioned-throughput
|
|
679
681
|
#
|
|
680
682
|
# @option params [Float] :provisioned_throughput_in_mibps
|
|
681
|
-
# The throughput, measured in
|
|
682
|
-
# file system that you're creating.
|
|
683
|
-
#
|
|
684
|
-
#
|
|
685
|
-
# Services Support. For more information, see
|
|
686
|
-
# you can increase][1] in the *Amazon EFS User
|
|
683
|
+
# The throughput, measured in mebibytes per second (MiBps), that you
|
|
684
|
+
# want to provision for a file system that you're creating. Required if
|
|
685
|
+
# `ThroughputMode` is set to `provisioned`. Valid values are 1-3414
|
|
686
|
+
# MiBps, with the upper limit depending on Region. To increase this
|
|
687
|
+
# limit, contact Amazon Web Services Support. For more information, see
|
|
688
|
+
# [Amazon EFS quotas that you can increase][1] in the *Amazon EFS User
|
|
689
|
+
# Guide*.
|
|
687
690
|
#
|
|
688
691
|
#
|
|
689
692
|
#
|
|
@@ -1076,16 +1079,17 @@ module Aws::EFS
|
|
|
1076
1079
|
#
|
|
1077
1080
|
# * **Amazon Web Services Region** - The Amazon Web Services Region in
|
|
1078
1081
|
# which the destination file system is created. Amazon EFS
|
|
1079
|
-
# replication is available in all Amazon Web Services Regions
|
|
1080
|
-
#
|
|
1081
|
-
#
|
|
1082
|
-
#
|
|
1082
|
+
# replication is available in all Amazon Web Services Regions in
|
|
1083
|
+
# which EFS is available. To use EFS replication in a Region that is
|
|
1084
|
+
# disabled by default, you must first opt in to the Region. For more
|
|
1085
|
+
# information, see [Managing Amazon Web Services Regions][2] in the
|
|
1086
|
+
# *Amazon Web Services General Reference Reference Guide*
|
|
1083
1087
|
#
|
|
1084
1088
|
# * **Availability Zone** - If you want the destination file system to
|
|
1085
1089
|
# use EFS One Zone availability and durability, you must specify the
|
|
1086
1090
|
# Availability Zone to create the file system in. For more
|
|
1087
1091
|
# information about EFS storage classes, see [ Amazon EFS storage
|
|
1088
|
-
# classes][
|
|
1092
|
+
# classes][3] in the *Amazon EFS User Guide*.
|
|
1089
1093
|
#
|
|
1090
1094
|
# * **Encryption** - All destination file systems are created with
|
|
1091
1095
|
# encryption at rest enabled. You can specify the Key Management
|
|
@@ -1116,7 +1120,7 @@ module Aws::EFS
|
|
|
1116
1120
|
# After the destination file system is created, you can enable EFS
|
|
1117
1121
|
# lifecycle management and EFS Intelligent-Tiering.
|
|
1118
1122
|
#
|
|
1119
|
-
# * **Automatic backups** - Automatic daily backups
|
|
1123
|
+
# * **Automatic backups** - Automatic daily backups are enabled on the
|
|
1120
1124
|
# destination file system. After the file system is created, you can
|
|
1121
1125
|
# change this setting.
|
|
1122
1126
|
#
|
|
@@ -1126,7 +1130,8 @@ module Aws::EFS
|
|
|
1126
1130
|
#
|
|
1127
1131
|
#
|
|
1128
1132
|
# [1]: https://docs.aws.amazon.com/efs/latest/ug/efs-replication.html
|
|
1129
|
-
# [2]: https://docs.aws.amazon.com/
|
|
1133
|
+
# [2]: https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable
|
|
1134
|
+
# [3]: https://docs.aws.amazon.com/efs/latest/ug/storage-classes.html
|
|
1130
1135
|
#
|
|
1131
1136
|
# @option params [required, String] :source_file_system_id
|
|
1132
1137
|
# Specifies the Amazon EFS file system that you want to replicate. This
|
|
@@ -1424,13 +1429,11 @@ module Aws::EFS
|
|
|
1424
1429
|
req.send_request(options)
|
|
1425
1430
|
end
|
|
1426
1431
|
|
|
1427
|
-
# Deletes an existing replication configuration.
|
|
1428
|
-
# configuration
|
|
1429
|
-
#
|
|
1430
|
-
#
|
|
1431
|
-
#
|
|
1432
|
-
# no longer read-only. You can write to the destination file system
|
|
1433
|
-
# after its status becomes `Writeable`.
|
|
1432
|
+
# Deletes an existing replication configuration. Deleting a replication
|
|
1433
|
+
# configuration ends the replication process. After a replication
|
|
1434
|
+
# configuration is deleted, the destination file system is no longer
|
|
1435
|
+
# read-only. You can write to the destination file system after its
|
|
1436
|
+
# status becomes `Writeable`.
|
|
1434
1437
|
#
|
|
1435
1438
|
# @option params [required, String] :source_file_system_id
|
|
1436
1439
|
# The ID of the source file system in the replication configuration.
|
|
@@ -1583,8 +1586,7 @@ module Aws::EFS
|
|
|
1583
1586
|
|
|
1584
1587
|
# Returns the account preferences settings for the Amazon Web Services
|
|
1585
1588
|
# account associated with the user making the request, in the current
|
|
1586
|
-
# Amazon Web Services Region.
|
|
1587
|
-
# EFS resource IDs](efs/latest/ug/manage-efs-resource-ids.html).
|
|
1589
|
+
# Amazon Web Services Region.
|
|
1588
1590
|
#
|
|
1589
1591
|
# @option params [String] :next_token
|
|
1590
1592
|
# (Optional) You can use `NextToken` in a subsequent request to fetch
|
|
@@ -2660,11 +2662,17 @@ module Aws::EFS
|
|
|
2660
2662
|
# `ProvisionedThroughputInMibps`.
|
|
2661
2663
|
#
|
|
2662
2664
|
# @option params [Float] :provisioned_throughput_in_mibps
|
|
2663
|
-
# (Optional)
|
|
2664
|
-
#
|
|
2665
|
-
#
|
|
2666
|
-
#
|
|
2667
|
-
#
|
|
2665
|
+
# (Optional) The throughput, measured in mebibytes per second (MiBps),
|
|
2666
|
+
# that you want to provision for a file system that you're creating.
|
|
2667
|
+
# Required if `ThroughputMode` is set to `provisioned`. Valid values are
|
|
2668
|
+
# 1-3414 MiBps, with the upper limit depending on Region. To increase
|
|
2669
|
+
# this limit, contact Amazon Web Services Support. For more information,
|
|
2670
|
+
# see [Amazon EFS quotas that you can increase][1] in the *Amazon EFS
|
|
2671
|
+
# User Guide*.
|
|
2672
|
+
#
|
|
2673
|
+
#
|
|
2674
|
+
#
|
|
2675
|
+
# [1]: https://docs.aws.amazon.com/efs/latest/ug/limits.html#soft-limits
|
|
2668
2676
|
#
|
|
2669
2677
|
# @return [Types::FileSystemDescription] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2670
2678
|
#
|
|
@@ -2741,7 +2749,7 @@ module Aws::EFS
|
|
|
2741
2749
|
params: params,
|
|
2742
2750
|
config: config)
|
|
2743
2751
|
context[:gem_name] = 'aws-sdk-efs'
|
|
2744
|
-
context[:gem_version] = '1.
|
|
2752
|
+
context[:gem_version] = '1.67.0'
|
|
2745
2753
|
Seahorse::Client::Request.new(handlers, context)
|
|
2746
2754
|
end
|
|
2747
2755
|
|
data/lib/aws-sdk-efs/types.rb
CHANGED
|
@@ -357,6 +357,8 @@ module Aws::EFS
|
|
|
357
357
|
# storage classes.
|
|
358
358
|
#
|
|
359
359
|
# </note>
|
|
360
|
+
#
|
|
361
|
+
# Default is `generalPurpose`.
|
|
360
362
|
# @return [String]
|
|
361
363
|
#
|
|
362
364
|
# @!attribute [rw] encrypted
|
|
@@ -412,12 +414,13 @@ module Aws::EFS
|
|
|
412
414
|
# @return [String]
|
|
413
415
|
#
|
|
414
416
|
# @!attribute [rw] provisioned_throughput_in_mibps
|
|
415
|
-
# The throughput, measured in
|
|
416
|
-
# file system that you're creating.
|
|
417
|
-
# if `ThroughputMode` is set to `provisioned`.
|
|
418
|
-
#
|
|
419
|
-
# Services Support. For more information,
|
|
420
|
-
# you can increase][1] in the *Amazon EFS
|
|
417
|
+
# The throughput, measured in mebibytes per second (MiBps), that you
|
|
418
|
+
# want to provision for a file system that you're creating. Required
|
|
419
|
+
# if `ThroughputMode` is set to `provisioned`. Valid values are 1-3414
|
|
420
|
+
# MiBps, with the upper limit depending on Region. To increase this
|
|
421
|
+
# limit, contact Amazon Web Services Support. For more information,
|
|
422
|
+
# see [Amazon EFS quotas that you can increase][1] in the *Amazon EFS
|
|
423
|
+
# User Guide*.
|
|
421
424
|
#
|
|
422
425
|
#
|
|
423
426
|
#
|
|
@@ -1306,7 +1309,7 @@ module Aws::EFS
|
|
|
1306
1309
|
# @return [String]
|
|
1307
1310
|
#
|
|
1308
1311
|
# @!attribute [rw] provisioned_throughput_in_mibps
|
|
1309
|
-
# The amount of provisioned throughput, measured in
|
|
1312
|
+
# The amount of provisioned throughput, measured in MiBps, for the
|
|
1310
1313
|
# file system. Valid for file systems using `ThroughputMode` set to
|
|
1311
1314
|
# `provisioned`.
|
|
1312
1315
|
# @return [Float]
|
|
@@ -2166,6 +2169,8 @@ module Aws::EFS
|
|
|
2166
2169
|
include Aws::Structure
|
|
2167
2170
|
end
|
|
2168
2171
|
|
|
2172
|
+
# Describes the replication configuration for a specific file system.
|
|
2173
|
+
#
|
|
2169
2174
|
# @!attribute [rw] source_file_system_id
|
|
2170
2175
|
# The ID of the source Amazon EFS file system that is being
|
|
2171
2176
|
# replicated.
|
|
@@ -2567,11 +2572,17 @@ module Aws::EFS
|
|
|
2567
2572
|
# @return [String]
|
|
2568
2573
|
#
|
|
2569
2574
|
# @!attribute [rw] provisioned_throughput_in_mibps
|
|
2570
|
-
# (Optional)
|
|
2571
|
-
#
|
|
2572
|
-
#
|
|
2573
|
-
#
|
|
2574
|
-
#
|
|
2575
|
+
# (Optional) The throughput, measured in mebibytes per second (MiBps),
|
|
2576
|
+
# that you want to provision for a file system that you're creating.
|
|
2577
|
+
# Required if `ThroughputMode` is set to `provisioned`. Valid values
|
|
2578
|
+
# are 1-3414 MiBps, with the upper limit depending on Region. To
|
|
2579
|
+
# increase this limit, contact Amazon Web Services Support. For more
|
|
2580
|
+
# information, see [Amazon EFS quotas that you can increase][1] in the
|
|
2581
|
+
# *Amazon EFS User Guide*.
|
|
2582
|
+
#
|
|
2583
|
+
#
|
|
2584
|
+
#
|
|
2585
|
+
# [1]: https://docs.aws.amazon.com/efs/latest/ug/limits.html#soft-limits
|
|
2575
2586
|
# @return [Float]
|
|
2576
2587
|
#
|
|
2577
2588
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/UpdateFileSystemRequest AWS API Documentation
|
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.67.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: 2023-
|
|
11
|
+
date: 2023-09-27 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.184.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.184.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|