aws-sdk-lambda 1.50.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,22 +26,36 @@ module Aws::Lambda
26
26
  AliasConfiguration = Shapes::StructureShape.new(name: 'AliasConfiguration')
27
27
  AliasList = Shapes::ListShape.new(name: 'AliasList')
28
28
  AliasRoutingConfiguration = Shapes::StructureShape.new(name: 'AliasRoutingConfiguration')
29
+ AllowedPublishers = Shapes::StructureShape.new(name: 'AllowedPublishers')
29
30
  Arn = Shapes::StringShape.new(name: 'Arn')
30
31
  BatchSize = Shapes::IntegerShape.new(name: 'BatchSize')
31
32
  BisectBatchOnFunctionError = Shapes::BooleanShape.new(name: 'BisectBatchOnFunctionError')
32
33
  Blob = Shapes::BlobShape.new(name: 'Blob')
33
34
  BlobStream = Shapes::BlobShape.new(name: 'BlobStream', streaming: true)
34
35
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
36
+ CodeSigningConfig = Shapes::StructureShape.new(name: 'CodeSigningConfig')
37
+ CodeSigningConfigArn = Shapes::StringShape.new(name: 'CodeSigningConfigArn')
38
+ CodeSigningConfigId = Shapes::StringShape.new(name: 'CodeSigningConfigId')
39
+ CodeSigningConfigList = Shapes::ListShape.new(name: 'CodeSigningConfigList')
40
+ CodeSigningConfigNotFoundException = Shapes::StructureShape.new(name: 'CodeSigningConfigNotFoundException')
41
+ CodeSigningPolicies = Shapes::StructureShape.new(name: 'CodeSigningPolicies')
42
+ CodeSigningPolicy = Shapes::StringShape.new(name: 'CodeSigningPolicy')
35
43
  CodeStorageExceededException = Shapes::StructureShape.new(name: 'CodeStorageExceededException')
44
+ CodeVerificationFailedException = Shapes::StructureShape.new(name: 'CodeVerificationFailedException')
36
45
  CompatibleRuntimes = Shapes::ListShape.new(name: 'CompatibleRuntimes')
37
46
  Concurrency = Shapes::StructureShape.new(name: 'Concurrency')
38
47
  CreateAliasRequest = Shapes::StructureShape.new(name: 'CreateAliasRequest')
48
+ CreateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigRequest')
49
+ CreateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigResponse')
39
50
  CreateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'CreateEventSourceMappingRequest')
40
51
  CreateFunctionRequest = Shapes::StructureShape.new(name: 'CreateFunctionRequest')
41
52
  Date = Shapes::TimestampShape.new(name: 'Date')
42
53
  DeadLetterConfig = Shapes::StructureShape.new(name: 'DeadLetterConfig')
43
54
  DeleteAliasRequest = Shapes::StructureShape.new(name: 'DeleteAliasRequest')
55
+ DeleteCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'DeleteCodeSigningConfigRequest')
56
+ DeleteCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'DeleteCodeSigningConfigResponse')
44
57
  DeleteEventSourceMappingRequest = Shapes::StructureShape.new(name: 'DeleteEventSourceMappingRequest')
58
+ DeleteFunctionCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionCodeSigningConfigRequest')
45
59
  DeleteFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'DeleteFunctionConcurrencyRequest')
46
60
  DeleteFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionEventInvokeConfigRequest')
47
61
  DeleteFunctionRequest = Shapes::StructureShape.new(name: 'DeleteFunctionRequest')
@@ -73,6 +87,7 @@ module Aws::Lambda
73
87
  FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
74
88
  FileSystemConfigList = Shapes::ListShape.new(name: 'FileSystemConfigList')
75
89
  FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
90
+ FunctionArnList = Shapes::ListShape.new(name: 'FunctionArnList')
76
91
  FunctionCode = Shapes::StructureShape.new(name: 'FunctionCode')
77
92
  FunctionCodeLocation = Shapes::StructureShape.new(name: 'FunctionCodeLocation')
78
93
  FunctionConfiguration = Shapes::StructureShape.new(name: 'FunctionConfiguration')
@@ -84,7 +99,11 @@ module Aws::Lambda
84
99
  GetAccountSettingsRequest = Shapes::StructureShape.new(name: 'GetAccountSettingsRequest')
85
100
  GetAccountSettingsResponse = Shapes::StructureShape.new(name: 'GetAccountSettingsResponse')
86
101
  GetAliasRequest = Shapes::StructureShape.new(name: 'GetAliasRequest')
102
+ GetCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'GetCodeSigningConfigRequest')
103
+ GetCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'GetCodeSigningConfigResponse')
87
104
  GetEventSourceMappingRequest = Shapes::StructureShape.new(name: 'GetEventSourceMappingRequest')
105
+ GetFunctionCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionCodeSigningConfigRequest')
106
+ GetFunctionCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionCodeSigningConfigResponse')
88
107
  GetFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'GetFunctionConcurrencyRequest')
89
108
  GetFunctionConcurrencyResponse = Shapes::StructureShape.new(name: 'GetFunctionConcurrencyResponse')
90
109
  GetFunctionConfigurationRequest = Shapes::StructureShape.new(name: 'GetFunctionConfigurationRequest')
@@ -102,7 +121,11 @@ module Aws::Lambda
102
121
  GetProvisionedConcurrencyConfigResponse = Shapes::StructureShape.new(name: 'GetProvisionedConcurrencyConfigResponse')
103
122
  Handler = Shapes::StringShape.new(name: 'Handler')
104
123
  HttpStatus = Shapes::IntegerShape.new(name: 'HttpStatus')
124
+ ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
125
+ ImageConfigError = Shapes::StructureShape.new(name: 'ImageConfigError')
126
+ ImageConfigResponse = Shapes::StructureShape.new(name: 'ImageConfigResponse')
105
127
  Integer = Shapes::IntegerShape.new(name: 'Integer')
128
+ InvalidCodeSignatureException = Shapes::StructureShape.new(name: 'InvalidCodeSignatureException')
106
129
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
107
130
  InvalidRequestContentException = Shapes::StructureShape.new(name: 'InvalidRequestContentException')
108
131
  InvalidRuntimeException = Shapes::StructureShape.new(name: 'InvalidRuntimeException')
@@ -140,10 +163,14 @@ module Aws::Lambda
140
163
  LicenseInfo = Shapes::StringShape.new(name: 'LicenseInfo')
141
164
  ListAliasesRequest = Shapes::StructureShape.new(name: 'ListAliasesRequest')
142
165
  ListAliasesResponse = Shapes::StructureShape.new(name: 'ListAliasesResponse')
166
+ ListCodeSigningConfigsRequest = Shapes::StructureShape.new(name: 'ListCodeSigningConfigsRequest')
167
+ ListCodeSigningConfigsResponse = Shapes::StructureShape.new(name: 'ListCodeSigningConfigsResponse')
143
168
  ListEventSourceMappingsRequest = Shapes::StructureShape.new(name: 'ListEventSourceMappingsRequest')
144
169
  ListEventSourceMappingsResponse = Shapes::StructureShape.new(name: 'ListEventSourceMappingsResponse')
145
170
  ListFunctionEventInvokeConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsRequest')
146
171
  ListFunctionEventInvokeConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsResponse')
172
+ ListFunctionsByCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigRequest')
173
+ ListFunctionsByCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigResponse')
147
174
  ListFunctionsRequest = Shapes::StructureShape.new(name: 'ListFunctionsRequest')
148
175
  ListFunctionsResponse = Shapes::StructureShape.new(name: 'ListFunctionsResponse')
149
176
  ListLayerVersionsRequest = Shapes::StructureShape.new(name: 'ListLayerVersionsRequest')
@@ -177,6 +204,7 @@ module Aws::Lambda
177
204
  OnFailure = Shapes::StructureShape.new(name: 'OnFailure')
178
205
  OnSuccess = Shapes::StructureShape.new(name: 'OnSuccess')
179
206
  OrganizationId = Shapes::StringShape.new(name: 'OrganizationId')
207
+ PackageType = Shapes::StringShape.new(name: 'PackageType')
180
208
  ParallelizationFactor = Shapes::IntegerShape.new(name: 'ParallelizationFactor')
181
209
  PolicyLengthExceededException = Shapes::StructureShape.new(name: 'PolicyLengthExceededException')
182
210
  PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
@@ -189,11 +217,15 @@ module Aws::Lambda
189
217
  PublishLayerVersionRequest = Shapes::StructureShape.new(name: 'PublishLayerVersionRequest')
190
218
  PublishLayerVersionResponse = Shapes::StructureShape.new(name: 'PublishLayerVersionResponse')
191
219
  PublishVersionRequest = Shapes::StructureShape.new(name: 'PublishVersionRequest')
220
+ PutFunctionCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigRequest')
221
+ PutFunctionCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigResponse')
192
222
  PutFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'PutFunctionConcurrencyRequest')
193
223
  PutFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionEventInvokeConfigRequest')
194
224
  PutProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigRequest')
195
225
  PutProvisionedConcurrencyConfigResponse = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigResponse')
196
226
  Qualifier = Shapes::StringShape.new(name: 'Qualifier')
227
+ Queue = Shapes::StringShape.new(name: 'Queue')
228
+ Queues = Shapes::ListShape.new(name: 'Queues')
197
229
  RemoveLayerVersionPermissionRequest = Shapes::StructureShape.new(name: 'RemoveLayerVersionPermissionRequest')
198
230
  RemovePermissionRequest = Shapes::StructureShape.new(name: 'RemovePermissionRequest')
199
231
  RequestTooLargeException = Shapes::StructureShape.new(name: 'RequestTooLargeException')
@@ -212,12 +244,17 @@ module Aws::Lambda
212
244
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
213
245
  SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
214
246
  ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
247
+ SigningProfileVersionArns = Shapes::ListShape.new(name: 'SigningProfileVersionArns')
248
+ SourceAccessConfiguration = Shapes::StructureShape.new(name: 'SourceAccessConfiguration')
249
+ SourceAccessConfigurations = Shapes::ListShape.new(name: 'SourceAccessConfigurations')
250
+ SourceAccessType = Shapes::StringShape.new(name: 'SourceAccessType')
215
251
  SourceOwner = Shapes::StringShape.new(name: 'SourceOwner')
216
252
  State = Shapes::StringShape.new(name: 'State')
217
253
  StateReason = Shapes::StringShape.new(name: 'StateReason')
218
254
  StateReasonCode = Shapes::StringShape.new(name: 'StateReasonCode')
219
255
  StatementId = Shapes::StringShape.new(name: 'StatementId')
220
256
  String = Shapes::StringShape.new(name: 'String')
257
+ StringList = Shapes::ListShape.new(name: 'StringList')
221
258
  SubnetIPAddressLimitReachedException = Shapes::StructureShape.new(name: 'SubnetIPAddressLimitReachedException')
222
259
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
223
260
  SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
@@ -239,6 +276,8 @@ module Aws::Lambda
239
276
  UnsupportedMediaTypeException = Shapes::StructureShape.new(name: 'UnsupportedMediaTypeException')
240
277
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
241
278
  UpdateAliasRequest = Shapes::StructureShape.new(name: 'UpdateAliasRequest')
279
+ UpdateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigRequest')
280
+ UpdateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigResponse')
242
281
  UpdateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'UpdateEventSourceMappingRequest')
243
282
  UpdateFunctionCodeRequest = Shapes::StructureShape.new(name: 'UpdateFunctionCodeRequest')
244
283
  UpdateFunctionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateFunctionConfigurationRequest')
@@ -248,6 +287,7 @@ module Aws::Lambda
248
287
  VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
249
288
  VpcId = Shapes::StringShape.new(name: 'VpcId')
250
289
  Weight = Shapes::FloatShape.new(name: 'Weight')
290
+ WorkingDirectory = Shapes::StringShape.new(name: 'WorkingDirectory')
251
291
 
252
292
  AccountLimit.add_member(:total_code_size, Shapes::ShapeRef.new(shape: Long, location_name: "TotalCodeSize"))
253
293
  AccountLimit.add_member(:code_size_unzipped, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSizeUnzipped"))
@@ -303,10 +343,34 @@ module Aws::Lambda
303
343
  AliasRoutingConfiguration.add_member(:additional_version_weights, Shapes::ShapeRef.new(shape: AdditionalVersionWeights, location_name: "AdditionalVersionWeights"))
304
344
  AliasRoutingConfiguration.struct_class = Types::AliasRoutingConfiguration
305
345
 
346
+ AllowedPublishers.add_member(:signing_profile_version_arns, Shapes::ShapeRef.new(shape: SigningProfileVersionArns, required: true, location_name: "SigningProfileVersionArns"))
347
+ AllowedPublishers.struct_class = Types::AllowedPublishers
348
+
349
+ CodeSigningConfig.add_member(:code_signing_config_id, Shapes::ShapeRef.new(shape: CodeSigningConfigId, required: true, location_name: "CodeSigningConfigId"))
350
+ CodeSigningConfig.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
351
+ CodeSigningConfig.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
352
+ CodeSigningConfig.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, required: true, location_name: "AllowedPublishers"))
353
+ CodeSigningConfig.add_member(:code_signing_policies, Shapes::ShapeRef.new(shape: CodeSigningPolicies, required: true, location_name: "CodeSigningPolicies"))
354
+ CodeSigningConfig.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModified"))
355
+ CodeSigningConfig.struct_class = Types::CodeSigningConfig
356
+
357
+ CodeSigningConfigList.member = Shapes::ShapeRef.new(shape: CodeSigningConfig)
358
+
359
+ CodeSigningConfigNotFoundException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
360
+ CodeSigningConfigNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
361
+ CodeSigningConfigNotFoundException.struct_class = Types::CodeSigningConfigNotFoundException
362
+
363
+ CodeSigningPolicies.add_member(:untrusted_artifact_on_deployment, Shapes::ShapeRef.new(shape: CodeSigningPolicy, location_name: "UntrustedArtifactOnDeployment"))
364
+ CodeSigningPolicies.struct_class = Types::CodeSigningPolicies
365
+
306
366
  CodeStorageExceededException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
307
367
  CodeStorageExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
308
368
  CodeStorageExceededException.struct_class = Types::CodeStorageExceededException
309
369
 
370
+ CodeVerificationFailedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
371
+ CodeVerificationFailedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
372
+ CodeVerificationFailedException.struct_class = Types::CodeVerificationFailedException
373
+
310
374
  CompatibleRuntimes.member = Shapes::ShapeRef.new(shape: Runtime)
311
375
 
312
376
  Concurrency.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, location_name: "ReservedConcurrentExecutions"))
@@ -319,6 +383,14 @@ module Aws::Lambda
319
383
  CreateAliasRequest.add_member(:routing_config, Shapes::ShapeRef.new(shape: AliasRoutingConfiguration, location_name: "RoutingConfig"))
320
384
  CreateAliasRequest.struct_class = Types::CreateAliasRequest
321
385
 
386
+ CreateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
387
+ CreateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, required: true, location_name: "AllowedPublishers"))
388
+ CreateCodeSigningConfigRequest.add_member(:code_signing_policies, Shapes::ShapeRef.new(shape: CodeSigningPolicies, location_name: "CodeSigningPolicies"))
389
+ CreateCodeSigningConfigRequest.struct_class = Types::CreateCodeSigningConfigRequest
390
+
391
+ CreateCodeSigningConfigResponse.add_member(:code_signing_config, Shapes::ShapeRef.new(shape: CodeSigningConfig, required: true, location_name: "CodeSigningConfig"))
392
+ CreateCodeSigningConfigResponse.struct_class = Types::CreateCodeSigningConfigResponse
393
+
322
394
  CreateEventSourceMappingRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventSourceArn"))
323
395
  CreateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
324
396
  CreateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
@@ -332,18 +404,21 @@ module Aws::Lambda
332
404
  CreateEventSourceMappingRequest.add_member(:bisect_batch_on_function_error, Shapes::ShapeRef.new(shape: BisectBatchOnFunctionError, location_name: "BisectBatchOnFunctionError"))
333
405
  CreateEventSourceMappingRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsEventSourceMapping, location_name: "MaximumRetryAttempts"))
334
406
  CreateEventSourceMappingRequest.add_member(:topics, Shapes::ShapeRef.new(shape: Topics, location_name: "Topics"))
407
+ CreateEventSourceMappingRequest.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
408
+ CreateEventSourceMappingRequest.add_member(:source_access_configurations, Shapes::ShapeRef.new(shape: SourceAccessConfigurations, location_name: "SourceAccessConfigurations"))
335
409
  CreateEventSourceMappingRequest.struct_class = Types::CreateEventSourceMappingRequest
336
410
 
337
411
  CreateFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
338
- CreateFunctionRequest.add_member(:runtime, Shapes::ShapeRef.new(shape: Runtime, required: true, location_name: "Runtime"))
412
+ CreateFunctionRequest.add_member(:runtime, Shapes::ShapeRef.new(shape: Runtime, location_name: "Runtime"))
339
413
  CreateFunctionRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "Role"))
340
- CreateFunctionRequest.add_member(:handler, Shapes::ShapeRef.new(shape: Handler, required: true, location_name: "Handler"))
414
+ CreateFunctionRequest.add_member(:handler, Shapes::ShapeRef.new(shape: Handler, location_name: "Handler"))
341
415
  CreateFunctionRequest.add_member(:code, Shapes::ShapeRef.new(shape: FunctionCode, required: true, location_name: "Code"))
342
416
  CreateFunctionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
343
417
  CreateFunctionRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
344
418
  CreateFunctionRequest.add_member(:memory_size, Shapes::ShapeRef.new(shape: MemorySize, location_name: "MemorySize"))
345
419
  CreateFunctionRequest.add_member(:publish, Shapes::ShapeRef.new(shape: Boolean, location_name: "Publish"))
346
420
  CreateFunctionRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
421
+ CreateFunctionRequest.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "PackageType"))
347
422
  CreateFunctionRequest.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
348
423
  CreateFunctionRequest.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "Environment"))
349
424
  CreateFunctionRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
@@ -351,6 +426,8 @@ module Aws::Lambda
351
426
  CreateFunctionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
352
427
  CreateFunctionRequest.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "Layers"))
353
428
  CreateFunctionRequest.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
429
+ CreateFunctionRequest.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
430
+ CreateFunctionRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, location_name: "CodeSigningConfigArn"))
354
431
  CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
355
432
 
356
433
  DeadLetterConfig.add_member(:target_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "TargetArn"))
@@ -360,9 +437,17 @@ module Aws::Lambda
360
437
  DeleteAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
361
438
  DeleteAliasRequest.struct_class = Types::DeleteAliasRequest
362
439
 
440
+ DeleteCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
441
+ DeleteCodeSigningConfigRequest.struct_class = Types::DeleteCodeSigningConfigRequest
442
+
443
+ DeleteCodeSigningConfigResponse.struct_class = Types::DeleteCodeSigningConfigResponse
444
+
363
445
  DeleteEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
364
446
  DeleteEventSourceMappingRequest.struct_class = Types::DeleteEventSourceMappingRequest
365
447
 
448
+ DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
449
+ DeleteFunctionCodeSigningConfigRequest.struct_class = Types::DeleteFunctionCodeSigningConfigRequest
450
+
366
451
  DeleteFunctionConcurrencyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
367
452
  DeleteFunctionConcurrencyRequest.struct_class = Types::DeleteFunctionConcurrencyRequest
368
453
 
@@ -434,6 +519,8 @@ module Aws::Lambda
434
519
  EnvironmentVariables.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
435
520
 
436
521
  EventSourceMappingConfiguration.add_member(:uuid, Shapes::ShapeRef.new(shape: String, location_name: "UUID"))
522
+ EventSourceMappingConfiguration.add_member(:starting_position, Shapes::ShapeRef.new(shape: EventSourcePosition, location_name: "StartingPosition"))
523
+ EventSourceMappingConfiguration.add_member(:starting_position_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "StartingPositionTimestamp"))
437
524
  EventSourceMappingConfiguration.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
438
525
  EventSourceMappingConfiguration.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
439
526
  EventSourceMappingConfiguration.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
@@ -445,6 +532,8 @@ module Aws::Lambda
445
532
  EventSourceMappingConfiguration.add_member(:state_transition_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateTransitionReason"))
446
533
  EventSourceMappingConfiguration.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
447
534
  EventSourceMappingConfiguration.add_member(:topics, Shapes::ShapeRef.new(shape: Topics, location_name: "Topics"))
535
+ EventSourceMappingConfiguration.add_member(:queues, Shapes::ShapeRef.new(shape: Queues, location_name: "Queues"))
536
+ EventSourceMappingConfiguration.add_member(:source_access_configurations, Shapes::ShapeRef.new(shape: SourceAccessConfigurations, location_name: "SourceAccessConfigurations"))
448
537
  EventSourceMappingConfiguration.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
449
538
  EventSourceMappingConfiguration.add_member(:bisect_batch_on_function_error, Shapes::ShapeRef.new(shape: BisectBatchOnFunctionError, location_name: "BisectBatchOnFunctionError"))
450
539
  EventSourceMappingConfiguration.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsEventSourceMapping, location_name: "MaximumRetryAttempts"))
@@ -458,14 +547,19 @@ module Aws::Lambda
458
547
 
459
548
  FileSystemConfigList.member = Shapes::ShapeRef.new(shape: FileSystemConfig)
460
549
 
550
+ FunctionArnList.member = Shapes::ShapeRef.new(shape: FunctionArn)
551
+
461
552
  FunctionCode.add_member(:zip_file, Shapes::ShapeRef.new(shape: Blob, location_name: "ZipFile"))
462
553
  FunctionCode.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "S3Bucket"))
463
554
  FunctionCode.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "S3Key"))
464
555
  FunctionCode.add_member(:s3_object_version, Shapes::ShapeRef.new(shape: S3ObjectVersion, location_name: "S3ObjectVersion"))
556
+ FunctionCode.add_member(:image_uri, Shapes::ShapeRef.new(shape: String, location_name: "ImageUri"))
465
557
  FunctionCode.struct_class = Types::FunctionCode
466
558
 
467
559
  FunctionCodeLocation.add_member(:repository_type, Shapes::ShapeRef.new(shape: String, location_name: "RepositoryType"))
468
560
  FunctionCodeLocation.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "Location"))
561
+ FunctionCodeLocation.add_member(:image_uri, Shapes::ShapeRef.new(shape: String, location_name: "ImageUri"))
562
+ FunctionCodeLocation.add_member(:resolved_image_uri, Shapes::ShapeRef.new(shape: String, location_name: "ResolvedImageUri"))
469
563
  FunctionCodeLocation.struct_class = Types::FunctionCodeLocation
470
564
 
471
565
  FunctionConfiguration.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location_name: "FunctionName"))
@@ -495,6 +589,10 @@ module Aws::Lambda
495
589
  FunctionConfiguration.add_member(:last_update_status_reason, Shapes::ShapeRef.new(shape: LastUpdateStatusReason, location_name: "LastUpdateStatusReason"))
496
590
  FunctionConfiguration.add_member(:last_update_status_reason_code, Shapes::ShapeRef.new(shape: LastUpdateStatusReasonCode, location_name: "LastUpdateStatusReasonCode"))
497
591
  FunctionConfiguration.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
592
+ FunctionConfiguration.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "PackageType"))
593
+ FunctionConfiguration.add_member(:image_config_response, Shapes::ShapeRef.new(shape: ImageConfigResponse, location_name: "ImageConfigResponse"))
594
+ FunctionConfiguration.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
595
+ FunctionConfiguration.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningJobArn"))
498
596
  FunctionConfiguration.struct_class = Types::FunctionConfiguration
499
597
 
500
598
  FunctionEventInvokeConfig.add_member(:last_modified, Shapes::ShapeRef.new(shape: Date, location_name: "LastModified"))
@@ -518,9 +616,22 @@ module Aws::Lambda
518
616
  GetAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
519
617
  GetAliasRequest.struct_class = Types::GetAliasRequest
520
618
 
619
+ GetCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
620
+ GetCodeSigningConfigRequest.struct_class = Types::GetCodeSigningConfigRequest
621
+
622
+ GetCodeSigningConfigResponse.add_member(:code_signing_config, Shapes::ShapeRef.new(shape: CodeSigningConfig, required: true, location_name: "CodeSigningConfig"))
623
+ GetCodeSigningConfigResponse.struct_class = Types::GetCodeSigningConfigResponse
624
+
521
625
  GetEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
522
626
  GetEventSourceMappingRequest.struct_class = Types::GetEventSourceMappingRequest
523
627
 
628
+ GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
629
+ GetFunctionCodeSigningConfigRequest.struct_class = Types::GetFunctionCodeSigningConfigRequest
630
+
631
+ GetFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
632
+ GetFunctionCodeSigningConfigResponse.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
633
+ GetFunctionCodeSigningConfigResponse.struct_class = Types::GetFunctionCodeSigningConfigResponse
634
+
524
635
  GetFunctionConcurrencyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
525
636
  GetFunctionConcurrencyRequest.struct_class = Types::GetFunctionConcurrencyRequest
526
637
 
@@ -590,6 +701,23 @@ module Aws::Lambda
590
701
  GetProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
591
702
  GetProvisionedConcurrencyConfigResponse.struct_class = Types::GetProvisionedConcurrencyConfigResponse
592
703
 
704
+ ImageConfig.add_member(:entry_point, Shapes::ShapeRef.new(shape: StringList, location_name: "EntryPoint"))
705
+ ImageConfig.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "Command"))
706
+ ImageConfig.add_member(:working_directory, Shapes::ShapeRef.new(shape: WorkingDirectory, location_name: "WorkingDirectory"))
707
+ ImageConfig.struct_class = Types::ImageConfig
708
+
709
+ ImageConfigError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
710
+ ImageConfigError.add_member(:message, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "Message"))
711
+ ImageConfigError.struct_class = Types::ImageConfigError
712
+
713
+ ImageConfigResponse.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
714
+ ImageConfigResponse.add_member(:error, Shapes::ShapeRef.new(shape: ImageConfigError, location_name: "Error"))
715
+ ImageConfigResponse.struct_class = Types::ImageConfigResponse
716
+
717
+ InvalidCodeSignatureException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
718
+ InvalidCodeSignatureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
719
+ InvalidCodeSignatureException.struct_class = Types::InvalidCodeSignatureException
720
+
593
721
  InvalidParameterValueException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
594
722
  InvalidParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
595
723
  InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
@@ -660,6 +788,8 @@ module Aws::Lambda
660
788
 
661
789
  Layer.add_member(:arn, Shapes::ShapeRef.new(shape: LayerVersionArn, location_name: "Arn"))
662
790
  Layer.add_member(:code_size, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSize"))
791
+ Layer.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
792
+ Layer.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningJobArn"))
663
793
  Layer.struct_class = Types::Layer
664
794
 
665
795
  LayerList.member = Shapes::ShapeRef.new(shape: LayerVersionArn)
@@ -673,6 +803,8 @@ module Aws::Lambda
673
803
  LayerVersionContentOutput.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "Location"))
674
804
  LayerVersionContentOutput.add_member(:code_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "CodeSha256"))
675
805
  LayerVersionContentOutput.add_member(:code_size, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSize"))
806
+ LayerVersionContentOutput.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: String, location_name: "SigningProfileVersionArn"))
807
+ LayerVersionContentOutput.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape: String, location_name: "SigningJobArn"))
676
808
  LayerVersionContentOutput.struct_class = Types::LayerVersionContentOutput
677
809
 
678
810
  LayerVersionsList.member = Shapes::ShapeRef.new(shape: LayerVersionsListItem)
@@ -704,6 +836,14 @@ module Aws::Lambda
704
836
  ListAliasesResponse.add_member(:aliases, Shapes::ShapeRef.new(shape: AliasList, location_name: "Aliases"))
705
837
  ListAliasesResponse.struct_class = Types::ListAliasesResponse
706
838
 
839
+ ListCodeSigningConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
840
+ ListCodeSigningConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
841
+ ListCodeSigningConfigsRequest.struct_class = Types::ListCodeSigningConfigsRequest
842
+
843
+ ListCodeSigningConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
844
+ ListCodeSigningConfigsResponse.add_member(:code_signing_configs, Shapes::ShapeRef.new(shape: CodeSigningConfigList, location_name: "CodeSigningConfigs"))
845
+ ListCodeSigningConfigsResponse.struct_class = Types::ListCodeSigningConfigsResponse
846
+
707
847
  ListEventSourceMappingsRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "EventSourceArn"))
708
848
  ListEventSourceMappingsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, location: "querystring", location_name: "FunctionName"))
709
849
  ListEventSourceMappingsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
@@ -723,6 +863,15 @@ module Aws::Lambda
723
863
  ListFunctionEventInvokeConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
724
864
  ListFunctionEventInvokeConfigsResponse.struct_class = Types::ListFunctionEventInvokeConfigsResponse
725
865
 
866
+ ListFunctionsByCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
867
+ ListFunctionsByCodeSigningConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
868
+ ListFunctionsByCodeSigningConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
869
+ ListFunctionsByCodeSigningConfigRequest.struct_class = Types::ListFunctionsByCodeSigningConfigRequest
870
+
871
+ ListFunctionsByCodeSigningConfigResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
872
+ ListFunctionsByCodeSigningConfigResponse.add_member(:function_arns, Shapes::ShapeRef.new(shape: FunctionArnList, location_name: "FunctionArns"))
873
+ ListFunctionsByCodeSigningConfigResponse.struct_class = Types::ListFunctionsByCodeSigningConfigResponse
874
+
726
875
  ListFunctionsRequest.add_member(:master_region, Shapes::ShapeRef.new(shape: MasterRegion, location: "querystring", location_name: "MasterRegion"))
727
876
  ListFunctionsRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: FunctionVersion, location: "querystring", location_name: "FunctionVersion"))
728
877
  ListFunctionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
@@ -828,6 +977,14 @@ module Aws::Lambda
828
977
  PublishVersionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
829
978
  PublishVersionRequest.struct_class = Types::PublishVersionRequest
830
979
 
980
+ PutFunctionCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
981
+ PutFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
982
+ PutFunctionCodeSigningConfigRequest.struct_class = Types::PutFunctionCodeSigningConfigRequest
983
+
984
+ PutFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
985
+ PutFunctionCodeSigningConfigResponse.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
986
+ PutFunctionCodeSigningConfigResponse.struct_class = Types::PutFunctionCodeSigningConfigResponse
987
+
831
988
  PutFunctionConcurrencyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
832
989
  PutFunctionConcurrencyRequest.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, required: true, location_name: "ReservedConcurrentExecutions"))
833
990
  PutFunctionConcurrencyRequest.struct_class = Types::PutFunctionConcurrencyRequest
@@ -852,6 +1009,8 @@ module Aws::Lambda
852
1009
  PutProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
853
1010
  PutProvisionedConcurrencyConfigResponse.struct_class = Types::PutProvisionedConcurrencyConfigResponse
854
1011
 
1012
+ Queues.member = Shapes::ShapeRef.new(shape: Queue)
1013
+
855
1014
  RemoveLayerVersionPermissionRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
856
1015
  RemoveLayerVersionPermissionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: LayerVersionNumber, required: true, location: "uri", location_name: "VersionNumber"))
857
1016
  RemoveLayerVersionPermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location: "uri", location_name: "StatementId"))
@@ -890,6 +1049,16 @@ module Aws::Lambda
890
1049
  ServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
891
1050
  ServiceException.struct_class = Types::ServiceException
892
1051
 
1052
+ SigningProfileVersionArns.member = Shapes::ShapeRef.new(shape: Arn)
1053
+
1054
+ SourceAccessConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: SourceAccessType, location_name: "Type"))
1055
+ SourceAccessConfiguration.add_member(:uri, Shapes::ShapeRef.new(shape: Arn, location_name: "URI"))
1056
+ SourceAccessConfiguration.struct_class = Types::SourceAccessConfiguration
1057
+
1058
+ SourceAccessConfigurations.member = Shapes::ShapeRef.new(shape: SourceAccessConfiguration)
1059
+
1060
+ StringList.member = Shapes::ShapeRef.new(shape: String)
1061
+
893
1062
  SubnetIPAddressLimitReachedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
894
1063
  SubnetIPAddressLimitReachedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
895
1064
  SubnetIPAddressLimitReachedException.struct_class = Types::SubnetIPAddressLimitReachedException
@@ -935,6 +1104,15 @@ module Aws::Lambda
935
1104
  UpdateAliasRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
936
1105
  UpdateAliasRequest.struct_class = Types::UpdateAliasRequest
937
1106
 
1107
+ UpdateCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
1108
+ UpdateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1109
+ UpdateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, location_name: "AllowedPublishers"))
1110
+ UpdateCodeSigningConfigRequest.add_member(:code_signing_policies, Shapes::ShapeRef.new(shape: CodeSigningPolicies, location_name: "CodeSigningPolicies"))
1111
+ UpdateCodeSigningConfigRequest.struct_class = Types::UpdateCodeSigningConfigRequest
1112
+
1113
+ UpdateCodeSigningConfigResponse.add_member(:code_signing_config, Shapes::ShapeRef.new(shape: CodeSigningConfig, required: true, location_name: "CodeSigningConfig"))
1114
+ UpdateCodeSigningConfigResponse.struct_class = Types::UpdateCodeSigningConfigResponse
1115
+
938
1116
  UpdateEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
939
1117
  UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, location_name: "FunctionName"))
940
1118
  UpdateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
@@ -945,6 +1123,7 @@ module Aws::Lambda
945
1123
  UpdateEventSourceMappingRequest.add_member(:bisect_batch_on_function_error, Shapes::ShapeRef.new(shape: BisectBatchOnFunctionError, location_name: "BisectBatchOnFunctionError"))
946
1124
  UpdateEventSourceMappingRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsEventSourceMapping, location_name: "MaximumRetryAttempts"))
947
1125
  UpdateEventSourceMappingRequest.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
1126
+ UpdateEventSourceMappingRequest.add_member(:source_access_configurations, Shapes::ShapeRef.new(shape: SourceAccessConfigurations, location_name: "SourceAccessConfigurations"))
948
1127
  UpdateEventSourceMappingRequest.struct_class = Types::UpdateEventSourceMappingRequest
949
1128
 
950
1129
  UpdateFunctionCodeRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
@@ -952,6 +1131,7 @@ module Aws::Lambda
952
1131
  UpdateFunctionCodeRequest.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "S3Bucket"))
953
1132
  UpdateFunctionCodeRequest.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "S3Key"))
954
1133
  UpdateFunctionCodeRequest.add_member(:s3_object_version, Shapes::ShapeRef.new(shape: S3ObjectVersion, location_name: "S3ObjectVersion"))
1134
+ UpdateFunctionCodeRequest.add_member(:image_uri, Shapes::ShapeRef.new(shape: String, location_name: "ImageUri"))
955
1135
  UpdateFunctionCodeRequest.add_member(:publish, Shapes::ShapeRef.new(shape: Boolean, location_name: "Publish"))
956
1136
  UpdateFunctionCodeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
957
1137
  UpdateFunctionCodeRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
@@ -972,6 +1152,7 @@ module Aws::Lambda
972
1152
  UpdateFunctionConfigurationRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
973
1153
  UpdateFunctionConfigurationRequest.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "Layers"))
974
1154
  UpdateFunctionConfigurationRequest.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
1155
+ UpdateFunctionConfigurationRequest.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
975
1156
  UpdateFunctionConfigurationRequest.struct_class = Types::UpdateFunctionConfigurationRequest
976
1157
 
977
1158
  UpdateFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
@@ -1049,6 +1230,16 @@ module Aws::Lambda
1049
1230
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1050
1231
  end)
1051
1232
 
1233
+ api.add_operation(:create_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1234
+ o.name = "CreateCodeSigningConfig"
1235
+ o.http_method = "POST"
1236
+ o.http_request_uri = "/2020-04-22/code-signing-configs/"
1237
+ o.input = Shapes::ShapeRef.new(shape: CreateCodeSigningConfigRequest)
1238
+ o.output = Shapes::ShapeRef.new(shape: CreateCodeSigningConfigResponse)
1239
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1240
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1241
+ end)
1242
+
1052
1243
  api.add_operation(:create_event_source_mapping, Seahorse::Model::Operation.new.tap do |o|
1053
1244
  o.name = "CreateEventSourceMapping"
1054
1245
  o.http_method = "POST"
@@ -1074,6 +1265,9 @@ module Aws::Lambda
1074
1265
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1075
1266
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1076
1267
  o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
1268
+ o.errors << Shapes::ShapeRef.new(shape: CodeVerificationFailedException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCodeSignatureException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1077
1271
  end)
1078
1272
 
1079
1273
  api.add_operation(:delete_alias, Seahorse::Model::Operation.new.tap do |o|
@@ -1088,6 +1282,18 @@ module Aws::Lambda
1088
1282
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1089
1283
  end)
1090
1284
 
1285
+ api.add_operation(:delete_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1286
+ o.name = "DeleteCodeSigningConfig"
1287
+ o.http_method = "DELETE"
1288
+ o.http_request_uri = "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}"
1289
+ o.input = Shapes::ShapeRef.new(shape: DeleteCodeSigningConfigRequest)
1290
+ o.output = Shapes::ShapeRef.new(shape: DeleteCodeSigningConfigResponse)
1291
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1292
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1293
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1294
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1295
+ end)
1296
+
1091
1297
  api.add_operation(:delete_event_source_mapping, Seahorse::Model::Operation.new.tap do |o|
1092
1298
  o.name = "DeleteEventSourceMapping"
1093
1299
  o.http_method = "DELETE"
@@ -1114,6 +1320,20 @@ module Aws::Lambda
1114
1320
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1115
1321
  end)
1116
1322
 
1323
+ api.add_operation(:delete_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1324
+ o.name = "DeleteFunctionCodeSigningConfig"
1325
+ o.http_method = "DELETE"
1326
+ o.http_request_uri = "/2020-06-30/functions/{FunctionName}/code-signing-config"
1327
+ o.input = Shapes::ShapeRef.new(shape: DeleteFunctionCodeSigningConfigRequest)
1328
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1329
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1331
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1332
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1333
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1334
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1335
+ end)
1336
+
1117
1337
  api.add_operation(:delete_function_concurrency, Seahorse::Model::Operation.new.tap do |o|
1118
1338
  o.name = "DeleteFunctionConcurrency"
1119
1339
  o.http_method = "DELETE"
@@ -1184,6 +1404,17 @@ module Aws::Lambda
1184
1404
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1185
1405
  end)
1186
1406
 
1407
+ api.add_operation(:get_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1408
+ o.name = "GetCodeSigningConfig"
1409
+ o.http_method = "GET"
1410
+ o.http_request_uri = "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}"
1411
+ o.input = Shapes::ShapeRef.new(shape: GetCodeSigningConfigRequest)
1412
+ o.output = Shapes::ShapeRef.new(shape: GetCodeSigningConfigResponse)
1413
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1414
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1415
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1416
+ end)
1417
+
1187
1418
  api.add_operation(:get_event_source_mapping, Seahorse::Model::Operation.new.tap do |o|
1188
1419
  o.name = "GetEventSourceMapping"
1189
1420
  o.http_method = "GET"
@@ -1208,6 +1439,18 @@ module Aws::Lambda
1208
1439
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1209
1440
  end)
1210
1441
 
1442
+ api.add_operation(:get_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1443
+ o.name = "GetFunctionCodeSigningConfig"
1444
+ o.http_method = "GET"
1445
+ o.http_request_uri = "/2020-06-30/functions/{FunctionName}/code-signing-config"
1446
+ o.input = Shapes::ShapeRef.new(shape: GetFunctionCodeSigningConfigRequest)
1447
+ o.output = Shapes::ShapeRef.new(shape: GetFunctionCodeSigningConfigResponse)
1448
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1449
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1450
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1451
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1452
+ end)
1453
+
1211
1454
  api.add_operation(:get_function_concurrency, Seahorse::Model::Operation.new.tap do |o|
1212
1455
  o.name = "GetFunctionConcurrency"
1213
1456
  o.http_method = "GET"
@@ -1371,6 +1614,22 @@ module Aws::Lambda
1371
1614
  )
1372
1615
  end)
1373
1616
 
1617
+ api.add_operation(:list_code_signing_configs, Seahorse::Model::Operation.new.tap do |o|
1618
+ o.name = "ListCodeSigningConfigs"
1619
+ o.http_method = "GET"
1620
+ o.http_request_uri = "/2020-04-22/code-signing-configs/"
1621
+ o.input = Shapes::ShapeRef.new(shape: ListCodeSigningConfigsRequest)
1622
+ o.output = Shapes::ShapeRef.new(shape: ListCodeSigningConfigsResponse)
1623
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1624
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1625
+ o[:pager] = Aws::Pager.new(
1626
+ limit_key: "max_items",
1627
+ tokens: {
1628
+ "next_marker" => "marker"
1629
+ }
1630
+ )
1631
+ end)
1632
+
1374
1633
  api.add_operation(:list_event_source_mappings, Seahorse::Model::Operation.new.tap do |o|
1375
1634
  o.name = "ListEventSourceMappings"
1376
1635
  o.http_method = "GET"
@@ -1424,6 +1683,23 @@ module Aws::Lambda
1424
1683
  )
1425
1684
  end)
1426
1685
 
1686
+ api.add_operation(:list_functions_by_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1687
+ o.name = "ListFunctionsByCodeSigningConfig"
1688
+ o.http_method = "GET"
1689
+ o.http_request_uri = "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions"
1690
+ o.input = Shapes::ShapeRef.new(shape: ListFunctionsByCodeSigningConfigRequest)
1691
+ o.output = Shapes::ShapeRef.new(shape: ListFunctionsByCodeSigningConfigResponse)
1692
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1693
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1694
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1695
+ o[:pager] = Aws::Pager.new(
1696
+ limit_key: "max_items",
1697
+ tokens: {
1698
+ "next_marker" => "marker"
1699
+ }
1700
+ )
1701
+ end)
1702
+
1427
1703
  api.add_operation(:list_layer_versions, Seahorse::Model::Operation.new.tap do |o|
1428
1704
  o.name = "ListLayerVersions"
1429
1705
  o.http_method = "GET"
@@ -1535,6 +1811,20 @@ module Aws::Lambda
1535
1811
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1536
1812
  end)
1537
1813
 
1814
+ api.add_operation(:put_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1815
+ o.name = "PutFunctionCodeSigningConfig"
1816
+ o.http_method = "PUT"
1817
+ o.http_request_uri = "/2020-06-30/functions/{FunctionName}/code-signing-config"
1818
+ o.input = Shapes::ShapeRef.new(shape: PutFunctionCodeSigningConfigRequest)
1819
+ o.output = Shapes::ShapeRef.new(shape: PutFunctionCodeSigningConfigResponse)
1820
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1821
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1822
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1823
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1824
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1825
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1826
+ end)
1827
+
1538
1828
  api.add_operation(:put_function_concurrency, Seahorse::Model::Operation.new.tap do |o|
1539
1829
  o.name = "PutFunctionConcurrency"
1540
1830
  o.http_method = "PUT"
@@ -1639,6 +1929,17 @@ module Aws::Lambda
1639
1929
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1640
1930
  end)
1641
1931
 
1932
+ api.add_operation(:update_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1933
+ o.name = "UpdateCodeSigningConfig"
1934
+ o.http_method = "PUT"
1935
+ o.http_request_uri = "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}"
1936
+ o.input = Shapes::ShapeRef.new(shape: UpdateCodeSigningConfigRequest)
1937
+ o.output = Shapes::ShapeRef.new(shape: UpdateCodeSigningConfigResponse)
1938
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1939
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1940
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1941
+ end)
1942
+
1642
1943
  api.add_operation(:update_event_source_mapping, Seahorse::Model::Operation.new.tap do |o|
1643
1944
  o.name = "UpdateEventSourceMapping"
1644
1945
  o.http_method = "PUT"
@@ -1666,6 +1967,9 @@ module Aws::Lambda
1666
1967
  o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
1667
1968
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1668
1969
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1970
+ o.errors << Shapes::ShapeRef.new(shape: CodeVerificationFailedException)
1971
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCodeSignatureException)
1972
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1669
1973
  end)
1670
1974
 
1671
1975
  api.add_operation(:update_function_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -1680,6 +1984,9 @@ module Aws::Lambda
1680
1984
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1681
1985
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1682
1986
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1987
+ o.errors << Shapes::ShapeRef.new(shape: CodeVerificationFailedException)
1988
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCodeSignatureException)
1989
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1683
1990
  end)
1684
1991
 
1685
1992
  api.add_operation(:update_function_event_invoke_config, Seahorse::Model::Operation.new.tap do |o|