aws-sdk-codedeploy 1.27.0 → 1.28.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/lib/aws-sdk-codedeploy.rb +7 -4
- data/lib/aws-sdk-codedeploy/client.rb +61 -10
- data/lib/aws-sdk-codedeploy/client_api.rb +224 -0
- data/lib/aws-sdk-codedeploy/errors.rb +1254 -0
- data/lib/aws-sdk-codedeploy/resource.rb +7 -0
- data/lib/aws-sdk-codedeploy/types.rb +746 -0
- metadata +2 -2
@@ -6,6 +6,13 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::CodeDeploy
|
9
|
+
# This class provides a resource oriented interface for CodeDeploy.
|
10
|
+
# To create a resource object:
|
11
|
+
# resource = Aws::CodeDeploy::Resource.new(region: 'us-west-2')
|
12
|
+
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
+
# If you do not pass +:client+, a default client will be constructed.
|
14
|
+
# client = Aws::CodeDeploy::Client.new(region: 'us-west-2')
|
15
|
+
# resource = Aws::CodeDeploy::Resource.new(client: client)
|
9
16
|
class Resource
|
10
17
|
|
11
18
|
# @param options ({})
|
@@ -109,6 +109,12 @@ module Aws::CodeDeploy
|
|
109
109
|
include Aws::Structure
|
110
110
|
end
|
111
111
|
|
112
|
+
# The maximum number of alarms for a deployment group (10) was exceeded.
|
113
|
+
#
|
114
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/AlarmsLimitExceededException AWS API Documentation
|
115
|
+
#
|
116
|
+
class AlarmsLimitExceededException < Aws::EmptyStructure; end
|
117
|
+
|
112
118
|
# A revision for an AWS Lambda or Amazon ECS deployment that is a
|
113
119
|
# YAML-formatted or JSON-formatted string. For AWS Lambda and Amazon ECS
|
114
120
|
# deployments, the revision is the same as the AppSpec file. This method
|
@@ -151,6 +157,19 @@ module Aws::CodeDeploy
|
|
151
157
|
include Aws::Structure
|
152
158
|
end
|
153
159
|
|
160
|
+
# An application with the specified name with the IAM user or AWS
|
161
|
+
# account already exists.
|
162
|
+
#
|
163
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ApplicationAlreadyExistsException AWS API Documentation
|
164
|
+
#
|
165
|
+
class ApplicationAlreadyExistsException < Aws::EmptyStructure; end
|
166
|
+
|
167
|
+
# The application does not exist with the IAM user or AWS account.
|
168
|
+
#
|
169
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ApplicationDoesNotExistException AWS API Documentation
|
170
|
+
#
|
171
|
+
class ApplicationDoesNotExistException < Aws::EmptyStructure; end
|
172
|
+
|
154
173
|
# Information about an application.
|
155
174
|
#
|
156
175
|
# @!attribute [rw] application_id
|
@@ -191,6 +210,25 @@ module Aws::CodeDeploy
|
|
191
210
|
include Aws::Structure
|
192
211
|
end
|
193
212
|
|
213
|
+
# More applications were attempted to be created than are allowed.
|
214
|
+
#
|
215
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ApplicationLimitExceededException AWS API Documentation
|
216
|
+
#
|
217
|
+
class ApplicationLimitExceededException < Aws::EmptyStructure; end
|
218
|
+
|
219
|
+
# The minimum number of required application names was not specified.
|
220
|
+
#
|
221
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ApplicationNameRequiredException AWS API Documentation
|
222
|
+
#
|
223
|
+
class ApplicationNameRequiredException < Aws::EmptyStructure; end
|
224
|
+
|
225
|
+
# The specified ARN is not supported. For example, it might be an ARN
|
226
|
+
# for a resource that is not expected.
|
227
|
+
#
|
228
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ArnNotSupportedException AWS API Documentation
|
229
|
+
#
|
230
|
+
class ArnNotSupportedException < Aws::EmptyStructure; end
|
231
|
+
|
194
232
|
# Information about a configuration for automatically rolling back to a
|
195
233
|
# previous version of an application revision when a deployment is not
|
196
234
|
# completed successfully.
|
@@ -572,6 +610,13 @@ module Aws::CodeDeploy
|
|
572
610
|
include Aws::Structure
|
573
611
|
end
|
574
612
|
|
613
|
+
# The maximum number of names or IDs allowed for this request (100) was
|
614
|
+
# exceeded.
|
615
|
+
#
|
616
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchLimitExceededException AWS API Documentation
|
617
|
+
#
|
618
|
+
class BatchLimitExceededException < Aws::EmptyStructure; end
|
619
|
+
|
575
620
|
# Information about blue/green deployment options for a deployment
|
576
621
|
# group.
|
577
622
|
#
|
@@ -660,6 +705,12 @@ module Aws::CodeDeploy
|
|
660
705
|
include Aws::Structure
|
661
706
|
end
|
662
707
|
|
708
|
+
# A bucket name is required, but was not provided.
|
709
|
+
#
|
710
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BucketNameFilterRequiredException AWS API Documentation
|
711
|
+
#
|
712
|
+
class BucketNameFilterRequiredException < Aws::EmptyStructure; end
|
713
|
+
|
663
714
|
# @note When making an API call, you may pass ContinueDeploymentInput
|
664
715
|
# data as a hash:
|
665
716
|
#
|
@@ -1400,6 +1451,39 @@ module Aws::CodeDeploy
|
|
1400
1451
|
include Aws::Structure
|
1401
1452
|
end
|
1402
1453
|
|
1454
|
+
# The deployment is already complete.
|
1455
|
+
#
|
1456
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentAlreadyCompletedException AWS API Documentation
|
1457
|
+
#
|
1458
|
+
class DeploymentAlreadyCompletedException < Aws::EmptyStructure; end
|
1459
|
+
|
1460
|
+
# A deployment to a target was attempted while another deployment was in
|
1461
|
+
# progress.
|
1462
|
+
#
|
1463
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentAlreadyStartedException AWS API Documentation
|
1464
|
+
#
|
1465
|
+
class DeploymentAlreadyStartedException < Aws::EmptyStructure; end
|
1466
|
+
|
1467
|
+
# A deployment configuration with the specified name with the IAM user
|
1468
|
+
# or AWS account already exists .
|
1469
|
+
#
|
1470
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigAlreadyExistsException AWS API Documentation
|
1471
|
+
#
|
1472
|
+
class DeploymentConfigAlreadyExistsException < Aws::EmptyStructure; end
|
1473
|
+
|
1474
|
+
# The deployment configuration does not exist with the IAM user or AWS
|
1475
|
+
# account.
|
1476
|
+
#
|
1477
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigDoesNotExistException AWS API Documentation
|
1478
|
+
#
|
1479
|
+
class DeploymentConfigDoesNotExistException < Aws::EmptyStructure; end
|
1480
|
+
|
1481
|
+
# The deployment configuration is still in use.
|
1482
|
+
#
|
1483
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigInUseException AWS API Documentation
|
1484
|
+
#
|
1485
|
+
class DeploymentConfigInUseException < Aws::EmptyStructure; end
|
1486
|
+
|
1403
1487
|
# Information about a deployment configuration.
|
1404
1488
|
#
|
1405
1489
|
# @!attribute [rw] deployment_config_id
|
@@ -1442,6 +1526,38 @@ module Aws::CodeDeploy
|
|
1442
1526
|
include Aws::Structure
|
1443
1527
|
end
|
1444
1528
|
|
1529
|
+
# The deployment configurations limit was exceeded.
|
1530
|
+
#
|
1531
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigLimitExceededException AWS API Documentation
|
1532
|
+
#
|
1533
|
+
class DeploymentConfigLimitExceededException < Aws::EmptyStructure; end
|
1534
|
+
|
1535
|
+
# The deployment configuration name was not specified.
|
1536
|
+
#
|
1537
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigNameRequiredException AWS API Documentation
|
1538
|
+
#
|
1539
|
+
class DeploymentConfigNameRequiredException < Aws::EmptyStructure; end
|
1540
|
+
|
1541
|
+
# The deployment with the IAM user or AWS account does not exist.
|
1542
|
+
#
|
1543
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentDoesNotExistException AWS API Documentation
|
1544
|
+
#
|
1545
|
+
class DeploymentDoesNotExistException < Aws::EmptyStructure; end
|
1546
|
+
|
1547
|
+
# A deployment group with the specified name with the IAM user or AWS
|
1548
|
+
# account already exists.
|
1549
|
+
#
|
1550
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentGroupAlreadyExistsException AWS API Documentation
|
1551
|
+
#
|
1552
|
+
class DeploymentGroupAlreadyExistsException < Aws::EmptyStructure; end
|
1553
|
+
|
1554
|
+
# The named deployment group with the IAM user or AWS account does not
|
1555
|
+
# exist.
|
1556
|
+
#
|
1557
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentGroupDoesNotExistException AWS API Documentation
|
1558
|
+
#
|
1559
|
+
class DeploymentGroupDoesNotExistException < Aws::EmptyStructure; end
|
1560
|
+
|
1445
1561
|
# Information about a deployment group.
|
1446
1562
|
#
|
1447
1563
|
# @!attribute [rw] application_name
|
@@ -1581,6 +1697,24 @@ module Aws::CodeDeploy
|
|
1581
1697
|
include Aws::Structure
|
1582
1698
|
end
|
1583
1699
|
|
1700
|
+
# The deployment groups limit was exceeded.
|
1701
|
+
#
|
1702
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentGroupLimitExceededException AWS API Documentation
|
1703
|
+
#
|
1704
|
+
class DeploymentGroupLimitExceededException < Aws::EmptyStructure; end
|
1705
|
+
|
1706
|
+
# The deployment group name was not specified.
|
1707
|
+
#
|
1708
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentGroupNameRequiredException AWS API Documentation
|
1709
|
+
#
|
1710
|
+
class DeploymentGroupNameRequiredException < Aws::EmptyStructure; end
|
1711
|
+
|
1712
|
+
# At least one deployment ID must be specified.
|
1713
|
+
#
|
1714
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentIdRequiredException AWS API Documentation
|
1715
|
+
#
|
1716
|
+
class DeploymentIdRequiredException < Aws::EmptyStructure; end
|
1717
|
+
|
1584
1718
|
# Information about a deployment.
|
1585
1719
|
#
|
1586
1720
|
# @!attribute [rw] application_name
|
@@ -1787,6 +1921,25 @@ module Aws::CodeDeploy
|
|
1787
1921
|
include Aws::Structure
|
1788
1922
|
end
|
1789
1923
|
|
1924
|
+
# The deployment does not have a status of Ready and can't continue
|
1925
|
+
# yet.
|
1926
|
+
#
|
1927
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentIsNotInReadyStateException AWS API Documentation
|
1928
|
+
#
|
1929
|
+
class DeploymentIsNotInReadyStateException < Aws::EmptyStructure; end
|
1930
|
+
|
1931
|
+
# The number of allowed deployments was exceeded.
|
1932
|
+
#
|
1933
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentLimitExceededException AWS API Documentation
|
1934
|
+
#
|
1935
|
+
class DeploymentLimitExceededException < Aws::EmptyStructure; end
|
1936
|
+
|
1937
|
+
# The specified deployment has not started.
|
1938
|
+
#
|
1939
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentNotStartedException AWS API Documentation
|
1940
|
+
#
|
1941
|
+
class DeploymentNotStartedException < Aws::EmptyStructure; end
|
1942
|
+
|
1790
1943
|
# Information about the deployment status of the instances in the
|
1791
1944
|
# deployment.
|
1792
1945
|
#
|
@@ -1931,6 +2084,27 @@ module Aws::CodeDeploy
|
|
1931
2084
|
include Aws::Structure
|
1932
2085
|
end
|
1933
2086
|
|
2087
|
+
# The provided target ID does not belong to the attempted deployment.
|
2088
|
+
#
|
2089
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentTargetDoesNotExistException AWS API Documentation
|
2090
|
+
#
|
2091
|
+
class DeploymentTargetDoesNotExistException < Aws::EmptyStructure; end
|
2092
|
+
|
2093
|
+
# A deployment target ID was not provided.
|
2094
|
+
#
|
2095
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentTargetIdRequiredException AWS API Documentation
|
2096
|
+
#
|
2097
|
+
class DeploymentTargetIdRequiredException < Aws::EmptyStructure; end
|
2098
|
+
|
2099
|
+
# The maximum number of targets that can be associated with an Amazon
|
2100
|
+
# ECS or AWS Lambda deployment was exceeded. The target list of both
|
2101
|
+
# types of deployments must have exactly one item. This exception does
|
2102
|
+
# not apply to EC2/On-premises deployments.
|
2103
|
+
#
|
2104
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentTargetListSizeExceededException AWS API Documentation
|
2105
|
+
#
|
2106
|
+
class DeploymentTargetListSizeExceededException < Aws::EmptyStructure; end
|
2107
|
+
|
1934
2108
|
# Represents the input of a DeregisterOnPremisesInstance operation.
|
1935
2109
|
#
|
1936
2110
|
# @note When making an API call, you may pass DeregisterOnPremisesInstanceInput
|
@@ -1951,6 +2125,12 @@ module Aws::CodeDeploy
|
|
1951
2125
|
include Aws::Structure
|
1952
2126
|
end
|
1953
2127
|
|
2128
|
+
# The description is too long.
|
2129
|
+
#
|
2130
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DescriptionTooLongException AWS API Documentation
|
2131
|
+
#
|
2132
|
+
class DescriptionTooLongException < Aws::EmptyStructure; end
|
2133
|
+
|
1954
2134
|
# Diagnostic information about executable scripts that are part of a
|
1955
2135
|
# deployment.
|
1956
2136
|
#
|
@@ -2095,6 +2275,14 @@ module Aws::CodeDeploy
|
|
2095
2275
|
include Aws::Structure
|
2096
2276
|
end
|
2097
2277
|
|
2278
|
+
# The Amazon ECS service is associated with more than one deployment
|
2279
|
+
# groups. An Amazon ECS service can be associated with only one
|
2280
|
+
# deployment group.
|
2281
|
+
#
|
2282
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ECSServiceMappingLimitExceededException AWS API Documentation
|
2283
|
+
#
|
2284
|
+
class ECSServiceMappingLimitExceededException < Aws::EmptyStructure; end
|
2285
|
+
|
2098
2286
|
# Information about the target of an Amazon ECS deployment.
|
2099
2287
|
#
|
2100
2288
|
# @!attribute [rw] deployment_id
|
@@ -2665,6 +2853,19 @@ module Aws::CodeDeploy
|
|
2665
2853
|
include Aws::Structure
|
2666
2854
|
end
|
2667
2855
|
|
2856
|
+
# No GitHub account connection exists with the named specified in the
|
2857
|
+
# call.
|
2858
|
+
#
|
2859
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GitHubAccountTokenDoesNotExistException AWS API Documentation
|
2860
|
+
#
|
2861
|
+
class GitHubAccountTokenDoesNotExistException < Aws::EmptyStructure; end
|
2862
|
+
|
2863
|
+
# The call is missing a required GitHub account connection name.
|
2864
|
+
#
|
2865
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GitHubAccountTokenNameRequiredException AWS API Documentation
|
2866
|
+
#
|
2867
|
+
class GitHubAccountTokenNameRequiredException < Aws::EmptyStructure; end
|
2868
|
+
|
2668
2869
|
# Information about the location of application artifacts stored in
|
2669
2870
|
# GitHub.
|
2670
2871
|
#
|
@@ -2725,6 +2926,45 @@ module Aws::CodeDeploy
|
|
2725
2926
|
include Aws::Structure
|
2726
2927
|
end
|
2727
2928
|
|
2929
|
+
# No IAM ARN was included in the request. You must use an IAM session
|
2930
|
+
# ARN or IAM user ARN in the request.
|
2931
|
+
#
|
2932
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/IamArnRequiredException AWS API Documentation
|
2933
|
+
#
|
2934
|
+
class IamArnRequiredException < Aws::EmptyStructure; end
|
2935
|
+
|
2936
|
+
# The request included an IAM session ARN that has already been used to
|
2937
|
+
# register a different instance.
|
2938
|
+
#
|
2939
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/IamSessionArnAlreadyRegisteredException AWS API Documentation
|
2940
|
+
#
|
2941
|
+
class IamSessionArnAlreadyRegisteredException < Aws::EmptyStructure; end
|
2942
|
+
|
2943
|
+
# The specified IAM user ARN is already registered with an on-premises
|
2944
|
+
# instance.
|
2945
|
+
#
|
2946
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/IamUserArnAlreadyRegisteredException AWS API Documentation
|
2947
|
+
#
|
2948
|
+
class IamUserArnAlreadyRegisteredException < Aws::EmptyStructure; end
|
2949
|
+
|
2950
|
+
# An IAM user ARN was not specified.
|
2951
|
+
#
|
2952
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/IamUserArnRequiredException AWS API Documentation
|
2953
|
+
#
|
2954
|
+
class IamUserArnRequiredException < Aws::EmptyStructure; end
|
2955
|
+
|
2956
|
+
# The specified instance does not exist in the deployment group.
|
2957
|
+
#
|
2958
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceDoesNotExistException AWS API Documentation
|
2959
|
+
#
|
2960
|
+
class InstanceDoesNotExistException < Aws::EmptyStructure; end
|
2961
|
+
|
2962
|
+
# The instance ID was not specified.
|
2963
|
+
#
|
2964
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceIdRequiredException AWS API Documentation
|
2965
|
+
#
|
2966
|
+
class InstanceIdRequiredException < Aws::EmptyStructure; end
|
2967
|
+
|
2728
2968
|
# Information about an on-premises instance.
|
2729
2969
|
#
|
2730
2970
|
# @!attribute [rw] instance_name
|
@@ -2769,6 +3009,31 @@ module Aws::CodeDeploy
|
|
2769
3009
|
include Aws::Structure
|
2770
3010
|
end
|
2771
3011
|
|
3012
|
+
# The maximum number of allowed on-premises instances in a single call
|
3013
|
+
# was exceeded.
|
3014
|
+
#
|
3015
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceLimitExceededException AWS API Documentation
|
3016
|
+
#
|
3017
|
+
class InstanceLimitExceededException < Aws::EmptyStructure; end
|
3018
|
+
|
3019
|
+
# The specified on-premises instance name is already registered.
|
3020
|
+
#
|
3021
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceNameAlreadyRegisteredException AWS API Documentation
|
3022
|
+
#
|
3023
|
+
class InstanceNameAlreadyRegisteredException < Aws::EmptyStructure; end
|
3024
|
+
|
3025
|
+
# An on-premises instance name was not specified.
|
3026
|
+
#
|
3027
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceNameRequiredException AWS API Documentation
|
3028
|
+
#
|
3029
|
+
class InstanceNameRequiredException < Aws::EmptyStructure; end
|
3030
|
+
|
3031
|
+
# The specified on-premises instance is not registered.
|
3032
|
+
#
|
3033
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InstanceNotRegisteredException AWS API Documentation
|
3034
|
+
#
|
3035
|
+
class InstanceNotRegisteredException < Aws::EmptyStructure; end
|
3036
|
+
|
2772
3037
|
# Information about an instance in a deployment.
|
2773
3038
|
#
|
2774
3039
|
# @!attribute [rw] deployment_id
|
@@ -2872,6 +3137,393 @@ module Aws::CodeDeploy
|
|
2872
3137
|
include Aws::Structure
|
2873
3138
|
end
|
2874
3139
|
|
3140
|
+
# The format of the alarm configuration is invalid. Possible causes
|
3141
|
+
# include:
|
3142
|
+
#
|
3143
|
+
# * The alarm list is null.
|
3144
|
+
#
|
3145
|
+
# * The alarm object is null.
|
3146
|
+
#
|
3147
|
+
# * The alarm name is empty or null or exceeds the limit of 255
|
3148
|
+
# characters.
|
3149
|
+
#
|
3150
|
+
# * Two alarms with the same name have been specified.
|
3151
|
+
#
|
3152
|
+
# * The alarm configuration is enabled, but the alarm list is empty.
|
3153
|
+
#
|
3154
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidAlarmConfigException AWS API Documentation
|
3155
|
+
#
|
3156
|
+
class InvalidAlarmConfigException < Aws::EmptyStructure; end
|
3157
|
+
|
3158
|
+
# The application name was specified in an invalid format.
|
3159
|
+
#
|
3160
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidApplicationNameException AWS API Documentation
|
3161
|
+
#
|
3162
|
+
class InvalidApplicationNameException < Aws::EmptyStructure; end
|
3163
|
+
|
3164
|
+
# The specified ARN is not in a valid format.
|
3165
|
+
#
|
3166
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidArnException AWS API Documentation
|
3167
|
+
#
|
3168
|
+
class InvalidArnException < Aws::EmptyStructure; end
|
3169
|
+
|
3170
|
+
# The automatic rollback configuration was specified in an invalid
|
3171
|
+
# format. For example, automatic rollback is enabled, but an invalid
|
3172
|
+
# triggering event type or no event types were listed.
|
3173
|
+
#
|
3174
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidAutoRollbackConfigException AWS API Documentation
|
3175
|
+
#
|
3176
|
+
class InvalidAutoRollbackConfigException < Aws::EmptyStructure; end
|
3177
|
+
|
3178
|
+
# The Auto Scaling group was specified in an invalid format or does not
|
3179
|
+
# exist.
|
3180
|
+
#
|
3181
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidAutoScalingGroupException AWS API Documentation
|
3182
|
+
#
|
3183
|
+
class InvalidAutoScalingGroupException < Aws::EmptyStructure; end
|
3184
|
+
|
3185
|
+
# The configuration for the blue/green deployment group was provided in
|
3186
|
+
# an invalid format. For information about deployment configuration
|
3187
|
+
# format, see CreateDeploymentConfig.
|
3188
|
+
#
|
3189
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidBlueGreenDeploymentConfigurationException AWS API Documentation
|
3190
|
+
#
|
3191
|
+
class InvalidBlueGreenDeploymentConfigurationException < Aws::EmptyStructure; end
|
3192
|
+
|
3193
|
+
# The bucket name either doesn't exist or was specified in an invalid
|
3194
|
+
# format.
|
3195
|
+
#
|
3196
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidBucketNameFilterException AWS API Documentation
|
3197
|
+
#
|
3198
|
+
class InvalidBucketNameFilterException < Aws::EmptyStructure; end
|
3199
|
+
|
3200
|
+
# The computePlatform is invalid. The computePlatform should be `Lambda`
|
3201
|
+
# or `Server`.
|
3202
|
+
#
|
3203
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidComputePlatformException AWS API Documentation
|
3204
|
+
#
|
3205
|
+
class InvalidComputePlatformException < Aws::EmptyStructure; end
|
3206
|
+
|
3207
|
+
# The deployed state filter was specified in an invalid format.
|
3208
|
+
#
|
3209
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeployedStateFilterException AWS API Documentation
|
3210
|
+
#
|
3211
|
+
class InvalidDeployedStateFilterException < Aws::EmptyStructure; end
|
3212
|
+
|
3213
|
+
# The ID of the deployment configuration is invalid.
|
3214
|
+
#
|
3215
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentConfigIdException AWS API Documentation
|
3216
|
+
#
|
3217
|
+
class InvalidDeploymentConfigIdException < Aws::EmptyStructure; end
|
3218
|
+
|
3219
|
+
# The deployment configuration name was specified in an invalid format.
|
3220
|
+
#
|
3221
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentConfigNameException AWS API Documentation
|
3222
|
+
#
|
3223
|
+
class InvalidDeploymentConfigNameException < Aws::EmptyStructure; end
|
3224
|
+
|
3225
|
+
# The deployment group name was specified in an invalid format.
|
3226
|
+
#
|
3227
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentGroupNameException AWS API Documentation
|
3228
|
+
#
|
3229
|
+
class InvalidDeploymentGroupNameException < Aws::EmptyStructure; end
|
3230
|
+
|
3231
|
+
# At least one of the deployment IDs was specified in an invalid format.
|
3232
|
+
#
|
3233
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentIdException AWS API Documentation
|
3234
|
+
#
|
3235
|
+
class InvalidDeploymentIdException < Aws::EmptyStructure; end
|
3236
|
+
|
3237
|
+
# An instance type was specified for an in-place deployment. Instance
|
3238
|
+
# types are supported for blue/green deployments only.
|
3239
|
+
#
|
3240
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentInstanceTypeException AWS API Documentation
|
3241
|
+
#
|
3242
|
+
class InvalidDeploymentInstanceTypeException < Aws::EmptyStructure; end
|
3243
|
+
|
3244
|
+
# The specified deployment status doesn't exist or cannot be
|
3245
|
+
# determined.
|
3246
|
+
#
|
3247
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentStatusException AWS API Documentation
|
3248
|
+
#
|
3249
|
+
class InvalidDeploymentStatusException < Aws::EmptyStructure; end
|
3250
|
+
|
3251
|
+
# An invalid deployment style was specified. Valid deployment types
|
3252
|
+
# include "IN\_PLACE" and "BLUE\_GREEN." Valid deployment options
|
3253
|
+
# include "WITH\_TRAFFIC\_CONTROL" and "WITHOUT\_TRAFFIC\_CONTROL."
|
3254
|
+
#
|
3255
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentStyleException AWS API Documentation
|
3256
|
+
#
|
3257
|
+
class InvalidDeploymentStyleException < Aws::EmptyStructure; end
|
3258
|
+
|
3259
|
+
# The target ID provided was not valid.
|
3260
|
+
#
|
3261
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentTargetIdException AWS API Documentation
|
3262
|
+
#
|
3263
|
+
class InvalidDeploymentTargetIdException < Aws::EmptyStructure; end
|
3264
|
+
|
3265
|
+
# The wait type is invalid.
|
3266
|
+
#
|
3267
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidDeploymentWaitTypeException AWS API Documentation
|
3268
|
+
#
|
3269
|
+
class InvalidDeploymentWaitTypeException < Aws::EmptyStructure; end
|
3270
|
+
|
3271
|
+
# A call was submitted that specified both Ec2TagFilters and Ec2TagSet,
|
3272
|
+
# but only one of these data types can be used in a single call.
|
3273
|
+
#
|
3274
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidEC2TagCombinationException AWS API Documentation
|
3275
|
+
#
|
3276
|
+
class InvalidEC2TagCombinationException < Aws::EmptyStructure; end
|
3277
|
+
|
3278
|
+
# The tag was specified in an invalid format.
|
3279
|
+
#
|
3280
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidEC2TagException AWS API Documentation
|
3281
|
+
#
|
3282
|
+
class InvalidEC2TagException < Aws::EmptyStructure; end
|
3283
|
+
|
3284
|
+
# The Amazon ECS service identifier is not valid.
|
3285
|
+
#
|
3286
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidECSServiceException AWS API Documentation
|
3287
|
+
#
|
3288
|
+
class InvalidECSServiceException < Aws::EmptyStructure; end
|
3289
|
+
|
3290
|
+
# An invalid fileExistsBehavior option was specified to determine how
|
3291
|
+
# AWS CodeDeploy handles files or directories that already exist in a
|
3292
|
+
# deployment target location, but weren't part of the previous
|
3293
|
+
# successful deployment. Valid values include "DISALLOW,"
|
3294
|
+
# "OVERWRITE," and "RETAIN."
|
3295
|
+
#
|
3296
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidFileExistsBehaviorException AWS API Documentation
|
3297
|
+
#
|
3298
|
+
class InvalidFileExistsBehaviorException < Aws::EmptyStructure; end
|
3299
|
+
|
3300
|
+
# The GitHub token is not valid.
|
3301
|
+
#
|
3302
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidGitHubAccountTokenException AWS API Documentation
|
3303
|
+
#
|
3304
|
+
class InvalidGitHubAccountTokenException < Aws::EmptyStructure; end
|
3305
|
+
|
3306
|
+
# The format of the specified GitHub account connection name is invalid.
|
3307
|
+
#
|
3308
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidGitHubAccountTokenNameException AWS API Documentation
|
3309
|
+
#
|
3310
|
+
class InvalidGitHubAccountTokenNameException < Aws::EmptyStructure; end
|
3311
|
+
|
3312
|
+
# The IAM session ARN was specified in an invalid format.
|
3313
|
+
#
|
3314
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidIamSessionArnException AWS API Documentation
|
3315
|
+
#
|
3316
|
+
class InvalidIamSessionArnException < Aws::EmptyStructure; end
|
3317
|
+
|
3318
|
+
# The IAM user ARN was specified in an invalid format.
|
3319
|
+
#
|
3320
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidIamUserArnException AWS API Documentation
|
3321
|
+
#
|
3322
|
+
class InvalidIamUserArnException < Aws::EmptyStructure; end
|
3323
|
+
|
3324
|
+
# The IgnoreApplicationStopFailures value is invalid. For AWS Lambda
|
3325
|
+
# deployments, `false` is expected. For EC2/On-premises deployments,
|
3326
|
+
# `true` or `false` is expected.
|
3327
|
+
#
|
3328
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidIgnoreApplicationStopFailuresValueException AWS API Documentation
|
3329
|
+
#
|
3330
|
+
class InvalidIgnoreApplicationStopFailuresValueException < Aws::EmptyStructure; end
|
3331
|
+
|
3332
|
+
# The input was specified in an invalid format.
|
3333
|
+
#
|
3334
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidInputException AWS API Documentation
|
3335
|
+
#
|
3336
|
+
class InvalidInputException < Aws::EmptyStructure; end
|
3337
|
+
|
3338
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidInstanceIdException AWS API Documentation
|
3339
|
+
#
|
3340
|
+
class InvalidInstanceIdException < Aws::EmptyStructure; end
|
3341
|
+
|
3342
|
+
# The on-premises instance name was specified in an invalid format.
|
3343
|
+
#
|
3344
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidInstanceNameException AWS API Documentation
|
3345
|
+
#
|
3346
|
+
class InvalidInstanceNameException < Aws::EmptyStructure; end
|
3347
|
+
|
3348
|
+
# The specified instance status does not exist.
|
3349
|
+
#
|
3350
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidInstanceStatusException AWS API Documentation
|
3351
|
+
#
|
3352
|
+
class InvalidInstanceStatusException < Aws::EmptyStructure; end
|
3353
|
+
|
3354
|
+
# An invalid instance type was specified for instances in a blue/green
|
3355
|
+
# deployment. Valid values include "Blue" for an original environment
|
3356
|
+
# and "Green" for a replacement environment.
|
3357
|
+
#
|
3358
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidInstanceTypeException AWS API Documentation
|
3359
|
+
#
|
3360
|
+
class InvalidInstanceTypeException < Aws::EmptyStructure; end
|
3361
|
+
|
3362
|
+
# The specified key prefix filter was specified in an invalid format.
|
3363
|
+
#
|
3364
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidKeyPrefixFilterException AWS API Documentation
|
3365
|
+
#
|
3366
|
+
class InvalidKeyPrefixFilterException < Aws::EmptyStructure; end
|
3367
|
+
|
3368
|
+
# A lifecycle event hook is invalid. Review the `hooks` section in your
|
3369
|
+
# AppSpec file to ensure the lifecycle events and `hooks` functions are
|
3370
|
+
# valid.
|
3371
|
+
#
|
3372
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidLifecycleEventHookExecutionIdException AWS API Documentation
|
3373
|
+
#
|
3374
|
+
class InvalidLifecycleEventHookExecutionIdException < Aws::EmptyStructure; end
|
3375
|
+
|
3376
|
+
# The result of a Lambda validation function that verifies a lifecycle
|
3377
|
+
# event is invalid. It should return `Succeeded` or `Failed`.
|
3378
|
+
#
|
3379
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidLifecycleEventHookExecutionStatusException AWS API Documentation
|
3380
|
+
#
|
3381
|
+
class InvalidLifecycleEventHookExecutionStatusException < Aws::EmptyStructure; end
|
3382
|
+
|
3383
|
+
# An invalid load balancer name, or no load balancer name, was
|
3384
|
+
# specified.
|
3385
|
+
#
|
3386
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidLoadBalancerInfoException AWS API Documentation
|
3387
|
+
#
|
3388
|
+
class InvalidLoadBalancerInfoException < Aws::EmptyStructure; end
|
3389
|
+
|
3390
|
+
# The minimum healthy instance value was specified in an invalid format.
|
3391
|
+
#
|
3392
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidMinimumHealthyHostValueException AWS API Documentation
|
3393
|
+
#
|
3394
|
+
class InvalidMinimumHealthyHostValueException < Aws::EmptyStructure; end
|
3395
|
+
|
3396
|
+
# The next token was specified in an invalid format.
|
3397
|
+
#
|
3398
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidNextTokenException AWS API Documentation
|
3399
|
+
#
|
3400
|
+
class InvalidNextTokenException < Aws::EmptyStructure; end
|
3401
|
+
|
3402
|
+
# A call was submitted that specified both OnPremisesTagFilters and
|
3403
|
+
# OnPremisesTagSet, but only one of these data types can be used in a
|
3404
|
+
# single call.
|
3405
|
+
#
|
3406
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidOnPremisesTagCombinationException AWS API Documentation
|
3407
|
+
#
|
3408
|
+
class InvalidOnPremisesTagCombinationException < Aws::EmptyStructure; end
|
3409
|
+
|
3410
|
+
# An invalid operation was detected.
|
3411
|
+
#
|
3412
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidOperationException AWS API Documentation
|
3413
|
+
#
|
3414
|
+
class InvalidOperationException < Aws::EmptyStructure; end
|
3415
|
+
|
3416
|
+
# The registration status was specified in an invalid format.
|
3417
|
+
#
|
3418
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidRegistrationStatusException AWS API Documentation
|
3419
|
+
#
|
3420
|
+
class InvalidRegistrationStatusException < Aws::EmptyStructure; end
|
3421
|
+
|
3422
|
+
# The revision was specified in an invalid format.
|
3423
|
+
#
|
3424
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidRevisionException AWS API Documentation
|
3425
|
+
#
|
3426
|
+
class InvalidRevisionException < Aws::EmptyStructure; end
|
3427
|
+
|
3428
|
+
# The service role ARN was specified in an invalid format. Or, if an
|
3429
|
+
# Auto Scaling group was specified, the specified service role does not
|
3430
|
+
# grant the appropriate permissions to Amazon EC2 Auto Scaling.
|
3431
|
+
#
|
3432
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidRoleException AWS API Documentation
|
3433
|
+
#
|
3434
|
+
class InvalidRoleException < Aws::EmptyStructure; end
|
3435
|
+
|
3436
|
+
# The column name to sort by is either not present or was specified in
|
3437
|
+
# an invalid format.
|
3438
|
+
#
|
3439
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidSortByException AWS API Documentation
|
3440
|
+
#
|
3441
|
+
class InvalidSortByException < Aws::EmptyStructure; end
|
3442
|
+
|
3443
|
+
# The sort order was specified in an invalid format.
|
3444
|
+
#
|
3445
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidSortOrderException AWS API Documentation
|
3446
|
+
#
|
3447
|
+
class InvalidSortOrderException < Aws::EmptyStructure; end
|
3448
|
+
|
3449
|
+
# The tag was specified in an invalid format.
|
3450
|
+
#
|
3451
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTagException AWS API Documentation
|
3452
|
+
#
|
3453
|
+
class InvalidTagException < Aws::EmptyStructure; end
|
3454
|
+
|
3455
|
+
# The tag filter was specified in an invalid format.
|
3456
|
+
#
|
3457
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTagFilterException AWS API Documentation
|
3458
|
+
#
|
3459
|
+
class InvalidTagFilterException < Aws::EmptyStructure; end
|
3460
|
+
|
3461
|
+
# The specified tags are not valid.
|
3462
|
+
#
|
3463
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTagsToAddException AWS API Documentation
|
3464
|
+
#
|
3465
|
+
class InvalidTagsToAddException < Aws::EmptyStructure; end
|
3466
|
+
|
3467
|
+
# A target is not valid.
|
3468
|
+
#
|
3469
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTargetException AWS API Documentation
|
3470
|
+
#
|
3471
|
+
class InvalidTargetException < Aws::EmptyStructure; end
|
3472
|
+
|
3473
|
+
# The target filter name is invalid.
|
3474
|
+
#
|
3475
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTargetFilterNameException AWS API Documentation
|
3476
|
+
#
|
3477
|
+
class InvalidTargetFilterNameException < Aws::EmptyStructure; end
|
3478
|
+
|
3479
|
+
# A target group pair associated with this deployment is not valid.
|
3480
|
+
#
|
3481
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTargetGroupPairException AWS API Documentation
|
3482
|
+
#
|
3483
|
+
class InvalidTargetGroupPairException < Aws::EmptyStructure; end
|
3484
|
+
|
3485
|
+
# The target instance configuration is invalid. Possible causes include:
|
3486
|
+
#
|
3487
|
+
# * Configuration data for target instances was entered for an in-place
|
3488
|
+
# deployment.
|
3489
|
+
#
|
3490
|
+
# * The limit of 10 tags for a tag type was exceeded.
|
3491
|
+
#
|
3492
|
+
# * The combined length of the tag names exceeded the limit.
|
3493
|
+
#
|
3494
|
+
# * A specified tag is not currently applied to any instances.
|
3495
|
+
#
|
3496
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTargetInstancesException AWS API Documentation
|
3497
|
+
#
|
3498
|
+
class InvalidTargetInstancesException < Aws::EmptyStructure; end
|
3499
|
+
|
3500
|
+
# The specified time range was specified in an invalid format.
|
3501
|
+
#
|
3502
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTimeRangeException AWS API Documentation
|
3503
|
+
#
|
3504
|
+
class InvalidTimeRangeException < Aws::EmptyStructure; end
|
3505
|
+
|
3506
|
+
# The configuration that specifies how traffic is routed during a
|
3507
|
+
# deployment is invalid.
|
3508
|
+
#
|
3509
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTrafficRoutingConfigurationException AWS API Documentation
|
3510
|
+
#
|
3511
|
+
class InvalidTrafficRoutingConfigurationException < Aws::EmptyStructure; end
|
3512
|
+
|
3513
|
+
# The trigger was specified in an invalid format.
|
3514
|
+
#
|
3515
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidTriggerConfigException AWS API Documentation
|
3516
|
+
#
|
3517
|
+
class InvalidTriggerConfigException < Aws::EmptyStructure; end
|
3518
|
+
|
3519
|
+
# The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda
|
3520
|
+
# deployments, `false` is expected. For EC2/On-premises deployments,
|
3521
|
+
# `true` or `false` is expected.
|
3522
|
+
#
|
3523
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidUpdateOutdatedInstancesOnlyValueException AWS API Documentation
|
3524
|
+
#
|
3525
|
+
class InvalidUpdateOutdatedInstancesOnlyValueException < Aws::EmptyStructure; end
|
3526
|
+
|
2875
3527
|
# Information about a Lambda function specified in a deployment.
|
2876
3528
|
#
|
2877
3529
|
# @!attribute [rw] function_name
|
@@ -3039,6 +3691,19 @@ module Aws::CodeDeploy
|
|
3039
3691
|
include Aws::Structure
|
3040
3692
|
end
|
3041
3693
|
|
3694
|
+
# An attempt to return the status of an already completed lifecycle
|
3695
|
+
# event occurred.
|
3696
|
+
#
|
3697
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/LifecycleEventAlreadyCompletedException AWS API Documentation
|
3698
|
+
#
|
3699
|
+
class LifecycleEventAlreadyCompletedException < Aws::EmptyStructure; end
|
3700
|
+
|
3701
|
+
# The limit for lifecycle hooks was exceeded.
|
3702
|
+
#
|
3703
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/LifecycleHookLimitExceededException AWS API Documentation
|
3704
|
+
#
|
3705
|
+
class LifecycleHookLimitExceededException < Aws::EmptyStructure; end
|
3706
|
+
|
3042
3707
|
# Represents the input of a ListApplicationRevisions operation.
|
3043
3708
|
#
|
3044
3709
|
# @note When making an API call, you may pass ListApplicationRevisionsInput
|
@@ -3804,6 +4469,13 @@ module Aws::CodeDeploy
|
|
3804
4469
|
include Aws::Structure
|
3805
4470
|
end
|
3806
4471
|
|
4472
|
+
# Both an IAM user ARN and an IAM session ARN were included in the
|
4473
|
+
# request. Use only one ARN type.
|
4474
|
+
#
|
4475
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/MultipleIamArnsProvidedException AWS API Documentation
|
4476
|
+
#
|
4477
|
+
class MultipleIamArnsProvidedException < Aws::EmptyStructure; end
|
4478
|
+
|
3807
4479
|
# Information about groups of on-premises instance tags.
|
3808
4480
|
#
|
3809
4481
|
# @note When making an API call, you may pass OnPremisesTagSet
|
@@ -3834,6 +4506,12 @@ module Aws::CodeDeploy
|
|
3834
4506
|
include Aws::Structure
|
3835
4507
|
end
|
3836
4508
|
|
4509
|
+
# The API used does not support the deployment.
|
4510
|
+
#
|
4511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/OperationNotSupportedException AWS API Documentation
|
4512
|
+
#
|
4513
|
+
class OperationNotSupportedException < Aws::EmptyStructure; end
|
4514
|
+
|
3837
4515
|
# @note When making an API call, you may pass PutLifecycleEventHookExecutionStatusInput
|
3838
4516
|
# data as a hash:
|
3839
4517
|
#
|
@@ -4029,6 +4707,24 @@ module Aws::CodeDeploy
|
|
4029
4707
|
include Aws::Structure
|
4030
4708
|
end
|
4031
4709
|
|
4710
|
+
# The ARN of a resource is required, but was not found.
|
4711
|
+
#
|
4712
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ResourceArnRequiredException AWS API Documentation
|
4713
|
+
#
|
4714
|
+
class ResourceArnRequiredException < Aws::EmptyStructure; end
|
4715
|
+
|
4716
|
+
# The specified resource could not be validated.
|
4717
|
+
#
|
4718
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ResourceValidationException AWS API Documentation
|
4719
|
+
#
|
4720
|
+
class ResourceValidationException < Aws::EmptyStructure; end
|
4721
|
+
|
4722
|
+
# The named revision does not exist with the IAM user or AWS account.
|
4723
|
+
#
|
4724
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RevisionDoesNotExistException AWS API Documentation
|
4725
|
+
#
|
4726
|
+
class RevisionDoesNotExistException < Aws::EmptyStructure; end
|
4727
|
+
|
4032
4728
|
# Information about an application revision.
|
4033
4729
|
#
|
4034
4730
|
# @!attribute [rw] revision_location
|
@@ -4119,6 +4815,18 @@ module Aws::CodeDeploy
|
|
4119
4815
|
include Aws::Structure
|
4120
4816
|
end
|
4121
4817
|
|
4818
|
+
# The revision ID was not specified.
|
4819
|
+
#
|
4820
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RevisionRequiredException AWS API Documentation
|
4821
|
+
#
|
4822
|
+
class RevisionRequiredException < Aws::EmptyStructure; end
|
4823
|
+
|
4824
|
+
# The role ID was not specified.
|
4825
|
+
#
|
4826
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RoleRequiredException AWS API Documentation
|
4827
|
+
#
|
4828
|
+
class RoleRequiredException < Aws::EmptyStructure; end
|
4829
|
+
|
4122
4830
|
# Information about a deployment rollback.
|
4123
4831
|
#
|
4124
4832
|
# @!attribute [rw] rollback_deployment_id
|
@@ -4340,6 +5048,18 @@ module Aws::CodeDeploy
|
|
4340
5048
|
include Aws::Structure
|
4341
5049
|
end
|
4342
5050
|
|
5051
|
+
# The maximum allowed number of tags was exceeded.
|
5052
|
+
#
|
5053
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TagLimitExceededException AWS API Documentation
|
5054
|
+
#
|
5055
|
+
class TagLimitExceededException < Aws::EmptyStructure; end
|
5056
|
+
|
5057
|
+
# A tag was not specified.
|
5058
|
+
#
|
5059
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TagRequiredException AWS API Documentation
|
5060
|
+
#
|
5061
|
+
class TagRequiredException < Aws::EmptyStructure; end
|
5062
|
+
|
4343
5063
|
# @note When making an API call, you may pass TagResourceInput
|
4344
5064
|
# data as a hash:
|
4345
5065
|
#
|
@@ -4375,6 +5095,13 @@ module Aws::CodeDeploy
|
|
4375
5095
|
#
|
4376
5096
|
class TagResourceOutput < Aws::EmptyStructure; end
|
4377
5097
|
|
5098
|
+
# The number of tag groups included in the tag set list exceeded the
|
5099
|
+
# maximum allowed limit of 3.
|
5100
|
+
#
|
5101
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TagSetListLimitExceededException AWS API Documentation
|
5102
|
+
#
|
5103
|
+
class TagSetListLimitExceededException < Aws::EmptyStructure; end
|
5104
|
+
|
4378
5105
|
# Information about a target group in Elastic Load Balancing to use in a
|
4379
5106
|
# deployment. Instances are registered as targets in a target group, and
|
4380
5107
|
# traffic is routed to the target group.
|
@@ -4505,6 +5232,12 @@ module Aws::CodeDeploy
|
|
4505
5232
|
include Aws::Structure
|
4506
5233
|
end
|
4507
5234
|
|
5235
|
+
# An API function was called too frequently.
|
5236
|
+
#
|
5237
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ThrottlingException AWS API Documentation
|
5238
|
+
#
|
5239
|
+
class ThrottlingException < Aws::EmptyStructure; end
|
5240
|
+
|
4508
5241
|
# A configuration that shifts traffic from one version of a Lambda
|
4509
5242
|
# function to another in two increments. The original and target Lambda
|
4510
5243
|
# function versions are specified in the deployment's AppSpec file.
|
@@ -4704,6 +5437,19 @@ module Aws::CodeDeploy
|
|
4704
5437
|
include Aws::Structure
|
4705
5438
|
end
|
4706
5439
|
|
5440
|
+
# The maximum allowed number of triggers was exceeded.
|
5441
|
+
#
|
5442
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TriggerTargetsLimitExceededException AWS API Documentation
|
5443
|
+
#
|
5444
|
+
class TriggerTargetsLimitExceededException < Aws::EmptyStructure; end
|
5445
|
+
|
5446
|
+
# A call was submitted that is not supported for the specified
|
5447
|
+
# deployment type.
|
5448
|
+
#
|
5449
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/UnsupportedActionForDeploymentTypeException AWS API Documentation
|
5450
|
+
#
|
5451
|
+
class UnsupportedActionForDeploymentTypeException < Aws::EmptyStructure; end
|
5452
|
+
|
4707
5453
|
# @note When making an API call, you may pass UntagResourceInput
|
4708
5454
|
# data as a hash:
|
4709
5455
|
#
|