aws-sdk-lambda 1.184.0 → 1.185.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: ae3018d31a2e822536700d96b9a8c5ba61fed1bcbfeec39390bacedf8edcc526
4
- data.tar.gz: 3283bd9f01a376f84f50c58a3cade3295fc9b65a9edab804aaf0a00e4fda230c
3
+ metadata.gz: a2554238c78719dca22aa1dafd4a5cf537e5cb9c4b3e6cbd2678211aaab48bb1
4
+ data.tar.gz: bf3d51bf6d6f5c144647a5231298ca323c2c25598ed13086202751b9684548e4
5
5
  SHA512:
6
- metadata.gz: 63a32b75fad1a21c03f715c396c9febef192be780f65b3af14407295d9ad2e0935240bf3149fb0219e01e81b002ee228857b7b0810502449d2422f174213036a
7
- data.tar.gz: e5fb74025dac17d9abb906670257bde365d409bcf4a774f87fc517cfd2a50421e1bc4e118c0f9feda1c5c9a9e60f7194287e71c26d0e6c3e7c2c4b30b4b53eec
6
+ metadata.gz: cfc15e6876ba5581b7850da7d21e64e96a192d40c3aa042b1dc559ca2c58421ef36ea3e8f8c2e39b245122ecc6f622603095a96c911c9ecd686c1c287e1dcc4a
7
+ data.tar.gz: 2ca4b33f6347e2c42e0dacdf2f38633bb5e8def34fe4c06ad847eae13d89b1e7984aad89a61b128666a34a176a927f5caaabf6bbc1c039fa660f7cb97e0f283e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.185.0 (2026-06-22)
5
+ ------------------
6
+
7
+ * Feature - Add support for tagging Network Connector resources in AWS Lambda.
8
+
4
9
  1.184.0 (2026-06-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.184.0
1
+ 1.185.0
@@ -4717,9 +4717,9 @@ module Aws::Lambda
4717
4717
  # * {Types::GetProvisionedConcurrencyConfigResponse#last_modified #last_modified} => Time
4718
4718
  #
4719
4719
  #
4720
- # @example Example: To view a provisioned concurrency configuration
4720
+ # @example Example: To get a provisioned concurrency configuration
4721
4721
  #
4722
- # # The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified
4722
+ # # The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified
4723
4723
  # # function.
4724
4724
  #
4725
4725
  # resp = client.get_provisioned_concurrency_config({
@@ -4736,9 +4736,9 @@ module Aws::Lambda
4736
4736
  # status: "READY",
4737
4737
  # }
4738
4738
  #
4739
- # @example Example: To get a provisioned concurrency configuration
4739
+ # @example Example: To view a provisioned concurrency configuration
4740
4740
  #
4741
- # # The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified
4741
+ # # The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified
4742
4742
  # # function.
4743
4743
  #
4744
4744
  # resp = client.get_provisioned_concurrency_config({
@@ -9781,7 +9781,7 @@ module Aws::Lambda
9781
9781
  tracer: tracer
9782
9782
  )
9783
9783
  context[:gem_name] = 'aws-sdk-lambda'
9784
- context[:gem_version] = '1.184.0'
9784
+ context[:gem_version] = '1.185.0'
9785
9785
  Seahorse::Client::Request.new(handlers, context)
9786
9786
  end
9787
9787
 
@@ -56,7 +56,7 @@ module Aws::Lambda
56
56
  autoload :Endpoints, 'aws-sdk-lambda/endpoints'
57
57
  autoload :EventStreams, 'aws-sdk-lambda/event_streams'
58
58
 
59
- GEM_VERSION = '1.184.0'
59
+ GEM_VERSION = '1.185.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.184.0
4
+ version: 1.185.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services