aws-sdk-appstream 1.86.0 → 1.87.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: a2aee38ae9fafee92ae469ec937babbe58a803bbf9f25cada87b538193163ba8
4
- data.tar.gz: 4b138d297a7cbd35af12f2b546a3bd0af154ba6787f6ea7a7771cddc332118e5
3
+ metadata.gz: 1e6ae5a8d75ee829a21e7e79cae195824892d169a71f474628172bd701a1f637
4
+ data.tar.gz: 92adb20c4ae64b3b8b028a2a3fdd8cc9ee6b8a1d6ddb5026854ba5b0c164bbcc
5
5
  SHA512:
6
- metadata.gz: 0f06343dc615c6bd3d9812178869029eb3e89ccc1083c10b377e17ff933c64c83c838a75daea9228d5d961b1ede0119dbf1443ca867851bb7ee3d71f86fad68b
7
- data.tar.gz: 56f033dd3801215ab90742546a55bffde3131cedf42c58874725db06e149cd287e7083cfce1f9d2166d59c24ed77dcc41fc973c90d9bf86559f84e6772f57f9e
6
+ metadata.gz: cceda77d0db13ae2e80f10d36a7ed2a8a94adee753b95759277027bf5eef2ce2844850709a98a6cad8050f75ed0615748e5b7c6d0b21e76b605ed2d04fc2bd53
7
+ data.tar.gz: 8977ca911e193a1f3d236fe2d579568c5241d8b4b4c51744e2bf1b655c76258b2bbeb53a4474e59f4df3b94b30711369feb91d557da6be7a9f494efe9bac9f22
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::AppStream
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
  #
@@ -5122,7 +5123,7 @@ module Aws::AppStream
5122
5123
  params: params,
5123
5124
  config: config)
5124
5125
  context[:gem_name] = 'aws-sdk-appstream'
5125
- context[:gem_version] = '1.86.0'
5126
+ context[:gem_version] = '1.87.0'
5126
5127
  Seahorse::Client::Request.new(handlers, context)
5127
5128
  end
5128
5129
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-appstream/customizations'
53
53
  # @!group service
54
54
  module Aws::AppStream
55
55
 
56
- GEM_VERSION = '1.86.0'
56
+ GEM_VERSION = '1.87.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appstream
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