aws-sdk-fsx 1.52.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3270a91ffedb38f3f35c9cf0603436d4d77943696c7d134ac7a45bd3adf36500
4
- data.tar.gz: 7e96d48cee557be81ed6cfd44688b8e3cd6f828f0a861c72bad63379bda32c44
3
+ metadata.gz: 7ee19ce49c85fc8f3be5be8bcaddfb8eabe2cda172dfb0733f91908e4fe6904c
4
+ data.tar.gz: cb31868c49e947cb30119e81c0d563e589176adda9241a97d3d0d53674384681
5
5
  SHA512:
6
- metadata.gz: 23c61373ae98104373f96a433ddc1de33ab934beccb37a37c54cfb6309db510532a560ee0b1af5297d20f6d9feae0a6b2a77471dcfd501e7a0a5c2357d8351f6
7
- data.tar.gz: 570f7a62596e480f26751fc6c903e8ffba468b62cce01d483b4af00b3b9e9c41b3b10d7ddd5e08ef391e5d49fcd5ed261c22439d304a1254d3810d26a72b68f8
6
+ metadata.gz: '0416258da46e7fc9a4a74e27b7708d9a1c5de34f727bc2bac85abd83c62a890209be0c4e9497def001b3c0b894db0b91fa06996d92599a7d7bbe99cf1a834a6c'
7
+ data.tar.gz: ad53a54086cc89cc8422d3423060b50a708f2fd8b53e05a9ea477223415e8af2163c23f48ee675b0de8be0d18e99e55cb2a61e34f222ac82f6638cfb99e81141
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2022-03-30)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for modifying throughput capacity for FSx for ONTAP file systems.
8
+
4
9
  1.52.0 (2022-03-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -539,14 +539,24 @@ module Aws::FSx
539
539
  # the Region where the request is sent from (in-Region copy).
540
540
  #
541
541
  # @option params [String] :kms_key_id
542
- # The ID of the Key Management Service (KMS) key used to encrypt the
543
- # file system's data for Amazon FSx for Windows File Server file
544
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
545
- # Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest. If this
546
- # ID isn't specified, the key managed by Amazon FSx is used. The Amazon
547
- # FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are always
548
- # encrypted at rest using Amazon FSx-managed keys. For more information,
549
- # see [Encrypt][1] in the *Key Management Service API Reference*.
542
+ # Specifies the ID of the Key Management Service (KMS) key to use for
543
+ # encrypting data on Amazon FSx file systems, as follows:
544
+ #
545
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
546
+ # types only.
547
+ #
548
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon FSx
549
+ # service KMS key for your account.
550
+ #
551
+ # * Amazon FSx for NetApp ONTAP
552
+ #
553
+ # * Amazon FSx for OpenZFS
554
+ #
555
+ # * Amazon FSx for Windows File Server
556
+ #
557
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
558
+ # your account is used. For more information, see [Encrypt][1] in the
559
+ # *Key Management Service API Reference*.
550
560
  #
551
561
  #
552
562
  #
@@ -1714,7 +1724,7 @@ module Aws::FSx
1714
1724
  # * Creates a new, empty Amazon FSx file system with an assigned ID, and
1715
1725
  # an initial lifecycle state of `CREATING`.
1716
1726
  #
1717
- # * Returns the description of the file system.
1727
+ # * Returns the description of the file system in JSON format.
1718
1728
  #
1719
1729
  # This operation requires a client request token in the request that
1720
1730
  # Amazon FSx uses to ensure idempotent creation. This means that calling
@@ -1838,14 +1848,24 @@ module Aws::FSx
1838
1848
  # name.
1839
1849
  #
1840
1850
  # @option params [String] :kms_key_id
1841
- # The ID of the Key Management Service (KMS) key used to encrypt the
1842
- # file system's data for Amazon FSx for Windows File Server file
1843
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
1844
- # Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest. If this
1845
- # ID isn't specified, the key managed by Amazon FSx is used. The Amazon
1846
- # FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are always
1847
- # encrypted at rest using Amazon FSx-managed keys. For more information,
1848
- # see [Encrypt][1] in the *Key Management Service API Reference*.
1851
+ # Specifies the ID of the Key Management Service (KMS) key to use for
1852
+ # encrypting data on Amazon FSx file systems, as follows:
1853
+ #
1854
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
1855
+ # types only.
1856
+ #
1857
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon FSx
1858
+ # service KMS key for your account.
1859
+ #
1860
+ # * Amazon FSx for NetApp ONTAP
1861
+ #
1862
+ # * Amazon FSx for OpenZFS
1863
+ #
1864
+ # * Amazon FSx for Windows File Server
1865
+ #
1866
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
1867
+ # your account is used. For more information, see [Encrypt][1] in the
1868
+ # *Key Management Service API Reference*.
1849
1869
  #
1850
1870
  #
1851
1871
  #
@@ -2371,14 +2391,24 @@ module Aws::FSx
2371
2391
  # </note>
2372
2392
  #
2373
2393
  # @option params [String] :kms_key_id
2374
- # The ID of the Key Management Service (KMS) key used to encrypt the
2375
- # file system's data for Amazon FSx for Windows File Server file
2376
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
2377
- # Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest. If this
2378
- # ID isn't specified, the key managed by Amazon FSx is used. The Amazon
2379
- # FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems are always
2380
- # encrypted at rest using Amazon FSx-managed keys. For more information,
2381
- # see [Encrypt][1] in the *Key Management Service API Reference*.
2394
+ # Specifies the ID of the Key Management Service (KMS) key to use for
2395
+ # encrypting data on Amazon FSx file systems, as follows:
2396
+ #
2397
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
2398
+ # types only.
2399
+ #
2400
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon FSx
2401
+ # service KMS key for your account.
2402
+ #
2403
+ # * Amazon FSx for NetApp ONTAP
2404
+ #
2405
+ # * Amazon FSx for OpenZFS
2406
+ #
2407
+ # * Amazon FSx for Windows File Server
2408
+ #
2409
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
2410
+ # your account is used. For more information, see [Encrypt][1] in the
2411
+ # *Key Management Service API Reference*.
2382
2412
  #
2383
2413
  #
2384
2414
  #
@@ -6008,6 +6038,8 @@ module Aws::FSx
6008
6038
  #
6009
6039
  # * `StorageCapacity`
6010
6040
  #
6041
+ # * `ThroughputCapacity`
6042
+ #
6011
6043
  # * `WeeklyMaintenanceStartTime`
6012
6044
  #
6013
6045
  # For the Amazon FSx for OpenZFS file systems, you can update the
@@ -6189,6 +6221,7 @@ module Aws::FSx
6189
6221
  # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
6190
6222
  # iops: 1,
6191
6223
  # },
6224
+ # throughput_capacity: 1,
6192
6225
  # },
6193
6226
  # open_zfs_configuration: {
6194
6227
  # automatic_backup_retention_days: 1,
@@ -6886,7 +6919,7 @@ module Aws::FSx
6886
6919
  params: params,
6887
6920
  config: config)
6888
6921
  context[:gem_name] = 'aws-sdk-fsx'
6889
- context[:gem_version] = '1.52.0'
6922
+ context[:gem_version] = '1.53.0'
6890
6923
  Seahorse::Client::Request.new(handlers, context)
6891
6924
  end
6892
6925
 
@@ -1347,6 +1347,7 @@ module Aws::FSx
1347
1347
  UpdateFileSystemOntapConfiguration.add_member(:fsx_admin_password, Shapes::ShapeRef.new(shape: AdminPassword, location_name: "FsxAdminPassword"))
1348
1348
  UpdateFileSystemOntapConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
1349
1349
  UpdateFileSystemOntapConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
1350
+ UpdateFileSystemOntapConfiguration.add_member(:throughput_capacity, Shapes::ShapeRef.new(shape: MegabytesPerSecond, location_name: "ThroughputCapacity"))
1350
1351
  UpdateFileSystemOntapConfiguration.struct_class = Types::UpdateFileSystemOntapConfiguration
1351
1352
 
1352
1353
  UpdateFileSystemOpenZFSConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
@@ -796,15 +796,24 @@ module Aws::FSx
796
796
  # @return [String]
797
797
  #
798
798
  # @!attribute [rw] kms_key_id
799
- # The ID of the Key Management Service (KMS) key used to encrypt the
800
- # file system's data for Amazon FSx for Windows File Server file
801
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx
802
- # for Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest.
803
- # If this ID isn't specified, the key managed by Amazon FSx is used.
804
- # The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems
805
- # are always encrypted at rest using Amazon FSx-managed keys. For more
806
- # information, see [Encrypt][1] in the *Key Management Service API
807
- # Reference*.
799
+ # Specifies the ID of the Key Management Service (KMS) key to use for
800
+ # encrypting data on Amazon FSx file systems, as follows:
801
+ #
802
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
803
+ # types only.
804
+ #
805
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon
806
+ # FSx service KMS key for your account.
807
+ #
808
+ # * Amazon FSx for NetApp ONTAP
809
+ #
810
+ # * Amazon FSx for OpenZFS
811
+ #
812
+ # * Amazon FSx for Windows File Server
813
+ #
814
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
815
+ # your account is used. For more information, see [Encrypt][1] in the
816
+ # *Key Management Service API Reference*.
808
817
  #
809
818
  #
810
819
  #
@@ -1330,15 +1339,24 @@ module Aws::FSx
1330
1339
  # @return [String]
1331
1340
  #
1332
1341
  # @!attribute [rw] kms_key_id
1333
- # The ID of the Key Management Service (KMS) key used to encrypt the
1334
- # file system's data for Amazon FSx for Windows File Server file
1335
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx
1336
- # for Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest.
1337
- # If this ID isn't specified, the key managed by Amazon FSx is used.
1338
- # The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems
1339
- # are always encrypted at rest using Amazon FSx-managed keys. For more
1340
- # information, see [Encrypt][1] in the *Key Management Service API
1341
- # Reference*.
1342
+ # Specifies the ID of the Key Management Service (KMS) key to use for
1343
+ # encrypting data on Amazon FSx file systems, as follows:
1344
+ #
1345
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
1346
+ # types only.
1347
+ #
1348
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon
1349
+ # FSx service KMS key for your account.
1350
+ #
1351
+ # * Amazon FSx for NetApp ONTAP
1352
+ #
1353
+ # * Amazon FSx for OpenZFS
1354
+ #
1355
+ # * Amazon FSx for Windows File Server
1356
+ #
1357
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
1358
+ # your account is used. For more information, see [Encrypt][1] in the
1359
+ # *Key Management Service API Reference*.
1342
1360
  #
1343
1361
  #
1344
1362
  #
@@ -2166,15 +2184,24 @@ module Aws::FSx
2166
2184
  # @return [Array<Types::Tag>]
2167
2185
  #
2168
2186
  # @!attribute [rw] kms_key_id
2169
- # The ID of the Key Management Service (KMS) key used to encrypt the
2170
- # file system's data for Amazon FSx for Windows File Server file
2171
- # systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx
2172
- # for Lustre `PERSISTENT_1` and `PERSISTENT_2` file systems at rest.
2173
- # If this ID isn't specified, the key managed by Amazon FSx is used.
2174
- # The Amazon FSx for Lustre `SCRATCH_1` and `SCRATCH_2` file systems
2175
- # are always encrypted at rest using Amazon FSx-managed keys. For more
2176
- # information, see [Encrypt][1] in the *Key Management Service API
2177
- # Reference*.
2187
+ # Specifies the ID of the Key Management Service (KMS) key to use for
2188
+ # encrypting data on Amazon FSx file systems, as follows:
2189
+ #
2190
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
2191
+ # types only.
2192
+ #
2193
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon
2194
+ # FSx service KMS key for your account.
2195
+ #
2196
+ # * Amazon FSx for NetApp ONTAP
2197
+ #
2198
+ # * Amazon FSx for OpenZFS
2199
+ #
2200
+ # * Amazon FSx for Windows File Server
2201
+ #
2202
+ # If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for
2203
+ # your account is used. For more information, see [Encrypt][1] in the
2204
+ # *Key Management Service API Reference*.
2178
2205
  #
2179
2206
  #
2180
2207
  #
@@ -5137,23 +5164,25 @@ module Aws::FSx
5137
5164
  # @return [String]
5138
5165
  #
5139
5166
  # @!attribute [rw] kms_key_id
5140
- # The ID of the Key Management Service (KMS) key used to encrypt the
5141
- # file system's data for Amazon FSx for Windows File Server file
5142
- # systems, Amazon FSx for NetApp ONTAP file systems, and `PERSISTENT`
5143
- # Amazon FSx for Lustre file systems at rest. If this ID isn't
5144
- # specified, the Amazon FSx-managed key for your account is used. The
5145
- # scratch Amazon FSx for Lustre file systems are always encrypted at
5146
- # rest using the Amazon FSx-managed key for your account. For more
5147
- # information, see [Encrypt][1] in the *Key Management Service API
5148
- # Reference*.
5167
+ # The ID of the Key Management Service (KMS) key used to encrypt
5168
+ # Amazon FSx file system data. Used as follows with Amazon FSx file
5169
+ # system types:
5149
5170
  #
5171
+ # * Amazon FSx for Lustre `PERSISTENT_1` and `PERSISTENT_2` deployment
5172
+ # types only.
5150
5173
  #
5174
+ # `SCRATCH_1` and `SCRATCH_2` types are encrypted using the Amazon
5175
+ # FSx service KMS key for your account.
5151
5176
  #
5152
- # [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
5177
+ # * Amazon FSx for NetApp ONTAP
5178
+ #
5179
+ # * Amazon FSx for OpenZFS
5180
+ #
5181
+ # * Amazon FSx for Windows File Server
5153
5182
  # @return [String]
5154
5183
  #
5155
5184
  # @!attribute [rw] resource_arn
5156
- # The Amazon Resource Name (ARN) for the file system resource.
5185
+ # The Amazon Resource Name (ARN) of the file system resource.
5157
5186
  # @return [String]
5158
5187
  #
5159
5188
  # @!attribute [rw] tags
@@ -5167,7 +5196,8 @@ module Aws::FSx
5167
5196
  # @return [Array<Types::Tag>]
5168
5197
  #
5169
5198
  # @!attribute [rw] windows_configuration
5170
- # The configuration for this FSx for Windows File Server file system.
5199
+ # The configuration for this Amazon FSx for Windows File Server file
5200
+ # system.
5171
5201
  # @return [Types::WindowsFileSystemConfiguration]
5172
5202
  #
5173
5203
  # @!attribute [rw] lustre_configuration
@@ -5182,7 +5212,7 @@ module Aws::FSx
5182
5212
  # @return [Array<Types::AdministrativeAction>]
5183
5213
  #
5184
5214
  # @!attribute [rw] ontap_configuration
5185
- # The configuration for this FSx for ONTAP file system.
5215
+ # The configuration for this Amazon FSx for NetApp ONTAP file system.
5186
5216
  # @return [Types::OntapFileSystemConfiguration]
5187
5217
  #
5188
5218
  # @!attribute [rw] file_system_type_version
@@ -5942,7 +5972,8 @@ module Aws::FSx
5942
5972
  # @return [Array<String>]
5943
5973
  #
5944
5974
  # @!attribute [rw] throughput_capacity
5945
- # The sustained throughput of an Amazon FSx file system in MBps.
5975
+ # The sustained throughput of an Amazon FSx file system in Megabytes
5976
+ # per second (MBps).
5946
5977
  # @return [Integer]
5947
5978
  #
5948
5979
  # @!attribute [rw] weekly_maintenance_start_time
@@ -6073,8 +6104,8 @@ module Aws::FSx
6073
6104
  include Aws::Structure
6074
6105
  end
6075
6106
 
6076
- # Specifies who can mount the file system and the options that can be
6077
- # used while mounting the file system.
6107
+ # Specifies who can mount an OpenZFS file system and the options
6108
+ # available while mounting the file system.
6078
6109
  #
6079
6110
  # @note When making an API call, you may pass OpenZFSClientConfiguration
6080
6111
  # data as a hash:
@@ -7030,7 +7061,7 @@ module Aws::FSx
7030
7061
  end
7031
7062
 
7032
7063
  # Describes the Amazon FSx for NetApp ONTAP storage virtual machine
7033
- # (SVM) configuraton.
7064
+ # (SVM) configuration.
7034
7065
  #
7035
7066
  # @!attribute [rw] active_directory_configuration
7036
7067
  # Describes the Microsoft Active Directory configuration to which the
@@ -7644,6 +7675,7 @@ module Aws::FSx
7644
7675
  # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
7645
7676
  # iops: 1,
7646
7677
  # },
7678
+ # throughput_capacity: 1,
7647
7679
  # }
7648
7680
  #
7649
7681
  # @!attribute [rw] automatic_backup_retention_days
@@ -7688,6 +7720,12 @@ module Aws::FSx
7688
7720
  # `USER_PROVISIONED` IOPS, the total number of SSD IOPS provisioned.
7689
7721
  # @return [Types::DiskIopsConfiguration]
7690
7722
  #
7723
+ # @!attribute [rw] throughput_capacity
7724
+ # Specifies the throughput of an FSx for NetApp ONTAP file system,
7725
+ # measured in megabytes per second (MBps). Valid values are 64, 128,
7726
+ # 256, 512, 1024, 2048, 3072, or 4096 MB/s.
7727
+ # @return [Integer]
7728
+ #
7691
7729
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemOntapConfiguration AWS API Documentation
7692
7730
  #
7693
7731
  class UpdateFileSystemOntapConfiguration < Struct.new(
@@ -7695,7 +7733,8 @@ module Aws::FSx
7695
7733
  :daily_automatic_backup_start_time,
7696
7734
  :fsx_admin_password,
7697
7735
  :weekly_maintenance_start_time,
7698
- :disk_iops_configuration)
7736
+ :disk_iops_configuration,
7737
+ :throughput_capacity)
7699
7738
  SENSITIVE = [:fsx_admin_password]
7700
7739
  include Aws::Structure
7701
7740
  end
@@ -7842,6 +7881,7 @@ module Aws::FSx
7842
7881
  # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
7843
7882
  # iops: 1,
7844
7883
  # },
7884
+ # throughput_capacity: 1,
7845
7885
  # },
7846
7886
  # open_zfs_configuration: {
7847
7887
  # automatic_backup_retention_days: 1,
@@ -8315,7 +8355,7 @@ module Aws::FSx
8315
8355
 
8316
8356
  # @!attribute [rw] storage_virtual_machine
8317
8357
  # Describes the Amazon FSx for NetApp ONTAP storage virtual machine
8318
- # (SVM) configuraton.
8358
+ # (SVM) configuration.
8319
8359
  # @return [Types::StorageVirtualMachine]
8320
8360
  #
8321
8361
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateStorageVirtualMachineResponse AWS API Documentation
data/lib/aws-sdk-fsx.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-fsx/customizations'
48
48
  # @!group service
49
49
  module Aws::FSx
50
50
 
51
- GEM_VERSION = '1.52.0'
51
+ GEM_VERSION = '1.53.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-03 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core