aws-sdk-chimesdkmessaging 1.29.0 → 1.30.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: b2c722cc20a7e000d4d79292a0026073db89542f6f1df438d4c8dbc305c771bc
4
- data.tar.gz: 63dbfbe37f3e709239648c3300208189931327a8258f9613befeb24ec3a94379
3
+ metadata.gz: 1e3707655f64e0726b9745ca454d875d6aafc164037ba04dcd67d287a12887ea
4
+ data.tar.gz: c27a14a37042e76bf6620b4286de7e39a8136b1ea074614c8dca3dbc45424eaa
5
5
  SHA512:
6
- metadata.gz: 63cd47c8970a73e5700e4a1773bfbe6a3403b805e198404bf5d37caefcb53979296c8e79cf073e2391be00e2016e4b3fe25bc19d62d3948c2307a7b949cb8c4d
7
- data.tar.gz: 28e5e21ede953ca4d3b56fc71bb66068463ee6324c4b7473769563b722f5cacf8426a7c334f4fb5b5ae72abc67df670efc23c34f4b54b57609ce7a79c06a8b16
6
+ metadata.gz: 99d0a99a811339949c4095539519e85a7e9d51ac67d313149695bf4ab84065b1157953ea1574f6b4b86bd2738726eb077816128f1431ba791128187fa571f8c2
7
+ data.tar.gz: 11401b95be74cb1b0a4cccbb132be62b819206471095e3913e1fffe1e1c366e96bb50775edcd6cd83094cffc9f88e4f96a651fca9c043ce2e216f493ebeca06b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.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.29.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -301,8 +301,9 @@ module Aws::ChimeSDKMessaging
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
  #
@@ -3243,7 +3244,7 @@ module Aws::ChimeSDKMessaging
3243
3244
  params: params,
3244
3245
  config: config)
3245
3246
  context[:gem_name] = 'aws-sdk-chimesdkmessaging'
3246
- context[:gem_version] = '1.29.0'
3247
+ context[:gem_version] = '1.30.0'
3247
3248
  Seahorse::Client::Request.new(handlers, context)
3248
3249
  end
3249
3250
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chimesdkmessaging/customizations'
52
52
  # @!group service
53
53
  module Aws::ChimeSDKMessaging
54
54
 
55
- GEM_VERSION = '1.29.0'
55
+ GEM_VERSION = '1.30.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkmessaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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