aws-sdk-codedeploy 1.26.0 → 1.31.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -59,6 +59,8 @@ module Aws::CodeDeploy
59
59
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
60
60
  BucketNameFilterRequiredException = Shapes::StructureShape.new(name: 'BucketNameFilterRequiredException')
61
61
  BundleType = Shapes::StringShape.new(name: 'BundleType')
62
+ CloudFormationResourceType = Shapes::StringShape.new(name: 'CloudFormationResourceType')
63
+ CloudFormationTarget = Shapes::StructureShape.new(name: 'CloudFormationTarget')
62
64
  CommitId = Shapes::StringShape.new(name: 'CommitId')
63
65
  ComputePlatform = Shapes::StringShape.new(name: 'ComputePlatform')
64
66
  ContinueDeploymentInput = Shapes::StructureShape.new(name: 'ContinueDeploymentInput')
@@ -76,6 +78,8 @@ module Aws::CodeDeploy
76
78
  DeleteDeploymentGroupOutput = Shapes::StructureShape.new(name: 'DeleteDeploymentGroupOutput')
77
79
  DeleteGitHubAccountTokenInput = Shapes::StructureShape.new(name: 'DeleteGitHubAccountTokenInput')
78
80
  DeleteGitHubAccountTokenOutput = Shapes::StructureShape.new(name: 'DeleteGitHubAccountTokenOutput')
81
+ DeleteResourcesByExternalIdInput = Shapes::StructureShape.new(name: 'DeleteResourcesByExternalIdInput')
82
+ DeleteResourcesByExternalIdOutput = Shapes::StructureShape.new(name: 'DeleteResourcesByExternalIdOutput')
79
83
  DeploymentAlreadyCompletedException = Shapes::StructureShape.new(name: 'DeploymentAlreadyCompletedException')
80
84
  DeploymentAlreadyStartedException = Shapes::StructureShape.new(name: 'DeploymentAlreadyStartedException')
81
85
  DeploymentConfigAlreadyExistsException = Shapes::StructureShape.new(name: 'DeploymentConfigAlreadyExistsException')
@@ -150,6 +154,7 @@ module Aws::CodeDeploy
150
154
  ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
151
155
  ErrorInformation = Shapes::StructureShape.new(name: 'ErrorInformation')
152
156
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
157
+ ExternalId = Shapes::StringShape.new(name: 'ExternalId')
153
158
  FileExistsBehavior = Shapes::StringShape.new(name: 'FileExistsBehavior')
154
159
  FilterValue = Shapes::StringShape.new(name: 'FilterValue')
155
160
  FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
@@ -226,6 +231,7 @@ module Aws::CodeDeploy
226
231
  InvalidEC2TagCombinationException = Shapes::StructureShape.new(name: 'InvalidEC2TagCombinationException')
227
232
  InvalidEC2TagException = Shapes::StructureShape.new(name: 'InvalidEC2TagException')
228
233
  InvalidECSServiceException = Shapes::StructureShape.new(name: 'InvalidECSServiceException')
234
+ InvalidExternalIdException = Shapes::StructureShape.new(name: 'InvalidExternalIdException')
229
235
  InvalidFileExistsBehaviorException = Shapes::StructureShape.new(name: 'InvalidFileExistsBehaviorException')
230
236
  InvalidGitHubAccountTokenException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenException')
231
237
  InvalidGitHubAccountTokenNameException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenNameException')
@@ -409,10 +415,16 @@ module Aws::CodeDeploy
409
415
 
410
416
  AlarmList.member = Shapes::ShapeRef.new(shape: Alarm)
411
417
 
418
+ AlarmsLimitExceededException.struct_class = Types::AlarmsLimitExceededException
419
+
412
420
  AppSpecContent.add_member(:content, Shapes::ShapeRef.new(shape: RawStringContent, location_name: "content"))
413
421
  AppSpecContent.add_member(:sha256, Shapes::ShapeRef.new(shape: RawStringSha256, location_name: "sha256"))
414
422
  AppSpecContent.struct_class = Types::AppSpecContent
415
423
 
424
+ ApplicationAlreadyExistsException.struct_class = Types::ApplicationAlreadyExistsException
425
+
426
+ ApplicationDoesNotExistException.struct_class = Types::ApplicationDoesNotExistException
427
+
416
428
  ApplicationInfo.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "applicationId"))
417
429
  ApplicationInfo.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "applicationName"))
418
430
  ApplicationInfo.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createTime"))
@@ -421,10 +433,16 @@ module Aws::CodeDeploy
421
433
  ApplicationInfo.add_member(:compute_platform, Shapes::ShapeRef.new(shape: ComputePlatform, location_name: "computePlatform"))
422
434
  ApplicationInfo.struct_class = Types::ApplicationInfo
423
435
 
436
+ ApplicationLimitExceededException.struct_class = Types::ApplicationLimitExceededException
437
+
438
+ ApplicationNameRequiredException.struct_class = Types::ApplicationNameRequiredException
439
+
424
440
  ApplicationsInfoList.member = Shapes::ShapeRef.new(shape: ApplicationInfo)
425
441
 
426
442
  ApplicationsList.member = Shapes::ShapeRef.new(shape: ApplicationName)
427
443
 
444
+ ArnNotSupportedException.struct_class = Types::ArnNotSupportedException
445
+
428
446
  AutoRollbackConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
429
447
  AutoRollbackConfiguration.add_member(:events, Shapes::ShapeRef.new(shape: AutoRollbackEventsList, location_name: "events"))
430
448
  AutoRollbackConfiguration.struct_class = Types::AutoRollbackConfiguration
@@ -489,6 +507,8 @@ module Aws::CodeDeploy
489
507
  BatchGetOnPremisesInstancesOutput.add_member(:instance_infos, Shapes::ShapeRef.new(shape: InstanceInfoList, location_name: "instanceInfos"))
490
508
  BatchGetOnPremisesInstancesOutput.struct_class = Types::BatchGetOnPremisesInstancesOutput
491
509
 
510
+ BatchLimitExceededException.struct_class = Types::BatchLimitExceededException
511
+
492
512
  BlueGreenDeploymentConfiguration.add_member(:terminate_blue_instances_on_deployment_success, Shapes::ShapeRef.new(shape: BlueInstanceTerminationOption, location_name: "terminateBlueInstancesOnDeploymentSuccess"))
493
513
  BlueGreenDeploymentConfiguration.add_member(:deployment_ready_option, Shapes::ShapeRef.new(shape: DeploymentReadyOption, location_name: "deploymentReadyOption"))
494
514
  BlueGreenDeploymentConfiguration.add_member(:green_fleet_provisioning_option, Shapes::ShapeRef.new(shape: GreenFleetProvisioningOption, location_name: "greenFleetProvisioningOption"))
@@ -498,6 +518,17 @@ module Aws::CodeDeploy
498
518
  BlueInstanceTerminationOption.add_member(:termination_wait_time_in_minutes, Shapes::ShapeRef.new(shape: Duration, location_name: "terminationWaitTimeInMinutes"))
499
519
  BlueInstanceTerminationOption.struct_class = Types::BlueInstanceTerminationOption
500
520
 
521
+ BucketNameFilterRequiredException.struct_class = Types::BucketNameFilterRequiredException
522
+
523
+ CloudFormationTarget.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
524
+ CloudFormationTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "targetId"))
525
+ CloudFormationTarget.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Time, location_name: "lastUpdatedAt"))
526
+ CloudFormationTarget.add_member(:lifecycle_events, Shapes::ShapeRef.new(shape: LifecycleEventList, location_name: "lifecycleEvents"))
527
+ CloudFormationTarget.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, location_name: "status"))
528
+ CloudFormationTarget.add_member(:resource_type, Shapes::ShapeRef.new(shape: CloudFormationResourceType, location_name: "resourceType"))
529
+ CloudFormationTarget.add_member(:target_version_weight, Shapes::ShapeRef.new(shape: TrafficWeight, location_name: "targetVersionWeight"))
530
+ CloudFormationTarget.struct_class = Types::CloudFormationTarget
531
+
501
532
  ContinueDeploymentInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
502
533
  ContinueDeploymentInput.add_member(:deployment_wait_type, Shapes::ShapeRef.new(shape: DeploymentWaitType, location_name: "deploymentWaitType"))
503
534
  ContinueDeploymentInput.struct_class = Types::ContinueDeploymentInput
@@ -575,6 +606,21 @@ module Aws::CodeDeploy
575
606
  DeleteGitHubAccountTokenOutput.add_member(:token_name, Shapes::ShapeRef.new(shape: GitHubAccountTokenName, location_name: "tokenName"))
576
607
  DeleteGitHubAccountTokenOutput.struct_class = Types::DeleteGitHubAccountTokenOutput
577
608
 
609
+ DeleteResourcesByExternalIdInput.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
610
+ DeleteResourcesByExternalIdInput.struct_class = Types::DeleteResourcesByExternalIdInput
611
+
612
+ DeleteResourcesByExternalIdOutput.struct_class = Types::DeleteResourcesByExternalIdOutput
613
+
614
+ DeploymentAlreadyCompletedException.struct_class = Types::DeploymentAlreadyCompletedException
615
+
616
+ DeploymentAlreadyStartedException.struct_class = Types::DeploymentAlreadyStartedException
617
+
618
+ DeploymentConfigAlreadyExistsException.struct_class = Types::DeploymentConfigAlreadyExistsException
619
+
620
+ DeploymentConfigDoesNotExistException.struct_class = Types::DeploymentConfigDoesNotExistException
621
+
622
+ DeploymentConfigInUseException.struct_class = Types::DeploymentConfigInUseException
623
+
578
624
  DeploymentConfigInfo.add_member(:deployment_config_id, Shapes::ShapeRef.new(shape: DeploymentConfigId, location_name: "deploymentConfigId"))
579
625
  DeploymentConfigInfo.add_member(:deployment_config_name, Shapes::ShapeRef.new(shape: DeploymentConfigName, location_name: "deploymentConfigName"))
580
626
  DeploymentConfigInfo.add_member(:minimum_healthy_hosts, Shapes::ShapeRef.new(shape: MinimumHealthyHosts, location_name: "minimumHealthyHosts"))
@@ -583,8 +629,18 @@ module Aws::CodeDeploy
583
629
  DeploymentConfigInfo.add_member(:traffic_routing_config, Shapes::ShapeRef.new(shape: TrafficRoutingConfig, location_name: "trafficRoutingConfig"))
584
630
  DeploymentConfigInfo.struct_class = Types::DeploymentConfigInfo
585
631
 
632
+ DeploymentConfigLimitExceededException.struct_class = Types::DeploymentConfigLimitExceededException
633
+
634
+ DeploymentConfigNameRequiredException.struct_class = Types::DeploymentConfigNameRequiredException
635
+
586
636
  DeploymentConfigsList.member = Shapes::ShapeRef.new(shape: DeploymentConfigName)
587
637
 
638
+ DeploymentDoesNotExistException.struct_class = Types::DeploymentDoesNotExistException
639
+
640
+ DeploymentGroupAlreadyExistsException.struct_class = Types::DeploymentGroupAlreadyExistsException
641
+
642
+ DeploymentGroupDoesNotExistException.struct_class = Types::DeploymentGroupDoesNotExistException
643
+
588
644
  DeploymentGroupInfo.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "applicationName"))
589
645
  DeploymentGroupInfo.add_member(:deployment_group_id, Shapes::ShapeRef.new(shape: DeploymentGroupId, location_name: "deploymentGroupId"))
590
646
  DeploymentGroupInfo.add_member(:deployment_group_name, Shapes::ShapeRef.new(shape: DeploymentGroupName, location_name: "deploymentGroupName"))
@@ -610,8 +666,14 @@ module Aws::CodeDeploy
610
666
 
611
667
  DeploymentGroupInfoList.member = Shapes::ShapeRef.new(shape: DeploymentGroupInfo)
612
668
 
669
+ DeploymentGroupLimitExceededException.struct_class = Types::DeploymentGroupLimitExceededException
670
+
671
+ DeploymentGroupNameRequiredException.struct_class = Types::DeploymentGroupNameRequiredException
672
+
613
673
  DeploymentGroupsList.member = Shapes::ShapeRef.new(shape: DeploymentGroupName)
614
674
 
675
+ DeploymentIdRequiredException.struct_class = Types::DeploymentIdRequiredException
676
+
615
677
  DeploymentInfo.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "applicationName"))
616
678
  DeploymentInfo.add_member(:deployment_group_name, Shapes::ShapeRef.new(shape: DeploymentGroupName, location_name: "deploymentGroupName"))
617
679
  DeploymentInfo.add_member(:deployment_config_name, Shapes::ShapeRef.new(shape: DeploymentConfigName, location_name: "deploymentConfigName"))
@@ -639,8 +701,15 @@ module Aws::CodeDeploy
639
701
  DeploymentInfo.add_member(:file_exists_behavior, Shapes::ShapeRef.new(shape: FileExistsBehavior, location_name: "fileExistsBehavior"))
640
702
  DeploymentInfo.add_member(:deployment_status_messages, Shapes::ShapeRef.new(shape: DeploymentStatusMessageList, location_name: "deploymentStatusMessages"))
641
703
  DeploymentInfo.add_member(:compute_platform, Shapes::ShapeRef.new(shape: ComputePlatform, location_name: "computePlatform"))
704
+ DeploymentInfo.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
642
705
  DeploymentInfo.struct_class = Types::DeploymentInfo
643
706
 
707
+ DeploymentIsNotInReadyStateException.struct_class = Types::DeploymentIsNotInReadyStateException
708
+
709
+ DeploymentLimitExceededException.struct_class = Types::DeploymentLimitExceededException
710
+
711
+ DeploymentNotStartedException.struct_class = Types::DeploymentNotStartedException
712
+
644
713
  DeploymentOverview.add_member(:pending, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "Pending"))
645
714
  DeploymentOverview.add_member(:in_progress, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "InProgress"))
646
715
  DeploymentOverview.add_member(:succeeded, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "Succeeded"))
@@ -665,10 +734,17 @@ module Aws::CodeDeploy
665
734
  DeploymentTarget.add_member(:instance_target, Shapes::ShapeRef.new(shape: InstanceTarget, location_name: "instanceTarget"))
666
735
  DeploymentTarget.add_member(:lambda_target, Shapes::ShapeRef.new(shape: LambdaTarget, location_name: "lambdaTarget"))
667
736
  DeploymentTarget.add_member(:ecs_target, Shapes::ShapeRef.new(shape: ECSTarget, location_name: "ecsTarget"))
737
+ DeploymentTarget.add_member(:cloud_formation_target, Shapes::ShapeRef.new(shape: CloudFormationTarget, location_name: "cloudFormationTarget"))
668
738
  DeploymentTarget.struct_class = Types::DeploymentTarget
669
739
 
740
+ DeploymentTargetDoesNotExistException.struct_class = Types::DeploymentTargetDoesNotExistException
741
+
742
+ DeploymentTargetIdRequiredException.struct_class = Types::DeploymentTargetIdRequiredException
743
+
670
744
  DeploymentTargetList.member = Shapes::ShapeRef.new(shape: DeploymentTarget)
671
745
 
746
+ DeploymentTargetListSizeExceededException.struct_class = Types::DeploymentTargetListSizeExceededException
747
+
672
748
  DeploymentsInfoList.member = Shapes::ShapeRef.new(shape: DeploymentInfo)
673
749
 
674
750
  DeploymentsList.member = Shapes::ShapeRef.new(shape: DeploymentId)
@@ -676,6 +752,8 @@ module Aws::CodeDeploy
676
752
  DeregisterOnPremisesInstanceInput.add_member(:instance_name, Shapes::ShapeRef.new(shape: InstanceName, required: true, location_name: "instanceName"))
677
753
  DeregisterOnPremisesInstanceInput.struct_class = Types::DeregisterOnPremisesInstanceInput
678
754
 
755
+ DescriptionTooLongException.struct_class = Types::DescriptionTooLongException
756
+
679
757
  Diagnostics.add_member(:error_code, Shapes::ShapeRef.new(shape: LifecycleErrorCode, location_name: "errorCode"))
680
758
  Diagnostics.add_member(:script_name, Shapes::ShapeRef.new(shape: ScriptName, location_name: "scriptName"))
681
759
  Diagnostics.add_member(:message, Shapes::ShapeRef.new(shape: LifecycleMessage, location_name: "message"))
@@ -700,6 +778,8 @@ module Aws::CodeDeploy
700
778
 
701
779
  ECSServiceList.member = Shapes::ShapeRef.new(shape: ECSService)
702
780
 
781
+ ECSServiceMappingLimitExceededException.struct_class = Types::ECSServiceMappingLimitExceededException
782
+
703
783
  ECSTarget.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
704
784
  ECSTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "targetId"))
705
785
  ECSTarget.add_member(:target_arn, Shapes::ShapeRef.new(shape: TargetArn, location_name: "targetArn"))
@@ -793,8 +873,12 @@ module Aws::CodeDeploy
793
873
  GetOnPremisesInstanceOutput.add_member(:instance_info, Shapes::ShapeRef.new(shape: InstanceInfo, location_name: "instanceInfo"))
794
874
  GetOnPremisesInstanceOutput.struct_class = Types::GetOnPremisesInstanceOutput
795
875
 
876
+ GitHubAccountTokenDoesNotExistException.struct_class = Types::GitHubAccountTokenDoesNotExistException
877
+
796
878
  GitHubAccountTokenNameList.member = Shapes::ShapeRef.new(shape: GitHubAccountTokenName)
797
879
 
880
+ GitHubAccountTokenNameRequiredException.struct_class = Types::GitHubAccountTokenNameRequiredException
881
+
798
882
  GitHubLocation.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, location_name: "repository"))
799
883
  GitHubLocation.add_member(:commit_id, Shapes::ShapeRef.new(shape: CommitId, location_name: "commitId"))
800
884
  GitHubLocation.struct_class = Types::GitHubLocation
@@ -802,6 +886,18 @@ module Aws::CodeDeploy
802
886
  GreenFleetProvisioningOption.add_member(:action, Shapes::ShapeRef.new(shape: GreenFleetProvisioningAction, location_name: "action"))
803
887
  GreenFleetProvisioningOption.struct_class = Types::GreenFleetProvisioningOption
804
888
 
889
+ IamArnRequiredException.struct_class = Types::IamArnRequiredException
890
+
891
+ IamSessionArnAlreadyRegisteredException.struct_class = Types::IamSessionArnAlreadyRegisteredException
892
+
893
+ IamUserArnAlreadyRegisteredException.struct_class = Types::IamUserArnAlreadyRegisteredException
894
+
895
+ IamUserArnRequiredException.struct_class = Types::IamUserArnRequiredException
896
+
897
+ InstanceDoesNotExistException.struct_class = Types::InstanceDoesNotExistException
898
+
899
+ InstanceIdRequiredException.struct_class = Types::InstanceIdRequiredException
900
+
805
901
  InstanceInfo.add_member(:instance_name, Shapes::ShapeRef.new(shape: InstanceName, location_name: "instanceName"))
806
902
  InstanceInfo.add_member(:iam_session_arn, Shapes::ShapeRef.new(shape: IamSessionArn, location_name: "iamSessionArn"))
807
903
  InstanceInfo.add_member(:iam_user_arn, Shapes::ShapeRef.new(shape: IamUserArn, location_name: "iamUserArn"))
@@ -813,8 +909,16 @@ module Aws::CodeDeploy
813
909
 
814
910
  InstanceInfoList.member = Shapes::ShapeRef.new(shape: InstanceInfo)
815
911
 
912
+ InstanceLimitExceededException.struct_class = Types::InstanceLimitExceededException
913
+
914
+ InstanceNameAlreadyRegisteredException.struct_class = Types::InstanceNameAlreadyRegisteredException
915
+
816
916
  InstanceNameList.member = Shapes::ShapeRef.new(shape: InstanceName)
817
917
 
918
+ InstanceNameRequiredException.struct_class = Types::InstanceNameRequiredException
919
+
920
+ InstanceNotRegisteredException.struct_class = Types::InstanceNotRegisteredException
921
+
818
922
  InstanceStatusList.member = Shapes::ShapeRef.new(shape: InstanceStatus, deprecated: true)
819
923
 
820
924
  InstanceSummary.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
@@ -840,6 +944,120 @@ module Aws::CodeDeploy
840
944
 
841
945
  InstancesList.member = Shapes::ShapeRef.new(shape: InstanceId)
842
946
 
947
+ InvalidAlarmConfigException.struct_class = Types::InvalidAlarmConfigException
948
+
949
+ InvalidApplicationNameException.struct_class = Types::InvalidApplicationNameException
950
+
951
+ InvalidArnException.struct_class = Types::InvalidArnException
952
+
953
+ InvalidAutoRollbackConfigException.struct_class = Types::InvalidAutoRollbackConfigException
954
+
955
+ InvalidAutoScalingGroupException.struct_class = Types::InvalidAutoScalingGroupException
956
+
957
+ InvalidBlueGreenDeploymentConfigurationException.struct_class = Types::InvalidBlueGreenDeploymentConfigurationException
958
+
959
+ InvalidBucketNameFilterException.struct_class = Types::InvalidBucketNameFilterException
960
+
961
+ InvalidComputePlatformException.struct_class = Types::InvalidComputePlatformException
962
+
963
+ InvalidDeployedStateFilterException.struct_class = Types::InvalidDeployedStateFilterException
964
+
965
+ InvalidDeploymentConfigIdException.struct_class = Types::InvalidDeploymentConfigIdException
966
+
967
+ InvalidDeploymentConfigNameException.struct_class = Types::InvalidDeploymentConfigNameException
968
+
969
+ InvalidDeploymentGroupNameException.struct_class = Types::InvalidDeploymentGroupNameException
970
+
971
+ InvalidDeploymentIdException.struct_class = Types::InvalidDeploymentIdException
972
+
973
+ InvalidDeploymentInstanceTypeException.struct_class = Types::InvalidDeploymentInstanceTypeException
974
+
975
+ InvalidDeploymentStatusException.struct_class = Types::InvalidDeploymentStatusException
976
+
977
+ InvalidDeploymentStyleException.struct_class = Types::InvalidDeploymentStyleException
978
+
979
+ InvalidDeploymentTargetIdException.struct_class = Types::InvalidDeploymentTargetIdException
980
+
981
+ InvalidDeploymentWaitTypeException.struct_class = Types::InvalidDeploymentWaitTypeException
982
+
983
+ InvalidEC2TagCombinationException.struct_class = Types::InvalidEC2TagCombinationException
984
+
985
+ InvalidEC2TagException.struct_class = Types::InvalidEC2TagException
986
+
987
+ InvalidECSServiceException.struct_class = Types::InvalidECSServiceException
988
+
989
+ InvalidExternalIdException.struct_class = Types::InvalidExternalIdException
990
+
991
+ InvalidFileExistsBehaviorException.struct_class = Types::InvalidFileExistsBehaviorException
992
+
993
+ InvalidGitHubAccountTokenException.struct_class = Types::InvalidGitHubAccountTokenException
994
+
995
+ InvalidGitHubAccountTokenNameException.struct_class = Types::InvalidGitHubAccountTokenNameException
996
+
997
+ InvalidIamSessionArnException.struct_class = Types::InvalidIamSessionArnException
998
+
999
+ InvalidIamUserArnException.struct_class = Types::InvalidIamUserArnException
1000
+
1001
+ InvalidIgnoreApplicationStopFailuresValueException.struct_class = Types::InvalidIgnoreApplicationStopFailuresValueException
1002
+
1003
+ InvalidInputException.struct_class = Types::InvalidInputException
1004
+
1005
+ InvalidInstanceIdException.struct_class = Types::InvalidInstanceIdException
1006
+
1007
+ InvalidInstanceNameException.struct_class = Types::InvalidInstanceNameException
1008
+
1009
+ InvalidInstanceStatusException.struct_class = Types::InvalidInstanceStatusException
1010
+
1011
+ InvalidInstanceTypeException.struct_class = Types::InvalidInstanceTypeException
1012
+
1013
+ InvalidKeyPrefixFilterException.struct_class = Types::InvalidKeyPrefixFilterException
1014
+
1015
+ InvalidLifecycleEventHookExecutionIdException.struct_class = Types::InvalidLifecycleEventHookExecutionIdException
1016
+
1017
+ InvalidLifecycleEventHookExecutionStatusException.struct_class = Types::InvalidLifecycleEventHookExecutionStatusException
1018
+
1019
+ InvalidLoadBalancerInfoException.struct_class = Types::InvalidLoadBalancerInfoException
1020
+
1021
+ InvalidMinimumHealthyHostValueException.struct_class = Types::InvalidMinimumHealthyHostValueException
1022
+
1023
+ InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
1024
+
1025
+ InvalidOnPremisesTagCombinationException.struct_class = Types::InvalidOnPremisesTagCombinationException
1026
+
1027
+ InvalidOperationException.struct_class = Types::InvalidOperationException
1028
+
1029
+ InvalidRegistrationStatusException.struct_class = Types::InvalidRegistrationStatusException
1030
+
1031
+ InvalidRevisionException.struct_class = Types::InvalidRevisionException
1032
+
1033
+ InvalidRoleException.struct_class = Types::InvalidRoleException
1034
+
1035
+ InvalidSortByException.struct_class = Types::InvalidSortByException
1036
+
1037
+ InvalidSortOrderException.struct_class = Types::InvalidSortOrderException
1038
+
1039
+ InvalidTagException.struct_class = Types::InvalidTagException
1040
+
1041
+ InvalidTagFilterException.struct_class = Types::InvalidTagFilterException
1042
+
1043
+ InvalidTagsToAddException.struct_class = Types::InvalidTagsToAddException
1044
+
1045
+ InvalidTargetException.struct_class = Types::InvalidTargetException
1046
+
1047
+ InvalidTargetFilterNameException.struct_class = Types::InvalidTargetFilterNameException
1048
+
1049
+ InvalidTargetGroupPairException.struct_class = Types::InvalidTargetGroupPairException
1050
+
1051
+ InvalidTargetInstancesException.struct_class = Types::InvalidTargetInstancesException
1052
+
1053
+ InvalidTimeRangeException.struct_class = Types::InvalidTimeRangeException
1054
+
1055
+ InvalidTrafficRoutingConfigurationException.struct_class = Types::InvalidTrafficRoutingConfigurationException
1056
+
1057
+ InvalidTriggerConfigException.struct_class = Types::InvalidTriggerConfigException
1058
+
1059
+ InvalidUpdateOutdatedInstancesOnlyValueException.struct_class = Types::InvalidUpdateOutdatedInstancesOnlyValueException
1060
+
843
1061
  LambdaFunctionInfo.add_member(:function_name, Shapes::ShapeRef.new(shape: LambdaFunctionName, location_name: "functionName"))
844
1062
  LambdaFunctionInfo.add_member(:function_alias, Shapes::ShapeRef.new(shape: LambdaFunctionAlias, location_name: "functionAlias"))
845
1063
  LambdaFunctionInfo.add_member(:current_version, Shapes::ShapeRef.new(shape: Version, location_name: "currentVersion"))
@@ -869,8 +1087,12 @@ module Aws::CodeDeploy
869
1087
  LifecycleEvent.add_member(:status, Shapes::ShapeRef.new(shape: LifecycleEventStatus, location_name: "status"))
870
1088
  LifecycleEvent.struct_class = Types::LifecycleEvent
871
1089
 
1090
+ LifecycleEventAlreadyCompletedException.struct_class = Types::LifecycleEventAlreadyCompletedException
1091
+
872
1092
  LifecycleEventList.member = Shapes::ShapeRef.new(shape: LifecycleEvent)
873
1093
 
1094
+ LifecycleHookLimitExceededException.struct_class = Types::LifecycleHookLimitExceededException
1095
+
874
1096
  ListApplicationRevisionsInput.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "applicationName"))
875
1097
  ListApplicationRevisionsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ApplicationRevisionSortBy, location_name: "sortBy"))
876
1098
  ListApplicationRevisionsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sortOrder"))
@@ -928,6 +1150,7 @@ module Aws::CodeDeploy
928
1150
 
929
1151
  ListDeploymentsInput.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "applicationName"))
930
1152
  ListDeploymentsInput.add_member(:deployment_group_name, Shapes::ShapeRef.new(shape: DeploymentGroupName, location_name: "deploymentGroupName"))
1153
+ ListDeploymentsInput.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
931
1154
  ListDeploymentsInput.add_member(:include_only_statuses, Shapes::ShapeRef.new(shape: DeploymentStatusList, location_name: "includeOnlyStatuses"))
932
1155
  ListDeploymentsInput.add_member(:create_time_range, Shapes::ShapeRef.new(shape: TimeRange, location_name: "createTimeRange"))
933
1156
  ListDeploymentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
@@ -972,11 +1195,15 @@ module Aws::CodeDeploy
972
1195
  MinimumHealthyHosts.add_member(:type, Shapes::ShapeRef.new(shape: MinimumHealthyHostsType, location_name: "type"))
973
1196
  MinimumHealthyHosts.struct_class = Types::MinimumHealthyHosts
974
1197
 
1198
+ MultipleIamArnsProvidedException.struct_class = Types::MultipleIamArnsProvidedException
1199
+
975
1200
  OnPremisesTagSet.add_member(:on_premises_tag_set_list, Shapes::ShapeRef.new(shape: OnPremisesTagSetList, location_name: "onPremisesTagSetList"))
976
1201
  OnPremisesTagSet.struct_class = Types::OnPremisesTagSet
977
1202
 
978
1203
  OnPremisesTagSetList.member = Shapes::ShapeRef.new(shape: TagFilterList)
979
1204
 
1205
+ OperationNotSupportedException.struct_class = Types::OperationNotSupportedException
1206
+
980
1207
  PutLifecycleEventHookExecutionStatusInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
981
1208
  PutLifecycleEventHookExecutionStatusInput.add_member(:lifecycle_event_hook_execution_id, Shapes::ShapeRef.new(shape: LifecycleEventHookExecutionId, location_name: "lifecycleEventHookExecutionId"))
982
1209
  PutLifecycleEventHookExecutionStatusInput.add_member(:status, Shapes::ShapeRef.new(shape: LifecycleEventStatus, location_name: "status"))
@@ -1003,6 +1230,12 @@ module Aws::CodeDeploy
1003
1230
  RemoveTagsFromOnPremisesInstancesInput.add_member(:instance_names, Shapes::ShapeRef.new(shape: InstanceNameList, required: true, location_name: "instanceNames"))
1004
1231
  RemoveTagsFromOnPremisesInstancesInput.struct_class = Types::RemoveTagsFromOnPremisesInstancesInput
1005
1232
 
1233
+ ResourceArnRequiredException.struct_class = Types::ResourceArnRequiredException
1234
+
1235
+ ResourceValidationException.struct_class = Types::ResourceValidationException
1236
+
1237
+ RevisionDoesNotExistException.struct_class = Types::RevisionDoesNotExistException
1238
+
1006
1239
  RevisionInfo.add_member(:revision_location, Shapes::ShapeRef.new(shape: RevisionLocation, location_name: "revisionLocation"))
1007
1240
  RevisionInfo.add_member(:generic_revision_info, Shapes::ShapeRef.new(shape: GenericRevisionInfo, location_name: "genericRevisionInfo"))
1008
1241
  RevisionInfo.struct_class = Types::RevisionInfo
@@ -1018,6 +1251,10 @@ module Aws::CodeDeploy
1018
1251
 
1019
1252
  RevisionLocationList.member = Shapes::ShapeRef.new(shape: RevisionLocation)
1020
1253
 
1254
+ RevisionRequiredException.struct_class = Types::RevisionRequiredException
1255
+
1256
+ RoleRequiredException.struct_class = Types::RoleRequiredException
1257
+
1021
1258
  RollbackInfo.add_member(:rollback_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "rollbackDeploymentId"))
1022
1259
  RollbackInfo.add_member(:rollback_triggering_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "rollbackTriggeringDeploymentId"))
1023
1260
  RollbackInfo.add_member(:rollback_message, Shapes::ShapeRef.new(shape: Description, location_name: "rollbackMessage"))
@@ -1054,14 +1291,20 @@ module Aws::CodeDeploy
1054
1291
 
1055
1292
  TagKeyList.member = Shapes::ShapeRef.new(shape: Key)
1056
1293
 
1294
+ TagLimitExceededException.struct_class = Types::TagLimitExceededException
1295
+
1057
1296
  TagList.member = Shapes::ShapeRef.new(shape: Tag)
1058
1297
 
1298
+ TagRequiredException.struct_class = Types::TagRequiredException
1299
+
1059
1300
  TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
1060
1301
  TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
1061
1302
  TagResourceInput.struct_class = Types::TagResourceInput
1062
1303
 
1063
1304
  TagResourceOutput.struct_class = Types::TagResourceOutput
1064
1305
 
1306
+ TagSetListLimitExceededException.struct_class = Types::TagSetListLimitExceededException
1307
+
1065
1308
  TargetFilters.key = Shapes::ShapeRef.new(shape: TargetFilterName)
1066
1309
  TargetFilters.value = Shapes::ShapeRef.new(shape: FilterValueList)
1067
1310
 
@@ -1084,6 +1327,8 @@ module Aws::CodeDeploy
1084
1327
  TargetInstances.add_member(:ec2_tag_set, Shapes::ShapeRef.new(shape: EC2TagSet, location_name: "ec2TagSet"))
1085
1328
  TargetInstances.struct_class = Types::TargetInstances
1086
1329
 
1330
+ ThrottlingException.struct_class = Types::ThrottlingException
1331
+
1087
1332
  TimeBasedCanary.add_member(:canary_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "canaryPercentage"))
1088
1333
  TimeBasedCanary.add_member(:canary_interval, Shapes::ShapeRef.new(shape: WaitTimeInMins, location_name: "canaryInterval"))
1089
1334
  TimeBasedCanary.struct_class = Types::TimeBasedCanary
@@ -1113,6 +1358,10 @@ module Aws::CodeDeploy
1113
1358
 
1114
1359
  TriggerEventTypeList.member = Shapes::ShapeRef.new(shape: TriggerEventType)
1115
1360
 
1361
+ TriggerTargetsLimitExceededException.struct_class = Types::TriggerTargetsLimitExceededException
1362
+
1363
+ UnsupportedActionForDeploymentTypeException.struct_class = Types::UnsupportedActionForDeploymentTypeException
1364
+
1116
1365
  UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
1117
1366
  UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
1118
1367
  UntagResourceInput.struct_class = Types::UntagResourceInput
@@ -1250,6 +1499,7 @@ module Aws::CodeDeploy
1250
1499
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentTargetIdException)
1251
1500
  o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetDoesNotExistException)
1252
1501
  o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetListSizeExceededException)
1502
+ o.errors << Shapes::ShapeRef.new(shape: InstanceDoesNotExistException)
1253
1503
  end)
1254
1504
 
1255
1505
  api.add_operation(:batch_get_deployments, Seahorse::Model::Operation.new.tap do |o|
@@ -1333,6 +1583,7 @@ module Aws::CodeDeploy
1333
1583
  o.errors << Shapes::ShapeRef.new(shape: InvalidUpdateOutdatedInstancesOnlyValueException)
1334
1584
  o.errors << Shapes::ShapeRef.new(shape: InvalidIgnoreApplicationStopFailuresValueException)
1335
1585
  o.errors << Shapes::ShapeRef.new(shape: InvalidGitHubAccountTokenException)
1586
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficRoutingConfigurationException)
1336
1587
  end)
1337
1588
 
1338
1589
  api.add_operation(:create_deployment_config, Seahorse::Model::Operation.new.tap do |o|
@@ -1388,6 +1639,7 @@ module Aws::CodeDeploy
1388
1639
  o.errors << Shapes::ShapeRef.new(shape: InvalidTargetGroupPairException)
1389
1640
  o.errors << Shapes::ShapeRef.new(shape: ECSServiceMappingLimitExceededException)
1390
1641
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagsToAddException)
1642
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficRoutingConfigurationException)
1391
1643
  end)
1392
1644
 
1393
1645
  api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
@@ -1439,6 +1691,14 @@ module Aws::CodeDeploy
1439
1691
  o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
1440
1692
  end)
1441
1693
 
1694
+ api.add_operation(:delete_resources_by_external_id, Seahorse::Model::Operation.new.tap do |o|
1695
+ o.name = "DeleteResourcesByExternalId"
1696
+ o.http_method = "POST"
1697
+ o.http_request_uri = "/"
1698
+ o.input = Shapes::ShapeRef.new(shape: DeleteResourcesByExternalIdInput)
1699
+ o.output = Shapes::ShapeRef.new(shape: DeleteResourcesByExternalIdOutput)
1700
+ end)
1701
+
1442
1702
  api.add_operation(:deregister_on_premises_instance, Seahorse::Model::Operation.new.tap do |o|
1443
1703
  o.name = "DeregisterOnPremisesInstance"
1444
1704
  o.http_method = "POST"
@@ -1678,6 +1938,8 @@ module Aws::CodeDeploy
1678
1938
  o.errors << Shapes::ShapeRef.new(shape: InvalidTimeRangeException)
1679
1939
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentStatusException)
1680
1940
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1941
+ o.errors << Shapes::ShapeRef.new(shape: InvalidExternalIdException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1681
1943
  o[:pager] = Aws::Pager.new(
1682
1944
  tokens: {
1683
1945
  "next_token" => "next_token"
@@ -1806,6 +2068,7 @@ module Aws::CodeDeploy
1806
2068
  o.errors << Shapes::ShapeRef.new(shape: DeploymentGroupDoesNotExistException)
1807
2069
  o.errors << Shapes::ShapeRef.new(shape: DeploymentAlreadyCompletedException)
1808
2070
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
2071
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionForDeploymentTypeException)
1809
2072
  end)
1810
2073
 
1811
2074
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -1888,6 +2151,7 @@ module Aws::CodeDeploy
1888
2151
  o.errors << Shapes::ShapeRef.new(shape: InvalidECSServiceException)
1889
2152
  o.errors << Shapes::ShapeRef.new(shape: InvalidTargetGroupPairException)
1890
2153
  o.errors << Shapes::ShapeRef.new(shape: ECSServiceMappingLimitExceededException)
2154
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficRoutingConfigurationException)
1891
2155
  end)
1892
2156
  end
1893
2157