aws-sdk-fsx 1.32.0 → 1.37.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 +198 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-fsx.rb +2 -2
- data/lib/aws-sdk-fsx/client.rb +315 -21
- data/lib/aws-sdk-fsx/client_api.rb +71 -1
- data/lib/aws-sdk-fsx/errors.rb +107 -1
- data/lib/aws-sdk-fsx/resource.rb +1 -1
- data/lib/aws-sdk-fsx/types.rb +400 -55
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c2e3f3c646f21f3588616aeab447a7474a2ffd30fe909e142a14d932bef9671
|
4
|
+
data.tar.gz: 0a4414b73cd208104009996a51bb1d74b1ef275c471db3e8648d499f413b9544
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aade5300028bb38bd55916aeec79e7d778955a6ebd265e538192e212243e579a33aae4abc9de1a8c248cb4f6ac833b35d594e2bdeb661d8d40fc22247a7bf2b1
|
7
|
+
data.tar.gz: b37594d2fd864bce815fbb81b32fab1fba15b536a08060dfffd43883811376973ad7c84304875ed509ca39cba60fb3a9eeda9b3c746c9f3422afb1a3086df99f
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,198 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.37.0 (2021-05-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds LZ4 data compression support to FSx for Lustre to reduce storage consumption of both file system storage and file system backups.
|
8
|
+
|
9
|
+
1.36.0 (2021-04-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Support for cross-region and cross-account backup copies
|
13
|
+
|
14
|
+
1.35.0 (2021-03-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.34.0 (2021-02-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.33.0 (2020-11-24)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - This release adds the capability to increase storage capacity of Amazon FSx for Lustre file systems, providing the flexibility to meet evolving storage needs over time.
|
28
|
+
|
29
|
+
1.32.0 (2020-11-09)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - This release adds support for creating DNS aliases for Amazon FSx for Windows File Server, and using AWS Backup to automate scheduled, policy-driven backup plans for Amazon FSx file systems.
|
33
|
+
|
34
|
+
1.31.0 (2020-09-30)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.30.0 (2020-09-15)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.29.0 (2020-08-25)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.28.0 (2020-08-20)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Documentation updates for Amazon FSx
|
53
|
+
|
54
|
+
1.27.0 (2020-08-12)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - This release adds the capability to create persistent file systems for throughput-intensive workloads using Hard Disk Drive (HDD) storage and an optional read-only Solid-State Drive (SSD) cache.
|
58
|
+
|
59
|
+
1.26.0 (2020-08-05)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Documentation updates for StorageCapacity input value format.
|
63
|
+
|
64
|
+
1.25.0 (2020-07-24)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Documentation update for FSx for Lustre
|
68
|
+
|
69
|
+
1.24.0 (2020-07-23)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Adds support for AutoImport, a new FSx for Lustre feature that allows customers to configure their FSx file system to automatically update its contents when new objects are added to S3 or existing objects are overwritten.
|
73
|
+
|
74
|
+
1.23.0 (2020-06-24)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - This release adds the capability to take highly-durable, incremental backups of your FSx for Lustre persistent file systems. This capability makes it easy to further protect your file system data and to meet business and regulatory compliance requirements.
|
78
|
+
|
79
|
+
1.22.0 (2020-06-23)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
83
|
+
|
84
|
+
1.21.1 (2020-06-11)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
88
|
+
|
89
|
+
1.21.0 (2020-06-10)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Issue - This version has been yanked. (#2327).
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.20.0 (2020-06-01)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - New capabilities to update storage capacity and throughput capacity of your file systems, providing the flexibility to grow file storage and to scale up or down the available performance as needed to meet evolving storage needs over time.
|
99
|
+
|
100
|
+
1.19.0 (2020-05-28)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.18.0 (2020-05-07)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
109
|
+
|
110
|
+
1.17.0 (2020-03-26)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - This release includes two changes: a new lower-cost, storage type called HDD (Hard Disk Drive), and a new generation of the Single-AZ deployment type called Single AZ 2. The HDD storage type can be selected on Multi AZ 1 and Single AZ 2 deployment types.
|
114
|
+
|
115
|
+
1.16.0 (2020-03-09)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
119
|
+
|
120
|
+
1.15.0 (2020-02-24)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - Announcing persistent file systems for Amazon FSx for Lustre that are ideal for longer-term storage and workloads, and a new generation of scratch file systems that offer higher burst throughput for spiky workloads.
|
124
|
+
|
125
|
+
1.14.0 (2019-12-23)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - This release adds a new family of APIs (create-data-repository-task, describe-data-repository-task, and cancel-data-repository-task) that allow users to perform operations between their file system and its linked data repository.
|
129
|
+
|
130
|
+
1.13.0 (2019-11-20)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - Announcing a Multi-AZ deployment type for Amazon FSx for Windows File Server, providing fully-managed Windows file storage with high availability and redundancy across multiple AWS Availability Zones.
|
134
|
+
|
135
|
+
1.12.0 (2019-10-23)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
139
|
+
|
140
|
+
1.11.0 (2019-07-25)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
144
|
+
|
145
|
+
1.10.0 (2019-07-01)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
149
|
+
|
150
|
+
1.9.0 (2019-06-24)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - Starting today, you can join your Amazon FSx for Windows File Server file systems to your organization's self-managed Microsoft Active Directory while creating the file system. You can also perform in-place updates of file systems to keep your Active Directory configuration up to date.
|
154
|
+
|
155
|
+
1.8.0 (2019-06-17)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
159
|
+
|
160
|
+
1.7.0 (2019-05-21)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.6.0 (2019-05-15)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.5.0 (2019-05-14)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.4.0 (2019-03-21)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.3.0 (2019-03-18)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.2.0 (2019-03-14)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.1.0 (2019-02-06)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - API update.
|
194
|
+
|
195
|
+
1.0.0 (2018-11-28)
|
196
|
+
------------------
|
197
|
+
|
198
|
+
* Feature - Initial release of `aws-sdk-fsx`.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.37.0
|
data/lib/aws-sdk-fsx.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-fsx/customizations'
|
|
48
48
|
# @!group service
|
49
49
|
module Aws::FSx
|
50
50
|
|
51
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.37.0'
|
52
52
|
|
53
53
|
end
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -456,6 +456,239 @@ module Aws::FSx
|
|
456
456
|
req.send_request(options)
|
457
457
|
end
|
458
458
|
|
459
|
+
# Copies an existing backup within the same AWS account to another
|
460
|
+
# Region (cross-Region copy) or within the same Region (in-Region copy).
|
461
|
+
# You can have up to five backup copy requests in progress to a single
|
462
|
+
# destination Region per account.
|
463
|
+
#
|
464
|
+
# You can use cross-Region backup copies for cross-region disaster
|
465
|
+
# recovery. You periodically take backups and copy them to another
|
466
|
+
# Region so that in the event of a disaster in the primary Region, you
|
467
|
+
# can restore from backup and recover availability quickly in the other
|
468
|
+
# Region. You can make cross-Region copies only within your AWS
|
469
|
+
# partition.
|
470
|
+
#
|
471
|
+
# You can also use backup copies to clone your file data set to another
|
472
|
+
# Region or within the same Region.
|
473
|
+
#
|
474
|
+
# You can use the `SourceRegion` parameter to specify the AWS Region
|
475
|
+
# from which the backup will be copied. For example, if you make the
|
476
|
+
# call from the `us-west-1` Region and want to copy a backup from the
|
477
|
+
# `us-east-2` Region, you specify `us-east-2` in the `SourceRegion`
|
478
|
+
# parameter to make a cross-Region copy. If you don't specify a Region,
|
479
|
+
# the backup copy is created in the same Region where the request is
|
480
|
+
# sent from (in-Region copy).
|
481
|
+
#
|
482
|
+
# For more information on creating backup copies, see [ Copying
|
483
|
+
# backups][1] in the *Amazon FSx for Windows User Guide* and [Copying
|
484
|
+
# backups][2] in the *Amazon FSx for Lustre User Guide*.
|
485
|
+
#
|
486
|
+
#
|
487
|
+
#
|
488
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups
|
489
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups
|
490
|
+
#
|
491
|
+
# @option params [String] :client_request_token
|
492
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
493
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
494
|
+
# behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
|
495
|
+
# SDK.
|
496
|
+
#
|
497
|
+
# **A suitable default value is auto-generated.** You should normally
|
498
|
+
# not need to pass this option.**
|
499
|
+
#
|
500
|
+
# @option params [required, String] :source_backup_id
|
501
|
+
# The ID of the source backup. Specifies the ID of the backup that is
|
502
|
+
# being copied.
|
503
|
+
#
|
504
|
+
# @option params [String] :source_region
|
505
|
+
# The source AWS Region of the backup. Specifies the AWS Region from
|
506
|
+
# which the backup is being copied. The source and destination Regions
|
507
|
+
# must be in the same AWS partition. If you don't specify a Region, it
|
508
|
+
# defaults to the Region where the request is sent from (in-Region
|
509
|
+
# copy).
|
510
|
+
#
|
511
|
+
# @option params [String] :kms_key_id
|
512
|
+
# The ID of the AWS Key Management Service (AWS KMS) key used to encrypt
|
513
|
+
# the file system's data for Amazon FSx for Windows File Server file
|
514
|
+
# systems and Amazon FSx for Lustre `PERSISTENT_1` file systems at rest.
|
515
|
+
# In either case, if not specified, the Amazon FSx managed key is used.
|
516
|
+
# The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are
|
517
|
+
# always encrypted at rest using Amazon FSx managed keys. For more
|
518
|
+
# information, see [Encrypt][1] in the *AWS Key Management Service API
|
519
|
+
# Reference*.
|
520
|
+
#
|
521
|
+
#
|
522
|
+
#
|
523
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
|
524
|
+
#
|
525
|
+
# @option params [Boolean] :copy_tags
|
526
|
+
# A boolean flag indicating whether tags from the source backup should
|
527
|
+
# be copied to the backup copy. This value defaults to false.
|
528
|
+
#
|
529
|
+
# If you set `CopyTags` to true and the source backup has existing tags,
|
530
|
+
# you can use the `Tags` parameter to create new tags, provided that the
|
531
|
+
# sum of the source backup tags and the new tags doesn't exceed 50.
|
532
|
+
# Both sets of tags are merged. If there are tag conflicts (for example,
|
533
|
+
# two tags with the same key but different values), the tags created
|
534
|
+
# with the `Tags` parameter take precedence.
|
535
|
+
#
|
536
|
+
# @option params [Array<Types::Tag>] :tags
|
537
|
+
# A list of `Tag` values, with a maximum of 50 elements.
|
538
|
+
#
|
539
|
+
# @return [Types::CopyBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
540
|
+
#
|
541
|
+
# * {Types::CopyBackupResponse#backup #backup} => Types::Backup
|
542
|
+
#
|
543
|
+
#
|
544
|
+
# @example Example: To copy a backup
|
545
|
+
#
|
546
|
+
# # This operation copies an Amazon FSx backup.
|
547
|
+
#
|
548
|
+
# resp = client.copy_backup({
|
549
|
+
# source_backup_id: "backup-03e3c82e0183b7b6b",
|
550
|
+
# source_region: "us-east-2",
|
551
|
+
# })
|
552
|
+
#
|
553
|
+
# resp.to_h outputs the following:
|
554
|
+
# {
|
555
|
+
# backup: {
|
556
|
+
# backup_id: "backup-0a3364eded1014b28",
|
557
|
+
# creation_time: Time.parse(1617954808.068),
|
558
|
+
# file_system: {
|
559
|
+
# file_system_id: "fs-0498eed5fe91001ec",
|
560
|
+
# file_system_type: "LUSTRE",
|
561
|
+
# lustre_configuration: {
|
562
|
+
# automatic_backup_retention_days: 0,
|
563
|
+
# deployment_type: "PERSISTENT_1",
|
564
|
+
# per_unit_storage_throughput: 50,
|
565
|
+
# weekly_maintenance_start_time: "1:05:00",
|
566
|
+
# },
|
567
|
+
# resource_arn: "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0f5179e395f597e66",
|
568
|
+
# storage_capacity: 2400,
|
569
|
+
# storage_type: "SSD",
|
570
|
+
# },
|
571
|
+
# kms_key_id: "arn:aws:fsx:us-east-1:012345678912:key/d1234e22-543a-12b7-a98f-e12c2b54001a",
|
572
|
+
# lifecycle: "COPYING",
|
573
|
+
# owner_id: "123456789012",
|
574
|
+
# resource_arn: "arn:aws:fsx:us-east-1:012345678912:backup/backup-0a3364eded1014b28",
|
575
|
+
# tags: [
|
576
|
+
# {
|
577
|
+
# key: "Name",
|
578
|
+
# value: "MyBackup",
|
579
|
+
# },
|
580
|
+
# ],
|
581
|
+
# type: "USER_INITIATED",
|
582
|
+
# },
|
583
|
+
# }
|
584
|
+
#
|
585
|
+
# @example Request syntax with placeholder values
|
586
|
+
#
|
587
|
+
# resp = client.copy_backup({
|
588
|
+
# client_request_token: "ClientRequestToken",
|
589
|
+
# source_backup_id: "SourceBackupId", # required
|
590
|
+
# source_region: "Region",
|
591
|
+
# kms_key_id: "KmsKeyId",
|
592
|
+
# copy_tags: false,
|
593
|
+
# tags: [
|
594
|
+
# {
|
595
|
+
# key: "TagKey", # required
|
596
|
+
# value: "TagValue", # required
|
597
|
+
# },
|
598
|
+
# ],
|
599
|
+
# })
|
600
|
+
#
|
601
|
+
# @example Response structure
|
602
|
+
#
|
603
|
+
# resp.backup.backup_id #=> String
|
604
|
+
# resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
|
605
|
+
# resp.backup.failure_details.message #=> String
|
606
|
+
# resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
|
607
|
+
# resp.backup.progress_percent #=> Integer
|
608
|
+
# resp.backup.creation_time #=> Time
|
609
|
+
# resp.backup.kms_key_id #=> String
|
610
|
+
# resp.backup.resource_arn #=> String
|
611
|
+
# resp.backup.tags #=> Array
|
612
|
+
# resp.backup.tags[0].key #=> String
|
613
|
+
# resp.backup.tags[0].value #=> String
|
614
|
+
# resp.backup.file_system.owner_id #=> String
|
615
|
+
# resp.backup.file_system.creation_time #=> Time
|
616
|
+
# resp.backup.file_system.file_system_id #=> String
|
617
|
+
# resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
|
618
|
+
# resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
|
619
|
+
# resp.backup.file_system.failure_details.message #=> String
|
620
|
+
# resp.backup.file_system.storage_capacity #=> Integer
|
621
|
+
# resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
|
622
|
+
# resp.backup.file_system.vpc_id #=> String
|
623
|
+
# resp.backup.file_system.subnet_ids #=> Array
|
624
|
+
# resp.backup.file_system.subnet_ids[0] #=> String
|
625
|
+
# resp.backup.file_system.network_interface_ids #=> Array
|
626
|
+
# resp.backup.file_system.network_interface_ids[0] #=> String
|
627
|
+
# resp.backup.file_system.dns_name #=> String
|
628
|
+
# resp.backup.file_system.kms_key_id #=> String
|
629
|
+
# resp.backup.file_system.resource_arn #=> String
|
630
|
+
# resp.backup.file_system.tags #=> Array
|
631
|
+
# resp.backup.file_system.tags[0].key #=> String
|
632
|
+
# resp.backup.file_system.tags[0].value #=> String
|
633
|
+
# resp.backup.file_system.windows_configuration.active_directory_id #=> String
|
634
|
+
# resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.domain_name #=> String
|
635
|
+
# resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
|
636
|
+
# resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
|
637
|
+
# resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.user_name #=> String
|
638
|
+
# resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
|
639
|
+
# resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
|
640
|
+
# resp.backup.file_system.windows_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
641
|
+
# resp.backup.file_system.windows_configuration.remote_administration_endpoint #=> String
|
642
|
+
# resp.backup.file_system.windows_configuration.preferred_subnet_id #=> String
|
643
|
+
# resp.backup.file_system.windows_configuration.preferred_file_server_ip #=> String
|
644
|
+
# resp.backup.file_system.windows_configuration.throughput_capacity #=> Integer
|
645
|
+
# resp.backup.file_system.windows_configuration.maintenance_operations_in_progress #=> Array
|
646
|
+
# resp.backup.file_system.windows_configuration.maintenance_operations_in_progress[0] #=> String, one of "PATCHING", "BACKING_UP"
|
647
|
+
# resp.backup.file_system.windows_configuration.weekly_maintenance_start_time #=> String
|
648
|
+
# resp.backup.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
649
|
+
# resp.backup.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
650
|
+
# resp.backup.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
651
|
+
# resp.backup.file_system.windows_configuration.aliases #=> Array
|
652
|
+
# resp.backup.file_system.windows_configuration.aliases[0].name #=> String
|
653
|
+
# resp.backup.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
654
|
+
# resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
655
|
+
# resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
656
|
+
# resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
657
|
+
# resp.backup.file_system.lustre_configuration.data_repository_configuration.export_path #=> String
|
658
|
+
# resp.backup.file_system.lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
|
659
|
+
# resp.backup.file_system.lustre_configuration.data_repository_configuration.auto_import_policy #=> String, one of "NONE", "NEW", "NEW_CHANGED"
|
660
|
+
# resp.backup.file_system.lustre_configuration.data_repository_configuration.failure_details.message #=> String
|
661
|
+
# resp.backup.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
|
662
|
+
# resp.backup.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
|
663
|
+
# resp.backup.file_system.lustre_configuration.mount_name #=> String
|
664
|
+
# resp.backup.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
|
665
|
+
# resp.backup.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
666
|
+
# resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
667
|
+
# resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
668
|
+
# resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
669
|
+
# resp.backup.file_system.administrative_actions #=> Array
|
670
|
+
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
671
|
+
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
672
|
+
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
|
673
|
+
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
674
|
+
# resp.backup.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
|
675
|
+
# resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
|
676
|
+
# resp.backup.directory_information.domain_name #=> String
|
677
|
+
# resp.backup.directory_information.active_directory_id #=> String
|
678
|
+
# resp.backup.directory_information.resource_arn #=> String
|
679
|
+
# resp.backup.owner_id #=> String
|
680
|
+
# resp.backup.source_backup_id #=> String
|
681
|
+
# resp.backup.source_backup_region #=> String
|
682
|
+
#
|
683
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
|
684
|
+
#
|
685
|
+
# @overload copy_backup(params = {})
|
686
|
+
# @param [Hash] params ({})
|
687
|
+
def copy_backup(params = {}, options = {})
|
688
|
+
req = build_request(:copy_backup, params)
|
689
|
+
req.send_request(options)
|
690
|
+
end
|
691
|
+
|
459
692
|
# Creates a backup of an existing Amazon FSx file system. Creating
|
460
693
|
# regular backups for your file system is a best practice, enabling you
|
461
694
|
# to restore a file system from a backup if an issue arises with the
|
@@ -471,7 +704,7 @@ module Aws::FSx
|
|
471
704
|
# For more information about backing up Amazon FSx for Lustre file
|
472
705
|
# systems, see [Working with FSx for Lustre backups][1].
|
473
706
|
#
|
474
|
-
# For more information about backing up Amazon FSx for
|
707
|
+
# For more information about backing up Amazon FSx for Windows file
|
475
708
|
# systems, see [Working with FSx for Windows backups][2].
|
476
709
|
#
|
477
710
|
# If a backup with the specified client request token exists, and the
|
@@ -586,7 +819,7 @@ module Aws::FSx
|
|
586
819
|
# @example Response structure
|
587
820
|
#
|
588
821
|
# resp.backup.backup_id #=> String
|
589
|
-
# resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
|
822
|
+
# resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
|
590
823
|
# resp.backup.failure_details.message #=> String
|
591
824
|
# resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
|
592
825
|
# resp.backup.progress_percent #=> Integer
|
@@ -650,6 +883,7 @@ module Aws::FSx
|
|
650
883
|
# resp.backup.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
651
884
|
# resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
652
885
|
# resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
886
|
+
# resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
653
887
|
# resp.backup.file_system.administrative_actions #=> Array
|
654
888
|
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
655
889
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
@@ -659,6 +893,10 @@ module Aws::FSx
|
|
659
893
|
# resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
|
660
894
|
# resp.backup.directory_information.domain_name #=> String
|
661
895
|
# resp.backup.directory_information.active_directory_id #=> String
|
896
|
+
# resp.backup.directory_information.resource_arn #=> String
|
897
|
+
# resp.backup.owner_id #=> String
|
898
|
+
# resp.backup.source_backup_id #=> String
|
899
|
+
# resp.backup.source_backup_region #=> String
|
662
900
|
#
|
663
901
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
|
664
902
|
#
|
@@ -677,14 +915,14 @@ module Aws::FSx
|
|
677
915
|
# from your FSx file system to its linked data repository. A
|
678
916
|
# `CreateDataRepositoryTask` operation will fail if a data repository is
|
679
917
|
# not linked to the FSx file system. To learn more about data repository
|
680
|
-
# tasks, see [
|
681
|
-
#
|
682
|
-
#
|
918
|
+
# tasks, see [Data Repository Tasks][1]. To learn more about linking a
|
919
|
+
# data repository to your file system, see [Linking your file system to
|
920
|
+
# an S3 bucket][2].
|
683
921
|
#
|
684
922
|
#
|
685
923
|
#
|
686
924
|
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html
|
687
|
-
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/
|
925
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-fs-linked-data-repo.html
|
688
926
|
#
|
689
927
|
# @option params [required, String] :type
|
690
928
|
# Specifies the type of data repository task to create.
|
@@ -878,12 +1116,17 @@ module Aws::FSx
|
|
878
1116
|
# types, provide exactly two subnet IDs, one for the preferred file
|
879
1117
|
# server and one for the standby file server. You specify one of these
|
880
1118
|
# subnets as the preferred subnet using the `WindowsConfiguration >
|
881
|
-
# PreferredSubnetID` property.
|
1119
|
+
# PreferredSubnetID` property. For more information, see [ Availability
|
1120
|
+
# and durability: Single-AZ and Multi-AZ file systems][1].
|
882
1121
|
#
|
883
1122
|
# For Windows `SINGLE_AZ_1` and `SINGLE_AZ_2` file system deployment
|
884
1123
|
# types and Lustre file systems, provide exactly one subnet ID. The file
|
885
1124
|
# server is launched in that subnet's Availability Zone.
|
886
1125
|
#
|
1126
|
+
#
|
1127
|
+
#
|
1128
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html
|
1129
|
+
#
|
887
1130
|
# @option params [Array<String>] :security_group_ids
|
888
1131
|
# A list of IDs specifying the security groups to apply to all network
|
889
1132
|
# interfaces created for file system access. This list isn't returned
|
@@ -1037,6 +1280,7 @@ module Aws::FSx
|
|
1037
1280
|
# automatic_backup_retention_days: 1,
|
1038
1281
|
# copy_tags_to_backups: false,
|
1039
1282
|
# drive_cache_type: "NONE", # accepts NONE, READ
|
1283
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
1040
1284
|
# },
|
1041
1285
|
# })
|
1042
1286
|
#
|
@@ -1096,6 +1340,7 @@ module Aws::FSx
|
|
1096
1340
|
# resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
1097
1341
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1098
1342
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1343
|
+
# resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
1099
1344
|
# resp.file_system.administrative_actions #=> Array
|
1100
1345
|
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
1101
1346
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
@@ -1151,8 +1396,7 @@ module Aws::FSx
|
|
1151
1396
|
# </note>
|
1152
1397
|
#
|
1153
1398
|
# @option params [required, String] :backup_id
|
1154
|
-
# The ID of the backup. Specifies the backup
|
1155
|
-
# a file system from an existing backup.
|
1399
|
+
# The ID of the source backup. Specifies the backup you are copying.
|
1156
1400
|
#
|
1157
1401
|
# @option params [String] :client_request_token
|
1158
1402
|
# A string of up to 64 ASCII characters that Amazon FSx uses to ensure
|
@@ -1213,6 +1457,20 @@ module Aws::FSx
|
|
1213
1457
|
#
|
1214
1458
|
# </note>
|
1215
1459
|
#
|
1460
|
+
# @option params [String] :kms_key_id
|
1461
|
+
# The ID of the AWS Key Management Service (AWS KMS) key used to encrypt
|
1462
|
+
# the file system's data for Amazon FSx for Windows File Server file
|
1463
|
+
# systems and Amazon FSx for Lustre `PERSISTENT_1` file systems at rest.
|
1464
|
+
# In either case, if not specified, the Amazon FSx managed key is used.
|
1465
|
+
# The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are
|
1466
|
+
# always encrypted at rest using Amazon FSx managed keys. For more
|
1467
|
+
# information, see [Encrypt][1] in the *AWS Key Management Service API
|
1468
|
+
# Reference*.
|
1469
|
+
#
|
1470
|
+
#
|
1471
|
+
#
|
1472
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
|
1473
|
+
#
|
1216
1474
|
# @return [Types::CreateFileSystemFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1217
1475
|
#
|
1218
1476
|
# * {Types::CreateFileSystemFromBackupResponse#file_system #file_system} => Types::FileSystem
|
@@ -1317,8 +1575,10 @@ module Aws::FSx
|
|
1317
1575
|
# automatic_backup_retention_days: 1,
|
1318
1576
|
# copy_tags_to_backups: false,
|
1319
1577
|
# drive_cache_type: "NONE", # accepts NONE, READ
|
1578
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
1320
1579
|
# },
|
1321
1580
|
# storage_type: "SSD", # accepts SSD, HDD
|
1581
|
+
# kms_key_id: "KmsKeyId",
|
1322
1582
|
# })
|
1323
1583
|
#
|
1324
1584
|
# @example Response structure
|
@@ -1377,6 +1637,7 @@ module Aws::FSx
|
|
1377
1637
|
# resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
1378
1638
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1379
1639
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1640
|
+
# resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
1380
1641
|
# resp.file_system.administrative_actions #=> Array
|
1381
1642
|
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
1382
1643
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
@@ -1444,7 +1705,7 @@ module Aws::FSx
|
|
1444
1705
|
# @example Response structure
|
1445
1706
|
#
|
1446
1707
|
# resp.backup_id #=> String
|
1447
|
-
# resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
|
1708
|
+
# resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
|
1448
1709
|
#
|
1449
1710
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteBackup AWS API Documentation
|
1450
1711
|
#
|
@@ -1677,7 +1938,7 @@ module Aws::FSx
|
|
1677
1938
|
#
|
1678
1939
|
# resp.backups #=> Array
|
1679
1940
|
# resp.backups[0].backup_id #=> String
|
1680
|
-
# resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
|
1941
|
+
# resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
|
1681
1942
|
# resp.backups[0].failure_details.message #=> String
|
1682
1943
|
# resp.backups[0].type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
|
1683
1944
|
# resp.backups[0].progress_percent #=> Integer
|
@@ -1741,6 +2002,7 @@ module Aws::FSx
|
|
1741
2002
|
# resp.backups[0].file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
1742
2003
|
# resp.backups[0].file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1743
2004
|
# resp.backups[0].file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
2005
|
+
# resp.backups[0].file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
1744
2006
|
# resp.backups[0].file_system.administrative_actions #=> Array
|
1745
2007
|
# resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
1746
2008
|
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
|
@@ -1750,6 +2012,10 @@ module Aws::FSx
|
|
1750
2012
|
# resp.backups[0].file_system.administrative_actions[0].failure_details.message #=> String
|
1751
2013
|
# resp.backups[0].directory_information.domain_name #=> String
|
1752
2014
|
# resp.backups[0].directory_information.active_directory_id #=> String
|
2015
|
+
# resp.backups[0].directory_information.resource_arn #=> String
|
2016
|
+
# resp.backups[0].owner_id #=> String
|
2017
|
+
# resp.backups[0].source_backup_id #=> String
|
2018
|
+
# resp.backups[0].source_backup_region #=> String
|
1753
2019
|
# resp.next_token #=> String
|
1754
2020
|
#
|
1755
2021
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
|
@@ -2075,6 +2341,7 @@ module Aws::FSx
|
|
2075
2341
|
# resp.file_systems[0].lustre_configuration.automatic_backup_retention_days #=> Integer
|
2076
2342
|
# resp.file_systems[0].lustre_configuration.copy_tags_to_backups #=> Boolean
|
2077
2343
|
# resp.file_systems[0].lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
2344
|
+
# resp.file_systems[0].lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
2078
2345
|
# resp.file_systems[0].administrative_actions #=> Array
|
2079
2346
|
# resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
2080
2347
|
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
|
@@ -2353,6 +2620,10 @@ module Aws::FSx
|
|
2353
2620
|
#
|
2354
2621
|
# * DailyAutomaticBackupStartTime
|
2355
2622
|
#
|
2623
|
+
# * DataCompressionType
|
2624
|
+
#
|
2625
|
+
# * StorageCapacity
|
2626
|
+
#
|
2356
2627
|
# * WeeklyMaintenanceStartTime
|
2357
2628
|
#
|
2358
2629
|
# @option params [required, String] :file_system_id
|
@@ -2368,18 +2639,39 @@ module Aws::FSx
|
|
2368
2639
|
#
|
2369
2640
|
# @option params [Integer] :storage_capacity
|
2370
2641
|
# Use this parameter to increase the storage capacity of an Amazon FSx
|
2371
|
-
#
|
2372
|
-
#
|
2373
|
-
#
|
2374
|
-
#
|
2375
|
-
#
|
2376
|
-
#
|
2377
|
-
#
|
2378
|
-
#
|
2642
|
+
# file system. Specifies the storage capacity target value, GiB, to
|
2643
|
+
# increase the storage capacity for the file system that you're
|
2644
|
+
# updating. You cannot make a storage capacity increase request if there
|
2645
|
+
# is an existing storage capacity increase request in progress.
|
2646
|
+
#
|
2647
|
+
# For Windows file systems, the storage capacity target value must be at
|
2648
|
+
# least 10 percent (%) greater than the current storage capacity value.
|
2649
|
+
# In order to increase storage capacity, the file system must have at
|
2650
|
+
# least 16 MB/s of throughput capacity.
|
2651
|
+
#
|
2652
|
+
# For Lustre file systems, the storage capacity target value can be the
|
2653
|
+
# following:
|
2654
|
+
#
|
2655
|
+
# * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
|
2656
|
+
# values are in multiples of 2400 GiB. The value must be greater than
|
2657
|
+
# the current storage capacity.
|
2658
|
+
#
|
2659
|
+
# * For `PERSISTENT HDD` file systems, valid values are multiples of
|
2660
|
+
# 6000 GiB for 12 MB/s/TiB file systems and multiples of 1800 GiB for
|
2661
|
+
# 40 MB/s/TiB file systems. The values must be greater than the
|
2662
|
+
# current storage capacity.
|
2663
|
+
#
|
2664
|
+
# * For `SCRATCH_1` file systems, you cannot increase the storage
|
2665
|
+
# capacity.
|
2666
|
+
#
|
2667
|
+
# For more information, see [Managing storage capacity][1] in the
|
2668
|
+
# *Amazon FSx for Windows File Server User Guide* and [Managing storage
|
2669
|
+
# and throughput capacity][2] in the *Amazon FSx for Lustre User Guide*.
|
2379
2670
|
#
|
2380
2671
|
#
|
2381
2672
|
#
|
2382
2673
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
|
2674
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
|
2383
2675
|
#
|
2384
2676
|
# @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
|
2385
2677
|
# The configuration updates for an Amazon FSx for Windows File Server
|
@@ -2459,6 +2751,7 @@ module Aws::FSx
|
|
2459
2751
|
# daily_automatic_backup_start_time: "DailyTime",
|
2460
2752
|
# automatic_backup_retention_days: 1,
|
2461
2753
|
# auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
|
2754
|
+
# data_compression_type: "NONE", # accepts NONE, LZ4
|
2462
2755
|
# },
|
2463
2756
|
# })
|
2464
2757
|
#
|
@@ -2518,6 +2811,7 @@ module Aws::FSx
|
|
2518
2811
|
# resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
|
2519
2812
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
2520
2813
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
2814
|
+
# resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
2521
2815
|
# resp.file_system.administrative_actions #=> Array
|
2522
2816
|
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
|
2523
2817
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
@@ -2548,7 +2842,7 @@ module Aws::FSx
|
|
2548
2842
|
params: params,
|
2549
2843
|
config: config)
|
2550
2844
|
context[:gem_name] = 'aws-sdk-fsx'
|
2551
|
-
context[:gem_version] = '1.
|
2845
|
+
context[:gem_version] = '1.37.0'
|
2552
2846
|
Seahorse::Client::Request.new(handlers, context)
|
2553
2847
|
end
|
2554
2848
|
|