aws-sdk-lambda 1.53.0 → 1.54.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.
@@ -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')
@@ -103,6 +122,7 @@ module Aws::Lambda
103
122
  Handler = Shapes::StringShape.new(name: 'Handler')
104
123
  HttpStatus = Shapes::IntegerShape.new(name: 'HttpStatus')
105
124
  Integer = Shapes::IntegerShape.new(name: 'Integer')
125
+ InvalidCodeSignatureException = Shapes::StructureShape.new(name: 'InvalidCodeSignatureException')
106
126
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
107
127
  InvalidRequestContentException = Shapes::StructureShape.new(name: 'InvalidRequestContentException')
108
128
  InvalidRuntimeException = Shapes::StructureShape.new(name: 'InvalidRuntimeException')
@@ -140,10 +160,14 @@ module Aws::Lambda
140
160
  LicenseInfo = Shapes::StringShape.new(name: 'LicenseInfo')
141
161
  ListAliasesRequest = Shapes::StructureShape.new(name: 'ListAliasesRequest')
142
162
  ListAliasesResponse = Shapes::StructureShape.new(name: 'ListAliasesResponse')
163
+ ListCodeSigningConfigsRequest = Shapes::StructureShape.new(name: 'ListCodeSigningConfigsRequest')
164
+ ListCodeSigningConfigsResponse = Shapes::StructureShape.new(name: 'ListCodeSigningConfigsResponse')
143
165
  ListEventSourceMappingsRequest = Shapes::StructureShape.new(name: 'ListEventSourceMappingsRequest')
144
166
  ListEventSourceMappingsResponse = Shapes::StructureShape.new(name: 'ListEventSourceMappingsResponse')
145
167
  ListFunctionEventInvokeConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsRequest')
146
168
  ListFunctionEventInvokeConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsResponse')
169
+ ListFunctionsByCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigRequest')
170
+ ListFunctionsByCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigResponse')
147
171
  ListFunctionsRequest = Shapes::StructureShape.new(name: 'ListFunctionsRequest')
148
172
  ListFunctionsResponse = Shapes::StructureShape.new(name: 'ListFunctionsResponse')
149
173
  ListLayerVersionsRequest = Shapes::StructureShape.new(name: 'ListLayerVersionsRequest')
@@ -189,6 +213,8 @@ module Aws::Lambda
189
213
  PublishLayerVersionRequest = Shapes::StructureShape.new(name: 'PublishLayerVersionRequest')
190
214
  PublishLayerVersionResponse = Shapes::StructureShape.new(name: 'PublishLayerVersionResponse')
191
215
  PublishVersionRequest = Shapes::StructureShape.new(name: 'PublishVersionRequest')
216
+ PutFunctionCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigRequest')
217
+ PutFunctionCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigResponse')
192
218
  PutFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'PutFunctionConcurrencyRequest')
193
219
  PutFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionEventInvokeConfigRequest')
194
220
  PutProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigRequest')
@@ -214,6 +240,7 @@ module Aws::Lambda
214
240
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
215
241
  SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
216
242
  ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
243
+ SigningProfileVersionArns = Shapes::ListShape.new(name: 'SigningProfileVersionArns')
217
244
  SourceAccessConfiguration = Shapes::StructureShape.new(name: 'SourceAccessConfiguration')
218
245
  SourceAccessConfigurations = Shapes::ListShape.new(name: 'SourceAccessConfigurations')
219
246
  SourceAccessType = Shapes::StringShape.new(name: 'SourceAccessType')
@@ -244,6 +271,8 @@ module Aws::Lambda
244
271
  UnsupportedMediaTypeException = Shapes::StructureShape.new(name: 'UnsupportedMediaTypeException')
245
272
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
246
273
  UpdateAliasRequest = Shapes::StructureShape.new(name: 'UpdateAliasRequest')
274
+ UpdateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigRequest')
275
+ UpdateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigResponse')
247
276
  UpdateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'UpdateEventSourceMappingRequest')
248
277
  UpdateFunctionCodeRequest = Shapes::StructureShape.new(name: 'UpdateFunctionCodeRequest')
249
278
  UpdateFunctionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateFunctionConfigurationRequest')
@@ -308,10 +337,34 @@ module Aws::Lambda
308
337
  AliasRoutingConfiguration.add_member(:additional_version_weights, Shapes::ShapeRef.new(shape: AdditionalVersionWeights, location_name: "AdditionalVersionWeights"))
309
338
  AliasRoutingConfiguration.struct_class = Types::AliasRoutingConfiguration
310
339
 
340
+ AllowedPublishers.add_member(:signing_profile_version_arns, Shapes::ShapeRef.new(shape: SigningProfileVersionArns, required: true, location_name: "SigningProfileVersionArns"))
341
+ AllowedPublishers.struct_class = Types::AllowedPublishers
342
+
343
+ CodeSigningConfig.add_member(:code_signing_config_id, Shapes::ShapeRef.new(shape: CodeSigningConfigId, required: true, location_name: "CodeSigningConfigId"))
344
+ CodeSigningConfig.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
345
+ CodeSigningConfig.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
346
+ CodeSigningConfig.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, required: true, location_name: "AllowedPublishers"))
347
+ CodeSigningConfig.add_member(:code_signing_policies, Shapes::ShapeRef.new(shape: CodeSigningPolicies, required: true, location_name: "CodeSigningPolicies"))
348
+ CodeSigningConfig.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModified"))
349
+ CodeSigningConfig.struct_class = Types::CodeSigningConfig
350
+
351
+ CodeSigningConfigList.member = Shapes::ShapeRef.new(shape: CodeSigningConfig)
352
+
353
+ CodeSigningConfigNotFoundException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
354
+ CodeSigningConfigNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
355
+ CodeSigningConfigNotFoundException.struct_class = Types::CodeSigningConfigNotFoundException
356
+
357
+ CodeSigningPolicies.add_member(:untrusted_artifact_on_deployment, Shapes::ShapeRef.new(shape: CodeSigningPolicy, location_name: "UntrustedArtifactOnDeployment"))
358
+ CodeSigningPolicies.struct_class = Types::CodeSigningPolicies
359
+
311
360
  CodeStorageExceededException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
312
361
  CodeStorageExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
313
362
  CodeStorageExceededException.struct_class = Types::CodeStorageExceededException
314
363
 
364
+ CodeVerificationFailedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
365
+ CodeVerificationFailedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
366
+ CodeVerificationFailedException.struct_class = Types::CodeVerificationFailedException
367
+
315
368
  CompatibleRuntimes.member = Shapes::ShapeRef.new(shape: Runtime)
316
369
 
317
370
  Concurrency.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, location_name: "ReservedConcurrentExecutions"))
@@ -324,6 +377,14 @@ module Aws::Lambda
324
377
  CreateAliasRequest.add_member(:routing_config, Shapes::ShapeRef.new(shape: AliasRoutingConfiguration, location_name: "RoutingConfig"))
325
378
  CreateAliasRequest.struct_class = Types::CreateAliasRequest
326
379
 
380
+ CreateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
381
+ CreateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, required: true, location_name: "AllowedPublishers"))
382
+ CreateCodeSigningConfigRequest.add_member(:code_signing_policies, Shapes::ShapeRef.new(shape: CodeSigningPolicies, location_name: "CodeSigningPolicies"))
383
+ CreateCodeSigningConfigRequest.struct_class = Types::CreateCodeSigningConfigRequest
384
+
385
+ CreateCodeSigningConfigResponse.add_member(:code_signing_config, Shapes::ShapeRef.new(shape: CodeSigningConfig, required: true, location_name: "CodeSigningConfig"))
386
+ CreateCodeSigningConfigResponse.struct_class = Types::CreateCodeSigningConfigResponse
387
+
327
388
  CreateEventSourceMappingRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventSourceArn"))
328
389
  CreateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
329
390
  CreateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
@@ -358,6 +419,7 @@ module Aws::Lambda
358
419
  CreateFunctionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
359
420
  CreateFunctionRequest.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "Layers"))
360
421
  CreateFunctionRequest.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
422
+ CreateFunctionRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, location_name: "CodeSigningConfigArn"))
361
423
  CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
362
424
 
363
425
  DeadLetterConfig.add_member(:target_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "TargetArn"))
@@ -367,9 +429,17 @@ module Aws::Lambda
367
429
  DeleteAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
368
430
  DeleteAliasRequest.struct_class = Types::DeleteAliasRequest
369
431
 
432
+ DeleteCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
433
+ DeleteCodeSigningConfigRequest.struct_class = Types::DeleteCodeSigningConfigRequest
434
+
435
+ DeleteCodeSigningConfigResponse.struct_class = Types::DeleteCodeSigningConfigResponse
436
+
370
437
  DeleteEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
371
438
  DeleteEventSourceMappingRequest.struct_class = Types::DeleteEventSourceMappingRequest
372
439
 
440
+ DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
441
+ DeleteFunctionCodeSigningConfigRequest.struct_class = Types::DeleteFunctionCodeSigningConfigRequest
442
+
373
443
  DeleteFunctionConcurrencyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
374
444
  DeleteFunctionConcurrencyRequest.struct_class = Types::DeleteFunctionConcurrencyRequest
375
445
 
@@ -469,6 +539,8 @@ module Aws::Lambda
469
539
 
470
540
  FileSystemConfigList.member = Shapes::ShapeRef.new(shape: FileSystemConfig)
471
541
 
542
+ FunctionArnList.member = Shapes::ShapeRef.new(shape: FunctionArn)
543
+
472
544
  FunctionCode.add_member(:zip_file, Shapes::ShapeRef.new(shape: Blob, location_name: "ZipFile"))
473
545
  FunctionCode.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "S3Bucket"))
474
546
  FunctionCode.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "S3Key"))
@@ -506,6 +578,8 @@ module Aws::Lambda
506
578
  FunctionConfiguration.add_member(:last_update_status_reason, Shapes::ShapeRef.new(shape: LastUpdateStatusReason, location_name: "LastUpdateStatusReason"))
507
579
  FunctionConfiguration.add_member(:last_update_status_reason_code, Shapes::ShapeRef.new(shape: LastUpdateStatusReasonCode, location_name: "LastUpdateStatusReasonCode"))
508
580
  FunctionConfiguration.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
581
+ FunctionConfiguration.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
582
+ FunctionConfiguration.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningJobArn"))
509
583
  FunctionConfiguration.struct_class = Types::FunctionConfiguration
510
584
 
511
585
  FunctionEventInvokeConfig.add_member(:last_modified, Shapes::ShapeRef.new(shape: Date, location_name: "LastModified"))
@@ -529,9 +603,22 @@ module Aws::Lambda
529
603
  GetAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
530
604
  GetAliasRequest.struct_class = Types::GetAliasRequest
531
605
 
606
+ GetCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
607
+ GetCodeSigningConfigRequest.struct_class = Types::GetCodeSigningConfigRequest
608
+
609
+ GetCodeSigningConfigResponse.add_member(:code_signing_config, Shapes::ShapeRef.new(shape: CodeSigningConfig, required: true, location_name: "CodeSigningConfig"))
610
+ GetCodeSigningConfigResponse.struct_class = Types::GetCodeSigningConfigResponse
611
+
532
612
  GetEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
533
613
  GetEventSourceMappingRequest.struct_class = Types::GetEventSourceMappingRequest
534
614
 
615
+ GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
616
+ GetFunctionCodeSigningConfigRequest.struct_class = Types::GetFunctionCodeSigningConfigRequest
617
+
618
+ GetFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
619
+ GetFunctionCodeSigningConfigResponse.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
620
+ GetFunctionCodeSigningConfigResponse.struct_class = Types::GetFunctionCodeSigningConfigResponse
621
+
535
622
  GetFunctionConcurrencyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
536
623
  GetFunctionConcurrencyRequest.struct_class = Types::GetFunctionConcurrencyRequest
537
624
 
@@ -601,6 +688,10 @@ module Aws::Lambda
601
688
  GetProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
602
689
  GetProvisionedConcurrencyConfigResponse.struct_class = Types::GetProvisionedConcurrencyConfigResponse
603
690
 
691
+ InvalidCodeSignatureException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
692
+ InvalidCodeSignatureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
693
+ InvalidCodeSignatureException.struct_class = Types::InvalidCodeSignatureException
694
+
604
695
  InvalidParameterValueException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
605
696
  InvalidParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
606
697
  InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
@@ -671,6 +762,8 @@ module Aws::Lambda
671
762
 
672
763
  Layer.add_member(:arn, Shapes::ShapeRef.new(shape: LayerVersionArn, location_name: "Arn"))
673
764
  Layer.add_member(:code_size, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSize"))
765
+ Layer.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
766
+ Layer.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningJobArn"))
674
767
  Layer.struct_class = Types::Layer
675
768
 
676
769
  LayerList.member = Shapes::ShapeRef.new(shape: LayerVersionArn)
@@ -684,6 +777,8 @@ module Aws::Lambda
684
777
  LayerVersionContentOutput.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "Location"))
685
778
  LayerVersionContentOutput.add_member(:code_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "CodeSha256"))
686
779
  LayerVersionContentOutput.add_member(:code_size, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSize"))
780
+ LayerVersionContentOutput.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: String, location_name: "SigningProfileVersionArn"))
781
+ LayerVersionContentOutput.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape: String, location_name: "SigningJobArn"))
687
782
  LayerVersionContentOutput.struct_class = Types::LayerVersionContentOutput
688
783
 
689
784
  LayerVersionsList.member = Shapes::ShapeRef.new(shape: LayerVersionsListItem)
@@ -715,6 +810,14 @@ module Aws::Lambda
715
810
  ListAliasesResponse.add_member(:aliases, Shapes::ShapeRef.new(shape: AliasList, location_name: "Aliases"))
716
811
  ListAliasesResponse.struct_class = Types::ListAliasesResponse
717
812
 
813
+ ListCodeSigningConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
814
+ ListCodeSigningConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
815
+ ListCodeSigningConfigsRequest.struct_class = Types::ListCodeSigningConfigsRequest
816
+
817
+ ListCodeSigningConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
818
+ ListCodeSigningConfigsResponse.add_member(:code_signing_configs, Shapes::ShapeRef.new(shape: CodeSigningConfigList, location_name: "CodeSigningConfigs"))
819
+ ListCodeSigningConfigsResponse.struct_class = Types::ListCodeSigningConfigsResponse
820
+
718
821
  ListEventSourceMappingsRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "EventSourceArn"))
719
822
  ListEventSourceMappingsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, location: "querystring", location_name: "FunctionName"))
720
823
  ListEventSourceMappingsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
@@ -734,6 +837,15 @@ module Aws::Lambda
734
837
  ListFunctionEventInvokeConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
735
838
  ListFunctionEventInvokeConfigsResponse.struct_class = Types::ListFunctionEventInvokeConfigsResponse
736
839
 
840
+ ListFunctionsByCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
841
+ ListFunctionsByCodeSigningConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
842
+ ListFunctionsByCodeSigningConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
843
+ ListFunctionsByCodeSigningConfigRequest.struct_class = Types::ListFunctionsByCodeSigningConfigRequest
844
+
845
+ ListFunctionsByCodeSigningConfigResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
846
+ ListFunctionsByCodeSigningConfigResponse.add_member(:function_arns, Shapes::ShapeRef.new(shape: FunctionArnList, location_name: "FunctionArns"))
847
+ ListFunctionsByCodeSigningConfigResponse.struct_class = Types::ListFunctionsByCodeSigningConfigResponse
848
+
737
849
  ListFunctionsRequest.add_member(:master_region, Shapes::ShapeRef.new(shape: MasterRegion, location: "querystring", location_name: "MasterRegion"))
738
850
  ListFunctionsRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: FunctionVersion, location: "querystring", location_name: "FunctionVersion"))
739
851
  ListFunctionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
@@ -839,6 +951,14 @@ module Aws::Lambda
839
951
  PublishVersionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
840
952
  PublishVersionRequest.struct_class = Types::PublishVersionRequest
841
953
 
954
+ PutFunctionCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
955
+ PutFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
956
+ PutFunctionCodeSigningConfigRequest.struct_class = Types::PutFunctionCodeSigningConfigRequest
957
+
958
+ PutFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
959
+ PutFunctionCodeSigningConfigResponse.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
960
+ PutFunctionCodeSigningConfigResponse.struct_class = Types::PutFunctionCodeSigningConfigResponse
961
+
842
962
  PutFunctionConcurrencyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
843
963
  PutFunctionConcurrencyRequest.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, required: true, location_name: "ReservedConcurrentExecutions"))
844
964
  PutFunctionConcurrencyRequest.struct_class = Types::PutFunctionConcurrencyRequest
@@ -903,6 +1023,8 @@ module Aws::Lambda
903
1023
  ServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
904
1024
  ServiceException.struct_class = Types::ServiceException
905
1025
 
1026
+ SigningProfileVersionArns.member = Shapes::ShapeRef.new(shape: Arn)
1027
+
906
1028
  SourceAccessConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: SourceAccessType, location_name: "Type"))
907
1029
  SourceAccessConfiguration.add_member(:uri, Shapes::ShapeRef.new(shape: Arn, location_name: "URI"))
908
1030
  SourceAccessConfiguration.struct_class = Types::SourceAccessConfiguration
@@ -954,6 +1076,15 @@ module Aws::Lambda
954
1076
  UpdateAliasRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
955
1077
  UpdateAliasRequest.struct_class = Types::UpdateAliasRequest
956
1078
 
1079
+ UpdateCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
1080
+ UpdateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1081
+ UpdateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, location_name: "AllowedPublishers"))
1082
+ UpdateCodeSigningConfigRequest.add_member(:code_signing_policies, Shapes::ShapeRef.new(shape: CodeSigningPolicies, location_name: "CodeSigningPolicies"))
1083
+ UpdateCodeSigningConfigRequest.struct_class = Types::UpdateCodeSigningConfigRequest
1084
+
1085
+ UpdateCodeSigningConfigResponse.add_member(:code_signing_config, Shapes::ShapeRef.new(shape: CodeSigningConfig, required: true, location_name: "CodeSigningConfig"))
1086
+ UpdateCodeSigningConfigResponse.struct_class = Types::UpdateCodeSigningConfigResponse
1087
+
957
1088
  UpdateEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
958
1089
  UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, location_name: "FunctionName"))
959
1090
  UpdateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
@@ -1069,6 +1200,16 @@ module Aws::Lambda
1069
1200
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1070
1201
  end)
1071
1202
 
1203
+ api.add_operation(:create_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1204
+ o.name = "CreateCodeSigningConfig"
1205
+ o.http_method = "POST"
1206
+ o.http_request_uri = "/2020-04-22/code-signing-configs/"
1207
+ o.input = Shapes::ShapeRef.new(shape: CreateCodeSigningConfigRequest)
1208
+ o.output = Shapes::ShapeRef.new(shape: CreateCodeSigningConfigResponse)
1209
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1210
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1211
+ end)
1212
+
1072
1213
  api.add_operation(:create_event_source_mapping, Seahorse::Model::Operation.new.tap do |o|
1073
1214
  o.name = "CreateEventSourceMapping"
1074
1215
  o.http_method = "POST"
@@ -1094,6 +1235,9 @@ module Aws::Lambda
1094
1235
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1095
1236
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1096
1237
  o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
1238
+ o.errors << Shapes::ShapeRef.new(shape: CodeVerificationFailedException)
1239
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCodeSignatureException)
1240
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1097
1241
  end)
1098
1242
 
1099
1243
  api.add_operation(:delete_alias, Seahorse::Model::Operation.new.tap do |o|
@@ -1108,6 +1252,18 @@ module Aws::Lambda
1108
1252
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1109
1253
  end)
1110
1254
 
1255
+ api.add_operation(:delete_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1256
+ o.name = "DeleteCodeSigningConfig"
1257
+ o.http_method = "DELETE"
1258
+ o.http_request_uri = "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}"
1259
+ o.input = Shapes::ShapeRef.new(shape: DeleteCodeSigningConfigRequest)
1260
+ o.output = Shapes::ShapeRef.new(shape: DeleteCodeSigningConfigResponse)
1261
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1262
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1263
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1264
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1265
+ end)
1266
+
1111
1267
  api.add_operation(:delete_event_source_mapping, Seahorse::Model::Operation.new.tap do |o|
1112
1268
  o.name = "DeleteEventSourceMapping"
1113
1269
  o.http_method = "DELETE"
@@ -1134,6 +1290,20 @@ module Aws::Lambda
1134
1290
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1135
1291
  end)
1136
1292
 
1293
+ api.add_operation(:delete_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1294
+ o.name = "DeleteFunctionCodeSigningConfig"
1295
+ o.http_method = "DELETE"
1296
+ o.http_request_uri = "/2020-06-30/functions/{FunctionName}/code-signing-config"
1297
+ o.input = Shapes::ShapeRef.new(shape: DeleteFunctionCodeSigningConfigRequest)
1298
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1299
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1300
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1304
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1305
+ end)
1306
+
1137
1307
  api.add_operation(:delete_function_concurrency, Seahorse::Model::Operation.new.tap do |o|
1138
1308
  o.name = "DeleteFunctionConcurrency"
1139
1309
  o.http_method = "DELETE"
@@ -1204,6 +1374,17 @@ module Aws::Lambda
1204
1374
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1205
1375
  end)
1206
1376
 
1377
+ api.add_operation(:get_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1378
+ o.name = "GetCodeSigningConfig"
1379
+ o.http_method = "GET"
1380
+ o.http_request_uri = "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}"
1381
+ o.input = Shapes::ShapeRef.new(shape: GetCodeSigningConfigRequest)
1382
+ o.output = Shapes::ShapeRef.new(shape: GetCodeSigningConfigResponse)
1383
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1384
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1386
+ end)
1387
+
1207
1388
  api.add_operation(:get_event_source_mapping, Seahorse::Model::Operation.new.tap do |o|
1208
1389
  o.name = "GetEventSourceMapping"
1209
1390
  o.http_method = "GET"
@@ -1228,6 +1409,18 @@ module Aws::Lambda
1228
1409
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1229
1410
  end)
1230
1411
 
1412
+ api.add_operation(:get_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1413
+ o.name = "GetFunctionCodeSigningConfig"
1414
+ o.http_method = "GET"
1415
+ o.http_request_uri = "/2020-06-30/functions/{FunctionName}/code-signing-config"
1416
+ o.input = Shapes::ShapeRef.new(shape: GetFunctionCodeSigningConfigRequest)
1417
+ o.output = Shapes::ShapeRef.new(shape: GetFunctionCodeSigningConfigResponse)
1418
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1419
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1420
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1422
+ end)
1423
+
1231
1424
  api.add_operation(:get_function_concurrency, Seahorse::Model::Operation.new.tap do |o|
1232
1425
  o.name = "GetFunctionConcurrency"
1233
1426
  o.http_method = "GET"
@@ -1391,6 +1584,22 @@ module Aws::Lambda
1391
1584
  )
1392
1585
  end)
1393
1586
 
1587
+ api.add_operation(:list_code_signing_configs, Seahorse::Model::Operation.new.tap do |o|
1588
+ o.name = "ListCodeSigningConfigs"
1589
+ o.http_method = "GET"
1590
+ o.http_request_uri = "/2020-04-22/code-signing-configs/"
1591
+ o.input = Shapes::ShapeRef.new(shape: ListCodeSigningConfigsRequest)
1592
+ o.output = Shapes::ShapeRef.new(shape: ListCodeSigningConfigsResponse)
1593
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1594
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1595
+ o[:pager] = Aws::Pager.new(
1596
+ limit_key: "max_items",
1597
+ tokens: {
1598
+ "next_marker" => "marker"
1599
+ }
1600
+ )
1601
+ end)
1602
+
1394
1603
  api.add_operation(:list_event_source_mappings, Seahorse::Model::Operation.new.tap do |o|
1395
1604
  o.name = "ListEventSourceMappings"
1396
1605
  o.http_method = "GET"
@@ -1444,6 +1653,23 @@ module Aws::Lambda
1444
1653
  )
1445
1654
  end)
1446
1655
 
1656
+ api.add_operation(:list_functions_by_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1657
+ o.name = "ListFunctionsByCodeSigningConfig"
1658
+ o.http_method = "GET"
1659
+ o.http_request_uri = "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions"
1660
+ o.input = Shapes::ShapeRef.new(shape: ListFunctionsByCodeSigningConfigRequest)
1661
+ o.output = Shapes::ShapeRef.new(shape: ListFunctionsByCodeSigningConfigResponse)
1662
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1663
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1664
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1665
+ o[:pager] = Aws::Pager.new(
1666
+ limit_key: "max_items",
1667
+ tokens: {
1668
+ "next_marker" => "marker"
1669
+ }
1670
+ )
1671
+ end)
1672
+
1447
1673
  api.add_operation(:list_layer_versions, Seahorse::Model::Operation.new.tap do |o|
1448
1674
  o.name = "ListLayerVersions"
1449
1675
  o.http_method = "GET"
@@ -1555,6 +1781,20 @@ module Aws::Lambda
1555
1781
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1556
1782
  end)
1557
1783
 
1784
+ api.add_operation(:put_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1785
+ o.name = "PutFunctionCodeSigningConfig"
1786
+ o.http_method = "PUT"
1787
+ o.http_request_uri = "/2020-06-30/functions/{FunctionName}/code-signing-config"
1788
+ o.input = Shapes::ShapeRef.new(shape: PutFunctionCodeSigningConfigRequest)
1789
+ o.output = Shapes::ShapeRef.new(shape: PutFunctionCodeSigningConfigResponse)
1790
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1793
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1794
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1795
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1796
+ end)
1797
+
1558
1798
  api.add_operation(:put_function_concurrency, Seahorse::Model::Operation.new.tap do |o|
1559
1799
  o.name = "PutFunctionConcurrency"
1560
1800
  o.http_method = "PUT"
@@ -1659,6 +1899,17 @@ module Aws::Lambda
1659
1899
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1660
1900
  end)
1661
1901
 
1902
+ api.add_operation(:update_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1903
+ o.name = "UpdateCodeSigningConfig"
1904
+ o.http_method = "PUT"
1905
+ o.http_request_uri = "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}"
1906
+ o.input = Shapes::ShapeRef.new(shape: UpdateCodeSigningConfigRequest)
1907
+ o.output = Shapes::ShapeRef.new(shape: UpdateCodeSigningConfigResponse)
1908
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1909
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1910
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1911
+ end)
1912
+
1662
1913
  api.add_operation(:update_event_source_mapping, Seahorse::Model::Operation.new.tap do |o|
1663
1914
  o.name = "UpdateEventSourceMapping"
1664
1915
  o.http_method = "PUT"
@@ -1686,6 +1937,9 @@ module Aws::Lambda
1686
1937
  o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
1687
1938
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1688
1939
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1940
+ o.errors << Shapes::ShapeRef.new(shape: CodeVerificationFailedException)
1941
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCodeSignatureException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1689
1943
  end)
1690
1944
 
1691
1945
  api.add_operation(:update_function_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -1700,6 +1954,9 @@ module Aws::Lambda
1700
1954
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1701
1955
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1702
1956
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
1957
+ o.errors << Shapes::ShapeRef.new(shape: CodeVerificationFailedException)
1958
+ o.errors << Shapes::ShapeRef.new(shape: InvalidCodeSignatureException)
1959
+ o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1703
1960
  end)
1704
1961
 
1705
1962
  api.add_operation(:update_function_event_invoke_config, Seahorse::Model::Operation.new.tap do |o|