aws-sdk-lambda 1.157.0 → 1.158.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: 78a53e460a3b35682d0293e5f6fcb989d84a3276110c817ea0f111f44d9acfe7
4
- data.tar.gz: fbeaf30e440124f25f8fd4b96e55b0561b89f9aab8d6bc133c6a15eb3635b4ab
3
+ metadata.gz: 8388082f18a8a055df4506cbe7ee9c96ba80721f343f6ffdf1d1a91658d4af10
4
+ data.tar.gz: 3ace5e544f2b888bc3d53b9ed81e152dd69df0d394f8c033601c7a5539c2e9d0
5
5
  SHA512:
6
- metadata.gz: 0f6079c02c5ac929559f8fd08d0694fae3df7ad16ee8189b4c596f0b9404a34cede4367b4ff038f118803acc15a4e3a88631b8e642722005d2d9495d0bac48cd
7
- data.tar.gz: 27a74e207753c12c547bfae4230db456a9ee50c1b06c7798234af1ca75f58adf6147c96a28a00bb52c7568bf61df85a1c72b9ca407f5ec8e23f398ec6524c4e9
6
+ metadata.gz: 8fd7d2497414dc5a90a366cc61f7010cbf409eb1907b9b46c6990c6e394889987405ed02eae1e5d33f8fe43c68ce65c3ceb7d57294225224646571e83a542dc9
7
+ data.tar.gz: 44f0dc820f6181251571d3a3d3cc9236a832a6f83a7a063c4c3c1d63f5d6b679b8f0e9fbf97c5d65e7fc2fc6bcd652c880a26e6ed6d75a8b5c2c64f598bcf17e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.158.0 (2025-08-11)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update for Lambda that updates the maximum payload size for response streaming invocations to 200 MB.
8
+
4
9
  1.157.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.157.0
1
+ 1.158.0
@@ -1996,12 +1996,7 @@ module Aws::Lambda
1996
1996
  # * `RESPONSE_STREAM` – Your function streams payload results as they
1997
1997
  # become available. Lambda invokes your function using the
1998
1998
  # `InvokeWithResponseStream` API operation. The maximum response
1999
- # payload size is 20 MB, however, you can [request a quota
2000
- # increase][1].
2001
- #
2002
- #
2003
- #
2004
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
1999
+ # payload size is 200 MB.
2005
2000
  #
2006
2001
  # @return [Types::CreateFunctionUrlConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2007
2002
  #
@@ -8280,12 +8275,7 @@ module Aws::Lambda
8280
8275
  # * `RESPONSE_STREAM` – Your function streams payload results as they
8281
8276
  # become available. Lambda invokes your function using the
8282
8277
  # `InvokeWithResponseStream` API operation. The maximum response
8283
- # payload size is 20 MB, however, you can [request a quota
8284
- # increase][1].
8285
- #
8286
- #
8287
- #
8288
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
8278
+ # payload size is 200 MB.
8289
8279
  #
8290
8280
  # @return [Types::UpdateFunctionUrlConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8291
8281
  #
@@ -8360,7 +8350,7 @@ module Aws::Lambda
8360
8350
  tracer: tracer
8361
8351
  )
8362
8352
  context[:gem_name] = 'aws-sdk-lambda'
8363
- context[:gem_version] = '1.157.0'
8353
+ context[:gem_version] = '1.158.0'
8364
8354
  Seahorse::Client::Request.new(handlers, context)
8365
8355
  end
8366
8356
 
@@ -1231,12 +1231,7 @@ module Aws::Lambda
1231
1231
  # * `RESPONSE_STREAM` – Your function streams payload results as they
1232
1232
  # become available. Lambda invokes your function using the
1233
1233
  # `InvokeWithResponseStream` API operation. The maximum response
1234
- # payload size is 20 MB, however, you can [request a quota
1235
- # increase][1].
1236
- #
1237
- #
1238
- #
1239
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
1234
+ # payload size is 200 MB.
1240
1235
  # @return [String]
1241
1236
  #
1242
1237
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateFunctionUrlConfigRequest AWS API Documentation
@@ -1300,12 +1295,7 @@ module Aws::Lambda
1300
1295
  # * `RESPONSE_STREAM` – Your function streams payload results as they
1301
1296
  # become available. Lambda invokes your function using the
1302
1297
  # `InvokeWithResponseStream` API operation. The maximum response
1303
- # payload size is 20 MB, however, you can [request a quota
1304
- # increase][1].
1305
- #
1306
- #
1307
- #
1308
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
1298
+ # payload size is 200 MB.
1309
1299
  # @return [String]
1310
1300
  #
1311
1301
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateFunctionUrlConfigResponse AWS API Documentation
@@ -2728,12 +2718,7 @@ module Aws::Lambda
2728
2718
  # * `RESPONSE_STREAM` – Your function streams payload results as they
2729
2719
  # become available. Lambda invokes your function using the
2730
2720
  # `InvokeWithResponseStream` API operation. The maximum response
2731
- # payload size is 20 MB, however, you can [request a quota
2732
- # increase][1].
2733
- #
2734
- #
2735
- #
2736
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
2721
+ # payload size is 200 MB.
2737
2722
  # @return [String]
2738
2723
  #
2739
2724
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/FunctionUrlConfig AWS API Documentation
@@ -3189,12 +3174,7 @@ module Aws::Lambda
3189
3174
  # * `RESPONSE_STREAM` – Your function streams payload results as they
3190
3175
  # become available. Lambda invokes your function using the
3191
3176
  # `InvokeWithResponseStream` API operation. The maximum response
3192
- # payload size is 20 MB, however, you can [request a quota
3193
- # increase][1].
3194
- #
3195
- #
3196
- #
3197
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
3177
+ # payload size is 200 MB.
3198
3178
  # @return [String]
3199
3179
  #
3200
3180
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetFunctionUrlConfigResponse AWS API Documentation
@@ -7224,12 +7204,7 @@ module Aws::Lambda
7224
7204
  # * `RESPONSE_STREAM` – Your function streams payload results as they
7225
7205
  # become available. Lambda invokes your function using the
7226
7206
  # `InvokeWithResponseStream` API operation. The maximum response
7227
- # payload size is 20 MB, however, you can [request a quota
7228
- # increase][1].
7229
- #
7230
- #
7231
- #
7232
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
7207
+ # payload size is 200 MB.
7233
7208
  # @return [String]
7234
7209
  #
7235
7210
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionUrlConfigRequest AWS API Documentation
@@ -7302,12 +7277,7 @@ module Aws::Lambda
7302
7277
  # * `RESPONSE_STREAM` – Your function streams payload results as they
7303
7278
  # become available. Lambda invokes your function using the
7304
7279
  # `InvokeWithResponseStream` API operation. The maximum response
7305
- # payload size is 20 MB, however, you can [request a quota
7306
- # increase][1].
7307
- #
7308
- #
7309
- #
7310
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
7280
+ # payload size is 200 MB.
7311
7281
  # @return [String]
7312
7282
  #
7313
7283
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionUrlConfigResponse AWS API Documentation
@@ -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.157.0'
59
+ GEM_VERSION = '1.158.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.157.0
4
+ version: 1.158.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services