aws-sdk-fsx 1.107.0 → 1.109.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: b04762e8d70426527dc5cb0713aae127a9baa10f80f778ef41cd10cb42e0f5f7
4
- data.tar.gz: 6b3001affbd7c5516026c8b0b406f50a77181e7ce3139064df767b26bded4985
3
+ metadata.gz: '00894d2920720b914f4f2632573a4ab70b0a8cd6d042fe3528eb295e029bd60e'
4
+ data.tar.gz: c5a040f778f9055c3dc48357cb87c9547590f5a92140d3741db20b96cb79a1e1
5
5
  SHA512:
6
- metadata.gz: cb71866fdf7f50857544402f60b1f6a34fd94565b52b28fd09dc1af332f1aba92f97882d90f79fdad8b469b6f7bab4b588e180972bc10f29b109614e3047c8ad
7
- data.tar.gz: 1084a10140fa1655d71e241232685f57b30a534e8567c65c8e254457b1f9332691583820dce5f00ba37acdbfa661a6f759490e544687799c04311116d3398410
6
+ metadata.gz: b8bc094788de890f3a6b428abd27f273d369087ee0dde4461c9fbbdd63701fe279c8deb798254d276716a4801c20cf257274c81a2c106775dfa9ba3b4971776a
7
+ data.tar.gz: 7ec6d7867a330886673302dfd009fa6b6b3695f89cda2c8fe9c546304fa87c097275131c913b8683669780a400e3c92648ceef86289fc47d9851bc9504ef6e95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2025-02-12)
5
+ ------------------
6
+
7
+ * Feature - Support for in-place Lustre version upgrades
8
+
9
+ 1.108.0 (2025-02-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.107.0 (2025-01-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.109.0
@@ -559,7 +559,7 @@ module Aws::FSx
559
559
 
560
560
  # Cancels an existing Amazon FSx for Lustre data repository task if that
561
561
  # task is in either the `PENDING` or `EXECUTING` state. When you cancel
562
- # am export task, Amazon FSx does the following.
562
+ # an export task, Amazon FSx does the following.
563
563
  #
564
564
  # * Any files that FSx has already exported are not reverted.
565
565
  #
@@ -2378,7 +2378,7 @@ module Aws::FSx
2378
2378
  # client request token doesn't exist, `CreateFileCache` does the
2379
2379
  # following:
2380
2380
  #
2381
- # * Creates a new, empty Amazon File Cache resourcewith an assigned ID,
2381
+ # * Creates a new, empty Amazon File Cache resource with an assigned ID,
2382
2382
  # and an initial lifecycle state of `CREATING`.
2383
2383
  #
2384
2384
  # * Returns the description of the cache in JSON format.
@@ -3350,10 +3350,9 @@ module Aws::FSx
3350
3350
  # you're creating from a backup. Valid values are `2.10`, `2.12`, and
3351
3351
  # `2.15`.
3352
3352
  #
3353
- # You don't need to specify `FileSystemTypeVersion` because it will be
3354
- # applied using the backup's `FileSystemTypeVersion` setting. If you
3355
- # choose to specify `FileSystemTypeVersion` when creating from backup,
3356
- # the value must match the backup's `FileSystemTypeVersion` setting.
3353
+ # You can enter a Lustre version that is newer than the backup's
3354
+ # `FileSystemTypeVersion` setting. If you don't enter a newer Lustre
3355
+ # version, it defaults to the backup's setting.
3357
3356
  #
3358
3357
  # @option params [Types::CreateFileSystemOpenZFSConfiguration] :open_zfs_configuration
3359
3358
  # The OpenZFS configuration for the file system that's being created.
@@ -3368,8 +3367,8 @@ module Aws::FSx
3368
3367
  #
3369
3368
  # If used to create a file system other than OpenZFS, you must provide a
3370
3369
  # value that matches the backup's `StorageCapacity` value. If you
3371
- # provide any other value, Amazon FSx responds with with an HTTP status
3372
- # code 400 Bad Request.
3370
+ # provide any other value, Amazon FSx responds with an HTTP status code
3371
+ # 400 Bad Request.
3373
3372
  #
3374
3373
  # @return [Types::CreateFileSystemFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3375
3374
  #
@@ -8253,6 +8252,8 @@ module Aws::FSx
8253
8252
  #
8254
8253
  # * `DataCompressionType`
8255
8254
  #
8255
+ # * `FileSystemTypeVersion`
8256
+ #
8256
8257
  # * `LogConfiguration`
8257
8258
  #
8258
8259
  # * `LustreRootSquashConfiguration`
@@ -8398,6 +8399,11 @@ module Aws::FSx
8398
8399
  # @option params [String] :storage_type
8399
8400
  # Specifies the file system's storage type.
8400
8401
  #
8402
+ # @option params [String] :file_system_type_version
8403
+ # The Lustre version you are updating an FSx for Lustre file system to.
8404
+ # Valid values are `2.12` and `2.15`. The value you choose must be newer
8405
+ # than the file system's current Lustre version.
8406
+ #
8401
8407
  # @return [Types::UpdateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8402
8408
  #
8403
8409
  # * {Types::UpdateFileSystemResponse#file_system #file_system} => Types::FileSystem
@@ -8529,6 +8535,7 @@ module Aws::FSx
8529
8535
  # },
8530
8536
  # },
8531
8537
  # storage_type: "SSD", # accepts SSD, HDD, INTELLIGENT_TIERING
8538
+ # file_system_type_version: "FileSystemTypeVersion",
8532
8539
  # })
8533
8540
  #
8534
8541
  # @example Response structure
@@ -9443,7 +9450,7 @@ module Aws::FSx
9443
9450
  tracer: tracer
9444
9451
  )
9445
9452
  context[:gem_name] = 'aws-sdk-fsx'
9446
- context[:gem_version] = '1.107.0'
9453
+ context[:gem_version] = '1.109.0'
9447
9454
  Seahorse::Client::Request.new(handlers, context)
9448
9455
  end
9449
9456
 
@@ -1752,6 +1752,7 @@ module Aws::FSx
1752
1752
  UpdateFileSystemRequest.add_member(:ontap_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemOntapConfiguration, location_name: "OntapConfiguration"))
1753
1753
  UpdateFileSystemRequest.add_member(:open_zfs_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemOpenZFSConfiguration, location_name: "OpenZFSConfiguration"))
1754
1754
  UpdateFileSystemRequest.add_member(:storage_type, Shapes::ShapeRef.new(shape: StorageType, location_name: "StorageType"))
1755
+ UpdateFileSystemRequest.add_member(:file_system_type_version, Shapes::ShapeRef.new(shape: FileSystemTypeVersion, location_name: "FileSystemTypeVersion"))
1755
1756
  UpdateFileSystemRequest.struct_class = Types::UpdateFileSystemRequest
1756
1757
 
1757
1758
  UpdateFileSystemResponse.add_member(:file_system, Shapes::ShapeRef.new(shape: FileSystem, location_name: "FileSystem"))
@@ -10,40 +10,36 @@
10
10
  module Aws::FSx
11
11
  class EndpointProvider
12
12
  def resolve_endpoint(parameters)
13
- region = parameters.region
14
- use_dual_stack = parameters.use_dual_stack
15
- use_fips = parameters.use_fips
16
- endpoint = parameters.endpoint
17
- if Aws::Endpoints::Matchers.set?(endpoint)
18
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
13
+ if Aws::Endpoints::Matchers.set?(parameters.endpoint)
14
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
19
15
  raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
20
16
  end
21
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
17
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
22
18
  raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
19
  end
24
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
20
+ return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
25
21
  end
26
- if Aws::Endpoints::Matchers.set?(region)
27
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ if Aws::Endpoints::Matchers.set?(parameters.region)
23
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
24
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
29
25
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
- return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
26
+ return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
27
  end
32
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
29
  end
34
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
30
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
35
31
  if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
- return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
32
+ return Aws::Endpoints::Endpoint.new(url: "https://fsx-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
33
  end
38
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
35
  end
40
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
36
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
41
37
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
- return Aws::Endpoints::Endpoint.new(url: "https://fsx.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
38
+ return Aws::Endpoints::Endpoint.new(url: "https://fsx.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
39
  end
44
40
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
45
41
  end
46
- return Aws::Endpoints::Endpoint.new(url: "https://fsx.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
42
+ return Aws::Endpoints::Endpoint.new(url: "https://fsx.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
47
43
  end
48
44
  end
49
45
  raise ArgumentError, "Invalid Configuration: Missing Region"
@@ -1649,11 +1649,9 @@ module Aws::FSx
1649
1649
  # you're creating from a backup. Valid values are `2.10`, `2.12`, and
1650
1650
  # `2.15`.
1651
1651
  #
1652
- # You don't need to specify `FileSystemTypeVersion` because it will
1653
- # be applied using the backup's `FileSystemTypeVersion` setting. If
1654
- # you choose to specify `FileSystemTypeVersion` when creating from
1655
- # backup, the value must match the backup's `FileSystemTypeVersion`
1656
- # setting.
1652
+ # You can enter a Lustre version that is newer than the backup's
1653
+ # `FileSystemTypeVersion` setting. If you don't enter a newer Lustre
1654
+ # version, it defaults to the backup's setting.
1657
1655
  # @return [String]
1658
1656
  #
1659
1657
  # @!attribute [rw] open_zfs_configuration
@@ -1670,8 +1668,8 @@ module Aws::FSx
1670
1668
  #
1671
1669
  # If used to create a file system other than OpenZFS, you must provide
1672
1670
  # a value that matches the backup's `StorageCapacity` value. If you
1673
- # provide any other value, Amazon FSx responds with with an HTTP
1674
- # status code 400 Bad Request.
1671
+ # provide any other value, Amazon FSx responds with an HTTP status
1672
+ # code 400 Bad Request.
1675
1673
  # @return [Integer]
1676
1674
  #
1677
1675
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackupRequest AWS API Documentation
@@ -3103,7 +3101,7 @@ module Aws::FSx
3103
3101
  # Specifies the suggested block size for a volume in a ZFS dataset, in
3104
3102
  # kibibytes (KiB). For file systems using the Intelligent-Tiering
3105
3103
  # storage class, valid values are 128, 256, 512, 1024, 2048, or 4096
3106
- # KiB, with a default of 2048 KiB. For all other file systems, valid
3104
+ # KiB, with a default of 1024 KiB. For all other file systems, valid
3107
3105
  # values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB, with a
3108
3106
  # default of 128 KiB. We recommend using the default setting for the
3109
3107
  # majority of use cases. Generally, workloads that write in fixed
@@ -4129,8 +4127,8 @@ module Aws::FSx
4129
4127
  end
4130
4128
 
4131
4129
  # (Optional) An array of filter objects you can use to filter the
4132
- # response of data repository tasks you will see in the the response.
4133
- # You can filter the tasks returned in the response by one or more file
4130
+ # response of data repository tasks you will see in the response. You
4131
+ # can filter the tasks returned in the response by one or more file
4134
4132
  # system IDs, task lifecycles, and by task type. A filter object
4135
4133
  # consists of a filter `Name`, and one or more `Values` for the filter.
4136
4134
  #
@@ -7614,7 +7612,7 @@ module Aws::FSx
7614
7612
  # @return [Integer]
7615
7613
  #
7616
7614
  # @!attribute [rw] storage_capacity_quota_gi_b
7617
- # The maximum amount of storage in gibibtyes (GiB) that the volume can
7615
+ # The maximum amount of storage in gibibytes (GiB) that the volume can
7618
7616
  # use from its parent. You can specify a quota larger than the storage
7619
7617
  # on the parent volume.
7620
7618
  # @return [Integer]
@@ -9205,7 +9203,7 @@ module Aws::FSx
9205
9203
  # Update the password for the `fsxadmin` user by entering a new
9206
9204
  # password. You use the `fsxadmin` user to access the NetApp ONTAP CLI
9207
9205
  # and REST API to manage your file system resources. For more
9208
- # information, see [Managing resources using NetApp Applicaton][1].
9206
+ # information, see [Managing resources using NetApp Application][1].
9209
9207
  #
9210
9208
  #
9211
9209
  #
@@ -9545,6 +9543,12 @@ module Aws::FSx
9545
9543
  # Specifies the file system's storage type.
9546
9544
  # @return [String]
9547
9545
  #
9546
+ # @!attribute [rw] file_system_type_version
9547
+ # The Lustre version you are updating an FSx for Lustre file system
9548
+ # to. Valid values are `2.12` and `2.15`. The value you choose must be
9549
+ # newer than the file system's current Lustre version.
9550
+ # @return [String]
9551
+ #
9548
9552
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemRequest AWS API Documentation
9549
9553
  #
9550
9554
  class UpdateFileSystemRequest < Struct.new(
@@ -9555,7 +9559,8 @@ module Aws::FSx
9555
9559
  :lustre_configuration,
9556
9560
  :ontap_configuration,
9557
9561
  :open_zfs_configuration,
9558
- :storage_type)
9562
+ :storage_type,
9563
+ :file_system_type_version)
9559
9564
  SENSITIVE = []
9560
9565
  include Aws::Structure
9561
9566
  end
data/lib/aws-sdk-fsx.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::FSx
54
54
  autoload :EndpointProvider, 'aws-sdk-fsx/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-fsx/endpoints'
56
56
 
57
- GEM_VERSION = '1.107.0'
57
+ GEM_VERSION = '1.109.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1221,7 +1221,8 @@ module Aws
1221
1221
  size_gi_b: ::Integer?
1222
1222
  }?
1223
1223
  },
1224
- ?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
1224
+ ?storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING"),
1225
+ ?file_system_type_version: ::String
1225
1226
  ) -> _UpdateFileSystemResponseSuccess
1226
1227
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFileSystemResponseSuccess
1227
1228
 
data/sig/types.rbs CHANGED
@@ -1611,6 +1611,7 @@ module Aws::FSx
1611
1611
  attr_accessor ontap_configuration: Types::UpdateFileSystemOntapConfiguration
1612
1612
  attr_accessor open_zfs_configuration: Types::UpdateFileSystemOpenZFSConfiguration
1613
1613
  attr_accessor storage_type: ("SSD" | "HDD" | "INTELLIGENT_TIERING")
1614
+ attr_accessor file_system_type_version: ::String
1614
1615
  SENSITIVE: []
1615
1616
  end
1616
1617
 
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.107.0
4
+ version: 1.109.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: 2025-01-15 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core