aws-sdk-fsx 1.31.0 → 1.36.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 +193 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-fsx.rb +3 -3
- data/lib/aws-sdk-fsx/client.rb +554 -39
- data/lib/aws-sdk-fsx/client_api.rb +153 -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 +684 -57
- metadata +10 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d2b7c2ab4700358710425a12ab6672b68a8c517fcd564b3c8c3a1ea0abfb5f2
|
4
|
+
data.tar.gz: 9f7a53382c25f457aaba71bb7493277ea8af95321c126393d88e8c1e4dacaa91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c72c538e3d571d0ae3250d5867af9c7942461ec46c311667cebfe4ad04ca9e44639b884b1d5b4678707c74fe98d6f0eb1b4a1c101654001ff6f83b0344b6ba53
|
7
|
+
data.tar.gz: b19f5489f413d1765e3ee46cc13818bcdfc685d66b70017ce506a3f5539189b14c35ab36592eec2fb3ad03595b8a44469e7c72b8d901092b5f628ecd6526977b
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,193 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.36.0 (2021-04-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Support for cross-region and cross-account backup copies
|
8
|
+
|
9
|
+
1.35.0 (2021-03-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.34.0 (2021-02-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.33.0 (2020-11-24)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* 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.
|
23
|
+
|
24
|
+
1.32.0 (2020-11-09)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* 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.
|
28
|
+
|
29
|
+
1.31.0 (2020-09-30)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.30.0 (2020-09-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.29.0 (2020-08-25)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.28.0 (2020-08-20)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Documentation updates for Amazon FSx
|
48
|
+
|
49
|
+
1.27.0 (2020-08-12)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* 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.
|
53
|
+
|
54
|
+
1.26.0 (2020-08-05)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Documentation updates for StorageCapacity input value format.
|
58
|
+
|
59
|
+
1.25.0 (2020-07-24)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Documentation update for FSx for Lustre
|
63
|
+
|
64
|
+
1.24.0 (2020-07-23)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* 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.
|
68
|
+
|
69
|
+
1.23.0 (2020-06-24)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* 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.
|
73
|
+
|
74
|
+
1.22.0 (2020-06-23)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
78
|
+
|
79
|
+
1.21.1 (2020-06-11)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
83
|
+
|
84
|
+
1.21.0 (2020-06-10)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Issue - This version has been yanked. (#2327).
|
88
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
89
|
+
|
90
|
+
1.20.0 (2020-06-01)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* 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.
|
94
|
+
|
95
|
+
1.19.0 (2020-05-28)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.18.0 (2020-05-07)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.17.0 (2020-03-26)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* 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.
|
109
|
+
|
110
|
+
1.16.0 (2020-03-09)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
114
|
+
|
115
|
+
1.15.0 (2020-02-24)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* 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.
|
119
|
+
|
120
|
+
1.14.0 (2019-12-23)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* 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.
|
124
|
+
|
125
|
+
1.13.0 (2019-11-20)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* 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.
|
129
|
+
|
130
|
+
1.12.0 (2019-10-23)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
134
|
+
|
135
|
+
1.11.0 (2019-07-25)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
139
|
+
|
140
|
+
1.10.0 (2019-07-01)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
144
|
+
|
145
|
+
1.9.0 (2019-06-24)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* 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.
|
149
|
+
|
150
|
+
1.8.0 (2019-06-17)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
154
|
+
|
155
|
+
1.7.0 (2019-05-21)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.6.0 (2019-05-15)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.5.0 (2019-05-14)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.4.0 (2019-03-21)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.3.0 (2019-03-18)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.2.0 (2019-03-14)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.1.0 (2019-02-06)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.0.0 (2018-11-28)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* 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.36.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
|
|
@@ -28,7 +28,7 @@ require_relative 'aws-sdk-fsx/customizations'
|
|
28
28
|
# structure.
|
29
29
|
#
|
30
30
|
# f_sx = Aws::FSx::Client.new
|
31
|
-
# resp = f_sx.
|
31
|
+
# resp = f_sx.associate_file_system_aliases(params)
|
32
32
|
#
|
33
33
|
# See {Client} for more information.
|
34
34
|
#
|
@@ -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.36.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
|
|
@@ -337,6 +337,86 @@ module Aws::FSx
|
|
337
337
|
|
338
338
|
# @!group API Operations
|
339
339
|
|
340
|
+
# Use this action to associate one or more Domain Name Server (DNS)
|
341
|
+
# aliases with an existing Amazon FSx for Windows File Server file
|
342
|
+
# system. A file systen can have a maximum of 50 DNS aliases associated
|
343
|
+
# with it at any one time. If you try to associate a DNS alias that is
|
344
|
+
# already associated with the file system, FSx takes no action on that
|
345
|
+
# alias in the request. For more information, see [Working with DNS
|
346
|
+
# Aliases][1] and [Walkthrough 5: Using DNS aliases to access your file
|
347
|
+
# system][2], including additional steps you must take to be able to
|
348
|
+
# access your file system using a DNS alias.
|
349
|
+
#
|
350
|
+
# The system response shows the DNS aliases that Amazon FSx is
|
351
|
+
# attempting to associate with the file system. Use the API operation to
|
352
|
+
# monitor the status of the aliases Amazon FSx is associating with the
|
353
|
+
# file system.
|
354
|
+
#
|
355
|
+
#
|
356
|
+
#
|
357
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html
|
358
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/walkthrough05-file-system-custom-CNAME.html
|
359
|
+
#
|
360
|
+
# @option params [String] :client_request_token
|
361
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
362
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
363
|
+
# behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
|
364
|
+
# SDK.
|
365
|
+
#
|
366
|
+
# **A suitable default value is auto-generated.** You should normally
|
367
|
+
# not need to pass this option.**
|
368
|
+
#
|
369
|
+
# @option params [required, String] :file_system_id
|
370
|
+
# Specifies the file system with which you want to associate one or more
|
371
|
+
# DNS aliases.
|
372
|
+
#
|
373
|
+
# @option params [required, Array<String>] :aliases
|
374
|
+
# An array of one or more DNS alias names to associate with the file
|
375
|
+
# system. The alias name has to comply with the following formatting
|
376
|
+
# requirements:
|
377
|
+
#
|
378
|
+
# * Formatted as a fully-qualified domain name (FQDN), <i>
|
379
|
+
# <code>hostname.domain</code> </i>, for example,
|
380
|
+
# `accounting.corp.example.com`.
|
381
|
+
#
|
382
|
+
# * Can contain alphanumeric characters and the hyphen (-).
|
383
|
+
#
|
384
|
+
# * Cannot start or end with a hyphen.
|
385
|
+
#
|
386
|
+
# * Can start with a numeric.
|
387
|
+
#
|
388
|
+
# For DNS alias names, Amazon FSx stores alphabetic characters as
|
389
|
+
# lowercase letters (a-z), regardless of how you specify them: as
|
390
|
+
# uppercase letters, lowercase letters, or the corresponding letters in
|
391
|
+
# escape codes.
|
392
|
+
#
|
393
|
+
# @return [Types::AssociateFileSystemAliasesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
394
|
+
#
|
395
|
+
# * {Types::AssociateFileSystemAliasesResponse#aliases #aliases} => Array<Types::Alias>
|
396
|
+
#
|
397
|
+
# @example Request syntax with placeholder values
|
398
|
+
#
|
399
|
+
# resp = client.associate_file_system_aliases({
|
400
|
+
# client_request_token: "ClientRequestToken",
|
401
|
+
# file_system_id: "FileSystemId", # required
|
402
|
+
# aliases: ["AlternateDNSName"], # required
|
403
|
+
# })
|
404
|
+
#
|
405
|
+
# @example Response structure
|
406
|
+
#
|
407
|
+
# resp.aliases #=> Array
|
408
|
+
# resp.aliases[0].name #=> String
|
409
|
+
# resp.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
410
|
+
#
|
411
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/AssociateFileSystemAliases AWS API Documentation
|
412
|
+
#
|
413
|
+
# @overload associate_file_system_aliases(params = {})
|
414
|
+
# @param [Hash] params ({})
|
415
|
+
def associate_file_system_aliases(params = {}, options = {})
|
416
|
+
req = build_request(:associate_file_system_aliases, params)
|
417
|
+
req.send_request(options)
|
418
|
+
end
|
419
|
+
|
340
420
|
# Cancels an existing Amazon FSx for Lustre data repository task if that
|
341
421
|
# task is in either the `PENDING` or `EXECUTING` state. When you cancel
|
342
422
|
# a task, Amazon FSx does the following.
|
@@ -376,6 +456,238 @@ module Aws::FSx
|
|
376
456
|
req.send_request(options)
|
377
457
|
end
|
378
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/copy-backups.html
|
489
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/copy-backups.html
|
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.administrative_actions #=> Array
|
669
|
+
# 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"
|
670
|
+
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
671
|
+
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
|
672
|
+
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
673
|
+
# resp.backup.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
|
674
|
+
# resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
|
675
|
+
# resp.backup.directory_information.domain_name #=> String
|
676
|
+
# resp.backup.directory_information.active_directory_id #=> String
|
677
|
+
# resp.backup.directory_information.resource_arn #=> String
|
678
|
+
# resp.backup.owner_id #=> String
|
679
|
+
# resp.backup.source_backup_id #=> String
|
680
|
+
# resp.backup.source_backup_region #=> String
|
681
|
+
#
|
682
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
|
683
|
+
#
|
684
|
+
# @overload copy_backup(params = {})
|
685
|
+
# @param [Hash] params ({})
|
686
|
+
def copy_backup(params = {}, options = {})
|
687
|
+
req = build_request(:copy_backup, params)
|
688
|
+
req.send_request(options)
|
689
|
+
end
|
690
|
+
|
379
691
|
# Creates a backup of an existing Amazon FSx file system. Creating
|
380
692
|
# regular backups for your file system is a best practice, enabling you
|
381
693
|
# to restore a file system from a backup if an issue arises with the
|
@@ -391,7 +703,7 @@ module Aws::FSx
|
|
391
703
|
# For more information about backing up Amazon FSx for Lustre file
|
392
704
|
# systems, see [Working with FSx for Lustre backups][1].
|
393
705
|
#
|
394
|
-
# For more information about backing up Amazon FSx for
|
706
|
+
# For more information about backing up Amazon FSx for Windows file
|
395
707
|
# systems, see [Working with FSx for Windows backups][2].
|
396
708
|
#
|
397
709
|
# If a backup with the specified client request token exists, and the
|
@@ -506,9 +818,9 @@ module Aws::FSx
|
|
506
818
|
# @example Response structure
|
507
819
|
#
|
508
820
|
# resp.backup.backup_id #=> String
|
509
|
-
# resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
|
821
|
+
# resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
|
510
822
|
# resp.backup.failure_details.message #=> String
|
511
|
-
# resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED"
|
823
|
+
# resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
|
512
824
|
# resp.backup.progress_percent #=> Integer
|
513
825
|
# resp.backup.creation_time #=> Time
|
514
826
|
# resp.backup.kms_key_id #=> String
|
@@ -553,6 +865,9 @@ module Aws::FSx
|
|
553
865
|
# resp.backup.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
554
866
|
# resp.backup.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
555
867
|
# resp.backup.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
868
|
+
# resp.backup.file_system.windows_configuration.aliases #=> Array
|
869
|
+
# resp.backup.file_system.windows_configuration.aliases[0].name #=> String
|
870
|
+
# resp.backup.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
556
871
|
# resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
557
872
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
558
873
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -568,7 +883,7 @@ module Aws::FSx
|
|
568
883
|
# resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
569
884
|
# resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
570
885
|
# resp.backup.file_system.administrative_actions #=> Array
|
571
|
-
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
|
886
|
+
# 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"
|
572
887
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
573
888
|
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
|
574
889
|
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -576,6 +891,10 @@ module Aws::FSx
|
|
576
891
|
# resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
|
577
892
|
# resp.backup.directory_information.domain_name #=> String
|
578
893
|
# resp.backup.directory_information.active_directory_id #=> String
|
894
|
+
# resp.backup.directory_information.resource_arn #=> String
|
895
|
+
# resp.backup.owner_id #=> String
|
896
|
+
# resp.backup.source_backup_id #=> String
|
897
|
+
# resp.backup.source_backup_region #=> String
|
579
898
|
#
|
580
899
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
|
581
900
|
#
|
@@ -594,14 +913,14 @@ module Aws::FSx
|
|
594
913
|
# from your FSx file system to its linked data repository. A
|
595
914
|
# `CreateDataRepositoryTask` operation will fail if a data repository is
|
596
915
|
# not linked to the FSx file system. To learn more about data repository
|
597
|
-
# tasks, see [
|
598
|
-
#
|
599
|
-
#
|
916
|
+
# tasks, see [Data Repository Tasks][1]. To learn more about linking a
|
917
|
+
# data repository to your file system, see [Linking your file system to
|
918
|
+
# an S3 bucket][2].
|
600
919
|
#
|
601
920
|
#
|
602
921
|
#
|
603
922
|
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html
|
604
|
-
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/
|
923
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-fs-linked-data-repo.html
|
605
924
|
#
|
606
925
|
# @option params [required, String] :type
|
607
926
|
# Specifies the type of data repository task to create.
|
@@ -795,12 +1114,17 @@ module Aws::FSx
|
|
795
1114
|
# types, provide exactly two subnet IDs, one for the preferred file
|
796
1115
|
# server and one for the standby file server. You specify one of these
|
797
1116
|
# subnets as the preferred subnet using the `WindowsConfiguration >
|
798
|
-
# PreferredSubnetID` property.
|
1117
|
+
# PreferredSubnetID` property. For more information, see [ Availability
|
1118
|
+
# and durability: Single-AZ and Multi-AZ file systems][1].
|
799
1119
|
#
|
800
1120
|
# For Windows `SINGLE_AZ_1` and `SINGLE_AZ_2` file system deployment
|
801
1121
|
# types and Lustre file systems, provide exactly one subnet ID. The file
|
802
1122
|
# server is launched in that subnet's Availability Zone.
|
803
1123
|
#
|
1124
|
+
#
|
1125
|
+
#
|
1126
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html
|
1127
|
+
#
|
804
1128
|
# @option params [Array<String>] :security_group_ids
|
805
1129
|
# A list of IDs specifying the security groups to apply to all network
|
806
1130
|
# interfaces created for file system access. This list isn't returned
|
@@ -837,16 +1161,17 @@ module Aws::FSx
|
|
837
1161
|
#
|
838
1162
|
# @example Example: To create a new file system
|
839
1163
|
#
|
840
|
-
# # This operation creates a new file system.
|
1164
|
+
# # This operation creates a new Amazon FSx for Windows File Server file system.
|
841
1165
|
#
|
842
1166
|
# resp = client.create_file_system({
|
843
1167
|
# client_request_token: "a8ca07e4-61ec-4399-99f4-19853801bcd5",
|
844
1168
|
# file_system_type: "WINDOWS",
|
845
|
-
# kms_key_id: "arn:aws:kms:us-east-1:012345678912:key/
|
1169
|
+
# kms_key_id: "arn:aws:kms:us-east-1:012345678912:key/1111abcd-2222-3333-4444-55556666eeff",
|
846
1170
|
# security_group_ids: [
|
847
1171
|
# "sg-edcd9784",
|
848
1172
|
# ],
|
849
|
-
# storage_capacity:
|
1173
|
+
# storage_capacity: 3200,
|
1174
|
+
# storage_type: "HDD",
|
850
1175
|
# subnet_ids: [
|
851
1176
|
# "subnet-1234abcd",
|
852
1177
|
# ],
|
@@ -858,9 +1183,12 @@ module Aws::FSx
|
|
858
1183
|
# ],
|
859
1184
|
# windows_configuration: {
|
860
1185
|
# active_directory_id: "d-1234abcd12",
|
1186
|
+
# aliases: [
|
1187
|
+
# "accounting.corp.example.com",
|
1188
|
+
# ],
|
861
1189
|
# automatic_backup_retention_days: 30,
|
862
1190
|
# daily_automatic_backup_start_time: "05:00",
|
863
|
-
# throughput_capacity:
|
1191
|
+
# throughput_capacity: 32,
|
864
1192
|
# weekly_maintenance_start_time: "1:05:00",
|
865
1193
|
# },
|
866
1194
|
# })
|
@@ -869,13 +1197,14 @@ module Aws::FSx
|
|
869
1197
|
# {
|
870
1198
|
# file_system: {
|
871
1199
|
# creation_time: Time.parse("1481841524.0"),
|
872
|
-
# dns_name: "fs-
|
873
|
-
# file_system_id: "fs-
|
874
|
-
# kms_key_id: "arn:aws:kms:us-east-1:012345678912:key/
|
1200
|
+
# dns_name: "fs-0123456789abcdef0.fsx.com",
|
1201
|
+
# file_system_id: "fs-0123456789abcdef0",
|
1202
|
+
# kms_key_id: "arn:aws:kms:us-east-1:012345678912:key/1111abcd-2222-3333-4444-55556666eeff",
|
875
1203
|
# lifecycle: "CREATING",
|
876
1204
|
# owner_id: "012345678912",
|
877
|
-
# resource_arn: "arn:aws:fsx:us-east-1:012345678912:file-system/fs-
|
878
|
-
# storage_capacity:
|
1205
|
+
# resource_arn: "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0123456789abcdef0",
|
1206
|
+
# storage_capacity: 3200,
|
1207
|
+
# storage_type: "HDD",
|
879
1208
|
# subnet_ids: [
|
880
1209
|
# "subnet-1234abcd",
|
881
1210
|
# ],
|
@@ -888,9 +1217,15 @@ module Aws::FSx
|
|
888
1217
|
# vpc_id: "vpc-ab1234cd",
|
889
1218
|
# windows_configuration: {
|
890
1219
|
# active_directory_id: "d-1234abcd12",
|
1220
|
+
# aliases: [
|
1221
|
+
# {
|
1222
|
+
# lifecycle: "CREATING",
|
1223
|
+
# name: "accounting.corp.example.com",
|
1224
|
+
# },
|
1225
|
+
# ],
|
891
1226
|
# automatic_backup_retention_days: 30,
|
892
1227
|
# daily_automatic_backup_start_time: "05:00",
|
893
|
-
# throughput_capacity:
|
1228
|
+
# throughput_capacity: 32,
|
894
1229
|
# weekly_maintenance_start_time: "1:05:00",
|
895
1230
|
# },
|
896
1231
|
# },
|
@@ -929,6 +1264,7 @@ module Aws::FSx
|
|
929
1264
|
# daily_automatic_backup_start_time: "DailyTime",
|
930
1265
|
# automatic_backup_retention_days: 1,
|
931
1266
|
# copy_tags_to_backups: false,
|
1267
|
+
# aliases: ["AlternateDNSName"],
|
932
1268
|
# },
|
933
1269
|
# lustre_configuration: {
|
934
1270
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -984,6 +1320,9 @@ module Aws::FSx
|
|
984
1320
|
# resp.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
985
1321
|
# resp.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
986
1322
|
# resp.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
1323
|
+
# resp.file_system.windows_configuration.aliases #=> Array
|
1324
|
+
# resp.file_system.windows_configuration.aliases[0].name #=> String
|
1325
|
+
# resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
987
1326
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
988
1327
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
989
1328
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -999,7 +1338,7 @@ module Aws::FSx
|
|
999
1338
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1000
1339
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1001
1340
|
# resp.file_system.administrative_actions #=> Array
|
1002
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
|
1341
|
+
# 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"
|
1003
1342
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
1004
1343
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
1005
1344
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1053,8 +1392,7 @@ module Aws::FSx
|
|
1053
1392
|
# </note>
|
1054
1393
|
#
|
1055
1394
|
# @option params [required, String] :backup_id
|
1056
|
-
# The ID of the backup. Specifies the backup
|
1057
|
-
# a file system from an existing backup.
|
1395
|
+
# The ID of the source backup. Specifies the backup you are copying.
|
1058
1396
|
#
|
1059
1397
|
# @option params [String] :client_request_token
|
1060
1398
|
# A string of up to 64 ASCII characters that Amazon FSx uses to ensure
|
@@ -1115,6 +1453,20 @@ module Aws::FSx
|
|
1115
1453
|
#
|
1116
1454
|
# </note>
|
1117
1455
|
#
|
1456
|
+
# @option params [String] :kms_key_id
|
1457
|
+
# The ID of the AWS Key Management Service (AWS KMS) key used to encrypt
|
1458
|
+
# the file system's data for Amazon FSx for Windows File Server file
|
1459
|
+
# systems and Amazon FSx for Lustre `PERSISTENT_1` file systems at rest.
|
1460
|
+
# In either case, if not specified, the Amazon FSx managed key is used.
|
1461
|
+
# The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are
|
1462
|
+
# always encrypted at rest using Amazon FSx managed keys. For more
|
1463
|
+
# information, see [Encrypt][1] in the *AWS Key Management Service API
|
1464
|
+
# Reference*.
|
1465
|
+
#
|
1466
|
+
#
|
1467
|
+
#
|
1468
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
|
1469
|
+
#
|
1118
1470
|
# @return [Types::CreateFileSystemFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1119
1471
|
#
|
1120
1472
|
# * {Types::CreateFileSystemFromBackupResponse#file_system #file_system} => Types::FileSystem
|
@@ -1205,6 +1557,7 @@ module Aws::FSx
|
|
1205
1557
|
# daily_automatic_backup_start_time: "DailyTime",
|
1206
1558
|
# automatic_backup_retention_days: 1,
|
1207
1559
|
# copy_tags_to_backups: false,
|
1560
|
+
# aliases: ["AlternateDNSName"],
|
1208
1561
|
# },
|
1209
1562
|
# lustre_configuration: {
|
1210
1563
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -1220,6 +1573,7 @@ module Aws::FSx
|
|
1220
1573
|
# drive_cache_type: "NONE", # accepts NONE, READ
|
1221
1574
|
# },
|
1222
1575
|
# storage_type: "SSD", # accepts SSD, HDD
|
1576
|
+
# kms_key_id: "KmsKeyId",
|
1223
1577
|
# })
|
1224
1578
|
#
|
1225
1579
|
# @example Response structure
|
@@ -1261,6 +1615,9 @@ module Aws::FSx
|
|
1261
1615
|
# resp.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
1262
1616
|
# resp.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
1263
1617
|
# resp.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
1618
|
+
# resp.file_system.windows_configuration.aliases #=> Array
|
1619
|
+
# resp.file_system.windows_configuration.aliases[0].name #=> String
|
1620
|
+
# resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
1264
1621
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
1265
1622
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
1266
1623
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -1276,7 +1633,7 @@ module Aws::FSx
|
|
1276
1633
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1277
1634
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1278
1635
|
# resp.file_system.administrative_actions #=> Array
|
1279
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
|
1636
|
+
# 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"
|
1280
1637
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
1281
1638
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
1282
1639
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1342,7 +1699,7 @@ module Aws::FSx
|
|
1342
1699
|
# @example Response structure
|
1343
1700
|
#
|
1344
1701
|
# resp.backup_id #=> String
|
1345
|
-
# resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
|
1702
|
+
# resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
|
1346
1703
|
#
|
1347
1704
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteBackup AWS API Documentation
|
1348
1705
|
#
|
@@ -1575,9 +1932,9 @@ module Aws::FSx
|
|
1575
1932
|
#
|
1576
1933
|
# resp.backups #=> Array
|
1577
1934
|
# resp.backups[0].backup_id #=> String
|
1578
|
-
# resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
|
1935
|
+
# resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
|
1579
1936
|
# resp.backups[0].failure_details.message #=> String
|
1580
|
-
# resp.backups[0].type #=> String, one of "AUTOMATIC", "USER_INITIATED"
|
1937
|
+
# resp.backups[0].type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
|
1581
1938
|
# resp.backups[0].progress_percent #=> Integer
|
1582
1939
|
# resp.backups[0].creation_time #=> Time
|
1583
1940
|
# resp.backups[0].kms_key_id #=> String
|
@@ -1622,6 +1979,9 @@ module Aws::FSx
|
|
1622
1979
|
# resp.backups[0].file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
1623
1980
|
# resp.backups[0].file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
1624
1981
|
# resp.backups[0].file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
1982
|
+
# resp.backups[0].file_system.windows_configuration.aliases #=> Array
|
1983
|
+
# resp.backups[0].file_system.windows_configuration.aliases[0].name #=> String
|
1984
|
+
# resp.backups[0].file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
1625
1985
|
# resp.backups[0].file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
1626
1986
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
1627
1987
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -1637,7 +1997,7 @@ module Aws::FSx
|
|
1637
1997
|
# resp.backups[0].file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1638
1998
|
# resp.backups[0].file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1639
1999
|
# resp.backups[0].file_system.administrative_actions #=> Array
|
1640
|
-
# resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
|
2000
|
+
# 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"
|
1641
2001
|
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
|
1642
2002
|
# resp.backups[0].file_system.administrative_actions[0].request_time #=> Time
|
1643
2003
|
# resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1645,6 +2005,10 @@ module Aws::FSx
|
|
1645
2005
|
# resp.backups[0].file_system.administrative_actions[0].failure_details.message #=> String
|
1646
2006
|
# resp.backups[0].directory_information.domain_name #=> String
|
1647
2007
|
# resp.backups[0].directory_information.active_directory_id #=> String
|
2008
|
+
# resp.backups[0].directory_information.resource_arn #=> String
|
2009
|
+
# resp.backups[0].owner_id #=> String
|
2010
|
+
# resp.backups[0].source_backup_id #=> String
|
2011
|
+
# resp.backups[0].source_backup_region #=> String
|
1648
2012
|
# resp.next_token #=> String
|
1649
2013
|
#
|
1650
2014
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
|
@@ -1747,6 +2111,70 @@ module Aws::FSx
|
|
1747
2111
|
req.send_request(options)
|
1748
2112
|
end
|
1749
2113
|
|
2114
|
+
# Returns the DNS aliases that are associated with the specified Amazon
|
2115
|
+
# FSx for Windows File Server file system. A history of all DNS aliases
|
2116
|
+
# that have been associated with and disassociated from the file system
|
2117
|
+
# is available in the list of AdministrativeAction provided in the
|
2118
|
+
# DescribeFileSystems operation response.
|
2119
|
+
#
|
2120
|
+
# @option params [String] :client_request_token
|
2121
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
2122
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
2123
|
+
# behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
|
2124
|
+
# SDK.
|
2125
|
+
#
|
2126
|
+
# **A suitable default value is auto-generated.** You should normally
|
2127
|
+
# not need to pass this option.**
|
2128
|
+
#
|
2129
|
+
# @option params [required, String] :file_system_id
|
2130
|
+
# The ID of the file system to return the associated DNS aliases for
|
2131
|
+
# (String).
|
2132
|
+
#
|
2133
|
+
# @option params [Integer] :max_results
|
2134
|
+
# Maximum number of DNS aliases to return in the response (integer).
|
2135
|
+
# This parameter value must be greater than 0. The number of items that
|
2136
|
+
# Amazon FSx returns is the minimum of the `MaxResults` parameter
|
2137
|
+
# specified in the request and the service's internal maximum number of
|
2138
|
+
# items per page.
|
2139
|
+
#
|
2140
|
+
# @option params [String] :next_token
|
2141
|
+
# Opaque pagination token returned from a previous
|
2142
|
+
# `DescribeFileSystemAliases` operation (String). If a token is included
|
2143
|
+
# in the request, the action continues the list from where the previous
|
2144
|
+
# returning call left off.
|
2145
|
+
#
|
2146
|
+
# @return [Types::DescribeFileSystemAliasesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2147
|
+
#
|
2148
|
+
# * {Types::DescribeFileSystemAliasesResponse#aliases #aliases} => Array<Types::Alias>
|
2149
|
+
# * {Types::DescribeFileSystemAliasesResponse#next_token #next_token} => String
|
2150
|
+
#
|
2151
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2152
|
+
#
|
2153
|
+
# @example Request syntax with placeholder values
|
2154
|
+
#
|
2155
|
+
# resp = client.describe_file_system_aliases({
|
2156
|
+
# client_request_token: "ClientRequestToken",
|
2157
|
+
# file_system_id: "FileSystemId", # required
|
2158
|
+
# max_results: 1,
|
2159
|
+
# next_token: "NextToken",
|
2160
|
+
# })
|
2161
|
+
#
|
2162
|
+
# @example Response structure
|
2163
|
+
#
|
2164
|
+
# resp.aliases #=> Array
|
2165
|
+
# resp.aliases[0].name #=> String
|
2166
|
+
# resp.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
2167
|
+
# resp.next_token #=> String
|
2168
|
+
#
|
2169
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystemAliases AWS API Documentation
|
2170
|
+
#
|
2171
|
+
# @overload describe_file_system_aliases(params = {})
|
2172
|
+
# @param [Hash] params ({})
|
2173
|
+
def describe_file_system_aliases(params = {}, options = {})
|
2174
|
+
req = build_request(:describe_file_system_aliases, params)
|
2175
|
+
req.send_request(options)
|
2176
|
+
end
|
2177
|
+
|
1750
2178
|
# Returns the description of specific Amazon FSx file systems, if a
|
1751
2179
|
# `FileSystemIds` value is provided for that file system. Otherwise, it
|
1752
2180
|
# returns descriptions of all file systems owned by your AWS account in
|
@@ -1889,6 +2317,9 @@ module Aws::FSx
|
|
1889
2317
|
# resp.file_systems[0].windows_configuration.daily_automatic_backup_start_time #=> String
|
1890
2318
|
# resp.file_systems[0].windows_configuration.automatic_backup_retention_days #=> Integer
|
1891
2319
|
# resp.file_systems[0].windows_configuration.copy_tags_to_backups #=> Boolean
|
2320
|
+
# resp.file_systems[0].windows_configuration.aliases #=> Array
|
2321
|
+
# resp.file_systems[0].windows_configuration.aliases[0].name #=> String
|
2322
|
+
# resp.file_systems[0].windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
1892
2323
|
# resp.file_systems[0].lustre_configuration.weekly_maintenance_start_time #=> String
|
1893
2324
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
1894
2325
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -1904,7 +2335,7 @@ module Aws::FSx
|
|
1904
2335
|
# resp.file_systems[0].lustre_configuration.copy_tags_to_backups #=> Boolean
|
1905
2336
|
# resp.file_systems[0].lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1906
2337
|
# resp.file_systems[0].administrative_actions #=> Array
|
1907
|
-
# resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
|
2338
|
+
# 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"
|
1908
2339
|
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
|
1909
2340
|
# resp.file_systems[0].administrative_actions[0].request_time #=> Time
|
1910
2341
|
# resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1921,6 +2352,64 @@ module Aws::FSx
|
|
1921
2352
|
req.send_request(options)
|
1922
2353
|
end
|
1923
2354
|
|
2355
|
+
# Use this action to disassociate, or remove, one or more Domain Name
|
2356
|
+
# Service (DNS) aliases from an Amazon FSx for Windows File Server file
|
2357
|
+
# system. If you attempt to disassociate a DNS alias that is not
|
2358
|
+
# associated with the file system, Amazon FSx responds with a 400 Bad
|
2359
|
+
# Request. For more information, see [Working with DNS Aliases][1].
|
2360
|
+
#
|
2361
|
+
# The system generated response showing the DNS aliases that Amazon FSx
|
2362
|
+
# is attempting to disassociate from the file system. Use the API
|
2363
|
+
# operation to monitor the status of the aliases Amazon FSx is
|
2364
|
+
# disassociating with the file system.
|
2365
|
+
#
|
2366
|
+
#
|
2367
|
+
#
|
2368
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html
|
2369
|
+
#
|
2370
|
+
# @option params [String] :client_request_token
|
2371
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
2372
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
2373
|
+
# behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
|
2374
|
+
# SDK.
|
2375
|
+
#
|
2376
|
+
# **A suitable default value is auto-generated.** You should normally
|
2377
|
+
# not need to pass this option.**
|
2378
|
+
#
|
2379
|
+
# @option params [required, String] :file_system_id
|
2380
|
+
# Specifies the file system from which to disassociate the DNS aliases.
|
2381
|
+
#
|
2382
|
+
# @option params [required, Array<String>] :aliases
|
2383
|
+
# An array of one or more DNS alias names to disassociate, or remove,
|
2384
|
+
# from the file system.
|
2385
|
+
#
|
2386
|
+
# @return [Types::DisassociateFileSystemAliasesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2387
|
+
#
|
2388
|
+
# * {Types::DisassociateFileSystemAliasesResponse#aliases #aliases} => Array<Types::Alias>
|
2389
|
+
#
|
2390
|
+
# @example Request syntax with placeholder values
|
2391
|
+
#
|
2392
|
+
# resp = client.disassociate_file_system_aliases({
|
2393
|
+
# client_request_token: "ClientRequestToken",
|
2394
|
+
# file_system_id: "FileSystemId", # required
|
2395
|
+
# aliases: ["AlternateDNSName"], # required
|
2396
|
+
# })
|
2397
|
+
#
|
2398
|
+
# @example Response structure
|
2399
|
+
#
|
2400
|
+
# resp.aliases #=> Array
|
2401
|
+
# resp.aliases[0].name #=> String
|
2402
|
+
# resp.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
2403
|
+
#
|
2404
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DisassociateFileSystemAliases AWS API Documentation
|
2405
|
+
#
|
2406
|
+
# @overload disassociate_file_system_aliases(params = {})
|
2407
|
+
# @param [Hash] params ({})
|
2408
|
+
def disassociate_file_system_aliases(params = {}, options = {})
|
2409
|
+
req = build_request(:disassociate_file_system_aliases, params)
|
2410
|
+
req.send_request(options)
|
2411
|
+
end
|
2412
|
+
|
1924
2413
|
# Lists tags for an Amazon FSx file systems and backups in the case of
|
1925
2414
|
# Amazon FSx for Windows File Server.
|
1926
2415
|
#
|
@@ -2123,6 +2612,8 @@ module Aws::FSx
|
|
2123
2612
|
#
|
2124
2613
|
# * DailyAutomaticBackupStartTime
|
2125
2614
|
#
|
2615
|
+
# * StorageCapacity
|
2616
|
+
#
|
2126
2617
|
# * WeeklyMaintenanceStartTime
|
2127
2618
|
#
|
2128
2619
|
# @option params [required, String] :file_system_id
|
@@ -2138,18 +2629,39 @@ module Aws::FSx
|
|
2138
2629
|
#
|
2139
2630
|
# @option params [Integer] :storage_capacity
|
2140
2631
|
# Use this parameter to increase the storage capacity of an Amazon FSx
|
2141
|
-
#
|
2142
|
-
#
|
2143
|
-
#
|
2144
|
-
#
|
2145
|
-
#
|
2146
|
-
#
|
2147
|
-
#
|
2148
|
-
#
|
2632
|
+
# file system. Specifies the storage capacity target value, GiB, to
|
2633
|
+
# increase the storage capacity for the file system that you're
|
2634
|
+
# updating. You cannot make a storage capacity increase request if there
|
2635
|
+
# is an existing storage capacity increase request in progress.
|
2636
|
+
#
|
2637
|
+
# For Windows file systems, the storage capacity target value must be at
|
2638
|
+
# least 10 percent (%) greater than the current storage capacity value.
|
2639
|
+
# In order to increase storage capacity, the file system must have at
|
2640
|
+
# least 16 MB/s of throughput capacity.
|
2641
|
+
#
|
2642
|
+
# For Lustre file systems, the storage capacity target value can be the
|
2643
|
+
# following:
|
2644
|
+
#
|
2645
|
+
# * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
|
2646
|
+
# values are in multiples of 2400 GiB. The value must be greater than
|
2647
|
+
# the current storage capacity.
|
2648
|
+
#
|
2649
|
+
# * For `PERSISTENT HDD` file systems, valid values are multiples of
|
2650
|
+
# 6000 GiB for 12 MB/s/TiB file systems and multiples of 1800 GiB for
|
2651
|
+
# 40 MB/s/TiB file systems. The values must be greater than the
|
2652
|
+
# current storage capacity.
|
2653
|
+
#
|
2654
|
+
# * For `SCRATCH_1` file systems, you cannot increase the storage
|
2655
|
+
# capacity.
|
2656
|
+
#
|
2657
|
+
# For more information, see [Managing storage capacity][1] in the
|
2658
|
+
# *Amazon FSx for Windows File Server User Guide* and [Managing storage
|
2659
|
+
# and throughput capacity][2] in the *Amazon FSx for Lustre User Guide*.
|
2149
2660
|
#
|
2150
2661
|
#
|
2151
2662
|
#
|
2152
2663
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
|
2664
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
|
2153
2665
|
#
|
2154
2666
|
# @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
|
2155
2667
|
# The configuration updates for an Amazon FSx for Windows File Server
|
@@ -2271,6 +2783,9 @@ module Aws::FSx
|
|
2271
2783
|
# resp.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
2272
2784
|
# resp.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
2273
2785
|
# resp.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
2786
|
+
# resp.file_system.windows_configuration.aliases #=> Array
|
2787
|
+
# resp.file_system.windows_configuration.aliases[0].name #=> String
|
2788
|
+
# resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
2274
2789
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
2275
2790
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
2276
2791
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -2286,7 +2801,7 @@ module Aws::FSx
|
|
2286
2801
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
2287
2802
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
2288
2803
|
# resp.file_system.administrative_actions #=> Array
|
2289
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
|
2804
|
+
# 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"
|
2290
2805
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
2291
2806
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
2292
2807
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -2315,7 +2830,7 @@ module Aws::FSx
|
|
2315
2830
|
params: params,
|
2316
2831
|
config: config)
|
2317
2832
|
context[:gem_name] = 'aws-sdk-fsx'
|
2318
|
-
context[:gem_version] = '1.
|
2833
|
+
context[:gem_version] = '1.36.0'
|
2319
2834
|
Seahorse::Client::Request.new(handlers, context)
|
2320
2835
|
end
|
2321
2836
|
|