aws-sdk-devopsguru 1.41.0 → 1.42.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: 484f68a2fd4cc68483a1638d10c0cde0621ba96fc9572aa0390789c76e04e6a8
4
- data.tar.gz: 9d6ba549ba879ca1f0eae91044434b2b98ed07860dfe1089a42c3f480bb2a943
3
+ metadata.gz: f8a1726aff98e4b182e79d8caa91b2f0fef93eb5adf62c10f4f2af6e28700250
4
+ data.tar.gz: 2d5133ca3f105f202df8b9ac2d03deb225bb758875e3c2f923b4d016fc967c60
5
5
  SHA512:
6
- metadata.gz: 66c0f101fdc771b0f2c25da1afe35311045b8d311d11144e26b12fc735ff26c3c513757046d958a6f1a66a381a94b0523076dccc23cde3ab6c93818b198ad563
7
- data.tar.gz: f4351d9114dda9eef4c2a48bf689c1faad1418dc82ae33bf61deba245d44c28a7a553fc64fda15db80067aa786f8fe1db50fbab743f6e46c794eb67a90a6e110
6
+ metadata.gz: e8d9da69214b9ad3e1bade26bb3793ba6536dadd9f08cc2376f46e5008c5cbd0ee1a34bede276468ad84e302b29c629d34ace6e82dbd5594e25e12bd319be3c2
7
+ data.tar.gz: b9a6a79c314a84a53d80850e90384450463e73aeecc42799d3bf1e621ebd873c36493bd6285c270ce2b793f1aac6c760bda67d51cf61b3d985702591d6986407
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.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.41.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -301,8 +301,9 @@ module Aws::DevOpsGuru
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
  #
@@ -2380,7 +2381,7 @@ module Aws::DevOpsGuru
2380
2381
  params: params,
2381
2382
  config: config)
2382
2383
  context[:gem_name] = 'aws-sdk-devopsguru'
2383
- context[:gem_version] = '1.41.0'
2384
+ context[:gem_version] = '1.42.0'
2384
2385
  Seahorse::Client::Request.new(handlers, context)
2385
2386
  end
2386
2387
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-devopsguru/customizations'
52
52
  # @!group service
53
53
  module Aws::DevOpsGuru
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsguru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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