aws-sdk-cloudwatchevidently 1.23.0 → 1.24.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: 54b3520b3e1a4712689d4be92397e13aba15e4e911688824f9366509f766ad92
4
- data.tar.gz: 0147d7d00be1267374fdf8c92b6e6aa234d76f031ab29b2b587d04f1c18a60ec
3
+ metadata.gz: d1644742aa55702986831ecaf01c428c9a328b66f89d1c5df1900bd0c43ed381
4
+ data.tar.gz: '082ae4341142d5c3dbdead8c22d9ed1fb4cfc826c6b5326f4bedc830cb1d893d'
5
5
  SHA512:
6
- metadata.gz: 03d51a1f65c95c5b06b5097c27b35800d72fa34c8feb5f0d5f5950b911fce3bddbdb23cab04f72c90709bbe84f02baaec8669fe36ea502fb4ff57c5b2ab23fdc
7
- data.tar.gz: '00852677a46b2b588dd06c203e12bc06306eb7c75e0ab4f0243ceabcf1a6414747423386f479b4671325d351956a6e404104db3f67dc360c67a8816785ca6735'
6
+ metadata.gz: 040fa531ce2a3d53641b8b49501080e4e009a341b98d1b386acb88539f2de7c9ce09309950cd850b0a905604b08987d3e16187cffd16a895e50d6f4cfdd7af32
7
+ data.tar.gz: e30b5f309ea3dc27eccfc78351ebea5715200a24b6f608f3a1d32940eeffbaa8e8447b555ff370dc9135e6c5f7d14aab47344c6ec080262b52ab780aa3d3aab1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -301,8 +301,9 @@ module Aws::CloudWatchEvidently
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
  #
@@ -3163,7 +3164,7 @@ module Aws::CloudWatchEvidently
3163
3164
  params: params,
3164
3165
  config: config)
3165
3166
  context[:gem_name] = 'aws-sdk-cloudwatchevidently'
3166
- context[:gem_version] = '1.23.0'
3167
+ context[:gem_version] = '1.24.0'
3167
3168
  Seahorse::Client::Request.new(handlers, context)
3168
3169
  end
3169
3170
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudwatchevidently/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchEvidently
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevidently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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