aws-sdk-lambda 1.167.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +594 -70
- data/lib/aws-sdk-lambda/client_api.rb +349 -33
- data/lib/aws-sdk-lambda/errors.rb +63 -0
- data/lib/aws-sdk-lambda/types.rb +683 -19
- data/lib/aws-sdk-lambda.rb +1 -1
- data/sig/client.rbs +179 -19
- data/sig/errors.rbs +12 -0
- data/sig/types.rbs +199 -3
- metadata +1 -1
|
@@ -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')
|
|
@@ -296,12 +342,15 @@ module Aws::Lambda
|
|
|
296
342
|
PublishLayerVersionRequest = Shapes::StructureShape.new(name: 'PublishLayerVersionRequest')
|
|
297
343
|
PublishLayerVersionResponse = Shapes::StructureShape.new(name: 'PublishLayerVersionResponse')
|
|
298
344
|
PublishVersionRequest = Shapes::StructureShape.new(name: 'PublishVersionRequest')
|
|
345
|
+
PublishedFunctionQualifier = Shapes::StringShape.new(name: 'PublishedFunctionQualifier')
|
|
299
346
|
PutFunctionCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigRequest')
|
|
300
347
|
PutFunctionCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigResponse')
|
|
301
348
|
PutFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'PutFunctionConcurrencyRequest')
|
|
302
349
|
PutFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionEventInvokeConfigRequest')
|
|
303
350
|
PutFunctionRecursionConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionRecursionConfigRequest')
|
|
304
351
|
PutFunctionRecursionConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionRecursionConfigResponse')
|
|
352
|
+
PutFunctionScalingConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionScalingConfigRequest')
|
|
353
|
+
PutFunctionScalingConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionScalingConfigResponse')
|
|
305
354
|
PutProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigRequest')
|
|
306
355
|
PutProvisionedConcurrencyConfigResponse = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigResponse')
|
|
307
356
|
PutRuntimeManagementConfigRequest = Shapes::StructureShape.new(name: 'PutRuntimeManagementConfigRequest')
|
|
@@ -370,6 +419,7 @@ module Aws::Lambda
|
|
|
370
419
|
TagsError = Shapes::StructureShape.new(name: 'TagsError')
|
|
371
420
|
TagsErrorCode = Shapes::StringShape.new(name: 'TagsErrorCode')
|
|
372
421
|
TagsErrorMessage = Shapes::StringShape.new(name: 'TagsErrorMessage')
|
|
422
|
+
TargetTrackingScalingPolicy = Shapes::StructureShape.new(name: 'TargetTrackingScalingPolicy')
|
|
373
423
|
TenancyConfig = Shapes::StructureShape.new(name: 'TenancyConfig')
|
|
374
424
|
TenantId = Shapes::StringShape.new(name: 'TenantId')
|
|
375
425
|
TenantIsolationMode = Shapes::StringShape.new(name: 'TenantIsolationMode')
|
|
@@ -389,6 +439,8 @@ module Aws::Lambda
|
|
|
389
439
|
UnsupportedMediaTypeException = Shapes::StructureShape.new(name: 'UnsupportedMediaTypeException')
|
|
390
440
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
391
441
|
UpdateAliasRequest = Shapes::StructureShape.new(name: 'UpdateAliasRequest')
|
|
442
|
+
UpdateCapacityProviderRequest = Shapes::StructureShape.new(name: 'UpdateCapacityProviderRequest')
|
|
443
|
+
UpdateCapacityProviderResponse = Shapes::StructureShape.new(name: 'UpdateCapacityProviderResponse')
|
|
392
444
|
UpdateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigRequest')
|
|
393
445
|
UpdateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigResponse')
|
|
394
446
|
UpdateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'UpdateEventSourceMappingRequest')
|
|
@@ -399,6 +451,7 @@ module Aws::Lambda
|
|
|
399
451
|
UpdateFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'UpdateFunctionUrlConfigResponse')
|
|
400
452
|
UpdateRuntimeOn = Shapes::StringShape.new(name: 'UpdateRuntimeOn')
|
|
401
453
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
454
|
+
VersionWithLatestPublished = Shapes::StringShape.new(name: 'VersionWithLatestPublished')
|
|
402
455
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
|
403
456
|
VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
|
|
404
457
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
|
@@ -429,14 +482,14 @@ module Aws::Lambda
|
|
|
429
482
|
AddLayerVersionPermissionResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
430
483
|
AddLayerVersionPermissionResponse.struct_class = Types::AddLayerVersionPermissionResponse
|
|
431
484
|
|
|
432
|
-
AddPermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
485
|
+
AddPermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
433
486
|
AddPermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location_name: "StatementId"))
|
|
434
487
|
AddPermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
|
|
435
488
|
AddPermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "Principal"))
|
|
436
489
|
AddPermissionRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceArn"))
|
|
437
490
|
AddPermissionRequest.add_member(:source_account, Shapes::ShapeRef.new(shape: SourceOwner, location_name: "SourceAccount"))
|
|
438
491
|
AddPermissionRequest.add_member(:event_source_token, Shapes::ShapeRef.new(shape: EventSourceToken, location_name: "EventSourceToken"))
|
|
439
|
-
AddPermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
492
|
+
AddPermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
440
493
|
AddPermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
441
494
|
AddPermissionRequest.add_member(:principal_org_id, Shapes::ShapeRef.new(shape: PrincipalOrgID, location_name: "PrincipalOrgID"))
|
|
442
495
|
AddPermissionRequest.add_member(:function_url_auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "FunctionUrlAuthType"))
|
|
@@ -475,6 +528,43 @@ module Aws::Lambda
|
|
|
475
528
|
|
|
476
529
|
ArchitecturesList.member = Shapes::ShapeRef.new(shape: Architecture)
|
|
477
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
|
+
|
|
478
568
|
CodeSigningConfig.add_member(:code_signing_config_id, Shapes::ShapeRef.new(shape: CodeSigningConfigId, required: true, location_name: "CodeSigningConfigId"))
|
|
479
569
|
CodeSigningConfig.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
|
|
480
570
|
CodeSigningConfig.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
@@ -517,11 +607,23 @@ module Aws::Lambda
|
|
|
517
607
|
|
|
518
608
|
CreateAliasRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
519
609
|
CreateAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location_name: "Name"))
|
|
520
|
-
CreateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape:
|
|
610
|
+
CreateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, required: true, location_name: "FunctionVersion"))
|
|
521
611
|
CreateAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
522
612
|
CreateAliasRequest.add_member(:routing_config, Shapes::ShapeRef.new(shape: AliasRoutingConfiguration, location_name: "RoutingConfig"))
|
|
523
613
|
CreateAliasRequest.struct_class = Types::CreateAliasRequest
|
|
524
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
|
+
|
|
525
627
|
CreateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
526
628
|
CreateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, required: true, location_name: "AllowedPublishers"))
|
|
527
629
|
CreateCodeSigningConfigRequest.add_member(:code_signing_policies, Shapes::ShapeRef.new(shape: CodeSigningPolicies, location_name: "CodeSigningPolicies"))
|
|
@@ -532,7 +634,7 @@ module Aws::Lambda
|
|
|
532
634
|
CreateCodeSigningConfigResponse.struct_class = Types::CreateCodeSigningConfigResponse
|
|
533
635
|
|
|
534
636
|
CreateEventSourceMappingRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
|
|
535
|
-
CreateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
637
|
+
CreateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location_name: "FunctionName"))
|
|
536
638
|
CreateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
|
|
537
639
|
CreateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
538
640
|
CreateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
|
|
@@ -584,6 +686,8 @@ module Aws::Lambda
|
|
|
584
686
|
CreateFunctionRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
|
585
687
|
CreateFunctionRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
|
|
586
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"))
|
|
587
691
|
CreateFunctionRequest.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
588
692
|
CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
|
|
589
693
|
|
|
@@ -609,6 +713,12 @@ module Aws::Lambda
|
|
|
609
713
|
DeleteAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
|
|
610
714
|
DeleteAliasRequest.struct_class = Types::DeleteAliasRequest
|
|
611
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
|
+
|
|
612
722
|
DeleteCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
|
|
613
723
|
DeleteCodeSigningConfigRequest.struct_class = Types::DeleteCodeSigningConfigRequest
|
|
614
724
|
|
|
@@ -617,20 +727,23 @@ module Aws::Lambda
|
|
|
617
727
|
DeleteEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
|
|
618
728
|
DeleteEventSourceMappingRequest.struct_class = Types::DeleteEventSourceMappingRequest
|
|
619
729
|
|
|
620
|
-
DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
730
|
+
DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
621
731
|
DeleteFunctionCodeSigningConfigRequest.struct_class = Types::DeleteFunctionCodeSigningConfigRequest
|
|
622
732
|
|
|
623
733
|
DeleteFunctionConcurrencyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
624
734
|
DeleteFunctionConcurrencyRequest.struct_class = Types::DeleteFunctionConcurrencyRequest
|
|
625
735
|
|
|
626
|
-
DeleteFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
627
|
-
DeleteFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
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"))
|
|
628
738
|
DeleteFunctionEventInvokeConfigRequest.struct_class = Types::DeleteFunctionEventInvokeConfigRequest
|
|
629
739
|
|
|
630
|
-
DeleteFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
631
|
-
DeleteFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
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"))
|
|
632
742
|
DeleteFunctionRequest.struct_class = Types::DeleteFunctionRequest
|
|
633
743
|
|
|
744
|
+
DeleteFunctionResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "StatusCode"))
|
|
745
|
+
DeleteFunctionResponse.struct_class = Types::DeleteFunctionResponse
|
|
746
|
+
|
|
634
747
|
DeleteFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
635
748
|
DeleteFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
636
749
|
DeleteFunctionUrlConfigRequest.struct_class = Types::DeleteFunctionUrlConfigRequest
|
|
@@ -819,6 +932,8 @@ module Aws::Lambda
|
|
|
819
932
|
FunctionConfiguration.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStartResponse, location_name: "SnapStart"))
|
|
820
933
|
FunctionConfiguration.add_member(:runtime_version_config, Shapes::ShapeRef.new(shape: RuntimeVersionConfig, location_name: "RuntimeVersionConfig"))
|
|
821
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"))
|
|
822
937
|
FunctionConfiguration.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
823
938
|
FunctionConfiguration.struct_class = Types::FunctionConfiguration
|
|
824
939
|
|
|
@@ -835,6 +950,10 @@ module Aws::Lambda
|
|
|
835
950
|
|
|
836
951
|
FunctionResponseTypeList.member = Shapes::ShapeRef.new(shape: FunctionResponseType)
|
|
837
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
|
+
|
|
838
957
|
FunctionUrlConfig.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
|
|
839
958
|
FunctionUrlConfig.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
|
|
840
959
|
FunctionUrlConfig.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
|
@@ -846,6 +965,16 @@ module Aws::Lambda
|
|
|
846
965
|
|
|
847
966
|
FunctionUrlConfigList.member = Shapes::ShapeRef.new(shape: FunctionUrlConfig)
|
|
848
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
|
+
|
|
849
978
|
GetAccountSettingsRequest.struct_class = Types::GetAccountSettingsRequest
|
|
850
979
|
|
|
851
980
|
GetAccountSettingsResponse.add_member(:account_limit, Shapes::ShapeRef.new(shape: AccountLimit, location_name: "AccountLimit"))
|
|
@@ -856,6 +985,12 @@ module Aws::Lambda
|
|
|
856
985
|
GetAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
|
|
857
986
|
GetAliasRequest.struct_class = Types::GetAliasRequest
|
|
858
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
|
+
|
|
859
994
|
GetCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
|
|
860
995
|
GetCodeSigningConfigRequest.struct_class = Types::GetCodeSigningConfigRequest
|
|
861
996
|
|
|
@@ -865,7 +1000,7 @@ module Aws::Lambda
|
|
|
865
1000
|
GetEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
|
|
866
1001
|
GetEventSourceMappingRequest.struct_class = Types::GetEventSourceMappingRequest
|
|
867
1002
|
|
|
868
|
-
GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1003
|
+
GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
869
1004
|
GetFunctionCodeSigningConfigRequest.struct_class = Types::GetFunctionCodeSigningConfigRequest
|
|
870
1005
|
|
|
871
1006
|
GetFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
|
|
@@ -879,11 +1014,11 @@ module Aws::Lambda
|
|
|
879
1014
|
GetFunctionConcurrencyResponse.struct_class = Types::GetFunctionConcurrencyResponse
|
|
880
1015
|
|
|
881
1016
|
GetFunctionConfigurationRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
882
|
-
GetFunctionConfigurationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1017
|
+
GetFunctionConfigurationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
883
1018
|
GetFunctionConfigurationRequest.struct_class = Types::GetFunctionConfigurationRequest
|
|
884
1019
|
|
|
885
|
-
GetFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
886
|
-
GetFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
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"))
|
|
887
1022
|
GetFunctionEventInvokeConfigRequest.struct_class = Types::GetFunctionEventInvokeConfigRequest
|
|
888
1023
|
|
|
889
1024
|
GetFunctionRecursionConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: UnqualifiedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -893,7 +1028,7 @@ module Aws::Lambda
|
|
|
893
1028
|
GetFunctionRecursionConfigResponse.struct_class = Types::GetFunctionRecursionConfigResponse
|
|
894
1029
|
|
|
895
1030
|
GetFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
896
|
-
GetFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1031
|
+
GetFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
897
1032
|
GetFunctionRequest.struct_class = Types::GetFunctionRequest
|
|
898
1033
|
|
|
899
1034
|
GetFunctionResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: FunctionConfiguration, location_name: "Configuration"))
|
|
@@ -903,6 +1038,15 @@ module Aws::Lambda
|
|
|
903
1038
|
GetFunctionResponse.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, location_name: "Concurrency"))
|
|
904
1039
|
GetFunctionResponse.struct_class = Types::GetFunctionResponse
|
|
905
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
|
+
|
|
906
1050
|
GetFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
907
1051
|
GetFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
908
1052
|
GetFunctionUrlConfigRequest.struct_class = Types::GetFunctionUrlConfigRequest
|
|
@@ -943,7 +1087,7 @@ module Aws::Lambda
|
|
|
943
1087
|
GetLayerVersionResponse.struct_class = Types::GetLayerVersionResponse
|
|
944
1088
|
|
|
945
1089
|
GetPolicyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
946
|
-
GetPolicyRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1090
|
+
GetPolicyRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
947
1091
|
GetPolicyRequest.struct_class = Types::GetPolicyRequest
|
|
948
1092
|
|
|
949
1093
|
GetPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: String, location_name: "Policy"))
|
|
@@ -963,7 +1107,7 @@ module Aws::Lambda
|
|
|
963
1107
|
GetProvisionedConcurrencyConfigResponse.struct_class = Types::GetProvisionedConcurrencyConfigResponse
|
|
964
1108
|
|
|
965
1109
|
GetRuntimeManagementConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
966
|
-
GetRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1110
|
+
GetRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
967
1111
|
GetRuntimeManagementConfigRequest.struct_class = Types::GetRuntimeManagementConfigRequest
|
|
968
1112
|
|
|
969
1113
|
GetRuntimeManagementConfigResponse.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, location_name: "UpdateRuntimeOn"))
|
|
@@ -986,6 +1130,13 @@ module Aws::Lambda
|
|
|
986
1130
|
ImageConfigResponse.add_member(:error, Shapes::ShapeRef.new(shape: ImageConfigError, location_name: "Error"))
|
|
987
1131
|
ImageConfigResponse.struct_class = Types::ImageConfigResponse
|
|
988
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
|
+
|
|
989
1140
|
InvalidCodeSignatureException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
990
1141
|
InvalidCodeSignatureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
991
1142
|
InvalidCodeSignatureException.struct_class = Types::InvalidCodeSignatureException
|
|
@@ -1019,7 +1170,7 @@ module Aws::Lambda
|
|
|
1019
1170
|
InvocationRequest.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location: "header", location_name: "X-Amz-Log-Type"))
|
|
1020
1171
|
InvocationRequest.add_member(:client_context, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Amz-Client-Context"))
|
|
1021
1172
|
InvocationRequest.add_member(:payload, Shapes::ShapeRef.new(shape: Blob, location_name: "Payload"))
|
|
1022
|
-
InvocationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1173
|
+
InvocationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1023
1174
|
InvocationRequest.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location: "header", location_name: "X-Amz-Tenant-Id"))
|
|
1024
1175
|
InvocationRequest.struct_class = Types::InvocationRequest
|
|
1025
1176
|
InvocationRequest[:payload] = :payload
|
|
@@ -1055,7 +1206,7 @@ module Aws::Lambda
|
|
|
1055
1206
|
InvokeWithResponseStreamRequest.add_member(:invocation_type, Shapes::ShapeRef.new(shape: ResponseStreamingInvocationType, location: "header", location_name: "X-Amz-Invocation-Type"))
|
|
1056
1207
|
InvokeWithResponseStreamRequest.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location: "header", location_name: "X-Amz-Log-Type"))
|
|
1057
1208
|
InvokeWithResponseStreamRequest.add_member(:client_context, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Amz-Client-Context"))
|
|
1058
|
-
InvokeWithResponseStreamRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1209
|
+
InvokeWithResponseStreamRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1059
1210
|
InvokeWithResponseStreamRequest.add_member(:payload, Shapes::ShapeRef.new(shape: Blob, location_name: "Payload"))
|
|
1060
1211
|
InvokeWithResponseStreamRequest.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location: "header", location_name: "X-Amz-Tenant-Id"))
|
|
1061
1212
|
InvokeWithResponseStreamRequest.struct_class = Types::InvokeWithResponseStreamRequest
|
|
@@ -1107,6 +1258,11 @@ module Aws::Lambda
|
|
|
1107
1258
|
|
|
1108
1259
|
KafkaSchemaValidationConfigList.member = Shapes::ShapeRef.new(shape: KafkaSchemaValidationConfig)
|
|
1109
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
|
+
|
|
1110
1266
|
Layer.add_member(:arn, Shapes::ShapeRef.new(shape: LayerVersionArn, location_name: "Arn"))
|
|
1111
1267
|
Layer.add_member(:code_size, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSize"))
|
|
1112
1268
|
Layer.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
|
|
@@ -1149,7 +1305,7 @@ module Aws::Lambda
|
|
|
1149
1305
|
LayersReferenceList.member = Shapes::ShapeRef.new(shape: Layer)
|
|
1150
1306
|
|
|
1151
1307
|
ListAliasesRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1152
|
-
ListAliasesRequest.add_member(:function_version, Shapes::ShapeRef.new(shape:
|
|
1308
|
+
ListAliasesRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, location: "querystring", location_name: "FunctionVersion"))
|
|
1153
1309
|
ListAliasesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1154
1310
|
ListAliasesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
|
|
1155
1311
|
ListAliasesRequest.struct_class = Types::ListAliasesRequest
|
|
@@ -1158,6 +1314,15 @@ module Aws::Lambda
|
|
|
1158
1314
|
ListAliasesResponse.add_member(:aliases, Shapes::ShapeRef.new(shape: AliasList, location_name: "Aliases"))
|
|
1159
1315
|
ListAliasesResponse.struct_class = Types::ListAliasesResponse
|
|
1160
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
|
+
|
|
1161
1326
|
ListCodeSigningConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1162
1327
|
ListCodeSigningConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
|
|
1163
1328
|
ListCodeSigningConfigsRequest.struct_class = Types::ListCodeSigningConfigsRequest
|
|
@@ -1167,7 +1332,7 @@ module Aws::Lambda
|
|
|
1167
1332
|
ListCodeSigningConfigsResponse.struct_class = Types::ListCodeSigningConfigsResponse
|
|
1168
1333
|
|
|
1169
1334
|
ListEventSourceMappingsRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "EventSourceArn"))
|
|
1170
|
-
ListEventSourceMappingsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1335
|
+
ListEventSourceMappingsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location: "querystring", location_name: "FunctionName"))
|
|
1171
1336
|
ListEventSourceMappingsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1172
1337
|
ListEventSourceMappingsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
|
|
1173
1338
|
ListEventSourceMappingsRequest.struct_class = Types::ListEventSourceMappingsRequest
|
|
@@ -1176,7 +1341,7 @@ module Aws::Lambda
|
|
|
1176
1341
|
ListEventSourceMappingsResponse.add_member(:event_source_mappings, Shapes::ShapeRef.new(shape: EventSourceMappingsList, location_name: "EventSourceMappings"))
|
|
1177
1342
|
ListEventSourceMappingsResponse.struct_class = Types::ListEventSourceMappingsResponse
|
|
1178
1343
|
|
|
1179
|
-
ListFunctionEventInvokeConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1344
|
+
ListFunctionEventInvokeConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1180
1345
|
ListFunctionEventInvokeConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1181
1346
|
ListFunctionEventInvokeConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxFunctionEventInvokeConfigListItems, location: "querystring", location_name: "MaxItems"))
|
|
1182
1347
|
ListFunctionEventInvokeConfigsRequest.struct_class = Types::ListFunctionEventInvokeConfigsRequest
|
|
@@ -1194,6 +1359,16 @@ module Aws::Lambda
|
|
|
1194
1359
|
ListFunctionUrlConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1195
1360
|
ListFunctionUrlConfigsResponse.struct_class = Types::ListFunctionUrlConfigsResponse
|
|
1196
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
|
+
|
|
1197
1372
|
ListFunctionsByCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
|
|
1198
1373
|
ListFunctionsByCodeSigningConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1199
1374
|
ListFunctionsByCodeSigningConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
|
|
@@ -1264,6 +1439,10 @@ module Aws::Lambda
|
|
|
1264
1439
|
LoggingConfig.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
|
|
1265
1440
|
LoggingConfig.struct_class = Types::LoggingConfig
|
|
1266
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
|
+
|
|
1267
1446
|
OnFailure.add_member(:destination, Shapes::ShapeRef.new(shape: DestinationArn, location_name: "Destination"))
|
|
1268
1447
|
OnFailure.struct_class = Types::OnFailure
|
|
1269
1448
|
|
|
@@ -1321,10 +1500,11 @@ module Aws::Lambda
|
|
|
1321
1500
|
PublishVersionRequest.add_member(:code_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "CodeSha256"))
|
|
1322
1501
|
PublishVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1323
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"))
|
|
1324
1504
|
PublishVersionRequest.struct_class = Types::PublishVersionRequest
|
|
1325
1505
|
|
|
1326
1506
|
PutFunctionCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
|
|
1327
|
-
PutFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1507
|
+
PutFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1328
1508
|
PutFunctionCodeSigningConfigRequest.struct_class = Types::PutFunctionCodeSigningConfigRequest
|
|
1329
1509
|
|
|
1330
1510
|
PutFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
|
|
@@ -1335,8 +1515,8 @@ module Aws::Lambda
|
|
|
1335
1515
|
PutFunctionConcurrencyRequest.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, required: true, location_name: "ReservedConcurrentExecutions"))
|
|
1336
1516
|
PutFunctionConcurrencyRequest.struct_class = Types::PutFunctionConcurrencyRequest
|
|
1337
1517
|
|
|
1338
|
-
PutFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1339
|
-
PutFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
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"))
|
|
1340
1520
|
PutFunctionEventInvokeConfigRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, location_name: "MaximumRetryAttempts"))
|
|
1341
1521
|
PutFunctionEventInvokeConfigRequest.add_member(:maximum_event_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumEventAgeInSeconds, location_name: "MaximumEventAgeInSeconds"))
|
|
1342
1522
|
PutFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
|
@@ -1349,6 +1529,14 @@ module Aws::Lambda
|
|
|
1349
1529
|
PutFunctionRecursionConfigResponse.add_member(:recursive_loop, Shapes::ShapeRef.new(shape: RecursiveLoop, location_name: "RecursiveLoop"))
|
|
1350
1530
|
PutFunctionRecursionConfigResponse.struct_class = Types::PutFunctionRecursionConfigResponse
|
|
1351
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
|
+
|
|
1352
1540
|
PutProvisionedConcurrencyConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1353
1541
|
PutProvisionedConcurrencyConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, required: true, location: "querystring", location_name: "Qualifier"))
|
|
1354
1542
|
PutProvisionedConcurrencyConfigRequest.add_member(:provisioned_concurrent_executions, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "ProvisionedConcurrentExecutions"))
|
|
@@ -1362,8 +1550,8 @@ module Aws::Lambda
|
|
|
1362
1550
|
PutProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
|
|
1363
1551
|
PutProvisionedConcurrencyConfigResponse.struct_class = Types::PutProvisionedConcurrencyConfigResponse
|
|
1364
1552
|
|
|
1365
|
-
PutRuntimeManagementConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1366
|
-
PutRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
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"))
|
|
1367
1555
|
PutRuntimeManagementConfigRequest.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, required: true, location_name: "UpdateRuntimeOn"))
|
|
1368
1556
|
PutRuntimeManagementConfigRequest.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
|
1369
1557
|
PutRuntimeManagementConfigRequest.struct_class = Types::PutRuntimeManagementConfigRequest
|
|
@@ -1385,9 +1573,9 @@ module Aws::Lambda
|
|
|
1385
1573
|
RemoveLayerVersionPermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "RevisionId"))
|
|
1386
1574
|
RemoveLayerVersionPermissionRequest.struct_class = Types::RemoveLayerVersionPermissionRequest
|
|
1387
1575
|
|
|
1388
|
-
RemovePermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1576
|
+
RemovePermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1389
1577
|
RemovePermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: NamespacedStatementId, required: true, location: "uri", location_name: "StatementId"))
|
|
1390
|
-
RemovePermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1578
|
+
RemovePermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1391
1579
|
RemovePermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "RevisionId"))
|
|
1392
1580
|
RemovePermissionRequest.struct_class = Types::RemovePermissionRequest
|
|
1393
1581
|
|
|
@@ -1487,6 +1675,10 @@ module Aws::Lambda
|
|
|
1487
1675
|
TagsError.add_member(:message, Shapes::ShapeRef.new(shape: TagsErrorMessage, required: true, location_name: "Message"))
|
|
1488
1676
|
TagsError.struct_class = Types::TagsError
|
|
1489
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
|
+
|
|
1490
1682
|
TenancyConfig.add_member(:tenant_isolation_mode, Shapes::ShapeRef.new(shape: TenantIsolationMode, required: true, location_name: "TenantIsolationMode"))
|
|
1491
1683
|
TenancyConfig.struct_class = Types::TenancyConfig
|
|
1492
1684
|
|
|
@@ -1514,12 +1706,19 @@ module Aws::Lambda
|
|
|
1514
1706
|
|
|
1515
1707
|
UpdateAliasRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1516
1708
|
UpdateAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
|
|
1517
|
-
UpdateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape:
|
|
1709
|
+
UpdateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, location_name: "FunctionVersion"))
|
|
1518
1710
|
UpdateAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1519
1711
|
UpdateAliasRequest.add_member(:routing_config, Shapes::ShapeRef.new(shape: AliasRoutingConfiguration, location_name: "RoutingConfig"))
|
|
1520
1712
|
UpdateAliasRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
1521
1713
|
UpdateAliasRequest.struct_class = Types::UpdateAliasRequest
|
|
1522
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
|
+
|
|
1523
1722
|
UpdateCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
|
|
1524
1723
|
UpdateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1525
1724
|
UpdateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, location_name: "AllowedPublishers"))
|
|
@@ -1530,7 +1729,7 @@ module Aws::Lambda
|
|
|
1530
1729
|
UpdateCodeSigningConfigResponse.struct_class = Types::UpdateCodeSigningConfigResponse
|
|
1531
1730
|
|
|
1532
1731
|
UpdateEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
|
|
1533
|
-
UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1732
|
+
UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location_name: "FunctionName"))
|
|
1534
1733
|
UpdateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
|
|
1535
1734
|
UpdateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
1536
1735
|
UpdateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
|
|
@@ -1563,6 +1762,7 @@ module Aws::Lambda
|
|
|
1563
1762
|
UpdateFunctionCodeRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
1564
1763
|
UpdateFunctionCodeRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
1565
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"))
|
|
1566
1766
|
UpdateFunctionCodeRequest.struct_class = Types::UpdateFunctionCodeRequest
|
|
1567
1767
|
|
|
1568
1768
|
UpdateFunctionConfigurationRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -1584,10 +1784,11 @@ module Aws::Lambda
|
|
|
1584
1784
|
UpdateFunctionConfigurationRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
|
1585
1785
|
UpdateFunctionConfigurationRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
|
|
1586
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"))
|
|
1587
1788
|
UpdateFunctionConfigurationRequest.struct_class = Types::UpdateFunctionConfigurationRequest
|
|
1588
1789
|
|
|
1589
|
-
UpdateFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1590
|
-
UpdateFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
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"))
|
|
1591
1792
|
UpdateFunctionEventInvokeConfigRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, location_name: "MaximumRetryAttempts"))
|
|
1592
1793
|
UpdateFunctionEventInvokeConfigRequest.add_member(:maximum_event_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumEventAgeInSeconds, location_name: "MaximumEventAgeInSeconds"))
|
|
1593
1794
|
UpdateFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
|
@@ -1682,6 +1883,19 @@ module Aws::Lambda
|
|
|
1682
1883
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1683
1884
|
end)
|
|
1684
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
|
+
|
|
1685
1899
|
api.add_operation(:create_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1686
1900
|
o.name = "CreateCodeSigningConfig"
|
|
1687
1901
|
o.http_method = "POST"
|
|
@@ -1720,6 +1934,7 @@ module Aws::Lambda
|
|
|
1720
1934
|
o.errors << Shapes::ShapeRef.new(shape: CodeVerificationFailedException)
|
|
1721
1935
|
o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
|
|
1722
1936
|
o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
|
|
1937
|
+
o.errors << Shapes::ShapeRef.new(shape: FunctionVersionsPerCapacityProviderLimitExceededException)
|
|
1723
1938
|
end)
|
|
1724
1939
|
|
|
1725
1940
|
api.add_operation(:create_function_url_config, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1747,6 +1962,19 @@ module Aws::Lambda
|
|
|
1747
1962
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1748
1963
|
end)
|
|
1749
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
|
+
|
|
1750
1978
|
api.add_operation(:delete_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1751
1979
|
o.name = "DeleteCodeSigningConfig"
|
|
1752
1980
|
o.http_method = "DELETE"
|
|
@@ -1778,7 +2006,7 @@ module Aws::Lambda
|
|
|
1778
2006
|
o.http_method = "DELETE"
|
|
1779
2007
|
o.http_request_uri = "/2015-03-31/functions/{FunctionName}"
|
|
1780
2008
|
o.input = Shapes::ShapeRef.new(shape: DeleteFunctionRequest)
|
|
1781
|
-
o.output = Shapes::ShapeRef.new(shape:
|
|
2009
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFunctionResponse)
|
|
1782
2010
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1783
2011
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
1784
2012
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
@@ -1883,6 +2111,18 @@ module Aws::Lambda
|
|
|
1883
2111
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1884
2112
|
end)
|
|
1885
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
|
+
|
|
1886
2126
|
api.add_operation(:get_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1887
2127
|
o.name = "GetCodeSigningConfig"
|
|
1888
2128
|
o.http_method = "GET"
|
|
@@ -1978,6 +2218,18 @@ module Aws::Lambda
|
|
|
1978
2218
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1979
2219
|
end)
|
|
1980
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
|
+
|
|
1981
2233
|
api.add_operation(:get_function_url_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1982
2234
|
o.name = "GetFunctionUrlConfig"
|
|
1983
2235
|
o.http_method = "GET"
|
|
@@ -2082,6 +2334,7 @@ module Aws::Lambda
|
|
|
2082
2334
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedMediaTypeException)
|
|
2083
2335
|
o.errors << Shapes::ShapeRef.new(shape: SerializedRequestEntityTooLargeException)
|
|
2084
2336
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
|
|
2337
|
+
o.errors << Shapes::ShapeRef.new(shape: NoPublishedVersionException)
|
|
2085
2338
|
o.errors << Shapes::ShapeRef.new(shape: EC2UnexpectedException)
|
|
2086
2339
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
|
|
2087
2340
|
o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundException)
|
|
@@ -2135,6 +2388,7 @@ module Aws::Lambda
|
|
|
2135
2388
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedMediaTypeException)
|
|
2136
2389
|
o.errors << Shapes::ShapeRef.new(shape: SerializedRequestEntityTooLargeException)
|
|
2137
2390
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
|
|
2391
|
+
o.errors << Shapes::ShapeRef.new(shape: NoPublishedVersionException)
|
|
2138
2392
|
o.errors << Shapes::ShapeRef.new(shape: EC2UnexpectedException)
|
|
2139
2393
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
|
|
2140
2394
|
o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundException)
|
|
@@ -2173,6 +2427,23 @@ module Aws::Lambda
|
|
|
2173
2427
|
)
|
|
2174
2428
|
end)
|
|
2175
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
|
+
|
|
2176
2447
|
api.add_operation(:list_code_signing_configs, Seahorse::Model::Operation.new.tap do |o|
|
|
2177
2448
|
o.name = "ListCodeSigningConfigs"
|
|
2178
2449
|
o.http_method = "GET"
|
|
@@ -2243,6 +2514,24 @@ module Aws::Lambda
|
|
|
2243
2514
|
)
|
|
2244
2515
|
end)
|
|
2245
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
|
+
|
|
2246
2535
|
api.add_operation(:list_functions, Seahorse::Model::Operation.new.tap do |o|
|
|
2247
2536
|
o.name = "ListFunctions"
|
|
2248
2537
|
o.http_method = "GET"
|
|
@@ -2386,6 +2675,7 @@ module Aws::Lambda
|
|
|
2386
2675
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2387
2676
|
o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
|
|
2388
2677
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
2678
|
+
o.errors << Shapes::ShapeRef.new(shape: FunctionVersionsPerCapacityProviderLimitExceededException)
|
|
2389
2679
|
end)
|
|
2390
2680
|
|
|
2391
2681
|
api.add_operation(:put_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2441,6 +2731,19 @@ module Aws::Lambda
|
|
|
2441
2731
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2442
2732
|
end)
|
|
2443
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
|
+
|
|
2444
2747
|
api.add_operation(:put_provisioned_concurrency_config, Seahorse::Model::Operation.new.tap do |o|
|
|
2445
2748
|
o.name = "PutProvisionedConcurrencyConfig"
|
|
2446
2749
|
o.http_method = "PUT"
|
|
@@ -2533,6 +2836,19 @@ module Aws::Lambda
|
|
|
2533
2836
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
2534
2837
|
end)
|
|
2535
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
|
+
|
|
2536
2852
|
api.add_operation(:update_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
2537
2853
|
o.name = "UpdateCodeSigningConfig"
|
|
2538
2854
|
o.http_method = "PUT"
|