aws-sdk-lambda 1.74.0 → 1.78.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,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')
@@ -115,10 +107,6 @@ module Aws::Lambda
115
107
  FunctionName = Shapes::StringShape.new(name: 'FunctionName')
116
108
  FunctionResponseType = Shapes::StringShape.new(name: 'FunctionResponseType')
117
109
  FunctionResponseTypeList = Shapes::ListShape.new(name: 'FunctionResponseTypeList')
118
- FunctionUrl = Shapes::StringShape.new(name: 'FunctionUrl')
119
- FunctionUrlConfig = Shapes::StructureShape.new(name: 'FunctionUrlConfig')
120
- FunctionUrlConfigList = Shapes::ListShape.new(name: 'FunctionUrlConfigList')
121
- FunctionUrlQualifier = Shapes::StringShape.new(name: 'FunctionUrlQualifier')
122
110
  FunctionVersion = Shapes::StringShape.new(name: 'FunctionVersion')
123
111
  GetAccountSettingsRequest = Shapes::StructureShape.new(name: 'GetAccountSettingsRequest')
124
112
  GetAccountSettingsResponse = Shapes::StructureShape.new(name: 'GetAccountSettingsResponse')
@@ -134,8 +122,6 @@ module Aws::Lambda
134
122
  GetFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionEventInvokeConfigRequest')
135
123
  GetFunctionRequest = Shapes::StructureShape.new(name: 'GetFunctionRequest')
136
124
  GetFunctionResponse = Shapes::StructureShape.new(name: 'GetFunctionResponse')
137
- GetFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigRequest')
138
- GetFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigResponse')
139
125
  GetLayerVersionByArnRequest = Shapes::StructureShape.new(name: 'GetLayerVersionByArnRequest')
140
126
  GetLayerVersionPolicyRequest = Shapes::StructureShape.new(name: 'GetLayerVersionPolicyRequest')
141
127
  GetLayerVersionPolicyResponse = Shapes::StructureShape.new(name: 'GetLayerVersionPolicyResponse')
@@ -146,8 +132,6 @@ module Aws::Lambda
146
132
  GetProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'GetProvisionedConcurrencyConfigRequest')
147
133
  GetProvisionedConcurrencyConfigResponse = Shapes::StructureShape.new(name: 'GetProvisionedConcurrencyConfigResponse')
148
134
  Handler = Shapes::StringShape.new(name: 'Handler')
149
- Header = Shapes::StringShape.new(name: 'Header')
150
- HeadersList = Shapes::ListShape.new(name: 'HeadersList')
151
135
  HttpStatus = Shapes::IntegerShape.new(name: 'HttpStatus')
152
136
  ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
153
137
  ImageConfigError = Shapes::StructureShape.new(name: 'ImageConfigError')
@@ -197,8 +181,6 @@ module Aws::Lambda
197
181
  ListEventSourceMappingsResponse = Shapes::StructureShape.new(name: 'ListEventSourceMappingsResponse')
198
182
  ListFunctionEventInvokeConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsRequest')
199
183
  ListFunctionEventInvokeConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsResponse')
200
- ListFunctionUrlConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsRequest')
201
- ListFunctionUrlConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsResponse')
202
184
  ListFunctionsByCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigRequest')
203
185
  ListFunctionsByCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigResponse')
204
186
  ListFunctionsRequest = Shapes::StructureShape.new(name: 'ListFunctionsRequest')
@@ -217,9 +199,7 @@ module Aws::Lambda
217
199
  LogType = Shapes::StringShape.new(name: 'LogType')
218
200
  Long = Shapes::IntegerShape.new(name: 'Long')
219
201
  MasterRegion = Shapes::StringShape.new(name: 'MasterRegion')
220
- MaxAge = Shapes::IntegerShape.new(name: 'MaxAge')
221
202
  MaxFunctionEventInvokeConfigListItems = Shapes::IntegerShape.new(name: 'MaxFunctionEventInvokeConfigListItems')
222
- MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
223
203
  MaxLayerListItems = Shapes::IntegerShape.new(name: 'MaxLayerListItems')
224
204
  MaxListItems = Shapes::IntegerShape.new(name: 'MaxListItems')
225
205
  MaxProvisionedConcurrencyConfigListItems = Shapes::IntegerShape.new(name: 'MaxProvisionedConcurrencyConfigListItems')
@@ -229,7 +209,6 @@ module Aws::Lambda
229
209
  MaximumRetryAttempts = Shapes::IntegerShape.new(name: 'MaximumRetryAttempts')
230
210
  MaximumRetryAttemptsEventSourceMapping = Shapes::IntegerShape.new(name: 'MaximumRetryAttemptsEventSourceMapping')
231
211
  MemorySize = Shapes::IntegerShape.new(name: 'MemorySize')
232
- Method = Shapes::StringShape.new(name: 'Method')
233
212
  NameSpacedFunctionArn = Shapes::StringShape.new(name: 'NameSpacedFunctionArn')
234
213
  NamespacedFunctionName = Shapes::StringShape.new(name: 'NamespacedFunctionName')
235
214
  NamespacedStatementId = Shapes::StringShape.new(name: 'NamespacedStatementId')
@@ -237,7 +216,6 @@ module Aws::Lambda
237
216
  OnFailure = Shapes::StructureShape.new(name: 'OnFailure')
238
217
  OnSuccess = Shapes::StructureShape.new(name: 'OnSuccess')
239
218
  OrganizationId = Shapes::StringShape.new(name: 'OrganizationId')
240
- Origin = Shapes::StringShape.new(name: 'Origin')
241
219
  PackageType = Shapes::StringShape.new(name: 'PackageType')
242
220
  ParallelizationFactor = Shapes::IntegerShape.new(name: 'ParallelizationFactor')
243
221
  Pattern = Shapes::StringShape.new(name: 'Pattern')
@@ -320,8 +298,6 @@ module Aws::Lambda
320
298
  UpdateFunctionCodeRequest = Shapes::StructureShape.new(name: 'UpdateFunctionCodeRequest')
321
299
  UpdateFunctionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateFunctionConfigurationRequest')
322
300
  UpdateFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'UpdateFunctionEventInvokeConfigRequest')
323
- UpdateFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'UpdateFunctionUrlConfigRequest')
324
- UpdateFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'UpdateFunctionUrlConfigResponse')
325
301
  Version = Shapes::StringShape.new(name: 'Version')
326
302
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
327
303
  VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
@@ -383,10 +359,6 @@ module Aws::Lambda
383
359
  AliasRoutingConfiguration.add_member(:additional_version_weights, Shapes::ShapeRef.new(shape: AdditionalVersionWeights, location_name: "AdditionalVersionWeights"))
384
360
  AliasRoutingConfiguration.struct_class = Types::AliasRoutingConfiguration
385
361
 
386
- AllowMethodsList.member = Shapes::ShapeRef.new(shape: Method)
387
-
388
- AllowOriginsList.member = Shapes::ShapeRef.new(shape: Origin)
389
-
390
362
  AllowedPublishers.add_member(:signing_profile_version_arns, Shapes::ShapeRef.new(shape: SigningProfileVersionArns, required: true, location_name: "SigningProfileVersionArns"))
391
363
  AllowedPublishers.struct_class = Types::AllowedPublishers
392
364
 
@@ -424,14 +396,6 @@ module Aws::Lambda
424
396
  Concurrency.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, location_name: "ReservedConcurrentExecutions"))
425
397
  Concurrency.struct_class = Types::Concurrency
426
398
 
427
- Cors.add_member(:allow_credentials, Shapes::ShapeRef.new(shape: AllowCredentials, location_name: "AllowCredentials"))
428
- Cors.add_member(:allow_headers, Shapes::ShapeRef.new(shape: HeadersList, location_name: "AllowHeaders"))
429
- Cors.add_member(:allow_methods, Shapes::ShapeRef.new(shape: AllowMethodsList, location_name: "AllowMethods"))
430
- Cors.add_member(:allow_origins, Shapes::ShapeRef.new(shape: AllowOriginsList, location_name: "AllowOrigins"))
431
- Cors.add_member(:expose_headers, Shapes::ShapeRef.new(shape: HeadersList, location_name: "ExposeHeaders"))
432
- Cors.add_member(:max_age, Shapes::ShapeRef.new(shape: MaxAge, location_name: "MaxAge"))
433
- Cors.struct_class = Types::Cors
434
-
435
399
  CreateAliasRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
436
400
  CreateAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location_name: "Name"))
437
401
  CreateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "FunctionVersion"))
@@ -491,19 +455,6 @@ module Aws::Lambda
491
455
  CreateFunctionRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
492
456
  CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
493
457
 
494
- CreateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
495
- CreateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
496
- CreateFunctionUrlConfigRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
497
- CreateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
498
- CreateFunctionUrlConfigRequest.struct_class = Types::CreateFunctionUrlConfigRequest
499
-
500
- CreateFunctionUrlConfigResponse.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
501
- CreateFunctionUrlConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
502
- CreateFunctionUrlConfigResponse.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
503
- CreateFunctionUrlConfigResponse.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
504
- CreateFunctionUrlConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
505
- CreateFunctionUrlConfigResponse.struct_class = Types::CreateFunctionUrlConfigResponse
506
-
507
458
  DeadLetterConfig.add_member(:target_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "TargetArn"))
508
459
  DeadLetterConfig.struct_class = Types::DeadLetterConfig
509
460
 
@@ -533,10 +484,6 @@ module Aws::Lambda
533
484
  DeleteFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
534
485
  DeleteFunctionRequest.struct_class = Types::DeleteFunctionRequest
535
486
 
536
- DeleteFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
537
- DeleteFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
538
- DeleteFunctionUrlConfigRequest.struct_class = Types::DeleteFunctionUrlConfigRequest
539
-
540
487
  DeleteLayerVersionRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
541
488
  DeleteLayerVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: LayerVersionNumber, required: true, location: "uri", location_name: "VersionNumber"))
542
489
  DeleteLayerVersionRequest.struct_class = Types::DeleteLayerVersionRequest
@@ -704,16 +651,6 @@ module Aws::Lambda
704
651
 
705
652
  FunctionResponseTypeList.member = Shapes::ShapeRef.new(shape: FunctionResponseType)
706
653
 
707
- FunctionUrlConfig.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
708
- FunctionUrlConfig.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
709
- FunctionUrlConfig.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
710
- FunctionUrlConfig.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
711
- FunctionUrlConfig.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
712
- FunctionUrlConfig.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
713
- FunctionUrlConfig.struct_class = Types::FunctionUrlConfig
714
-
715
- FunctionUrlConfigList.member = Shapes::ShapeRef.new(shape: FunctionUrlConfig)
716
-
717
654
  GetAccountSettingsRequest.struct_class = Types::GetAccountSettingsRequest
718
655
 
719
656
  GetAccountSettingsResponse.add_member(:account_limit, Shapes::ShapeRef.new(shape: AccountLimit, location_name: "AccountLimit"))
@@ -764,18 +701,6 @@ module Aws::Lambda
764
701
  GetFunctionResponse.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, location_name: "Concurrency"))
765
702
  GetFunctionResponse.struct_class = Types::GetFunctionResponse
766
703
 
767
- GetFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
768
- GetFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
769
- GetFunctionUrlConfigRequest.struct_class = Types::GetFunctionUrlConfigRequest
770
-
771
- GetFunctionUrlConfigResponse.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
772
- GetFunctionUrlConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
773
- GetFunctionUrlConfigResponse.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
774
- GetFunctionUrlConfigResponse.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
775
- GetFunctionUrlConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
776
- GetFunctionUrlConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
777
- GetFunctionUrlConfigResponse.struct_class = Types::GetFunctionUrlConfigResponse
778
-
779
704
  GetLayerVersionByArnRequest.add_member(:arn, Shapes::ShapeRef.new(shape: LayerVersionArn, required: true, location: "querystring", location_name: "Arn"))
780
705
  GetLayerVersionByArnRequest.struct_class = Types::GetLayerVersionByArnRequest
781
706
 
@@ -822,8 +747,6 @@ module Aws::Lambda
822
747
  GetProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
823
748
  GetProvisionedConcurrencyConfigResponse.struct_class = Types::GetProvisionedConcurrencyConfigResponse
824
749
 
825
- HeadersList.member = Shapes::ShapeRef.new(shape: Header)
826
-
827
750
  ImageConfig.add_member(:entry_point, Shapes::ShapeRef.new(shape: StringList, location_name: "EntryPoint"))
828
751
  ImageConfig.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "Command"))
829
752
  ImageConfig.add_member(:working_directory, Shapes::ShapeRef.new(shape: WorkingDirectory, location_name: "WorkingDirectory"))
@@ -987,15 +910,6 @@ module Aws::Lambda
987
910
  ListFunctionEventInvokeConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
988
911
  ListFunctionEventInvokeConfigsResponse.struct_class = Types::ListFunctionEventInvokeConfigsResponse
989
912
 
990
- ListFunctionUrlConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
991
- ListFunctionUrlConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
992
- ListFunctionUrlConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "MaxItems"))
993
- ListFunctionUrlConfigsRequest.struct_class = Types::ListFunctionUrlConfigsRequest
994
-
995
- ListFunctionUrlConfigsResponse.add_member(:function_url_configs, Shapes::ShapeRef.new(shape: FunctionUrlConfigList, required: true, location_name: "FunctionUrlConfigs"))
996
- ListFunctionUrlConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
997
- ListFunctionUrlConfigsResponse.struct_class = Types::ListFunctionUrlConfigsResponse
998
-
999
913
  ListFunctionsByCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
1000
914
  ListFunctionsByCodeSigningConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
1001
915
  ListFunctionsByCodeSigningConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
@@ -1306,20 +1220,6 @@ module Aws::Lambda
1306
1220
  UpdateFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
1307
1221
  UpdateFunctionEventInvokeConfigRequest.struct_class = Types::UpdateFunctionEventInvokeConfigRequest
1308
1222
 
1309
- UpdateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1310
- UpdateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
1311
- UpdateFunctionUrlConfigRequest.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, location_name: "AuthorizationType"))
1312
- UpdateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
1313
- UpdateFunctionUrlConfigRequest.struct_class = Types::UpdateFunctionUrlConfigRequest
1314
-
1315
- UpdateFunctionUrlConfigResponse.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
1316
- UpdateFunctionUrlConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
1317
- UpdateFunctionUrlConfigResponse.add_member(:authorization_type, Shapes::ShapeRef.new(shape: AuthorizationType, required: true, location_name: "AuthorizationType"))
1318
- UpdateFunctionUrlConfigResponse.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
1319
- UpdateFunctionUrlConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1320
- UpdateFunctionUrlConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
1321
- UpdateFunctionUrlConfigResponse.struct_class = Types::UpdateFunctionUrlConfigResponse
1322
-
1323
1223
  VpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
1324
1224
  VpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
1325
1225
  VpcConfig.struct_class = Types::VpcConfig
@@ -1428,19 +1328,6 @@ module Aws::Lambda
1428
1328
  o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1429
1329
  end)
1430
1330
 
1431
- api.add_operation(:create_function_url_config, Seahorse::Model::Operation.new.tap do |o|
1432
- o.name = "CreateFunctionUrlConfig"
1433
- o.http_method = "POST"
1434
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
1435
- o.input = Shapes::ShapeRef.new(shape: CreateFunctionUrlConfigRequest)
1436
- o.output = Shapes::ShapeRef.new(shape: CreateFunctionUrlConfigResponse)
1437
- o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1438
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1439
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1440
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1441
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1442
- end)
1443
-
1444
1331
  api.add_operation(:delete_alias, Seahorse::Model::Operation.new.tap do |o|
1445
1332
  o.name = "DeleteAlias"
1446
1333
  o.http_method = "DELETE"
@@ -1531,18 +1418,6 @@ module Aws::Lambda
1531
1418
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1532
1419
  end)
1533
1420
 
1534
- api.add_operation(:delete_function_url_config, Seahorse::Model::Operation.new.tap do |o|
1535
- o.name = "DeleteFunctionUrlConfig"
1536
- o.http_method = "DELETE"
1537
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
1538
- o.input = Shapes::ShapeRef.new(shape: DeleteFunctionUrlConfigRequest)
1539
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1540
- o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1541
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1542
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1543
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1544
- end)
1545
-
1546
1421
  api.add_operation(:delete_layer_version, Seahorse::Model::Operation.new.tap do |o|
1547
1422
  o.name = "DeleteLayerVersion"
1548
1423
  o.http_method = "DELETE"
@@ -1671,18 +1546,6 @@ module Aws::Lambda
1671
1546
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1672
1547
  end)
1673
1548
 
1674
- api.add_operation(:get_function_url_config, Seahorse::Model::Operation.new.tap do |o|
1675
- o.name = "GetFunctionUrlConfig"
1676
- o.http_method = "GET"
1677
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
1678
- o.input = Shapes::ShapeRef.new(shape: GetFunctionUrlConfigRequest)
1679
- o.output = Shapes::ShapeRef.new(shape: GetFunctionUrlConfigResponse)
1680
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1681
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1682
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1683
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1684
- end)
1685
-
1686
1549
  api.add_operation(:get_layer_version, Seahorse::Model::Operation.new.tap do |o|
1687
1550
  o.name = "GetLayerVersion"
1688
1551
  o.http_method = "GET"
@@ -1862,24 +1725,6 @@ module Aws::Lambda
1862
1725
  )
1863
1726
  end)
1864
1727
 
1865
- api.add_operation(:list_function_url_configs, Seahorse::Model::Operation.new.tap do |o|
1866
- o.name = "ListFunctionUrlConfigs"
1867
- o.http_method = "GET"
1868
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/urls"
1869
- o.input = Shapes::ShapeRef.new(shape: ListFunctionUrlConfigsRequest)
1870
- o.output = Shapes::ShapeRef.new(shape: ListFunctionUrlConfigsResponse)
1871
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1872
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1873
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1874
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1875
- o[:pager] = Aws::Pager.new(
1876
- limit_key: "max_items",
1877
- tokens: {
1878
- "next_marker" => "marker"
1879
- }
1880
- )
1881
- end)
1882
-
1883
1728
  api.add_operation(:list_functions, Seahorse::Model::Operation.new.tap do |o|
1884
1729
  o.name = "ListFunctions"
1885
1730
  o.http_method = "GET"
@@ -2216,19 +2061,6 @@ module Aws::Lambda
2216
2061
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2217
2062
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
2218
2063
  end)
2219
-
2220
- api.add_operation(:update_function_url_config, Seahorse::Model::Operation.new.tap do |o|
2221
- o.name = "UpdateFunctionUrlConfig"
2222
- o.http_method = "PUT"
2223
- o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
2224
- o.input = Shapes::ShapeRef.new(shape: UpdateFunctionUrlConfigRequest)
2225
- o.output = Shapes::ShapeRef.new(shape: UpdateFunctionUrlConfigResponse)
2226
- o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
2227
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2228
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2229
- o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2230
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2231
- end)
2232
2064
  end
2233
2065
 
2234
2066
  end