aws-sdk-fsx 1.30.0 → 1.35.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 +188 -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 +292 -36
- data/lib/aws-sdk-fsx/client_api.rb +87 -1
- data/lib/aws-sdk-fsx/errors.rb +1 -1
- data/lib/aws-sdk-fsx/resource.rb +1 -1
- data/lib/aws-sdk-fsx/types.rb +416 -29
- metadata +8 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1877f6f8ef491b0f2401415cd22b2127e224d1a367189a8d97d2c28392ff5d2e
|
4
|
+
data.tar.gz: 45e3fb85406e1bba82625d5dd789f599e5c74d236acc143007690333e6f8b304
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c5fad740f1f707172e06dfb4e9f016c17fb34650f475a0a737237f6076610ca11eefb73e797c9c8d8e578a555e3199ca373dfff272158774e1f211d15d39961
|
7
|
+
data.tar.gz: ed86cea8fe1c469cdc6bd1b9fd73a680efeeab7be37d1106d90b2974fe7b6c8409907aa64e0995e4d3c669b02fb686c086050019db9bc037a20c1a131c39144f
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,188 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.35.0 (2021-03-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.34.0 (2021-02-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.33.0 (2020-11-24)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* 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.
|
18
|
+
|
19
|
+
1.32.0 (2020-11-09)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* 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.
|
23
|
+
|
24
|
+
1.31.0 (2020-09-30)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.30.0 (2020-09-15)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.29.0 (2020-08-25)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.28.0 (2020-08-20)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Documentation updates for Amazon FSx
|
43
|
+
|
44
|
+
1.27.0 (2020-08-12)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* 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.
|
48
|
+
|
49
|
+
1.26.0 (2020-08-05)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Documentation updates for StorageCapacity input value format.
|
53
|
+
|
54
|
+
1.25.0 (2020-07-24)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Documentation update for FSx for Lustre
|
58
|
+
|
59
|
+
1.24.0 (2020-07-23)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* 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.
|
63
|
+
|
64
|
+
1.23.0 (2020-06-24)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* 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.
|
68
|
+
|
69
|
+
1.22.0 (2020-06-23)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
73
|
+
|
74
|
+
1.21.1 (2020-06-11)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
78
|
+
|
79
|
+
1.21.0 (2020-06-10)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Issue - This version has been yanked. (#2327).
|
83
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
84
|
+
|
85
|
+
1.20.0 (2020-06-01)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* 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.
|
89
|
+
|
90
|
+
1.19.0 (2020-05-28)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.18.0 (2020-05-07)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.17.0 (2020-03-26)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* 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.
|
104
|
+
|
105
|
+
1.16.0 (2020-03-09)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
109
|
+
|
110
|
+
1.15.0 (2020-02-24)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* 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.
|
114
|
+
|
115
|
+
1.14.0 (2019-12-23)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* 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.
|
119
|
+
|
120
|
+
1.13.0 (2019-11-20)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* 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.
|
124
|
+
|
125
|
+
1.12.0 (2019-10-23)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
129
|
+
|
130
|
+
1.11.0 (2019-07-25)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
134
|
+
|
135
|
+
1.10.0 (2019-07-01)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
139
|
+
|
140
|
+
1.9.0 (2019-06-24)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* 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.
|
144
|
+
|
145
|
+
1.8.0 (2019-06-17)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
149
|
+
|
150
|
+
1.7.0 (2019-05-21)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.6.0 (2019-05-15)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.5.0 (2019-05-14)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.4.0 (2019-03-21)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.3.0 (2019-03-18)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.2.0 (2019-03-14)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.1.0 (2019-02-06)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.0.0 (2018-11-28)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* 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.35.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.35.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.
|
@@ -391,7 +471,7 @@ module Aws::FSx
|
|
391
471
|
# For more information about backing up Amazon FSx for Lustre file
|
392
472
|
# systems, see [Working with FSx for Lustre backups][1].
|
393
473
|
#
|
394
|
-
# For more information about backing up Amazon FSx for
|
474
|
+
# For more information about backing up Amazon FSx for Windows file
|
395
475
|
# systems, see [Working with FSx for Windows backups][2].
|
396
476
|
#
|
397
477
|
# If a backup with the specified client request token exists, and the
|
@@ -506,9 +586,9 @@ module Aws::FSx
|
|
506
586
|
# @example Response structure
|
507
587
|
#
|
508
588
|
# resp.backup.backup_id #=> String
|
509
|
-
# resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
|
589
|
+
# resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
|
510
590
|
# resp.backup.failure_details.message #=> String
|
511
|
-
# resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED"
|
591
|
+
# resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
|
512
592
|
# resp.backup.progress_percent #=> Integer
|
513
593
|
# resp.backup.creation_time #=> Time
|
514
594
|
# resp.backup.kms_key_id #=> String
|
@@ -553,6 +633,9 @@ module Aws::FSx
|
|
553
633
|
# resp.backup.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
554
634
|
# resp.backup.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
555
635
|
# resp.backup.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
636
|
+
# resp.backup.file_system.windows_configuration.aliases #=> Array
|
637
|
+
# resp.backup.file_system.windows_configuration.aliases[0].name #=> String
|
638
|
+
# resp.backup.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
556
639
|
# resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
557
640
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
558
641
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -568,7 +651,7 @@ module Aws::FSx
|
|
568
651
|
# resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
569
652
|
# resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
570
653
|
# 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"
|
654
|
+
# 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
655
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
573
656
|
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
|
574
657
|
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -594,14 +677,14 @@ module Aws::FSx
|
|
594
677
|
# from your FSx file system to its linked data repository. A
|
595
678
|
# `CreateDataRepositoryTask` operation will fail if a data repository is
|
596
679
|
# not linked to the FSx file system. To learn more about data repository
|
597
|
-
# tasks, see [
|
598
|
-
#
|
599
|
-
#
|
680
|
+
# tasks, see [Data Repository Tasks][1]. To learn more about linking a
|
681
|
+
# data repository to your file system, see [Linking your file system to
|
682
|
+
# an S3 bucket][2].
|
600
683
|
#
|
601
684
|
#
|
602
685
|
#
|
603
686
|
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html
|
604
|
-
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/
|
687
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-fs-linked-data-repo.html
|
605
688
|
#
|
606
689
|
# @option params [required, String] :type
|
607
690
|
# Specifies the type of data repository task to create.
|
@@ -837,16 +920,17 @@ module Aws::FSx
|
|
837
920
|
#
|
838
921
|
# @example Example: To create a new file system
|
839
922
|
#
|
840
|
-
# # This operation creates a new file system.
|
923
|
+
# # This operation creates a new Amazon FSx for Windows File Server file system.
|
841
924
|
#
|
842
925
|
# resp = client.create_file_system({
|
843
926
|
# client_request_token: "a8ca07e4-61ec-4399-99f4-19853801bcd5",
|
844
927
|
# file_system_type: "WINDOWS",
|
845
|
-
# kms_key_id: "arn:aws:kms:us-east-1:012345678912:key/
|
928
|
+
# kms_key_id: "arn:aws:kms:us-east-1:012345678912:key/1111abcd-2222-3333-4444-55556666eeff",
|
846
929
|
# security_group_ids: [
|
847
930
|
# "sg-edcd9784",
|
848
931
|
# ],
|
849
|
-
# storage_capacity:
|
932
|
+
# storage_capacity: 3200,
|
933
|
+
# storage_type: "HDD",
|
850
934
|
# subnet_ids: [
|
851
935
|
# "subnet-1234abcd",
|
852
936
|
# ],
|
@@ -858,9 +942,12 @@ module Aws::FSx
|
|
858
942
|
# ],
|
859
943
|
# windows_configuration: {
|
860
944
|
# active_directory_id: "d-1234abcd12",
|
945
|
+
# aliases: [
|
946
|
+
# "accounting.corp.example.com",
|
947
|
+
# ],
|
861
948
|
# automatic_backup_retention_days: 30,
|
862
949
|
# daily_automatic_backup_start_time: "05:00",
|
863
|
-
# throughput_capacity:
|
950
|
+
# throughput_capacity: 32,
|
864
951
|
# weekly_maintenance_start_time: "1:05:00",
|
865
952
|
# },
|
866
953
|
# })
|
@@ -869,13 +956,14 @@ module Aws::FSx
|
|
869
956
|
# {
|
870
957
|
# file_system: {
|
871
958
|
# 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/
|
959
|
+
# dns_name: "fs-0123456789abcdef0.fsx.com",
|
960
|
+
# file_system_id: "fs-0123456789abcdef0",
|
961
|
+
# kms_key_id: "arn:aws:kms:us-east-1:012345678912:key/1111abcd-2222-3333-4444-55556666eeff",
|
875
962
|
# lifecycle: "CREATING",
|
876
963
|
# owner_id: "012345678912",
|
877
|
-
# resource_arn: "arn:aws:fsx:us-east-1:012345678912:file-system/fs-
|
878
|
-
# storage_capacity:
|
964
|
+
# resource_arn: "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0123456789abcdef0",
|
965
|
+
# storage_capacity: 3200,
|
966
|
+
# storage_type: "HDD",
|
879
967
|
# subnet_ids: [
|
880
968
|
# "subnet-1234abcd",
|
881
969
|
# ],
|
@@ -888,9 +976,15 @@ module Aws::FSx
|
|
888
976
|
# vpc_id: "vpc-ab1234cd",
|
889
977
|
# windows_configuration: {
|
890
978
|
# active_directory_id: "d-1234abcd12",
|
979
|
+
# aliases: [
|
980
|
+
# {
|
981
|
+
# lifecycle: "CREATING",
|
982
|
+
# name: "accounting.corp.example.com",
|
983
|
+
# },
|
984
|
+
# ],
|
891
985
|
# automatic_backup_retention_days: 30,
|
892
986
|
# daily_automatic_backup_start_time: "05:00",
|
893
|
-
# throughput_capacity:
|
987
|
+
# throughput_capacity: 32,
|
894
988
|
# weekly_maintenance_start_time: "1:05:00",
|
895
989
|
# },
|
896
990
|
# },
|
@@ -929,6 +1023,7 @@ module Aws::FSx
|
|
929
1023
|
# daily_automatic_backup_start_time: "DailyTime",
|
930
1024
|
# automatic_backup_retention_days: 1,
|
931
1025
|
# copy_tags_to_backups: false,
|
1026
|
+
# aliases: ["AlternateDNSName"],
|
932
1027
|
# },
|
933
1028
|
# lustre_configuration: {
|
934
1029
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -984,6 +1079,9 @@ module Aws::FSx
|
|
984
1079
|
# resp.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
985
1080
|
# resp.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
986
1081
|
# resp.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
1082
|
+
# resp.file_system.windows_configuration.aliases #=> Array
|
1083
|
+
# resp.file_system.windows_configuration.aliases[0].name #=> String
|
1084
|
+
# resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
987
1085
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
988
1086
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
989
1087
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -999,7 +1097,7 @@ module Aws::FSx
|
|
999
1097
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1000
1098
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1001
1099
|
# resp.file_system.administrative_actions #=> Array
|
1002
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
|
1100
|
+
# 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
1101
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
1004
1102
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
1005
1103
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1205,6 +1303,7 @@ module Aws::FSx
|
|
1205
1303
|
# daily_automatic_backup_start_time: "DailyTime",
|
1206
1304
|
# automatic_backup_retention_days: 1,
|
1207
1305
|
# copy_tags_to_backups: false,
|
1306
|
+
# aliases: ["AlternateDNSName"],
|
1208
1307
|
# },
|
1209
1308
|
# lustre_configuration: {
|
1210
1309
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -1261,6 +1360,9 @@ module Aws::FSx
|
|
1261
1360
|
# resp.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
1262
1361
|
# resp.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
1263
1362
|
# resp.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
1363
|
+
# resp.file_system.windows_configuration.aliases #=> Array
|
1364
|
+
# resp.file_system.windows_configuration.aliases[0].name #=> String
|
1365
|
+
# resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
1264
1366
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
1265
1367
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
1266
1368
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -1276,7 +1378,7 @@ module Aws::FSx
|
|
1276
1378
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1277
1379
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1278
1380
|
# resp.file_system.administrative_actions #=> Array
|
1279
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
|
1381
|
+
# 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
1382
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
1281
1383
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
1282
1384
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1342,7 +1444,7 @@ module Aws::FSx
|
|
1342
1444
|
# @example Response structure
|
1343
1445
|
#
|
1344
1446
|
# resp.backup_id #=> String
|
1345
|
-
# resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
|
1447
|
+
# resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
|
1346
1448
|
#
|
1347
1449
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteBackup AWS API Documentation
|
1348
1450
|
#
|
@@ -1575,9 +1677,9 @@ module Aws::FSx
|
|
1575
1677
|
#
|
1576
1678
|
# resp.backups #=> Array
|
1577
1679
|
# resp.backups[0].backup_id #=> String
|
1578
|
-
# resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
|
1680
|
+
# resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
|
1579
1681
|
# resp.backups[0].failure_details.message #=> String
|
1580
|
-
# resp.backups[0].type #=> String, one of "AUTOMATIC", "USER_INITIATED"
|
1682
|
+
# resp.backups[0].type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
|
1581
1683
|
# resp.backups[0].progress_percent #=> Integer
|
1582
1684
|
# resp.backups[0].creation_time #=> Time
|
1583
1685
|
# resp.backups[0].kms_key_id #=> String
|
@@ -1622,6 +1724,9 @@ module Aws::FSx
|
|
1622
1724
|
# resp.backups[0].file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
1623
1725
|
# resp.backups[0].file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
1624
1726
|
# resp.backups[0].file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
1727
|
+
# resp.backups[0].file_system.windows_configuration.aliases #=> Array
|
1728
|
+
# resp.backups[0].file_system.windows_configuration.aliases[0].name #=> String
|
1729
|
+
# resp.backups[0].file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
1625
1730
|
# resp.backups[0].file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
1626
1731
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
1627
1732
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -1637,7 +1742,7 @@ module Aws::FSx
|
|
1637
1742
|
# resp.backups[0].file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1638
1743
|
# resp.backups[0].file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1639
1744
|
# 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"
|
1745
|
+
# 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
1746
|
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
|
1642
1747
|
# resp.backups[0].file_system.administrative_actions[0].request_time #=> Time
|
1643
1748
|
# resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1747,6 +1852,70 @@ module Aws::FSx
|
|
1747
1852
|
req.send_request(options)
|
1748
1853
|
end
|
1749
1854
|
|
1855
|
+
# Returns the DNS aliases that are associated with the specified Amazon
|
1856
|
+
# FSx for Windows File Server file system. A history of all DNS aliases
|
1857
|
+
# that have been associated with and disassociated from the file system
|
1858
|
+
# is available in the list of AdministrativeAction provided in the
|
1859
|
+
# DescribeFileSystems operation response.
|
1860
|
+
#
|
1861
|
+
# @option params [String] :client_request_token
|
1862
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
1863
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
1864
|
+
# behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
|
1865
|
+
# SDK.
|
1866
|
+
#
|
1867
|
+
# **A suitable default value is auto-generated.** You should normally
|
1868
|
+
# not need to pass this option.**
|
1869
|
+
#
|
1870
|
+
# @option params [required, String] :file_system_id
|
1871
|
+
# The ID of the file system to return the associated DNS aliases for
|
1872
|
+
# (String).
|
1873
|
+
#
|
1874
|
+
# @option params [Integer] :max_results
|
1875
|
+
# Maximum number of DNS aliases to return in the response (integer).
|
1876
|
+
# This parameter value must be greater than 0. The number of items that
|
1877
|
+
# Amazon FSx returns is the minimum of the `MaxResults` parameter
|
1878
|
+
# specified in the request and the service's internal maximum number of
|
1879
|
+
# items per page.
|
1880
|
+
#
|
1881
|
+
# @option params [String] :next_token
|
1882
|
+
# Opaque pagination token returned from a previous
|
1883
|
+
# `DescribeFileSystemAliases` operation (String). If a token is included
|
1884
|
+
# in the request, the action continues the list from where the previous
|
1885
|
+
# returning call left off.
|
1886
|
+
#
|
1887
|
+
# @return [Types::DescribeFileSystemAliasesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1888
|
+
#
|
1889
|
+
# * {Types::DescribeFileSystemAliasesResponse#aliases #aliases} => Array<Types::Alias>
|
1890
|
+
# * {Types::DescribeFileSystemAliasesResponse#next_token #next_token} => String
|
1891
|
+
#
|
1892
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1893
|
+
#
|
1894
|
+
# @example Request syntax with placeholder values
|
1895
|
+
#
|
1896
|
+
# resp = client.describe_file_system_aliases({
|
1897
|
+
# client_request_token: "ClientRequestToken",
|
1898
|
+
# file_system_id: "FileSystemId", # required
|
1899
|
+
# max_results: 1,
|
1900
|
+
# next_token: "NextToken",
|
1901
|
+
# })
|
1902
|
+
#
|
1903
|
+
# @example Response structure
|
1904
|
+
#
|
1905
|
+
# resp.aliases #=> Array
|
1906
|
+
# resp.aliases[0].name #=> String
|
1907
|
+
# resp.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
1908
|
+
# resp.next_token #=> String
|
1909
|
+
#
|
1910
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystemAliases AWS API Documentation
|
1911
|
+
#
|
1912
|
+
# @overload describe_file_system_aliases(params = {})
|
1913
|
+
# @param [Hash] params ({})
|
1914
|
+
def describe_file_system_aliases(params = {}, options = {})
|
1915
|
+
req = build_request(:describe_file_system_aliases, params)
|
1916
|
+
req.send_request(options)
|
1917
|
+
end
|
1918
|
+
|
1750
1919
|
# Returns the description of specific Amazon FSx file systems, if a
|
1751
1920
|
# `FileSystemIds` value is provided for that file system. Otherwise, it
|
1752
1921
|
# returns descriptions of all file systems owned by your AWS account in
|
@@ -1889,6 +2058,9 @@ module Aws::FSx
|
|
1889
2058
|
# resp.file_systems[0].windows_configuration.daily_automatic_backup_start_time #=> String
|
1890
2059
|
# resp.file_systems[0].windows_configuration.automatic_backup_retention_days #=> Integer
|
1891
2060
|
# resp.file_systems[0].windows_configuration.copy_tags_to_backups #=> Boolean
|
2061
|
+
# resp.file_systems[0].windows_configuration.aliases #=> Array
|
2062
|
+
# resp.file_systems[0].windows_configuration.aliases[0].name #=> String
|
2063
|
+
# resp.file_systems[0].windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
1892
2064
|
# resp.file_systems[0].lustre_configuration.weekly_maintenance_start_time #=> String
|
1893
2065
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
1894
2066
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -1904,7 +2076,7 @@ module Aws::FSx
|
|
1904
2076
|
# resp.file_systems[0].lustre_configuration.copy_tags_to_backups #=> Boolean
|
1905
2077
|
# resp.file_systems[0].lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1906
2078
|
# 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"
|
2079
|
+
# 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
2080
|
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
|
1909
2081
|
# resp.file_systems[0].administrative_actions[0].request_time #=> Time
|
1910
2082
|
# resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1921,6 +2093,64 @@ module Aws::FSx
|
|
1921
2093
|
req.send_request(options)
|
1922
2094
|
end
|
1923
2095
|
|
2096
|
+
# Use this action to disassociate, or remove, one or more Domain Name
|
2097
|
+
# Service (DNS) aliases from an Amazon FSx for Windows File Server file
|
2098
|
+
# system. If you attempt to disassociate a DNS alias that is not
|
2099
|
+
# associated with the file system, Amazon FSx responds with a 400 Bad
|
2100
|
+
# Request. For more information, see [Working with DNS Aliases][1].
|
2101
|
+
#
|
2102
|
+
# The system generated response showing the DNS aliases that Amazon FSx
|
2103
|
+
# is attempting to disassociate from the file system. Use the API
|
2104
|
+
# operation to monitor the status of the aliases Amazon FSx is
|
2105
|
+
# disassociating with the file system.
|
2106
|
+
#
|
2107
|
+
#
|
2108
|
+
#
|
2109
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html
|
2110
|
+
#
|
2111
|
+
# @option params [String] :client_request_token
|
2112
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
2113
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
2114
|
+
# behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
|
2115
|
+
# SDK.
|
2116
|
+
#
|
2117
|
+
# **A suitable default value is auto-generated.** You should normally
|
2118
|
+
# not need to pass this option.**
|
2119
|
+
#
|
2120
|
+
# @option params [required, String] :file_system_id
|
2121
|
+
# Specifies the file system from which to disassociate the DNS aliases.
|
2122
|
+
#
|
2123
|
+
# @option params [required, Array<String>] :aliases
|
2124
|
+
# An array of one or more DNS alias names to disassociate, or remove,
|
2125
|
+
# from the file system.
|
2126
|
+
#
|
2127
|
+
# @return [Types::DisassociateFileSystemAliasesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2128
|
+
#
|
2129
|
+
# * {Types::DisassociateFileSystemAliasesResponse#aliases #aliases} => Array<Types::Alias>
|
2130
|
+
#
|
2131
|
+
# @example Request syntax with placeholder values
|
2132
|
+
#
|
2133
|
+
# resp = client.disassociate_file_system_aliases({
|
2134
|
+
# client_request_token: "ClientRequestToken",
|
2135
|
+
# file_system_id: "FileSystemId", # required
|
2136
|
+
# aliases: ["AlternateDNSName"], # required
|
2137
|
+
# })
|
2138
|
+
#
|
2139
|
+
# @example Response structure
|
2140
|
+
#
|
2141
|
+
# resp.aliases #=> Array
|
2142
|
+
# resp.aliases[0].name #=> String
|
2143
|
+
# resp.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
2144
|
+
#
|
2145
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DisassociateFileSystemAliases AWS API Documentation
|
2146
|
+
#
|
2147
|
+
# @overload disassociate_file_system_aliases(params = {})
|
2148
|
+
# @param [Hash] params ({})
|
2149
|
+
def disassociate_file_system_aliases(params = {}, options = {})
|
2150
|
+
req = build_request(:disassociate_file_system_aliases, params)
|
2151
|
+
req.send_request(options)
|
2152
|
+
end
|
2153
|
+
|
1924
2154
|
# Lists tags for an Amazon FSx file systems and backups in the case of
|
1925
2155
|
# Amazon FSx for Windows File Server.
|
1926
2156
|
#
|
@@ -2123,6 +2353,8 @@ module Aws::FSx
|
|
2123
2353
|
#
|
2124
2354
|
# * DailyAutomaticBackupStartTime
|
2125
2355
|
#
|
2356
|
+
# * StorageCapacity
|
2357
|
+
#
|
2126
2358
|
# * WeeklyMaintenanceStartTime
|
2127
2359
|
#
|
2128
2360
|
# @option params [required, String] :file_system_id
|
@@ -2138,18 +2370,39 @@ module Aws::FSx
|
|
2138
2370
|
#
|
2139
2371
|
# @option params [Integer] :storage_capacity
|
2140
2372
|
# Use this parameter to increase the storage capacity of an Amazon FSx
|
2141
|
-
#
|
2142
|
-
#
|
2143
|
-
#
|
2144
|
-
#
|
2145
|
-
#
|
2146
|
-
#
|
2147
|
-
#
|
2148
|
-
#
|
2373
|
+
# file system. Specifies the storage capacity target value, GiB, to
|
2374
|
+
# increase the storage capacity for the file system that you're
|
2375
|
+
# updating. You cannot make a storage capacity increase request if there
|
2376
|
+
# is an existing storage capacity increase request in progress.
|
2377
|
+
#
|
2378
|
+
# For Windows file systems, the storage capacity target value must be at
|
2379
|
+
# least 10 percent (%) greater than the current storage capacity value.
|
2380
|
+
# In order to increase storage capacity, the file system must have at
|
2381
|
+
# least 16 MB/s of throughput capacity.
|
2382
|
+
#
|
2383
|
+
# For Lustre file systems, the storage capacity target value can be the
|
2384
|
+
# following:
|
2385
|
+
#
|
2386
|
+
# * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
|
2387
|
+
# values are in multiples of 2400 GiB. The value must be greater than
|
2388
|
+
# the current storage capacity.
|
2389
|
+
#
|
2390
|
+
# * For `PERSISTENT HDD` file systems, valid values are multiples of
|
2391
|
+
# 6000 GiB for 12 MB/s/TiB file systems and multiples of 1800 GiB for
|
2392
|
+
# 40 MB/s/TiB file systems. The values must be greater than the
|
2393
|
+
# current storage capacity.
|
2394
|
+
#
|
2395
|
+
# * For `SCRATCH_1` file systems, you cannot increase the storage
|
2396
|
+
# capacity.
|
2397
|
+
#
|
2398
|
+
# For more information, see [Managing storage capacity][1] in the
|
2399
|
+
# *Amazon FSx for Windows File Server User Guide* and [Managing storage
|
2400
|
+
# and throughput capacity][2] in the *Amazon FSx for Lustre User Guide*.
|
2149
2401
|
#
|
2150
2402
|
#
|
2151
2403
|
#
|
2152
2404
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
|
2405
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
|
2153
2406
|
#
|
2154
2407
|
# @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
|
2155
2408
|
# The configuration updates for an Amazon FSx for Windows File Server
|
@@ -2271,6 +2524,9 @@ module Aws::FSx
|
|
2271
2524
|
# resp.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
|
2272
2525
|
# resp.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
|
2273
2526
|
# resp.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
|
2527
|
+
# resp.file_system.windows_configuration.aliases #=> Array
|
2528
|
+
# resp.file_system.windows_configuration.aliases[0].name #=> String
|
2529
|
+
# resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
2274
2530
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
2275
2531
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
|
2276
2532
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -2286,7 +2542,7 @@ module Aws::FSx
|
|
2286
2542
|
# resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
|
2287
2543
|
# resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
2288
2544
|
# resp.file_system.administrative_actions #=> Array
|
2289
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION"
|
2545
|
+
# 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
2546
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
2291
2547
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
2292
2548
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -2315,7 +2571,7 @@ module Aws::FSx
|
|
2315
2571
|
params: params,
|
2316
2572
|
config: config)
|
2317
2573
|
context[:gem_name] = 'aws-sdk-fsx'
|
2318
|
-
context[:gem_version] = '1.
|
2574
|
+
context[:gem_version] = '1.35.0'
|
2319
2575
|
Seahorse::Client::Request.new(handlers, context)
|
2320
2576
|
end
|
2321
2577
|
|