aws-sdk-fsx 1.32.0 → 1.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b9a0f2af8443e7b8ba3d7eebab6717be3590ec9f998b591c6e3a9185e4b0654
4
- data.tar.gz: e139ce23b8cfa4cfeb87feaa798b8895b475a5a512ca0052be853c1785b88656
3
+ metadata.gz: cf4cb2c9255cd47c113ea8527fd4360681ed978f56110468c9d309a2f685ce76
4
+ data.tar.gz: 567642551659206f346a1e675c9d24e77064c45104319759e0411380ed64c301
5
5
  SHA512:
6
- metadata.gz: bd5355bdaf95cd1a7e01090ed19ecf3a21a2211e3b7d0f0d45a5887a0cecd5c3bca8eb37e22c86c7ab6f414cd3ddac86dbd116316c5ab10ef22e96dc786103e0
7
- data.tar.gz: 8f8dca91eed233f732accf48eb35eeee61450c9a34cca294c7fd687da62315af8ad3dc19e5bf202f0f2c3306eeb2b356025f0b75f535d63ae47f290a1e33c252
6
+ metadata.gz: be4059070a4ff1acbaf83be3a5d38c04fe232c3b484796bf20ba0944e6b32ada12777cfe9267aa96d3d28d81b4b7e287f25f9657bb947aa03ba08847f84aa045
7
+ data.tar.gz: b54ad620f333150eb073f8f019cc9ca95a911504993c80ef69d6a4fbe37e2340c8cba82907bb0f6deb5d4c541b99905dd73274f3d89d5ea6289927d1b3c0bc51
@@ -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.32.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
@@ -471,7 +471,7 @@ module Aws::FSx
471
471
  # For more information about backing up Amazon FSx for Lustre file
472
472
  # systems, see [Working with FSx for Lustre backups][1].
473
473
  #
474
- # For more information about backing up Amazon FSx for Lustre file
474
+ # For more information about backing up Amazon FSx for Windows file
475
475
  # systems, see [Working with FSx for Windows backups][2].
476
476
  #
477
477
  # If a backup with the specified client request token exists, and the
@@ -586,7 +586,7 @@ module Aws::FSx
586
586
  # @example Response structure
587
587
  #
588
588
  # resp.backup.backup_id #=> String
589
- # resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
589
+ # resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
590
590
  # resp.backup.failure_details.message #=> String
591
591
  # resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
592
592
  # resp.backup.progress_percent #=> Integer
@@ -677,14 +677,14 @@ module Aws::FSx
677
677
  # from your FSx file system to its linked data repository. A
678
678
  # `CreateDataRepositoryTask` operation will fail if a data repository is
679
679
  # not linked to the FSx file system. To learn more about data repository
680
- # tasks, see [Using Data Repository Tasks][1]. To learn more about
681
- # linking a data repository to your file system, see [Setting the Export
682
- # Prefix][2].
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].
683
683
  #
684
684
  #
685
685
  #
686
686
  # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html
687
- # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/export-data-repository.html#export-prefix
687
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-fs-linked-data-repo.html
688
688
  #
689
689
  # @option params [required, String] :type
690
690
  # Specifies the type of data repository task to create.
@@ -1444,7 +1444,7 @@ module Aws::FSx
1444
1444
  # @example Response structure
1445
1445
  #
1446
1446
  # resp.backup_id #=> String
1447
- # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
1447
+ # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
1448
1448
  #
1449
1449
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteBackup AWS API Documentation
1450
1450
  #
@@ -1677,7 +1677,7 @@ module Aws::FSx
1677
1677
  #
1678
1678
  # resp.backups #=> Array
1679
1679
  # resp.backups[0].backup_id #=> String
1680
- # 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"
1681
1681
  # resp.backups[0].failure_details.message #=> String
1682
1682
  # resp.backups[0].type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
1683
1683
  # resp.backups[0].progress_percent #=> Integer
@@ -2353,6 +2353,8 @@ module Aws::FSx
2353
2353
  #
2354
2354
  # * DailyAutomaticBackupStartTime
2355
2355
  #
2356
+ # * StorageCapacity
2357
+ #
2356
2358
  # * WeeklyMaintenanceStartTime
2357
2359
  #
2358
2360
  # @option params [required, String] :file_system_id
@@ -2368,18 +2370,39 @@ module Aws::FSx
2368
2370
  #
2369
2371
  # @option params [Integer] :storage_capacity
2370
2372
  # Use this parameter to increase the storage capacity of an Amazon FSx
2371
- # for Windows File Server file system. Specifies the storage capacity
2372
- # target value, GiB, for the file system you're updating. The storage
2373
- # capacity target value must be at least 10 percent (%) greater than the
2374
- # current storage capacity value. In order to increase storage capacity,
2375
- # the file system needs to have at least 16 MB/s of throughput capacity.
2376
- # You cannot make a storage capacity increase request if there is an
2377
- # existing storage capacity increase request in progress. For more
2378
- # information, see [Managing Storage Capacity][1].
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*.
2379
2401
  #
2380
2402
  #
2381
2403
  #
2382
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
2383
2406
  #
2384
2407
  # @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
2385
2408
  # The configuration updates for an Amazon FSx for Windows File Server
@@ -2548,7 +2571,7 @@ module Aws::FSx
2548
2571
  params: params,
2549
2572
  config: config)
2550
2573
  context[:gem_name] = 'aws-sdk-fsx'
2551
- context[:gem_version] = '1.32.0'
2574
+ context[:gem_version] = '1.33.0'
2552
2575
  Seahorse::Client::Request.new(handlers, context)
2553
2576
  end
2554
2577
 
@@ -55,8 +55,8 @@ module Aws::FSx
55
55
  include Aws::Structure
56
56
  end
57
57
 
58
- # Describes a specific Amazon FSx Administrative Action for the current
59
- # Windows file system.
58
+ # Describes a specific Amazon FSx administrative action for the current
59
+ # Windows or Lustre file system.
60
60
  #
61
61
  # @!attribute [rw] administrative_action_type
62
62
  # Describes the type of administrative action, as follows:
@@ -67,13 +67,21 @@ module Aws::FSx
67
67
  #
68
68
  # * `STORAGE_OPTIMIZATION` - Once the `FILE_SYSTEM_UPDATE` task to
69
69
  # increase a file system's storage capacity completes successfully,
70
- # a `STORAGE_OPTIMIZATION` task starts. Storage optimization is the
71
- # process of migrating the file system data to the new, larger
72
- # disks. You can track the storage migration progress using the
70
+ # a `STORAGE_OPTIMIZATION` task starts.
71
+ #
72
+ # * For Windows, storage optimization is the process of migrating
73
+ # the file system data to the new, larger disks.
74
+ #
75
+ # * For Lustre, storage optimization consists of rebalancing the
76
+ # data across the existing and newly added file servers.
77
+ #
78
+ # You can track the storage optimization progress using the
73
79
  # `ProgressPercent` property. When `STORAGE_OPTIMIZATION` completes
74
80
  # successfully, the parent `FILE_SYSTEM_UPDATE` action status
75
81
  # changes to `COMPLETED`. For more information, see [Managing
76
- # Storage Capacity][1].
82
+ # storage capacity][1] in the *Amazon FSx for Windows File Server
83
+ # User Guide* and [Managing storage and throughput capacity][2] in
84
+ # the *Amazon FSx for Lustre User Guide*.
77
85
  #
78
86
  # * `FILE_SYSTEM_ALIAS_ASSOCIATION` - A file system update to
79
87
  # associate a new DNS alias with the file system. For more
@@ -86,6 +94,7 @@ module Aws::FSx
86
94
  #
87
95
  #
88
96
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
97
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
89
98
  # @return [String]
90
99
  #
91
100
  # @!attribute [rw] progress_percent
@@ -116,11 +125,15 @@ module Aws::FSx
116
125
  # * `UPDATED_OPTIMIZING` - For a storage capacity increase update,
117
126
  # Amazon FSx has updated the file system with the new storage
118
127
  # capacity, and is now performing the storage optimization process.
119
- # For more information, see [Managing Storage Capacity][1].
128
+ # For more information, see [Managing storage capacity][1] in the
129
+ # *Amazon FSx for Windows File Server User Guide* and [Managing
130
+ # storage and throughput capacity][2] in the *Amazon FSx for Lustre
131
+ # User Guide*.
120
132
  #
121
133
  #
122
134
  #
123
135
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
136
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
124
137
  # @return [String]
125
138
  #
126
139
  # @!attribute [rw] target_file_system_values
@@ -295,7 +308,16 @@ module Aws::FSx
295
308
  include Aws::Structure
296
309
  end
297
310
 
298
- # A backup of an Amazon FSx for file system.
311
+ # A backup of an Amazon FSx file system. For more information see:
312
+ #
313
+ # * [Working with backups for Windows file systems][1]
314
+ #
315
+ # * [Working with backups for Lustre file systems][2]
316
+ #
317
+ #
318
+ #
319
+ # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html
320
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html
299
321
  #
300
322
  # @!attribute [rw] backup_id
301
323
  # The ID of the backup.
@@ -306,12 +328,16 @@ module Aws::FSx
306
328
  #
307
329
  # * `AVAILABLE` - The backup is fully available.
308
330
  #
309
- # * `CREATING` - FSx is creating the backup.
331
+ # * `PENDING` - For user-initiated backups on Lustre file systems
332
+ # only; Amazon FSx has not started creating the backup.
310
333
  #
311
- # * `TRANSFERRING` - For Lustre file systems only; FSx is transferring
312
- # the backup to S3.
334
+ # * `CREATING` - Amazon FSx is creating the backup.
313
335
  #
314
- # * `DELETED` - The backup was deleted is no longer available.
336
+ # * `TRANSFERRING` - For user-initiated backups on Lustre file systems
337
+ # only; Amazon FSx is transferring the backup to S3.
338
+ #
339
+ # * `DELETED` - Amazon FSx deleted the backup and it is no longer
340
+ # available.
315
341
  #
316
342
  # * `FAILED` - Amazon FSx could not complete the backup.
317
343
  # @return [String]
@@ -2448,7 +2474,7 @@ module Aws::FSx
2448
2474
  # @return [Types::FileSystemFailureDetails]
2449
2475
  #
2450
2476
  # @!attribute [rw] storage_capacity
2451
- # The storage capacity of the file system in gigabytes (GB).
2477
+ # The storage capacity of the file system in gibibytes (GiB).
2452
2478
  # @return [Integer]
2453
2479
  #
2454
2480
  # @!attribute [rw] storage_type
@@ -3410,18 +3436,40 @@ module Aws::FSx
3410
3436
  #
3411
3437
  # @!attribute [rw] storage_capacity
3412
3438
  # Use this parameter to increase the storage capacity of an Amazon FSx
3413
- # for Windows File Server file system. Specifies the storage capacity
3414
- # target value, GiB, for the file system you're updating. The storage
3415
- # capacity target value must be at least 10 percent (%) greater than
3416
- # the current storage capacity value. In order to increase storage
3417
- # capacity, the file system needs to have at least 16 MB/s of
3418
- # throughput capacity. You cannot make a storage capacity increase
3419
- # request if there is an existing storage capacity increase request in
3420
- # progress. For more information, see [Managing Storage Capacity][1].
3439
+ # file system. Specifies the storage capacity target value, GiB, to
3440
+ # increase the storage capacity for the file system that you're
3441
+ # updating. You cannot make a storage capacity increase request if
3442
+ # there is an existing storage capacity increase request in progress.
3443
+ #
3444
+ # For Windows file systems, the storage capacity target value must be
3445
+ # at least 10 percent (%) greater than the current storage capacity
3446
+ # value. In order to increase storage capacity, the file system must
3447
+ # have at least 16 MB/s of throughput capacity.
3448
+ #
3449
+ # For Lustre file systems, the storage capacity target value can be
3450
+ # the following:
3451
+ #
3452
+ # * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
3453
+ # values are in multiples of 2400 GiB. The value must be greater
3454
+ # than the current storage capacity.
3455
+ #
3456
+ # * For `PERSISTENT HDD` file systems, valid values are multiples of
3457
+ # 6000 GiB for 12 MB/s/TiB file systems and multiples of 1800 GiB
3458
+ # for 40 MB/s/TiB file systems. The values must be greater than the
3459
+ # current storage capacity.
3460
+ #
3461
+ # * For `SCRATCH_1` file systems, you cannot increase the storage
3462
+ # capacity.
3463
+ #
3464
+ # For more information, see [Managing storage capacity][1] in the
3465
+ # *Amazon FSx for Windows File Server User Guide* and [Managing
3466
+ # storage and throughput capacity][2] in the *Amazon FSx for Lustre
3467
+ # User Guide*.
3421
3468
  #
3422
3469
  #
3423
3470
  #
3424
3471
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
3472
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
3425
3473
  # @return [Integer]
3426
3474
  #
3427
3475
  # @!attribute [rw] windows_configuration
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-09 00:00:00.000000000 Z
11
+ date: 2020-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core