aws-sdk-fsx 1.41.0 → 1.42.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: a0dc759e21b02a66c031454a06cbe91844d2343f42c01f9122617948a611a5ed
4
- data.tar.gz: 46ad2a3970618dd257222ecacad1586641f2c05f2b07b327b8b033c42fb1b36d
3
+ metadata.gz: 2289ba4839bdfd493db51424f197e38c7816fe2674b1bfa3666ec7d560fc8bde
4
+ data.tar.gz: a12ba9cac1fdb3eb8e3a89503319f88fa268e0c378f404b1cc490f6b9bccd5fd
5
5
  SHA512:
6
- metadata.gz: dc3655328f6ca992b51471290bf113dbb2c4b8e81e6ae0d2dd95761ce6471d124623c6cf22745382618c76ac3d79576004438933e843b864081ba15690ff4752
7
- data.tar.gz: bd8a74866f7801a7e7ad1517a763558ae6709dc6c453717f09ad1e6a0e24907d94face7879f614fdbc335897284ec0c46da23a393345a83276b1ec61e32be3a0
6
+ metadata.gz: 7448ae94a027839fae45c4c30bed757d18416b7edf490f4c59602f04aec19c141e98cd66dae5adf31e492fb5dfe86dfccb986250cbff8fafd4c1c5b13dc6d8a5
7
+ data.tar.gz: 5a6951ccc4767be597efc8b4a6444d607bc7adf88b7e5f06e0f95e7a761556bdbdc2dddeaa04f1f0d8b717c5f7cb8e8d4d3ed1c8c87bc148d26e9f5138dfa2ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2021-09-02)
5
+ ------------------
6
+
7
+ * Feature - Announcing Amazon FSx for NetApp ONTAP, a new service that provides fully managed shared storage in the AWS Cloud with the data access and management capabilities of ONTAP.
8
+
4
9
  1.41.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -339,7 +339,7 @@ module Aws::FSx
339
339
 
340
340
  # Use this action to associate one or more Domain Name Server (DNS)
341
341
  # aliases with an existing Amazon FSx for Windows File Server file
342
- # system. A file systen can have a maximum of 50 DNS aliases associated
342
+ # system. A file system can have a maximum of 50 DNS aliases associated
343
343
  # with it at any one time. If you try to associate a DNS alias that is
344
344
  # already associated with the file system, FSx takes no action on that
345
345
  # alias in the request. For more information, see [Working with DNS
@@ -360,8 +360,8 @@ module Aws::FSx
360
360
  # @option params [String] :client_request_token
361
361
  # (Optional) An idempotency token for resource creation, in a string of
362
362
  # up to 64 ASCII characters. This token is automatically filled on your
363
- # behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
364
- # SDK.
363
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
364
+ # Services SDK.
365
365
  #
366
366
  # **A suitable default value is auto-generated.** You should normally
367
367
  # not need to pass this option.**
@@ -456,28 +456,29 @@ 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.
459
+ # Copies an existing backup within the same Amazon Web Services account
460
+ # to another Amazon Web Services Region (cross-Region copy) or within
461
+ # the same Amazon Web Services Region (in-Region copy). You can have up
462
+ # to five backup copy requests in progress to a single destination
463
+ # Region per account.
463
464
  #
464
465
  # You can use cross-Region backup copies for cross-region disaster
465
466
  # recovery. You periodically take backups and copy them to another
466
467
  # Region so that in the event of a disaster in the primary Region, you
467
468
  # 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.
469
+ # Region. You can make cross-Region copies only within your Amazon Web
470
+ # Services partition.
470
471
  #
471
472
  # You can also use backup copies to clone your file data set to another
472
473
  # Region or within the same Region.
473
474
  #
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).
475
+ # You can use the `SourceRegion` parameter to specify the Amazon Web
476
+ # Services Region from which the backup will be copied. For example, if
477
+ # you make the call from the `us-west-1` Region and want to copy a
478
+ # backup from the `us-east-2` Region, you specify `us-east-2` in the
479
+ # `SourceRegion` parameter to make a cross-Region copy. If you don't
480
+ # specify a Region, the backup copy is created in the same Region where
481
+ # the request is sent from (in-Region copy).
481
482
  #
482
483
  # For more information on creating backup copies, see [ Copying
483
484
  # backups][1] in the *Amazon FSx for Windows User Guide* and [Copying
@@ -491,8 +492,8 @@ module Aws::FSx
491
492
  # @option params [String] :client_request_token
492
493
  # (Optional) An idempotency token for resource creation, in a string of
493
494
  # 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.
495
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
496
+ # Services SDK.
496
497
  #
497
498
  # **A suitable default value is auto-generated.** You should normally
498
499
  # not need to pass this option.**
@@ -502,21 +503,21 @@ module Aws::FSx
502
503
  # being copied.
503
504
  #
504
505
  # @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).
506
+ # The source Amazon Web Services Region of the backup. Specifies the
507
+ # Amazon Web Services Region from which the backup is being copied. The
508
+ # source and destination Regions must be in the same Amazon Web Services
509
+ # partition. If you don't specify a Region, it defaults to the Region
510
+ # where the request is sent from (in-Region copy).
510
511
  #
511
512
  # @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*.
513
+ # The ID of the Key Management Service (KMS) key used to encrypt the
514
+ # file system's data for Amazon FSx for Windows File Server file
515
+ # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
516
+ # Lustre `PERSISTENT_1` file systems at rest. If not specified, the
517
+ # Amazon FSx managed key is used. The Amazon FSx for Lustre `SCRATCH_1`
518
+ # and `SCRATCH_2` file systems are always encrypted at rest using Amazon
519
+ # FSx managed keys. For more information, see [Encrypt][1] in the *Key
520
+ # Management Service API Reference*.
520
521
  #
521
522
  #
522
523
  #
@@ -614,7 +615,7 @@ module Aws::FSx
614
615
  # resp.backup.file_system.owner_id #=> String
615
616
  # resp.backup.file_system.creation_time #=> Time
616
617
  # 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.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
618
619
  # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
619
620
  # resp.backup.file_system.failure_details.message #=> String
620
621
  # resp.backup.file_system.storage_capacity #=> Integer
@@ -676,12 +677,74 @@ module Aws::FSx
676
677
  # resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
677
678
  # resp.backup.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
678
679
  # resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
680
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
681
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
682
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
683
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.name #=> String
684
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
685
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
686
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
687
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
688
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
689
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
690
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
691
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
692
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
693
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
694
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
695
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
696
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
697
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
698
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
699
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
700
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
701
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
702
+ # resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
703
+ # resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
704
+ # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
705
+ # resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
706
+ # resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
707
+ # resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
708
+ # resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
709
+ # resp.backup.file_system.ontap_configuration.endpoints.management.dns_name #=> String
710
+ # resp.backup.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
711
+ # resp.backup.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
712
+ # resp.backup.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
713
+ # resp.backup.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
714
+ # resp.backup.file_system.ontap_configuration.preferred_subnet_id #=> String
715
+ # resp.backup.file_system.ontap_configuration.route_table_ids #=> Array
716
+ # resp.backup.file_system.ontap_configuration.route_table_ids[0] #=> String
717
+ # resp.backup.file_system.ontap_configuration.throughput_capacity #=> Integer
718
+ # resp.backup.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
679
719
  # resp.backup.directory_information.domain_name #=> String
680
720
  # resp.backup.directory_information.active_directory_id #=> String
681
721
  # resp.backup.directory_information.resource_arn #=> String
682
722
  # resp.backup.owner_id #=> String
683
723
  # resp.backup.source_backup_id #=> String
684
724
  # resp.backup.source_backup_region #=> String
725
+ # resp.backup.resource_type #=> String, one of "FILE_SYSTEM", "VOLUME"
726
+ # resp.backup.volume.creation_time #=> Time
727
+ # resp.backup.volume.file_system_id #=> String
728
+ # resp.backup.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
729
+ # resp.backup.volume.name #=> String
730
+ # resp.backup.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
731
+ # resp.backup.volume.ontap_configuration.junction_path #=> String
732
+ # resp.backup.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
733
+ # resp.backup.volume.ontap_configuration.size_in_megabytes #=> Integer
734
+ # resp.backup.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
735
+ # resp.backup.volume.ontap_configuration.storage_virtual_machine_id #=> String
736
+ # resp.backup.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
737
+ # resp.backup.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
738
+ # resp.backup.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
739
+ # resp.backup.volume.ontap_configuration.uuid #=> String
740
+ # resp.backup.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
741
+ # resp.backup.volume.resource_arn #=> String
742
+ # resp.backup.volume.tags #=> Array
743
+ # resp.backup.volume.tags[0].key #=> String
744
+ # resp.backup.volume.tags[0].value #=> String
745
+ # resp.backup.volume.volume_id #=> String
746
+ # resp.backup.volume.volume_type #=> String, one of "ONTAP"
747
+ # resp.backup.volume.lifecycle_transition_reason.message #=> String
685
748
  #
686
749
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
687
750
  #
@@ -692,23 +755,29 @@ module Aws::FSx
692
755
  req.send_request(options)
693
756
  end
694
757
 
695
- # Creates a backup of an existing Amazon FSx file system. Creating
696
- # regular backups for your file system is a best practice, enabling you
697
- # to restore a file system from a backup if an issue arises with the
698
- # original file system.
758
+ # Creates a backup of an existing Amazon FSx for Windows File Server or
759
+ # Amazon FSx for Lustre file system, or of an Amazon FSx for NetApp
760
+ # ONTAP volume. Creating regular backups is a best practice, enabling
761
+ # you to restore a file system or volume from a backup if an issue
762
+ # arises with the original file system or volume.
699
763
  #
700
764
  # For Amazon FSx for Lustre file systems, you can create a backup only
701
765
  # for file systems with the following configuration:
702
766
  #
703
767
  # * a Persistent deployment type
704
768
  #
705
- # * is *not* linked to a data respository.
769
+ # * is *not* linked to a data repository.
706
770
  #
707
- # For more information about backing up Amazon FSx for Lustre file
708
- # systems, see [Working with FSx for Lustre backups][1].
771
+ # For more information about backups, see the following:
709
772
  #
710
- # For more information about backing up Amazon FSx for Windows file
711
- # systems, see [Working with FSx for Windows backups][2].
773
+ # * For Amazon FSx for Lustre, see [Working with FSx for Lustre
774
+ # backups][1].
775
+ #
776
+ # * For Amazon FSx for Windows, see [Working with FSx for Windows
777
+ # backups][2].
778
+ #
779
+ # * For Amazon FSx for NetApp ONTAP, see [Working with FSx for NetApp
780
+ # ONTAP backups][3].
712
781
  #
713
782
  # If a backup with the specified client request token exists, and the
714
783
  # parameters match, this operation returns the description of the
@@ -738,15 +807,16 @@ module Aws::FSx
738
807
  #
739
808
  # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html
740
809
  # [2]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html
810
+ # [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/using-backups.html
741
811
  #
742
- # @option params [required, String] :file_system_id
812
+ # @option params [String] :file_system_id
743
813
  # The ID of the file system to back up.
744
814
  #
745
815
  # @option params [String] :client_request_token
746
816
  # (Optional) A string of up to 64 ASCII characters that Amazon FSx uses
747
817
  # to ensure idempotent creation. This string is automatically filled on
748
- # your behalf when you use the AWS Command Line Interface (AWS CLI) or
749
- # an AWS SDK.
818
+ # your behalf when you use the Command Line Interface (CLI) or an Amazon
819
+ # Web Services SDK.
750
820
  #
751
821
  # **A suitable default value is auto-generated.** You should normally
752
822
  # not need to pass this option.**
@@ -758,6 +828,9 @@ module Aws::FSx
758
828
  # tags using the `CreateBackup` action, no existing file system tags are
759
829
  # copied from the file system to the backup.
760
830
  #
831
+ # @option params [String] :volume_id
832
+ # The ID of he FSx for NetApp ONTAP volume to back up.
833
+ #
761
834
  # @return [Types::CreateBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
762
835
  #
763
836
  # * {Types::CreateBackupResponse#backup #backup} => Types::Backup
@@ -809,7 +882,7 @@ module Aws::FSx
809
882
  # @example Request syntax with placeholder values
810
883
  #
811
884
  # resp = client.create_backup({
812
- # file_system_id: "FileSystemId", # required
885
+ # file_system_id: "FileSystemId",
813
886
  # client_request_token: "ClientRequestToken",
814
887
  # tags: [
815
888
  # {
@@ -817,6 +890,7 @@ module Aws::FSx
817
890
  # value: "TagValue", # required
818
891
  # },
819
892
  # ],
893
+ # volume_id: "VolumeId",
820
894
  # })
821
895
  #
822
896
  # @example Response structure
@@ -835,7 +909,7 @@ module Aws::FSx
835
909
  # resp.backup.file_system.owner_id #=> String
836
910
  # resp.backup.file_system.creation_time #=> Time
837
911
  # resp.backup.file_system.file_system_id #=> String
838
- # resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
912
+ # resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
839
913
  # resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
840
914
  # resp.backup.file_system.failure_details.message #=> String
841
915
  # resp.backup.file_system.storage_capacity #=> Integer
@@ -897,12 +971,74 @@ module Aws::FSx
897
971
  # resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
898
972
  # resp.backup.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
899
973
  # resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
974
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
975
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
976
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
977
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.name #=> String
978
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
979
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
980
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
981
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
982
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
983
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
984
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
985
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
986
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
987
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
988
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
989
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
990
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
991
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
992
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
993
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
994
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
995
+ # resp.backup.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
996
+ # resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
997
+ # resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
998
+ # resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
999
+ # resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
1000
+ # resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
1001
+ # resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
1002
+ # resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
1003
+ # resp.backup.file_system.ontap_configuration.endpoints.management.dns_name #=> String
1004
+ # resp.backup.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
1005
+ # resp.backup.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
1006
+ # resp.backup.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1007
+ # resp.backup.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
1008
+ # resp.backup.file_system.ontap_configuration.preferred_subnet_id #=> String
1009
+ # resp.backup.file_system.ontap_configuration.route_table_ids #=> Array
1010
+ # resp.backup.file_system.ontap_configuration.route_table_ids[0] #=> String
1011
+ # resp.backup.file_system.ontap_configuration.throughput_capacity #=> Integer
1012
+ # resp.backup.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
900
1013
  # resp.backup.directory_information.domain_name #=> String
901
1014
  # resp.backup.directory_information.active_directory_id #=> String
902
1015
  # resp.backup.directory_information.resource_arn #=> String
903
1016
  # resp.backup.owner_id #=> String
904
1017
  # resp.backup.source_backup_id #=> String
905
1018
  # resp.backup.source_backup_region #=> String
1019
+ # resp.backup.resource_type #=> String, one of "FILE_SYSTEM", "VOLUME"
1020
+ # resp.backup.volume.creation_time #=> Time
1021
+ # resp.backup.volume.file_system_id #=> String
1022
+ # resp.backup.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
1023
+ # resp.backup.volume.name #=> String
1024
+ # resp.backup.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
1025
+ # resp.backup.volume.ontap_configuration.junction_path #=> String
1026
+ # resp.backup.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
1027
+ # resp.backup.volume.ontap_configuration.size_in_megabytes #=> Integer
1028
+ # resp.backup.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
1029
+ # resp.backup.volume.ontap_configuration.storage_virtual_machine_id #=> String
1030
+ # resp.backup.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
1031
+ # resp.backup.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
1032
+ # resp.backup.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
1033
+ # resp.backup.volume.ontap_configuration.uuid #=> String
1034
+ # resp.backup.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
1035
+ # resp.backup.volume.resource_arn #=> String
1036
+ # resp.backup.volume.tags #=> Array
1037
+ # resp.backup.volume.tags[0].key #=> String
1038
+ # resp.backup.volume.tags[0].value #=> String
1039
+ # resp.backup.volume.volume_id #=> String
1040
+ # resp.backup.volume.volume_type #=> String, one of "ONTAP"
1041
+ # resp.backup.volume.lifecycle_transition_reason.message #=> String
906
1042
  #
907
1043
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
908
1044
  #
@@ -959,8 +1095,8 @@ module Aws::FSx
959
1095
  # @option params [String] :client_request_token
960
1096
  # (Optional) An idempotency token for resource creation, in a string of
961
1097
  # up to 64 ASCII characters. This token is automatically filled on your
962
- # behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
963
- # SDK.
1098
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
1099
+ # Services SDK.
964
1100
  #
965
1101
  # **A suitable default value is auto-generated.** You should normally
966
1102
  # not need to pass this option.**
@@ -1064,15 +1200,15 @@ module Aws::FSx
1064
1200
  # @option params [String] :client_request_token
1065
1201
  # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
1066
1202
  # idempotent creation. This string is automatically filled on your
1067
- # behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
1068
- # SDK.
1203
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
1204
+ # Services SDK.
1069
1205
  #
1070
1206
  # **A suitable default value is auto-generated.** You should normally
1071
1207
  # not need to pass this option.**
1072
1208
  #
1073
1209
  # @option params [required, String] :file_system_type
1074
- # The type of Amazon FSx file system to create, either `WINDOWS` or
1075
- # `LUSTRE`.
1210
+ # The type of Amazon FSx file system to create. Valid values are
1211
+ # `WINDOWS`, `LUSTRE`, and `ONTAP`.
1076
1212
  #
1077
1213
  # @option params [required, Integer] :storage_capacity
1078
1214
  # Sets the storage capacity of the file system that you're creating.
@@ -1096,12 +1232,18 @@ module Aws::FSx
1096
1232
  # * If `StorageType=HDD`, valid values are 2000 GiB - 65,536 GiB (64
1097
1233
  # TiB).
1098
1234
  #
1235
+ # For ONTAP file systems:
1236
+ #
1237
+ # * Valid values are 1024 GiB - 196,608 GiB (192 TiB).
1238
+ #
1239
+ # ^
1240
+ #
1099
1241
  # @option params [String] :storage_type
1100
1242
  # Sets the storage type for the file system you're creating. Valid
1101
1243
  # values are `SSD` and `HDD`.
1102
1244
  #
1103
1245
  # * Set to `SSD` to use solid state drive storage. SSD is supported on
1104
- # all Windows and Lustre deployment types.
1246
+ # all Windows, Lustre, and ONTAP deployment types.
1105
1247
  #
1106
1248
  # * Set to `HDD` to use hard disk drive storage. HDD is supported on
1107
1249
  # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types,
@@ -1118,12 +1260,15 @@ module Aws::FSx
1118
1260
  #
1119
1261
  # @option params [required, Array<String>] :subnet_ids
1120
1262
  # Specifies the IDs of the subnets that the file system will be
1121
- # accessible from. For Windows `MULTI_AZ_1` file system deployment
1122
- # types, provide exactly two subnet IDs, one for the preferred file
1123
- # server and one for the standby file server. You specify one of these
1124
- # subnets as the preferred subnet using the `WindowsConfiguration >
1125
- # PreferredSubnetID` property. For more information, see [ Availability
1126
- # and durability: Single-AZ and Multi-AZ file systems][1].
1263
+ # accessible from. For Windows and ONTAP `MULTI_AZ_1` file system
1264
+ # deployment types, provide exactly two subnet IDs, one for the
1265
+ # preferred file server and one for the standby file server. You specify
1266
+ # one of these subnets as the preferred subnet using the
1267
+ # `WindowsConfiguration > PreferredSubnetID` or `OntapConfiguration >
1268
+ # PreferredSubnetID` properties. For more information, see [
1269
+ # Availability and durability: Single-AZ and Multi-AZ file systems][1]
1270
+ # in the *Amazon FSx for Windows User Guide* and [ Availability and
1271
+ # durability][2] in the *Amazon FSx for ONTAP User Guide*.
1127
1272
  #
1128
1273
  # For Windows `SINGLE_AZ_1` and `SINGLE_AZ_2` file system deployment
1129
1274
  # types and Lustre file systems, provide exactly one subnet ID. The file
@@ -1132,6 +1277,7 @@ module Aws::FSx
1132
1277
  #
1133
1278
  #
1134
1279
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html
1280
+ # [2]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html
1135
1281
  #
1136
1282
  # @option params [Array<String>] :security_group_ids
1137
1283
  # A list of IDs specifying the security groups to apply to all network
@@ -1143,14 +1289,14 @@ module Aws::FSx
1143
1289
  # the `Name` tag appears in the console as the file system name.
1144
1290
  #
1145
1291
  # @option params [String] :kms_key_id
1146
- # The ID of the AWS Key Management Service (AWS KMS) key used to encrypt
1147
- # the file system's data for Amazon FSx for Windows File Server file
1148
- # systems and Amazon FSx for Lustre `PERSISTENT_1` file systems at rest.
1149
- # In either case, if not specified, the Amazon FSx managed key is used.
1150
- # The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are
1151
- # always encrypted at rest using Amazon FSx managed keys. For more
1152
- # information, see [Encrypt][1] in the *AWS Key Management Service API
1153
- # Reference*.
1292
+ # The ID of the Key Management Service (KMS) key used to encrypt the
1293
+ # file system's data for Amazon FSx for Windows File Server file
1294
+ # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
1295
+ # Lustre `PERSISTENT_1` file systems at rest. If not specified, the
1296
+ # Amazon FSx managed key is used. The Amazon FSx for Lustre `SCRATCH_1`
1297
+ # and `SCRATCH_2` file systems are always encrypted at rest using Amazon
1298
+ # FSx managed keys. For more information, see [Encrypt][1] in the *Key
1299
+ # Management Service API Reference*.
1154
1300
  #
1155
1301
  #
1156
1302
  #
@@ -1162,6 +1308,10 @@ module Aws::FSx
1162
1308
  # @option params [Types::CreateFileSystemLustreConfiguration] :lustre_configuration
1163
1309
  # The Lustre configuration for the file system being created.
1164
1310
  #
1311
+ # @option params [Types::CreateFileSystemOntapConfiguration] :ontap_configuration
1312
+ # The ONTAP configuration properties of the FSx for NetApp ONTAP file
1313
+ # system that you are creating.
1314
+ #
1165
1315
  # @return [Types::CreateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1166
1316
  #
1167
1317
  # * {Types::CreateFileSystemResponse#file_system #file_system} => Types::FileSystem
@@ -1243,7 +1393,7 @@ module Aws::FSx
1243
1393
  #
1244
1394
  # resp = client.create_file_system({
1245
1395
  # client_request_token: "ClientRequestToken",
1246
- # file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE
1396
+ # file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE, ONTAP
1247
1397
  # storage_capacity: 1, # required
1248
1398
  # storage_type: "SSD", # accepts SSD, HDD
1249
1399
  # subnet_ids: ["SubnetId"], # required
@@ -1293,6 +1443,21 @@ module Aws::FSx
1293
1443
  # drive_cache_type: "NONE", # accepts NONE, READ
1294
1444
  # data_compression_type: "NONE", # accepts NONE, LZ4
1295
1445
  # },
1446
+ # ontap_configuration: {
1447
+ # automatic_backup_retention_days: 1,
1448
+ # daily_automatic_backup_start_time: "DailyTime",
1449
+ # deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1
1450
+ # endpoint_ip_address_range: "IpAddressRange",
1451
+ # fsx_admin_password: "AdminPassword",
1452
+ # disk_iops_configuration: {
1453
+ # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
1454
+ # iops: 1,
1455
+ # },
1456
+ # preferred_subnet_id: "SubnetId",
1457
+ # route_table_ids: ["RouteTableId"],
1458
+ # throughput_capacity: 1, # required
1459
+ # weekly_maintenance_start_time: "WeeklyTime",
1460
+ # },
1296
1461
  # })
1297
1462
  #
1298
1463
  # @example Response structure
@@ -1300,7 +1465,7 @@ module Aws::FSx
1300
1465
  # resp.file_system.owner_id #=> String
1301
1466
  # resp.file_system.creation_time #=> Time
1302
1467
  # resp.file_system.file_system_id #=> String
1303
- # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
1468
+ # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
1304
1469
  # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
1305
1470
  # resp.file_system.failure_details.message #=> String
1306
1471
  # resp.file_system.storage_capacity #=> Integer
@@ -1362,6 +1527,45 @@ module Aws::FSx
1362
1527
  # resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
1363
1528
  # resp.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
1364
1529
  # resp.file_system.administrative_actions[0].failure_details.message #=> String
1530
+ # resp.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
1531
+ # resp.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
1532
+ # resp.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
1533
+ # resp.file_system.administrative_actions[0].target_volume_values.name #=> String
1534
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
1535
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
1536
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
1537
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
1538
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
1539
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
1540
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
1541
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
1542
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
1543
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
1544
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
1545
+ # resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
1546
+ # resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
1547
+ # resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
1548
+ # resp.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
1549
+ # resp.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
1550
+ # resp.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
1551
+ # resp.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
1552
+ # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
1553
+ # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
1554
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
1555
+ # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
1556
+ # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
1557
+ # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
1558
+ # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
1559
+ # resp.file_system.ontap_configuration.endpoints.management.dns_name #=> String
1560
+ # resp.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
1561
+ # resp.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
1562
+ # resp.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1563
+ # resp.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
1564
+ # resp.file_system.ontap_configuration.preferred_subnet_id #=> String
1565
+ # resp.file_system.ontap_configuration.route_table_ids #=> Array
1566
+ # resp.file_system.ontap_configuration.route_table_ids[0] #=> String
1567
+ # resp.file_system.ontap_configuration.throughput_capacity #=> Integer
1568
+ # resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
1365
1569
  #
1366
1570
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
1367
1571
  #
@@ -1372,8 +1576,8 @@ module Aws::FSx
1372
1576
  req.send_request(options)
1373
1577
  end
1374
1578
 
1375
- # Creates a new Amazon FSx file system from an existing Amazon FSx
1376
- # backup.
1579
+ # Creates a new Amazon FSx for Lustre or Amazon FSx for Windows File
1580
+ # Server file system from an existing Amazon FSx backup.
1377
1581
  #
1378
1582
  # If a file system with the specified client request token exists and
1379
1583
  # the parameters match, this operation returns the description of the
@@ -1415,8 +1619,8 @@ module Aws::FSx
1415
1619
  # @option params [String] :client_request_token
1416
1620
  # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
1417
1621
  # idempotent creation. This string is automatically filled on your
1418
- # behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
1419
- # SDK.
1622
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
1623
+ # Services SDK.
1420
1624
  #
1421
1625
  # **A suitable default value is auto-generated.** You should normally
1422
1626
  # not need to pass this option.**
@@ -1472,14 +1676,14 @@ module Aws::FSx
1472
1676
  # </note>
1473
1677
  #
1474
1678
  # @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*.
1679
+ # The ID of the Key Management Service (KMS) key used to encrypt the
1680
+ # file system's data for Amazon FSx for Windows File Server file
1681
+ # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
1682
+ # Lustre `PERSISTENT_1` file systems at rest. If not specified, the
1683
+ # Amazon FSx managed key is used. The Amazon FSx for Lustre `SCRATCH_1`
1684
+ # and `SCRATCH_2` file systems are always encrypted at rest using Amazon
1685
+ # FSx managed keys. For more information, see [Encrypt][1] in the *Key
1686
+ # Management Service API Reference*.
1483
1687
  #
1484
1688
  #
1485
1689
  #
@@ -1605,7 +1809,7 @@ module Aws::FSx
1605
1809
  # resp.file_system.owner_id #=> String
1606
1810
  # resp.file_system.creation_time #=> Time
1607
1811
  # resp.file_system.file_system_id #=> String
1608
- # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
1812
+ # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
1609
1813
  # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
1610
1814
  # resp.file_system.failure_details.message #=> String
1611
1815
  # resp.file_system.storage_capacity #=> Integer
@@ -1667,6 +1871,45 @@ module Aws::FSx
1667
1871
  # resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
1668
1872
  # resp.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
1669
1873
  # resp.file_system.administrative_actions[0].failure_details.message #=> String
1874
+ # resp.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
1875
+ # resp.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
1876
+ # resp.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
1877
+ # resp.file_system.administrative_actions[0].target_volume_values.name #=> String
1878
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
1879
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
1880
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
1881
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
1882
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
1883
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
1884
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
1885
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
1886
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
1887
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
1888
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
1889
+ # resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
1890
+ # resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
1891
+ # resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
1892
+ # resp.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
1893
+ # resp.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
1894
+ # resp.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
1895
+ # resp.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
1896
+ # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
1897
+ # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
1898
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
1899
+ # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
1900
+ # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
1901
+ # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
1902
+ # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
1903
+ # resp.file_system.ontap_configuration.endpoints.management.dns_name #=> String
1904
+ # resp.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
1905
+ # resp.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
1906
+ # resp.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1907
+ # resp.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
1908
+ # resp.file_system.ontap_configuration.preferred_subnet_id #=> String
1909
+ # resp.file_system.ontap_configuration.route_table_ids #=> Array
1910
+ # resp.file_system.ontap_configuration.route_table_ids[0] #=> String
1911
+ # resp.file_system.ontap_configuration.throughput_capacity #=> Integer
1912
+ # resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
1670
1913
  #
1671
1914
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
1672
1915
  #
@@ -1677,6 +1920,302 @@ module Aws::FSx
1677
1920
  req.send_request(options)
1678
1921
  end
1679
1922
 
1923
+ # Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP
1924
+ # file system.
1925
+ #
1926
+ # @option params [Types::CreateSvmActiveDirectoryConfiguration] :active_directory_configuration
1927
+ # Describes the self-managed Microsoft Active Directory to which you
1928
+ # want to join the SVM. Joining an Active Directory provides user
1929
+ # authentication and access control for SMB clients, including Microsoft
1930
+ # Windows and macOS client accessing the file system.
1931
+ #
1932
+ # @option params [String] :client_request_token
1933
+ # (Optional) An idempotency token for resource creation, in a string of
1934
+ # up to 64 ASCII characters. This token is automatically filled on your
1935
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
1936
+ # Services SDK.
1937
+ #
1938
+ # **A suitable default value is auto-generated.** You should normally
1939
+ # not need to pass this option.**
1940
+ #
1941
+ # @option params [required, String] :file_system_id
1942
+ # The globally unique ID of the file system, assigned by Amazon FSx.
1943
+ #
1944
+ # @option params [required, String] :name
1945
+ # The name of the SVM.
1946
+ #
1947
+ # @option params [String] :svm_admin_password
1948
+ # The password to use when managing the SVM using the NetApp ONTAP CLI
1949
+ # or REST API. If you do not specify a password, you can still use the
1950
+ # file system's `fsxadmin` user to manage the SVM.
1951
+ #
1952
+ # @option params [Array<Types::Tag>] :tags
1953
+ # A list of `Tag` values, with a maximum of 50 elements.
1954
+ #
1955
+ # @option params [String] :root_volume_security_style
1956
+ # The security style of the root volume of the SVM. Specify one of the
1957
+ # following values:
1958
+ #
1959
+ # * `UNIX` if the file system is managed by a UNIX administrator, the
1960
+ # majority of users are NFS clients, and an application accessing the
1961
+ # data uses a UNIX user as the service account.
1962
+ #
1963
+ # * `NTFS` if the file system is managed by a Windows administrator, the
1964
+ # majority of users are SMB clients, and an application accessing the
1965
+ # data uses a Windows user as the service account.
1966
+ #
1967
+ # * `MIXED` if the file system is managed by both UNIX and Windows
1968
+ # administrators and users consist of both NFS and SMB clients.
1969
+ #
1970
+ # @return [Types::CreateStorageVirtualMachineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1971
+ #
1972
+ # * {Types::CreateStorageVirtualMachineResponse#storage_virtual_machine #storage_virtual_machine} => Types::StorageVirtualMachine
1973
+ #
1974
+ # @example Request syntax with placeholder values
1975
+ #
1976
+ # resp = client.create_storage_virtual_machine({
1977
+ # active_directory_configuration: {
1978
+ # net_bios_name: "NetBiosAlias", # required
1979
+ # self_managed_active_directory_configuration: {
1980
+ # domain_name: "ActiveDirectoryFullyQualifiedName", # required
1981
+ # organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
1982
+ # file_system_administrators_group: "FileSystemAdministratorsGroupName",
1983
+ # user_name: "DirectoryUserName", # required
1984
+ # password: "DirectoryPassword", # required
1985
+ # dns_ips: ["IpAddress"], # required
1986
+ # },
1987
+ # },
1988
+ # client_request_token: "ClientRequestToken",
1989
+ # file_system_id: "FileSystemId", # required
1990
+ # name: "StorageVirtualMachineName", # required
1991
+ # svm_admin_password: "AdminPassword",
1992
+ # tags: [
1993
+ # {
1994
+ # key: "TagKey", # required
1995
+ # value: "TagValue", # required
1996
+ # },
1997
+ # ],
1998
+ # root_volume_security_style: "UNIX", # accepts UNIX, NTFS, MIXED
1999
+ # })
2000
+ #
2001
+ # @example Response structure
2002
+ #
2003
+ # resp.storage_virtual_machine.active_directory_configuration.net_bios_name #=> String
2004
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.domain_name #=> String
2005
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
2006
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
2007
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.user_name #=> String
2008
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
2009
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
2010
+ # resp.storage_virtual_machine.creation_time #=> Time
2011
+ # resp.storage_virtual_machine.endpoints.iscsi.dns_name #=> String
2012
+ # resp.storage_virtual_machine.endpoints.iscsi.ip_addresses #=> Array
2013
+ # resp.storage_virtual_machine.endpoints.iscsi.ip_addresses[0] #=> String
2014
+ # resp.storage_virtual_machine.endpoints.management.dns_name #=> String
2015
+ # resp.storage_virtual_machine.endpoints.management.ip_addresses #=> Array
2016
+ # resp.storage_virtual_machine.endpoints.management.ip_addresses[0] #=> String
2017
+ # resp.storage_virtual_machine.endpoints.nfs.dns_name #=> String
2018
+ # resp.storage_virtual_machine.endpoints.nfs.ip_addresses #=> Array
2019
+ # resp.storage_virtual_machine.endpoints.nfs.ip_addresses[0] #=> String
2020
+ # resp.storage_virtual_machine.endpoints.smb.dns_name #=> String
2021
+ # resp.storage_virtual_machine.endpoints.smb.ip_addresses #=> Array
2022
+ # resp.storage_virtual_machine.endpoints.smb.ip_addresses[0] #=> String
2023
+ # resp.storage_virtual_machine.file_system_id #=> String
2024
+ # resp.storage_virtual_machine.lifecycle #=> String, one of "CREATED", "CREATING", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
2025
+ # resp.storage_virtual_machine.name #=> String
2026
+ # resp.storage_virtual_machine.resource_arn #=> String
2027
+ # resp.storage_virtual_machine.storage_virtual_machine_id #=> String
2028
+ # resp.storage_virtual_machine.subtype #=> String, one of "DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE"
2029
+ # resp.storage_virtual_machine.uuid #=> String
2030
+ # resp.storage_virtual_machine.tags #=> Array
2031
+ # resp.storage_virtual_machine.tags[0].key #=> String
2032
+ # resp.storage_virtual_machine.tags[0].value #=> String
2033
+ # resp.storage_virtual_machine.lifecycle_transition_reason.message #=> String
2034
+ # resp.storage_virtual_machine.root_volume_security_style #=> String, one of "UNIX", "NTFS", "MIXED"
2035
+ #
2036
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateStorageVirtualMachine AWS API Documentation
2037
+ #
2038
+ # @overload create_storage_virtual_machine(params = {})
2039
+ # @param [Hash] params ({})
2040
+ def create_storage_virtual_machine(params = {}, options = {})
2041
+ req = build_request(:create_storage_virtual_machine, params)
2042
+ req.send_request(options)
2043
+ end
2044
+
2045
+ # Creates an Amazon FSx for NetApp ONTAP storage volume.
2046
+ #
2047
+ # @option params [String] :client_request_token
2048
+ # (Optional) An idempotency token for resource creation, in a string of
2049
+ # up to 64 ASCII characters. This token is automatically filled on your
2050
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
2051
+ # Services SDK.
2052
+ #
2053
+ # **A suitable default value is auto-generated.** You should normally
2054
+ # not need to pass this option.**
2055
+ #
2056
+ # @option params [required, String] :volume_type
2057
+ # Specifies the type of volume to create; `ONTAP` is the only valid
2058
+ # volume type.
2059
+ #
2060
+ # @option params [required, String] :name
2061
+ # Specifies the name of the volume you're creating.
2062
+ #
2063
+ # @option params [Types::CreateOntapVolumeConfiguration] :ontap_configuration
2064
+ # Specifies the `ONTAP` configuration to use in creating the volume.
2065
+ #
2066
+ # @option params [Array<Types::Tag>] :tags
2067
+ # A list of `Tag` values, with a maximum of 50 elements.
2068
+ #
2069
+ # @return [Types::CreateVolumeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2070
+ #
2071
+ # * {Types::CreateVolumeResponse#volume #volume} => Types::Volume
2072
+ #
2073
+ # @example Request syntax with placeholder values
2074
+ #
2075
+ # resp = client.create_volume({
2076
+ # client_request_token: "ClientRequestToken",
2077
+ # volume_type: "ONTAP", # required, accepts ONTAP
2078
+ # name: "VolumeName", # required
2079
+ # ontap_configuration: {
2080
+ # junction_path: "JunctionPath", # required
2081
+ # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
2082
+ # size_in_megabytes: 1, # required
2083
+ # storage_efficiency_enabled: false, # required
2084
+ # storage_virtual_machine_id: "StorageVirtualMachineId", # required
2085
+ # tiering_policy: {
2086
+ # cooling_period: 1,
2087
+ # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
2088
+ # },
2089
+ # },
2090
+ # tags: [
2091
+ # {
2092
+ # key: "TagKey", # required
2093
+ # value: "TagValue", # required
2094
+ # },
2095
+ # ],
2096
+ # })
2097
+ #
2098
+ # @example Response structure
2099
+ #
2100
+ # resp.volume.creation_time #=> Time
2101
+ # resp.volume.file_system_id #=> String
2102
+ # resp.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
2103
+ # resp.volume.name #=> String
2104
+ # resp.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
2105
+ # resp.volume.ontap_configuration.junction_path #=> String
2106
+ # resp.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
2107
+ # resp.volume.ontap_configuration.size_in_megabytes #=> Integer
2108
+ # resp.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
2109
+ # resp.volume.ontap_configuration.storage_virtual_machine_id #=> String
2110
+ # resp.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
2111
+ # resp.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
2112
+ # resp.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
2113
+ # resp.volume.ontap_configuration.uuid #=> String
2114
+ # resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
2115
+ # resp.volume.resource_arn #=> String
2116
+ # resp.volume.tags #=> Array
2117
+ # resp.volume.tags[0].key #=> String
2118
+ # resp.volume.tags[0].value #=> String
2119
+ # resp.volume.volume_id #=> String
2120
+ # resp.volume.volume_type #=> String, one of "ONTAP"
2121
+ # resp.volume.lifecycle_transition_reason.message #=> String
2122
+ #
2123
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolume AWS API Documentation
2124
+ #
2125
+ # @overload create_volume(params = {})
2126
+ # @param [Hash] params ({})
2127
+ def create_volume(params = {}, options = {})
2128
+ req = build_request(:create_volume, params)
2129
+ req.send_request(options)
2130
+ end
2131
+
2132
+ # Creates a new Amazon FSx for NetApp ONTAP volume from an existing
2133
+ # Amazon FSx volume backup.
2134
+ #
2135
+ # @option params [required, String] :backup_id
2136
+ # The ID of the source backup. Specifies the backup you are copying.
2137
+ #
2138
+ # @option params [String] :client_request_token
2139
+ # (Optional) An idempotency token for resource creation, in a string of
2140
+ # up to 64 ASCII characters. This token is automatically filled on your
2141
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
2142
+ # Services SDK.
2143
+ #
2144
+ # **A suitable default value is auto-generated.** You should normally
2145
+ # not need to pass this option.**
2146
+ #
2147
+ # @option params [required, String] :name
2148
+ # The name of the new volume you're creating.
2149
+ #
2150
+ # @option params [Types::CreateOntapVolumeConfiguration] :ontap_configuration
2151
+ # Specifies the configuration of the ONTAP volume that you are creating.
2152
+ #
2153
+ # @option params [Array<Types::Tag>] :tags
2154
+ # A list of `Tag` values, with a maximum of 50 elements.
2155
+ #
2156
+ # @return [Types::CreateVolumeFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2157
+ #
2158
+ # * {Types::CreateVolumeFromBackupResponse#volume #volume} => Types::Volume
2159
+ #
2160
+ # @example Request syntax with placeholder values
2161
+ #
2162
+ # resp = client.create_volume_from_backup({
2163
+ # backup_id: "BackupId", # required
2164
+ # client_request_token: "ClientRequestToken",
2165
+ # name: "VolumeName", # required
2166
+ # ontap_configuration: {
2167
+ # junction_path: "JunctionPath", # required
2168
+ # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
2169
+ # size_in_megabytes: 1, # required
2170
+ # storage_efficiency_enabled: false, # required
2171
+ # storage_virtual_machine_id: "StorageVirtualMachineId", # required
2172
+ # tiering_policy: {
2173
+ # cooling_period: 1,
2174
+ # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
2175
+ # },
2176
+ # },
2177
+ # tags: [
2178
+ # {
2179
+ # key: "TagKey", # required
2180
+ # value: "TagValue", # required
2181
+ # },
2182
+ # ],
2183
+ # })
2184
+ #
2185
+ # @example Response structure
2186
+ #
2187
+ # resp.volume.creation_time #=> Time
2188
+ # resp.volume.file_system_id #=> String
2189
+ # resp.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
2190
+ # resp.volume.name #=> String
2191
+ # resp.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
2192
+ # resp.volume.ontap_configuration.junction_path #=> String
2193
+ # resp.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
2194
+ # resp.volume.ontap_configuration.size_in_megabytes #=> Integer
2195
+ # resp.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
2196
+ # resp.volume.ontap_configuration.storage_virtual_machine_id #=> String
2197
+ # resp.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
2198
+ # resp.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
2199
+ # resp.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
2200
+ # resp.volume.ontap_configuration.uuid #=> String
2201
+ # resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
2202
+ # resp.volume.resource_arn #=> String
2203
+ # resp.volume.tags #=> Array
2204
+ # resp.volume.tags[0].key #=> String
2205
+ # resp.volume.tags[0].value #=> String
2206
+ # resp.volume.volume_id #=> String
2207
+ # resp.volume.volume_type #=> String, one of "ONTAP"
2208
+ # resp.volume.lifecycle_transition_reason.message #=> String
2209
+ #
2210
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolumeFromBackup AWS API Documentation
2211
+ #
2212
+ # @overload create_volume_from_backup(params = {})
2213
+ # @param [Hash] params ({})
2214
+ def create_volume_from_backup(params = {}, options = {})
2215
+ req = build_request(:create_volume_from_backup, params)
2216
+ req.send_request(options)
2217
+ end
2218
+
1680
2219
  # Deletes an Amazon FSx backup, deleting its contents. After deletion,
1681
2220
  # the backup no longer exists, and its data is gone.
1682
2221
  #
@@ -1692,7 +2231,7 @@ module Aws::FSx
1692
2231
  # @option params [String] :client_request_token
1693
2232
  # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
1694
2233
  # idempotent deletion. This is automatically filled on your behalf when
1695
- # using the AWS CLI or SDK.
2234
+ # using the CLI or SDK.
1696
2235
  #
1697
2236
  # **A suitable default value is auto-generated.** You should normally
1698
2237
  # not need to pass this option.**
@@ -1742,6 +2281,10 @@ module Aws::FSx
1742
2281
  # system no longer exists, and its data is gone. Any existing automatic
1743
2282
  # backups will also be deleted.
1744
2283
  #
2284
+ # To delete an Amazon FSx for NetApp ONTAP file system, first delete all
2285
+ # the volumes and SVMs on the file system. Then provide a `FileSystemId`
2286
+ # value to the `DeleFileSystem` operation.
2287
+ #
1745
2288
  # By default, when you delete an Amazon FSx for Windows File Server file
1746
2289
  # system, a final backup is created upon deletion. This final backup is
1747
2290
  # not subject to the file system's retention policy, and must be
@@ -1769,7 +2312,7 @@ module Aws::FSx
1769
2312
  # @option params [String] :client_request_token
1770
2313
  # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
1771
2314
  # idempotent deletion. This is automatically filled on your behalf when
1772
- # using the AWS CLI or SDK.
2315
+ # using the Command Line Interface (CLI) or an Amazon Web Services SDK.
1773
2316
  #
1774
2317
  # **A suitable default value is auto-generated.** You should normally
1775
2318
  # not need to pass this option.**
@@ -1851,10 +2394,114 @@ module Aws::FSx
1851
2394
  req.send_request(options)
1852
2395
  end
1853
2396
 
2397
+ # Deletes an existing Amazon FSx for ONTAP storage virtual machine
2398
+ # (SVM). Prior to deleting an SVM, you must delete all non-root volumes
2399
+ # in the SVM, otherwise the operation will fail.
2400
+ #
2401
+ # @option params [String] :client_request_token
2402
+ # (Optional) An idempotency token for resource creation, in a string of
2403
+ # up to 64 ASCII characters. This token is automatically filled on your
2404
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
2405
+ # Services SDK.
2406
+ #
2407
+ # **A suitable default value is auto-generated.** You should normally
2408
+ # not need to pass this option.**
2409
+ #
2410
+ # @option params [required, String] :storage_virtual_machine_id
2411
+ # The ID of the SVM that you want to delete.
2412
+ #
2413
+ # @return [Types::DeleteStorageVirtualMachineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2414
+ #
2415
+ # * {Types::DeleteStorageVirtualMachineResponse#storage_virtual_machine_id #storage_virtual_machine_id} => String
2416
+ # * {Types::DeleteStorageVirtualMachineResponse#lifecycle #lifecycle} => String
2417
+ #
2418
+ # @example Request syntax with placeholder values
2419
+ #
2420
+ # resp = client.delete_storage_virtual_machine({
2421
+ # client_request_token: "ClientRequestToken",
2422
+ # storage_virtual_machine_id: "StorageVirtualMachineId", # required
2423
+ # })
2424
+ #
2425
+ # @example Response structure
2426
+ #
2427
+ # resp.storage_virtual_machine_id #=> String
2428
+ # resp.lifecycle #=> String, one of "CREATED", "CREATING", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
2429
+ #
2430
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteStorageVirtualMachine AWS API Documentation
2431
+ #
2432
+ # @overload delete_storage_virtual_machine(params = {})
2433
+ # @param [Hash] params ({})
2434
+ def delete_storage_virtual_machine(params = {}, options = {})
2435
+ req = build_request(:delete_storage_virtual_machine, params)
2436
+ req.send_request(options)
2437
+ end
2438
+
2439
+ # Deletes an Amazon FSx for NetApp ONTAP volume. When deleting a volume,
2440
+ # you have the option of creating a final backup. If you create a final
2441
+ # backup, you have the option to apply Tags to the backup. You need to
2442
+ # have `fsx:TagResource` permission in order to apply tags to the
2443
+ # backup.
2444
+ #
2445
+ # @option params [String] :client_request_token
2446
+ # (Optional) An idempotency token for resource creation, in a string of
2447
+ # up to 64 ASCII characters. This token is automatically filled on your
2448
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
2449
+ # Services SDK.
2450
+ #
2451
+ # **A suitable default value is auto-generated.** You should normally
2452
+ # not need to pass this option.**
2453
+ #
2454
+ # @option params [required, String] :volume_id
2455
+ # The ID of the volume you are deleting.
2456
+ #
2457
+ # @option params [Types::DeleteVolumeOntapConfiguration] :ontap_configuration
2458
+ # For Amazon FSx for ONTAP volumes, specify whether to take a final
2459
+ # backup of the volume, and apply tags to the backup.
2460
+ #
2461
+ # @return [Types::DeleteVolumeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2462
+ #
2463
+ # * {Types::DeleteVolumeResponse#volume_id #volume_id} => String
2464
+ # * {Types::DeleteVolumeResponse#lifecycle #lifecycle} => String
2465
+ # * {Types::DeleteVolumeResponse#ontap_response #ontap_response} => Types::DeleteVolumeOntapResponse
2466
+ #
2467
+ # @example Request syntax with placeholder values
2468
+ #
2469
+ # resp = client.delete_volume({
2470
+ # client_request_token: "ClientRequestToken",
2471
+ # volume_id: "VolumeId", # required
2472
+ # ontap_configuration: {
2473
+ # skip_final_backup: false,
2474
+ # final_backup_tags: [
2475
+ # {
2476
+ # key: "TagKey", # required
2477
+ # value: "TagValue", # required
2478
+ # },
2479
+ # ],
2480
+ # },
2481
+ # })
2482
+ #
2483
+ # @example Response structure
2484
+ #
2485
+ # resp.volume_id #=> String
2486
+ # resp.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
2487
+ # resp.ontap_response.final_backup_id #=> String
2488
+ # resp.ontap_response.final_backup_tags #=> Array
2489
+ # resp.ontap_response.final_backup_tags[0].key #=> String
2490
+ # resp.ontap_response.final_backup_tags[0].value #=> String
2491
+ #
2492
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteVolume AWS API Documentation
2493
+ #
2494
+ # @overload delete_volume(params = {})
2495
+ # @param [Hash] params ({})
2496
+ def delete_volume(params = {}, options = {})
2497
+ req = build_request(:delete_volume, params)
2498
+ req.send_request(options)
2499
+ end
2500
+
1854
2501
  # Returns the description of specific Amazon FSx backups, if a
1855
2502
  # `BackupIds` value is provided for that backup. Otherwise, it returns
1856
- # all backups owned by your AWS account in the AWS Region of the
1857
- # endpoint that you're calling.
2503
+ # all backups owned by your Amazon Web Services account in the Amazon
2504
+ # Web Services Region of the endpoint that you're calling.
1858
2505
  #
1859
2506
  # When retrieving all backups, you can optionally specify the
1860
2507
  # `MaxResults` parameter to limit the number of backups in a response.
@@ -1871,7 +2518,7 @@ module Aws::FSx
1871
2518
  #
1872
2519
  # When using this action, keep the following in mind:
1873
2520
  #
1874
- # * The implementation might return fewer than `MaxResults` file system
2521
+ # * The implementation might return fewer than `MaxResults` backup
1875
2522
  # descriptions while still including a `NextToken` value.
1876
2523
  #
1877
2524
  # * The order of backups returned in the response of one
@@ -1883,7 +2530,8 @@ module Aws::FSx
1883
2530
  # filters. If any IDs are not found, BackupNotFound will be thrown.
1884
2531
  #
1885
2532
  # @option params [Array<Types::Filter>] :filters
1886
- # Filters structure. Supported names are file-system-id and backup-type.
2533
+ # Filters structure. Supported names are `file-system-id`,
2534
+ # `backup-type`, `file-system-type`, and `volume-id`.
1887
2535
  #
1888
2536
  # @option params [Integer] :max_results
1889
2537
  # Maximum number of backups to return in the response (integer). This
@@ -1948,7 +2596,7 @@ module Aws::FSx
1948
2596
  # backup_ids: ["BackupId"],
1949
2597
  # filters: [
1950
2598
  # {
1951
- # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type
2599
+ # name: "file-system-id", # accepts file-system-id, backup-type, file-system-type, volume-id
1952
2600
  # values: ["FilterValue"],
1953
2601
  # },
1954
2602
  # ],
@@ -1973,7 +2621,7 @@ module Aws::FSx
1973
2621
  # resp.backups[0].file_system.owner_id #=> String
1974
2622
  # resp.backups[0].file_system.creation_time #=> Time
1975
2623
  # resp.backups[0].file_system.file_system_id #=> String
1976
- # resp.backups[0].file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
2624
+ # resp.backups[0].file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
1977
2625
  # resp.backups[0].file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
1978
2626
  # resp.backups[0].file_system.failure_details.message #=> String
1979
2627
  # resp.backups[0].file_system.storage_capacity #=> Integer
@@ -2035,12 +2683,74 @@ module Aws::FSx
2035
2683
  # resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
2036
2684
  # resp.backups[0].file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
2037
2685
  # resp.backups[0].file_system.administrative_actions[0].failure_details.message #=> String
2686
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
2687
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
2688
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
2689
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.name #=> String
2690
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
2691
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
2692
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
2693
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
2694
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
2695
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
2696
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
2697
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
2698
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
2699
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
2700
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
2701
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
2702
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags #=> Array
2703
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
2704
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
2705
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.volume_id #=> String
2706
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
2707
+ # resp.backups[0].file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
2708
+ # resp.backups[0].file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
2709
+ # resp.backups[0].file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
2710
+ # resp.backups[0].file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
2711
+ # resp.backups[0].file_system.ontap_configuration.endpoint_ip_address_range #=> String
2712
+ # resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
2713
+ # resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
2714
+ # resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
2715
+ # resp.backups[0].file_system.ontap_configuration.endpoints.management.dns_name #=> String
2716
+ # resp.backups[0].file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
2717
+ # resp.backups[0].file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
2718
+ # resp.backups[0].file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
2719
+ # resp.backups[0].file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
2720
+ # resp.backups[0].file_system.ontap_configuration.preferred_subnet_id #=> String
2721
+ # resp.backups[0].file_system.ontap_configuration.route_table_ids #=> Array
2722
+ # resp.backups[0].file_system.ontap_configuration.route_table_ids[0] #=> String
2723
+ # resp.backups[0].file_system.ontap_configuration.throughput_capacity #=> Integer
2724
+ # resp.backups[0].file_system.ontap_configuration.weekly_maintenance_start_time #=> String
2038
2725
  # resp.backups[0].directory_information.domain_name #=> String
2039
2726
  # resp.backups[0].directory_information.active_directory_id #=> String
2040
2727
  # resp.backups[0].directory_information.resource_arn #=> String
2041
2728
  # resp.backups[0].owner_id #=> String
2042
2729
  # resp.backups[0].source_backup_id #=> String
2043
2730
  # resp.backups[0].source_backup_region #=> String
2731
+ # resp.backups[0].resource_type #=> String, one of "FILE_SYSTEM", "VOLUME"
2732
+ # resp.backups[0].volume.creation_time #=> Time
2733
+ # resp.backups[0].volume.file_system_id #=> String
2734
+ # resp.backups[0].volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
2735
+ # resp.backups[0].volume.name #=> String
2736
+ # resp.backups[0].volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
2737
+ # resp.backups[0].volume.ontap_configuration.junction_path #=> String
2738
+ # resp.backups[0].volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
2739
+ # resp.backups[0].volume.ontap_configuration.size_in_megabytes #=> Integer
2740
+ # resp.backups[0].volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
2741
+ # resp.backups[0].volume.ontap_configuration.storage_virtual_machine_id #=> String
2742
+ # resp.backups[0].volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
2743
+ # resp.backups[0].volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
2744
+ # resp.backups[0].volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
2745
+ # resp.backups[0].volume.ontap_configuration.uuid #=> String
2746
+ # resp.backups[0].volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
2747
+ # resp.backups[0].volume.resource_arn #=> String
2748
+ # resp.backups[0].volume.tags #=> Array
2749
+ # resp.backups[0].volume.tags[0].key #=> String
2750
+ # resp.backups[0].volume.tags[0].value #=> String
2751
+ # resp.backups[0].volume.volume_id #=> String
2752
+ # resp.backups[0].volume.volume_type #=> String, one of "ONTAP"
2753
+ # resp.backups[0].volume.lifecycle_transition_reason.message #=> String
2044
2754
  # resp.next_token #=> String
2045
2755
  #
2046
2756
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
@@ -2057,8 +2767,8 @@ module Aws::FSx
2057
2767
  # request, or if filters are used in the request. You can use filters to
2058
2768
  # narrow the response to include just tasks for specific file systems,
2059
2769
  # or tasks in a specific lifecycle state. Otherwise, it returns all data
2060
- # repository tasks owned by your AWS account in the AWS Region of the
2061
- # endpoint that you're calling.
2770
+ # repository tasks owned by your Amazon Web Services account in the
2771
+ # Amazon Web Services Region of the endpoint that you're calling.
2062
2772
  #
2063
2773
  # When retrieving all tasks, you can paginate the response by using the
2064
2774
  # optional `MaxResults` parameter to limit the number of tasks returned
@@ -2152,8 +2862,8 @@ module Aws::FSx
2152
2862
  # @option params [String] :client_request_token
2153
2863
  # (Optional) An idempotency token for resource creation, in a string of
2154
2864
  # up to 64 ASCII characters. This token is automatically filled on your
2155
- # behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
2156
- # SDK.
2865
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
2866
+ # Services SDK.
2157
2867
  #
2158
2868
  # **A suitable default value is auto-generated.** You should normally
2159
2869
  # not need to pass this option.**
@@ -2209,8 +2919,9 @@ module Aws::FSx
2209
2919
 
2210
2920
  # Returns the description of specific Amazon FSx file systems, if a
2211
2921
  # `FileSystemIds` value is provided for that file system. Otherwise, it
2212
- # returns descriptions of all file systems owned by your AWS account in
2213
- # the AWS Region of the endpoint that you're calling.
2922
+ # returns descriptions of all file systems owned by your Amazon Web
2923
+ # Services account in the Amazon Web Services Region of the endpoint
2924
+ # that you're calling.
2214
2925
  #
2215
2926
  # When retrieving all file system descriptions, you can optionally
2216
2927
  # specify the `MaxResults` parameter to limit the number of descriptions
@@ -2315,7 +3026,7 @@ module Aws::FSx
2315
3026
  # resp.file_systems[0].owner_id #=> String
2316
3027
  # resp.file_systems[0].creation_time #=> Time
2317
3028
  # resp.file_systems[0].file_system_id #=> String
2318
- # resp.file_systems[0].file_system_type #=> String, one of "WINDOWS", "LUSTRE"
3029
+ # resp.file_systems[0].file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
2319
3030
  # resp.file_systems[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
2320
3031
  # resp.file_systems[0].failure_details.message #=> String
2321
3032
  # resp.file_systems[0].storage_capacity #=> Integer
@@ -2377,6 +3088,45 @@ module Aws::FSx
2377
3088
  # resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
2378
3089
  # resp.file_systems[0].administrative_actions[0].target_file_system_values #=> Types::FileSystem
2379
3090
  # resp.file_systems[0].administrative_actions[0].failure_details.message #=> String
3091
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.creation_time #=> Time
3092
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.file_system_id #=> String
3093
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
3094
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.name #=> String
3095
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
3096
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
3097
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
3098
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
3099
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
3100
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
3101
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
3102
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
3103
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
3104
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
3105
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
3106
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.resource_arn #=> String
3107
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.tags #=> Array
3108
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.tags[0].key #=> String
3109
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.tags[0].value #=> String
3110
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.volume_id #=> String
3111
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
3112
+ # resp.file_systems[0].administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
3113
+ # resp.file_systems[0].ontap_configuration.automatic_backup_retention_days #=> Integer
3114
+ # resp.file_systems[0].ontap_configuration.daily_automatic_backup_start_time #=> String
3115
+ # resp.file_systems[0].ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
3116
+ # resp.file_systems[0].ontap_configuration.endpoint_ip_address_range #=> String
3117
+ # resp.file_systems[0].ontap_configuration.endpoints.intercluster.dns_name #=> String
3118
+ # resp.file_systems[0].ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
3119
+ # resp.file_systems[0].ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
3120
+ # resp.file_systems[0].ontap_configuration.endpoints.management.dns_name #=> String
3121
+ # resp.file_systems[0].ontap_configuration.endpoints.management.ip_addresses #=> Array
3122
+ # resp.file_systems[0].ontap_configuration.endpoints.management.ip_addresses[0] #=> String
3123
+ # resp.file_systems[0].ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3124
+ # resp.file_systems[0].ontap_configuration.disk_iops_configuration.iops #=> Integer
3125
+ # resp.file_systems[0].ontap_configuration.preferred_subnet_id #=> String
3126
+ # resp.file_systems[0].ontap_configuration.route_table_ids #=> Array
3127
+ # resp.file_systems[0].ontap_configuration.route_table_ids[0] #=> String
3128
+ # resp.file_systems[0].ontap_configuration.throughput_capacity #=> Integer
3129
+ # resp.file_systems[0].ontap_configuration.weekly_maintenance_start_time #=> String
2380
3130
  # resp.next_token #=> String
2381
3131
  #
2382
3132
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
@@ -2388,6 +3138,167 @@ module Aws::FSx
2388
3138
  req.send_request(options)
2389
3139
  end
2390
3140
 
3141
+ # Describes one or more Amazon FSx for NetApp ONTAP storage virtual
3142
+ # machines (SVMs).
3143
+ #
3144
+ # @option params [Array<String>] :storage_virtual_machine_ids
3145
+ # Enter the ID of one or more SVMs that you want to view.
3146
+ #
3147
+ # @option params [Array<Types::StorageVirtualMachineFilter>] :filters
3148
+ # Enter a filter name:value pair to view a select set of SVMs.
3149
+ #
3150
+ # @option params [Integer] :max_results
3151
+ # The maximum number of resources to return in the response. This value
3152
+ # must be an integer greater than zero.
3153
+ #
3154
+ # @option params [String] :next_token
3155
+ # (Optional) Opaque pagination token returned from a previous operation
3156
+ # (String). If present, this token indicates from what point you can
3157
+ # continue processing the request, where the previous `NextToken` value
3158
+ # left off.
3159
+ #
3160
+ # @return [Types::DescribeStorageVirtualMachinesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3161
+ #
3162
+ # * {Types::DescribeStorageVirtualMachinesResponse#storage_virtual_machines #storage_virtual_machines} => Array&lt;Types::StorageVirtualMachine&gt;
3163
+ # * {Types::DescribeStorageVirtualMachinesResponse#next_token #next_token} => String
3164
+ #
3165
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3166
+ #
3167
+ # @example Request syntax with placeholder values
3168
+ #
3169
+ # resp = client.describe_storage_virtual_machines({
3170
+ # storage_virtual_machine_ids: ["StorageVirtualMachineId"],
3171
+ # filters: [
3172
+ # {
3173
+ # name: "file-system-id", # accepts file-system-id
3174
+ # values: ["StorageVirtualMachineFilterValue"],
3175
+ # },
3176
+ # ],
3177
+ # max_results: 1,
3178
+ # next_token: "NextToken",
3179
+ # })
3180
+ #
3181
+ # @example Response structure
3182
+ #
3183
+ # resp.storage_virtual_machines #=> Array
3184
+ # resp.storage_virtual_machines[0].active_directory_configuration.net_bios_name #=> String
3185
+ # resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.domain_name #=> String
3186
+ # resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
3187
+ # resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
3188
+ # resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.user_name #=> String
3189
+ # resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
3190
+ # resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
3191
+ # resp.storage_virtual_machines[0].creation_time #=> Time
3192
+ # resp.storage_virtual_machines[0].endpoints.iscsi.dns_name #=> String
3193
+ # resp.storage_virtual_machines[0].endpoints.iscsi.ip_addresses #=> Array
3194
+ # resp.storage_virtual_machines[0].endpoints.iscsi.ip_addresses[0] #=> String
3195
+ # resp.storage_virtual_machines[0].endpoints.management.dns_name #=> String
3196
+ # resp.storage_virtual_machines[0].endpoints.management.ip_addresses #=> Array
3197
+ # resp.storage_virtual_machines[0].endpoints.management.ip_addresses[0] #=> String
3198
+ # resp.storage_virtual_machines[0].endpoints.nfs.dns_name #=> String
3199
+ # resp.storage_virtual_machines[0].endpoints.nfs.ip_addresses #=> Array
3200
+ # resp.storage_virtual_machines[0].endpoints.nfs.ip_addresses[0] #=> String
3201
+ # resp.storage_virtual_machines[0].endpoints.smb.dns_name #=> String
3202
+ # resp.storage_virtual_machines[0].endpoints.smb.ip_addresses #=> Array
3203
+ # resp.storage_virtual_machines[0].endpoints.smb.ip_addresses[0] #=> String
3204
+ # resp.storage_virtual_machines[0].file_system_id #=> String
3205
+ # resp.storage_virtual_machines[0].lifecycle #=> String, one of "CREATED", "CREATING", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
3206
+ # resp.storage_virtual_machines[0].name #=> String
3207
+ # resp.storage_virtual_machines[0].resource_arn #=> String
3208
+ # resp.storage_virtual_machines[0].storage_virtual_machine_id #=> String
3209
+ # resp.storage_virtual_machines[0].subtype #=> String, one of "DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE"
3210
+ # resp.storage_virtual_machines[0].uuid #=> String
3211
+ # resp.storage_virtual_machines[0].tags #=> Array
3212
+ # resp.storage_virtual_machines[0].tags[0].key #=> String
3213
+ # resp.storage_virtual_machines[0].tags[0].value #=> String
3214
+ # resp.storage_virtual_machines[0].lifecycle_transition_reason.message #=> String
3215
+ # resp.storage_virtual_machines[0].root_volume_security_style #=> String, one of "UNIX", "NTFS", "MIXED"
3216
+ # resp.next_token #=> String
3217
+ #
3218
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeStorageVirtualMachines AWS API Documentation
3219
+ #
3220
+ # @overload describe_storage_virtual_machines(params = {})
3221
+ # @param [Hash] params ({})
3222
+ def describe_storage_virtual_machines(params = {}, options = {})
3223
+ req = build_request(:describe_storage_virtual_machines, params)
3224
+ req.send_request(options)
3225
+ end
3226
+
3227
+ # Describes one or more Amazon FSx for NetApp ONTAP volumes.
3228
+ #
3229
+ # @option params [Array<String>] :volume_ids
3230
+ # IDs of the volumes whose descriptions you want to retrieve.
3231
+ #
3232
+ # @option params [Array<Types::VolumeFilter>] :filters
3233
+ # Enter a filter name:value pair to view a select set of volumes.
3234
+ #
3235
+ # @option params [Integer] :max_results
3236
+ # The maximum number of resources to return in the response. This value
3237
+ # must be an integer greater than zero.
3238
+ #
3239
+ # @option params [String] :next_token
3240
+ # (Optional) Opaque pagination token returned from a previous operation
3241
+ # (String). If present, this token indicates from what point you can
3242
+ # continue processing the request, where the previous `NextToken` value
3243
+ # left off.
3244
+ #
3245
+ # @return [Types::DescribeVolumesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3246
+ #
3247
+ # * {Types::DescribeVolumesResponse#volumes #volumes} => Array&lt;Types::Volume&gt;
3248
+ # * {Types::DescribeVolumesResponse#next_token #next_token} => String
3249
+ #
3250
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3251
+ #
3252
+ # @example Request syntax with placeholder values
3253
+ #
3254
+ # resp = client.describe_volumes({
3255
+ # volume_ids: ["VolumeId"],
3256
+ # filters: [
3257
+ # {
3258
+ # name: "file-system-id", # accepts file-system-id, storage-virtual-machine-id
3259
+ # values: ["VolumeFilterValue"],
3260
+ # },
3261
+ # ],
3262
+ # max_results: 1,
3263
+ # next_token: "NextToken",
3264
+ # })
3265
+ #
3266
+ # @example Response structure
3267
+ #
3268
+ # resp.volumes #=> Array
3269
+ # resp.volumes[0].creation_time #=> Time
3270
+ # resp.volumes[0].file_system_id #=> String
3271
+ # resp.volumes[0].lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
3272
+ # resp.volumes[0].name #=> String
3273
+ # resp.volumes[0].ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
3274
+ # resp.volumes[0].ontap_configuration.junction_path #=> String
3275
+ # resp.volumes[0].ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
3276
+ # resp.volumes[0].ontap_configuration.size_in_megabytes #=> Integer
3277
+ # resp.volumes[0].ontap_configuration.storage_efficiency_enabled #=> Boolean
3278
+ # resp.volumes[0].ontap_configuration.storage_virtual_machine_id #=> String
3279
+ # resp.volumes[0].ontap_configuration.storage_virtual_machine_root #=> Boolean
3280
+ # resp.volumes[0].ontap_configuration.tiering_policy.cooling_period #=> Integer
3281
+ # resp.volumes[0].ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
3282
+ # resp.volumes[0].ontap_configuration.uuid #=> String
3283
+ # resp.volumes[0].ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
3284
+ # resp.volumes[0].resource_arn #=> String
3285
+ # resp.volumes[0].tags #=> Array
3286
+ # resp.volumes[0].tags[0].key #=> String
3287
+ # resp.volumes[0].tags[0].value #=> String
3288
+ # resp.volumes[0].volume_id #=> String
3289
+ # resp.volumes[0].volume_type #=> String, one of "ONTAP"
3290
+ # resp.volumes[0].lifecycle_transition_reason.message #=> String
3291
+ # resp.next_token #=> String
3292
+ #
3293
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeVolumes AWS API Documentation
3294
+ #
3295
+ # @overload describe_volumes(params = {})
3296
+ # @param [Hash] params ({})
3297
+ def describe_volumes(params = {}, options = {})
3298
+ req = build_request(:describe_volumes, params)
3299
+ req.send_request(options)
3300
+ end
3301
+
2391
3302
  # Use this action to disassociate, or remove, one or more Domain Name
2392
3303
  # Service (DNS) aliases from an Amazon FSx for Windows File Server file
2393
3304
  # system. If you attempt to disassociate a DNS alias that is not
@@ -2406,8 +3317,8 @@ module Aws::FSx
2406
3317
  # @option params [String] :client_request_token
2407
3318
  # (Optional) An idempotency token for resource creation, in a string of
2408
3319
  # up to 64 ASCII characters. This token is automatically filled on your
2409
- # behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS
2410
- # SDK.
3320
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
3321
+ # Services SDK.
2411
3322
  #
2412
3323
  # **A suitable default value is auto-generated.** You should normally
2413
3324
  # not need to pass this option.**
@@ -2490,6 +3401,8 @@ module Aws::FSx
2490
3401
  # * {Types::ListTagsForResourceResponse#tags #tags} => Array&lt;Types::Tag&gt;
2491
3402
  # * {Types::ListTagsForResourceResponse#next_token #next_token} => String
2492
3403
  #
3404
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3405
+ #
2493
3406
  #
2494
3407
  # @example Example: To list tags for a resource
2495
3408
  #
@@ -2656,23 +3569,36 @@ module Aws::FSx
2656
3569
  #
2657
3570
  # * WeeklyMaintenanceStartTime
2658
3571
  #
3572
+ # For Amazon FSx for NetApp ONTAP file systems, you can update the
3573
+ # following properties:
3574
+ #
3575
+ # * AutomaticBackupRetentionDays
3576
+ #
3577
+ # * DailyAutomaticBackupStartTime
3578
+ #
3579
+ # * FsxAdminPassword
3580
+ #
3581
+ # * WeeklyMaintenanceStartTime
3582
+ #
2659
3583
  # @option params [required, String] :file_system_id
2660
3584
  # Identifies the file system that you are updating.
2661
3585
  #
2662
3586
  # @option params [String] :client_request_token
2663
3587
  # A string of up to 64 ASCII characters that Amazon FSx uses to ensure
2664
3588
  # idempotent updates. This string is automatically filled on your behalf
2665
- # when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
3589
+ # when you use the Command Line Interface (CLI) or an Amazon Web
3590
+ # Services SDK.
2666
3591
  #
2667
3592
  # **A suitable default value is auto-generated.** You should normally
2668
3593
  # not need to pass this option.**
2669
3594
  #
2670
3595
  # @option params [Integer] :storage_capacity
2671
3596
  # Use this parameter to increase the storage capacity of an Amazon FSx
2672
- # file system. Specifies the storage capacity target value, GiB, to
2673
- # increase the storage capacity for the file system that you're
2674
- # updating. You cannot make a storage capacity increase request if there
2675
- # is an existing storage capacity increase request in progress.
3597
+ # for Windows File Server or Amazon FSx for Lustre file system.
3598
+ # Specifies the storage capacity target value, GiB, to increase the
3599
+ # storage capacity for the file system that you're updating. You cannot
3600
+ # make a storage capacity increase request if there is an existing
3601
+ # storage capacity increase request in progress.
2676
3602
  #
2677
3603
  # For Windows file systems, the storage capacity target value must be at
2678
3604
  # least 10 percent (%) greater than the current storage capacity value.
@@ -2711,6 +3637,10 @@ module Aws::FSx
2711
3637
  # The configuration object for Amazon FSx for Lustre file systems used
2712
3638
  # in the `UpdateFileSystem` operation.
2713
3639
  #
3640
+ # @option params [Types::UpdateFileSystemOntapConfiguration] :ontap_configuration
3641
+ # The configuration updates for an Amazon FSx for NetApp ONTAP file
3642
+ # system.
3643
+ #
2714
3644
  # @return [Types::UpdateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2715
3645
  #
2716
3646
  # * {Types::UpdateFileSystemResponse#file_system #file_system} => Types::FileSystem
@@ -2788,6 +3718,12 @@ module Aws::FSx
2788
3718
  # auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
2789
3719
  # data_compression_type: "NONE", # accepts NONE, LZ4
2790
3720
  # },
3721
+ # ontap_configuration: {
3722
+ # automatic_backup_retention_days: 1,
3723
+ # daily_automatic_backup_start_time: "DailyTime",
3724
+ # fsx_admin_password: "AdminPassword",
3725
+ # weekly_maintenance_start_time: "WeeklyTime",
3726
+ # },
2791
3727
  # })
2792
3728
  #
2793
3729
  # @example Response structure
@@ -2795,7 +3731,7 @@ module Aws::FSx
2795
3731
  # resp.file_system.owner_id #=> String
2796
3732
  # resp.file_system.creation_time #=> Time
2797
3733
  # resp.file_system.file_system_id #=> String
2798
- # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
3734
+ # resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
2799
3735
  # resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
2800
3736
  # resp.file_system.failure_details.message #=> String
2801
3737
  # resp.file_system.storage_capacity #=> Integer
@@ -2857,6 +3793,45 @@ module Aws::FSx
2857
3793
  # resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
2858
3794
  # resp.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
2859
3795
  # resp.file_system.administrative_actions[0].failure_details.message #=> String
3796
+ # resp.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
3797
+ # resp.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
3798
+ # resp.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
3799
+ # resp.file_system.administrative_actions[0].target_volume_values.name #=> String
3800
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
3801
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
3802
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
3803
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
3804
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
3805
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
3806
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
3807
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
3808
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
3809
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
3810
+ # resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
3811
+ # resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
3812
+ # resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
3813
+ # resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
3814
+ # resp.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
3815
+ # resp.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
3816
+ # resp.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
3817
+ # resp.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
3818
+ # resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
3819
+ # resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
3820
+ # resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
3821
+ # resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
3822
+ # resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
3823
+ # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
3824
+ # resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
3825
+ # resp.file_system.ontap_configuration.endpoints.management.dns_name #=> String
3826
+ # resp.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
3827
+ # resp.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
3828
+ # resp.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3829
+ # resp.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
3830
+ # resp.file_system.ontap_configuration.preferred_subnet_id #=> String
3831
+ # resp.file_system.ontap_configuration.route_table_ids #=> Array
3832
+ # resp.file_system.ontap_configuration.route_table_ids[0] #=> String
3833
+ # resp.file_system.ontap_configuration.throughput_capacity #=> Integer
3834
+ # resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
2860
3835
  #
2861
3836
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
2862
3837
  #
@@ -2867,6 +3842,164 @@ module Aws::FSx
2867
3842
  req.send_request(options)
2868
3843
  end
2869
3844
 
3845
+ # Updates an Amazon FSx for ONTAP storage virtual machine (SVM).
3846
+ #
3847
+ # @option params [Types::UpdateSvmActiveDirectoryConfiguration] :active_directory_configuration
3848
+ # Updates the Microsoft Active Directory (AD) configuration for an SVM
3849
+ # that is joined to an AD.
3850
+ #
3851
+ # @option params [String] :client_request_token
3852
+ # (Optional) An idempotency token for resource creation, in a string of
3853
+ # up to 64 ASCII characters. This token is automatically filled on your
3854
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
3855
+ # Services SDK.
3856
+ #
3857
+ # **A suitable default value is auto-generated.** You should normally
3858
+ # not need to pass this option.**
3859
+ #
3860
+ # @option params [required, String] :storage_virtual_machine_id
3861
+ # The ID of the SVM that you want to update, in the format
3862
+ # `svm-0123456789abcdef0`.
3863
+ #
3864
+ # @option params [String] :svm_admin_password
3865
+ # Enter a new SvmAdminPassword if you are updating it.
3866
+ #
3867
+ # @return [Types::UpdateStorageVirtualMachineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3868
+ #
3869
+ # * {Types::UpdateStorageVirtualMachineResponse#storage_virtual_machine #storage_virtual_machine} => Types::StorageVirtualMachine
3870
+ #
3871
+ # @example Request syntax with placeholder values
3872
+ #
3873
+ # resp = client.update_storage_virtual_machine({
3874
+ # active_directory_configuration: {
3875
+ # self_managed_active_directory_configuration: {
3876
+ # user_name: "DirectoryUserName",
3877
+ # password: "DirectoryPassword",
3878
+ # dns_ips: ["IpAddress"],
3879
+ # },
3880
+ # },
3881
+ # client_request_token: "ClientRequestToken",
3882
+ # storage_virtual_machine_id: "StorageVirtualMachineId", # required
3883
+ # svm_admin_password: "AdminPassword",
3884
+ # })
3885
+ #
3886
+ # @example Response structure
3887
+ #
3888
+ # resp.storage_virtual_machine.active_directory_configuration.net_bios_name #=> String
3889
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.domain_name #=> String
3890
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
3891
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
3892
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.user_name #=> String
3893
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
3894
+ # resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
3895
+ # resp.storage_virtual_machine.creation_time #=> Time
3896
+ # resp.storage_virtual_machine.endpoints.iscsi.dns_name #=> String
3897
+ # resp.storage_virtual_machine.endpoints.iscsi.ip_addresses #=> Array
3898
+ # resp.storage_virtual_machine.endpoints.iscsi.ip_addresses[0] #=> String
3899
+ # resp.storage_virtual_machine.endpoints.management.dns_name #=> String
3900
+ # resp.storage_virtual_machine.endpoints.management.ip_addresses #=> Array
3901
+ # resp.storage_virtual_machine.endpoints.management.ip_addresses[0] #=> String
3902
+ # resp.storage_virtual_machine.endpoints.nfs.dns_name #=> String
3903
+ # resp.storage_virtual_machine.endpoints.nfs.ip_addresses #=> Array
3904
+ # resp.storage_virtual_machine.endpoints.nfs.ip_addresses[0] #=> String
3905
+ # resp.storage_virtual_machine.endpoints.smb.dns_name #=> String
3906
+ # resp.storage_virtual_machine.endpoints.smb.ip_addresses #=> Array
3907
+ # resp.storage_virtual_machine.endpoints.smb.ip_addresses[0] #=> String
3908
+ # resp.storage_virtual_machine.file_system_id #=> String
3909
+ # resp.storage_virtual_machine.lifecycle #=> String, one of "CREATED", "CREATING", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
3910
+ # resp.storage_virtual_machine.name #=> String
3911
+ # resp.storage_virtual_machine.resource_arn #=> String
3912
+ # resp.storage_virtual_machine.storage_virtual_machine_id #=> String
3913
+ # resp.storage_virtual_machine.subtype #=> String, one of "DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE"
3914
+ # resp.storage_virtual_machine.uuid #=> String
3915
+ # resp.storage_virtual_machine.tags #=> Array
3916
+ # resp.storage_virtual_machine.tags[0].key #=> String
3917
+ # resp.storage_virtual_machine.tags[0].value #=> String
3918
+ # resp.storage_virtual_machine.lifecycle_transition_reason.message #=> String
3919
+ # resp.storage_virtual_machine.root_volume_security_style #=> String, one of "UNIX", "NTFS", "MIXED"
3920
+ #
3921
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateStorageVirtualMachine AWS API Documentation
3922
+ #
3923
+ # @overload update_storage_virtual_machine(params = {})
3924
+ # @param [Hash] params ({})
3925
+ def update_storage_virtual_machine(params = {}, options = {})
3926
+ req = build_request(:update_storage_virtual_machine, params)
3927
+ req.send_request(options)
3928
+ end
3929
+
3930
+ # Updates an Amazon FSx for NetApp ONTAP volume's configuration.
3931
+ #
3932
+ # @option params [String] :client_request_token
3933
+ # (Optional) An idempotency token for resource creation, in a string of
3934
+ # up to 64 ASCII characters. This token is automatically filled on your
3935
+ # behalf when you use the Command Line Interface (CLI) or an Amazon Web
3936
+ # Services SDK.
3937
+ #
3938
+ # **A suitable default value is auto-generated.** You should normally
3939
+ # not need to pass this option.**
3940
+ #
3941
+ # @option params [required, String] :volume_id
3942
+ # Specifies the volume that you want to update, formatted
3943
+ # `fsvol-0123456789abcdef0`.
3944
+ #
3945
+ # @option params [Types::UpdateOntapVolumeConfiguration] :ontap_configuration
3946
+ # The `ONTAP` configuration of the volume you are updating.
3947
+ #
3948
+ # @return [Types::UpdateVolumeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3949
+ #
3950
+ # * {Types::UpdateVolumeResponse#volume #volume} => Types::Volume
3951
+ #
3952
+ # @example Request syntax with placeholder values
3953
+ #
3954
+ # resp = client.update_volume({
3955
+ # client_request_token: "ClientRequestToken",
3956
+ # volume_id: "VolumeId", # required
3957
+ # ontap_configuration: {
3958
+ # junction_path: "JunctionPath",
3959
+ # security_style: "UNIX", # accepts UNIX, NTFS, MIXED
3960
+ # size_in_megabytes: 1,
3961
+ # storage_efficiency_enabled: false,
3962
+ # tiering_policy: {
3963
+ # cooling_period: 1,
3964
+ # name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
3965
+ # },
3966
+ # },
3967
+ # })
3968
+ #
3969
+ # @example Response structure
3970
+ #
3971
+ # resp.volume.creation_time #=> Time
3972
+ # resp.volume.file_system_id #=> String
3973
+ # resp.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
3974
+ # resp.volume.name #=> String
3975
+ # resp.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
3976
+ # resp.volume.ontap_configuration.junction_path #=> String
3977
+ # resp.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
3978
+ # resp.volume.ontap_configuration.size_in_megabytes #=> Integer
3979
+ # resp.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
3980
+ # resp.volume.ontap_configuration.storage_virtual_machine_id #=> String
3981
+ # resp.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
3982
+ # resp.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
3983
+ # resp.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
3984
+ # resp.volume.ontap_configuration.uuid #=> String
3985
+ # resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
3986
+ # resp.volume.resource_arn #=> String
3987
+ # resp.volume.tags #=> Array
3988
+ # resp.volume.tags[0].key #=> String
3989
+ # resp.volume.tags[0].value #=> String
3990
+ # resp.volume.volume_id #=> String
3991
+ # resp.volume.volume_type #=> String, one of "ONTAP"
3992
+ # resp.volume.lifecycle_transition_reason.message #=> String
3993
+ #
3994
+ # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateVolume AWS API Documentation
3995
+ #
3996
+ # @overload update_volume(params = {})
3997
+ # @param [Hash] params ({})
3998
+ def update_volume(params = {}, options = {})
3999
+ req = build_request(:update_volume, params)
4000
+ req.send_request(options)
4001
+ end
4002
+
2870
4003
  # @!endgroup
2871
4004
 
2872
4005
  # @param params ({})
@@ -2880,7 +4013,7 @@ module Aws::FSx
2880
4013
  params: params,
2881
4014
  config: config)
2882
4015
  context[:gem_name] = 'aws-sdk-fsx'
2883
- context[:gem_version] = '1.41.0'
4016
+ context[:gem_version] = '1.42.0'
2884
4017
  Seahorse::Client::Request.new(handlers, context)
2885
4018
  end
2886
4019