aws-sdk-workspaces 1.102.0 → 1.103.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: 217c14f57492f2970911324b1c505712716305a0e5b235bb305461f66bda7a0e
4
- data.tar.gz: 351bd15e7288ac26f789a67523846c7c14efa7304a7122b59af086eee3f41363
3
+ metadata.gz: 5340096c5ee2247d0d2e7243ed9fbe7411bece4e961459e47451c6eb2d70db24
4
+ data.tar.gz: 9a21e69b34c56b075f34c48ea07d665fb31874330ad8e24d01a076b06e324c01
5
5
  SHA512:
6
- metadata.gz: 9146ba85a9f5b7965118cdf47b16ddb6871424c8bf9c4b757ca12d0404c7607ba22cdd8643e6a205e7dbf95e80f1f1c91bbf8ac6245d07b382d7acc4d1a86724
7
- data.tar.gz: 75512116e8926fa31f1d8962bb9cb7d269600ff381a5993e56c0eb13a43ea151205ea6c7d98210e0fd73a1db37d141637f83da599f2e864331f5108db44b7955
6
+ metadata.gz: e5aff3d9f71f0d7515540867ec9f20e932e9b36ba8d5b0fa3d550c9b91e36a7b5a5e24fa443d77822808a20705840e51596fa344f5641ced65e3d6f78f7908bc
7
+ data.tar.gz: b07edc02e2cd067094da8fcfff77afa1c53291402932de84959050f535cb22c1665775e904cfd1c44eb6d4cc4ae7397f9701fda7aedc2aa6bc297cc837b59062
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.103.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.102.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.103.0
@@ -301,8 +301,9 @@ module Aws::WorkSpaces
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
  #
@@ -4252,7 +4253,7 @@ module Aws::WorkSpaces
4252
4253
  params: params,
4253
4254
  config: config)
4254
4255
  context[:gem_name] = 'aws-sdk-workspaces'
4255
- context[:gem_version] = '1.102.0'
4256
+ context[:gem_version] = '1.103.0'
4256
4257
  Seahorse::Client::Request.new(handlers, context)
4257
4258
  end
4258
4259
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpaces
54
54
 
55
- GEM_VERSION = '1.102.0'
55
+ GEM_VERSION = '1.103.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.102.0
4
+ version: 1.103.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