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
|
@@ -25,6 +25,7 @@ module Aws::Lambda
|
|
|
25
25
|
AdditionalVersionWeights = Shapes::MapShape.new(name: 'AdditionalVersionWeights')
|
|
26
26
|
Alias = Shapes::StringShape.new(name: 'Alias')
|
|
27
27
|
AliasConfiguration = Shapes::StructureShape.new(name: 'AliasConfiguration')
|
|
28
|
+
AliasLimitExceededException = Shapes::StructureShape.new(name: 'AliasLimitExceededException')
|
|
28
29
|
AliasList = Shapes::ListShape.new(name: 'AliasList')
|
|
29
30
|
AliasRoutingConfiguration = Shapes::StructureShape.new(name: 'AliasRoutingConfiguration')
|
|
30
31
|
AllowCredentials = Shapes::BooleanShape.new(name: 'AllowCredentials')
|
|
@@ -47,6 +48,8 @@ module Aws::Lambda
|
|
|
47
48
|
CallbackFailedDetails = Shapes::StructureShape.new(name: 'CallbackFailedDetails')
|
|
48
49
|
CallbackId = Shapes::StringShape.new(name: 'CallbackId')
|
|
49
50
|
CallbackOptions = Shapes::StructureShape.new(name: 'CallbackOptions')
|
|
51
|
+
CallbackOptionsHeartbeatTimeoutSecondsInteger = Shapes::IntegerShape.new(name: 'CallbackOptionsHeartbeatTimeoutSecondsInteger')
|
|
52
|
+
CallbackOptionsTimeoutSecondsInteger = Shapes::IntegerShape.new(name: 'CallbackOptionsTimeoutSecondsInteger')
|
|
50
53
|
CallbackStartedDetails = Shapes::StructureShape.new(name: 'CallbackStartedDetails')
|
|
51
54
|
CallbackSucceededDetails = Shapes::StructureShape.new(name: 'CallbackSucceededDetails')
|
|
52
55
|
CallbackTimedOutDetails = Shapes::StructureShape.new(name: 'CallbackTimedOutDetails')
|
|
@@ -79,6 +82,9 @@ module Aws::Lambda
|
|
|
79
82
|
CheckpointToken = Shapes::StringShape.new(name: 'CheckpointToken')
|
|
80
83
|
CheckpointUpdatedExecutionState = Shapes::StructureShape.new(name: 'CheckpointUpdatedExecutionState')
|
|
81
84
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
85
|
+
CodeArtifactUserDeletedException = Shapes::StructureShape.new(name: 'CodeArtifactUserDeletedException')
|
|
86
|
+
CodeArtifactUserFailedException = Shapes::StructureShape.new(name: 'CodeArtifactUserFailedException')
|
|
87
|
+
CodeArtifactUserPendingException = Shapes::StructureShape.new(name: 'CodeArtifactUserPendingException')
|
|
82
88
|
CodeSigningConfig = Shapes::StructureShape.new(name: 'CodeSigningConfig')
|
|
83
89
|
CodeSigningConfigArn = Shapes::StringShape.new(name: 'CodeSigningConfigArn')
|
|
84
90
|
CodeSigningConfigId = Shapes::StringShape.new(name: 'CodeSigningConfigId')
|
|
@@ -142,6 +148,7 @@ module Aws::Lambda
|
|
|
142
148
|
EFSMountFailureException = Shapes::StructureShape.new(name: 'EFSMountFailureException')
|
|
143
149
|
EFSMountTimeoutException = Shapes::StructureShape.new(name: 'EFSMountTimeoutException')
|
|
144
150
|
ENILimitReachedException = Shapes::StructureShape.new(name: 'ENILimitReachedException')
|
|
151
|
+
ENINotReadyException = Shapes::StructureShape.new(name: 'ENINotReadyException')
|
|
145
152
|
Enabled = Shapes::BooleanShape.new(name: 'Enabled')
|
|
146
153
|
EndPointType = Shapes::StringShape.new(name: 'EndPointType')
|
|
147
154
|
Endpoint = Shapes::StringShape.new(name: 'Endpoint')
|
|
@@ -215,6 +222,7 @@ module Aws::Lambda
|
|
|
215
222
|
FunctionUrlAuthType = Shapes::StringShape.new(name: 'FunctionUrlAuthType')
|
|
216
223
|
FunctionUrlConfig = Shapes::StructureShape.new(name: 'FunctionUrlConfig')
|
|
217
224
|
FunctionUrlConfigList = Shapes::ListShape.new(name: 'FunctionUrlConfigList')
|
|
225
|
+
FunctionUrlFunctionName = Shapes::StringShape.new(name: 'FunctionUrlFunctionName')
|
|
218
226
|
FunctionUrlQualifier = Shapes::StringShape.new(name: 'FunctionUrlQualifier')
|
|
219
227
|
FunctionVersion = Shapes::StringShape.new(name: 'FunctionVersion')
|
|
220
228
|
FunctionVersionLatestPublished = Shapes::StringShape.new(name: 'FunctionVersionLatestPublished')
|
|
@@ -382,6 +390,7 @@ module Aws::Lambda
|
|
|
382
390
|
Method = Shapes::StringShape.new(name: 'Method')
|
|
383
391
|
MetricTargetValue = Shapes::FloatShape.new(name: 'MetricTargetValue')
|
|
384
392
|
MinimumNumberOfPollers = Shapes::IntegerShape.new(name: 'MinimumNumberOfPollers')
|
|
393
|
+
ModeNotSupportedException = Shapes::StructureShape.new(name: 'ModeNotSupportedException')
|
|
385
394
|
NameSpacedFunctionArn = Shapes::StringShape.new(name: 'NameSpacedFunctionArn')
|
|
386
395
|
NamespacedFunctionName = Shapes::StringShape.new(name: 'NamespacedFunctionName')
|
|
387
396
|
NamespacedStatementId = Shapes::StringShape.new(name: 'NamespacedStatementId')
|
|
@@ -423,6 +432,7 @@ module Aws::Lambda
|
|
|
423
432
|
ProvisionedConcurrencyStatusEnum = Shapes::StringShape.new(name: 'ProvisionedConcurrencyStatusEnum')
|
|
424
433
|
ProvisionedPollerConfig = Shapes::StructureShape.new(name: 'ProvisionedPollerConfig')
|
|
425
434
|
ProvisionedPollerGroupName = Shapes::StringShape.new(name: 'ProvisionedPollerGroupName')
|
|
435
|
+
PublicPolicyException = Shapes::StructureShape.new(name: 'PublicPolicyException')
|
|
426
436
|
PublishLayerVersionRequest = Shapes::StructureShape.new(name: 'PublishLayerVersionRequest')
|
|
427
437
|
PublishLayerVersionResponse = Shapes::StructureShape.new(name: 'PublishLayerVersionResponse')
|
|
428
438
|
PublishVersionRequest = Shapes::StructureShape.new(name: 'PublishVersionRequest')
|
|
@@ -483,14 +493,17 @@ module Aws::Lambda
|
|
|
483
493
|
SendDurableExecutionCallbackSuccessRequest = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackSuccessRequest')
|
|
484
494
|
SendDurableExecutionCallbackSuccessResponse = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackSuccessResponse')
|
|
485
495
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
|
496
|
+
SensitiveStringOnServerOnly = Shapes::StringShape.new(name: 'SensitiveStringOnServerOnly')
|
|
486
497
|
SerializedRequestEntityTooLargeException = Shapes::StructureShape.new(name: 'SerializedRequestEntityTooLargeException')
|
|
487
498
|
ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
|
|
499
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
488
500
|
SigningProfileVersionArns = Shapes::ListShape.new(name: 'SigningProfileVersionArns')
|
|
489
501
|
SnapStart = Shapes::StructureShape.new(name: 'SnapStart')
|
|
490
502
|
SnapStartApplyOn = Shapes::StringShape.new(name: 'SnapStartApplyOn')
|
|
491
503
|
SnapStartException = Shapes::StructureShape.new(name: 'SnapStartException')
|
|
492
504
|
SnapStartNotReadyException = Shapes::StructureShape.new(name: 'SnapStartNotReadyException')
|
|
493
505
|
SnapStartOptimizationStatus = Shapes::StringShape.new(name: 'SnapStartOptimizationStatus')
|
|
506
|
+
SnapStartRegenerationFailureException = Shapes::StructureShape.new(name: 'SnapStartRegenerationFailureException')
|
|
494
507
|
SnapStartResponse = Shapes::StructureShape.new(name: 'SnapStartResponse')
|
|
495
508
|
SnapStartTimeoutException = Shapes::StructureShape.new(name: 'SnapStartTimeoutException')
|
|
496
509
|
SourceAccessConfiguration = Shapes::StructureShape.new(name: 'SourceAccessConfiguration')
|
|
@@ -543,6 +556,7 @@ module Aws::Lambda
|
|
|
543
556
|
Truncated = Shapes::BooleanShape.new(name: 'Truncated')
|
|
544
557
|
TumblingWindowInSeconds = Shapes::IntegerShape.new(name: 'TumblingWindowInSeconds')
|
|
545
558
|
URI = Shapes::StringShape.new(name: 'URI')
|
|
559
|
+
UUIDString = Shapes::StringShape.new(name: 'UUIDString')
|
|
546
560
|
UnqualifiedFunctionName = Shapes::StringShape.new(name: 'UnqualifiedFunctionName')
|
|
547
561
|
UnreservedConcurrentExecutions = Shapes::IntegerShape.new(name: 'UnreservedConcurrentExecutions')
|
|
548
562
|
UnsupportedMediaTypeException = Shapes::StructureShape.new(name: 'UnsupportedMediaTypeException')
|
|
@@ -603,13 +617,13 @@ module Aws::Lambda
|
|
|
603
617
|
AddPermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
|
|
604
618
|
AddPermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "Principal"))
|
|
605
619
|
AddPermissionRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceArn"))
|
|
620
|
+
AddPermissionRequest.add_member(:function_url_auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "FunctionUrlAuthType"))
|
|
621
|
+
AddPermissionRequest.add_member(:invoked_via_function_url, Shapes::ShapeRef.new(shape: InvokedViaFunctionUrl, location_name: "InvokedViaFunctionUrl"))
|
|
606
622
|
AddPermissionRequest.add_member(:source_account, Shapes::ShapeRef.new(shape: SourceOwner, location_name: "SourceAccount"))
|
|
607
623
|
AddPermissionRequest.add_member(:event_source_token, Shapes::ShapeRef.new(shape: EventSourceToken, location_name: "EventSourceToken"))
|
|
608
624
|
AddPermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
609
625
|
AddPermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
610
626
|
AddPermissionRequest.add_member(:principal_org_id, Shapes::ShapeRef.new(shape: PrincipalOrgID, location_name: "PrincipalOrgID"))
|
|
611
|
-
AddPermissionRequest.add_member(:function_url_auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "FunctionUrlAuthType"))
|
|
612
|
-
AddPermissionRequest.add_member(:invoked_via_function_url, Shapes::ShapeRef.new(shape: InvokedViaFunctionUrl, location_name: "InvokedViaFunctionUrl"))
|
|
613
627
|
AddPermissionRequest.struct_class = Types::AddPermissionRequest
|
|
614
628
|
|
|
615
629
|
AddPermissionResponse.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "Statement"))
|
|
@@ -626,6 +640,10 @@ module Aws::Lambda
|
|
|
626
640
|
AliasConfiguration.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
627
641
|
AliasConfiguration.struct_class = Types::AliasConfiguration
|
|
628
642
|
|
|
643
|
+
AliasLimitExceededException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
644
|
+
AliasLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
645
|
+
AliasLimitExceededException.struct_class = Types::AliasLimitExceededException
|
|
646
|
+
|
|
629
647
|
AliasList.member = Shapes::ShapeRef.new(shape: AliasConfiguration)
|
|
630
648
|
|
|
631
649
|
AliasRoutingConfiguration.add_member(:additional_version_weights, Shapes::ShapeRef.new(shape: AdditionalVersionWeights, location_name: "AdditionalVersionWeights"))
|
|
@@ -652,8 +670,8 @@ module Aws::Lambda
|
|
|
652
670
|
CallbackFailedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
653
671
|
CallbackFailedDetails.struct_class = Types::CallbackFailedDetails
|
|
654
672
|
|
|
655
|
-
CallbackOptions.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape:
|
|
656
|
-
CallbackOptions.add_member(:heartbeat_timeout_seconds, Shapes::ShapeRef.new(shape:
|
|
673
|
+
CallbackOptions.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: CallbackOptionsTimeoutSecondsInteger, location_name: "TimeoutSeconds"))
|
|
674
|
+
CallbackOptions.add_member(:heartbeat_timeout_seconds, Shapes::ShapeRef.new(shape: CallbackOptionsHeartbeatTimeoutSecondsInteger, location_name: "HeartbeatTimeoutSeconds"))
|
|
657
675
|
CallbackOptions.struct_class = Types::CallbackOptions
|
|
658
676
|
|
|
659
677
|
CallbackStartedDetails.add_member(:callback_id, Shapes::ShapeRef.new(shape: CallbackId, required: true, location_name: "CallbackId"))
|
|
@@ -750,6 +768,18 @@ module Aws::Lambda
|
|
|
750
768
|
CheckpointUpdatedExecutionState.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
751
769
|
CheckpointUpdatedExecutionState.struct_class = Types::CheckpointUpdatedExecutionState
|
|
752
770
|
|
|
771
|
+
CodeArtifactUserDeletedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
772
|
+
CodeArtifactUserDeletedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
773
|
+
CodeArtifactUserDeletedException.struct_class = Types::CodeArtifactUserDeletedException
|
|
774
|
+
|
|
775
|
+
CodeArtifactUserFailedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
776
|
+
CodeArtifactUserFailedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
777
|
+
CodeArtifactUserFailedException.struct_class = Types::CodeArtifactUserFailedException
|
|
778
|
+
|
|
779
|
+
CodeArtifactUserPendingException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
780
|
+
CodeArtifactUserPendingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
781
|
+
CodeArtifactUserPendingException.struct_class = Types::CodeArtifactUserPendingException
|
|
782
|
+
|
|
753
783
|
CodeSigningConfig.add_member(:code_signing_config_id, Shapes::ShapeRef.new(shape: CodeSigningConfigId, required: true, location_name: "CodeSigningConfigId"))
|
|
754
784
|
CodeSigningConfig.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
|
|
755
785
|
CodeSigningConfig.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
@@ -840,6 +870,10 @@ module Aws::Lambda
|
|
|
840
870
|
CreateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
|
|
841
871
|
CreateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
842
872
|
CreateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
|
|
873
|
+
CreateEventSourceMappingRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
|
874
|
+
CreateEventSourceMappingRequest.add_member(:metrics_config, Shapes::ShapeRef.new(shape: EventSourceMappingMetricsConfig, location_name: "MetricsConfig"))
|
|
875
|
+
CreateEventSourceMappingRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: EventSourceMappingLoggingConfig, location_name: "LoggingConfig"))
|
|
876
|
+
CreateEventSourceMappingRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
|
843
877
|
CreateEventSourceMappingRequest.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
|
|
844
878
|
CreateEventSourceMappingRequest.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
|
|
845
879
|
CreateEventSourceMappingRequest.add_member(:starting_position, Shapes::ShapeRef.new(shape: EventSourcePosition, location_name: "StartingPosition"))
|
|
@@ -857,11 +891,7 @@ module Aws::Lambda
|
|
|
857
891
|
CreateEventSourceMappingRequest.add_member(:function_response_types, Shapes::ShapeRef.new(shape: FunctionResponseTypeList, location_name: "FunctionResponseTypes"))
|
|
858
892
|
CreateEventSourceMappingRequest.add_member(:amazon_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: AmazonManagedKafkaEventSourceConfig, location_name: "AmazonManagedKafkaEventSourceConfig"))
|
|
859
893
|
CreateEventSourceMappingRequest.add_member(:self_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: SelfManagedKafkaEventSourceConfig, location_name: "SelfManagedKafkaEventSourceConfig"))
|
|
860
|
-
CreateEventSourceMappingRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
|
861
894
|
CreateEventSourceMappingRequest.add_member(:document_db_event_source_config, Shapes::ShapeRef.new(shape: DocumentDBEventSourceConfig, location_name: "DocumentDBEventSourceConfig"))
|
|
862
|
-
CreateEventSourceMappingRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
|
863
|
-
CreateEventSourceMappingRequest.add_member(:metrics_config, Shapes::ShapeRef.new(shape: EventSourceMappingMetricsConfig, location_name: "MetricsConfig"))
|
|
864
|
-
CreateEventSourceMappingRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: EventSourceMappingLoggingConfig, location_name: "LoggingConfig"))
|
|
865
895
|
CreateEventSourceMappingRequest.add_member(:provisioned_poller_config, Shapes::ShapeRef.new(shape: ProvisionedPollerConfig, location_name: "ProvisionedPollerConfig"))
|
|
866
896
|
CreateEventSourceMappingRequest.struct_class = Types::CreateEventSourceMappingRequest
|
|
867
897
|
|
|
@@ -874,6 +904,7 @@ module Aws::Lambda
|
|
|
874
904
|
CreateFunctionRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
|
875
905
|
CreateFunctionRequest.add_member(:memory_size, Shapes::ShapeRef.new(shape: MemorySize, location_name: "MemorySize"))
|
|
876
906
|
CreateFunctionRequest.add_member(:publish, Shapes::ShapeRef.new(shape: Boolean, location_name: "Publish"))
|
|
907
|
+
CreateFunctionRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
|
|
877
908
|
CreateFunctionRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
878
909
|
CreateFunctionRequest.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "PackageType"))
|
|
879
910
|
CreateFunctionRequest.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
|
|
@@ -883,19 +914,18 @@ module Aws::Lambda
|
|
|
883
914
|
CreateFunctionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
884
915
|
CreateFunctionRequest.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "Layers"))
|
|
885
916
|
CreateFunctionRequest.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
|
|
886
|
-
CreateFunctionRequest.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
|
|
887
917
|
CreateFunctionRequest.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, location_name: "CodeSigningConfigArn"))
|
|
918
|
+
CreateFunctionRequest.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
|
|
888
919
|
CreateFunctionRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
889
920
|
CreateFunctionRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
|
890
921
|
CreateFunctionRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
|
|
891
922
|
CreateFunctionRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
|
|
923
|
+
CreateFunctionRequest.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
892
924
|
CreateFunctionRequest.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
|
|
893
|
-
CreateFunctionRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
|
|
894
925
|
CreateFunctionRequest.add_member(:durable_config, Shapes::ShapeRef.new(shape: DurableConfig, location_name: "DurableConfig"))
|
|
895
|
-
CreateFunctionRequest.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
896
926
|
CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
|
|
897
927
|
|
|
898
|
-
CreateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
928
|
+
CreateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionUrlFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
899
929
|
CreateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
900
930
|
CreateFunctionUrlConfigRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, required: true, location_name: "AuthType"))
|
|
901
931
|
CreateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
|
@@ -928,7 +958,7 @@ module Aws::Lambda
|
|
|
928
958
|
|
|
929
959
|
DeleteCodeSigningConfigResponse.struct_class = Types::DeleteCodeSigningConfigResponse
|
|
930
960
|
|
|
931
|
-
DeleteEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape:
|
|
961
|
+
DeleteEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: UUIDString, required: true, location: "uri", location_name: "UUID"))
|
|
932
962
|
DeleteEventSourceMappingRequest.struct_class = Types::DeleteEventSourceMappingRequest
|
|
933
963
|
|
|
934
964
|
DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -948,7 +978,7 @@ module Aws::Lambda
|
|
|
948
978
|
DeleteFunctionResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "StatusCode"))
|
|
949
979
|
DeleteFunctionResponse.struct_class = Types::DeleteFunctionResponse
|
|
950
980
|
|
|
951
|
-
DeleteFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
981
|
+
DeleteFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionUrlFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
952
982
|
DeleteFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
953
983
|
DeleteFunctionUrlConfigRequest.struct_class = Types::DeleteFunctionUrlConfigRequest
|
|
954
984
|
|
|
@@ -1012,6 +1042,10 @@ module Aws::Lambda
|
|
|
1012
1042
|
ENILimitReachedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1013
1043
|
ENILimitReachedException.struct_class = Types::ENILimitReachedException
|
|
1014
1044
|
|
|
1045
|
+
ENINotReadyException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
1046
|
+
ENINotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1047
|
+
ENINotReadyException.struct_class = Types::ENINotReadyException
|
|
1048
|
+
|
|
1015
1049
|
EndpointLists.member = Shapes::ShapeRef.new(shape: Endpoint)
|
|
1016
1050
|
|
|
1017
1051
|
Endpoints.key = Shapes::ShapeRef.new(shape: EndPointType)
|
|
@@ -1085,7 +1119,7 @@ module Aws::Lambda
|
|
|
1085
1119
|
EventResult.add_member(:truncated, Shapes::ShapeRef.new(shape: Truncated, location_name: "Truncated"))
|
|
1086
1120
|
EventResult.struct_class = Types::EventResult
|
|
1087
1121
|
|
|
1088
|
-
EventSourceMappingConfiguration.add_member(:uuid, Shapes::ShapeRef.new(shape:
|
|
1122
|
+
EventSourceMappingConfiguration.add_member(:uuid, Shapes::ShapeRef.new(shape: UUIDString, location_name: "UUID"))
|
|
1089
1123
|
EventSourceMappingConfiguration.add_member(:starting_position, Shapes::ShapeRef.new(shape: EventSourcePosition, location_name: "StartingPosition"))
|
|
1090
1124
|
EventSourceMappingConfiguration.add_member(:starting_position_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "StartingPositionTimestamp"))
|
|
1091
1125
|
EventSourceMappingConfiguration.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
@@ -1093,6 +1127,11 @@ module Aws::Lambda
|
|
|
1093
1127
|
EventSourceMappingConfiguration.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
|
|
1094
1128
|
EventSourceMappingConfiguration.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
|
|
1095
1129
|
EventSourceMappingConfiguration.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
|
|
1130
|
+
EventSourceMappingConfiguration.add_member(:filter_criteria_error, Shapes::ShapeRef.new(shape: FilterCriteriaError, location_name: "FilterCriteriaError"))
|
|
1131
|
+
EventSourceMappingConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
|
1132
|
+
EventSourceMappingConfiguration.add_member(:metrics_config, Shapes::ShapeRef.new(shape: EventSourceMappingMetricsConfig, location_name: "MetricsConfig"))
|
|
1133
|
+
EventSourceMappingConfiguration.add_member(:logging_config, Shapes::ShapeRef.new(shape: EventSourceMappingLoggingConfig, location_name: "LoggingConfig"))
|
|
1134
|
+
EventSourceMappingConfiguration.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
|
1096
1135
|
EventSourceMappingConfiguration.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, location_name: "FunctionArn"))
|
|
1097
1136
|
EventSourceMappingConfiguration.add_member(:last_modified, Shapes::ShapeRef.new(shape: Date, location_name: "LastModified"))
|
|
1098
1137
|
EventSourceMappingConfiguration.add_member(:last_processing_result, Shapes::ShapeRef.new(shape: String, location_name: "LastProcessingResult"))
|
|
@@ -1110,13 +1149,8 @@ module Aws::Lambda
|
|
|
1110
1149
|
EventSourceMappingConfiguration.add_member(:function_response_types, Shapes::ShapeRef.new(shape: FunctionResponseTypeList, location_name: "FunctionResponseTypes"))
|
|
1111
1150
|
EventSourceMappingConfiguration.add_member(:amazon_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: AmazonManagedKafkaEventSourceConfig, location_name: "AmazonManagedKafkaEventSourceConfig"))
|
|
1112
1151
|
EventSourceMappingConfiguration.add_member(:self_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: SelfManagedKafkaEventSourceConfig, location_name: "SelfManagedKafkaEventSourceConfig"))
|
|
1113
|
-
EventSourceMappingConfiguration.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
|
1114
1152
|
EventSourceMappingConfiguration.add_member(:document_db_event_source_config, Shapes::ShapeRef.new(shape: DocumentDBEventSourceConfig, location_name: "DocumentDBEventSourceConfig"))
|
|
1115
|
-
EventSourceMappingConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
|
1116
|
-
EventSourceMappingConfiguration.add_member(:filter_criteria_error, Shapes::ShapeRef.new(shape: FilterCriteriaError, location_name: "FilterCriteriaError"))
|
|
1117
1153
|
EventSourceMappingConfiguration.add_member(:event_source_mapping_arn, Shapes::ShapeRef.new(shape: EventSourceMappingArn, location_name: "EventSourceMappingArn"))
|
|
1118
|
-
EventSourceMappingConfiguration.add_member(:metrics_config, Shapes::ShapeRef.new(shape: EventSourceMappingMetricsConfig, location_name: "MetricsConfig"))
|
|
1119
|
-
EventSourceMappingConfiguration.add_member(:logging_config, Shapes::ShapeRef.new(shape: EventSourceMappingLoggingConfig, location_name: "LoggingConfig"))
|
|
1120
1154
|
EventSourceMappingConfiguration.add_member(:provisioned_poller_config, Shapes::ShapeRef.new(shape: ProvisionedPollerConfig, location_name: "ProvisionedPollerConfig"))
|
|
1121
1155
|
EventSourceMappingConfiguration.struct_class = Types::EventSourceMappingConfiguration
|
|
1122
1156
|
|
|
@@ -1190,10 +1224,10 @@ module Aws::Lambda
|
|
|
1190
1224
|
FunctionCode.struct_class = Types::FunctionCode
|
|
1191
1225
|
|
|
1192
1226
|
FunctionCodeLocation.add_member(:repository_type, Shapes::ShapeRef.new(shape: String, location_name: "RepositoryType"))
|
|
1193
|
-
FunctionCodeLocation.add_member(:location, Shapes::ShapeRef.new(shape:
|
|
1227
|
+
FunctionCodeLocation.add_member(:location, Shapes::ShapeRef.new(shape: SensitiveStringOnServerOnly, location_name: "Location"))
|
|
1194
1228
|
FunctionCodeLocation.add_member(:image_uri, Shapes::ShapeRef.new(shape: String, location_name: "ImageUri"))
|
|
1195
1229
|
FunctionCodeLocation.add_member(:resolved_image_uri, Shapes::ShapeRef.new(shape: String, location_name: "ResolvedImageUri"))
|
|
1196
|
-
FunctionCodeLocation.add_member(:source_kms_key_arn, Shapes::ShapeRef.new(shape:
|
|
1230
|
+
FunctionCodeLocation.add_member(:source_kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "SourceKMSKeyArn"))
|
|
1197
1231
|
FunctionCodeLocation.struct_class = Types::FunctionCodeLocation
|
|
1198
1232
|
|
|
1199
1233
|
FunctionConfiguration.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location_name: "FunctionName"))
|
|
@@ -1223,19 +1257,19 @@ module Aws::Lambda
|
|
|
1223
1257
|
FunctionConfiguration.add_member(:last_update_status_reason, Shapes::ShapeRef.new(shape: LastUpdateStatusReason, location_name: "LastUpdateStatusReason"))
|
|
1224
1258
|
FunctionConfiguration.add_member(:last_update_status_reason_code, Shapes::ShapeRef.new(shape: LastUpdateStatusReasonCode, location_name: "LastUpdateStatusReasonCode"))
|
|
1225
1259
|
FunctionConfiguration.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
|
|
1226
|
-
FunctionConfiguration.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "PackageType"))
|
|
1227
|
-
FunctionConfiguration.add_member(:image_config_response, Shapes::ShapeRef.new(shape: ImageConfigResponse, location_name: "ImageConfigResponse"))
|
|
1228
1260
|
FunctionConfiguration.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
|
|
1229
1261
|
FunctionConfiguration.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningJobArn"))
|
|
1262
|
+
FunctionConfiguration.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "PackageType"))
|
|
1263
|
+
FunctionConfiguration.add_member(:image_config_response, Shapes::ShapeRef.new(shape: ImageConfigResponse, location_name: "ImageConfigResponse"))
|
|
1230
1264
|
FunctionConfiguration.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
1231
1265
|
FunctionConfiguration.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
|
1232
1266
|
FunctionConfiguration.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStartResponse, location_name: "SnapStart"))
|
|
1233
1267
|
FunctionConfiguration.add_member(:runtime_version_config, Shapes::ShapeRef.new(shape: RuntimeVersionConfig, location_name: "RuntimeVersionConfig"))
|
|
1234
1268
|
FunctionConfiguration.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
|
|
1269
|
+
FunctionConfiguration.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
1235
1270
|
FunctionConfiguration.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
|
|
1236
1271
|
FunctionConfiguration.add_member(:config_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "ConfigSha256"))
|
|
1237
1272
|
FunctionConfiguration.add_member(:durable_config, Shapes::ShapeRef.new(shape: DurableConfig, location_name: "DurableConfig"))
|
|
1238
|
-
FunctionConfiguration.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
1239
1273
|
FunctionConfiguration.struct_class = Types::FunctionConfiguration
|
|
1240
1274
|
|
|
1241
1275
|
FunctionEventInvokeConfig.add_member(:last_modified, Shapes::ShapeRef.new(shape: Date, location_name: "LastModified"))
|
|
@@ -1335,7 +1369,7 @@ module Aws::Lambda
|
|
|
1335
1369
|
GetDurableExecutionStateResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1336
1370
|
GetDurableExecutionStateResponse.struct_class = Types::GetDurableExecutionStateResponse
|
|
1337
1371
|
|
|
1338
|
-
GetEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape:
|
|
1372
|
+
GetEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: UUIDString, required: true, location: "uri", location_name: "UUID"))
|
|
1339
1373
|
GetEventSourceMappingRequest.struct_class = Types::GetEventSourceMappingRequest
|
|
1340
1374
|
|
|
1341
1375
|
GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -1385,7 +1419,7 @@ module Aws::Lambda
|
|
|
1385
1419
|
GetFunctionScalingConfigResponse.add_member(:requested_function_scaling_config, Shapes::ShapeRef.new(shape: FunctionScalingConfig, location_name: "RequestedFunctionScalingConfig"))
|
|
1386
1420
|
GetFunctionScalingConfigResponse.struct_class = Types::GetFunctionScalingConfigResponse
|
|
1387
1421
|
|
|
1388
|
-
GetFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1422
|
+
GetFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionUrlFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1389
1423
|
GetFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1390
1424
|
GetFunctionUrlConfigRequest.struct_class = Types::GetFunctionUrlConfigRequest
|
|
1391
1425
|
|
|
@@ -1419,9 +1453,9 @@ module Aws::Lambda
|
|
|
1419
1453
|
GetLayerVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1420
1454
|
GetLayerVersionResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedDate"))
|
|
1421
1455
|
GetLayerVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: LayerVersionNumber, location_name: "Version"))
|
|
1456
|
+
GetLayerVersionResponse.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1422
1457
|
GetLayerVersionResponse.add_member(:compatible_runtimes, Shapes::ShapeRef.new(shape: CompatibleRuntimes, location_name: "CompatibleRuntimes"))
|
|
1423
1458
|
GetLayerVersionResponse.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfo, location_name: "LicenseInfo"))
|
|
1424
|
-
GetLayerVersionResponse.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1425
1459
|
GetLayerVersionResponse.struct_class = Types::GetLayerVersionResponse
|
|
1426
1460
|
|
|
1427
1461
|
GetPolicyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -1449,8 +1483,8 @@ module Aws::Lambda
|
|
|
1449
1483
|
GetRuntimeManagementConfigRequest.struct_class = Types::GetRuntimeManagementConfigRequest
|
|
1450
1484
|
|
|
1451
1485
|
GetRuntimeManagementConfigResponse.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, location_name: "UpdateRuntimeOn"))
|
|
1452
|
-
GetRuntimeManagementConfigResponse.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
|
1453
1486
|
GetRuntimeManagementConfigResponse.add_member(:function_arn, Shapes::ShapeRef.new(shape: NameSpacedFunctionArn, location_name: "FunctionArn"))
|
|
1487
|
+
GetRuntimeManagementConfigResponse.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
|
1454
1488
|
GetRuntimeManagementConfigResponse.struct_class = Types::GetRuntimeManagementConfigResponse
|
|
1455
1489
|
|
|
1456
1490
|
HeadersList.member = Shapes::ShapeRef.new(shape: Header)
|
|
@@ -1623,11 +1657,11 @@ module Aws::Lambda
|
|
|
1623
1657
|
LayerVersionContentInput.add_member(:zip_file, Shapes::ShapeRef.new(shape: Blob, location_name: "ZipFile"))
|
|
1624
1658
|
LayerVersionContentInput.struct_class = Types::LayerVersionContentInput
|
|
1625
1659
|
|
|
1626
|
-
LayerVersionContentOutput.add_member(:location, Shapes::ShapeRef.new(shape:
|
|
1660
|
+
LayerVersionContentOutput.add_member(:location, Shapes::ShapeRef.new(shape: SensitiveStringOnServerOnly, location_name: "Location"))
|
|
1627
1661
|
LayerVersionContentOutput.add_member(:code_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "CodeSha256"))
|
|
1628
1662
|
LayerVersionContentOutput.add_member(:code_size, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSize"))
|
|
1629
|
-
LayerVersionContentOutput.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape:
|
|
1630
|
-
LayerVersionContentOutput.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape:
|
|
1663
|
+
LayerVersionContentOutput.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
|
|
1664
|
+
LayerVersionContentOutput.add_member(:signing_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningJobArn"))
|
|
1631
1665
|
LayerVersionContentOutput.struct_class = Types::LayerVersionContentOutput
|
|
1632
1666
|
|
|
1633
1667
|
LayerVersionsList.member = Shapes::ShapeRef.new(shape: LayerVersionsListItem)
|
|
@@ -1636,9 +1670,9 @@ module Aws::Lambda
|
|
|
1636
1670
|
LayerVersionsListItem.add_member(:version, Shapes::ShapeRef.new(shape: LayerVersionNumber, location_name: "Version"))
|
|
1637
1671
|
LayerVersionsListItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1638
1672
|
LayerVersionsListItem.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedDate"))
|
|
1673
|
+
LayerVersionsListItem.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1639
1674
|
LayerVersionsListItem.add_member(:compatible_runtimes, Shapes::ShapeRef.new(shape: CompatibleRuntimes, location_name: "CompatibleRuntimes"))
|
|
1640
1675
|
LayerVersionsListItem.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfo, location_name: "LicenseInfo"))
|
|
1641
|
-
LayerVersionsListItem.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1642
1676
|
LayerVersionsListItem.struct_class = Types::LayerVersionsListItem
|
|
1643
1677
|
|
|
1644
1678
|
LayersList.member = Shapes::ShapeRef.new(shape: LayersListItem)
|
|
@@ -1711,7 +1745,7 @@ module Aws::Lambda
|
|
|
1711
1745
|
ListFunctionEventInvokeConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1712
1746
|
ListFunctionEventInvokeConfigsResponse.struct_class = Types::ListFunctionEventInvokeConfigsResponse
|
|
1713
1747
|
|
|
1714
|
-
ListFunctionUrlConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
1748
|
+
ListFunctionUrlConfigsRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionUrlFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
1715
1749
|
ListFunctionUrlConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1716
1750
|
ListFunctionUrlConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "MaxItems"))
|
|
1717
1751
|
ListFunctionUrlConfigsRequest.struct_class = Types::ListFunctionUrlConfigsRequest
|
|
@@ -1749,21 +1783,21 @@ module Aws::Lambda
|
|
|
1749
1783
|
ListFunctionsResponse.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionList, location_name: "Functions"))
|
|
1750
1784
|
ListFunctionsResponse.struct_class = Types::ListFunctionsResponse
|
|
1751
1785
|
|
|
1786
|
+
ListLayerVersionsRequest.add_member(:compatible_architecture, Shapes::ShapeRef.new(shape: Architecture, location: "querystring", location_name: "CompatibleArchitecture"))
|
|
1752
1787
|
ListLayerVersionsRequest.add_member(:compatible_runtime, Shapes::ShapeRef.new(shape: Runtime, location: "querystring", location_name: "CompatibleRuntime"))
|
|
1753
1788
|
ListLayerVersionsRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
|
|
1754
1789
|
ListLayerVersionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1755
1790
|
ListLayerVersionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxLayerListItems, location: "querystring", location_name: "MaxItems"))
|
|
1756
|
-
ListLayerVersionsRequest.add_member(:compatible_architecture, Shapes::ShapeRef.new(shape: Architecture, location: "querystring", location_name: "CompatibleArchitecture"))
|
|
1757
1791
|
ListLayerVersionsRequest.struct_class = Types::ListLayerVersionsRequest
|
|
1758
1792
|
|
|
1759
1793
|
ListLayerVersionsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1760
1794
|
ListLayerVersionsResponse.add_member(:layer_versions, Shapes::ShapeRef.new(shape: LayerVersionsList, location_name: "LayerVersions"))
|
|
1761
1795
|
ListLayerVersionsResponse.struct_class = Types::ListLayerVersionsResponse
|
|
1762
1796
|
|
|
1797
|
+
ListLayersRequest.add_member(:compatible_architecture, Shapes::ShapeRef.new(shape: Architecture, location: "querystring", location_name: "CompatibleArchitecture"))
|
|
1763
1798
|
ListLayersRequest.add_member(:compatible_runtime, Shapes::ShapeRef.new(shape: Runtime, location: "querystring", location_name: "CompatibleRuntime"))
|
|
1764
1799
|
ListLayersRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1765
1800
|
ListLayersRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxLayerListItems, location: "querystring", location_name: "MaxItems"))
|
|
1766
|
-
ListLayersRequest.add_member(:compatible_architecture, Shapes::ShapeRef.new(shape: Architecture, location: "querystring", location_name: "CompatibleArchitecture"))
|
|
1767
1801
|
ListLayersRequest.struct_class = Types::ListLayersRequest
|
|
1768
1802
|
|
|
1769
1803
|
ListLayersResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
@@ -1800,6 +1834,10 @@ module Aws::Lambda
|
|
|
1800
1834
|
LoggingConfig.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
|
|
1801
1835
|
LoggingConfig.struct_class = Types::LoggingConfig
|
|
1802
1836
|
|
|
1837
|
+
ModeNotSupportedException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
1838
|
+
ModeNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1839
|
+
ModeNotSupportedException.struct_class = Types::ModeNotSupportedException
|
|
1840
|
+
|
|
1803
1841
|
NoPublishedVersionException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
1804
1842
|
NoPublishedVersionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1805
1843
|
NoPublishedVersionException.struct_class = Types::NoPublishedVersionException
|
|
@@ -1880,12 +1918,16 @@ module Aws::Lambda
|
|
|
1880
1918
|
ProvisionedPollerConfig.add_member(:poller_group_name, Shapes::ShapeRef.new(shape: ProvisionedPollerGroupName, location_name: "PollerGroupName"))
|
|
1881
1919
|
ProvisionedPollerConfig.struct_class = Types::ProvisionedPollerConfig
|
|
1882
1920
|
|
|
1921
|
+
PublicPolicyException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
1922
|
+
PublicPolicyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1923
|
+
PublicPolicyException.struct_class = Types::PublicPolicyException
|
|
1924
|
+
|
|
1883
1925
|
PublishLayerVersionRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
|
|
1884
1926
|
PublishLayerVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1885
1927
|
PublishLayerVersionRequest.add_member(:content, Shapes::ShapeRef.new(shape: LayerVersionContentInput, required: true, location_name: "Content"))
|
|
1928
|
+
PublishLayerVersionRequest.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1886
1929
|
PublishLayerVersionRequest.add_member(:compatible_runtimes, Shapes::ShapeRef.new(shape: CompatibleRuntimes, location_name: "CompatibleRuntimes"))
|
|
1887
1930
|
PublishLayerVersionRequest.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfo, location_name: "LicenseInfo"))
|
|
1888
|
-
PublishLayerVersionRequest.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1889
1931
|
PublishLayerVersionRequest.struct_class = Types::PublishLayerVersionRequest
|
|
1890
1932
|
|
|
1891
1933
|
PublishLayerVersionResponse.add_member(:content, Shapes::ShapeRef.new(shape: LayerVersionContentOutput, location_name: "Content"))
|
|
@@ -1894,9 +1936,9 @@ module Aws::Lambda
|
|
|
1894
1936
|
PublishLayerVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1895
1937
|
PublishLayerVersionResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedDate"))
|
|
1896
1938
|
PublishLayerVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: LayerVersionNumber, location_name: "Version"))
|
|
1939
|
+
PublishLayerVersionResponse.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1897
1940
|
PublishLayerVersionResponse.add_member(:compatible_runtimes, Shapes::ShapeRef.new(shape: CompatibleRuntimes, location_name: "CompatibleRuntimes"))
|
|
1898
1941
|
PublishLayerVersionResponse.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfo, location_name: "LicenseInfo"))
|
|
1899
|
-
PublishLayerVersionResponse.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1900
1942
|
PublishLayerVersionResponse.struct_class = Types::PublishLayerVersionResponse
|
|
1901
1943
|
|
|
1902
1944
|
PublishVersionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -1946,8 +1988,8 @@ module Aws::Lambda
|
|
|
1946
1988
|
PutProvisionedConcurrencyConfigRequest.struct_class = Types::PutProvisionedConcurrencyConfigRequest
|
|
1947
1989
|
|
|
1948
1990
|
PutProvisionedConcurrencyConfigResponse.add_member(:requested_provisioned_concurrent_executions, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "RequestedProvisionedConcurrentExecutions"))
|
|
1949
|
-
PutProvisionedConcurrencyConfigResponse.add_member(:available_provisioned_concurrent_executions, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "AvailableProvisionedConcurrentExecutions"))
|
|
1950
1991
|
PutProvisionedConcurrencyConfigResponse.add_member(:allocated_provisioned_concurrent_executions, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "AllocatedProvisionedConcurrentExecutions"))
|
|
1992
|
+
PutProvisionedConcurrencyConfigResponse.add_member(:available_provisioned_concurrent_executions, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "AvailableProvisionedConcurrentExecutions"))
|
|
1951
1993
|
PutProvisionedConcurrencyConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: ProvisionedConcurrencyStatusEnum, location_name: "Status"))
|
|
1952
1994
|
PutProvisionedConcurrencyConfigResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "StatusReason"))
|
|
1953
1995
|
PutProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
|
|
@@ -2067,6 +2109,10 @@ module Aws::Lambda
|
|
|
2067
2109
|
ServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
2068
2110
|
ServiceException.struct_class = Types::ServiceException
|
|
2069
2111
|
|
|
2112
|
+
ServiceQuotaExceededException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
2113
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
2114
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
2115
|
+
|
|
2070
2116
|
SigningProfileVersionArns.member = Shapes::ShapeRef.new(shape: Arn)
|
|
2071
2117
|
|
|
2072
2118
|
SnapStart.add_member(:apply_on, Shapes::ShapeRef.new(shape: SnapStartApplyOn, location_name: "ApplyOn"))
|
|
@@ -2080,6 +2126,10 @@ module Aws::Lambda
|
|
|
2080
2126
|
SnapStartNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
2081
2127
|
SnapStartNotReadyException.struct_class = Types::SnapStartNotReadyException
|
|
2082
2128
|
|
|
2129
|
+
SnapStartRegenerationFailureException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
2130
|
+
SnapStartRegenerationFailureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
2131
|
+
SnapStartRegenerationFailureException.struct_class = Types::SnapStartRegenerationFailureException
|
|
2132
|
+
|
|
2083
2133
|
SnapStartResponse.add_member(:apply_on, Shapes::ShapeRef.new(shape: SnapStartApplyOn, location_name: "ApplyOn"))
|
|
2084
2134
|
SnapStartResponse.add_member(:optimization_status, Shapes::ShapeRef.new(shape: SnapStartOptimizationStatus, location_name: "OptimizationStatus"))
|
|
2085
2135
|
SnapStartResponse.struct_class = Types::SnapStartResponse
|
|
@@ -2202,27 +2252,27 @@ module Aws::Lambda
|
|
|
2202
2252
|
UpdateCodeSigningConfigResponse.add_member(:code_signing_config, Shapes::ShapeRef.new(shape: CodeSigningConfig, required: true, location_name: "CodeSigningConfig"))
|
|
2203
2253
|
UpdateCodeSigningConfigResponse.struct_class = Types::UpdateCodeSigningConfigResponse
|
|
2204
2254
|
|
|
2205
|
-
UpdateEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape:
|
|
2255
|
+
UpdateEventSourceMappingRequest.add_member(:uuid, Shapes::ShapeRef.new(shape: UUIDString, required: true, location: "uri", location_name: "UUID"))
|
|
2206
2256
|
UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location_name: "FunctionName"))
|
|
2207
2257
|
UpdateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
|
|
2208
2258
|
UpdateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
2209
2259
|
UpdateEventSourceMappingRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, location_name: "FilterCriteria"))
|
|
2260
|
+
UpdateEventSourceMappingRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
|
2261
|
+
UpdateEventSourceMappingRequest.add_member(:metrics_config, Shapes::ShapeRef.new(shape: EventSourceMappingMetricsConfig, location_name: "MetricsConfig"))
|
|
2262
|
+
UpdateEventSourceMappingRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: EventSourceMappingLoggingConfig, location_name: "LoggingConfig"))
|
|
2263
|
+
UpdateEventSourceMappingRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
|
2210
2264
|
UpdateEventSourceMappingRequest.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
|
|
2265
|
+
UpdateEventSourceMappingRequest.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
|
|
2211
2266
|
UpdateEventSourceMappingRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
|
2212
2267
|
UpdateEventSourceMappingRequest.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
|
|
2213
2268
|
UpdateEventSourceMappingRequest.add_member(:bisect_batch_on_function_error, Shapes::ShapeRef.new(shape: BisectBatchOnFunctionError, location_name: "BisectBatchOnFunctionError"))
|
|
2214
2269
|
UpdateEventSourceMappingRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsEventSourceMapping, location_name: "MaximumRetryAttempts"))
|
|
2215
|
-
UpdateEventSourceMappingRequest.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
|
|
2216
|
-
UpdateEventSourceMappingRequest.add_member(:source_access_configurations, Shapes::ShapeRef.new(shape: SourceAccessConfigurations, location_name: "SourceAccessConfigurations"))
|
|
2217
2270
|
UpdateEventSourceMappingRequest.add_member(:tumbling_window_in_seconds, Shapes::ShapeRef.new(shape: TumblingWindowInSeconds, location_name: "TumblingWindowInSeconds"))
|
|
2271
|
+
UpdateEventSourceMappingRequest.add_member(:source_access_configurations, Shapes::ShapeRef.new(shape: SourceAccessConfigurations, location_name: "SourceAccessConfigurations"))
|
|
2218
2272
|
UpdateEventSourceMappingRequest.add_member(:function_response_types, Shapes::ShapeRef.new(shape: FunctionResponseTypeList, location_name: "FunctionResponseTypes"))
|
|
2219
|
-
UpdateEventSourceMappingRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
|
2220
2273
|
UpdateEventSourceMappingRequest.add_member(:amazon_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: AmazonManagedKafkaEventSourceConfig, location_name: "AmazonManagedKafkaEventSourceConfig"))
|
|
2221
2274
|
UpdateEventSourceMappingRequest.add_member(:self_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: SelfManagedKafkaEventSourceConfig, location_name: "SelfManagedKafkaEventSourceConfig"))
|
|
2222
2275
|
UpdateEventSourceMappingRequest.add_member(:document_db_event_source_config, Shapes::ShapeRef.new(shape: DocumentDBEventSourceConfig, location_name: "DocumentDBEventSourceConfig"))
|
|
2223
|
-
UpdateEventSourceMappingRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
|
2224
|
-
UpdateEventSourceMappingRequest.add_member(:metrics_config, Shapes::ShapeRef.new(shape: EventSourceMappingMetricsConfig, location_name: "MetricsConfig"))
|
|
2225
|
-
UpdateEventSourceMappingRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: EventSourceMappingLoggingConfig, location_name: "LoggingConfig"))
|
|
2226
2276
|
UpdateEventSourceMappingRequest.add_member(:provisioned_poller_config, Shapes::ShapeRef.new(shape: ProvisionedPollerConfig, location_name: "ProvisionedPollerConfig"))
|
|
2227
2277
|
UpdateEventSourceMappingRequest.struct_class = Types::UpdateEventSourceMappingRequest
|
|
2228
2278
|
|
|
@@ -2232,12 +2282,12 @@ module Aws::Lambda
|
|
|
2232
2282
|
UpdateFunctionCodeRequest.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "S3Key"))
|
|
2233
2283
|
UpdateFunctionCodeRequest.add_member(:s3_object_version, Shapes::ShapeRef.new(shape: S3ObjectVersion, location_name: "S3ObjectVersion"))
|
|
2234
2284
|
UpdateFunctionCodeRequest.add_member(:image_uri, Shapes::ShapeRef.new(shape: String, location_name: "ImageUri"))
|
|
2285
|
+
UpdateFunctionCodeRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
2235
2286
|
UpdateFunctionCodeRequest.add_member(:publish, Shapes::ShapeRef.new(shape: Boolean, location_name: "Publish"))
|
|
2287
|
+
UpdateFunctionCodeRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
|
|
2236
2288
|
UpdateFunctionCodeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
2237
2289
|
UpdateFunctionCodeRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
2238
|
-
UpdateFunctionCodeRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
2239
2290
|
UpdateFunctionCodeRequest.add_member(:source_kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "SourceKMSKeyArn"))
|
|
2240
|
-
UpdateFunctionCodeRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
|
|
2241
2291
|
UpdateFunctionCodeRequest.struct_class = Types::UpdateFunctionCodeRequest
|
|
2242
2292
|
|
|
2243
2293
|
UpdateFunctionConfigurationRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -2270,7 +2320,7 @@ module Aws::Lambda
|
|
|
2270
2320
|
UpdateFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
|
2271
2321
|
UpdateFunctionEventInvokeConfigRequest.struct_class = Types::UpdateFunctionEventInvokeConfigRequest
|
|
2272
2322
|
|
|
2273
|
-
UpdateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape:
|
|
2323
|
+
UpdateFunctionUrlConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionUrlFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
2274
2324
|
UpdateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
2275
2325
|
UpdateFunctionUrlConfigRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "AuthType"))
|
|
2276
2326
|
UpdateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
|
@@ -2355,6 +2405,7 @@ module Aws::Lambda
|
|
|
2355
2405
|
o.output = Shapes::ShapeRef.new(shape: AddPermissionResponse)
|
|
2356
2406
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2357
2407
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2408
|
+
o.errors << Shapes::ShapeRef.new(shape: PublicPolicyException)
|
|
2358
2409
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2359
2410
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2360
2411
|
o.errors << Shapes::ShapeRef.new(shape: PolicyLengthExceededException)
|
|
@@ -2369,8 +2420,8 @@ module Aws::Lambda
|
|
|
2369
2420
|
o.input = Shapes::ShapeRef.new(shape: CheckpointDurableExecutionRequest)
|
|
2370
2421
|
o.output = Shapes::ShapeRef.new(shape: CheckpointDurableExecutionResponse)
|
|
2371
2422
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2372
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2373
2423
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2424
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2374
2425
|
end)
|
|
2375
2426
|
|
|
2376
2427
|
api.add_operation(:create_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2383,6 +2434,7 @@ module Aws::Lambda
|
|
|
2383
2434
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2384
2435
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2385
2436
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2437
|
+
o.errors << Shapes::ShapeRef.new(shape: AliasLimitExceededException)
|
|
2386
2438
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2387
2439
|
end)
|
|
2388
2440
|
|
|
@@ -2463,6 +2515,7 @@ module Aws::Lambda
|
|
|
2463
2515
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2464
2516
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2465
2517
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2518
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2466
2519
|
end)
|
|
2467
2520
|
|
|
2468
2521
|
api.add_operation(:delete_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2563,6 +2616,7 @@ module Aws::Lambda
|
|
|
2563
2616
|
o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
|
|
2564
2617
|
o.input = Shapes::ShapeRef.new(shape: DeleteFunctionUrlConfigRequest)
|
|
2565
2618
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
2619
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2566
2620
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2567
2621
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2568
2622
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
@@ -2575,8 +2629,10 @@ module Aws::Lambda
|
|
|
2575
2629
|
o.http_request_uri = "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}"
|
|
2576
2630
|
o.input = Shapes::ShapeRef.new(shape: DeleteLayerVersionRequest)
|
|
2577
2631
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
2632
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2578
2633
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2579
2634
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2635
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2580
2636
|
end)
|
|
2581
2637
|
|
|
2582
2638
|
api.add_operation(:delete_provisioned_concurrency_config, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2644,8 +2700,8 @@ module Aws::Lambda
|
|
|
2644
2700
|
o.input = Shapes::ShapeRef.new(shape: GetDurableExecutionRequest)
|
|
2645
2701
|
o.output = Shapes::ShapeRef.new(shape: GetDurableExecutionResponse)
|
|
2646
2702
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2647
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2648
2703
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2704
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2649
2705
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2650
2706
|
end)
|
|
2651
2707
|
|
|
@@ -2656,8 +2712,8 @@ module Aws::Lambda
|
|
|
2656
2712
|
o.input = Shapes::ShapeRef.new(shape: GetDurableExecutionHistoryRequest)
|
|
2657
2713
|
o.output = Shapes::ShapeRef.new(shape: GetDurableExecutionHistoryResponse)
|
|
2658
2714
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2659
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2660
2715
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2716
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2661
2717
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2662
2718
|
o[:pager] = Aws::Pager.new(
|
|
2663
2719
|
limit_key: "max_items",
|
|
@@ -2674,8 +2730,8 @@ module Aws::Lambda
|
|
|
2674
2730
|
o.input = Shapes::ShapeRef.new(shape: GetDurableExecutionStateRequest)
|
|
2675
2731
|
o.output = Shapes::ShapeRef.new(shape: GetDurableExecutionStateResponse)
|
|
2676
2732
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2677
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2678
2733
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2734
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2679
2735
|
o[:pager] = Aws::Pager.new(
|
|
2680
2736
|
limit_key: "max_items",
|
|
2681
2737
|
tokens: {
|
|
@@ -2718,6 +2774,7 @@ module Aws::Lambda
|
|
|
2718
2774
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2719
2775
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2720
2776
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2777
|
+
o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
|
|
2721
2778
|
end)
|
|
2722
2779
|
|
|
2723
2780
|
api.add_operation(:get_function_concurrency, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2871,7 +2928,9 @@ module Aws::Lambda
|
|
|
2871
2928
|
o.http_request_uri = "/2015-03-31/functions/{FunctionName}/invocations"
|
|
2872
2929
|
o.input = Shapes::ShapeRef.new(shape: InvocationRequest)
|
|
2873
2930
|
o.output = Shapes::ShapeRef.new(shape: InvocationResponse)
|
|
2931
|
+
o.errors << Shapes::ShapeRef.new(shape: CodeArtifactUserDeletedException)
|
|
2874
2932
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
|
2933
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2875
2934
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupIDException)
|
|
2876
2935
|
o.errors << Shapes::ShapeRef.new(shape: SnapStartTimeoutException)
|
|
2877
2936
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
@@ -2897,13 +2956,18 @@ module Aws::Lambda
|
|
|
2897
2956
|
o.errors << Shapes::ShapeRef.new(shape: ENILimitReachedException)
|
|
2898
2957
|
o.errors << Shapes::ShapeRef.new(shape: SnapStartNotReadyException)
|
|
2899
2958
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2959
|
+
o.errors << Shapes::ShapeRef.new(shape: CodeArtifactUserPendingException)
|
|
2900
2960
|
o.errors << Shapes::ShapeRef.new(shape: SnapStartException)
|
|
2901
2961
|
o.errors << Shapes::ShapeRef.new(shape: RecursiveInvocationException)
|
|
2902
2962
|
o.errors << Shapes::ShapeRef.new(shape: S3FilesMountFailureException)
|
|
2903
2963
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountTimeoutException)
|
|
2964
|
+
o.errors << Shapes::ShapeRef.new(shape: ENINotReadyException)
|
|
2904
2965
|
o.errors << Shapes::ShapeRef.new(shape: S3FilesMountTimeoutException)
|
|
2966
|
+
o.errors << Shapes::ShapeRef.new(shape: CodeArtifactUserFailedException)
|
|
2967
|
+
o.errors << Shapes::ShapeRef.new(shape: ModeNotSupportedException)
|
|
2905
2968
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2906
2969
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
|
|
2970
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartRegenerationFailureException)
|
|
2907
2971
|
o.errors << Shapes::ShapeRef.new(shape: DurableExecutionAlreadyStartedException)
|
|
2908
2972
|
o.errors << Shapes::ShapeRef.new(shape: InvalidZipFileException)
|
|
2909
2973
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
|
@@ -2916,11 +2980,35 @@ module Aws::Lambda
|
|
|
2916
2980
|
o.deprecated = true
|
|
2917
2981
|
o.input = Shapes::ShapeRef.new(shape: InvokeAsyncRequest)
|
|
2918
2982
|
o.output = Shapes::ShapeRef.new(shape: InvokeAsyncResponse)
|
|
2983
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2984
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupIDException)
|
|
2985
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartTimeoutException)
|
|
2986
|
+
o.errors << Shapes::ShapeRef.new(shape: EC2ThrottledException)
|
|
2987
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountConnectivityException)
|
|
2988
|
+
o.errors << Shapes::ShapeRef.new(shape: SubnetIPAddressLimitReachedException)
|
|
2989
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSAccessDeniedException)
|
|
2990
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSDisabledException)
|
|
2991
|
+
o.errors << Shapes::ShapeRef.new(shape: S3FilesMountConnectivityException)
|
|
2919
2992
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRuntimeException)
|
|
2993
|
+
o.errors << Shapes::ShapeRef.new(shape: EC2UnexpectedException)
|
|
2994
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnetIDException)
|
|
2995
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundException)
|
|
2996
|
+
o.errors << Shapes::ShapeRef.new(shape: EC2AccessDeniedException)
|
|
2997
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSIOException)
|
|
2998
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSInvalidStateException)
|
|
2920
2999
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
3000
|
+
o.errors << Shapes::ShapeRef.new(shape: ENILimitReachedException)
|
|
3001
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartNotReadyException)
|
|
2921
3002
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3003
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartException)
|
|
3004
|
+
o.errors << Shapes::ShapeRef.new(shape: S3FilesMountFailureException)
|
|
3005
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountTimeoutException)
|
|
3006
|
+
o.errors << Shapes::ShapeRef.new(shape: S3FilesMountTimeoutException)
|
|
3007
|
+
o.errors << Shapes::ShapeRef.new(shape: ModeNotSupportedException)
|
|
2922
3008
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2923
3009
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
|
|
3010
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartRegenerationFailureException)
|
|
3011
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
|
2924
3012
|
end)
|
|
2925
3013
|
|
|
2926
3014
|
api.add_operation(:invoke_with_response_stream, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2930,6 +3018,7 @@ module Aws::Lambda
|
|
|
2930
3018
|
o.input = Shapes::ShapeRef.new(shape: InvokeWithResponseStreamRequest)
|
|
2931
3019
|
o.output = Shapes::ShapeRef.new(shape: InvokeWithResponseStreamResponse)
|
|
2932
3020
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
|
3021
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2933
3022
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupIDException)
|
|
2934
3023
|
o.errors << Shapes::ShapeRef.new(shape: SnapStartTimeoutException)
|
|
2935
3024
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
@@ -2962,6 +3051,7 @@ module Aws::Lambda
|
|
|
2962
3051
|
o.errors << Shapes::ShapeRef.new(shape: S3FilesMountTimeoutException)
|
|
2963
3052
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2964
3053
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
|
|
3054
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartRegenerationFailureException)
|
|
2965
3055
|
o.errors << Shapes::ShapeRef.new(shape: InvalidZipFileException)
|
|
2966
3056
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
|
2967
3057
|
end)
|
|
@@ -3024,8 +3114,8 @@ module Aws::Lambda
|
|
|
3024
3114
|
o.input = Shapes::ShapeRef.new(shape: ListDurableExecutionsByFunctionRequest)
|
|
3025
3115
|
o.output = Shapes::ShapeRef.new(shape: ListDurableExecutionsByFunctionResponse)
|
|
3026
3116
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3027
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3028
3117
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3118
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3029
3119
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3030
3120
|
o[:pager] = Aws::Pager.new(
|
|
3031
3121
|
limit_key: "max_items",
|
|
@@ -3249,8 +3339,8 @@ module Aws::Lambda
|
|
|
3249
3339
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3250
3340
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3251
3341
|
o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
|
|
3252
|
-
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
3253
3342
|
o.errors << Shapes::ShapeRef.new(shape: FunctionVersionsPerCapacityProviderLimitExceededException)
|
|
3343
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
3254
3344
|
end)
|
|
3255
3345
|
|
|
3256
3346
|
api.add_operation(:put_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -3365,6 +3455,7 @@ module Aws::Lambda
|
|
|
3365
3455
|
o.input = Shapes::ShapeRef.new(shape: RemovePermissionRequest)
|
|
3366
3456
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3367
3457
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3458
|
+
o.errors << Shapes::ShapeRef.new(shape: PublicPolicyException)
|
|
3368
3459
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3369
3460
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3370
3461
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
@@ -3378,8 +3469,9 @@ module Aws::Lambda
|
|
|
3378
3469
|
o.input = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackFailureRequest)
|
|
3379
3470
|
o.output = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackFailureResponse)
|
|
3380
3471
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3381
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3382
3472
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3473
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3474
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3383
3475
|
o.errors << Shapes::ShapeRef.new(shape: CallbackTimeoutException)
|
|
3384
3476
|
end)
|
|
3385
3477
|
|
|
@@ -3390,8 +3482,9 @@ module Aws::Lambda
|
|
|
3390
3482
|
o.input = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackHeartbeatRequest)
|
|
3391
3483
|
o.output = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackHeartbeatResponse)
|
|
3392
3484
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3393
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3394
3485
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3486
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3487
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3395
3488
|
o.errors << Shapes::ShapeRef.new(shape: CallbackTimeoutException)
|
|
3396
3489
|
end)
|
|
3397
3490
|
|
|
@@ -3402,8 +3495,9 @@ module Aws::Lambda
|
|
|
3402
3495
|
o.input = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackSuccessRequest)
|
|
3403
3496
|
o.output = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackSuccessResponse)
|
|
3404
3497
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3405
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3406
3498
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3499
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3500
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3407
3501
|
o.errors << Shapes::ShapeRef.new(shape: CallbackTimeoutException)
|
|
3408
3502
|
end)
|
|
3409
3503
|
|
|
@@ -3414,8 +3508,8 @@ module Aws::Lambda
|
|
|
3414
3508
|
o.input = Shapes::ShapeRef.new(shape: StopDurableExecutionRequest)
|
|
3415
3509
|
o.output = Shapes::ShapeRef.new(shape: StopDurableExecutionResponse)
|
|
3416
3510
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3417
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3418
3511
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3512
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3419
3513
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3420
3514
|
end)
|
|
3421
3515
|
|