aws-sdk-cloudwatchrum 1.21.0 → 1.22.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: a880f01dc54c0a85c67dd8956eb94dddc7f006892a22544438e18c6a5d818c2d
4
- data.tar.gz: c519b68b21961503bf219e862681941c1b50c48c5ffd410bbd9cbe57c2bb99b7
3
+ metadata.gz: 40cb799ddaeea95ae554f9e5d1312bc7bb4bafa52eb62bb011bda1423c0ef01c
4
+ data.tar.gz: 7c2c4e09dec538076555b509b9defc86b9032bbece485425f6a2bf3ac1bc5b27
5
5
  SHA512:
6
- metadata.gz: 0e148a09f711a9ba6e7dc61b5b4275b94eb458475ba1e0c6dd587c5f7dfe5c81584a8713b130daf3fb4c09fd0b8fee9a316ae4d0a958748ec89b08a4df4f22b7
7
- data.tar.gz: 5150a57fce3d7856ae52d8f8eb9148d4da496e93db45f981d184338fdec6b0a95195bd3aa7377571710d44cb47ae17696d4dc9dce3d70e26b07b37d66655179f
6
+ metadata.gz: a01d3d34ea4370ca56a17fd0d3be3a49081b360deb86a7201cd2a91ec272216d70ea4757ccfde30393e2c36a6c755b2cb39149ccb746ffa97af9511a7b1c1c4d
7
+ data.tar.gz: c90fb38f644d5797811dc09e806c74488168bb2dc1bb722b13226ba8e812aa1ea3f75737739d83e240258efc67773c317f03ff876b619af24152cb3c24afc5f8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.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.21.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -301,8 +301,9 @@ module Aws::CloudWatchRUM
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
  #
@@ -1488,7 +1489,7 @@ module Aws::CloudWatchRUM
1488
1489
  params: params,
1489
1490
  config: config)
1490
1491
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1491
- context[:gem_version] = '1.21.0'
1492
+ context[:gem_version] = '1.22.0'
1492
1493
  Seahorse::Client::Request.new(handlers, context)
1493
1494
  end
1494
1495
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudwatchrum/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchRUM
54
54
 
55
- GEM_VERSION = '1.21.0'
55
+ GEM_VERSION = '1.22.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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