aws-sdk-lambda 1.183.0 → 1.184.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +328 -328
- data/lib/aws-sdk-lambda/client_api.rb +153 -59
- data/lib/aws-sdk-lambda/errors.rb +189 -0
- data/lib/aws-sdk-lambda/types.rb +523 -294
- data/lib/aws-sdk-lambda.rb +1 -1
- data/sig/client.rbs +102 -102
- data/sig/errors.rbs +36 -0
- data/sig/types.rbs +98 -44
- metadata +1 -1
data/sig/client.rbs
CHANGED
|
@@ -109,13 +109,13 @@ module Aws
|
|
|
109
109
|
action: ::String,
|
|
110
110
|
principal: ::String,
|
|
111
111
|
?source_arn: ::String,
|
|
112
|
+
?function_url_auth_type: ("NONE" | "AWS_IAM"),
|
|
113
|
+
?invoked_via_function_url: bool,
|
|
112
114
|
?source_account: ::String,
|
|
113
115
|
?event_source_token: ::String,
|
|
114
116
|
?qualifier: ::String,
|
|
115
117
|
?revision_id: ::String,
|
|
116
|
-
?principal_org_id: ::String
|
|
117
|
-
?function_url_auth_type: ("NONE" | "AWS_IAM"),
|
|
118
|
-
?invoked_via_function_url: bool
|
|
118
|
+
?principal_org_id: ::String
|
|
119
119
|
) -> _AddPermissionResponseSuccess
|
|
120
120
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddPermissionResponseSuccess
|
|
121
121
|
|
|
@@ -243,6 +243,11 @@ module Aws
|
|
|
243
243
|
def parallelization_factor: () -> ::Integer
|
|
244
244
|
def event_source_arn: () -> ::String
|
|
245
245
|
def filter_criteria: () -> Types::FilterCriteria
|
|
246
|
+
def filter_criteria_error: () -> Types::FilterCriteriaError
|
|
247
|
+
def kms_key_arn: () -> ::String
|
|
248
|
+
def metrics_config: () -> Types::EventSourceMappingMetricsConfig
|
|
249
|
+
def logging_config: () -> Types::EventSourceMappingLoggingConfig
|
|
250
|
+
def scaling_config: () -> Types::ScalingConfig
|
|
246
251
|
def function_arn: () -> ::String
|
|
247
252
|
def last_modified: () -> ::Time
|
|
248
253
|
def last_processing_result: () -> ::String
|
|
@@ -260,13 +265,8 @@ module Aws
|
|
|
260
265
|
def function_response_types: () -> ::Array[("ReportBatchItemFailures")]
|
|
261
266
|
def amazon_managed_kafka_event_source_config: () -> Types::AmazonManagedKafkaEventSourceConfig
|
|
262
267
|
def self_managed_kafka_event_source_config: () -> Types::SelfManagedKafkaEventSourceConfig
|
|
263
|
-
def scaling_config: () -> Types::ScalingConfig
|
|
264
268
|
def document_db_event_source_config: () -> Types::DocumentDBEventSourceConfig
|
|
265
|
-
def kms_key_arn: () -> ::String
|
|
266
|
-
def filter_criteria_error: () -> Types::FilterCriteriaError
|
|
267
269
|
def event_source_mapping_arn: () -> ::String
|
|
268
|
-
def metrics_config: () -> Types::EventSourceMappingMetricsConfig
|
|
269
|
-
def logging_config: () -> Types::EventSourceMappingLoggingConfig
|
|
270
270
|
def provisioned_poller_config: () -> Types::ProvisionedPollerConfig
|
|
271
271
|
end
|
|
272
272
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#create_event_source_mapping-instance_method
|
|
@@ -282,6 +282,16 @@ module Aws
|
|
|
282
282
|
}
|
|
283
283
|
]?
|
|
284
284
|
},
|
|
285
|
+
?kms_key_arn: ::String,
|
|
286
|
+
?metrics_config: {
|
|
287
|
+
metrics: Array[("EventCount" | "ErrorCount" | "KafkaMetrics")]?
|
|
288
|
+
},
|
|
289
|
+
?logging_config: {
|
|
290
|
+
system_log_level: ("DEBUG" | "INFO" | "WARN")?
|
|
291
|
+
},
|
|
292
|
+
?scaling_config: {
|
|
293
|
+
maximum_concurrency: ::Integer?
|
|
294
|
+
},
|
|
285
295
|
?maximum_batching_window_in_seconds: ::Integer,
|
|
286
296
|
?parallelization_factor: ::Integer,
|
|
287
297
|
?starting_position: ("TRIM_HORIZON" | "LATEST" | "AT_TIMESTAMP"),
|
|
@@ -306,21 +316,11 @@ module Aws
|
|
|
306
316
|
?function_response_types: Array[("ReportBatchItemFailures")],
|
|
307
317
|
?amazon_managed_kafka_event_source_config: Params::amazon_managed_kafka_event_source_config,
|
|
308
318
|
?self_managed_kafka_event_source_config: Params::self_managed_kafka_event_source_config,
|
|
309
|
-
?scaling_config: {
|
|
310
|
-
maximum_concurrency: ::Integer?
|
|
311
|
-
},
|
|
312
319
|
?document_db_event_source_config: {
|
|
313
320
|
database_name: ::String?,
|
|
314
321
|
collection_name: ::String?,
|
|
315
322
|
full_document: ("UpdateLookup" | "Default")?
|
|
316
323
|
},
|
|
317
|
-
?kms_key_arn: ::String,
|
|
318
|
-
?metrics_config: {
|
|
319
|
-
metrics: Array[("EventCount" | "ErrorCount" | "KafkaMetrics")]?
|
|
320
|
-
},
|
|
321
|
-
?logging_config: {
|
|
322
|
-
system_log_level: ("DEBUG" | "INFO" | "WARN")?
|
|
323
|
-
},
|
|
324
324
|
?provisioned_poller_config: {
|
|
325
325
|
minimum_pollers: ::Integer?,
|
|
326
326
|
maximum_pollers: ::Integer?,
|
|
@@ -333,7 +333,7 @@ module Aws
|
|
|
333
333
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
334
334
|
def function_name: () -> ::String
|
|
335
335
|
def function_arn: () -> ::String
|
|
336
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "
|
|
336
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")
|
|
337
337
|
def role: () -> ::String
|
|
338
338
|
def handler: () -> ::String
|
|
339
339
|
def code_size: () -> ::Integer
|
|
@@ -353,29 +353,29 @@ module Aws
|
|
|
353
353
|
def layers: () -> ::Array[Types::Layer]
|
|
354
354
|
def state: () -> ("Pending" | "Active" | "Inactive" | "Failed" | "Deactivating" | "Deactivated" | "ActiveNonInvocable" | "Deleting")
|
|
355
355
|
def state_reason: () -> ::String
|
|
356
|
-
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "
|
|
356
|
+
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl" | "DrainingDurableExecutions")
|
|
357
357
|
def last_update_status: () -> ("Successful" | "Failed" | "InProgress")
|
|
358
358
|
def last_update_status_reason: () -> ::String
|
|
359
|
-
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
359
|
+
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
360
360
|
def file_system_configs: () -> ::Array[Types::FileSystemConfig]
|
|
361
|
-
def package_type: () -> ("Zip" | "Image")
|
|
362
|
-
def image_config_response: () -> Types::ImageConfigResponse
|
|
363
361
|
def signing_profile_version_arn: () -> ::String
|
|
364
362
|
def signing_job_arn: () -> ::String
|
|
363
|
+
def package_type: () -> ("Zip" | "Image")
|
|
364
|
+
def image_config_response: () -> Types::ImageConfigResponse
|
|
365
365
|
def architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
366
366
|
def ephemeral_storage: () -> Types::EphemeralStorage
|
|
367
367
|
def snap_start: () -> Types::SnapStartResponse
|
|
368
368
|
def runtime_version_config: () -> Types::RuntimeVersionConfig
|
|
369
369
|
def logging_config: () -> Types::LoggingConfig
|
|
370
|
+
def tenancy_config: () -> Types::TenancyConfig
|
|
370
371
|
def capacity_provider_config: () -> Types::CapacityProviderConfig
|
|
371
372
|
def config_sha_256: () -> ::String
|
|
372
373
|
def durable_config: () -> Types::DurableConfig
|
|
373
|
-
def tenancy_config: () -> Types::TenancyConfig
|
|
374
374
|
end
|
|
375
375
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#create_function-instance_method
|
|
376
376
|
def create_function: (
|
|
377
377
|
function_name: ::String,
|
|
378
|
-
?runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "
|
|
378
|
+
?runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023"),
|
|
379
379
|
role: ::String,
|
|
380
380
|
?handler: ::String,
|
|
381
381
|
code: {
|
|
@@ -390,6 +390,7 @@ module Aws
|
|
|
390
390
|
?timeout: ::Integer,
|
|
391
391
|
?memory_size: ::Integer,
|
|
392
392
|
?publish: bool,
|
|
393
|
+
?publish_to: ("LATEST_PUBLISHED"),
|
|
393
394
|
?vpc_config: {
|
|
394
395
|
subnet_ids: Array[::String]?,
|
|
395
396
|
security_group_ids: Array[::String]?,
|
|
@@ -414,12 +415,12 @@ module Aws
|
|
|
414
415
|
local_mount_path: ::String
|
|
415
416
|
}
|
|
416
417
|
],
|
|
418
|
+
?code_signing_config_arn: ::String,
|
|
417
419
|
?image_config: {
|
|
418
420
|
entry_point: Array[::String]?,
|
|
419
421
|
command: Array[::String]?,
|
|
420
422
|
working_directory: ::String?
|
|
421
423
|
},
|
|
422
|
-
?code_signing_config_arn: ::String,
|
|
423
424
|
?architectures: Array[("x86_64" | "arm64")],
|
|
424
425
|
?ephemeral_storage: {
|
|
425
426
|
size: ::Integer
|
|
@@ -433,6 +434,9 @@ module Aws
|
|
|
433
434
|
system_log_level: ("DEBUG" | "INFO" | "WARN")?,
|
|
434
435
|
log_group: ::String?
|
|
435
436
|
},
|
|
437
|
+
?tenancy_config: {
|
|
438
|
+
tenant_isolation_mode: ("PER_TENANT")
|
|
439
|
+
},
|
|
436
440
|
?capacity_provider_config: {
|
|
437
441
|
lambda_managed_instances_capacity_provider_config: {
|
|
438
442
|
capacity_provider_arn: ::String,
|
|
@@ -440,13 +444,9 @@ module Aws
|
|
|
440
444
|
execution_environment_memory_gi_b_per_v_cpu: ::Float?
|
|
441
445
|
}
|
|
442
446
|
},
|
|
443
|
-
?publish_to: ("LATEST_PUBLISHED"),
|
|
444
447
|
?durable_config: {
|
|
445
448
|
retention_period_in_days: ::Integer?,
|
|
446
449
|
execution_timeout: ::Integer?
|
|
447
|
-
},
|
|
448
|
-
?tenancy_config: {
|
|
449
|
-
tenant_isolation_mode: ("PER_TENANT")
|
|
450
450
|
}
|
|
451
451
|
) -> _CreateFunctionResponseSuccess
|
|
452
452
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFunctionResponseSuccess
|
|
@@ -506,6 +506,11 @@ module Aws
|
|
|
506
506
|
def parallelization_factor: () -> ::Integer
|
|
507
507
|
def event_source_arn: () -> ::String
|
|
508
508
|
def filter_criteria: () -> Types::FilterCriteria
|
|
509
|
+
def filter_criteria_error: () -> Types::FilterCriteriaError
|
|
510
|
+
def kms_key_arn: () -> ::String
|
|
511
|
+
def metrics_config: () -> Types::EventSourceMappingMetricsConfig
|
|
512
|
+
def logging_config: () -> Types::EventSourceMappingLoggingConfig
|
|
513
|
+
def scaling_config: () -> Types::ScalingConfig
|
|
509
514
|
def function_arn: () -> ::String
|
|
510
515
|
def last_modified: () -> ::Time
|
|
511
516
|
def last_processing_result: () -> ::String
|
|
@@ -523,13 +528,8 @@ module Aws
|
|
|
523
528
|
def function_response_types: () -> ::Array[("ReportBatchItemFailures")]
|
|
524
529
|
def amazon_managed_kafka_event_source_config: () -> Types::AmazonManagedKafkaEventSourceConfig
|
|
525
530
|
def self_managed_kafka_event_source_config: () -> Types::SelfManagedKafkaEventSourceConfig
|
|
526
|
-
def scaling_config: () -> Types::ScalingConfig
|
|
527
531
|
def document_db_event_source_config: () -> Types::DocumentDBEventSourceConfig
|
|
528
|
-
def kms_key_arn: () -> ::String
|
|
529
|
-
def filter_criteria_error: () -> Types::FilterCriteriaError
|
|
530
532
|
def event_source_mapping_arn: () -> ::String
|
|
531
|
-
def metrics_config: () -> Types::EventSourceMappingMetricsConfig
|
|
532
|
-
def logging_config: () -> Types::EventSourceMappingLoggingConfig
|
|
533
533
|
def provisioned_poller_config: () -> Types::ProvisionedPollerConfig
|
|
534
534
|
end
|
|
535
535
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#delete_event_source_mapping-instance_method
|
|
@@ -693,6 +693,11 @@ module Aws
|
|
|
693
693
|
def parallelization_factor: () -> ::Integer
|
|
694
694
|
def event_source_arn: () -> ::String
|
|
695
695
|
def filter_criteria: () -> Types::FilterCriteria
|
|
696
|
+
def filter_criteria_error: () -> Types::FilterCriteriaError
|
|
697
|
+
def kms_key_arn: () -> ::String
|
|
698
|
+
def metrics_config: () -> Types::EventSourceMappingMetricsConfig
|
|
699
|
+
def logging_config: () -> Types::EventSourceMappingLoggingConfig
|
|
700
|
+
def scaling_config: () -> Types::ScalingConfig
|
|
696
701
|
def function_arn: () -> ::String
|
|
697
702
|
def last_modified: () -> ::Time
|
|
698
703
|
def last_processing_result: () -> ::String
|
|
@@ -710,13 +715,8 @@ module Aws
|
|
|
710
715
|
def function_response_types: () -> ::Array[("ReportBatchItemFailures")]
|
|
711
716
|
def amazon_managed_kafka_event_source_config: () -> Types::AmazonManagedKafkaEventSourceConfig
|
|
712
717
|
def self_managed_kafka_event_source_config: () -> Types::SelfManagedKafkaEventSourceConfig
|
|
713
|
-
def scaling_config: () -> Types::ScalingConfig
|
|
714
718
|
def document_db_event_source_config: () -> Types::DocumentDBEventSourceConfig
|
|
715
|
-
def kms_key_arn: () -> ::String
|
|
716
|
-
def filter_criteria_error: () -> Types::FilterCriteriaError
|
|
717
719
|
def event_source_mapping_arn: () -> ::String
|
|
718
|
-
def metrics_config: () -> Types::EventSourceMappingMetricsConfig
|
|
719
|
-
def logging_config: () -> Types::EventSourceMappingLoggingConfig
|
|
720
720
|
def provisioned_poller_config: () -> Types::ProvisionedPollerConfig
|
|
721
721
|
end
|
|
722
722
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#get_event_source_mapping-instance_method
|
|
@@ -765,7 +765,7 @@ module Aws
|
|
|
765
765
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
766
766
|
def function_name: () -> ::String
|
|
767
767
|
def function_arn: () -> ::String
|
|
768
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "
|
|
768
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")
|
|
769
769
|
def role: () -> ::String
|
|
770
770
|
def handler: () -> ::String
|
|
771
771
|
def code_size: () -> ::Integer
|
|
@@ -785,24 +785,24 @@ module Aws
|
|
|
785
785
|
def layers: () -> ::Array[Types::Layer]
|
|
786
786
|
def state: () -> ("Pending" | "Active" | "Inactive" | "Failed" | "Deactivating" | "Deactivated" | "ActiveNonInvocable" | "Deleting")
|
|
787
787
|
def state_reason: () -> ::String
|
|
788
|
-
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "
|
|
788
|
+
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl" | "DrainingDurableExecutions")
|
|
789
789
|
def last_update_status: () -> ("Successful" | "Failed" | "InProgress")
|
|
790
790
|
def last_update_status_reason: () -> ::String
|
|
791
|
-
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
791
|
+
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
792
792
|
def file_system_configs: () -> ::Array[Types::FileSystemConfig]
|
|
793
|
-
def package_type: () -> ("Zip" | "Image")
|
|
794
|
-
def image_config_response: () -> Types::ImageConfigResponse
|
|
795
793
|
def signing_profile_version_arn: () -> ::String
|
|
796
794
|
def signing_job_arn: () -> ::String
|
|
795
|
+
def package_type: () -> ("Zip" | "Image")
|
|
796
|
+
def image_config_response: () -> Types::ImageConfigResponse
|
|
797
797
|
def architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
798
798
|
def ephemeral_storage: () -> Types::EphemeralStorage
|
|
799
799
|
def snap_start: () -> Types::SnapStartResponse
|
|
800
800
|
def runtime_version_config: () -> Types::RuntimeVersionConfig
|
|
801
801
|
def logging_config: () -> Types::LoggingConfig
|
|
802
|
+
def tenancy_config: () -> Types::TenancyConfig
|
|
802
803
|
def capacity_provider_config: () -> Types::CapacityProviderConfig
|
|
803
804
|
def config_sha_256: () -> ::String
|
|
804
805
|
def durable_config: () -> Types::DurableConfig
|
|
805
|
-
def tenancy_config: () -> Types::TenancyConfig
|
|
806
806
|
end
|
|
807
807
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#get_function_configuration-instance_method
|
|
808
808
|
def get_function_configuration: (
|
|
@@ -874,9 +874,9 @@ module Aws
|
|
|
874
874
|
def description: () -> ::String
|
|
875
875
|
def created_date: () -> ::Time
|
|
876
876
|
def version: () -> ::Integer
|
|
877
|
-
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
|
|
878
|
-
def license_info: () -> ::String
|
|
879
877
|
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
878
|
+
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")]
|
|
879
|
+
def license_info: () -> ::String
|
|
880
880
|
end
|
|
881
881
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#get_layer_version-instance_method
|
|
882
882
|
def get_layer_version: (
|
|
@@ -893,9 +893,9 @@ module Aws
|
|
|
893
893
|
def description: () -> ::String
|
|
894
894
|
def created_date: () -> ::Time
|
|
895
895
|
def version: () -> ::Integer
|
|
896
|
-
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
|
|
897
|
-
def license_info: () -> ::String
|
|
898
896
|
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
897
|
+
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")]
|
|
898
|
+
def license_info: () -> ::String
|
|
899
899
|
end
|
|
900
900
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#get_layer_version_by_arn-instance_method
|
|
901
901
|
def get_layer_version_by_arn: (
|
|
@@ -946,8 +946,8 @@ module Aws
|
|
|
946
946
|
interface _GetRuntimeManagementConfigResponseSuccess
|
|
947
947
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetRuntimeManagementConfigResponse]
|
|
948
948
|
def update_runtime_on: () -> ("Auto" | "Manual" | "FunctionUpdate")
|
|
949
|
-
def runtime_version_arn: () -> ::String
|
|
950
949
|
def function_arn: () -> ::String
|
|
950
|
+
def runtime_version_arn: () -> ::String
|
|
951
951
|
end
|
|
952
952
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#get_runtime_management_config-instance_method
|
|
953
953
|
def get_runtime_management_config: (
|
|
@@ -1154,11 +1154,11 @@ module Aws
|
|
|
1154
1154
|
end
|
|
1155
1155
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#list_layer_versions-instance_method
|
|
1156
1156
|
def list_layer_versions: (
|
|
1157
|
-
?
|
|
1157
|
+
?compatible_architecture: ("x86_64" | "arm64"),
|
|
1158
|
+
?compatible_runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023"),
|
|
1158
1159
|
layer_name: ::String,
|
|
1159
1160
|
?marker: ::String,
|
|
1160
|
-
?max_items: ::Integer
|
|
1161
|
-
?compatible_architecture: ("x86_64" | "arm64")
|
|
1161
|
+
?max_items: ::Integer
|
|
1162
1162
|
) -> _ListLayerVersionsResponseSuccess
|
|
1163
1163
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLayerVersionsResponseSuccess
|
|
1164
1164
|
|
|
@@ -1169,10 +1169,10 @@ module Aws
|
|
|
1169
1169
|
end
|
|
1170
1170
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#list_layers-instance_method
|
|
1171
1171
|
def list_layers: (
|
|
1172
|
-
?
|
|
1172
|
+
?compatible_architecture: ("x86_64" | "arm64"),
|
|
1173
|
+
?compatible_runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023"),
|
|
1173
1174
|
?marker: ::String,
|
|
1174
|
-
?max_items: ::Integer
|
|
1175
|
-
?compatible_architecture: ("x86_64" | "arm64")
|
|
1175
|
+
?max_items: ::Integer
|
|
1176
1176
|
) -> _ListLayersResponseSuccess
|
|
1177
1177
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLayersResponseSuccess
|
|
1178
1178
|
|
|
@@ -1220,9 +1220,9 @@ module Aws
|
|
|
1220
1220
|
def description: () -> ::String
|
|
1221
1221
|
def created_date: () -> ::Time
|
|
1222
1222
|
def version: () -> ::Integer
|
|
1223
|
-
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "java8" | "java8.al2" | "java11" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "provided" | "provided.al2" | "nodejs18.x" | "python3.10" | "java17" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "python3.11" | "nodejs20.x" | "provided.al2023" | "python3.12" | "java21" | "python3.13" | "nodejs22.x" | "nodejs24.x" | "python3.14" | "java25" | "dotnet10" | "ruby4.0")]
|
|
1224
|
-
def license_info: () -> ::String
|
|
1225
1223
|
def compatible_architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
1224
|
+
def compatible_runtimes: () -> ::Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")]
|
|
1225
|
+
def license_info: () -> ::String
|
|
1226
1226
|
end
|
|
1227
1227
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#publish_layer_version-instance_method
|
|
1228
1228
|
def publish_layer_version: (
|
|
@@ -1234,9 +1234,9 @@ module Aws
|
|
|
1234
1234
|
s3_object_version: ::String?,
|
|
1235
1235
|
zip_file: ::String?
|
|
1236
1236
|
},
|
|
1237
|
-
?
|
|
1238
|
-
?
|
|
1239
|
-
?
|
|
1237
|
+
?compatible_architectures: Array[("x86_64" | "arm64")],
|
|
1238
|
+
?compatible_runtimes: Array[("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")],
|
|
1239
|
+
?license_info: ::String
|
|
1240
1240
|
) -> _PublishLayerVersionResponseSuccess
|
|
1241
1241
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PublishLayerVersionResponseSuccess
|
|
1242
1242
|
|
|
@@ -1244,7 +1244,7 @@ module Aws
|
|
|
1244
1244
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
1245
1245
|
def function_name: () -> ::String
|
|
1246
1246
|
def function_arn: () -> ::String
|
|
1247
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "
|
|
1247
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")
|
|
1248
1248
|
def role: () -> ::String
|
|
1249
1249
|
def handler: () -> ::String
|
|
1250
1250
|
def code_size: () -> ::Integer
|
|
@@ -1264,24 +1264,24 @@ module Aws
|
|
|
1264
1264
|
def layers: () -> ::Array[Types::Layer]
|
|
1265
1265
|
def state: () -> ("Pending" | "Active" | "Inactive" | "Failed" | "Deactivating" | "Deactivated" | "ActiveNonInvocable" | "Deleting")
|
|
1266
1266
|
def state_reason: () -> ::String
|
|
1267
|
-
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "
|
|
1267
|
+
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl" | "DrainingDurableExecutions")
|
|
1268
1268
|
def last_update_status: () -> ("Successful" | "Failed" | "InProgress")
|
|
1269
1269
|
def last_update_status_reason: () -> ::String
|
|
1270
|
-
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
1270
|
+
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
1271
1271
|
def file_system_configs: () -> ::Array[Types::FileSystemConfig]
|
|
1272
|
-
def package_type: () -> ("Zip" | "Image")
|
|
1273
|
-
def image_config_response: () -> Types::ImageConfigResponse
|
|
1274
1272
|
def signing_profile_version_arn: () -> ::String
|
|
1275
1273
|
def signing_job_arn: () -> ::String
|
|
1274
|
+
def package_type: () -> ("Zip" | "Image")
|
|
1275
|
+
def image_config_response: () -> Types::ImageConfigResponse
|
|
1276
1276
|
def architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
1277
1277
|
def ephemeral_storage: () -> Types::EphemeralStorage
|
|
1278
1278
|
def snap_start: () -> Types::SnapStartResponse
|
|
1279
1279
|
def runtime_version_config: () -> Types::RuntimeVersionConfig
|
|
1280
1280
|
def logging_config: () -> Types::LoggingConfig
|
|
1281
|
+
def tenancy_config: () -> Types::TenancyConfig
|
|
1281
1282
|
def capacity_provider_config: () -> Types::CapacityProviderConfig
|
|
1282
1283
|
def config_sha_256: () -> ::String
|
|
1283
1284
|
def durable_config: () -> Types::DurableConfig
|
|
1284
|
-
def tenancy_config: () -> Types::TenancyConfig
|
|
1285
1285
|
end
|
|
1286
1286
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#publish_version-instance_method
|
|
1287
1287
|
def publish_version: (
|
|
@@ -1363,8 +1363,8 @@ module Aws
|
|
|
1363
1363
|
interface _PutProvisionedConcurrencyConfigResponseSuccess
|
|
1364
1364
|
include ::Seahorse::Client::_ResponseSuccess[Types::PutProvisionedConcurrencyConfigResponse]
|
|
1365
1365
|
def requested_provisioned_concurrent_executions: () -> ::Integer
|
|
1366
|
-
def available_provisioned_concurrent_executions: () -> ::Integer
|
|
1367
1366
|
def allocated_provisioned_concurrent_executions: () -> ::Integer
|
|
1367
|
+
def available_provisioned_concurrent_executions: () -> ::Integer
|
|
1368
1368
|
def status: () -> ("IN_PROGRESS" | "READY" | "FAILED")
|
|
1369
1369
|
def status_reason: () -> ::String
|
|
1370
1370
|
def last_modified: () -> ::Time
|
|
@@ -1538,6 +1538,11 @@ module Aws
|
|
|
1538
1538
|
def parallelization_factor: () -> ::Integer
|
|
1539
1539
|
def event_source_arn: () -> ::String
|
|
1540
1540
|
def filter_criteria: () -> Types::FilterCriteria
|
|
1541
|
+
def filter_criteria_error: () -> Types::FilterCriteriaError
|
|
1542
|
+
def kms_key_arn: () -> ::String
|
|
1543
|
+
def metrics_config: () -> Types::EventSourceMappingMetricsConfig
|
|
1544
|
+
def logging_config: () -> Types::EventSourceMappingLoggingConfig
|
|
1545
|
+
def scaling_config: () -> Types::ScalingConfig
|
|
1541
1546
|
def function_arn: () -> ::String
|
|
1542
1547
|
def last_modified: () -> ::Time
|
|
1543
1548
|
def last_processing_result: () -> ::String
|
|
@@ -1555,13 +1560,8 @@ module Aws
|
|
|
1555
1560
|
def function_response_types: () -> ::Array[("ReportBatchItemFailures")]
|
|
1556
1561
|
def amazon_managed_kafka_event_source_config: () -> Types::AmazonManagedKafkaEventSourceConfig
|
|
1557
1562
|
def self_managed_kafka_event_source_config: () -> Types::SelfManagedKafkaEventSourceConfig
|
|
1558
|
-
def scaling_config: () -> Types::ScalingConfig
|
|
1559
1563
|
def document_db_event_source_config: () -> Types::DocumentDBEventSourceConfig
|
|
1560
|
-
def kms_key_arn: () -> ::String
|
|
1561
|
-
def filter_criteria_error: () -> Types::FilterCriteriaError
|
|
1562
1564
|
def event_source_mapping_arn: () -> ::String
|
|
1563
|
-
def metrics_config: () -> Types::EventSourceMappingMetricsConfig
|
|
1564
|
-
def logging_config: () -> Types::EventSourceMappingLoggingConfig
|
|
1565
1565
|
def provisioned_poller_config: () -> Types::ProvisionedPollerConfig
|
|
1566
1566
|
end
|
|
1567
1567
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#update_event_source_mapping-instance_method
|
|
@@ -1577,23 +1577,30 @@ module Aws
|
|
|
1577
1577
|
}
|
|
1578
1578
|
]?
|
|
1579
1579
|
},
|
|
1580
|
+
?kms_key_arn: ::String,
|
|
1581
|
+
?metrics_config: {
|
|
1582
|
+
metrics: Array[("EventCount" | "ErrorCount" | "KafkaMetrics")]?
|
|
1583
|
+
},
|
|
1584
|
+
?logging_config: {
|
|
1585
|
+
system_log_level: ("DEBUG" | "INFO" | "WARN")?
|
|
1586
|
+
},
|
|
1587
|
+
?scaling_config: {
|
|
1588
|
+
maximum_concurrency: ::Integer?
|
|
1589
|
+
},
|
|
1580
1590
|
?maximum_batching_window_in_seconds: ::Integer,
|
|
1591
|
+
?parallelization_factor: ::Integer,
|
|
1581
1592
|
?destination_config: Params::destination_config,
|
|
1582
1593
|
?maximum_record_age_in_seconds: ::Integer,
|
|
1583
1594
|
?bisect_batch_on_function_error: bool,
|
|
1584
1595
|
?maximum_retry_attempts: ::Integer,
|
|
1585
|
-
?
|
|
1596
|
+
?tumbling_window_in_seconds: ::Integer,
|
|
1586
1597
|
?source_access_configurations: Array[
|
|
1587
1598
|
{
|
|
1588
1599
|
type: ("BASIC_AUTH" | "VPC_SUBNET" | "VPC_SECURITY_GROUP" | "SASL_SCRAM_512_AUTH" | "SASL_SCRAM_256_AUTH" | "VIRTUAL_HOST" | "CLIENT_CERTIFICATE_TLS_AUTH" | "SERVER_ROOT_CA_CERTIFICATE")?,
|
|
1589
1600
|
uri: ::String?
|
|
1590
1601
|
}
|
|
1591
1602
|
],
|
|
1592
|
-
?tumbling_window_in_seconds: ::Integer,
|
|
1593
1603
|
?function_response_types: Array[("ReportBatchItemFailures")],
|
|
1594
|
-
?scaling_config: {
|
|
1595
|
-
maximum_concurrency: ::Integer?
|
|
1596
|
-
},
|
|
1597
1604
|
?amazon_managed_kafka_event_source_config: Params::amazon_managed_kafka_event_source_config,
|
|
1598
1605
|
?self_managed_kafka_event_source_config: Params::self_managed_kafka_event_source_config,
|
|
1599
1606
|
?document_db_event_source_config: {
|
|
@@ -1601,13 +1608,6 @@ module Aws
|
|
|
1601
1608
|
collection_name: ::String?,
|
|
1602
1609
|
full_document: ("UpdateLookup" | "Default")?
|
|
1603
1610
|
},
|
|
1604
|
-
?kms_key_arn: ::String,
|
|
1605
|
-
?metrics_config: {
|
|
1606
|
-
metrics: Array[("EventCount" | "ErrorCount" | "KafkaMetrics")]?
|
|
1607
|
-
},
|
|
1608
|
-
?logging_config: {
|
|
1609
|
-
system_log_level: ("DEBUG" | "INFO" | "WARN")?
|
|
1610
|
-
},
|
|
1611
1611
|
?provisioned_poller_config: {
|
|
1612
1612
|
minimum_pollers: ::Integer?,
|
|
1613
1613
|
maximum_pollers: ::Integer?,
|
|
@@ -1620,7 +1620,7 @@ module Aws
|
|
|
1620
1620
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
1621
1621
|
def function_name: () -> ::String
|
|
1622
1622
|
def function_arn: () -> ::String
|
|
1623
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "
|
|
1623
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")
|
|
1624
1624
|
def role: () -> ::String
|
|
1625
1625
|
def handler: () -> ::String
|
|
1626
1626
|
def code_size: () -> ::Integer
|
|
@@ -1640,24 +1640,24 @@ module Aws
|
|
|
1640
1640
|
def layers: () -> ::Array[Types::Layer]
|
|
1641
1641
|
def state: () -> ("Pending" | "Active" | "Inactive" | "Failed" | "Deactivating" | "Deactivated" | "ActiveNonInvocable" | "Deleting")
|
|
1642
1642
|
def state_reason: () -> ::String
|
|
1643
|
-
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "
|
|
1643
|
+
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl" | "DrainingDurableExecutions")
|
|
1644
1644
|
def last_update_status: () -> ("Successful" | "Failed" | "InProgress")
|
|
1645
1645
|
def last_update_status_reason: () -> ::String
|
|
1646
|
-
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
1646
|
+
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
1647
1647
|
def file_system_configs: () -> ::Array[Types::FileSystemConfig]
|
|
1648
|
-
def package_type: () -> ("Zip" | "Image")
|
|
1649
|
-
def image_config_response: () -> Types::ImageConfigResponse
|
|
1650
1648
|
def signing_profile_version_arn: () -> ::String
|
|
1651
1649
|
def signing_job_arn: () -> ::String
|
|
1650
|
+
def package_type: () -> ("Zip" | "Image")
|
|
1651
|
+
def image_config_response: () -> Types::ImageConfigResponse
|
|
1652
1652
|
def architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
1653
1653
|
def ephemeral_storage: () -> Types::EphemeralStorage
|
|
1654
1654
|
def snap_start: () -> Types::SnapStartResponse
|
|
1655
1655
|
def runtime_version_config: () -> Types::RuntimeVersionConfig
|
|
1656
1656
|
def logging_config: () -> Types::LoggingConfig
|
|
1657
|
+
def tenancy_config: () -> Types::TenancyConfig
|
|
1657
1658
|
def capacity_provider_config: () -> Types::CapacityProviderConfig
|
|
1658
1659
|
def config_sha_256: () -> ::String
|
|
1659
1660
|
def durable_config: () -> Types::DurableConfig
|
|
1660
|
-
def tenancy_config: () -> Types::TenancyConfig
|
|
1661
1661
|
end
|
|
1662
1662
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#update_function_code-instance_method
|
|
1663
1663
|
def update_function_code: (
|
|
@@ -1667,12 +1667,12 @@ module Aws
|
|
|
1667
1667
|
?s3_key: ::String,
|
|
1668
1668
|
?s3_object_version: ::String,
|
|
1669
1669
|
?image_uri: ::String,
|
|
1670
|
+
?architectures: Array[("x86_64" | "arm64")],
|
|
1670
1671
|
?publish: bool,
|
|
1672
|
+
?publish_to: ("LATEST_PUBLISHED"),
|
|
1671
1673
|
?dry_run: bool,
|
|
1672
1674
|
?revision_id: ::String,
|
|
1673
|
-
?
|
|
1674
|
-
?source_kms_key_arn: ::String,
|
|
1675
|
-
?publish_to: ("LATEST_PUBLISHED")
|
|
1675
|
+
?source_kms_key_arn: ::String
|
|
1676
1676
|
) -> _UpdateFunctionCodeResponseSuccess
|
|
1677
1677
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFunctionCodeResponseSuccess
|
|
1678
1678
|
|
|
@@ -1680,7 +1680,7 @@ module Aws
|
|
|
1680
1680
|
include ::Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
|
|
1681
1681
|
def function_name: () -> ::String
|
|
1682
1682
|
def function_arn: () -> ::String
|
|
1683
|
-
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "
|
|
1683
|
+
def runtime: () -> ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023")
|
|
1684
1684
|
def role: () -> ::String
|
|
1685
1685
|
def handler: () -> ::String
|
|
1686
1686
|
def code_size: () -> ::Integer
|
|
@@ -1700,24 +1700,24 @@ module Aws
|
|
|
1700
1700
|
def layers: () -> ::Array[Types::Layer]
|
|
1701
1701
|
def state: () -> ("Pending" | "Active" | "Inactive" | "Failed" | "Deactivating" | "Deactivated" | "ActiveNonInvocable" | "Deleting")
|
|
1702
1702
|
def state_reason: () -> ::String
|
|
1703
|
-
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "
|
|
1703
|
+
def state_reason_code: () -> ("Idle" | "Creating" | "Restoring" | "EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl" | "DrainingDurableExecutions")
|
|
1704
1704
|
def last_update_status: () -> ("Successful" | "Failed" | "InProgress")
|
|
1705
1705
|
def last_update_status_reason: () -> ::String
|
|
1706
|
-
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
1706
|
+
def last_update_status_reason_code: () -> ("EniLimitExceeded" | "InsufficientRolePermissions" | "InvalidConfiguration" | "InternalError" | "SubnetOutOfIPAddresses" | "InvalidSubnet" | "InvalidSecurityGroup" | "ImageDeleted" | "ImageAccessDenied" | "InvalidImage" | "KMSKeyAccessDenied" | "KMSKeyNotFound" | "InvalidStateKMSKey" | "DisabledKMSKey" | "EFSIOError" | "EFSMountConnectivityError" | "EFSMountFailure" | "EFSMountTimeout" | "InvalidRuntime" | "InvalidZipFileException" | "FunctionError" | "ServiceQuotaExceededException" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
|
|
1707
1707
|
def file_system_configs: () -> ::Array[Types::FileSystemConfig]
|
|
1708
|
-
def package_type: () -> ("Zip" | "Image")
|
|
1709
|
-
def image_config_response: () -> Types::ImageConfigResponse
|
|
1710
1708
|
def signing_profile_version_arn: () -> ::String
|
|
1711
1709
|
def signing_job_arn: () -> ::String
|
|
1710
|
+
def package_type: () -> ("Zip" | "Image")
|
|
1711
|
+
def image_config_response: () -> Types::ImageConfigResponse
|
|
1712
1712
|
def architectures: () -> ::Array[("x86_64" | "arm64")]
|
|
1713
1713
|
def ephemeral_storage: () -> Types::EphemeralStorage
|
|
1714
1714
|
def snap_start: () -> Types::SnapStartResponse
|
|
1715
1715
|
def runtime_version_config: () -> Types::RuntimeVersionConfig
|
|
1716
1716
|
def logging_config: () -> Types::LoggingConfig
|
|
1717
|
+
def tenancy_config: () -> Types::TenancyConfig
|
|
1717
1718
|
def capacity_provider_config: () -> Types::CapacityProviderConfig
|
|
1718
1719
|
def config_sha_256: () -> ::String
|
|
1719
1720
|
def durable_config: () -> Types::DurableConfig
|
|
1720
|
-
def tenancy_config: () -> Types::TenancyConfig
|
|
1721
1721
|
end
|
|
1722
1722
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Lambda/Client.html#update_function_configuration-instance_method
|
|
1723
1723
|
def update_function_configuration: (
|
|
@@ -1735,7 +1735,7 @@ module Aws
|
|
|
1735
1735
|
?environment: {
|
|
1736
1736
|
variables: Hash[::String, ::String]?
|
|
1737
1737
|
},
|
|
1738
|
-
?runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "
|
|
1738
|
+
?runtime: ("nodejs" | "nodejs4.3" | "nodejs6.10" | "nodejs8.10" | "nodejs10.x" | "nodejs12.x" | "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "java8" | "java8.al2" | "java11" | "java17" | "java21" | "java25" | "python2.7" | "python3.6" | "python3.7" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "dotnetcore1.0" | "dotnetcore2.0" | "dotnetcore2.1" | "dotnetcore3.1" | "dotnet6" | "dotnet8" | "dotnet10" | "nodejs4.3-edge" | "go1.x" | "ruby2.5" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby4.0" | "provided" | "provided.al2" | "provided.al2023"),
|
|
1739
1739
|
?dead_letter_config: {
|
|
1740
1740
|
target_arn: ::String?
|
|
1741
1741
|
},
|