aws-sdk-fsx 1.33.0 → 1.38.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf4cb2c9255cd47c113ea8527fd4360681ed978f56110468c9d309a2f685ce76
4
- data.tar.gz: 567642551659206f346a1e675c9d24e77064c45104319759e0411380ed64c301
3
+ metadata.gz: '08f42978a93897f71d42153e280e4536ea91d81addf70f22e6accaccf5194397'
4
+ data.tar.gz: eab8451197ca6b2ef5f058ce3009699ff23d79b3f98dff2a8378745e3db89545
5
5
  SHA512:
6
- metadata.gz: be4059070a4ff1acbaf83be3a5d38c04fe232c3b484796bf20ba0944e6b32ada12777cfe9267aa96d3d28d81b4b7e287f25f9657bb947aa03ba08847f84aa045
7
- data.tar.gz: b54ad620f333150eb073f8f019cc9ca95a911504993c80ef69d6a4fbe37e2340c8cba82907bb0f6deb5d4c541b99905dd73274f3d89d5ea6289927d1b3c0bc51
6
+ metadata.gz: 9c9a1af4f686c9f62bc950e4a85e9868d956feb389cd6336b3717cfb5f6326b470c4f502f15448092c017fb438afcd86d9c0cfe50418d7a8e5809eee4438df85
7
+ data.tar.gz: abc95507f464dcd66ce79756f5721fe6c38dfdda5ee54a2b5956e7a7e7210b265ead75a2df58e1b031bb27c511dce6eacd5f7ba10a9e972a0931fcc94c77a710
data/CHANGELOG.md ADDED
@@ -0,0 +1,203 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.38.0 (2021-06-08)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for auditing end-user access to files, folders, and file shares using Windows event logs, enabling customers to meet their security and compliance needs.
8
+
9
+ 1.37.0 (2021-05-27)
10
+ ------------------
11
+
12
+ * Feature - This release adds LZ4 data compression support to FSx for Lustre to reduce storage consumption of both file system storage and file system backups.
13
+
14
+ 1.36.0 (2021-04-12)
15
+ ------------------
16
+
17
+ * Feature - Support for cross-region and cross-account backup copies
18
+
19
+ 1.35.0 (2021-03-10)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.34.0 (2021-02-02)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.33.0 (2020-11-24)
30
+ ------------------
31
+
32
+ * 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.
33
+
34
+ 1.32.0 (2020-11-09)
35
+ ------------------
36
+
37
+ * 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.
38
+
39
+ 1.31.0 (2020-09-30)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.30.0 (2020-09-15)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.29.0 (2020-08-25)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.28.0 (2020-08-20)
55
+ ------------------
56
+
57
+ * Feature - Documentation updates for Amazon FSx
58
+
59
+ 1.27.0 (2020-08-12)
60
+ ------------------
61
+
62
+ * 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.
63
+
64
+ 1.26.0 (2020-08-05)
65
+ ------------------
66
+
67
+ * Feature - Documentation updates for StorageCapacity input value format.
68
+
69
+ 1.25.0 (2020-07-24)
70
+ ------------------
71
+
72
+ * Feature - Documentation update for FSx for Lustre
73
+
74
+ 1.24.0 (2020-07-23)
75
+ ------------------
76
+
77
+ * 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.
78
+
79
+ 1.23.0 (2020-06-24)
80
+ ------------------
81
+
82
+ * 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.
83
+
84
+ 1.22.0 (2020-06-23)
85
+ ------------------
86
+
87
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
88
+
89
+ 1.21.1 (2020-06-11)
90
+ ------------------
91
+
92
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
93
+
94
+ 1.21.0 (2020-06-10)
95
+ ------------------
96
+
97
+ * Issue - This version has been yanked. (#2327).
98
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
99
+
100
+ 1.20.0 (2020-06-01)
101
+ ------------------
102
+
103
+ * 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.
104
+
105
+ 1.19.0 (2020-05-28)
106
+ ------------------
107
+
108
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
109
+
110
+ 1.18.0 (2020-05-07)
111
+ ------------------
112
+
113
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
114
+
115
+ 1.17.0 (2020-03-26)
116
+ ------------------
117
+
118
+ * 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.
119
+
120
+ 1.16.0 (2020-03-09)
121
+ ------------------
122
+
123
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
124
+
125
+ 1.15.0 (2020-02-24)
126
+ ------------------
127
+
128
+ * 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.
129
+
130
+ 1.14.0 (2019-12-23)
131
+ ------------------
132
+
133
+ * 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.
134
+
135
+ 1.13.0 (2019-11-20)
136
+ ------------------
137
+
138
+ * 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.
139
+
140
+ 1.12.0 (2019-10-23)
141
+ ------------------
142
+
143
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
144
+
145
+ 1.11.0 (2019-07-25)
146
+ ------------------
147
+
148
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
149
+
150
+ 1.10.0 (2019-07-01)
151
+ ------------------
152
+
153
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
154
+
155
+ 1.9.0 (2019-06-24)
156
+ ------------------
157
+
158
+ * 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.
159
+
160
+ 1.8.0 (2019-06-17)
161
+ ------------------
162
+
163
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
164
+
165
+ 1.7.0 (2019-05-21)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.6.0 (2019-05-15)
171
+ ------------------
172
+
173
+ * Feature - API update.
174
+
175
+ 1.5.0 (2019-05-14)
176
+ ------------------
177
+
178
+ * Feature - API update.
179
+
180
+ 1.4.0 (2019-03-21)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.3.0 (2019-03-18)
186
+ ------------------
187
+
188
+ * Feature - API update.
189
+
190
+ 1.2.0 (2019-03-14)
191
+ ------------------
192
+
193
+ * Feature - API update.
194
+
195
+ 1.1.0 (2019-02-06)
196
+ ------------------
197
+
198
+ * Feature - API update.
199
+
200
+ 1.0.0 (2018-11-28)
201
+ ------------------
202
+
203
+ * 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.38.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/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-fsx/customizations'
48
48
  # @!group service
49
49
  module Aws::FSx
50
50
 
51
- GEM_VERSION = '1.33.0'
51
+ GEM_VERSION = '1.38.0'
52
52
 
53
53
  end
@@ -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/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -456,6 +456,242 @@ module Aws::FSx
456
456
  req.send_request(options)
457
457
  end
458
458
 
459
+ # Copies an existing backup within the same AWS account to another
460
+ # Region (cross-Region copy) or within the same Region (in-Region copy).
461
+ # You can have up to five backup copy requests in progress to a single
462
+ # destination Region per account.
463
+ #
464
+ # You can use cross-Region backup copies for cross-region disaster
465
+ # recovery. You periodically take backups and copy them to another
466
+ # Region so that in the event of a disaster in the primary Region, you
467
+ # can restore from backup and recover availability quickly in the other
468
+ # Region. You can make cross-Region copies only within your AWS
469
+ # partition.
470
+ #
471
+ # You can also use backup copies to clone your file data set to another
472
+ # Region or within the same Region.
473
+ #
474
+ # You can use the `SourceRegion` parameter to specify the AWS Region
475
+ # from which the backup will be copied. For example, if you make the
476
+ # call from the `us-west-1` Region and want to copy a backup from the
477
+ # `us-east-2` Region, you specify `us-east-2` in the `SourceRegion`
478
+ # parameter to make a cross-Region copy. If you don't specify a Region,
479
+ # the backup copy is created in the same Region where the request is
480
+ # sent from (in-Region copy).
481
+ #
482
+ # For more information on creating backup copies, see [ Copying
483
+ # backups][1] in the *Amazon FSx for Windows User Guide* and [Copying
484
+ # backups][2] in the *Amazon FSx for Lustre User Guide*.
485
+ #
486
+ #
487
+ #
488
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#copy-backups
489
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html#copy-backups
490
+ #
491
+ # @option params [String] :client_request_token
492
+ # (Optional) An idempotency token for resource creation, in a string of
493
+ # up to 64 ASCII characters. This token is automatically filled on your
494
+ # behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
495
+ # SDK.
496
+ #
497
+ # **A suitable default value is auto-generated.** You should normally
498
+ # not need to pass this option.**
499
+ #
500
+ # @option params [required, String] :source_backup_id
501
+ # The ID of the source backup. Specifies the ID of the backup that is
502
+ # being copied.
503
+ #
504
+ # @option params [String] :source_region
505
+ # The source AWS Region of the backup. Specifies the AWS Region from
506
+ # which the backup is being copied. The source and destination Regions
507
+ # must be in the same AWS partition. If you don't specify a Region, it
508
+ # defaults to the Region where the request is sent from (in-Region
509
+ # copy).
510
+ #
511
+ # @option params [String] :kms_key_id
512
+ # The ID of the AWS Key Management Service (AWS KMS) key used to encrypt
513
+ # the file system's data for Amazon FSx for Windows File Server file
514
+ # systems and Amazon FSx for Lustre `PERSISTENT_1` file systems at rest.
515
+ # In either case, if not specified, the Amazon FSx managed key is used.
516
+ # The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are
517
+ # always encrypted at rest using Amazon FSx managed keys. For more
518
+ # information, see [Encrypt][1] in the *AWS Key Management Service API
519
+ # Reference*.
520
+ #
521
+ #
522
+ #
523
+ # [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
524
+ #
525
+ # @option params [Boolean] :copy_tags
526
+ # A boolean flag indicating whether tags from the source backup should
527
+ # be copied to the backup copy. This value defaults to false.
528
+ #
529
+ # If you set `CopyTags` to true and the source backup has existing tags,
530
+ # you can use the `Tags` parameter to create new tags, provided that the
531
+ # sum of the source backup tags and the new tags doesn't exceed 50.
532
+ # Both sets of tags are merged. If there are tag conflicts (for example,
533
+ # two tags with the same key but different values), the tags created
534
+ # with the `Tags` parameter take precedence.
535
+ #
536
+ # @option params [Array<Types::Tag>] :tags
537
+ # A list of `Tag` values, with a maximum of 50 elements.
538
+ #
539
+ # @return [Types::CopyBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
540
+ #
541
+ # * {Types::CopyBackupResponse#backup #backup} => Types::Backup
542
+ #
543
+ #
544
+ # @example Example: To copy a backup
545
+ #
546
+ # # This operation copies an Amazon FSx backup.
547
+ #
548
+ # resp = client.copy_backup({
549
+ # source_backup_id: "backup-03e3c82e0183b7b6b",
550
+ # source_region: "us-east-2",
551
+ # })
552
+ #
553
+ # resp.to_h outputs the following:
554
+ # {
555
+ # backup: {
556
+ # backup_id: "backup-0a3364eded1014b28",
557
+ # creation_time: Time.parse(1617954808.068),
558
+ # file_system: {
559
+ # file_system_id: "fs-0498eed5fe91001ec",
560
+ # file_system_type: "LUSTRE",
561
+ # lustre_configuration: {
562
+ # automatic_backup_retention_days: 0,
563
+ # deployment_type: "PERSISTENT_1",
564
+ # per_unit_storage_throughput: 50,
565
+ # weekly_maintenance_start_time: "1:05:00",
566
+ # },
567
+ # resource_arn: "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0f5179e395f597e66",
568
+ # storage_capacity: 2400,
569
+ # storage_type: "SSD",
570
+ # },
571
+ # kms_key_id: "arn:aws:fsx:us-east-1:012345678912:key/d1234e22-543a-12b7-a98f-e12c2b54001a",
572
+ # lifecycle: "COPYING",
573
+ # owner_id: "123456789012",
574
+ # resource_arn: "arn:aws:fsx:us-east-1:012345678912:backup/backup-0a3364eded1014b28",
575
+ # tags: [
576
+ # {
577
+ # key: "Name",
578
+ # value: "MyBackup",
579
+ # },
580
+ # ],
581
+ # type: "USER_INITIATED",
582
+ # },
583
+ # }
584
+ #
585
+ # @example Request syntax with placeholder values
586
+ #
587
+ # resp = client.copy_backup({
588
+ # client_request_token: "ClientRequestToken",
589
+ # source_backup_id: "SourceBackupId", # required
590
+ # source_region: "Region",
591
+ # kms_key_id: "KmsKeyId",
592
+ # copy_tags: false,
593
+ # tags: [
594
+ # {
595
+ # key: "TagKey", # required
596
+ # value: "TagValue", # required
597
+ # },
598
+ # ],
599
+ # })
600
+ #
601
+ # @example Response structure
602
+ #
603
+ # resp.backup.backup_id #=> String
604
+ # resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
605
+ # resp.backup.failure_details.message #=> String
606
+ # resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
607
+ # resp.backup.progress_percent #=> Integer
608
+ # resp.backup.creation_time #=> Time
609
+ # resp.backup.kms_key_id #=> String
610
+ # resp.backup.resource_arn #=> String
611
+ # resp.backup.tags #=> Array
612
+ # resp.backup.tags[0].key #=> String
613
+ # resp.backup.tags[0].value #=> String
614
+ # resp.backup.file_system.owner_id #=> String
615
+ # resp.backup.file_system.creation_time #=> Time
616
+ # resp.backup.file_system.file_system_id #=> String
617
+ # resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
618
+ # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
619
+ # resp.backup.file_system.failure_details.message #=> String
620
+ # resp.backup.file_system.storage_capacity #=> Integer
621
+ # resp.backup.file_system.storage_type #=> String, one of "SSD", "HDD"
622
+ # resp.backup.file_system.vpc_id #=> String
623
+ # resp.backup.file_system.subnet_ids #=> Array
624
+ # resp.backup.file_system.subnet_ids[0] #=> String
625
+ # resp.backup.file_system.network_interface_ids #=> Array
626
+ # resp.backup.file_system.network_interface_ids[0] #=> String
627
+ # resp.backup.file_system.dns_name #=> String
628
+ # resp.backup.file_system.kms_key_id #=> String
629
+ # resp.backup.file_system.resource_arn #=> String
630
+ # resp.backup.file_system.tags #=> Array
631
+ # resp.backup.file_system.tags[0].key #=> String
632
+ # resp.backup.file_system.tags[0].value #=> String
633
+ # resp.backup.file_system.windows_configuration.active_directory_id #=> String
634
+ # resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.domain_name #=> String
635
+ # resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
636
+ # resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
637
+ # resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.user_name #=> String
638
+ # resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
639
+ # resp.backup.file_system.windows_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
640
+ # resp.backup.file_system.windows_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
641
+ # resp.backup.file_system.windows_configuration.remote_administration_endpoint #=> String
642
+ # resp.backup.file_system.windows_configuration.preferred_subnet_id #=> String
643
+ # resp.backup.file_system.windows_configuration.preferred_file_server_ip #=> String
644
+ # resp.backup.file_system.windows_configuration.throughput_capacity #=> Integer
645
+ # resp.backup.file_system.windows_configuration.maintenance_operations_in_progress #=> Array
646
+ # resp.backup.file_system.windows_configuration.maintenance_operations_in_progress[0] #=> String, one of "PATCHING", "BACKING_UP"
647
+ # resp.backup.file_system.windows_configuration.weekly_maintenance_start_time #=> String
648
+ # resp.backup.file_system.windows_configuration.daily_automatic_backup_start_time #=> String
649
+ # resp.backup.file_system.windows_configuration.automatic_backup_retention_days #=> Integer
650
+ # resp.backup.file_system.windows_configuration.copy_tags_to_backups #=> Boolean
651
+ # resp.backup.file_system.windows_configuration.aliases #=> Array
652
+ # resp.backup.file_system.windows_configuration.aliases[0].name #=> String
653
+ # resp.backup.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
654
+ # resp.backup.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
655
+ # resp.backup.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
656
+ # resp.backup.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
657
+ # resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
658
+ # resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
659
+ # resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
660
+ # resp.backup.file_system.lustre_configuration.data_repository_configuration.export_path #=> String
661
+ # resp.backup.file_system.lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
662
+ # resp.backup.file_system.lustre_configuration.data_repository_configuration.auto_import_policy #=> String, one of "NONE", "NEW", "NEW_CHANGED"
663
+ # resp.backup.file_system.lustre_configuration.data_repository_configuration.failure_details.message #=> String
664
+ # resp.backup.file_system.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1"
665
+ # resp.backup.file_system.lustre_configuration.per_unit_storage_throughput #=> Integer
666
+ # resp.backup.file_system.lustre_configuration.mount_name #=> String
667
+ # resp.backup.file_system.lustre_configuration.daily_automatic_backup_start_time #=> String
668
+ # resp.backup.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
669
+ # resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
670
+ # resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
671
+ # resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
672
+ # resp.backup.file_system.administrative_actions #=> Array
673
+ # 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"
674
+ # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
675
+ # resp.backup.file_system.administrative_actions[0].request_time #=> Time
676
+ # resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
677
+ # resp.backup.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
678
+ # resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
679
+ # resp.backup.directory_information.domain_name #=> String
680
+ # resp.backup.directory_information.active_directory_id #=> String
681
+ # resp.backup.directory_information.resource_arn #=> String
682
+ # resp.backup.owner_id #=> String
683
+ # resp.backup.source_backup_id #=> String
684
+ # resp.backup.source_backup_region #=> String
685
+ #
686
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
687
+ #
688
+ # @overload copy_backup(params = {})
689
+ # @param [Hash] params ({})
690
+ def copy_backup(params = {}, options = {})
691
+ req = build_request(:copy_backup, params)
692
+ req.send_request(options)
693
+ end
694
+
459
695
  # Creates a backup of an existing Amazon FSx file system. Creating
460
696
  # regular backups for your file system is a best practice, enabling you
461
697
  # to restore a file system from a backup if an issue arises with the
@@ -586,7 +822,7 @@ module Aws::FSx
586
822
  # @example Response structure
587
823
  #
588
824
  # resp.backup.backup_id #=> String
589
- # resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
825
+ # resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
590
826
  # resp.backup.failure_details.message #=> String
591
827
  # resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
592
828
  # resp.backup.progress_percent #=> Integer
@@ -636,6 +872,9 @@ module Aws::FSx
636
872
  # resp.backup.file_system.windows_configuration.aliases #=> Array
637
873
  # resp.backup.file_system.windows_configuration.aliases[0].name #=> String
638
874
  # resp.backup.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
875
+ # resp.backup.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
876
+ # resp.backup.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
877
+ # resp.backup.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
639
878
  # resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
640
879
  # resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
641
880
  # resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
@@ -650,6 +889,7 @@ module Aws::FSx
650
889
  # resp.backup.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
651
890
  # resp.backup.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
652
891
  # resp.backup.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
892
+ # resp.backup.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
653
893
  # resp.backup.file_system.administrative_actions #=> Array
654
894
  # resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
655
895
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -659,6 +899,10 @@ module Aws::FSx
659
899
  # resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
660
900
  # resp.backup.directory_information.domain_name #=> String
661
901
  # resp.backup.directory_information.active_directory_id #=> String
902
+ # resp.backup.directory_information.resource_arn #=> String
903
+ # resp.backup.owner_id #=> String
904
+ # resp.backup.source_backup_id #=> String
905
+ # resp.backup.source_backup_region #=> String
662
906
  #
663
907
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
664
908
  #
@@ -878,12 +1122,17 @@ module Aws::FSx
878
1122
  # types, provide exactly two subnet IDs, one for the preferred file
879
1123
  # server and one for the standby file server. You specify one of these
880
1124
  # subnets as the preferred subnet using the `WindowsConfiguration >
881
- # PreferredSubnetID` property.
1125
+ # PreferredSubnetID` property. For more information, see [ Availability
1126
+ # and durability: Single-AZ and Multi-AZ file systems][1].
882
1127
  #
883
1128
  # For Windows `SINGLE_AZ_1` and `SINGLE_AZ_2` file system deployment
884
1129
  # types and Lustre file systems, provide exactly one subnet ID. The file
885
1130
  # server is launched in that subnet's Availability Zone.
886
1131
  #
1132
+ #
1133
+ #
1134
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html
1135
+ #
887
1136
  # @option params [Array<String>] :security_group_ids
888
1137
  # A list of IDs specifying the security groups to apply to all network
889
1138
  # interfaces created for file system access. This list isn't returned
@@ -1024,6 +1273,11 @@ module Aws::FSx
1024
1273
  # automatic_backup_retention_days: 1,
1025
1274
  # copy_tags_to_backups: false,
1026
1275
  # aliases: ["AlternateDNSName"],
1276
+ # audit_log_configuration: {
1277
+ # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
1278
+ # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
1279
+ # audit_log_destination: "GeneralARN",
1280
+ # },
1027
1281
  # },
1028
1282
  # lustre_configuration: {
1029
1283
  # weekly_maintenance_start_time: "WeeklyTime",
@@ -1037,6 +1291,7 @@ module Aws::FSx
1037
1291
  # automatic_backup_retention_days: 1,
1038
1292
  # copy_tags_to_backups: false,
1039
1293
  # drive_cache_type: "NONE", # accepts NONE, READ
1294
+ # data_compression_type: "NONE", # accepts NONE, LZ4
1040
1295
  # },
1041
1296
  # })
1042
1297
  #
@@ -1082,6 +1337,9 @@ module Aws::FSx
1082
1337
  # resp.file_system.windows_configuration.aliases #=> Array
1083
1338
  # resp.file_system.windows_configuration.aliases[0].name #=> String
1084
1339
  # resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
1340
+ # resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
1341
+ # resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
1342
+ # resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
1085
1343
  # resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
1086
1344
  # resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
1087
1345
  # resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
@@ -1096,6 +1354,7 @@ module Aws::FSx
1096
1354
  # resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
1097
1355
  # resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
1098
1356
  # resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
1357
+ # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
1099
1358
  # resp.file_system.administrative_actions #=> Array
1100
1359
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
1101
1360
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1151,8 +1410,7 @@ module Aws::FSx
1151
1410
  # </note>
1152
1411
  #
1153
1412
  # @option params [required, String] :backup_id
1154
- # The ID of the backup. Specifies the backup to use if you're creating
1155
- # a file system from an existing backup.
1413
+ # The ID of the source backup. Specifies the backup you are copying.
1156
1414
  #
1157
1415
  # @option params [String] :client_request_token
1158
1416
  # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
@@ -1213,6 +1471,20 @@ module Aws::FSx
1213
1471
  #
1214
1472
  # </note>
1215
1473
  #
1474
+ # @option params [String] :kms_key_id
1475
+ # The ID of the AWS Key Management Service (AWS KMS) key used to encrypt
1476
+ # the file system's data for Amazon FSx for Windows File Server file
1477
+ # systems and Amazon FSx for Lustre `PERSISTENT_1` file systems at rest.
1478
+ # In either case, if not specified, the Amazon FSx managed key is used.
1479
+ # The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are
1480
+ # always encrypted at rest using Amazon FSx managed keys. For more
1481
+ # information, see [Encrypt][1] in the *AWS Key Management Service API
1482
+ # Reference*.
1483
+ #
1484
+ #
1485
+ #
1486
+ # [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
1487
+ #
1216
1488
  # @return [Types::CreateFileSystemFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1217
1489
  #
1218
1490
  # * {Types::CreateFileSystemFromBackupResponse#file_system #file_system} => Types::FileSystem
@@ -1304,6 +1576,11 @@ module Aws::FSx
1304
1576
  # automatic_backup_retention_days: 1,
1305
1577
  # copy_tags_to_backups: false,
1306
1578
  # aliases: ["AlternateDNSName"],
1579
+ # audit_log_configuration: {
1580
+ # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
1581
+ # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
1582
+ # audit_log_destination: "GeneralARN",
1583
+ # },
1307
1584
  # },
1308
1585
  # lustre_configuration: {
1309
1586
  # weekly_maintenance_start_time: "WeeklyTime",
@@ -1317,8 +1594,10 @@ module Aws::FSx
1317
1594
  # automatic_backup_retention_days: 1,
1318
1595
  # copy_tags_to_backups: false,
1319
1596
  # drive_cache_type: "NONE", # accepts NONE, READ
1597
+ # data_compression_type: "NONE", # accepts NONE, LZ4
1320
1598
  # },
1321
1599
  # storage_type: "SSD", # accepts SSD, HDD
1600
+ # kms_key_id: "KmsKeyId",
1322
1601
  # })
1323
1602
  #
1324
1603
  # @example Response structure
@@ -1363,6 +1642,9 @@ module Aws::FSx
1363
1642
  # resp.file_system.windows_configuration.aliases #=> Array
1364
1643
  # resp.file_system.windows_configuration.aliases[0].name #=> String
1365
1644
  # resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
1645
+ # resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
1646
+ # resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
1647
+ # resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
1366
1648
  # resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
1367
1649
  # resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
1368
1650
  # resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
@@ -1377,6 +1659,7 @@ module Aws::FSx
1377
1659
  # resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
1378
1660
  # resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
1379
1661
  # resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
1662
+ # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
1380
1663
  # resp.file_system.administrative_actions #=> Array
1381
1664
  # resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
1382
1665
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1444,7 +1727,7 @@ module Aws::FSx
1444
1727
  # @example Response structure
1445
1728
  #
1446
1729
  # resp.backup_id #=> String
1447
- # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
1730
+ # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
1448
1731
  #
1449
1732
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteBackup AWS API Documentation
1450
1733
  #
@@ -1677,7 +1960,7 @@ module Aws::FSx
1677
1960
  #
1678
1961
  # resp.backups #=> Array
1679
1962
  # resp.backups[0].backup_id #=> String
1680
- # resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
1963
+ # resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING", "COPYING"
1681
1964
  # resp.backups[0].failure_details.message #=> String
1682
1965
  # resp.backups[0].type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
1683
1966
  # resp.backups[0].progress_percent #=> Integer
@@ -1727,6 +2010,9 @@ module Aws::FSx
1727
2010
  # resp.backups[0].file_system.windows_configuration.aliases #=> Array
1728
2011
  # resp.backups[0].file_system.windows_configuration.aliases[0].name #=> String
1729
2012
  # resp.backups[0].file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
2013
+ # resp.backups[0].file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
2014
+ # resp.backups[0].file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
2015
+ # resp.backups[0].file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
1730
2016
  # resp.backups[0].file_system.lustre_configuration.weekly_maintenance_start_time #=> String
1731
2017
  # resp.backups[0].file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
1732
2018
  # resp.backups[0].file_system.lustre_configuration.data_repository_configuration.import_path #=> String
@@ -1741,6 +2027,7 @@ module Aws::FSx
1741
2027
  # resp.backups[0].file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
1742
2028
  # resp.backups[0].file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
1743
2029
  # resp.backups[0].file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
2030
+ # resp.backups[0].file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
1744
2031
  # resp.backups[0].file_system.administrative_actions #=> Array
1745
2032
  # resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
1746
2033
  # resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1750,6 +2037,10 @@ module Aws::FSx
1750
2037
  # resp.backups[0].file_system.administrative_actions[0].failure_details.message #=> String
1751
2038
  # resp.backups[0].directory_information.domain_name #=> String
1752
2039
  # resp.backups[0].directory_information.active_directory_id #=> String
2040
+ # resp.backups[0].directory_information.resource_arn #=> String
2041
+ # resp.backups[0].owner_id #=> String
2042
+ # resp.backups[0].source_backup_id #=> String
2043
+ # resp.backups[0].source_backup_region #=> String
1753
2044
  # resp.next_token #=> String
1754
2045
  #
1755
2046
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
@@ -2061,6 +2352,9 @@ module Aws::FSx
2061
2352
  # resp.file_systems[0].windows_configuration.aliases #=> Array
2062
2353
  # resp.file_systems[0].windows_configuration.aliases[0].name #=> String
2063
2354
  # resp.file_systems[0].windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
2355
+ # resp.file_systems[0].windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
2356
+ # resp.file_systems[0].windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
2357
+ # resp.file_systems[0].windows_configuration.audit_log_configuration.audit_log_destination #=> String
2064
2358
  # resp.file_systems[0].lustre_configuration.weekly_maintenance_start_time #=> String
2065
2359
  # resp.file_systems[0].lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
2066
2360
  # resp.file_systems[0].lustre_configuration.data_repository_configuration.import_path #=> String
@@ -2075,6 +2369,7 @@ module Aws::FSx
2075
2369
  # resp.file_systems[0].lustre_configuration.automatic_backup_retention_days #=> Integer
2076
2370
  # resp.file_systems[0].lustre_configuration.copy_tags_to_backups #=> Boolean
2077
2371
  # resp.file_systems[0].lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
2372
+ # resp.file_systems[0].lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
2078
2373
  # resp.file_systems[0].administrative_actions #=> Array
2079
2374
  # resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION"
2080
2375
  # resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
@@ -2332,6 +2627,8 @@ module Aws::FSx
2332
2627
  # For Amazon FSx for Windows File Server file systems, you can update
2333
2628
  # the following properties:
2334
2629
  #
2630
+ # * AuditLogConfiguration
2631
+ #
2335
2632
  # * AutomaticBackupRetentionDays
2336
2633
  #
2337
2634
  # * DailyAutomaticBackupStartTime
@@ -2353,6 +2650,8 @@ module Aws::FSx
2353
2650
  #
2354
2651
  # * DailyAutomaticBackupStartTime
2355
2652
  #
2653
+ # * DataCompressionType
2654
+ #
2356
2655
  # * StorageCapacity
2357
2656
  #
2358
2657
  # * WeeklyMaintenanceStartTime
@@ -2476,12 +2775,18 @@ module Aws::FSx
2476
2775
  # password: "DirectoryPassword",
2477
2776
  # dns_ips: ["IpAddress"],
2478
2777
  # },
2778
+ # audit_log_configuration: {
2779
+ # file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2780
+ # file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
2781
+ # audit_log_destination: "GeneralARN",
2782
+ # },
2479
2783
  # },
2480
2784
  # lustre_configuration: {
2481
2785
  # weekly_maintenance_start_time: "WeeklyTime",
2482
2786
  # daily_automatic_backup_start_time: "DailyTime",
2483
2787
  # automatic_backup_retention_days: 1,
2484
2788
  # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
2789
+ # data_compression_type: "NONE", # accepts NONE, LZ4
2485
2790
  # },
2486
2791
  # })
2487
2792
  #
@@ -2527,6 +2832,9 @@ module Aws::FSx
2527
2832
  # resp.file_system.windows_configuration.aliases #=> Array
2528
2833
  # resp.file_system.windows_configuration.aliases[0].name #=> String
2529
2834
  # resp.file_system.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
2835
+ # resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
2836
+ # resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
2837
+ # resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
2530
2838
  # resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
2531
2839
  # resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING"
2532
2840
  # resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
@@ -2541,6 +2849,7 @@ module Aws::FSx
2541
2849
  # resp.file_system.lustre_configuration.automatic_backup_retention_days #=> Integer
2542
2850
  # resp.file_system.lustre_configuration.copy_tags_to_backups #=> Boolean
2543
2851
  # resp.file_system.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
2852
+ # resp.file_system.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
2544
2853
  # resp.file_system.administrative_actions #=> Array
2545
2854
  # 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"
2546
2855
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -2571,7 +2880,7 @@ module Aws::FSx
2571
2880
  params: params,
2572
2881
  config: config)
2573
2882
  context[:gem_name] = 'aws-sdk-fsx'
2574
- context[:gem_version] = '1.33.0'
2883
+ context[:gem_version] = '1.38.0'
2575
2884
  Seahorse::Client::Request.new(handlers, context)
2576
2885
  end
2577
2886