aws-sdk-lambda 1.73.0 → 1.77.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,14 +26,10 @@ 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
- AllowCredentials = Shapes::BooleanShape.new(name: 'AllowCredentials')
30
- AllowMethodsList = Shapes::ListShape.new(name: 'AllowMethodsList')
31
- AllowOriginsList = Shapes::ListShape.new(name: 'AllowOriginsList')
32
29
  AllowedPublishers = Shapes::StructureShape.new(name: 'AllowedPublishers')
33
30
  Architecture = Shapes::StringShape.new(name: 'Architecture')
34
31
  ArchitecturesList = Shapes::ListShape.new(name: 'ArchitecturesList')
35
32
  Arn = Shapes::StringShape.new(name: 'Arn')
36
- AuthorizationType = Shapes::StringShape.new(name: 'AuthorizationType')
37
33
  BatchSize = Shapes::IntegerShape.new(name: 'BatchSize')
38
34
  BisectBatchOnFunctionError = Shapes::BooleanShape.new(name: 'BisectBatchOnFunctionError')
39
35
  Blob = Shapes::BlobShape.new(name: 'Blob')
@@ -51,14 +47,11 @@ module Aws::Lambda
51
47
  CompatibleArchitectures = Shapes::ListShape.new(name: 'CompatibleArchitectures')
52
48
  CompatibleRuntimes = Shapes::ListShape.new(name: 'CompatibleRuntimes')
53
49
  Concurrency = Shapes::StructureShape.new(name: 'Concurrency')
54
- Cors = Shapes::StructureShape.new(name: 'Cors')
55
50
  CreateAliasRequest = Shapes::StructureShape.new(name: 'CreateAliasRequest')
56
51
  CreateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigRequest')
57
52
  CreateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigResponse')
58
53
  CreateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'CreateEventSourceMappingRequest')
59
54
  CreateFunctionRequest = Shapes::StructureShape.new(name: 'CreateFunctionRequest')
60
- CreateFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'CreateFunctionUrlConfigRequest')
61
- CreateFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'CreateFunctionUrlConfigResponse')
62
55
  Date = Shapes::TimestampShape.new(name: 'Date')
63
56
  DeadLetterConfig = Shapes::StructureShape.new(name: 'DeadLetterConfig')
64
57
  DeleteAliasRequest = Shapes::StructureShape.new(name: 'DeleteAliasRequest')
@@ -69,7 +62,6 @@ module Aws::Lambda
69
62
  DeleteFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'DeleteFunctionConcurrencyRequest')
70
63
  DeleteFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionEventInvokeConfigRequest')
71
64
  DeleteFunctionRequest = Shapes::StructureShape.new(name: 'DeleteFunctionRequest')
72
- DeleteFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionUrlConfigRequest')
73
65
  DeleteLayerVersionRequest = Shapes::StructureShape.new(name: 'DeleteLayerVersionRequest')
74
66
  DeleteProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'DeleteProvisionedConcurrencyConfigRequest')
75
67
  Description = Shapes::StringShape.new(name: 'Description')
@@ -101,6 +93,9 @@ module Aws::Lambda
101
93
  FileSystemArn = Shapes::StringShape.new(name: 'FileSystemArn')
102
94
  FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
103
95
  FileSystemConfigList = Shapes::ListShape.new(name: 'FileSystemConfigList')
96
+ Filter = Shapes::StructureShape.new(name: 'Filter')
97
+ FilterCriteria = Shapes::StructureShape.new(name: 'FilterCriteria')
98
+ FilterList = Shapes::ListShape.new(name: 'FilterList')
104
99
  FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
105
100
  FunctionArnList = Shapes::ListShape.new(name: 'FunctionArnList')
106
101
  FunctionCode = Shapes::StructureShape.new(name: 'FunctionCode')
@@ -112,10 +107,6 @@ module Aws::Lambda
112
107
  FunctionName = Shapes::StringShape.new(name: 'FunctionName')
113
108
  FunctionResponseType = Shapes::StringShape.new(name: 'FunctionResponseType')
114
109
  FunctionResponseTypeList = Shapes::ListShape.new(name: 'FunctionResponseTypeList')
115
- FunctionUrl = Shapes::StringShape.new(name: 'FunctionUrl')
116
- FunctionUrlConfig = Shapes::StructureShape.new(name: 'FunctionUrlConfig')
117
- FunctionUrlConfigList = Shapes::ListShape.new(name: 'FunctionUrlConfigList')
118
- FunctionUrlQualifier = Shapes::StringShape.new(name: 'FunctionUrlQualifier')
119
110
  FunctionVersion = Shapes::StringShape.new(name: 'FunctionVersion')
120
111
  GetAccountSettingsRequest = Shapes::StructureShape.new(name: 'GetAccountSettingsRequest')
121
112
  GetAccountSettingsResponse = Shapes::StructureShape.new(name: 'GetAccountSettingsResponse')
@@ -131,8 +122,6 @@ module Aws::Lambda
131
122
  GetFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionEventInvokeConfigRequest')
132
123
  GetFunctionRequest = Shapes::StructureShape.new(name: 'GetFunctionRequest')
133
124
  GetFunctionResponse = Shapes::StructureShape.new(name: 'GetFunctionResponse')
134
- GetFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigRequest')
135
- GetFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigResponse')
136
125
  GetLayerVersionByArnRequest = Shapes::StructureShape.new(name: 'GetLayerVersionByArnRequest')
137
126
  GetLayerVersionPolicyRequest = Shapes::StructureShape.new(name: 'GetLayerVersionPolicyRequest')
138
127
  GetLayerVersionPolicyResponse = Shapes::StructureShape.new(name: 'GetLayerVersionPolicyResponse')
@@ -143,8 +132,6 @@ module Aws::Lambda
143
132
  GetProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'GetProvisionedConcurrencyConfigRequest')
144
133
  GetProvisionedConcurrencyConfigResponse = Shapes::StructureShape.new(name: 'GetProvisionedConcurrencyConfigResponse')
145
134
  Handler = Shapes::StringShape.new(name: 'Handler')
146
- Header = Shapes::StringShape.new(name: 'Header')
147
- HeadersList = Shapes::ListShape.new(name: 'HeadersList')
148
135
  HttpStatus = Shapes::IntegerShape.new(name: 'HttpStatus')
149
136
  ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
150
137
  ImageConfigError = Shapes::StructureShape.new(name: 'ImageConfigError')
@@ -194,8 +181,6 @@ module Aws::Lambda
194
181
  ListEventSourceMappingsResponse = Shapes::StructureShape.new(name: 'ListEventSourceMappingsResponse')
195
182
  ListFunctionEventInvokeConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsRequest')
196
183
  ListFunctionEventInvokeConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsResponse')
197
- ListFunctionUrlConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsRequest')
198
- ListFunctionUrlConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsResponse')
199
184
  ListFunctionsByCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigRequest')
200
185
  ListFunctionsByCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigResponse')
201
186
  ListFunctionsRequest = Shapes::StructureShape.new(name: 'ListFunctionsRequest')
@@ -214,9 +199,7 @@ module Aws::Lambda
214
199
  LogType = Shapes::StringShape.new(name: 'LogType')
215
200
  Long = Shapes::IntegerShape.new(name: 'Long')
216
201
  MasterRegion = Shapes::StringShape.new(name: 'MasterRegion')
217
- MaxAge = Shapes::IntegerShape.new(name: 'MaxAge')
218
202
  MaxFunctionEventInvokeConfigListItems = Shapes::IntegerShape.new(name: 'MaxFunctionEventInvokeConfigListItems')
219
- MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
220
203
  MaxLayerListItems = Shapes::IntegerShape.new(name: 'MaxLayerListItems')
221
204
  MaxListItems = Shapes::IntegerShape.new(name: 'MaxListItems')
222
205
  MaxProvisionedConcurrencyConfigListItems = Shapes::IntegerShape.new(name: 'MaxProvisionedConcurrencyConfigListItems')
@@ -226,7 +209,6 @@ module Aws::Lambda
226
209
  MaximumRetryAttempts = Shapes::IntegerShape.new(name: 'MaximumRetryAttempts')
227
210
  MaximumRetryAttemptsEventSourceMapping = Shapes::IntegerShape.new(name: 'MaximumRetryAttemptsEventSourceMapping')
228
211
  MemorySize = Shapes::IntegerShape.new(name: 'MemorySize')
229
- Method = Shapes::StringShape.new(name: 'Method')
230
212
  NameSpacedFunctionArn = Shapes::StringShape.new(name: 'NameSpacedFunctionArn')
231
213
  NamespacedFunctionName = Shapes::StringShape.new(name: 'NamespacedFunctionName')
232
214
  NamespacedStatementId = Shapes::StringShape.new(name: 'NamespacedStatementId')
@@ -234,9 +216,9 @@ module Aws::Lambda
234
216
  OnFailure = Shapes::StructureShape.new(name: 'OnFailure')
235
217
  OnSuccess = Shapes::StructureShape.new(name: 'OnSuccess')
236
218
  OrganizationId = Shapes::StringShape.new(name: 'OrganizationId')
237
- Origin = Shapes::StringShape.new(name: 'Origin')
238
219
  PackageType = Shapes::StringShape.new(name: 'PackageType')
239
220
  ParallelizationFactor = Shapes::IntegerShape.new(name: 'ParallelizationFactor')
221
+ Pattern = Shapes::StringShape.new(name: 'Pattern')
240
222
  PolicyLengthExceededException = Shapes::StructureShape.new(name: 'PolicyLengthExceededException')
241
223
  PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
242
224
  PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
@@ -316,8 +298,6 @@ module Aws::Lambda
316
298
  UpdateFunctionCodeRequest = Shapes::StructureShape.new(name: 'UpdateFunctionCodeRequest')
317
299
  UpdateFunctionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateFunctionConfigurationRequest')
318
300
  UpdateFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'UpdateFunctionEventInvokeConfigRequest')
319
- UpdateFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'UpdateFunctionUrlConfigRequest')
320
- UpdateFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'UpdateFunctionUrlConfigResponse')
321
301
  Version = Shapes::StringShape.new(name: 'Version')
322
302
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
323
303
  VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
@@ -379,10 +359,6 @@ module Aws::Lambda
379
359
  AliasRoutingConfiguration.add_member(:additional_version_weights, Shapes::ShapeRef.new(shape: AdditionalVersionWeights, location_name: "AdditionalVersionWeights"))
380
360
  AliasRoutingConfiguration.struct_class = Types::AliasRoutingConfiguration
381
361
 
382
- AllowMethodsList.member = Shapes::ShapeRef.new(shape: Method)
383
-
384
- AllowOriginsList.member = Shapes::ShapeRef.new(shape: Origin)
385
-
386
362
  AllowedPublishers.add_member(:signing_profile_version_arns, Shapes::ShapeRef.new(shape: SigningProfileVersionArns, required: true, location_name: "SigningProfileVersionArns"))
387
363
  AllowedPublishers.struct_class = Types::AllowedPublishers
388
364
 
@@ -420,14 +396,6 @@ module Aws::Lambda
420
396
  Concurrency.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, location_name: "ReservedConcurrentExecutions"))
421
397
  Concurrency.struct_class = Types::Concurrency
422
398
 
423
- Cors.add_member(:allow_credentials, Shapes::ShapeRef.new(shape: AllowCredentials, location_name: "AllowCredentials"))
424
- Cors.add_member(:allow_headers, Shapes::ShapeRef.new(shape: HeadersList, location_name: "AllowHeaders"))
425
- Cors.add_member(:allow_methods, Shapes::ShapeRef.new(shape: AllowMethodsList, location_name: "AllowMethods"))
426
- Cors.add_member(:allow_origins, Shapes::ShapeRef.new(shape: AllowOriginsList, location_name: "AllowOrigins"))
427
- Cors.add_member(:expose_headers, Shapes::ShapeRef.new(shape: HeadersList, location_name: "ExposeHeaders"))
428
- Cors.add_member(:max_age, Shapes::ShapeRef.new(shape: MaxAge, location_name: "MaxAge"))
429
- Cors.struct_class = Types::Cors
430
-
431
399
  CreateAliasRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
432
400
  CreateAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location_name: "Name"))
433
401
  CreateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "FunctionVersion"))
@@ -447,6 +415,7 @@ module Aws::Lambda
447
415
  CreateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
448
416
  CreateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
449
417
  CreateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
418
+ CreateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
450
419
  CreateEventSourceMappingRequest.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
451
420
  CreateEventSourceMappingRequest.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
452
421
  CreateEventSourceMappingRequest.add_member(:starting_position, Shapes::ShapeRef.new(shape: EventSourcePosition, location_name: "StartingPosition"))
@@ -486,19 +455,6 @@ module Aws::Lambda
486
455
  CreateFunctionRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
487
456
  CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
488
457
 
489
- CreateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
490
- CreateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
491
- CreateFunctionUrlConfigRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
492
- CreateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
493
- CreateFunctionUrlConfigRequest.struct_class = Types::CreateFunctionUrlConfigRequest
494
-
495
- CreateFunctionUrlConfigResponse.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
496
- CreateFunctionUrlConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
497
- CreateFunctionUrlConfigResponse.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
498
- CreateFunctionUrlConfigResponse.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
499
- CreateFunctionUrlConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
500
- CreateFunctionUrlConfigResponse.struct_class = Types::CreateFunctionUrlConfigResponse
501
-
502
458
  DeadLetterConfig.add_member(:target_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "TargetArn"))
503
459
  DeadLetterConfig.struct_class = Types::DeadLetterConfig
504
460
 
@@ -528,10 +484,6 @@ module Aws::Lambda
528
484
  DeleteFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
529
485
  DeleteFunctionRequest.struct_class = Types::DeleteFunctionRequest
530
486
 
531
- DeleteFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
532
- DeleteFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
533
- DeleteFunctionUrlConfigRequest.struct_class = Types::DeleteFunctionUrlConfigRequest
534
-
535
487
  DeleteLayerVersionRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
536
488
  DeleteLayerVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: LayerVersionNumber, required: true, location: "uri", location_name: "VersionNumber"))
537
489
  DeleteLayerVersionRequest.struct_class = Types::DeleteLayerVersionRequest
@@ -603,6 +555,7 @@ module Aws::Lambda
603
555
  EventSourceMappingConfiguration.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
604
556
  EventSourceMappingConfiguration.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
605
557
  EventSourceMappingConfiguration.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
558
+ EventSourceMappingConfiguration.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
606
559
  EventSourceMappingConfiguration.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, location_name: "FunctionArn"))
607
560
  EventSourceMappingConfiguration.add_member(:last_modified, Shapes::ShapeRef.new(shape: Date, location_name: "LastModified"))
608
561
  EventSourceMappingConfiguration.add_member(:last_processing_result, Shapes::ShapeRef.new(shape: String, location_name: "LastProcessingResult"))
@@ -628,6 +581,14 @@ module Aws::Lambda
628
581
 
629
582
  FileSystemConfigList.member = Shapes::ShapeRef.new(shape: FileSystemConfig)
630
583
 
584
+ Filter.add_member(:pattern, Shapes::ShapeRef.new(shape: Pattern, location_name: "Pattern"))
585
+ Filter.struct_class = Types::Filter
586
+
587
+ FilterCriteria.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
588
+ FilterCriteria.struct_class = Types::FilterCriteria
589
+
590
+ FilterList.member = Shapes::ShapeRef.new(shape: Filter)
591
+
631
592
  FunctionArnList.member = Shapes::ShapeRef.new(shape: FunctionArn)
632
593
 
633
594
  FunctionCode.add_member(:zip_file, Shapes::ShapeRef.new(shape: Blob, location_name: "ZipFile"))
@@ -690,16 +651,6 @@ module Aws::Lambda
690
651
 
691
652
  FunctionResponseTypeList.member = Shapes::ShapeRef.new(shape: FunctionResponseType)
692
653
 
693
- FunctionUrlConfig.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
694
- FunctionUrlConfig.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
695
- FunctionUrlConfig.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
696
- FunctionUrlConfig.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
697
- FunctionUrlConfig.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
698
- FunctionUrlConfig.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
699
- FunctionUrlConfig.struct_class = Types::FunctionUrlConfig
700
-
701
- FunctionUrlConfigList.member = Shapes::ShapeRef.new(shape: FunctionUrlConfig)
702
-
703
654
  GetAccountSettingsRequest.struct_class = Types::GetAccountSettingsRequest
704
655
 
705
656
  GetAccountSettingsResponse.add_member(:account_limit, Shapes::ShapeRef.new(shape: AccountLimit, location_name: "AccountLimit"))
@@ -750,18 +701,6 @@ module Aws::Lambda
750
701
  GetFunctionResponse.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, location_name: "Concurrency"))
751
702
  GetFunctionResponse.struct_class = Types::GetFunctionResponse
752
703
 
753
- GetFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
754
- GetFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
755
- GetFunctionUrlConfigRequest.struct_class = Types::GetFunctionUrlConfigRequest
756
-
757
- GetFunctionUrlConfigResponse.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
758
- GetFunctionUrlConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
759
- GetFunctionUrlConfigResponse.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
760
- GetFunctionUrlConfigResponse.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
761
- GetFunctionUrlConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
762
- GetFunctionUrlConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
763
- GetFunctionUrlConfigResponse.struct_class = Types::GetFunctionUrlConfigResponse
764
-
765
704
  GetLayerVersionByArnRequest.add_member(:arn, Shapes::ShapeRef.new(shape: LayerVersionArn, required: true, location: "querystring", location_name: "Arn"))
766
705
  GetLayerVersionByArnRequest.struct_class = Types::GetLayerVersionByArnRequest
767
706
 
@@ -808,8 +747,6 @@ module Aws::Lambda
808
747
  GetProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
809
748
  GetProvisionedConcurrencyConfigResponse.struct_class = Types::GetProvisionedConcurrencyConfigResponse
810
749
 
811
- HeadersList.member = Shapes::ShapeRef.new(shape: Header)
812
-
813
750
  ImageConfig.add_member(:entry_point, Shapes::ShapeRef.new(shape: StringList, location_name: "EntryPoint"))
814
751
  ImageConfig.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "Command"))
815
752
  ImageConfig.add_member(:working_directory, Shapes::ShapeRef.new(shape: WorkingDirectory, location_name: "WorkingDirectory"))
@@ -973,15 +910,6 @@ module Aws::Lambda
973
910
  ListFunctionEventInvokeConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
974
911
  ListFunctionEventInvokeConfigsResponse.struct_class = Types::ListFunctionEventInvokeConfigsResponse
975
912
 
976
- ListFunctionUrlConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
977
- ListFunctionUrlConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
978
- ListFunctionUrlConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "MaxItems"))
979
- ListFunctionUrlConfigsRequest.struct_class = Types::ListFunctionUrlConfigsRequest
980
-
981
- ListFunctionUrlConfigsResponse.add_member(:function_url_configs, Shapes::ShapeRef.new(shape: FunctionUrlConfigList, required: true, location_name: "FunctionUrlConfigs"))
982
- ListFunctionUrlConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
983
- ListFunctionUrlConfigsResponse.struct_class = Types::ListFunctionUrlConfigsResponse
984
-
985
913
  ListFunctionsByCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
986
914
  ListFunctionsByCodeSigningConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
987
915
  ListFunctionsByCodeSigningConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
@@ -1243,6 +1171,7 @@ module Aws::Lambda
1243
1171
  UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, location_name: "FunctionName"))
1244
1172
  UpdateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
1245
1173
  UpdateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
1174
+ UpdateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
1246
1175
  UpdateEventSourceMappingRequest.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
1247
1176
  UpdateEventSourceMappingRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
1248
1177
  UpdateEventSourceMappingRequest.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
@@ -1291,20 +1220,6 @@ module Aws::Lambda
1291
1220
  UpdateFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
1292
1221
  UpdateFunctionEventInvokeConfigRequest.struct_class = Types::UpdateFunctionEventInvokeConfigRequest
1293
1222
 
1294
- UpdateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1295
- UpdateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
1296
- UpdateFunctionUrlConfigRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "AuthorizationType"))
1297
- UpdateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
1298
- UpdateFunctionUrlConfigRequest.struct_class = Types::UpdateFunctionUrlConfigRequest
1299
-
1300
- UpdateFunctionUrlConfigResponse.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
1301
- UpdateFunctionUrlConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
1302
- UpdateFunctionUrlConfigResponse.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
1303
- UpdateFunctionUrlConfigResponse.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
1304
- UpdateFunctionUrlConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1305
- UpdateFunctionUrlConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
1306
- UpdateFunctionUrlConfigResponse.struct_class = Types::UpdateFunctionUrlConfigResponse
1307
-
1308
1223
  VpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
1309
1224
  VpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
1310
1225
  VpcConfig.struct_class = Types::VpcConfig
@@ -1413,19 +1328,6 @@ module Aws::Lambda
1413
1328
  o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1414
1329
  end)
1415
1330
 
1416
- api.add_operation(:create_function_url_config, Seahorse::Model::Operation.new.tap do |o|
1417
- o.name = "CreateFunctionUrlConfig"
1418
- o.http_method = "POST"
1419
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
1420
- o.input = Shapes::ShapeRef.new(shape: CreateFunctionUrlConfigRequest)
1421
- o.output = Shapes::ShapeRef.new(shape: CreateFunctionUrlConfigResponse)
1422
- o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1423
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1424
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1425
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1426
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1427
- end)
1428
-
1429
1331
  api.add_operation(:delete_alias, Seahorse::Model::Operation.new.tap do |o|
1430
1332
  o.name = "DeleteAlias"
1431
1333
  o.http_method = "DELETE"
@@ -1516,18 +1418,6 @@ module Aws::Lambda
1516
1418
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1517
1419
  end)
1518
1420
 
1519
- api.add_operation(:delete_function_url_config, Seahorse::Model::Operation.new.tap do |o|
1520
- o.name = "DeleteFunctionUrlConfig"
1521
- o.http_method = "DELETE"
1522
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
1523
- o.input = Shapes::ShapeRef.new(shape: DeleteFunctionUrlConfigRequest)
1524
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1525
- o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1526
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1527
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1528
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1529
- end)
1530
-
1531
1421
  api.add_operation(:delete_layer_version, Seahorse::Model::Operation.new.tap do |o|
1532
1422
  o.name = "DeleteLayerVersion"
1533
1423
  o.http_method = "DELETE"
@@ -1656,18 +1546,6 @@ module Aws::Lambda
1656
1546
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1657
1547
  end)
1658
1548
 
1659
- api.add_operation(:get_function_url_config, Seahorse::Model::Operation.new.tap do |o|
1660
- o.name = "GetFunctionUrlConfig"
1661
- o.http_method = "GET"
1662
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
1663
- o.input = Shapes::ShapeRef.new(shape: GetFunctionUrlConfigRequest)
1664
- o.output = Shapes::ShapeRef.new(shape: GetFunctionUrlConfigResponse)
1665
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1666
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1667
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1668
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1669
- end)
1670
-
1671
1549
  api.add_operation(:get_layer_version, Seahorse::Model::Operation.new.tap do |o|
1672
1550
  o.name = "GetLayerVersion"
1673
1551
  o.http_method = "GET"
@@ -1847,24 +1725,6 @@ module Aws::Lambda
1847
1725
  )
1848
1726
  end)
1849
1727
 
1850
- api.add_operation(:list_function_url_configs, Seahorse::Model::Operation.new.tap do |o|
1851
- o.name = "ListFunctionUrlConfigs"
1852
- o.http_method = "GET"
1853
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/urls"
1854
- o.input = Shapes::ShapeRef.new(shape: ListFunctionUrlConfigsRequest)
1855
- o.output = Shapes::ShapeRef.new(shape: ListFunctionUrlConfigsResponse)
1856
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1857
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1858
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1859
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1860
- o[:pager] = Aws::Pager.new(
1861
- limit_key: "max_items",
1862
- tokens: {
1863
- "next_marker" => "marker"
1864
- }
1865
- )
1866
- end)
1867
-
1868
1728
  api.add_operation(:list_functions, Seahorse::Model::Operation.new.tap do |o|
1869
1729
  o.name = "ListFunctions"
1870
1730
  o.http_method = "GET"
@@ -2201,19 +2061,6 @@ module Aws::Lambda
2201
2061
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2202
2062
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
2203
2063
  end)
2204
-
2205
- api.add_operation(:update_function_url_config, Seahorse::Model::Operation.new.tap do |o|
2206
- o.name = "UpdateFunctionUrlConfig"
2207
- o.http_method = "PUT"
2208
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
2209
- o.input = Shapes::ShapeRef.new(shape: UpdateFunctionUrlConfigRequest)
2210
- o.output = Shapes::ShapeRef.new(shape: UpdateFunctionUrlConfigResponse)
2211
- o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
2212
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2213
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2214
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2215
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2216
- end)
2217
2064
  end
2218
2065
 
2219
2066
  end