aws-sdk-lambda 1.151.0 → 1.160.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: 626540b428c9da91d956a6eb1de70c504494e3ffb10ab734a83a8251fd687009
4
- data.tar.gz: d6b2000e63d027d95889966d7d730db6c23eecf82c43c3a3cadf0e134debce22
3
+ metadata.gz: 418eb4bdcdb11410cd73be623659caf9e73613bb02cd5cd7bed8f1aef22cfc94
4
+ data.tar.gz: e0969b7d74e405d9342e21c89ba40ace42a866b81b1b07c0f97b72dc02d60509
5
5
  SHA512:
6
- metadata.gz: 3e2d1dc51f91eec7b7c82d06c701c067f866b122808e9e9bc08cc92060e1be8f43cab14083ffe5539e7ba646f9e7882b83ff07c699f861ed233e19e4f94cd695
7
- data.tar.gz: 6c57f373d3963ed843d2f800caa7bfb265063ce451b2f0029d40dcc384d6f4df7a6b009afa3869063cafb518298127d35e230430b5f76f6dfef4fc3fdcaade2b
6
+ metadata.gz: 4d1438957edf44bc8a627fd6c8e02a2fe33a959afa7e97bb5cede6338696030096d6b2a06470b50f439da619c266f5b58194573164ce38126aaef370b105feb9
7
+ data.tar.gz: b0814eb19f7c8910edca72e01b57a4265b4232b9cdb55ae76fc09a6a510a1e99da7d2151459d086bfc6701a4e8a3d4fed08cd9a728189984b0335b102a41aaf7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.160.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.159.0 (2025-08-25)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
14
+ 1.158.0 (2025-08-11)
15
+ ------------------
16
+
17
+ * Feature - Doc-only update for Lambda that updates the maximum payload size for response streaming invocations to 200 MB.
18
+
19
+ 1.157.0 (2025-08-04)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.156.0 (2025-07-31)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.155.0 (2025-07-22)
30
+ ------------------
31
+
32
+ * Feature - This release migrated the model to Smithy keeping all features unchanged.
33
+
34
+ 1.154.0 (2025-07-21)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.153.0 (2025-06-19)
40
+ ------------------
41
+
42
+ * Feature - Support Schema Registry feature for Kafka Event Source Mapping. Customers can now configure a Schema Registry to enable schema validation and filtering for Avro, Protobuf, and JSON-formatted events in Lambda for Kafka Event Source.
43
+
44
+ 1.152.0 (2025-06-02)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
4
49
  1.151.0 (2025-05-12)
5
50
  ------------------
6
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.151.0
1
+ 1.160.0
@@ -97,8 +97,8 @@ module Aws::Lambda
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,22 +126,24 @@ module Aws::Lambda
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
132
+ #
133
133
  # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
134
  # `:account_id` options.
135
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
- # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
135
+ #
136
+ # * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
137
+ # `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
138
+ #
137
139
  # * `~/.aws/credentials`
140
+ #
138
141
  # * `~/.aws/config`
139
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
140
- # are very aggressive. Construct and pass an instance of
141
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
142
- # enable retries and extended timeouts. Instance profile credential
143
- # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
144
- # to true.
142
+ #
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
145
147
  #
146
148
  # @option options [required, String] :region
147
149
  # The AWS region to connect to. The configured `:region` is
@@ -169,6 +171,11 @@ module Aws::Lambda
169
171
  # When false, the request will raise a `RetryCapacityNotAvailableError` and will
170
172
  # not retry instead of sleeping.
171
173
  #
174
+ # @option options [Array<String>] :auth_scheme_preference
175
+ # A list of preferred authentication schemes to use when making a request. Supported values are:
176
+ # `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
177
+ # shared config as `auth_scheme_preference`, the value should be a comma-separated list.
178
+ #
172
179
  # @option options [Boolean] :client_side_monitoring (false)
173
180
  # When `true`, client-side metrics will be collected for all API requests from
174
181
  # this client.
@@ -264,8 +271,8 @@ module Aws::Lambda
264
271
  # When an EventStream or Proc object is provided, it will be used as callback for each chunk of event stream response received along the way.
265
272
  #
266
273
  # @option options [String] :profile ("default")
267
- # Used when loading credentials from the shared credentials file
268
- # at HOME/.aws/credentials. When not specified, 'default' is used.
274
+ # Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
275
+ # When not specified, 'default' is used.
269
276
  #
270
277
  # @option options [String] :request_checksum_calculation ("when_supported")
271
278
  # Determines when a checksum will be calculated for request payloads. Values are:
@@ -378,8 +385,8 @@ module Aws::Lambda
378
385
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
379
386
  #
380
387
  # @option options [Aws::TokenProvider] :token_provider
381
- # A Bearer Token Provider. This can be an instance of any one of the
382
- # following classes:
388
+ # Your Bearer token used for authentication. This can be any class that includes and implements
389
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
383
390
  #
384
391
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
385
392
  # tokens.
@@ -948,27 +955,28 @@ module Aws::Lambda
948
955
  # For stream sources (DynamoDB, Kinesis, Amazon MSK, and self-managed
949
956
  # Apache Kafka), the following option is also available:
950
957
  #
951
- # * `DestinationConfig` – Send discarded records to an Amazon SQS queue,
952
- # Amazon SNS topic, or Amazon S3 bucket.
958
+ # * `OnFailure` – Send discarded records to an Amazon SQS queue, Amazon
959
+ # SNS topic, or Amazon S3 bucket. For more information, see [Adding a
960
+ # destination][8].
953
961
  #
954
962
  # ^
955
963
  #
956
964
  # For information about which configuration parameters apply to each
957
965
  # event source, see the following topics.
958
966
  #
959
- # * [ Amazon DynamoDB Streams][8]
967
+ # * [ Amazon DynamoDB Streams][9]
960
968
  #
961
- # * [ Amazon Kinesis][9]
969
+ # * [ Amazon Kinesis][10]
962
970
  #
963
- # * [ Amazon SQS][10]
971
+ # * [ Amazon SQS][11]
964
972
  #
965
- # * [ Amazon MQ and RabbitMQ][11]
973
+ # * [ Amazon MQ and RabbitMQ][12]
966
974
  #
967
- # * [ Amazon MSK][12]
975
+ # * [ Amazon MSK][13]
968
976
  #
969
- # * [ Apache Kafka][13]
977
+ # * [ Apache Kafka][14]
970
978
  #
971
- # * [ Amazon DocumentDB][14]
979
+ # * [ Amazon DocumentDB][15]
972
980
  #
973
981
  #
974
982
  #
@@ -979,13 +987,14 @@ module Aws::Lambda
979
987
  # [5]: https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html
980
988
  # [6]: https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html
981
989
  # [7]: https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html
982
- # [8]: https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params
983
- # [9]: https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params
984
- # [10]: https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params
985
- # [11]: https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params
986
- # [12]: https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms
987
- # [13]: https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms
988
- # [14]: https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html#docdb-configuration
990
+ # [8]: https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-async-destinations
991
+ # [9]: https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params
992
+ # [10]: https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params
993
+ # [11]: https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params
994
+ # [12]: https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params
995
+ # [13]: https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms
996
+ # [14]: https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms
997
+ # [15]: https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html#docdb-configuration
989
998
  #
990
999
  # @option params [String] :event_source_arn
991
1000
  # The Amazon Resource Name (ARN) of the event source.
@@ -1294,9 +1303,39 @@ module Aws::Lambda
1294
1303
  # function_response_types: ["ReportBatchItemFailures"], # accepts ReportBatchItemFailures
1295
1304
  # amazon_managed_kafka_event_source_config: {
1296
1305
  # consumer_group_id: "URI",
1306
+ # schema_registry_config: {
1307
+ # schema_registry_uri: "SchemaRegistryUri",
1308
+ # event_record_format: "JSON", # accepts JSON, SOURCE
1309
+ # access_configs: [
1310
+ # {
1311
+ # type: "BASIC_AUTH", # accepts BASIC_AUTH, CLIENT_CERTIFICATE_TLS_AUTH, SERVER_ROOT_CA_CERTIFICATE
1312
+ # uri: "Arn",
1313
+ # },
1314
+ # ],
1315
+ # schema_validation_configs: [
1316
+ # {
1317
+ # attribute: "KEY", # accepts KEY, VALUE
1318
+ # },
1319
+ # ],
1320
+ # },
1297
1321
  # },
1298
1322
  # self_managed_kafka_event_source_config: {
1299
1323
  # consumer_group_id: "URI",
1324
+ # schema_registry_config: {
1325
+ # schema_registry_uri: "SchemaRegistryUri",
1326
+ # event_record_format: "JSON", # accepts JSON, SOURCE
1327
+ # access_configs: [
1328
+ # {
1329
+ # type: "BASIC_AUTH", # accepts BASIC_AUTH, CLIENT_CERTIFICATE_TLS_AUTH, SERVER_ROOT_CA_CERTIFICATE
1330
+ # uri: "Arn",
1331
+ # },
1332
+ # ],
1333
+ # schema_validation_configs: [
1334
+ # {
1335
+ # attribute: "KEY", # accepts KEY, VALUE
1336
+ # },
1337
+ # ],
1338
+ # },
1300
1339
  # },
1301
1340
  # scaling_config: {
1302
1341
  # maximum_concurrency: 1,
@@ -1351,7 +1390,21 @@ module Aws::Lambda
1351
1390
  # resp.function_response_types #=> Array
1352
1391
  # resp.function_response_types[0] #=> String, one of "ReportBatchItemFailures"
1353
1392
  # resp.amazon_managed_kafka_event_source_config.consumer_group_id #=> String
1393
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
1394
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
1395
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
1396
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
1397
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
1398
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
1399
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
1354
1400
  # resp.self_managed_kafka_event_source_config.consumer_group_id #=> String
1401
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
1402
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
1403
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
1404
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
1405
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
1406
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
1407
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
1355
1408
  # resp.scaling_config.maximum_concurrency #=> Integer
1356
1409
  # resp.document_db_event_source_config.database_name #=> String
1357
1410
  # resp.document_db_event_source_config.collection_name #=> String
@@ -1943,12 +1996,7 @@ module Aws::Lambda
1943
1996
  # * `RESPONSE_STREAM` – Your function streams payload results as they
1944
1997
  # become available. Lambda invokes your function using the
1945
1998
  # `InvokeWithResponseStream` API operation. The maximum response
1946
- # payload size is 20 MB, however, you can [request a quota
1947
- # increase][1].
1948
- #
1949
- #
1950
- #
1951
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
1999
+ # payload size is 200 MB.
1952
2000
  #
1953
2001
  # @return [Types::CreateFunctionUrlConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1954
2002
  #
@@ -2140,7 +2188,7 @@ module Aws::Lambda
2140
2188
  # batch_size: 5,
2141
2189
  # event_source_arn: "arn:aws:sqs:us-west-2:123456789012:my-queue",
2142
2190
  # function_arn: "arn:aws:lambda:us-east-2:123456789012:function:my-function",
2143
- # last_modified: Time.parse("${timestamp}"),
2191
+ # last_modified: Time.parse("2016-11-21T19:49:20.006Z"),
2144
2192
  # state: "Enabled",
2145
2193
  # state_transition_reason: "USER_INITIATED",
2146
2194
  # uuid: "14e0db71-xmpl-4eb5-b481-8945cf9d10c2",
@@ -2187,7 +2235,21 @@ module Aws::Lambda
2187
2235
  # resp.function_response_types #=> Array
2188
2236
  # resp.function_response_types[0] #=> String, one of "ReportBatchItemFailures"
2189
2237
  # resp.amazon_managed_kafka_event_source_config.consumer_group_id #=> String
2238
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
2239
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
2240
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
2241
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
2242
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
2243
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
2244
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
2190
2245
  # resp.self_managed_kafka_event_source_config.consumer_group_id #=> String
2246
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
2247
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
2248
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
2249
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
2250
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
2251
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
2252
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
2191
2253
  # resp.scaling_config.maximum_concurrency #=> Integer
2192
2254
  # resp.document_db_event_source_config.database_name #=> String
2193
2255
  # resp.document_db_event_source_config.collection_name #=> String
@@ -2757,7 +2819,7 @@ module Aws::Lambda
2757
2819
  # },
2758
2820
  # event_source_arn: "arn:aws:sqs:us-east-2:123456789012:mySQSqueue",
2759
2821
  # function_arn: "arn:aws:lambda:us-east-2:123456789012:function:myFunction",
2760
- # last_modified: Time.parse("${timestamp}"),
2822
+ # last_modified: Time.parse("2016-11-21T19:49:20.006Z"),
2761
2823
  # last_processing_result: "No records processed",
2762
2824
  # maximum_record_age_in_seconds: 604800,
2763
2825
  # maximum_retry_attempts: 10000,
@@ -2807,7 +2869,21 @@ module Aws::Lambda
2807
2869
  # resp.function_response_types #=> Array
2808
2870
  # resp.function_response_types[0] #=> String, one of "ReportBatchItemFailures"
2809
2871
  # resp.amazon_managed_kafka_event_source_config.consumer_group_id #=> String
2872
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
2873
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
2874
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
2875
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
2876
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
2877
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
2878
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
2810
2879
  # resp.self_managed_kafka_event_source_config.consumer_group_id #=> String
2880
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
2881
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
2882
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
2883
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
2884
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
2885
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
2886
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
2811
2887
  # resp.scaling_config.maximum_concurrency #=> Integer
2812
2888
  # resp.document_db_event_source_config.database_name #=> String
2813
2889
  # resp.document_db_event_source_config.collection_name #=> String
@@ -3359,7 +3435,7 @@ module Aws::Lambda
3359
3435
  # },
3360
3436
  # },
3361
3437
  # function_arn: "arn:aws:lambda:us-east-2:123456789012:function:my-function:BLUE",
3362
- # last_modified: Time.parse("${timestamp}"),
3438
+ # last_modified: Time.parse("2016-11-21T19:49:20.006Z"),
3363
3439
  # maximum_event_age_in_seconds: 3600,
3364
3440
  # maximum_retry_attempts: 0,
3365
3441
  # }
@@ -4096,9 +4172,10 @@ module Aws::Lambda
4096
4172
 
4097
4173
  # For asynchronous function invocation, use Invoke.
4098
4174
  #
4099
- # Invokes a function asynchronously.
4175
+ # Invokes a function asynchronously.
4100
4176
  #
4101
- # <note markdown="1"> If you do use the InvokeAsync action, note that it doesn't support
4177
+ # <note markdown="1"> If you do use the InvokeAsync action, note that
4178
+ # it doesn't support
4102
4179
  # the use of X-Ray active tracing. Trace ID is not propagated to the
4103
4180
  # function, even if X-Ray active tracing is turned on.
4104
4181
  #
@@ -4661,7 +4738,21 @@ module Aws::Lambda
4661
4738
  # resp.event_source_mappings[0].function_response_types #=> Array
4662
4739
  # resp.event_source_mappings[0].function_response_types[0] #=> String, one of "ReportBatchItemFailures"
4663
4740
  # resp.event_source_mappings[0].amazon_managed_kafka_event_source_config.consumer_group_id #=> String
4741
+ # resp.event_source_mappings[0].amazon_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
4742
+ # resp.event_source_mappings[0].amazon_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
4743
+ # resp.event_source_mappings[0].amazon_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
4744
+ # resp.event_source_mappings[0].amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
4745
+ # resp.event_source_mappings[0].amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
4746
+ # resp.event_source_mappings[0].amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
4747
+ # resp.event_source_mappings[0].amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
4664
4748
  # resp.event_source_mappings[0].self_managed_kafka_event_source_config.consumer_group_id #=> String
4749
+ # resp.event_source_mappings[0].self_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
4750
+ # resp.event_source_mappings[0].self_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
4751
+ # resp.event_source_mappings[0].self_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
4752
+ # resp.event_source_mappings[0].self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
4753
+ # resp.event_source_mappings[0].self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
4754
+ # resp.event_source_mappings[0].self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
4755
+ # resp.event_source_mappings[0].self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
4665
4756
  # resp.event_source_mappings[0].scaling_config.maximum_concurrency #=> Integer
4666
4757
  # resp.event_source_mappings[0].document_db_event_source_config.database_name #=> String
4667
4758
  # resp.event_source_mappings[0].document_db_event_source_config.collection_name #=> String
@@ -6218,7 +6309,7 @@ module Aws::Lambda
6218
6309
  # },
6219
6310
  # },
6220
6311
  # function_arn: "arn:aws:lambda:us-east-2:123456789012:function:my-function:$LATEST",
6221
- # last_modified: Time.parse("${timestamp}"),
6312
+ # last_modified: Time.parse("2016-11-21T19:49:20.006Z"),
6222
6313
  # maximum_event_age_in_seconds: 3600,
6223
6314
  # maximum_retry_attempts: 0,
6224
6315
  # }
@@ -6930,27 +7021,28 @@ module Aws::Lambda
6930
7021
  # For stream sources (DynamoDB, Kinesis, Amazon MSK, and self-managed
6931
7022
  # Apache Kafka), the following option is also available:
6932
7023
  #
6933
- # * `DestinationConfig` – Send discarded records to an Amazon SQS queue,
6934
- # Amazon SNS topic, or Amazon S3 bucket.
7024
+ # * `OnFailure` – Send discarded records to an Amazon SQS queue, Amazon
7025
+ # SNS topic, or Amazon S3 bucket. For more information, see [Adding a
7026
+ # destination][8].
6935
7027
  #
6936
7028
  # ^
6937
7029
  #
6938
7030
  # For information about which configuration parameters apply to each
6939
7031
  # event source, see the following topics.
6940
7032
  #
6941
- # * [ Amazon DynamoDB Streams][8]
7033
+ # * [ Amazon DynamoDB Streams][9]
6942
7034
  #
6943
- # * [ Amazon Kinesis][9]
7035
+ # * [ Amazon Kinesis][10]
6944
7036
  #
6945
- # * [ Amazon SQS][10]
7037
+ # * [ Amazon SQS][11]
6946
7038
  #
6947
- # * [ Amazon MQ and RabbitMQ][11]
7039
+ # * [ Amazon MQ and RabbitMQ][12]
6948
7040
  #
6949
- # * [ Amazon MSK][12]
7041
+ # * [ Amazon MSK][13]
6950
7042
  #
6951
- # * [ Apache Kafka][13]
7043
+ # * [ Apache Kafka][14]
6952
7044
  #
6953
- # * [ Amazon DocumentDB][14]
7045
+ # * [ Amazon DocumentDB][15]
6954
7046
  #
6955
7047
  #
6956
7048
  #
@@ -6961,13 +7053,14 @@ module Aws::Lambda
6961
7053
  # [5]: https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html
6962
7054
  # [6]: https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html
6963
7055
  # [7]: https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html
6964
- # [8]: https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params
6965
- # [9]: https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params
6966
- # [10]: https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params
6967
- # [11]: https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params
6968
- # [12]: https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms
6969
- # [13]: https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms
6970
- # [14]: https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html#docdb-configuration
7056
+ # [8]: https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-async-destinations
7057
+ # [9]: https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params
7058
+ # [10]: https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params
7059
+ # [11]: https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params
7060
+ # [12]: https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params
7061
+ # [13]: https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms
7062
+ # [14]: https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms
7063
+ # [15]: https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html#docdb-configuration
6971
7064
  #
6972
7065
  # @option params [required, String] :uuid
6973
7066
  # The identifier of the event source mapping.
@@ -7091,6 +7184,14 @@ module Aws::Lambda
7091
7184
  #
7092
7185
  # [1]: https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency
7093
7186
  #
7187
+ # @option params [Types::AmazonManagedKafkaEventSourceConfig] :amazon_managed_kafka_event_source_config
7188
+ # Specific configuration settings for an Amazon Managed Streaming for
7189
+ # Apache Kafka (Amazon MSK) event source.
7190
+ #
7191
+ # @option params [Types::SelfManagedKafkaEventSourceConfig] :self_managed_kafka_event_source_config
7192
+ # Specific configuration settings for a self-managed Apache Kafka event
7193
+ # source.
7194
+ #
7094
7195
  # @option params [Types::DocumentDBEventSourceConfig] :document_db_event_source_config
7095
7196
  # Specific configuration settings for a DocumentDB event source.
7096
7197
  #
@@ -7173,7 +7274,7 @@ module Aws::Lambda
7173
7274
  # batch_size: 123,
7174
7275
  # event_source_arn: "arn:aws:s3:::examplebucket/*",
7175
7276
  # function_arn: "arn:aws:lambda:us-west-2:123456789012:function:myFunction",
7176
- # last_modified: Time.parse("2016-11-21T19:49:20.006+0000"),
7277
+ # last_modified: Time.parse("2016-11-21T19:49:20.006Z"),
7177
7278
  # last_processing_result: "",
7178
7279
  # state: "",
7179
7280
  # state_transition_reason: "",
@@ -7218,6 +7319,42 @@ module Aws::Lambda
7218
7319
  # scaling_config: {
7219
7320
  # maximum_concurrency: 1,
7220
7321
  # },
7322
+ # amazon_managed_kafka_event_source_config: {
7323
+ # consumer_group_id: "URI",
7324
+ # schema_registry_config: {
7325
+ # schema_registry_uri: "SchemaRegistryUri",
7326
+ # event_record_format: "JSON", # accepts JSON, SOURCE
7327
+ # access_configs: [
7328
+ # {
7329
+ # type: "BASIC_AUTH", # accepts BASIC_AUTH, CLIENT_CERTIFICATE_TLS_AUTH, SERVER_ROOT_CA_CERTIFICATE
7330
+ # uri: "Arn",
7331
+ # },
7332
+ # ],
7333
+ # schema_validation_configs: [
7334
+ # {
7335
+ # attribute: "KEY", # accepts KEY, VALUE
7336
+ # },
7337
+ # ],
7338
+ # },
7339
+ # },
7340
+ # self_managed_kafka_event_source_config: {
7341
+ # consumer_group_id: "URI",
7342
+ # schema_registry_config: {
7343
+ # schema_registry_uri: "SchemaRegistryUri",
7344
+ # event_record_format: "JSON", # accepts JSON, SOURCE
7345
+ # access_configs: [
7346
+ # {
7347
+ # type: "BASIC_AUTH", # accepts BASIC_AUTH, CLIENT_CERTIFICATE_TLS_AUTH, SERVER_ROOT_CA_CERTIFICATE
7348
+ # uri: "Arn",
7349
+ # },
7350
+ # ],
7351
+ # schema_validation_configs: [
7352
+ # {
7353
+ # attribute: "KEY", # accepts KEY, VALUE
7354
+ # },
7355
+ # ],
7356
+ # },
7357
+ # },
7221
7358
  # document_db_event_source_config: {
7222
7359
  # database_name: "DatabaseName",
7223
7360
  # collection_name: "CollectionName",
@@ -7268,7 +7405,21 @@ module Aws::Lambda
7268
7405
  # resp.function_response_types #=> Array
7269
7406
  # resp.function_response_types[0] #=> String, one of "ReportBatchItemFailures"
7270
7407
  # resp.amazon_managed_kafka_event_source_config.consumer_group_id #=> String
7408
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
7409
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
7410
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
7411
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
7412
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
7413
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
7414
+ # resp.amazon_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
7271
7415
  # resp.self_managed_kafka_event_source_config.consumer_group_id #=> String
7416
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_registry_uri #=> String
7417
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.event_record_format #=> String, one of "JSON", "SOURCE"
7418
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs #=> Array
7419
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].type #=> String, one of "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE"
7420
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.access_configs[0].uri #=> String
7421
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs #=> Array
7422
+ # resp.self_managed_kafka_event_source_config.schema_registry_config.schema_validation_configs[0].attribute #=> String, one of "KEY", "VALUE"
7272
7423
  # resp.scaling_config.maximum_concurrency #=> Integer
7273
7424
  # resp.document_db_event_source_config.database_name #=> String
7274
7425
  # resp.document_db_event_source_config.collection_name #=> String
@@ -8124,12 +8275,7 @@ module Aws::Lambda
8124
8275
  # * `RESPONSE_STREAM` – Your function streams payload results as they
8125
8276
  # become available. Lambda invokes your function using the
8126
8277
  # `InvokeWithResponseStream` API operation. The maximum response
8127
- # payload size is 20 MB, however, you can [request a quota
8128
- # increase][1].
8129
- #
8130
- #
8131
- #
8132
- # [1]: https://docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
8278
+ # payload size is 200 MB.
8133
8279
  #
8134
8280
  # @return [Types::UpdateFunctionUrlConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8135
8281
  #
@@ -8204,7 +8350,7 @@ module Aws::Lambda
8204
8350
  tracer: tracer
8205
8351
  )
8206
8352
  context[:gem_name] = 'aws-sdk-lambda'
8207
- context[:gem_version] = '1.151.0'
8353
+ context[:gem_version] = '1.160.0'
8208
8354
  Seahorse::Client::Request.new(handlers, context)
8209
8355
  end
8210
8356