aws-sdk-apprunner 1.37.0 → 1.38.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: 552879cf80f4ddeff620afa518793728292043bd476e5ae27477bbb3f1553022
4
- data.tar.gz: 88753e8285dcb6d6cc3dabd99118cf563c671172cb3bcf48abf8b386d35e02e9
3
+ metadata.gz: fdba5d55288aec5c8546493bc02b0a28b60b3ad2f38a76f35e36d229b55576b8
4
+ data.tar.gz: 43711b0b19b1f9e02e6e1d90201b6b4bb06fac6d1ab42bc9096eb7197d8a3169
5
5
  SHA512:
6
- metadata.gz: 1cc839741d70783b7e80a33e25a575931b31e2edb01e9b261125fcbb84114428a33eab41b7fe26a875fb4e4cf921617e84ebd78741c5bba8b372ac7ec9917eff
7
- data.tar.gz: 35943acf42166842cd3efb0aa9ee22cb70b0473da9a018affcb37ef32be9938c4c8b62c74a744863298089007b4535bb3746ed9e3e978924e16c0adf1f7db72b
6
+ metadata.gz: baba7ccc6fc1151160305e5d9630543f7ff034de1be18a0bf611df633dcfb0849723501e008a50092a8276ecc3579dcf6b623a81f530f2e67f8d0abe4b0129a8
7
+ data.tar.gz: f1cc6f407bcf5d3a7ed38e0156c8b0d5a3873fc5d64510c17176a77978cfb23042e5333f28e7a8ec8dc9fc2863a59ad1c387a7651383d208f6c5e1c80802687d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.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.37.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -301,8 +301,9 @@ module Aws::AppRunner
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
  #
@@ -2938,7 +2939,7 @@ module Aws::AppRunner
2938
2939
  params: params,
2939
2940
  config: config)
2940
2941
  context[:gem_name] = 'aws-sdk-apprunner'
2941
- context[:gem_version] = '1.37.0'
2942
+ context[:gem_version] = '1.38.0'
2942
2943
  Seahorse::Client::Request.new(handlers, context)
2943
2944
  end
2944
2945
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-apprunner/customizations'
52
52
  # @!group service
53
53
  module Aws::AppRunner
54
54
 
55
- GEM_VERSION = '1.37.0'
55
+ GEM_VERSION = '1.38.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apprunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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