aws-sdk-codedeploy 1.29.0 → 1.34.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 +3 -1
- data/lib/aws-sdk-codedeploy/client.rb +171 -85
- data/lib/aws-sdk-codedeploy/client_api.rb +42 -0
- data/lib/aws-sdk-codedeploy/customizations.rb +1 -0
- data/lib/aws-sdk-codedeploy/errors.rb +13 -0
- data/lib/aws-sdk-codedeploy/resource.rb +2 -0
- data/lib/aws-sdk-codedeploy/types.rb +461 -201
- data/lib/aws-sdk-codedeploy/waiters.rb +2 -0
- metadata +4 -4
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -59,6 +61,8 @@ module Aws::CodeDeploy
|
|
59
61
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
60
62
|
BucketNameFilterRequiredException = Shapes::StructureShape.new(name: 'BucketNameFilterRequiredException')
|
61
63
|
BundleType = Shapes::StringShape.new(name: 'BundleType')
|
64
|
+
CloudFormationResourceType = Shapes::StringShape.new(name: 'CloudFormationResourceType')
|
65
|
+
CloudFormationTarget = Shapes::StructureShape.new(name: 'CloudFormationTarget')
|
62
66
|
CommitId = Shapes::StringShape.new(name: 'CommitId')
|
63
67
|
ComputePlatform = Shapes::StringShape.new(name: 'ComputePlatform')
|
64
68
|
ContinueDeploymentInput = Shapes::StructureShape.new(name: 'ContinueDeploymentInput')
|
@@ -76,6 +80,8 @@ module Aws::CodeDeploy
|
|
76
80
|
DeleteDeploymentGroupOutput = Shapes::StructureShape.new(name: 'DeleteDeploymentGroupOutput')
|
77
81
|
DeleteGitHubAccountTokenInput = Shapes::StructureShape.new(name: 'DeleteGitHubAccountTokenInput')
|
78
82
|
DeleteGitHubAccountTokenOutput = Shapes::StructureShape.new(name: 'DeleteGitHubAccountTokenOutput')
|
83
|
+
DeleteResourcesByExternalIdInput = Shapes::StructureShape.new(name: 'DeleteResourcesByExternalIdInput')
|
84
|
+
DeleteResourcesByExternalIdOutput = Shapes::StructureShape.new(name: 'DeleteResourcesByExternalIdOutput')
|
79
85
|
DeploymentAlreadyCompletedException = Shapes::StructureShape.new(name: 'DeploymentAlreadyCompletedException')
|
80
86
|
DeploymentAlreadyStartedException = Shapes::StructureShape.new(name: 'DeploymentAlreadyStartedException')
|
81
87
|
DeploymentConfigAlreadyExistsException = Shapes::StructureShape.new(name: 'DeploymentConfigAlreadyExistsException')
|
@@ -150,6 +156,7 @@ module Aws::CodeDeploy
|
|
150
156
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
151
157
|
ErrorInformation = Shapes::StructureShape.new(name: 'ErrorInformation')
|
152
158
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
159
|
+
ExternalId = Shapes::StringShape.new(name: 'ExternalId')
|
153
160
|
FileExistsBehavior = Shapes::StringShape.new(name: 'FileExistsBehavior')
|
154
161
|
FilterValue = Shapes::StringShape.new(name: 'FilterValue')
|
155
162
|
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
@@ -226,6 +233,7 @@ module Aws::CodeDeploy
|
|
226
233
|
InvalidEC2TagCombinationException = Shapes::StructureShape.new(name: 'InvalidEC2TagCombinationException')
|
227
234
|
InvalidEC2TagException = Shapes::StructureShape.new(name: 'InvalidEC2TagException')
|
228
235
|
InvalidECSServiceException = Shapes::StructureShape.new(name: 'InvalidECSServiceException')
|
236
|
+
InvalidExternalIdException = Shapes::StructureShape.new(name: 'InvalidExternalIdException')
|
229
237
|
InvalidFileExistsBehaviorException = Shapes::StructureShape.new(name: 'InvalidFileExistsBehaviorException')
|
230
238
|
InvalidGitHubAccountTokenException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenException')
|
231
239
|
InvalidGitHubAccountTokenNameException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenNameException')
|
@@ -514,6 +522,15 @@ module Aws::CodeDeploy
|
|
514
522
|
|
515
523
|
BucketNameFilterRequiredException.struct_class = Types::BucketNameFilterRequiredException
|
516
524
|
|
525
|
+
CloudFormationTarget.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
|
526
|
+
CloudFormationTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "targetId"))
|
527
|
+
CloudFormationTarget.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Time, location_name: "lastUpdatedAt"))
|
528
|
+
CloudFormationTarget.add_member(:lifecycle_events, Shapes::ShapeRef.new(shape: LifecycleEventList, location_name: "lifecycleEvents"))
|
529
|
+
CloudFormationTarget.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, location_name: "status"))
|
530
|
+
CloudFormationTarget.add_member(:resource_type, Shapes::ShapeRef.new(shape: CloudFormationResourceType, location_name: "resourceType"))
|
531
|
+
CloudFormationTarget.add_member(:target_version_weight, Shapes::ShapeRef.new(shape: TrafficWeight, location_name: "targetVersionWeight"))
|
532
|
+
CloudFormationTarget.struct_class = Types::CloudFormationTarget
|
533
|
+
|
517
534
|
ContinueDeploymentInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
|
518
535
|
ContinueDeploymentInput.add_member(:deployment_wait_type, Shapes::ShapeRef.new(shape: DeploymentWaitType, location_name: "deploymentWaitType"))
|
519
536
|
ContinueDeploymentInput.struct_class = Types::ContinueDeploymentInput
|
@@ -591,6 +608,11 @@ module Aws::CodeDeploy
|
|
591
608
|
DeleteGitHubAccountTokenOutput.add_member(:token_name, Shapes::ShapeRef.new(shape: GitHubAccountTokenName, location_name: "tokenName"))
|
592
609
|
DeleteGitHubAccountTokenOutput.struct_class = Types::DeleteGitHubAccountTokenOutput
|
593
610
|
|
611
|
+
DeleteResourcesByExternalIdInput.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
612
|
+
DeleteResourcesByExternalIdInput.struct_class = Types::DeleteResourcesByExternalIdInput
|
613
|
+
|
614
|
+
DeleteResourcesByExternalIdOutput.struct_class = Types::DeleteResourcesByExternalIdOutput
|
615
|
+
|
594
616
|
DeploymentAlreadyCompletedException.struct_class = Types::DeploymentAlreadyCompletedException
|
595
617
|
|
596
618
|
DeploymentAlreadyStartedException.struct_class = Types::DeploymentAlreadyStartedException
|
@@ -681,6 +703,7 @@ module Aws::CodeDeploy
|
|
681
703
|
DeploymentInfo.add_member(:file_exists_behavior, Shapes::ShapeRef.new(shape: FileExistsBehavior, location_name: "fileExistsBehavior"))
|
682
704
|
DeploymentInfo.add_member(:deployment_status_messages, Shapes::ShapeRef.new(shape: DeploymentStatusMessageList, location_name: "deploymentStatusMessages"))
|
683
705
|
DeploymentInfo.add_member(:compute_platform, Shapes::ShapeRef.new(shape: ComputePlatform, location_name: "computePlatform"))
|
706
|
+
DeploymentInfo.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
684
707
|
DeploymentInfo.struct_class = Types::DeploymentInfo
|
685
708
|
|
686
709
|
DeploymentIsNotInReadyStateException.struct_class = Types::DeploymentIsNotInReadyStateException
|
@@ -713,6 +736,7 @@ module Aws::CodeDeploy
|
|
713
736
|
DeploymentTarget.add_member(:instance_target, Shapes::ShapeRef.new(shape: InstanceTarget, location_name: "instanceTarget"))
|
714
737
|
DeploymentTarget.add_member(:lambda_target, Shapes::ShapeRef.new(shape: LambdaTarget, location_name: "lambdaTarget"))
|
715
738
|
DeploymentTarget.add_member(:ecs_target, Shapes::ShapeRef.new(shape: ECSTarget, location_name: "ecsTarget"))
|
739
|
+
DeploymentTarget.add_member(:cloud_formation_target, Shapes::ShapeRef.new(shape: CloudFormationTarget, location_name: "cloudFormationTarget"))
|
716
740
|
DeploymentTarget.struct_class = Types::DeploymentTarget
|
717
741
|
|
718
742
|
DeploymentTargetDoesNotExistException.struct_class = Types::DeploymentTargetDoesNotExistException
|
@@ -964,6 +988,8 @@ module Aws::CodeDeploy
|
|
964
988
|
|
965
989
|
InvalidECSServiceException.struct_class = Types::InvalidECSServiceException
|
966
990
|
|
991
|
+
InvalidExternalIdException.struct_class = Types::InvalidExternalIdException
|
992
|
+
|
967
993
|
InvalidFileExistsBehaviorException.struct_class = Types::InvalidFileExistsBehaviorException
|
968
994
|
|
969
995
|
InvalidGitHubAccountTokenException.struct_class = Types::InvalidGitHubAccountTokenException
|
@@ -1126,6 +1152,7 @@ module Aws::CodeDeploy
|
|
1126
1152
|
|
1127
1153
|
ListDeploymentsInput.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "applicationName"))
|
1128
1154
|
ListDeploymentsInput.add_member(:deployment_group_name, Shapes::ShapeRef.new(shape: DeploymentGroupName, location_name: "deploymentGroupName"))
|
1155
|
+
ListDeploymentsInput.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
1129
1156
|
ListDeploymentsInput.add_member(:include_only_statuses, Shapes::ShapeRef.new(shape: DeploymentStatusList, location_name: "includeOnlyStatuses"))
|
1130
1157
|
ListDeploymentsInput.add_member(:create_time_range, Shapes::ShapeRef.new(shape: TimeRange, location_name: "createTimeRange"))
|
1131
1158
|
ListDeploymentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
@@ -1474,6 +1501,7 @@ module Aws::CodeDeploy
|
|
1474
1501
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentTargetIdException)
|
1475
1502
|
o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetDoesNotExistException)
|
1476
1503
|
o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetListSizeExceededException)
|
1504
|
+
o.errors << Shapes::ShapeRef.new(shape: InstanceDoesNotExistException)
|
1477
1505
|
end)
|
1478
1506
|
|
1479
1507
|
api.add_operation(:batch_get_deployments, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1557,6 +1585,7 @@ module Aws::CodeDeploy
|
|
1557
1585
|
o.errors << Shapes::ShapeRef.new(shape: InvalidUpdateOutdatedInstancesOnlyValueException)
|
1558
1586
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIgnoreApplicationStopFailuresValueException)
|
1559
1587
|
o.errors << Shapes::ShapeRef.new(shape: InvalidGitHubAccountTokenException)
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficRoutingConfigurationException)
|
1560
1589
|
end)
|
1561
1590
|
|
1562
1591
|
api.add_operation(:create_deployment_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1612,6 +1641,7 @@ module Aws::CodeDeploy
|
|
1612
1641
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTargetGroupPairException)
|
1613
1642
|
o.errors << Shapes::ShapeRef.new(shape: ECSServiceMappingLimitExceededException)
|
1614
1643
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTagsToAddException)
|
1644
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficRoutingConfigurationException)
|
1615
1645
|
end)
|
1616
1646
|
|
1617
1647
|
api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1663,6 +1693,14 @@ module Aws::CodeDeploy
|
|
1663
1693
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
|
1664
1694
|
end)
|
1665
1695
|
|
1696
|
+
api.add_operation(:delete_resources_by_external_id, Seahorse::Model::Operation.new.tap do |o|
|
1697
|
+
o.name = "DeleteResourcesByExternalId"
|
1698
|
+
o.http_method = "POST"
|
1699
|
+
o.http_request_uri = "/"
|
1700
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourcesByExternalIdInput)
|
1701
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteResourcesByExternalIdOutput)
|
1702
|
+
end)
|
1703
|
+
|
1666
1704
|
api.add_operation(:deregister_on_premises_instance, Seahorse::Model::Operation.new.tap do |o|
|
1667
1705
|
o.name = "DeregisterOnPremisesInstance"
|
1668
1706
|
o.http_method = "POST"
|
@@ -1902,6 +1940,8 @@ module Aws::CodeDeploy
|
|
1902
1940
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTimeRangeException)
|
1903
1941
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentStatusException)
|
1904
1942
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
1943
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidExternalIdException)
|
1944
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1905
1945
|
o[:pager] = Aws::Pager.new(
|
1906
1946
|
tokens: {
|
1907
1947
|
"next_token" => "next_token"
|
@@ -2030,6 +2070,7 @@ module Aws::CodeDeploy
|
|
2030
2070
|
o.errors << Shapes::ShapeRef.new(shape: DeploymentGroupDoesNotExistException)
|
2031
2071
|
o.errors << Shapes::ShapeRef.new(shape: DeploymentAlreadyCompletedException)
|
2032
2072
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
|
2073
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionForDeploymentTypeException)
|
2033
2074
|
end)
|
2034
2075
|
|
2035
2076
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2112,6 +2153,7 @@ module Aws::CodeDeploy
|
|
2112
2153
|
o.errors << Shapes::ShapeRef.new(shape: InvalidECSServiceException)
|
2113
2154
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTargetGroupPairException)
|
2114
2155
|
o.errors << Shapes::ShapeRef.new(shape: ECSServiceMappingLimitExceededException)
|
2156
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficRoutingConfigurationException)
|
2115
2157
|
end)
|
2116
2158
|
end
|
2117
2159
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -87,6 +89,7 @@ module Aws::CodeDeploy
|
|
87
89
|
# * {InvalidEC2TagCombinationException}
|
88
90
|
# * {InvalidEC2TagException}
|
89
91
|
# * {InvalidECSServiceException}
|
92
|
+
# * {InvalidExternalIdException}
|
90
93
|
# * {InvalidFileExistsBehaviorException}
|
91
94
|
# * {InvalidGitHubAccountTokenException}
|
92
95
|
# * {InvalidGitHubAccountTokenNameException}
|
@@ -764,6 +767,16 @@ module Aws::CodeDeploy
|
|
764
767
|
end
|
765
768
|
end
|
766
769
|
|
770
|
+
class InvalidExternalIdException < ServiceError
|
771
|
+
|
772
|
+
# @param [Seahorse::Client::RequestContext] context
|
773
|
+
# @param [String] message
|
774
|
+
# @param [Aws::CodeDeploy::Types::InvalidExternalIdException] data
|
775
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
776
|
+
super(context, message, data)
|
777
|
+
end
|
778
|
+
end
|
779
|
+
|
767
780
|
class InvalidFileExistsBehaviorException < ServiceError
|
768
781
|
|
769
782
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -40,6 +42,7 @@ module Aws::CodeDeploy
|
|
40
42
|
class AddTagsToOnPremisesInstancesInput < Struct.new(
|
41
43
|
:tags,
|
42
44
|
:instance_names)
|
45
|
+
SENSITIVE = []
|
43
46
|
include Aws::Structure
|
44
47
|
end
|
45
48
|
|
@@ -61,6 +64,7 @@ module Aws::CodeDeploy
|
|
61
64
|
#
|
62
65
|
class Alarm < Struct.new(
|
63
66
|
:name)
|
67
|
+
SENSITIVE = []
|
64
68
|
include Aws::Structure
|
65
69
|
end
|
66
70
|
|
@@ -88,11 +92,11 @@ module Aws::CodeDeploy
|
|
88
92
|
# the current state of alarms cannot be retrieved from Amazon
|
89
93
|
# CloudWatch. The default value is false.
|
90
94
|
#
|
91
|
-
# * true
|
95
|
+
# * `true`\: The deployment proceeds even if alarm status information
|
92
96
|
# can't be retrieved from Amazon CloudWatch.
|
93
97
|
#
|
94
|
-
# * false
|
95
|
-
# retrieved from Amazon CloudWatch.
|
98
|
+
# * `false`\: The deployment stops if alarm status information can't
|
99
|
+
# be retrieved from Amazon CloudWatch.
|
96
100
|
# @return [Boolean]
|
97
101
|
#
|
98
102
|
# @!attribute [rw] alarms
|
@@ -106,6 +110,7 @@ module Aws::CodeDeploy
|
|
106
110
|
:enabled,
|
107
111
|
:ignore_poll_alarm_failure,
|
108
112
|
:alarms)
|
113
|
+
SENSITIVE = []
|
109
114
|
include Aws::Structure
|
110
115
|
end
|
111
116
|
|
@@ -154,6 +159,7 @@ module Aws::CodeDeploy
|
|
154
159
|
class AppSpecContent < Struct.new(
|
155
160
|
:content,
|
156
161
|
:sha256)
|
162
|
+
SENSITIVE = []
|
157
163
|
include Aws::Structure
|
158
164
|
end
|
159
165
|
|
@@ -207,6 +213,7 @@ module Aws::CodeDeploy
|
|
207
213
|
:linked_to_git_hub,
|
208
214
|
:git_hub_account_name,
|
209
215
|
:compute_platform)
|
216
|
+
SENSITIVE = []
|
210
217
|
include Aws::Structure
|
211
218
|
end
|
212
219
|
|
@@ -255,6 +262,7 @@ module Aws::CodeDeploy
|
|
255
262
|
class AutoRollbackConfiguration < Struct.new(
|
256
263
|
:enabled,
|
257
264
|
:events)
|
265
|
+
SENSITIVE = []
|
258
266
|
include Aws::Structure
|
259
267
|
end
|
260
268
|
|
@@ -273,10 +281,11 @@ module Aws::CodeDeploy
|
|
273
281
|
class AutoScalingGroup < Struct.new(
|
274
282
|
:name,
|
275
283
|
:hook)
|
284
|
+
SENSITIVE = []
|
276
285
|
include Aws::Structure
|
277
286
|
end
|
278
287
|
|
279
|
-
# Represents the input of a BatchGetApplicationRevisions operation.
|
288
|
+
# Represents the input of a `BatchGetApplicationRevisions` operation.
|
280
289
|
#
|
281
290
|
# @note When making an API call, you may pass BatchGetApplicationRevisionsInput
|
282
291
|
# data as a hash:
|
@@ -326,10 +335,11 @@ module Aws::CodeDeploy
|
|
326
335
|
class BatchGetApplicationRevisionsInput < Struct.new(
|
327
336
|
:application_name,
|
328
337
|
:revisions)
|
338
|
+
SENSITIVE = []
|
329
339
|
include Aws::Structure
|
330
340
|
end
|
331
341
|
|
332
|
-
# Represents the output of a BatchGetApplicationRevisions operation.
|
342
|
+
# Represents the output of a `BatchGetApplicationRevisions` operation.
|
333
343
|
#
|
334
344
|
# @!attribute [rw] application_name
|
335
345
|
# The name of the application that corresponds to the revisions.
|
@@ -351,10 +361,11 @@ module Aws::CodeDeploy
|
|
351
361
|
:application_name,
|
352
362
|
:error_message,
|
353
363
|
:revisions)
|
364
|
+
SENSITIVE = []
|
354
365
|
include Aws::Structure
|
355
366
|
end
|
356
367
|
|
357
|
-
# Represents the input of a BatchGetApplications operation.
|
368
|
+
# Represents the input of a `BatchGetApplications` operation.
|
358
369
|
#
|
359
370
|
# @note When making an API call, you may pass BatchGetApplicationsInput
|
360
371
|
# data as a hash:
|
@@ -365,17 +376,18 @@ module Aws::CodeDeploy
|
|
365
376
|
#
|
366
377
|
# @!attribute [rw] application_names
|
367
378
|
# A list of application names separated by spaces. The maximum number
|
368
|
-
# of application names you can specify is
|
379
|
+
# of application names you can specify is 100.
|
369
380
|
# @return [Array<String>]
|
370
381
|
#
|
371
382
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetApplicationsInput AWS API Documentation
|
372
383
|
#
|
373
384
|
class BatchGetApplicationsInput < Struct.new(
|
374
385
|
:application_names)
|
386
|
+
SENSITIVE = []
|
375
387
|
include Aws::Structure
|
376
388
|
end
|
377
389
|
|
378
|
-
# Represents the output of a BatchGetApplications operation.
|
390
|
+
# Represents the output of a `BatchGetApplications` operation.
|
379
391
|
#
|
380
392
|
# @!attribute [rw] applications_info
|
381
393
|
# Information about the applications.
|
@@ -385,10 +397,11 @@ module Aws::CodeDeploy
|
|
385
397
|
#
|
386
398
|
class BatchGetApplicationsOutput < Struct.new(
|
387
399
|
:applications_info)
|
400
|
+
SENSITIVE = []
|
388
401
|
include Aws::Structure
|
389
402
|
end
|
390
403
|
|
391
|
-
# Represents the input of a BatchGetDeploymentGroups operation.
|
404
|
+
# Represents the input of a `BatchGetDeploymentGroups` operation.
|
392
405
|
#
|
393
406
|
# @note When making an API call, you may pass BatchGetDeploymentGroupsInput
|
394
407
|
# data as a hash:
|
@@ -412,10 +425,11 @@ module Aws::CodeDeploy
|
|
412
425
|
class BatchGetDeploymentGroupsInput < Struct.new(
|
413
426
|
:application_name,
|
414
427
|
:deployment_group_names)
|
428
|
+
SENSITIVE = []
|
415
429
|
include Aws::Structure
|
416
430
|
end
|
417
431
|
|
418
|
-
# Represents the output of a BatchGetDeploymentGroups operation.
|
432
|
+
# Represents the output of a `BatchGetDeploymentGroups` operation.
|
419
433
|
#
|
420
434
|
# @!attribute [rw] deployment_groups_info
|
421
435
|
# Information about the deployment groups.
|
@@ -431,10 +445,11 @@ module Aws::CodeDeploy
|
|
431
445
|
class BatchGetDeploymentGroupsOutput < Struct.new(
|
432
446
|
:deployment_groups_info,
|
433
447
|
:error_message)
|
448
|
+
SENSITIVE = []
|
434
449
|
include Aws::Structure
|
435
450
|
end
|
436
451
|
|
437
|
-
# Represents the input of a BatchGetDeploymentInstances operation.
|
452
|
+
# Represents the input of a `BatchGetDeploymentInstances` operation.
|
438
453
|
#
|
439
454
|
# @note When making an API call, you may pass BatchGetDeploymentInstancesInput
|
440
455
|
# data as a hash:
|
@@ -458,10 +473,11 @@ module Aws::CodeDeploy
|
|
458
473
|
class BatchGetDeploymentInstancesInput < Struct.new(
|
459
474
|
:deployment_id,
|
460
475
|
:instance_ids)
|
476
|
+
SENSITIVE = []
|
461
477
|
include Aws::Structure
|
462
478
|
end
|
463
479
|
|
464
|
-
# Represents the output of a BatchGetDeploymentInstances operation.
|
480
|
+
# Represents the output of a `BatchGetDeploymentInstances` operation.
|
465
481
|
#
|
466
482
|
# @!attribute [rw] instances_summary
|
467
483
|
# Information about the instance.
|
@@ -477,6 +493,7 @@ module Aws::CodeDeploy
|
|
477
493
|
class BatchGetDeploymentInstancesOutput < Struct.new(
|
478
494
|
:instances_summary,
|
479
495
|
:error_message)
|
496
|
+
SENSITIVE = []
|
480
497
|
include Aws::Structure
|
481
498
|
end
|
482
499
|
|
@@ -509,6 +526,10 @@ module Aws::CodeDeploy
|
|
509
526
|
# target IDs are pairs of Amazon ECS clusters and services specified
|
510
527
|
# using the format `<clustername>:<servicename>`. Their target type
|
511
528
|
# is `ecsTarget`.
|
529
|
+
#
|
530
|
+
# * For deployments that are deployed with AWS CloudFormation, the
|
531
|
+
# target IDs are CloudFormation stack IDs. Their target type is
|
532
|
+
# `cloudFormationTarget`.
|
512
533
|
# @return [Array<String>]
|
513
534
|
#
|
514
535
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentTargetsInput AWS API Documentation
|
@@ -516,6 +537,7 @@ module Aws::CodeDeploy
|
|
516
537
|
class BatchGetDeploymentTargetsInput < Struct.new(
|
517
538
|
:deployment_id,
|
518
539
|
:target_ids)
|
540
|
+
SENSITIVE = []
|
519
541
|
include Aws::Structure
|
520
542
|
end
|
521
543
|
|
@@ -532,16 +554,20 @@ module Aws::CodeDeploy
|
|
532
554
|
# Lambda function.
|
533
555
|
#
|
534
556
|
# * **Amazon ECS**\: The target object is an Amazon ECS service.
|
557
|
+
#
|
558
|
+
# * **CloudFormation**\: The target object is an AWS CloudFormation
|
559
|
+
# blue/green deployment.
|
535
560
|
# @return [Array<Types::DeploymentTarget>]
|
536
561
|
#
|
537
562
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentTargetsOutput AWS API Documentation
|
538
563
|
#
|
539
564
|
class BatchGetDeploymentTargetsOutput < Struct.new(
|
540
565
|
:deployment_targets)
|
566
|
+
SENSITIVE = []
|
541
567
|
include Aws::Structure
|
542
568
|
end
|
543
569
|
|
544
|
-
# Represents the input of a BatchGetDeployments operation.
|
570
|
+
# Represents the input of a `BatchGetDeployments` operation.
|
545
571
|
#
|
546
572
|
# @note When making an API call, you may pass BatchGetDeploymentsInput
|
547
573
|
# data as a hash:
|
@@ -559,10 +585,11 @@ module Aws::CodeDeploy
|
|
559
585
|
#
|
560
586
|
class BatchGetDeploymentsInput < Struct.new(
|
561
587
|
:deployment_ids)
|
588
|
+
SENSITIVE = []
|
562
589
|
include Aws::Structure
|
563
590
|
end
|
564
591
|
|
565
|
-
# Represents the output of a BatchGetDeployments operation.
|
592
|
+
# Represents the output of a `BatchGetDeployments` operation.
|
566
593
|
#
|
567
594
|
# @!attribute [rw] deployments_info
|
568
595
|
# Information about the deployments.
|
@@ -572,10 +599,11 @@ module Aws::CodeDeploy
|
|
572
599
|
#
|
573
600
|
class BatchGetDeploymentsOutput < Struct.new(
|
574
601
|
:deployments_info)
|
602
|
+
SENSITIVE = []
|
575
603
|
include Aws::Structure
|
576
604
|
end
|
577
605
|
|
578
|
-
# Represents the input of a BatchGetOnPremisesInstances operation.
|
606
|
+
# Represents the input of a `BatchGetOnPremisesInstances` operation.
|
579
607
|
#
|
580
608
|
# @note When making an API call, you may pass BatchGetOnPremisesInstancesInput
|
581
609
|
# data as a hash:
|
@@ -594,10 +622,11 @@ module Aws::CodeDeploy
|
|
594
622
|
#
|
595
623
|
class BatchGetOnPremisesInstancesInput < Struct.new(
|
596
624
|
:instance_names)
|
625
|
+
SENSITIVE = []
|
597
626
|
include Aws::Structure
|
598
627
|
end
|
599
628
|
|
600
|
-
# Represents the output of a BatchGetOnPremisesInstances operation.
|
629
|
+
# Represents the output of a `BatchGetOnPremisesInstances` operation.
|
601
630
|
#
|
602
631
|
# @!attribute [rw] instance_infos
|
603
632
|
# Information about the on-premises instances.
|
@@ -607,6 +636,7 @@ module Aws::CodeDeploy
|
|
607
636
|
#
|
608
637
|
class BatchGetOnPremisesInstancesOutput < Struct.new(
|
609
638
|
:instance_infos)
|
639
|
+
SENSITIVE = []
|
610
640
|
include Aws::Structure
|
611
641
|
end
|
612
642
|
|
@@ -658,6 +688,7 @@ module Aws::CodeDeploy
|
|
658
688
|
:terminate_blue_instances_on_deployment_success,
|
659
689
|
:deployment_ready_option,
|
660
690
|
:green_fleet_provisioning_option)
|
691
|
+
SENSITIVE = []
|
661
692
|
include Aws::Structure
|
662
693
|
end
|
663
694
|
|
@@ -677,9 +708,10 @@ module Aws::CodeDeploy
|
|
677
708
|
# The action to take on instances in the original environment after a
|
678
709
|
# successful blue/green deployment.
|
679
710
|
#
|
680
|
-
# * TERMINATE
|
711
|
+
# * `TERMINATE`\: Instances are terminated after a specified wait
|
712
|
+
# time.
|
681
713
|
#
|
682
|
-
# *
|
714
|
+
# * `KEEP_ALIVE`\: Instances are left running after they are
|
683
715
|
# deregistered from the load balancer and removed from the
|
684
716
|
# deployment group.
|
685
717
|
# @return [String]
|
@@ -702,6 +734,7 @@ module Aws::CodeDeploy
|
|
702
734
|
class BlueInstanceTerminationOption < Struct.new(
|
703
735
|
:action,
|
704
736
|
:termination_wait_time_in_minutes)
|
737
|
+
SENSITIVE = []
|
705
738
|
include Aws::Structure
|
706
739
|
end
|
707
740
|
|
@@ -711,6 +744,57 @@ module Aws::CodeDeploy
|
|
711
744
|
#
|
712
745
|
class BucketNameFilterRequiredException < Aws::EmptyStructure; end
|
713
746
|
|
747
|
+
# Information about the target to be updated by an AWS CloudFormation
|
748
|
+
# blue/green deployment. This target type is used for all deployments
|
749
|
+
# initiated by a CloudFormation stack update.
|
750
|
+
#
|
751
|
+
# @!attribute [rw] deployment_id
|
752
|
+
# The unique ID of an AWS CloudFormation blue/green deployment.
|
753
|
+
# @return [String]
|
754
|
+
#
|
755
|
+
# @!attribute [rw] target_id
|
756
|
+
# The unique ID of a deployment target that has a type
|
757
|
+
# of `CloudFormationTarget`.
|
758
|
+
# @return [String]
|
759
|
+
#
|
760
|
+
# @!attribute [rw] last_updated_at
|
761
|
+
# The date and time when the target application was updated by an AWS
|
762
|
+
# CloudFormation blue/green deployment.
|
763
|
+
# @return [Time]
|
764
|
+
#
|
765
|
+
# @!attribute [rw] lifecycle_events
|
766
|
+
# The lifecycle events of the AWS CloudFormation blue/green deployment
|
767
|
+
# to this target application.
|
768
|
+
# @return [Array<Types::LifecycleEvent>]
|
769
|
+
#
|
770
|
+
# @!attribute [rw] status
|
771
|
+
# The status of an AWS CloudFormation blue/green deployment's target
|
772
|
+
# application.
|
773
|
+
# @return [String]
|
774
|
+
#
|
775
|
+
# @!attribute [rw] resource_type
|
776
|
+
# The resource type for the AWS CloudFormation blue/green deployment.
|
777
|
+
# @return [String]
|
778
|
+
#
|
779
|
+
# @!attribute [rw] target_version_weight
|
780
|
+
# The percentage of production traffic that the target version of an
|
781
|
+
# AWS CloudFormation blue/green deployment receives.
|
782
|
+
# @return [Float]
|
783
|
+
#
|
784
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CloudFormationTarget AWS API Documentation
|
785
|
+
#
|
786
|
+
class CloudFormationTarget < Struct.new(
|
787
|
+
:deployment_id,
|
788
|
+
:target_id,
|
789
|
+
:last_updated_at,
|
790
|
+
:lifecycle_events,
|
791
|
+
:status,
|
792
|
+
:resource_type,
|
793
|
+
:target_version_weight)
|
794
|
+
SENSITIVE = []
|
795
|
+
include Aws::Structure
|
796
|
+
end
|
797
|
+
|
714
798
|
# @note When making an API call, you may pass ContinueDeploymentInput
|
715
799
|
# data as a hash:
|
716
800
|
#
|
@@ -725,10 +809,10 @@ module Aws::CodeDeploy
|
|
725
809
|
# @return [String]
|
726
810
|
#
|
727
811
|
# @!attribute [rw] deployment_wait_type
|
728
|
-
# The status of the deployment's waiting period.
|
729
|
-
# indicates the deployment is ready to start shifting traffic.
|
730
|
-
#
|
731
|
-
# target is not terminated.
|
812
|
+
# The status of the deployment's waiting period. `READY_WAIT`
|
813
|
+
# indicates that the deployment is ready to start shifting traffic.
|
814
|
+
# `TERMINATION_WAIT` indicates that the traffic is shifted, but the
|
815
|
+
# original target is not terminated.
|
732
816
|
# @return [String]
|
733
817
|
#
|
734
818
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ContinueDeploymentInput AWS API Documentation
|
@@ -736,10 +820,11 @@ module Aws::CodeDeploy
|
|
736
820
|
class ContinueDeploymentInput < Struct.new(
|
737
821
|
:deployment_id,
|
738
822
|
:deployment_wait_type)
|
823
|
+
SENSITIVE = []
|
739
824
|
include Aws::Structure
|
740
825
|
end
|
741
826
|
|
742
|
-
# Represents the input of a CreateApplication operation.
|
827
|
+
# Represents the input of a `CreateApplication` operation.
|
743
828
|
#
|
744
829
|
# @note When making an API call, you may pass CreateApplicationInput
|
745
830
|
# data as a hash:
|
@@ -777,10 +862,11 @@ module Aws::CodeDeploy
|
|
777
862
|
:application_name,
|
778
863
|
:compute_platform,
|
779
864
|
:tags)
|
865
|
+
SENSITIVE = []
|
780
866
|
include Aws::Structure
|
781
867
|
end
|
782
868
|
|
783
|
-
# Represents the output of a CreateApplication operation.
|
869
|
+
# Represents the output of a `CreateApplication` operation.
|
784
870
|
#
|
785
871
|
# @!attribute [rw] application_id
|
786
872
|
# A unique application ID.
|
@@ -790,10 +876,11 @@ module Aws::CodeDeploy
|
|
790
876
|
#
|
791
877
|
class CreateApplicationOutput < Struct.new(
|
792
878
|
:application_id)
|
879
|
+
SENSITIVE = []
|
793
880
|
include Aws::Structure
|
794
881
|
end
|
795
882
|
|
796
|
-
# Represents the input of a CreateDeploymentConfig operation.
|
883
|
+
# Represents the input of a `CreateDeploymentConfig` operation.
|
797
884
|
#
|
798
885
|
# @note When making an API call, you may pass CreateDeploymentConfigInput
|
799
886
|
# data as a hash:
|
@@ -836,7 +923,7 @@ module Aws::CodeDeploy
|
|
836
923
|
# of healthy instances as a percentage of the total number of
|
837
924
|
# instances in the deployment. If you specify FLEET\_PERCENT, at the
|
838
925
|
# start of the deployment, AWS CodeDeploy converts the percentage to
|
839
|
-
# the equivalent number of
|
926
|
+
# the equivalent number of instances and rounds up fractional
|
840
927
|
# instances.
|
841
928
|
#
|
842
929
|
# The value parameter takes an integer.
|
@@ -862,10 +949,11 @@ module Aws::CodeDeploy
|
|
862
949
|
:minimum_healthy_hosts,
|
863
950
|
:traffic_routing_config,
|
864
951
|
:compute_platform)
|
952
|
+
SENSITIVE = []
|
865
953
|
include Aws::Structure
|
866
954
|
end
|
867
955
|
|
868
|
-
# Represents the output of a CreateDeploymentConfig operation.
|
956
|
+
# Represents the output of a `CreateDeploymentConfig` operation.
|
869
957
|
#
|
870
958
|
# @!attribute [rw] deployment_config_id
|
871
959
|
# A unique deployment configuration ID.
|
@@ -875,10 +963,11 @@ module Aws::CodeDeploy
|
|
875
963
|
#
|
876
964
|
class CreateDeploymentConfigOutput < Struct.new(
|
877
965
|
:deployment_config_id)
|
966
|
+
SENSITIVE = []
|
878
967
|
include Aws::Structure
|
879
968
|
end
|
880
969
|
|
881
|
-
# Represents the input of a CreateDeploymentGroup operation.
|
970
|
+
# Represents the input of a `CreateDeploymentGroup` operation.
|
882
971
|
#
|
883
972
|
# @note When making an API call, you may pass CreateDeploymentGroupInput
|
884
973
|
# data as a hash:
|
@@ -1018,13 +1107,13 @@ module Aws::CodeDeploy
|
|
1018
1107
|
# custom deployment configuration that you create by calling the
|
1019
1108
|
# create deployment configuration operation.
|
1020
1109
|
#
|
1021
|
-
# CodeDeployDefault.OneAtATime is the default deployment
|
1110
|
+
# `CodeDeployDefault.OneAtATime` is the default deployment
|
1022
1111
|
# configuration. It is used if a configuration isn't specified for
|
1023
1112
|
# the deployment or deployment group.
|
1024
1113
|
#
|
1025
1114
|
# For more information about the predefined deployment configurations
|
1026
|
-
# in AWS CodeDeploy, see [Working with Deployment
|
1027
|
-
# CodeDeploy][1] in the AWS CodeDeploy User Guide
|
1115
|
+
# in AWS CodeDeploy, see [Working with Deployment Configurations in
|
1116
|
+
# CodeDeploy][1] in the *AWS CodeDeploy User Guide*.
|
1028
1117
|
#
|
1029
1118
|
#
|
1030
1119
|
#
|
@@ -1040,7 +1129,7 @@ module Aws::CodeDeploy
|
|
1040
1129
|
# @!attribute [rw] on_premises_instance_tag_filters
|
1041
1130
|
# The on-premises instance tags on which to filter. The deployment
|
1042
1131
|
# group includes on-premises instances with any of the specified tags.
|
1043
|
-
# Cannot be used in the same call as OnPremisesTagSet
|
1132
|
+
# Cannot be used in the same call as `OnPremisesTagSet`.
|
1044
1133
|
# @return [Array<Types::TagFilter>]
|
1045
1134
|
#
|
1046
1135
|
# @!attribute [rw] auto_scaling_groups
|
@@ -1048,14 +1137,14 @@ module Aws::CodeDeploy
|
|
1048
1137
|
# @return [Array<String>]
|
1049
1138
|
#
|
1050
1139
|
# @!attribute [rw] service_role_arn
|
1051
|
-
# A service role ARN that allows AWS CodeDeploy
|
1052
|
-
# behalf when interacting with AWS services.
|
1140
|
+
# A service role Amazon Resource Name (ARN) that allows AWS CodeDeploy
|
1141
|
+
# to act on the user's behalf when interacting with AWS services.
|
1053
1142
|
# @return [String]
|
1054
1143
|
#
|
1055
1144
|
# @!attribute [rw] trigger_configurations
|
1056
1145
|
# Information about triggers to create when the deployment group is
|
1057
1146
|
# created. For examples, see [Create a Trigger for an AWS CodeDeploy
|
1058
|
-
# Event][1] in the AWS CodeDeploy User Guide
|
1147
|
+
# Event][1] in the *AWS CodeDeploy User Guide*.
|
1059
1148
|
#
|
1060
1149
|
#
|
1061
1150
|
#
|
@@ -1090,7 +1179,7 @@ module Aws::CodeDeploy
|
|
1090
1179
|
# @!attribute [rw] ec2_tag_set
|
1091
1180
|
# Information about groups of tags applied to EC2 instances. The
|
1092
1181
|
# deployment group includes only EC2 instances identified by all the
|
1093
|
-
# tag groups. Cannot be used in the same call as ec2TagFilters
|
1182
|
+
# tag groups. Cannot be used in the same call as `ec2TagFilters`.
|
1094
1183
|
# @return [Types::EC2TagSet]
|
1095
1184
|
#
|
1096
1185
|
# @!attribute [rw] ecs_services
|
@@ -1105,7 +1194,7 @@ module Aws::CodeDeploy
|
|
1105
1194
|
# Information about groups of tags applied to on-premises instances.
|
1106
1195
|
# The deployment group includes only on-premises instances identified
|
1107
1196
|
# by all of the tag groups. Cannot be used in the same call as
|
1108
|
-
# onPremisesInstanceTagFilters
|
1197
|
+
# `onPremisesInstanceTagFilters`.
|
1109
1198
|
# @return [Types::OnPremisesTagSet]
|
1110
1199
|
#
|
1111
1200
|
# @!attribute [rw] tags
|
@@ -1134,10 +1223,11 @@ module Aws::CodeDeploy
|
|
1134
1223
|
:ecs_services,
|
1135
1224
|
:on_premises_tag_set,
|
1136
1225
|
:tags)
|
1226
|
+
SENSITIVE = []
|
1137
1227
|
include Aws::Structure
|
1138
1228
|
end
|
1139
1229
|
|
1140
|
-
# Represents the output of a CreateDeploymentGroup operation.
|
1230
|
+
# Represents the output of a `CreateDeploymentGroup` operation.
|
1141
1231
|
#
|
1142
1232
|
# @!attribute [rw] deployment_group_id
|
1143
1233
|
# A unique deployment group ID.
|
@@ -1147,10 +1237,11 @@ module Aws::CodeDeploy
|
|
1147
1237
|
#
|
1148
1238
|
class CreateDeploymentGroupOutput < Struct.new(
|
1149
1239
|
:deployment_group_id)
|
1240
|
+
SENSITIVE = []
|
1150
1241
|
include Aws::Structure
|
1151
1242
|
end
|
1152
1243
|
|
1153
|
-
# Represents the input of a CreateDeployment operation.
|
1244
|
+
# Represents the input of a `CreateDeployment` operation.
|
1154
1245
|
#
|
1155
1246
|
# @note When making an API call, you may pass CreateDeploymentInput
|
1156
1247
|
# data as a hash:
|
@@ -1232,7 +1323,7 @@ module Aws::CodeDeploy
|
|
1232
1323
|
# If not specified, the value configured in the deployment group is
|
1233
1324
|
# used as the default. If the deployment group does not have a
|
1234
1325
|
# deployment configuration associated with it,
|
1235
|
-
# CodeDeployDefault
|
1326
|
+
# `CodeDeployDefault`.`OneAtATime` is used by default.
|
1236
1327
|
# @return [String]
|
1237
1328
|
#
|
1238
1329
|
# @!attribute [rw] description
|
@@ -1240,13 +1331,13 @@ module Aws::CodeDeploy
|
|
1240
1331
|
# @return [String]
|
1241
1332
|
#
|
1242
1333
|
# @!attribute [rw] ignore_application_stop_failures
|
1243
|
-
# If true, then if an ApplicationStop
|
1244
|
-
# AfterBlockTraffic deployment lifecycle event to an instance fails,
|
1334
|
+
# If true, then if an `ApplicationStop`, `BeforeBlockTraffic`, or
|
1335
|
+
# `AfterBlockTraffic` deployment lifecycle event to an instance fails,
|
1245
1336
|
# then the deployment continues to the next deployment lifecycle
|
1246
|
-
# event. For example, if ApplicationStop fails, the deployment
|
1247
|
-
# continues with DownloadBundle
|
1248
|
-
# deployment continues with BlockTraffic
|
1249
|
-
# the deployment continues with ApplicationStop
|
1337
|
+
# event. For example, if `ApplicationStop` fails, the deployment
|
1338
|
+
# continues with `DownloadBundle`. If `BeforeBlockTraffic` fails, the
|
1339
|
+
# deployment continues with `BlockTraffic`. If `AfterBlockTraffic`
|
1340
|
+
# fails, the deployment continues with `ApplicationStop`.
|
1250
1341
|
#
|
1251
1342
|
# If false or not specified, then if a lifecycle event fails during a
|
1252
1343
|
# deployment to an instance, that deployment fails. If deployment to
|
@@ -1255,8 +1346,8 @@ module Aws::CodeDeploy
|
|
1255
1346
|
# then a deployment to the next instance is attempted.
|
1256
1347
|
#
|
1257
1348
|
# During a deployment, the AWS CodeDeploy agent runs the scripts
|
1258
|
-
# specified for ApplicationStop
|
1259
|
-
# AfterBlockTraffic in the AppSpec file from the previous successful
|
1349
|
+
# specified for `ApplicationStop`, `BeforeBlockTraffic`, and
|
1350
|
+
# `AfterBlockTraffic` in the AppSpec file from the previous successful
|
1260
1351
|
# deployment. (All other scripts are run from the AppSpec file in the
|
1261
1352
|
# current deployment.) If one of these scripts contains an error and
|
1262
1353
|
# does not run successfully, the deployment can fail.
|
@@ -1264,8 +1355,8 @@ module Aws::CodeDeploy
|
|
1264
1355
|
# If the cause of the failure is a script from the last successful
|
1265
1356
|
# deployment that will never run successfully, create a new deployment
|
1266
1357
|
# and use `ignoreApplicationStopFailures` to specify that the
|
1267
|
-
# ApplicationStop
|
1268
|
-
# should be ignored.
|
1358
|
+
# `ApplicationStop`, `BeforeBlockTraffic`, and `AfterBlockTraffic`
|
1359
|
+
# failures should be ignored.
|
1269
1360
|
# @return [Boolean]
|
1270
1361
|
#
|
1271
1362
|
# @!attribute [rw] target_instances
|
@@ -1288,7 +1379,8 @@ module Aws::CodeDeploy
|
|
1288
1379
|
# exist in a deployment target location but weren't part of the
|
1289
1380
|
# previous successful deployment.
|
1290
1381
|
#
|
1291
|
-
# The fileExistsBehavior parameter takes any of the following
|
1382
|
+
# The `fileExistsBehavior` parameter takes any of the following
|
1383
|
+
# values:
|
1292
1384
|
#
|
1293
1385
|
# * DISALLOW: The deployment fails. This is also the default behavior
|
1294
1386
|
# if no option is specified.
|
@@ -1314,10 +1406,11 @@ module Aws::CodeDeploy
|
|
1314
1406
|
:auto_rollback_configuration,
|
1315
1407
|
:update_outdated_instances_only,
|
1316
1408
|
:file_exists_behavior)
|
1409
|
+
SENSITIVE = []
|
1317
1410
|
include Aws::Structure
|
1318
1411
|
end
|
1319
1412
|
|
1320
|
-
# Represents the output of a CreateDeployment operation.
|
1413
|
+
# Represents the output of a `CreateDeployment` operation.
|
1321
1414
|
#
|
1322
1415
|
# @!attribute [rw] deployment_id
|
1323
1416
|
# The unique ID of a deployment.
|
@@ -1327,10 +1420,11 @@ module Aws::CodeDeploy
|
|
1327
1420
|
#
|
1328
1421
|
class CreateDeploymentOutput < Struct.new(
|
1329
1422
|
:deployment_id)
|
1423
|
+
SENSITIVE = []
|
1330
1424
|
include Aws::Structure
|
1331
1425
|
end
|
1332
1426
|
|
1333
|
-
# Represents the input of a DeleteApplication operation.
|
1427
|
+
# Represents the input of a `DeleteApplication` operation.
|
1334
1428
|
#
|
1335
1429
|
# @note When making an API call, you may pass DeleteApplicationInput
|
1336
1430
|
# data as a hash:
|
@@ -1348,10 +1442,11 @@ module Aws::CodeDeploy
|
|
1348
1442
|
#
|
1349
1443
|
class DeleteApplicationInput < Struct.new(
|
1350
1444
|
:application_name)
|
1445
|
+
SENSITIVE = []
|
1351
1446
|
include Aws::Structure
|
1352
1447
|
end
|
1353
1448
|
|
1354
|
-
# Represents the input of a DeleteDeploymentConfig operation.
|
1449
|
+
# Represents the input of a `DeleteDeploymentConfig` operation.
|
1355
1450
|
#
|
1356
1451
|
# @note When making an API call, you may pass DeleteDeploymentConfigInput
|
1357
1452
|
# data as a hash:
|
@@ -1369,10 +1464,11 @@ module Aws::CodeDeploy
|
|
1369
1464
|
#
|
1370
1465
|
class DeleteDeploymentConfigInput < Struct.new(
|
1371
1466
|
:deployment_config_name)
|
1467
|
+
SENSITIVE = []
|
1372
1468
|
include Aws::Structure
|
1373
1469
|
end
|
1374
1470
|
|
1375
|
-
# Represents the input of a DeleteDeploymentGroup operation.
|
1471
|
+
# Represents the input of a `DeleteDeploymentGroup` operation.
|
1376
1472
|
#
|
1377
1473
|
# @note When making an API call, you may pass DeleteDeploymentGroupInput
|
1378
1474
|
# data as a hash:
|
@@ -1396,10 +1492,11 @@ module Aws::CodeDeploy
|
|
1396
1492
|
class DeleteDeploymentGroupInput < Struct.new(
|
1397
1493
|
:application_name,
|
1398
1494
|
:deployment_group_name)
|
1495
|
+
SENSITIVE = []
|
1399
1496
|
include Aws::Structure
|
1400
1497
|
end
|
1401
1498
|
|
1402
|
-
# Represents the output of a DeleteDeploymentGroup operation.
|
1499
|
+
# Represents the output of a `DeleteDeploymentGroup` operation.
|
1403
1500
|
#
|
1404
1501
|
# @!attribute [rw] hooks_not_cleaned_up
|
1405
1502
|
# If the output contains no data, and the corresponding deployment
|
@@ -1415,10 +1512,11 @@ module Aws::CodeDeploy
|
|
1415
1512
|
#
|
1416
1513
|
class DeleteDeploymentGroupOutput < Struct.new(
|
1417
1514
|
:hooks_not_cleaned_up)
|
1515
|
+
SENSITIVE = []
|
1418
1516
|
include Aws::Structure
|
1419
1517
|
end
|
1420
1518
|
|
1421
|
-
# Represents the input of a DeleteGitHubAccount operation.
|
1519
|
+
# Represents the input of a `DeleteGitHubAccount` operation.
|
1422
1520
|
#
|
1423
1521
|
# @note When making an API call, you may pass DeleteGitHubAccountTokenInput
|
1424
1522
|
# data as a hash:
|
@@ -1435,10 +1533,11 @@ module Aws::CodeDeploy
|
|
1435
1533
|
#
|
1436
1534
|
class DeleteGitHubAccountTokenInput < Struct.new(
|
1437
1535
|
:token_name)
|
1536
|
+
SENSITIVE = []
|
1438
1537
|
include Aws::Structure
|
1439
1538
|
end
|
1440
1539
|
|
1441
|
-
# Represents the output of a DeleteGitHubAccountToken operation.
|
1540
|
+
# Represents the output of a `DeleteGitHubAccountToken` operation.
|
1442
1541
|
#
|
1443
1542
|
# @!attribute [rw] token_name
|
1444
1543
|
# The name of the GitHub account connection that was deleted.
|
@@ -1448,9 +1547,34 @@ module Aws::CodeDeploy
|
|
1448
1547
|
#
|
1449
1548
|
class DeleteGitHubAccountTokenOutput < Struct.new(
|
1450
1549
|
:token_name)
|
1550
|
+
SENSITIVE = []
|
1551
|
+
include Aws::Structure
|
1552
|
+
end
|
1553
|
+
|
1554
|
+
# @note When making an API call, you may pass DeleteResourcesByExternalIdInput
|
1555
|
+
# data as a hash:
|
1556
|
+
#
|
1557
|
+
# {
|
1558
|
+
# external_id: "ExternalId",
|
1559
|
+
# }
|
1560
|
+
#
|
1561
|
+
# @!attribute [rw] external_id
|
1562
|
+
# The unique ID of an external resource (for example, a CloudFormation
|
1563
|
+
# stack ID) that is linked to one or more CodeDeploy resources.
|
1564
|
+
# @return [String]
|
1565
|
+
#
|
1566
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteResourcesByExternalIdInput AWS API Documentation
|
1567
|
+
#
|
1568
|
+
class DeleteResourcesByExternalIdInput < Struct.new(
|
1569
|
+
:external_id)
|
1570
|
+
SENSITIVE = []
|
1451
1571
|
include Aws::Structure
|
1452
1572
|
end
|
1453
1573
|
|
1574
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteResourcesByExternalIdOutput AWS API Documentation
|
1575
|
+
#
|
1576
|
+
class DeleteResourcesByExternalIdOutput < Aws::EmptyStructure; end
|
1577
|
+
|
1454
1578
|
# The deployment is already complete.
|
1455
1579
|
#
|
1456
1580
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentAlreadyCompletedException AWS API Documentation
|
@@ -1465,7 +1589,7 @@ module Aws::CodeDeploy
|
|
1465
1589
|
class DeploymentAlreadyStartedException < Aws::EmptyStructure; end
|
1466
1590
|
|
1467
1591
|
# A deployment configuration with the specified name with the IAM user
|
1468
|
-
# or AWS account already exists
|
1592
|
+
# or AWS account already exists.
|
1469
1593
|
#
|
1470
1594
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigAlreadyExistsException AWS API Documentation
|
1471
1595
|
#
|
@@ -1510,8 +1634,8 @@ module Aws::CodeDeploy
|
|
1510
1634
|
#
|
1511
1635
|
# @!attribute [rw] traffic_routing_config
|
1512
1636
|
# The configuration that specifies how the deployment traffic is
|
1513
|
-
# routed.
|
1514
|
-
#
|
1637
|
+
# routed. Used for deployments with a Lambda or ECS compute platform
|
1638
|
+
# only.
|
1515
1639
|
# @return [Types::TrafficRoutingConfig]
|
1516
1640
|
#
|
1517
1641
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigInfo AWS API Documentation
|
@@ -1523,6 +1647,7 @@ module Aws::CodeDeploy
|
|
1523
1647
|
:create_time,
|
1524
1648
|
:compute_platform,
|
1525
1649
|
:traffic_routing_config)
|
1650
|
+
SENSITIVE = []
|
1526
1651
|
include Aws::Structure
|
1527
1652
|
end
|
1528
1653
|
|
@@ -1694,6 +1819,7 @@ module Aws::CodeDeploy
|
|
1694
1819
|
:on_premises_tag_set,
|
1695
1820
|
:compute_platform,
|
1696
1821
|
:ecs_services)
|
1822
|
+
SENSITIVE = []
|
1697
1823
|
include Aws::Structure
|
1698
1824
|
end
|
1699
1825
|
|
@@ -1781,11 +1907,11 @@ module Aws::CodeDeploy
|
|
1781
1907
|
# @!attribute [rw] creator
|
1782
1908
|
# The means by which the deployment was created:
|
1783
1909
|
#
|
1784
|
-
# * user
|
1910
|
+
# * `user`\: A user created the deployment.
|
1785
1911
|
#
|
1786
|
-
# * autoscaling
|
1912
|
+
# * `autoscaling`\: Amazon EC2 Auto Scaling created the deployment.
|
1787
1913
|
#
|
1788
|
-
# * codeDeployRollback
|
1914
|
+
# * `codeDeployRollback`\: A rollback process created the deployment.
|
1789
1915
|
# @return [String]
|
1790
1916
|
#
|
1791
1917
|
# @!attribute [rw] ignore_application_stop_failures
|
@@ -1868,14 +1994,14 @@ module Aws::CodeDeploy
|
|
1868
1994
|
# exist in a deployment target location but weren't part of the
|
1869
1995
|
# previous successful deployment.
|
1870
1996
|
#
|
1871
|
-
# * DISALLOW
|
1872
|
-
# if no option is specified.
|
1997
|
+
# * `DISALLOW`\: The deployment fails. This is also the default
|
1998
|
+
# behavior if no option is specified.
|
1873
1999
|
#
|
1874
|
-
# * OVERWRITE
|
1875
|
-
# currently being deployed replaces the version already on
|
1876
|
-
# instance.
|
2000
|
+
# * `OVERWRITE`\: The version of the file from the application
|
2001
|
+
# revision currently being deployed replaces the version already on
|
2002
|
+
# the instance.
|
1877
2003
|
#
|
1878
|
-
# * RETAIN
|
2004
|
+
# * `RETAIN`\: The version of the file already on the instance is kept
|
1879
2005
|
# and used as part of the new deployment.
|
1880
2006
|
# @return [String]
|
1881
2007
|
#
|
@@ -1888,6 +2014,11 @@ module Aws::CodeDeploy
|
|
1888
2014
|
# `Server`, or `ECS`).
|
1889
2015
|
# @return [String]
|
1890
2016
|
#
|
2017
|
+
# @!attribute [rw] external_id
|
2018
|
+
# The unique ID for an external resource (for example, a
|
2019
|
+
# CloudFormation stack ID) that is linked to this deployment.
|
2020
|
+
# @return [String]
|
2021
|
+
#
|
1891
2022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentInfo AWS API Documentation
|
1892
2023
|
#
|
1893
2024
|
class DeploymentInfo < Struct.new(
|
@@ -1917,7 +2048,9 @@ module Aws::CodeDeploy
|
|
1917
2048
|
:additional_deployment_status_info,
|
1918
2049
|
:file_exists_behavior,
|
1919
2050
|
:deployment_status_messages,
|
1920
|
-
:compute_platform
|
2051
|
+
:compute_platform,
|
2052
|
+
:external_id)
|
2053
|
+
SENSITIVE = []
|
1921
2054
|
include Aws::Structure
|
1922
2055
|
end
|
1923
2056
|
|
@@ -1978,6 +2111,7 @@ module Aws::CodeDeploy
|
|
1978
2111
|
:failed,
|
1979
2112
|
:skipped,
|
1980
2113
|
:ready)
|
2114
|
+
SENSITIVE = []
|
1981
2115
|
include Aws::Structure
|
1982
2116
|
end
|
1983
2117
|
|
@@ -2010,8 +2144,8 @@ module Aws::CodeDeploy
|
|
2010
2144
|
# @!attribute [rw] wait_time_in_minutes
|
2011
2145
|
# The number of minutes to wait before the status of a blue/green
|
2012
2146
|
# deployment is changed to Stopped if rerouting is not started
|
2013
|
-
# manually. Applies only to the
|
2014
|
-
# actionOnTimeout
|
2147
|
+
# manually. Applies only to the `STOP_DEPLOYMENT` option for
|
2148
|
+
# `actionOnTimeout`.
|
2015
2149
|
# @return [Integer]
|
2016
2150
|
#
|
2017
2151
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentReadyOption AWS API Documentation
|
@@ -2019,6 +2153,7 @@ module Aws::CodeDeploy
|
|
2019
2153
|
class DeploymentReadyOption < Struct.new(
|
2020
2154
|
:action_on_timeout,
|
2021
2155
|
:wait_time_in_minutes)
|
2156
|
+
SENSITIVE = []
|
2022
2157
|
include Aws::Structure
|
2023
2158
|
end
|
2024
2159
|
|
@@ -2049,6 +2184,7 @@ module Aws::CodeDeploy
|
|
2049
2184
|
class DeploymentStyle < Struct.new(
|
2050
2185
|
:deployment_type,
|
2051
2186
|
:deployment_option)
|
2187
|
+
SENSITIVE = []
|
2052
2188
|
include Aws::Structure
|
2053
2189
|
end
|
2054
2190
|
|
@@ -2056,7 +2192,7 @@ module Aws::CodeDeploy
|
|
2056
2192
|
#
|
2057
2193
|
# @!attribute [rw] deployment_target_type
|
2058
2194
|
# The deployment type that is specific to the deployment's compute
|
2059
|
-
# platform.
|
2195
|
+
# platform or deployments initiated by a CloudFormation stack update.
|
2060
2196
|
# @return [String]
|
2061
2197
|
#
|
2062
2198
|
# @!attribute [rw] instance_target
|
@@ -2074,13 +2210,21 @@ module Aws::CodeDeploy
|
|
2074
2210
|
# ECS compute platform.
|
2075
2211
|
# @return [Types::ECSTarget]
|
2076
2212
|
#
|
2213
|
+
# @!attribute [rw] cloud_formation_target
|
2214
|
+
# Information about the target to be updated by an AWS CloudFormation
|
2215
|
+
# blue/green deployment. This target type is used for all deployments
|
2216
|
+
# initiated by a CloudFormation stack update.
|
2217
|
+
# @return [Types::CloudFormationTarget]
|
2218
|
+
#
|
2077
2219
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentTarget AWS API Documentation
|
2078
2220
|
#
|
2079
2221
|
class DeploymentTarget < Struct.new(
|
2080
2222
|
:deployment_target_type,
|
2081
2223
|
:instance_target,
|
2082
2224
|
:lambda_target,
|
2083
|
-
:ecs_target
|
2225
|
+
:ecs_target,
|
2226
|
+
:cloud_formation_target)
|
2227
|
+
SENSITIVE = []
|
2084
2228
|
include Aws::Structure
|
2085
2229
|
end
|
2086
2230
|
|
@@ -2105,7 +2249,7 @@ module Aws::CodeDeploy
|
|
2105
2249
|
#
|
2106
2250
|
class DeploymentTargetListSizeExceededException < Aws::EmptyStructure; end
|
2107
2251
|
|
2108
|
-
# Represents the input of a DeregisterOnPremisesInstance operation.
|
2252
|
+
# Represents the input of a `DeregisterOnPremisesInstance` operation.
|
2109
2253
|
#
|
2110
2254
|
# @note When making an API call, you may pass DeregisterOnPremisesInstanceInput
|
2111
2255
|
# data as a hash:
|
@@ -2122,6 +2266,7 @@ module Aws::CodeDeploy
|
|
2122
2266
|
#
|
2123
2267
|
class DeregisterOnPremisesInstanceInput < Struct.new(
|
2124
2268
|
:instance_name)
|
2269
|
+
SENSITIVE = []
|
2125
2270
|
include Aws::Structure
|
2126
2271
|
end
|
2127
2272
|
|
@@ -2176,6 +2321,7 @@ module Aws::CodeDeploy
|
|
2176
2321
|
:script_name,
|
2177
2322
|
:message,
|
2178
2323
|
:log_tail)
|
2324
|
+
SENSITIVE = []
|
2179
2325
|
include Aws::Structure
|
2180
2326
|
end
|
2181
2327
|
|
@@ -2201,11 +2347,11 @@ module Aws::CodeDeploy
|
|
2201
2347
|
# @!attribute [rw] type
|
2202
2348
|
# The tag filter type:
|
2203
2349
|
#
|
2204
|
-
# *
|
2350
|
+
# * `KEY_ONLY`\: Key only.
|
2205
2351
|
#
|
2206
|
-
# *
|
2352
|
+
# * `VALUE_ONLY`\: Value only.
|
2207
2353
|
#
|
2208
|
-
# *
|
2354
|
+
# * `KEY_AND_VALUE`\: Key and value.
|
2209
2355
|
# @return [String]
|
2210
2356
|
#
|
2211
2357
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/EC2TagFilter AWS API Documentation
|
@@ -2214,6 +2360,7 @@ module Aws::CodeDeploy
|
|
2214
2360
|
:key,
|
2215
2361
|
:value,
|
2216
2362
|
:type)
|
2363
|
+
SENSITIVE = []
|
2217
2364
|
include Aws::Structure
|
2218
2365
|
end
|
2219
2366
|
|
@@ -2244,6 +2391,7 @@ module Aws::CodeDeploy
|
|
2244
2391
|
#
|
2245
2392
|
class EC2TagSet < Struct.new(
|
2246
2393
|
:ec2_tag_set_list)
|
2394
|
+
SENSITIVE = []
|
2247
2395
|
include Aws::Structure
|
2248
2396
|
end
|
2249
2397
|
|
@@ -2272,6 +2420,7 @@ module Aws::CodeDeploy
|
|
2272
2420
|
class ECSService < Struct.new(
|
2273
2421
|
:service_name,
|
2274
2422
|
:cluster_name)
|
2423
|
+
SENSITIVE = []
|
2275
2424
|
include Aws::Structure
|
2276
2425
|
end
|
2277
2426
|
|
@@ -2294,7 +2443,7 @@ module Aws::CodeDeploy
|
|
2294
2443
|
# @return [String]
|
2295
2444
|
#
|
2296
2445
|
# @!attribute [rw] target_arn
|
2297
|
-
# The ARN of the target.
|
2446
|
+
# The Amazon Resource Name (ARN) of the target.
|
2298
2447
|
# @return [String]
|
2299
2448
|
#
|
2300
2449
|
# @!attribute [rw] last_updated_at
|
@@ -2325,6 +2474,7 @@ module Aws::CodeDeploy
|
|
2325
2474
|
:lifecycle_events,
|
2326
2475
|
:status,
|
2327
2476
|
:task_sets_info)
|
2477
|
+
SENSITIVE = []
|
2328
2478
|
include Aws::Structure
|
2329
2479
|
end
|
2330
2480
|
|
@@ -2399,6 +2549,7 @@ module Aws::CodeDeploy
|
|
2399
2549
|
:traffic_weight,
|
2400
2550
|
:target_group,
|
2401
2551
|
:task_set_label)
|
2552
|
+
SENSITIVE = []
|
2402
2553
|
include Aws::Structure
|
2403
2554
|
end
|
2404
2555
|
|
@@ -2426,6 +2577,7 @@ module Aws::CodeDeploy
|
|
2426
2577
|
#
|
2427
2578
|
class ELBInfo < Struct.new(
|
2428
2579
|
:name)
|
2580
|
+
SENSITIVE = []
|
2429
2581
|
include Aws::Structure
|
2430
2582
|
end
|
2431
2583
|
|
@@ -2492,6 +2644,7 @@ module Aws::CodeDeploy
|
|
2492
2644
|
class ErrorInformation < Struct.new(
|
2493
2645
|
:code,
|
2494
2646
|
:message)
|
2647
|
+
SENSITIVE = []
|
2495
2648
|
include Aws::Structure
|
2496
2649
|
end
|
2497
2650
|
|
@@ -2525,10 +2678,11 @@ module Aws::CodeDeploy
|
|
2525
2678
|
:first_used_time,
|
2526
2679
|
:last_used_time,
|
2527
2680
|
:register_time)
|
2681
|
+
SENSITIVE = []
|
2528
2682
|
include Aws::Structure
|
2529
2683
|
end
|
2530
2684
|
|
2531
|
-
# Represents the input of a GetApplication operation.
|
2685
|
+
# Represents the input of a `GetApplication` operation.
|
2532
2686
|
#
|
2533
2687
|
# @note When making an API call, you may pass GetApplicationInput
|
2534
2688
|
# data as a hash:
|
@@ -2546,10 +2700,11 @@ module Aws::CodeDeploy
|
|
2546
2700
|
#
|
2547
2701
|
class GetApplicationInput < Struct.new(
|
2548
2702
|
:application_name)
|
2703
|
+
SENSITIVE = []
|
2549
2704
|
include Aws::Structure
|
2550
2705
|
end
|
2551
2706
|
|
2552
|
-
# Represents the output of a GetApplication operation.
|
2707
|
+
# Represents the output of a `GetApplication` operation.
|
2553
2708
|
#
|
2554
2709
|
# @!attribute [rw] application
|
2555
2710
|
# Information about the application.
|
@@ -2559,10 +2714,11 @@ module Aws::CodeDeploy
|
|
2559
2714
|
#
|
2560
2715
|
class GetApplicationOutput < Struct.new(
|
2561
2716
|
:application)
|
2717
|
+
SENSITIVE = []
|
2562
2718
|
include Aws::Structure
|
2563
2719
|
end
|
2564
2720
|
|
2565
|
-
# Represents the input of a GetApplicationRevision operation.
|
2721
|
+
# Represents the input of a `GetApplicationRevision` operation.
|
2566
2722
|
#
|
2567
2723
|
# @note When making an API call, you may pass GetApplicationRevisionInput
|
2568
2724
|
# data as a hash:
|
@@ -2607,10 +2763,11 @@ module Aws::CodeDeploy
|
|
2607
2763
|
class GetApplicationRevisionInput < Struct.new(
|
2608
2764
|
:application_name,
|
2609
2765
|
:revision)
|
2766
|
+
SENSITIVE = []
|
2610
2767
|
include Aws::Structure
|
2611
2768
|
end
|
2612
2769
|
|
2613
|
-
# Represents the output of a GetApplicationRevision operation.
|
2770
|
+
# Represents the output of a `GetApplicationRevision` operation.
|
2614
2771
|
#
|
2615
2772
|
# @!attribute [rw] application_name
|
2616
2773
|
# The name of the application that corresponds to the revision.
|
@@ -2631,10 +2788,11 @@ module Aws::CodeDeploy
|
|
2631
2788
|
:application_name,
|
2632
2789
|
:revision,
|
2633
2790
|
:revision_info)
|
2791
|
+
SENSITIVE = []
|
2634
2792
|
include Aws::Structure
|
2635
2793
|
end
|
2636
2794
|
|
2637
|
-
# Represents the input of a GetDeploymentConfig operation.
|
2795
|
+
# Represents the input of a `GetDeploymentConfig` operation.
|
2638
2796
|
#
|
2639
2797
|
# @note When making an API call, you may pass GetDeploymentConfigInput
|
2640
2798
|
# data as a hash:
|
@@ -2652,10 +2810,11 @@ module Aws::CodeDeploy
|
|
2652
2810
|
#
|
2653
2811
|
class GetDeploymentConfigInput < Struct.new(
|
2654
2812
|
:deployment_config_name)
|
2813
|
+
SENSITIVE = []
|
2655
2814
|
include Aws::Structure
|
2656
2815
|
end
|
2657
2816
|
|
2658
|
-
# Represents the output of a GetDeploymentConfig operation.
|
2817
|
+
# Represents the output of a `GetDeploymentConfig` operation.
|
2659
2818
|
#
|
2660
2819
|
# @!attribute [rw] deployment_config_info
|
2661
2820
|
# Information about the deployment configuration.
|
@@ -2665,10 +2824,11 @@ module Aws::CodeDeploy
|
|
2665
2824
|
#
|
2666
2825
|
class GetDeploymentConfigOutput < Struct.new(
|
2667
2826
|
:deployment_config_info)
|
2827
|
+
SENSITIVE = []
|
2668
2828
|
include Aws::Structure
|
2669
2829
|
end
|
2670
2830
|
|
2671
|
-
# Represents the input of a GetDeploymentGroup operation.
|
2831
|
+
# Represents the input of a `GetDeploymentGroup` operation.
|
2672
2832
|
#
|
2673
2833
|
# @note When making an API call, you may pass GetDeploymentGroupInput
|
2674
2834
|
# data as a hash:
|
@@ -2692,10 +2852,11 @@ module Aws::CodeDeploy
|
|
2692
2852
|
class GetDeploymentGroupInput < Struct.new(
|
2693
2853
|
:application_name,
|
2694
2854
|
:deployment_group_name)
|
2855
|
+
SENSITIVE = []
|
2695
2856
|
include Aws::Structure
|
2696
2857
|
end
|
2697
2858
|
|
2698
|
-
# Represents the output of a GetDeploymentGroup operation.
|
2859
|
+
# Represents the output of a `GetDeploymentGroup` operation.
|
2699
2860
|
#
|
2700
2861
|
# @!attribute [rw] deployment_group_info
|
2701
2862
|
# Information about the deployment group.
|
@@ -2705,10 +2866,11 @@ module Aws::CodeDeploy
|
|
2705
2866
|
#
|
2706
2867
|
class GetDeploymentGroupOutput < Struct.new(
|
2707
2868
|
:deployment_group_info)
|
2869
|
+
SENSITIVE = []
|
2708
2870
|
include Aws::Structure
|
2709
2871
|
end
|
2710
2872
|
|
2711
|
-
# Represents the input of a GetDeployment operation.
|
2873
|
+
# Represents the input of a `GetDeployment` operation.
|
2712
2874
|
#
|
2713
2875
|
# @note When making an API call, you may pass GetDeploymentInput
|
2714
2876
|
# data as a hash:
|
@@ -2726,10 +2888,11 @@ module Aws::CodeDeploy
|
|
2726
2888
|
#
|
2727
2889
|
class GetDeploymentInput < Struct.new(
|
2728
2890
|
:deployment_id)
|
2891
|
+
SENSITIVE = []
|
2729
2892
|
include Aws::Structure
|
2730
2893
|
end
|
2731
2894
|
|
2732
|
-
# Represents the input of a GetDeploymentInstance operation.
|
2895
|
+
# Represents the input of a `GetDeploymentInstance` operation.
|
2733
2896
|
#
|
2734
2897
|
# @note When making an API call, you may pass GetDeploymentInstanceInput
|
2735
2898
|
# data as a hash:
|
@@ -2752,10 +2915,11 @@ module Aws::CodeDeploy
|
|
2752
2915
|
class GetDeploymentInstanceInput < Struct.new(
|
2753
2916
|
:deployment_id,
|
2754
2917
|
:instance_id)
|
2918
|
+
SENSITIVE = []
|
2755
2919
|
include Aws::Structure
|
2756
2920
|
end
|
2757
2921
|
|
2758
|
-
# Represents the output of a GetDeploymentInstance operation.
|
2922
|
+
# Represents the output of a `GetDeploymentInstance` operation.
|
2759
2923
|
#
|
2760
2924
|
# @!attribute [rw] instance_summary
|
2761
2925
|
# Information about the instance.
|
@@ -2765,10 +2929,11 @@ module Aws::CodeDeploy
|
|
2765
2929
|
#
|
2766
2930
|
class GetDeploymentInstanceOutput < Struct.new(
|
2767
2931
|
:instance_summary)
|
2932
|
+
SENSITIVE = []
|
2768
2933
|
include Aws::Structure
|
2769
2934
|
end
|
2770
2935
|
|
2771
|
-
# Represents the output of a GetDeployment operation.
|
2936
|
+
# Represents the output of a `GetDeployment` operation.
|
2772
2937
|
#
|
2773
2938
|
# @!attribute [rw] deployment_info
|
2774
2939
|
# Information about the deployment.
|
@@ -2778,6 +2943,7 @@ module Aws::CodeDeploy
|
|
2778
2943
|
#
|
2779
2944
|
class GetDeploymentOutput < Struct.new(
|
2780
2945
|
:deployment_info)
|
2946
|
+
SENSITIVE = []
|
2781
2947
|
include Aws::Structure
|
2782
2948
|
end
|
2783
2949
|
|
@@ -2802,12 +2968,13 @@ module Aws::CodeDeploy
|
|
2802
2968
|
class GetDeploymentTargetInput < Struct.new(
|
2803
2969
|
:deployment_id,
|
2804
2970
|
:target_id)
|
2971
|
+
SENSITIVE = []
|
2805
2972
|
include Aws::Structure
|
2806
2973
|
end
|
2807
2974
|
|
2808
2975
|
# @!attribute [rw] deployment_target
|
2809
2976
|
# A deployment target that contains information about a deployment
|
2810
|
-
# such as its status,
|
2977
|
+
# such as its status, lifecycle events, and when it was last updated.
|
2811
2978
|
# It also contains metadata about the deployment target. The
|
2812
2979
|
# deployment target metadata depends on the deployment target's type
|
2813
2980
|
# (`instanceTarget`, `lambdaTarget`, or `ecsTarget`).
|
@@ -2817,10 +2984,11 @@ module Aws::CodeDeploy
|
|
2817
2984
|
#
|
2818
2985
|
class GetDeploymentTargetOutput < Struct.new(
|
2819
2986
|
:deployment_target)
|
2987
|
+
SENSITIVE = []
|
2820
2988
|
include Aws::Structure
|
2821
2989
|
end
|
2822
2990
|
|
2823
|
-
# Represents the input of a GetOnPremisesInstance operation.
|
2991
|
+
# Represents the input of a `GetOnPremisesInstance` operation.
|
2824
2992
|
#
|
2825
2993
|
# @note When making an API call, you may pass GetOnPremisesInstanceInput
|
2826
2994
|
# data as a hash:
|
@@ -2837,10 +3005,11 @@ module Aws::CodeDeploy
|
|
2837
3005
|
#
|
2838
3006
|
class GetOnPremisesInstanceInput < Struct.new(
|
2839
3007
|
:instance_name)
|
3008
|
+
SENSITIVE = []
|
2840
3009
|
include Aws::Structure
|
2841
3010
|
end
|
2842
3011
|
|
2843
|
-
# Represents the output of a GetOnPremisesInstance operation.
|
3012
|
+
# Represents the output of a `GetOnPremisesInstance` operation.
|
2844
3013
|
#
|
2845
3014
|
# @!attribute [rw] instance_info
|
2846
3015
|
# Information about the on-premises instance.
|
@@ -2850,6 +3019,7 @@ module Aws::CodeDeploy
|
|
2850
3019
|
#
|
2851
3020
|
class GetOnPremisesInstanceOutput < Struct.new(
|
2852
3021
|
:instance_info)
|
3022
|
+
SENSITIVE = []
|
2853
3023
|
include Aws::Structure
|
2854
3024
|
end
|
2855
3025
|
|
@@ -2895,6 +3065,7 @@ module Aws::CodeDeploy
|
|
2895
3065
|
class GitHubLocation < Struct.new(
|
2896
3066
|
:repository,
|
2897
3067
|
:commit_id)
|
3068
|
+
SENSITIVE = []
|
2898
3069
|
include Aws::Structure
|
2899
3070
|
end
|
2900
3071
|
|
@@ -2911,10 +3082,10 @@ module Aws::CodeDeploy
|
|
2911
3082
|
# @!attribute [rw] action
|
2912
3083
|
# The method used to add instances to a replacement environment.
|
2913
3084
|
#
|
2914
|
-
# *
|
3085
|
+
# * `DISCOVER_EXISTING`\: Use instances that already exist or will be
|
2915
3086
|
# created manually.
|
2916
3087
|
#
|
2917
|
-
# *
|
3088
|
+
# * `COPY_AUTO_SCALING_GROUP`\: Use settings from a specified Auto
|
2918
3089
|
# Scaling group to define and create instances in a new Auto Scaling
|
2919
3090
|
# group.
|
2920
3091
|
# @return [String]
|
@@ -2923,6 +3094,7 @@ module Aws::CodeDeploy
|
|
2923
3094
|
#
|
2924
3095
|
class GreenFleetProvisioningOption < Struct.new(
|
2925
3096
|
:action)
|
3097
|
+
SENSITIVE = []
|
2926
3098
|
include Aws::Structure
|
2927
3099
|
end
|
2928
3100
|
|
@@ -3006,6 +3178,7 @@ module Aws::CodeDeploy
|
|
3006
3178
|
:register_time,
|
3007
3179
|
:deregister_time,
|
3008
3180
|
:tags)
|
3181
|
+
SENSITIVE = []
|
3009
3182
|
include Aws::Structure
|
3010
3183
|
end
|
3011
3184
|
|
@@ -3047,21 +3220,21 @@ module Aws::CodeDeploy
|
|
3047
3220
|
# @!attribute [rw] status
|
3048
3221
|
# The deployment status for this instance:
|
3049
3222
|
#
|
3050
|
-
# * Pending
|
3223
|
+
# * `Pending`\: The deployment is pending for this instance.
|
3051
3224
|
#
|
3052
|
-
# * In Progress
|
3225
|
+
# * `In Progress`\: The deployment is in progress for this instance.
|
3053
3226
|
#
|
3054
|
-
# * Succeeded
|
3227
|
+
# * `Succeeded`\: The deployment has succeeded for this instance.
|
3055
3228
|
#
|
3056
|
-
# * Failed
|
3229
|
+
# * `Failed`\: The deployment has failed for this instance.
|
3057
3230
|
#
|
3058
|
-
# * Skipped
|
3231
|
+
# * `Skipped`\: The deployment has been skipped for this instance.
|
3059
3232
|
#
|
3060
|
-
# * Unknown
|
3233
|
+
# * `Unknown`\: The deployment status is unknown for this instance.
|
3061
3234
|
# @return [String]
|
3062
3235
|
#
|
3063
3236
|
# @!attribute [rw] last_updated_at
|
3064
|
-
# A timestamp that
|
3237
|
+
# A timestamp that indicates when the instance information was last
|
3065
3238
|
# updated.
|
3066
3239
|
# @return [Time]
|
3067
3240
|
#
|
@@ -3087,6 +3260,7 @@ module Aws::CodeDeploy
|
|
3087
3260
|
:last_updated_at,
|
3088
3261
|
:lifecycle_events,
|
3089
3262
|
:instance_type)
|
3263
|
+
SENSITIVE = []
|
3090
3264
|
include Aws::Structure
|
3091
3265
|
end
|
3092
3266
|
|
@@ -3103,7 +3277,7 @@ module Aws::CodeDeploy
|
|
3103
3277
|
# @return [String]
|
3104
3278
|
#
|
3105
3279
|
# @!attribute [rw] target_arn
|
3106
|
-
# The ARN of the target.
|
3280
|
+
# The Amazon Resource Name (ARN) of the target.
|
3107
3281
|
# @return [String]
|
3108
3282
|
#
|
3109
3283
|
# @!attribute [rw] status
|
@@ -3134,6 +3308,7 @@ module Aws::CodeDeploy
|
|
3134
3308
|
:last_updated_at,
|
3135
3309
|
:lifecycle_events,
|
3136
3310
|
:instance_label)
|
3311
|
+
SENSITIVE = []
|
3137
3312
|
include Aws::Structure
|
3138
3313
|
end
|
3139
3314
|
|
@@ -3197,8 +3372,8 @@ module Aws::CodeDeploy
|
|
3197
3372
|
#
|
3198
3373
|
class InvalidBucketNameFilterException < Aws::EmptyStructure; end
|
3199
3374
|
|
3200
|
-
# The computePlatform is invalid. The computePlatform should be
|
3201
|
-
# or `
|
3375
|
+
# The computePlatform is invalid. The computePlatform should be
|
3376
|
+
# `Lambda`, `Server`, or `ECS`.
|
3202
3377
|
#
|
3203
3378
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidComputePlatformException AWS API Documentation
|
3204
3379
|
#
|
@@ -3287,6 +3462,12 @@ module Aws::CodeDeploy
|
|
3287
3462
|
#
|
3288
3463
|
class InvalidECSServiceException < Aws::EmptyStructure; end
|
3289
3464
|
|
3465
|
+
# The external ID was specified in an invalid format.
|
3466
|
+
#
|
3467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidExternalIdException AWS API Documentation
|
3468
|
+
#
|
3469
|
+
class InvalidExternalIdException < Aws::EmptyStructure; end
|
3470
|
+
|
3290
3471
|
# An invalid fileExistsBehavior option was specified to determine how
|
3291
3472
|
# AWS CodeDeploy handles files or directories that already exist in a
|
3292
3473
|
# deployment target location, but weren't part of the previous
|
@@ -3531,8 +3712,8 @@ module Aws::CodeDeploy
|
|
3531
3712
|
# @return [String]
|
3532
3713
|
#
|
3533
3714
|
# @!attribute [rw] function_alias
|
3534
|
-
# The alias of a Lambda function. For more information, see
|
3535
|
-
# [
|
3715
|
+
# The alias of a Lambda function. For more information, see [AWS
|
3716
|
+
# Lambda Function Aliases][1] in the *AWS Lambda Developer Guide*.
|
3536
3717
|
#
|
3537
3718
|
#
|
3538
3719
|
#
|
@@ -3561,6 +3742,7 @@ module Aws::CodeDeploy
|
|
3561
3742
|
:current_version,
|
3562
3743
|
:target_version,
|
3563
3744
|
:target_version_weight)
|
3745
|
+
SENSITIVE = []
|
3564
3746
|
include Aws::Structure
|
3565
3747
|
end
|
3566
3748
|
|
@@ -3577,7 +3759,7 @@ module Aws::CodeDeploy
|
|
3577
3759
|
# @return [String]
|
3578
3760
|
#
|
3579
3761
|
# @!attribute [rw] target_arn
|
3580
|
-
# The ARN of the target.
|
3762
|
+
# The Amazon Resource Name (ARN) of the target.
|
3581
3763
|
# @return [String]
|
3582
3764
|
#
|
3583
3765
|
# @!attribute [rw] status
|
@@ -3609,6 +3791,7 @@ module Aws::CodeDeploy
|
|
3609
3791
|
:last_updated_at,
|
3610
3792
|
:lifecycle_events,
|
3611
3793
|
:lambda_function_info)
|
3794
|
+
SENSITIVE = []
|
3612
3795
|
include Aws::Structure
|
3613
3796
|
end
|
3614
3797
|
|
@@ -3640,14 +3823,16 @@ module Aws::CodeDeploy
|
|
3640
3823
|
:status,
|
3641
3824
|
:end_time,
|
3642
3825
|
:create_time)
|
3826
|
+
SENSITIVE = []
|
3643
3827
|
include Aws::Structure
|
3644
3828
|
end
|
3645
3829
|
|
3646
3830
|
# Information about a deployment lifecycle event.
|
3647
3831
|
#
|
3648
3832
|
# @!attribute [rw] lifecycle_event_name
|
3649
|
-
# The deployment lifecycle event name, such as ApplicationStop
|
3650
|
-
# BeforeInstall
|
3833
|
+
# The deployment lifecycle event name, such as `ApplicationStop`,
|
3834
|
+
# `BeforeInstall`, `AfterInstall`, `ApplicationStart`, or
|
3835
|
+
# `ValidateService`.
|
3651
3836
|
# @return [String]
|
3652
3837
|
#
|
3653
3838
|
# @!attribute [rw] diagnostics
|
@@ -3688,6 +3873,7 @@ module Aws::CodeDeploy
|
|
3688
3873
|
:start_time,
|
3689
3874
|
:end_time,
|
3690
3875
|
:status)
|
3876
|
+
SENSITIVE = []
|
3691
3877
|
include Aws::Structure
|
3692
3878
|
end
|
3693
3879
|
|
@@ -3704,7 +3890,7 @@ module Aws::CodeDeploy
|
|
3704
3890
|
#
|
3705
3891
|
class LifecycleHookLimitExceededException < Aws::EmptyStructure; end
|
3706
3892
|
|
3707
|
-
# Represents the input of a ListApplicationRevisions operation.
|
3893
|
+
# Represents the input of a `ListApplicationRevisions` operation.
|
3708
3894
|
#
|
3709
3895
|
# @note When making an API call, you may pass ListApplicationRevisionsInput
|
3710
3896
|
# data as a hash:
|
@@ -3727,14 +3913,14 @@ module Aws::CodeDeploy
|
|
3727
3913
|
# @!attribute [rw] sort_by
|
3728
3914
|
# The column name to use to sort the list results:
|
3729
3915
|
#
|
3730
|
-
# * registerTime
|
3731
|
-
# AWS CodeDeploy.
|
3916
|
+
# * `registerTime`\: Sort by the time the revisions were registered
|
3917
|
+
# with AWS CodeDeploy.
|
3732
3918
|
#
|
3733
|
-
# * firstUsedTime
|
3734
|
-
# deployment.
|
3919
|
+
# * `firstUsedTime`\: Sort by the time the revisions were first used
|
3920
|
+
# in a deployment.
|
3735
3921
|
#
|
3736
|
-
# * lastUsedTime
|
3737
|
-
# deployment.
|
3922
|
+
# * `lastUsedTime`\: Sort by the time the revisions were last used in
|
3923
|
+
# a deployment.
|
3738
3924
|
#
|
3739
3925
|
# If not specified or set to null, the results are returned in an
|
3740
3926
|
# arbitrary order.
|
@@ -3743,9 +3929,9 @@ module Aws::CodeDeploy
|
|
3743
3929
|
# @!attribute [rw] sort_order
|
3744
3930
|
# The order in which to sort the list results:
|
3745
3931
|
#
|
3746
|
-
# * ascending
|
3932
|
+
# * `ascending`\: ascending order.
|
3747
3933
|
#
|
3748
|
-
# * descending
|
3934
|
+
# * `descending`\: descending order.
|
3749
3935
|
#
|
3750
3936
|
# If not specified, the results are sorted in ascending order.
|
3751
3937
|
#
|
@@ -3765,15 +3951,15 @@ module Aws::CodeDeploy
|
|
3765
3951
|
#
|
3766
3952
|
# @!attribute [rw] deployed
|
3767
3953
|
# Whether to list revisions based on whether the revision is the
|
3768
|
-
# target revision of
|
3954
|
+
# target revision of a deployment group:
|
3769
3955
|
#
|
3770
|
-
# * include
|
3771
|
-
# group.
|
3956
|
+
# * `include`\: List revisions that are target revisions of a
|
3957
|
+
# deployment group.
|
3772
3958
|
#
|
3773
|
-
# * exclude
|
3959
|
+
# * `exclude`\: Do not list revisions that are target revisions of a
|
3774
3960
|
# deployment group.
|
3775
3961
|
#
|
3776
|
-
# * ignore
|
3962
|
+
# * `ignore`\: List all revisions.
|
3777
3963
|
# @return [String]
|
3778
3964
|
#
|
3779
3965
|
# @!attribute [rw] next_token
|
@@ -3792,10 +3978,11 @@ module Aws::CodeDeploy
|
|
3792
3978
|
:s3_key_prefix,
|
3793
3979
|
:deployed,
|
3794
3980
|
:next_token)
|
3981
|
+
SENSITIVE = []
|
3795
3982
|
include Aws::Structure
|
3796
3983
|
end
|
3797
3984
|
|
3798
|
-
# Represents the output of a ListApplicationRevisions operation.
|
3985
|
+
# Represents the output of a `ListApplicationRevisions` operation.
|
3799
3986
|
#
|
3800
3987
|
# @!attribute [rw] revisions
|
3801
3988
|
# A list of locations that contain the matching revisions.
|
@@ -3812,10 +3999,11 @@ module Aws::CodeDeploy
|
|
3812
3999
|
class ListApplicationRevisionsOutput < Struct.new(
|
3813
4000
|
:revisions,
|
3814
4001
|
:next_token)
|
4002
|
+
SENSITIVE = []
|
3815
4003
|
include Aws::Structure
|
3816
4004
|
end
|
3817
4005
|
|
3818
|
-
# Represents the input of a ListApplications operation.
|
4006
|
+
# Represents the input of a `ListApplications` operation.
|
3819
4007
|
#
|
3820
4008
|
# @note When making an API call, you may pass ListApplicationsInput
|
3821
4009
|
# data as a hash:
|
@@ -3833,6 +4021,7 @@ module Aws::CodeDeploy
|
|
3833
4021
|
#
|
3834
4022
|
class ListApplicationsInput < Struct.new(
|
3835
4023
|
:next_token)
|
4024
|
+
SENSITIVE = []
|
3836
4025
|
include Aws::Structure
|
3837
4026
|
end
|
3838
4027
|
|
@@ -3853,10 +4042,11 @@ module Aws::CodeDeploy
|
|
3853
4042
|
class ListApplicationsOutput < Struct.new(
|
3854
4043
|
:applications,
|
3855
4044
|
:next_token)
|
4045
|
+
SENSITIVE = []
|
3856
4046
|
include Aws::Structure
|
3857
4047
|
end
|
3858
4048
|
|
3859
|
-
# Represents the input of a ListDeploymentConfigs operation.
|
4049
|
+
# Represents the input of a `ListDeploymentConfigs` operation.
|
3860
4050
|
#
|
3861
4051
|
# @note When making an API call, you may pass ListDeploymentConfigsInput
|
3862
4052
|
# data as a hash:
|
@@ -3875,14 +4065,15 @@ module Aws::CodeDeploy
|
|
3875
4065
|
#
|
3876
4066
|
class ListDeploymentConfigsInput < Struct.new(
|
3877
4067
|
:next_token)
|
4068
|
+
SENSITIVE = []
|
3878
4069
|
include Aws::Structure
|
3879
4070
|
end
|
3880
4071
|
|
3881
|
-
# Represents the output of a ListDeploymentConfigs operation.
|
4072
|
+
# Represents the output of a `ListDeploymentConfigs` operation.
|
3882
4073
|
#
|
3883
4074
|
# @!attribute [rw] deployment_configs_list
|
3884
4075
|
# A list of deployment configurations, including built-in
|
3885
|
-
# configurations such as CodeDeployDefault.OneAtATime
|
4076
|
+
# configurations such as `CodeDeployDefault.OneAtATime`.
|
3886
4077
|
# @return [Array<String>]
|
3887
4078
|
#
|
3888
4079
|
# @!attribute [rw] next_token
|
@@ -3897,10 +4088,11 @@ module Aws::CodeDeploy
|
|
3897
4088
|
class ListDeploymentConfigsOutput < Struct.new(
|
3898
4089
|
:deployment_configs_list,
|
3899
4090
|
:next_token)
|
4091
|
+
SENSITIVE = []
|
3900
4092
|
include Aws::Structure
|
3901
4093
|
end
|
3902
4094
|
|
3903
|
-
# Represents the input of a ListDeploymentGroups operation.
|
4095
|
+
# Represents the input of a `ListDeploymentGroups` operation.
|
3904
4096
|
#
|
3905
4097
|
# @note When making an API call, you may pass ListDeploymentGroupsInput
|
3906
4098
|
# data as a hash:
|
@@ -3926,10 +4118,11 @@ module Aws::CodeDeploy
|
|
3926
4118
|
class ListDeploymentGroupsInput < Struct.new(
|
3927
4119
|
:application_name,
|
3928
4120
|
:next_token)
|
4121
|
+
SENSITIVE = []
|
3929
4122
|
include Aws::Structure
|
3930
4123
|
end
|
3931
4124
|
|
3932
|
-
# Represents the output of a ListDeploymentGroups operation.
|
4125
|
+
# Represents the output of a `ListDeploymentGroups` operation.
|
3933
4126
|
#
|
3934
4127
|
# @!attribute [rw] application_name
|
3935
4128
|
# The application name.
|
@@ -3951,10 +4144,11 @@ module Aws::CodeDeploy
|
|
3951
4144
|
:application_name,
|
3952
4145
|
:deployment_groups,
|
3953
4146
|
:next_token)
|
4147
|
+
SENSITIVE = []
|
3954
4148
|
include Aws::Structure
|
3955
4149
|
end
|
3956
4150
|
|
3957
|
-
# Represents the input of a ListDeploymentInstances operation.
|
4151
|
+
# Represents the input of a `ListDeploymentInstances` operation.
|
3958
4152
|
#
|
3959
4153
|
# @note When making an API call, you may pass ListDeploymentInstancesInput
|
3960
4154
|
# data as a hash:
|
@@ -3979,18 +4173,18 @@ module Aws::CodeDeploy
|
|
3979
4173
|
# @!attribute [rw] instance_status_filter
|
3980
4174
|
# A subset of instances to list by status:
|
3981
4175
|
#
|
3982
|
-
# * Pending
|
4176
|
+
# * `Pending`\: Include those instances with pending deployments.
|
3983
4177
|
#
|
3984
|
-
# * InProgress
|
3985
|
-
# progress.
|
4178
|
+
# * `InProgress`\: Include those instances where deployments are still
|
4179
|
+
# in progress.
|
3986
4180
|
#
|
3987
|
-
# * Succeeded
|
4181
|
+
# * `Succeeded`\: Include those instances with successful deployments.
|
3988
4182
|
#
|
3989
|
-
# * Failed
|
4183
|
+
# * `Failed`\: Include those instances with failed deployments.
|
3990
4184
|
#
|
3991
|
-
# * Skipped
|
4185
|
+
# * `Skipped`\: Include those instances with skipped deployments.
|
3992
4186
|
#
|
3993
|
-
# * Unknown
|
4187
|
+
# * `Unknown`\: Include those instances with deployments in an unknown
|
3994
4188
|
# state.
|
3995
4189
|
# @return [Array<String>]
|
3996
4190
|
#
|
@@ -4008,10 +4202,11 @@ module Aws::CodeDeploy
|
|
4008
4202
|
:next_token,
|
4009
4203
|
:instance_status_filter,
|
4010
4204
|
:instance_type_filter)
|
4205
|
+
SENSITIVE = []
|
4011
4206
|
include Aws::Structure
|
4012
4207
|
end
|
4013
4208
|
|
4014
|
-
# Represents the output of a ListDeploymentInstances operation.
|
4209
|
+
# Represents the output of a `ListDeploymentInstances` operation.
|
4015
4210
|
#
|
4016
4211
|
# @!attribute [rw] instances_list
|
4017
4212
|
# A list of instance IDs.
|
@@ -4028,6 +4223,7 @@ module Aws::CodeDeploy
|
|
4028
4223
|
class ListDeploymentInstancesOutput < Struct.new(
|
4029
4224
|
:instances_list,
|
4030
4225
|
:next_token)
|
4226
|
+
SENSITIVE = []
|
4031
4227
|
include Aws::Structure
|
4032
4228
|
end
|
4033
4229
|
|
@@ -4069,6 +4265,7 @@ module Aws::CodeDeploy
|
|
4069
4265
|
:deployment_id,
|
4070
4266
|
:next_token,
|
4071
4267
|
:target_filters)
|
4268
|
+
SENSITIVE = []
|
4072
4269
|
include Aws::Structure
|
4073
4270
|
end
|
4074
4271
|
|
@@ -4088,10 +4285,11 @@ module Aws::CodeDeploy
|
|
4088
4285
|
class ListDeploymentTargetsOutput < Struct.new(
|
4089
4286
|
:target_ids,
|
4090
4287
|
:next_token)
|
4288
|
+
SENSITIVE = []
|
4091
4289
|
include Aws::Structure
|
4092
4290
|
end
|
4093
4291
|
|
4094
|
-
# Represents the input of a ListDeployments operation.
|
4292
|
+
# Represents the input of a `ListDeployments` operation.
|
4095
4293
|
#
|
4096
4294
|
# @note When making an API call, you may pass ListDeploymentsInput
|
4097
4295
|
# data as a hash:
|
@@ -4099,7 +4297,8 @@ module Aws::CodeDeploy
|
|
4099
4297
|
# {
|
4100
4298
|
# application_name: "ApplicationName",
|
4101
4299
|
# deployment_group_name: "DeploymentGroupName",
|
4102
|
-
#
|
4300
|
+
# external_id: "ExternalId",
|
4301
|
+
# include_only_statuses: ["Created"], # accepts Created, Queued, InProgress, Baking, Succeeded, Failed, Stopped, Ready
|
4103
4302
|
# create_time_range: {
|
4104
4303
|
# start: Time.now,
|
4105
4304
|
# end: Time.now,
|
@@ -4128,21 +4327,27 @@ module Aws::CodeDeploy
|
|
4128
4327
|
# </note>
|
4129
4328
|
# @return [String]
|
4130
4329
|
#
|
4330
|
+
# @!attribute [rw] external_id
|
4331
|
+
# The unique ID of an external resource for returning deployments
|
4332
|
+
# linked to the external resource.
|
4333
|
+
# @return [String]
|
4334
|
+
#
|
4131
4335
|
# @!attribute [rw] include_only_statuses
|
4132
4336
|
# A subset of deployments to list by status:
|
4133
4337
|
#
|
4134
|
-
# * Created
|
4338
|
+
# * `Created`\: Include created deployments in the resulting list.
|
4135
4339
|
#
|
4136
|
-
# * Queued
|
4340
|
+
# * `Queued`\: Include queued deployments in the resulting list.
|
4137
4341
|
#
|
4138
|
-
# * In Progress
|
4342
|
+
# * `In Progress`\: Include in-progress deployments in the resulting
|
4139
4343
|
# list.
|
4140
4344
|
#
|
4141
|
-
# * Succeeded
|
4345
|
+
# * `Succeeded`\: Include successful deployments in the resulting
|
4346
|
+
# list.
|
4142
4347
|
#
|
4143
|
-
# * Failed
|
4348
|
+
# * `Failed`\: Include failed deployments in the resulting list.
|
4144
4349
|
#
|
4145
|
-
# * Stopped
|
4350
|
+
# * `Stopped`\: Include stopped deployments in the resulting list.
|
4146
4351
|
# @return [Array<String>]
|
4147
4352
|
#
|
4148
4353
|
# @!attribute [rw] create_time_range
|
@@ -4160,13 +4365,15 @@ module Aws::CodeDeploy
|
|
4160
4365
|
class ListDeploymentsInput < Struct.new(
|
4161
4366
|
:application_name,
|
4162
4367
|
:deployment_group_name,
|
4368
|
+
:external_id,
|
4163
4369
|
:include_only_statuses,
|
4164
4370
|
:create_time_range,
|
4165
4371
|
:next_token)
|
4372
|
+
SENSITIVE = []
|
4166
4373
|
include Aws::Structure
|
4167
4374
|
end
|
4168
4375
|
|
4169
|
-
# Represents the output of a ListDeployments operation.
|
4376
|
+
# Represents the output of a `ListDeployments` operation.
|
4170
4377
|
#
|
4171
4378
|
# @!attribute [rw] deployments
|
4172
4379
|
# A list of deployment IDs.
|
@@ -4183,10 +4390,11 @@ module Aws::CodeDeploy
|
|
4183
4390
|
class ListDeploymentsOutput < Struct.new(
|
4184
4391
|
:deployments,
|
4185
4392
|
:next_token)
|
4393
|
+
SENSITIVE = []
|
4186
4394
|
include Aws::Structure
|
4187
4395
|
end
|
4188
4396
|
|
4189
|
-
# Represents the input of a ListGitHubAccountTokenNames operation.
|
4397
|
+
# Represents the input of a `ListGitHubAccountTokenNames` operation.
|
4190
4398
|
#
|
4191
4399
|
# @note When making an API call, you may pass ListGitHubAccountTokenNamesInput
|
4192
4400
|
# data as a hash:
|
@@ -4196,18 +4404,20 @@ module Aws::CodeDeploy
|
|
4196
4404
|
# }
|
4197
4405
|
#
|
4198
4406
|
# @!attribute [rw] next_token
|
4199
|
-
# An identifier returned from the previous
|
4200
|
-
# call. It can be used to return the
|
4407
|
+
# An identifier returned from the previous
|
4408
|
+
# `ListGitHubAccountTokenNames` call. It can be used to return the
|
4409
|
+
# next set of names in the list.
|
4201
4410
|
# @return [String]
|
4202
4411
|
#
|
4203
4412
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListGitHubAccountTokenNamesInput AWS API Documentation
|
4204
4413
|
#
|
4205
4414
|
class ListGitHubAccountTokenNamesInput < Struct.new(
|
4206
4415
|
:next_token)
|
4416
|
+
SENSITIVE = []
|
4207
4417
|
include Aws::Structure
|
4208
4418
|
end
|
4209
4419
|
|
4210
|
-
# Represents the output of a ListGitHubAccountTokenNames operation.
|
4420
|
+
# Represents the output of a `ListGitHubAccountTokenNames` operation.
|
4211
4421
|
#
|
4212
4422
|
# @!attribute [rw] token_name_list
|
4213
4423
|
# A list of names of connections to GitHub accounts.
|
@@ -4215,8 +4425,9 @@ module Aws::CodeDeploy
|
|
4215
4425
|
#
|
4216
4426
|
# @!attribute [rw] next_token
|
4217
4427
|
# If a large amount of information is returned, an identifier is also
|
4218
|
-
# returned. It can be used in a subsequent
|
4219
|
-
# call to return the next set of names
|
4428
|
+
# returned. It can be used in a subsequent
|
4429
|
+
# `ListGitHubAccountTokenNames` call to return the next set of names
|
4430
|
+
# in the list.
|
4220
4431
|
# @return [String]
|
4221
4432
|
#
|
4222
4433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListGitHubAccountTokenNamesOutput AWS API Documentation
|
@@ -4224,10 +4435,11 @@ module Aws::CodeDeploy
|
|
4224
4435
|
class ListGitHubAccountTokenNamesOutput < Struct.new(
|
4225
4436
|
:token_name_list,
|
4226
4437
|
:next_token)
|
4438
|
+
SENSITIVE = []
|
4227
4439
|
include Aws::Structure
|
4228
4440
|
end
|
4229
4441
|
|
4230
|
-
# Represents the input of a ListOnPremisesInstances operation.
|
4442
|
+
# Represents the input of a `ListOnPremisesInstances` operation.
|
4231
4443
|
#
|
4232
4444
|
# @note When making an API call, you may pass ListOnPremisesInstancesInput
|
4233
4445
|
# data as a hash:
|
@@ -4247,10 +4459,10 @@ module Aws::CodeDeploy
|
|
4247
4459
|
# @!attribute [rw] registration_status
|
4248
4460
|
# The registration status of the on-premises instances:
|
4249
4461
|
#
|
4250
|
-
# * Deregistered
|
4462
|
+
# * `Deregistered`\: Include deregistered on-premises instances in the
|
4251
4463
|
# resulting list.
|
4252
4464
|
#
|
4253
|
-
# * Registered
|
4465
|
+
# * `Registered`\: Include registered on-premises instances in the
|
4254
4466
|
# resulting list.
|
4255
4467
|
# @return [String]
|
4256
4468
|
#
|
@@ -4271,6 +4483,7 @@ module Aws::CodeDeploy
|
|
4271
4483
|
:registration_status,
|
4272
4484
|
:tag_filters,
|
4273
4485
|
:next_token)
|
4486
|
+
SENSITIVE = []
|
4274
4487
|
include Aws::Structure
|
4275
4488
|
end
|
4276
4489
|
|
@@ -4291,6 +4504,7 @@ module Aws::CodeDeploy
|
|
4291
4504
|
class ListOnPremisesInstancesOutput < Struct.new(
|
4292
4505
|
:instance_names,
|
4293
4506
|
:next_token)
|
4507
|
+
SENSITIVE = []
|
4294
4508
|
include Aws::Structure
|
4295
4509
|
end
|
4296
4510
|
|
@@ -4318,6 +4532,7 @@ module Aws::CodeDeploy
|
|
4318
4532
|
class ListTagsForResourceInput < Struct.new(
|
4319
4533
|
:resource_arn,
|
4320
4534
|
:next_token)
|
4535
|
+
SENSITIVE = []
|
4321
4536
|
include Aws::Structure
|
4322
4537
|
end
|
4323
4538
|
|
@@ -4338,6 +4553,7 @@ module Aws::CodeDeploy
|
|
4338
4553
|
class ListTagsForResourceOutput < Struct.new(
|
4339
4554
|
:tags,
|
4340
4555
|
:next_token)
|
4556
|
+
SENSITIVE = []
|
4341
4557
|
include Aws::Structure
|
4342
4558
|
end
|
4343
4559
|
|
@@ -4406,6 +4622,7 @@ module Aws::CodeDeploy
|
|
4406
4622
|
:elb_info_list,
|
4407
4623
|
:target_group_info_list,
|
4408
4624
|
:target_group_pair_info_list)
|
4625
|
+
SENSITIVE = []
|
4409
4626
|
include Aws::Structure
|
4410
4627
|
end
|
4411
4628
|
|
@@ -4426,19 +4643,19 @@ module Aws::CodeDeploy
|
|
4426
4643
|
# @!attribute [rw] type
|
4427
4644
|
# The minimum healthy instance type:
|
4428
4645
|
#
|
4429
|
-
# *
|
4430
|
-
# value.
|
4646
|
+
# * `HOST_COUNT`\: The minimum number of healthy instances as an
|
4647
|
+
# absolute value.
|
4431
4648
|
#
|
4432
|
-
# *
|
4433
|
-
# percentage of the total number of
|
4649
|
+
# * `FLEET_PERCENT`\: The minimum number of healthy instances as a
|
4650
|
+
# percentage of the total number of instances in the deployment.
|
4434
4651
|
#
|
4435
|
-
# In an example of nine
|
4652
|
+
# In an example of nine instances, if a HOST\_COUNT of six is
|
4436
4653
|
# specified, deploy to up to three instances at a time. The deployment
|
4437
4654
|
# is successful if six or more instances are deployed to successfully.
|
4438
4655
|
# Otherwise, the deployment fails. If a FLEET\_PERCENT of 40 is
|
4439
|
-
# specified, deploy to up to five
|
4440
|
-
# is successful if four or more
|
4441
|
-
# Otherwise, the deployment fails.
|
4656
|
+
# specified, deploy to up to five instances at a time. The deployment
|
4657
|
+
# is successful if four or more instances are deployed to
|
4658
|
+
# successfully. Otherwise, the deployment fails.
|
4442
4659
|
#
|
4443
4660
|
# <note markdown="1"> In a call to the `GetDeploymentConfig`, CodeDeployDefault.OneAtATime
|
4444
4661
|
# returns a minimum healthy instance type of MOST\_CONCURRENCY and a
|
@@ -4466,6 +4683,7 @@ module Aws::CodeDeploy
|
|
4466
4683
|
class MinimumHealthyHosts < Struct.new(
|
4467
4684
|
:value,
|
4468
4685
|
:type)
|
4686
|
+
SENSITIVE = []
|
4469
4687
|
include Aws::Structure
|
4470
4688
|
end
|
4471
4689
|
|
@@ -4503,6 +4721,7 @@ module Aws::CodeDeploy
|
|
4503
4721
|
#
|
4504
4722
|
class OnPremisesTagSet < Struct.new(
|
4505
4723
|
:on_premises_tag_set_list)
|
4724
|
+
SENSITIVE = []
|
4506
4725
|
include Aws::Structure
|
4507
4726
|
end
|
4508
4727
|
|
@@ -4543,6 +4762,7 @@ module Aws::CodeDeploy
|
|
4543
4762
|
:deployment_id,
|
4544
4763
|
:lifecycle_event_hook_execution_id,
|
4545
4764
|
:status)
|
4765
|
+
SENSITIVE = []
|
4546
4766
|
include Aws::Structure
|
4547
4767
|
end
|
4548
4768
|
|
@@ -4555,6 +4775,7 @@ module Aws::CodeDeploy
|
|
4555
4775
|
#
|
4556
4776
|
class PutLifecycleEventHookExecutionStatusOutput < Struct.new(
|
4557
4777
|
:lifecycle_event_hook_execution_id)
|
4778
|
+
SENSITIVE = []
|
4558
4779
|
include Aws::Structure
|
4559
4780
|
end
|
4560
4781
|
|
@@ -4585,6 +4806,7 @@ module Aws::CodeDeploy
|
|
4585
4806
|
class RawString < Struct.new(
|
4586
4807
|
:content,
|
4587
4808
|
:sha256)
|
4809
|
+
SENSITIVE = []
|
4588
4810
|
include Aws::Structure
|
4589
4811
|
end
|
4590
4812
|
|
@@ -4640,6 +4862,7 @@ module Aws::CodeDeploy
|
|
4640
4862
|
:application_name,
|
4641
4863
|
:description,
|
4642
4864
|
:revision)
|
4865
|
+
SENSITIVE = []
|
4643
4866
|
include Aws::Structure
|
4644
4867
|
end
|
4645
4868
|
|
@@ -4673,10 +4896,12 @@ module Aws::CodeDeploy
|
|
4673
4896
|
:instance_name,
|
4674
4897
|
:iam_session_arn,
|
4675
4898
|
:iam_user_arn)
|
4899
|
+
SENSITIVE = []
|
4676
4900
|
include Aws::Structure
|
4677
4901
|
end
|
4678
4902
|
|
4679
|
-
# Represents the input of a RemoveTagsFromOnPremisesInstances
|
4903
|
+
# Represents the input of a `RemoveTagsFromOnPremisesInstances`
|
4904
|
+
# operation.
|
4680
4905
|
#
|
4681
4906
|
# @note When making an API call, you may pass RemoveTagsFromOnPremisesInstancesInput
|
4682
4907
|
# data as a hash:
|
@@ -4704,6 +4929,7 @@ module Aws::CodeDeploy
|
|
4704
4929
|
class RemoveTagsFromOnPremisesInstancesInput < Struct.new(
|
4705
4930
|
:tags,
|
4706
4931
|
:instance_names)
|
4932
|
+
SENSITIVE = []
|
4707
4933
|
include Aws::Structure
|
4708
4934
|
end
|
4709
4935
|
|
@@ -4741,6 +4967,7 @@ module Aws::CodeDeploy
|
|
4741
4967
|
class RevisionInfo < Struct.new(
|
4742
4968
|
:revision_location,
|
4743
4969
|
:generic_revision_info)
|
4970
|
+
SENSITIVE = []
|
4744
4971
|
include Aws::Structure
|
4745
4972
|
end
|
4746
4973
|
|
@@ -4782,6 +5009,11 @@ module Aws::CodeDeploy
|
|
4782
5009
|
#
|
4783
5010
|
# * String: A YAML-formatted or JSON-formatted string (AWS Lambda
|
4784
5011
|
# deployments only).
|
5012
|
+
#
|
5013
|
+
# * AppSpecContent: An `AppSpecContent` object that contains the
|
5014
|
+
# contents of an AppSpec file for an AWS Lambda or Amazon ECS
|
5015
|
+
# deployment. The content is formatted as JSON or YAML stored as a
|
5016
|
+
# RawString.
|
4785
5017
|
# @return [String]
|
4786
5018
|
#
|
4787
5019
|
# @!attribute [rw] s3_location
|
@@ -4812,6 +5044,7 @@ module Aws::CodeDeploy
|
|
4812
5044
|
:git_hub_location,
|
4813
5045
|
:string,
|
4814
5046
|
:app_spec_content)
|
5047
|
+
SENSITIVE = []
|
4815
5048
|
include Aws::Structure
|
4816
5049
|
end
|
4817
5050
|
|
@@ -4850,6 +5083,7 @@ module Aws::CodeDeploy
|
|
4850
5083
|
:rollback_deployment_id,
|
4851
5084
|
:rollback_triggering_deployment_id,
|
4852
5085
|
:rollback_message)
|
5086
|
+
SENSITIVE = []
|
4853
5087
|
include Aws::Structure
|
4854
5088
|
end
|
4855
5089
|
|
@@ -4881,11 +5115,11 @@ module Aws::CodeDeploy
|
|
4881
5115
|
# The file type of the application revision. Must be one of the
|
4882
5116
|
# following:
|
4883
5117
|
#
|
4884
|
-
# * tar
|
5118
|
+
# * `tar`\: A tar archive file.
|
4885
5119
|
#
|
4886
|
-
# * tgz
|
5120
|
+
# * `tgz`\: A compressed tar archive file.
|
4887
5121
|
#
|
4888
|
-
# * zip
|
5122
|
+
# * `zip`\: A zip archive file.
|
4889
5123
|
# @return [String]
|
4890
5124
|
#
|
4891
5125
|
# @!attribute [rw] version
|
@@ -4912,6 +5146,7 @@ module Aws::CodeDeploy
|
|
4912
5146
|
:bundle_type,
|
4913
5147
|
:version,
|
4914
5148
|
:e_tag)
|
5149
|
+
SENSITIVE = []
|
4915
5150
|
include Aws::Structure
|
4916
5151
|
end
|
4917
5152
|
|
@@ -4931,10 +5166,11 @@ module Aws::CodeDeploy
|
|
4931
5166
|
#
|
4932
5167
|
class SkipWaitTimeForInstanceTerminationInput < Struct.new(
|
4933
5168
|
:deployment_id)
|
5169
|
+
SENSITIVE = []
|
4934
5170
|
include Aws::Structure
|
4935
5171
|
end
|
4936
5172
|
|
4937
|
-
# Represents the input of a StopDeployment operation.
|
5173
|
+
# Represents the input of a `StopDeployment` operation.
|
4938
5174
|
#
|
4939
5175
|
# @note When making an API call, you may pass StopDeploymentInput
|
4940
5176
|
# data as a hash:
|
@@ -4959,10 +5195,11 @@ module Aws::CodeDeploy
|
|
4959
5195
|
class StopDeploymentInput < Struct.new(
|
4960
5196
|
:deployment_id,
|
4961
5197
|
:auto_rollback_enabled)
|
5198
|
+
SENSITIVE = []
|
4962
5199
|
include Aws::Structure
|
4963
5200
|
end
|
4964
5201
|
|
4965
|
-
# Represents the output of a StopDeployment operation.
|
5202
|
+
# Represents the output of a `StopDeployment` operation.
|
4966
5203
|
#
|
4967
5204
|
# @!attribute [rw] status
|
4968
5205
|
# The status of the stop deployment operation:
|
@@ -4981,6 +5218,7 @@ module Aws::CodeDeploy
|
|
4981
5218
|
class StopDeploymentOutput < Struct.new(
|
4982
5219
|
:status,
|
4983
5220
|
:status_message)
|
5221
|
+
SENSITIVE = []
|
4984
5222
|
include Aws::Structure
|
4985
5223
|
end
|
4986
5224
|
|
@@ -5007,6 +5245,7 @@ module Aws::CodeDeploy
|
|
5007
5245
|
class Tag < Struct.new(
|
5008
5246
|
:key,
|
5009
5247
|
:value)
|
5248
|
+
SENSITIVE = []
|
5010
5249
|
include Aws::Structure
|
5011
5250
|
end
|
5012
5251
|
|
@@ -5045,6 +5284,7 @@ module Aws::CodeDeploy
|
|
5045
5284
|
:key,
|
5046
5285
|
:value,
|
5047
5286
|
:type)
|
5287
|
+
SENSITIVE = []
|
5048
5288
|
include Aws::Structure
|
5049
5289
|
end
|
5050
5290
|
|
@@ -5088,6 +5328,7 @@ module Aws::CodeDeploy
|
|
5088
5328
|
class TagResourceInput < Struct.new(
|
5089
5329
|
:resource_arn,
|
5090
5330
|
:tags)
|
5331
|
+
SENSITIVE = []
|
5091
5332
|
include Aws::Structure
|
5092
5333
|
end
|
5093
5334
|
|
@@ -5127,6 +5368,7 @@ module Aws::CodeDeploy
|
|
5127
5368
|
#
|
5128
5369
|
class TargetGroupInfo < Struct.new(
|
5129
5370
|
:name)
|
5371
|
+
SENSITIVE = []
|
5130
5372
|
include Aws::Structure
|
5131
5373
|
end
|
5132
5374
|
|
@@ -5174,6 +5416,7 @@ module Aws::CodeDeploy
|
|
5174
5416
|
:target_groups,
|
5175
5417
|
:prod_traffic_route,
|
5176
5418
|
:test_traffic_route)
|
5419
|
+
SENSITIVE = []
|
5177
5420
|
include Aws::Structure
|
5178
5421
|
end
|
5179
5422
|
|
@@ -5208,7 +5451,7 @@ module Aws::CodeDeploy
|
|
5208
5451
|
# @!attribute [rw] tag_filters
|
5209
5452
|
# The tag filter key, type, and value used to identify Amazon EC2
|
5210
5453
|
# instances in a replacement environment for a blue/green deployment.
|
5211
|
-
# Cannot be used in the same call as ec2TagSet
|
5454
|
+
# Cannot be used in the same call as `ec2TagSet`.
|
5212
5455
|
# @return [Array<Types::EC2TagFilter>]
|
5213
5456
|
#
|
5214
5457
|
# @!attribute [rw] auto_scaling_groups
|
@@ -5220,7 +5463,7 @@ module Aws::CodeDeploy
|
|
5220
5463
|
# Information about the groups of EC2 instance tags that an instance
|
5221
5464
|
# must be identified by in order for it to be included in the
|
5222
5465
|
# replacement environment for a blue/green deployment. Cannot be used
|
5223
|
-
# in the same call as tagFilters
|
5466
|
+
# in the same call as `tagFilters`.
|
5224
5467
|
# @return [Types::EC2TagSet]
|
5225
5468
|
#
|
5226
5469
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TargetInstances AWS API Documentation
|
@@ -5229,6 +5472,7 @@ module Aws::CodeDeploy
|
|
5229
5472
|
:tag_filters,
|
5230
5473
|
:auto_scaling_groups,
|
5231
5474
|
:ec2_tag_set)
|
5475
|
+
SENSITIVE = []
|
5232
5476
|
include Aws::Structure
|
5233
5477
|
end
|
5234
5478
|
|
@@ -5239,8 +5483,9 @@ module Aws::CodeDeploy
|
|
5239
5483
|
class ThrottlingException < Aws::EmptyStructure; end
|
5240
5484
|
|
5241
5485
|
# A configuration that shifts traffic from one version of a Lambda
|
5242
|
-
# function to another in two increments. The original
|
5243
|
-
# function versions
|
5486
|
+
# function or ECS task set to another in two increments. The original
|
5487
|
+
# and target Lambda function versions or ECS task sets are specified in
|
5488
|
+
# the deployment's AppSpec file.
|
5244
5489
|
#
|
5245
5490
|
# @note When making an API call, you may pass TimeBasedCanary
|
5246
5491
|
# data as a hash:
|
@@ -5265,13 +5510,15 @@ module Aws::CodeDeploy
|
|
5265
5510
|
class TimeBasedCanary < Struct.new(
|
5266
5511
|
:canary_percentage,
|
5267
5512
|
:canary_interval)
|
5513
|
+
SENSITIVE = []
|
5268
5514
|
include Aws::Structure
|
5269
5515
|
end
|
5270
5516
|
|
5271
5517
|
# A configuration that shifts traffic from one version of a Lambda
|
5272
|
-
# function to another in equal increments, with an equal
|
5273
|
-
# minutes between each increment. The original and target
|
5274
|
-
# function versions are specified in the
|
5518
|
+
# function or ECS task set to another in equal increments, with an equal
|
5519
|
+
# number of minutes between each increment. The original and target
|
5520
|
+
# Lambda function versions or ECS task sets are specified in the
|
5521
|
+
# deployment's AppSpec file.
|
5275
5522
|
#
|
5276
5523
|
# @note When making an API call, you may pass TimeBasedLinear
|
5277
5524
|
# data as a hash:
|
@@ -5296,6 +5543,7 @@ module Aws::CodeDeploy
|
|
5296
5543
|
class TimeBasedLinear < Struct.new(
|
5297
5544
|
:linear_percentage,
|
5298
5545
|
:linear_interval)
|
5546
|
+
SENSITIVE = []
|
5299
5547
|
include Aws::Structure
|
5300
5548
|
end
|
5301
5549
|
|
@@ -5330,6 +5578,7 @@ module Aws::CodeDeploy
|
|
5330
5578
|
class TimeRange < Struct.new(
|
5331
5579
|
:start,
|
5332
5580
|
:end)
|
5581
|
+
SENSITIVE = []
|
5333
5582
|
include Aws::Structure
|
5334
5583
|
end
|
5335
5584
|
|
@@ -5345,21 +5594,23 @@ module Aws::CodeDeploy
|
|
5345
5594
|
# }
|
5346
5595
|
#
|
5347
5596
|
# @!attribute [rw] listener_arns
|
5348
|
-
# The ARN of one listener. The listener
|
5349
|
-
# target group and a load balancer.
|
5350
|
-
# maximum size of one.
|
5597
|
+
# The Amazon Resource Name (ARN) of one listener. The listener
|
5598
|
+
# identifies the route between a target group and a load balancer.
|
5599
|
+
# This is an array of strings with a maximum size of one.
|
5351
5600
|
# @return [Array<String>]
|
5352
5601
|
#
|
5353
5602
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TrafficRoute AWS API Documentation
|
5354
5603
|
#
|
5355
5604
|
class TrafficRoute < Struct.new(
|
5356
5605
|
:listener_arns)
|
5606
|
+
SENSITIVE = []
|
5357
5607
|
include Aws::Structure
|
5358
5608
|
end
|
5359
5609
|
|
5360
5610
|
# The configuration that specifies how traffic is shifted from one
|
5361
5611
|
# version of a Lambda function to another version during an AWS Lambda
|
5362
|
-
# deployment
|
5612
|
+
# deployment, or from one Amazon ECS task set to another during an
|
5613
|
+
# Amazon ECS deployment.
|
5363
5614
|
#
|
5364
5615
|
# @note When making an API call, you may pass TrafficRoutingConfig
|
5365
5616
|
# data as a hash:
|
@@ -5378,21 +5629,22 @@ module Aws::CodeDeploy
|
|
5378
5629
|
#
|
5379
5630
|
# @!attribute [rw] type
|
5380
5631
|
# The type of traffic shifting (`TimeBasedCanary` or
|
5381
|
-
# `TimeBasedLinear`) used by a deployment configuration
|
5632
|
+
# `TimeBasedLinear`) used by a deployment configuration.
|
5382
5633
|
# @return [String]
|
5383
5634
|
#
|
5384
5635
|
# @!attribute [rw] time_based_canary
|
5385
5636
|
# A configuration that shifts traffic from one version of a Lambda
|
5386
|
-
# function to another in two increments. The original
|
5387
|
-
# Lambda function versions
|
5388
|
-
# file.
|
5637
|
+
# function or ECS task set to another in two increments. The original
|
5638
|
+
# and target Lambda function versions or ECS task sets are specified
|
5639
|
+
# in the deployment's AppSpec file.
|
5389
5640
|
# @return [Types::TimeBasedCanary]
|
5390
5641
|
#
|
5391
5642
|
# @!attribute [rw] time_based_linear
|
5392
5643
|
# A configuration that shifts traffic from one version of a Lambda
|
5393
|
-
# function to another in equal increments, with an
|
5394
|
-
# minutes between each increment. The original and
|
5395
|
-
# function versions
|
5644
|
+
# function or ECS task set to another in equal increments, with an
|
5645
|
+
# equal number of minutes between each increment. The original and
|
5646
|
+
# target Lambda function versions or ECS task sets are specified in
|
5647
|
+
# the deployment's AppSpec file.
|
5396
5648
|
# @return [Types::TimeBasedLinear]
|
5397
5649
|
#
|
5398
5650
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TrafficRoutingConfig AWS API Documentation
|
@@ -5401,6 +5653,7 @@ module Aws::CodeDeploy
|
|
5401
5653
|
:type,
|
5402
5654
|
:time_based_canary,
|
5403
5655
|
:time_based_linear)
|
5656
|
+
SENSITIVE = []
|
5404
5657
|
include Aws::Structure
|
5405
5658
|
end
|
5406
5659
|
|
@@ -5420,8 +5673,9 @@ module Aws::CodeDeploy
|
|
5420
5673
|
# @return [String]
|
5421
5674
|
#
|
5422
5675
|
# @!attribute [rw] trigger_target_arn
|
5423
|
-
# The ARN of the Amazon Simple Notification
|
5424
|
-
# which notifications about deployment or
|
5676
|
+
# The Amazon Resource Name (ARN) of the Amazon Simple Notification
|
5677
|
+
# Service topic through which notifications about deployment or
|
5678
|
+
# instance events are sent.
|
5425
5679
|
# @return [String]
|
5426
5680
|
#
|
5427
5681
|
# @!attribute [rw] trigger_events
|
@@ -5434,6 +5688,7 @@ module Aws::CodeDeploy
|
|
5434
5688
|
:trigger_name,
|
5435
5689
|
:trigger_target_arn,
|
5436
5690
|
:trigger_events)
|
5691
|
+
SENSITIVE = []
|
5437
5692
|
include Aws::Structure
|
5438
5693
|
end
|
5439
5694
|
|
@@ -5459,8 +5714,9 @@ module Aws::CodeDeploy
|
|
5459
5714
|
# }
|
5460
5715
|
#
|
5461
5716
|
# @!attribute [rw] resource_arn
|
5462
|
-
# The ARN that specifies from which resource to
|
5463
|
-
# with the keys in the `TagKeys` input
|
5717
|
+
# The Amazon Resource Name (ARN) that specifies from which resource to
|
5718
|
+
# disassociate the tags with the keys in the `TagKeys` input
|
5719
|
+
# parameter.
|
5464
5720
|
# @return [String]
|
5465
5721
|
#
|
5466
5722
|
# @!attribute [rw] tag_keys
|
@@ -5474,6 +5730,7 @@ module Aws::CodeDeploy
|
|
5474
5730
|
class UntagResourceInput < Struct.new(
|
5475
5731
|
:resource_arn,
|
5476
5732
|
:tag_keys)
|
5733
|
+
SENSITIVE = []
|
5477
5734
|
include Aws::Structure
|
5478
5735
|
end
|
5479
5736
|
|
@@ -5481,7 +5738,7 @@ module Aws::CodeDeploy
|
|
5481
5738
|
#
|
5482
5739
|
class UntagResourceOutput < Aws::EmptyStructure; end
|
5483
5740
|
|
5484
|
-
# Represents the input of an UpdateApplication operation.
|
5741
|
+
# Represents the input of an `UpdateApplication` operation.
|
5485
5742
|
#
|
5486
5743
|
# @note When making an API call, you may pass UpdateApplicationInput
|
5487
5744
|
# data as a hash:
|
@@ -5504,10 +5761,11 @@ module Aws::CodeDeploy
|
|
5504
5761
|
class UpdateApplicationInput < Struct.new(
|
5505
5762
|
:application_name,
|
5506
5763
|
:new_application_name)
|
5764
|
+
SENSITIVE = []
|
5507
5765
|
include Aws::Structure
|
5508
5766
|
end
|
5509
5767
|
|
5510
|
-
# Represents the input of an UpdateDeploymentGroup operation.
|
5768
|
+
# Represents the input of an `UpdateDeploymentGroup` operation.
|
5511
5769
|
#
|
5512
5770
|
# @note When making an API call, you may pass UpdateDeploymentGroupInput
|
5513
5771
|
# data as a hash:
|
@@ -5670,8 +5928,8 @@ module Aws::CodeDeploy
|
|
5670
5928
|
#
|
5671
5929
|
# @!attribute [rw] trigger_configurations
|
5672
5930
|
# Information about triggers to change when the deployment group is
|
5673
|
-
# updated. For examples, see [
|
5674
|
-
# Deployment Group][1] in the AWS CodeDeploy User Guide
|
5931
|
+
# updated. For examples, see [Edit a Trigger in a CodeDeploy
|
5932
|
+
# Deployment Group][1] in the *AWS CodeDeploy User Guide*.
|
5675
5933
|
#
|
5676
5934
|
#
|
5677
5935
|
#
|
@@ -5743,10 +6001,11 @@ module Aws::CodeDeploy
|
|
5743
6001
|
:ec2_tag_set,
|
5744
6002
|
:ecs_services,
|
5745
6003
|
:on_premises_tag_set)
|
6004
|
+
SENSITIVE = []
|
5746
6005
|
include Aws::Structure
|
5747
6006
|
end
|
5748
6007
|
|
5749
|
-
# Represents the output of an UpdateDeploymentGroup operation.
|
6008
|
+
# Represents the output of an `UpdateDeploymentGroup` operation.
|
5750
6009
|
#
|
5751
6010
|
# @!attribute [rw] hooks_not_cleaned_up
|
5752
6011
|
# If the output contains no data, and the corresponding deployment
|
@@ -5761,6 +6020,7 @@ module Aws::CodeDeploy
|
|
5761
6020
|
#
|
5762
6021
|
class UpdateDeploymentGroupOutput < Struct.new(
|
5763
6022
|
:hooks_not_cleaned_up)
|
6023
|
+
SENSITIVE = []
|
5764
6024
|
include Aws::Structure
|
5765
6025
|
end
|
5766
6026
|
|