aws-sdk-lambda 1.43.1 → 1.48.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 +4 -4
- data/lib/aws-sdk-lambda.rb +3 -1
- data/lib/aws-sdk-lambda/client.rb +134 -45
- data/lib/aws-sdk-lambda/client_api.rb +45 -0
- data/lib/aws-sdk-lambda/customizations.rb +1 -0
- data/lib/aws-sdk-lambda/errors.rb +86 -0
- data/lib/aws-sdk-lambda/resource.rb +2 -0
- data/lib/aws-sdk-lambda/types.rb +307 -25
- data/lib/aws-sdk-lambda/waiters.rb +2 -0
- metadata +2 -2
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -51,6 +53,10 @@ module Aws::Lambda
|
|
51
53
|
EC2AccessDeniedException = Shapes::StructureShape.new(name: 'EC2AccessDeniedException')
|
52
54
|
EC2ThrottledException = Shapes::StructureShape.new(name: 'EC2ThrottledException')
|
53
55
|
EC2UnexpectedException = Shapes::StructureShape.new(name: 'EC2UnexpectedException')
|
56
|
+
EFSIOException = Shapes::StructureShape.new(name: 'EFSIOException')
|
57
|
+
EFSMountConnectivityException = Shapes::StructureShape.new(name: 'EFSMountConnectivityException')
|
58
|
+
EFSMountFailureException = Shapes::StructureShape.new(name: 'EFSMountFailureException')
|
59
|
+
EFSMountTimeoutException = Shapes::StructureShape.new(name: 'EFSMountTimeoutException')
|
54
60
|
ENILimitReachedException = Shapes::StructureShape.new(name: 'ENILimitReachedException')
|
55
61
|
Enabled = Shapes::BooleanShape.new(name: 'Enabled')
|
56
62
|
Environment = Shapes::StructureShape.new(name: 'Environment')
|
@@ -63,6 +69,9 @@ module Aws::Lambda
|
|
63
69
|
EventSourceMappingsList = Shapes::ListShape.new(name: 'EventSourceMappingsList')
|
64
70
|
EventSourcePosition = Shapes::StringShape.new(name: 'EventSourcePosition')
|
65
71
|
EventSourceToken = Shapes::StringShape.new(name: 'EventSourceToken')
|
72
|
+
FileSystemArn = Shapes::StringShape.new(name: 'FileSystemArn')
|
73
|
+
FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
|
74
|
+
FileSystemConfigList = Shapes::ListShape.new(name: 'FileSystemConfigList')
|
66
75
|
FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
|
67
76
|
FunctionCode = Shapes::StructureShape.new(name: 'FunctionCode')
|
68
77
|
FunctionCodeLocation = Shapes::StructureShape.new(name: 'FunctionCodeLocation')
|
@@ -147,6 +156,7 @@ module Aws::Lambda
|
|
147
156
|
ListTagsResponse = Shapes::StructureShape.new(name: 'ListTagsResponse')
|
148
157
|
ListVersionsByFunctionRequest = Shapes::StructureShape.new(name: 'ListVersionsByFunctionRequest')
|
149
158
|
ListVersionsByFunctionResponse = Shapes::StructureShape.new(name: 'ListVersionsByFunctionResponse')
|
159
|
+
LocalMountPath = Shapes::StringShape.new(name: 'LocalMountPath')
|
150
160
|
LogType = Shapes::StringShape.new(name: 'LogType')
|
151
161
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
152
162
|
MasterRegion = Shapes::StringShape.new(name: 'MasterRegion')
|
@@ -220,6 +230,8 @@ module Aws::Lambda
|
|
220
230
|
Timeout = Shapes::IntegerShape.new(name: 'Timeout')
|
221
231
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
222
232
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
233
|
+
Topic = Shapes::StringShape.new(name: 'Topic')
|
234
|
+
Topics = Shapes::ListShape.new(name: 'Topics')
|
223
235
|
TracingConfig = Shapes::StructureShape.new(name: 'TracingConfig')
|
224
236
|
TracingConfigResponse = Shapes::StructureShape.new(name: 'TracingConfigResponse')
|
225
237
|
TracingMode = Shapes::StringShape.new(name: 'TracingMode')
|
@@ -319,6 +331,7 @@ module Aws::Lambda
|
|
319
331
|
CreateEventSourceMappingRequest.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
|
320
332
|
CreateEventSourceMappingRequest.add_member(:bisect_batch_on_function_error, Shapes::ShapeRef.new(shape: BisectBatchOnFunctionError, location_name: "BisectBatchOnFunctionError"))
|
321
333
|
CreateEventSourceMappingRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsEventSourceMapping, location_name: "MaximumRetryAttempts"))
|
334
|
+
CreateEventSourceMappingRequest.add_member(:topics, Shapes::ShapeRef.new(shape: Topics, location_name: "Topics"))
|
322
335
|
CreateEventSourceMappingRequest.struct_class = Types::CreateEventSourceMappingRequest
|
323
336
|
|
324
337
|
CreateFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
|
@@ -337,6 +350,7 @@ module Aws::Lambda
|
|
337
350
|
CreateFunctionRequest.add_member(:tracing_config, Shapes::ShapeRef.new(shape: TracingConfig, location_name: "TracingConfig"))
|
338
351
|
CreateFunctionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
339
352
|
CreateFunctionRequest.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "Layers"))
|
353
|
+
CreateFunctionRequest.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
|
340
354
|
CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
|
341
355
|
|
342
356
|
DeadLetterConfig.add_member(:target_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "TargetArn"))
|
@@ -385,6 +399,22 @@ module Aws::Lambda
|
|
385
399
|
EC2UnexpectedException.add_member(:ec2_error_code, Shapes::ShapeRef.new(shape: String, location_name: "EC2ErrorCode"))
|
386
400
|
EC2UnexpectedException.struct_class = Types::EC2UnexpectedException
|
387
401
|
|
402
|
+
EFSIOException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
403
|
+
EFSIOException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
404
|
+
EFSIOException.struct_class = Types::EFSIOException
|
405
|
+
|
406
|
+
EFSMountConnectivityException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
407
|
+
EFSMountConnectivityException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
408
|
+
EFSMountConnectivityException.struct_class = Types::EFSMountConnectivityException
|
409
|
+
|
410
|
+
EFSMountFailureException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
411
|
+
EFSMountFailureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
412
|
+
EFSMountFailureException.struct_class = Types::EFSMountFailureException
|
413
|
+
|
414
|
+
EFSMountTimeoutException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
415
|
+
EFSMountTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
416
|
+
EFSMountTimeoutException.struct_class = Types::EFSMountTimeoutException
|
417
|
+
|
388
418
|
ENILimitReachedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
389
419
|
ENILimitReachedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
390
420
|
ENILimitReachedException.struct_class = Types::ENILimitReachedException
|
@@ -414,6 +444,7 @@ module Aws::Lambda
|
|
414
444
|
EventSourceMappingConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "State"))
|
415
445
|
EventSourceMappingConfiguration.add_member(:state_transition_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateTransitionReason"))
|
416
446
|
EventSourceMappingConfiguration.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
447
|
+
EventSourceMappingConfiguration.add_member(:topics, Shapes::ShapeRef.new(shape: Topics, location_name: "Topics"))
|
417
448
|
EventSourceMappingConfiguration.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
|
418
449
|
EventSourceMappingConfiguration.add_member(:bisect_batch_on_function_error, Shapes::ShapeRef.new(shape: BisectBatchOnFunctionError, location_name: "BisectBatchOnFunctionError"))
|
419
450
|
EventSourceMappingConfiguration.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsEventSourceMapping, location_name: "MaximumRetryAttempts"))
|
@@ -421,6 +452,12 @@ module Aws::Lambda
|
|
421
452
|
|
422
453
|
EventSourceMappingsList.member = Shapes::ShapeRef.new(shape: EventSourceMappingConfiguration)
|
423
454
|
|
455
|
+
FileSystemConfig.add_member(:arn, Shapes::ShapeRef.new(shape: FileSystemArn, required: true, location_name: "Arn"))
|
456
|
+
FileSystemConfig.add_member(:local_mount_path, Shapes::ShapeRef.new(shape: LocalMountPath, required: true, location_name: "LocalMountPath"))
|
457
|
+
FileSystemConfig.struct_class = Types::FileSystemConfig
|
458
|
+
|
459
|
+
FileSystemConfigList.member = Shapes::ShapeRef.new(shape: FileSystemConfig)
|
460
|
+
|
424
461
|
FunctionCode.add_member(:zip_file, Shapes::ShapeRef.new(shape: Blob, location_name: "ZipFile"))
|
425
462
|
FunctionCode.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "S3Bucket"))
|
426
463
|
FunctionCode.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "S3Key"))
|
@@ -457,6 +494,7 @@ module Aws::Lambda
|
|
457
494
|
FunctionConfiguration.add_member(:last_update_status, Shapes::ShapeRef.new(shape: LastUpdateStatus, location_name: "LastUpdateStatus"))
|
458
495
|
FunctionConfiguration.add_member(:last_update_status_reason, Shapes::ShapeRef.new(shape: LastUpdateStatusReason, location_name: "LastUpdateStatusReason"))
|
459
496
|
FunctionConfiguration.add_member(:last_update_status_reason_code, Shapes::ShapeRef.new(shape: LastUpdateStatusReasonCode, location_name: "LastUpdateStatusReasonCode"))
|
497
|
+
FunctionConfiguration.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
|
460
498
|
FunctionConfiguration.struct_class = Types::FunctionConfiguration
|
461
499
|
|
462
500
|
FunctionEventInvokeConfig.add_member(:last_modified, Shapes::ShapeRef.new(shape: Date, location_name: "LastModified"))
|
@@ -873,6 +911,8 @@ module Aws::Lambda
|
|
873
911
|
TooManyRequestsException.add_member(:reason, Shapes::ShapeRef.new(shape: ThrottleReason, location_name: "Reason"))
|
874
912
|
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
875
913
|
|
914
|
+
Topics.member = Shapes::ShapeRef.new(shape: Topic)
|
915
|
+
|
876
916
|
TracingConfig.add_member(:mode, Shapes::ShapeRef.new(shape: TracingMode, location_name: "Mode"))
|
877
917
|
TracingConfig.struct_class = Types::TracingConfig
|
878
918
|
|
@@ -931,6 +971,7 @@ module Aws::Lambda
|
|
931
971
|
UpdateFunctionConfigurationRequest.add_member(:tracing_config, Shapes::ShapeRef.new(shape: TracingConfig, location_name: "TracingConfig"))
|
932
972
|
UpdateFunctionConfigurationRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
933
973
|
UpdateFunctionConfigurationRequest.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "Layers"))
|
974
|
+
UpdateFunctionConfigurationRequest.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
|
934
975
|
UpdateFunctionConfigurationRequest.struct_class = Types::UpdateFunctionConfigurationRequest
|
935
976
|
|
936
977
|
UpdateFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
@@ -1280,6 +1321,10 @@ module Aws::Lambda
|
|
1280
1321
|
o.errors << Shapes::ShapeRef.new(shape: EC2UnexpectedException)
|
1281
1322
|
o.errors << Shapes::ShapeRef.new(shape: SubnetIPAddressLimitReachedException)
|
1282
1323
|
o.errors << Shapes::ShapeRef.new(shape: ENILimitReachedException)
|
1324
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountConnectivityException)
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
1326
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountTimeoutException)
|
1327
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSIOException)
|
1283
1328
|
o.errors << Shapes::ShapeRef.new(shape: EC2ThrottledException)
|
1284
1329
|
o.errors << Shapes::ShapeRef.new(shape: EC2AccessDeniedException)
|
1285
1330
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -29,6 +31,10 @@ module Aws::Lambda
|
|
29
31
|
# * {EC2AccessDeniedException}
|
30
32
|
# * {EC2ThrottledException}
|
31
33
|
# * {EC2UnexpectedException}
|
34
|
+
# * {EFSIOException}
|
35
|
+
# * {EFSMountConnectivityException}
|
36
|
+
# * {EFSMountFailureException}
|
37
|
+
# * {EFSMountTimeoutException}
|
32
38
|
# * {ENILimitReachedException}
|
33
39
|
# * {InvalidParameterValueException}
|
34
40
|
# * {InvalidRequestContentException}
|
@@ -144,6 +150,86 @@ module Aws::Lambda
|
|
144
150
|
end
|
145
151
|
end
|
146
152
|
|
153
|
+
class EFSIOException < ServiceError
|
154
|
+
|
155
|
+
# @param [Seahorse::Client::RequestContext] context
|
156
|
+
# @param [String] message
|
157
|
+
# @param [Aws::Lambda::Types::EFSIOException] data
|
158
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
159
|
+
super(context, message, data)
|
160
|
+
end
|
161
|
+
|
162
|
+
# @return [String]
|
163
|
+
def type
|
164
|
+
@data[:type]
|
165
|
+
end
|
166
|
+
|
167
|
+
# @return [String]
|
168
|
+
def message
|
169
|
+
@message || @data[:message]
|
170
|
+
end
|
171
|
+
end
|
172
|
+
|
173
|
+
class EFSMountConnectivityException < ServiceError
|
174
|
+
|
175
|
+
# @param [Seahorse::Client::RequestContext] context
|
176
|
+
# @param [String] message
|
177
|
+
# @param [Aws::Lambda::Types::EFSMountConnectivityException] data
|
178
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
179
|
+
super(context, message, data)
|
180
|
+
end
|
181
|
+
|
182
|
+
# @return [String]
|
183
|
+
def type
|
184
|
+
@data[:type]
|
185
|
+
end
|
186
|
+
|
187
|
+
# @return [String]
|
188
|
+
def message
|
189
|
+
@message || @data[:message]
|
190
|
+
end
|
191
|
+
end
|
192
|
+
|
193
|
+
class EFSMountFailureException < ServiceError
|
194
|
+
|
195
|
+
# @param [Seahorse::Client::RequestContext] context
|
196
|
+
# @param [String] message
|
197
|
+
# @param [Aws::Lambda::Types::EFSMountFailureException] data
|
198
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
199
|
+
super(context, message, data)
|
200
|
+
end
|
201
|
+
|
202
|
+
# @return [String]
|
203
|
+
def type
|
204
|
+
@data[:type]
|
205
|
+
end
|
206
|
+
|
207
|
+
# @return [String]
|
208
|
+
def message
|
209
|
+
@message || @data[:message]
|
210
|
+
end
|
211
|
+
end
|
212
|
+
|
213
|
+
class EFSMountTimeoutException < ServiceError
|
214
|
+
|
215
|
+
# @param [Seahorse::Client::RequestContext] context
|
216
|
+
# @param [String] message
|
217
|
+
# @param [Aws::Lambda::Types::EFSMountTimeoutException] data
|
218
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
219
|
+
super(context, message, data)
|
220
|
+
end
|
221
|
+
|
222
|
+
# @return [String]
|
223
|
+
def type
|
224
|
+
@data[:type]
|
225
|
+
end
|
226
|
+
|
227
|
+
# @return [String]
|
228
|
+
def message
|
229
|
+
@message || @data[:message]
|
230
|
+
end
|
231
|
+
end
|
232
|
+
|
147
233
|
class ENILimitReachedException < ServiceError
|
148
234
|
|
149
235
|
# @param [Seahorse::Client::RequestContext] context
|
data/lib/aws-sdk-lambda/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -44,6 +46,7 @@ module Aws::Lambda
|
|
44
46
|
:code_size_zipped,
|
45
47
|
:concurrent_executions,
|
46
48
|
:unreserved_concurrent_executions)
|
49
|
+
SENSITIVE = []
|
47
50
|
include Aws::Structure
|
48
51
|
end
|
49
52
|
|
@@ -63,6 +66,7 @@ module Aws::Lambda
|
|
63
66
|
class AccountUsage < Struct.new(
|
64
67
|
:total_code_size,
|
65
68
|
:function_count)
|
69
|
+
SENSITIVE = []
|
66
70
|
include Aws::Structure
|
67
71
|
end
|
68
72
|
|
@@ -122,6 +126,7 @@ module Aws::Lambda
|
|
122
126
|
:principal,
|
123
127
|
:organization_id,
|
124
128
|
:revision_id)
|
129
|
+
SENSITIVE = []
|
125
130
|
include Aws::Structure
|
126
131
|
end
|
127
132
|
|
@@ -138,6 +143,7 @@ module Aws::Lambda
|
|
138
143
|
class AddLayerVersionPermissionResponse < Struct.new(
|
139
144
|
:statement,
|
140
145
|
:revision_id)
|
146
|
+
SENSITIVE = []
|
141
147
|
include Aws::Structure
|
142
148
|
end
|
143
149
|
|
@@ -230,6 +236,7 @@ module Aws::Lambda
|
|
230
236
|
:event_source_token,
|
231
237
|
:qualifier,
|
232
238
|
:revision_id)
|
239
|
+
SENSITIVE = []
|
233
240
|
include Aws::Structure
|
234
241
|
end
|
235
242
|
|
@@ -241,6 +248,7 @@ module Aws::Lambda
|
|
241
248
|
#
|
242
249
|
class AddPermissionResponse < Struct.new(
|
243
250
|
:statement)
|
251
|
+
SENSITIVE = []
|
244
252
|
include Aws::Structure
|
245
253
|
end
|
246
254
|
|
@@ -287,6 +295,7 @@ module Aws::Lambda
|
|
287
295
|
:description,
|
288
296
|
:routing_config,
|
289
297
|
:revision_id)
|
298
|
+
SENSITIVE = []
|
290
299
|
include Aws::Structure
|
291
300
|
end
|
292
301
|
|
@@ -306,14 +315,15 @@ module Aws::Lambda
|
|
306
315
|
# }
|
307
316
|
#
|
308
317
|
# @!attribute [rw] additional_version_weights
|
309
|
-
# The
|
310
|
-
#
|
318
|
+
# The second version, and the percentage of traffic that's routed to
|
319
|
+
# it.
|
311
320
|
# @return [Hash<String,Float>]
|
312
321
|
#
|
313
322
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AliasRoutingConfiguration AWS API Documentation
|
314
323
|
#
|
315
324
|
class AliasRoutingConfiguration < Struct.new(
|
316
325
|
:additional_version_weights)
|
326
|
+
SENSITIVE = []
|
317
327
|
include Aws::Structure
|
318
328
|
end
|
319
329
|
|
@@ -336,6 +346,7 @@ module Aws::Lambda
|
|
336
346
|
class CodeStorageExceededException < Struct.new(
|
337
347
|
:type,
|
338
348
|
:message)
|
349
|
+
SENSITIVE = []
|
339
350
|
include Aws::Structure
|
340
351
|
end
|
341
352
|
|
@@ -352,6 +363,7 @@ module Aws::Lambda
|
|
352
363
|
#
|
353
364
|
class Concurrency < Struct.new(
|
354
365
|
:reserved_concurrent_executions)
|
366
|
+
SENSITIVE = []
|
355
367
|
include Aws::Structure
|
356
368
|
end
|
357
369
|
|
@@ -403,7 +415,7 @@ module Aws::Lambda
|
|
403
415
|
#
|
404
416
|
#
|
405
417
|
#
|
406
|
-
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/
|
418
|
+
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing
|
407
419
|
# @return [Types::AliasRoutingConfiguration]
|
408
420
|
#
|
409
421
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateAliasRequest AWS API Documentation
|
@@ -414,6 +426,7 @@ module Aws::Lambda
|
|
414
426
|
:function_version,
|
415
427
|
:description,
|
416
428
|
:routing_config)
|
429
|
+
SENSITIVE = []
|
417
430
|
include Aws::Structure
|
418
431
|
end
|
419
432
|
|
@@ -440,6 +453,7 @@ module Aws::Lambda
|
|
440
453
|
# maximum_record_age_in_seconds: 1,
|
441
454
|
# bisect_batch_on_function_error: false,
|
442
455
|
# maximum_retry_attempts: 1,
|
456
|
+
# topics: ["Topic"],
|
443
457
|
# }
|
444
458
|
#
|
445
459
|
# @!attribute [rw] event_source_arn
|
@@ -451,6 +465,9 @@ module Aws::Lambda
|
|
451
465
|
# * **Amazon DynamoDB Streams** - The ARN of the stream.
|
452
466
|
#
|
453
467
|
# * **Amazon Simple Queue Service** - The ARN of the queue.
|
468
|
+
#
|
469
|
+
# * **Amazon Managed Streaming for Apache Kafka** - The ARN of the
|
470
|
+
# cluster.
|
454
471
|
# @return [String]
|
455
472
|
#
|
456
473
|
# @!attribute [rw] function_name
|
@@ -473,7 +490,8 @@ module Aws::Lambda
|
|
473
490
|
# @return [String]
|
474
491
|
#
|
475
492
|
# @!attribute [rw] enabled
|
476
|
-
#
|
493
|
+
# If true, the event source mapping is active. Set to false to pause
|
494
|
+
# polling and invocation.
|
477
495
|
# @return [Boolean]
|
478
496
|
#
|
479
497
|
# @!attribute [rw] batch_size
|
@@ -484,6 +502,9 @@ module Aws::Lambda
|
|
484
502
|
# * **Amazon DynamoDB Streams** - Default 100. Max 1,000.
|
485
503
|
#
|
486
504
|
# * **Amazon Simple Queue Service** - Default 10. Max 10.
|
505
|
+
#
|
506
|
+
# * **Amazon Managed Streaming for Apache Kafka** - Default 100. Max
|
507
|
+
# 10,000.
|
487
508
|
# @return [Integer]
|
488
509
|
#
|
489
510
|
# @!attribute [rw] maximum_batching_window_in_seconds
|
@@ -498,8 +519,8 @@ module Aws::Lambda
|
|
498
519
|
#
|
499
520
|
# @!attribute [rw] starting_position
|
500
521
|
# The position in a stream from which to start reading. Required for
|
501
|
-
# Amazon Kinesis and Amazon
|
502
|
-
# is only supported for Amazon Kinesis streams.
|
522
|
+
# Amazon Kinesis, Amazon DynamoDB, and Amazon MSK Streams sources.
|
523
|
+
# `AT_TIMESTAMP` is only supported for Amazon Kinesis streams.
|
503
524
|
# @return [String]
|
504
525
|
#
|
505
526
|
# @!attribute [rw] starting_position_timestamp
|
@@ -513,8 +534,8 @@ module Aws::Lambda
|
|
513
534
|
# @return [Types::DestinationConfig]
|
514
535
|
#
|
515
536
|
# @!attribute [rw] maximum_record_age_in_seconds
|
516
|
-
# (Streams)
|
517
|
-
#
|
537
|
+
# (Streams) Discard records older than the specified age. The default
|
538
|
+
# value is infinite (-1).
|
518
539
|
# @return [Integer]
|
519
540
|
#
|
520
541
|
# @!attribute [rw] bisect_batch_on_function_error
|
@@ -523,10 +544,15 @@ module Aws::Lambda
|
|
523
544
|
# @return [Boolean]
|
524
545
|
#
|
525
546
|
# @!attribute [rw] maximum_retry_attempts
|
526
|
-
# (Streams)
|
527
|
-
#
|
547
|
+
# (Streams) Discard records after the specified number of retries. The
|
548
|
+
# default value is infinite (-1). When set to infinite (-1), failed
|
549
|
+
# records will be retried until the record expires.
|
528
550
|
# @return [Integer]
|
529
551
|
#
|
552
|
+
# @!attribute [rw] topics
|
553
|
+
# (MSK) The name of the Kafka topic.
|
554
|
+
# @return [Array<String>]
|
555
|
+
#
|
530
556
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateEventSourceMappingRequest AWS API Documentation
|
531
557
|
#
|
532
558
|
class CreateEventSourceMappingRequest < Struct.new(
|
@@ -541,7 +567,9 @@ module Aws::Lambda
|
|
541
567
|
:destination_config,
|
542
568
|
:maximum_record_age_in_seconds,
|
543
569
|
:bisect_batch_on_function_error,
|
544
|
-
:maximum_retry_attempts
|
570
|
+
:maximum_retry_attempts,
|
571
|
+
:topics)
|
572
|
+
SENSITIVE = []
|
545
573
|
include Aws::Structure
|
546
574
|
end
|
547
575
|
|
@@ -550,7 +578,7 @@ module Aws::Lambda
|
|
550
578
|
#
|
551
579
|
# {
|
552
580
|
# function_name: "FunctionName", # required
|
553
|
-
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, 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
|
581
|
+
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.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
|
554
582
|
# role: "RoleArn", # required
|
555
583
|
# handler: "Handler", # required
|
556
584
|
# code: { # required
|
@@ -583,6 +611,12 @@ module Aws::Lambda
|
|
583
611
|
# "TagKey" => "TagValue",
|
584
612
|
# },
|
585
613
|
# layers: ["LayerVersionArn"],
|
614
|
+
# file_system_configs: [
|
615
|
+
# {
|
616
|
+
# arn: "FileSystemArn", # required
|
617
|
+
# local_mount_path: "LocalMountPath", # required
|
618
|
+
# },
|
619
|
+
# ],
|
586
620
|
# }
|
587
621
|
#
|
588
622
|
# @!attribute [rw] function_name
|
@@ -703,6 +737,10 @@ module Aws::Lambda
|
|
703
737
|
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
|
704
738
|
# @return [Array<String>]
|
705
739
|
#
|
740
|
+
# @!attribute [rw] file_system_configs
|
741
|
+
# Connection settings for an Amazon EFS file system.
|
742
|
+
# @return [Array<Types::FileSystemConfig>]
|
743
|
+
#
|
706
744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateFunctionRequest AWS API Documentation
|
707
745
|
#
|
708
746
|
class CreateFunctionRequest < Struct.new(
|
@@ -721,7 +759,9 @@ module Aws::Lambda
|
|
721
759
|
:kms_key_arn,
|
722
760
|
:tracing_config,
|
723
761
|
:tags,
|
724
|
-
:layers
|
762
|
+
:layers,
|
763
|
+
:file_system_configs)
|
764
|
+
SENSITIVE = []
|
725
765
|
include Aws::Structure
|
726
766
|
end
|
727
767
|
|
@@ -747,6 +787,7 @@ module Aws::Lambda
|
|
747
787
|
#
|
748
788
|
class DeadLetterConfig < Struct.new(
|
749
789
|
:target_arn)
|
790
|
+
SENSITIVE = []
|
750
791
|
include Aws::Structure
|
751
792
|
end
|
752
793
|
|
@@ -783,6 +824,7 @@ module Aws::Lambda
|
|
783
824
|
class DeleteAliasRequest < Struct.new(
|
784
825
|
:function_name,
|
785
826
|
:name)
|
827
|
+
SENSITIVE = []
|
786
828
|
include Aws::Structure
|
787
829
|
end
|
788
830
|
|
@@ -801,6 +843,7 @@ module Aws::Lambda
|
|
801
843
|
#
|
802
844
|
class DeleteEventSourceMappingRequest < Struct.new(
|
803
845
|
:uuid)
|
846
|
+
SENSITIVE = []
|
804
847
|
include Aws::Structure
|
805
848
|
end
|
806
849
|
|
@@ -831,6 +874,7 @@ module Aws::Lambda
|
|
831
874
|
#
|
832
875
|
class DeleteFunctionConcurrencyRequest < Struct.new(
|
833
876
|
:function_name)
|
877
|
+
SENSITIVE = []
|
834
878
|
include Aws::Structure
|
835
879
|
end
|
836
880
|
|
@@ -869,6 +913,7 @@ module Aws::Lambda
|
|
869
913
|
class DeleteFunctionEventInvokeConfigRequest < Struct.new(
|
870
914
|
:function_name,
|
871
915
|
:qualifier)
|
916
|
+
SENSITIVE = []
|
872
917
|
include Aws::Structure
|
873
918
|
end
|
874
919
|
|
@@ -908,6 +953,7 @@ module Aws::Lambda
|
|
908
953
|
class DeleteFunctionRequest < Struct.new(
|
909
954
|
:function_name,
|
910
955
|
:qualifier)
|
956
|
+
SENSITIVE = []
|
911
957
|
include Aws::Structure
|
912
958
|
end
|
913
959
|
|
@@ -932,6 +978,7 @@ module Aws::Lambda
|
|
932
978
|
class DeleteLayerVersionRequest < Struct.new(
|
933
979
|
:layer_name,
|
934
980
|
:version_number)
|
981
|
+
SENSITIVE = []
|
935
982
|
include Aws::Structure
|
936
983
|
end
|
937
984
|
|
@@ -968,6 +1015,7 @@ module Aws::Lambda
|
|
968
1015
|
class DeleteProvisionedConcurrencyConfigRequest < Struct.new(
|
969
1016
|
:function_name,
|
970
1017
|
:qualifier)
|
1018
|
+
SENSITIVE = []
|
971
1019
|
include Aws::Structure
|
972
1020
|
end
|
973
1021
|
|
@@ -999,6 +1047,7 @@ module Aws::Lambda
|
|
999
1047
|
class DestinationConfig < Struct.new(
|
1000
1048
|
:on_success,
|
1001
1049
|
:on_failure)
|
1050
|
+
SENSITIVE = []
|
1002
1051
|
include Aws::Structure
|
1003
1052
|
end
|
1004
1053
|
|
@@ -1015,6 +1064,7 @@ module Aws::Lambda
|
|
1015
1064
|
class EC2AccessDeniedException < Struct.new(
|
1016
1065
|
:type,
|
1017
1066
|
:message)
|
1067
|
+
SENSITIVE = []
|
1018
1068
|
include Aws::Structure
|
1019
1069
|
end
|
1020
1070
|
|
@@ -1033,6 +1083,7 @@ module Aws::Lambda
|
|
1033
1083
|
class EC2ThrottledException < Struct.new(
|
1034
1084
|
:type,
|
1035
1085
|
:message)
|
1086
|
+
SENSITIVE = []
|
1036
1087
|
include Aws::Structure
|
1037
1088
|
end
|
1038
1089
|
|
@@ -1054,6 +1105,79 @@ module Aws::Lambda
|
|
1054
1105
|
:type,
|
1055
1106
|
:message,
|
1056
1107
|
:ec2_error_code)
|
1108
|
+
SENSITIVE = []
|
1109
|
+
include Aws::Structure
|
1110
|
+
end
|
1111
|
+
|
1112
|
+
# An error occured when reading from or writing to a connected file
|
1113
|
+
# system.
|
1114
|
+
#
|
1115
|
+
# @!attribute [rw] type
|
1116
|
+
# @return [String]
|
1117
|
+
#
|
1118
|
+
# @!attribute [rw] message
|
1119
|
+
# @return [String]
|
1120
|
+
#
|
1121
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/EFSIOException AWS API Documentation
|
1122
|
+
#
|
1123
|
+
class EFSIOException < Struct.new(
|
1124
|
+
:type,
|
1125
|
+
:message)
|
1126
|
+
SENSITIVE = []
|
1127
|
+
include Aws::Structure
|
1128
|
+
end
|
1129
|
+
|
1130
|
+
# The function couldn't make a network connection to the configured
|
1131
|
+
# file system.
|
1132
|
+
#
|
1133
|
+
# @!attribute [rw] type
|
1134
|
+
# @return [String]
|
1135
|
+
#
|
1136
|
+
# @!attribute [rw] message
|
1137
|
+
# @return [String]
|
1138
|
+
#
|
1139
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/EFSMountConnectivityException AWS API Documentation
|
1140
|
+
#
|
1141
|
+
class EFSMountConnectivityException < Struct.new(
|
1142
|
+
:type,
|
1143
|
+
:message)
|
1144
|
+
SENSITIVE = []
|
1145
|
+
include Aws::Structure
|
1146
|
+
end
|
1147
|
+
|
1148
|
+
# The function couldn't mount the configured file system due to a
|
1149
|
+
# permission or configuration issue.
|
1150
|
+
#
|
1151
|
+
# @!attribute [rw] type
|
1152
|
+
# @return [String]
|
1153
|
+
#
|
1154
|
+
# @!attribute [rw] message
|
1155
|
+
# @return [String]
|
1156
|
+
#
|
1157
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/EFSMountFailureException AWS API Documentation
|
1158
|
+
#
|
1159
|
+
class EFSMountFailureException < Struct.new(
|
1160
|
+
:type,
|
1161
|
+
:message)
|
1162
|
+
SENSITIVE = []
|
1163
|
+
include Aws::Structure
|
1164
|
+
end
|
1165
|
+
|
1166
|
+
# The function was able to make a network connection to the configured
|
1167
|
+
# file system, but the mount operation timed out.
|
1168
|
+
#
|
1169
|
+
# @!attribute [rw] type
|
1170
|
+
# @return [String]
|
1171
|
+
#
|
1172
|
+
# @!attribute [rw] message
|
1173
|
+
# @return [String]
|
1174
|
+
#
|
1175
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/EFSMountTimeoutException AWS API Documentation
|
1176
|
+
#
|
1177
|
+
class EFSMountTimeoutException < Struct.new(
|
1178
|
+
:type,
|
1179
|
+
:message)
|
1180
|
+
SENSITIVE = []
|
1057
1181
|
include Aws::Structure
|
1058
1182
|
end
|
1059
1183
|
|
@@ -1072,6 +1196,7 @@ module Aws::Lambda
|
|
1072
1196
|
class ENILimitReachedException < Struct.new(
|
1073
1197
|
:type,
|
1074
1198
|
:message)
|
1199
|
+
SENSITIVE = []
|
1075
1200
|
include Aws::Structure
|
1076
1201
|
end
|
1077
1202
|
|
@@ -1094,6 +1219,7 @@ module Aws::Lambda
|
|
1094
1219
|
#
|
1095
1220
|
class Environment < Struct.new(
|
1096
1221
|
:variables)
|
1222
|
+
SENSITIVE = [:variables]
|
1097
1223
|
include Aws::Structure
|
1098
1224
|
end
|
1099
1225
|
|
@@ -1112,6 +1238,7 @@ module Aws::Lambda
|
|
1112
1238
|
class EnvironmentError < Struct.new(
|
1113
1239
|
:error_code,
|
1114
1240
|
:message)
|
1241
|
+
SENSITIVE = [:message]
|
1115
1242
|
include Aws::Structure
|
1116
1243
|
end
|
1117
1244
|
|
@@ -1133,6 +1260,7 @@ module Aws::Lambda
|
|
1133
1260
|
class EnvironmentResponse < Struct.new(
|
1134
1261
|
:variables,
|
1135
1262
|
:error)
|
1263
|
+
SENSITIVE = [:variables]
|
1136
1264
|
include Aws::Structure
|
1137
1265
|
end
|
1138
1266
|
|
@@ -1191,6 +1319,10 @@ module Aws::Lambda
|
|
1191
1319
|
# discarded records.
|
1192
1320
|
# @return [Types::DestinationConfig]
|
1193
1321
|
#
|
1322
|
+
# @!attribute [rw] topics
|
1323
|
+
# (MSK) The name of the Kafka topic.
|
1324
|
+
# @return [Array<String>]
|
1325
|
+
#
|
1194
1326
|
# @!attribute [rw] maximum_record_age_in_seconds
|
1195
1327
|
# (Streams) The maximum age of a record that Lambda sends to a
|
1196
1328
|
# function for processing.
|
@@ -1220,9 +1352,41 @@ module Aws::Lambda
|
|
1220
1352
|
:state,
|
1221
1353
|
:state_transition_reason,
|
1222
1354
|
:destination_config,
|
1355
|
+
:topics,
|
1223
1356
|
:maximum_record_age_in_seconds,
|
1224
1357
|
:bisect_batch_on_function_error,
|
1225
1358
|
:maximum_retry_attempts)
|
1359
|
+
SENSITIVE = []
|
1360
|
+
include Aws::Structure
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
# Details about the connection between a Lambda function and an Amazon
|
1364
|
+
# EFS file system.
|
1365
|
+
#
|
1366
|
+
# @note When making an API call, you may pass FileSystemConfig
|
1367
|
+
# data as a hash:
|
1368
|
+
#
|
1369
|
+
# {
|
1370
|
+
# arn: "FileSystemArn", # required
|
1371
|
+
# local_mount_path: "LocalMountPath", # required
|
1372
|
+
# }
|
1373
|
+
#
|
1374
|
+
# @!attribute [rw] arn
|
1375
|
+
# The Amazon Resource Name (ARN) of the Amazon EFS access point that
|
1376
|
+
# provides access to the file system.
|
1377
|
+
# @return [String]
|
1378
|
+
#
|
1379
|
+
# @!attribute [rw] local_mount_path
|
1380
|
+
# The path where the function can access the file system, starting
|
1381
|
+
# with `/mnt/`.
|
1382
|
+
# @return [String]
|
1383
|
+
#
|
1384
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/FileSystemConfig AWS API Documentation
|
1385
|
+
#
|
1386
|
+
class FileSystemConfig < Struct.new(
|
1387
|
+
:arn,
|
1388
|
+
:local_mount_path)
|
1389
|
+
SENSITIVE = []
|
1226
1390
|
include Aws::Structure
|
1227
1391
|
end
|
1228
1392
|
|
@@ -1265,6 +1429,7 @@ module Aws::Lambda
|
|
1265
1429
|
:s3_bucket,
|
1266
1430
|
:s3_key,
|
1267
1431
|
:s3_object_version)
|
1432
|
+
SENSITIVE = [:zip_file]
|
1268
1433
|
include Aws::Structure
|
1269
1434
|
end
|
1270
1435
|
|
@@ -1283,6 +1448,7 @@ module Aws::Lambda
|
|
1283
1448
|
class FunctionCodeLocation < Struct.new(
|
1284
1449
|
:repository_type,
|
1285
1450
|
:location)
|
1451
|
+
SENSITIVE = []
|
1286
1452
|
include Aws::Structure
|
1287
1453
|
end
|
1288
1454
|
|
@@ -1408,6 +1574,10 @@ module Aws::Lambda
|
|
1408
1574
|
# function.
|
1409
1575
|
# @return [String]
|
1410
1576
|
#
|
1577
|
+
# @!attribute [rw] file_system_configs
|
1578
|
+
# Connection settings for an Amazon EFS file system.
|
1579
|
+
# @return [Array<Types::FileSystemConfig>]
|
1580
|
+
#
|
1411
1581
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/FunctionConfiguration AWS API Documentation
|
1412
1582
|
#
|
1413
1583
|
class FunctionConfiguration < Struct.new(
|
@@ -1436,7 +1606,9 @@ module Aws::Lambda
|
|
1436
1606
|
:state_reason_code,
|
1437
1607
|
:last_update_status,
|
1438
1608
|
:last_update_status_reason,
|
1439
|
-
:last_update_status_reason_code
|
1609
|
+
:last_update_status_reason_code,
|
1610
|
+
:file_system_configs)
|
1611
|
+
SENSITIVE = []
|
1440
1612
|
include Aws::Structure
|
1441
1613
|
end
|
1442
1614
|
|
@@ -1482,6 +1654,7 @@ module Aws::Lambda
|
|
1482
1654
|
:maximum_retry_attempts,
|
1483
1655
|
:maximum_event_age_in_seconds,
|
1484
1656
|
:destination_config)
|
1657
|
+
SENSITIVE = []
|
1485
1658
|
include Aws::Structure
|
1486
1659
|
end
|
1487
1660
|
|
@@ -1504,6 +1677,7 @@ module Aws::Lambda
|
|
1504
1677
|
class GetAccountSettingsResponse < Struct.new(
|
1505
1678
|
:account_limit,
|
1506
1679
|
:account_usage)
|
1680
|
+
SENSITIVE = []
|
1507
1681
|
include Aws::Structure
|
1508
1682
|
end
|
1509
1683
|
|
@@ -1540,6 +1714,7 @@ module Aws::Lambda
|
|
1540
1714
|
class GetAliasRequest < Struct.new(
|
1541
1715
|
:function_name,
|
1542
1716
|
:name)
|
1717
|
+
SENSITIVE = []
|
1543
1718
|
include Aws::Structure
|
1544
1719
|
end
|
1545
1720
|
|
@@ -1558,6 +1733,7 @@ module Aws::Lambda
|
|
1558
1733
|
#
|
1559
1734
|
class GetEventSourceMappingRequest < Struct.new(
|
1560
1735
|
:uuid)
|
1736
|
+
SENSITIVE = []
|
1561
1737
|
include Aws::Structure
|
1562
1738
|
end
|
1563
1739
|
|
@@ -1588,6 +1764,7 @@ module Aws::Lambda
|
|
1588
1764
|
#
|
1589
1765
|
class GetFunctionConcurrencyRequest < Struct.new(
|
1590
1766
|
:function_name)
|
1767
|
+
SENSITIVE = []
|
1591
1768
|
include Aws::Structure
|
1592
1769
|
end
|
1593
1770
|
|
@@ -1600,6 +1777,7 @@ module Aws::Lambda
|
|
1600
1777
|
#
|
1601
1778
|
class GetFunctionConcurrencyResponse < Struct.new(
|
1602
1779
|
:reserved_concurrent_executions)
|
1780
|
+
SENSITIVE = []
|
1603
1781
|
include Aws::Structure
|
1604
1782
|
end
|
1605
1783
|
|
@@ -1639,6 +1817,7 @@ module Aws::Lambda
|
|
1639
1817
|
class GetFunctionConfigurationRequest < Struct.new(
|
1640
1818
|
:function_name,
|
1641
1819
|
:qualifier)
|
1820
|
+
SENSITIVE = []
|
1642
1821
|
include Aws::Structure
|
1643
1822
|
end
|
1644
1823
|
|
@@ -1677,6 +1856,7 @@ module Aws::Lambda
|
|
1677
1856
|
class GetFunctionEventInvokeConfigRequest < Struct.new(
|
1678
1857
|
:function_name,
|
1679
1858
|
:qualifier)
|
1859
|
+
SENSITIVE = []
|
1680
1860
|
include Aws::Structure
|
1681
1861
|
end
|
1682
1862
|
|
@@ -1716,6 +1896,7 @@ module Aws::Lambda
|
|
1716
1896
|
class GetFunctionRequest < Struct.new(
|
1717
1897
|
:function_name,
|
1718
1898
|
:qualifier)
|
1899
|
+
SENSITIVE = []
|
1719
1900
|
include Aws::Structure
|
1720
1901
|
end
|
1721
1902
|
|
@@ -1750,6 +1931,7 @@ module Aws::Lambda
|
|
1750
1931
|
:code,
|
1751
1932
|
:tags,
|
1752
1933
|
:concurrency)
|
1934
|
+
SENSITIVE = []
|
1753
1935
|
include Aws::Structure
|
1754
1936
|
end
|
1755
1937
|
|
@@ -1768,6 +1950,7 @@ module Aws::Lambda
|
|
1768
1950
|
#
|
1769
1951
|
class GetLayerVersionByArnRequest < Struct.new(
|
1770
1952
|
:arn)
|
1953
|
+
SENSITIVE = []
|
1771
1954
|
include Aws::Structure
|
1772
1955
|
end
|
1773
1956
|
|
@@ -1792,6 +1975,7 @@ module Aws::Lambda
|
|
1792
1975
|
class GetLayerVersionPolicyRequest < Struct.new(
|
1793
1976
|
:layer_name,
|
1794
1977
|
:version_number)
|
1978
|
+
SENSITIVE = []
|
1795
1979
|
include Aws::Structure
|
1796
1980
|
end
|
1797
1981
|
|
@@ -1808,6 +1992,7 @@ module Aws::Lambda
|
|
1808
1992
|
class GetLayerVersionPolicyResponse < Struct.new(
|
1809
1993
|
:policy,
|
1810
1994
|
:revision_id)
|
1995
|
+
SENSITIVE = []
|
1811
1996
|
include Aws::Structure
|
1812
1997
|
end
|
1813
1998
|
|
@@ -1832,6 +2017,7 @@ module Aws::Lambda
|
|
1832
2017
|
class GetLayerVersionRequest < Struct.new(
|
1833
2018
|
:layer_name,
|
1834
2019
|
:version_number)
|
2020
|
+
SENSITIVE = []
|
1835
2021
|
include Aws::Structure
|
1836
2022
|
end
|
1837
2023
|
|
@@ -1883,6 +2069,7 @@ module Aws::Lambda
|
|
1883
2069
|
:version,
|
1884
2070
|
:compatible_runtimes,
|
1885
2071
|
:license_info)
|
2072
|
+
SENSITIVE = []
|
1886
2073
|
include Aws::Structure
|
1887
2074
|
end
|
1888
2075
|
|
@@ -1921,6 +2108,7 @@ module Aws::Lambda
|
|
1921
2108
|
class GetPolicyRequest < Struct.new(
|
1922
2109
|
:function_name,
|
1923
2110
|
:qualifier)
|
2111
|
+
SENSITIVE = []
|
1924
2112
|
include Aws::Structure
|
1925
2113
|
end
|
1926
2114
|
|
@@ -1937,6 +2125,7 @@ module Aws::Lambda
|
|
1937
2125
|
class GetPolicyResponse < Struct.new(
|
1938
2126
|
:policy,
|
1939
2127
|
:revision_id)
|
2128
|
+
SENSITIVE = []
|
1940
2129
|
include Aws::Structure
|
1941
2130
|
end
|
1942
2131
|
|
@@ -1973,6 +2162,7 @@ module Aws::Lambda
|
|
1973
2162
|
class GetProvisionedConcurrencyConfigRequest < Struct.new(
|
1974
2163
|
:function_name,
|
1975
2164
|
:qualifier)
|
2165
|
+
SENSITIVE = []
|
1976
2166
|
include Aws::Structure
|
1977
2167
|
end
|
1978
2168
|
|
@@ -2015,6 +2205,7 @@ module Aws::Lambda
|
|
2015
2205
|
:status,
|
2016
2206
|
:status_reason,
|
2017
2207
|
:last_modified)
|
2208
|
+
SENSITIVE = []
|
2018
2209
|
include Aws::Structure
|
2019
2210
|
end
|
2020
2211
|
|
@@ -2033,6 +2224,7 @@ module Aws::Lambda
|
|
2033
2224
|
class InvalidParameterValueException < Struct.new(
|
2034
2225
|
:type,
|
2035
2226
|
:message)
|
2227
|
+
SENSITIVE = []
|
2036
2228
|
include Aws::Structure
|
2037
2229
|
end
|
2038
2230
|
|
@@ -2051,6 +2243,7 @@ module Aws::Lambda
|
|
2051
2243
|
class InvalidRequestContentException < Struct.new(
|
2052
2244
|
:type,
|
2053
2245
|
:message)
|
2246
|
+
SENSITIVE = []
|
2054
2247
|
include Aws::Structure
|
2055
2248
|
end
|
2056
2249
|
|
@@ -2067,6 +2260,7 @@ module Aws::Lambda
|
|
2067
2260
|
class InvalidRuntimeException < Struct.new(
|
2068
2261
|
:type,
|
2069
2262
|
:message)
|
2263
|
+
SENSITIVE = []
|
2070
2264
|
include Aws::Structure
|
2071
2265
|
end
|
2072
2266
|
|
@@ -2084,6 +2278,7 @@ module Aws::Lambda
|
|
2084
2278
|
class InvalidSecurityGroupIDException < Struct.new(
|
2085
2279
|
:type,
|
2086
2280
|
:message)
|
2281
|
+
SENSITIVE = []
|
2087
2282
|
include Aws::Structure
|
2088
2283
|
end
|
2089
2284
|
|
@@ -2101,6 +2296,7 @@ module Aws::Lambda
|
|
2101
2296
|
class InvalidSubnetIDException < Struct.new(
|
2102
2297
|
:type,
|
2103
2298
|
:message)
|
2299
|
+
SENSITIVE = []
|
2104
2300
|
include Aws::Structure
|
2105
2301
|
end
|
2106
2302
|
|
@@ -2117,6 +2313,7 @@ module Aws::Lambda
|
|
2117
2313
|
class InvalidZipFileException < Struct.new(
|
2118
2314
|
:type,
|
2119
2315
|
:message)
|
2316
|
+
SENSITIVE = []
|
2120
2317
|
include Aws::Structure
|
2121
2318
|
end
|
2122
2319
|
|
@@ -2193,6 +2390,7 @@ module Aws::Lambda
|
|
2193
2390
|
:client_context,
|
2194
2391
|
:payload,
|
2195
2392
|
:qualifier)
|
2393
|
+
SENSITIVE = [:payload]
|
2196
2394
|
include Aws::Structure
|
2197
2395
|
end
|
2198
2396
|
|
@@ -2231,6 +2429,7 @@ module Aws::Lambda
|
|
2231
2429
|
:log_result,
|
2232
2430
|
:payload,
|
2233
2431
|
:executed_version)
|
2432
|
+
SENSITIVE = [:payload]
|
2234
2433
|
include Aws::Structure
|
2235
2434
|
end
|
2236
2435
|
|
@@ -2267,6 +2466,7 @@ module Aws::Lambda
|
|
2267
2466
|
class InvokeAsyncRequest < Struct.new(
|
2268
2467
|
:function_name,
|
2269
2468
|
:invoke_args)
|
2469
|
+
SENSITIVE = []
|
2270
2470
|
include Aws::Structure
|
2271
2471
|
end
|
2272
2472
|
|
@@ -2281,6 +2481,7 @@ module Aws::Lambda
|
|
2281
2481
|
#
|
2282
2482
|
class InvokeAsyncResponse < Struct.new(
|
2283
2483
|
:status)
|
2484
|
+
SENSITIVE = []
|
2284
2485
|
include Aws::Structure
|
2285
2486
|
end
|
2286
2487
|
|
@@ -2298,6 +2499,7 @@ module Aws::Lambda
|
|
2298
2499
|
class KMSAccessDeniedException < Struct.new(
|
2299
2500
|
:type,
|
2300
2501
|
:message)
|
2502
|
+
SENSITIVE = []
|
2301
2503
|
include Aws::Structure
|
2302
2504
|
end
|
2303
2505
|
|
@@ -2315,6 +2517,7 @@ module Aws::Lambda
|
|
2315
2517
|
class KMSDisabledException < Struct.new(
|
2316
2518
|
:type,
|
2317
2519
|
:message)
|
2520
|
+
SENSITIVE = []
|
2318
2521
|
include Aws::Structure
|
2319
2522
|
end
|
2320
2523
|
|
@@ -2333,6 +2536,7 @@ module Aws::Lambda
|
|
2333
2536
|
class KMSInvalidStateException < Struct.new(
|
2334
2537
|
:type,
|
2335
2538
|
:message)
|
2539
|
+
SENSITIVE = []
|
2336
2540
|
include Aws::Structure
|
2337
2541
|
end
|
2338
2542
|
|
@@ -2350,6 +2554,7 @@ module Aws::Lambda
|
|
2350
2554
|
class KMSNotFoundException < Struct.new(
|
2351
2555
|
:type,
|
2352
2556
|
:message)
|
2557
|
+
SENSITIVE = []
|
2353
2558
|
include Aws::Structure
|
2354
2559
|
end
|
2355
2560
|
|
@@ -2372,6 +2577,7 @@ module Aws::Lambda
|
|
2372
2577
|
class Layer < Struct.new(
|
2373
2578
|
:arn,
|
2374
2579
|
:code_size)
|
2580
|
+
SENSITIVE = []
|
2375
2581
|
include Aws::Structure
|
2376
2582
|
end
|
2377
2583
|
|
@@ -2418,6 +2624,7 @@ module Aws::Lambda
|
|
2418
2624
|
:s3_key,
|
2419
2625
|
:s3_object_version,
|
2420
2626
|
:zip_file)
|
2627
|
+
SENSITIVE = [:zip_file]
|
2421
2628
|
include Aws::Structure
|
2422
2629
|
end
|
2423
2630
|
|
@@ -2446,6 +2653,7 @@ module Aws::Lambda
|
|
2446
2653
|
:location,
|
2447
2654
|
:code_sha_256,
|
2448
2655
|
:code_size)
|
2656
|
+
SENSITIVE = []
|
2449
2657
|
include Aws::Structure
|
2450
2658
|
end
|
2451
2659
|
|
@@ -2489,6 +2697,7 @@ module Aws::Lambda
|
|
2489
2697
|
:created_date,
|
2490
2698
|
:compatible_runtimes,
|
2491
2699
|
:license_info)
|
2700
|
+
SENSITIVE = []
|
2492
2701
|
include Aws::Structure
|
2493
2702
|
end
|
2494
2703
|
|
@@ -2516,6 +2725,7 @@ module Aws::Lambda
|
|
2516
2725
|
:layer_name,
|
2517
2726
|
:layer_arn,
|
2518
2727
|
:latest_matching_version)
|
2728
|
+
SENSITIVE = []
|
2519
2729
|
include Aws::Structure
|
2520
2730
|
end
|
2521
2731
|
|
@@ -2566,6 +2776,7 @@ module Aws::Lambda
|
|
2566
2776
|
:function_version,
|
2567
2777
|
:marker,
|
2568
2778
|
:max_items)
|
2779
|
+
SENSITIVE = []
|
2569
2780
|
include Aws::Structure
|
2570
2781
|
end
|
2571
2782
|
|
@@ -2582,6 +2793,7 @@ module Aws::Lambda
|
|
2582
2793
|
class ListAliasesResponse < Struct.new(
|
2583
2794
|
:next_marker,
|
2584
2795
|
:aliases)
|
2796
|
+
SENSITIVE = []
|
2585
2797
|
include Aws::Structure
|
2586
2798
|
end
|
2587
2799
|
|
@@ -2604,6 +2816,9 @@ module Aws::Lambda
|
|
2604
2816
|
# * **Amazon DynamoDB Streams** - The ARN of the stream.
|
2605
2817
|
#
|
2606
2818
|
# * **Amazon Simple Queue Service** - The ARN of the queue.
|
2819
|
+
#
|
2820
|
+
# * **Amazon Managed Streaming for Apache Kafka** - The ARN of the
|
2821
|
+
# cluster.
|
2607
2822
|
# @return [String]
|
2608
2823
|
#
|
2609
2824
|
# @!attribute [rw] function_name
|
@@ -2640,6 +2855,7 @@ module Aws::Lambda
|
|
2640
2855
|
:function_name,
|
2641
2856
|
:marker,
|
2642
2857
|
:max_items)
|
2858
|
+
SENSITIVE = []
|
2643
2859
|
include Aws::Structure
|
2644
2860
|
end
|
2645
2861
|
|
@@ -2657,6 +2873,7 @@ module Aws::Lambda
|
|
2657
2873
|
class ListEventSourceMappingsResponse < Struct.new(
|
2658
2874
|
:next_marker,
|
2659
2875
|
:event_source_mappings)
|
2876
|
+
SENSITIVE = []
|
2660
2877
|
include Aws::Structure
|
2661
2878
|
end
|
2662
2879
|
|
@@ -2700,6 +2917,7 @@ module Aws::Lambda
|
|
2700
2917
|
:function_name,
|
2701
2918
|
:marker,
|
2702
2919
|
:max_items)
|
2920
|
+
SENSITIVE = []
|
2703
2921
|
include Aws::Structure
|
2704
2922
|
end
|
2705
2923
|
|
@@ -2716,6 +2934,7 @@ module Aws::Lambda
|
|
2716
2934
|
class ListFunctionEventInvokeConfigsResponse < Struct.new(
|
2717
2935
|
:function_event_invoke_configs,
|
2718
2936
|
:next_marker)
|
2937
|
+
SENSITIVE = []
|
2719
2938
|
include Aws::Structure
|
2720
2939
|
end
|
2721
2940
|
|
@@ -2758,6 +2977,7 @@ module Aws::Lambda
|
|
2758
2977
|
:function_version,
|
2759
2978
|
:marker,
|
2760
2979
|
:max_items)
|
2980
|
+
SENSITIVE = []
|
2761
2981
|
include Aws::Structure
|
2762
2982
|
end
|
2763
2983
|
|
@@ -2776,6 +2996,7 @@ module Aws::Lambda
|
|
2776
2996
|
class ListFunctionsResponse < Struct.new(
|
2777
2997
|
:next_marker,
|
2778
2998
|
:functions)
|
2999
|
+
SENSITIVE = []
|
2779
3000
|
include Aws::Structure
|
2780
3001
|
end
|
2781
3002
|
|
@@ -2783,7 +3004,7 @@ module Aws::Lambda
|
|
2783
3004
|
# data as a hash:
|
2784
3005
|
#
|
2785
3006
|
# {
|
2786
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, 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
|
3007
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.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
|
2787
3008
|
# layer_name: "LayerName", # required
|
2788
3009
|
# marker: "String",
|
2789
3010
|
# max_items: 1,
|
@@ -2812,6 +3033,7 @@ module Aws::Lambda
|
|
2812
3033
|
:layer_name,
|
2813
3034
|
:marker,
|
2814
3035
|
:max_items)
|
3036
|
+
SENSITIVE = []
|
2815
3037
|
include Aws::Structure
|
2816
3038
|
end
|
2817
3039
|
|
@@ -2829,6 +3051,7 @@ module Aws::Lambda
|
|
2829
3051
|
class ListLayerVersionsResponse < Struct.new(
|
2830
3052
|
:next_marker,
|
2831
3053
|
:layer_versions)
|
3054
|
+
SENSITIVE = []
|
2832
3055
|
include Aws::Structure
|
2833
3056
|
end
|
2834
3057
|
|
@@ -2836,7 +3059,7 @@ module Aws::Lambda
|
|
2836
3059
|
# data as a hash:
|
2837
3060
|
#
|
2838
3061
|
# {
|
2839
|
-
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, 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
|
3062
|
+
# compatible_runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.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
|
2840
3063
|
# marker: "String",
|
2841
3064
|
# max_items: 1,
|
2842
3065
|
# }
|
@@ -2859,6 +3082,7 @@ module Aws::Lambda
|
|
2859
3082
|
:compatible_runtime,
|
2860
3083
|
:marker,
|
2861
3084
|
:max_items)
|
3085
|
+
SENSITIVE = []
|
2862
3086
|
include Aws::Structure
|
2863
3087
|
end
|
2864
3088
|
|
@@ -2876,6 +3100,7 @@ module Aws::Lambda
|
|
2876
3100
|
class ListLayersResponse < Struct.new(
|
2877
3101
|
:next_marker,
|
2878
3102
|
:layers)
|
3103
|
+
SENSITIVE = []
|
2879
3104
|
include Aws::Structure
|
2880
3105
|
end
|
2881
3106
|
|
@@ -2919,6 +3144,7 @@ module Aws::Lambda
|
|
2919
3144
|
:function_name,
|
2920
3145
|
:marker,
|
2921
3146
|
:max_items)
|
3147
|
+
SENSITIVE = []
|
2922
3148
|
include Aws::Structure
|
2923
3149
|
end
|
2924
3150
|
|
@@ -2935,6 +3161,7 @@ module Aws::Lambda
|
|
2935
3161
|
class ListProvisionedConcurrencyConfigsResponse < Struct.new(
|
2936
3162
|
:provisioned_concurrency_configs,
|
2937
3163
|
:next_marker)
|
3164
|
+
SENSITIVE = []
|
2938
3165
|
include Aws::Structure
|
2939
3166
|
end
|
2940
3167
|
|
@@ -2953,6 +3180,7 @@ module Aws::Lambda
|
|
2953
3180
|
#
|
2954
3181
|
class ListTagsRequest < Struct.new(
|
2955
3182
|
:resource)
|
3183
|
+
SENSITIVE = []
|
2956
3184
|
include Aws::Structure
|
2957
3185
|
end
|
2958
3186
|
|
@@ -2964,6 +3192,7 @@ module Aws::Lambda
|
|
2964
3192
|
#
|
2965
3193
|
class ListTagsResponse < Struct.new(
|
2966
3194
|
:tags)
|
3195
|
+
SENSITIVE = []
|
2967
3196
|
include Aws::Structure
|
2968
3197
|
end
|
2969
3198
|
|
@@ -3007,6 +3236,7 @@ module Aws::Lambda
|
|
3007
3236
|
:function_name,
|
3008
3237
|
:marker,
|
3009
3238
|
:max_items)
|
3239
|
+
SENSITIVE = []
|
3010
3240
|
include Aws::Structure
|
3011
3241
|
end
|
3012
3242
|
|
@@ -3023,6 +3253,7 @@ module Aws::Lambda
|
|
3023
3253
|
class ListVersionsByFunctionResponse < Struct.new(
|
3024
3254
|
:next_marker,
|
3025
3255
|
:versions)
|
3256
|
+
SENSITIVE = []
|
3026
3257
|
include Aws::Structure
|
3027
3258
|
end
|
3028
3259
|
|
@@ -3043,6 +3274,7 @@ module Aws::Lambda
|
|
3043
3274
|
#
|
3044
3275
|
class OnFailure < Struct.new(
|
3045
3276
|
:destination)
|
3277
|
+
SENSITIVE = []
|
3046
3278
|
include Aws::Structure
|
3047
3279
|
end
|
3048
3280
|
|
@@ -3063,6 +3295,7 @@ module Aws::Lambda
|
|
3063
3295
|
#
|
3064
3296
|
class OnSuccess < Struct.new(
|
3065
3297
|
:destination)
|
3298
|
+
SENSITIVE = []
|
3066
3299
|
include Aws::Structure
|
3067
3300
|
end
|
3068
3301
|
|
@@ -3083,6 +3316,7 @@ module Aws::Lambda
|
|
3083
3316
|
class PolicyLengthExceededException < Struct.new(
|
3084
3317
|
:type,
|
3085
3318
|
:message)
|
3319
|
+
SENSITIVE = []
|
3086
3320
|
include Aws::Structure
|
3087
3321
|
end
|
3088
3322
|
|
@@ -3103,6 +3337,7 @@ module Aws::Lambda
|
|
3103
3337
|
class PreconditionFailedException < Struct.new(
|
3104
3338
|
:type,
|
3105
3339
|
:message)
|
3340
|
+
SENSITIVE = []
|
3106
3341
|
include Aws::Structure
|
3107
3342
|
end
|
3108
3343
|
|
@@ -3153,6 +3388,7 @@ module Aws::Lambda
|
|
3153
3388
|
:status,
|
3154
3389
|
:status_reason,
|
3155
3390
|
:last_modified)
|
3391
|
+
SENSITIVE = []
|
3156
3392
|
include Aws::Structure
|
3157
3393
|
end
|
3158
3394
|
|
@@ -3169,6 +3405,7 @@ module Aws::Lambda
|
|
3169
3405
|
class ProvisionedConcurrencyConfigNotFoundException < Struct.new(
|
3170
3406
|
:type,
|
3171
3407
|
:message)
|
3408
|
+
SENSITIVE = []
|
3172
3409
|
include Aws::Structure
|
3173
3410
|
end
|
3174
3411
|
|
@@ -3184,7 +3421,7 @@ module Aws::Lambda
|
|
3184
3421
|
# s3_object_version: "S3ObjectVersion",
|
3185
3422
|
# zip_file: "data",
|
3186
3423
|
# },
|
3187
|
-
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, 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
|
3424
|
+
# compatible_runtimes: ["nodejs"], # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.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
|
3188
3425
|
# license_info: "LicenseInfo",
|
3189
3426
|
# }
|
3190
3427
|
#
|
@@ -3232,6 +3469,7 @@ module Aws::Lambda
|
|
3232
3469
|
:content,
|
3233
3470
|
:compatible_runtimes,
|
3234
3471
|
:license_info)
|
3472
|
+
SENSITIVE = []
|
3235
3473
|
include Aws::Structure
|
3236
3474
|
end
|
3237
3475
|
|
@@ -3283,6 +3521,7 @@ module Aws::Lambda
|
|
3283
3521
|
:version,
|
3284
3522
|
:compatible_runtimes,
|
3285
3523
|
:license_info)
|
3524
|
+
SENSITIVE = []
|
3286
3525
|
include Aws::Structure
|
3287
3526
|
end
|
3288
3527
|
|
@@ -3338,6 +3577,7 @@ module Aws::Lambda
|
|
3338
3577
|
:code_sha_256,
|
3339
3578
|
:description,
|
3340
3579
|
:revision_id)
|
3580
|
+
SENSITIVE = []
|
3341
3581
|
include Aws::Structure
|
3342
3582
|
end
|
3343
3583
|
|
@@ -3374,6 +3614,7 @@ module Aws::Lambda
|
|
3374
3614
|
class PutFunctionConcurrencyRequest < Struct.new(
|
3375
3615
|
:function_name,
|
3376
3616
|
:reserved_concurrent_executions)
|
3617
|
+
SENSITIVE = []
|
3377
3618
|
include Aws::Structure
|
3378
3619
|
end
|
3379
3620
|
|
@@ -3451,6 +3692,7 @@ module Aws::Lambda
|
|
3451
3692
|
:maximum_retry_attempts,
|
3452
3693
|
:maximum_event_age_in_seconds,
|
3453
3694
|
:destination_config)
|
3695
|
+
SENSITIVE = []
|
3454
3696
|
include Aws::Structure
|
3455
3697
|
end
|
3456
3698
|
|
@@ -3494,6 +3736,7 @@ module Aws::Lambda
|
|
3494
3736
|
:function_name,
|
3495
3737
|
:qualifier,
|
3496
3738
|
:provisioned_concurrent_executions)
|
3739
|
+
SENSITIVE = []
|
3497
3740
|
include Aws::Structure
|
3498
3741
|
end
|
3499
3742
|
|
@@ -3536,6 +3779,7 @@ module Aws::Lambda
|
|
3536
3779
|
:status,
|
3537
3780
|
:status_reason,
|
3538
3781
|
:last_modified)
|
3782
|
+
SENSITIVE = []
|
3539
3783
|
include Aws::Structure
|
3540
3784
|
end
|
3541
3785
|
|
@@ -3574,6 +3818,7 @@ module Aws::Lambda
|
|
3574
3818
|
:version_number,
|
3575
3819
|
:statement_id,
|
3576
3820
|
:revision_id)
|
3821
|
+
SENSITIVE = []
|
3577
3822
|
include Aws::Structure
|
3578
3823
|
end
|
3579
3824
|
|
@@ -3627,6 +3872,7 @@ module Aws::Lambda
|
|
3627
3872
|
:statement_id,
|
3628
3873
|
:qualifier,
|
3629
3874
|
:revision_id)
|
3875
|
+
SENSITIVE = []
|
3630
3876
|
include Aws::Structure
|
3631
3877
|
end
|
3632
3878
|
|
@@ -3648,6 +3894,7 @@ module Aws::Lambda
|
|
3648
3894
|
class RequestTooLargeException < Struct.new(
|
3649
3895
|
:type,
|
3650
3896
|
:message)
|
3897
|
+
SENSITIVE = []
|
3651
3898
|
include Aws::Structure
|
3652
3899
|
end
|
3653
3900
|
|
@@ -3666,6 +3913,7 @@ module Aws::Lambda
|
|
3666
3913
|
class ResourceConflictException < Struct.new(
|
3667
3914
|
:type,
|
3668
3915
|
:message)
|
3916
|
+
SENSITIVE = []
|
3669
3917
|
include Aws::Structure
|
3670
3918
|
end
|
3671
3919
|
|
@@ -3685,6 +3933,7 @@ module Aws::Lambda
|
|
3685
3933
|
class ResourceInUseException < Struct.new(
|
3686
3934
|
:type,
|
3687
3935
|
:message)
|
3936
|
+
SENSITIVE = []
|
3688
3937
|
include Aws::Structure
|
3689
3938
|
end
|
3690
3939
|
|
@@ -3701,6 +3950,7 @@ module Aws::Lambda
|
|
3701
3950
|
class ResourceNotFoundException < Struct.new(
|
3702
3951
|
:type,
|
3703
3952
|
:message)
|
3953
|
+
SENSITIVE = []
|
3704
3954
|
include Aws::Structure
|
3705
3955
|
end
|
3706
3956
|
|
@@ -3720,6 +3970,7 @@ module Aws::Lambda
|
|
3720
3970
|
class ResourceNotReadyException < Struct.new(
|
3721
3971
|
:type,
|
3722
3972
|
:message)
|
3973
|
+
SENSITIVE = []
|
3723
3974
|
include Aws::Structure
|
3724
3975
|
end
|
3725
3976
|
|
@@ -3736,6 +3987,7 @@ module Aws::Lambda
|
|
3736
3987
|
class ServiceException < Struct.new(
|
3737
3988
|
:type,
|
3738
3989
|
:message)
|
3990
|
+
SENSITIVE = []
|
3739
3991
|
include Aws::Structure
|
3740
3992
|
end
|
3741
3993
|
|
@@ -3753,6 +4005,7 @@ module Aws::Lambda
|
|
3753
4005
|
class SubnetIPAddressLimitReachedException < Struct.new(
|
3754
4006
|
:type,
|
3755
4007
|
:message)
|
4008
|
+
SENSITIVE = []
|
3756
4009
|
include Aws::Structure
|
3757
4010
|
end
|
3758
4011
|
|
@@ -3779,6 +4032,7 @@ module Aws::Lambda
|
|
3779
4032
|
class TagResourceRequest < Struct.new(
|
3780
4033
|
:resource,
|
3781
4034
|
:tags)
|
4035
|
+
SENSITIVE = []
|
3782
4036
|
include Aws::Structure
|
3783
4037
|
end
|
3784
4038
|
|
@@ -3804,6 +4058,7 @@ module Aws::Lambda
|
|
3804
4058
|
:type,
|
3805
4059
|
:message,
|
3806
4060
|
:reason)
|
4061
|
+
SENSITIVE = []
|
3807
4062
|
include Aws::Structure
|
3808
4063
|
end
|
3809
4064
|
|
@@ -3825,6 +4080,7 @@ module Aws::Lambda
|
|
3825
4080
|
#
|
3826
4081
|
class TracingConfig < Struct.new(
|
3827
4082
|
:mode)
|
4083
|
+
SENSITIVE = []
|
3828
4084
|
include Aws::Structure
|
3829
4085
|
end
|
3830
4086
|
|
@@ -3838,6 +4094,7 @@ module Aws::Lambda
|
|
3838
4094
|
#
|
3839
4095
|
class TracingConfigResponse < Struct.new(
|
3840
4096
|
:mode)
|
4097
|
+
SENSITIVE = []
|
3841
4098
|
include Aws::Structure
|
3842
4099
|
end
|
3843
4100
|
|
@@ -3854,6 +4111,7 @@ module Aws::Lambda
|
|
3854
4111
|
class UnsupportedMediaTypeException < Struct.new(
|
3855
4112
|
:type,
|
3856
4113
|
:message)
|
4114
|
+
SENSITIVE = []
|
3857
4115
|
include Aws::Structure
|
3858
4116
|
end
|
3859
4117
|
|
@@ -3878,6 +4136,7 @@ module Aws::Lambda
|
|
3878
4136
|
class UntagResourceRequest < Struct.new(
|
3879
4137
|
:resource,
|
3880
4138
|
:tag_keys)
|
4139
|
+
SENSITIVE = []
|
3881
4140
|
include Aws::Structure
|
3882
4141
|
end
|
3883
4142
|
|
@@ -3930,7 +4189,7 @@ module Aws::Lambda
|
|
3930
4189
|
#
|
3931
4190
|
#
|
3932
4191
|
#
|
3933
|
-
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/
|
4192
|
+
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing
|
3934
4193
|
# @return [Types::AliasRoutingConfiguration]
|
3935
4194
|
#
|
3936
4195
|
# @!attribute [rw] revision_id
|
@@ -3948,6 +4207,7 @@ module Aws::Lambda
|
|
3948
4207
|
:description,
|
3949
4208
|
:routing_config,
|
3950
4209
|
:revision_id)
|
4210
|
+
SENSITIVE = []
|
3951
4211
|
include Aws::Structure
|
3952
4212
|
end
|
3953
4213
|
|
@@ -3998,7 +4258,8 @@ module Aws::Lambda
|
|
3998
4258
|
# @return [String]
|
3999
4259
|
#
|
4000
4260
|
# @!attribute [rw] enabled
|
4001
|
-
#
|
4261
|
+
# If true, the event source mapping is active. Set to false to pause
|
4262
|
+
# polling and invocation.
|
4002
4263
|
# @return [Boolean]
|
4003
4264
|
#
|
4004
4265
|
# @!attribute [rw] batch_size
|
@@ -4009,6 +4270,9 @@ module Aws::Lambda
|
|
4009
4270
|
# * **Amazon DynamoDB Streams** - Default 100. Max 1,000.
|
4010
4271
|
#
|
4011
4272
|
# * **Amazon Simple Queue Service** - Default 10. Max 10.
|
4273
|
+
#
|
4274
|
+
# * **Amazon Managed Streaming for Apache Kafka** - Default 100. Max
|
4275
|
+
# 10,000.
|
4012
4276
|
# @return [Integer]
|
4013
4277
|
#
|
4014
4278
|
# @!attribute [rw] maximum_batching_window_in_seconds
|
@@ -4022,8 +4286,8 @@ module Aws::Lambda
|
|
4022
4286
|
# @return [Types::DestinationConfig]
|
4023
4287
|
#
|
4024
4288
|
# @!attribute [rw] maximum_record_age_in_seconds
|
4025
|
-
# (Streams)
|
4026
|
-
#
|
4289
|
+
# (Streams) Discard records older than the specified age. The default
|
4290
|
+
# value is infinite (-1).
|
4027
4291
|
# @return [Integer]
|
4028
4292
|
#
|
4029
4293
|
# @!attribute [rw] bisect_batch_on_function_error
|
@@ -4032,8 +4296,9 @@ module Aws::Lambda
|
|
4032
4296
|
# @return [Boolean]
|
4033
4297
|
#
|
4034
4298
|
# @!attribute [rw] maximum_retry_attempts
|
4035
|
-
# (Streams)
|
4036
|
-
#
|
4299
|
+
# (Streams) Discard records after the specified number of retries. The
|
4300
|
+
# default value is infinite (-1). When set to infinite (-1), failed
|
4301
|
+
# records will be retried until the record expires.
|
4037
4302
|
# @return [Integer]
|
4038
4303
|
#
|
4039
4304
|
# @!attribute [rw] parallelization_factor
|
@@ -4054,6 +4319,7 @@ module Aws::Lambda
|
|
4054
4319
|
:bisect_batch_on_function_error,
|
4055
4320
|
:maximum_retry_attempts,
|
4056
4321
|
:parallelization_factor)
|
4322
|
+
SENSITIVE = []
|
4057
4323
|
include Aws::Structure
|
4058
4324
|
end
|
4059
4325
|
|
@@ -4134,6 +4400,7 @@ module Aws::Lambda
|
|
4134
4400
|
:publish,
|
4135
4401
|
:dry_run,
|
4136
4402
|
:revision_id)
|
4403
|
+
SENSITIVE = [:zip_file]
|
4137
4404
|
include Aws::Structure
|
4138
4405
|
end
|
4139
4406
|
|
@@ -4156,7 +4423,7 @@ module Aws::Lambda
|
|
4156
4423
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
4157
4424
|
# },
|
4158
4425
|
# },
|
4159
|
-
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.x, java8, 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
|
4426
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, nodejs10.x, nodejs12.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
|
4160
4427
|
# dead_letter_config: {
|
4161
4428
|
# target_arn: "ResourceArn",
|
4162
4429
|
# },
|
@@ -4166,6 +4433,12 @@ module Aws::Lambda
|
|
4166
4433
|
# },
|
4167
4434
|
# revision_id: "String",
|
4168
4435
|
# layers: ["LayerVersionArn"],
|
4436
|
+
# file_system_configs: [
|
4437
|
+
# {
|
4438
|
+
# arn: "FileSystemArn", # required
|
4439
|
+
# local_mount_path: "LocalMountPath", # required
|
4440
|
+
# },
|
4441
|
+
# ],
|
4169
4442
|
# }
|
4170
4443
|
#
|
4171
4444
|
# @!attribute [rw] function_name
|
@@ -4275,6 +4548,10 @@ module Aws::Lambda
|
|
4275
4548
|
# [1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
|
4276
4549
|
# @return [Array<String>]
|
4277
4550
|
#
|
4551
|
+
# @!attribute [rw] file_system_configs
|
4552
|
+
# Connection settings for an Amazon EFS file system.
|
4553
|
+
# @return [Array<Types::FileSystemConfig>]
|
4554
|
+
#
|
4278
4555
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionConfigurationRequest AWS API Documentation
|
4279
4556
|
#
|
4280
4557
|
class UpdateFunctionConfigurationRequest < Struct.new(
|
@@ -4291,7 +4568,9 @@ module Aws::Lambda
|
|
4291
4568
|
:kms_key_arn,
|
4292
4569
|
:tracing_config,
|
4293
4570
|
:revision_id,
|
4294
|
-
:layers
|
4571
|
+
:layers,
|
4572
|
+
:file_system_configs)
|
4573
|
+
SENSITIVE = []
|
4295
4574
|
include Aws::Structure
|
4296
4575
|
end
|
4297
4576
|
|
@@ -4369,6 +4648,7 @@ module Aws::Lambda
|
|
4369
4648
|
:maximum_retry_attempts,
|
4370
4649
|
:maximum_event_age_in_seconds,
|
4371
4650
|
:destination_config)
|
4651
|
+
SENSITIVE = []
|
4372
4652
|
include Aws::Structure
|
4373
4653
|
end
|
4374
4654
|
|
@@ -4400,6 +4680,7 @@ module Aws::Lambda
|
|
4400
4680
|
class VpcConfig < Struct.new(
|
4401
4681
|
:subnet_ids,
|
4402
4682
|
:security_group_ids)
|
4683
|
+
SENSITIVE = []
|
4403
4684
|
include Aws::Structure
|
4404
4685
|
end
|
4405
4686
|
|
@@ -4424,6 +4705,7 @@ module Aws::Lambda
|
|
4424
4705
|
:subnet_ids,
|
4425
4706
|
:security_group_ids,
|
4426
4707
|
:vpc_id)
|
4708
|
+
SENSITIVE = []
|
4427
4709
|
include Aws::Structure
|
4428
4710
|
end
|
4429
4711
|
|