aws-sdk-lambda 1.166.0 → 1.168.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.
@@ -41,6 +41,22 @@ module Aws::Lambda
41
41
  Blob = Shapes::BlobShape.new(name: 'Blob')
42
42
  BlobStream = Shapes::BlobShape.new(name: 'BlobStream', streaming: true)
43
43
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
44
+ CapacityProvider = Shapes::StructureShape.new(name: 'CapacityProvider')
45
+ CapacityProviderArn = Shapes::StringShape.new(name: 'CapacityProviderArn')
46
+ CapacityProviderConfig = Shapes::StructureShape.new(name: 'CapacityProviderConfig')
47
+ CapacityProviderLimitExceededException = Shapes::StructureShape.new(name: 'CapacityProviderLimitExceededException')
48
+ CapacityProviderMaxVCpuCount = Shapes::IntegerShape.new(name: 'CapacityProviderMaxVCpuCount')
49
+ CapacityProviderName = Shapes::StringShape.new(name: 'CapacityProviderName')
50
+ CapacityProviderPermissionsConfig = Shapes::StructureShape.new(name: 'CapacityProviderPermissionsConfig')
51
+ CapacityProviderPredefinedMetricType = Shapes::StringShape.new(name: 'CapacityProviderPredefinedMetricType')
52
+ CapacityProviderScalingConfig = Shapes::StructureShape.new(name: 'CapacityProviderScalingConfig')
53
+ CapacityProviderScalingMode = Shapes::StringShape.new(name: 'CapacityProviderScalingMode')
54
+ CapacityProviderScalingPoliciesList = Shapes::ListShape.new(name: 'CapacityProviderScalingPoliciesList')
55
+ CapacityProviderSecurityGroupIds = Shapes::ListShape.new(name: 'CapacityProviderSecurityGroupIds')
56
+ CapacityProviderState = Shapes::StringShape.new(name: 'CapacityProviderState')
57
+ CapacityProviderSubnetIds = Shapes::ListShape.new(name: 'CapacityProviderSubnetIds')
58
+ CapacityProviderVpcConfig = Shapes::StructureShape.new(name: 'CapacityProviderVpcConfig')
59
+ CapacityProvidersList = Shapes::ListShape.new(name: 'CapacityProvidersList')
44
60
  CodeSigningConfig = Shapes::StructureShape.new(name: 'CodeSigningConfig')
45
61
  CodeSigningConfigArn = Shapes::StringShape.new(name: 'CodeSigningConfigArn')
46
62
  CodeSigningConfigId = Shapes::StringShape.new(name: 'CodeSigningConfigId')
@@ -56,6 +72,8 @@ module Aws::Lambda
56
72
  Concurrency = Shapes::StructureShape.new(name: 'Concurrency')
57
73
  Cors = Shapes::StructureShape.new(name: 'Cors')
58
74
  CreateAliasRequest = Shapes::StructureShape.new(name: 'CreateAliasRequest')
75
+ CreateCapacityProviderRequest = Shapes::StructureShape.new(name: 'CreateCapacityProviderRequest')
76
+ CreateCapacityProviderResponse = Shapes::StructureShape.new(name: 'CreateCapacityProviderResponse')
59
77
  CreateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigRequest')
60
78
  CreateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigResponse')
61
79
  CreateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'CreateEventSourceMappingRequest')
@@ -66,6 +84,8 @@ module Aws::Lambda
66
84
  Date = Shapes::TimestampShape.new(name: 'Date')
67
85
  DeadLetterConfig = Shapes::StructureShape.new(name: 'DeadLetterConfig')
68
86
  DeleteAliasRequest = Shapes::StructureShape.new(name: 'DeleteAliasRequest')
87
+ DeleteCapacityProviderRequest = Shapes::StructureShape.new(name: 'DeleteCapacityProviderRequest')
88
+ DeleteCapacityProviderResponse = Shapes::StructureShape.new(name: 'DeleteCapacityProviderResponse')
69
89
  DeleteCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'DeleteCodeSigningConfigRequest')
70
90
  DeleteCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'DeleteCodeSigningConfigResponse')
71
91
  DeleteEventSourceMappingRequest = Shapes::StructureShape.new(name: 'DeleteEventSourceMappingRequest')
@@ -73,6 +93,7 @@ module Aws::Lambda
73
93
  DeleteFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'DeleteFunctionConcurrencyRequest')
74
94
  DeleteFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionEventInvokeConfigRequest')
75
95
  DeleteFunctionRequest = Shapes::StructureShape.new(name: 'DeleteFunctionRequest')
96
+ DeleteFunctionResponse = Shapes::StructureShape.new(name: 'DeleteFunctionResponse')
76
97
  DeleteFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionUrlConfigRequest')
77
98
  DeleteLayerVersionRequest = Shapes::StructureShape.new(name: 'DeleteLayerVersionRequest')
78
99
  DeleteProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'DeleteProvisionedConcurrencyConfigRequest')
@@ -109,6 +130,7 @@ module Aws::Lambda
109
130
  EventSourceMappingsList = Shapes::ListShape.new(name: 'EventSourceMappingsList')
110
131
  EventSourcePosition = Shapes::StringShape.new(name: 'EventSourcePosition')
111
132
  EventSourceToken = Shapes::StringShape.new(name: 'EventSourceToken')
133
+ ExecutionEnvironmentMemoryGiBPerVCpu = Shapes::FloatShape.new(name: 'ExecutionEnvironmentMemoryGiBPerVCpu')
112
134
  FileSystemArn = Shapes::StringShape.new(name: 'FileSystemArn')
113
135
  FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
114
136
  FileSystemConfigList = Shapes::ListShape.new(name: 'FileSystemConfigList')
@@ -130,15 +152,23 @@ module Aws::Lambda
130
152
  FunctionName = Shapes::StringShape.new(name: 'FunctionName')
131
153
  FunctionResponseType = Shapes::StringShape.new(name: 'FunctionResponseType')
132
154
  FunctionResponseTypeList = Shapes::ListShape.new(name: 'FunctionResponseTypeList')
155
+ FunctionScalingConfig = Shapes::StructureShape.new(name: 'FunctionScalingConfig')
156
+ FunctionScalingConfigExecutionEnvironments = Shapes::IntegerShape.new(name: 'FunctionScalingConfigExecutionEnvironments')
133
157
  FunctionUrl = Shapes::StringShape.new(name: 'FunctionUrl')
134
158
  FunctionUrlAuthType = Shapes::StringShape.new(name: 'FunctionUrlAuthType')
135
159
  FunctionUrlConfig = Shapes::StructureShape.new(name: 'FunctionUrlConfig')
136
160
  FunctionUrlConfigList = Shapes::ListShape.new(name: 'FunctionUrlConfigList')
137
161
  FunctionUrlQualifier = Shapes::StringShape.new(name: 'FunctionUrlQualifier')
138
162
  FunctionVersion = Shapes::StringShape.new(name: 'FunctionVersion')
163
+ FunctionVersionLatestPublished = Shapes::StringShape.new(name: 'FunctionVersionLatestPublished')
164
+ FunctionVersionsByCapacityProviderList = Shapes::ListShape.new(name: 'FunctionVersionsByCapacityProviderList')
165
+ FunctionVersionsByCapacityProviderListItem = Shapes::StructureShape.new(name: 'FunctionVersionsByCapacityProviderListItem')
166
+ FunctionVersionsPerCapacityProviderLimitExceededException = Shapes::StructureShape.new(name: 'FunctionVersionsPerCapacityProviderLimitExceededException')
139
167
  GetAccountSettingsRequest = Shapes::StructureShape.new(name: 'GetAccountSettingsRequest')
140
168
  GetAccountSettingsResponse = Shapes::StructureShape.new(name: 'GetAccountSettingsResponse')
141
169
  GetAliasRequest = Shapes::StructureShape.new(name: 'GetAliasRequest')
170
+ GetCapacityProviderRequest = Shapes::StructureShape.new(name: 'GetCapacityProviderRequest')
171
+ GetCapacityProviderResponse = Shapes::StructureShape.new(name: 'GetCapacityProviderResponse')
142
172
  GetCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'GetCodeSigningConfigRequest')
143
173
  GetCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'GetCodeSigningConfigResponse')
144
174
  GetEventSourceMappingRequest = Shapes::StructureShape.new(name: 'GetEventSourceMappingRequest')
@@ -152,6 +182,8 @@ module Aws::Lambda
152
182
  GetFunctionRecursionConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionRecursionConfigResponse')
153
183
  GetFunctionRequest = Shapes::StructureShape.new(name: 'GetFunctionRequest')
154
184
  GetFunctionResponse = Shapes::StructureShape.new(name: 'GetFunctionResponse')
185
+ GetFunctionScalingConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionScalingConfigRequest')
186
+ GetFunctionScalingConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionScalingConfigResponse')
155
187
  GetFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigRequest')
156
188
  GetFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigResponse')
157
189
  GetLayerVersionByArnRequest = Shapes::StructureShape.new(name: 'GetLayerVersionByArnRequest')
@@ -172,6 +204,9 @@ module Aws::Lambda
172
204
  ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
173
205
  ImageConfigError = Shapes::StructureShape.new(name: 'ImageConfigError')
174
206
  ImageConfigResponse = Shapes::StructureShape.new(name: 'ImageConfigResponse')
207
+ InstanceRequirements = Shapes::StructureShape.new(name: 'InstanceRequirements')
208
+ InstanceType = Shapes::StringShape.new(name: 'InstanceType')
209
+ InstanceTypeSet = Shapes::ListShape.new(name: 'InstanceTypeSet')
175
210
  Integer = Shapes::IntegerShape.new(name: 'Integer')
176
211
  InvalidCodeSignatureException = Shapes::StructureShape.new(name: 'InvalidCodeSignatureException')
177
212
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
@@ -196,6 +231,7 @@ module Aws::Lambda
196
231
  KMSDisabledException = Shapes::StructureShape.new(name: 'KMSDisabledException')
197
232
  KMSInvalidStateException = Shapes::StructureShape.new(name: 'KMSInvalidStateException')
198
233
  KMSKeyArn = Shapes::StringShape.new(name: 'KMSKeyArn')
234
+ KMSKeyArnNonEmpty = Shapes::StringShape.new(name: 'KMSKeyArnNonEmpty')
199
235
  KMSNotFoundException = Shapes::StructureShape.new(name: 'KMSNotFoundException')
200
236
  KafkaSchemaRegistryAccessConfig = Shapes::StructureShape.new(name: 'KafkaSchemaRegistryAccessConfig')
201
237
  KafkaSchemaRegistryAccessConfigList = Shapes::ListShape.new(name: 'KafkaSchemaRegistryAccessConfigList')
@@ -204,6 +240,7 @@ module Aws::Lambda
204
240
  KafkaSchemaValidationAttribute = Shapes::StringShape.new(name: 'KafkaSchemaValidationAttribute')
205
241
  KafkaSchemaValidationConfig = Shapes::StructureShape.new(name: 'KafkaSchemaValidationConfig')
206
242
  KafkaSchemaValidationConfigList = Shapes::ListShape.new(name: 'KafkaSchemaValidationConfigList')
243
+ LambdaManagedInstancesCapacityProviderConfig = Shapes::StructureShape.new(name: 'LambdaManagedInstancesCapacityProviderConfig')
207
244
  LastUpdateStatus = Shapes::StringShape.new(name: 'LastUpdateStatus')
208
245
  LastUpdateStatusReason = Shapes::StringShape.new(name: 'LastUpdateStatusReason')
209
246
  LastUpdateStatusReasonCode = Shapes::StringShape.new(name: 'LastUpdateStatusReasonCode')
@@ -225,6 +262,8 @@ module Aws::Lambda
225
262
  LicenseInfo = Shapes::StringShape.new(name: 'LicenseInfo')
226
263
  ListAliasesRequest = Shapes::StructureShape.new(name: 'ListAliasesRequest')
227
264
  ListAliasesResponse = Shapes::StructureShape.new(name: 'ListAliasesResponse')
265
+ ListCapacityProvidersRequest = Shapes::StructureShape.new(name: 'ListCapacityProvidersRequest')
266
+ ListCapacityProvidersResponse = Shapes::StructureShape.new(name: 'ListCapacityProvidersResponse')
228
267
  ListCodeSigningConfigsRequest = Shapes::StructureShape.new(name: 'ListCodeSigningConfigsRequest')
229
268
  ListCodeSigningConfigsResponse = Shapes::StructureShape.new(name: 'ListCodeSigningConfigsResponse')
230
269
  ListEventSourceMappingsRequest = Shapes::StructureShape.new(name: 'ListEventSourceMappingsRequest')
@@ -233,6 +272,8 @@ module Aws::Lambda
233
272
  ListFunctionEventInvokeConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsResponse')
234
273
  ListFunctionUrlConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsRequest')
235
274
  ListFunctionUrlConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsResponse')
275
+ ListFunctionVersionsByCapacityProviderRequest = Shapes::StructureShape.new(name: 'ListFunctionVersionsByCapacityProviderRequest')
276
+ ListFunctionVersionsByCapacityProviderResponse = Shapes::StructureShape.new(name: 'ListFunctionVersionsByCapacityProviderResponse')
236
277
  ListFunctionsByCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigRequest')
237
278
  ListFunctionsByCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigResponse')
238
279
  ListFunctionsRequest = Shapes::StructureShape.new(name: 'ListFunctionsRequest')
@@ -255,6 +296,7 @@ module Aws::Lambda
255
296
  Long = Shapes::IntegerShape.new(name: 'Long')
256
297
  MasterRegion = Shapes::StringShape.new(name: 'MasterRegion')
257
298
  MaxAge = Shapes::IntegerShape.new(name: 'MaxAge')
299
+ MaxFiftyListItems = Shapes::IntegerShape.new(name: 'MaxFiftyListItems')
258
300
  MaxFunctionEventInvokeConfigListItems = Shapes::IntegerShape.new(name: 'MaxFunctionEventInvokeConfigListItems')
259
301
  MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
260
302
  MaxLayerListItems = Shapes::IntegerShape.new(name: 'MaxLayerListItems')
@@ -269,12 +311,15 @@ module Aws::Lambda
269
311
  MaximumRetryAttemptsEventSourceMapping = Shapes::IntegerShape.new(name: 'MaximumRetryAttemptsEventSourceMapping')
270
312
  MemorySize = Shapes::IntegerShape.new(name: 'MemorySize')
271
313
  Method = Shapes::StringShape.new(name: 'Method')
314
+ MetricTargetValue = Shapes::FloatShape.new(name: 'MetricTargetValue')
272
315
  MinimumNumberOfPollers = Shapes::IntegerShape.new(name: 'MinimumNumberOfPollers')
273
316
  NameSpacedFunctionArn = Shapes::StringShape.new(name: 'NameSpacedFunctionArn')
274
317
  NamespacedFunctionName = Shapes::StringShape.new(name: 'NamespacedFunctionName')
275
318
  NamespacedStatementId = Shapes::StringShape.new(name: 'NamespacedStatementId')
319
+ NoPublishedVersionException = Shapes::StructureShape.new(name: 'NoPublishedVersionException')
276
320
  NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
277
321
  NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
322
+ NumericLatestPublishedOrAliasQualifier = Shapes::StringShape.new(name: 'NumericLatestPublishedOrAliasQualifier')
278
323
  OnFailure = Shapes::StructureShape.new(name: 'OnFailure')
279
324
  OnSuccess = Shapes::StructureShape.new(name: 'OnSuccess')
280
325
  OrganizationId = Shapes::StringShape.new(name: 'OrganizationId')
@@ -282,6 +327,7 @@ module Aws::Lambda
282
327
  PackageType = Shapes::StringShape.new(name: 'PackageType')
283
328
  ParallelizationFactor = Shapes::IntegerShape.new(name: 'ParallelizationFactor')
284
329
  Pattern = Shapes::StringShape.new(name: 'Pattern')
330
+ PerExecutionEnvironmentMaxConcurrency = Shapes::IntegerShape.new(name: 'PerExecutionEnvironmentMaxConcurrency')
285
331
  PolicyLengthExceededException = Shapes::StructureShape.new(name: 'PolicyLengthExceededException')
286
332
  PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
287
333
  PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
@@ -292,15 +338,19 @@ module Aws::Lambda
292
338
  ProvisionedConcurrencyConfigNotFoundException = Shapes::StructureShape.new(name: 'ProvisionedConcurrencyConfigNotFoundException')
293
339
  ProvisionedConcurrencyStatusEnum = Shapes::StringShape.new(name: 'ProvisionedConcurrencyStatusEnum')
294
340
  ProvisionedPollerConfig = Shapes::StructureShape.new(name: 'ProvisionedPollerConfig')
341
+ ProvisionedPollerGroupName = Shapes::StringShape.new(name: 'ProvisionedPollerGroupName')
295
342
  PublishLayerVersionRequest = Shapes::StructureShape.new(name: 'PublishLayerVersionRequest')
296
343
  PublishLayerVersionResponse = Shapes::StructureShape.new(name: 'PublishLayerVersionResponse')
297
344
  PublishVersionRequest = Shapes::StructureShape.new(name: 'PublishVersionRequest')
345
+ PublishedFunctionQualifier = Shapes::StringShape.new(name: 'PublishedFunctionQualifier')
298
346
  PutFunctionCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigRequest')
299
347
  PutFunctionCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigResponse')
300
348
  PutFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'PutFunctionConcurrencyRequest')
301
349
  PutFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionEventInvokeConfigRequest')
302
350
  PutFunctionRecursionConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionRecursionConfigRequest')
303
351
  PutFunctionRecursionConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionRecursionConfigResponse')
352
+ PutFunctionScalingConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionScalingConfigRequest')
353
+ PutFunctionScalingConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionScalingConfigResponse')
304
354
  PutProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigRequest')
305
355
  PutProvisionedConcurrencyConfigResponse = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigResponse')
306
356
  PutRuntimeManagementConfigRequest = Shapes::StructureShape.new(name: 'PutRuntimeManagementConfigRequest')
@@ -369,6 +419,7 @@ module Aws::Lambda
369
419
  TagsError = Shapes::StructureShape.new(name: 'TagsError')
370
420
  TagsErrorCode = Shapes::StringShape.new(name: 'TagsErrorCode')
371
421
  TagsErrorMessage = Shapes::StringShape.new(name: 'TagsErrorMessage')
422
+ TargetTrackingScalingPolicy = Shapes::StructureShape.new(name: 'TargetTrackingScalingPolicy')
372
423
  TenancyConfig = Shapes::StructureShape.new(name: 'TenancyConfig')
373
424
  TenantId = Shapes::StringShape.new(name: 'TenantId')
374
425
  TenantIsolationMode = Shapes::StringShape.new(name: 'TenantIsolationMode')
@@ -388,6 +439,8 @@ module Aws::Lambda
388
439
  UnsupportedMediaTypeException = Shapes::StructureShape.new(name: 'UnsupportedMediaTypeException')
389
440
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
390
441
  UpdateAliasRequest = Shapes::StructureShape.new(name: 'UpdateAliasRequest')
442
+ UpdateCapacityProviderRequest = Shapes::StructureShape.new(name: 'UpdateCapacityProviderRequest')
443
+ UpdateCapacityProviderResponse = Shapes::StructureShape.new(name: 'UpdateCapacityProviderResponse')
391
444
  UpdateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigRequest')
392
445
  UpdateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigResponse')
393
446
  UpdateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'UpdateEventSourceMappingRequest')
@@ -398,6 +451,7 @@ module Aws::Lambda
398
451
  UpdateFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'UpdateFunctionUrlConfigResponse')
399
452
  UpdateRuntimeOn = Shapes::StringShape.new(name: 'UpdateRuntimeOn')
400
453
  Version = Shapes::StringShape.new(name: 'Version')
454
+ VersionWithLatestPublished = Shapes::StringShape.new(name: 'VersionWithLatestPublished')
401
455
  VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
402
456
  VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
403
457
  VpcId = Shapes::StringShape.new(name: 'VpcId')
@@ -428,14 +482,14 @@ module Aws::Lambda
428
482
  AddLayerVersionPermissionResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
429
483
  AddLayerVersionPermissionResponse.struct_class = Types::AddLayerVersionPermissionResponse
430
484
 
431
- AddPermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
485
+ AddPermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
432
486
  AddPermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location_name: "StatementId"))
433
487
  AddPermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
434
488
  AddPermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "Principal"))
435
489
  AddPermissionRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceArn"))
436
490
  AddPermissionRequest.add_member(:source_account, Shapes::ShapeRef.new(shape: SourceOwner, location_name: "SourceAccount"))
437
491
  AddPermissionRequest.add_member(:event_source_token, Shapes::ShapeRef.new(shape: EventSourceToken, location_name: "EventSourceToken"))
438
- AddPermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
492
+ AddPermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
439
493
  AddPermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
440
494
  AddPermissionRequest.add_member(:principal_org_id, Shapes::ShapeRef.new(shape: PrincipalOrgID, location_name: "PrincipalOrgID"))
441
495
  AddPermissionRequest.add_member(:function_url_auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "FunctionUrlAuthType"))
@@ -474,6 +528,43 @@ module Aws::Lambda
474
528
 
475
529
  ArchitecturesList.member = Shapes::ShapeRef.new(shape: Architecture)
476
530
 
531
+ CapacityProvider.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: CapacityProviderArn, required: true, location_name: "CapacityProviderArn"))
532
+ CapacityProvider.add_member(:state, Shapes::ShapeRef.new(shape: CapacityProviderState, required: true, location_name: "State"))
533
+ CapacityProvider.add_member(:vpc_config, Shapes::ShapeRef.new(shape: CapacityProviderVpcConfig, required: true, location_name: "VpcConfig"))
534
+ CapacityProvider.add_member(:permissions_config, Shapes::ShapeRef.new(shape: CapacityProviderPermissionsConfig, required: true, location_name: "PermissionsConfig"))
535
+ CapacityProvider.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "InstanceRequirements"))
536
+ CapacityProvider.add_member(:capacity_provider_scaling_config, Shapes::ShapeRef.new(shape: CapacityProviderScalingConfig, location_name: "CapacityProviderScalingConfig"))
537
+ CapacityProvider.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KmsKeyArn"))
538
+ CapacityProvider.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
539
+ CapacityProvider.struct_class = Types::CapacityProvider
540
+
541
+ CapacityProviderConfig.add_member(:lambda_managed_instances_capacity_provider_config, Shapes::ShapeRef.new(shape: LambdaManagedInstancesCapacityProviderConfig, required: true, location_name: "LambdaManagedInstancesCapacityProviderConfig"))
542
+ CapacityProviderConfig.struct_class = Types::CapacityProviderConfig
543
+
544
+ CapacityProviderLimitExceededException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
545
+ CapacityProviderLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
546
+ CapacityProviderLimitExceededException.struct_class = Types::CapacityProviderLimitExceededException
547
+
548
+ CapacityProviderPermissionsConfig.add_member(:capacity_provider_operator_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "CapacityProviderOperatorRoleArn"))
549
+ CapacityProviderPermissionsConfig.struct_class = Types::CapacityProviderPermissionsConfig
550
+
551
+ CapacityProviderScalingConfig.add_member(:max_v_cpu_count, Shapes::ShapeRef.new(shape: CapacityProviderMaxVCpuCount, location_name: "MaxVCpuCount"))
552
+ CapacityProviderScalingConfig.add_member(:scaling_mode, Shapes::ShapeRef.new(shape: CapacityProviderScalingMode, location_name: "ScalingMode"))
553
+ CapacityProviderScalingConfig.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: CapacityProviderScalingPoliciesList, location_name: "ScalingPolicies"))
554
+ CapacityProviderScalingConfig.struct_class = Types::CapacityProviderScalingConfig
555
+
556
+ CapacityProviderScalingPoliciesList.member = Shapes::ShapeRef.new(shape: TargetTrackingScalingPolicy)
557
+
558
+ CapacityProviderSecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
559
+
560
+ CapacityProviderSubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
561
+
562
+ CapacityProviderVpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CapacityProviderSubnetIds, required: true, location_name: "SubnetIds"))
563
+ CapacityProviderVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CapacityProviderSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
564
+ CapacityProviderVpcConfig.struct_class = Types::CapacityProviderVpcConfig
565
+
566
+ CapacityProvidersList.member = Shapes::ShapeRef.new(shape: CapacityProvider)
567
+
477
568
  CodeSigningConfig.add_member(:code_signing_config_id, Shapes::ShapeRef.new(shape: CodeSigningConfigId, required: true, location_name: "CodeSigningConfigId"))
478
569
  CodeSigningConfig.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
479
570
  CodeSigningConfig.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
@@ -516,11 +607,23 @@ module Aws::Lambda
516
607
 
517
608
  CreateAliasRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
518
609
  CreateAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location_name: "Name"))
519
- CreateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "FunctionVersion"))
610
+ CreateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, required: true, location_name: "FunctionVersion"))
520
611
  CreateAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
521
612
  CreateAliasRequest.add_member(:routing_config, Shapes::ShapeRef.new(shape: AliasRoutingConfiguration, location_name: "RoutingConfig"))
522
613
  CreateAliasRequest.struct_class = Types::CreateAliasRequest
523
614
 
615
+ CreateCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location_name: "CapacityProviderName"))
616
+ CreateCapacityProviderRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: CapacityProviderVpcConfig, required: true, location_name: "VpcConfig"))
617
+ CreateCapacityProviderRequest.add_member(:permissions_config, Shapes::ShapeRef.new(shape: CapacityProviderPermissionsConfig, required: true, location_name: "PermissionsConfig"))
618
+ CreateCapacityProviderRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "InstanceRequirements"))
619
+ CreateCapacityProviderRequest.add_member(:capacity_provider_scaling_config, Shapes::ShapeRef.new(shape: CapacityProviderScalingConfig, location_name: "CapacityProviderScalingConfig"))
620
+ CreateCapacityProviderRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArnNonEmpty, location_name: "KmsKeyArn"))
621
+ CreateCapacityProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
622
+ CreateCapacityProviderRequest.struct_class = Types::CreateCapacityProviderRequest
623
+
624
+ CreateCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
625
+ CreateCapacityProviderResponse.struct_class = Types::CreateCapacityProviderResponse
626
+
524
627
  CreateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
525
628
  CreateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, required: true, location_name: "AllowedPublishers"))
526
629
  CreateCodeSigningConfigRequest.add_member(:code_signing_policies, Shapes::ShapeRef.new(shape: CodeSigningPolicies, location_name: "CodeSigningPolicies"))
@@ -531,7 +634,7 @@ module Aws::Lambda
531
634
  CreateCodeSigningConfigResponse.struct_class = Types::CreateCodeSigningConfigResponse
532
635
 
533
636
  CreateEventSourceMappingRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
534
- CreateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
637
+ CreateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location_name: "FunctionName"))
535
638
  CreateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
536
639
  CreateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
537
640
  CreateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
@@ -583,6 +686,8 @@ module Aws::Lambda
583
686
  CreateFunctionRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
584
687
  CreateFunctionRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
585
688
  CreateFunctionRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
689
+ CreateFunctionRequest.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
690
+ CreateFunctionRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
586
691
  CreateFunctionRequest.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
587
692
  CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
588
693
 
@@ -608,6 +713,12 @@ module Aws::Lambda
608
713
  DeleteAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
609
714
  DeleteAliasRequest.struct_class = Types::DeleteAliasRequest
610
715
 
716
+ DeleteCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location: "uri", location_name: "CapacityProviderName"))
717
+ DeleteCapacityProviderRequest.struct_class = Types::DeleteCapacityProviderRequest
718
+
719
+ DeleteCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
720
+ DeleteCapacityProviderResponse.struct_class = Types::DeleteCapacityProviderResponse
721
+
611
722
  DeleteCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
612
723
  DeleteCodeSigningConfigRequest.struct_class = Types::DeleteCodeSigningConfigRequest
613
724
 
@@ -616,20 +727,23 @@ module Aws::Lambda
616
727
  DeleteEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
617
728
  DeleteEventSourceMappingRequest.struct_class = Types::DeleteEventSourceMappingRequest
618
729
 
619
- DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
730
+ DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
620
731
  DeleteFunctionCodeSigningConfigRequest.struct_class = Types::DeleteFunctionCodeSigningConfigRequest
621
732
 
622
733
  DeleteFunctionConcurrencyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
623
734
  DeleteFunctionConcurrencyRequest.struct_class = Types::DeleteFunctionConcurrencyRequest
624
735
 
625
- DeleteFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
626
- DeleteFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
736
+ DeleteFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
737
+ DeleteFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
627
738
  DeleteFunctionEventInvokeConfigRequest.struct_class = Types::DeleteFunctionEventInvokeConfigRequest
628
739
 
629
- DeleteFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
630
- DeleteFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
740
+ DeleteFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
741
+ DeleteFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
631
742
  DeleteFunctionRequest.struct_class = Types::DeleteFunctionRequest
632
743
 
744
+ DeleteFunctionResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "StatusCode"))
745
+ DeleteFunctionResponse.struct_class = Types::DeleteFunctionResponse
746
+
633
747
  DeleteFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
634
748
  DeleteFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
635
749
  DeleteFunctionUrlConfigRequest.struct_class = Types::DeleteFunctionUrlConfigRequest
@@ -818,6 +932,8 @@ module Aws::Lambda
818
932
  FunctionConfiguration.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStartResponse, location_name: "SnapStart"))
819
933
  FunctionConfiguration.add_member(:runtime_version_config, Shapes::ShapeRef.new(shape: RuntimeVersionConfig, location_name: "RuntimeVersionConfig"))
820
934
  FunctionConfiguration.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
935
+ FunctionConfiguration.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
936
+ FunctionConfiguration.add_member(:config_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "ConfigSha256"))
821
937
  FunctionConfiguration.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
822
938
  FunctionConfiguration.struct_class = Types::FunctionConfiguration
823
939
 
@@ -834,6 +950,10 @@ module Aws::Lambda
834
950
 
835
951
  FunctionResponseTypeList.member = Shapes::ShapeRef.new(shape: FunctionResponseType)
836
952
 
953
+ FunctionScalingConfig.add_member(:min_execution_environments, Shapes::ShapeRef.new(shape: FunctionScalingConfigExecutionEnvironments, location_name: "MinExecutionEnvironments"))
954
+ FunctionScalingConfig.add_member(:max_execution_environments, Shapes::ShapeRef.new(shape: FunctionScalingConfigExecutionEnvironments, location_name: "MaxExecutionEnvironments"))
955
+ FunctionScalingConfig.struct_class = Types::FunctionScalingConfig
956
+
837
957
  FunctionUrlConfig.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
838
958
  FunctionUrlConfig.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
839
959
  FunctionUrlConfig.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
@@ -845,6 +965,16 @@ module Aws::Lambda
845
965
 
846
966
  FunctionUrlConfigList.member = Shapes::ShapeRef.new(shape: FunctionUrlConfig)
847
967
 
968
+ FunctionVersionsByCapacityProviderList.member = Shapes::ShapeRef.new(shape: FunctionVersionsByCapacityProviderListItem)
969
+
970
+ FunctionVersionsByCapacityProviderListItem.add_member(:function_arn, Shapes::ShapeRef.new(shape: NameSpacedFunctionArn, required: true, location_name: "FunctionArn"))
971
+ FunctionVersionsByCapacityProviderListItem.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "State"))
972
+ FunctionVersionsByCapacityProviderListItem.struct_class = Types::FunctionVersionsByCapacityProviderListItem
973
+
974
+ FunctionVersionsPerCapacityProviderLimitExceededException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
975
+ FunctionVersionsPerCapacityProviderLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
976
+ FunctionVersionsPerCapacityProviderLimitExceededException.struct_class = Types::FunctionVersionsPerCapacityProviderLimitExceededException
977
+
848
978
  GetAccountSettingsRequest.struct_class = Types::GetAccountSettingsRequest
849
979
 
850
980
  GetAccountSettingsResponse.add_member(:account_limit, Shapes::ShapeRef.new(shape: AccountLimit, location_name: "AccountLimit"))
@@ -855,6 +985,12 @@ module Aws::Lambda
855
985
  GetAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
856
986
  GetAliasRequest.struct_class = Types::GetAliasRequest
857
987
 
988
+ GetCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location: "uri", location_name: "CapacityProviderName"))
989
+ GetCapacityProviderRequest.struct_class = Types::GetCapacityProviderRequest
990
+
991
+ GetCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
992
+ GetCapacityProviderResponse.struct_class = Types::GetCapacityProviderResponse
993
+
858
994
  GetCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
859
995
  GetCodeSigningConfigRequest.struct_class = Types::GetCodeSigningConfigRequest
860
996
 
@@ -864,7 +1000,7 @@ module Aws::Lambda
864
1000
  GetEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
865
1001
  GetEventSourceMappingRequest.struct_class = Types::GetEventSourceMappingRequest
866
1002
 
867
- GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1003
+ GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
868
1004
  GetFunctionCodeSigningConfigRequest.struct_class = Types::GetFunctionCodeSigningConfigRequest
869
1005
 
870
1006
  GetFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
@@ -878,11 +1014,11 @@ module Aws::Lambda
878
1014
  GetFunctionConcurrencyResponse.struct_class = Types::GetFunctionConcurrencyResponse
879
1015
 
880
1016
  GetFunctionConfigurationRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
881
- GetFunctionConfigurationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1017
+ GetFunctionConfigurationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
882
1018
  GetFunctionConfigurationRequest.struct_class = Types::GetFunctionConfigurationRequest
883
1019
 
884
- GetFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
885
- GetFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1020
+ GetFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
1021
+ GetFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
886
1022
  GetFunctionEventInvokeConfigRequest.struct_class = Types::GetFunctionEventInvokeConfigRequest
887
1023
 
888
1024
  GetFunctionRecursionConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: UnqualifiedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
@@ -892,7 +1028,7 @@ module Aws::Lambda
892
1028
  GetFunctionRecursionConfigResponse.struct_class = Types::GetFunctionRecursionConfigResponse
893
1029
 
894
1030
  GetFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
895
- GetFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1031
+ GetFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
896
1032
  GetFunctionRequest.struct_class = Types::GetFunctionRequest
897
1033
 
898
1034
  GetFunctionResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: FunctionConfiguration, location_name: "Configuration"))
@@ -902,6 +1038,15 @@ module Aws::Lambda
902
1038
  GetFunctionResponse.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, location_name: "Concurrency"))
903
1039
  GetFunctionResponse.struct_class = Types::GetFunctionResponse
904
1040
 
1041
+ GetFunctionScalingConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: UnqualifiedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
1042
+ GetFunctionScalingConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: PublishedFunctionQualifier, required: true, location: "querystring", location_name: "Qualifier"))
1043
+ GetFunctionScalingConfigRequest.struct_class = Types::GetFunctionScalingConfigRequest
1044
+
1045
+ GetFunctionScalingConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, location_name: "FunctionArn"))
1046
+ GetFunctionScalingConfigResponse.add_member(:applied_function_scaling_config, Shapes::ShapeRef.new(shape: FunctionScalingConfig, location_name: "AppliedFunctionScalingConfig"))
1047
+ GetFunctionScalingConfigResponse.add_member(:requested_function_scaling_config, Shapes::ShapeRef.new(shape: FunctionScalingConfig, location_name: "RequestedFunctionScalingConfig"))
1048
+ GetFunctionScalingConfigResponse.struct_class = Types::GetFunctionScalingConfigResponse
1049
+
905
1050
  GetFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
906
1051
  GetFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
907
1052
  GetFunctionUrlConfigRequest.struct_class = Types::GetFunctionUrlConfigRequest
@@ -942,7 +1087,7 @@ module Aws::Lambda
942
1087
  GetLayerVersionResponse.struct_class = Types::GetLayerVersionResponse
943
1088
 
944
1089
  GetPolicyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
945
- GetPolicyRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1090
+ GetPolicyRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
946
1091
  GetPolicyRequest.struct_class = Types::GetPolicyRequest
947
1092
 
948
1093
  GetPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: String, location_name: "Policy"))
@@ -962,7 +1107,7 @@ module Aws::Lambda
962
1107
  GetProvisionedConcurrencyConfigResponse.struct_class = Types::GetProvisionedConcurrencyConfigResponse
963
1108
 
964
1109
  GetRuntimeManagementConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
965
- GetRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1110
+ GetRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
966
1111
  GetRuntimeManagementConfigRequest.struct_class = Types::GetRuntimeManagementConfigRequest
967
1112
 
968
1113
  GetRuntimeManagementConfigResponse.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, location_name: "UpdateRuntimeOn"))
@@ -985,6 +1130,13 @@ module Aws::Lambda
985
1130
  ImageConfigResponse.add_member(:error, Shapes::ShapeRef.new(shape: ImageConfigError, location_name: "Error"))
986
1131
  ImageConfigResponse.struct_class = Types::ImageConfigResponse
987
1132
 
1133
+ InstanceRequirements.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
1134
+ InstanceRequirements.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: InstanceTypeSet, location_name: "AllowedInstanceTypes"))
1135
+ InstanceRequirements.add_member(:excluded_instance_types, Shapes::ShapeRef.new(shape: InstanceTypeSet, location_name: "ExcludedInstanceTypes"))
1136
+ InstanceRequirements.struct_class = Types::InstanceRequirements
1137
+
1138
+ InstanceTypeSet.member = Shapes::ShapeRef.new(shape: InstanceType)
1139
+
988
1140
  InvalidCodeSignatureException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
989
1141
  InvalidCodeSignatureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
990
1142
  InvalidCodeSignatureException.struct_class = Types::InvalidCodeSignatureException
@@ -1018,7 +1170,7 @@ module Aws::Lambda
1018
1170
  InvocationRequest.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location: "header", location_name: "X-Amz-Log-Type"))
1019
1171
  InvocationRequest.add_member(:client_context, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Amz-Client-Context"))
1020
1172
  InvocationRequest.add_member(:payload, Shapes::ShapeRef.new(shape: Blob, location_name: "Payload"))
1021
- InvocationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1173
+ InvocationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
1022
1174
  InvocationRequest.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location: "header", location_name: "X-Amz-Tenant-Id"))
1023
1175
  InvocationRequest.struct_class = Types::InvocationRequest
1024
1176
  InvocationRequest[:payload] = :payload
@@ -1054,7 +1206,7 @@ module Aws::Lambda
1054
1206
  InvokeWithResponseStreamRequest.add_member(:invocation_type, Shapes::ShapeRef.new(shape: ResponseStreamingInvocationType, location: "header", location_name: "X-Amz-Invocation-Type"))
1055
1207
  InvokeWithResponseStreamRequest.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location: "header", location_name: "X-Amz-Log-Type"))
1056
1208
  InvokeWithResponseStreamRequest.add_member(:client_context, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Amz-Client-Context"))
1057
- InvokeWithResponseStreamRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1209
+ InvokeWithResponseStreamRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
1058
1210
  InvokeWithResponseStreamRequest.add_member(:payload, Shapes::ShapeRef.new(shape: Blob, location_name: "Payload"))
1059
1211
  InvokeWithResponseStreamRequest.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location: "header", location_name: "X-Amz-Tenant-Id"))
1060
1212
  InvokeWithResponseStreamRequest.struct_class = Types::InvokeWithResponseStreamRequest
@@ -1106,6 +1258,11 @@ module Aws::Lambda
1106
1258
 
1107
1259
  KafkaSchemaValidationConfigList.member = Shapes::ShapeRef.new(shape: KafkaSchemaValidationConfig)
1108
1260
 
1261
+ LambdaManagedInstancesCapacityProviderConfig.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: CapacityProviderArn, required: true, location_name: "CapacityProviderArn"))
1262
+ LambdaManagedInstancesCapacityProviderConfig.add_member(:per_execution_environment_max_concurrency, Shapes::ShapeRef.new(shape: PerExecutionEnvironmentMaxConcurrency, location_name: "PerExecutionEnvironmentMaxConcurrency"))
1263
+ LambdaManagedInstancesCapacityProviderConfig.add_member(:execution_environment_memory_gi_b_per_v_cpu, Shapes::ShapeRef.new(shape: ExecutionEnvironmentMemoryGiBPerVCpu, location_name: "ExecutionEnvironmentMemoryGiBPerVCpu"))
1264
+ LambdaManagedInstancesCapacityProviderConfig.struct_class = Types::LambdaManagedInstancesCapacityProviderConfig
1265
+
1109
1266
  Layer.add_member(:arn, Shapes::ShapeRef.new(shape: LayerVersionArn, location_name: "Arn"))
1110
1267
  Layer.add_member(:code_size, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSize"))
1111
1268
  Layer.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
@@ -1148,7 +1305,7 @@ module Aws::Lambda
1148
1305
  LayersReferenceList.member = Shapes::ShapeRef.new(shape: Layer)
1149
1306
 
1150
1307
  ListAliasesRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1151
- ListAliasesRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: Version, location: "querystring", location_name: "FunctionVersion"))
1308
+ ListAliasesRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, location: "querystring", location_name: "FunctionVersion"))
1152
1309
  ListAliasesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
1153
1310
  ListAliasesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
1154
1311
  ListAliasesRequest.struct_class = Types::ListAliasesRequest
@@ -1157,6 +1314,15 @@ module Aws::Lambda
1157
1314
  ListAliasesResponse.add_member(:aliases, Shapes::ShapeRef.new(shape: AliasList, location_name: "Aliases"))
1158
1315
  ListAliasesResponse.struct_class = Types::ListAliasesResponse
1159
1316
 
1317
+ ListCapacityProvidersRequest.add_member(:state, Shapes::ShapeRef.new(shape: CapacityProviderState, location: "querystring", location_name: "State"))
1318
+ ListCapacityProvidersRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
1319
+ ListCapacityProvidersRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxFiftyListItems, location: "querystring", location_name: "MaxItems"))
1320
+ ListCapacityProvidersRequest.struct_class = Types::ListCapacityProvidersRequest
1321
+
1322
+ ListCapacityProvidersResponse.add_member(:capacity_providers, Shapes::ShapeRef.new(shape: CapacityProvidersList, required: true, location_name: "CapacityProviders"))
1323
+ ListCapacityProvidersResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
1324
+ ListCapacityProvidersResponse.struct_class = Types::ListCapacityProvidersResponse
1325
+
1160
1326
  ListCodeSigningConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
1161
1327
  ListCodeSigningConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
1162
1328
  ListCodeSigningConfigsRequest.struct_class = Types::ListCodeSigningConfigsRequest
@@ -1166,7 +1332,7 @@ module Aws::Lambda
1166
1332
  ListCodeSigningConfigsResponse.struct_class = Types::ListCodeSigningConfigsResponse
1167
1333
 
1168
1334
  ListEventSourceMappingsRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "EventSourceArn"))
1169
- ListEventSourceMappingsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, location: "querystring", location_name: "FunctionName"))
1335
+ ListEventSourceMappingsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location: "querystring", location_name: "FunctionName"))
1170
1336
  ListEventSourceMappingsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
1171
1337
  ListEventSourceMappingsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
1172
1338
  ListEventSourceMappingsRequest.struct_class = Types::ListEventSourceMappingsRequest
@@ -1175,7 +1341,7 @@ module Aws::Lambda
1175
1341
  ListEventSourceMappingsResponse.add_member(:event_source_mappings, Shapes::ShapeRef.new(shape: EventSourceMappingsList, location_name: "EventSourceMappings"))
1176
1342
  ListEventSourceMappingsResponse.struct_class = Types::ListEventSourceMappingsResponse
1177
1343
 
1178
- ListFunctionEventInvokeConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1344
+ ListFunctionEventInvokeConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
1179
1345
  ListFunctionEventInvokeConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
1180
1346
  ListFunctionEventInvokeConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxFunctionEventInvokeConfigListItems, location: "querystring", location_name: "MaxItems"))
1181
1347
  ListFunctionEventInvokeConfigsRequest.struct_class = Types::ListFunctionEventInvokeConfigsRequest
@@ -1193,6 +1359,16 @@ module Aws::Lambda
1193
1359
  ListFunctionUrlConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
1194
1360
  ListFunctionUrlConfigsResponse.struct_class = Types::ListFunctionUrlConfigsResponse
1195
1361
 
1362
+ ListFunctionVersionsByCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location: "uri", location_name: "CapacityProviderName"))
1363
+ ListFunctionVersionsByCapacityProviderRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
1364
+ ListFunctionVersionsByCapacityProviderRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxFiftyListItems, location: "querystring", location_name: "MaxItems"))
1365
+ ListFunctionVersionsByCapacityProviderRequest.struct_class = Types::ListFunctionVersionsByCapacityProviderRequest
1366
+
1367
+ ListFunctionVersionsByCapacityProviderResponse.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: CapacityProviderArn, required: true, location_name: "CapacityProviderArn"))
1368
+ ListFunctionVersionsByCapacityProviderResponse.add_member(:function_versions, Shapes::ShapeRef.new(shape: FunctionVersionsByCapacityProviderList, required: true, location_name: "FunctionVersions"))
1369
+ ListFunctionVersionsByCapacityProviderResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
1370
+ ListFunctionVersionsByCapacityProviderResponse.struct_class = Types::ListFunctionVersionsByCapacityProviderResponse
1371
+
1196
1372
  ListFunctionsByCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
1197
1373
  ListFunctionsByCodeSigningConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
1198
1374
  ListFunctionsByCodeSigningConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
@@ -1263,6 +1439,10 @@ module Aws::Lambda
1263
1439
  LoggingConfig.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
1264
1440
  LoggingConfig.struct_class = Types::LoggingConfig
1265
1441
 
1442
+ NoPublishedVersionException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
1443
+ NoPublishedVersionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1444
+ NoPublishedVersionException.struct_class = Types::NoPublishedVersionException
1445
+
1266
1446
  OnFailure.add_member(:destination, Shapes::ShapeRef.new(shape: DestinationArn, location_name: "Destination"))
1267
1447
  OnFailure.struct_class = Types::OnFailure
1268
1448
 
@@ -1294,6 +1474,7 @@ module Aws::Lambda
1294
1474
 
1295
1475
  ProvisionedPollerConfig.add_member(:minimum_pollers, Shapes::ShapeRef.new(shape: MinimumNumberOfPollers, location_name: "MinimumPollers"))
1296
1476
  ProvisionedPollerConfig.add_member(:maximum_pollers, Shapes::ShapeRef.new(shape: MaximumNumberOfPollers, location_name: "MaximumPollers"))
1477
+ ProvisionedPollerConfig.add_member(:poller_group_name, Shapes::ShapeRef.new(shape: ProvisionedPollerGroupName, location_name: "PollerGroupName"))
1297
1478
  ProvisionedPollerConfig.struct_class = Types::ProvisionedPollerConfig
1298
1479
 
1299
1480
  PublishLayerVersionRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
@@ -1319,10 +1500,11 @@ module Aws::Lambda
1319
1500
  PublishVersionRequest.add_member(:code_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "CodeSha256"))
1320
1501
  PublishVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1321
1502
  PublishVersionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
1503
+ PublishVersionRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
1322
1504
  PublishVersionRequest.struct_class = Types::PublishVersionRequest
1323
1505
 
1324
1506
  PutFunctionCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
1325
- PutFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1507
+ PutFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
1326
1508
  PutFunctionCodeSigningConfigRequest.struct_class = Types::PutFunctionCodeSigningConfigRequest
1327
1509
 
1328
1510
  PutFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
@@ -1333,8 +1515,8 @@ module Aws::Lambda
1333
1515
  PutFunctionConcurrencyRequest.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, required: true, location_name: "ReservedConcurrentExecutions"))
1334
1516
  PutFunctionConcurrencyRequest.struct_class = Types::PutFunctionConcurrencyRequest
1335
1517
 
1336
- PutFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1337
- PutFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1518
+ PutFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
1519
+ PutFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
1338
1520
  PutFunctionEventInvokeConfigRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, location_name: "MaximumRetryAttempts"))
1339
1521
  PutFunctionEventInvokeConfigRequest.add_member(:maximum_event_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumEventAgeInSeconds, location_name: "MaximumEventAgeInSeconds"))
1340
1522
  PutFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
@@ -1347,6 +1529,14 @@ module Aws::Lambda
1347
1529
  PutFunctionRecursionConfigResponse.add_member(:recursive_loop, Shapes::ShapeRef.new(shape: RecursiveLoop, location_name: "RecursiveLoop"))
1348
1530
  PutFunctionRecursionConfigResponse.struct_class = Types::PutFunctionRecursionConfigResponse
1349
1531
 
1532
+ PutFunctionScalingConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: UnqualifiedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
1533
+ PutFunctionScalingConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: PublishedFunctionQualifier, required: true, location: "querystring", location_name: "Qualifier"))
1534
+ PutFunctionScalingConfigRequest.add_member(:function_scaling_config, Shapes::ShapeRef.new(shape: FunctionScalingConfig, location_name: "FunctionScalingConfig"))
1535
+ PutFunctionScalingConfigRequest.struct_class = Types::PutFunctionScalingConfigRequest
1536
+
1537
+ PutFunctionScalingConfigResponse.add_member(:function_state, Shapes::ShapeRef.new(shape: State, location_name: "FunctionState"))
1538
+ PutFunctionScalingConfigResponse.struct_class = Types::PutFunctionScalingConfigResponse
1539
+
1350
1540
  PutProvisionedConcurrencyConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1351
1541
  PutProvisionedConcurrencyConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, required: true, location: "querystring", location_name: "Qualifier"))
1352
1542
  PutProvisionedConcurrencyConfigRequest.add_member(:provisioned_concurrent_executions, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "ProvisionedConcurrentExecutions"))
@@ -1360,8 +1550,8 @@ module Aws::Lambda
1360
1550
  PutProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
1361
1551
  PutProvisionedConcurrencyConfigResponse.struct_class = Types::PutProvisionedConcurrencyConfigResponse
1362
1552
 
1363
- PutRuntimeManagementConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1364
- PutRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1553
+ PutRuntimeManagementConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
1554
+ PutRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
1365
1555
  PutRuntimeManagementConfigRequest.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, required: true, location_name: "UpdateRuntimeOn"))
1366
1556
  PutRuntimeManagementConfigRequest.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
1367
1557
  PutRuntimeManagementConfigRequest.struct_class = Types::PutRuntimeManagementConfigRequest
@@ -1383,9 +1573,9 @@ module Aws::Lambda
1383
1573
  RemoveLayerVersionPermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "RevisionId"))
1384
1574
  RemoveLayerVersionPermissionRequest.struct_class = Types::RemoveLayerVersionPermissionRequest
1385
1575
 
1386
- RemovePermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1576
+ RemovePermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
1387
1577
  RemovePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: NamespacedStatementId, required: true, location: "uri", location_name: "StatementId"))
1388
- RemovePermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1578
+ RemovePermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
1389
1579
  RemovePermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "RevisionId"))
1390
1580
  RemovePermissionRequest.struct_class = Types::RemovePermissionRequest
1391
1581
 
@@ -1485,6 +1675,10 @@ module Aws::Lambda
1485
1675
  TagsError.add_member(:message, Shapes::ShapeRef.new(shape: TagsErrorMessage, required: true, location_name: "Message"))
1486
1676
  TagsError.struct_class = Types::TagsError
1487
1677
 
1678
+ TargetTrackingScalingPolicy.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: CapacityProviderPredefinedMetricType, required: true, location_name: "PredefinedMetricType"))
1679
+ TargetTrackingScalingPolicy.add_member(:target_value, Shapes::ShapeRef.new(shape: MetricTargetValue, required: true, location_name: "TargetValue"))
1680
+ TargetTrackingScalingPolicy.struct_class = Types::TargetTrackingScalingPolicy
1681
+
1488
1682
  TenancyConfig.add_member(:tenant_isolation_mode, Shapes::ShapeRef.new(shape: TenantIsolationMode, required: true, location_name: "TenantIsolationMode"))
1489
1683
  TenancyConfig.struct_class = Types::TenancyConfig
1490
1684
 
@@ -1512,12 +1706,19 @@ module Aws::Lambda
1512
1706
 
1513
1707
  UpdateAliasRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1514
1708
  UpdateAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
1515
- UpdateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: Version, location_name: "FunctionVersion"))
1709
+ UpdateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, location_name: "FunctionVersion"))
1516
1710
  UpdateAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1517
1711
  UpdateAliasRequest.add_member(:routing_config, Shapes::ShapeRef.new(shape: AliasRoutingConfiguration, location_name: "RoutingConfig"))
1518
1712
  UpdateAliasRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
1519
1713
  UpdateAliasRequest.struct_class = Types::UpdateAliasRequest
1520
1714
 
1715
+ UpdateCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location: "uri", location_name: "CapacityProviderName"))
1716
+ UpdateCapacityProviderRequest.add_member(:capacity_provider_scaling_config, Shapes::ShapeRef.new(shape: CapacityProviderScalingConfig, location_name: "CapacityProviderScalingConfig"))
1717
+ UpdateCapacityProviderRequest.struct_class = Types::UpdateCapacityProviderRequest
1718
+
1719
+ UpdateCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
1720
+ UpdateCapacityProviderResponse.struct_class = Types::UpdateCapacityProviderResponse
1721
+
1521
1722
  UpdateCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
1522
1723
  UpdateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1523
1724
  UpdateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, location_name: "AllowedPublishers"))
@@ -1528,7 +1729,7 @@ module Aws::Lambda
1528
1729
  UpdateCodeSigningConfigResponse.struct_class = Types::UpdateCodeSigningConfigResponse
1529
1730
 
1530
1731
  UpdateEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
1531
- UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, location_name: "FunctionName"))
1732
+ UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location_name: "FunctionName"))
1532
1733
  UpdateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
1533
1734
  UpdateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
1534
1735
  UpdateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
@@ -1561,6 +1762,7 @@ module Aws::Lambda
1561
1762
  UpdateFunctionCodeRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
1562
1763
  UpdateFunctionCodeRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
1563
1764
  UpdateFunctionCodeRequest.add_member(:source_kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "SourceKMSKeyArn"))
1765
+ UpdateFunctionCodeRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
1564
1766
  UpdateFunctionCodeRequest.struct_class = Types::UpdateFunctionCodeRequest
1565
1767
 
1566
1768
  UpdateFunctionConfigurationRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
@@ -1582,10 +1784,11 @@ module Aws::Lambda
1582
1784
  UpdateFunctionConfigurationRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
1583
1785
  UpdateFunctionConfigurationRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
1584
1786
  UpdateFunctionConfigurationRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
1787
+ UpdateFunctionConfigurationRequest.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
1585
1788
  UpdateFunctionConfigurationRequest.struct_class = Types::UpdateFunctionConfigurationRequest
1586
1789
 
1587
- UpdateFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
1588
- UpdateFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
1790
+ UpdateFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
1791
+ UpdateFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
1589
1792
  UpdateFunctionEventInvokeConfigRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, location_name: "MaximumRetryAttempts"))
1590
1793
  UpdateFunctionEventInvokeConfigRequest.add_member(:maximum_event_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumEventAgeInSeconds, location_name: "MaximumEventAgeInSeconds"))
1591
1794
  UpdateFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
@@ -1680,6 +1883,19 @@ module Aws::Lambda
1680
1883
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1681
1884
  end)
1682
1885
 
1886
+ api.add_operation(:create_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
1887
+ o.name = "CreateCapacityProvider"
1888
+ o.http_method = "POST"
1889
+ o.http_request_uri = "/2025-11-30/capacity-providers"
1890
+ o.input = Shapes::ShapeRef.new(shape: CreateCapacityProviderRequest)
1891
+ o.output = Shapes::ShapeRef.new(shape: CreateCapacityProviderResponse)
1892
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1893
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1894
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1895
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1896
+ o.errors << Shapes::ShapeRef.new(shape: CapacityProviderLimitExceededException)
1897
+ end)
1898
+
1683
1899
  api.add_operation(:create_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1684
1900
  o.name = "CreateCodeSigningConfig"
1685
1901
  o.http_method = "POST"
@@ -1718,6 +1934,7 @@ module Aws::Lambda
1718
1934
  o.errors << Shapes::ShapeRef.new(shape: CodeVerificationFailedException)
1719
1935
  o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
1720
1936
  o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
1937
+ o.errors << Shapes::ShapeRef.new(shape: FunctionVersionsPerCapacityProviderLimitExceededException)
1721
1938
  end)
1722
1939
 
1723
1940
  api.add_operation(:create_function_url_config, Seahorse::Model::Operation.new.tap do |o|
@@ -1745,6 +1962,19 @@ module Aws::Lambda
1745
1962
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1746
1963
  end)
1747
1964
 
1965
+ api.add_operation(:delete_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
1966
+ o.name = "DeleteCapacityProvider"
1967
+ o.http_method = "DELETE"
1968
+ o.http_request_uri = "/2025-11-30/capacity-providers/{CapacityProviderName}"
1969
+ o.input = Shapes::ShapeRef.new(shape: DeleteCapacityProviderRequest)
1970
+ o.output = Shapes::ShapeRef.new(shape: DeleteCapacityProviderResponse)
1971
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1972
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1973
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1974
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1975
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1976
+ end)
1977
+
1748
1978
  api.add_operation(:delete_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1749
1979
  o.name = "DeleteCodeSigningConfig"
1750
1980
  o.http_method = "DELETE"
@@ -1776,7 +2006,7 @@ module Aws::Lambda
1776
2006
  o.http_method = "DELETE"
1777
2007
  o.http_request_uri = "/2015-03-31/functions/{FunctionName}"
1778
2008
  o.input = Shapes::ShapeRef.new(shape: DeleteFunctionRequest)
1779
- o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2009
+ o.output = Shapes::ShapeRef.new(shape: DeleteFunctionResponse)
1780
2010
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
1781
2011
  o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
1782
2012
  o.errors << Shapes::ShapeRef.new(shape: ServiceException)
@@ -1881,6 +2111,18 @@ module Aws::Lambda
1881
2111
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1882
2112
  end)
1883
2113
 
2114
+ api.add_operation(:get_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
2115
+ o.name = "GetCapacityProvider"
2116
+ o.http_method = "GET"
2117
+ o.http_request_uri = "/2025-11-30/capacity-providers/{CapacityProviderName}"
2118
+ o.input = Shapes::ShapeRef.new(shape: GetCapacityProviderRequest)
2119
+ o.output = Shapes::ShapeRef.new(shape: GetCapacityProviderResponse)
2120
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2121
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2122
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2123
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2124
+ end)
2125
+
1884
2126
  api.add_operation(:get_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
1885
2127
  o.name = "GetCodeSigningConfig"
1886
2128
  o.http_method = "GET"
@@ -1976,6 +2218,18 @@ module Aws::Lambda
1976
2218
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1977
2219
  end)
1978
2220
 
2221
+ api.add_operation(:get_function_scaling_config, Seahorse::Model::Operation.new.tap do |o|
2222
+ o.name = "GetFunctionScalingConfig"
2223
+ o.http_method = "GET"
2224
+ o.http_request_uri = "/2025-11-30/functions/{FunctionName}/function-scaling-config"
2225
+ o.input = Shapes::ShapeRef.new(shape: GetFunctionScalingConfigRequest)
2226
+ o.output = Shapes::ShapeRef.new(shape: GetFunctionScalingConfigResponse)
2227
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2228
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2229
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2230
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2231
+ end)
2232
+
1979
2233
  api.add_operation(:get_function_url_config, Seahorse::Model::Operation.new.tap do |o|
1980
2234
  o.name = "GetFunctionUrlConfig"
1981
2235
  o.http_method = "GET"
@@ -2080,6 +2334,7 @@ module Aws::Lambda
2080
2334
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedMediaTypeException)
2081
2335
  o.errors << Shapes::ShapeRef.new(shape: SerializedRequestEntityTooLargeException)
2082
2336
  o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
2337
+ o.errors << Shapes::ShapeRef.new(shape: NoPublishedVersionException)
2083
2338
  o.errors << Shapes::ShapeRef.new(shape: EC2UnexpectedException)
2084
2339
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
2085
2340
  o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundException)
@@ -2133,6 +2388,7 @@ module Aws::Lambda
2133
2388
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedMediaTypeException)
2134
2389
  o.errors << Shapes::ShapeRef.new(shape: SerializedRequestEntityTooLargeException)
2135
2390
  o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
2391
+ o.errors << Shapes::ShapeRef.new(shape: NoPublishedVersionException)
2136
2392
  o.errors << Shapes::ShapeRef.new(shape: EC2UnexpectedException)
2137
2393
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
2138
2394
  o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundException)
@@ -2171,6 +2427,23 @@ module Aws::Lambda
2171
2427
  )
2172
2428
  end)
2173
2429
 
2430
+ api.add_operation(:list_capacity_providers, Seahorse::Model::Operation.new.tap do |o|
2431
+ o.name = "ListCapacityProviders"
2432
+ o.http_method = "GET"
2433
+ o.http_request_uri = "/2025-11-30/capacity-providers"
2434
+ o.input = Shapes::ShapeRef.new(shape: ListCapacityProvidersRequest)
2435
+ o.output = Shapes::ShapeRef.new(shape: ListCapacityProvidersResponse)
2436
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2437
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2438
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2439
+ o[:pager] = Aws::Pager.new(
2440
+ limit_key: "max_items",
2441
+ tokens: {
2442
+ "next_marker" => "marker"
2443
+ }
2444
+ )
2445
+ end)
2446
+
2174
2447
  api.add_operation(:list_code_signing_configs, Seahorse::Model::Operation.new.tap do |o|
2175
2448
  o.name = "ListCodeSigningConfigs"
2176
2449
  o.http_method = "GET"
@@ -2241,6 +2514,24 @@ module Aws::Lambda
2241
2514
  )
2242
2515
  end)
2243
2516
 
2517
+ api.add_operation(:list_function_versions_by_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
2518
+ o.name = "ListFunctionVersionsByCapacityProvider"
2519
+ o.http_method = "GET"
2520
+ o.http_request_uri = "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions"
2521
+ o.input = Shapes::ShapeRef.new(shape: ListFunctionVersionsByCapacityProviderRequest)
2522
+ o.output = Shapes::ShapeRef.new(shape: ListFunctionVersionsByCapacityProviderResponse)
2523
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2524
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2525
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2526
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2527
+ o[:pager] = Aws::Pager.new(
2528
+ limit_key: "max_items",
2529
+ tokens: {
2530
+ "next_marker" => "marker"
2531
+ }
2532
+ )
2533
+ end)
2534
+
2244
2535
  api.add_operation(:list_functions, Seahorse::Model::Operation.new.tap do |o|
2245
2536
  o.name = "ListFunctions"
2246
2537
  o.http_method = "GET"
@@ -2384,6 +2675,7 @@ module Aws::Lambda
2384
2675
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2385
2676
  o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
2386
2677
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
2678
+ o.errors << Shapes::ShapeRef.new(shape: FunctionVersionsPerCapacityProviderLimitExceededException)
2387
2679
  end)
2388
2680
 
2389
2681
  api.add_operation(:put_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
@@ -2439,6 +2731,19 @@ module Aws::Lambda
2439
2731
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2440
2732
  end)
2441
2733
 
2734
+ api.add_operation(:put_function_scaling_config, Seahorse::Model::Operation.new.tap do |o|
2735
+ o.name = "PutFunctionScalingConfig"
2736
+ o.http_method = "PUT"
2737
+ o.http_request_uri = "/2025-11-30/functions/{FunctionName}/function-scaling-config"
2738
+ o.input = Shapes::ShapeRef.new(shape: PutFunctionScalingConfigRequest)
2739
+ o.output = Shapes::ShapeRef.new(shape: PutFunctionScalingConfigResponse)
2740
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2741
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
2742
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2743
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2744
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2745
+ end)
2746
+
2442
2747
  api.add_operation(:put_provisioned_concurrency_config, Seahorse::Model::Operation.new.tap do |o|
2443
2748
  o.name = "PutProvisionedConcurrencyConfig"
2444
2749
  o.http_method = "PUT"
@@ -2531,6 +2836,19 @@ module Aws::Lambda
2531
2836
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
2532
2837
  end)
2533
2838
 
2839
+ api.add_operation(:update_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
2840
+ o.name = "UpdateCapacityProvider"
2841
+ o.http_method = "PUT"
2842
+ o.http_request_uri = "/2025-11-30/capacity-providers/{CapacityProviderName}"
2843
+ o.input = Shapes::ShapeRef.new(shape: UpdateCapacityProviderRequest)
2844
+ o.output = Shapes::ShapeRef.new(shape: UpdateCapacityProviderResponse)
2845
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2846
+ o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
2847
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2848
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2849
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2850
+ end)
2851
+
2534
2852
  api.add_operation(:update_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
2535
2853
  o.name = "UpdateCodeSigningConfig"
2536
2854
  o.http_method = "PUT"