Module: Aws::Lambda::Client::_PublishVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::FunctionConfiguration]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #architectures ⇒ ::Array[("x86_64" | "arm64")]
- #capacity_provider_config ⇒ Types::CapacityProviderConfig
- #code_sha_256 ⇒ ::String
- #code_size ⇒ ::Integer
- #config_sha_256 ⇒ ::String
- #dead_letter_config ⇒ Types::DeadLetterConfig
- #description ⇒ ::String
- #durable_config ⇒ Types::DurableConfig
- #environment ⇒ Types::EnvironmentResponse
- #ephemeral_storage ⇒ Types::EphemeralStorage
- #file_system_configs ⇒ ::Array[Types::FileSystemConfig]
- #function_arn ⇒ ::String
- #function_name ⇒ ::String
- #handler ⇒ ::String
- #image_config_response ⇒ Types::ImageConfigResponse
- #kms_key_arn ⇒ ::String
- #last_modified ⇒ ::Time
- #last_update_status ⇒ "Successful", ...
- #last_update_status_reason ⇒ ::String
- #last_update_status_reason_code ⇒ "EniLimitExceeded", ...
- #layers ⇒ ::Array[Types::Layer]
- #logging_config ⇒ Types::LoggingConfig
- #master_arn ⇒ ::String
- #memory_size ⇒ ::Integer
- #package_type ⇒ "Zip", "Image"
- #revision_id ⇒ ::String
- #role ⇒ ::String
- #runtime ⇒ "nodejs", ...
- #runtime_version_config ⇒ Types::RuntimeVersionConfig
- #signing_job_arn ⇒ ::String
- #signing_profile_version_arn ⇒ ::String
- #snap_start ⇒ Types::SnapStartResponse
- #state ⇒ "Pending", ...
- #state_reason ⇒ ::String
- #state_reason_code ⇒ "Idle", ...
- #tenancy_config ⇒ Types::TenancyConfig
- #timeout ⇒ ::Integer
- #tracing_config ⇒ Types::TracingConfigResponse
- #version ⇒ ::String
- #vpc_config ⇒ Types::VpcConfigResponse
Instance Method Details
#architectures ⇒ ::Array[("x86_64" | "arm64")]
1309 |
# File 'sig/client.rbs', line 1309 def architectures: () -> ::Array[("x86_64" | "arm64")] |
#capacity_provider_config ⇒ Types::CapacityProviderConfig
1315 |
# File 'sig/client.rbs', line 1315 def capacity_provider_config: () -> Types::CapacityProviderConfig |
#code_sha_256 ⇒ ::String
1288 |
# File 'sig/client.rbs', line 1288 def code_sha_256: () -> ::String |
#code_size ⇒ ::Integer
1283 |
# File 'sig/client.rbs', line 1283 def code_size: () -> ::Integer |
#config_sha_256 ⇒ ::String
1316 |
# File 'sig/client.rbs', line 1316 def config_sha_256: () -> ::String |
#dead_letter_config ⇒ Types::DeadLetterConfig
1291 |
# File 'sig/client.rbs', line 1291 def dead_letter_config: () -> Types::DeadLetterConfig |
#description ⇒ ::String
1284 |
# File 'sig/client.rbs', line 1284 def description: () -> ::String |
#durable_config ⇒ Types::DurableConfig
1317 |
# File 'sig/client.rbs', line 1317 def durable_config: () -> Types::DurableConfig |
#environment ⇒ Types::EnvironmentResponse
1292 |
# File 'sig/client.rbs', line 1292 def environment: () -> Types::EnvironmentResponse |
#ephemeral_storage ⇒ Types::EphemeralStorage
1310 |
# File 'sig/client.rbs', line 1310 def ephemeral_storage: () -> Types::EphemeralStorage |
#file_system_configs ⇒ ::Array[Types::FileSystemConfig]
1304 |
# File 'sig/client.rbs', line 1304 def file_system_configs: () -> ::Array[Types::FileSystemConfig] |
#function_arn ⇒ ::String
1279 |
# File 'sig/client.rbs', line 1279 def function_arn: () -> ::String |
#function_name ⇒ ::String
1278 |
# File 'sig/client.rbs', line 1278 def function_name: () -> ::String |
#handler ⇒ ::String
1282 |
# File 'sig/client.rbs', line 1282 def handler: () -> ::String |
#image_config_response ⇒ Types::ImageConfigResponse
1308 |
# File 'sig/client.rbs', line 1308 def image_config_response: () -> Types::ImageConfigResponse |
#kms_key_arn ⇒ ::String
1293 |
# File 'sig/client.rbs', line 1293 def kms_key_arn: () -> ::String |
#last_modified ⇒ ::Time
1287 |
# File 'sig/client.rbs', line 1287 def last_modified: () -> ::Time |
#last_update_status ⇒ "Successful", ...
1301 |
# File 'sig/client.rbs', line 1301 def last_update_status: () -> ("Successful" | "Failed" | "InProgress") |
#last_update_status_reason ⇒ ::String
1302 |
# File 'sig/client.rbs', line 1302 def last_update_status_reason: () -> ::String |
#last_update_status_reason_code ⇒ "EniLimitExceeded", ...
1303 |
# File 'sig/client.rbs', line 1303 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" | "DependencyError") |
#layers ⇒ ::Array[Types::Layer]
1297 |
# File 'sig/client.rbs', line 1297 def layers: () -> ::Array[Types::Layer] |
#logging_config ⇒ Types::LoggingConfig
1313 |
# File 'sig/client.rbs', line 1313 def logging_config: () -> Types::LoggingConfig |
#master_arn ⇒ ::String
1295 |
# File 'sig/client.rbs', line 1295 def master_arn: () -> ::String |
#memory_size ⇒ ::Integer
1286 |
# File 'sig/client.rbs', line 1286 def memory_size: () -> ::Integer |
#package_type ⇒ "Zip", "Image"
1307 |
# File 'sig/client.rbs', line 1307 def package_type: () -> ("Zip" | "Image") |
#revision_id ⇒ ::String
1296 |
# File 'sig/client.rbs', line 1296 def revision_id: () -> ::String |
#role ⇒ ::String
1281 |
# File 'sig/client.rbs', line 1281 def role: () -> ::String |
#runtime ⇒ "nodejs", ...
1280 |
# File 'sig/client.rbs', line 1280 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" | "nodejs26.x" | "python3.15" | "java8.al2023" | "java11.al2023" | "java17.al2023") |
#runtime_version_config ⇒ Types::RuntimeVersionConfig
1312 |
# File 'sig/client.rbs', line 1312 def runtime_version_config: () -> Types::RuntimeVersionConfig |
#signing_job_arn ⇒ ::String
1306 |
# File 'sig/client.rbs', line 1306 def signing_job_arn: () -> ::String |
#signing_profile_version_arn ⇒ ::String
1305 |
# File 'sig/client.rbs', line 1305 def signing_profile_version_arn: () -> ::String |
#snap_start ⇒ Types::SnapStartResponse
1311 |
# File 'sig/client.rbs', line 1311 def snap_start: () -> Types::SnapStartResponse |
#state ⇒ "Pending", ...
1298 |
# File 'sig/client.rbs', line 1298 def state: () -> ("Pending" | "Active" | "Inactive" | "Failed" | "Deactivating" | "Deactivated" | "ActiveNonInvocable" | "Deleting") |
#state_reason ⇒ ::String
1299 |
# File 'sig/client.rbs', line 1299 def state_reason: () -> ::String |
#state_reason_code ⇒ "Idle", ...
1300 |
# File 'sig/client.rbs', line 1300 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" | "DependencyError") |
#tenancy_config ⇒ Types::TenancyConfig
1314 |
# File 'sig/client.rbs', line 1314 def tenancy_config: () -> Types::TenancyConfig |
#timeout ⇒ ::Integer
1285 |
# File 'sig/client.rbs', line 1285 def timeout: () -> ::Integer |
#tracing_config ⇒ Types::TracingConfigResponse
1294 |
# File 'sig/client.rbs', line 1294 def tracing_config: () -> Types::TracingConfigResponse |
#version ⇒ ::String
1289 |
# File 'sig/client.rbs', line 1289 def version: () -> ::String |
#vpc_config ⇒ Types::VpcConfigResponse
1290 |
# File 'sig/client.rbs', line 1290 def vpc_config: () -> Types::VpcConfigResponse |