aws-sdk-lambda 1.167.0 → 1.169.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +1368 -70
- data/lib/aws-sdk-lambda/client_api.rb +930 -33
- data/lib/aws-sdk-lambda/errors.rb +105 -0
- data/lib/aws-sdk-lambda/types.rb +2526 -110
- data/lib/aws-sdk-lambda.rb +1 -1
- data/sig/client.rbs +358 -19
- data/sig/errors.rbs +20 -0
- data/sig/types.rbs +658 -3
- metadata +1 -1
|
@@ -36,11 +36,49 @@ module Aws::Lambda
|
|
|
36
36
|
Architecture = Shapes::StringShape.new(name: 'Architecture')
|
|
37
37
|
ArchitecturesList = Shapes::ListShape.new(name: 'ArchitecturesList')
|
|
38
38
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
39
|
+
AttemptCount = Shapes::IntegerShape.new(name: 'AttemptCount')
|
|
39
40
|
BatchSize = Shapes::IntegerShape.new(name: 'BatchSize')
|
|
41
|
+
BinaryOperationPayload = Shapes::BlobShape.new(name: 'BinaryOperationPayload')
|
|
40
42
|
BisectBatchOnFunctionError = Shapes::BooleanShape.new(name: 'BisectBatchOnFunctionError')
|
|
41
43
|
Blob = Shapes::BlobShape.new(name: 'Blob')
|
|
42
44
|
BlobStream = Shapes::BlobShape.new(name: 'BlobStream', streaming: true)
|
|
43
45
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
46
|
+
CallbackDetails = Shapes::StructureShape.new(name: 'CallbackDetails')
|
|
47
|
+
CallbackFailedDetails = Shapes::StructureShape.new(name: 'CallbackFailedDetails')
|
|
48
|
+
CallbackId = Shapes::StringShape.new(name: 'CallbackId')
|
|
49
|
+
CallbackOptions = Shapes::StructureShape.new(name: 'CallbackOptions')
|
|
50
|
+
CallbackStartedDetails = Shapes::StructureShape.new(name: 'CallbackStartedDetails')
|
|
51
|
+
CallbackSucceededDetails = Shapes::StructureShape.new(name: 'CallbackSucceededDetails')
|
|
52
|
+
CallbackTimedOutDetails = Shapes::StructureShape.new(name: 'CallbackTimedOutDetails')
|
|
53
|
+
CallbackTimeoutException = Shapes::StructureShape.new(name: 'CallbackTimeoutException')
|
|
54
|
+
CapacityProvider = Shapes::StructureShape.new(name: 'CapacityProvider')
|
|
55
|
+
CapacityProviderArn = Shapes::StringShape.new(name: 'CapacityProviderArn')
|
|
56
|
+
CapacityProviderConfig = Shapes::StructureShape.new(name: 'CapacityProviderConfig')
|
|
57
|
+
CapacityProviderLimitExceededException = Shapes::StructureShape.new(name: 'CapacityProviderLimitExceededException')
|
|
58
|
+
CapacityProviderMaxVCpuCount = Shapes::IntegerShape.new(name: 'CapacityProviderMaxVCpuCount')
|
|
59
|
+
CapacityProviderName = Shapes::StringShape.new(name: 'CapacityProviderName')
|
|
60
|
+
CapacityProviderPermissionsConfig = Shapes::StructureShape.new(name: 'CapacityProviderPermissionsConfig')
|
|
61
|
+
CapacityProviderPredefinedMetricType = Shapes::StringShape.new(name: 'CapacityProviderPredefinedMetricType')
|
|
62
|
+
CapacityProviderScalingConfig = Shapes::StructureShape.new(name: 'CapacityProviderScalingConfig')
|
|
63
|
+
CapacityProviderScalingMode = Shapes::StringShape.new(name: 'CapacityProviderScalingMode')
|
|
64
|
+
CapacityProviderScalingPoliciesList = Shapes::ListShape.new(name: 'CapacityProviderScalingPoliciesList')
|
|
65
|
+
CapacityProviderSecurityGroupIds = Shapes::ListShape.new(name: 'CapacityProviderSecurityGroupIds')
|
|
66
|
+
CapacityProviderState = Shapes::StringShape.new(name: 'CapacityProviderState')
|
|
67
|
+
CapacityProviderSubnetIds = Shapes::ListShape.new(name: 'CapacityProviderSubnetIds')
|
|
68
|
+
CapacityProviderVpcConfig = Shapes::StructureShape.new(name: 'CapacityProviderVpcConfig')
|
|
69
|
+
CapacityProvidersList = Shapes::ListShape.new(name: 'CapacityProvidersList')
|
|
70
|
+
ChainedInvokeDetails = Shapes::StructureShape.new(name: 'ChainedInvokeDetails')
|
|
71
|
+
ChainedInvokeFailedDetails = Shapes::StructureShape.new(name: 'ChainedInvokeFailedDetails')
|
|
72
|
+
ChainedInvokeOptions = Shapes::StructureShape.new(name: 'ChainedInvokeOptions')
|
|
73
|
+
ChainedInvokeStartedDetails = Shapes::StructureShape.new(name: 'ChainedInvokeStartedDetails')
|
|
74
|
+
ChainedInvokeStoppedDetails = Shapes::StructureShape.new(name: 'ChainedInvokeStoppedDetails')
|
|
75
|
+
ChainedInvokeSucceededDetails = Shapes::StructureShape.new(name: 'ChainedInvokeSucceededDetails')
|
|
76
|
+
ChainedInvokeTimedOutDetails = Shapes::StructureShape.new(name: 'ChainedInvokeTimedOutDetails')
|
|
77
|
+
CheckpointDurableExecutionRequest = Shapes::StructureShape.new(name: 'CheckpointDurableExecutionRequest')
|
|
78
|
+
CheckpointDurableExecutionResponse = Shapes::StructureShape.new(name: 'CheckpointDurableExecutionResponse')
|
|
79
|
+
CheckpointToken = Shapes::StringShape.new(name: 'CheckpointToken')
|
|
80
|
+
CheckpointUpdatedExecutionState = Shapes::StructureShape.new(name: 'CheckpointUpdatedExecutionState')
|
|
81
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
44
82
|
CodeSigningConfig = Shapes::StructureShape.new(name: 'CodeSigningConfig')
|
|
45
83
|
CodeSigningConfigArn = Shapes::StringShape.new(name: 'CodeSigningConfigArn')
|
|
46
84
|
CodeSigningConfigId = Shapes::StringShape.new(name: 'CodeSigningConfigId')
|
|
@@ -54,8 +92,15 @@ module Aws::Lambda
|
|
|
54
92
|
CompatibleArchitectures = Shapes::ListShape.new(name: 'CompatibleArchitectures')
|
|
55
93
|
CompatibleRuntimes = Shapes::ListShape.new(name: 'CompatibleRuntimes')
|
|
56
94
|
Concurrency = Shapes::StructureShape.new(name: 'Concurrency')
|
|
95
|
+
ContextDetails = Shapes::StructureShape.new(name: 'ContextDetails')
|
|
96
|
+
ContextFailedDetails = Shapes::StructureShape.new(name: 'ContextFailedDetails')
|
|
97
|
+
ContextOptions = Shapes::StructureShape.new(name: 'ContextOptions')
|
|
98
|
+
ContextStartedDetails = Shapes::StructureShape.new(name: 'ContextStartedDetails')
|
|
99
|
+
ContextSucceededDetails = Shapes::StructureShape.new(name: 'ContextSucceededDetails')
|
|
57
100
|
Cors = Shapes::StructureShape.new(name: 'Cors')
|
|
58
101
|
CreateAliasRequest = Shapes::StructureShape.new(name: 'CreateAliasRequest')
|
|
102
|
+
CreateCapacityProviderRequest = Shapes::StructureShape.new(name: 'CreateCapacityProviderRequest')
|
|
103
|
+
CreateCapacityProviderResponse = Shapes::StructureShape.new(name: 'CreateCapacityProviderResponse')
|
|
59
104
|
CreateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigRequest')
|
|
60
105
|
CreateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigResponse')
|
|
61
106
|
CreateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'CreateEventSourceMappingRequest')
|
|
@@ -66,6 +111,8 @@ module Aws::Lambda
|
|
|
66
111
|
Date = Shapes::TimestampShape.new(name: 'Date')
|
|
67
112
|
DeadLetterConfig = Shapes::StructureShape.new(name: 'DeadLetterConfig')
|
|
68
113
|
DeleteAliasRequest = Shapes::StructureShape.new(name: 'DeleteAliasRequest')
|
|
114
|
+
DeleteCapacityProviderRequest = Shapes::StructureShape.new(name: 'DeleteCapacityProviderRequest')
|
|
115
|
+
DeleteCapacityProviderResponse = Shapes::StructureShape.new(name: 'DeleteCapacityProviderResponse')
|
|
69
116
|
DeleteCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'DeleteCodeSigningConfigRequest')
|
|
70
117
|
DeleteCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'DeleteCodeSigningConfigResponse')
|
|
71
118
|
DeleteEventSourceMappingRequest = Shapes::StructureShape.new(name: 'DeleteEventSourceMappingRequest')
|
|
@@ -73,6 +120,7 @@ module Aws::Lambda
|
|
|
73
120
|
DeleteFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'DeleteFunctionConcurrencyRequest')
|
|
74
121
|
DeleteFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionEventInvokeConfigRequest')
|
|
75
122
|
DeleteFunctionRequest = Shapes::StructureShape.new(name: 'DeleteFunctionRequest')
|
|
123
|
+
DeleteFunctionResponse = Shapes::StructureShape.new(name: 'DeleteFunctionResponse')
|
|
76
124
|
DeleteFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionUrlConfigRequest')
|
|
77
125
|
DeleteLayerVersionRequest = Shapes::StructureShape.new(name: 'DeleteLayerVersionRequest')
|
|
78
126
|
DeleteProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'DeleteProvisionedConcurrencyConfigRequest')
|
|
@@ -80,6 +128,12 @@ module Aws::Lambda
|
|
|
80
128
|
DestinationArn = Shapes::StringShape.new(name: 'DestinationArn')
|
|
81
129
|
DestinationConfig = Shapes::StructureShape.new(name: 'DestinationConfig')
|
|
82
130
|
DocumentDBEventSourceConfig = Shapes::StructureShape.new(name: 'DocumentDBEventSourceConfig')
|
|
131
|
+
DurableConfig = Shapes::StructureShape.new(name: 'DurableConfig')
|
|
132
|
+
DurableExecutionAlreadyStartedException = Shapes::StructureShape.new(name: 'DurableExecutionAlreadyStartedException')
|
|
133
|
+
DurableExecutionArn = Shapes::StringShape.new(name: 'DurableExecutionArn')
|
|
134
|
+
DurableExecutionName = Shapes::StringShape.new(name: 'DurableExecutionName')
|
|
135
|
+
DurableExecutions = Shapes::ListShape.new(name: 'DurableExecutions')
|
|
136
|
+
DurationSeconds = Shapes::IntegerShape.new(name: 'DurationSeconds')
|
|
83
137
|
EC2AccessDeniedException = Shapes::StructureShape.new(name: 'EC2AccessDeniedException')
|
|
84
138
|
EC2ThrottledException = Shapes::StructureShape.new(name: 'EC2ThrottledException')
|
|
85
139
|
EC2UnexpectedException = Shapes::StructureShape.new(name: 'EC2UnexpectedException')
|
|
@@ -101,6 +155,15 @@ module Aws::Lambda
|
|
|
101
155
|
EnvironmentVariables = Shapes::MapShape.new(name: 'EnvironmentVariables')
|
|
102
156
|
EphemeralStorage = Shapes::StructureShape.new(name: 'EphemeralStorage')
|
|
103
157
|
EphemeralStorageSize = Shapes::IntegerShape.new(name: 'EphemeralStorageSize')
|
|
158
|
+
ErrorData = Shapes::StringShape.new(name: 'ErrorData')
|
|
159
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
|
160
|
+
ErrorObject = Shapes::StructureShape.new(name: 'ErrorObject')
|
|
161
|
+
ErrorType = Shapes::StringShape.new(name: 'ErrorType')
|
|
162
|
+
Event = Shapes::StructureShape.new(name: 'Event')
|
|
163
|
+
EventError = Shapes::StructureShape.new(name: 'EventError')
|
|
164
|
+
EventId = Shapes::IntegerShape.new(name: 'EventId')
|
|
165
|
+
EventInput = Shapes::StructureShape.new(name: 'EventInput')
|
|
166
|
+
EventResult = Shapes::StructureShape.new(name: 'EventResult')
|
|
104
167
|
EventSourceMappingArn = Shapes::StringShape.new(name: 'EventSourceMappingArn')
|
|
105
168
|
EventSourceMappingConfiguration = Shapes::StructureShape.new(name: 'EventSourceMappingConfiguration')
|
|
106
169
|
EventSourceMappingMetric = Shapes::StringShape.new(name: 'EventSourceMappingMetric')
|
|
@@ -109,6 +172,20 @@ module Aws::Lambda
|
|
|
109
172
|
EventSourceMappingsList = Shapes::ListShape.new(name: 'EventSourceMappingsList')
|
|
110
173
|
EventSourcePosition = Shapes::StringShape.new(name: 'EventSourcePosition')
|
|
111
174
|
EventSourceToken = Shapes::StringShape.new(name: 'EventSourceToken')
|
|
175
|
+
EventType = Shapes::StringShape.new(name: 'EventType')
|
|
176
|
+
Events = Shapes::ListShape.new(name: 'Events')
|
|
177
|
+
Execution = Shapes::StructureShape.new(name: 'Execution')
|
|
178
|
+
ExecutionDetails = Shapes::StructureShape.new(name: 'ExecutionDetails')
|
|
179
|
+
ExecutionEnvironmentMemoryGiBPerVCpu = Shapes::FloatShape.new(name: 'ExecutionEnvironmentMemoryGiBPerVCpu')
|
|
180
|
+
ExecutionFailedDetails = Shapes::StructureShape.new(name: 'ExecutionFailedDetails')
|
|
181
|
+
ExecutionStartedDetails = Shapes::StructureShape.new(name: 'ExecutionStartedDetails')
|
|
182
|
+
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
|
183
|
+
ExecutionStatusList = Shapes::ListShape.new(name: 'ExecutionStatusList')
|
|
184
|
+
ExecutionStoppedDetails = Shapes::StructureShape.new(name: 'ExecutionStoppedDetails')
|
|
185
|
+
ExecutionSucceededDetails = Shapes::StructureShape.new(name: 'ExecutionSucceededDetails')
|
|
186
|
+
ExecutionTimedOutDetails = Shapes::StructureShape.new(name: 'ExecutionTimedOutDetails')
|
|
187
|
+
ExecutionTimeout = Shapes::IntegerShape.new(name: 'ExecutionTimeout')
|
|
188
|
+
ExecutionTimestamp = Shapes::TimestampShape.new(name: 'ExecutionTimestamp')
|
|
112
189
|
FileSystemArn = Shapes::StringShape.new(name: 'FileSystemArn')
|
|
113
190
|
FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
|
|
114
191
|
FileSystemConfigList = Shapes::ListShape.new(name: 'FileSystemConfigList')
|
|
@@ -130,17 +207,31 @@ module Aws::Lambda
|
|
|
130
207
|
FunctionName = Shapes::StringShape.new(name: 'FunctionName')
|
|
131
208
|
FunctionResponseType = Shapes::StringShape.new(name: 'FunctionResponseType')
|
|
132
209
|
FunctionResponseTypeList = Shapes::ListShape.new(name: 'FunctionResponseTypeList')
|
|
210
|
+
FunctionScalingConfig = Shapes::StructureShape.new(name: 'FunctionScalingConfig')
|
|
211
|
+
FunctionScalingConfigExecutionEnvironments = Shapes::IntegerShape.new(name: 'FunctionScalingConfigExecutionEnvironments')
|
|
133
212
|
FunctionUrl = Shapes::StringShape.new(name: 'FunctionUrl')
|
|
134
213
|
FunctionUrlAuthType = Shapes::StringShape.new(name: 'FunctionUrlAuthType')
|
|
135
214
|
FunctionUrlConfig = Shapes::StructureShape.new(name: 'FunctionUrlConfig')
|
|
136
215
|
FunctionUrlConfigList = Shapes::ListShape.new(name: 'FunctionUrlConfigList')
|
|
137
216
|
FunctionUrlQualifier = Shapes::StringShape.new(name: 'FunctionUrlQualifier')
|
|
138
217
|
FunctionVersion = Shapes::StringShape.new(name: 'FunctionVersion')
|
|
218
|
+
FunctionVersionLatestPublished = Shapes::StringShape.new(name: 'FunctionVersionLatestPublished')
|
|
219
|
+
FunctionVersionsByCapacityProviderList = Shapes::ListShape.new(name: 'FunctionVersionsByCapacityProviderList')
|
|
220
|
+
FunctionVersionsByCapacityProviderListItem = Shapes::StructureShape.new(name: 'FunctionVersionsByCapacityProviderListItem')
|
|
221
|
+
FunctionVersionsPerCapacityProviderLimitExceededException = Shapes::StructureShape.new(name: 'FunctionVersionsPerCapacityProviderLimitExceededException')
|
|
139
222
|
GetAccountSettingsRequest = Shapes::StructureShape.new(name: 'GetAccountSettingsRequest')
|
|
140
223
|
GetAccountSettingsResponse = Shapes::StructureShape.new(name: 'GetAccountSettingsResponse')
|
|
141
224
|
GetAliasRequest = Shapes::StructureShape.new(name: 'GetAliasRequest')
|
|
225
|
+
GetCapacityProviderRequest = Shapes::StructureShape.new(name: 'GetCapacityProviderRequest')
|
|
226
|
+
GetCapacityProviderResponse = Shapes::StructureShape.new(name: 'GetCapacityProviderResponse')
|
|
142
227
|
GetCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'GetCodeSigningConfigRequest')
|
|
143
228
|
GetCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'GetCodeSigningConfigResponse')
|
|
229
|
+
GetDurableExecutionHistoryRequest = Shapes::StructureShape.new(name: 'GetDurableExecutionHistoryRequest')
|
|
230
|
+
GetDurableExecutionHistoryResponse = Shapes::StructureShape.new(name: 'GetDurableExecutionHistoryResponse')
|
|
231
|
+
GetDurableExecutionRequest = Shapes::StructureShape.new(name: 'GetDurableExecutionRequest')
|
|
232
|
+
GetDurableExecutionResponse = Shapes::StructureShape.new(name: 'GetDurableExecutionResponse')
|
|
233
|
+
GetDurableExecutionStateRequest = Shapes::StructureShape.new(name: 'GetDurableExecutionStateRequest')
|
|
234
|
+
GetDurableExecutionStateResponse = Shapes::StructureShape.new(name: 'GetDurableExecutionStateResponse')
|
|
144
235
|
GetEventSourceMappingRequest = Shapes::StructureShape.new(name: 'GetEventSourceMappingRequest')
|
|
145
236
|
GetFunctionCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionCodeSigningConfigRequest')
|
|
146
237
|
GetFunctionCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionCodeSigningConfigResponse')
|
|
@@ -152,6 +243,8 @@ module Aws::Lambda
|
|
|
152
243
|
GetFunctionRecursionConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionRecursionConfigResponse')
|
|
153
244
|
GetFunctionRequest = Shapes::StructureShape.new(name: 'GetFunctionRequest')
|
|
154
245
|
GetFunctionResponse = Shapes::StructureShape.new(name: 'GetFunctionResponse')
|
|
246
|
+
GetFunctionScalingConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionScalingConfigRequest')
|
|
247
|
+
GetFunctionScalingConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionScalingConfigResponse')
|
|
155
248
|
GetFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigRequest')
|
|
156
249
|
GetFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigResponse')
|
|
157
250
|
GetLayerVersionByArnRequest = Shapes::StructureShape.new(name: 'GetLayerVersionByArnRequest')
|
|
@@ -172,6 +265,11 @@ module Aws::Lambda
|
|
|
172
265
|
ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
|
|
173
266
|
ImageConfigError = Shapes::StructureShape.new(name: 'ImageConfigError')
|
|
174
267
|
ImageConfigResponse = Shapes::StructureShape.new(name: 'ImageConfigResponse')
|
|
268
|
+
IncludeExecutionData = Shapes::BooleanShape.new(name: 'IncludeExecutionData')
|
|
269
|
+
InputPayload = Shapes::StringShape.new(name: 'InputPayload')
|
|
270
|
+
InstanceRequirements = Shapes::StructureShape.new(name: 'InstanceRequirements')
|
|
271
|
+
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
|
272
|
+
InstanceTypeSet = Shapes::ListShape.new(name: 'InstanceTypeSet')
|
|
175
273
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
176
274
|
InvalidCodeSignatureException = Shapes::StructureShape.new(name: 'InvalidCodeSignatureException')
|
|
177
275
|
InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
|
|
@@ -180,6 +278,7 @@ module Aws::Lambda
|
|
|
180
278
|
InvalidSecurityGroupIDException = Shapes::StructureShape.new(name: 'InvalidSecurityGroupIDException')
|
|
181
279
|
InvalidSubnetIDException = Shapes::StructureShape.new(name: 'InvalidSubnetIDException')
|
|
182
280
|
InvalidZipFileException = Shapes::StructureShape.new(name: 'InvalidZipFileException')
|
|
281
|
+
InvocationCompletedDetails = Shapes::StructureShape.new(name: 'InvocationCompletedDetails')
|
|
183
282
|
InvocationRequest = Shapes::StructureShape.new(name: 'InvocationRequest')
|
|
184
283
|
InvocationResponse = Shapes::StructureShape.new(name: 'InvocationResponse')
|
|
185
284
|
InvocationType = Shapes::StringShape.new(name: 'InvocationType')
|
|
@@ -192,10 +291,12 @@ module Aws::Lambda
|
|
|
192
291
|
InvokeWithResponseStreamResponse = Shapes::StructureShape.new(name: 'InvokeWithResponseStreamResponse')
|
|
193
292
|
InvokeWithResponseStreamResponseEvent = Shapes::StructureShape.new(name: 'InvokeWithResponseStreamResponseEvent')
|
|
194
293
|
InvokedViaFunctionUrl = Shapes::BooleanShape.new(name: 'InvokedViaFunctionUrl')
|
|
294
|
+
ItemCount = Shapes::IntegerShape.new(name: 'ItemCount')
|
|
195
295
|
KMSAccessDeniedException = Shapes::StructureShape.new(name: 'KMSAccessDeniedException')
|
|
196
296
|
KMSDisabledException = Shapes::StructureShape.new(name: 'KMSDisabledException')
|
|
197
297
|
KMSInvalidStateException = Shapes::StructureShape.new(name: 'KMSInvalidStateException')
|
|
198
298
|
KMSKeyArn = Shapes::StringShape.new(name: 'KMSKeyArn')
|
|
299
|
+
KMSKeyArnNonEmpty = Shapes::StringShape.new(name: 'KMSKeyArnNonEmpty')
|
|
199
300
|
KMSNotFoundException = Shapes::StructureShape.new(name: 'KMSNotFoundException')
|
|
200
301
|
KafkaSchemaRegistryAccessConfig = Shapes::StructureShape.new(name: 'KafkaSchemaRegistryAccessConfig')
|
|
201
302
|
KafkaSchemaRegistryAccessConfigList = Shapes::ListShape.new(name: 'KafkaSchemaRegistryAccessConfigList')
|
|
@@ -204,6 +305,7 @@ module Aws::Lambda
|
|
|
204
305
|
KafkaSchemaValidationAttribute = Shapes::StringShape.new(name: 'KafkaSchemaValidationAttribute')
|
|
205
306
|
KafkaSchemaValidationConfig = Shapes::StructureShape.new(name: 'KafkaSchemaValidationConfig')
|
|
206
307
|
KafkaSchemaValidationConfigList = Shapes::ListShape.new(name: 'KafkaSchemaValidationConfigList')
|
|
308
|
+
LambdaManagedInstancesCapacityProviderConfig = Shapes::StructureShape.new(name: 'LambdaManagedInstancesCapacityProviderConfig')
|
|
207
309
|
LastUpdateStatus = Shapes::StringShape.new(name: 'LastUpdateStatus')
|
|
208
310
|
LastUpdateStatusReason = Shapes::StringShape.new(name: 'LastUpdateStatusReason')
|
|
209
311
|
LastUpdateStatusReasonCode = Shapes::StringShape.new(name: 'LastUpdateStatusReasonCode')
|
|
@@ -225,14 +327,20 @@ module Aws::Lambda
|
|
|
225
327
|
LicenseInfo = Shapes::StringShape.new(name: 'LicenseInfo')
|
|
226
328
|
ListAliasesRequest = Shapes::StructureShape.new(name: 'ListAliasesRequest')
|
|
227
329
|
ListAliasesResponse = Shapes::StructureShape.new(name: 'ListAliasesResponse')
|
|
330
|
+
ListCapacityProvidersRequest = Shapes::StructureShape.new(name: 'ListCapacityProvidersRequest')
|
|
331
|
+
ListCapacityProvidersResponse = Shapes::StructureShape.new(name: 'ListCapacityProvidersResponse')
|
|
228
332
|
ListCodeSigningConfigsRequest = Shapes::StructureShape.new(name: 'ListCodeSigningConfigsRequest')
|
|
229
333
|
ListCodeSigningConfigsResponse = Shapes::StructureShape.new(name: 'ListCodeSigningConfigsResponse')
|
|
334
|
+
ListDurableExecutionsByFunctionRequest = Shapes::StructureShape.new(name: 'ListDurableExecutionsByFunctionRequest')
|
|
335
|
+
ListDurableExecutionsByFunctionResponse = Shapes::StructureShape.new(name: 'ListDurableExecutionsByFunctionResponse')
|
|
230
336
|
ListEventSourceMappingsRequest = Shapes::StructureShape.new(name: 'ListEventSourceMappingsRequest')
|
|
231
337
|
ListEventSourceMappingsResponse = Shapes::StructureShape.new(name: 'ListEventSourceMappingsResponse')
|
|
232
338
|
ListFunctionEventInvokeConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsRequest')
|
|
233
339
|
ListFunctionEventInvokeConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsResponse')
|
|
234
340
|
ListFunctionUrlConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsRequest')
|
|
235
341
|
ListFunctionUrlConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsResponse')
|
|
342
|
+
ListFunctionVersionsByCapacityProviderRequest = Shapes::StructureShape.new(name: 'ListFunctionVersionsByCapacityProviderRequest')
|
|
343
|
+
ListFunctionVersionsByCapacityProviderResponse = Shapes::StructureShape.new(name: 'ListFunctionVersionsByCapacityProviderResponse')
|
|
236
344
|
ListFunctionsByCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigRequest')
|
|
237
345
|
ListFunctionsByCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigResponse')
|
|
238
346
|
ListFunctionsRequest = Shapes::StructureShape.new(name: 'ListFunctionsRequest')
|
|
@@ -255,6 +363,7 @@ module Aws::Lambda
|
|
|
255
363
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
256
364
|
MasterRegion = Shapes::StringShape.new(name: 'MasterRegion')
|
|
257
365
|
MaxAge = Shapes::IntegerShape.new(name: 'MaxAge')
|
|
366
|
+
MaxFiftyListItems = Shapes::IntegerShape.new(name: 'MaxFiftyListItems')
|
|
258
367
|
MaxFunctionEventInvokeConfigListItems = Shapes::IntegerShape.new(name: 'MaxFunctionEventInvokeConfigListItems')
|
|
259
368
|
MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
|
|
260
369
|
MaxLayerListItems = Shapes::IntegerShape.new(name: 'MaxLayerListItems')
|
|
@@ -269,19 +378,35 @@ module Aws::Lambda
|
|
|
269
378
|
MaximumRetryAttemptsEventSourceMapping = Shapes::IntegerShape.new(name: 'MaximumRetryAttemptsEventSourceMapping')
|
|
270
379
|
MemorySize = Shapes::IntegerShape.new(name: 'MemorySize')
|
|
271
380
|
Method = Shapes::StringShape.new(name: 'Method')
|
|
381
|
+
MetricTargetValue = Shapes::FloatShape.new(name: 'MetricTargetValue')
|
|
272
382
|
MinimumNumberOfPollers = Shapes::IntegerShape.new(name: 'MinimumNumberOfPollers')
|
|
273
383
|
NameSpacedFunctionArn = Shapes::StringShape.new(name: 'NameSpacedFunctionArn')
|
|
274
384
|
NamespacedFunctionName = Shapes::StringShape.new(name: 'NamespacedFunctionName')
|
|
275
385
|
NamespacedStatementId = Shapes::StringShape.new(name: 'NamespacedStatementId')
|
|
386
|
+
NoPublishedVersionException = Shapes::StructureShape.new(name: 'NoPublishedVersionException')
|
|
276
387
|
NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
|
|
277
388
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
|
389
|
+
NumericLatestPublishedOrAliasQualifier = Shapes::StringShape.new(name: 'NumericLatestPublishedOrAliasQualifier')
|
|
278
390
|
OnFailure = Shapes::StructureShape.new(name: 'OnFailure')
|
|
279
391
|
OnSuccess = Shapes::StructureShape.new(name: 'OnSuccess')
|
|
392
|
+
Operation = Shapes::StructureShape.new(name: 'Operation')
|
|
393
|
+
OperationAction = Shapes::StringShape.new(name: 'OperationAction')
|
|
394
|
+
OperationId = Shapes::StringShape.new(name: 'OperationId')
|
|
395
|
+
OperationName = Shapes::StringShape.new(name: 'OperationName')
|
|
396
|
+
OperationPayload = Shapes::StringShape.new(name: 'OperationPayload')
|
|
397
|
+
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
|
398
|
+
OperationSubType = Shapes::StringShape.new(name: 'OperationSubType')
|
|
399
|
+
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
|
400
|
+
OperationUpdate = Shapes::StructureShape.new(name: 'OperationUpdate')
|
|
401
|
+
OperationUpdates = Shapes::ListShape.new(name: 'OperationUpdates')
|
|
402
|
+
Operations = Shapes::ListShape.new(name: 'Operations')
|
|
280
403
|
OrganizationId = Shapes::StringShape.new(name: 'OrganizationId')
|
|
281
404
|
Origin = Shapes::StringShape.new(name: 'Origin')
|
|
405
|
+
OutputPayload = Shapes::StringShape.new(name: 'OutputPayload')
|
|
282
406
|
PackageType = Shapes::StringShape.new(name: 'PackageType')
|
|
283
407
|
ParallelizationFactor = Shapes::IntegerShape.new(name: 'ParallelizationFactor')
|
|
284
408
|
Pattern = Shapes::StringShape.new(name: 'Pattern')
|
|
409
|
+
PerExecutionEnvironmentMaxConcurrency = Shapes::IntegerShape.new(name: 'PerExecutionEnvironmentMaxConcurrency')
|
|
285
410
|
PolicyLengthExceededException = Shapes::StructureShape.new(name: 'PolicyLengthExceededException')
|
|
286
411
|
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
|
287
412
|
PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
|
|
@@ -296,12 +421,15 @@ module Aws::Lambda
|
|
|
296
421
|
PublishLayerVersionRequest = Shapes::StructureShape.new(name: 'PublishLayerVersionRequest')
|
|
297
422
|
PublishLayerVersionResponse = Shapes::StructureShape.new(name: 'PublishLayerVersionResponse')
|
|
298
423
|
PublishVersionRequest = Shapes::StructureShape.new(name: 'PublishVersionRequest')
|
|
424
|
+
PublishedFunctionQualifier = Shapes::StringShape.new(name: 'PublishedFunctionQualifier')
|
|
299
425
|
PutFunctionCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigRequest')
|
|
300
426
|
PutFunctionCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionCodeSigningConfigResponse')
|
|
301
427
|
PutFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'PutFunctionConcurrencyRequest')
|
|
302
428
|
PutFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionEventInvokeConfigRequest')
|
|
303
429
|
PutFunctionRecursionConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionRecursionConfigRequest')
|
|
304
430
|
PutFunctionRecursionConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionRecursionConfigResponse')
|
|
431
|
+
PutFunctionScalingConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionScalingConfigRequest')
|
|
432
|
+
PutFunctionScalingConfigResponse = Shapes::StructureShape.new(name: 'PutFunctionScalingConfigResponse')
|
|
305
433
|
PutProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigRequest')
|
|
306
434
|
PutProvisionedConcurrencyConfigResponse = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigResponse')
|
|
307
435
|
PutRuntimeManagementConfigRequest = Shapes::StructureShape.new(name: 'PutRuntimeManagementConfigRequest')
|
|
@@ -313,6 +441,7 @@ module Aws::Lambda
|
|
|
313
441
|
RecursiveLoop = Shapes::StringShape.new(name: 'RecursiveLoop')
|
|
314
442
|
RemoveLayerVersionPermissionRequest = Shapes::StructureShape.new(name: 'RemoveLayerVersionPermissionRequest')
|
|
315
443
|
RemovePermissionRequest = Shapes::StructureShape.new(name: 'RemovePermissionRequest')
|
|
444
|
+
ReplayChildren = Shapes::BooleanShape.new(name: 'ReplayChildren')
|
|
316
445
|
RequestTooLargeException = Shapes::StructureShape.new(name: 'RequestTooLargeException')
|
|
317
446
|
ReservedConcurrentExecutions = Shapes::IntegerShape.new(name: 'ReservedConcurrentExecutions')
|
|
318
447
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
@@ -321,6 +450,9 @@ module Aws::Lambda
|
|
|
321
450
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
322
451
|
ResourceNotReadyException = Shapes::StructureShape.new(name: 'ResourceNotReadyException')
|
|
323
452
|
ResponseStreamingInvocationType = Shapes::StringShape.new(name: 'ResponseStreamingInvocationType')
|
|
453
|
+
RetentionPeriodInDays = Shapes::IntegerShape.new(name: 'RetentionPeriodInDays')
|
|
454
|
+
RetryDetails = Shapes::StructureShape.new(name: 'RetryDetails')
|
|
455
|
+
ReverseOrder = Shapes::BooleanShape.new(name: 'ReverseOrder')
|
|
324
456
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
325
457
|
Runtime = Shapes::StringShape.new(name: 'Runtime')
|
|
326
458
|
RuntimeVersionArn = Shapes::StringShape.new(name: 'RuntimeVersionArn')
|
|
@@ -336,6 +468,12 @@ module Aws::Lambda
|
|
|
336
468
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
|
337
469
|
SelfManagedEventSource = Shapes::StructureShape.new(name: 'SelfManagedEventSource')
|
|
338
470
|
SelfManagedKafkaEventSourceConfig = Shapes::StructureShape.new(name: 'SelfManagedKafkaEventSourceConfig')
|
|
471
|
+
SendDurableExecutionCallbackFailureRequest = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackFailureRequest')
|
|
472
|
+
SendDurableExecutionCallbackFailureResponse = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackFailureResponse')
|
|
473
|
+
SendDurableExecutionCallbackHeartbeatRequest = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackHeartbeatRequest')
|
|
474
|
+
SendDurableExecutionCallbackHeartbeatResponse = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackHeartbeatResponse')
|
|
475
|
+
SendDurableExecutionCallbackSuccessRequest = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackSuccessRequest')
|
|
476
|
+
SendDurableExecutionCallbackSuccessResponse = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackSuccessResponse')
|
|
339
477
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
|
340
478
|
SerializedRequestEntityTooLargeException = Shapes::StructureShape.new(name: 'SerializedRequestEntityTooLargeException')
|
|
341
479
|
ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
|
|
@@ -351,10 +489,20 @@ module Aws::Lambda
|
|
|
351
489
|
SourceAccessConfigurations = Shapes::ListShape.new(name: 'SourceAccessConfigurations')
|
|
352
490
|
SourceAccessType = Shapes::StringShape.new(name: 'SourceAccessType')
|
|
353
491
|
SourceOwner = Shapes::StringShape.new(name: 'SourceOwner')
|
|
492
|
+
StackTraceEntries = Shapes::ListShape.new(name: 'StackTraceEntries')
|
|
493
|
+
StackTraceEntry = Shapes::StringShape.new(name: 'StackTraceEntry')
|
|
354
494
|
State = Shapes::StringShape.new(name: 'State')
|
|
355
495
|
StateReason = Shapes::StringShape.new(name: 'StateReason')
|
|
356
496
|
StateReasonCode = Shapes::StringShape.new(name: 'StateReasonCode')
|
|
357
497
|
StatementId = Shapes::StringShape.new(name: 'StatementId')
|
|
498
|
+
StepDetails = Shapes::StructureShape.new(name: 'StepDetails')
|
|
499
|
+
StepFailedDetails = Shapes::StructureShape.new(name: 'StepFailedDetails')
|
|
500
|
+
StepOptions = Shapes::StructureShape.new(name: 'StepOptions')
|
|
501
|
+
StepOptionsNextAttemptDelaySecondsInteger = Shapes::IntegerShape.new(name: 'StepOptionsNextAttemptDelaySecondsInteger')
|
|
502
|
+
StepStartedDetails = Shapes::StructureShape.new(name: 'StepStartedDetails')
|
|
503
|
+
StepSucceededDetails = Shapes::StructureShape.new(name: 'StepSucceededDetails')
|
|
504
|
+
StopDurableExecutionRequest = Shapes::StructureShape.new(name: 'StopDurableExecutionRequest')
|
|
505
|
+
StopDurableExecutionResponse = Shapes::StructureShape.new(name: 'StopDurableExecutionResponse')
|
|
358
506
|
String = Shapes::StringShape.new(name: 'String')
|
|
359
507
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
360
508
|
SubnetIPAddressLimitReachedException = Shapes::StructureShape.new(name: 'SubnetIPAddressLimitReachedException')
|
|
@@ -370,6 +518,7 @@ module Aws::Lambda
|
|
|
370
518
|
TagsError = Shapes::StructureShape.new(name: 'TagsError')
|
|
371
519
|
TagsErrorCode = Shapes::StringShape.new(name: 'TagsErrorCode')
|
|
372
520
|
TagsErrorMessage = Shapes::StringShape.new(name: 'TagsErrorMessage')
|
|
521
|
+
TargetTrackingScalingPolicy = Shapes::StructureShape.new(name: 'TargetTrackingScalingPolicy')
|
|
373
522
|
TenancyConfig = Shapes::StructureShape.new(name: 'TenancyConfig')
|
|
374
523
|
TenantId = Shapes::StringShape.new(name: 'TenantId')
|
|
375
524
|
TenantIsolationMode = Shapes::StringShape.new(name: 'TenantIsolationMode')
|
|
@@ -379,9 +528,11 @@ module Aws::Lambda
|
|
|
379
528
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
|
380
529
|
Topic = Shapes::StringShape.new(name: 'Topic')
|
|
381
530
|
Topics = Shapes::ListShape.new(name: 'Topics')
|
|
531
|
+
TraceHeader = Shapes::StructureShape.new(name: 'TraceHeader')
|
|
382
532
|
TracingConfig = Shapes::StructureShape.new(name: 'TracingConfig')
|
|
383
533
|
TracingConfigResponse = Shapes::StructureShape.new(name: 'TracingConfigResponse')
|
|
384
534
|
TracingMode = Shapes::StringShape.new(name: 'TracingMode')
|
|
535
|
+
Truncated = Shapes::BooleanShape.new(name: 'Truncated')
|
|
385
536
|
TumblingWindowInSeconds = Shapes::IntegerShape.new(name: 'TumblingWindowInSeconds')
|
|
386
537
|
URI = Shapes::StringShape.new(name: 'URI')
|
|
387
538
|
UnqualifiedFunctionName = Shapes::StringShape.new(name: 'UnqualifiedFunctionName')
|
|
@@ -389,6 +540,8 @@ module Aws::Lambda
|
|
|
389
540
|
UnsupportedMediaTypeException = Shapes::StructureShape.new(name: 'UnsupportedMediaTypeException')
|
|
390
541
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
391
542
|
UpdateAliasRequest = Shapes::StructureShape.new(name: 'UpdateAliasRequest')
|
|
543
|
+
UpdateCapacityProviderRequest = Shapes::StructureShape.new(name: 'UpdateCapacityProviderRequest')
|
|
544
|
+
UpdateCapacityProviderResponse = Shapes::StructureShape.new(name: 'UpdateCapacityProviderResponse')
|
|
392
545
|
UpdateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigRequest')
|
|
393
546
|
UpdateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'UpdateCodeSigningConfigResponse')
|
|
394
547
|
UpdateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'UpdateEventSourceMappingRequest')
|
|
@@ -399,11 +552,19 @@ module Aws::Lambda
|
|
|
399
552
|
UpdateFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'UpdateFunctionUrlConfigResponse')
|
|
400
553
|
UpdateRuntimeOn = Shapes::StringShape.new(name: 'UpdateRuntimeOn')
|
|
401
554
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
555
|
+
VersionWithLatestPublished = Shapes::StringShape.new(name: 'VersionWithLatestPublished')
|
|
402
556
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
|
403
557
|
VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
|
|
404
558
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
|
559
|
+
WaitCancelledDetails = Shapes::StructureShape.new(name: 'WaitCancelledDetails')
|
|
560
|
+
WaitDetails = Shapes::StructureShape.new(name: 'WaitDetails')
|
|
561
|
+
WaitOptions = Shapes::StructureShape.new(name: 'WaitOptions')
|
|
562
|
+
WaitOptionsWaitSecondsInteger = Shapes::IntegerShape.new(name: 'WaitOptionsWaitSecondsInteger')
|
|
563
|
+
WaitStartedDetails = Shapes::StructureShape.new(name: 'WaitStartedDetails')
|
|
564
|
+
WaitSucceededDetails = Shapes::StructureShape.new(name: 'WaitSucceededDetails')
|
|
405
565
|
Weight = Shapes::FloatShape.new(name: 'Weight')
|
|
406
566
|
WorkingDirectory = Shapes::StringShape.new(name: 'WorkingDirectory')
|
|
567
|
+
XAmznTraceId = Shapes::StringShape.new(name: 'XAmznTraceId')
|
|
407
568
|
|
|
408
569
|
AccountLimit.add_member(:total_code_size, Shapes::ShapeRef.new(shape: Long, location_name: "TotalCodeSize"))
|
|
409
570
|
AccountLimit.add_member(:code_size_unzipped, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSizeUnzipped"))
|
|
@@ -429,14 +590,14 @@ module Aws::Lambda
|
|
|
429
590
|
AddLayerVersionPermissionResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
430
591
|
AddLayerVersionPermissionResponse.struct_class = Types::AddLayerVersionPermissionResponse
|
|
431
592
|
|
|
432
|
-
AddPermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
593
|
+
AddPermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
433
594
|
AddPermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location_name: "StatementId"))
|
|
434
595
|
AddPermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
|
|
435
596
|
AddPermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "Principal"))
|
|
436
597
|
AddPermissionRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceArn"))
|
|
437
598
|
AddPermissionRequest.add_member(:source_account, Shapes::ShapeRef.new(shape: SourceOwner, location_name: "SourceAccount"))
|
|
438
599
|
AddPermissionRequest.add_member(:event_source_token, Shapes::ShapeRef.new(shape: EventSourceToken, location_name: "EventSourceToken"))
|
|
439
|
-
AddPermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
600
|
+
AddPermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
440
601
|
AddPermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
441
602
|
AddPermissionRequest.add_member(:principal_org_id, Shapes::ShapeRef.new(shape: PrincipalOrgID, location_name: "PrincipalOrgID"))
|
|
442
603
|
AddPermissionRequest.add_member(:function_url_auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "FunctionUrlAuthType"))
|
|
@@ -475,6 +636,111 @@ module Aws::Lambda
|
|
|
475
636
|
|
|
476
637
|
ArchitecturesList.member = Shapes::ShapeRef.new(shape: Architecture)
|
|
477
638
|
|
|
639
|
+
CallbackDetails.add_member(:callback_id, Shapes::ShapeRef.new(shape: CallbackId, location_name: "CallbackId"))
|
|
640
|
+
CallbackDetails.add_member(:result, Shapes::ShapeRef.new(shape: OperationPayload, location_name: "Result"))
|
|
641
|
+
CallbackDetails.add_member(:error, Shapes::ShapeRef.new(shape: ErrorObject, location_name: "Error"))
|
|
642
|
+
CallbackDetails.struct_class = Types::CallbackDetails
|
|
643
|
+
|
|
644
|
+
CallbackFailedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
645
|
+
CallbackFailedDetails.struct_class = Types::CallbackFailedDetails
|
|
646
|
+
|
|
647
|
+
CallbackOptions.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: DurationSeconds, location_name: "TimeoutSeconds"))
|
|
648
|
+
CallbackOptions.add_member(:heartbeat_timeout_seconds, Shapes::ShapeRef.new(shape: DurationSeconds, location_name: "HeartbeatTimeoutSeconds"))
|
|
649
|
+
CallbackOptions.struct_class = Types::CallbackOptions
|
|
650
|
+
|
|
651
|
+
CallbackStartedDetails.add_member(:callback_id, Shapes::ShapeRef.new(shape: CallbackId, required: true, location_name: "CallbackId"))
|
|
652
|
+
CallbackStartedDetails.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: DurationSeconds, location_name: "HeartbeatTimeout"))
|
|
653
|
+
CallbackStartedDetails.add_member(:timeout, Shapes::ShapeRef.new(shape: DurationSeconds, location_name: "Timeout"))
|
|
654
|
+
CallbackStartedDetails.struct_class = Types::CallbackStartedDetails
|
|
655
|
+
|
|
656
|
+
CallbackSucceededDetails.add_member(:result, Shapes::ShapeRef.new(shape: EventResult, required: true, location_name: "Result"))
|
|
657
|
+
CallbackSucceededDetails.struct_class = Types::CallbackSucceededDetails
|
|
658
|
+
|
|
659
|
+
CallbackTimedOutDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
660
|
+
CallbackTimedOutDetails.struct_class = Types::CallbackTimedOutDetails
|
|
661
|
+
|
|
662
|
+
CallbackTimeoutException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
663
|
+
CallbackTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
664
|
+
CallbackTimeoutException.struct_class = Types::CallbackTimeoutException
|
|
665
|
+
|
|
666
|
+
CapacityProvider.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: CapacityProviderArn, required: true, location_name: "CapacityProviderArn"))
|
|
667
|
+
CapacityProvider.add_member(:state, Shapes::ShapeRef.new(shape: CapacityProviderState, required: true, location_name: "State"))
|
|
668
|
+
CapacityProvider.add_member(:vpc_config, Shapes::ShapeRef.new(shape: CapacityProviderVpcConfig, required: true, location_name: "VpcConfig"))
|
|
669
|
+
CapacityProvider.add_member(:permissions_config, Shapes::ShapeRef.new(shape: CapacityProviderPermissionsConfig, required: true, location_name: "PermissionsConfig"))
|
|
670
|
+
CapacityProvider.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "InstanceRequirements"))
|
|
671
|
+
CapacityProvider.add_member(:capacity_provider_scaling_config, Shapes::ShapeRef.new(shape: CapacityProviderScalingConfig, location_name: "CapacityProviderScalingConfig"))
|
|
672
|
+
CapacityProvider.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KmsKeyArn"))
|
|
673
|
+
CapacityProvider.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
|
|
674
|
+
CapacityProvider.struct_class = Types::CapacityProvider
|
|
675
|
+
|
|
676
|
+
CapacityProviderConfig.add_member(:lambda_managed_instances_capacity_provider_config, Shapes::ShapeRef.new(shape: LambdaManagedInstancesCapacityProviderConfig, required: true, location_name: "LambdaManagedInstancesCapacityProviderConfig"))
|
|
677
|
+
CapacityProviderConfig.struct_class = Types::CapacityProviderConfig
|
|
678
|
+
|
|
679
|
+
CapacityProviderLimitExceededException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
680
|
+
CapacityProviderLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
681
|
+
CapacityProviderLimitExceededException.struct_class = Types::CapacityProviderLimitExceededException
|
|
682
|
+
|
|
683
|
+
CapacityProviderPermissionsConfig.add_member(:capacity_provider_operator_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "CapacityProviderOperatorRoleArn"))
|
|
684
|
+
CapacityProviderPermissionsConfig.struct_class = Types::CapacityProviderPermissionsConfig
|
|
685
|
+
|
|
686
|
+
CapacityProviderScalingConfig.add_member(:max_v_cpu_count, Shapes::ShapeRef.new(shape: CapacityProviderMaxVCpuCount, location_name: "MaxVCpuCount"))
|
|
687
|
+
CapacityProviderScalingConfig.add_member(:scaling_mode, Shapes::ShapeRef.new(shape: CapacityProviderScalingMode, location_name: "ScalingMode"))
|
|
688
|
+
CapacityProviderScalingConfig.add_member(:scaling_policies, Shapes::ShapeRef.new(shape: CapacityProviderScalingPoliciesList, location_name: "ScalingPolicies"))
|
|
689
|
+
CapacityProviderScalingConfig.struct_class = Types::CapacityProviderScalingConfig
|
|
690
|
+
|
|
691
|
+
CapacityProviderScalingPoliciesList.member = Shapes::ShapeRef.new(shape: TargetTrackingScalingPolicy)
|
|
692
|
+
|
|
693
|
+
CapacityProviderSecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
|
694
|
+
|
|
695
|
+
CapacityProviderSubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
|
|
696
|
+
|
|
697
|
+
CapacityProviderVpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CapacityProviderSubnetIds, required: true, location_name: "SubnetIds"))
|
|
698
|
+
CapacityProviderVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CapacityProviderSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
|
|
699
|
+
CapacityProviderVpcConfig.struct_class = Types::CapacityProviderVpcConfig
|
|
700
|
+
|
|
701
|
+
CapacityProvidersList.member = Shapes::ShapeRef.new(shape: CapacityProvider)
|
|
702
|
+
|
|
703
|
+
ChainedInvokeDetails.add_member(:result, Shapes::ShapeRef.new(shape: OperationPayload, location_name: "Result"))
|
|
704
|
+
ChainedInvokeDetails.add_member(:error, Shapes::ShapeRef.new(shape: ErrorObject, location_name: "Error"))
|
|
705
|
+
ChainedInvokeDetails.struct_class = Types::ChainedInvokeDetails
|
|
706
|
+
|
|
707
|
+
ChainedInvokeFailedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
708
|
+
ChainedInvokeFailedDetails.struct_class = Types::ChainedInvokeFailedDetails
|
|
709
|
+
|
|
710
|
+
ChainedInvokeOptions.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location_name: "FunctionName"))
|
|
711
|
+
ChainedInvokeOptions.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location_name: "TenantId"))
|
|
712
|
+
ChainedInvokeOptions.struct_class = Types::ChainedInvokeOptions
|
|
713
|
+
|
|
714
|
+
ChainedInvokeStartedDetails.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location_name: "FunctionName"))
|
|
715
|
+
ChainedInvokeStartedDetails.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location_name: "TenantId"))
|
|
716
|
+
ChainedInvokeStartedDetails.add_member(:input, Shapes::ShapeRef.new(shape: EventInput, location_name: "Input"))
|
|
717
|
+
ChainedInvokeStartedDetails.add_member(:executed_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, location_name: "ExecutedVersion"))
|
|
718
|
+
ChainedInvokeStartedDetails.add_member(:durable_execution_arn, Shapes::ShapeRef.new(shape: DurableExecutionArn, location_name: "DurableExecutionArn"))
|
|
719
|
+
ChainedInvokeStartedDetails.struct_class = Types::ChainedInvokeStartedDetails
|
|
720
|
+
|
|
721
|
+
ChainedInvokeStoppedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
722
|
+
ChainedInvokeStoppedDetails.struct_class = Types::ChainedInvokeStoppedDetails
|
|
723
|
+
|
|
724
|
+
ChainedInvokeSucceededDetails.add_member(:result, Shapes::ShapeRef.new(shape: EventResult, required: true, location_name: "Result"))
|
|
725
|
+
ChainedInvokeSucceededDetails.struct_class = Types::ChainedInvokeSucceededDetails
|
|
726
|
+
|
|
727
|
+
ChainedInvokeTimedOutDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
728
|
+
ChainedInvokeTimedOutDetails.struct_class = Types::ChainedInvokeTimedOutDetails
|
|
729
|
+
|
|
730
|
+
CheckpointDurableExecutionRequest.add_member(:durable_execution_arn, Shapes::ShapeRef.new(shape: DurableExecutionArn, required: true, location: "uri", location_name: "DurableExecutionArn"))
|
|
731
|
+
CheckpointDurableExecutionRequest.add_member(:checkpoint_token, Shapes::ShapeRef.new(shape: CheckpointToken, required: true, location_name: "CheckpointToken"))
|
|
732
|
+
CheckpointDurableExecutionRequest.add_member(:updates, Shapes::ShapeRef.new(shape: OperationUpdates, location_name: "Updates"))
|
|
733
|
+
CheckpointDurableExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
734
|
+
CheckpointDurableExecutionRequest.struct_class = Types::CheckpointDurableExecutionRequest
|
|
735
|
+
|
|
736
|
+
CheckpointDurableExecutionResponse.add_member(:checkpoint_token, Shapes::ShapeRef.new(shape: CheckpointToken, location_name: "CheckpointToken"))
|
|
737
|
+
CheckpointDurableExecutionResponse.add_member(:new_execution_state, Shapes::ShapeRef.new(shape: CheckpointUpdatedExecutionState, required: true, location_name: "NewExecutionState"))
|
|
738
|
+
CheckpointDurableExecutionResponse.struct_class = Types::CheckpointDurableExecutionResponse
|
|
739
|
+
|
|
740
|
+
CheckpointUpdatedExecutionState.add_member(:operations, Shapes::ShapeRef.new(shape: Operations, location_name: "Operations"))
|
|
741
|
+
CheckpointUpdatedExecutionState.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
742
|
+
CheckpointUpdatedExecutionState.struct_class = Types::CheckpointUpdatedExecutionState
|
|
743
|
+
|
|
478
744
|
CodeSigningConfig.add_member(:code_signing_config_id, Shapes::ShapeRef.new(shape: CodeSigningConfigId, required: true, location_name: "CodeSigningConfigId"))
|
|
479
745
|
CodeSigningConfig.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
|
|
480
746
|
CodeSigningConfig.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
@@ -507,6 +773,22 @@ module Aws::Lambda
|
|
|
507
773
|
Concurrency.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, location_name: "ReservedConcurrentExecutions"))
|
|
508
774
|
Concurrency.struct_class = Types::Concurrency
|
|
509
775
|
|
|
776
|
+
ContextDetails.add_member(:replay_children, Shapes::ShapeRef.new(shape: ReplayChildren, location_name: "ReplayChildren"))
|
|
777
|
+
ContextDetails.add_member(:result, Shapes::ShapeRef.new(shape: OperationPayload, location_name: "Result"))
|
|
778
|
+
ContextDetails.add_member(:error, Shapes::ShapeRef.new(shape: ErrorObject, location_name: "Error"))
|
|
779
|
+
ContextDetails.struct_class = Types::ContextDetails
|
|
780
|
+
|
|
781
|
+
ContextFailedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
782
|
+
ContextFailedDetails.struct_class = Types::ContextFailedDetails
|
|
783
|
+
|
|
784
|
+
ContextOptions.add_member(:replay_children, Shapes::ShapeRef.new(shape: ReplayChildren, location_name: "ReplayChildren"))
|
|
785
|
+
ContextOptions.struct_class = Types::ContextOptions
|
|
786
|
+
|
|
787
|
+
ContextStartedDetails.struct_class = Types::ContextStartedDetails
|
|
788
|
+
|
|
789
|
+
ContextSucceededDetails.add_member(:result, Shapes::ShapeRef.new(shape: EventResult, required: true, location_name: "Result"))
|
|
790
|
+
ContextSucceededDetails.struct_class = Types::ContextSucceededDetails
|
|
791
|
+
|
|
510
792
|
Cors.add_member(:allow_credentials, Shapes::ShapeRef.new(shape: AllowCredentials, location_name: "AllowCredentials"))
|
|
511
793
|
Cors.add_member(:allow_headers, Shapes::ShapeRef.new(shape: HeadersList, location_name: "AllowHeaders"))
|
|
512
794
|
Cors.add_member(:allow_methods, Shapes::ShapeRef.new(shape: AllowMethodsList, location_name: "AllowMethods"))
|
|
@@ -517,11 +799,23 @@ module Aws::Lambda
|
|
|
517
799
|
|
|
518
800
|
CreateAliasRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
519
801
|
CreateAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location_name: "Name"))
|
|
520
|
-
CreateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape:
|
|
802
|
+
CreateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, required: true, location_name: "FunctionVersion"))
|
|
521
803
|
CreateAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
522
804
|
CreateAliasRequest.add_member(:routing_config, Shapes::ShapeRef.new(shape: AliasRoutingConfiguration, location_name: "RoutingConfig"))
|
|
523
805
|
CreateAliasRequest.struct_class = Types::CreateAliasRequest
|
|
524
806
|
|
|
807
|
+
CreateCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location_name: "CapacityProviderName"))
|
|
808
|
+
CreateCapacityProviderRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: CapacityProviderVpcConfig, required: true, location_name: "VpcConfig"))
|
|
809
|
+
CreateCapacityProviderRequest.add_member(:permissions_config, Shapes::ShapeRef.new(shape: CapacityProviderPermissionsConfig, required: true, location_name: "PermissionsConfig"))
|
|
810
|
+
CreateCapacityProviderRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "InstanceRequirements"))
|
|
811
|
+
CreateCapacityProviderRequest.add_member(:capacity_provider_scaling_config, Shapes::ShapeRef.new(shape: CapacityProviderScalingConfig, location_name: "CapacityProviderScalingConfig"))
|
|
812
|
+
CreateCapacityProviderRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArnNonEmpty, location_name: "KmsKeyArn"))
|
|
813
|
+
CreateCapacityProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
814
|
+
CreateCapacityProviderRequest.struct_class = Types::CreateCapacityProviderRequest
|
|
815
|
+
|
|
816
|
+
CreateCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
|
|
817
|
+
CreateCapacityProviderResponse.struct_class = Types::CreateCapacityProviderResponse
|
|
818
|
+
|
|
525
819
|
CreateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
526
820
|
CreateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, required: true, location_name: "AllowedPublishers"))
|
|
527
821
|
CreateCodeSigningConfigRequest.add_member(:code_signing_policies, Shapes::ShapeRef.new(shape: CodeSigningPolicies, location_name: "CodeSigningPolicies"))
|
|
@@ -532,7 +826,7 @@ module Aws::Lambda
|
|
|
532
826
|
CreateCodeSigningConfigResponse.struct_class = Types::CreateCodeSigningConfigResponse
|
|
533
827
|
|
|
534
828
|
CreateEventSourceMappingRequest.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
|
|
535
|
-
CreateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
829
|
+
CreateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location_name: "FunctionName"))
|
|
536
830
|
CreateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
|
|
537
831
|
CreateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
538
832
|
CreateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
|
|
@@ -584,6 +878,9 @@ module Aws::Lambda
|
|
|
584
878
|
CreateFunctionRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
|
585
879
|
CreateFunctionRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
|
|
586
880
|
CreateFunctionRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
|
|
881
|
+
CreateFunctionRequest.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
|
|
882
|
+
CreateFunctionRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
|
|
883
|
+
CreateFunctionRequest.add_member(:durable_config, Shapes::ShapeRef.new(shape: DurableConfig, location_name: "DurableConfig"))
|
|
587
884
|
CreateFunctionRequest.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
588
885
|
CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
|
|
589
886
|
|
|
@@ -609,6 +906,12 @@ module Aws::Lambda
|
|
|
609
906
|
DeleteAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
|
|
610
907
|
DeleteAliasRequest.struct_class = Types::DeleteAliasRequest
|
|
611
908
|
|
|
909
|
+
DeleteCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location: "uri", location_name: "CapacityProviderName"))
|
|
910
|
+
DeleteCapacityProviderRequest.struct_class = Types::DeleteCapacityProviderRequest
|
|
911
|
+
|
|
912
|
+
DeleteCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
|
|
913
|
+
DeleteCapacityProviderResponse.struct_class = Types::DeleteCapacityProviderResponse
|
|
914
|
+
|
|
612
915
|
DeleteCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
|
|
613
916
|
DeleteCodeSigningConfigRequest.struct_class = Types::DeleteCodeSigningConfigRequest
|
|
614
917
|
|
|
@@ -617,20 +920,23 @@ module Aws::Lambda
|
|
|
617
920
|
DeleteEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
|
|
618
921
|
DeleteEventSourceMappingRequest.struct_class = Types::DeleteEventSourceMappingRequest
|
|
619
922
|
|
|
620
|
-
DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
923
|
+
DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
621
924
|
DeleteFunctionCodeSigningConfigRequest.struct_class = Types::DeleteFunctionCodeSigningConfigRequest
|
|
622
925
|
|
|
623
926
|
DeleteFunctionConcurrencyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
624
927
|
DeleteFunctionConcurrencyRequest.struct_class = Types::DeleteFunctionConcurrencyRequest
|
|
625
928
|
|
|
626
|
-
DeleteFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
627
|
-
DeleteFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
929
|
+
DeleteFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
930
|
+
DeleteFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
628
931
|
DeleteFunctionEventInvokeConfigRequest.struct_class = Types::DeleteFunctionEventInvokeConfigRequest
|
|
629
932
|
|
|
630
|
-
DeleteFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
631
|
-
DeleteFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
933
|
+
DeleteFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
934
|
+
DeleteFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
632
935
|
DeleteFunctionRequest.struct_class = Types::DeleteFunctionRequest
|
|
633
936
|
|
|
937
|
+
DeleteFunctionResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "StatusCode"))
|
|
938
|
+
DeleteFunctionResponse.struct_class = Types::DeleteFunctionResponse
|
|
939
|
+
|
|
634
940
|
DeleteFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
635
941
|
DeleteFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
636
942
|
DeleteFunctionUrlConfigRequest.struct_class = Types::DeleteFunctionUrlConfigRequest
|
|
@@ -652,6 +958,16 @@ module Aws::Lambda
|
|
|
652
958
|
DocumentDBEventSourceConfig.add_member(:full_document, Shapes::ShapeRef.new(shape: FullDocument, location_name: "FullDocument"))
|
|
653
959
|
DocumentDBEventSourceConfig.struct_class = Types::DocumentDBEventSourceConfig
|
|
654
960
|
|
|
961
|
+
DurableConfig.add_member(:retention_period_in_days, Shapes::ShapeRef.new(shape: RetentionPeriodInDays, location_name: "RetentionPeriodInDays"))
|
|
962
|
+
DurableConfig.add_member(:execution_timeout, Shapes::ShapeRef.new(shape: ExecutionTimeout, location_name: "ExecutionTimeout"))
|
|
963
|
+
DurableConfig.struct_class = Types::DurableConfig
|
|
964
|
+
|
|
965
|
+
DurableExecutionAlreadyStartedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
966
|
+
DurableExecutionAlreadyStartedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
967
|
+
DurableExecutionAlreadyStartedException.struct_class = Types::DurableExecutionAlreadyStartedException
|
|
968
|
+
|
|
969
|
+
DurableExecutions.member = Shapes::ShapeRef.new(shape: Execution)
|
|
970
|
+
|
|
655
971
|
EC2AccessDeniedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
656
972
|
EC2AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
657
973
|
EC2AccessDeniedException.struct_class = Types::EC2AccessDeniedException
|
|
@@ -707,6 +1023,57 @@ module Aws::Lambda
|
|
|
707
1023
|
EphemeralStorage.add_member(:size, Shapes::ShapeRef.new(shape: EphemeralStorageSize, required: true, location_name: "Size"))
|
|
708
1024
|
EphemeralStorage.struct_class = Types::EphemeralStorage
|
|
709
1025
|
|
|
1026
|
+
ErrorObject.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
|
1027
|
+
ErrorObject.add_member(:error_type, Shapes::ShapeRef.new(shape: ErrorType, location_name: "ErrorType"))
|
|
1028
|
+
ErrorObject.add_member(:error_data, Shapes::ShapeRef.new(shape: ErrorData, location_name: "ErrorData"))
|
|
1029
|
+
ErrorObject.add_member(:stack_trace, Shapes::ShapeRef.new(shape: StackTraceEntries, location_name: "StackTrace"))
|
|
1030
|
+
ErrorObject.struct_class = Types::ErrorObject
|
|
1031
|
+
|
|
1032
|
+
Event.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "EventType"))
|
|
1033
|
+
Event.add_member(:sub_type, Shapes::ShapeRef.new(shape: OperationSubType, location_name: "SubType"))
|
|
1034
|
+
Event.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, location_name: "EventId"))
|
|
1035
|
+
Event.add_member(:id, Shapes::ShapeRef.new(shape: OperationId, location_name: "Id"))
|
|
1036
|
+
Event.add_member(:name, Shapes::ShapeRef.new(shape: OperationName, location_name: "Name"))
|
|
1037
|
+
Event.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, location_name: "EventTimestamp"))
|
|
1038
|
+
Event.add_member(:parent_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "ParentId"))
|
|
1039
|
+
Event.add_member(:execution_started_details, Shapes::ShapeRef.new(shape: ExecutionStartedDetails, location_name: "ExecutionStartedDetails"))
|
|
1040
|
+
Event.add_member(:execution_succeeded_details, Shapes::ShapeRef.new(shape: ExecutionSucceededDetails, location_name: "ExecutionSucceededDetails"))
|
|
1041
|
+
Event.add_member(:execution_failed_details, Shapes::ShapeRef.new(shape: ExecutionFailedDetails, location_name: "ExecutionFailedDetails"))
|
|
1042
|
+
Event.add_member(:execution_timed_out_details, Shapes::ShapeRef.new(shape: ExecutionTimedOutDetails, location_name: "ExecutionTimedOutDetails"))
|
|
1043
|
+
Event.add_member(:execution_stopped_details, Shapes::ShapeRef.new(shape: ExecutionStoppedDetails, location_name: "ExecutionStoppedDetails"))
|
|
1044
|
+
Event.add_member(:context_started_details, Shapes::ShapeRef.new(shape: ContextStartedDetails, location_name: "ContextStartedDetails"))
|
|
1045
|
+
Event.add_member(:context_succeeded_details, Shapes::ShapeRef.new(shape: ContextSucceededDetails, location_name: "ContextSucceededDetails"))
|
|
1046
|
+
Event.add_member(:context_failed_details, Shapes::ShapeRef.new(shape: ContextFailedDetails, location_name: "ContextFailedDetails"))
|
|
1047
|
+
Event.add_member(:wait_started_details, Shapes::ShapeRef.new(shape: WaitStartedDetails, location_name: "WaitStartedDetails"))
|
|
1048
|
+
Event.add_member(:wait_succeeded_details, Shapes::ShapeRef.new(shape: WaitSucceededDetails, location_name: "WaitSucceededDetails"))
|
|
1049
|
+
Event.add_member(:wait_cancelled_details, Shapes::ShapeRef.new(shape: WaitCancelledDetails, location_name: "WaitCancelledDetails"))
|
|
1050
|
+
Event.add_member(:step_started_details, Shapes::ShapeRef.new(shape: StepStartedDetails, location_name: "StepStartedDetails"))
|
|
1051
|
+
Event.add_member(:step_succeeded_details, Shapes::ShapeRef.new(shape: StepSucceededDetails, location_name: "StepSucceededDetails"))
|
|
1052
|
+
Event.add_member(:step_failed_details, Shapes::ShapeRef.new(shape: StepFailedDetails, location_name: "StepFailedDetails"))
|
|
1053
|
+
Event.add_member(:chained_invoke_started_details, Shapes::ShapeRef.new(shape: ChainedInvokeStartedDetails, location_name: "ChainedInvokeStartedDetails"))
|
|
1054
|
+
Event.add_member(:chained_invoke_succeeded_details, Shapes::ShapeRef.new(shape: ChainedInvokeSucceededDetails, location_name: "ChainedInvokeSucceededDetails"))
|
|
1055
|
+
Event.add_member(:chained_invoke_failed_details, Shapes::ShapeRef.new(shape: ChainedInvokeFailedDetails, location_name: "ChainedInvokeFailedDetails"))
|
|
1056
|
+
Event.add_member(:chained_invoke_timed_out_details, Shapes::ShapeRef.new(shape: ChainedInvokeTimedOutDetails, location_name: "ChainedInvokeTimedOutDetails"))
|
|
1057
|
+
Event.add_member(:chained_invoke_stopped_details, Shapes::ShapeRef.new(shape: ChainedInvokeStoppedDetails, location_name: "ChainedInvokeStoppedDetails"))
|
|
1058
|
+
Event.add_member(:callback_started_details, Shapes::ShapeRef.new(shape: CallbackStartedDetails, location_name: "CallbackStartedDetails"))
|
|
1059
|
+
Event.add_member(:callback_succeeded_details, Shapes::ShapeRef.new(shape: CallbackSucceededDetails, location_name: "CallbackSucceededDetails"))
|
|
1060
|
+
Event.add_member(:callback_failed_details, Shapes::ShapeRef.new(shape: CallbackFailedDetails, location_name: "CallbackFailedDetails"))
|
|
1061
|
+
Event.add_member(:callback_timed_out_details, Shapes::ShapeRef.new(shape: CallbackTimedOutDetails, location_name: "CallbackTimedOutDetails"))
|
|
1062
|
+
Event.add_member(:invocation_completed_details, Shapes::ShapeRef.new(shape: InvocationCompletedDetails, location_name: "InvocationCompletedDetails"))
|
|
1063
|
+
Event.struct_class = Types::Event
|
|
1064
|
+
|
|
1065
|
+
EventError.add_member(:payload, Shapes::ShapeRef.new(shape: ErrorObject, location_name: "Payload"))
|
|
1066
|
+
EventError.add_member(:truncated, Shapes::ShapeRef.new(shape: Truncated, location_name: "Truncated"))
|
|
1067
|
+
EventError.struct_class = Types::EventError
|
|
1068
|
+
|
|
1069
|
+
EventInput.add_member(:payload, Shapes::ShapeRef.new(shape: InputPayload, location_name: "Payload"))
|
|
1070
|
+
EventInput.add_member(:truncated, Shapes::ShapeRef.new(shape: Truncated, location_name: "Truncated"))
|
|
1071
|
+
EventInput.struct_class = Types::EventInput
|
|
1072
|
+
|
|
1073
|
+
EventResult.add_member(:payload, Shapes::ShapeRef.new(shape: OperationPayload, location_name: "Payload"))
|
|
1074
|
+
EventResult.add_member(:truncated, Shapes::ShapeRef.new(shape: Truncated, location_name: "Truncated"))
|
|
1075
|
+
EventResult.struct_class = Types::EventResult
|
|
1076
|
+
|
|
710
1077
|
EventSourceMappingConfiguration.add_member(:uuid, Shapes::ShapeRef.new(shape: String, location_name: "UUID"))
|
|
711
1078
|
EventSourceMappingConfiguration.add_member(:starting_position, Shapes::ShapeRef.new(shape: EventSourcePosition, location_name: "StartingPosition"))
|
|
712
1079
|
EventSourceMappingConfiguration.add_member(:starting_position_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "StartingPositionTimestamp"))
|
|
@@ -748,6 +1115,37 @@ module Aws::Lambda
|
|
|
748
1115
|
|
|
749
1116
|
EventSourceMappingsList.member = Shapes::ShapeRef.new(shape: EventSourceMappingConfiguration)
|
|
750
1117
|
|
|
1118
|
+
Events.member = Shapes::ShapeRef.new(shape: Event)
|
|
1119
|
+
|
|
1120
|
+
Execution.add_member(:durable_execution_arn, Shapes::ShapeRef.new(shape: DurableExecutionArn, required: true, location_name: "DurableExecutionArn"))
|
|
1121
|
+
Execution.add_member(:durable_execution_name, Shapes::ShapeRef.new(shape: DurableExecutionName, required: true, location_name: "DurableExecutionName"))
|
|
1122
|
+
Execution.add_member(:function_arn, Shapes::ShapeRef.new(shape: NameSpacedFunctionArn, required: true, location_name: "FunctionArn"))
|
|
1123
|
+
Execution.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "Status"))
|
|
1124
|
+
Execution.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, required: true, location_name: "StartTimestamp"))
|
|
1125
|
+
Execution.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, location_name: "EndTimestamp"))
|
|
1126
|
+
Execution.struct_class = Types::Execution
|
|
1127
|
+
|
|
1128
|
+
ExecutionDetails.add_member(:input_payload, Shapes::ShapeRef.new(shape: InputPayload, location_name: "InputPayload"))
|
|
1129
|
+
ExecutionDetails.struct_class = Types::ExecutionDetails
|
|
1130
|
+
|
|
1131
|
+
ExecutionFailedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
1132
|
+
ExecutionFailedDetails.struct_class = Types::ExecutionFailedDetails
|
|
1133
|
+
|
|
1134
|
+
ExecutionStartedDetails.add_member(:input, Shapes::ShapeRef.new(shape: EventInput, required: true, location_name: "Input"))
|
|
1135
|
+
ExecutionStartedDetails.add_member(:execution_timeout, Shapes::ShapeRef.new(shape: DurationSeconds, required: true, location_name: "ExecutionTimeout"))
|
|
1136
|
+
ExecutionStartedDetails.struct_class = Types::ExecutionStartedDetails
|
|
1137
|
+
|
|
1138
|
+
ExecutionStatusList.member = Shapes::ShapeRef.new(shape: ExecutionStatus)
|
|
1139
|
+
|
|
1140
|
+
ExecutionStoppedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
1141
|
+
ExecutionStoppedDetails.struct_class = Types::ExecutionStoppedDetails
|
|
1142
|
+
|
|
1143
|
+
ExecutionSucceededDetails.add_member(:result, Shapes::ShapeRef.new(shape: EventResult, required: true, location_name: "Result"))
|
|
1144
|
+
ExecutionSucceededDetails.struct_class = Types::ExecutionSucceededDetails
|
|
1145
|
+
|
|
1146
|
+
ExecutionTimedOutDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, location_name: "Error"))
|
|
1147
|
+
ExecutionTimedOutDetails.struct_class = Types::ExecutionTimedOutDetails
|
|
1148
|
+
|
|
751
1149
|
FileSystemConfig.add_member(:arn, Shapes::ShapeRef.new(shape: FileSystemArn, required: true, location_name: "Arn"))
|
|
752
1150
|
FileSystemConfig.add_member(:local_mount_path, Shapes::ShapeRef.new(shape: LocalMountPath, required: true, location_name: "LocalMountPath"))
|
|
753
1151
|
FileSystemConfig.struct_class = Types::FileSystemConfig
|
|
@@ -819,6 +1217,9 @@ module Aws::Lambda
|
|
|
819
1217
|
FunctionConfiguration.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStartResponse, location_name: "SnapStart"))
|
|
820
1218
|
FunctionConfiguration.add_member(:runtime_version_config, Shapes::ShapeRef.new(shape: RuntimeVersionConfig, location_name: "RuntimeVersionConfig"))
|
|
821
1219
|
FunctionConfiguration.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
|
|
1220
|
+
FunctionConfiguration.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
|
|
1221
|
+
FunctionConfiguration.add_member(:config_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "ConfigSha256"))
|
|
1222
|
+
FunctionConfiguration.add_member(:durable_config, Shapes::ShapeRef.new(shape: DurableConfig, location_name: "DurableConfig"))
|
|
822
1223
|
FunctionConfiguration.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
823
1224
|
FunctionConfiguration.struct_class = Types::FunctionConfiguration
|
|
824
1225
|
|
|
@@ -835,6 +1236,10 @@ module Aws::Lambda
|
|
|
835
1236
|
|
|
836
1237
|
FunctionResponseTypeList.member = Shapes::ShapeRef.new(shape: FunctionResponseType)
|
|
837
1238
|
|
|
1239
|
+
FunctionScalingConfig.add_member(:min_execution_environments, Shapes::ShapeRef.new(shape: FunctionScalingConfigExecutionEnvironments, location_name: "MinExecutionEnvironments"))
|
|
1240
|
+
FunctionScalingConfig.add_member(:max_execution_environments, Shapes::ShapeRef.new(shape: FunctionScalingConfigExecutionEnvironments, location_name: "MaxExecutionEnvironments"))
|
|
1241
|
+
FunctionScalingConfig.struct_class = Types::FunctionScalingConfig
|
|
1242
|
+
|
|
838
1243
|
FunctionUrlConfig.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
|
|
839
1244
|
FunctionUrlConfig.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
|
|
840
1245
|
FunctionUrlConfig.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
|
@@ -846,6 +1251,16 @@ module Aws::Lambda
|
|
|
846
1251
|
|
|
847
1252
|
FunctionUrlConfigList.member = Shapes::ShapeRef.new(shape: FunctionUrlConfig)
|
|
848
1253
|
|
|
1254
|
+
FunctionVersionsByCapacityProviderList.member = Shapes::ShapeRef.new(shape: FunctionVersionsByCapacityProviderListItem)
|
|
1255
|
+
|
|
1256
|
+
FunctionVersionsByCapacityProviderListItem.add_member(:function_arn, Shapes::ShapeRef.new(shape: NameSpacedFunctionArn, required: true, location_name: "FunctionArn"))
|
|
1257
|
+
FunctionVersionsByCapacityProviderListItem.add_member(:state, Shapes::ShapeRef.new(shape: State, required: true, location_name: "State"))
|
|
1258
|
+
FunctionVersionsByCapacityProviderListItem.struct_class = Types::FunctionVersionsByCapacityProviderListItem
|
|
1259
|
+
|
|
1260
|
+
FunctionVersionsPerCapacityProviderLimitExceededException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
1261
|
+
FunctionVersionsPerCapacityProviderLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1262
|
+
FunctionVersionsPerCapacityProviderLimitExceededException.struct_class = Types::FunctionVersionsPerCapacityProviderLimitExceededException
|
|
1263
|
+
|
|
849
1264
|
GetAccountSettingsRequest.struct_class = Types::GetAccountSettingsRequest
|
|
850
1265
|
|
|
851
1266
|
GetAccountSettingsResponse.add_member(:account_limit, Shapes::ShapeRef.new(shape: AccountLimit, location_name: "AccountLimit"))
|
|
@@ -856,16 +1271,59 @@ module Aws::Lambda
|
|
|
856
1271
|
GetAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location: "uri", location_name: "Name"))
|
|
857
1272
|
GetAliasRequest.struct_class = Types::GetAliasRequest
|
|
858
1273
|
|
|
1274
|
+
GetCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location: "uri", location_name: "CapacityProviderName"))
|
|
1275
|
+
GetCapacityProviderRequest.struct_class = Types::GetCapacityProviderRequest
|
|
1276
|
+
|
|
1277
|
+
GetCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
|
|
1278
|
+
GetCapacityProviderResponse.struct_class = Types::GetCapacityProviderResponse
|
|
1279
|
+
|
|
859
1280
|
GetCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
|
|
860
1281
|
GetCodeSigningConfigRequest.struct_class = Types::GetCodeSigningConfigRequest
|
|
861
1282
|
|
|
862
1283
|
GetCodeSigningConfigResponse.add_member(:code_signing_config, Shapes::ShapeRef.new(shape: CodeSigningConfig, required: true, location_name: "CodeSigningConfig"))
|
|
863
1284
|
GetCodeSigningConfigResponse.struct_class = Types::GetCodeSigningConfigResponse
|
|
864
1285
|
|
|
1286
|
+
GetDurableExecutionHistoryRequest.add_member(:durable_execution_arn, Shapes::ShapeRef.new(shape: DurableExecutionArn, required: true, location: "uri", location_name: "DurableExecutionArn"))
|
|
1287
|
+
GetDurableExecutionHistoryRequest.add_member(:include_execution_data, Shapes::ShapeRef.new(shape: IncludeExecutionData, location: "querystring", location_name: "IncludeExecutionData"))
|
|
1288
|
+
GetDurableExecutionHistoryRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: ItemCount, location: "querystring", location_name: "MaxItems"))
|
|
1289
|
+
GetDurableExecutionHistoryRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1290
|
+
GetDurableExecutionHistoryRequest.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location: "querystring", location_name: "ReverseOrder"))
|
|
1291
|
+
GetDurableExecutionHistoryRequest.struct_class = Types::GetDurableExecutionHistoryRequest
|
|
1292
|
+
|
|
1293
|
+
GetDurableExecutionHistoryResponse.add_member(:events, Shapes::ShapeRef.new(shape: Events, required: true, location_name: "Events"))
|
|
1294
|
+
GetDurableExecutionHistoryResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1295
|
+
GetDurableExecutionHistoryResponse.struct_class = Types::GetDurableExecutionHistoryResponse
|
|
1296
|
+
|
|
1297
|
+
GetDurableExecutionRequest.add_member(:durable_execution_arn, Shapes::ShapeRef.new(shape: DurableExecutionArn, required: true, location: "uri", location_name: "DurableExecutionArn"))
|
|
1298
|
+
GetDurableExecutionRequest.struct_class = Types::GetDurableExecutionRequest
|
|
1299
|
+
|
|
1300
|
+
GetDurableExecutionResponse.add_member(:durable_execution_arn, Shapes::ShapeRef.new(shape: DurableExecutionArn, required: true, location_name: "DurableExecutionArn"))
|
|
1301
|
+
GetDurableExecutionResponse.add_member(:durable_execution_name, Shapes::ShapeRef.new(shape: DurableExecutionName, required: true, location_name: "DurableExecutionName"))
|
|
1302
|
+
GetDurableExecutionResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: NameSpacedFunctionArn, required: true, location_name: "FunctionArn"))
|
|
1303
|
+
GetDurableExecutionResponse.add_member(:input_payload, Shapes::ShapeRef.new(shape: InputPayload, location_name: "InputPayload"))
|
|
1304
|
+
GetDurableExecutionResponse.add_member(:result, Shapes::ShapeRef.new(shape: OutputPayload, location_name: "Result"))
|
|
1305
|
+
GetDurableExecutionResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorObject, location_name: "Error"))
|
|
1306
|
+
GetDurableExecutionResponse.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, required: true, location_name: "StartTimestamp"))
|
|
1307
|
+
GetDurableExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "Status"))
|
|
1308
|
+
GetDurableExecutionResponse.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, location_name: "EndTimestamp"))
|
|
1309
|
+
GetDurableExecutionResponse.add_member(:version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, location_name: "Version"))
|
|
1310
|
+
GetDurableExecutionResponse.add_member(:trace_header, Shapes::ShapeRef.new(shape: TraceHeader, location_name: "TraceHeader"))
|
|
1311
|
+
GetDurableExecutionResponse.struct_class = Types::GetDurableExecutionResponse
|
|
1312
|
+
|
|
1313
|
+
GetDurableExecutionStateRequest.add_member(:durable_execution_arn, Shapes::ShapeRef.new(shape: DurableExecutionArn, required: true, location: "uri", location_name: "DurableExecutionArn"))
|
|
1314
|
+
GetDurableExecutionStateRequest.add_member(:checkpoint_token, Shapes::ShapeRef.new(shape: CheckpointToken, required: true, location: "querystring", location_name: "CheckpointToken"))
|
|
1315
|
+
GetDurableExecutionStateRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1316
|
+
GetDurableExecutionStateRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: ItemCount, location: "querystring", location_name: "MaxItems"))
|
|
1317
|
+
GetDurableExecutionStateRequest.struct_class = Types::GetDurableExecutionStateRequest
|
|
1318
|
+
|
|
1319
|
+
GetDurableExecutionStateResponse.add_member(:operations, Shapes::ShapeRef.new(shape: Operations, required: true, location_name: "Operations"))
|
|
1320
|
+
GetDurableExecutionStateResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1321
|
+
GetDurableExecutionStateResponse.struct_class = Types::GetDurableExecutionStateResponse
|
|
1322
|
+
|
|
865
1323
|
GetEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "UUID"))
|
|
866
1324
|
GetEventSourceMappingRequest.struct_class = Types::GetEventSourceMappingRequest
|
|
867
1325
|
|
|
868
|
-
GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1326
|
+
GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
869
1327
|
GetFunctionCodeSigningConfigRequest.struct_class = Types::GetFunctionCodeSigningConfigRequest
|
|
870
1328
|
|
|
871
1329
|
GetFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
|
|
@@ -879,11 +1337,11 @@ module Aws::Lambda
|
|
|
879
1337
|
GetFunctionConcurrencyResponse.struct_class = Types::GetFunctionConcurrencyResponse
|
|
880
1338
|
|
|
881
1339
|
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:
|
|
1340
|
+
GetFunctionConfigurationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
883
1341
|
GetFunctionConfigurationRequest.struct_class = Types::GetFunctionConfigurationRequest
|
|
884
1342
|
|
|
885
|
-
GetFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
886
|
-
GetFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1343
|
+
GetFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1344
|
+
GetFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
887
1345
|
GetFunctionEventInvokeConfigRequest.struct_class = Types::GetFunctionEventInvokeConfigRequest
|
|
888
1346
|
|
|
889
1347
|
GetFunctionRecursionConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: UnqualifiedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -893,7 +1351,7 @@ module Aws::Lambda
|
|
|
893
1351
|
GetFunctionRecursionConfigResponse.struct_class = Types::GetFunctionRecursionConfigResponse
|
|
894
1352
|
|
|
895
1353
|
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:
|
|
1354
|
+
GetFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
897
1355
|
GetFunctionRequest.struct_class = Types::GetFunctionRequest
|
|
898
1356
|
|
|
899
1357
|
GetFunctionResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: FunctionConfiguration, location_name: "Configuration"))
|
|
@@ -903,6 +1361,15 @@ module Aws::Lambda
|
|
|
903
1361
|
GetFunctionResponse.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, location_name: "Concurrency"))
|
|
904
1362
|
GetFunctionResponse.struct_class = Types::GetFunctionResponse
|
|
905
1363
|
|
|
1364
|
+
GetFunctionScalingConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: UnqualifiedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1365
|
+
GetFunctionScalingConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: PublishedFunctionQualifier, required: true, location: "querystring", location_name: "Qualifier"))
|
|
1366
|
+
GetFunctionScalingConfigRequest.struct_class = Types::GetFunctionScalingConfigRequest
|
|
1367
|
+
|
|
1368
|
+
GetFunctionScalingConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, location_name: "FunctionArn"))
|
|
1369
|
+
GetFunctionScalingConfigResponse.add_member(:applied_function_scaling_config, Shapes::ShapeRef.new(shape: FunctionScalingConfig, location_name: "AppliedFunctionScalingConfig"))
|
|
1370
|
+
GetFunctionScalingConfigResponse.add_member(:requested_function_scaling_config, Shapes::ShapeRef.new(shape: FunctionScalingConfig, location_name: "RequestedFunctionScalingConfig"))
|
|
1371
|
+
GetFunctionScalingConfigResponse.struct_class = Types::GetFunctionScalingConfigResponse
|
|
1372
|
+
|
|
906
1373
|
GetFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
907
1374
|
GetFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
908
1375
|
GetFunctionUrlConfigRequest.struct_class = Types::GetFunctionUrlConfigRequest
|
|
@@ -943,7 +1410,7 @@ module Aws::Lambda
|
|
|
943
1410
|
GetLayerVersionResponse.struct_class = Types::GetLayerVersionResponse
|
|
944
1411
|
|
|
945
1412
|
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:
|
|
1413
|
+
GetPolicyRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
947
1414
|
GetPolicyRequest.struct_class = Types::GetPolicyRequest
|
|
948
1415
|
|
|
949
1416
|
GetPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: String, location_name: "Policy"))
|
|
@@ -963,7 +1430,7 @@ module Aws::Lambda
|
|
|
963
1430
|
GetProvisionedConcurrencyConfigResponse.struct_class = Types::GetProvisionedConcurrencyConfigResponse
|
|
964
1431
|
|
|
965
1432
|
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:
|
|
1433
|
+
GetRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
967
1434
|
GetRuntimeManagementConfigRequest.struct_class = Types::GetRuntimeManagementConfigRequest
|
|
968
1435
|
|
|
969
1436
|
GetRuntimeManagementConfigResponse.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, location_name: "UpdateRuntimeOn"))
|
|
@@ -986,6 +1453,13 @@ module Aws::Lambda
|
|
|
986
1453
|
ImageConfigResponse.add_member(:error, Shapes::ShapeRef.new(shape: ImageConfigError, location_name: "Error"))
|
|
987
1454
|
ImageConfigResponse.struct_class = Types::ImageConfigResponse
|
|
988
1455
|
|
|
1456
|
+
InstanceRequirements.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
1457
|
+
InstanceRequirements.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: InstanceTypeSet, location_name: "AllowedInstanceTypes"))
|
|
1458
|
+
InstanceRequirements.add_member(:excluded_instance_types, Shapes::ShapeRef.new(shape: InstanceTypeSet, location_name: "ExcludedInstanceTypes"))
|
|
1459
|
+
InstanceRequirements.struct_class = Types::InstanceRequirements
|
|
1460
|
+
|
|
1461
|
+
InstanceTypeSet.member = Shapes::ShapeRef.new(shape: InstanceType)
|
|
1462
|
+
|
|
989
1463
|
InvalidCodeSignatureException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
990
1464
|
InvalidCodeSignatureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
991
1465
|
InvalidCodeSignatureException.struct_class = Types::InvalidCodeSignatureException
|
|
@@ -1014,12 +1488,19 @@ module Aws::Lambda
|
|
|
1014
1488
|
InvalidZipFileException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1015
1489
|
InvalidZipFileException.struct_class = Types::InvalidZipFileException
|
|
1016
1490
|
|
|
1491
|
+
InvocationCompletedDetails.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, required: true, location_name: "StartTimestamp"))
|
|
1492
|
+
InvocationCompletedDetails.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, required: true, location_name: "EndTimestamp"))
|
|
1493
|
+
InvocationCompletedDetails.add_member(:request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RequestId"))
|
|
1494
|
+
InvocationCompletedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, location_name: "Error"))
|
|
1495
|
+
InvocationCompletedDetails.struct_class = Types::InvocationCompletedDetails
|
|
1496
|
+
|
|
1017
1497
|
InvocationRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1018
1498
|
InvocationRequest.add_member(:invocation_type, Shapes::ShapeRef.new(shape: InvocationType, location: "header", location_name: "X-Amz-Invocation-Type"))
|
|
1019
1499
|
InvocationRequest.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location: "header", location_name: "X-Amz-Log-Type"))
|
|
1020
1500
|
InvocationRequest.add_member(:client_context, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Amz-Client-Context"))
|
|
1501
|
+
InvocationRequest.add_member(:durable_execution_name, Shapes::ShapeRef.new(shape: DurableExecutionName, location: "header", location_name: "X-Amz-Durable-Execution-Name"))
|
|
1021
1502
|
InvocationRequest.add_member(:payload, Shapes::ShapeRef.new(shape: Blob, location_name: "Payload"))
|
|
1022
|
-
InvocationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1503
|
+
InvocationRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1023
1504
|
InvocationRequest.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location: "header", location_name: "X-Amz-Tenant-Id"))
|
|
1024
1505
|
InvocationRequest.struct_class = Types::InvocationRequest
|
|
1025
1506
|
InvocationRequest[:payload] = :payload
|
|
@@ -1030,6 +1511,7 @@ module Aws::Lambda
|
|
|
1030
1511
|
InvocationResponse.add_member(:log_result, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Amz-Log-Result"))
|
|
1031
1512
|
InvocationResponse.add_member(:payload, Shapes::ShapeRef.new(shape: Blob, location_name: "Payload"))
|
|
1032
1513
|
InvocationResponse.add_member(:executed_version, Shapes::ShapeRef.new(shape: Version, location: "header", location_name: "X-Amz-Executed-Version"))
|
|
1514
|
+
InvocationResponse.add_member(:durable_execution_arn, Shapes::ShapeRef.new(shape: DurableExecutionArn, location: "header", location_name: "X-Amz-Durable-Execution-Arn"))
|
|
1033
1515
|
InvocationResponse.struct_class = Types::InvocationResponse
|
|
1034
1516
|
InvocationResponse[:payload] = :payload
|
|
1035
1517
|
InvocationResponse[:payload_member] = InvocationResponse.member(:payload)
|
|
@@ -1055,7 +1537,7 @@ module Aws::Lambda
|
|
|
1055
1537
|
InvokeWithResponseStreamRequest.add_member(:invocation_type, Shapes::ShapeRef.new(shape: ResponseStreamingInvocationType, location: "header", location_name: "X-Amz-Invocation-Type"))
|
|
1056
1538
|
InvokeWithResponseStreamRequest.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location: "header", location_name: "X-Amz-Log-Type"))
|
|
1057
1539
|
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:
|
|
1540
|
+
InvokeWithResponseStreamRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1059
1541
|
InvokeWithResponseStreamRequest.add_member(:payload, Shapes::ShapeRef.new(shape: Blob, location_name: "Payload"))
|
|
1060
1542
|
InvokeWithResponseStreamRequest.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location: "header", location_name: "X-Amz-Tenant-Id"))
|
|
1061
1543
|
InvokeWithResponseStreamRequest.struct_class = Types::InvokeWithResponseStreamRequest
|
|
@@ -1107,6 +1589,11 @@ module Aws::Lambda
|
|
|
1107
1589
|
|
|
1108
1590
|
KafkaSchemaValidationConfigList.member = Shapes::ShapeRef.new(shape: KafkaSchemaValidationConfig)
|
|
1109
1591
|
|
|
1592
|
+
LambdaManagedInstancesCapacityProviderConfig.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: CapacityProviderArn, required: true, location_name: "CapacityProviderArn"))
|
|
1593
|
+
LambdaManagedInstancesCapacityProviderConfig.add_member(:per_execution_environment_max_concurrency, Shapes::ShapeRef.new(shape: PerExecutionEnvironmentMaxConcurrency, location_name: "PerExecutionEnvironmentMaxConcurrency"))
|
|
1594
|
+
LambdaManagedInstancesCapacityProviderConfig.add_member(:execution_environment_memory_gi_b_per_v_cpu, Shapes::ShapeRef.new(shape: ExecutionEnvironmentMemoryGiBPerVCpu, location_name: "ExecutionEnvironmentMemoryGiBPerVCpu"))
|
|
1595
|
+
LambdaManagedInstancesCapacityProviderConfig.struct_class = Types::LambdaManagedInstancesCapacityProviderConfig
|
|
1596
|
+
|
|
1110
1597
|
Layer.add_member(:arn, Shapes::ShapeRef.new(shape: LayerVersionArn, location_name: "Arn"))
|
|
1111
1598
|
Layer.add_member(:code_size, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSize"))
|
|
1112
1599
|
Layer.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
|
|
@@ -1149,7 +1636,7 @@ module Aws::Lambda
|
|
|
1149
1636
|
LayersReferenceList.member = Shapes::ShapeRef.new(shape: Layer)
|
|
1150
1637
|
|
|
1151
1638
|
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:
|
|
1639
|
+
ListAliasesRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, location: "querystring", location_name: "FunctionVersion"))
|
|
1153
1640
|
ListAliasesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1154
1641
|
ListAliasesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
|
|
1155
1642
|
ListAliasesRequest.struct_class = Types::ListAliasesRequest
|
|
@@ -1158,6 +1645,15 @@ module Aws::Lambda
|
|
|
1158
1645
|
ListAliasesResponse.add_member(:aliases, Shapes::ShapeRef.new(shape: AliasList, location_name: "Aliases"))
|
|
1159
1646
|
ListAliasesResponse.struct_class = Types::ListAliasesResponse
|
|
1160
1647
|
|
|
1648
|
+
ListCapacityProvidersRequest.add_member(:state, Shapes::ShapeRef.new(shape: CapacityProviderState, location: "querystring", location_name: "State"))
|
|
1649
|
+
ListCapacityProvidersRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1650
|
+
ListCapacityProvidersRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxFiftyListItems, location: "querystring", location_name: "MaxItems"))
|
|
1651
|
+
ListCapacityProvidersRequest.struct_class = Types::ListCapacityProvidersRequest
|
|
1652
|
+
|
|
1653
|
+
ListCapacityProvidersResponse.add_member(:capacity_providers, Shapes::ShapeRef.new(shape: CapacityProvidersList, required: true, location_name: "CapacityProviders"))
|
|
1654
|
+
ListCapacityProvidersResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1655
|
+
ListCapacityProvidersResponse.struct_class = Types::ListCapacityProvidersResponse
|
|
1656
|
+
|
|
1161
1657
|
ListCodeSigningConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1162
1658
|
ListCodeSigningConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
|
|
1163
1659
|
ListCodeSigningConfigsRequest.struct_class = Types::ListCodeSigningConfigsRequest
|
|
@@ -1166,8 +1662,23 @@ module Aws::Lambda
|
|
|
1166
1662
|
ListCodeSigningConfigsResponse.add_member(:code_signing_configs, Shapes::ShapeRef.new(shape: CodeSigningConfigList, location_name: "CodeSigningConfigs"))
|
|
1167
1663
|
ListCodeSigningConfigsResponse.struct_class = Types::ListCodeSigningConfigsResponse
|
|
1168
1664
|
|
|
1665
|
+
ListDurableExecutionsByFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1666
|
+
ListDurableExecutionsByFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1667
|
+
ListDurableExecutionsByFunctionRequest.add_member(:durable_execution_name, Shapes::ShapeRef.new(shape: DurableExecutionName, location: "querystring", location_name: "DurableExecutionName"))
|
|
1668
|
+
ListDurableExecutionsByFunctionRequest.add_member(:statuses, Shapes::ShapeRef.new(shape: ExecutionStatusList, location: "querystring", location_name: "Statuses"))
|
|
1669
|
+
ListDurableExecutionsByFunctionRequest.add_member(:started_after, Shapes::ShapeRef.new(shape: ExecutionTimestamp, location: "querystring", location_name: "StartedAfter"))
|
|
1670
|
+
ListDurableExecutionsByFunctionRequest.add_member(:started_before, Shapes::ShapeRef.new(shape: ExecutionTimestamp, location: "querystring", location_name: "StartedBefore"))
|
|
1671
|
+
ListDurableExecutionsByFunctionRequest.add_member(:reverse_order, Shapes::ShapeRef.new(shape: ReverseOrder, location: "querystring", location_name: "ReverseOrder"))
|
|
1672
|
+
ListDurableExecutionsByFunctionRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1673
|
+
ListDurableExecutionsByFunctionRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: ItemCount, location: "querystring", location_name: "MaxItems"))
|
|
1674
|
+
ListDurableExecutionsByFunctionRequest.struct_class = Types::ListDurableExecutionsByFunctionRequest
|
|
1675
|
+
|
|
1676
|
+
ListDurableExecutionsByFunctionResponse.add_member(:durable_executions, Shapes::ShapeRef.new(shape: DurableExecutions, location_name: "DurableExecutions"))
|
|
1677
|
+
ListDurableExecutionsByFunctionResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1678
|
+
ListDurableExecutionsByFunctionResponse.struct_class = Types::ListDurableExecutionsByFunctionResponse
|
|
1679
|
+
|
|
1169
1680
|
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:
|
|
1681
|
+
ListEventSourceMappingsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location: "querystring", location_name: "FunctionName"))
|
|
1171
1682
|
ListEventSourceMappingsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1172
1683
|
ListEventSourceMappingsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
|
|
1173
1684
|
ListEventSourceMappingsRequest.struct_class = Types::ListEventSourceMappingsRequest
|
|
@@ -1176,7 +1687,7 @@ module Aws::Lambda
|
|
|
1176
1687
|
ListEventSourceMappingsResponse.add_member(:event_source_mappings, Shapes::ShapeRef.new(shape: EventSourceMappingsList, location_name: "EventSourceMappings"))
|
|
1177
1688
|
ListEventSourceMappingsResponse.struct_class = Types::ListEventSourceMappingsResponse
|
|
1178
1689
|
|
|
1179
|
-
ListFunctionEventInvokeConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1690
|
+
ListFunctionEventInvokeConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1180
1691
|
ListFunctionEventInvokeConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1181
1692
|
ListFunctionEventInvokeConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxFunctionEventInvokeConfigListItems, location: "querystring", location_name: "MaxItems"))
|
|
1182
1693
|
ListFunctionEventInvokeConfigsRequest.struct_class = Types::ListFunctionEventInvokeConfigsRequest
|
|
@@ -1194,6 +1705,16 @@ module Aws::Lambda
|
|
|
1194
1705
|
ListFunctionUrlConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1195
1706
|
ListFunctionUrlConfigsResponse.struct_class = Types::ListFunctionUrlConfigsResponse
|
|
1196
1707
|
|
|
1708
|
+
ListFunctionVersionsByCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location: "uri", location_name: "CapacityProviderName"))
|
|
1709
|
+
ListFunctionVersionsByCapacityProviderRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1710
|
+
ListFunctionVersionsByCapacityProviderRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxFiftyListItems, location: "querystring", location_name: "MaxItems"))
|
|
1711
|
+
ListFunctionVersionsByCapacityProviderRequest.struct_class = Types::ListFunctionVersionsByCapacityProviderRequest
|
|
1712
|
+
|
|
1713
|
+
ListFunctionVersionsByCapacityProviderResponse.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: CapacityProviderArn, required: true, location_name: "CapacityProviderArn"))
|
|
1714
|
+
ListFunctionVersionsByCapacityProviderResponse.add_member(:function_versions, Shapes::ShapeRef.new(shape: FunctionVersionsByCapacityProviderList, required: true, location_name: "FunctionVersions"))
|
|
1715
|
+
ListFunctionVersionsByCapacityProviderResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1716
|
+
ListFunctionVersionsByCapacityProviderResponse.struct_class = Types::ListFunctionVersionsByCapacityProviderResponse
|
|
1717
|
+
|
|
1197
1718
|
ListFunctionsByCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
|
|
1198
1719
|
ListFunctionsByCodeSigningConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1199
1720
|
ListFunctionsByCodeSigningConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
|
|
@@ -1264,12 +1785,51 @@ module Aws::Lambda
|
|
|
1264
1785
|
LoggingConfig.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
|
|
1265
1786
|
LoggingConfig.struct_class = Types::LoggingConfig
|
|
1266
1787
|
|
|
1788
|
+
NoPublishedVersionException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
1789
|
+
NoPublishedVersionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1790
|
+
NoPublishedVersionException.struct_class = Types::NoPublishedVersionException
|
|
1791
|
+
|
|
1267
1792
|
OnFailure.add_member(:destination, Shapes::ShapeRef.new(shape: DestinationArn, location_name: "Destination"))
|
|
1268
1793
|
OnFailure.struct_class = Types::OnFailure
|
|
1269
1794
|
|
|
1270
1795
|
OnSuccess.add_member(:destination, Shapes::ShapeRef.new(shape: DestinationArn, location_name: "Destination"))
|
|
1271
1796
|
OnSuccess.struct_class = Types::OnSuccess
|
|
1272
1797
|
|
|
1798
|
+
Operation.add_member(:id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "Id"))
|
|
1799
|
+
Operation.add_member(:parent_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "ParentId"))
|
|
1800
|
+
Operation.add_member(:name, Shapes::ShapeRef.new(shape: OperationName, location_name: "Name"))
|
|
1801
|
+
Operation.add_member(:type, Shapes::ShapeRef.new(shape: OperationType, required: true, location_name: "Type"))
|
|
1802
|
+
Operation.add_member(:sub_type, Shapes::ShapeRef.new(shape: OperationSubType, location_name: "SubType"))
|
|
1803
|
+
Operation.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, required: true, location_name: "StartTimestamp"))
|
|
1804
|
+
Operation.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, location_name: "EndTimestamp"))
|
|
1805
|
+
Operation.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatus, required: true, location_name: "Status"))
|
|
1806
|
+
Operation.add_member(:execution_details, Shapes::ShapeRef.new(shape: ExecutionDetails, location_name: "ExecutionDetails"))
|
|
1807
|
+
Operation.add_member(:context_details, Shapes::ShapeRef.new(shape: ContextDetails, location_name: "ContextDetails"))
|
|
1808
|
+
Operation.add_member(:step_details, Shapes::ShapeRef.new(shape: StepDetails, location_name: "StepDetails"))
|
|
1809
|
+
Operation.add_member(:wait_details, Shapes::ShapeRef.new(shape: WaitDetails, location_name: "WaitDetails"))
|
|
1810
|
+
Operation.add_member(:callback_details, Shapes::ShapeRef.new(shape: CallbackDetails, location_name: "CallbackDetails"))
|
|
1811
|
+
Operation.add_member(:chained_invoke_details, Shapes::ShapeRef.new(shape: ChainedInvokeDetails, location_name: "ChainedInvokeDetails"))
|
|
1812
|
+
Operation.struct_class = Types::Operation
|
|
1813
|
+
|
|
1814
|
+
OperationUpdate.add_member(:id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "Id"))
|
|
1815
|
+
OperationUpdate.add_member(:parent_id, Shapes::ShapeRef.new(shape: OperationId, location_name: "ParentId"))
|
|
1816
|
+
OperationUpdate.add_member(:name, Shapes::ShapeRef.new(shape: OperationName, location_name: "Name"))
|
|
1817
|
+
OperationUpdate.add_member(:type, Shapes::ShapeRef.new(shape: OperationType, required: true, location_name: "Type"))
|
|
1818
|
+
OperationUpdate.add_member(:sub_type, Shapes::ShapeRef.new(shape: OperationSubType, location_name: "SubType"))
|
|
1819
|
+
OperationUpdate.add_member(:action, Shapes::ShapeRef.new(shape: OperationAction, required: true, location_name: "Action"))
|
|
1820
|
+
OperationUpdate.add_member(:payload, Shapes::ShapeRef.new(shape: OperationPayload, location_name: "Payload"))
|
|
1821
|
+
OperationUpdate.add_member(:error, Shapes::ShapeRef.new(shape: ErrorObject, location_name: "Error"))
|
|
1822
|
+
OperationUpdate.add_member(:context_options, Shapes::ShapeRef.new(shape: ContextOptions, location_name: "ContextOptions"))
|
|
1823
|
+
OperationUpdate.add_member(:step_options, Shapes::ShapeRef.new(shape: StepOptions, location_name: "StepOptions"))
|
|
1824
|
+
OperationUpdate.add_member(:wait_options, Shapes::ShapeRef.new(shape: WaitOptions, location_name: "WaitOptions"))
|
|
1825
|
+
OperationUpdate.add_member(:callback_options, Shapes::ShapeRef.new(shape: CallbackOptions, location_name: "CallbackOptions"))
|
|
1826
|
+
OperationUpdate.add_member(:chained_invoke_options, Shapes::ShapeRef.new(shape: ChainedInvokeOptions, location_name: "ChainedInvokeOptions"))
|
|
1827
|
+
OperationUpdate.struct_class = Types::OperationUpdate
|
|
1828
|
+
|
|
1829
|
+
OperationUpdates.member = Shapes::ShapeRef.new(shape: OperationUpdate)
|
|
1830
|
+
|
|
1831
|
+
Operations.member = Shapes::ShapeRef.new(shape: Operation)
|
|
1832
|
+
|
|
1273
1833
|
PolicyLengthExceededException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
1274
1834
|
PolicyLengthExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1275
1835
|
PolicyLengthExceededException.struct_class = Types::PolicyLengthExceededException
|
|
@@ -1321,10 +1881,11 @@ module Aws::Lambda
|
|
|
1321
1881
|
PublishVersionRequest.add_member(:code_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "CodeSha256"))
|
|
1322
1882
|
PublishVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1323
1883
|
PublishVersionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
1884
|
+
PublishVersionRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
|
|
1324
1885
|
PublishVersionRequest.struct_class = Types::PublishVersionRequest
|
|
1325
1886
|
|
|
1326
1887
|
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:
|
|
1888
|
+
PutFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1328
1889
|
PutFunctionCodeSigningConfigRequest.struct_class = Types::PutFunctionCodeSigningConfigRequest
|
|
1329
1890
|
|
|
1330
1891
|
PutFunctionCodeSigningConfigResponse.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
|
|
@@ -1335,8 +1896,8 @@ module Aws::Lambda
|
|
|
1335
1896
|
PutFunctionConcurrencyRequest.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, required: true, location_name: "ReservedConcurrentExecutions"))
|
|
1336
1897
|
PutFunctionConcurrencyRequest.struct_class = Types::PutFunctionConcurrencyRequest
|
|
1337
1898
|
|
|
1338
|
-
PutFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1339
|
-
PutFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1899
|
+
PutFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1900
|
+
PutFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1340
1901
|
PutFunctionEventInvokeConfigRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, location_name: "MaximumRetryAttempts"))
|
|
1341
1902
|
PutFunctionEventInvokeConfigRequest.add_member(:maximum_event_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumEventAgeInSeconds, location_name: "MaximumEventAgeInSeconds"))
|
|
1342
1903
|
PutFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
|
@@ -1349,6 +1910,14 @@ module Aws::Lambda
|
|
|
1349
1910
|
PutFunctionRecursionConfigResponse.add_member(:recursive_loop, Shapes::ShapeRef.new(shape: RecursiveLoop, location_name: "RecursiveLoop"))
|
|
1350
1911
|
PutFunctionRecursionConfigResponse.struct_class = Types::PutFunctionRecursionConfigResponse
|
|
1351
1912
|
|
|
1913
|
+
PutFunctionScalingConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: UnqualifiedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1914
|
+
PutFunctionScalingConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: PublishedFunctionQualifier, required: true, location: "querystring", location_name: "Qualifier"))
|
|
1915
|
+
PutFunctionScalingConfigRequest.add_member(:function_scaling_config, Shapes::ShapeRef.new(shape: FunctionScalingConfig, location_name: "FunctionScalingConfig"))
|
|
1916
|
+
PutFunctionScalingConfigRequest.struct_class = Types::PutFunctionScalingConfigRequest
|
|
1917
|
+
|
|
1918
|
+
PutFunctionScalingConfigResponse.add_member(:function_state, Shapes::ShapeRef.new(shape: State, location_name: "FunctionState"))
|
|
1919
|
+
PutFunctionScalingConfigResponse.struct_class = Types::PutFunctionScalingConfigResponse
|
|
1920
|
+
|
|
1352
1921
|
PutProvisionedConcurrencyConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1353
1922
|
PutProvisionedConcurrencyConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, required: true, location: "querystring", location_name: "Qualifier"))
|
|
1354
1923
|
PutProvisionedConcurrencyConfigRequest.add_member(:provisioned_concurrent_executions, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "ProvisionedConcurrentExecutions"))
|
|
@@ -1362,8 +1931,8 @@ module Aws::Lambda
|
|
|
1362
1931
|
PutProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
|
|
1363
1932
|
PutProvisionedConcurrencyConfigResponse.struct_class = Types::PutProvisionedConcurrencyConfigResponse
|
|
1364
1933
|
|
|
1365
|
-
PutRuntimeManagementConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1366
|
-
PutRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
1934
|
+
PutRuntimeManagementConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1935
|
+
PutRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1367
1936
|
PutRuntimeManagementConfigRequest.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, required: true, location_name: "UpdateRuntimeOn"))
|
|
1368
1937
|
PutRuntimeManagementConfigRequest.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
|
1369
1938
|
PutRuntimeManagementConfigRequest.struct_class = Types::PutRuntimeManagementConfigRequest
|
|
@@ -1385,9 +1954,9 @@ module Aws::Lambda
|
|
|
1385
1954
|
RemoveLayerVersionPermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "RevisionId"))
|
|
1386
1955
|
RemoveLayerVersionPermissionRequest.struct_class = Types::RemoveLayerVersionPermissionRequest
|
|
1387
1956
|
|
|
1388
|
-
RemovePermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1957
|
+
RemovePermissionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1389
1958
|
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:
|
|
1959
|
+
RemovePermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1391
1960
|
RemovePermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "RevisionId"))
|
|
1392
1961
|
RemovePermissionRequest.struct_class = Types::RemovePermissionRequest
|
|
1393
1962
|
|
|
@@ -1411,6 +1980,10 @@ module Aws::Lambda
|
|
|
1411
1980
|
ResourceNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1412
1981
|
ResourceNotReadyException.struct_class = Types::ResourceNotReadyException
|
|
1413
1982
|
|
|
1983
|
+
RetryDetails.add_member(:current_attempt, Shapes::ShapeRef.new(shape: AttemptCount, location_name: "CurrentAttempt"))
|
|
1984
|
+
RetryDetails.add_member(:next_attempt_delay_seconds, Shapes::ShapeRef.new(shape: DurationSeconds, location_name: "NextAttemptDelaySeconds"))
|
|
1985
|
+
RetryDetails.struct_class = Types::RetryDetails
|
|
1986
|
+
|
|
1414
1987
|
RuntimeVersionConfig.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
|
1415
1988
|
RuntimeVersionConfig.add_member(:error, Shapes::ShapeRef.new(shape: RuntimeVersionError, location_name: "Error"))
|
|
1416
1989
|
RuntimeVersionConfig.struct_class = Types::RuntimeVersionConfig
|
|
@@ -1431,6 +2004,27 @@ module Aws::Lambda
|
|
|
1431
2004
|
SelfManagedKafkaEventSourceConfig.add_member(:schema_registry_config, Shapes::ShapeRef.new(shape: KafkaSchemaRegistryConfig, location_name: "SchemaRegistryConfig"))
|
|
1432
2005
|
SelfManagedKafkaEventSourceConfig.struct_class = Types::SelfManagedKafkaEventSourceConfig
|
|
1433
2006
|
|
|
2007
|
+
SendDurableExecutionCallbackFailureRequest.add_member(:callback_id, Shapes::ShapeRef.new(shape: CallbackId, required: true, location: "uri", location_name: "CallbackId"))
|
|
2008
|
+
SendDurableExecutionCallbackFailureRequest.add_member(:error, Shapes::ShapeRef.new(shape: ErrorObject, location_name: "Error"))
|
|
2009
|
+
SendDurableExecutionCallbackFailureRequest.struct_class = Types::SendDurableExecutionCallbackFailureRequest
|
|
2010
|
+
SendDurableExecutionCallbackFailureRequest[:payload] = :error
|
|
2011
|
+
SendDurableExecutionCallbackFailureRequest[:payload_member] = SendDurableExecutionCallbackFailureRequest.member(:error)
|
|
2012
|
+
|
|
2013
|
+
SendDurableExecutionCallbackFailureResponse.struct_class = Types::SendDurableExecutionCallbackFailureResponse
|
|
2014
|
+
|
|
2015
|
+
SendDurableExecutionCallbackHeartbeatRequest.add_member(:callback_id, Shapes::ShapeRef.new(shape: CallbackId, required: true, location: "uri", location_name: "CallbackId"))
|
|
2016
|
+
SendDurableExecutionCallbackHeartbeatRequest.struct_class = Types::SendDurableExecutionCallbackHeartbeatRequest
|
|
2017
|
+
|
|
2018
|
+
SendDurableExecutionCallbackHeartbeatResponse.struct_class = Types::SendDurableExecutionCallbackHeartbeatResponse
|
|
2019
|
+
|
|
2020
|
+
SendDurableExecutionCallbackSuccessRequest.add_member(:callback_id, Shapes::ShapeRef.new(shape: CallbackId, required: true, location: "uri", location_name: "CallbackId"))
|
|
2021
|
+
SendDurableExecutionCallbackSuccessRequest.add_member(:result, Shapes::ShapeRef.new(shape: BinaryOperationPayload, location_name: "Result"))
|
|
2022
|
+
SendDurableExecutionCallbackSuccessRequest.struct_class = Types::SendDurableExecutionCallbackSuccessRequest
|
|
2023
|
+
SendDurableExecutionCallbackSuccessRequest[:payload] = :result
|
|
2024
|
+
SendDurableExecutionCallbackSuccessRequest[:payload_member] = SendDurableExecutionCallbackSuccessRequest.member(:result)
|
|
2025
|
+
|
|
2026
|
+
SendDurableExecutionCallbackSuccessResponse.struct_class = Types::SendDurableExecutionCallbackSuccessResponse
|
|
2027
|
+
|
|
1434
2028
|
SerializedRequestEntityTooLargeException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
1435
2029
|
SerializedRequestEntityTooLargeException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1436
2030
|
SerializedRequestEntityTooLargeException.struct_class = Types::SerializedRequestEntityTooLargeException
|
|
@@ -1466,6 +2060,36 @@ module Aws::Lambda
|
|
|
1466
2060
|
|
|
1467
2061
|
SourceAccessConfigurations.member = Shapes::ShapeRef.new(shape: SourceAccessConfiguration)
|
|
1468
2062
|
|
|
2063
|
+
StackTraceEntries.member = Shapes::ShapeRef.new(shape: StackTraceEntry)
|
|
2064
|
+
|
|
2065
|
+
StepDetails.add_member(:attempt, Shapes::ShapeRef.new(shape: AttemptCount, location_name: "Attempt"))
|
|
2066
|
+
StepDetails.add_member(:next_attempt_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, location_name: "NextAttemptTimestamp"))
|
|
2067
|
+
StepDetails.add_member(:result, Shapes::ShapeRef.new(shape: OperationPayload, location_name: "Result"))
|
|
2068
|
+
StepDetails.add_member(:error, Shapes::ShapeRef.new(shape: ErrorObject, location_name: "Error"))
|
|
2069
|
+
StepDetails.struct_class = Types::StepDetails
|
|
2070
|
+
|
|
2071
|
+
StepFailedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
2072
|
+
StepFailedDetails.add_member(:retry_details, Shapes::ShapeRef.new(shape: RetryDetails, required: true, location_name: "RetryDetails"))
|
|
2073
|
+
StepFailedDetails.struct_class = Types::StepFailedDetails
|
|
2074
|
+
|
|
2075
|
+
StepOptions.add_member(:next_attempt_delay_seconds, Shapes::ShapeRef.new(shape: StepOptionsNextAttemptDelaySecondsInteger, location_name: "NextAttemptDelaySeconds"))
|
|
2076
|
+
StepOptions.struct_class = Types::StepOptions
|
|
2077
|
+
|
|
2078
|
+
StepStartedDetails.struct_class = Types::StepStartedDetails
|
|
2079
|
+
|
|
2080
|
+
StepSucceededDetails.add_member(:result, Shapes::ShapeRef.new(shape: EventResult, required: true, location_name: "Result"))
|
|
2081
|
+
StepSucceededDetails.add_member(:retry_details, Shapes::ShapeRef.new(shape: RetryDetails, required: true, location_name: "RetryDetails"))
|
|
2082
|
+
StepSucceededDetails.struct_class = Types::StepSucceededDetails
|
|
2083
|
+
|
|
2084
|
+
StopDurableExecutionRequest.add_member(:durable_execution_arn, Shapes::ShapeRef.new(shape: DurableExecutionArn, required: true, location: "uri", location_name: "DurableExecutionArn"))
|
|
2085
|
+
StopDurableExecutionRequest.add_member(:error, Shapes::ShapeRef.new(shape: ErrorObject, location_name: "Error"))
|
|
2086
|
+
StopDurableExecutionRequest.struct_class = Types::StopDurableExecutionRequest
|
|
2087
|
+
StopDurableExecutionRequest[:payload] = :error
|
|
2088
|
+
StopDurableExecutionRequest[:payload_member] = StopDurableExecutionRequest.member(:error)
|
|
2089
|
+
|
|
2090
|
+
StopDurableExecutionResponse.add_member(:stop_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, required: true, location_name: "StopTimestamp"))
|
|
2091
|
+
StopDurableExecutionResponse.struct_class = Types::StopDurableExecutionResponse
|
|
2092
|
+
|
|
1469
2093
|
StringList.member = Shapes::ShapeRef.new(shape: String)
|
|
1470
2094
|
|
|
1471
2095
|
SubnetIPAddressLimitReachedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
@@ -1487,6 +2111,10 @@ module Aws::Lambda
|
|
|
1487
2111
|
TagsError.add_member(:message, Shapes::ShapeRef.new(shape: TagsErrorMessage, required: true, location_name: "Message"))
|
|
1488
2112
|
TagsError.struct_class = Types::TagsError
|
|
1489
2113
|
|
|
2114
|
+
TargetTrackingScalingPolicy.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: CapacityProviderPredefinedMetricType, required: true, location_name: "PredefinedMetricType"))
|
|
2115
|
+
TargetTrackingScalingPolicy.add_member(:target_value, Shapes::ShapeRef.new(shape: MetricTargetValue, required: true, location_name: "TargetValue"))
|
|
2116
|
+
TargetTrackingScalingPolicy.struct_class = Types::TargetTrackingScalingPolicy
|
|
2117
|
+
|
|
1490
2118
|
TenancyConfig.add_member(:tenant_isolation_mode, Shapes::ShapeRef.new(shape: TenantIsolationMode, required: true, location_name: "TenantIsolationMode"))
|
|
1491
2119
|
TenancyConfig.struct_class = Types::TenancyConfig
|
|
1492
2120
|
|
|
@@ -1498,6 +2126,9 @@ module Aws::Lambda
|
|
|
1498
2126
|
|
|
1499
2127
|
Topics.member = Shapes::ShapeRef.new(shape: Topic)
|
|
1500
2128
|
|
|
2129
|
+
TraceHeader.add_member(:x_amzn_trace_id, Shapes::ShapeRef.new(shape: XAmznTraceId, location_name: "XAmznTraceId"))
|
|
2130
|
+
TraceHeader.struct_class = Types::TraceHeader
|
|
2131
|
+
|
|
1501
2132
|
TracingConfig.add_member(:mode, Shapes::ShapeRef.new(shape: TracingMode, location_name: "Mode"))
|
|
1502
2133
|
TracingConfig.struct_class = Types::TracingConfig
|
|
1503
2134
|
|
|
@@ -1514,12 +2145,19 @@ module Aws::Lambda
|
|
|
1514
2145
|
|
|
1515
2146
|
UpdateAliasRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1516
2147
|
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:
|
|
2148
|
+
UpdateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: VersionWithLatestPublished, location_name: "FunctionVersion"))
|
|
1518
2149
|
UpdateAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1519
2150
|
UpdateAliasRequest.add_member(:routing_config, Shapes::ShapeRef.new(shape: AliasRoutingConfiguration, location_name: "RoutingConfig"))
|
|
1520
2151
|
UpdateAliasRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
1521
2152
|
UpdateAliasRequest.struct_class = Types::UpdateAliasRequest
|
|
1522
2153
|
|
|
2154
|
+
UpdateCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location: "uri", location_name: "CapacityProviderName"))
|
|
2155
|
+
UpdateCapacityProviderRequest.add_member(:capacity_provider_scaling_config, Shapes::ShapeRef.new(shape: CapacityProviderScalingConfig, location_name: "CapacityProviderScalingConfig"))
|
|
2156
|
+
UpdateCapacityProviderRequest.struct_class = Types::UpdateCapacityProviderRequest
|
|
2157
|
+
|
|
2158
|
+
UpdateCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
|
|
2159
|
+
UpdateCapacityProviderResponse.struct_class = Types::UpdateCapacityProviderResponse
|
|
2160
|
+
|
|
1523
2161
|
UpdateCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
|
|
1524
2162
|
UpdateCodeSigningConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1525
2163
|
UpdateCodeSigningConfigRequest.add_member(:allowed_publishers, Shapes::ShapeRef.new(shape: AllowedPublishers, location_name: "AllowedPublishers"))
|
|
@@ -1530,7 +2168,7 @@ module Aws::Lambda
|
|
|
1530
2168
|
UpdateCodeSigningConfigResponse.struct_class = Types::UpdateCodeSigningConfigResponse
|
|
1531
2169
|
|
|
1532
2170
|
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:
|
|
2171
|
+
UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location_name: "FunctionName"))
|
|
1534
2172
|
UpdateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
|
|
1535
2173
|
UpdateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
1536
2174
|
UpdateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
|
|
@@ -1563,6 +2201,7 @@ module Aws::Lambda
|
|
|
1563
2201
|
UpdateFunctionCodeRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
1564
2202
|
UpdateFunctionCodeRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
1565
2203
|
UpdateFunctionCodeRequest.add_member(:source_kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "SourceKMSKeyArn"))
|
|
2204
|
+
UpdateFunctionCodeRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
|
|
1566
2205
|
UpdateFunctionCodeRequest.struct_class = Types::UpdateFunctionCodeRequest
|
|
1567
2206
|
|
|
1568
2207
|
UpdateFunctionConfigurationRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -1584,10 +2223,12 @@ module Aws::Lambda
|
|
|
1584
2223
|
UpdateFunctionConfigurationRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
|
1585
2224
|
UpdateFunctionConfigurationRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
|
|
1586
2225
|
UpdateFunctionConfigurationRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
|
|
2226
|
+
UpdateFunctionConfigurationRequest.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
|
|
2227
|
+
UpdateFunctionConfigurationRequest.add_member(:durable_config, Shapes::ShapeRef.new(shape: DurableConfig, location_name: "DurableConfig"))
|
|
1587
2228
|
UpdateFunctionConfigurationRequest.struct_class = Types::UpdateFunctionConfigurationRequest
|
|
1588
2229
|
|
|
1589
|
-
UpdateFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1590
|
-
UpdateFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape:
|
|
2230
|
+
UpdateFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
2231
|
+
UpdateFunctionEventInvokeConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1591
2232
|
UpdateFunctionEventInvokeConfigRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, location_name: "MaximumRetryAttempts"))
|
|
1592
2233
|
UpdateFunctionEventInvokeConfigRequest.add_member(:maximum_event_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumEventAgeInSeconds, location_name: "MaximumEventAgeInSeconds"))
|
|
1593
2234
|
UpdateFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
|
@@ -1620,6 +2261,22 @@ module Aws::Lambda
|
|
|
1620
2261
|
VpcConfigResponse.add_member(:ipv_6_allowed_for_dual_stack, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Ipv6AllowedForDualStack"))
|
|
1621
2262
|
VpcConfigResponse.struct_class = Types::VpcConfigResponse
|
|
1622
2263
|
|
|
2264
|
+
WaitCancelledDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, location_name: "Error"))
|
|
2265
|
+
WaitCancelledDetails.struct_class = Types::WaitCancelledDetails
|
|
2266
|
+
|
|
2267
|
+
WaitDetails.add_member(:scheduled_end_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, location_name: "ScheduledEndTimestamp"))
|
|
2268
|
+
WaitDetails.struct_class = Types::WaitDetails
|
|
2269
|
+
|
|
2270
|
+
WaitOptions.add_member(:wait_seconds, Shapes::ShapeRef.new(shape: WaitOptionsWaitSecondsInteger, location_name: "WaitSeconds"))
|
|
2271
|
+
WaitOptions.struct_class = Types::WaitOptions
|
|
2272
|
+
|
|
2273
|
+
WaitStartedDetails.add_member(:duration, Shapes::ShapeRef.new(shape: DurationSeconds, required: true, location_name: "Duration"))
|
|
2274
|
+
WaitStartedDetails.add_member(:scheduled_end_timestamp, Shapes::ShapeRef.new(shape: ExecutionTimestamp, required: true, location_name: "ScheduledEndTimestamp"))
|
|
2275
|
+
WaitStartedDetails.struct_class = Types::WaitStartedDetails
|
|
2276
|
+
|
|
2277
|
+
WaitSucceededDetails.add_member(:duration, Shapes::ShapeRef.new(shape: DurationSeconds, location_name: "Duration"))
|
|
2278
|
+
WaitSucceededDetails.struct_class = Types::WaitSucceededDetails
|
|
2279
|
+
|
|
1623
2280
|
|
|
1624
2281
|
# @api private
|
|
1625
2282
|
API = Seahorse::Model::Api.new.tap do |api|
|
|
@@ -1669,6 +2326,17 @@ module Aws::Lambda
|
|
|
1669
2326
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
1670
2327
|
end)
|
|
1671
2328
|
|
|
2329
|
+
api.add_operation(:checkpoint_durable_execution, Seahorse::Model::Operation.new.tap do |o|
|
|
2330
|
+
o.name = "CheckpointDurableExecution"
|
|
2331
|
+
o.http_method = "POST"
|
|
2332
|
+
o.http_request_uri = "/2025-12-01/durable-executions/{DurableExecutionArn}/checkpoint"
|
|
2333
|
+
o.input = Shapes::ShapeRef.new(shape: CheckpointDurableExecutionRequest)
|
|
2334
|
+
o.output = Shapes::ShapeRef.new(shape: CheckpointDurableExecutionResponse)
|
|
2335
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2336
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2337
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2338
|
+
end)
|
|
2339
|
+
|
|
1672
2340
|
api.add_operation(:create_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
1673
2341
|
o.name = "CreateAlias"
|
|
1674
2342
|
o.http_method = "POST"
|
|
@@ -1682,6 +2350,19 @@ module Aws::Lambda
|
|
|
1682
2350
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1683
2351
|
end)
|
|
1684
2352
|
|
|
2353
|
+
api.add_operation(:create_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
2354
|
+
o.name = "CreateCapacityProvider"
|
|
2355
|
+
o.http_method = "POST"
|
|
2356
|
+
o.http_request_uri = "/2025-11-30/capacity-providers"
|
|
2357
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCapacityProviderRequest)
|
|
2358
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCapacityProviderResponse)
|
|
2359
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2360
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2361
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2362
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2363
|
+
o.errors << Shapes::ShapeRef.new(shape: CapacityProviderLimitExceededException)
|
|
2364
|
+
end)
|
|
2365
|
+
|
|
1685
2366
|
api.add_operation(:create_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1686
2367
|
o.name = "CreateCodeSigningConfig"
|
|
1687
2368
|
o.http_method = "POST"
|
|
@@ -1720,6 +2401,7 @@ module Aws::Lambda
|
|
|
1720
2401
|
o.errors << Shapes::ShapeRef.new(shape: CodeVerificationFailedException)
|
|
1721
2402
|
o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
|
|
1722
2403
|
o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
|
|
2404
|
+
o.errors << Shapes::ShapeRef.new(shape: FunctionVersionsPerCapacityProviderLimitExceededException)
|
|
1723
2405
|
end)
|
|
1724
2406
|
|
|
1725
2407
|
api.add_operation(:create_function_url_config, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1747,6 +2429,19 @@ module Aws::Lambda
|
|
|
1747
2429
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
1748
2430
|
end)
|
|
1749
2431
|
|
|
2432
|
+
api.add_operation(:delete_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
2433
|
+
o.name = "DeleteCapacityProvider"
|
|
2434
|
+
o.http_method = "DELETE"
|
|
2435
|
+
o.http_request_uri = "/2025-11-30/capacity-providers/{CapacityProviderName}"
|
|
2436
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCapacityProviderRequest)
|
|
2437
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCapacityProviderResponse)
|
|
2438
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2439
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2440
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2441
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2442
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2443
|
+
end)
|
|
2444
|
+
|
|
1750
2445
|
api.add_operation(:delete_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1751
2446
|
o.name = "DeleteCodeSigningConfig"
|
|
1752
2447
|
o.http_method = "DELETE"
|
|
@@ -1778,7 +2473,7 @@ module Aws::Lambda
|
|
|
1778
2473
|
o.http_method = "DELETE"
|
|
1779
2474
|
o.http_request_uri = "/2015-03-31/functions/{FunctionName}"
|
|
1780
2475
|
o.input = Shapes::ShapeRef.new(shape: DeleteFunctionRequest)
|
|
1781
|
-
o.output = Shapes::ShapeRef.new(shape:
|
|
2476
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFunctionResponse)
|
|
1782
2477
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
1783
2478
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
1784
2479
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
@@ -1883,6 +2578,18 @@ module Aws::Lambda
|
|
|
1883
2578
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1884
2579
|
end)
|
|
1885
2580
|
|
|
2581
|
+
api.add_operation(:get_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
2582
|
+
o.name = "GetCapacityProvider"
|
|
2583
|
+
o.http_method = "GET"
|
|
2584
|
+
o.http_request_uri = "/2025-11-30/capacity-providers/{CapacityProviderName}"
|
|
2585
|
+
o.input = Shapes::ShapeRef.new(shape: GetCapacityProviderRequest)
|
|
2586
|
+
o.output = Shapes::ShapeRef.new(shape: GetCapacityProviderResponse)
|
|
2587
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2588
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2589
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2590
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2591
|
+
end)
|
|
2592
|
+
|
|
1886
2593
|
api.add_operation(:get_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1887
2594
|
o.name = "GetCodeSigningConfig"
|
|
1888
2595
|
o.http_method = "GET"
|
|
@@ -1894,6 +2601,53 @@ module Aws::Lambda
|
|
|
1894
2601
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1895
2602
|
end)
|
|
1896
2603
|
|
|
2604
|
+
api.add_operation(:get_durable_execution, Seahorse::Model::Operation.new.tap do |o|
|
|
2605
|
+
o.name = "GetDurableExecution"
|
|
2606
|
+
o.http_method = "GET"
|
|
2607
|
+
o.http_request_uri = "/2025-12-01/durable-executions/{DurableExecutionArn}"
|
|
2608
|
+
o.input = Shapes::ShapeRef.new(shape: GetDurableExecutionRequest)
|
|
2609
|
+
o.output = Shapes::ShapeRef.new(shape: GetDurableExecutionResponse)
|
|
2610
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2611
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2612
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2613
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2614
|
+
end)
|
|
2615
|
+
|
|
2616
|
+
api.add_operation(:get_durable_execution_history, Seahorse::Model::Operation.new.tap do |o|
|
|
2617
|
+
o.name = "GetDurableExecutionHistory"
|
|
2618
|
+
o.http_method = "GET"
|
|
2619
|
+
o.http_request_uri = "/2025-12-01/durable-executions/{DurableExecutionArn}/history"
|
|
2620
|
+
o.input = Shapes::ShapeRef.new(shape: GetDurableExecutionHistoryRequest)
|
|
2621
|
+
o.output = Shapes::ShapeRef.new(shape: GetDurableExecutionHistoryResponse)
|
|
2622
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2623
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2624
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2625
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2626
|
+
o[:pager] = Aws::Pager.new(
|
|
2627
|
+
limit_key: "max_items",
|
|
2628
|
+
tokens: {
|
|
2629
|
+
"next_marker" => "marker"
|
|
2630
|
+
}
|
|
2631
|
+
)
|
|
2632
|
+
end)
|
|
2633
|
+
|
|
2634
|
+
api.add_operation(:get_durable_execution_state, Seahorse::Model::Operation.new.tap do |o|
|
|
2635
|
+
o.name = "GetDurableExecutionState"
|
|
2636
|
+
o.http_method = "GET"
|
|
2637
|
+
o.http_request_uri = "/2025-12-01/durable-executions/{DurableExecutionArn}/state"
|
|
2638
|
+
o.input = Shapes::ShapeRef.new(shape: GetDurableExecutionStateRequest)
|
|
2639
|
+
o.output = Shapes::ShapeRef.new(shape: GetDurableExecutionStateResponse)
|
|
2640
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2641
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2642
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2643
|
+
o[:pager] = Aws::Pager.new(
|
|
2644
|
+
limit_key: "max_items",
|
|
2645
|
+
tokens: {
|
|
2646
|
+
"next_marker" => "marker"
|
|
2647
|
+
}
|
|
2648
|
+
)
|
|
2649
|
+
end)
|
|
2650
|
+
|
|
1897
2651
|
api.add_operation(:get_event_source_mapping, Seahorse::Model::Operation.new.tap do |o|
|
|
1898
2652
|
o.name = "GetEventSourceMapping"
|
|
1899
2653
|
o.http_method = "GET"
|
|
@@ -1978,6 +2732,18 @@ module Aws::Lambda
|
|
|
1978
2732
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1979
2733
|
end)
|
|
1980
2734
|
|
|
2735
|
+
api.add_operation(:get_function_scaling_config, Seahorse::Model::Operation.new.tap do |o|
|
|
2736
|
+
o.name = "GetFunctionScalingConfig"
|
|
2737
|
+
o.http_method = "GET"
|
|
2738
|
+
o.http_request_uri = "/2025-11-30/functions/{FunctionName}/function-scaling-config"
|
|
2739
|
+
o.input = Shapes::ShapeRef.new(shape: GetFunctionScalingConfigRequest)
|
|
2740
|
+
o.output = Shapes::ShapeRef.new(shape: GetFunctionScalingConfigResponse)
|
|
2741
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
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
|
+
|
|
1981
2747
|
api.add_operation(:get_function_url_config, Seahorse::Model::Operation.new.tap do |o|
|
|
1982
2748
|
o.name = "GetFunctionUrlConfig"
|
|
1983
2749
|
o.http_method = "GET"
|
|
@@ -2082,6 +2848,7 @@ module Aws::Lambda
|
|
|
2082
2848
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedMediaTypeException)
|
|
2083
2849
|
o.errors << Shapes::ShapeRef.new(shape: SerializedRequestEntityTooLargeException)
|
|
2084
2850
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
|
|
2851
|
+
o.errors << Shapes::ShapeRef.new(shape: NoPublishedVersionException)
|
|
2085
2852
|
o.errors << Shapes::ShapeRef.new(shape: EC2UnexpectedException)
|
|
2086
2853
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
|
|
2087
2854
|
o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundException)
|
|
@@ -2098,6 +2865,7 @@ module Aws::Lambda
|
|
|
2098
2865
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountTimeoutException)
|
|
2099
2866
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2100
2867
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
|
|
2868
|
+
o.errors << Shapes::ShapeRef.new(shape: DurableExecutionAlreadyStartedException)
|
|
2101
2869
|
o.errors << Shapes::ShapeRef.new(shape: InvalidZipFileException)
|
|
2102
2870
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
|
2103
2871
|
end)
|
|
@@ -2135,6 +2903,7 @@ module Aws::Lambda
|
|
|
2135
2903
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedMediaTypeException)
|
|
2136
2904
|
o.errors << Shapes::ShapeRef.new(shape: SerializedRequestEntityTooLargeException)
|
|
2137
2905
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
|
|
2906
|
+
o.errors << Shapes::ShapeRef.new(shape: NoPublishedVersionException)
|
|
2138
2907
|
o.errors << Shapes::ShapeRef.new(shape: EC2UnexpectedException)
|
|
2139
2908
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
|
|
2140
2909
|
o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundException)
|
|
@@ -2173,6 +2942,23 @@ module Aws::Lambda
|
|
|
2173
2942
|
)
|
|
2174
2943
|
end)
|
|
2175
2944
|
|
|
2945
|
+
api.add_operation(:list_capacity_providers, Seahorse::Model::Operation.new.tap do |o|
|
|
2946
|
+
o.name = "ListCapacityProviders"
|
|
2947
|
+
o.http_method = "GET"
|
|
2948
|
+
o.http_request_uri = "/2025-11-30/capacity-providers"
|
|
2949
|
+
o.input = Shapes::ShapeRef.new(shape: ListCapacityProvidersRequest)
|
|
2950
|
+
o.output = Shapes::ShapeRef.new(shape: ListCapacityProvidersResponse)
|
|
2951
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2952
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2953
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2954
|
+
o[:pager] = Aws::Pager.new(
|
|
2955
|
+
limit_key: "max_items",
|
|
2956
|
+
tokens: {
|
|
2957
|
+
"next_marker" => "marker"
|
|
2958
|
+
}
|
|
2959
|
+
)
|
|
2960
|
+
end)
|
|
2961
|
+
|
|
2176
2962
|
api.add_operation(:list_code_signing_configs, Seahorse::Model::Operation.new.tap do |o|
|
|
2177
2963
|
o.name = "ListCodeSigningConfigs"
|
|
2178
2964
|
o.http_method = "GET"
|
|
@@ -2189,6 +2975,24 @@ module Aws::Lambda
|
|
|
2189
2975
|
)
|
|
2190
2976
|
end)
|
|
2191
2977
|
|
|
2978
|
+
api.add_operation(:list_durable_executions_by_function, Seahorse::Model::Operation.new.tap do |o|
|
|
2979
|
+
o.name = "ListDurableExecutionsByFunction"
|
|
2980
|
+
o.http_method = "GET"
|
|
2981
|
+
o.http_request_uri = "/2025-12-01/functions/{FunctionName}/durable-executions"
|
|
2982
|
+
o.input = Shapes::ShapeRef.new(shape: ListDurableExecutionsByFunctionRequest)
|
|
2983
|
+
o.output = Shapes::ShapeRef.new(shape: ListDurableExecutionsByFunctionResponse)
|
|
2984
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2985
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2986
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2987
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2988
|
+
o[:pager] = Aws::Pager.new(
|
|
2989
|
+
limit_key: "max_items",
|
|
2990
|
+
tokens: {
|
|
2991
|
+
"next_marker" => "marker"
|
|
2992
|
+
}
|
|
2993
|
+
)
|
|
2994
|
+
end)
|
|
2995
|
+
|
|
2192
2996
|
api.add_operation(:list_event_source_mappings, Seahorse::Model::Operation.new.tap do |o|
|
|
2193
2997
|
o.name = "ListEventSourceMappings"
|
|
2194
2998
|
o.http_method = "GET"
|
|
@@ -2243,6 +3047,24 @@ module Aws::Lambda
|
|
|
2243
3047
|
)
|
|
2244
3048
|
end)
|
|
2245
3049
|
|
|
3050
|
+
api.add_operation(:list_function_versions_by_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
3051
|
+
o.name = "ListFunctionVersionsByCapacityProvider"
|
|
3052
|
+
o.http_method = "GET"
|
|
3053
|
+
o.http_request_uri = "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions"
|
|
3054
|
+
o.input = Shapes::ShapeRef.new(shape: ListFunctionVersionsByCapacityProviderRequest)
|
|
3055
|
+
o.output = Shapes::ShapeRef.new(shape: ListFunctionVersionsByCapacityProviderResponse)
|
|
3056
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3057
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3058
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3059
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3060
|
+
o[:pager] = Aws::Pager.new(
|
|
3061
|
+
limit_key: "max_items",
|
|
3062
|
+
tokens: {
|
|
3063
|
+
"next_marker" => "marker"
|
|
3064
|
+
}
|
|
3065
|
+
)
|
|
3066
|
+
end)
|
|
3067
|
+
|
|
2246
3068
|
api.add_operation(:list_functions, Seahorse::Model::Operation.new.tap do |o|
|
|
2247
3069
|
o.name = "ListFunctions"
|
|
2248
3070
|
o.http_method = "GET"
|
|
@@ -2386,6 +3208,7 @@ module Aws::Lambda
|
|
|
2386
3208
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2387
3209
|
o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
|
|
2388
3210
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
3211
|
+
o.errors << Shapes::ShapeRef.new(shape: FunctionVersionsPerCapacityProviderLimitExceededException)
|
|
2389
3212
|
end)
|
|
2390
3213
|
|
|
2391
3214
|
api.add_operation(:put_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2441,6 +3264,19 @@ module Aws::Lambda
|
|
|
2441
3264
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2442
3265
|
end)
|
|
2443
3266
|
|
|
3267
|
+
api.add_operation(:put_function_scaling_config, Seahorse::Model::Operation.new.tap do |o|
|
|
3268
|
+
o.name = "PutFunctionScalingConfig"
|
|
3269
|
+
o.http_method = "PUT"
|
|
3270
|
+
o.http_request_uri = "/2025-11-30/functions/{FunctionName}/function-scaling-config"
|
|
3271
|
+
o.input = Shapes::ShapeRef.new(shape: PutFunctionScalingConfigRequest)
|
|
3272
|
+
o.output = Shapes::ShapeRef.new(shape: PutFunctionScalingConfigResponse)
|
|
3273
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3274
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
3275
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3276
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3277
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3278
|
+
end)
|
|
3279
|
+
|
|
2444
3280
|
api.add_operation(:put_provisioned_concurrency_config, Seahorse::Model::Operation.new.tap do |o|
|
|
2445
3281
|
o.name = "PutProvisionedConcurrencyConfig"
|
|
2446
3282
|
o.http_method = "PUT"
|
|
@@ -2493,6 +3329,54 @@ module Aws::Lambda
|
|
|
2493
3329
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
2494
3330
|
end)
|
|
2495
3331
|
|
|
3332
|
+
api.add_operation(:send_durable_execution_callback_failure, Seahorse::Model::Operation.new.tap do |o|
|
|
3333
|
+
o.name = "SendDurableExecutionCallbackFailure"
|
|
3334
|
+
o.http_method = "POST"
|
|
3335
|
+
o.http_request_uri = "/2025-12-01/durable-execution-callbacks/{CallbackId}/fail"
|
|
3336
|
+
o.input = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackFailureRequest)
|
|
3337
|
+
o.output = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackFailureResponse)
|
|
3338
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3339
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3340
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3341
|
+
o.errors << Shapes::ShapeRef.new(shape: CallbackTimeoutException)
|
|
3342
|
+
end)
|
|
3343
|
+
|
|
3344
|
+
api.add_operation(:send_durable_execution_callback_heartbeat, Seahorse::Model::Operation.new.tap do |o|
|
|
3345
|
+
o.name = "SendDurableExecutionCallbackHeartbeat"
|
|
3346
|
+
o.http_method = "POST"
|
|
3347
|
+
o.http_request_uri = "/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat"
|
|
3348
|
+
o.input = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackHeartbeatRequest)
|
|
3349
|
+
o.output = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackHeartbeatResponse)
|
|
3350
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3351
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3352
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3353
|
+
o.errors << Shapes::ShapeRef.new(shape: CallbackTimeoutException)
|
|
3354
|
+
end)
|
|
3355
|
+
|
|
3356
|
+
api.add_operation(:send_durable_execution_callback_success, Seahorse::Model::Operation.new.tap do |o|
|
|
3357
|
+
o.name = "SendDurableExecutionCallbackSuccess"
|
|
3358
|
+
o.http_method = "POST"
|
|
3359
|
+
o.http_request_uri = "/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed"
|
|
3360
|
+
o.input = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackSuccessRequest)
|
|
3361
|
+
o.output = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackSuccessResponse)
|
|
3362
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3363
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3364
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3365
|
+
o.errors << Shapes::ShapeRef.new(shape: CallbackTimeoutException)
|
|
3366
|
+
end)
|
|
3367
|
+
|
|
3368
|
+
api.add_operation(:stop_durable_execution, Seahorse::Model::Operation.new.tap do |o|
|
|
3369
|
+
o.name = "StopDurableExecution"
|
|
3370
|
+
o.http_method = "POST"
|
|
3371
|
+
o.http_request_uri = "/2025-12-01/durable-executions/{DurableExecutionArn}/stop"
|
|
3372
|
+
o.input = Shapes::ShapeRef.new(shape: StopDurableExecutionRequest)
|
|
3373
|
+
o.output = Shapes::ShapeRef.new(shape: StopDurableExecutionResponse)
|
|
3374
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3375
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3376
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3377
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3378
|
+
end)
|
|
3379
|
+
|
|
2496
3380
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
2497
3381
|
o.name = "TagResource"
|
|
2498
3382
|
o.http_method = "POST"
|
|
@@ -2533,6 +3417,19 @@ module Aws::Lambda
|
|
|
2533
3417
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
2534
3418
|
end)
|
|
2535
3419
|
|
|
3420
|
+
api.add_operation(:update_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
3421
|
+
o.name = "UpdateCapacityProvider"
|
|
3422
|
+
o.http_method = "PUT"
|
|
3423
|
+
o.http_request_uri = "/2025-11-30/capacity-providers/{CapacityProviderName}"
|
|
3424
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCapacityProviderRequest)
|
|
3425
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCapacityProviderResponse)
|
|
3426
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3427
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
3428
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3429
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3430
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3431
|
+
end)
|
|
3432
|
+
|
|
2536
3433
|
api.add_operation(:update_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
2537
3434
|
o.name = "UpdateCodeSigningConfig"
|
|
2538
3435
|
o.http_method = "PUT"
|