aws-sdk-lambda 1.63.0 → 1.67.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: 2e5cc72061284d6cab80781cf084688bd2105a7f18864b4215f526d78ed922a8
4
- data.tar.gz: aac9ab3f6a5a328e329e0ad44153424d6d97597e2c15149441f2ddee2ce6b3c9
3
+ metadata.gz: 6269e80db03aada59ff66b12d0b978ac07bedab526869aee48878b37e86c5d96
4
+ data.tar.gz: 120262d0f64b35695acd00a8aaf0671be25105ae89bf642363db9a4533ee0625
5
5
  SHA512:
6
- metadata.gz: 82539c53e2ab9a642e429a8deff93dc78454e4d3497f60725430c52f1d91a1bd96f984ff51161bfef7412c8c2dc02a201435f81f51e07197b1b83d090686311c
7
- data.tar.gz: befa93ada9f746412ca75ecf4ac54eccbd8f35b6ced9924fafbc034eb154b5e6b0699d32aa99fdb8fc6c545cc38b4f91b0b58dd32113e4cf4387f55bd0f9909f
6
+ metadata.gz: 35056a14aa72d86c0587a9b2e9f746c99033dc6eb41d8dc9c864f68739dd2de3e10fe214a29d623f7a3c0c52ff83aea694d1751aa2d88813f44aff6b3d716861
7
+ data.tar.gz: 91e80a8c95f31b32525918347bd4cf111d8e0a5b30bc30f2181d944284c7830ff75569e98662097c300d76469724625609db416bdcd0ad8e4597f8e3e4b16ab8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2021-08-12)
5
+ ------------------
6
+
7
+ * Feature - Lambda Python 3.9 runtime launch
8
+
9
+ 1.66.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.65.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.64.0 (2021-07-21)
20
+ ------------------
21
+
22
+ * Feature - New ResourceConflictException error code for PutFunctionEventInvokeConfig, UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations.
23
+
4
24
  1.63.0 (2021-07-06)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.67.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-lambda/customizations'
49
49
  # @!group service
50
50
  module Aws::Lambda
51
51
 
52
- GEM_VERSION = '1.63.0'
52
+ GEM_VERSION = '1.67.0'
53
53
 
54
54
  end
@@ -790,7 +790,7 @@ module Aws::Lambda
790
790
  # (MQ) The name of the Amazon MQ broker destination queue to consume.
791
791
  #
792
792
  # @option params [Array<Types::SourceAccessConfiguration>] :source_access_configurations
793
- # An array of the authentication protocol, or the VPC components to
793
+ # An array of authentication protocols or VPC components required to
794
794
  # secure your event source.
795
795
  #
796
796
  # @option params [Types::SelfManagedEventSource] :self_managed_event_source
@@ -1149,7 +1149,7 @@ module Aws::Lambda
1149
1149
  #
1150
1150
  # resp = client.create_function({
1151
1151
  # function_name: "FunctionName", # required
1152
- # runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
1152
+ # runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
1153
1153
  # role: "RoleArn", # required
1154
1154
  # handler: "Handler",
1155
1155
  # code: { # required
@@ -1202,7 +1202,7 @@ module Aws::Lambda
1202
1202
  #
1203
1203
  # resp.function_name #=> String
1204
1204
  # resp.function_arn #=> String
1205
- # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
1205
+ # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
1206
1206
  # resp.role #=> String
1207
1207
  # resp.handler #=> String
1208
1208
  # resp.code_size #=> Integer
@@ -1888,7 +1888,7 @@ module Aws::Lambda
1888
1888
  #
1889
1889
  # resp.configuration.function_name #=> String
1890
1890
  # resp.configuration.function_arn #=> String
1891
- # resp.configuration.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
1891
+ # resp.configuration.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
1892
1892
  # resp.configuration.role #=> String
1893
1893
  # resp.configuration.handler #=> String
1894
1894
  # resp.configuration.code_size #=> Integer
@@ -2115,7 +2115,7 @@ module Aws::Lambda
2115
2115
  #
2116
2116
  # resp.function_name #=> String
2117
2117
  # resp.function_arn #=> String
2118
- # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
2118
+ # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
2119
2119
  # resp.role #=> String
2120
2120
  # resp.handler #=> String
2121
2121
  # resp.code_size #=> Integer
@@ -2282,7 +2282,7 @@ module Aws::Lambda
2282
2282
  # resp.created_date #=> Time
2283
2283
  # resp.version #=> Integer
2284
2284
  # resp.compatible_runtimes #=> Array
2285
- # resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
2285
+ # resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
2286
2286
  # resp.license_info #=> String
2287
2287
  #
2288
2288
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersion AWS API Documentation
@@ -2334,7 +2334,7 @@ module Aws::Lambda
2334
2334
  # resp.created_date #=> Time
2335
2335
  # resp.version #=> Integer
2336
2336
  # resp.compatible_runtimes #=> Array
2337
- # resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
2337
+ # resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
2338
2338
  # resp.license_info #=> String
2339
2339
  #
2340
2340
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionByArn AWS API Documentation
@@ -2828,7 +2828,9 @@ module Aws::Lambda
2828
2828
  # A pagination token returned by a previous call.
2829
2829
  #
2830
2830
  # @option params [Integer] :max_items
2831
- # The maximum number of event source mappings to return.
2831
+ # The maximum number of event source mappings to return. Note that
2832
+ # ListEventSourceMappings returns a maximum of 100 items in each
2833
+ # response, even if you set the number higher.
2832
2834
  #
2833
2835
  # @return [Types::ListEventSourceMappingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2834
2836
  #
@@ -2968,10 +2970,11 @@ module Aws::Lambda
2968
2970
  # </note>
2969
2971
  #
2970
2972
  # @option params [String] :master_region
2971
- # For Lambda@Edge functions, the Region of the master function. For
2972
- # example, `us-east-1` filters the list of functions to only include
2973
- # Lambda@Edge functions replicated from a master function in US East (N.
2974
- # Virginia). If specified, you must set `FunctionVersion` to `ALL`.
2973
+ # For Lambda@Edge functions, the Amazon Web Services Region of the
2974
+ # master function. For example, `us-east-1` filters the list of
2975
+ # functions to only include Lambda@Edge functions replicated from a
2976
+ # master function in US East (N. Virginia). If specified, you must set
2977
+ # `FunctionVersion` to `ALL`.
2975
2978
  #
2976
2979
  # @option params [String] :function_version
2977
2980
  # Set to `ALL` to include entries for all published versions of each
@@ -3008,7 +3011,7 @@ module Aws::Lambda
3008
3011
  # resp.functions #=> Array
3009
3012
  # resp.functions[0].function_name #=> String
3010
3013
  # resp.functions[0].function_arn #=> String
3011
- # resp.functions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3014
+ # resp.functions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3012
3015
  # resp.functions[0].role #=> String
3013
3016
  # resp.functions[0].handler #=> String
3014
3017
  # resp.functions[0].code_size #=> Integer
@@ -3141,7 +3144,7 @@ module Aws::Lambda
3141
3144
  # @example Request syntax with placeholder values
3142
3145
  #
3143
3146
  # resp = client.list_layer_versions({
3144
- # compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3147
+ # compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3145
3148
  # layer_name: "LayerName", # required
3146
3149
  # marker: "String",
3147
3150
  # max_items: 1,
@@ -3156,7 +3159,7 @@ module Aws::Lambda
3156
3159
  # resp.layer_versions[0].description #=> String
3157
3160
  # resp.layer_versions[0].created_date #=> Time
3158
3161
  # resp.layer_versions[0].compatible_runtimes #=> Array
3159
- # resp.layer_versions[0].compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3162
+ # resp.layer_versions[0].compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3160
3163
  # resp.layer_versions[0].license_info #=> String
3161
3164
  #
3162
3165
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayerVersions AWS API Documentation
@@ -3196,7 +3199,7 @@ module Aws::Lambda
3196
3199
  # @example Request syntax with placeholder values
3197
3200
  #
3198
3201
  # resp = client.list_layers({
3199
- # compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3202
+ # compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3200
3203
  # marker: "String",
3201
3204
  # max_items: 1,
3202
3205
  # })
@@ -3212,7 +3215,7 @@ module Aws::Lambda
3212
3215
  # resp.layers[0].latest_matching_version.description #=> String
3213
3216
  # resp.layers[0].latest_matching_version.created_date #=> Time
3214
3217
  # resp.layers[0].latest_matching_version.compatible_runtimes #=> Array
3215
- # resp.layers[0].latest_matching_version.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3218
+ # resp.layers[0].latest_matching_version.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3216
3219
  # resp.layers[0].latest_matching_version.license_info #=> String
3217
3220
  #
3218
3221
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayers AWS API Documentation
@@ -3371,7 +3374,7 @@ module Aws::Lambda
3371
3374
  # resp.versions #=> Array
3372
3375
  # resp.versions[0].function_name #=> String
3373
3376
  # resp.versions[0].function_arn #=> String
3374
- # resp.versions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3377
+ # resp.versions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3375
3378
  # resp.versions[0].role #=> String
3376
3379
  # resp.versions[0].handler #=> String
3377
3380
  # resp.versions[0].code_size #=> Integer
@@ -3493,7 +3496,7 @@ module Aws::Lambda
3493
3496
  # s3_object_version: "S3ObjectVersion",
3494
3497
  # zip_file: "data",
3495
3498
  # },
3496
- # compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3499
+ # compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3497
3500
  # license_info: "LicenseInfo",
3498
3501
  # })
3499
3502
  #
@@ -3510,7 +3513,7 @@ module Aws::Lambda
3510
3513
  # resp.created_date #=> Time
3511
3514
  # resp.version #=> Integer
3512
3515
  # resp.compatible_runtimes #=> Array
3513
- # resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3516
+ # resp.compatible_runtimes[0] #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3514
3517
  # resp.license_info #=> String
3515
3518
  #
3516
3519
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishLayerVersion AWS API Documentation
@@ -3616,7 +3619,7 @@ module Aws::Lambda
3616
3619
  #
3617
3620
  # resp.function_name #=> String
3618
3621
  # resp.function_arn #=> String
3619
- # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3622
+ # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
3620
3623
  # resp.role #=> String
3621
3624
  # resp.handler #=> String
3622
3625
  # resp.code_size #=> Integer
@@ -4337,7 +4340,7 @@ module Aws::Lambda
4337
4340
  # concurrently.
4338
4341
  #
4339
4342
  # @option params [Array<Types::SourceAccessConfiguration>] :source_access_configurations
4340
- # An array of the authentication protocol, or the VPC components to
4343
+ # An array of authentication protocols or VPC components required to
4341
4344
  # secure your event source.
4342
4345
  #
4343
4346
  # @option params [Integer] :tumbling_window_in_seconds
@@ -4563,7 +4566,7 @@ module Aws::Lambda
4563
4566
  #
4564
4567
  # resp.function_name #=> String
4565
4568
  # resp.function_arn #=> String
4566
- # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
4569
+ # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
4567
4570
  # resp.role #=> String
4568
4571
  # resp.handler #=> String
4569
4572
  # resp.code_size #=> Integer
@@ -4815,7 +4818,7 @@ module Aws::Lambda
4815
4818
  # "EnvironmentVariableName" => "EnvironmentVariableValue",
4816
4819
  # },
4817
4820
  # },
4818
- # runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
4821
+ # runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
4819
4822
  # dead_letter_config: {
4820
4823
  # target_arn: "ResourceArn",
4821
4824
  # },
@@ -4842,7 +4845,7 @@ module Aws::Lambda
4842
4845
  #
4843
4846
  # resp.function_name #=> String
4844
4847
  # resp.function_arn #=> String
4845
- # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
4848
+ # resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2"
4846
4849
  # resp.role #=> String
4847
4850
  # resp.handler #=> String
4848
4851
  # resp.code_size #=> Integer
@@ -5004,7 +5007,7 @@ module Aws::Lambda
5004
5007
  params: params,
5005
5008
  config: config)
5006
5009
  context[:gem_name] = 'aws-sdk-lambda'
5007
- context[:gem_version] = '1.63.0'
5010
+ context[:gem_version] = '1.67.0'
5008
5011
  Seahorse::Client::Request.new(handlers, context)
5009
5012
  end
5010
5013
 
@@ -1384,6 +1384,7 @@ module Aws::Lambda
1384
1384
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1385
1385
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1386
1386
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1387
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1387
1388
  end)
1388
1389
 
1389
1390
  api.add_operation(:delete_layer_version, Seahorse::Model::Operation.new.tap do |o|
@@ -1875,6 +1876,7 @@ module Aws::Lambda
1875
1876
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1876
1877
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1877
1878
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1879
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1878
1880
  end)
1879
1881
 
1880
1882
  api.add_operation(:put_provisioned_concurrency_config, Seahorse::Model::Operation.new.tap do |o|
@@ -2026,6 +2028,7 @@ module Aws::Lambda
2026
2028
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2027
2029
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2028
2030
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2031
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
2029
2032
  end)
2030
2033
  end
2031
2034
 
@@ -769,7 +769,7 @@ module Aws::Lambda
769
769
  # @return [Array<String>]
770
770
  #
771
771
  # @!attribute [rw] source_access_configurations
772
- # An array of the authentication protocol, or the VPC components to
772
+ # An array of authentication protocols or VPC components required to
773
773
  # secure your event source.
774
774
  # @return [Array<Types::SourceAccessConfiguration>]
775
775
  #
@@ -812,7 +812,7 @@ module Aws::Lambda
812
812
  #
813
813
  # {
814
814
  # function_name: "FunctionName", # required
815
- # runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
815
+ # runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
816
816
  # role: "RoleArn", # required
817
817
  # handler: "Handler",
818
818
  # code: { # required
@@ -1607,8 +1607,8 @@ module Aws::Lambda
1607
1607
  include Aws::Structure
1608
1608
  end
1609
1609
 
1610
- # A mapping between an Amazon Web Services resource and an Lambda
1611
- # function. See CreateEventSourceMapping for details.
1610
+ # A mapping between an Amazon Web Services resource and a Lambda
1611
+ # function. For details, see CreateEventSourceMapping.
1612
1612
  #
1613
1613
  # @!attribute [rw] uuid
1614
1614
  # The identifier of the event source mapping.
@@ -1616,8 +1616,8 @@ module Aws::Lambda
1616
1616
  #
1617
1617
  # @!attribute [rw] starting_position
1618
1618
  # The position in a stream from which to start reading. Required for
1619
- # Amazon Kinesis, Amazon DynamoDB, and Amazon MSK Streams sources.
1620
- # `AT_TIMESTAMP` is only supported for Amazon Kinesis streams.
1619
+ # Amazon Kinesis, Amazon DynamoDB, and Amazon MSK stream sources.
1620
+ # `AT_TIMESTAMP` is supported only for Amazon Kinesis streams.
1621
1621
  # @return [String]
1622
1622
  #
1623
1623
  # @!attribute [rw] starting_position_timestamp
@@ -1630,14 +1630,14 @@ module Aws::Lambda
1630
1630
  # @return [Integer]
1631
1631
  #
1632
1632
  # @!attribute [rw] maximum_batching_window_in_seconds
1633
- # (Streams and SQS standard queues) The maximum amount of time to
1634
- # gather records before invoking the function, in seconds. The default
1635
- # value is zero.
1633
+ # (Streams and Amazon SQS standard queues) The maximum amount of time
1634
+ # to gather records before invoking the function, in seconds. The
1635
+ # default value is zero.
1636
1636
  # @return [Integer]
1637
1637
  #
1638
1638
  # @!attribute [rw] parallelization_factor
1639
- # (Streams only) The number of batches to process from each shard
1640
- # concurrently. The default value is 1.
1639
+ # (Streams only) The number of batches to process concurrently from
1640
+ # each shard. The default value is 1.
1641
1641
  # @return [Integer]
1642
1642
  #
1643
1643
  # @!attribute [rw] event_source_arn
@@ -1649,12 +1649,12 @@ module Aws::Lambda
1649
1649
  # @return [String]
1650
1650
  #
1651
1651
  # @!attribute [rw] last_modified
1652
- # The date that the event source mapping was last updated, or its
1652
+ # The date that the event source mapping was last updated or that its
1653
1653
  # state changed.
1654
1654
  # @return [Time]
1655
1655
  #
1656
1656
  # @!attribute [rw] last_processing_result
1657
- # The result of the last Lambda invocation of your Lambda function.
1657
+ # The result of the last Lambda invocation of your function.
1658
1658
  # @return [String]
1659
1659
  #
1660
1660
  # @!attribute [rw] state
@@ -1664,8 +1664,8 @@ module Aws::Lambda
1664
1664
  # @return [String]
1665
1665
  #
1666
1666
  # @!attribute [rw] state_transition_reason
1667
- # Indicates whether the last change to the event source mapping was
1668
- # made by a user, or by the Lambda service.
1667
+ # Indicates whether a user or Lambda made the last change to the event
1668
+ # source mapping.
1669
1669
  # @return [String]
1670
1670
  #
1671
1671
  # @!attribute [rw] destination_config
@@ -1678,16 +1678,17 @@ module Aws::Lambda
1678
1678
  # @return [Array<String>]
1679
1679
  #
1680
1680
  # @!attribute [rw] queues
1681
- # (MQ) The name of the Amazon MQ broker destination queue to consume.
1681
+ # (Amazon MQ) The name of the Amazon MQ broker destination queue to
1682
+ # consume.
1682
1683
  # @return [Array<String>]
1683
1684
  #
1684
1685
  # @!attribute [rw] source_access_configurations
1685
- # An array of the authentication protocol, or the VPC components to
1686
- # secure your event source.
1686
+ # An array of the authentication protocol, VPC components, or virtual
1687
+ # host to secure and define your event source.
1687
1688
  # @return [Array<Types::SourceAccessConfiguration>]
1688
1689
  #
1689
1690
  # @!attribute [rw] self_managed_event_source
1690
- # The Self-Managed Apache Kafka cluster for your event source.
1691
+ # The self-managed Apache Kafka cluster for your event source.
1691
1692
  # @return [Types::SelfManagedEventSource]
1692
1693
  #
1693
1694
  # @!attribute [rw] maximum_record_age_in_seconds
@@ -1710,7 +1711,7 @@ module Aws::Lambda
1710
1711
  #
1711
1712
  # @!attribute [rw] tumbling_window_in_seconds
1712
1713
  # (Streams only) The duration in seconds of a processing window. The
1713
- # range is between 1 second up to 900 seconds.
1714
+ # range is 1900 seconds.
1714
1715
  # @return [Integer]
1715
1716
  #
1716
1717
  # @!attribute [rw] function_response_types
@@ -3541,7 +3542,9 @@ module Aws::Lambda
3541
3542
  # @return [String]
3542
3543
  #
3543
3544
  # @!attribute [rw] max_items
3544
- # The maximum number of event source mappings to return.
3545
+ # The maximum number of event source mappings to return. Note that
3546
+ # ListEventSourceMappings returns a maximum of 100 items in each
3547
+ # response, even if you set the number higher.
3545
3548
  # @return [Integer]
3546
3549
  #
3547
3550
  # @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListEventSourceMappingsRequest AWS API Documentation
@@ -3695,11 +3698,11 @@ module Aws::Lambda
3695
3698
  # }
3696
3699
  #
3697
3700
  # @!attribute [rw] master_region
3698
- # For Lambda@Edge functions, the Region of the master function. For
3699
- # example, `us-east-1` filters the list of functions to only include
3700
- # Lambda@Edge functions replicated from a master function in US East
3701
- # (N. Virginia). If specified, you must set `FunctionVersion` to
3702
- # `ALL`.
3701
+ # For Lambda@Edge functions, the Amazon Web Services Region of the
3702
+ # master function. For example, `us-east-1` filters the list of
3703
+ # functions to only include Lambda@Edge functions replicated from a
3704
+ # master function in US East (N. Virginia). If specified, you must set
3705
+ # `FunctionVersion` to `ALL`.
3703
3706
  # @return [String]
3704
3707
  #
3705
3708
  # @!attribute [rw] function_version
@@ -3752,7 +3755,7 @@ module Aws::Lambda
3752
3755
  # data as a hash:
3753
3756
  #
3754
3757
  # {
3755
- # compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3758
+ # compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3756
3759
  # layer_name: "LayerName", # required
3757
3760
  # marker: "String",
3758
3761
  # max_items: 1,
@@ -3807,7 +3810,7 @@ module Aws::Lambda
3807
3810
  # data as a hash:
3808
3811
  #
3809
3812
  # {
3810
- # compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3813
+ # compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
3811
3814
  # marker: "String",
3812
3815
  # max_items: 1,
3813
3816
  # }
@@ -4171,7 +4174,7 @@ module Aws::Lambda
4171
4174
  # s3_object_version: "S3ObjectVersion",
4172
4175
  # zip_file: "data",
4173
4176
  # },
4174
- # compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
4177
+ # compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
4175
4178
  # license_info: "LicenseInfo",
4176
4179
  # }
4177
4180
  #
@@ -4792,7 +4795,7 @@ module Aws::Lambda
4792
4795
  include Aws::Structure
4793
4796
  end
4794
4797
 
4795
- # The Self-Managed Apache Kafka cluster for your event source.
4798
+ # The self-managed Apache Kafka cluster for your event source.
4796
4799
  #
4797
4800
  # @note When making an API call, you may pass SelfManagedEventSource
4798
4801
  # data as a hash:
@@ -4834,8 +4837,8 @@ module Aws::Lambda
4834
4837
  include Aws::Structure
4835
4838
  end
4836
4839
 
4837
- # You can specify the authentication protocol, or the VPC components to
4838
- # secure access to your event source.
4840
+ # To secure and define access to your event source, you can specify the
4841
+ # authentication protocol, VPC components, or virtual host.
4839
4842
  #
4840
4843
  # @note When making an API call, you may pass SourceAccessConfiguration
4841
4844
  # data as a hash:
@@ -4846,29 +4849,34 @@ module Aws::Lambda
4846
4849
  # }
4847
4850
  #
4848
4851
  # @!attribute [rw] type
4849
- # The type of authentication protocol or the VPC components for your
4850
- # event source. For example: `"Type":"SASL_SCRAM_512_AUTH"`.
4852
+ # The type of authentication protocol, VPC components, or virtual host
4853
+ # for your event source. For example: `"Type":"SASL_SCRAM_512_AUTH"`.
4854
+ #
4855
+ # * `BASIC_AUTH` - (Amazon MQ) The Secrets Manager secret that stores
4856
+ # your broker credentials.
4851
4857
  #
4852
- # * `BASIC_AUTH` - (MQ) The Secrets Manager secret that stores your
4853
- # broker credentials.
4858
+ # * `BASIC_AUTH` - (Self-managed Apache Kafka) The Secrets Manager ARN
4859
+ # of your secret key used for SASL/PLAIN authentication of your
4860
+ # Apache Kafka brokers.
4854
4861
  #
4855
4862
  # * `VPC_SUBNET` - The subnets associated with your VPC. Lambda
4856
- # connects to these subnets to fetch data from your Self-Managed
4863
+ # connects to these subnets to fetch data from your self-managed
4857
4864
  # Apache Kafka cluster.
4858
4865
  #
4859
4866
  # * `VPC_SECURITY_GROUP` - The VPC security group used to manage
4860
- # access to your Self-Managed Apache Kafka brokers.
4867
+ # access to your self-managed Apache Kafka brokers.
4861
4868
  #
4862
4869
  # * `SASL_SCRAM_256_AUTH` - The Secrets Manager ARN of your secret key
4863
- # used for SASL SCRAM-256 authentication of your Self-Managed Apache
4870
+ # used for SASL SCRAM-256 authentication of your self-managed Apache
4864
4871
  # Kafka brokers.
4865
4872
  #
4866
4873
  # * `SASL_SCRAM_512_AUTH` - The Secrets Manager ARN of your secret key
4867
- # used for SASL SCRAM-512 authentication of your Self-Managed Apache
4874
+ # used for SASL SCRAM-512 authentication of your self-managed Apache
4868
4875
  # Kafka brokers.
4869
4876
  #
4870
- # * `VIRTUAL_HOST` - The name of the virtual host in your RabbitMQ
4871
- # broker. Lambda will use this host as the event source.
4877
+ # * `VIRTUAL_HOST` - (Amazon MQ) The name of the virtual host in your
4878
+ # RabbitMQ broker. Lambda uses this RabbitMQ host as the event
4879
+ # source.
4872
4880
  # @return [String]
4873
4881
  #
4874
4882
  # @!attribute [rw] uri
@@ -5271,7 +5279,7 @@ module Aws::Lambda
5271
5279
  # @return [Integer]
5272
5280
  #
5273
5281
  # @!attribute [rw] source_access_configurations
5274
- # An array of the authentication protocol, or the VPC components to
5282
+ # An array of authentication protocols or VPC components required to
5275
5283
  # secure your event source.
5276
5284
  # @return [Array<Types::SourceAccessConfiguration>]
5277
5285
  #
@@ -5413,7 +5421,7 @@ module Aws::Lambda
5413
5421
  # "EnvironmentVariableName" => "EnvironmentVariableValue",
5414
5422
  # },
5415
5423
  # },
5416
- # runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
5424
+ # runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, nodejs14.x, java8, java8.al2, java11, python2.7, python3.6, python3.7, python3.8, python3.9, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, dotnetcore3.1, nodejs4.3-edge, go1.x, ruby2.5, ruby2.7, provided, provided.al2
5417
5425
  # dead_letter_config: {
5418
5426
  # target_arn: "ResourceArn",
5419
5427
  # },
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.63.0
4
+ version: 1.67.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: 2021-07-06 00:00:00.000000000 Z
11
+ date: 2021-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.119.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement