aws-sdk-efs 1.55.0 → 1.57.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 +36 -29
- data/lib/aws-sdk-efs/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-efs/endpoint_provider.rb +75 -76
- data/lib/aws-sdk-efs/types.rb +14 -371
- 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: 3255ad3c8abbd013fc002a814b081f1098258dc1646e5799b47eaafa4efd3a5d
|
4
|
+
data.tar.gz: 8b8762b2423041f5c2377782544f25337f5dcdca6d9855ec54bd51529a9f862f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a61d0244e916be94f346307bc2c3d0be4a502f11c1f7e1ba95f5b57f281cd7e4f7fa2c0ff02c23d676f86c108afba9a557cb37a658f589b67fd4a66c092516b9
|
7
|
+
data.tar.gz: a1d3a828470f7285fd19d319831d3dbdb9d50824e053108f0efc1c7cabae86cdc4ac28abddd2d9c7a0d393a362ff3098ba64737a182a01b8df9fee28d6bd75db
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.57.0 (2022-12-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - General documentation updates for EFS.
|
8
|
+
|
9
|
+
1.56.0 (2022-11-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules.
|
13
|
+
|
4
14
|
1.55.0 (2022-10-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
@@ -378,6 +378,14 @@ module Aws::EFS
|
|
378
378
|
# the application's own directory and any subdirectories. To learn
|
379
379
|
# more, see [Mounting a file system using EFS access points][1].
|
380
380
|
#
|
381
|
+
# <note markdown="1"> If multiple requests to create access points on the same file system
|
382
|
+
# are sent in quick succession, and the file system is near the limit of
|
383
|
+
# 120 access points, you may experience a throttling response for these
|
384
|
+
# requests. This is to ensure that the file system does not exceed the
|
385
|
+
# stated access point limit.
|
386
|
+
#
|
387
|
+
# </note>
|
388
|
+
#
|
381
389
|
# This operation requires permissions for the
|
382
390
|
# `elasticfilesystem:CreateAccessPoint` action.
|
383
391
|
#
|
@@ -616,15 +624,14 @@ module Aws::EFS
|
|
616
624
|
# keys with Amazon EFS file systems.
|
617
625
|
#
|
618
626
|
# @option params [String] :throughput_mode
|
619
|
-
# Specifies the throughput mode for the file system
|
620
|
-
# or `
|
621
|
-
# must also set a value for
|
622
|
-
# create the file system, you
|
623
|
-
#
|
624
|
-
#
|
625
|
-
#
|
626
|
-
#
|
627
|
-
# User Guide*.
|
627
|
+
# Specifies the throughput mode for the file system. The mode can be
|
628
|
+
# `bursting`, `provisioned`, or `elastic`. If you set `ThroughputMode`
|
629
|
+
# to `provisioned`, you must also set a value for
|
630
|
+
# `ProvisionedThroughputInMibps`. After you create the file system, you
|
631
|
+
# can decrease your file system's throughput in Provisioned Throughput
|
632
|
+
# mode or change between the throughput modes, with certain time
|
633
|
+
# restrictions. For more information, see [Specifying throughput with
|
634
|
+
# provisioned mode][1] in the *Amazon EFS User Guide*.
|
628
635
|
#
|
629
636
|
# Default is `bursting`.
|
630
637
|
#
|
@@ -760,7 +767,7 @@ module Aws::EFS
|
|
760
767
|
# performance_mode: "generalPurpose", # accepts generalPurpose, maxIO
|
761
768
|
# encrypted: false,
|
762
769
|
# kms_key_id: "KmsKeyId",
|
763
|
-
# throughput_mode: "bursting", # accepts bursting, provisioned
|
770
|
+
# throughput_mode: "bursting", # accepts bursting, provisioned, elastic
|
764
771
|
# provisioned_throughput_in_mibps: 1.0,
|
765
772
|
# availability_zone_name: "AvailabilityZoneName",
|
766
773
|
# backup: false,
|
@@ -789,7 +796,7 @@ module Aws::EFS
|
|
789
796
|
# resp.performance_mode #=> String, one of "generalPurpose", "maxIO"
|
790
797
|
# resp.encrypted #=> Boolean
|
791
798
|
# resp.kms_key_id #=> String
|
792
|
-
# resp.throughput_mode #=> String, one of "bursting", "provisioned"
|
799
|
+
# resp.throughput_mode #=> String, one of "bursting", "provisioned", "elastic"
|
793
800
|
# resp.provisioned_throughput_in_mibps #=> Float
|
794
801
|
# resp.availability_zone_name #=> String
|
795
802
|
# resp.availability_zone_id #=> String
|
@@ -1757,7 +1764,7 @@ module Aws::EFS
|
|
1757
1764
|
# resp.file_systems[0].performance_mode #=> String, one of "generalPurpose", "maxIO"
|
1758
1765
|
# resp.file_systems[0].encrypted #=> Boolean
|
1759
1766
|
# resp.file_systems[0].kms_key_id #=> String
|
1760
|
-
# resp.file_systems[0].throughput_mode #=> String, one of "bursting", "provisioned"
|
1767
|
+
# resp.file_systems[0].throughput_mode #=> String, one of "bursting", "provisioned", "elastic"
|
1761
1768
|
# resp.file_systems[0].provisioned_throughput_in_mibps #=> Float
|
1762
1769
|
# resp.file_systems[0].availability_zone_name #=> String
|
1763
1770
|
# resp.file_systems[0].availability_zone_id #=> String
|
@@ -1824,7 +1831,7 @@ module Aws::EFS
|
|
1824
1831
|
# @example Response structure
|
1825
1832
|
#
|
1826
1833
|
# resp.lifecycle_policies #=> Array
|
1827
|
-
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_7_DAYS", "AFTER_14_DAYS", "AFTER_30_DAYS", "AFTER_60_DAYS", "AFTER_90_DAYS"
|
1834
|
+
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_7_DAYS", "AFTER_14_DAYS", "AFTER_30_DAYS", "AFTER_60_DAYS", "AFTER_90_DAYS", "AFTER_1_DAY"
|
1828
1835
|
# resp.lifecycle_policies[0].transition_to_primary_storage_class #=> String, one of "AFTER_1_ACCESS"
|
1829
1836
|
#
|
1830
1837
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/DescribeLifecycleConfiguration AWS API Documentation
|
@@ -2397,22 +2404,22 @@ module Aws::EFS
|
|
2397
2404
|
req.send_request(options)
|
2398
2405
|
end
|
2399
2406
|
|
2400
|
-
# Use this action to manage EFS lifecycle management and
|
2401
|
-
#
|
2402
|
-
# `LifecyclePolicy` objects that define the following:
|
2407
|
+
# Use this action to manage EFS lifecycle management and EFS
|
2408
|
+
# Intelligent-Tiering. A `LifecycleConfiguration` consists of one or
|
2409
|
+
# more `LifecyclePolicy` objects that define the following:
|
2403
2410
|
#
|
2404
2411
|
# * **EFS Lifecycle management** - When Amazon EFS automatically
|
2405
|
-
# transitions files in a file system into the lower-cost
|
2406
|
-
# Access (IA) storage class.
|
2412
|
+
# transitions files in a file system into the lower-cost EFS
|
2413
|
+
# Infrequent Access (IA) storage class.
|
2407
2414
|
#
|
2408
2415
|
# To enable EFS Lifecycle management, set the value of
|
2409
2416
|
# `TransitionToIA` to one of the available options.
|
2410
2417
|
#
|
2411
|
-
# * **EFS Intelligent
|
2418
|
+
# * **EFS Intelligent-Tiering** - When Amazon EFS automatically
|
2412
2419
|
# transitions files from IA back into the file system's primary
|
2413
|
-
# storage class (Standard or One Zone Standard.
|
2420
|
+
# storage class (EFS Standard or EFS One Zone Standard).
|
2414
2421
|
#
|
2415
|
-
# To enable EFS Intelligent
|
2422
|
+
# To enable EFS Intelligent-Tiering, set the value of
|
2416
2423
|
# `TransitionToPrimaryStorageClass` to `AFTER_1_ACCESS`.
|
2417
2424
|
#
|
2418
2425
|
# For more information, see [EFS Lifecycle Management][1].
|
@@ -2423,13 +2430,13 @@ module Aws::EFS
|
|
2423
2430
|
# system, a `PutLifecycleConfiguration` call modifies the existing
|
2424
2431
|
# configuration. A `PutLifecycleConfiguration` call with an empty
|
2425
2432
|
# `LifecyclePolicies` array in the request body deletes any existing
|
2426
|
-
# `LifecycleConfiguration` and turns off lifecycle management and
|
2427
|
-
#
|
2433
|
+
# `LifecycleConfiguration` and turns off lifecycle management and EFS
|
2434
|
+
# Intelligent-Tiering for the file system.
|
2428
2435
|
#
|
2429
2436
|
# In the request, specify the following:
|
2430
2437
|
#
|
2431
2438
|
# * The ID for the file system for which you are enabling, disabling, or
|
2432
|
-
# modifying lifecycle management and
|
2439
|
+
# modifying lifecycle management and EFS Intelligent-Tiering.
|
2433
2440
|
#
|
2434
2441
|
# * A `LifecyclePolicies` array of `LifecyclePolicy` objects that define
|
2435
2442
|
# when files are moved into IA storage, and when they are moved back
|
@@ -2513,7 +2520,7 @@ module Aws::EFS
|
|
2513
2520
|
# file_system_id: "FileSystemId", # required
|
2514
2521
|
# lifecycle_policies: [ # required
|
2515
2522
|
# {
|
2516
|
-
# transition_to_ia: "AFTER_7_DAYS", # accepts AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
|
2523
|
+
# transition_to_ia: "AFTER_7_DAYS", # accepts AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS, AFTER_1_DAY
|
2517
2524
|
# transition_to_primary_storage_class: "AFTER_1_ACCESS", # accepts AFTER_1_ACCESS
|
2518
2525
|
# },
|
2519
2526
|
# ],
|
@@ -2522,7 +2529,7 @@ module Aws::EFS
|
|
2522
2529
|
# @example Response structure
|
2523
2530
|
#
|
2524
2531
|
# resp.lifecycle_policies #=> Array
|
2525
|
-
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_7_DAYS", "AFTER_14_DAYS", "AFTER_30_DAYS", "AFTER_60_DAYS", "AFTER_90_DAYS"
|
2532
|
+
# resp.lifecycle_policies[0].transition_to_ia #=> String, one of "AFTER_7_DAYS", "AFTER_14_DAYS", "AFTER_30_DAYS", "AFTER_60_DAYS", "AFTER_90_DAYS", "AFTER_1_DAY"
|
2526
2533
|
# resp.lifecycle_policies[0].transition_to_primary_storage_class #=> String, one of "AFTER_1_ACCESS"
|
2527
2534
|
#
|
2528
2535
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/PutLifecycleConfiguration AWS API Documentation
|
@@ -2645,7 +2652,7 @@ module Aws::EFS
|
|
2645
2652
|
#
|
2646
2653
|
# resp = client.update_file_system({
|
2647
2654
|
# file_system_id: "FileSystemId", # required
|
2648
|
-
# throughput_mode: "bursting", # accepts bursting, provisioned
|
2655
|
+
# throughput_mode: "bursting", # accepts bursting, provisioned, elastic
|
2649
2656
|
# provisioned_throughput_in_mibps: 1.0,
|
2650
2657
|
# })
|
2651
2658
|
#
|
@@ -2666,7 +2673,7 @@ module Aws::EFS
|
|
2666
2673
|
# resp.performance_mode #=> String, one of "generalPurpose", "maxIO"
|
2667
2674
|
# resp.encrypted #=> Boolean
|
2668
2675
|
# resp.kms_key_id #=> String
|
2669
|
-
# resp.throughput_mode #=> String, one of "bursting", "provisioned"
|
2676
|
+
# resp.throughput_mode #=> String, one of "bursting", "provisioned", "elastic"
|
2670
2677
|
# resp.provisioned_throughput_in_mibps #=> Float
|
2671
2678
|
# resp.availability_zone_name #=> String
|
2672
2679
|
# resp.availability_zone_id #=> String
|
@@ -2696,7 +2703,7 @@ module Aws::EFS
|
|
2696
2703
|
params: params,
|
2697
2704
|
config: config)
|
2698
2705
|
context[:gem_name] = 'aws-sdk-efs'
|
2699
|
-
context[:gem_version] = '1.
|
2706
|
+
context[:gem_version] = '1.57.0'
|
2700
2707
|
Seahorse::Client::Request.new(handlers, context)
|
2701
2708
|
end
|
2702
2709
|
|
@@ -50,6 +50,9 @@ module Aws::EFS
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|
@@ -29,83 +29,82 @@ module Aws::EFS
|
|
29
29
|
# @api private
|
30
30
|
RULES = <<-JSON
|
31
31
|
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
|
60
|
-
InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
|
61
|
-
LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
|
62
|
-
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
|
63
|
-
b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
|
64
|
-
fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
|
65
|
-
RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
|
66
|
-
ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
|
67
|
-
ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
|
68
|
-
ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
|
69
|
-
dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
|
70
|
-
dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
|
71
|
-
Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
|
72
|
-
In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
|
73
|
-
YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
|
74
|
-
YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
|
75
|
-
cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
76
|
-
dCI6eyJ1cmwiOiJodHRwczovL2VsYXN0aWNmaWxlc3lzdGVtLWZpcHMue1Jl
|
77
|
-
Z2lvbn0ue1BhcnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9Iiwi
|
78
|
-
cHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50
|
79
|
-
In1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgYW5kIER1YWxT
|
80
|
-
dGFjayBhcmUgZW5hYmxlZCwgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90
|
81
|
-
IHN1cHBvcnQgb25lIG9yIGJvdGgiLCJ0eXBlIjoiZXJyb3IifV19LHsiY29u
|
82
|
-
ZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVm
|
83
|
-
IjoiVXNlRklQUyJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7
|
84
|
-
ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0
|
85
|
-
cnVlLHsiZm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9u
|
86
|
-
UmVzdWx0In0sInN1cHBvcnRzRklQUyJdfV19XSwidHlwZSI6InRyZWUiLCJy
|
87
|
-
dWxlcyI6W3siY29uZGl0aW9ucyI6W10sInR5cGUiOiJ0cmVlIiwicnVsZXMi
|
88
|
-
Olt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczov
|
89
|
-
L2VsYXN0aWNmaWxlc3lzdGVtLWZpcHMue1JlZ2lvbn0ue1BhcnRpdGlvblJl
|
90
|
-
c3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9
|
91
|
-
fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W10sImVy
|
92
|
-
cm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2Vz
|
93
|
-
IG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0
|
32
|
+
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
|
33
|
+
YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
|
34
|
+
ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
|
35
|
+
aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
|
36
|
+
ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
|
37
|
+
IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
|
38
|
+
bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
|
39
|
+
aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
|
40
|
+
IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
|
41
|
+
IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
|
42
|
+
aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
|
43
|
+
Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
|
44
|
+
cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
|
45
|
+
bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
|
46
|
+
YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
|
47
|
+
bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
|
48
|
+
ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
|
49
|
+
IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
|
50
|
+
b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
|
51
|
+
ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
|
52
|
+
dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
|
53
|
+
c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
|
54
|
+
cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
|
55
|
+
dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
|
56
|
+
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
|
57
|
+
ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
|
58
|
+
b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
94
59
|
aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
60
|
+
VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
|
61
|
+
Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
|
62
|
+
b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
|
63
|
+
XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
|
64
|
+
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
65
|
+
fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
|
66
|
+
Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
|
67
|
+
bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
|
68
|
+
eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
|
69
|
+
b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
|
70
|
+
Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
|
71
|
+
XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
|
72
|
+
OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
|
73
|
+
InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
|
74
|
+
IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
|
75
|
+
Ly9lbGFzdGljZmlsZXN5c3RlbS1maXBzLntSZWdpb259LntQYXJ0aXRpb25S
|
76
|
+
ZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJo
|
77
|
+
ZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25z
|
78
|
+
IjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJlIGVuYWJsZWQs
|
79
|
+
IGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IG9uZSBvciBi
|
80
|
+
b3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
|
81
|
+
Ym9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVl
|
82
|
+
XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJm
|
83
|
+
biI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0
|
84
|
+
ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0
|
85
|
+
c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlv
|
86
|
+
bnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
|
87
|
+
XSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9lbGFzdGljZmlsZXN5c3Rl
|
88
|
+
bS1maXBzLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIs
|
89
|
+
InByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2lu
|
90
|
+
dCJ9XX1dfSx7ImNvbmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgaXMgZW5h
|
91
|
+
YmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBGSVBT
|
92
|
+
IiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9v
|
93
|
+
bGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxTdGFjayJ9LHRy
|
94
|
+
dWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7
|
95
|
+
ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4iOiJnZXRB
|
96
|
+
dHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sInN1cHBv
|
97
|
+
cnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJj
|
98
|
+
b25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9lbGFz
|
99
|
+
dGljZmlsZXN5c3RlbS57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxT
|
100
|
+
dGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319
|
101
|
+
LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10sImVycm9y
|
102
|
+
IjoiRHVhbFN0YWNrIGlzIGVuYWJsZWQgYnV0IHRoaXMgcGFydGl0aW9uIGRv
|
103
|
+
ZXMgbm90IHN1cHBvcnQgRHVhbFN0YWNrIiwidHlwZSI6ImVycm9yIn1dfSx7
|
104
|
+
ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOiJodHRwczovL2Vs
|
105
|
+
YXN0aWNmaWxlc3lzdGVtLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5z
|
106
|
+
U3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUi
|
107
|
+
OiJlbmRwb2ludCJ9XX1dfQ==
|
109
108
|
|
110
109
|
JSON
|
111
110
|
end
|
data/lib/aws-sdk-efs/types.rb
CHANGED
@@ -213,13 +213,6 @@ module Aws::EFS
|
|
213
213
|
#
|
214
214
|
# [1]: https://docs.aws.amazon.com/efs/latest/ug/awsbackup.html#automatic-backups
|
215
215
|
#
|
216
|
-
# @note When making an API call, you may pass BackupPolicy
|
217
|
-
# data as a hash:
|
218
|
-
#
|
219
|
-
# {
|
220
|
-
# status: "ENABLED", # required, accepts ENABLED, ENABLING, DISABLED, DISABLING
|
221
|
-
# }
|
222
|
-
#
|
223
216
|
# @!attribute [rw] status
|
224
217
|
# Describes the status of the file system's backup policy.
|
225
218
|
#
|
@@ -285,33 +278,6 @@ module Aws::EFS
|
|
285
278
|
include Aws::Structure
|
286
279
|
end
|
287
280
|
|
288
|
-
# @note When making an API call, you may pass CreateAccessPointRequest
|
289
|
-
# data as a hash:
|
290
|
-
#
|
291
|
-
# {
|
292
|
-
# client_token: "ClientToken", # required
|
293
|
-
# tags: [
|
294
|
-
# {
|
295
|
-
# key: "TagKey", # required
|
296
|
-
# value: "TagValue", # required
|
297
|
-
# },
|
298
|
-
# ],
|
299
|
-
# file_system_id: "FileSystemId", # required
|
300
|
-
# posix_user: {
|
301
|
-
# uid: 1, # required
|
302
|
-
# gid: 1, # required
|
303
|
-
# secondary_gids: [1],
|
304
|
-
# },
|
305
|
-
# root_directory: {
|
306
|
-
# path: "Path",
|
307
|
-
# creation_info: {
|
308
|
-
# owner_uid: 1, # required
|
309
|
-
# owner_gid: 1, # required
|
310
|
-
# permissions: "Permissions", # required
|
311
|
-
# },
|
312
|
-
# },
|
313
|
-
# }
|
314
|
-
#
|
315
281
|
# @!attribute [rw] client_token
|
316
282
|
# A string of up to 64 ASCII characters that Amazon EFS uses to ensure
|
317
283
|
# idempotent creation.
|
@@ -370,26 +336,6 @@ module Aws::EFS
|
|
370
336
|
include Aws::Structure
|
371
337
|
end
|
372
338
|
|
373
|
-
# @note When making an API call, you may pass CreateFileSystemRequest
|
374
|
-
# data as a hash:
|
375
|
-
#
|
376
|
-
# {
|
377
|
-
# creation_token: "CreationToken", # required
|
378
|
-
# performance_mode: "generalPurpose", # accepts generalPurpose, maxIO
|
379
|
-
# encrypted: false,
|
380
|
-
# kms_key_id: "KmsKeyId",
|
381
|
-
# throughput_mode: "bursting", # accepts bursting, provisioned
|
382
|
-
# provisioned_throughput_in_mibps: 1.0,
|
383
|
-
# availability_zone_name: "AvailabilityZoneName",
|
384
|
-
# backup: false,
|
385
|
-
# tags: [
|
386
|
-
# {
|
387
|
-
# key: "TagKey", # required
|
388
|
-
# value: "TagValue", # required
|
389
|
-
# },
|
390
|
-
# ],
|
391
|
-
# }
|
392
|
-
#
|
393
339
|
# @!attribute [rw] creation_token
|
394
340
|
# A string of up to 64 ASCII characters. Amazon EFS uses this to
|
395
341
|
# ensure idempotent creation.
|
@@ -449,15 +395,14 @@ module Aws::EFS
|
|
449
395
|
# @return [String]
|
450
396
|
#
|
451
397
|
# @!attribute [rw] throughput_mode
|
452
|
-
# Specifies the throughput mode for the file system
|
453
|
-
# or `
|
454
|
-
# must also set a value for
|
455
|
-
#
|
456
|
-
#
|
457
|
-
#
|
458
|
-
#
|
459
|
-
#
|
460
|
-
# User Guide*.
|
398
|
+
# Specifies the throughput mode for the file system. The mode can be
|
399
|
+
# `bursting`, `provisioned`, or `elastic`. If you set `ThroughputMode`
|
400
|
+
# to `provisioned`, you must also set a value for
|
401
|
+
# `ProvisionedThroughputInMibps`. After you create the file system,
|
402
|
+
# you can decrease your file system's throughput in Provisioned
|
403
|
+
# Throughput mode or change between the throughput modes, with certain
|
404
|
+
# time restrictions. For more information, see [Specifying throughput
|
405
|
+
# with provisioned mode][1] in the *Amazon EFS User Guide*.
|
461
406
|
#
|
462
407
|
# Default is `bursting`.
|
463
408
|
#
|
@@ -547,16 +492,6 @@ module Aws::EFS
|
|
547
492
|
include Aws::Structure
|
548
493
|
end
|
549
494
|
|
550
|
-
# @note When making an API call, you may pass CreateMountTargetRequest
|
551
|
-
# data as a hash:
|
552
|
-
#
|
553
|
-
# {
|
554
|
-
# file_system_id: "FileSystemId", # required
|
555
|
-
# subnet_id: "SubnetId", # required
|
556
|
-
# ip_address: "IpAddress",
|
557
|
-
# security_groups: ["SecurityGroup"],
|
558
|
-
# }
|
559
|
-
#
|
560
495
|
# @!attribute [rw] file_system_id
|
561
496
|
# The ID of the file system for which to create the mount target.
|
562
497
|
# @return [String]
|
@@ -587,20 +522,6 @@ module Aws::EFS
|
|
587
522
|
include Aws::Structure
|
588
523
|
end
|
589
524
|
|
590
|
-
# @note When making an API call, you may pass CreateReplicationConfigurationRequest
|
591
|
-
# data as a hash:
|
592
|
-
#
|
593
|
-
# {
|
594
|
-
# source_file_system_id: "FileSystemId", # required
|
595
|
-
# destinations: [ # required
|
596
|
-
# {
|
597
|
-
# region: "RegionName",
|
598
|
-
# availability_zone_name: "AvailabilityZoneName",
|
599
|
-
# kms_key_id: "KmsKeyId",
|
600
|
-
# },
|
601
|
-
# ],
|
602
|
-
# }
|
603
|
-
#
|
604
525
|
# @!attribute [rw] source_file_system_id
|
605
526
|
# Specifies the Amazon EFS file system that you want to replicate.
|
606
527
|
# This file system cannot already be a source or destination file
|
@@ -621,19 +542,6 @@ module Aws::EFS
|
|
621
542
|
include Aws::Structure
|
622
543
|
end
|
623
544
|
|
624
|
-
# @note When making an API call, you may pass CreateTagsRequest
|
625
|
-
# data as a hash:
|
626
|
-
#
|
627
|
-
# {
|
628
|
-
# file_system_id: "FileSystemId", # required
|
629
|
-
# tags: [ # required
|
630
|
-
# {
|
631
|
-
# key: "TagKey", # required
|
632
|
-
# value: "TagValue", # required
|
633
|
-
# },
|
634
|
-
# ],
|
635
|
-
# }
|
636
|
-
#
|
637
545
|
# @!attribute [rw] file_system_id
|
638
546
|
# The ID of the file system whose tags you want to modify (String).
|
639
547
|
# This operation modifies the tags only, not the file system.
|
@@ -670,15 +578,6 @@ module Aws::EFS
|
|
670
578
|
# does not exist, attempts to mount the file system using the access
|
671
579
|
# point will fail.
|
672
580
|
#
|
673
|
-
# @note When making an API call, you may pass CreationInfo
|
674
|
-
# data as a hash:
|
675
|
-
#
|
676
|
-
# {
|
677
|
-
# owner_uid: 1, # required
|
678
|
-
# owner_gid: 1, # required
|
679
|
-
# permissions: "Permissions", # required
|
680
|
-
# }
|
681
|
-
#
|
682
581
|
# @!attribute [rw] owner_uid
|
683
582
|
# Specifies the POSIX user ID to apply to the `RootDirectory`. Accepts
|
684
583
|
# values from 0 to 2^32 (4294967295).
|
@@ -704,13 +603,6 @@ module Aws::EFS
|
|
704
603
|
include Aws::Structure
|
705
604
|
end
|
706
605
|
|
707
|
-
# @note When making an API call, you may pass DeleteAccessPointRequest
|
708
|
-
# data as a hash:
|
709
|
-
#
|
710
|
-
# {
|
711
|
-
# access_point_id: "AccessPointId", # required
|
712
|
-
# }
|
713
|
-
#
|
714
606
|
# @!attribute [rw] access_point_id
|
715
607
|
# The ID of the access point that you want to delete.
|
716
608
|
# @return [String]
|
@@ -723,13 +615,6 @@ module Aws::EFS
|
|
723
615
|
include Aws::Structure
|
724
616
|
end
|
725
617
|
|
726
|
-
# @note When making an API call, you may pass DeleteFileSystemPolicyRequest
|
727
|
-
# data as a hash:
|
728
|
-
#
|
729
|
-
# {
|
730
|
-
# file_system_id: "FileSystemId", # required
|
731
|
-
# }
|
732
|
-
#
|
733
618
|
# @!attribute [rw] file_system_id
|
734
619
|
# Specifies the EFS file system for which to delete the
|
735
620
|
# `FileSystemPolicy`.
|
@@ -743,13 +628,6 @@ module Aws::EFS
|
|
743
628
|
include Aws::Structure
|
744
629
|
end
|
745
630
|
|
746
|
-
# @note When making an API call, you may pass DeleteFileSystemRequest
|
747
|
-
# data as a hash:
|
748
|
-
#
|
749
|
-
# {
|
750
|
-
# file_system_id: "FileSystemId", # required
|
751
|
-
# }
|
752
|
-
#
|
753
631
|
# @!attribute [rw] file_system_id
|
754
632
|
# The ID of the file system you want to delete.
|
755
633
|
# @return [String]
|
@@ -762,13 +640,6 @@ module Aws::EFS
|
|
762
640
|
include Aws::Structure
|
763
641
|
end
|
764
642
|
|
765
|
-
# @note When making an API call, you may pass DeleteMountTargetRequest
|
766
|
-
# data as a hash:
|
767
|
-
#
|
768
|
-
# {
|
769
|
-
# mount_target_id: "MountTargetId", # required
|
770
|
-
# }
|
771
|
-
#
|
772
643
|
# @!attribute [rw] mount_target_id
|
773
644
|
# The ID of the mount target to delete (String).
|
774
645
|
# @return [String]
|
@@ -781,13 +652,6 @@ module Aws::EFS
|
|
781
652
|
include Aws::Structure
|
782
653
|
end
|
783
654
|
|
784
|
-
# @note When making an API call, you may pass DeleteReplicationConfigurationRequest
|
785
|
-
# data as a hash:
|
786
|
-
#
|
787
|
-
# {
|
788
|
-
# source_file_system_id: "FileSystemId", # required
|
789
|
-
# }
|
790
|
-
#
|
791
655
|
# @!attribute [rw] source_file_system_id
|
792
656
|
# The ID of the source file system in the replication configuration.
|
793
657
|
# @return [String]
|
@@ -800,14 +664,6 @@ module Aws::EFS
|
|
800
664
|
include Aws::Structure
|
801
665
|
end
|
802
666
|
|
803
|
-
# @note When making an API call, you may pass DeleteTagsRequest
|
804
|
-
# data as a hash:
|
805
|
-
#
|
806
|
-
# {
|
807
|
-
# file_system_id: "FileSystemId", # required
|
808
|
-
# tag_keys: ["TagKey"], # required
|
809
|
-
# }
|
810
|
-
#
|
811
667
|
# @!attribute [rw] file_system_id
|
812
668
|
# The ID of the file system whose tags you want to delete (String).
|
813
669
|
# @return [String]
|
@@ -853,16 +709,6 @@ module Aws::EFS
|
|
853
709
|
include Aws::Structure
|
854
710
|
end
|
855
711
|
|
856
|
-
# @note When making an API call, you may pass DescribeAccessPointsRequest
|
857
|
-
# data as a hash:
|
858
|
-
#
|
859
|
-
# {
|
860
|
-
# max_results: 1,
|
861
|
-
# next_token: "Token",
|
862
|
-
# access_point_id: "AccessPointId",
|
863
|
-
# file_system_id: "FileSystemId",
|
864
|
-
# }
|
865
|
-
#
|
866
712
|
# @!attribute [rw] max_results
|
867
713
|
# (Optional) When retrieving all access points for a file system, you
|
868
714
|
# can optionally specify the `MaxItems` parameter to limit the number
|
@@ -916,14 +762,6 @@ module Aws::EFS
|
|
916
762
|
include Aws::Structure
|
917
763
|
end
|
918
764
|
|
919
|
-
# @note When making an API call, you may pass DescribeAccountPreferencesRequest
|
920
|
-
# data as a hash:
|
921
|
-
#
|
922
|
-
# {
|
923
|
-
# next_token: "Token",
|
924
|
-
# max_results: 1,
|
925
|
-
# }
|
926
|
-
#
|
927
765
|
# @!attribute [rw] next_token
|
928
766
|
# (Optional) You can use `NextToken` in a subsequent request to fetch
|
929
767
|
# the next page of Amazon Web Services account preferences if the
|
@@ -966,13 +804,6 @@ module Aws::EFS
|
|
966
804
|
include Aws::Structure
|
967
805
|
end
|
968
806
|
|
969
|
-
# @note When making an API call, you may pass DescribeBackupPolicyRequest
|
970
|
-
# data as a hash:
|
971
|
-
#
|
972
|
-
# {
|
973
|
-
# file_system_id: "FileSystemId", # required
|
974
|
-
# }
|
975
|
-
#
|
976
807
|
# @!attribute [rw] file_system_id
|
977
808
|
# Specifies which EFS file system to retrieve the `BackupPolicy` for.
|
978
809
|
# @return [String]
|
@@ -985,13 +816,6 @@ module Aws::EFS
|
|
985
816
|
include Aws::Structure
|
986
817
|
end
|
987
818
|
|
988
|
-
# @note When making an API call, you may pass DescribeFileSystemPolicyRequest
|
989
|
-
# data as a hash:
|
990
|
-
#
|
991
|
-
# {
|
992
|
-
# file_system_id: "FileSystemId", # required
|
993
|
-
# }
|
994
|
-
#
|
995
819
|
# @!attribute [rw] file_system_id
|
996
820
|
# Specifies which EFS file system to retrieve the `FileSystemPolicy`
|
997
821
|
# for.
|
@@ -1005,16 +829,6 @@ module Aws::EFS
|
|
1005
829
|
include Aws::Structure
|
1006
830
|
end
|
1007
831
|
|
1008
|
-
# @note When making an API call, you may pass DescribeFileSystemsRequest
|
1009
|
-
# data as a hash:
|
1010
|
-
#
|
1011
|
-
# {
|
1012
|
-
# max_items: 1,
|
1013
|
-
# marker: "Marker",
|
1014
|
-
# creation_token: "CreationToken",
|
1015
|
-
# file_system_id: "FileSystemId",
|
1016
|
-
# }
|
1017
|
-
#
|
1018
832
|
# @!attribute [rw] max_items
|
1019
833
|
# (Optional) Specifies the maximum number of file systems to return in
|
1020
834
|
# the response (integer). This number is automatically set to 100. The
|
@@ -1074,13 +888,6 @@ module Aws::EFS
|
|
1074
888
|
include Aws::Structure
|
1075
889
|
end
|
1076
890
|
|
1077
|
-
# @note When making an API call, you may pass DescribeLifecycleConfigurationRequest
|
1078
|
-
# data as a hash:
|
1079
|
-
#
|
1080
|
-
# {
|
1081
|
-
# file_system_id: "FileSystemId", # required
|
1082
|
-
# }
|
1083
|
-
#
|
1084
891
|
# @!attribute [rw] file_system_id
|
1085
892
|
# The ID of the file system whose `LifecycleConfiguration` object you
|
1086
893
|
# want to retrieve (String).
|
@@ -1094,13 +901,6 @@ module Aws::EFS
|
|
1094
901
|
include Aws::Structure
|
1095
902
|
end
|
1096
903
|
|
1097
|
-
# @note When making an API call, you may pass DescribeMountTargetSecurityGroupsRequest
|
1098
|
-
# data as a hash:
|
1099
|
-
#
|
1100
|
-
# {
|
1101
|
-
# mount_target_id: "MountTargetId", # required
|
1102
|
-
# }
|
1103
|
-
#
|
1104
904
|
# @!attribute [rw] mount_target_id
|
1105
905
|
# The ID of the mount target whose security groups you want to
|
1106
906
|
# retrieve.
|
@@ -1126,17 +926,6 @@ module Aws::EFS
|
|
1126
926
|
include Aws::Structure
|
1127
927
|
end
|
1128
928
|
|
1129
|
-
# @note When making an API call, you may pass DescribeMountTargetsRequest
|
1130
|
-
# data as a hash:
|
1131
|
-
#
|
1132
|
-
# {
|
1133
|
-
# max_items: 1,
|
1134
|
-
# marker: "Marker",
|
1135
|
-
# file_system_id: "FileSystemId",
|
1136
|
-
# mount_target_id: "MountTargetId",
|
1137
|
-
# access_point_id: "AccessPointId",
|
1138
|
-
# }
|
1139
|
-
#
|
1140
929
|
# @!attribute [rw] max_items
|
1141
930
|
# (Optional) Maximum number of mount targets to return in the
|
1142
931
|
# response. Currently, this number is automatically set to 10, and
|
@@ -1209,15 +998,6 @@ module Aws::EFS
|
|
1209
998
|
include Aws::Structure
|
1210
999
|
end
|
1211
1000
|
|
1212
|
-
# @note When making an API call, you may pass DescribeReplicationConfigurationsRequest
|
1213
|
-
# data as a hash:
|
1214
|
-
#
|
1215
|
-
# {
|
1216
|
-
# file_system_id: "FileSystemId",
|
1217
|
-
# next_token: "Token",
|
1218
|
-
# max_results: 1,
|
1219
|
-
# }
|
1220
|
-
#
|
1221
1001
|
# @!attribute [rw] file_system_id
|
1222
1002
|
# You can retrieve the replication configuration for a specific file
|
1223
1003
|
# system by providing its file system ID.
|
@@ -1262,15 +1042,6 @@ module Aws::EFS
|
|
1262
1042
|
include Aws::Structure
|
1263
1043
|
end
|
1264
1044
|
|
1265
|
-
# @note When making an API call, you may pass DescribeTagsRequest
|
1266
|
-
# data as a hash:
|
1267
|
-
#
|
1268
|
-
# {
|
1269
|
-
# max_items: 1,
|
1270
|
-
# marker: "Marker",
|
1271
|
-
# file_system_id: "FileSystemId", # required
|
1272
|
-
# }
|
1273
|
-
#
|
1274
1045
|
# @!attribute [rw] max_items
|
1275
1046
|
# (Optional) The maximum number of file system tags to return in the
|
1276
1047
|
# response. Currently, this number is automatically set to 100, and
|
@@ -1367,15 +1138,6 @@ module Aws::EFS
|
|
1367
1138
|
# Describes the destination file system to create in the replication
|
1368
1139
|
# configuration.
|
1369
1140
|
#
|
1370
|
-
# @note When making an API call, you may pass DestinationToCreate
|
1371
|
-
# data as a hash:
|
1372
|
-
#
|
1373
|
-
# {
|
1374
|
-
# region: "RegionName",
|
1375
|
-
# availability_zone_name: "AvailabilityZoneName",
|
1376
|
-
# kms_key_id: "KmsKeyId",
|
1377
|
-
# }
|
1378
|
-
#
|
1379
1141
|
# @!attribute [rw] region
|
1380
1142
|
# To create a file system that uses Regional storage, specify the
|
1381
1143
|
# Amazon Web Services Region in which to create the destination file
|
@@ -1931,14 +1693,6 @@ module Aws::EFS
|
|
1931
1693
|
#
|
1932
1694
|
# [1]: https://docs.aws.amazon.com/efs/latest/ug/lifecycle-management-efs.html
|
1933
1695
|
#
|
1934
|
-
# @note When making an API call, you may pass LifecyclePolicy
|
1935
|
-
# data as a hash:
|
1936
|
-
#
|
1937
|
-
# {
|
1938
|
-
# transition_to_ia: "AFTER_7_DAYS", # accepts AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
|
1939
|
-
# transition_to_primary_storage_class: "AFTER_1_ACCESS", # accepts AFTER_1_ACCESS
|
1940
|
-
# }
|
1941
|
-
#
|
1942
1696
|
# @!attribute [rw] transition_to_ia
|
1943
1697
|
# Describes the period of time that a file is not accessed, after
|
1944
1698
|
# which it transitions to IA storage. Metadata operations such as
|
@@ -1961,15 +1715,6 @@ module Aws::EFS
|
|
1961
1715
|
include Aws::Structure
|
1962
1716
|
end
|
1963
1717
|
|
1964
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
1965
|
-
# data as a hash:
|
1966
|
-
#
|
1967
|
-
# {
|
1968
|
-
# resource_id: "ResourceId", # required
|
1969
|
-
# max_results: 1,
|
1970
|
-
# next_token: "Token",
|
1971
|
-
# }
|
1972
|
-
#
|
1973
1718
|
# @!attribute [rw] resource_id
|
1974
1719
|
# Specifies the EFS resource you want to retrieve tags for. You can
|
1975
1720
|
# retrieve tags for EFS file systems and access points using this API
|
@@ -2016,14 +1761,6 @@ module Aws::EFS
|
|
2016
1761
|
include Aws::Structure
|
2017
1762
|
end
|
2018
1763
|
|
2019
|
-
# @note When making an API call, you may pass ModifyMountTargetSecurityGroupsRequest
|
2020
|
-
# data as a hash:
|
2021
|
-
#
|
2022
|
-
# {
|
2023
|
-
# mount_target_id: "MountTargetId", # required
|
2024
|
-
# security_groups: ["SecurityGroup"],
|
2025
|
-
# }
|
2026
|
-
#
|
2027
1764
|
# @!attribute [rw] mount_target_id
|
2028
1765
|
# The ID of the mount target whose security groups you want to modify.
|
2029
1766
|
# @return [String]
|
@@ -2263,15 +2000,6 @@ module Aws::EFS
|
|
2263
2000
|
# secondary group IDs, on the access point that is used for all file
|
2264
2001
|
# system operations performed by NFS clients using the access point.
|
2265
2002
|
#
|
2266
|
-
# @note When making an API call, you may pass PosixUser
|
2267
|
-
# data as a hash:
|
2268
|
-
#
|
2269
|
-
# {
|
2270
|
-
# uid: 1, # required
|
2271
|
-
# gid: 1, # required
|
2272
|
-
# secondary_gids: [1],
|
2273
|
-
# }
|
2274
|
-
#
|
2275
2003
|
# @!attribute [rw] uid
|
2276
2004
|
# The POSIX user ID used for all file system operations using this
|
2277
2005
|
# access point.
|
@@ -2297,13 +2025,6 @@ module Aws::EFS
|
|
2297
2025
|
include Aws::Structure
|
2298
2026
|
end
|
2299
2027
|
|
2300
|
-
# @note When making an API call, you may pass PutAccountPreferencesRequest
|
2301
|
-
# data as a hash:
|
2302
|
-
#
|
2303
|
-
# {
|
2304
|
-
# resource_id_type: "LONG_ID", # required, accepts LONG_ID, SHORT_ID
|
2305
|
-
# }
|
2306
|
-
#
|
2307
2028
|
# @!attribute [rw] resource_id_type
|
2308
2029
|
# Specifies the EFS resource ID preference to set for the user's
|
2309
2030
|
# Amazon Web Services account, in the current Amazon Web Services
|
@@ -2340,16 +2061,6 @@ module Aws::EFS
|
|
2340
2061
|
include Aws::Structure
|
2341
2062
|
end
|
2342
2063
|
|
2343
|
-
# @note When making an API call, you may pass PutBackupPolicyRequest
|
2344
|
-
# data as a hash:
|
2345
|
-
#
|
2346
|
-
# {
|
2347
|
-
# file_system_id: "FileSystemId", # required
|
2348
|
-
# backup_policy: { # required
|
2349
|
-
# status: "ENABLED", # required, accepts ENABLED, ENABLING, DISABLED, DISABLING
|
2350
|
-
# },
|
2351
|
-
# }
|
2352
|
-
#
|
2353
2064
|
# @!attribute [rw] file_system_id
|
2354
2065
|
# Specifies which EFS file system to update the backup policy for.
|
2355
2066
|
# @return [String]
|
@@ -2367,15 +2078,6 @@ module Aws::EFS
|
|
2367
2078
|
include Aws::Structure
|
2368
2079
|
end
|
2369
2080
|
|
2370
|
-
# @note When making an API call, you may pass PutFileSystemPolicyRequest
|
2371
|
-
# data as a hash:
|
2372
|
-
#
|
2373
|
-
# {
|
2374
|
-
# file_system_id: "FileSystemId", # required
|
2375
|
-
# policy: "Policy", # required
|
2376
|
-
# bypass_policy_lockout_safety_check: false,
|
2377
|
-
# }
|
2378
|
-
#
|
2379
2081
|
# @!attribute [rw] file_system_id
|
2380
2082
|
# The ID of the EFS file system that you want to create or update the
|
2381
2083
|
# `FileSystemPolicy` for.
|
@@ -2414,19 +2116,6 @@ module Aws::EFS
|
|
2414
2116
|
include Aws::Structure
|
2415
2117
|
end
|
2416
2118
|
|
2417
|
-
# @note When making an API call, you may pass PutLifecycleConfigurationRequest
|
2418
|
-
# data as a hash:
|
2419
|
-
#
|
2420
|
-
# {
|
2421
|
-
# file_system_id: "FileSystemId", # required
|
2422
|
-
# lifecycle_policies: [ # required
|
2423
|
-
# {
|
2424
|
-
# transition_to_ia: "AFTER_7_DAYS", # accepts AFTER_7_DAYS, AFTER_14_DAYS, AFTER_30_DAYS, AFTER_60_DAYS, AFTER_90_DAYS
|
2425
|
-
# transition_to_primary_storage_class: "AFTER_1_ACCESS", # accepts AFTER_1_ACCESS
|
2426
|
-
# },
|
2427
|
-
# ],
|
2428
|
-
# }
|
2429
|
-
#
|
2430
2119
|
# @!attribute [rw] file_system_id
|
2431
2120
|
# The ID of the file system for which you are creating the
|
2432
2121
|
# `LifecycleConfiguration` object (String).
|
@@ -2561,18 +2250,6 @@ module Aws::EFS
|
|
2561
2250
|
# access data in the access point's `RootDirectory` and it's
|
2562
2251
|
# subdirectories.
|
2563
2252
|
#
|
2564
|
-
# @note When making an API call, you may pass RootDirectory
|
2565
|
-
# data as a hash:
|
2566
|
-
#
|
2567
|
-
# {
|
2568
|
-
# path: "Path",
|
2569
|
-
# creation_info: {
|
2570
|
-
# owner_uid: 1, # required
|
2571
|
-
# owner_gid: 1, # required
|
2572
|
-
# permissions: "Permissions", # required
|
2573
|
-
# },
|
2574
|
-
# }
|
2575
|
-
#
|
2576
2253
|
# @!attribute [rw] path
|
2577
2254
|
# Specifies the path on the EFS file system to expose as the root
|
2578
2255
|
# directory to NFS clients using the access point to access the EFS
|
@@ -2691,14 +2368,6 @@ module Aws::EFS
|
|
2691
2368
|
# space, and numbers that can be represented in UTF-8, and the following
|
2692
2369
|
# characters:` + - = . _ : /`.
|
2693
2370
|
#
|
2694
|
-
# @note When making an API call, you may pass Tag
|
2695
|
-
# data as a hash:
|
2696
|
-
#
|
2697
|
-
# {
|
2698
|
-
# key: "TagKey", # required
|
2699
|
-
# value: "TagValue", # required
|
2700
|
-
# }
|
2701
|
-
#
|
2702
2371
|
# @!attribute [rw] key
|
2703
2372
|
# The tag key (String). The key can't start with `aws:`.
|
2704
2373
|
# @return [String]
|
@@ -2716,19 +2385,6 @@ module Aws::EFS
|
|
2716
2385
|
include Aws::Structure
|
2717
2386
|
end
|
2718
2387
|
|
2719
|
-
# @note When making an API call, you may pass TagResourceRequest
|
2720
|
-
# data as a hash:
|
2721
|
-
#
|
2722
|
-
# {
|
2723
|
-
# resource_id: "ResourceId", # required
|
2724
|
-
# tags: [ # required
|
2725
|
-
# {
|
2726
|
-
# key: "TagKey", # required
|
2727
|
-
# value: "TagValue", # required
|
2728
|
-
# },
|
2729
|
-
# ],
|
2730
|
-
# }
|
2731
|
-
#
|
2732
2388
|
# @!attribute [rw] resource_id
|
2733
2389
|
# The ID specifying the EFS resource that you want to create a tag
|
2734
2390
|
# for.
|
@@ -2749,8 +2405,12 @@ module Aws::EFS
|
|
2749
2405
|
end
|
2750
2406
|
|
2751
2407
|
# Returned when the `CreateAccessPoint` API action is called too quickly
|
2752
|
-
# and the number of Access Points
|
2753
|
-
# 120.
|
2408
|
+
# and the number of Access Points on the file system is nearing the
|
2409
|
+
# [limit of 120][1].
|
2410
|
+
#
|
2411
|
+
#
|
2412
|
+
#
|
2413
|
+
# [1]: https://docs.aws.amazon.com/efs/latest/ug/limits.html#limits-efs-resources-per-account-per-region
|
2754
2414
|
#
|
2755
2415
|
# @!attribute [rw] error_code
|
2756
2416
|
# The error code is a string that uniquely identifies an error
|
@@ -2862,14 +2522,6 @@ module Aws::EFS
|
|
2862
2522
|
include Aws::Structure
|
2863
2523
|
end
|
2864
2524
|
|
2865
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
2866
|
-
# data as a hash:
|
2867
|
-
#
|
2868
|
-
# {
|
2869
|
-
# resource_id: "ResourceId", # required
|
2870
|
-
# tag_keys: ["TagKey"], # required
|
2871
|
-
# }
|
2872
|
-
#
|
2873
2525
|
# @!attribute [rw] resource_id
|
2874
2526
|
# Specifies the EFS resource that you want to remove tags from.
|
2875
2527
|
# @return [String]
|
@@ -2888,15 +2540,6 @@ module Aws::EFS
|
|
2888
2540
|
include Aws::Structure
|
2889
2541
|
end
|
2890
2542
|
|
2891
|
-
# @note When making an API call, you may pass UpdateFileSystemRequest
|
2892
|
-
# data as a hash:
|
2893
|
-
#
|
2894
|
-
# {
|
2895
|
-
# file_system_id: "FileSystemId", # required
|
2896
|
-
# throughput_mode: "bursting", # accepts bursting, provisioned
|
2897
|
-
# provisioned_throughput_in_mibps: 1.0,
|
2898
|
-
# }
|
2899
|
-
#
|
2900
2543
|
# @!attribute [rw] file_system_id
|
2901
2544
|
# The ID of the file system that you want to update.
|
2902
2545
|
# @return [String]
|
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.57.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-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|