aws-sdk-lambda 1.182.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.
data/sig/errors.rbs CHANGED
@@ -11,6 +11,10 @@ module Aws
11
11
  class ServiceError < ::Aws::Errors::ServiceError
12
12
  end
13
13
 
14
+ class AliasLimitExceededException < ::Aws::Errors::ServiceError
15
+ def type: () -> ::String
16
+ def message: () -> ::String
17
+ end
14
18
  class CallbackTimeoutException < ::Aws::Errors::ServiceError
15
19
  def type: () -> ::String
16
20
  def message: () -> ::String
@@ -19,6 +23,18 @@ module Aws
19
23
  def type: () -> ::String
20
24
  def message: () -> ::String
21
25
  end
26
+ class CodeArtifactUserDeletedException < ::Aws::Errors::ServiceError
27
+ def type: () -> ::String
28
+ def message: () -> ::String
29
+ end
30
+ class CodeArtifactUserFailedException < ::Aws::Errors::ServiceError
31
+ def type: () -> ::String
32
+ def message: () -> ::String
33
+ end
34
+ class CodeArtifactUserPendingException < ::Aws::Errors::ServiceError
35
+ def type: () -> ::String
36
+ def message: () -> ::String
37
+ end
22
38
  class CodeSigningConfigNotFoundException < ::Aws::Errors::ServiceError
23
39
  def type: () -> ::String
24
40
  def message: () -> ::String
@@ -68,6 +84,10 @@ module Aws
68
84
  def type: () -> ::String
69
85
  def message: () -> ::String
70
86
  end
87
+ class ENINotReadyException < ::Aws::Errors::ServiceError
88
+ def type: () -> ::String
89
+ def message: () -> ::String
90
+ end
71
91
  class FunctionVersionsPerCapacityProviderLimitExceededException < ::Aws::Errors::ServiceError
72
92
  def type: () -> ::String
73
93
  def message: () -> ::String
@@ -116,6 +136,10 @@ module Aws
116
136
  def type: () -> ::String
117
137
  def message: () -> ::String
118
138
  end
139
+ class ModeNotSupportedException < ::Aws::Errors::ServiceError
140
+ def type: () -> ::String
141
+ def message: () -> ::String
142
+ end
119
143
  class NoPublishedVersionException < ::Aws::Errors::ServiceError
120
144
  def type: () -> ::String
121
145
  def message: () -> ::String
@@ -132,6 +156,10 @@ module Aws
132
156
  def type: () -> ::String
133
157
  def message: () -> ::String
134
158
  end
159
+ class PublicPolicyException < ::Aws::Errors::ServiceError
160
+ def type: () -> ::String
161
+ def message: () -> ::String
162
+ end
135
163
  class RecursiveInvocationException < ::Aws::Errors::ServiceError
136
164
  def type: () -> ::String
137
165
  def message: () -> ::String
@@ -176,6 +204,10 @@ module Aws
176
204
  def type: () -> ::String
177
205
  def message: () -> ::String
178
206
  end
207
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
208
+ def type: () -> ::String
209
+ def message: () -> ::String
210
+ end
179
211
  class SnapStartException < ::Aws::Errors::ServiceError
180
212
  def type: () -> ::String
181
213
  def message: () -> ::String
@@ -184,6 +216,10 @@ module Aws
184
216
  def type: () -> ::String
185
217
  def message: () -> ::String
186
218
  end
219
+ class SnapStartRegenerationFailureException < ::Aws::Errors::ServiceError
220
+ def type: () -> ::String
221
+ def message: () -> ::String
222
+ end
187
223
  class SnapStartTimeoutException < ::Aws::Errors::ServiceError
188
224
  def type: () -> ::String
189
225
  def message: () -> ::String
data/sig/types.rbs CHANGED
@@ -46,13 +46,13 @@ module Aws::Lambda
46
46
  attr_accessor action: ::String
47
47
  attr_accessor principal: ::String
48
48
  attr_accessor source_arn: ::String
49
+ attr_accessor function_url_auth_type: ("NONE" | "AWS_IAM")
50
+ attr_accessor invoked_via_function_url: bool
49
51
  attr_accessor source_account: ::String
50
52
  attr_accessor event_source_token: ::String
51
53
  attr_accessor qualifier: ::String
52
54
  attr_accessor revision_id: ::String
53
55
  attr_accessor principal_org_id: ::String
54
- attr_accessor function_url_auth_type: ("NONE" | "AWS_IAM")
55
- attr_accessor invoked_via_function_url: bool
56
56
  SENSITIVE: []
57
57
  end
58
58
 
@@ -71,6 +71,12 @@ module Aws::Lambda
71
71
  SENSITIVE: []
72
72
  end
73
73
 
74
+ class AliasLimitExceededException
75
+ attr_accessor type: ::String
76
+ attr_accessor message: ::String
77
+ SENSITIVE: []
78
+ end
79
+
74
80
  class AliasRoutingConfiguration
75
81
  attr_accessor additional_version_weights: ::Hash[::String, ::Float]
76
82
  SENSITIVE: []
@@ -137,6 +143,7 @@ module Aws::Lambda
137
143
  attr_accessor capacity_provider_scaling_config: Types::CapacityProviderScalingConfig
138
144
  attr_accessor kms_key_arn: ::String
139
145
  attr_accessor last_modified: ::Time
146
+ attr_accessor propagate_tags: Types::PropagateTags
140
147
  SENSITIVE: []
141
148
  end
142
149
 
@@ -230,6 +237,24 @@ module Aws::Lambda
230
237
  SENSITIVE: []
231
238
  end
232
239
 
240
+ class CodeArtifactUserDeletedException
241
+ attr_accessor type: ::String
242
+ attr_accessor message: ::String
243
+ SENSITIVE: []
244
+ end
245
+
246
+ class CodeArtifactUserFailedException
247
+ attr_accessor type: ::String
248
+ attr_accessor message: ::String
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class CodeArtifactUserPendingException
253
+ attr_accessor type: ::String
254
+ attr_accessor message: ::String
255
+ SENSITIVE: []
256
+ end
257
+
233
258
  class CodeSigningConfig
234
259
  attr_accessor code_signing_config_id: ::String
235
260
  attr_accessor code_signing_config_arn: ::String
@@ -320,6 +345,7 @@ module Aws::Lambda
320
345
  attr_accessor capacity_provider_scaling_config: Types::CapacityProviderScalingConfig
321
346
  attr_accessor kms_key_arn: ::String
322
347
  attr_accessor tags: ::Hash[::String, ::String]
348
+ attr_accessor propagate_tags: Types::PropagateTags
323
349
  SENSITIVE: []
324
350
  end
325
351
 
@@ -347,6 +373,10 @@ module Aws::Lambda
347
373
  attr_accessor enabled: bool
348
374
  attr_accessor batch_size: ::Integer
349
375
  attr_accessor filter_criteria: Types::FilterCriteria
376
+ attr_accessor kms_key_arn: ::String
377
+ attr_accessor metrics_config: Types::EventSourceMappingMetricsConfig
378
+ attr_accessor logging_config: Types::EventSourceMappingLoggingConfig
379
+ attr_accessor scaling_config: Types::ScalingConfig
350
380
  attr_accessor maximum_batching_window_in_seconds: ::Integer
351
381
  attr_accessor parallelization_factor: ::Integer
352
382
  attr_accessor starting_position: ("TRIM_HORIZON" | "LATEST" | "AT_TIMESTAMP")
@@ -364,18 +394,14 @@ module Aws::Lambda
364
394
  attr_accessor function_response_types: ::Array[("ReportBatchItemFailures")]
365
395
  attr_accessor amazon_managed_kafka_event_source_config: Types::AmazonManagedKafkaEventSourceConfig
366
396
  attr_accessor self_managed_kafka_event_source_config: Types::SelfManagedKafkaEventSourceConfig
367
- attr_accessor scaling_config: Types::ScalingConfig
368
397
  attr_accessor document_db_event_source_config: Types::DocumentDBEventSourceConfig
369
- attr_accessor kms_key_arn: ::String
370
- attr_accessor metrics_config: Types::EventSourceMappingMetricsConfig
371
- attr_accessor logging_config: Types::EventSourceMappingLoggingConfig
372
398
  attr_accessor provisioned_poller_config: Types::ProvisionedPollerConfig
373
399
  SENSITIVE: []
374
400
  end
375
401
 
376
402
  class CreateFunctionRequest
377
403
  attr_accessor function_name: ::String
378
- attr_accessor runtime: ("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")
404
+ attr_accessor 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
405
  attr_accessor role: ::String
380
406
  attr_accessor handler: ::String
381
407
  attr_accessor code: Types::FunctionCode
@@ -383,6 +409,7 @@ module Aws::Lambda
383
409
  attr_accessor timeout: ::Integer
384
410
  attr_accessor memory_size: ::Integer
385
411
  attr_accessor publish: bool
412
+ attr_accessor publish_to: ("LATEST_PUBLISHED")
386
413
  attr_accessor vpc_config: Types::VpcConfig
387
414
  attr_accessor package_type: ("Zip" | "Image")
388
415
  attr_accessor dead_letter_config: Types::DeadLetterConfig
@@ -392,16 +419,15 @@ module Aws::Lambda
392
419
  attr_accessor tags: ::Hash[::String, ::String]
393
420
  attr_accessor layers: ::Array[::String]
394
421
  attr_accessor file_system_configs: ::Array[Types::FileSystemConfig]
395
- attr_accessor image_config: Types::ImageConfig
396
422
  attr_accessor code_signing_config_arn: ::String
423
+ attr_accessor image_config: Types::ImageConfig
397
424
  attr_accessor architectures: ::Array[("x86_64" | "arm64")]
398
425
  attr_accessor ephemeral_storage: Types::EphemeralStorage
399
426
  attr_accessor snap_start: Types::SnapStart
400
427
  attr_accessor logging_config: Types::LoggingConfig
428
+ attr_accessor tenancy_config: Types::TenancyConfig
401
429
  attr_accessor capacity_provider_config: Types::CapacityProviderConfig
402
- attr_accessor publish_to: ("LATEST_PUBLISHED")
403
430
  attr_accessor durable_config: Types::DurableConfig
404
- attr_accessor tenancy_config: Types::TenancyConfig
405
431
  SENSITIVE: []
406
432
  end
407
433
 
@@ -577,6 +603,12 @@ module Aws::Lambda
577
603
  SENSITIVE: []
578
604
  end
579
605
 
606
+ class ENINotReadyException
607
+ attr_accessor type: ::String
608
+ attr_accessor message: ::String
609
+ SENSITIVE: []
610
+ end
611
+
580
612
  class Environment
581
613
  attr_accessor variables: ::Hash[::String, ::String]
582
614
  SENSITIVE: [:variables]
@@ -669,6 +701,11 @@ module Aws::Lambda
669
701
  attr_accessor parallelization_factor: ::Integer
670
702
  attr_accessor event_source_arn: ::String
671
703
  attr_accessor filter_criteria: Types::FilterCriteria
704
+ attr_accessor filter_criteria_error: Types::FilterCriteriaError
705
+ attr_accessor kms_key_arn: ::String
706
+ attr_accessor metrics_config: Types::EventSourceMappingMetricsConfig
707
+ attr_accessor logging_config: Types::EventSourceMappingLoggingConfig
708
+ attr_accessor scaling_config: Types::ScalingConfig
672
709
  attr_accessor function_arn: ::String
673
710
  attr_accessor last_modified: ::Time
674
711
  attr_accessor last_processing_result: ::String
@@ -686,13 +723,8 @@ module Aws::Lambda
686
723
  attr_accessor function_response_types: ::Array[("ReportBatchItemFailures")]
687
724
  attr_accessor amazon_managed_kafka_event_source_config: Types::AmazonManagedKafkaEventSourceConfig
688
725
  attr_accessor self_managed_kafka_event_source_config: Types::SelfManagedKafkaEventSourceConfig
689
- attr_accessor scaling_config: Types::ScalingConfig
690
726
  attr_accessor document_db_event_source_config: Types::DocumentDBEventSourceConfig
691
- attr_accessor kms_key_arn: ::String
692
- attr_accessor filter_criteria_error: Types::FilterCriteriaError
693
727
  attr_accessor event_source_mapping_arn: ::String
694
- attr_accessor metrics_config: Types::EventSourceMappingMetricsConfig
695
- attr_accessor logging_config: Types::EventSourceMappingLoggingConfig
696
728
  attr_accessor provisioned_poller_config: Types::ProvisionedPollerConfig
697
729
  SENSITIVE: []
698
730
  end
@@ -792,7 +824,7 @@ module Aws::Lambda
792
824
  class FunctionConfiguration
793
825
  attr_accessor function_name: ::String
794
826
  attr_accessor function_arn: ::String
795
- attr_accessor runtime: ("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")
827
+ attr_accessor 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")
796
828
  attr_accessor role: ::String
797
829
  attr_accessor handler: ::String
798
830
  attr_accessor code_size: ::Integer
@@ -812,24 +844,24 @@ module Aws::Lambda
812
844
  attr_accessor layers: ::Array[Types::Layer]
813
845
  attr_accessor state: ("Pending" | "Active" | "Inactive" | "Failed" | "Deactivating" | "Deactivated" | "ActiveNonInvocable" | "Deleting")
814
846
  attr_accessor state_reason: ::String
815
- attr_accessor 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" | "DrainingDurableExecutions" | "VcpuLimitExceeded" | "CapacityProviderScalingLimitExceeded" | "InsufficientCapacity" | "EC2RequestLimitExceeded" | "FunctionError.InitTimeout" | "FunctionError.RuntimeInitError" | "FunctionError.ExtensionInitError" | "FunctionError.InvalidEntryPoint" | "FunctionError.InvalidWorkingDirectory" | "FunctionError.PermissionDenied" | "FunctionError.TooManyExtensions" | "FunctionError.InitResourceExhausted" | "DisallowedByVpcEncryptionControl")
847
+ attr_accessor 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")
816
848
  attr_accessor last_update_status: ("Successful" | "Failed" | "InProgress")
817
849
  attr_accessor last_update_status_reason: ::String
818
- attr_accessor 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")
850
+ attr_accessor 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")
819
851
  attr_accessor file_system_configs: ::Array[Types::FileSystemConfig]
820
- attr_accessor package_type: ("Zip" | "Image")
821
- attr_accessor image_config_response: Types::ImageConfigResponse
822
852
  attr_accessor signing_profile_version_arn: ::String
823
853
  attr_accessor signing_job_arn: ::String
854
+ attr_accessor package_type: ("Zip" | "Image")
855
+ attr_accessor image_config_response: Types::ImageConfigResponse
824
856
  attr_accessor architectures: ::Array[("x86_64" | "arm64")]
825
857
  attr_accessor ephemeral_storage: Types::EphemeralStorage
826
858
  attr_accessor snap_start: Types::SnapStartResponse
827
859
  attr_accessor runtime_version_config: Types::RuntimeVersionConfig
828
860
  attr_accessor logging_config: Types::LoggingConfig
861
+ attr_accessor tenancy_config: Types::TenancyConfig
829
862
  attr_accessor capacity_provider_config: Types::CapacityProviderConfig
830
863
  attr_accessor config_sha_256: ::String
831
864
  attr_accessor durable_config: Types::DurableConfig
832
- attr_accessor tenancy_config: Types::TenancyConfig
833
865
  SENSITIVE: []
834
866
  end
835
867
 
@@ -1078,9 +1110,9 @@ module Aws::Lambda
1078
1110
  attr_accessor description: ::String
1079
1111
  attr_accessor created_date: ::Time
1080
1112
  attr_accessor version: ::Integer
1081
- attr_accessor 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")]
1082
- attr_accessor license_info: ::String
1083
1113
  attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
1114
+ attr_accessor 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")]
1115
+ attr_accessor license_info: ::String
1084
1116
  SENSITIVE: []
1085
1117
  end
1086
1118
 
@@ -1120,8 +1152,8 @@ module Aws::Lambda
1120
1152
 
1121
1153
  class GetRuntimeManagementConfigResponse
1122
1154
  attr_accessor update_runtime_on: ("Auto" | "Manual" | "FunctionUpdate")
1123
- attr_accessor runtime_version_arn: ::String
1124
1155
  attr_accessor function_arn: ::String
1156
+ attr_accessor runtime_version_arn: ::String
1125
1157
  SENSITIVE: []
1126
1158
  end
1127
1159
 
@@ -1347,9 +1379,9 @@ module Aws::Lambda
1347
1379
  attr_accessor version: ::Integer
1348
1380
  attr_accessor description: ::String
1349
1381
  attr_accessor created_date: ::Time
1350
- attr_accessor 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")]
1351
- attr_accessor license_info: ::String
1352
1382
  attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
1383
+ attr_accessor 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")]
1384
+ attr_accessor license_info: ::String
1353
1385
  SENSITIVE: []
1354
1386
  end
1355
1387
 
@@ -1500,11 +1532,11 @@ module Aws::Lambda
1500
1532
  end
1501
1533
 
1502
1534
  class ListLayerVersionsRequest
1503
- attr_accessor compatible_runtime: ("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")
1535
+ attr_accessor compatible_architecture: ("x86_64" | "arm64")
1536
+ attr_accessor 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")
1504
1537
  attr_accessor layer_name: ::String
1505
1538
  attr_accessor marker: ::String
1506
1539
  attr_accessor max_items: ::Integer
1507
- attr_accessor compatible_architecture: ("x86_64" | "arm64")
1508
1540
  SENSITIVE: []
1509
1541
  end
1510
1542
 
@@ -1515,10 +1547,10 @@ module Aws::Lambda
1515
1547
  end
1516
1548
 
1517
1549
  class ListLayersRequest
1518
- attr_accessor compatible_runtime: ("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")
1550
+ attr_accessor compatible_architecture: ("x86_64" | "arm64")
1551
+ attr_accessor 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")
1519
1552
  attr_accessor marker: ::String
1520
1553
  attr_accessor max_items: ::Integer
1521
- attr_accessor compatible_architecture: ("x86_64" | "arm64")
1522
1554
  SENSITIVE: []
1523
1555
  end
1524
1556
 
@@ -1572,6 +1604,12 @@ module Aws::Lambda
1572
1604
  SENSITIVE: []
1573
1605
  end
1574
1606
 
1607
+ class ModeNotSupportedException
1608
+ attr_accessor type: ::String
1609
+ attr_accessor message: ::String
1610
+ SENSITIVE: []
1611
+ end
1612
+
1575
1613
  class NoPublishedVersionException
1576
1614
  attr_accessor type: ::String
1577
1615
  attr_accessor message: ::String
@@ -1635,6 +1673,12 @@ module Aws::Lambda
1635
1673
  SENSITIVE: []
1636
1674
  end
1637
1675
 
1676
+ class PropagateTags
1677
+ attr_accessor mode: ("None" | "Explicit")
1678
+ attr_accessor explicit_tags: ::Hash[::String, ::String]
1679
+ SENSITIVE: []
1680
+ end
1681
+
1638
1682
  class ProvisionedConcurrencyConfigListItem
1639
1683
  attr_accessor function_arn: ::String
1640
1684
  attr_accessor requested_provisioned_concurrent_executions: ::Integer
@@ -1659,13 +1703,19 @@ module Aws::Lambda
1659
1703
  SENSITIVE: []
1660
1704
  end
1661
1705
 
1706
+ class PublicPolicyException
1707
+ attr_accessor type: ::String
1708
+ attr_accessor message: ::String
1709
+ SENSITIVE: []
1710
+ end
1711
+
1662
1712
  class PublishLayerVersionRequest
1663
1713
  attr_accessor layer_name: ::String
1664
1714
  attr_accessor description: ::String
1665
1715
  attr_accessor content: Types::LayerVersionContentInput
1666
- attr_accessor 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")]
1667
- attr_accessor license_info: ::String
1668
1716
  attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
1717
+ attr_accessor 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")]
1718
+ attr_accessor license_info: ::String
1669
1719
  SENSITIVE: []
1670
1720
  end
1671
1721
 
@@ -1676,9 +1726,9 @@ module Aws::Lambda
1676
1726
  attr_accessor description: ::String
1677
1727
  attr_accessor created_date: ::Time
1678
1728
  attr_accessor version: ::Integer
1679
- attr_accessor 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")]
1680
- attr_accessor license_info: ::String
1681
1729
  attr_accessor compatible_architectures: ::Array[("x86_64" | "arm64")]
1730
+ attr_accessor 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")]
1731
+ attr_accessor license_info: ::String
1682
1732
  SENSITIVE: []
1683
1733
  end
1684
1734
 
@@ -1750,8 +1800,8 @@ module Aws::Lambda
1750
1800
 
1751
1801
  class PutProvisionedConcurrencyConfigResponse
1752
1802
  attr_accessor requested_provisioned_concurrent_executions: ::Integer
1753
- attr_accessor available_provisioned_concurrent_executions: ::Integer
1754
1803
  attr_accessor allocated_provisioned_concurrent_executions: ::Integer
1804
+ attr_accessor available_provisioned_concurrent_executions: ::Integer
1755
1805
  attr_accessor status: ("IN_PROGRESS" | "READY" | "FAILED")
1756
1806
  attr_accessor status_reason: ::String
1757
1807
  attr_accessor last_modified: ::Time
@@ -1915,6 +1965,12 @@ module Aws::Lambda
1915
1965
  SENSITIVE: []
1916
1966
  end
1917
1967
 
1968
+ class ServiceQuotaExceededException
1969
+ attr_accessor type: ::String
1970
+ attr_accessor message: ::String
1971
+ SENSITIVE: []
1972
+ end
1973
+
1918
1974
  class SnapStart
1919
1975
  attr_accessor apply_on: ("PublishedVersions" | "None")
1920
1976
  SENSITIVE: []
@@ -1932,6 +1988,12 @@ module Aws::Lambda
1932
1988
  SENSITIVE: []
1933
1989
  end
1934
1990
 
1991
+ class SnapStartRegenerationFailureException
1992
+ attr_accessor type: ::String
1993
+ attr_accessor message: ::String
1994
+ SENSITIVE: []
1995
+ end
1996
+
1935
1997
  class SnapStartResponse
1936
1998
  attr_accessor apply_on: ("PublishedVersions" | "None")
1937
1999
  attr_accessor optimization_status: ("On" | "Off")
@@ -2066,6 +2128,7 @@ module Aws::Lambda
2066
2128
  class UpdateCapacityProviderRequest
2067
2129
  attr_accessor capacity_provider_name: ::String
2068
2130
  attr_accessor capacity_provider_scaling_config: Types::CapacityProviderScalingConfig
2131
+ attr_accessor propagate_tags: Types::PropagateTags
2069
2132
  SENSITIVE: []
2070
2133
  end
2071
2134
 
@@ -2093,22 +2156,22 @@ module Aws::Lambda
2093
2156
  attr_accessor enabled: bool
2094
2157
  attr_accessor batch_size: ::Integer
2095
2158
  attr_accessor filter_criteria: Types::FilterCriteria
2159
+ attr_accessor kms_key_arn: ::String
2160
+ attr_accessor metrics_config: Types::EventSourceMappingMetricsConfig
2161
+ attr_accessor logging_config: Types::EventSourceMappingLoggingConfig
2162
+ attr_accessor scaling_config: Types::ScalingConfig
2096
2163
  attr_accessor maximum_batching_window_in_seconds: ::Integer
2164
+ attr_accessor parallelization_factor: ::Integer
2097
2165
  attr_accessor destination_config: Types::DestinationConfig
2098
2166
  attr_accessor maximum_record_age_in_seconds: ::Integer
2099
2167
  attr_accessor bisect_batch_on_function_error: bool
2100
2168
  attr_accessor maximum_retry_attempts: ::Integer
2101
- attr_accessor parallelization_factor: ::Integer
2102
- attr_accessor source_access_configurations: ::Array[Types::SourceAccessConfiguration]
2103
2169
  attr_accessor tumbling_window_in_seconds: ::Integer
2170
+ attr_accessor source_access_configurations: ::Array[Types::SourceAccessConfiguration]
2104
2171
  attr_accessor function_response_types: ::Array[("ReportBatchItemFailures")]
2105
- attr_accessor scaling_config: Types::ScalingConfig
2106
2172
  attr_accessor amazon_managed_kafka_event_source_config: Types::AmazonManagedKafkaEventSourceConfig
2107
2173
  attr_accessor self_managed_kafka_event_source_config: Types::SelfManagedKafkaEventSourceConfig
2108
2174
  attr_accessor document_db_event_source_config: Types::DocumentDBEventSourceConfig
2109
- attr_accessor kms_key_arn: ::String
2110
- attr_accessor metrics_config: Types::EventSourceMappingMetricsConfig
2111
- attr_accessor logging_config: Types::EventSourceMappingLoggingConfig
2112
2175
  attr_accessor provisioned_poller_config: Types::ProvisionedPollerConfig
2113
2176
  SENSITIVE: []
2114
2177
  end
@@ -2120,12 +2183,12 @@ module Aws::Lambda
2120
2183
  attr_accessor s3_key: ::String
2121
2184
  attr_accessor s3_object_version: ::String
2122
2185
  attr_accessor image_uri: ::String
2186
+ attr_accessor architectures: ::Array[("x86_64" | "arm64")]
2123
2187
  attr_accessor publish: bool
2188
+ attr_accessor publish_to: ("LATEST_PUBLISHED")
2124
2189
  attr_accessor dry_run: bool
2125
2190
  attr_accessor revision_id: ::String
2126
- attr_accessor architectures: ::Array[("x86_64" | "arm64")]
2127
2191
  attr_accessor source_kms_key_arn: ::String
2128
- attr_accessor publish_to: ("LATEST_PUBLISHED")
2129
2192
  SENSITIVE: [:zip_file]
2130
2193
  end
2131
2194
 
@@ -2138,7 +2201,7 @@ module Aws::Lambda
2138
2201
  attr_accessor memory_size: ::Integer
2139
2202
  attr_accessor vpc_config: Types::VpcConfig
2140
2203
  attr_accessor environment: Types::Environment
2141
- attr_accessor runtime: ("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")
2204
+ attr_accessor 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")
2142
2205
  attr_accessor dead_letter_config: Types::DeadLetterConfig
2143
2206
  attr_accessor kms_key_arn: ::String
2144
2207
  attr_accessor tracing_config: Types::TracingConfig
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.182.0
4
+ version: 1.184.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services