aws-sdk-codedeploy 1.57.0 → 1.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codedeploy/client.rb +37 -29
- data/lib/aws-sdk-codedeploy/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-codedeploy/types.rb +89 -68
- data/lib/aws-sdk-codedeploy.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 620284273ec14d5f35ef165498e28dc289bdac6269fe6dfc22b89fdb8e7bfae5
|
4
|
+
data.tar.gz: 82caf8d2ca6b866508779bc90ef5b5d50ce1a43e2cb58472033c2bc7704a4ecf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2920e8d55c1a76e3db1cbb26bd6a1395c1072a9907a8dd5bd3a900866d7635d29d1baf99586186349f5055ed50975bd9ae032ea6296e0bc8f5d0025a0bcd59b3
|
7
|
+
data.tar.gz: 80a0206bf9d6b060b1dd92661439f54f329854892cdadc2b1decd9bcdf5d881d0db392807211c8ee1bee0904e5dcfcb8264a49236e44f4164f5222a8aed3fb2f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.59.0 (2023-09-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.
|
8
|
+
|
9
|
+
1.58.0 (2023-09-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.57.0 (2023-07-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|
@@ -553,7 +553,7 @@ module Aws::CodeDeploy
|
|
553
553
|
#
|
554
554
|
# @option params [required, String] :application_name
|
555
555
|
# The name of an CodeDeploy application associated with the applicable
|
556
|
-
#
|
556
|
+
# user or Amazon Web Services account.
|
557
557
|
#
|
558
558
|
# @option params [required, Array<String>] :deployment_group_names
|
559
559
|
# The names of the deployment groups.
|
@@ -1063,7 +1063,7 @@ module Aws::CodeDeploy
|
|
1063
1063
|
#
|
1064
1064
|
# @option params [required, String] :application_name
|
1065
1065
|
# The name of the application. This name must be unique with the
|
1066
|
-
# applicable
|
1066
|
+
# applicable user or Amazon Web Services account.
|
1067
1067
|
#
|
1068
1068
|
# @option params [String] :compute_platform
|
1069
1069
|
# The destination platform type for the deployment (`Lambda`, `Server`,
|
@@ -1108,7 +1108,7 @@ module Aws::CodeDeploy
|
|
1108
1108
|
# group.
|
1109
1109
|
#
|
1110
1110
|
# @option params [required, String] :application_name
|
1111
|
-
# The name of an CodeDeploy application associated with the
|
1111
|
+
# The name of an CodeDeploy application associated with the user or
|
1112
1112
|
# Amazon Web Services account.
|
1113
1113
|
#
|
1114
1114
|
# @option params [String] :deployment_group_name
|
@@ -1118,7 +1118,7 @@ module Aws::CodeDeploy
|
|
1118
1118
|
# The type and location of the revision to deploy.
|
1119
1119
|
#
|
1120
1120
|
# @option params [String] :deployment_config_name
|
1121
|
-
# The name of a deployment configuration associated with the
|
1121
|
+
# The name of a deployment configuration associated with the user or
|
1122
1122
|
# Amazon Web Services account.
|
1123
1123
|
#
|
1124
1124
|
# If not specified, the value configured in the deployment group is used
|
@@ -1366,7 +1366,7 @@ module Aws::CodeDeploy
|
|
1366
1366
|
# deployed.
|
1367
1367
|
#
|
1368
1368
|
# @option params [required, String] :application_name
|
1369
|
-
# The name of an CodeDeploy application associated with the
|
1369
|
+
# The name of an CodeDeploy application associated with the user or
|
1370
1370
|
# Amazon Web Services account.
|
1371
1371
|
#
|
1372
1372
|
# @option params [required, String] :deployment_group_name
|
@@ -1615,7 +1615,7 @@ module Aws::CodeDeploy
|
|
1615
1615
|
# Deletes an application.
|
1616
1616
|
#
|
1617
1617
|
# @option params [required, String] :application_name
|
1618
|
-
# The name of an CodeDeploy application associated with the
|
1618
|
+
# The name of an CodeDeploy application associated with the user or
|
1619
1619
|
# Amazon Web Services account.
|
1620
1620
|
#
|
1621
1621
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
@@ -1643,7 +1643,7 @@ module Aws::CodeDeploy
|
|
1643
1643
|
# </note>
|
1644
1644
|
#
|
1645
1645
|
# @option params [required, String] :deployment_config_name
|
1646
|
-
# The name of a deployment configuration associated with the
|
1646
|
+
# The name of a deployment configuration associated with the user or
|
1647
1647
|
# Amazon Web Services account.
|
1648
1648
|
#
|
1649
1649
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
@@ -1666,7 +1666,7 @@ module Aws::CodeDeploy
|
|
1666
1666
|
# Deletes a deployment group.
|
1667
1667
|
#
|
1668
1668
|
# @option params [required, String] :application_name
|
1669
|
-
# The name of an CodeDeploy application associated with the
|
1669
|
+
# The name of an CodeDeploy application associated with the user or
|
1670
1670
|
# Amazon Web Services account.
|
1671
1671
|
#
|
1672
1672
|
# @option params [required, String] :deployment_group_name
|
@@ -1726,7 +1726,15 @@ module Aws::CodeDeploy
|
|
1726
1726
|
req.send_request(options)
|
1727
1727
|
end
|
1728
1728
|
|
1729
|
-
# Deletes resources linked to an external ID.
|
1729
|
+
# Deletes resources linked to an external ID. This action only applies
|
1730
|
+
# if you have configured blue/green deployments through CloudFormation.
|
1731
|
+
#
|
1732
|
+
# <note markdown="1"> It is not necessary to call this action directly. CloudFormation calls
|
1733
|
+
# it on your behalf when it needs to delete stack resources. This action
|
1734
|
+
# is offered publicly in case you need to delete resources to comply
|
1735
|
+
# with General Data Protection Regulation (GDPR) requirements.
|
1736
|
+
#
|
1737
|
+
# </note>
|
1730
1738
|
#
|
1731
1739
|
# @option params [String] :external_id
|
1732
1740
|
# The unique ID of an external resource (for example, a CloudFormation
|
@@ -1774,7 +1782,7 @@ module Aws::CodeDeploy
|
|
1774
1782
|
# Gets information about an application.
|
1775
1783
|
#
|
1776
1784
|
# @option params [required, String] :application_name
|
1777
|
-
# The name of an CodeDeploy application associated with the
|
1785
|
+
# The name of an CodeDeploy application associated with the user or
|
1778
1786
|
# Amazon Web Services account.
|
1779
1787
|
#
|
1780
1788
|
# @return [Types::GetApplicationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1889,8 +1897,8 @@ module Aws::CodeDeploy
|
|
1889
1897
|
# </note>
|
1890
1898
|
#
|
1891
1899
|
# @option params [required, String] :deployment_id
|
1892
|
-
# The unique ID of a deployment associated with the
|
1893
|
-
#
|
1900
|
+
# The unique ID of a deployment associated with the user or Amazon Web
|
1901
|
+
# Services account.
|
1894
1902
|
#
|
1895
1903
|
# @return [Types::GetDeploymentOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1896
1904
|
#
|
@@ -2015,7 +2023,7 @@ module Aws::CodeDeploy
|
|
2015
2023
|
# Gets information about a deployment configuration.
|
2016
2024
|
#
|
2017
2025
|
# @option params [required, String] :deployment_config_name
|
2018
|
-
# The name of a deployment configuration associated with the
|
2026
|
+
# The name of a deployment configuration associated with the user or
|
2019
2027
|
# Amazon Web Services account.
|
2020
2028
|
#
|
2021
2029
|
# @return [Types::GetDeploymentConfigOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -2054,7 +2062,7 @@ module Aws::CodeDeploy
|
|
2054
2062
|
# Gets information about a deployment group.
|
2055
2063
|
#
|
2056
2064
|
# @option params [required, String] :application_name
|
2057
|
-
# The name of an CodeDeploy application associated with the
|
2065
|
+
# The name of an CodeDeploy application associated with the user or
|
2058
2066
|
# Amazon Web Services account.
|
2059
2067
|
#
|
2060
2068
|
# @option params [required, String] :deployment_group_name
|
@@ -2352,7 +2360,7 @@ module Aws::CodeDeploy
|
|
2352
2360
|
# Lists information about revisions for an application.
|
2353
2361
|
#
|
2354
2362
|
# @option params [required, String] :application_name
|
2355
|
-
# The name of an CodeDeploy application associated with the
|
2363
|
+
# The name of an CodeDeploy application associated with the user or
|
2356
2364
|
# Amazon Web Services account.
|
2357
2365
|
#
|
2358
2366
|
# @option params [String] :sort_by
|
@@ -2452,8 +2460,8 @@ module Aws::CodeDeploy
|
|
2452
2460
|
req.send_request(options)
|
2453
2461
|
end
|
2454
2462
|
|
2455
|
-
# Lists the applications registered with the
|
2456
|
-
#
|
2463
|
+
# Lists the applications registered with the user or Amazon Web Services
|
2464
|
+
# account.
|
2457
2465
|
#
|
2458
2466
|
# @option params [String] :next_token
|
2459
2467
|
# An identifier returned from the previous list applications call. It
|
@@ -2487,7 +2495,7 @@ module Aws::CodeDeploy
|
|
2487
2495
|
req.send_request(options)
|
2488
2496
|
end
|
2489
2497
|
|
2490
|
-
# Lists the deployment configurations with the
|
2498
|
+
# Lists the deployment configurations with the user or Amazon Web
|
2491
2499
|
# Services account.
|
2492
2500
|
#
|
2493
2501
|
# @option params [String] :next_token
|
@@ -2523,11 +2531,11 @@ module Aws::CodeDeploy
|
|
2523
2531
|
req.send_request(options)
|
2524
2532
|
end
|
2525
2533
|
|
2526
|
-
# Lists the deployment groups for an application registered with the
|
2527
|
-
# user or Amazon Web Services account.
|
2534
|
+
# Lists the deployment groups for an application registered with the
|
2535
|
+
# Amazon Web Services user or Amazon Web Services account.
|
2528
2536
|
#
|
2529
2537
|
# @option params [required, String] :application_name
|
2530
|
-
# The name of an CodeDeploy application associated with the
|
2538
|
+
# The name of an CodeDeploy application associated with the user or
|
2531
2539
|
# Amazon Web Services account.
|
2532
2540
|
#
|
2533
2541
|
# @option params [String] :next_token
|
@@ -2573,8 +2581,8 @@ module Aws::CodeDeploy
|
|
2573
2581
|
#
|
2574
2582
|
# </note>
|
2575
2583
|
#
|
2576
|
-
# Lists the instance for a deployment associated with the
|
2577
|
-
#
|
2584
|
+
# Lists the instance for a deployment associated with the user or Amazon
|
2585
|
+
# Web Services account.
|
2578
2586
|
#
|
2579
2587
|
# @option params [required, String] :deployment_id
|
2580
2588
|
# The unique ID of a deployment.
|
@@ -2689,10 +2697,10 @@ module Aws::CodeDeploy
|
|
2689
2697
|
end
|
2690
2698
|
|
2691
2699
|
# Lists the deployments in a deployment group for an application
|
2692
|
-
# registered with the
|
2700
|
+
# registered with the user or Amazon Web Services account.
|
2693
2701
|
#
|
2694
2702
|
# @option params [String] :application_name
|
2695
|
-
# The name of an CodeDeploy application associated with the
|
2703
|
+
# The name of an CodeDeploy application associated with the user or
|
2696
2704
|
# Amazon Web Services account.
|
2697
2705
|
#
|
2698
2706
|
# <note markdown="1"> If `applicationName` is specified, then `deploymentGroupName` must be
|
@@ -2965,7 +2973,7 @@ module Aws::CodeDeploy
|
|
2965
2973
|
# Registers with CodeDeploy a revision for the specified application.
|
2966
2974
|
#
|
2967
2975
|
# @option params [required, String] :application_name
|
2968
|
-
# The name of an CodeDeploy application associated with the
|
2976
|
+
# The name of an CodeDeploy application associated with the user or
|
2969
2977
|
# Amazon Web Services account.
|
2970
2978
|
#
|
2971
2979
|
# @option params [String] :description
|
@@ -3029,7 +3037,7 @@ module Aws::CodeDeploy
|
|
3029
3037
|
# The ARN of the IAM session to associate with the on-premises instance.
|
3030
3038
|
#
|
3031
3039
|
# @option params [String] :iam_user_arn
|
3032
|
-
# The ARN of the
|
3040
|
+
# The ARN of the user to associate with the on-premises instance.
|
3033
3041
|
#
|
3034
3042
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3035
3043
|
#
|
@@ -3274,7 +3282,7 @@ module Aws::CodeDeploy
|
|
3274
3282
|
#
|
3275
3283
|
#
|
3276
3284
|
#
|
3277
|
-
# [1]: https://docs.aws.amazon.com/
|
3285
|
+
# [1]: https://docs.aws.amazon.com/codedeploy/latest/userguide/troubleshooting-auto-scaling.html#troubleshooting-auto-scaling-heartbeat
|
3278
3286
|
#
|
3279
3287
|
# @option params [String] :service_role_arn
|
3280
3288
|
# A replacement ARN for the service role, if you want to change it.
|
@@ -3487,7 +3495,7 @@ module Aws::CodeDeploy
|
|
3487
3495
|
params: params,
|
3488
3496
|
config: config)
|
3489
3497
|
context[:gem_name] = 'aws-sdk-codedeploy'
|
3490
|
-
context[:gem_version] = '1.
|
3498
|
+
context[:gem_version] = '1.59.0'
|
3491
3499
|
Seahorse::Client::Request.new(handlers, context)
|
3492
3500
|
end
|
3493
3501
|
|
@@ -14,36 +14,39 @@ module Aws::CodeDeploy
|
|
14
14
|
use_dual_stack = parameters.use_dual_stack
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
|
-
if
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
|
19
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
-
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
-
end
|
22
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
-
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
-
end
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
-
end
|
27
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://codedeploy-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
-
end
|
31
|
-
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
-
end
|
17
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
33
18
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
-
|
35
|
-
return Aws::Endpoints::Endpoint.new(url: "https://codedeploy-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
-
end
|
37
|
-
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
19
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
38
20
|
end
|
39
21
|
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
-
|
41
|
-
|
22
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
|
+
end
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
25
|
+
end
|
26
|
+
if Aws::Endpoints::Matchers.set?(region)
|
27
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
29
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codedeploy-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
|
+
end
|
32
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
|
+
end
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
36
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codedeploy-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
|
+
end
|
38
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
39
|
+
end
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
41
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codedeploy.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
43
|
+
end
|
44
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
42
45
|
end
|
43
|
-
|
46
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codedeploy.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
44
47
|
end
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://codedeploy.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
46
48
|
end
|
49
|
+
raise ArgumentError, "Invalid Configuration: Missing Region"
|
47
50
|
raise ArgumentError, 'No endpoint could be resolved'
|
48
51
|
|
49
52
|
end
|
@@ -123,15 +123,15 @@ module Aws::CodeDeploy
|
|
123
123
|
include Aws::Structure
|
124
124
|
end
|
125
125
|
|
126
|
-
# An application with the specified name with the
|
126
|
+
# An application with the specified name with the user or Amazon Web
|
127
127
|
# Services account already exists.
|
128
128
|
#
|
129
129
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ApplicationAlreadyExistsException AWS API Documentation
|
130
130
|
#
|
131
131
|
class ApplicationAlreadyExistsException < Aws::EmptyStructure; end
|
132
132
|
|
133
|
-
# The application does not exist with the
|
134
|
-
#
|
133
|
+
# The application does not exist with the user or Amazon Web Services
|
134
|
+
# account.
|
135
135
|
#
|
136
136
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ApplicationDoesNotExistException AWS API Documentation
|
137
137
|
#
|
@@ -320,7 +320,7 @@ module Aws::CodeDeploy
|
|
320
320
|
#
|
321
321
|
# @!attribute [rw] application_name
|
322
322
|
# The name of an CodeDeploy application associated with the applicable
|
323
|
-
#
|
323
|
+
# user or Amazon Web Services account.
|
324
324
|
# @return [String]
|
325
325
|
#
|
326
326
|
# @!attribute [rw] deployment_group_names
|
@@ -671,7 +671,7 @@ module Aws::CodeDeploy
|
|
671
671
|
#
|
672
672
|
# @!attribute [rw] application_name
|
673
673
|
# The name of the application. This name must be unique with the
|
674
|
-
# applicable
|
674
|
+
# applicable user or Amazon Web Services account.
|
675
675
|
# @return [String]
|
676
676
|
#
|
677
677
|
# @!attribute [rw] compute_platform
|
@@ -775,8 +775,8 @@ module Aws::CodeDeploy
|
|
775
775
|
# Represents the input of a `CreateDeploymentGroup` operation.
|
776
776
|
#
|
777
777
|
# @!attribute [rw] application_name
|
778
|
-
# The name of an CodeDeploy application associated with the
|
779
|
-
#
|
778
|
+
# The name of an CodeDeploy application associated with the user or
|
779
|
+
# Amazon Web Services account.
|
780
780
|
# @return [String]
|
781
781
|
#
|
782
782
|
# @!attribute [rw] deployment_group_name
|
@@ -943,8 +943,8 @@ module Aws::CodeDeploy
|
|
943
943
|
# Represents the input of a `CreateDeployment` operation.
|
944
944
|
#
|
945
945
|
# @!attribute [rw] application_name
|
946
|
-
# The name of an CodeDeploy application associated with the
|
947
|
-
#
|
946
|
+
# The name of an CodeDeploy application associated with the user or
|
947
|
+
# Amazon Web Services account.
|
948
948
|
# @return [String]
|
949
949
|
#
|
950
950
|
# @!attribute [rw] deployment_group_name
|
@@ -956,8 +956,8 @@ module Aws::CodeDeploy
|
|
956
956
|
# @return [Types::RevisionLocation]
|
957
957
|
#
|
958
958
|
# @!attribute [rw] deployment_config_name
|
959
|
-
# The name of a deployment configuration associated with the
|
960
|
-
#
|
959
|
+
# The name of a deployment configuration associated with the user or
|
960
|
+
# Amazon Web Services account.
|
961
961
|
#
|
962
962
|
# If not specified, the value configured in the deployment group is
|
963
963
|
# used as the default. If the deployment group does not have a
|
@@ -1087,8 +1087,8 @@ module Aws::CodeDeploy
|
|
1087
1087
|
# Represents the input of a `DeleteApplication` operation.
|
1088
1088
|
#
|
1089
1089
|
# @!attribute [rw] application_name
|
1090
|
-
# The name of an CodeDeploy application associated with the
|
1091
|
-
#
|
1090
|
+
# The name of an CodeDeploy application associated with the user or
|
1091
|
+
# Amazon Web Services account.
|
1092
1092
|
# @return [String]
|
1093
1093
|
#
|
1094
1094
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteApplicationInput AWS API Documentation
|
@@ -1102,8 +1102,8 @@ module Aws::CodeDeploy
|
|
1102
1102
|
# Represents the input of a `DeleteDeploymentConfig` operation.
|
1103
1103
|
#
|
1104
1104
|
# @!attribute [rw] deployment_config_name
|
1105
|
-
# The name of a deployment configuration associated with the
|
1106
|
-
#
|
1105
|
+
# The name of a deployment configuration associated with the user or
|
1106
|
+
# Amazon Web Services account.
|
1107
1107
|
# @return [String]
|
1108
1108
|
#
|
1109
1109
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteDeploymentConfigInput AWS API Documentation
|
@@ -1117,8 +1117,8 @@ module Aws::CodeDeploy
|
|
1117
1117
|
# Represents the input of a `DeleteDeploymentGroup` operation.
|
1118
1118
|
#
|
1119
1119
|
# @!attribute [rw] application_name
|
1120
|
-
# The name of an CodeDeploy application associated with the
|
1121
|
-
#
|
1120
|
+
# The name of an CodeDeploy application associated with the user or
|
1121
|
+
# Amazon Web Services account.
|
1122
1122
|
# @return [String]
|
1123
1123
|
#
|
1124
1124
|
# @!attribute [rw] deployment_group_name
|
@@ -1212,15 +1212,15 @@ module Aws::CodeDeploy
|
|
1212
1212
|
#
|
1213
1213
|
class DeploymentAlreadyStartedException < Aws::EmptyStructure; end
|
1214
1214
|
|
1215
|
-
# A deployment configuration with the specified name with the
|
1216
|
-
#
|
1215
|
+
# A deployment configuration with the specified name with the user or
|
1216
|
+
# Amazon Web Services account already exists.
|
1217
1217
|
#
|
1218
1218
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigAlreadyExistsException AWS API Documentation
|
1219
1219
|
#
|
1220
1220
|
class DeploymentConfigAlreadyExistsException < Aws::EmptyStructure; end
|
1221
1221
|
|
1222
|
-
# The deployment configuration does not exist with the
|
1223
|
-
#
|
1222
|
+
# The deployment configuration does not exist with the user or Amazon
|
1223
|
+
# Web Services account.
|
1224
1224
|
#
|
1225
1225
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigDoesNotExistException AWS API Documentation
|
1226
1226
|
#
|
@@ -1287,21 +1287,21 @@ module Aws::CodeDeploy
|
|
1287
1287
|
#
|
1288
1288
|
class DeploymentConfigNameRequiredException < Aws::EmptyStructure; end
|
1289
1289
|
|
1290
|
-
# The deployment with the
|
1291
|
-
#
|
1290
|
+
# The deployment with the user or Amazon Web Services account does not
|
1291
|
+
# exist.
|
1292
1292
|
#
|
1293
1293
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentDoesNotExistException AWS API Documentation
|
1294
1294
|
#
|
1295
1295
|
class DeploymentDoesNotExistException < Aws::EmptyStructure; end
|
1296
1296
|
|
1297
|
-
# A deployment group with the specified name with the
|
1298
|
-
#
|
1297
|
+
# A deployment group with the specified name with the user or Amazon Web
|
1298
|
+
# Services account already exists.
|
1299
1299
|
#
|
1300
1300
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentGroupAlreadyExistsException AWS API Documentation
|
1301
1301
|
#
|
1302
1302
|
class DeploymentGroupAlreadyExistsException < Aws::EmptyStructure; end
|
1303
1303
|
|
1304
|
-
# The named deployment group with the
|
1304
|
+
# The named deployment group with the user or Amazon Web Services
|
1305
1305
|
# account does not exist.
|
1306
1306
|
#
|
1307
1307
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentGroupDoesNotExistException AWS API Documentation
|
@@ -2153,16 +2153,16 @@ module Aws::CodeDeploy
|
|
2153
2153
|
include Aws::Structure
|
2154
2154
|
end
|
2155
2155
|
|
2156
|
-
# Information about a
|
2157
|
-
# a deployment. Instances are registered directly with a load
|
2158
|
-
# and traffic is routed to the load balancer.
|
2156
|
+
# Information about a Classic Load Balancer in Elastic Load Balancing to
|
2157
|
+
# use in a deployment. Instances are registered directly with a load
|
2158
|
+
# balancer, and traffic is routed to the load balancer.
|
2159
2159
|
#
|
2160
2160
|
# @!attribute [rw] name
|
2161
|
-
# For blue/green deployments, the name of the
|
2162
|
-
# used to route traffic from original instances to replacement
|
2161
|
+
# For blue/green deployments, the name of the Classic Load Balancer
|
2162
|
+
# that is used to route traffic from original instances to replacement
|
2163
2163
|
# instances in a blue/green deployment. For in-place deployments, the
|
2164
|
-
# name of the
|
2165
|
-
# they are not serving traffic during a deployment, and then
|
2164
|
+
# name of the Classic Load Balancer that instances are deregistered
|
2165
|
+
# from so they are not serving traffic during a deployment, and then
|
2166
2166
|
# re-registered with after the deployment is complete.
|
2167
2167
|
# @return [String]
|
2168
2168
|
#
|
@@ -2279,8 +2279,8 @@ module Aws::CodeDeploy
|
|
2279
2279
|
# Represents the input of a `GetApplication` operation.
|
2280
2280
|
#
|
2281
2281
|
# @!attribute [rw] application_name
|
2282
|
-
# The name of an CodeDeploy application associated with the
|
2283
|
-
#
|
2282
|
+
# The name of an CodeDeploy application associated with the user or
|
2283
|
+
# Amazon Web Services account.
|
2284
2284
|
# @return [String]
|
2285
2285
|
#
|
2286
2286
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetApplicationInput AWS API Documentation
|
@@ -2353,8 +2353,8 @@ module Aws::CodeDeploy
|
|
2353
2353
|
# Represents the input of a `GetDeploymentConfig` operation.
|
2354
2354
|
#
|
2355
2355
|
# @!attribute [rw] deployment_config_name
|
2356
|
-
# The name of a deployment configuration associated with the
|
2357
|
-
#
|
2356
|
+
# The name of a deployment configuration associated with the user or
|
2357
|
+
# Amazon Web Services account.
|
2358
2358
|
# @return [String]
|
2359
2359
|
#
|
2360
2360
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentConfigInput AWS API Documentation
|
@@ -2382,8 +2382,8 @@ module Aws::CodeDeploy
|
|
2382
2382
|
# Represents the input of a `GetDeploymentGroup` operation.
|
2383
2383
|
#
|
2384
2384
|
# @!attribute [rw] application_name
|
2385
|
-
# The name of an CodeDeploy application associated with the
|
2386
|
-
#
|
2385
|
+
# The name of an CodeDeploy application associated with the user or
|
2386
|
+
# Amazon Web Services account.
|
2387
2387
|
# @return [String]
|
2388
2388
|
#
|
2389
2389
|
# @!attribute [rw] deployment_group_name
|
@@ -2416,8 +2416,8 @@ module Aws::CodeDeploy
|
|
2416
2416
|
# Represents the input of a `GetDeployment` operation.
|
2417
2417
|
#
|
2418
2418
|
# @!attribute [rw] deployment_id
|
2419
|
-
# The unique ID of a deployment associated with the
|
2420
|
-
#
|
2419
|
+
# The unique ID of a deployment associated with the user or Amazon Web
|
2420
|
+
# Services account.
|
2421
2421
|
# @return [String]
|
2422
2422
|
#
|
2423
2423
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GetDeploymentInput AWS API Documentation
|
@@ -2597,7 +2597,7 @@ module Aws::CodeDeploy
|
|
2597
2597
|
end
|
2598
2598
|
|
2599
2599
|
# No IAM ARN was included in the request. You must use an IAM session
|
2600
|
-
# ARN or
|
2600
|
+
# ARN or user ARN in the request.
|
2601
2601
|
#
|
2602
2602
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/IamArnRequiredException AWS API Documentation
|
2603
2603
|
#
|
@@ -2610,14 +2610,14 @@ module Aws::CodeDeploy
|
|
2610
2610
|
#
|
2611
2611
|
class IamSessionArnAlreadyRegisteredException < Aws::EmptyStructure; end
|
2612
2612
|
|
2613
|
-
# The specified
|
2613
|
+
# The specified user ARN is already registered with an on-premises
|
2614
2614
|
# instance.
|
2615
2615
|
#
|
2616
2616
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/IamUserArnAlreadyRegisteredException AWS API Documentation
|
2617
2617
|
#
|
2618
2618
|
class IamUserArnAlreadyRegisteredException < Aws::EmptyStructure; end
|
2619
2619
|
|
2620
|
-
# An
|
2620
|
+
# An user ARN was not specified.
|
2621
2621
|
#
|
2622
2622
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/IamUserArnRequiredException AWS API Documentation
|
2623
2623
|
#
|
@@ -2646,7 +2646,7 @@ module Aws::CodeDeploy
|
|
2646
2646
|
# @return [String]
|
2647
2647
|
#
|
2648
2648
|
# @!attribute [rw] iam_user_arn
|
2649
|
-
# The
|
2649
|
+
# The user ARN associated with the on-premises instance.
|
2650
2650
|
# @return [String]
|
2651
2651
|
#
|
2652
2652
|
# @!attribute [rw] instance_arn
|
@@ -2988,7 +2988,7 @@ module Aws::CodeDeploy
|
|
2988
2988
|
#
|
2989
2989
|
class InvalidIamSessionArnException < Aws::EmptyStructure; end
|
2990
2990
|
|
2991
|
-
# The
|
2991
|
+
# The user ARN was specified in an invalid format.
|
2992
2992
|
#
|
2993
2993
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidIamUserArnException AWS API Documentation
|
2994
2994
|
#
|
@@ -3385,8 +3385,8 @@ module Aws::CodeDeploy
|
|
3385
3385
|
# Represents the input of a `ListApplicationRevisions` operation.
|
3386
3386
|
#
|
3387
3387
|
# @!attribute [rw] application_name
|
3388
|
-
# The name of an CodeDeploy application associated with the
|
3389
|
-
#
|
3388
|
+
# The name of an CodeDeploy application associated with the user or
|
3389
|
+
# Amazon Web Services account.
|
3390
3390
|
# @return [String]
|
3391
3391
|
#
|
3392
3392
|
# @!attribute [rw] sort_by
|
@@ -3560,8 +3560,8 @@ module Aws::CodeDeploy
|
|
3560
3560
|
# Represents the input of a `ListDeploymentGroups` operation.
|
3561
3561
|
#
|
3562
3562
|
# @!attribute [rw] application_name
|
3563
|
-
# The name of an CodeDeploy application associated with the
|
3564
|
-
#
|
3563
|
+
# The name of an CodeDeploy application associated with the user or
|
3564
|
+
# Amazon Web Services account.
|
3565
3565
|
# @return [String]
|
3566
3566
|
#
|
3567
3567
|
# @!attribute [rw] next_token
|
@@ -3728,8 +3728,8 @@ module Aws::CodeDeploy
|
|
3728
3728
|
# Represents the input of a `ListDeployments` operation.
|
3729
3729
|
#
|
3730
3730
|
# @!attribute [rw] application_name
|
3731
|
-
# The name of an CodeDeploy application associated with the
|
3732
|
-
#
|
3731
|
+
# The name of an CodeDeploy application associated with the user or
|
3732
|
+
# Amazon Web Services account.
|
3733
3733
|
#
|
3734
3734
|
# <note markdown="1"> If `applicationName` is specified, then `deploymentGroupName` must
|
3735
3735
|
# be specified. If it is not specified, then `deploymentGroupName`
|
@@ -3950,22 +3950,39 @@ module Aws::CodeDeploy
|
|
3950
3950
|
# Information about the Elastic Load Balancing load balancer or target
|
3951
3951
|
# group used in a deployment.
|
3952
3952
|
#
|
3953
|
+
# You can use load balancers and target groups in combination. For
|
3954
|
+
# example, if you have two Classic Load Balancers, and five target
|
3955
|
+
# groups tied to an Application Load Balancer, you can specify the two
|
3956
|
+
# Classic Load Balancers in `elbInfoList`, and the five target groups in
|
3957
|
+
# `targetGroupInfoList`.
|
3958
|
+
#
|
3953
3959
|
# @!attribute [rw] elb_info_list
|
3954
|
-
# An array that contains information about the load
|
3955
|
-
# for load balancing in a deployment.
|
3956
|
-
#
|
3960
|
+
# An array that contains information about the load balancers to use
|
3961
|
+
# for load balancing in a deployment. If you're using Classic Load
|
3962
|
+
# Balancers, specify those load balancers in this array.
|
3963
|
+
#
|
3964
|
+
# <note markdown="1"> You can add up to 10 load balancers to the array.
|
3965
|
+
#
|
3966
|
+
# </note>
|
3957
3967
|
#
|
3958
|
-
# <note markdown="1">
|
3968
|
+
# <note markdown="1"> If you're using Application Load Balancers or Network Load
|
3969
|
+
# Balancers, use the `targetGroupInfoList` array instead of this one.
|
3959
3970
|
#
|
3960
3971
|
# </note>
|
3961
3972
|
# @return [Array<Types::ELBInfo>]
|
3962
3973
|
#
|
3963
3974
|
# @!attribute [rw] target_group_info_list
|
3964
|
-
# An array that contains information about the target
|
3965
|
-
# load balancing in a deployment.
|
3966
|
-
#
|
3975
|
+
# An array that contains information about the target groups to use
|
3976
|
+
# for load balancing in a deployment. If you're using Application
|
3977
|
+
# Load Balancers and Network Load Balancers, specify their associated
|
3978
|
+
# target groups in this array.
|
3967
3979
|
#
|
3968
|
-
# <note markdown="1">
|
3980
|
+
# <note markdown="1"> You can add up to 10 target groups to the array.
|
3981
|
+
#
|
3982
|
+
# </note>
|
3983
|
+
#
|
3984
|
+
# <note markdown="1"> If you're using Classic Load Balancers, use the `elbInfoList` array
|
3985
|
+
# instead of this one.
|
3969
3986
|
#
|
3970
3987
|
# </note>
|
3971
3988
|
# @return [Array<Types::TargetGroupInfo>]
|
@@ -4038,8 +4055,8 @@ module Aws::CodeDeploy
|
|
4038
4055
|
include Aws::Structure
|
4039
4056
|
end
|
4040
4057
|
|
4041
|
-
# Both an
|
4042
|
-
#
|
4058
|
+
# Both an user ARN and an IAM session ARN were included in the request.
|
4059
|
+
# Use only one ARN type.
|
4043
4060
|
#
|
4044
4061
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/MultipleIamArnsProvidedException AWS API Documentation
|
4045
4062
|
#
|
@@ -4134,8 +4151,8 @@ module Aws::CodeDeploy
|
|
4134
4151
|
# Represents the input of a RegisterApplicationRevision operation.
|
4135
4152
|
#
|
4136
4153
|
# @!attribute [rw] application_name
|
4137
|
-
# The name of an CodeDeploy application associated with the
|
4138
|
-
#
|
4154
|
+
# The name of an CodeDeploy application associated with the user or
|
4155
|
+
# Amazon Web Services account.
|
4139
4156
|
# @return [String]
|
4140
4157
|
#
|
4141
4158
|
# @!attribute [rw] description
|
@@ -4169,7 +4186,7 @@ module Aws::CodeDeploy
|
|
4169
4186
|
# @return [String]
|
4170
4187
|
#
|
4171
4188
|
# @!attribute [rw] iam_user_arn
|
4172
|
-
# The ARN of the
|
4189
|
+
# The ARN of the user to associate with the on-premises instance.
|
4173
4190
|
# @return [String]
|
4174
4191
|
#
|
4175
4192
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RegisterOnPremisesInstanceInput AWS API Documentation
|
@@ -4235,8 +4252,8 @@ module Aws::CodeDeploy
|
|
4235
4252
|
#
|
4236
4253
|
class ResourceValidationException < Aws::EmptyStructure; end
|
4237
4254
|
|
4238
|
-
# The named revision does not exist with the
|
4239
|
-
#
|
4255
|
+
# The named revision does not exist with the user or Amazon Web Services
|
4256
|
+
# account.
|
4240
4257
|
#
|
4241
4258
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RevisionDoesNotExistException AWS API Documentation
|
4242
4259
|
#
|
@@ -4374,6 +4391,10 @@ module Aws::CodeDeploy
|
|
4374
4391
|
# * `tgz`: A compressed tar archive file.
|
4375
4392
|
#
|
4376
4393
|
# * `zip`: A zip archive file.
|
4394
|
+
#
|
4395
|
+
# * `YAML`: A YAML-formatted file.
|
4396
|
+
#
|
4397
|
+
# * `JSON`: A JSON-formatted file.
|
4377
4398
|
# @return [String]
|
4378
4399
|
#
|
4379
4400
|
# @!attribute [rw] version
|
@@ -4901,7 +4922,7 @@ module Aws::CodeDeploy
|
|
4901
4922
|
#
|
4902
4923
|
#
|
4903
4924
|
#
|
4904
|
-
# [1]: https://docs.aws.amazon.com/
|
4925
|
+
# [1]: https://docs.aws.amazon.com/codedeploy/latest/userguide/troubleshooting-auto-scaling.html#troubleshooting-auto-scaling-heartbeat
|
4905
4926
|
# @return [Array<String>]
|
4906
4927
|
#
|
4907
4928
|
# @!attribute [rw] service_role_arn
|
data/lib/aws-sdk-codedeploy.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codedeploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.59.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|