aws-sdk-lambda 1.119.0 → 1.120.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: 9ce7410e047d9d3355c1c2fd2fa03af7b3046995d519f49b7d9bfff292e93d9e
4
- data.tar.gz: 967ad192202598b68853631a7e417dd7a00aa320e92c5d0273fd41472eb6fbc7
3
+ metadata.gz: cb4fff91b2fda102b712cac3354a206a32294925894adc1e3618518a9ed080a1
4
+ data.tar.gz: 5be04fc2890f13f3a0c3c25983cbeded593c89a8348dcaea1bec193f09b1f0b3
5
5
  SHA512:
6
- metadata.gz: e33aa019f961baa33653dce92b299c498a24fb81fb088ad84a3c48c9a20bd174a552867c08ad41e0744d7af01b0e91edf1ac12247a8071e297316399f46e7c1c
7
- data.tar.gz: f83fa6bf99d068d1dfb691d1e1114d0a37cf0460811ed7647afba1996f86bce279a545e2d0d7ad60de9352e92b90be05ac5a1ca19748670d87cb98a83cb8eb09
6
+ metadata.gz: 31ccb57d40a0702ff5603ccd5c73970cd72efe029e0395f2538d79f08061c92a5fe93e2b329574b47e50726cfb0f85a835fa2d98b54278c791de6113103b7138
7
+ data.tar.gz: 682fd843ec0893c8a16405f77a7cbc941daf38e107a786e90cff38dc4a71f0fea6771339d3c17aecab0c80e78d6be8831c00f4d9c1fc3e31bccfe0aa8be43c3e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.120.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.119.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.119.0
1
+ 1.120.0
@@ -312,8 +312,9 @@ module Aws::Lambda
312
312
  #
313
313
  # @option options [String] :sdk_ua_app_id
314
314
  # A unique and opaque application ID that is appended to the
315
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
316
- # maximum length of 50.
315
+ # User-Agent header as app/sdk_ua_app_id. It should have a
316
+ # maximum length of 50. This variable is sourced from environment
317
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
317
318
  #
318
319
  # @option options [String] :secret_access_key
319
320
  #
@@ -6530,7 +6531,7 @@ module Aws::Lambda
6530
6531
  params: params,
6531
6532
  config: config)
6532
6533
  context[:gem_name] = 'aws-sdk-lambda'
6533
- context[:gem_version] = '1.119.0'
6534
+ context[:gem_version] = '1.120.0'
6534
6535
  Seahorse::Client::Request.new(handlers, context)
6535
6536
  end
6536
6537
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-lambda/event_streams'
54
54
  # @!group service
55
55
  module Aws::Lambda
56
56
 
57
- GEM_VERSION = '1.119.0'
57
+ GEM_VERSION = '1.120.0'
58
58
 
59
59
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.119.0
4
+ version: 1.120.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