aws-sdk-fsx 1.86.0 → 1.87.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: 9260e2c276e48d902025b62475f26f065d415575297168008de9616a0bdd3c3b
4
- data.tar.gz: d2fff4df8deda73125772ca0bfaffe87f2fc2c7da32fcf719febacee5c1bbfd1
3
+ metadata.gz: '095343103ad8cce3728dc926710a9770ce8067a9c03bf8d89586fd6c5643662d'
4
+ data.tar.gz: '049ae7ef6e8598b49cd7dca6e1c1ffc4363dbdab0cc28c8a16e1697185563693'
5
5
  SHA512:
6
- metadata.gz: 4a0f8e07f36fe8049ee02f7c6c840423551f60386053632958ef1d0b56ac26643cbcdb4c555c06dc8057907cab99981736931d6495439a8200f9ca4016d9c331
7
- data.tar.gz: b4897947f7c2dde8e604d0566493ff20c0aa6d1506bee381d42838334d177ebbeabc57c7938f8932cc4c4da96114e0d407b5635c5a1d2ecdf9e1fb1846ba2260
6
+ metadata.gz: 4ffdc8218f4700dd84cf60b01f0e2f8117e7780151319251444b3c25fbf5406ade1751ae1b8b775e68da3a98845b753db77d654afa287524dcdc2a99a642e133
7
+ data.tar.gz: 671afc51463fb26bbd27bea14f30797c3094efc92df7caab9aefbcfef1962f33b0f1efeaa5162ef4e2428f9067aac33eeb4f399eaf1f8162fedcd51d6c0f04a0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.86.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -301,8 +301,9 @@ module Aws::FSx
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -9228,7 +9229,7 @@ module Aws::FSx
9228
9229
  params: params,
9229
9230
  config: config)
9230
9231
  context[:gem_name] = 'aws-sdk-fsx'
9231
- context[:gem_version] = '1.86.0'
9232
+ context[:gem_version] = '1.87.0'
9232
9233
  Seahorse::Client::Request.new(handlers, context)
9233
9234
  end
9234
9235
 
data/lib/aws-sdk-fsx.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-fsx/customizations'
52
52
  # @!group service
53
53
  module Aws::FSx
54
54
 
55
- GEM_VERSION = '1.86.0'
55
+ GEM_VERSION = '1.87.0'
56
56
 
57
57
  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.86.0
4
+ version: 1.87.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core