aws-sdk-lambda 1.76.0 → 1.107.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +158 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +1576 -379
- data/lib/aws-sdk-lambda/client_api.rb +396 -0
- data/lib/aws-sdk-lambda/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-lambda/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-lambda/endpoints.rb +940 -0
- data/lib/aws-sdk-lambda/errors.rb +84 -0
- data/lib/aws-sdk-lambda/event_streams.rb +54 -0
- data/lib/aws-sdk-lambda/plugins/endpoints.rb +200 -0
- data/lib/aws-sdk-lambda/types.rb +1933 -1230
- data/lib/aws-sdk-lambda/waiters.rb +163 -7
- data/lib/aws-sdk-lambda.rb +6 -1
- metadata +9 -4
@@ -26,7 +26,11 @@ module Aws::Lambda
|
|
26
26
|
AliasConfiguration = Shapes::StructureShape.new(name: 'AliasConfiguration')
|
27
27
|
AliasList = Shapes::ListShape.new(name: 'AliasList')
|
28
28
|
AliasRoutingConfiguration = Shapes::StructureShape.new(name: 'AliasRoutingConfiguration')
|
29
|
+
AllowCredentials = Shapes::BooleanShape.new(name: 'AllowCredentials')
|
30
|
+
AllowMethodsList = Shapes::ListShape.new(name: 'AllowMethodsList')
|
31
|
+
AllowOriginsList = Shapes::ListShape.new(name: 'AllowOriginsList')
|
29
32
|
AllowedPublishers = Shapes::StructureShape.new(name: 'AllowedPublishers')
|
33
|
+
AmazonManagedKafkaEventSourceConfig = Shapes::StructureShape.new(name: 'AmazonManagedKafkaEventSourceConfig')
|
30
34
|
Architecture = Shapes::StringShape.new(name: 'Architecture')
|
31
35
|
ArchitecturesList = Shapes::ListShape.new(name: 'ArchitecturesList')
|
32
36
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
@@ -44,14 +48,19 @@ module Aws::Lambda
|
|
44
48
|
CodeSigningPolicy = Shapes::StringShape.new(name: 'CodeSigningPolicy')
|
45
49
|
CodeStorageExceededException = Shapes::StructureShape.new(name: 'CodeStorageExceededException')
|
46
50
|
CodeVerificationFailedException = Shapes::StructureShape.new(name: 'CodeVerificationFailedException')
|
51
|
+
CollectionName = Shapes::StringShape.new(name: 'CollectionName')
|
47
52
|
CompatibleArchitectures = Shapes::ListShape.new(name: 'CompatibleArchitectures')
|
48
53
|
CompatibleRuntimes = Shapes::ListShape.new(name: 'CompatibleRuntimes')
|
49
54
|
Concurrency = Shapes::StructureShape.new(name: 'Concurrency')
|
55
|
+
Cors = Shapes::StructureShape.new(name: 'Cors')
|
50
56
|
CreateAliasRequest = Shapes::StructureShape.new(name: 'CreateAliasRequest')
|
51
57
|
CreateCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigRequest')
|
52
58
|
CreateCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'CreateCodeSigningConfigResponse')
|
53
59
|
CreateEventSourceMappingRequest = Shapes::StructureShape.new(name: 'CreateEventSourceMappingRequest')
|
54
60
|
CreateFunctionRequest = Shapes::StructureShape.new(name: 'CreateFunctionRequest')
|
61
|
+
CreateFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'CreateFunctionUrlConfigRequest')
|
62
|
+
CreateFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'CreateFunctionUrlConfigResponse')
|
63
|
+
DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
|
55
64
|
Date = Shapes::TimestampShape.new(name: 'Date')
|
56
65
|
DeadLetterConfig = Shapes::StructureShape.new(name: 'DeadLetterConfig')
|
57
66
|
DeleteAliasRequest = Shapes::StructureShape.new(name: 'DeleteAliasRequest')
|
@@ -62,11 +71,13 @@ module Aws::Lambda
|
|
62
71
|
DeleteFunctionConcurrencyRequest = Shapes::StructureShape.new(name: 'DeleteFunctionConcurrencyRequest')
|
63
72
|
DeleteFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionEventInvokeConfigRequest')
|
64
73
|
DeleteFunctionRequest = Shapes::StructureShape.new(name: 'DeleteFunctionRequest')
|
74
|
+
DeleteFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'DeleteFunctionUrlConfigRequest')
|
65
75
|
DeleteLayerVersionRequest = Shapes::StructureShape.new(name: 'DeleteLayerVersionRequest')
|
66
76
|
DeleteProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'DeleteProvisionedConcurrencyConfigRequest')
|
67
77
|
Description = Shapes::StringShape.new(name: 'Description')
|
68
78
|
DestinationArn = Shapes::StringShape.new(name: 'DestinationArn')
|
69
79
|
DestinationConfig = Shapes::StructureShape.new(name: 'DestinationConfig')
|
80
|
+
DocumentDBEventSourceConfig = Shapes::StructureShape.new(name: 'DocumentDBEventSourceConfig')
|
70
81
|
EC2AccessDeniedException = Shapes::StructureShape.new(name: 'EC2AccessDeniedException')
|
71
82
|
EC2ThrottledException = Shapes::StructureShape.new(name: 'EC2ThrottledException')
|
72
83
|
EC2UnexpectedException = Shapes::StructureShape.new(name: 'EC2UnexpectedException')
|
@@ -86,6 +97,8 @@ module Aws::Lambda
|
|
86
97
|
EnvironmentVariableName = Shapes::StringShape.new(name: 'EnvironmentVariableName')
|
87
98
|
EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
|
88
99
|
EnvironmentVariables = Shapes::MapShape.new(name: 'EnvironmentVariables')
|
100
|
+
EphemeralStorage = Shapes::StructureShape.new(name: 'EphemeralStorage')
|
101
|
+
EphemeralStorageSize = Shapes::IntegerShape.new(name: 'EphemeralStorageSize')
|
89
102
|
EventSourceMappingConfiguration = Shapes::StructureShape.new(name: 'EventSourceMappingConfiguration')
|
90
103
|
EventSourceMappingsList = Shapes::ListShape.new(name: 'EventSourceMappingsList')
|
91
104
|
EventSourcePosition = Shapes::StringShape.new(name: 'EventSourcePosition')
|
@@ -96,6 +109,7 @@ module Aws::Lambda
|
|
96
109
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
97
110
|
FilterCriteria = Shapes::StructureShape.new(name: 'FilterCriteria')
|
98
111
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
112
|
+
FullDocument = Shapes::StringShape.new(name: 'FullDocument')
|
99
113
|
FunctionArn = Shapes::StringShape.new(name: 'FunctionArn')
|
100
114
|
FunctionArnList = Shapes::ListShape.new(name: 'FunctionArnList')
|
101
115
|
FunctionCode = Shapes::StructureShape.new(name: 'FunctionCode')
|
@@ -107,6 +121,11 @@ module Aws::Lambda
|
|
107
121
|
FunctionName = Shapes::StringShape.new(name: 'FunctionName')
|
108
122
|
FunctionResponseType = Shapes::StringShape.new(name: 'FunctionResponseType')
|
109
123
|
FunctionResponseTypeList = Shapes::ListShape.new(name: 'FunctionResponseTypeList')
|
124
|
+
FunctionUrl = Shapes::StringShape.new(name: 'FunctionUrl')
|
125
|
+
FunctionUrlAuthType = Shapes::StringShape.new(name: 'FunctionUrlAuthType')
|
126
|
+
FunctionUrlConfig = Shapes::StructureShape.new(name: 'FunctionUrlConfig')
|
127
|
+
FunctionUrlConfigList = Shapes::ListShape.new(name: 'FunctionUrlConfigList')
|
128
|
+
FunctionUrlQualifier = Shapes::StringShape.new(name: 'FunctionUrlQualifier')
|
110
129
|
FunctionVersion = Shapes::StringShape.new(name: 'FunctionVersion')
|
111
130
|
GetAccountSettingsRequest = Shapes::StructureShape.new(name: 'GetAccountSettingsRequest')
|
112
131
|
GetAccountSettingsResponse = Shapes::StructureShape.new(name: 'GetAccountSettingsResponse')
|
@@ -122,6 +141,8 @@ module Aws::Lambda
|
|
122
141
|
GetFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionEventInvokeConfigRequest')
|
123
142
|
GetFunctionRequest = Shapes::StructureShape.new(name: 'GetFunctionRequest')
|
124
143
|
GetFunctionResponse = Shapes::StructureShape.new(name: 'GetFunctionResponse')
|
144
|
+
GetFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigRequest')
|
145
|
+
GetFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'GetFunctionUrlConfigResponse')
|
125
146
|
GetLayerVersionByArnRequest = Shapes::StructureShape.new(name: 'GetLayerVersionByArnRequest')
|
126
147
|
GetLayerVersionPolicyRequest = Shapes::StructureShape.new(name: 'GetLayerVersionPolicyRequest')
|
127
148
|
GetLayerVersionPolicyResponse = Shapes::StructureShape.new(name: 'GetLayerVersionPolicyResponse')
|
@@ -131,7 +152,11 @@ module Aws::Lambda
|
|
131
152
|
GetPolicyResponse = Shapes::StructureShape.new(name: 'GetPolicyResponse')
|
132
153
|
GetProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'GetProvisionedConcurrencyConfigRequest')
|
133
154
|
GetProvisionedConcurrencyConfigResponse = Shapes::StructureShape.new(name: 'GetProvisionedConcurrencyConfigResponse')
|
155
|
+
GetRuntimeManagementConfigRequest = Shapes::StructureShape.new(name: 'GetRuntimeManagementConfigRequest')
|
156
|
+
GetRuntimeManagementConfigResponse = Shapes::StructureShape.new(name: 'GetRuntimeManagementConfigResponse')
|
134
157
|
Handler = Shapes::StringShape.new(name: 'Handler')
|
158
|
+
Header = Shapes::StringShape.new(name: 'Header')
|
159
|
+
HeadersList = Shapes::ListShape.new(name: 'HeadersList')
|
135
160
|
HttpStatus = Shapes::IntegerShape.new(name: 'HttpStatus')
|
136
161
|
ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
|
137
162
|
ImageConfigError = Shapes::StructureShape.new(name: 'ImageConfigError')
|
@@ -149,6 +174,12 @@ module Aws::Lambda
|
|
149
174
|
InvocationType = Shapes::StringShape.new(name: 'InvocationType')
|
150
175
|
InvokeAsyncRequest = Shapes::StructureShape.new(name: 'InvokeAsyncRequest')
|
151
176
|
InvokeAsyncResponse = Shapes::StructureShape.new(name: 'InvokeAsyncResponse')
|
177
|
+
InvokeMode = Shapes::StringShape.new(name: 'InvokeMode')
|
178
|
+
InvokeResponseStreamUpdate = Shapes::StructureShape.new(name: 'InvokeResponseStreamUpdate')
|
179
|
+
InvokeWithResponseStreamCompleteEvent = Shapes::StructureShape.new(name: 'InvokeWithResponseStreamCompleteEvent')
|
180
|
+
InvokeWithResponseStreamRequest = Shapes::StructureShape.new(name: 'InvokeWithResponseStreamRequest')
|
181
|
+
InvokeWithResponseStreamResponse = Shapes::StructureShape.new(name: 'InvokeWithResponseStreamResponse')
|
182
|
+
InvokeWithResponseStreamResponseEvent = Shapes::StructureShape.new(name: 'InvokeWithResponseStreamResponseEvent')
|
152
183
|
KMSAccessDeniedException = Shapes::StructureShape.new(name: 'KMSAccessDeniedException')
|
153
184
|
KMSDisabledException = Shapes::StructureShape.new(name: 'KMSDisabledException')
|
154
185
|
KMSInvalidStateException = Shapes::StructureShape.new(name: 'KMSInvalidStateException')
|
@@ -181,6 +212,8 @@ module Aws::Lambda
|
|
181
212
|
ListEventSourceMappingsResponse = Shapes::StructureShape.new(name: 'ListEventSourceMappingsResponse')
|
182
213
|
ListFunctionEventInvokeConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsRequest')
|
183
214
|
ListFunctionEventInvokeConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionEventInvokeConfigsResponse')
|
215
|
+
ListFunctionUrlConfigsRequest = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsRequest')
|
216
|
+
ListFunctionUrlConfigsResponse = Shapes::StructureShape.new(name: 'ListFunctionUrlConfigsResponse')
|
184
217
|
ListFunctionsByCodeSigningConfigRequest = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigRequest')
|
185
218
|
ListFunctionsByCodeSigningConfigResponse = Shapes::StructureShape.new(name: 'ListFunctionsByCodeSigningConfigResponse')
|
186
219
|
ListFunctionsRequest = Shapes::StructureShape.new(name: 'ListFunctionsRequest')
|
@@ -199,23 +232,29 @@ module Aws::Lambda
|
|
199
232
|
LogType = Shapes::StringShape.new(name: 'LogType')
|
200
233
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
201
234
|
MasterRegion = Shapes::StringShape.new(name: 'MasterRegion')
|
235
|
+
MaxAge = Shapes::IntegerShape.new(name: 'MaxAge')
|
202
236
|
MaxFunctionEventInvokeConfigListItems = Shapes::IntegerShape.new(name: 'MaxFunctionEventInvokeConfigListItems')
|
237
|
+
MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
|
203
238
|
MaxLayerListItems = Shapes::IntegerShape.new(name: 'MaxLayerListItems')
|
204
239
|
MaxListItems = Shapes::IntegerShape.new(name: 'MaxListItems')
|
205
240
|
MaxProvisionedConcurrencyConfigListItems = Shapes::IntegerShape.new(name: 'MaxProvisionedConcurrencyConfigListItems')
|
206
241
|
MaximumBatchingWindowInSeconds = Shapes::IntegerShape.new(name: 'MaximumBatchingWindowInSeconds')
|
242
|
+
MaximumConcurrency = Shapes::IntegerShape.new(name: 'MaximumConcurrency')
|
207
243
|
MaximumEventAgeInSeconds = Shapes::IntegerShape.new(name: 'MaximumEventAgeInSeconds')
|
208
244
|
MaximumRecordAgeInSeconds = Shapes::IntegerShape.new(name: 'MaximumRecordAgeInSeconds')
|
209
245
|
MaximumRetryAttempts = Shapes::IntegerShape.new(name: 'MaximumRetryAttempts')
|
210
246
|
MaximumRetryAttemptsEventSourceMapping = Shapes::IntegerShape.new(name: 'MaximumRetryAttemptsEventSourceMapping')
|
211
247
|
MemorySize = Shapes::IntegerShape.new(name: 'MemorySize')
|
248
|
+
Method = Shapes::StringShape.new(name: 'Method')
|
212
249
|
NameSpacedFunctionArn = Shapes::StringShape.new(name: 'NameSpacedFunctionArn')
|
213
250
|
NamespacedFunctionName = Shapes::StringShape.new(name: 'NamespacedFunctionName')
|
214
251
|
NamespacedStatementId = Shapes::StringShape.new(name: 'NamespacedStatementId')
|
215
252
|
NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
|
253
|
+
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
216
254
|
OnFailure = Shapes::StructureShape.new(name: 'OnFailure')
|
217
255
|
OnSuccess = Shapes::StructureShape.new(name: 'OnSuccess')
|
218
256
|
OrganizationId = Shapes::StringShape.new(name: 'OrganizationId')
|
257
|
+
Origin = Shapes::StringShape.new(name: 'Origin')
|
219
258
|
PackageType = Shapes::StringShape.new(name: 'PackageType')
|
220
259
|
ParallelizationFactor = Shapes::IntegerShape.new(name: 'ParallelizationFactor')
|
221
260
|
Pattern = Shapes::StringShape.new(name: 'Pattern')
|
@@ -223,6 +262,7 @@ module Aws::Lambda
|
|
223
262
|
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
224
263
|
PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
|
225
264
|
Principal = Shapes::StringShape.new(name: 'Principal')
|
265
|
+
PrincipalOrgID = Shapes::StringShape.new(name: 'PrincipalOrgID')
|
226
266
|
ProvisionedConcurrencyConfigList = Shapes::ListShape.new(name: 'ProvisionedConcurrencyConfigList')
|
227
267
|
ProvisionedConcurrencyConfigListItem = Shapes::StructureShape.new(name: 'ProvisionedConcurrencyConfigListItem')
|
228
268
|
ProvisionedConcurrencyConfigNotFoundException = Shapes::StructureShape.new(name: 'ProvisionedConcurrencyConfigNotFoundException')
|
@@ -236,9 +276,12 @@ module Aws::Lambda
|
|
236
276
|
PutFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'PutFunctionEventInvokeConfigRequest')
|
237
277
|
PutProvisionedConcurrencyConfigRequest = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigRequest')
|
238
278
|
PutProvisionedConcurrencyConfigResponse = Shapes::StructureShape.new(name: 'PutProvisionedConcurrencyConfigResponse')
|
279
|
+
PutRuntimeManagementConfigRequest = Shapes::StructureShape.new(name: 'PutRuntimeManagementConfigRequest')
|
280
|
+
PutRuntimeManagementConfigResponse = Shapes::StructureShape.new(name: 'PutRuntimeManagementConfigResponse')
|
239
281
|
Qualifier = Shapes::StringShape.new(name: 'Qualifier')
|
240
282
|
Queue = Shapes::StringShape.new(name: 'Queue')
|
241
283
|
Queues = Shapes::ListShape.new(name: 'Queues')
|
284
|
+
RecursiveInvocationException = Shapes::StructureShape.new(name: 'RecursiveInvocationException')
|
242
285
|
RemoveLayerVersionPermissionRequest = Shapes::StructureShape.new(name: 'RemoveLayerVersionPermissionRequest')
|
243
286
|
RemovePermissionRequest = Shapes::StructureShape.new(name: 'RemovePermissionRequest')
|
244
287
|
RequestTooLargeException = Shapes::StructureShape.new(name: 'RequestTooLargeException')
|
@@ -248,17 +291,30 @@ module Aws::Lambda
|
|
248
291
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
249
292
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
250
293
|
ResourceNotReadyException = Shapes::StructureShape.new(name: 'ResourceNotReadyException')
|
294
|
+
ResponseStreamingInvocationType = Shapes::StringShape.new(name: 'ResponseStreamingInvocationType')
|
251
295
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
252
296
|
Runtime = Shapes::StringShape.new(name: 'Runtime')
|
297
|
+
RuntimeVersionArn = Shapes::StringShape.new(name: 'RuntimeVersionArn')
|
298
|
+
RuntimeVersionConfig = Shapes::StructureShape.new(name: 'RuntimeVersionConfig')
|
299
|
+
RuntimeVersionError = Shapes::StructureShape.new(name: 'RuntimeVersionError')
|
253
300
|
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
254
301
|
S3Key = Shapes::StringShape.new(name: 'S3Key')
|
255
302
|
S3ObjectVersion = Shapes::StringShape.new(name: 'S3ObjectVersion')
|
303
|
+
ScalingConfig = Shapes::StructureShape.new(name: 'ScalingConfig')
|
256
304
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
257
305
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
258
306
|
SelfManagedEventSource = Shapes::StructureShape.new(name: 'SelfManagedEventSource')
|
307
|
+
SelfManagedKafkaEventSourceConfig = Shapes::StructureShape.new(name: 'SelfManagedKafkaEventSourceConfig')
|
259
308
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
260
309
|
ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
|
261
310
|
SigningProfileVersionArns = Shapes::ListShape.new(name: 'SigningProfileVersionArns')
|
311
|
+
SnapStart = Shapes::StructureShape.new(name: 'SnapStart')
|
312
|
+
SnapStartApplyOn = Shapes::StringShape.new(name: 'SnapStartApplyOn')
|
313
|
+
SnapStartException = Shapes::StructureShape.new(name: 'SnapStartException')
|
314
|
+
SnapStartNotReadyException = Shapes::StructureShape.new(name: 'SnapStartNotReadyException')
|
315
|
+
SnapStartOptimizationStatus = Shapes::StringShape.new(name: 'SnapStartOptimizationStatus')
|
316
|
+
SnapStartResponse = Shapes::StructureShape.new(name: 'SnapStartResponse')
|
317
|
+
SnapStartTimeoutException = Shapes::StructureShape.new(name: 'SnapStartTimeoutException')
|
262
318
|
SourceAccessConfiguration = Shapes::StructureShape.new(name: 'SourceAccessConfiguration')
|
263
319
|
SourceAccessConfigurations = Shapes::ListShape.new(name: 'SourceAccessConfigurations')
|
264
320
|
SourceAccessType = Shapes::StringShape.new(name: 'SourceAccessType')
|
@@ -298,6 +354,9 @@ module Aws::Lambda
|
|
298
354
|
UpdateFunctionCodeRequest = Shapes::StructureShape.new(name: 'UpdateFunctionCodeRequest')
|
299
355
|
UpdateFunctionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateFunctionConfigurationRequest')
|
300
356
|
UpdateFunctionEventInvokeConfigRequest = Shapes::StructureShape.new(name: 'UpdateFunctionEventInvokeConfigRequest')
|
357
|
+
UpdateFunctionUrlConfigRequest = Shapes::StructureShape.new(name: 'UpdateFunctionUrlConfigRequest')
|
358
|
+
UpdateFunctionUrlConfigResponse = Shapes::StructureShape.new(name: 'UpdateFunctionUrlConfigResponse')
|
359
|
+
UpdateRuntimeOn = Shapes::StringShape.new(name: 'UpdateRuntimeOn')
|
301
360
|
Version = Shapes::StringShape.new(name: 'Version')
|
302
361
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
303
362
|
VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
|
@@ -338,6 +397,8 @@ module Aws::Lambda
|
|
338
397
|
AddPermissionRequest.add_member(:event_source_token, Shapes::ShapeRef.new(shape: EventSourceToken, location_name: "EventSourceToken"))
|
339
398
|
AddPermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
|
340
399
|
AddPermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
400
|
+
AddPermissionRequest.add_member(:principal_org_id, Shapes::ShapeRef.new(shape: PrincipalOrgID, location_name: "PrincipalOrgID"))
|
401
|
+
AddPermissionRequest.add_member(:function_url_auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "FunctionUrlAuthType"))
|
341
402
|
AddPermissionRequest.struct_class = Types::AddPermissionRequest
|
342
403
|
|
343
404
|
AddPermissionResponse.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "Statement"))
|
@@ -359,9 +420,16 @@ module Aws::Lambda
|
|
359
420
|
AliasRoutingConfiguration.add_member(:additional_version_weights, Shapes::ShapeRef.new(shape: AdditionalVersionWeights, location_name: "AdditionalVersionWeights"))
|
360
421
|
AliasRoutingConfiguration.struct_class = Types::AliasRoutingConfiguration
|
361
422
|
|
423
|
+
AllowMethodsList.member = Shapes::ShapeRef.new(shape: Method)
|
424
|
+
|
425
|
+
AllowOriginsList.member = Shapes::ShapeRef.new(shape: Origin)
|
426
|
+
|
362
427
|
AllowedPublishers.add_member(:signing_profile_version_arns, Shapes::ShapeRef.new(shape: SigningProfileVersionArns, required: true, location_name: "SigningProfileVersionArns"))
|
363
428
|
AllowedPublishers.struct_class = Types::AllowedPublishers
|
364
429
|
|
430
|
+
AmazonManagedKafkaEventSourceConfig.add_member(:consumer_group_id, Shapes::ShapeRef.new(shape: URI, location_name: "ConsumerGroupId"))
|
431
|
+
AmazonManagedKafkaEventSourceConfig.struct_class = Types::AmazonManagedKafkaEventSourceConfig
|
432
|
+
|
365
433
|
ArchitecturesList.member = Shapes::ShapeRef.new(shape: Architecture)
|
366
434
|
|
367
435
|
CodeSigningConfig.add_member(:code_signing_config_id, Shapes::ShapeRef.new(shape: CodeSigningConfigId, required: true, location_name: "CodeSigningConfigId"))
|
@@ -396,6 +464,14 @@ module Aws::Lambda
|
|
396
464
|
Concurrency.add_member(:reserved_concurrent_executions, Shapes::ShapeRef.new(shape: ReservedConcurrentExecutions, location_name: "ReservedConcurrentExecutions"))
|
397
465
|
Concurrency.struct_class = Types::Concurrency
|
398
466
|
|
467
|
+
Cors.add_member(:allow_credentials, Shapes::ShapeRef.new(shape: AllowCredentials, location_name: "AllowCredentials"))
|
468
|
+
Cors.add_member(:allow_headers, Shapes::ShapeRef.new(shape: HeadersList, location_name: "AllowHeaders"))
|
469
|
+
Cors.add_member(:allow_methods, Shapes::ShapeRef.new(shape: AllowMethodsList, location_name: "AllowMethods"))
|
470
|
+
Cors.add_member(:allow_origins, Shapes::ShapeRef.new(shape: AllowOriginsList, location_name: "AllowOrigins"))
|
471
|
+
Cors.add_member(:expose_headers, Shapes::ShapeRef.new(shape: HeadersList, location_name: "ExposeHeaders"))
|
472
|
+
Cors.add_member(:max_age, Shapes::ShapeRef.new(shape: MaxAge, location_name: "MaxAge"))
|
473
|
+
Cors.struct_class = Types::Cors
|
474
|
+
|
399
475
|
CreateAliasRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
400
476
|
CreateAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Alias, required: true, location_name: "Name"))
|
401
477
|
CreateAliasRequest.add_member(:function_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "FunctionVersion"))
|
@@ -430,6 +506,10 @@ module Aws::Lambda
|
|
430
506
|
CreateEventSourceMappingRequest.add_member(:source_access_configurations, Shapes::ShapeRef.new(shape: SourceAccessConfigurations, location_name: "SourceAccessConfigurations"))
|
431
507
|
CreateEventSourceMappingRequest.add_member(:self_managed_event_source, Shapes::ShapeRef.new(shape: SelfManagedEventSource, location_name: "SelfManagedEventSource"))
|
432
508
|
CreateEventSourceMappingRequest.add_member(:function_response_types, Shapes::ShapeRef.new(shape: FunctionResponseTypeList, location_name: "FunctionResponseTypes"))
|
509
|
+
CreateEventSourceMappingRequest.add_member(:amazon_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: AmazonManagedKafkaEventSourceConfig, location_name: "AmazonManagedKafkaEventSourceConfig"))
|
510
|
+
CreateEventSourceMappingRequest.add_member(:self_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: SelfManagedKafkaEventSourceConfig, location_name: "SelfManagedKafkaEventSourceConfig"))
|
511
|
+
CreateEventSourceMappingRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
512
|
+
CreateEventSourceMappingRequest.add_member(:document_db_event_source_config, Shapes::ShapeRef.new(shape: DocumentDBEventSourceConfig, location_name: "DocumentDBEventSourceConfig"))
|
433
513
|
CreateEventSourceMappingRequest.struct_class = Types::CreateEventSourceMappingRequest
|
434
514
|
|
435
515
|
CreateFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location_name: "FunctionName"))
|
@@ -453,8 +533,25 @@ module Aws::Lambda
|
|
453
533
|
CreateFunctionRequest.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
|
454
534
|
CreateFunctionRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, location_name: "CodeSigningConfigArn"))
|
455
535
|
CreateFunctionRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
536
|
+
CreateFunctionRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
537
|
+
CreateFunctionRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
|
456
538
|
CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
|
457
539
|
|
540
|
+
CreateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
541
|
+
CreateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
542
|
+
CreateFunctionUrlConfigRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, required: true, location_name: "AuthType"))
|
543
|
+
CreateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
544
|
+
CreateFunctionUrlConfigRequest.add_member(:invoke_mode, Shapes::ShapeRef.new(shape: InvokeMode, location_name: "InvokeMode"))
|
545
|
+
CreateFunctionUrlConfigRequest.struct_class = Types::CreateFunctionUrlConfigRequest
|
546
|
+
|
547
|
+
CreateFunctionUrlConfigResponse.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
|
548
|
+
CreateFunctionUrlConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
|
549
|
+
CreateFunctionUrlConfigResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, required: true, location_name: "AuthType"))
|
550
|
+
CreateFunctionUrlConfigResponse.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
551
|
+
CreateFunctionUrlConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
552
|
+
CreateFunctionUrlConfigResponse.add_member(:invoke_mode, Shapes::ShapeRef.new(shape: InvokeMode, location_name: "InvokeMode"))
|
553
|
+
CreateFunctionUrlConfigResponse.struct_class = Types::CreateFunctionUrlConfigResponse
|
554
|
+
|
458
555
|
DeadLetterConfig.add_member(:target_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "TargetArn"))
|
459
556
|
DeadLetterConfig.struct_class = Types::DeadLetterConfig
|
460
557
|
|
@@ -484,6 +581,10 @@ module Aws::Lambda
|
|
484
581
|
DeleteFunctionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
|
485
582
|
DeleteFunctionRequest.struct_class = Types::DeleteFunctionRequest
|
486
583
|
|
584
|
+
DeleteFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
585
|
+
DeleteFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
586
|
+
DeleteFunctionUrlConfigRequest.struct_class = Types::DeleteFunctionUrlConfigRequest
|
587
|
+
|
487
588
|
DeleteLayerVersionRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
|
488
589
|
DeleteLayerVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: LayerVersionNumber, required: true, location: "uri", location_name: "VersionNumber"))
|
489
590
|
DeleteLayerVersionRequest.struct_class = Types::DeleteLayerVersionRequest
|
@@ -496,6 +597,11 @@ module Aws::Lambda
|
|
496
597
|
DestinationConfig.add_member(:on_failure, Shapes::ShapeRef.new(shape: OnFailure, location_name: "OnFailure"))
|
497
598
|
DestinationConfig.struct_class = Types::DestinationConfig
|
498
599
|
|
600
|
+
DocumentDBEventSourceConfig.add_member(:database_name, Shapes::ShapeRef.new(shape: DatabaseName, location_name: "DatabaseName"))
|
601
|
+
DocumentDBEventSourceConfig.add_member(:collection_name, Shapes::ShapeRef.new(shape: CollectionName, location_name: "CollectionName"))
|
602
|
+
DocumentDBEventSourceConfig.add_member(:full_document, Shapes::ShapeRef.new(shape: FullDocument, location_name: "FullDocument"))
|
603
|
+
DocumentDBEventSourceConfig.struct_class = Types::DocumentDBEventSourceConfig
|
604
|
+
|
499
605
|
EC2AccessDeniedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
500
606
|
EC2AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
501
607
|
EC2AccessDeniedException.struct_class = Types::EC2AccessDeniedException
|
@@ -548,6 +654,9 @@ module Aws::Lambda
|
|
548
654
|
EnvironmentVariables.key = Shapes::ShapeRef.new(shape: EnvironmentVariableName)
|
549
655
|
EnvironmentVariables.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
|
550
656
|
|
657
|
+
EphemeralStorage.add_member(:size, Shapes::ShapeRef.new(shape: EphemeralStorageSize, required: true, location_name: "Size"))
|
658
|
+
EphemeralStorage.struct_class = Types::EphemeralStorage
|
659
|
+
|
551
660
|
EventSourceMappingConfiguration.add_member(:uuid, Shapes::ShapeRef.new(shape: String, location_name: "UUID"))
|
552
661
|
EventSourceMappingConfiguration.add_member(:starting_position, Shapes::ShapeRef.new(shape: EventSourcePosition, location_name: "StartingPosition"))
|
553
662
|
EventSourceMappingConfiguration.add_member(:starting_position_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "StartingPositionTimestamp"))
|
@@ -571,6 +680,10 @@ module Aws::Lambda
|
|
571
680
|
EventSourceMappingConfiguration.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsEventSourceMapping, location_name: "MaximumRetryAttempts"))
|
572
681
|
EventSourceMappingConfiguration.add_member(:tumbling_window_in_seconds, Shapes::ShapeRef.new(shape: TumblingWindowInSeconds, location_name: "TumblingWindowInSeconds"))
|
573
682
|
EventSourceMappingConfiguration.add_member(:function_response_types, Shapes::ShapeRef.new(shape: FunctionResponseTypeList, location_name: "FunctionResponseTypes"))
|
683
|
+
EventSourceMappingConfiguration.add_member(:amazon_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: AmazonManagedKafkaEventSourceConfig, location_name: "AmazonManagedKafkaEventSourceConfig"))
|
684
|
+
EventSourceMappingConfiguration.add_member(:self_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: SelfManagedKafkaEventSourceConfig, location_name: "SelfManagedKafkaEventSourceConfig"))
|
685
|
+
EventSourceMappingConfiguration.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
686
|
+
EventSourceMappingConfiguration.add_member(:document_db_event_source_config, Shapes::ShapeRef.new(shape: DocumentDBEventSourceConfig, location_name: "DocumentDBEventSourceConfig"))
|
574
687
|
EventSourceMappingConfiguration.struct_class = Types::EventSourceMappingConfiguration
|
575
688
|
|
576
689
|
EventSourceMappingsList.member = Shapes::ShapeRef.new(shape: EventSourceMappingConfiguration)
|
@@ -636,6 +749,9 @@ module Aws::Lambda
|
|
636
749
|
FunctionConfiguration.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
|
637
750
|
FunctionConfiguration.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningJobArn"))
|
638
751
|
FunctionConfiguration.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
752
|
+
FunctionConfiguration.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
753
|
+
FunctionConfiguration.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStartResponse, location_name: "SnapStart"))
|
754
|
+
FunctionConfiguration.add_member(:runtime_version_config, Shapes::ShapeRef.new(shape: RuntimeVersionConfig, location_name: "RuntimeVersionConfig"))
|
639
755
|
FunctionConfiguration.struct_class = Types::FunctionConfiguration
|
640
756
|
|
641
757
|
FunctionEventInvokeConfig.add_member(:last_modified, Shapes::ShapeRef.new(shape: Date, location_name: "LastModified"))
|
@@ -651,6 +767,17 @@ module Aws::Lambda
|
|
651
767
|
|
652
768
|
FunctionResponseTypeList.member = Shapes::ShapeRef.new(shape: FunctionResponseType)
|
653
769
|
|
770
|
+
FunctionUrlConfig.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
|
771
|
+
FunctionUrlConfig.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
|
772
|
+
FunctionUrlConfig.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
773
|
+
FunctionUrlConfig.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
774
|
+
FunctionUrlConfig.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
775
|
+
FunctionUrlConfig.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, required: true, location_name: "AuthType"))
|
776
|
+
FunctionUrlConfig.add_member(:invoke_mode, Shapes::ShapeRef.new(shape: InvokeMode, location_name: "InvokeMode"))
|
777
|
+
FunctionUrlConfig.struct_class = Types::FunctionUrlConfig
|
778
|
+
|
779
|
+
FunctionUrlConfigList.member = Shapes::ShapeRef.new(shape: FunctionUrlConfig)
|
780
|
+
|
654
781
|
GetAccountSettingsRequest.struct_class = Types::GetAccountSettingsRequest
|
655
782
|
|
656
783
|
GetAccountSettingsResponse.add_member(:account_limit, Shapes::ShapeRef.new(shape: AccountLimit, location_name: "AccountLimit"))
|
@@ -701,6 +828,19 @@ module Aws::Lambda
|
|
701
828
|
GetFunctionResponse.add_member(:concurrency, Shapes::ShapeRef.new(shape: Concurrency, location_name: "Concurrency"))
|
702
829
|
GetFunctionResponse.struct_class = Types::GetFunctionResponse
|
703
830
|
|
831
|
+
GetFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
832
|
+
GetFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
833
|
+
GetFunctionUrlConfigRequest.struct_class = Types::GetFunctionUrlConfigRequest
|
834
|
+
|
835
|
+
GetFunctionUrlConfigResponse.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
|
836
|
+
GetFunctionUrlConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
|
837
|
+
GetFunctionUrlConfigResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, required: true, location_name: "AuthType"))
|
838
|
+
GetFunctionUrlConfigResponse.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
839
|
+
GetFunctionUrlConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
840
|
+
GetFunctionUrlConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
841
|
+
GetFunctionUrlConfigResponse.add_member(:invoke_mode, Shapes::ShapeRef.new(shape: InvokeMode, location_name: "InvokeMode"))
|
842
|
+
GetFunctionUrlConfigResponse.struct_class = Types::GetFunctionUrlConfigResponse
|
843
|
+
|
704
844
|
GetLayerVersionByArnRequest.add_member(:arn, Shapes::ShapeRef.new(shape: LayerVersionArn, required: true, location: "querystring", location_name: "Arn"))
|
705
845
|
GetLayerVersionByArnRequest.struct_class = Types::GetLayerVersionByArnRequest
|
706
846
|
|
@@ -747,6 +887,17 @@ module Aws::Lambda
|
|
747
887
|
GetProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
|
748
888
|
GetProvisionedConcurrencyConfigResponse.struct_class = Types::GetProvisionedConcurrencyConfigResponse
|
749
889
|
|
890
|
+
GetRuntimeManagementConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
891
|
+
GetRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
|
892
|
+
GetRuntimeManagementConfigRequest.struct_class = Types::GetRuntimeManagementConfigRequest
|
893
|
+
|
894
|
+
GetRuntimeManagementConfigResponse.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, location_name: "UpdateRuntimeOn"))
|
895
|
+
GetRuntimeManagementConfigResponse.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
896
|
+
GetRuntimeManagementConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: NameSpacedFunctionArn, location_name: "FunctionArn"))
|
897
|
+
GetRuntimeManagementConfigResponse.struct_class = Types::GetRuntimeManagementConfigResponse
|
898
|
+
|
899
|
+
HeadersList.member = Shapes::ShapeRef.new(shape: Header)
|
900
|
+
|
750
901
|
ImageConfig.add_member(:entry_point, Shapes::ShapeRef.new(shape: StringList, location_name: "EntryPoint"))
|
751
902
|
ImageConfig.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "Command"))
|
752
903
|
ImageConfig.add_member(:working_directory, Shapes::ShapeRef.new(shape: WorkingDirectory, location_name: "WorkingDirectory"))
|
@@ -816,6 +967,36 @@ module Aws::Lambda
|
|
816
967
|
InvokeAsyncResponse.add_member(:status, Shapes::ShapeRef.new(shape: HttpStatus, location: "statusCode", location_name: "Status"))
|
817
968
|
InvokeAsyncResponse.struct_class = Types::InvokeAsyncResponse
|
818
969
|
|
970
|
+
InvokeResponseStreamUpdate.add_member(:payload, Shapes::ShapeRef.new(shape: Blob, eventpayload: true, eventpayload_type: 'blob', location_name: "Payload", metadata: {"eventpayload"=>true}))
|
971
|
+
InvokeResponseStreamUpdate.struct_class = Types::InvokeResponseStreamUpdate
|
972
|
+
|
973
|
+
InvokeWithResponseStreamCompleteEvent.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
|
974
|
+
InvokeWithResponseStreamCompleteEvent.add_member(:error_details, Shapes::ShapeRef.new(shape: String, location_name: "ErrorDetails"))
|
975
|
+
InvokeWithResponseStreamCompleteEvent.add_member(:log_result, Shapes::ShapeRef.new(shape: String, location_name: "LogResult"))
|
976
|
+
InvokeWithResponseStreamCompleteEvent.struct_class = Types::InvokeWithResponseStreamCompleteEvent
|
977
|
+
|
978
|
+
InvokeWithResponseStreamRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
979
|
+
InvokeWithResponseStreamRequest.add_member(:invocation_type, Shapes::ShapeRef.new(shape: ResponseStreamingInvocationType, location: "header", location_name: "X-Amz-Invocation-Type"))
|
980
|
+
InvokeWithResponseStreamRequest.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location: "header", location_name: "X-Amz-Log-Type"))
|
981
|
+
InvokeWithResponseStreamRequest.add_member(:client_context, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Amz-Client-Context"))
|
982
|
+
InvokeWithResponseStreamRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
|
983
|
+
InvokeWithResponseStreamRequest.add_member(:payload, Shapes::ShapeRef.new(shape: Blob, location_name: "Payload"))
|
984
|
+
InvokeWithResponseStreamRequest.struct_class = Types::InvokeWithResponseStreamRequest
|
985
|
+
InvokeWithResponseStreamRequest[:payload] = :payload
|
986
|
+
InvokeWithResponseStreamRequest[:payload_member] = InvokeWithResponseStreamRequest.member(:payload)
|
987
|
+
|
988
|
+
InvokeWithResponseStreamResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "StatusCode"))
|
989
|
+
InvokeWithResponseStreamResponse.add_member(:executed_version, Shapes::ShapeRef.new(shape: Version, location: "header", location_name: "X-Amz-Executed-Version"))
|
990
|
+
InvokeWithResponseStreamResponse.add_member(:event_stream, Shapes::ShapeRef.new(shape: InvokeWithResponseStreamResponseEvent, eventstream: true, location_name: "EventStream"))
|
991
|
+
InvokeWithResponseStreamResponse.add_member(:response_stream_content_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Type"))
|
992
|
+
InvokeWithResponseStreamResponse.struct_class = Types::InvokeWithResponseStreamResponse
|
993
|
+
InvokeWithResponseStreamResponse[:payload] = :event_stream
|
994
|
+
InvokeWithResponseStreamResponse[:payload_member] = InvokeWithResponseStreamResponse.member(:event_stream)
|
995
|
+
|
996
|
+
InvokeWithResponseStreamResponseEvent.add_member(:payload_chunk, Shapes::ShapeRef.new(shape: InvokeResponseStreamUpdate, event: true, location_name: "PayloadChunk"))
|
997
|
+
InvokeWithResponseStreamResponseEvent.add_member(:invoke_complete, Shapes::ShapeRef.new(shape: InvokeWithResponseStreamCompleteEvent, event: true, location_name: "InvokeComplete"))
|
998
|
+
InvokeWithResponseStreamResponseEvent.struct_class = Types::InvokeWithResponseStreamResponseEvent
|
999
|
+
|
819
1000
|
KMSAccessDeniedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
820
1001
|
KMSAccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
821
1002
|
KMSAccessDeniedException.struct_class = Types::KMSAccessDeniedException
|
@@ -910,6 +1091,15 @@ module Aws::Lambda
|
|
910
1091
|
ListFunctionEventInvokeConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
911
1092
|
ListFunctionEventInvokeConfigsResponse.struct_class = Types::ListFunctionEventInvokeConfigsResponse
|
912
1093
|
|
1094
|
+
ListFunctionUrlConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
1095
|
+
ListFunctionUrlConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
1096
|
+
ListFunctionUrlConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "MaxItems"))
|
1097
|
+
ListFunctionUrlConfigsRequest.struct_class = Types::ListFunctionUrlConfigsRequest
|
1098
|
+
|
1099
|
+
ListFunctionUrlConfigsResponse.add_member(:function_url_configs, Shapes::ShapeRef.new(shape: FunctionUrlConfigList, required: true, location_name: "FunctionUrlConfigs"))
|
1100
|
+
ListFunctionUrlConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
1101
|
+
ListFunctionUrlConfigsResponse.struct_class = Types::ListFunctionUrlConfigsResponse
|
1102
|
+
|
913
1103
|
ListFunctionsByCodeSigningConfigRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location: "uri", location_name: "CodeSigningConfigArn"))
|
914
1104
|
ListFunctionsByCodeSigningConfigRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
915
1105
|
ListFunctionsByCodeSigningConfigRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxListItems, location: "querystring", location_name: "MaxItems"))
|
@@ -1060,8 +1250,23 @@ module Aws::Lambda
|
|
1060
1250
|
PutProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
|
1061
1251
|
PutProvisionedConcurrencyConfigResponse.struct_class = Types::PutProvisionedConcurrencyConfigResponse
|
1062
1252
|
|
1253
|
+
PutRuntimeManagementConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
1254
|
+
PutRuntimeManagementConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: Qualifier, location: "querystring", location_name: "Qualifier"))
|
1255
|
+
PutRuntimeManagementConfigRequest.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, required: true, location_name: "UpdateRuntimeOn"))
|
1256
|
+
PutRuntimeManagementConfigRequest.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
1257
|
+
PutRuntimeManagementConfigRequest.struct_class = Types::PutRuntimeManagementConfigRequest
|
1258
|
+
|
1259
|
+
PutRuntimeManagementConfigResponse.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, required: true, location_name: "UpdateRuntimeOn"))
|
1260
|
+
PutRuntimeManagementConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
|
1261
|
+
PutRuntimeManagementConfigResponse.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
1262
|
+
PutRuntimeManagementConfigResponse.struct_class = Types::PutRuntimeManagementConfigResponse
|
1263
|
+
|
1063
1264
|
Queues.member = Shapes::ShapeRef.new(shape: Queue)
|
1064
1265
|
|
1266
|
+
RecursiveInvocationException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
1267
|
+
RecursiveInvocationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1268
|
+
RecursiveInvocationException.struct_class = Types::RecursiveInvocationException
|
1269
|
+
|
1065
1270
|
RemoveLayerVersionPermissionRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
|
1066
1271
|
RemoveLayerVersionPermissionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: LayerVersionNumber, required: true, location: "uri", location_name: "VersionNumber"))
|
1067
1272
|
RemoveLayerVersionPermissionRequest.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location: "uri", location_name: "StatementId"))
|
@@ -1094,17 +1299,50 @@ module Aws::Lambda
|
|
1094
1299
|
ResourceNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
1095
1300
|
ResourceNotReadyException.struct_class = Types::ResourceNotReadyException
|
1096
1301
|
|
1302
|
+
RuntimeVersionConfig.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
1303
|
+
RuntimeVersionConfig.add_member(:error, Shapes::ShapeRef.new(shape: RuntimeVersionError, location_name: "Error"))
|
1304
|
+
RuntimeVersionConfig.struct_class = Types::RuntimeVersionConfig
|
1305
|
+
|
1306
|
+
RuntimeVersionError.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
|
1307
|
+
RuntimeVersionError.add_member(:message, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "Message"))
|
1308
|
+
RuntimeVersionError.struct_class = Types::RuntimeVersionError
|
1309
|
+
|
1310
|
+
ScalingConfig.add_member(:maximum_concurrency, Shapes::ShapeRef.new(shape: MaximumConcurrency, location_name: "MaximumConcurrency"))
|
1311
|
+
ScalingConfig.struct_class = Types::ScalingConfig
|
1312
|
+
|
1097
1313
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
1098
1314
|
|
1099
1315
|
SelfManagedEventSource.add_member(:endpoints, Shapes::ShapeRef.new(shape: Endpoints, location_name: "Endpoints"))
|
1100
1316
|
SelfManagedEventSource.struct_class = Types::SelfManagedEventSource
|
1101
1317
|
|
1318
|
+
SelfManagedKafkaEventSourceConfig.add_member(:consumer_group_id, Shapes::ShapeRef.new(shape: URI, location_name: "ConsumerGroupId"))
|
1319
|
+
SelfManagedKafkaEventSourceConfig.struct_class = Types::SelfManagedKafkaEventSourceConfig
|
1320
|
+
|
1102
1321
|
ServiceException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
1103
1322
|
ServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1104
1323
|
ServiceException.struct_class = Types::ServiceException
|
1105
1324
|
|
1106
1325
|
SigningProfileVersionArns.member = Shapes::ShapeRef.new(shape: Arn)
|
1107
1326
|
|
1327
|
+
SnapStart.add_member(:apply_on, Shapes::ShapeRef.new(shape: SnapStartApplyOn, location_name: "ApplyOn"))
|
1328
|
+
SnapStart.struct_class = Types::SnapStart
|
1329
|
+
|
1330
|
+
SnapStartException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
1331
|
+
SnapStartException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1332
|
+
SnapStartException.struct_class = Types::SnapStartException
|
1333
|
+
|
1334
|
+
SnapStartNotReadyException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
1335
|
+
SnapStartNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1336
|
+
SnapStartNotReadyException.struct_class = Types::SnapStartNotReadyException
|
1337
|
+
|
1338
|
+
SnapStartResponse.add_member(:apply_on, Shapes::ShapeRef.new(shape: SnapStartApplyOn, location_name: "ApplyOn"))
|
1339
|
+
SnapStartResponse.add_member(:optimization_status, Shapes::ShapeRef.new(shape: SnapStartOptimizationStatus, location_name: "OptimizationStatus"))
|
1340
|
+
SnapStartResponse.struct_class = Types::SnapStartResponse
|
1341
|
+
|
1342
|
+
SnapStartTimeoutException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
1343
|
+
SnapStartTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1344
|
+
SnapStartTimeoutException.struct_class = Types::SnapStartTimeoutException
|
1345
|
+
|
1108
1346
|
SourceAccessConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: SourceAccessType, location_name: "Type"))
|
1109
1347
|
SourceAccessConfiguration.add_member(:uri, Shapes::ShapeRef.new(shape: URI, location_name: "URI"))
|
1110
1348
|
SourceAccessConfiguration.struct_class = Types::SourceAccessConfiguration
|
@@ -1181,6 +1419,8 @@ module Aws::Lambda
|
|
1181
1419
|
UpdateEventSourceMappingRequest.add_member(:source_access_configurations, Shapes::ShapeRef.new(shape: SourceAccessConfigurations, location_name: "SourceAccessConfigurations"))
|
1182
1420
|
UpdateEventSourceMappingRequest.add_member(:tumbling_window_in_seconds, Shapes::ShapeRef.new(shape: TumblingWindowInSeconds, location_name: "TumblingWindowInSeconds"))
|
1183
1421
|
UpdateEventSourceMappingRequest.add_member(:function_response_types, Shapes::ShapeRef.new(shape: FunctionResponseTypeList, location_name: "FunctionResponseTypes"))
|
1422
|
+
UpdateEventSourceMappingRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
1423
|
+
UpdateEventSourceMappingRequest.add_member(:document_db_event_source_config, Shapes::ShapeRef.new(shape: DocumentDBEventSourceConfig, location_name: "DocumentDBEventSourceConfig"))
|
1184
1424
|
UpdateEventSourceMappingRequest.struct_class = Types::UpdateEventSourceMappingRequest
|
1185
1425
|
|
1186
1426
|
UpdateFunctionCodeRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
@@ -1211,6 +1451,8 @@ module Aws::Lambda
|
|
1211
1451
|
UpdateFunctionConfigurationRequest.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "Layers"))
|
1212
1452
|
UpdateFunctionConfigurationRequest.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
|
1213
1453
|
UpdateFunctionConfigurationRequest.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
|
1454
|
+
UpdateFunctionConfigurationRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
1455
|
+
UpdateFunctionConfigurationRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
|
1214
1456
|
UpdateFunctionConfigurationRequest.struct_class = Types::UpdateFunctionConfigurationRequest
|
1215
1457
|
|
1216
1458
|
UpdateFunctionEventInvokeConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
@@ -1220,13 +1462,31 @@ module Aws::Lambda
|
|
1220
1462
|
UpdateFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
1221
1463
|
UpdateFunctionEventInvokeConfigRequest.struct_class = Types::UpdateFunctionEventInvokeConfigRequest
|
1222
1464
|
|
1465
|
+
UpdateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
1466
|
+
UpdateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
1467
|
+
UpdateFunctionUrlConfigRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "AuthType"))
|
1468
|
+
UpdateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
1469
|
+
UpdateFunctionUrlConfigRequest.add_member(:invoke_mode, Shapes::ShapeRef.new(shape: InvokeMode, location_name: "InvokeMode"))
|
1470
|
+
UpdateFunctionUrlConfigRequest.struct_class = Types::UpdateFunctionUrlConfigRequest
|
1471
|
+
|
1472
|
+
UpdateFunctionUrlConfigResponse.add_member(:function_url, Shapes::ShapeRef.new(shape: FunctionUrl, required: true, location_name: "FunctionUrl"))
|
1473
|
+
UpdateFunctionUrlConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, required: true, location_name: "FunctionArn"))
|
1474
|
+
UpdateFunctionUrlConfigResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, required: true, location_name: "AuthType"))
|
1475
|
+
UpdateFunctionUrlConfigResponse.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
1476
|
+
UpdateFunctionUrlConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
1477
|
+
UpdateFunctionUrlConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
1478
|
+
UpdateFunctionUrlConfigResponse.add_member(:invoke_mode, Shapes::ShapeRef.new(shape: InvokeMode, location_name: "InvokeMode"))
|
1479
|
+
UpdateFunctionUrlConfigResponse.struct_class = Types::UpdateFunctionUrlConfigResponse
|
1480
|
+
|
1223
1481
|
VpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
|
1224
1482
|
VpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
1483
|
+
VpcConfig.add_member(:ipv_6_allowed_for_dual_stack, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Ipv6AllowedForDualStack"))
|
1225
1484
|
VpcConfig.struct_class = Types::VpcConfig
|
1226
1485
|
|
1227
1486
|
VpcConfigResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "SubnetIds"))
|
1228
1487
|
VpcConfigResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, location_name: "SecurityGroupIds"))
|
1229
1488
|
VpcConfigResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
1489
|
+
VpcConfigResponse.add_member(:ipv_6_allowed_for_dual_stack, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Ipv6AllowedForDualStack"))
|
1230
1490
|
VpcConfigResponse.struct_class = Types::VpcConfigResponse
|
1231
1491
|
|
1232
1492
|
|
@@ -1328,6 +1588,19 @@ module Aws::Lambda
|
|
1328
1588
|
o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
|
1329
1589
|
end)
|
1330
1590
|
|
1591
|
+
api.add_operation(:create_function_url_config, Seahorse::Model::Operation.new.tap do |o|
|
1592
|
+
o.name = "CreateFunctionUrlConfig"
|
1593
|
+
o.http_method = "POST"
|
1594
|
+
o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
|
1595
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFunctionUrlConfigRequest)
|
1596
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFunctionUrlConfigResponse)
|
1597
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
1598
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1599
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1600
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1602
|
+
end)
|
1603
|
+
|
1331
1604
|
api.add_operation(:delete_alias, Seahorse::Model::Operation.new.tap do |o|
|
1332
1605
|
o.name = "DeleteAlias"
|
1333
1606
|
o.http_method = "DELETE"
|
@@ -1362,6 +1635,7 @@ module Aws::Lambda
|
|
1362
1635
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1363
1636
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1364
1637
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
1365
1639
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1366
1640
|
end)
|
1367
1641
|
|
@@ -1418,6 +1692,18 @@ module Aws::Lambda
|
|
1418
1692
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
1419
1693
|
end)
|
1420
1694
|
|
1695
|
+
api.add_operation(:delete_function_url_config, Seahorse::Model::Operation.new.tap do |o|
|
1696
|
+
o.name = "DeleteFunctionUrlConfig"
|
1697
|
+
o.http_method = "DELETE"
|
1698
|
+
o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
|
1699
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFunctionUrlConfigRequest)
|
1700
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1701
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
1702
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1703
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1704
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1705
|
+
end)
|
1706
|
+
|
1421
1707
|
api.add_operation(:delete_layer_version, Seahorse::Model::Operation.new.tap do |o|
|
1422
1708
|
o.name = "DeleteLayerVersion"
|
1423
1709
|
o.http_method = "DELETE"
|
@@ -1546,6 +1832,18 @@ module Aws::Lambda
|
|
1546
1832
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1547
1833
|
end)
|
1548
1834
|
|
1835
|
+
api.add_operation(:get_function_url_config, Seahorse::Model::Operation.new.tap do |o|
|
1836
|
+
o.name = "GetFunctionUrlConfig"
|
1837
|
+
o.http_method = "GET"
|
1838
|
+
o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
|
1839
|
+
o.input = Shapes::ShapeRef.new(shape: GetFunctionUrlConfigRequest)
|
1840
|
+
o.output = Shapes::ShapeRef.new(shape: GetFunctionUrlConfigResponse)
|
1841
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1842
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1843
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1844
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1845
|
+
end)
|
1846
|
+
|
1549
1847
|
api.add_operation(:get_layer_version, Seahorse::Model::Operation.new.tap do |o|
|
1550
1848
|
o.name = "GetLayerVersion"
|
1551
1849
|
o.http_method = "GET"
|
@@ -1607,6 +1905,18 @@ module Aws::Lambda
|
|
1607
1905
|
o.errors << Shapes::ShapeRef.new(shape: ProvisionedConcurrencyConfigNotFoundException)
|
1608
1906
|
end)
|
1609
1907
|
|
1908
|
+
api.add_operation(:get_runtime_management_config, Seahorse::Model::Operation.new.tap do |o|
|
1909
|
+
o.name = "GetRuntimeManagementConfig"
|
1910
|
+
o.http_method = "GET"
|
1911
|
+
o.http_request_uri = "/2021-07-20/functions/{FunctionName}/runtime-management-config"
|
1912
|
+
o.input = Shapes::ShapeRef.new(shape: GetRuntimeManagementConfigRequest)
|
1913
|
+
o.output = Shapes::ShapeRef.new(shape: GetRuntimeManagementConfigResponse)
|
1914
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1915
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1916
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1917
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1918
|
+
end)
|
1919
|
+
|
1610
1920
|
api.add_operation(:invoke, Seahorse::Model::Operation.new.tap do |o|
|
1611
1921
|
o.name = "Invoke"
|
1612
1922
|
o.http_method = "POST"
|
@@ -1627,6 +1937,9 @@ module Aws::Lambda
|
|
1627
1937
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
1628
1938
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountTimeoutException)
|
1629
1939
|
o.errors << Shapes::ShapeRef.new(shape: EFSIOException)
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartException)
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartTimeoutException)
|
1942
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartNotReadyException)
|
1630
1943
|
o.errors << Shapes::ShapeRef.new(shape: EC2ThrottledException)
|
1631
1944
|
o.errors << Shapes::ShapeRef.new(shape: EC2AccessDeniedException)
|
1632
1945
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
|
@@ -1639,6 +1952,7 @@ module Aws::Lambda
|
|
1639
1952
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
|
1640
1953
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
1641
1954
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
1955
|
+
o.errors << Shapes::ShapeRef.new(shape: RecursiveInvocationException)
|
1642
1956
|
end)
|
1643
1957
|
|
1644
1958
|
api.add_operation(:invoke_async, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1655,6 +1969,44 @@ module Aws::Lambda
|
|
1655
1969
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
1656
1970
|
end)
|
1657
1971
|
|
1972
|
+
api.add_operation(:invoke_with_response_stream, Seahorse::Model::Operation.new.tap do |o|
|
1973
|
+
o.name = "InvokeWithResponseStream"
|
1974
|
+
o.http_method = "POST"
|
1975
|
+
o.http_request_uri = "/2021-11-15/functions/{FunctionName}/response-streaming-invocations"
|
1976
|
+
o.input = Shapes::ShapeRef.new(shape: InvokeWithResponseStreamRequest)
|
1977
|
+
o.output = Shapes::ShapeRef.new(shape: InvokeWithResponseStreamResponse)
|
1978
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1979
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1980
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
|
1981
|
+
o.errors << Shapes::ShapeRef.new(shape: RequestTooLargeException)
|
1982
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedMediaTypeException)
|
1983
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1984
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1985
|
+
o.errors << Shapes::ShapeRef.new(shape: EC2UnexpectedException)
|
1986
|
+
o.errors << Shapes::ShapeRef.new(shape: SubnetIPAddressLimitReachedException)
|
1987
|
+
o.errors << Shapes::ShapeRef.new(shape: ENILimitReachedException)
|
1988
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountConnectivityException)
|
1989
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
1990
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountTimeoutException)
|
1991
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSIOException)
|
1992
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartException)
|
1993
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartTimeoutException)
|
1994
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartNotReadyException)
|
1995
|
+
o.errors << Shapes::ShapeRef.new(shape: EC2ThrottledException)
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: EC2AccessDeniedException)
|
1997
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
|
1998
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupIDException)
|
1999
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidZipFileException)
|
2000
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSDisabledException)
|
2001
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSInvalidStateException)
|
2002
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSAccessDeniedException)
|
2003
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundException)
|
2004
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
|
2005
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
2006
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
2007
|
+
o.errors << Shapes::ShapeRef.new(shape: RecursiveInvocationException)
|
2008
|
+
end)
|
2009
|
+
|
1658
2010
|
api.add_operation(:list_aliases, Seahorse::Model::Operation.new.tap do |o|
|
1659
2011
|
o.name = "ListAliases"
|
1660
2012
|
o.http_method = "GET"
|
@@ -1725,6 +2077,24 @@ module Aws::Lambda
|
|
1725
2077
|
)
|
1726
2078
|
end)
|
1727
2079
|
|
2080
|
+
api.add_operation(:list_function_url_configs, Seahorse::Model::Operation.new.tap do |o|
|
2081
|
+
o.name = "ListFunctionUrlConfigs"
|
2082
|
+
o.http_method = "GET"
|
2083
|
+
o.http_request_uri = "/2021-10-31/functions/{FunctionName}/urls"
|
2084
|
+
o.input = Shapes::ShapeRef.new(shape: ListFunctionUrlConfigsRequest)
|
2085
|
+
o.output = Shapes::ShapeRef.new(shape: ListFunctionUrlConfigsResponse)
|
2086
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2087
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2088
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2089
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2090
|
+
o[:pager] = Aws::Pager.new(
|
2091
|
+
limit_key: "max_items",
|
2092
|
+
tokens: {
|
2093
|
+
"next_marker" => "marker"
|
2094
|
+
}
|
2095
|
+
)
|
2096
|
+
end)
|
2097
|
+
|
1728
2098
|
api.add_operation(:list_functions, Seahorse::Model::Operation.new.tap do |o|
|
1729
2099
|
o.name = "ListFunctions"
|
1730
2100
|
o.http_method = "GET"
|
@@ -1923,6 +2293,19 @@ module Aws::Lambda
|
|
1923
2293
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1924
2294
|
end)
|
1925
2295
|
|
2296
|
+
api.add_operation(:put_runtime_management_config, Seahorse::Model::Operation.new.tap do |o|
|
2297
|
+
o.name = "PutRuntimeManagementConfig"
|
2298
|
+
o.http_method = "PUT"
|
2299
|
+
o.http_request_uri = "/2021-07-20/functions/{FunctionName}/runtime-management-config"
|
2300
|
+
o.input = Shapes::ShapeRef.new(shape: PutRuntimeManagementConfigRequest)
|
2301
|
+
o.output = Shapes::ShapeRef.new(shape: PutRuntimeManagementConfigResponse)
|
2302
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2303
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2304
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
2305
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2306
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2307
|
+
end)
|
2308
|
+
|
1926
2309
|
api.add_operation(:remove_layer_version_permission, Seahorse::Model::Operation.new.tap do |o|
|
1927
2310
|
o.name = "RemoveLayerVersionPermission"
|
1928
2311
|
o.http_method = "DELETE"
|
@@ -2061,6 +2444,19 @@ module Aws::Lambda
|
|
2061
2444
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2062
2445
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
2063
2446
|
end)
|
2447
|
+
|
2448
|
+
api.add_operation(:update_function_url_config, Seahorse::Model::Operation.new.tap do |o|
|
2449
|
+
o.name = "UpdateFunctionUrlConfig"
|
2450
|
+
o.http_method = "PUT"
|
2451
|
+
o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
|
2452
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFunctionUrlConfigRequest)
|
2453
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFunctionUrlConfigResponse)
|
2454
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
2455
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2456
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2457
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2458
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2459
|
+
end)
|
2064
2460
|
end
|
2065
2461
|
|
2066
2462
|
end
|