aws-sdk-fsx 1.82.0 → 1.83.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +29 -1
- data/lib/aws-sdk-fsx/client_api.rb +3 -0
- data/lib/aws-sdk-fsx/types.rb +51 -6
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77bc37d499dc2ce9657ebb8115ce8fc29bc3ccc161865399450b405c9e31e716
|
|
4
|
+
data.tar.gz: e1e1ac736a12a6d343ea004de1e18727b4872523ad48711ef1f1d07413fe6dec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2672bf10eec17ebf4b240c239cee1b5d79da6317022cc7713cb05b9d4bca7cebf084bcf78945d7934298e5d852ed5fc7278c1fc8355b0728fcd430ac3c0a1223
|
|
7
|
+
data.tar.gz: d1277ad2d6198e6e7e730e69390d3f3525dfa5c2c0b621c2f1d1c519c95ad622e49d22a25e41e35d4fe303368541d1e93e60897d597ed077aa7c8849bbe53fc5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.83.0 (2023-12-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.
|
|
8
|
+
|
|
4
9
|
1.82.0 (2023-11-28)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.83.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -831,6 +831,7 @@ module Aws::FSx
|
|
|
831
831
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
832
832
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
833
833
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
834
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
834
835
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
835
836
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
836
837
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -1075,6 +1076,7 @@ module Aws::FSx
|
|
|
1075
1076
|
# resp.backup.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
1076
1077
|
# resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
|
1077
1078
|
# resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
|
|
1079
|
+
# resp.backup.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
1078
1080
|
#
|
|
1079
1081
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
|
|
1080
1082
|
#
|
|
@@ -1344,6 +1346,7 @@ module Aws::FSx
|
|
|
1344
1346
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
1345
1347
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
1346
1348
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
1349
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
1347
1350
|
# resp.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
1348
1351
|
# resp.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
1349
1352
|
# resp.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -1663,6 +1666,7 @@ module Aws::FSx
|
|
|
1663
1666
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
1664
1667
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
1665
1668
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
1669
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
1666
1670
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
1667
1671
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
1668
1672
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -1907,6 +1911,7 @@ module Aws::FSx
|
|
|
1907
1911
|
# resp.backup.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
1908
1912
|
# resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
|
1909
1913
|
# resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
|
|
1914
|
+
# resp.backup.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
1910
1915
|
#
|
|
1911
1916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
|
|
1912
1917
|
#
|
|
@@ -3003,6 +3008,7 @@ module Aws::FSx
|
|
|
3003
3008
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
3004
3009
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
3005
3010
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
3011
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
3006
3012
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
3007
3013
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
3008
3014
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -3541,6 +3547,7 @@ module Aws::FSx
|
|
|
3541
3547
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
3542
3548
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
3543
3549
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
3550
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
3544
3551
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
3545
3552
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
3546
3553
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -3855,6 +3862,7 @@ module Aws::FSx
|
|
|
3855
3862
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
3856
3863
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
3857
3864
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
3865
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
3858
3866
|
# resp.snapshot.administrative_actions[0].target_snapshot_values #=> Types::Snapshot
|
|
3859
3867
|
# resp.snapshot.administrative_actions[0].total_transfer_bytes #=> Integer
|
|
3860
3868
|
# resp.snapshot.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
|
@@ -4299,6 +4307,7 @@ module Aws::FSx
|
|
|
4299
4307
|
# resp.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
4300
4308
|
# resp.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
|
4301
4309
|
# resp.volume.open_zfs_configuration.destination_snapshot #=> String
|
|
4310
|
+
# resp.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
4302
4311
|
#
|
|
4303
4312
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolume AWS API Documentation
|
|
4304
4313
|
#
|
|
@@ -4586,6 +4595,7 @@ module Aws::FSx
|
|
|
4586
4595
|
# resp.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
4587
4596
|
# resp.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
|
4588
4597
|
# resp.volume.open_zfs_configuration.destination_snapshot #=> String
|
|
4598
|
+
# resp.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
4589
4599
|
#
|
|
4590
4600
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolumeFromBackup AWS API Documentation
|
|
4591
4601
|
#
|
|
@@ -5338,6 +5348,7 @@ module Aws::FSx
|
|
|
5338
5348
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
5339
5349
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
5340
5350
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
5351
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
5341
5352
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
5342
5353
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
5343
5354
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -5582,6 +5593,7 @@ module Aws::FSx
|
|
|
5582
5593
|
# resp.backups[0].volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
5583
5594
|
# resp.backups[0].volume.open_zfs_configuration.source_snapshot_arn #=> String
|
|
5584
5595
|
# resp.backups[0].volume.open_zfs_configuration.destination_snapshot #=> String
|
|
5596
|
+
# resp.backups[0].volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
5585
5597
|
# resp.next_token #=> String
|
|
5586
5598
|
#
|
|
5587
5599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
|
|
@@ -6197,6 +6209,7 @@ module Aws::FSx
|
|
|
6197
6209
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
6198
6210
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
6199
6211
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
6212
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
6200
6213
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
6201
6214
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
6202
6215
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -6329,6 +6342,12 @@ module Aws::FSx
|
|
|
6329
6342
|
# continue processing the request, where the previous `NextToken` value
|
|
6330
6343
|
# left off.
|
|
6331
6344
|
#
|
|
6345
|
+
# @option params [Boolean] :include_shared
|
|
6346
|
+
# Set to `false` (default) if you want to only see the snapshots in your
|
|
6347
|
+
# Amazon Web Services account. Set to `true` if you want to see the
|
|
6348
|
+
# snapshots in your account and the ones shared with you from another
|
|
6349
|
+
# account.
|
|
6350
|
+
#
|
|
6332
6351
|
# @return [Types::DescribeSnapshotsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
6333
6352
|
#
|
|
6334
6353
|
# * {Types::DescribeSnapshotsResponse#snapshots #snapshots} => Array<Types::Snapshot>
|
|
@@ -6348,6 +6367,7 @@ module Aws::FSx
|
|
|
6348
6367
|
# ],
|
|
6349
6368
|
# max_results: 1,
|
|
6350
6369
|
# next_token: "NextToken",
|
|
6370
|
+
# include_shared: false,
|
|
6351
6371
|
# })
|
|
6352
6372
|
#
|
|
6353
6373
|
# @example Response structure
|
|
@@ -6538,6 +6558,7 @@ module Aws::FSx
|
|
|
6538
6558
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
6539
6559
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
6540
6560
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
6561
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
6541
6562
|
# resp.snapshots[0].administrative_actions[0].target_snapshot_values #=> Types::Snapshot
|
|
6542
6563
|
# resp.snapshots[0].administrative_actions[0].total_transfer_bytes #=> Integer
|
|
6543
6564
|
# resp.snapshots[0].administrative_actions[0].remaining_transfer_bytes #=> Integer
|
|
@@ -6870,6 +6891,7 @@ module Aws::FSx
|
|
|
6870
6891
|
# resp.volumes[0].open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
6871
6892
|
# resp.volumes[0].open_zfs_configuration.source_snapshot_arn #=> String
|
|
6872
6893
|
# resp.volumes[0].open_zfs_configuration.destination_snapshot #=> String
|
|
6894
|
+
# resp.volumes[0].open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
6873
6895
|
# resp.next_token #=> String
|
|
6874
6896
|
#
|
|
6875
6897
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeVolumes AWS API Documentation
|
|
@@ -7195,6 +7217,7 @@ module Aws::FSx
|
|
|
7195
7217
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
7196
7218
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
7197
7219
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
7220
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
7198
7221
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
7199
7222
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
7200
7223
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -7480,6 +7503,7 @@ module Aws::FSx
|
|
|
7480
7503
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
7481
7504
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
7482
7505
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
7506
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
7483
7507
|
# resp.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
7484
7508
|
# resp.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
7485
7509
|
# resp.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -7672,6 +7696,7 @@ module Aws::FSx
|
|
|
7672
7696
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
7673
7697
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
7674
7698
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
7699
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
7675
7700
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
7676
7701
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
7677
7702
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -8422,6 +8447,7 @@ module Aws::FSx
|
|
|
8422
8447
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
8423
8448
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
8424
8449
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
8450
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
8425
8451
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
|
8426
8452
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
|
8427
8453
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
|
@@ -8755,6 +8781,7 @@ module Aws::FSx
|
|
|
8755
8781
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
8756
8782
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
|
8757
8783
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
|
8784
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
8758
8785
|
# resp.snapshot.administrative_actions[0].target_snapshot_values #=> Types::Snapshot
|
|
8759
8786
|
# resp.snapshot.administrative_actions[0].total_transfer_bytes #=> Integer
|
|
8760
8787
|
# resp.snapshot.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
|
@@ -9147,6 +9174,7 @@ module Aws::FSx
|
|
|
9147
9174
|
# resp.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
|
9148
9175
|
# resp.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
|
9149
9176
|
# resp.volume.open_zfs_configuration.destination_snapshot #=> String
|
|
9177
|
+
# resp.volume.open_zfs_configuration.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
|
9150
9178
|
#
|
|
9151
9179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateVolume AWS API Documentation
|
|
9152
9180
|
#
|
|
@@ -9170,7 +9198,7 @@ module Aws::FSx
|
|
|
9170
9198
|
params: params,
|
|
9171
9199
|
config: config)
|
|
9172
9200
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
9173
|
-
context[:gem_version] = '1.
|
|
9201
|
+
context[:gem_version] = '1.83.0'
|
|
9174
9202
|
Seahorse::Client::Request.new(handlers, context)
|
|
9175
9203
|
end
|
|
9176
9204
|
|
|
@@ -226,6 +226,7 @@ module Aws::FSx
|
|
|
226
226
|
FlexCacheEndpointType = Shapes::StringShape.new(name: 'FlexCacheEndpointType')
|
|
227
227
|
GeneralARN = Shapes::StringShape.new(name: 'GeneralARN')
|
|
228
228
|
HAPairs = Shapes::IntegerShape.new(name: 'HAPairs')
|
|
229
|
+
IncludeShared = Shapes::BooleanShape.new(name: 'IncludeShared')
|
|
229
230
|
IncompatibleParameterError = Shapes::StructureShape.new(name: 'IncompatibleParameterError')
|
|
230
231
|
IncompatibleRegionForMultiAZ = Shapes::StructureShape.new(name: 'IncompatibleRegionForMultiAZ')
|
|
231
232
|
InputOntapVolumeType = Shapes::StringShape.new(name: 'InputOntapVolumeType')
|
|
@@ -1091,6 +1092,7 @@ module Aws::FSx
|
|
|
1091
1092
|
DescribeSnapshotsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SnapshotFilters, location_name: "Filters"))
|
|
1092
1093
|
DescribeSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
1093
1094
|
DescribeSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1095
|
+
DescribeSnapshotsRequest.add_member(:include_shared, Shapes::ShapeRef.new(shape: IncludeShared, location_name: "IncludeShared"))
|
|
1094
1096
|
DescribeSnapshotsRequest.struct_class = Types::DescribeSnapshotsRequest
|
|
1095
1097
|
|
|
1096
1098
|
DescribeSnapshotsResponse.add_member(:snapshots, Shapes::ShapeRef.new(shape: Snapshots, location_name: "Snapshots"))
|
|
@@ -1453,6 +1455,7 @@ module Aws::FSx
|
|
|
1453
1455
|
OpenZFSVolumeConfiguration.add_member(:delete_intermediate_data, Shapes::ShapeRef.new(shape: Flag, location_name: "DeleteIntermediateData"))
|
|
1454
1456
|
OpenZFSVolumeConfiguration.add_member(:source_snapshot_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "SourceSnapshotARN"))
|
|
1455
1457
|
OpenZFSVolumeConfiguration.add_member(:destination_snapshot, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "DestinationSnapshot"))
|
|
1458
|
+
OpenZFSVolumeConfiguration.add_member(:copy_strategy, Shapes::ShapeRef.new(shape: OpenZFSCopyStrategy, location_name: "CopyStrategy"))
|
|
1456
1459
|
OpenZFSVolumeConfiguration.struct_class = Types::OpenZFSVolumeConfiguration
|
|
1457
1460
|
|
|
1458
1461
|
ReleaseConfiguration.add_member(:duration_since_last_access, Shapes::ShapeRef.new(shape: DurationSinceLastAccess, location_name: "DurationSinceLastAccess"))
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
|
@@ -2105,7 +2105,12 @@ module Aws::FSx
|
|
|
2105
2105
|
# the following conditions:
|
|
2106
2106
|
#
|
|
2107
2107
|
# * The value of `ThroughputCapacity` and
|
|
2108
|
-
# `ThroughputCapacityPerHAPair` are not the same value
|
|
2108
|
+
# `ThroughputCapacityPerHAPair` are not the same value for file
|
|
2109
|
+
# systems with one HA pair.
|
|
2110
|
+
#
|
|
2111
|
+
# * The value of deployment type is `SINGLE_AZ_2` and
|
|
2112
|
+
# `ThroughputCapacity` / `ThroughputCapacityPerHAPair` is a valid HA
|
|
2113
|
+
# pair (a value between 2 and 6).
|
|
2109
2114
|
#
|
|
2110
2115
|
# * The value of `ThroughputCapacityPerHAPair` is not a valid value.
|
|
2111
2116
|
# @return [Integer]
|
|
@@ -5004,13 +5009,21 @@ module Aws::FSx
|
|
|
5004
5009
|
# `NextToken` value left off.
|
|
5005
5010
|
# @return [String]
|
|
5006
5011
|
#
|
|
5012
|
+
# @!attribute [rw] include_shared
|
|
5013
|
+
# Set to `false` (default) if you want to only see the snapshots in
|
|
5014
|
+
# your Amazon Web Services account. Set to `true` if you want to see
|
|
5015
|
+
# the snapshots in your account and the ones shared with you from
|
|
5016
|
+
# another account.
|
|
5017
|
+
# @return [Boolean]
|
|
5018
|
+
#
|
|
5007
5019
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeSnapshotsRequest AWS API Documentation
|
|
5008
5020
|
#
|
|
5009
5021
|
class DescribeSnapshotsRequest < Struct.new(
|
|
5010
5022
|
:snapshot_ids,
|
|
5011
5023
|
:filters,
|
|
5012
5024
|
:max_results,
|
|
5013
|
-
:next_token
|
|
5025
|
+
:next_token,
|
|
5026
|
+
:include_shared)
|
|
5014
5027
|
SENSITIVE = []
|
|
5015
5028
|
include Aws::Structure
|
|
5016
5029
|
end
|
|
@@ -7439,6 +7452,32 @@ module Aws::FSx
|
|
|
7439
7452
|
# copied to the destination volume.
|
|
7440
7453
|
# @return [String]
|
|
7441
7454
|
#
|
|
7455
|
+
# @!attribute [rw] copy_strategy
|
|
7456
|
+
# Specifies the strategy used when copying data from the snapshot to
|
|
7457
|
+
# the new volume.
|
|
7458
|
+
#
|
|
7459
|
+
# * `CLONE` - The new volume references the data in the origin
|
|
7460
|
+
# snapshot. Cloning a snapshot is faster than copying data from the
|
|
7461
|
+
# snapshot to a new volume and doesn't consume disk throughput.
|
|
7462
|
+
# However, the origin snapshot can't be deleted if there is a
|
|
7463
|
+
# volume using its copied data.
|
|
7464
|
+
#
|
|
7465
|
+
# * `FULL_COPY` - Copies all data from the snapshot to the new volume.
|
|
7466
|
+
#
|
|
7467
|
+
# Specify this option to create the volume from a snapshot on
|
|
7468
|
+
# another FSx for OpenZFS file system.
|
|
7469
|
+
#
|
|
7470
|
+
# <note markdown="1"> The `INCREMENTAL_COPY` option is only for updating an existing
|
|
7471
|
+
# volume by using a snapshot from another FSx for OpenZFS file system.
|
|
7472
|
+
# For more information, see [CopySnapshotAndUpdateVolume][1].
|
|
7473
|
+
#
|
|
7474
|
+
# </note>
|
|
7475
|
+
#
|
|
7476
|
+
#
|
|
7477
|
+
#
|
|
7478
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/APIReference/API_CopySnapshotAndUpdateVolume.html
|
|
7479
|
+
# @return [String]
|
|
7480
|
+
#
|
|
7442
7481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/OpenZFSVolumeConfiguration AWS API Documentation
|
|
7443
7482
|
#
|
|
7444
7483
|
class OpenZFSVolumeConfiguration < Struct.new(
|
|
@@ -7458,7 +7497,8 @@ module Aws::FSx
|
|
|
7458
7497
|
:delete_cloned_volumes,
|
|
7459
7498
|
:delete_intermediate_data,
|
|
7460
7499
|
:source_snapshot_arn,
|
|
7461
|
-
:destination_snapshot
|
|
7500
|
+
:destination_snapshot,
|
|
7501
|
+
:copy_strategy)
|
|
7462
7502
|
SENSITIVE = []
|
|
7463
7503
|
include Aws::Structure
|
|
7464
7504
|
end
|
|
@@ -8935,10 +8975,15 @@ module Aws::FSx
|
|
|
8935
8975
|
# Amazon FSx responds with an HTTP status code 400 (Bad Request) for
|
|
8936
8976
|
# the following conditions:
|
|
8937
8977
|
#
|
|
8938
|
-
# The value of `ThroughputCapacity` and
|
|
8939
|
-
#
|
|
8978
|
+
# * The value of `ThroughputCapacity` and
|
|
8979
|
+
# `ThroughputCapacityPerHAPair` are not the same value for file
|
|
8980
|
+
# systems with one HA pair.
|
|
8981
|
+
#
|
|
8982
|
+
# * The value of deployment type is `SINGLE_AZ_2` and
|
|
8983
|
+
# `ThroughputCapacity` / `ThroughputCapacityPerHAPair` is a valid HA
|
|
8984
|
+
# pair (a value between 2 and 6).
|
|
8940
8985
|
#
|
|
8941
|
-
# The value of `ThroughputCapacityPerHAPair` is not a valid value.
|
|
8986
|
+
# * The value of `ThroughputCapacityPerHAPair` is not a valid value.
|
|
8942
8987
|
# @return [Integer]
|
|
8943
8988
|
#
|
|
8944
8989
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemOntapConfiguration AWS API Documentation
|
data/lib/aws-sdk-fsx.rb
CHANGED
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.
|
|
4
|
+
version: 1.83.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: 2023-
|
|
11
|
+
date: 2023-12-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|