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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambda/client.rb +365 -330
- data/lib/aws-sdk-lambda/client_api.rb +166 -59
- data/lib/aws-sdk-lambda/errors.rb +189 -0
- data/lib/aws-sdk-lambda/types.rb +570 -300
- data/lib/aws-sdk-lambda.rb +1 -1
- data/sig/client.rbs +112 -104
- data/sig/errors.rbs +36 -0
- data/sig/types.rbs +107 -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')
|
|
@@ -414,12 +423,16 @@ module Aws::Lambda
|
|
|
414
423
|
PreconditionFailedException = Shapes::StructureShape.new(name: 'PreconditionFailedException')
|
|
415
424
|
Principal = Shapes::StringShape.new(name: 'Principal')
|
|
416
425
|
PrincipalOrgID = Shapes::StringShape.new(name: 'PrincipalOrgID')
|
|
426
|
+
PropagateTags = Shapes::StructureShape.new(name: 'PropagateTags')
|
|
427
|
+
PropagateTagsExplicitTagsMap = Shapes::MapShape.new(name: 'PropagateTagsExplicitTagsMap')
|
|
428
|
+
PropagateTagsMode = Shapes::StringShape.new(name: 'PropagateTagsMode')
|
|
417
429
|
ProvisionedConcurrencyConfigList = Shapes::ListShape.new(name: 'ProvisionedConcurrencyConfigList')
|
|
418
430
|
ProvisionedConcurrencyConfigListItem = Shapes::StructureShape.new(name: 'ProvisionedConcurrencyConfigListItem')
|
|
419
431
|
ProvisionedConcurrencyConfigNotFoundException = Shapes::StructureShape.new(name: 'ProvisionedConcurrencyConfigNotFoundException')
|
|
420
432
|
ProvisionedConcurrencyStatusEnum = Shapes::StringShape.new(name: 'ProvisionedConcurrencyStatusEnum')
|
|
421
433
|
ProvisionedPollerConfig = Shapes::StructureShape.new(name: 'ProvisionedPollerConfig')
|
|
422
434
|
ProvisionedPollerGroupName = Shapes::StringShape.new(name: 'ProvisionedPollerGroupName')
|
|
435
|
+
PublicPolicyException = Shapes::StructureShape.new(name: 'PublicPolicyException')
|
|
423
436
|
PublishLayerVersionRequest = Shapes::StructureShape.new(name: 'PublishLayerVersionRequest')
|
|
424
437
|
PublishLayerVersionResponse = Shapes::StructureShape.new(name: 'PublishLayerVersionResponse')
|
|
425
438
|
PublishVersionRequest = Shapes::StructureShape.new(name: 'PublishVersionRequest')
|
|
@@ -480,14 +493,17 @@ module Aws::Lambda
|
|
|
480
493
|
SendDurableExecutionCallbackSuccessRequest = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackSuccessRequest')
|
|
481
494
|
SendDurableExecutionCallbackSuccessResponse = Shapes::StructureShape.new(name: 'SendDurableExecutionCallbackSuccessResponse')
|
|
482
495
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
|
496
|
+
SensitiveStringOnServerOnly = Shapes::StringShape.new(name: 'SensitiveStringOnServerOnly')
|
|
483
497
|
SerializedRequestEntityTooLargeException = Shapes::StructureShape.new(name: 'SerializedRequestEntityTooLargeException')
|
|
484
498
|
ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
|
|
499
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
485
500
|
SigningProfileVersionArns = Shapes::ListShape.new(name: 'SigningProfileVersionArns')
|
|
486
501
|
SnapStart = Shapes::StructureShape.new(name: 'SnapStart')
|
|
487
502
|
SnapStartApplyOn = Shapes::StringShape.new(name: 'SnapStartApplyOn')
|
|
488
503
|
SnapStartException = Shapes::StructureShape.new(name: 'SnapStartException')
|
|
489
504
|
SnapStartNotReadyException = Shapes::StructureShape.new(name: 'SnapStartNotReadyException')
|
|
490
505
|
SnapStartOptimizationStatus = Shapes::StringShape.new(name: 'SnapStartOptimizationStatus')
|
|
506
|
+
SnapStartRegenerationFailureException = Shapes::StructureShape.new(name: 'SnapStartRegenerationFailureException')
|
|
491
507
|
SnapStartResponse = Shapes::StructureShape.new(name: 'SnapStartResponse')
|
|
492
508
|
SnapStartTimeoutException = Shapes::StructureShape.new(name: 'SnapStartTimeoutException')
|
|
493
509
|
SourceAccessConfiguration = Shapes::StructureShape.new(name: 'SourceAccessConfiguration')
|
|
@@ -540,6 +556,7 @@ module Aws::Lambda
|
|
|
540
556
|
Truncated = Shapes::BooleanShape.new(name: 'Truncated')
|
|
541
557
|
TumblingWindowInSeconds = Shapes::IntegerShape.new(name: 'TumblingWindowInSeconds')
|
|
542
558
|
URI = Shapes::StringShape.new(name: 'URI')
|
|
559
|
+
UUIDString = Shapes::StringShape.new(name: 'UUIDString')
|
|
543
560
|
UnqualifiedFunctionName = Shapes::StringShape.new(name: 'UnqualifiedFunctionName')
|
|
544
561
|
UnreservedConcurrentExecutions = Shapes::IntegerShape.new(name: 'UnreservedConcurrentExecutions')
|
|
545
562
|
UnsupportedMediaTypeException = Shapes::StructureShape.new(name: 'UnsupportedMediaTypeException')
|
|
@@ -600,13 +617,13 @@ module Aws::Lambda
|
|
|
600
617
|
AddPermissionRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
|
|
601
618
|
AddPermissionRequest.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "Principal"))
|
|
602
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"))
|
|
603
622
|
AddPermissionRequest.add_member(:source_account, Shapes::ShapeRef.new(shape: SourceOwner, location_name: "SourceAccount"))
|
|
604
623
|
AddPermissionRequest.add_member(:event_source_token, Shapes::ShapeRef.new(shape: EventSourceToken, location_name: "EventSourceToken"))
|
|
605
624
|
AddPermissionRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: NumericLatestPublishedOrAliasQualifier, location: "querystring", location_name: "Qualifier"))
|
|
606
625
|
AddPermissionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
607
626
|
AddPermissionRequest.add_member(:principal_org_id, Shapes::ShapeRef.new(shape: PrincipalOrgID, location_name: "PrincipalOrgID"))
|
|
608
|
-
AddPermissionRequest.add_member(:function_url_auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "FunctionUrlAuthType"))
|
|
609
|
-
AddPermissionRequest.add_member(:invoked_via_function_url, Shapes::ShapeRef.new(shape: InvokedViaFunctionUrl, location_name: "InvokedViaFunctionUrl"))
|
|
610
627
|
AddPermissionRequest.struct_class = Types::AddPermissionRequest
|
|
611
628
|
|
|
612
629
|
AddPermissionResponse.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "Statement"))
|
|
@@ -623,6 +640,10 @@ module Aws::Lambda
|
|
|
623
640
|
AliasConfiguration.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
624
641
|
AliasConfiguration.struct_class = Types::AliasConfiguration
|
|
625
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
|
+
|
|
626
647
|
AliasList.member = Shapes::ShapeRef.new(shape: AliasConfiguration)
|
|
627
648
|
|
|
628
649
|
AliasRoutingConfiguration.add_member(:additional_version_weights, Shapes::ShapeRef.new(shape: AdditionalVersionWeights, location_name: "AdditionalVersionWeights"))
|
|
@@ -649,8 +670,8 @@ module Aws::Lambda
|
|
|
649
670
|
CallbackFailedDetails.add_member(:error, Shapes::ShapeRef.new(shape: EventError, required: true, location_name: "Error"))
|
|
650
671
|
CallbackFailedDetails.struct_class = Types::CallbackFailedDetails
|
|
651
672
|
|
|
652
|
-
CallbackOptions.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape:
|
|
653
|
-
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"))
|
|
654
675
|
CallbackOptions.struct_class = Types::CallbackOptions
|
|
655
676
|
|
|
656
677
|
CallbackStartedDetails.add_member(:callback_id, Shapes::ShapeRef.new(shape: CallbackId, required: true, location_name: "CallbackId"))
|
|
@@ -676,6 +697,7 @@ module Aws::Lambda
|
|
|
676
697
|
CapacityProvider.add_member(:capacity_provider_scaling_config, Shapes::ShapeRef.new(shape: CapacityProviderScalingConfig, location_name: "CapacityProviderScalingConfig"))
|
|
677
698
|
CapacityProvider.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KmsKeyArn"))
|
|
678
699
|
CapacityProvider.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
|
|
700
|
+
CapacityProvider.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateTags, location_name: "PropagateTags"))
|
|
679
701
|
CapacityProvider.struct_class = Types::CapacityProvider
|
|
680
702
|
|
|
681
703
|
CapacityProviderConfig.add_member(:lambda_managed_instances_capacity_provider_config, Shapes::ShapeRef.new(shape: LambdaManagedInstancesCapacityProviderConfig, required: true, location_name: "LambdaManagedInstancesCapacityProviderConfig"))
|
|
@@ -746,6 +768,18 @@ module Aws::Lambda
|
|
|
746
768
|
CheckpointUpdatedExecutionState.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
747
769
|
CheckpointUpdatedExecutionState.struct_class = Types::CheckpointUpdatedExecutionState
|
|
748
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
|
+
|
|
749
783
|
CodeSigningConfig.add_member(:code_signing_config_id, Shapes::ShapeRef.new(shape: CodeSigningConfigId, required: true, location_name: "CodeSigningConfigId"))
|
|
750
784
|
CodeSigningConfig.add_member(:code_signing_config_arn, Shapes::ShapeRef.new(shape: CodeSigningConfigArn, required: true, location_name: "CodeSigningConfigArn"))
|
|
751
785
|
CodeSigningConfig.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
@@ -816,6 +850,7 @@ module Aws::Lambda
|
|
|
816
850
|
CreateCapacityProviderRequest.add_member(:capacity_provider_scaling_config, Shapes::ShapeRef.new(shape: CapacityProviderScalingConfig, location_name: "CapacityProviderScalingConfig"))
|
|
817
851
|
CreateCapacityProviderRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArnNonEmpty, location_name: "KmsKeyArn"))
|
|
818
852
|
CreateCapacityProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
853
|
+
CreateCapacityProviderRequest.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateTags, location_name: "PropagateTags"))
|
|
819
854
|
CreateCapacityProviderRequest.struct_class = Types::CreateCapacityProviderRequest
|
|
820
855
|
|
|
821
856
|
CreateCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
|
|
@@ -835,6 +870,10 @@ module Aws::Lambda
|
|
|
835
870
|
CreateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
|
|
836
871
|
CreateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
837
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"))
|
|
838
877
|
CreateEventSourceMappingRequest.add_member(:maximum_batching_window_in_seconds, Shapes::ShapeRef.new(shape: MaximumBatchingWindowInSeconds, location_name: "MaximumBatchingWindowInSeconds"))
|
|
839
878
|
CreateEventSourceMappingRequest.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
|
|
840
879
|
CreateEventSourceMappingRequest.add_member(:starting_position, Shapes::ShapeRef.new(shape: EventSourcePosition, location_name: "StartingPosition"))
|
|
@@ -852,11 +891,7 @@ module Aws::Lambda
|
|
|
852
891
|
CreateEventSourceMappingRequest.add_member(:function_response_types, Shapes::ShapeRef.new(shape: FunctionResponseTypeList, location_name: "FunctionResponseTypes"))
|
|
853
892
|
CreateEventSourceMappingRequest.add_member(:amazon_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: AmazonManagedKafkaEventSourceConfig, location_name: "AmazonManagedKafkaEventSourceConfig"))
|
|
854
893
|
CreateEventSourceMappingRequest.add_member(:self_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: SelfManagedKafkaEventSourceConfig, location_name: "SelfManagedKafkaEventSourceConfig"))
|
|
855
|
-
CreateEventSourceMappingRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
|
856
894
|
CreateEventSourceMappingRequest.add_member(:document_db_event_source_config, Shapes::ShapeRef.new(shape: DocumentDBEventSourceConfig, location_name: "DocumentDBEventSourceConfig"))
|
|
857
|
-
CreateEventSourceMappingRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
|
858
|
-
CreateEventSourceMappingRequest.add_member(:metrics_config, Shapes::ShapeRef.new(shape: EventSourceMappingMetricsConfig, location_name: "MetricsConfig"))
|
|
859
|
-
CreateEventSourceMappingRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: EventSourceMappingLoggingConfig, location_name: "LoggingConfig"))
|
|
860
895
|
CreateEventSourceMappingRequest.add_member(:provisioned_poller_config, Shapes::ShapeRef.new(shape: ProvisionedPollerConfig, location_name: "ProvisionedPollerConfig"))
|
|
861
896
|
CreateEventSourceMappingRequest.struct_class = Types::CreateEventSourceMappingRequest
|
|
862
897
|
|
|
@@ -869,6 +904,7 @@ module Aws::Lambda
|
|
|
869
904
|
CreateFunctionRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
|
870
905
|
CreateFunctionRequest.add_member(:memory_size, Shapes::ShapeRef.new(shape: MemorySize, location_name: "MemorySize"))
|
|
871
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"))
|
|
872
908
|
CreateFunctionRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
873
909
|
CreateFunctionRequest.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "PackageType"))
|
|
874
910
|
CreateFunctionRequest.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
|
|
@@ -878,19 +914,18 @@ module Aws::Lambda
|
|
|
878
914
|
CreateFunctionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
|
879
915
|
CreateFunctionRequest.add_member(:layers, Shapes::ShapeRef.new(shape: LayerList, location_name: "Layers"))
|
|
880
916
|
CreateFunctionRequest.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
|
|
881
|
-
CreateFunctionRequest.add_member(:image_config, Shapes::ShapeRef.new(shape: ImageConfig, location_name: "ImageConfig"))
|
|
882
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"))
|
|
883
919
|
CreateFunctionRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
884
920
|
CreateFunctionRequest.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
|
885
921
|
CreateFunctionRequest.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStart, location_name: "SnapStart"))
|
|
886
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"))
|
|
887
924
|
CreateFunctionRequest.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
|
|
888
|
-
CreateFunctionRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
|
|
889
925
|
CreateFunctionRequest.add_member(:durable_config, Shapes::ShapeRef.new(shape: DurableConfig, location_name: "DurableConfig"))
|
|
890
|
-
CreateFunctionRequest.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
891
926
|
CreateFunctionRequest.struct_class = Types::CreateFunctionRequest
|
|
892
927
|
|
|
893
|
-
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"))
|
|
894
929
|
CreateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
895
930
|
CreateFunctionUrlConfigRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, required: true, location_name: "AuthType"))
|
|
896
931
|
CreateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
|
@@ -923,7 +958,7 @@ module Aws::Lambda
|
|
|
923
958
|
|
|
924
959
|
DeleteCodeSigningConfigResponse.struct_class = Types::DeleteCodeSigningConfigResponse
|
|
925
960
|
|
|
926
|
-
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"))
|
|
927
962
|
DeleteEventSourceMappingRequest.struct_class = Types::DeleteEventSourceMappingRequest
|
|
928
963
|
|
|
929
964
|
DeleteFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -943,7 +978,7 @@ module Aws::Lambda
|
|
|
943
978
|
DeleteFunctionResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: Integer, location: "statusCode", location_name: "StatusCode"))
|
|
944
979
|
DeleteFunctionResponse.struct_class = Types::DeleteFunctionResponse
|
|
945
980
|
|
|
946
|
-
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"))
|
|
947
982
|
DeleteFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
948
983
|
DeleteFunctionUrlConfigRequest.struct_class = Types::DeleteFunctionUrlConfigRequest
|
|
949
984
|
|
|
@@ -1007,6 +1042,10 @@ module Aws::Lambda
|
|
|
1007
1042
|
ENILimitReachedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1008
1043
|
ENILimitReachedException.struct_class = Types::ENILimitReachedException
|
|
1009
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
|
+
|
|
1010
1049
|
EndpointLists.member = Shapes::ShapeRef.new(shape: Endpoint)
|
|
1011
1050
|
|
|
1012
1051
|
Endpoints.key = Shapes::ShapeRef.new(shape: EndPointType)
|
|
@@ -1080,7 +1119,7 @@ module Aws::Lambda
|
|
|
1080
1119
|
EventResult.add_member(:truncated, Shapes::ShapeRef.new(shape: Truncated, location_name: "Truncated"))
|
|
1081
1120
|
EventResult.struct_class = Types::EventResult
|
|
1082
1121
|
|
|
1083
|
-
EventSourceMappingConfiguration.add_member(:uuid, Shapes::ShapeRef.new(shape:
|
|
1122
|
+
EventSourceMappingConfiguration.add_member(:uuid, Shapes::ShapeRef.new(shape: UUIDString, location_name: "UUID"))
|
|
1084
1123
|
EventSourceMappingConfiguration.add_member(:starting_position, Shapes::ShapeRef.new(shape: EventSourcePosition, location_name: "StartingPosition"))
|
|
1085
1124
|
EventSourceMappingConfiguration.add_member(:starting_position_timestamp, Shapes::ShapeRef.new(shape: Date, location_name: "StartingPositionTimestamp"))
|
|
1086
1125
|
EventSourceMappingConfiguration.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
@@ -1088,6 +1127,11 @@ module Aws::Lambda
|
|
|
1088
1127
|
EventSourceMappingConfiguration.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
|
|
1089
1128
|
EventSourceMappingConfiguration.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
|
|
1090
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"))
|
|
1091
1135
|
EventSourceMappingConfiguration.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, location_name: "FunctionArn"))
|
|
1092
1136
|
EventSourceMappingConfiguration.add_member(:last_modified, Shapes::ShapeRef.new(shape: Date, location_name: "LastModified"))
|
|
1093
1137
|
EventSourceMappingConfiguration.add_member(:last_processing_result, Shapes::ShapeRef.new(shape: String, location_name: "LastProcessingResult"))
|
|
@@ -1105,13 +1149,8 @@ module Aws::Lambda
|
|
|
1105
1149
|
EventSourceMappingConfiguration.add_member(:function_response_types, Shapes::ShapeRef.new(shape: FunctionResponseTypeList, location_name: "FunctionResponseTypes"))
|
|
1106
1150
|
EventSourceMappingConfiguration.add_member(:amazon_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: AmazonManagedKafkaEventSourceConfig, location_name: "AmazonManagedKafkaEventSourceConfig"))
|
|
1107
1151
|
EventSourceMappingConfiguration.add_member(:self_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: SelfManagedKafkaEventSourceConfig, location_name: "SelfManagedKafkaEventSourceConfig"))
|
|
1108
|
-
EventSourceMappingConfiguration.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
|
1109
1152
|
EventSourceMappingConfiguration.add_member(:document_db_event_source_config, Shapes::ShapeRef.new(shape: DocumentDBEventSourceConfig, location_name: "DocumentDBEventSourceConfig"))
|
|
1110
|
-
EventSourceMappingConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
|
1111
|
-
EventSourceMappingConfiguration.add_member(:filter_criteria_error, Shapes::ShapeRef.new(shape: FilterCriteriaError, location_name: "FilterCriteriaError"))
|
|
1112
1153
|
EventSourceMappingConfiguration.add_member(:event_source_mapping_arn, Shapes::ShapeRef.new(shape: EventSourceMappingArn, location_name: "EventSourceMappingArn"))
|
|
1113
|
-
EventSourceMappingConfiguration.add_member(:metrics_config, Shapes::ShapeRef.new(shape: EventSourceMappingMetricsConfig, location_name: "MetricsConfig"))
|
|
1114
|
-
EventSourceMappingConfiguration.add_member(:logging_config, Shapes::ShapeRef.new(shape: EventSourceMappingLoggingConfig, location_name: "LoggingConfig"))
|
|
1115
1154
|
EventSourceMappingConfiguration.add_member(:provisioned_poller_config, Shapes::ShapeRef.new(shape: ProvisionedPollerConfig, location_name: "ProvisionedPollerConfig"))
|
|
1116
1155
|
EventSourceMappingConfiguration.struct_class = Types::EventSourceMappingConfiguration
|
|
1117
1156
|
|
|
@@ -1185,10 +1224,10 @@ module Aws::Lambda
|
|
|
1185
1224
|
FunctionCode.struct_class = Types::FunctionCode
|
|
1186
1225
|
|
|
1187
1226
|
FunctionCodeLocation.add_member(:repository_type, Shapes::ShapeRef.new(shape: String, location_name: "RepositoryType"))
|
|
1188
|
-
FunctionCodeLocation.add_member(:location, Shapes::ShapeRef.new(shape:
|
|
1227
|
+
FunctionCodeLocation.add_member(:location, Shapes::ShapeRef.new(shape: SensitiveStringOnServerOnly, location_name: "Location"))
|
|
1189
1228
|
FunctionCodeLocation.add_member(:image_uri, Shapes::ShapeRef.new(shape: String, location_name: "ImageUri"))
|
|
1190
1229
|
FunctionCodeLocation.add_member(:resolved_image_uri, Shapes::ShapeRef.new(shape: String, location_name: "ResolvedImageUri"))
|
|
1191
|
-
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"))
|
|
1192
1231
|
FunctionCodeLocation.struct_class = Types::FunctionCodeLocation
|
|
1193
1232
|
|
|
1194
1233
|
FunctionConfiguration.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location_name: "FunctionName"))
|
|
@@ -1218,19 +1257,19 @@ module Aws::Lambda
|
|
|
1218
1257
|
FunctionConfiguration.add_member(:last_update_status_reason, Shapes::ShapeRef.new(shape: LastUpdateStatusReason, location_name: "LastUpdateStatusReason"))
|
|
1219
1258
|
FunctionConfiguration.add_member(:last_update_status_reason_code, Shapes::ShapeRef.new(shape: LastUpdateStatusReasonCode, location_name: "LastUpdateStatusReasonCode"))
|
|
1220
1259
|
FunctionConfiguration.add_member(:file_system_configs, Shapes::ShapeRef.new(shape: FileSystemConfigList, location_name: "FileSystemConfigs"))
|
|
1221
|
-
FunctionConfiguration.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "PackageType"))
|
|
1222
|
-
FunctionConfiguration.add_member(:image_config_response, Shapes::ShapeRef.new(shape: ImageConfigResponse, location_name: "ImageConfigResponse"))
|
|
1223
1260
|
FunctionConfiguration.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SigningProfileVersionArn"))
|
|
1224
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"))
|
|
1225
1264
|
FunctionConfiguration.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
1226
1265
|
FunctionConfiguration.add_member(:ephemeral_storage, Shapes::ShapeRef.new(shape: EphemeralStorage, location_name: "EphemeralStorage"))
|
|
1227
1266
|
FunctionConfiguration.add_member(:snap_start, Shapes::ShapeRef.new(shape: SnapStartResponse, location_name: "SnapStart"))
|
|
1228
1267
|
FunctionConfiguration.add_member(:runtime_version_config, Shapes::ShapeRef.new(shape: RuntimeVersionConfig, location_name: "RuntimeVersionConfig"))
|
|
1229
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"))
|
|
1230
1270
|
FunctionConfiguration.add_member(:capacity_provider_config, Shapes::ShapeRef.new(shape: CapacityProviderConfig, location_name: "CapacityProviderConfig"))
|
|
1231
1271
|
FunctionConfiguration.add_member(:config_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "ConfigSha256"))
|
|
1232
1272
|
FunctionConfiguration.add_member(:durable_config, Shapes::ShapeRef.new(shape: DurableConfig, location_name: "DurableConfig"))
|
|
1233
|
-
FunctionConfiguration.add_member(:tenancy_config, Shapes::ShapeRef.new(shape: TenancyConfig, location_name: "TenancyConfig"))
|
|
1234
1273
|
FunctionConfiguration.struct_class = Types::FunctionConfiguration
|
|
1235
1274
|
|
|
1236
1275
|
FunctionEventInvokeConfig.add_member(:last_modified, Shapes::ShapeRef.new(shape: Date, location_name: "LastModified"))
|
|
@@ -1330,7 +1369,7 @@ module Aws::Lambda
|
|
|
1330
1369
|
GetDurableExecutionStateResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1331
1370
|
GetDurableExecutionStateResponse.struct_class = Types::GetDurableExecutionStateResponse
|
|
1332
1371
|
|
|
1333
|
-
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"))
|
|
1334
1373
|
GetEventSourceMappingRequest.struct_class = Types::GetEventSourceMappingRequest
|
|
1335
1374
|
|
|
1336
1375
|
GetFunctionCodeSigningConfigRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -1380,7 +1419,7 @@ module Aws::Lambda
|
|
|
1380
1419
|
GetFunctionScalingConfigResponse.add_member(:requested_function_scaling_config, Shapes::ShapeRef.new(shape: FunctionScalingConfig, location_name: "RequestedFunctionScalingConfig"))
|
|
1381
1420
|
GetFunctionScalingConfigResponse.struct_class = Types::GetFunctionScalingConfigResponse
|
|
1382
1421
|
|
|
1383
|
-
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"))
|
|
1384
1423
|
GetFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
1385
1424
|
GetFunctionUrlConfigRequest.struct_class = Types::GetFunctionUrlConfigRequest
|
|
1386
1425
|
|
|
@@ -1414,9 +1453,9 @@ module Aws::Lambda
|
|
|
1414
1453
|
GetLayerVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1415
1454
|
GetLayerVersionResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedDate"))
|
|
1416
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"))
|
|
1417
1457
|
GetLayerVersionResponse.add_member(:compatible_runtimes, Shapes::ShapeRef.new(shape: CompatibleRuntimes, location_name: "CompatibleRuntimes"))
|
|
1418
1458
|
GetLayerVersionResponse.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfo, location_name: "LicenseInfo"))
|
|
1419
|
-
GetLayerVersionResponse.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1420
1459
|
GetLayerVersionResponse.struct_class = Types::GetLayerVersionResponse
|
|
1421
1460
|
|
|
1422
1461
|
GetPolicyRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -1444,8 +1483,8 @@ module Aws::Lambda
|
|
|
1444
1483
|
GetRuntimeManagementConfigRequest.struct_class = Types::GetRuntimeManagementConfigRequest
|
|
1445
1484
|
|
|
1446
1485
|
GetRuntimeManagementConfigResponse.add_member(:update_runtime_on, Shapes::ShapeRef.new(shape: UpdateRuntimeOn, location_name: "UpdateRuntimeOn"))
|
|
1447
|
-
GetRuntimeManagementConfigResponse.add_member(:runtime_version_arn, Shapes::ShapeRef.new(shape: RuntimeVersionArn, location_name: "RuntimeVersionArn"))
|
|
1448
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"))
|
|
1449
1488
|
GetRuntimeManagementConfigResponse.struct_class = Types::GetRuntimeManagementConfigResponse
|
|
1450
1489
|
|
|
1451
1490
|
HeadersList.member = Shapes::ShapeRef.new(shape: Header)
|
|
@@ -1618,11 +1657,11 @@ module Aws::Lambda
|
|
|
1618
1657
|
LayerVersionContentInput.add_member(:zip_file, Shapes::ShapeRef.new(shape: Blob, location_name: "ZipFile"))
|
|
1619
1658
|
LayerVersionContentInput.struct_class = Types::LayerVersionContentInput
|
|
1620
1659
|
|
|
1621
|
-
LayerVersionContentOutput.add_member(:location, Shapes::ShapeRef.new(shape:
|
|
1660
|
+
LayerVersionContentOutput.add_member(:location, Shapes::ShapeRef.new(shape: SensitiveStringOnServerOnly, location_name: "Location"))
|
|
1622
1661
|
LayerVersionContentOutput.add_member(:code_sha_256, Shapes::ShapeRef.new(shape: String, location_name: "CodeSha256"))
|
|
1623
1662
|
LayerVersionContentOutput.add_member(:code_size, Shapes::ShapeRef.new(shape: Long, location_name: "CodeSize"))
|
|
1624
|
-
LayerVersionContentOutput.add_member(:signing_profile_version_arn, Shapes::ShapeRef.new(shape:
|
|
1625
|
-
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"))
|
|
1626
1665
|
LayerVersionContentOutput.struct_class = Types::LayerVersionContentOutput
|
|
1627
1666
|
|
|
1628
1667
|
LayerVersionsList.member = Shapes::ShapeRef.new(shape: LayerVersionsListItem)
|
|
@@ -1631,9 +1670,9 @@ module Aws::Lambda
|
|
|
1631
1670
|
LayerVersionsListItem.add_member(:version, Shapes::ShapeRef.new(shape: LayerVersionNumber, location_name: "Version"))
|
|
1632
1671
|
LayerVersionsListItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1633
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"))
|
|
1634
1674
|
LayerVersionsListItem.add_member(:compatible_runtimes, Shapes::ShapeRef.new(shape: CompatibleRuntimes, location_name: "CompatibleRuntimes"))
|
|
1635
1675
|
LayerVersionsListItem.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfo, location_name: "LicenseInfo"))
|
|
1636
|
-
LayerVersionsListItem.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1637
1676
|
LayerVersionsListItem.struct_class = Types::LayerVersionsListItem
|
|
1638
1677
|
|
|
1639
1678
|
LayersList.member = Shapes::ShapeRef.new(shape: LayersListItem)
|
|
@@ -1706,7 +1745,7 @@ module Aws::Lambda
|
|
|
1706
1745
|
ListFunctionEventInvokeConfigsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1707
1746
|
ListFunctionEventInvokeConfigsResponse.struct_class = Types::ListFunctionEventInvokeConfigsResponse
|
|
1708
1747
|
|
|
1709
|
-
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"))
|
|
1710
1749
|
ListFunctionUrlConfigsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1711
1750
|
ListFunctionUrlConfigsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "MaxItems"))
|
|
1712
1751
|
ListFunctionUrlConfigsRequest.struct_class = Types::ListFunctionUrlConfigsRequest
|
|
@@ -1744,21 +1783,21 @@ module Aws::Lambda
|
|
|
1744
1783
|
ListFunctionsResponse.add_member(:functions, Shapes::ShapeRef.new(shape: FunctionList, location_name: "Functions"))
|
|
1745
1784
|
ListFunctionsResponse.struct_class = Types::ListFunctionsResponse
|
|
1746
1785
|
|
|
1786
|
+
ListLayerVersionsRequest.add_member(:compatible_architecture, Shapes::ShapeRef.new(shape: Architecture, location: "querystring", location_name: "CompatibleArchitecture"))
|
|
1747
1787
|
ListLayerVersionsRequest.add_member(:compatible_runtime, Shapes::ShapeRef.new(shape: Runtime, location: "querystring", location_name: "CompatibleRuntime"))
|
|
1748
1788
|
ListLayerVersionsRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
|
|
1749
1789
|
ListLayerVersionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1750
1790
|
ListLayerVersionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxLayerListItems, location: "querystring", location_name: "MaxItems"))
|
|
1751
|
-
ListLayerVersionsRequest.add_member(:compatible_architecture, Shapes::ShapeRef.new(shape: Architecture, location: "querystring", location_name: "CompatibleArchitecture"))
|
|
1752
1791
|
ListLayerVersionsRequest.struct_class = Types::ListLayerVersionsRequest
|
|
1753
1792
|
|
|
1754
1793
|
ListLayerVersionsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
1755
1794
|
ListLayerVersionsResponse.add_member(:layer_versions, Shapes::ShapeRef.new(shape: LayerVersionsList, location_name: "LayerVersions"))
|
|
1756
1795
|
ListLayerVersionsResponse.struct_class = Types::ListLayerVersionsResponse
|
|
1757
1796
|
|
|
1797
|
+
ListLayersRequest.add_member(:compatible_architecture, Shapes::ShapeRef.new(shape: Architecture, location: "querystring", location_name: "CompatibleArchitecture"))
|
|
1758
1798
|
ListLayersRequest.add_member(:compatible_runtime, Shapes::ShapeRef.new(shape: Runtime, location: "querystring", location_name: "CompatibleRuntime"))
|
|
1759
1799
|
ListLayersRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "Marker"))
|
|
1760
1800
|
ListLayersRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: MaxLayerListItems, location: "querystring", location_name: "MaxItems"))
|
|
1761
|
-
ListLayersRequest.add_member(:compatible_architecture, Shapes::ShapeRef.new(shape: Architecture, location: "querystring", location_name: "CompatibleArchitecture"))
|
|
1762
1801
|
ListLayersRequest.struct_class = Types::ListLayersRequest
|
|
1763
1802
|
|
|
1764
1803
|
ListLayersResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: String, location_name: "NextMarker"))
|
|
@@ -1795,6 +1834,10 @@ module Aws::Lambda
|
|
|
1795
1834
|
LoggingConfig.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
|
|
1796
1835
|
LoggingConfig.struct_class = Types::LoggingConfig
|
|
1797
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
|
+
|
|
1798
1841
|
NoPublishedVersionException.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
1799
1842
|
NoPublishedVersionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1800
1843
|
NoPublishedVersionException.struct_class = Types::NoPublishedVersionException
|
|
@@ -1848,6 +1891,13 @@ module Aws::Lambda
|
|
|
1848
1891
|
PreconditionFailedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1849
1892
|
PreconditionFailedException.struct_class = Types::PreconditionFailedException
|
|
1850
1893
|
|
|
1894
|
+
PropagateTags.add_member(:mode, Shapes::ShapeRef.new(shape: PropagateTagsMode, location_name: "Mode"))
|
|
1895
|
+
PropagateTags.add_member(:explicit_tags, Shapes::ShapeRef.new(shape: PropagateTagsExplicitTagsMap, location_name: "ExplicitTags"))
|
|
1896
|
+
PropagateTags.struct_class = Types::PropagateTags
|
|
1897
|
+
|
|
1898
|
+
PropagateTagsExplicitTagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
1899
|
+
PropagateTagsExplicitTagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
1900
|
+
|
|
1851
1901
|
ProvisionedConcurrencyConfigList.member = Shapes::ShapeRef.new(shape: ProvisionedConcurrencyConfigListItem)
|
|
1852
1902
|
|
|
1853
1903
|
ProvisionedConcurrencyConfigListItem.add_member(:function_arn, Shapes::ShapeRef.new(shape: FunctionArn, location_name: "FunctionArn"))
|
|
@@ -1868,12 +1918,16 @@ module Aws::Lambda
|
|
|
1868
1918
|
ProvisionedPollerConfig.add_member(:poller_group_name, Shapes::ShapeRef.new(shape: ProvisionedPollerGroupName, location_name: "PollerGroupName"))
|
|
1869
1919
|
ProvisionedPollerConfig.struct_class = Types::ProvisionedPollerConfig
|
|
1870
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
|
+
|
|
1871
1925
|
PublishLayerVersionRequest.add_member(:layer_name, Shapes::ShapeRef.new(shape: LayerName, required: true, location: "uri", location_name: "LayerName"))
|
|
1872
1926
|
PublishLayerVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1873
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"))
|
|
1874
1929
|
PublishLayerVersionRequest.add_member(:compatible_runtimes, Shapes::ShapeRef.new(shape: CompatibleRuntimes, location_name: "CompatibleRuntimes"))
|
|
1875
1930
|
PublishLayerVersionRequest.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfo, location_name: "LicenseInfo"))
|
|
1876
|
-
PublishLayerVersionRequest.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1877
1931
|
PublishLayerVersionRequest.struct_class = Types::PublishLayerVersionRequest
|
|
1878
1932
|
|
|
1879
1933
|
PublishLayerVersionResponse.add_member(:content, Shapes::ShapeRef.new(shape: LayerVersionContentOutput, location_name: "Content"))
|
|
@@ -1882,9 +1936,9 @@ module Aws::Lambda
|
|
|
1882
1936
|
PublishLayerVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
|
1883
1937
|
PublishLayerVersionResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedDate"))
|
|
1884
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"))
|
|
1885
1940
|
PublishLayerVersionResponse.add_member(:compatible_runtimes, Shapes::ShapeRef.new(shape: CompatibleRuntimes, location_name: "CompatibleRuntimes"))
|
|
1886
1941
|
PublishLayerVersionResponse.add_member(:license_info, Shapes::ShapeRef.new(shape: LicenseInfo, location_name: "LicenseInfo"))
|
|
1887
|
-
PublishLayerVersionResponse.add_member(:compatible_architectures, Shapes::ShapeRef.new(shape: CompatibleArchitectures, location_name: "CompatibleArchitectures"))
|
|
1888
1942
|
PublishLayerVersionResponse.struct_class = Types::PublishLayerVersionResponse
|
|
1889
1943
|
|
|
1890
1944
|
PublishVersionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -1934,8 +1988,8 @@ module Aws::Lambda
|
|
|
1934
1988
|
PutProvisionedConcurrencyConfigRequest.struct_class = Types::PutProvisionedConcurrencyConfigRequest
|
|
1935
1989
|
|
|
1936
1990
|
PutProvisionedConcurrencyConfigResponse.add_member(:requested_provisioned_concurrent_executions, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "RequestedProvisionedConcurrentExecutions"))
|
|
1937
|
-
PutProvisionedConcurrencyConfigResponse.add_member(:available_provisioned_concurrent_executions, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "AvailableProvisionedConcurrentExecutions"))
|
|
1938
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"))
|
|
1939
1993
|
PutProvisionedConcurrencyConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: ProvisionedConcurrencyStatusEnum, location_name: "Status"))
|
|
1940
1994
|
PutProvisionedConcurrencyConfigResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "StatusReason"))
|
|
1941
1995
|
PutProvisionedConcurrencyConfigResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModified"))
|
|
@@ -2055,6 +2109,10 @@ module Aws::Lambda
|
|
|
2055
2109
|
ServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
2056
2110
|
ServiceException.struct_class = Types::ServiceException
|
|
2057
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
|
+
|
|
2058
2116
|
SigningProfileVersionArns.member = Shapes::ShapeRef.new(shape: Arn)
|
|
2059
2117
|
|
|
2060
2118
|
SnapStart.add_member(:apply_on, Shapes::ShapeRef.new(shape: SnapStartApplyOn, location_name: "ApplyOn"))
|
|
@@ -2068,6 +2126,10 @@ module Aws::Lambda
|
|
|
2068
2126
|
SnapStartNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
2069
2127
|
SnapStartNotReadyException.struct_class = Types::SnapStartNotReadyException
|
|
2070
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
|
+
|
|
2071
2133
|
SnapStartResponse.add_member(:apply_on, Shapes::ShapeRef.new(shape: SnapStartApplyOn, location_name: "ApplyOn"))
|
|
2072
2134
|
SnapStartResponse.add_member(:optimization_status, Shapes::ShapeRef.new(shape: SnapStartOptimizationStatus, location_name: "OptimizationStatus"))
|
|
2073
2135
|
SnapStartResponse.struct_class = Types::SnapStartResponse
|
|
@@ -2175,6 +2237,7 @@ module Aws::Lambda
|
|
|
2175
2237
|
|
|
2176
2238
|
UpdateCapacityProviderRequest.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: CapacityProviderName, required: true, location: "uri", location_name: "CapacityProviderName"))
|
|
2177
2239
|
UpdateCapacityProviderRequest.add_member(:capacity_provider_scaling_config, Shapes::ShapeRef.new(shape: CapacityProviderScalingConfig, location_name: "CapacityProviderScalingConfig"))
|
|
2240
|
+
UpdateCapacityProviderRequest.add_member(:propagate_tags, Shapes::ShapeRef.new(shape: PropagateTags, location_name: "PropagateTags"))
|
|
2178
2241
|
UpdateCapacityProviderRequest.struct_class = Types::UpdateCapacityProviderRequest
|
|
2179
2242
|
|
|
2180
2243
|
UpdateCapacityProviderResponse.add_member(:capacity_provider, Shapes::ShapeRef.new(shape: CapacityProvider, required: true, location_name: "CapacityProvider"))
|
|
@@ -2189,27 +2252,27 @@ module Aws::Lambda
|
|
|
2189
2252
|
UpdateCodeSigningConfigResponse.add_member(:code_signing_config, Shapes::ShapeRef.new(shape: CodeSigningConfig, required: true, location_name: "CodeSigningConfig"))
|
|
2190
2253
|
UpdateCodeSigningConfigResponse.struct_class = Types::UpdateCodeSigningConfigResponse
|
|
2191
2254
|
|
|
2192
|
-
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"))
|
|
2193
2256
|
UpdateEventSourceMappingRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NamespacedFunctionName, location_name: "FunctionName"))
|
|
2194
2257
|
UpdateEventSourceMappingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "Enabled"))
|
|
2195
2258
|
UpdateEventSourceMappingRequest.add_member(:batch_size, Shapes::ShapeRef.new(shape: BatchSize, location_name: "BatchSize"))
|
|
2196
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"))
|
|
2197
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"))
|
|
2198
2266
|
UpdateEventSourceMappingRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
|
2199
2267
|
UpdateEventSourceMappingRequest.add_member(:maximum_record_age_in_seconds, Shapes::ShapeRef.new(shape: MaximumRecordAgeInSeconds, location_name: "MaximumRecordAgeInSeconds"))
|
|
2200
2268
|
UpdateEventSourceMappingRequest.add_member(:bisect_batch_on_function_error, Shapes::ShapeRef.new(shape: BisectBatchOnFunctionError, location_name: "BisectBatchOnFunctionError"))
|
|
2201
2269
|
UpdateEventSourceMappingRequest.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttemptsEventSourceMapping, location_name: "MaximumRetryAttempts"))
|
|
2202
|
-
UpdateEventSourceMappingRequest.add_member(:parallelization_factor, Shapes::ShapeRef.new(shape: ParallelizationFactor, location_name: "ParallelizationFactor"))
|
|
2203
|
-
UpdateEventSourceMappingRequest.add_member(:source_access_configurations, Shapes::ShapeRef.new(shape: SourceAccessConfigurations, location_name: "SourceAccessConfigurations"))
|
|
2204
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"))
|
|
2205
2272
|
UpdateEventSourceMappingRequest.add_member(:function_response_types, Shapes::ShapeRef.new(shape: FunctionResponseTypeList, location_name: "FunctionResponseTypes"))
|
|
2206
|
-
UpdateEventSourceMappingRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: ScalingConfig, location_name: "ScalingConfig"))
|
|
2207
2273
|
UpdateEventSourceMappingRequest.add_member(:amazon_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: AmazonManagedKafkaEventSourceConfig, location_name: "AmazonManagedKafkaEventSourceConfig"))
|
|
2208
2274
|
UpdateEventSourceMappingRequest.add_member(:self_managed_kafka_event_source_config, Shapes::ShapeRef.new(shape: SelfManagedKafkaEventSourceConfig, location_name: "SelfManagedKafkaEventSourceConfig"))
|
|
2209
2275
|
UpdateEventSourceMappingRequest.add_member(:document_db_event_source_config, Shapes::ShapeRef.new(shape: DocumentDBEventSourceConfig, location_name: "DocumentDBEventSourceConfig"))
|
|
2210
|
-
UpdateEventSourceMappingRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
|
2211
|
-
UpdateEventSourceMappingRequest.add_member(:metrics_config, Shapes::ShapeRef.new(shape: EventSourceMappingMetricsConfig, location_name: "MetricsConfig"))
|
|
2212
|
-
UpdateEventSourceMappingRequest.add_member(:logging_config, Shapes::ShapeRef.new(shape: EventSourceMappingLoggingConfig, location_name: "LoggingConfig"))
|
|
2213
2276
|
UpdateEventSourceMappingRequest.add_member(:provisioned_poller_config, Shapes::ShapeRef.new(shape: ProvisionedPollerConfig, location_name: "ProvisionedPollerConfig"))
|
|
2214
2277
|
UpdateEventSourceMappingRequest.struct_class = Types::UpdateEventSourceMappingRequest
|
|
2215
2278
|
|
|
@@ -2219,12 +2282,12 @@ module Aws::Lambda
|
|
|
2219
2282
|
UpdateFunctionCodeRequest.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "S3Key"))
|
|
2220
2283
|
UpdateFunctionCodeRequest.add_member(:s3_object_version, Shapes::ShapeRef.new(shape: S3ObjectVersion, location_name: "S3ObjectVersion"))
|
|
2221
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"))
|
|
2222
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"))
|
|
2223
2288
|
UpdateFunctionCodeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
2224
2289
|
UpdateFunctionCodeRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "RevisionId"))
|
|
2225
|
-
UpdateFunctionCodeRequest.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitecturesList, location_name: "Architectures"))
|
|
2226
2290
|
UpdateFunctionCodeRequest.add_member(:source_kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "SourceKMSKeyArn"))
|
|
2227
|
-
UpdateFunctionCodeRequest.add_member(:publish_to, Shapes::ShapeRef.new(shape: FunctionVersionLatestPublished, location_name: "PublishTo"))
|
|
2228
2291
|
UpdateFunctionCodeRequest.struct_class = Types::UpdateFunctionCodeRequest
|
|
2229
2292
|
|
|
2230
2293
|
UpdateFunctionConfigurationRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: FunctionName, required: true, location: "uri", location_name: "FunctionName"))
|
|
@@ -2257,7 +2320,7 @@ module Aws::Lambda
|
|
|
2257
2320
|
UpdateFunctionEventInvokeConfigRequest.add_member(:destination_config, Shapes::ShapeRef.new(shape: DestinationConfig, location_name: "DestinationConfig"))
|
|
2258
2321
|
UpdateFunctionEventInvokeConfigRequest.struct_class = Types::UpdateFunctionEventInvokeConfigRequest
|
|
2259
2322
|
|
|
2260
|
-
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"))
|
|
2261
2324
|
UpdateFunctionUrlConfigRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: FunctionUrlQualifier, location: "querystring", location_name: "Qualifier"))
|
|
2262
2325
|
UpdateFunctionUrlConfigRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: FunctionUrlAuthType, location_name: "AuthType"))
|
|
2263
2326
|
UpdateFunctionUrlConfigRequest.add_member(:cors, Shapes::ShapeRef.new(shape: Cors, location_name: "Cors"))
|
|
@@ -2342,6 +2405,7 @@ module Aws::Lambda
|
|
|
2342
2405
|
o.output = Shapes::ShapeRef.new(shape: AddPermissionResponse)
|
|
2343
2406
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2344
2407
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2408
|
+
o.errors << Shapes::ShapeRef.new(shape: PublicPolicyException)
|
|
2345
2409
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2346
2410
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2347
2411
|
o.errors << Shapes::ShapeRef.new(shape: PolicyLengthExceededException)
|
|
@@ -2356,8 +2420,8 @@ module Aws::Lambda
|
|
|
2356
2420
|
o.input = Shapes::ShapeRef.new(shape: CheckpointDurableExecutionRequest)
|
|
2357
2421
|
o.output = Shapes::ShapeRef.new(shape: CheckpointDurableExecutionResponse)
|
|
2358
2422
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2359
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2360
2423
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2424
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2361
2425
|
end)
|
|
2362
2426
|
|
|
2363
2427
|
api.add_operation(:create_alias, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2370,6 +2434,7 @@ module Aws::Lambda
|
|
|
2370
2434
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2371
2435
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2372
2436
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2437
|
+
o.errors << Shapes::ShapeRef.new(shape: AliasLimitExceededException)
|
|
2373
2438
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2374
2439
|
end)
|
|
2375
2440
|
|
|
@@ -2450,6 +2515,7 @@ module Aws::Lambda
|
|
|
2450
2515
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2451
2516
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2452
2517
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2518
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2453
2519
|
end)
|
|
2454
2520
|
|
|
2455
2521
|
api.add_operation(:delete_capacity_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2550,6 +2616,7 @@ module Aws::Lambda
|
|
|
2550
2616
|
o.http_request_uri = "/2021-10-31/functions/{FunctionName}/url"
|
|
2551
2617
|
o.input = Shapes::ShapeRef.new(shape: DeleteFunctionUrlConfigRequest)
|
|
2552
2618
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
2619
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2553
2620
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
2554
2621
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2555
2622
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
@@ -2562,8 +2629,10 @@ module Aws::Lambda
|
|
|
2562
2629
|
o.http_request_uri = "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}"
|
|
2563
2630
|
o.input = Shapes::ShapeRef.new(shape: DeleteLayerVersionRequest)
|
|
2564
2631
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
2632
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2565
2633
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2566
2634
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2635
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2567
2636
|
end)
|
|
2568
2637
|
|
|
2569
2638
|
api.add_operation(:delete_provisioned_concurrency_config, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2631,8 +2700,8 @@ module Aws::Lambda
|
|
|
2631
2700
|
o.input = Shapes::ShapeRef.new(shape: GetDurableExecutionRequest)
|
|
2632
2701
|
o.output = Shapes::ShapeRef.new(shape: GetDurableExecutionResponse)
|
|
2633
2702
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2634
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2635
2703
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2704
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2636
2705
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2637
2706
|
end)
|
|
2638
2707
|
|
|
@@ -2643,8 +2712,8 @@ module Aws::Lambda
|
|
|
2643
2712
|
o.input = Shapes::ShapeRef.new(shape: GetDurableExecutionHistoryRequest)
|
|
2644
2713
|
o.output = Shapes::ShapeRef.new(shape: GetDurableExecutionHistoryResponse)
|
|
2645
2714
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2646
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2647
2715
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2716
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2648
2717
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2649
2718
|
o[:pager] = Aws::Pager.new(
|
|
2650
2719
|
limit_key: "max_items",
|
|
@@ -2661,8 +2730,8 @@ module Aws::Lambda
|
|
|
2661
2730
|
o.input = Shapes::ShapeRef.new(shape: GetDurableExecutionStateRequest)
|
|
2662
2731
|
o.output = Shapes::ShapeRef.new(shape: GetDurableExecutionStateResponse)
|
|
2663
2732
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
2664
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2665
2733
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2734
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2666
2735
|
o[:pager] = Aws::Pager.new(
|
|
2667
2736
|
limit_key: "max_items",
|
|
2668
2737
|
tokens: {
|
|
@@ -2705,6 +2774,7 @@ module Aws::Lambda
|
|
|
2705
2774
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2706
2775
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
2707
2776
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2777
|
+
o.errors << Shapes::ShapeRef.new(shape: CodeSigningConfigNotFoundException)
|
|
2708
2778
|
end)
|
|
2709
2779
|
|
|
2710
2780
|
api.add_operation(:get_function_concurrency, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2858,7 +2928,9 @@ module Aws::Lambda
|
|
|
2858
2928
|
o.http_request_uri = "/2015-03-31/functions/{FunctionName}/invocations"
|
|
2859
2929
|
o.input = Shapes::ShapeRef.new(shape: InvocationRequest)
|
|
2860
2930
|
o.output = Shapes::ShapeRef.new(shape: InvocationResponse)
|
|
2931
|
+
o.errors << Shapes::ShapeRef.new(shape: CodeArtifactUserDeletedException)
|
|
2861
2932
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
|
2933
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2862
2934
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupIDException)
|
|
2863
2935
|
o.errors << Shapes::ShapeRef.new(shape: SnapStartTimeoutException)
|
|
2864
2936
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
@@ -2884,13 +2956,18 @@ module Aws::Lambda
|
|
|
2884
2956
|
o.errors << Shapes::ShapeRef.new(shape: ENILimitReachedException)
|
|
2885
2957
|
o.errors << Shapes::ShapeRef.new(shape: SnapStartNotReadyException)
|
|
2886
2958
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
2959
|
+
o.errors << Shapes::ShapeRef.new(shape: CodeArtifactUserPendingException)
|
|
2887
2960
|
o.errors << Shapes::ShapeRef.new(shape: SnapStartException)
|
|
2888
2961
|
o.errors << Shapes::ShapeRef.new(shape: RecursiveInvocationException)
|
|
2889
2962
|
o.errors << Shapes::ShapeRef.new(shape: S3FilesMountFailureException)
|
|
2890
2963
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountTimeoutException)
|
|
2964
|
+
o.errors << Shapes::ShapeRef.new(shape: ENINotReadyException)
|
|
2891
2965
|
o.errors << Shapes::ShapeRef.new(shape: S3FilesMountTimeoutException)
|
|
2966
|
+
o.errors << Shapes::ShapeRef.new(shape: CodeArtifactUserFailedException)
|
|
2967
|
+
o.errors << Shapes::ShapeRef.new(shape: ModeNotSupportedException)
|
|
2892
2968
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2893
2969
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
|
|
2970
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartRegenerationFailureException)
|
|
2894
2971
|
o.errors << Shapes::ShapeRef.new(shape: DurableExecutionAlreadyStartedException)
|
|
2895
2972
|
o.errors << Shapes::ShapeRef.new(shape: InvalidZipFileException)
|
|
2896
2973
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
|
@@ -2903,11 +2980,35 @@ module Aws::Lambda
|
|
|
2903
2980
|
o.deprecated = true
|
|
2904
2981
|
o.input = Shapes::ShapeRef.new(shape: InvokeAsyncRequest)
|
|
2905
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)
|
|
2906
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)
|
|
2907
2999
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
|
3000
|
+
o.errors << Shapes::ShapeRef.new(shape: ENILimitReachedException)
|
|
3001
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartNotReadyException)
|
|
2908
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)
|
|
2909
3008
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2910
3009
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
|
|
3010
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartRegenerationFailureException)
|
|
3011
|
+
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
|
2911
3012
|
end)
|
|
2912
3013
|
|
|
2913
3014
|
api.add_operation(:invoke_with_response_stream, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2917,6 +3018,7 @@ module Aws::Lambda
|
|
|
2917
3018
|
o.input = Shapes::ShapeRef.new(shape: InvokeWithResponseStreamRequest)
|
|
2918
3019
|
o.output = Shapes::ShapeRef.new(shape: InvokeWithResponseStreamResponse)
|
|
2919
3020
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
|
3021
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2920
3022
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSecurityGroupIDException)
|
|
2921
3023
|
o.errors << Shapes::ShapeRef.new(shape: SnapStartTimeoutException)
|
|
2922
3024
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
@@ -2949,6 +3051,7 @@ module Aws::Lambda
|
|
|
2949
3051
|
o.errors << Shapes::ShapeRef.new(shape: S3FilesMountTimeoutException)
|
|
2950
3052
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2951
3053
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestContentException)
|
|
3054
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapStartRegenerationFailureException)
|
|
2952
3055
|
o.errors << Shapes::ShapeRef.new(shape: InvalidZipFileException)
|
|
2953
3056
|
o.errors << Shapes::ShapeRef.new(shape: EFSMountFailureException)
|
|
2954
3057
|
end)
|
|
@@ -3011,8 +3114,8 @@ module Aws::Lambda
|
|
|
3011
3114
|
o.input = Shapes::ShapeRef.new(shape: ListDurableExecutionsByFunctionRequest)
|
|
3012
3115
|
o.output = Shapes::ShapeRef.new(shape: ListDurableExecutionsByFunctionResponse)
|
|
3013
3116
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3014
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3015
3117
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3118
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3016
3119
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3017
3120
|
o[:pager] = Aws::Pager.new(
|
|
3018
3121
|
limit_key: "max_items",
|
|
@@ -3236,8 +3339,8 @@ module Aws::Lambda
|
|
|
3236
3339
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3237
3340
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3238
3341
|
o.errors << Shapes::ShapeRef.new(shape: CodeStorageExceededException)
|
|
3239
|
-
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
3240
3342
|
o.errors << Shapes::ShapeRef.new(shape: FunctionVersionsPerCapacityProviderLimitExceededException)
|
|
3343
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
|
3241
3344
|
end)
|
|
3242
3345
|
|
|
3243
3346
|
api.add_operation(:put_function_code_signing_config, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -3352,6 +3455,7 @@ module Aws::Lambda
|
|
|
3352
3455
|
o.input = Shapes::ShapeRef.new(shape: RemovePermissionRequest)
|
|
3353
3456
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
3354
3457
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3458
|
+
o.errors << Shapes::ShapeRef.new(shape: PublicPolicyException)
|
|
3355
3459
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3356
3460
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3357
3461
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
@@ -3365,8 +3469,9 @@ module Aws::Lambda
|
|
|
3365
3469
|
o.input = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackFailureRequest)
|
|
3366
3470
|
o.output = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackFailureResponse)
|
|
3367
3471
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3368
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3369
3472
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3473
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3474
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3370
3475
|
o.errors << Shapes::ShapeRef.new(shape: CallbackTimeoutException)
|
|
3371
3476
|
end)
|
|
3372
3477
|
|
|
@@ -3377,8 +3482,9 @@ module Aws::Lambda
|
|
|
3377
3482
|
o.input = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackHeartbeatRequest)
|
|
3378
3483
|
o.output = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackHeartbeatResponse)
|
|
3379
3484
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3380
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3381
3485
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3486
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3487
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3382
3488
|
o.errors << Shapes::ShapeRef.new(shape: CallbackTimeoutException)
|
|
3383
3489
|
end)
|
|
3384
3490
|
|
|
@@ -3389,8 +3495,9 @@ module Aws::Lambda
|
|
|
3389
3495
|
o.input = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackSuccessRequest)
|
|
3390
3496
|
o.output = Shapes::ShapeRef.new(shape: SendDurableExecutionCallbackSuccessResponse)
|
|
3391
3497
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3392
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3393
3498
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3499
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3500
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3394
3501
|
o.errors << Shapes::ShapeRef.new(shape: CallbackTimeoutException)
|
|
3395
3502
|
end)
|
|
3396
3503
|
|
|
@@ -3401,8 +3508,8 @@ module Aws::Lambda
|
|
|
3401
3508
|
o.input = Shapes::ShapeRef.new(shape: StopDurableExecutionRequest)
|
|
3402
3509
|
o.output = Shapes::ShapeRef.new(shape: StopDurableExecutionResponse)
|
|
3403
3510
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
|
3404
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3405
3511
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
3512
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
|
3406
3513
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3407
3514
|
end)
|
|
3408
3515
|
|