aws-sdk-codedeploy 1.29.0 → 1.30.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 +1 -1
- data/lib/aws-sdk-codedeploy/client.rb +165 -83
- data/lib/aws-sdk-codedeploy/client_api.rb +40 -0
- data/lib/aws-sdk-codedeploy/errors.rb +11 -0
- data/lib/aws-sdk-codedeploy/types.rb +325 -201
- metadata +2 -2
@@ -59,6 +59,8 @@ module Aws::CodeDeploy
|
|
59
59
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
60
60
|
BucketNameFilterRequiredException = Shapes::StructureShape.new(name: 'BucketNameFilterRequiredException')
|
61
61
|
BundleType = Shapes::StringShape.new(name: 'BundleType')
|
62
|
+
CloudFormationResourceType = Shapes::StringShape.new(name: 'CloudFormationResourceType')
|
63
|
+
CloudFormationTarget = Shapes::StructureShape.new(name: 'CloudFormationTarget')
|
62
64
|
CommitId = Shapes::StringShape.new(name: 'CommitId')
|
63
65
|
ComputePlatform = Shapes::StringShape.new(name: 'ComputePlatform')
|
64
66
|
ContinueDeploymentInput = Shapes::StructureShape.new(name: 'ContinueDeploymentInput')
|
@@ -76,6 +78,8 @@ module Aws::CodeDeploy
|
|
76
78
|
DeleteDeploymentGroupOutput = Shapes::StructureShape.new(name: 'DeleteDeploymentGroupOutput')
|
77
79
|
DeleteGitHubAccountTokenInput = Shapes::StructureShape.new(name: 'DeleteGitHubAccountTokenInput')
|
78
80
|
DeleteGitHubAccountTokenOutput = Shapes::StructureShape.new(name: 'DeleteGitHubAccountTokenOutput')
|
81
|
+
DeleteResourcesByExternalIdInput = Shapes::StructureShape.new(name: 'DeleteResourcesByExternalIdInput')
|
82
|
+
DeleteResourcesByExternalIdOutput = Shapes::StructureShape.new(name: 'DeleteResourcesByExternalIdOutput')
|
79
83
|
DeploymentAlreadyCompletedException = Shapes::StructureShape.new(name: 'DeploymentAlreadyCompletedException')
|
80
84
|
DeploymentAlreadyStartedException = Shapes::StructureShape.new(name: 'DeploymentAlreadyStartedException')
|
81
85
|
DeploymentConfigAlreadyExistsException = Shapes::StructureShape.new(name: 'DeploymentConfigAlreadyExistsException')
|
@@ -150,6 +154,7 @@ module Aws::CodeDeploy
|
|
150
154
|
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
151
155
|
ErrorInformation = Shapes::StructureShape.new(name: 'ErrorInformation')
|
152
156
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
157
|
+
ExternalId = Shapes::StringShape.new(name: 'ExternalId')
|
153
158
|
FileExistsBehavior = Shapes::StringShape.new(name: 'FileExistsBehavior')
|
154
159
|
FilterValue = Shapes::StringShape.new(name: 'FilterValue')
|
155
160
|
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
@@ -226,6 +231,7 @@ module Aws::CodeDeploy
|
|
226
231
|
InvalidEC2TagCombinationException = Shapes::StructureShape.new(name: 'InvalidEC2TagCombinationException')
|
227
232
|
InvalidEC2TagException = Shapes::StructureShape.new(name: 'InvalidEC2TagException')
|
228
233
|
InvalidECSServiceException = Shapes::StructureShape.new(name: 'InvalidECSServiceException')
|
234
|
+
InvalidExternalIdException = Shapes::StructureShape.new(name: 'InvalidExternalIdException')
|
229
235
|
InvalidFileExistsBehaviorException = Shapes::StructureShape.new(name: 'InvalidFileExistsBehaviorException')
|
230
236
|
InvalidGitHubAccountTokenException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenException')
|
231
237
|
InvalidGitHubAccountTokenNameException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenNameException')
|
@@ -514,6 +520,15 @@ module Aws::CodeDeploy
|
|
514
520
|
|
515
521
|
BucketNameFilterRequiredException.struct_class = Types::BucketNameFilterRequiredException
|
516
522
|
|
523
|
+
CloudFormationTarget.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
|
524
|
+
CloudFormationTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "targetId"))
|
525
|
+
CloudFormationTarget.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Time, location_name: "lastUpdatedAt"))
|
526
|
+
CloudFormationTarget.add_member(:lifecycle_events, Shapes::ShapeRef.new(shape: LifecycleEventList, location_name: "lifecycleEvents"))
|
527
|
+
CloudFormationTarget.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, location_name: "status"))
|
528
|
+
CloudFormationTarget.add_member(:resource_type, Shapes::ShapeRef.new(shape: CloudFormationResourceType, location_name: "resourceType"))
|
529
|
+
CloudFormationTarget.add_member(:target_version_weight, Shapes::ShapeRef.new(shape: TrafficWeight, location_name: "targetVersionWeight"))
|
530
|
+
CloudFormationTarget.struct_class = Types::CloudFormationTarget
|
531
|
+
|
517
532
|
ContinueDeploymentInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
|
518
533
|
ContinueDeploymentInput.add_member(:deployment_wait_type, Shapes::ShapeRef.new(shape: DeploymentWaitType, location_name: "deploymentWaitType"))
|
519
534
|
ContinueDeploymentInput.struct_class = Types::ContinueDeploymentInput
|
@@ -591,6 +606,11 @@ module Aws::CodeDeploy
|
|
591
606
|
DeleteGitHubAccountTokenOutput.add_member(:token_name, Shapes::ShapeRef.new(shape: GitHubAccountTokenName, location_name: "tokenName"))
|
592
607
|
DeleteGitHubAccountTokenOutput.struct_class = Types::DeleteGitHubAccountTokenOutput
|
593
608
|
|
609
|
+
DeleteResourcesByExternalIdInput.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
610
|
+
DeleteResourcesByExternalIdInput.struct_class = Types::DeleteResourcesByExternalIdInput
|
611
|
+
|
612
|
+
DeleteResourcesByExternalIdOutput.struct_class = Types::DeleteResourcesByExternalIdOutput
|
613
|
+
|
594
614
|
DeploymentAlreadyCompletedException.struct_class = Types::DeploymentAlreadyCompletedException
|
595
615
|
|
596
616
|
DeploymentAlreadyStartedException.struct_class = Types::DeploymentAlreadyStartedException
|
@@ -681,6 +701,7 @@ module Aws::CodeDeploy
|
|
681
701
|
DeploymentInfo.add_member(:file_exists_behavior, Shapes::ShapeRef.new(shape: FileExistsBehavior, location_name: "fileExistsBehavior"))
|
682
702
|
DeploymentInfo.add_member(:deployment_status_messages, Shapes::ShapeRef.new(shape: DeploymentStatusMessageList, location_name: "deploymentStatusMessages"))
|
683
703
|
DeploymentInfo.add_member(:compute_platform, Shapes::ShapeRef.new(shape: ComputePlatform, location_name: "computePlatform"))
|
704
|
+
DeploymentInfo.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
684
705
|
DeploymentInfo.struct_class = Types::DeploymentInfo
|
685
706
|
|
686
707
|
DeploymentIsNotInReadyStateException.struct_class = Types::DeploymentIsNotInReadyStateException
|
@@ -713,6 +734,7 @@ module Aws::CodeDeploy
|
|
713
734
|
DeploymentTarget.add_member(:instance_target, Shapes::ShapeRef.new(shape: InstanceTarget, location_name: "instanceTarget"))
|
714
735
|
DeploymentTarget.add_member(:lambda_target, Shapes::ShapeRef.new(shape: LambdaTarget, location_name: "lambdaTarget"))
|
715
736
|
DeploymentTarget.add_member(:ecs_target, Shapes::ShapeRef.new(shape: ECSTarget, location_name: "ecsTarget"))
|
737
|
+
DeploymentTarget.add_member(:cloud_formation_target, Shapes::ShapeRef.new(shape: CloudFormationTarget, location_name: "cloudFormationTarget"))
|
716
738
|
DeploymentTarget.struct_class = Types::DeploymentTarget
|
717
739
|
|
718
740
|
DeploymentTargetDoesNotExistException.struct_class = Types::DeploymentTargetDoesNotExistException
|
@@ -964,6 +986,8 @@ module Aws::CodeDeploy
|
|
964
986
|
|
965
987
|
InvalidECSServiceException.struct_class = Types::InvalidECSServiceException
|
966
988
|
|
989
|
+
InvalidExternalIdException.struct_class = Types::InvalidExternalIdException
|
990
|
+
|
967
991
|
InvalidFileExistsBehaviorException.struct_class = Types::InvalidFileExistsBehaviorException
|
968
992
|
|
969
993
|
InvalidGitHubAccountTokenException.struct_class = Types::InvalidGitHubAccountTokenException
|
@@ -1126,6 +1150,7 @@ module Aws::CodeDeploy
|
|
1126
1150
|
|
1127
1151
|
ListDeploymentsInput.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "applicationName"))
|
1128
1152
|
ListDeploymentsInput.add_member(:deployment_group_name, Shapes::ShapeRef.new(shape: DeploymentGroupName, location_name: "deploymentGroupName"))
|
1153
|
+
ListDeploymentsInput.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
1129
1154
|
ListDeploymentsInput.add_member(:include_only_statuses, Shapes::ShapeRef.new(shape: DeploymentStatusList, location_name: "includeOnlyStatuses"))
|
1130
1155
|
ListDeploymentsInput.add_member(:create_time_range, Shapes::ShapeRef.new(shape: TimeRange, location_name: "createTimeRange"))
|
1131
1156
|
ListDeploymentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
@@ -1474,6 +1499,7 @@ module Aws::CodeDeploy
|
|
1474
1499
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentTargetIdException)
|
1475
1500
|
o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetDoesNotExistException)
|
1476
1501
|
o.errors << Shapes::ShapeRef.new(shape: DeploymentTargetListSizeExceededException)
|
1502
|
+
o.errors << Shapes::ShapeRef.new(shape: InstanceDoesNotExistException)
|
1477
1503
|
end)
|
1478
1504
|
|
1479
1505
|
api.add_operation(:batch_get_deployments, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1557,6 +1583,7 @@ module Aws::CodeDeploy
|
|
1557
1583
|
o.errors << Shapes::ShapeRef.new(shape: InvalidUpdateOutdatedInstancesOnlyValueException)
|
1558
1584
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIgnoreApplicationStopFailuresValueException)
|
1559
1585
|
o.errors << Shapes::ShapeRef.new(shape: InvalidGitHubAccountTokenException)
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficRoutingConfigurationException)
|
1560
1587
|
end)
|
1561
1588
|
|
1562
1589
|
api.add_operation(:create_deployment_config, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1612,6 +1639,7 @@ module Aws::CodeDeploy
|
|
1612
1639
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTargetGroupPairException)
|
1613
1640
|
o.errors << Shapes::ShapeRef.new(shape: ECSServiceMappingLimitExceededException)
|
1614
1641
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTagsToAddException)
|
1642
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficRoutingConfigurationException)
|
1615
1643
|
end)
|
1616
1644
|
|
1617
1645
|
api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1663,6 +1691,14 @@ module Aws::CodeDeploy
|
|
1663
1691
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
|
1664
1692
|
end)
|
1665
1693
|
|
1694
|
+
api.add_operation(:delete_resources_by_external_id, Seahorse::Model::Operation.new.tap do |o|
|
1695
|
+
o.name = "DeleteResourcesByExternalId"
|
1696
|
+
o.http_method = "POST"
|
1697
|
+
o.http_request_uri = "/"
|
1698
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourcesByExternalIdInput)
|
1699
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteResourcesByExternalIdOutput)
|
1700
|
+
end)
|
1701
|
+
|
1666
1702
|
api.add_operation(:deregister_on_premises_instance, Seahorse::Model::Operation.new.tap do |o|
|
1667
1703
|
o.name = "DeregisterOnPremisesInstance"
|
1668
1704
|
o.http_method = "POST"
|
@@ -1902,6 +1938,8 @@ module Aws::CodeDeploy
|
|
1902
1938
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTimeRangeException)
|
1903
1939
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentStatusException)
|
1904
1940
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidExternalIdException)
|
1942
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1905
1943
|
o[:pager] = Aws::Pager.new(
|
1906
1944
|
tokens: {
|
1907
1945
|
"next_token" => "next_token"
|
@@ -2030,6 +2068,7 @@ module Aws::CodeDeploy
|
|
2030
2068
|
o.errors << Shapes::ShapeRef.new(shape: DeploymentGroupDoesNotExistException)
|
2031
2069
|
o.errors << Shapes::ShapeRef.new(shape: DeploymentAlreadyCompletedException)
|
2032
2070
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDeploymentIdException)
|
2071
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedActionForDeploymentTypeException)
|
2033
2072
|
end)
|
2034
2073
|
|
2035
2074
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2112,6 +2151,7 @@ module Aws::CodeDeploy
|
|
2112
2151
|
o.errors << Shapes::ShapeRef.new(shape: InvalidECSServiceException)
|
2113
2152
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTargetGroupPairException)
|
2114
2153
|
o.errors << Shapes::ShapeRef.new(shape: ECSServiceMappingLimitExceededException)
|
2154
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTrafficRoutingConfigurationException)
|
2115
2155
|
end)
|
2116
2156
|
end
|
2117
2157
|
|
@@ -87,6 +87,7 @@ module Aws::CodeDeploy
|
|
87
87
|
# * {InvalidEC2TagCombinationException}
|
88
88
|
# * {InvalidEC2TagException}
|
89
89
|
# * {InvalidECSServiceException}
|
90
|
+
# * {InvalidExternalIdException}
|
90
91
|
# * {InvalidFileExistsBehaviorException}
|
91
92
|
# * {InvalidGitHubAccountTokenException}
|
92
93
|
# * {InvalidGitHubAccountTokenNameException}
|
@@ -764,6 +765,16 @@ module Aws::CodeDeploy
|
|
764
765
|
end
|
765
766
|
end
|
766
767
|
|
768
|
+
class InvalidExternalIdException < ServiceError
|
769
|
+
|
770
|
+
# @param [Seahorse::Client::RequestContext] context
|
771
|
+
# @param [String] message
|
772
|
+
# @param [Aws::CodeDeploy::Types::InvalidExternalIdException] data
|
773
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
774
|
+
super(context, message, data)
|
775
|
+
end
|
776
|
+
end
|
777
|
+
|
767
778
|
class InvalidFileExistsBehaviorException < ServiceError
|
768
779
|
|
769
780
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -88,11 +88,11 @@ module Aws::CodeDeploy
|
|
88
88
|
# the current state of alarms cannot be retrieved from Amazon
|
89
89
|
# CloudWatch. The default value is false.
|
90
90
|
#
|
91
|
-
# * true
|
91
|
+
# * `true`\: The deployment proceeds even if alarm status information
|
92
92
|
# can't be retrieved from Amazon CloudWatch.
|
93
93
|
#
|
94
|
-
# * false
|
95
|
-
# retrieved from Amazon CloudWatch.
|
94
|
+
# * `false`\: The deployment stops if alarm status information can't
|
95
|
+
# be retrieved from Amazon CloudWatch.
|
96
96
|
# @return [Boolean]
|
97
97
|
#
|
98
98
|
# @!attribute [rw] alarms
|
@@ -276,7 +276,7 @@ module Aws::CodeDeploy
|
|
276
276
|
include Aws::Structure
|
277
277
|
end
|
278
278
|
|
279
|
-
# Represents the input of a BatchGetApplicationRevisions operation.
|
279
|
+
# Represents the input of a `BatchGetApplicationRevisions` operation.
|
280
280
|
#
|
281
281
|
# @note When making an API call, you may pass BatchGetApplicationRevisionsInput
|
282
282
|
# data as a hash:
|
@@ -329,7 +329,7 @@ module Aws::CodeDeploy
|
|
329
329
|
include Aws::Structure
|
330
330
|
end
|
331
331
|
|
332
|
-
# Represents the output of a BatchGetApplicationRevisions operation.
|
332
|
+
# Represents the output of a `BatchGetApplicationRevisions` operation.
|
333
333
|
#
|
334
334
|
# @!attribute [rw] application_name
|
335
335
|
# The name of the application that corresponds to the revisions.
|
@@ -354,7 +354,7 @@ module Aws::CodeDeploy
|
|
354
354
|
include Aws::Structure
|
355
355
|
end
|
356
356
|
|
357
|
-
# Represents the input of a BatchGetApplications operation.
|
357
|
+
# Represents the input of a `BatchGetApplications` operation.
|
358
358
|
#
|
359
359
|
# @note When making an API call, you may pass BatchGetApplicationsInput
|
360
360
|
# data as a hash:
|
@@ -365,7 +365,7 @@ module Aws::CodeDeploy
|
|
365
365
|
#
|
366
366
|
# @!attribute [rw] application_names
|
367
367
|
# A list of application names separated by spaces. The maximum number
|
368
|
-
# of application names you can specify is
|
368
|
+
# of application names you can specify is 100.
|
369
369
|
# @return [Array<String>]
|
370
370
|
#
|
371
371
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetApplicationsInput AWS API Documentation
|
@@ -375,7 +375,7 @@ module Aws::CodeDeploy
|
|
375
375
|
include Aws::Structure
|
376
376
|
end
|
377
377
|
|
378
|
-
# Represents the output of a BatchGetApplications operation.
|
378
|
+
# Represents the output of a `BatchGetApplications` operation.
|
379
379
|
#
|
380
380
|
# @!attribute [rw] applications_info
|
381
381
|
# Information about the applications.
|
@@ -388,7 +388,7 @@ module Aws::CodeDeploy
|
|
388
388
|
include Aws::Structure
|
389
389
|
end
|
390
390
|
|
391
|
-
# Represents the input of a BatchGetDeploymentGroups operation.
|
391
|
+
# Represents the input of a `BatchGetDeploymentGroups` operation.
|
392
392
|
#
|
393
393
|
# @note When making an API call, you may pass BatchGetDeploymentGroupsInput
|
394
394
|
# data as a hash:
|
@@ -415,7 +415,7 @@ module Aws::CodeDeploy
|
|
415
415
|
include Aws::Structure
|
416
416
|
end
|
417
417
|
|
418
|
-
# Represents the output of a BatchGetDeploymentGroups operation.
|
418
|
+
# Represents the output of a `BatchGetDeploymentGroups` operation.
|
419
419
|
#
|
420
420
|
# @!attribute [rw] deployment_groups_info
|
421
421
|
# Information about the deployment groups.
|
@@ -434,7 +434,7 @@ module Aws::CodeDeploy
|
|
434
434
|
include Aws::Structure
|
435
435
|
end
|
436
436
|
|
437
|
-
# Represents the input of a BatchGetDeploymentInstances operation.
|
437
|
+
# Represents the input of a `BatchGetDeploymentInstances` operation.
|
438
438
|
#
|
439
439
|
# @note When making an API call, you may pass BatchGetDeploymentInstancesInput
|
440
440
|
# data as a hash:
|
@@ -461,7 +461,7 @@ module Aws::CodeDeploy
|
|
461
461
|
include Aws::Structure
|
462
462
|
end
|
463
463
|
|
464
|
-
# Represents the output of a BatchGetDeploymentInstances operation.
|
464
|
+
# Represents the output of a `BatchGetDeploymentInstances` operation.
|
465
465
|
#
|
466
466
|
# @!attribute [rw] instances_summary
|
467
467
|
# Information about the instance.
|
@@ -509,6 +509,10 @@ module Aws::CodeDeploy
|
|
509
509
|
# target IDs are pairs of Amazon ECS clusters and services specified
|
510
510
|
# using the format `<clustername>:<servicename>`. Their target type
|
511
511
|
# is `ecsTarget`.
|
512
|
+
#
|
513
|
+
# * For deployments that are deployed with AWS CloudFormation, the
|
514
|
+
# target IDs are CloudFormation stack IDs. Their target type is
|
515
|
+
# `cloudFormationTarget`.
|
512
516
|
# @return [Array<String>]
|
513
517
|
#
|
514
518
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentTargetsInput AWS API Documentation
|
@@ -532,6 +536,9 @@ module Aws::CodeDeploy
|
|
532
536
|
# Lambda function.
|
533
537
|
#
|
534
538
|
# * **Amazon ECS**\: The target object is an Amazon ECS service.
|
539
|
+
#
|
540
|
+
# * **CloudFormation**\: The target object is an AWS CloudFormation
|
541
|
+
# blue/green deployment.
|
535
542
|
# @return [Array<Types::DeploymentTarget>]
|
536
543
|
#
|
537
544
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentTargetsOutput AWS API Documentation
|
@@ -541,7 +548,7 @@ module Aws::CodeDeploy
|
|
541
548
|
include Aws::Structure
|
542
549
|
end
|
543
550
|
|
544
|
-
# Represents the input of a BatchGetDeployments operation.
|
551
|
+
# Represents the input of a `BatchGetDeployments` operation.
|
545
552
|
#
|
546
553
|
# @note When making an API call, you may pass BatchGetDeploymentsInput
|
547
554
|
# data as a hash:
|
@@ -562,7 +569,7 @@ module Aws::CodeDeploy
|
|
562
569
|
include Aws::Structure
|
563
570
|
end
|
564
571
|
|
565
|
-
# Represents the output of a BatchGetDeployments operation.
|
572
|
+
# Represents the output of a `BatchGetDeployments` operation.
|
566
573
|
#
|
567
574
|
# @!attribute [rw] deployments_info
|
568
575
|
# Information about the deployments.
|
@@ -575,7 +582,7 @@ module Aws::CodeDeploy
|
|
575
582
|
include Aws::Structure
|
576
583
|
end
|
577
584
|
|
578
|
-
# Represents the input of a BatchGetOnPremisesInstances operation.
|
585
|
+
# Represents the input of a `BatchGetOnPremisesInstances` operation.
|
579
586
|
#
|
580
587
|
# @note When making an API call, you may pass BatchGetOnPremisesInstancesInput
|
581
588
|
# data as a hash:
|
@@ -597,7 +604,7 @@ module Aws::CodeDeploy
|
|
597
604
|
include Aws::Structure
|
598
605
|
end
|
599
606
|
|
600
|
-
# Represents the output of a BatchGetOnPremisesInstances operation.
|
607
|
+
# Represents the output of a `BatchGetOnPremisesInstances` operation.
|
601
608
|
#
|
602
609
|
# @!attribute [rw] instance_infos
|
603
610
|
# Information about the on-premises instances.
|
@@ -677,9 +684,10 @@ module Aws::CodeDeploy
|
|
677
684
|
# The action to take on instances in the original environment after a
|
678
685
|
# successful blue/green deployment.
|
679
686
|
#
|
680
|
-
# * TERMINATE
|
687
|
+
# * `TERMINATE`\: Instances are terminated after a specified wait
|
688
|
+
# time.
|
681
689
|
#
|
682
|
-
# *
|
690
|
+
# * `KEEP_ALIVE`\: Instances are left running after they are
|
683
691
|
# deregistered from the load balancer and removed from the
|
684
692
|
# deployment group.
|
685
693
|
# @return [String]
|
@@ -711,6 +719,56 @@ module Aws::CodeDeploy
|
|
711
719
|
#
|
712
720
|
class BucketNameFilterRequiredException < Aws::EmptyStructure; end
|
713
721
|
|
722
|
+
# Information about the target to be updated by an AWS CloudFormation
|
723
|
+
# blue/green deployment. This target type is used for all deployments
|
724
|
+
# initiated by a CloudFormation stack update.
|
725
|
+
#
|
726
|
+
# @!attribute [rw] deployment_id
|
727
|
+
# The unique ID of an AWS CloudFormation blue/green deployment.
|
728
|
+
# @return [String]
|
729
|
+
#
|
730
|
+
# @!attribute [rw] target_id
|
731
|
+
# The unique ID of a deployment target that has a type
|
732
|
+
# of `CloudFormationTarget`.
|
733
|
+
# @return [String]
|
734
|
+
#
|
735
|
+
# @!attribute [rw] last_updated_at
|
736
|
+
# The date and time when the target application was updated by an AWS
|
737
|
+
# CloudFormation blue/green deployment.
|
738
|
+
# @return [Time]
|
739
|
+
#
|
740
|
+
# @!attribute [rw] lifecycle_events
|
741
|
+
# The lifecycle events of the AWS CloudFormation blue/green deployment
|
742
|
+
# to this target application.
|
743
|
+
# @return [Array<Types::LifecycleEvent>]
|
744
|
+
#
|
745
|
+
# @!attribute [rw] status
|
746
|
+
# The status of an AWS CloudFormation blue/green deployment's target
|
747
|
+
# application.
|
748
|
+
# @return [String]
|
749
|
+
#
|
750
|
+
# @!attribute [rw] resource_type
|
751
|
+
# The resource type for the AWS CloudFormation blue/green deployment.
|
752
|
+
# @return [String]
|
753
|
+
#
|
754
|
+
# @!attribute [rw] target_version_weight
|
755
|
+
# The percentage of production traffic that the target version of an
|
756
|
+
# AWS CloudFormation blue/green deployment receives.
|
757
|
+
# @return [Float]
|
758
|
+
#
|
759
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CloudFormationTarget AWS API Documentation
|
760
|
+
#
|
761
|
+
class CloudFormationTarget < Struct.new(
|
762
|
+
:deployment_id,
|
763
|
+
:target_id,
|
764
|
+
:last_updated_at,
|
765
|
+
:lifecycle_events,
|
766
|
+
:status,
|
767
|
+
:resource_type,
|
768
|
+
:target_version_weight)
|
769
|
+
include Aws::Structure
|
770
|
+
end
|
771
|
+
|
714
772
|
# @note When making an API call, you may pass ContinueDeploymentInput
|
715
773
|
# data as a hash:
|
716
774
|
#
|
@@ -725,10 +783,10 @@ module Aws::CodeDeploy
|
|
725
783
|
# @return [String]
|
726
784
|
#
|
727
785
|
# @!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.
|
786
|
+
# The status of the deployment's waiting period. `READY_WAIT`
|
787
|
+
# indicates that the deployment is ready to start shifting traffic.
|
788
|
+
# `TERMINATION_WAIT` indicates that the traffic is shifted, but the
|
789
|
+
# original target is not terminated.
|
732
790
|
# @return [String]
|
733
791
|
#
|
734
792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ContinueDeploymentInput AWS API Documentation
|
@@ -739,7 +797,7 @@ module Aws::CodeDeploy
|
|
739
797
|
include Aws::Structure
|
740
798
|
end
|
741
799
|
|
742
|
-
# Represents the input of a CreateApplication operation.
|
800
|
+
# Represents the input of a `CreateApplication` operation.
|
743
801
|
#
|
744
802
|
# @note When making an API call, you may pass CreateApplicationInput
|
745
803
|
# data as a hash:
|
@@ -780,7 +838,7 @@ module Aws::CodeDeploy
|
|
780
838
|
include Aws::Structure
|
781
839
|
end
|
782
840
|
|
783
|
-
# Represents the output of a CreateApplication operation.
|
841
|
+
# Represents the output of a `CreateApplication` operation.
|
784
842
|
#
|
785
843
|
# @!attribute [rw] application_id
|
786
844
|
# A unique application ID.
|
@@ -793,7 +851,7 @@ module Aws::CodeDeploy
|
|
793
851
|
include Aws::Structure
|
794
852
|
end
|
795
853
|
|
796
|
-
# Represents the input of a CreateDeploymentConfig operation.
|
854
|
+
# Represents the input of a `CreateDeploymentConfig` operation.
|
797
855
|
#
|
798
856
|
# @note When making an API call, you may pass CreateDeploymentConfigInput
|
799
857
|
# data as a hash:
|
@@ -836,7 +894,7 @@ module Aws::CodeDeploy
|
|
836
894
|
# of healthy instances as a percentage of the total number of
|
837
895
|
# instances in the deployment. If you specify FLEET\_PERCENT, at the
|
838
896
|
# start of the deployment, AWS CodeDeploy converts the percentage to
|
839
|
-
# the equivalent number of
|
897
|
+
# the equivalent number of instances and rounds up fractional
|
840
898
|
# instances.
|
841
899
|
#
|
842
900
|
# The value parameter takes an integer.
|
@@ -865,7 +923,7 @@ module Aws::CodeDeploy
|
|
865
923
|
include Aws::Structure
|
866
924
|
end
|
867
925
|
|
868
|
-
# Represents the output of a CreateDeploymentConfig operation.
|
926
|
+
# Represents the output of a `CreateDeploymentConfig` operation.
|
869
927
|
#
|
870
928
|
# @!attribute [rw] deployment_config_id
|
871
929
|
# A unique deployment configuration ID.
|
@@ -878,7 +936,7 @@ module Aws::CodeDeploy
|
|
878
936
|
include Aws::Structure
|
879
937
|
end
|
880
938
|
|
881
|
-
# Represents the input of a CreateDeploymentGroup operation.
|
939
|
+
# Represents the input of a `CreateDeploymentGroup` operation.
|
882
940
|
#
|
883
941
|
# @note When making an API call, you may pass CreateDeploymentGroupInput
|
884
942
|
# data as a hash:
|
@@ -1018,13 +1076,13 @@ module Aws::CodeDeploy
|
|
1018
1076
|
# custom deployment configuration that you create by calling the
|
1019
1077
|
# create deployment configuration operation.
|
1020
1078
|
#
|
1021
|
-
# CodeDeployDefault.OneAtATime is the default deployment
|
1079
|
+
# `CodeDeployDefault.OneAtATime` is the default deployment
|
1022
1080
|
# configuration. It is used if a configuration isn't specified for
|
1023
1081
|
# the deployment or deployment group.
|
1024
1082
|
#
|
1025
1083
|
# 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
|
1084
|
+
# in AWS CodeDeploy, see [Working with Deployment Configurations in
|
1085
|
+
# CodeDeploy][1] in the *AWS CodeDeploy User Guide*.
|
1028
1086
|
#
|
1029
1087
|
#
|
1030
1088
|
#
|
@@ -1040,7 +1098,7 @@ module Aws::CodeDeploy
|
|
1040
1098
|
# @!attribute [rw] on_premises_instance_tag_filters
|
1041
1099
|
# The on-premises instance tags on which to filter. The deployment
|
1042
1100
|
# group includes on-premises instances with any of the specified tags.
|
1043
|
-
# Cannot be used in the same call as OnPremisesTagSet
|
1101
|
+
# Cannot be used in the same call as `OnPremisesTagSet`.
|
1044
1102
|
# @return [Array<Types::TagFilter>]
|
1045
1103
|
#
|
1046
1104
|
# @!attribute [rw] auto_scaling_groups
|
@@ -1048,14 +1106,14 @@ module Aws::CodeDeploy
|
|
1048
1106
|
# @return [Array<String>]
|
1049
1107
|
#
|
1050
1108
|
# @!attribute [rw] service_role_arn
|
1051
|
-
# A service role ARN that allows AWS CodeDeploy
|
1052
|
-
# behalf when interacting with AWS services.
|
1109
|
+
# A service role Amazon Resource Name (ARN) that allows AWS CodeDeploy
|
1110
|
+
# to act on the user's behalf when interacting with AWS services.
|
1053
1111
|
# @return [String]
|
1054
1112
|
#
|
1055
1113
|
# @!attribute [rw] trigger_configurations
|
1056
1114
|
# Information about triggers to create when the deployment group is
|
1057
1115
|
# created. For examples, see [Create a Trigger for an AWS CodeDeploy
|
1058
|
-
# Event][1] in the AWS CodeDeploy User Guide
|
1116
|
+
# Event][1] in the *AWS CodeDeploy User Guide*.
|
1059
1117
|
#
|
1060
1118
|
#
|
1061
1119
|
#
|
@@ -1090,7 +1148,7 @@ module Aws::CodeDeploy
|
|
1090
1148
|
# @!attribute [rw] ec2_tag_set
|
1091
1149
|
# Information about groups of tags applied to EC2 instances. The
|
1092
1150
|
# deployment group includes only EC2 instances identified by all the
|
1093
|
-
# tag groups. Cannot be used in the same call as ec2TagFilters
|
1151
|
+
# tag groups. Cannot be used in the same call as `ec2TagFilters`.
|
1094
1152
|
# @return [Types::EC2TagSet]
|
1095
1153
|
#
|
1096
1154
|
# @!attribute [rw] ecs_services
|
@@ -1105,7 +1163,7 @@ module Aws::CodeDeploy
|
|
1105
1163
|
# Information about groups of tags applied to on-premises instances.
|
1106
1164
|
# The deployment group includes only on-premises instances identified
|
1107
1165
|
# by all of the tag groups. Cannot be used in the same call as
|
1108
|
-
# onPremisesInstanceTagFilters
|
1166
|
+
# `onPremisesInstanceTagFilters`.
|
1109
1167
|
# @return [Types::OnPremisesTagSet]
|
1110
1168
|
#
|
1111
1169
|
# @!attribute [rw] tags
|
@@ -1137,7 +1195,7 @@ module Aws::CodeDeploy
|
|
1137
1195
|
include Aws::Structure
|
1138
1196
|
end
|
1139
1197
|
|
1140
|
-
# Represents the output of a CreateDeploymentGroup operation.
|
1198
|
+
# Represents the output of a `CreateDeploymentGroup` operation.
|
1141
1199
|
#
|
1142
1200
|
# @!attribute [rw] deployment_group_id
|
1143
1201
|
# A unique deployment group ID.
|
@@ -1150,7 +1208,7 @@ module Aws::CodeDeploy
|
|
1150
1208
|
include Aws::Structure
|
1151
1209
|
end
|
1152
1210
|
|
1153
|
-
# Represents the input of a CreateDeployment operation.
|
1211
|
+
# Represents the input of a `CreateDeployment` operation.
|
1154
1212
|
#
|
1155
1213
|
# @note When making an API call, you may pass CreateDeploymentInput
|
1156
1214
|
# data as a hash:
|
@@ -1232,7 +1290,7 @@ module Aws::CodeDeploy
|
|
1232
1290
|
# If not specified, the value configured in the deployment group is
|
1233
1291
|
# used as the default. If the deployment group does not have a
|
1234
1292
|
# deployment configuration associated with it,
|
1235
|
-
# CodeDeployDefault
|
1293
|
+
# `CodeDeployDefault`.`OneAtATime` is used by default.
|
1236
1294
|
# @return [String]
|
1237
1295
|
#
|
1238
1296
|
# @!attribute [rw] description
|
@@ -1240,13 +1298,13 @@ module Aws::CodeDeploy
|
|
1240
1298
|
# @return [String]
|
1241
1299
|
#
|
1242
1300
|
# @!attribute [rw] ignore_application_stop_failures
|
1243
|
-
# If true, then if an ApplicationStop
|
1244
|
-
# AfterBlockTraffic deployment lifecycle event to an instance fails,
|
1301
|
+
# If true, then if an `ApplicationStop`, `BeforeBlockTraffic`, or
|
1302
|
+
# `AfterBlockTraffic` deployment lifecycle event to an instance fails,
|
1245
1303
|
# 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
|
1304
|
+
# event. For example, if `ApplicationStop` fails, the deployment
|
1305
|
+
# continues with `DownloadBundle`. If `BeforeBlockTraffic` fails, the
|
1306
|
+
# deployment continues with `BlockTraffic`. If `AfterBlockTraffic`
|
1307
|
+
# fails, the deployment continues with `ApplicationStop`.
|
1250
1308
|
#
|
1251
1309
|
# If false or not specified, then if a lifecycle event fails during a
|
1252
1310
|
# deployment to an instance, that deployment fails. If deployment to
|
@@ -1255,8 +1313,8 @@ module Aws::CodeDeploy
|
|
1255
1313
|
# then a deployment to the next instance is attempted.
|
1256
1314
|
#
|
1257
1315
|
# During a deployment, the AWS CodeDeploy agent runs the scripts
|
1258
|
-
# specified for ApplicationStop
|
1259
|
-
# AfterBlockTraffic in the AppSpec file from the previous successful
|
1316
|
+
# specified for `ApplicationStop`, `BeforeBlockTraffic`, and
|
1317
|
+
# `AfterBlockTraffic` in the AppSpec file from the previous successful
|
1260
1318
|
# deployment. (All other scripts are run from the AppSpec file in the
|
1261
1319
|
# current deployment.) If one of these scripts contains an error and
|
1262
1320
|
# does not run successfully, the deployment can fail.
|
@@ -1264,8 +1322,8 @@ module Aws::CodeDeploy
|
|
1264
1322
|
# If the cause of the failure is a script from the last successful
|
1265
1323
|
# deployment that will never run successfully, create a new deployment
|
1266
1324
|
# and use `ignoreApplicationStopFailures` to specify that the
|
1267
|
-
# ApplicationStop
|
1268
|
-
# should be ignored.
|
1325
|
+
# `ApplicationStop`, `BeforeBlockTraffic`, and `AfterBlockTraffic`
|
1326
|
+
# failures should be ignored.
|
1269
1327
|
# @return [Boolean]
|
1270
1328
|
#
|
1271
1329
|
# @!attribute [rw] target_instances
|
@@ -1288,7 +1346,8 @@ module Aws::CodeDeploy
|
|
1288
1346
|
# exist in a deployment target location but weren't part of the
|
1289
1347
|
# previous successful deployment.
|
1290
1348
|
#
|
1291
|
-
# The fileExistsBehavior parameter takes any of the following
|
1349
|
+
# The `fileExistsBehavior` parameter takes any of the following
|
1350
|
+
# values:
|
1292
1351
|
#
|
1293
1352
|
# * DISALLOW: The deployment fails. This is also the default behavior
|
1294
1353
|
# if no option is specified.
|
@@ -1317,7 +1376,7 @@ module Aws::CodeDeploy
|
|
1317
1376
|
include Aws::Structure
|
1318
1377
|
end
|
1319
1378
|
|
1320
|
-
# Represents the output of a CreateDeployment operation.
|
1379
|
+
# Represents the output of a `CreateDeployment` operation.
|
1321
1380
|
#
|
1322
1381
|
# @!attribute [rw] deployment_id
|
1323
1382
|
# The unique ID of a deployment.
|
@@ -1330,7 +1389,7 @@ module Aws::CodeDeploy
|
|
1330
1389
|
include Aws::Structure
|
1331
1390
|
end
|
1332
1391
|
|
1333
|
-
# Represents the input of a DeleteApplication operation.
|
1392
|
+
# Represents the input of a `DeleteApplication` operation.
|
1334
1393
|
#
|
1335
1394
|
# @note When making an API call, you may pass DeleteApplicationInput
|
1336
1395
|
# data as a hash:
|
@@ -1351,7 +1410,7 @@ module Aws::CodeDeploy
|
|
1351
1410
|
include Aws::Structure
|
1352
1411
|
end
|
1353
1412
|
|
1354
|
-
# Represents the input of a DeleteDeploymentConfig operation.
|
1413
|
+
# Represents the input of a `DeleteDeploymentConfig` operation.
|
1355
1414
|
#
|
1356
1415
|
# @note When making an API call, you may pass DeleteDeploymentConfigInput
|
1357
1416
|
# data as a hash:
|
@@ -1372,7 +1431,7 @@ module Aws::CodeDeploy
|
|
1372
1431
|
include Aws::Structure
|
1373
1432
|
end
|
1374
1433
|
|
1375
|
-
# Represents the input of a DeleteDeploymentGroup operation.
|
1434
|
+
# Represents the input of a `DeleteDeploymentGroup` operation.
|
1376
1435
|
#
|
1377
1436
|
# @note When making an API call, you may pass DeleteDeploymentGroupInput
|
1378
1437
|
# data as a hash:
|
@@ -1399,7 +1458,7 @@ module Aws::CodeDeploy
|
|
1399
1458
|
include Aws::Structure
|
1400
1459
|
end
|
1401
1460
|
|
1402
|
-
# Represents the output of a DeleteDeploymentGroup operation.
|
1461
|
+
# Represents the output of a `DeleteDeploymentGroup` operation.
|
1403
1462
|
#
|
1404
1463
|
# @!attribute [rw] hooks_not_cleaned_up
|
1405
1464
|
# If the output contains no data, and the corresponding deployment
|
@@ -1418,7 +1477,7 @@ module Aws::CodeDeploy
|
|
1418
1477
|
include Aws::Structure
|
1419
1478
|
end
|
1420
1479
|
|
1421
|
-
# Represents the input of a DeleteGitHubAccount operation.
|
1480
|
+
# Represents the input of a `DeleteGitHubAccount` operation.
|
1422
1481
|
#
|
1423
1482
|
# @note When making an API call, you may pass DeleteGitHubAccountTokenInput
|
1424
1483
|
# data as a hash:
|
@@ -1438,7 +1497,7 @@ module Aws::CodeDeploy
|
|
1438
1497
|
include Aws::Structure
|
1439
1498
|
end
|
1440
1499
|
|
1441
|
-
# Represents the output of a DeleteGitHubAccountToken operation.
|
1500
|
+
# Represents the output of a `DeleteGitHubAccountToken` operation.
|
1442
1501
|
#
|
1443
1502
|
# @!attribute [rw] token_name
|
1444
1503
|
# The name of the GitHub account connection that was deleted.
|
@@ -1451,6 +1510,29 @@ module Aws::CodeDeploy
|
|
1451
1510
|
include Aws::Structure
|
1452
1511
|
end
|
1453
1512
|
|
1513
|
+
# @note When making an API call, you may pass DeleteResourcesByExternalIdInput
|
1514
|
+
# data as a hash:
|
1515
|
+
#
|
1516
|
+
# {
|
1517
|
+
# external_id: "ExternalId",
|
1518
|
+
# }
|
1519
|
+
#
|
1520
|
+
# @!attribute [rw] external_id
|
1521
|
+
# The unique ID of an external resource (for example, a CloudFormation
|
1522
|
+
# stack ID) that is linked to one or more CodeDeploy resources.
|
1523
|
+
# @return [String]
|
1524
|
+
#
|
1525
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteResourcesByExternalIdInput AWS API Documentation
|
1526
|
+
#
|
1527
|
+
class DeleteResourcesByExternalIdInput < Struct.new(
|
1528
|
+
:external_id)
|
1529
|
+
include Aws::Structure
|
1530
|
+
end
|
1531
|
+
|
1532
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteResourcesByExternalIdOutput AWS API Documentation
|
1533
|
+
#
|
1534
|
+
class DeleteResourcesByExternalIdOutput < Aws::EmptyStructure; end
|
1535
|
+
|
1454
1536
|
# The deployment is already complete.
|
1455
1537
|
#
|
1456
1538
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentAlreadyCompletedException AWS API Documentation
|
@@ -1465,7 +1547,7 @@ module Aws::CodeDeploy
|
|
1465
1547
|
class DeploymentAlreadyStartedException < Aws::EmptyStructure; end
|
1466
1548
|
|
1467
1549
|
# A deployment configuration with the specified name with the IAM user
|
1468
|
-
# or AWS account already exists
|
1550
|
+
# or AWS account already exists.
|
1469
1551
|
#
|
1470
1552
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigAlreadyExistsException AWS API Documentation
|
1471
1553
|
#
|
@@ -1510,8 +1592,8 @@ module Aws::CodeDeploy
|
|
1510
1592
|
#
|
1511
1593
|
# @!attribute [rw] traffic_routing_config
|
1512
1594
|
# The configuration that specifies how the deployment traffic is
|
1513
|
-
# routed.
|
1514
|
-
#
|
1595
|
+
# routed. Used for deployments with a Lambda or ECS compute platform
|
1596
|
+
# only.
|
1515
1597
|
# @return [Types::TrafficRoutingConfig]
|
1516
1598
|
#
|
1517
1599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentConfigInfo AWS API Documentation
|
@@ -1781,11 +1863,11 @@ module Aws::CodeDeploy
|
|
1781
1863
|
# @!attribute [rw] creator
|
1782
1864
|
# The means by which the deployment was created:
|
1783
1865
|
#
|
1784
|
-
# * user
|
1866
|
+
# * `user`\: A user created the deployment.
|
1785
1867
|
#
|
1786
|
-
# * autoscaling
|
1868
|
+
# * `autoscaling`\: Amazon EC2 Auto Scaling created the deployment.
|
1787
1869
|
#
|
1788
|
-
# * codeDeployRollback
|
1870
|
+
# * `codeDeployRollback`\: A rollback process created the deployment.
|
1789
1871
|
# @return [String]
|
1790
1872
|
#
|
1791
1873
|
# @!attribute [rw] ignore_application_stop_failures
|
@@ -1868,14 +1950,14 @@ module Aws::CodeDeploy
|
|
1868
1950
|
# exist in a deployment target location but weren't part of the
|
1869
1951
|
# previous successful deployment.
|
1870
1952
|
#
|
1871
|
-
# * DISALLOW
|
1872
|
-
# if no option is specified.
|
1953
|
+
# * `DISALLOW`\: The deployment fails. This is also the default
|
1954
|
+
# behavior if no option is specified.
|
1873
1955
|
#
|
1874
|
-
# * OVERWRITE
|
1875
|
-
# currently being deployed replaces the version already on
|
1876
|
-
# instance.
|
1956
|
+
# * `OVERWRITE`\: The version of the file from the application
|
1957
|
+
# revision currently being deployed replaces the version already on
|
1958
|
+
# the instance.
|
1877
1959
|
#
|
1878
|
-
# * RETAIN
|
1960
|
+
# * `RETAIN`\: The version of the file already on the instance is kept
|
1879
1961
|
# and used as part of the new deployment.
|
1880
1962
|
# @return [String]
|
1881
1963
|
#
|
@@ -1888,6 +1970,11 @@ module Aws::CodeDeploy
|
|
1888
1970
|
# `Server`, or `ECS`).
|
1889
1971
|
# @return [String]
|
1890
1972
|
#
|
1973
|
+
# @!attribute [rw] external_id
|
1974
|
+
# The unique ID for an external resource (for example, a
|
1975
|
+
# CloudFormation stack ID) that is linked to this deployment.
|
1976
|
+
# @return [String]
|
1977
|
+
#
|
1891
1978
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentInfo AWS API Documentation
|
1892
1979
|
#
|
1893
1980
|
class DeploymentInfo < Struct.new(
|
@@ -1917,7 +2004,8 @@ module Aws::CodeDeploy
|
|
1917
2004
|
:additional_deployment_status_info,
|
1918
2005
|
:file_exists_behavior,
|
1919
2006
|
:deployment_status_messages,
|
1920
|
-
:compute_platform
|
2007
|
+
:compute_platform,
|
2008
|
+
:external_id)
|
1921
2009
|
include Aws::Structure
|
1922
2010
|
end
|
1923
2011
|
|
@@ -2010,8 +2098,8 @@ module Aws::CodeDeploy
|
|
2010
2098
|
# @!attribute [rw] wait_time_in_minutes
|
2011
2099
|
# The number of minutes to wait before the status of a blue/green
|
2012
2100
|
# deployment is changed to Stopped if rerouting is not started
|
2013
|
-
# manually. Applies only to the
|
2014
|
-
# actionOnTimeout
|
2101
|
+
# manually. Applies only to the `STOP_DEPLOYMENT` option for
|
2102
|
+
# `actionOnTimeout`.
|
2015
2103
|
# @return [Integer]
|
2016
2104
|
#
|
2017
2105
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentReadyOption AWS API Documentation
|
@@ -2056,7 +2144,7 @@ module Aws::CodeDeploy
|
|
2056
2144
|
#
|
2057
2145
|
# @!attribute [rw] deployment_target_type
|
2058
2146
|
# The deployment type that is specific to the deployment's compute
|
2059
|
-
# platform.
|
2147
|
+
# platform or deployments initiated by a CloudFormation stack update.
|
2060
2148
|
# @return [String]
|
2061
2149
|
#
|
2062
2150
|
# @!attribute [rw] instance_target
|
@@ -2074,13 +2162,20 @@ module Aws::CodeDeploy
|
|
2074
2162
|
# ECS compute platform.
|
2075
2163
|
# @return [Types::ECSTarget]
|
2076
2164
|
#
|
2165
|
+
# @!attribute [rw] cloud_formation_target
|
2166
|
+
# Information about the target to be updated by an AWS CloudFormation
|
2167
|
+
# blue/green deployment. This target type is used for all deployments
|
2168
|
+
# initiated by a CloudFormation stack update.
|
2169
|
+
# @return [Types::CloudFormationTarget]
|
2170
|
+
#
|
2077
2171
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentTarget AWS API Documentation
|
2078
2172
|
#
|
2079
2173
|
class DeploymentTarget < Struct.new(
|
2080
2174
|
:deployment_target_type,
|
2081
2175
|
:instance_target,
|
2082
2176
|
:lambda_target,
|
2083
|
-
:ecs_target
|
2177
|
+
:ecs_target,
|
2178
|
+
:cloud_formation_target)
|
2084
2179
|
include Aws::Structure
|
2085
2180
|
end
|
2086
2181
|
|
@@ -2105,7 +2200,7 @@ module Aws::CodeDeploy
|
|
2105
2200
|
#
|
2106
2201
|
class DeploymentTargetListSizeExceededException < Aws::EmptyStructure; end
|
2107
2202
|
|
2108
|
-
# Represents the input of a DeregisterOnPremisesInstance operation.
|
2203
|
+
# Represents the input of a `DeregisterOnPremisesInstance` operation.
|
2109
2204
|
#
|
2110
2205
|
# @note When making an API call, you may pass DeregisterOnPremisesInstanceInput
|
2111
2206
|
# data as a hash:
|
@@ -2201,11 +2296,11 @@ module Aws::CodeDeploy
|
|
2201
2296
|
# @!attribute [rw] type
|
2202
2297
|
# The tag filter type:
|
2203
2298
|
#
|
2204
|
-
# *
|
2299
|
+
# * `KEY_ONLY`\: Key only.
|
2205
2300
|
#
|
2206
|
-
# *
|
2301
|
+
# * `VALUE_ONLY`\: Value only.
|
2207
2302
|
#
|
2208
|
-
# *
|
2303
|
+
# * `KEY_AND_VALUE`\: Key and value.
|
2209
2304
|
# @return [String]
|
2210
2305
|
#
|
2211
2306
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/EC2TagFilter AWS API Documentation
|
@@ -2294,7 +2389,7 @@ module Aws::CodeDeploy
|
|
2294
2389
|
# @return [String]
|
2295
2390
|
#
|
2296
2391
|
# @!attribute [rw] target_arn
|
2297
|
-
# The ARN of the target.
|
2392
|
+
# The Amazon Resource Name (ARN) of the target.
|
2298
2393
|
# @return [String]
|
2299
2394
|
#
|
2300
2395
|
# @!attribute [rw] last_updated_at
|
@@ -2528,7 +2623,7 @@ module Aws::CodeDeploy
|
|
2528
2623
|
include Aws::Structure
|
2529
2624
|
end
|
2530
2625
|
|
2531
|
-
# Represents the input of a GetApplication operation.
|
2626
|
+
# Represents the input of a `GetApplication` operation.
|
2532
2627
|
#
|
2533
2628
|
# @note When making an API call, you may pass GetApplicationInput
|
2534
2629
|
# data as a hash:
|
@@ -2549,7 +2644,7 @@ module Aws::CodeDeploy
|
|
2549
2644
|
include Aws::Structure
|
2550
2645
|
end
|
2551
2646
|
|
2552
|
-
# Represents the output of a GetApplication operation.
|
2647
|
+
# Represents the output of a `GetApplication` operation.
|
2553
2648
|
#
|
2554
2649
|
# @!attribute [rw] application
|
2555
2650
|
# Information about the application.
|
@@ -2562,7 +2657,7 @@ module Aws::CodeDeploy
|
|
2562
2657
|
include Aws::Structure
|
2563
2658
|
end
|
2564
2659
|
|
2565
|
-
# Represents the input of a GetApplicationRevision operation.
|
2660
|
+
# Represents the input of a `GetApplicationRevision` operation.
|
2566
2661
|
#
|
2567
2662
|
# @note When making an API call, you may pass GetApplicationRevisionInput
|
2568
2663
|
# data as a hash:
|
@@ -2610,7 +2705,7 @@ module Aws::CodeDeploy
|
|
2610
2705
|
include Aws::Structure
|
2611
2706
|
end
|
2612
2707
|
|
2613
|
-
# Represents the output of a GetApplicationRevision operation.
|
2708
|
+
# Represents the output of a `GetApplicationRevision` operation.
|
2614
2709
|
#
|
2615
2710
|
# @!attribute [rw] application_name
|
2616
2711
|
# The name of the application that corresponds to the revision.
|
@@ -2634,7 +2729,7 @@ module Aws::CodeDeploy
|
|
2634
2729
|
include Aws::Structure
|
2635
2730
|
end
|
2636
2731
|
|
2637
|
-
# Represents the input of a GetDeploymentConfig operation.
|
2732
|
+
# Represents the input of a `GetDeploymentConfig` operation.
|
2638
2733
|
#
|
2639
2734
|
# @note When making an API call, you may pass GetDeploymentConfigInput
|
2640
2735
|
# data as a hash:
|
@@ -2655,7 +2750,7 @@ module Aws::CodeDeploy
|
|
2655
2750
|
include Aws::Structure
|
2656
2751
|
end
|
2657
2752
|
|
2658
|
-
# Represents the output of a GetDeploymentConfig operation.
|
2753
|
+
# Represents the output of a `GetDeploymentConfig` operation.
|
2659
2754
|
#
|
2660
2755
|
# @!attribute [rw] deployment_config_info
|
2661
2756
|
# Information about the deployment configuration.
|
@@ -2668,7 +2763,7 @@ module Aws::CodeDeploy
|
|
2668
2763
|
include Aws::Structure
|
2669
2764
|
end
|
2670
2765
|
|
2671
|
-
# Represents the input of a GetDeploymentGroup operation.
|
2766
|
+
# Represents the input of a `GetDeploymentGroup` operation.
|
2672
2767
|
#
|
2673
2768
|
# @note When making an API call, you may pass GetDeploymentGroupInput
|
2674
2769
|
# data as a hash:
|
@@ -2695,7 +2790,7 @@ module Aws::CodeDeploy
|
|
2695
2790
|
include Aws::Structure
|
2696
2791
|
end
|
2697
2792
|
|
2698
|
-
# Represents the output of a GetDeploymentGroup operation.
|
2793
|
+
# Represents the output of a `GetDeploymentGroup` operation.
|
2699
2794
|
#
|
2700
2795
|
# @!attribute [rw] deployment_group_info
|
2701
2796
|
# Information about the deployment group.
|
@@ -2708,7 +2803,7 @@ module Aws::CodeDeploy
|
|
2708
2803
|
include Aws::Structure
|
2709
2804
|
end
|
2710
2805
|
|
2711
|
-
# Represents the input of a GetDeployment operation.
|
2806
|
+
# Represents the input of a `GetDeployment` operation.
|
2712
2807
|
#
|
2713
2808
|
# @note When making an API call, you may pass GetDeploymentInput
|
2714
2809
|
# data as a hash:
|
@@ -2729,7 +2824,7 @@ module Aws::CodeDeploy
|
|
2729
2824
|
include Aws::Structure
|
2730
2825
|
end
|
2731
2826
|
|
2732
|
-
# Represents the input of a GetDeploymentInstance operation.
|
2827
|
+
# Represents the input of a `GetDeploymentInstance` operation.
|
2733
2828
|
#
|
2734
2829
|
# @note When making an API call, you may pass GetDeploymentInstanceInput
|
2735
2830
|
# data as a hash:
|
@@ -2755,7 +2850,7 @@ module Aws::CodeDeploy
|
|
2755
2850
|
include Aws::Structure
|
2756
2851
|
end
|
2757
2852
|
|
2758
|
-
# Represents the output of a GetDeploymentInstance operation.
|
2853
|
+
# Represents the output of a `GetDeploymentInstance` operation.
|
2759
2854
|
#
|
2760
2855
|
# @!attribute [rw] instance_summary
|
2761
2856
|
# Information about the instance.
|
@@ -2768,7 +2863,7 @@ module Aws::CodeDeploy
|
|
2768
2863
|
include Aws::Structure
|
2769
2864
|
end
|
2770
2865
|
|
2771
|
-
# Represents the output of a GetDeployment operation.
|
2866
|
+
# Represents the output of a `GetDeployment` operation.
|
2772
2867
|
#
|
2773
2868
|
# @!attribute [rw] deployment_info
|
2774
2869
|
# Information about the deployment.
|
@@ -2807,7 +2902,7 @@ module Aws::CodeDeploy
|
|
2807
2902
|
|
2808
2903
|
# @!attribute [rw] deployment_target
|
2809
2904
|
# A deployment target that contains information about a deployment
|
2810
|
-
# such as its status,
|
2905
|
+
# such as its status, lifecycle events, and when it was last updated.
|
2811
2906
|
# It also contains metadata about the deployment target. The
|
2812
2907
|
# deployment target metadata depends on the deployment target's type
|
2813
2908
|
# (`instanceTarget`, `lambdaTarget`, or `ecsTarget`).
|
@@ -2820,7 +2915,7 @@ module Aws::CodeDeploy
|
|
2820
2915
|
include Aws::Structure
|
2821
2916
|
end
|
2822
2917
|
|
2823
|
-
# Represents the input of a GetOnPremisesInstance operation.
|
2918
|
+
# Represents the input of a `GetOnPremisesInstance` operation.
|
2824
2919
|
#
|
2825
2920
|
# @note When making an API call, you may pass GetOnPremisesInstanceInput
|
2826
2921
|
# data as a hash:
|
@@ -2840,7 +2935,7 @@ module Aws::CodeDeploy
|
|
2840
2935
|
include Aws::Structure
|
2841
2936
|
end
|
2842
2937
|
|
2843
|
-
# Represents the output of a GetOnPremisesInstance operation.
|
2938
|
+
# Represents the output of a `GetOnPremisesInstance` operation.
|
2844
2939
|
#
|
2845
2940
|
# @!attribute [rw] instance_info
|
2846
2941
|
# Information about the on-premises instance.
|
@@ -2911,10 +3006,10 @@ module Aws::CodeDeploy
|
|
2911
3006
|
# @!attribute [rw] action
|
2912
3007
|
# The method used to add instances to a replacement environment.
|
2913
3008
|
#
|
2914
|
-
# *
|
3009
|
+
# * `DISCOVER_EXISTING`\: Use instances that already exist or will be
|
2915
3010
|
# created manually.
|
2916
3011
|
#
|
2917
|
-
# *
|
3012
|
+
# * `COPY_AUTO_SCALING_GROUP`\: Use settings from a specified Auto
|
2918
3013
|
# Scaling group to define and create instances in a new Auto Scaling
|
2919
3014
|
# group.
|
2920
3015
|
# @return [String]
|
@@ -3047,21 +3142,21 @@ module Aws::CodeDeploy
|
|
3047
3142
|
# @!attribute [rw] status
|
3048
3143
|
# The deployment status for this instance:
|
3049
3144
|
#
|
3050
|
-
# * Pending
|
3145
|
+
# * `Pending`\: The deployment is pending for this instance.
|
3051
3146
|
#
|
3052
|
-
# * In Progress
|
3147
|
+
# * `In Progress`\: The deployment is in progress for this instance.
|
3053
3148
|
#
|
3054
|
-
# * Succeeded
|
3149
|
+
# * `Succeeded`\: The deployment has succeeded for this instance.
|
3055
3150
|
#
|
3056
|
-
# * Failed
|
3151
|
+
# * `Failed`\: The deployment has failed for this instance.
|
3057
3152
|
#
|
3058
|
-
# * Skipped
|
3153
|
+
# * `Skipped`\: The deployment has been skipped for this instance.
|
3059
3154
|
#
|
3060
|
-
# * Unknown
|
3155
|
+
# * `Unknown`\: The deployment status is unknown for this instance.
|
3061
3156
|
# @return [String]
|
3062
3157
|
#
|
3063
3158
|
# @!attribute [rw] last_updated_at
|
3064
|
-
# A timestamp that
|
3159
|
+
# A timestamp that indicates when the instance information was last
|
3065
3160
|
# updated.
|
3066
3161
|
# @return [Time]
|
3067
3162
|
#
|
@@ -3103,7 +3198,7 @@ module Aws::CodeDeploy
|
|
3103
3198
|
# @return [String]
|
3104
3199
|
#
|
3105
3200
|
# @!attribute [rw] target_arn
|
3106
|
-
# The ARN of the target.
|
3201
|
+
# The Amazon Resource Name (ARN) of the target.
|
3107
3202
|
# @return [String]
|
3108
3203
|
#
|
3109
3204
|
# @!attribute [rw] status
|
@@ -3197,8 +3292,8 @@ module Aws::CodeDeploy
|
|
3197
3292
|
#
|
3198
3293
|
class InvalidBucketNameFilterException < Aws::EmptyStructure; end
|
3199
3294
|
|
3200
|
-
# The computePlatform is invalid. The computePlatform should be
|
3201
|
-
# or `
|
3295
|
+
# The computePlatform is invalid. The computePlatform should be
|
3296
|
+
# `Lambda`, `Server`, or `ECS`.
|
3202
3297
|
#
|
3203
3298
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidComputePlatformException AWS API Documentation
|
3204
3299
|
#
|
@@ -3287,6 +3382,12 @@ module Aws::CodeDeploy
|
|
3287
3382
|
#
|
3288
3383
|
class InvalidECSServiceException < Aws::EmptyStructure; end
|
3289
3384
|
|
3385
|
+
# The external ID was specified in an invalid format.
|
3386
|
+
#
|
3387
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/InvalidExternalIdException AWS API Documentation
|
3388
|
+
#
|
3389
|
+
class InvalidExternalIdException < Aws::EmptyStructure; end
|
3390
|
+
|
3290
3391
|
# An invalid fileExistsBehavior option was specified to determine how
|
3291
3392
|
# AWS CodeDeploy handles files or directories that already exist in a
|
3292
3393
|
# deployment target location, but weren't part of the previous
|
@@ -3531,8 +3632,8 @@ module Aws::CodeDeploy
|
|
3531
3632
|
# @return [String]
|
3532
3633
|
#
|
3533
3634
|
# @!attribute [rw] function_alias
|
3534
|
-
# The alias of a Lambda function. For more information, see
|
3535
|
-
# [
|
3635
|
+
# The alias of a Lambda function. For more information, see [AWS
|
3636
|
+
# Lambda Function Aliases][1] in the *AWS Lambda Developer Guide*.
|
3536
3637
|
#
|
3537
3638
|
#
|
3538
3639
|
#
|
@@ -3577,7 +3678,7 @@ module Aws::CodeDeploy
|
|
3577
3678
|
# @return [String]
|
3578
3679
|
#
|
3579
3680
|
# @!attribute [rw] target_arn
|
3580
|
-
# The ARN of the target.
|
3681
|
+
# The Amazon Resource Name (ARN) of the target.
|
3581
3682
|
# @return [String]
|
3582
3683
|
#
|
3583
3684
|
# @!attribute [rw] status
|
@@ -3646,8 +3747,9 @@ module Aws::CodeDeploy
|
|
3646
3747
|
# Information about a deployment lifecycle event.
|
3647
3748
|
#
|
3648
3749
|
# @!attribute [rw] lifecycle_event_name
|
3649
|
-
# The deployment lifecycle event name, such as ApplicationStop
|
3650
|
-
# BeforeInstall
|
3750
|
+
# The deployment lifecycle event name, such as `ApplicationStop`,
|
3751
|
+
# `BeforeInstall`, `AfterInstall`, `ApplicationStart`, or
|
3752
|
+
# `ValidateService`.
|
3651
3753
|
# @return [String]
|
3652
3754
|
#
|
3653
3755
|
# @!attribute [rw] diagnostics
|
@@ -3704,7 +3806,7 @@ module Aws::CodeDeploy
|
|
3704
3806
|
#
|
3705
3807
|
class LifecycleHookLimitExceededException < Aws::EmptyStructure; end
|
3706
3808
|
|
3707
|
-
# Represents the input of a ListApplicationRevisions operation.
|
3809
|
+
# Represents the input of a `ListApplicationRevisions` operation.
|
3708
3810
|
#
|
3709
3811
|
# @note When making an API call, you may pass ListApplicationRevisionsInput
|
3710
3812
|
# data as a hash:
|
@@ -3727,14 +3829,14 @@ module Aws::CodeDeploy
|
|
3727
3829
|
# @!attribute [rw] sort_by
|
3728
3830
|
# The column name to use to sort the list results:
|
3729
3831
|
#
|
3730
|
-
# * registerTime
|
3731
|
-
# AWS CodeDeploy.
|
3832
|
+
# * `registerTime`\: Sort by the time the revisions were registered
|
3833
|
+
# with AWS CodeDeploy.
|
3732
3834
|
#
|
3733
|
-
# * firstUsedTime
|
3734
|
-
# deployment.
|
3835
|
+
# * `firstUsedTime`\: Sort by the time the revisions were first used
|
3836
|
+
# in a deployment.
|
3735
3837
|
#
|
3736
|
-
# * lastUsedTime
|
3737
|
-
# deployment.
|
3838
|
+
# * `lastUsedTime`\: Sort by the time the revisions were last used in
|
3839
|
+
# a deployment.
|
3738
3840
|
#
|
3739
3841
|
# If not specified or set to null, the results are returned in an
|
3740
3842
|
# arbitrary order.
|
@@ -3743,9 +3845,9 @@ module Aws::CodeDeploy
|
|
3743
3845
|
# @!attribute [rw] sort_order
|
3744
3846
|
# The order in which to sort the list results:
|
3745
3847
|
#
|
3746
|
-
# * ascending
|
3848
|
+
# * `ascending`\: ascending order.
|
3747
3849
|
#
|
3748
|
-
# * descending
|
3850
|
+
# * `descending`\: descending order.
|
3749
3851
|
#
|
3750
3852
|
# If not specified, the results are sorted in ascending order.
|
3751
3853
|
#
|
@@ -3765,15 +3867,15 @@ module Aws::CodeDeploy
|
|
3765
3867
|
#
|
3766
3868
|
# @!attribute [rw] deployed
|
3767
3869
|
# Whether to list revisions based on whether the revision is the
|
3768
|
-
# target revision of
|
3870
|
+
# target revision of a deployment group:
|
3769
3871
|
#
|
3770
|
-
# * include
|
3771
|
-
# group.
|
3872
|
+
# * `include`\: List revisions that are target revisions of a
|
3873
|
+
# deployment group.
|
3772
3874
|
#
|
3773
|
-
# * exclude
|
3875
|
+
# * `exclude`\: Do not list revisions that are target revisions of a
|
3774
3876
|
# deployment group.
|
3775
3877
|
#
|
3776
|
-
# * ignore
|
3878
|
+
# * `ignore`\: List all revisions.
|
3777
3879
|
# @return [String]
|
3778
3880
|
#
|
3779
3881
|
# @!attribute [rw] next_token
|
@@ -3795,7 +3897,7 @@ module Aws::CodeDeploy
|
|
3795
3897
|
include Aws::Structure
|
3796
3898
|
end
|
3797
3899
|
|
3798
|
-
# Represents the output of a ListApplicationRevisions operation.
|
3900
|
+
# Represents the output of a `ListApplicationRevisions` operation.
|
3799
3901
|
#
|
3800
3902
|
# @!attribute [rw] revisions
|
3801
3903
|
# A list of locations that contain the matching revisions.
|
@@ -3815,7 +3917,7 @@ module Aws::CodeDeploy
|
|
3815
3917
|
include Aws::Structure
|
3816
3918
|
end
|
3817
3919
|
|
3818
|
-
# Represents the input of a ListApplications operation.
|
3920
|
+
# Represents the input of a `ListApplications` operation.
|
3819
3921
|
#
|
3820
3922
|
# @note When making an API call, you may pass ListApplicationsInput
|
3821
3923
|
# data as a hash:
|
@@ -3856,7 +3958,7 @@ module Aws::CodeDeploy
|
|
3856
3958
|
include Aws::Structure
|
3857
3959
|
end
|
3858
3960
|
|
3859
|
-
# Represents the input of a ListDeploymentConfigs operation.
|
3961
|
+
# Represents the input of a `ListDeploymentConfigs` operation.
|
3860
3962
|
#
|
3861
3963
|
# @note When making an API call, you may pass ListDeploymentConfigsInput
|
3862
3964
|
# data as a hash:
|
@@ -3878,11 +3980,11 @@ module Aws::CodeDeploy
|
|
3878
3980
|
include Aws::Structure
|
3879
3981
|
end
|
3880
3982
|
|
3881
|
-
# Represents the output of a ListDeploymentConfigs operation.
|
3983
|
+
# Represents the output of a `ListDeploymentConfigs` operation.
|
3882
3984
|
#
|
3883
3985
|
# @!attribute [rw] deployment_configs_list
|
3884
3986
|
# A list of deployment configurations, including built-in
|
3885
|
-
# configurations such as CodeDeployDefault.OneAtATime
|
3987
|
+
# configurations such as `CodeDeployDefault.OneAtATime`.
|
3886
3988
|
# @return [Array<String>]
|
3887
3989
|
#
|
3888
3990
|
# @!attribute [rw] next_token
|
@@ -3900,7 +4002,7 @@ module Aws::CodeDeploy
|
|
3900
4002
|
include Aws::Structure
|
3901
4003
|
end
|
3902
4004
|
|
3903
|
-
# Represents the input of a ListDeploymentGroups operation.
|
4005
|
+
# Represents the input of a `ListDeploymentGroups` operation.
|
3904
4006
|
#
|
3905
4007
|
# @note When making an API call, you may pass ListDeploymentGroupsInput
|
3906
4008
|
# data as a hash:
|
@@ -3929,7 +4031,7 @@ module Aws::CodeDeploy
|
|
3929
4031
|
include Aws::Structure
|
3930
4032
|
end
|
3931
4033
|
|
3932
|
-
# Represents the output of a ListDeploymentGroups operation.
|
4034
|
+
# Represents the output of a `ListDeploymentGroups` operation.
|
3933
4035
|
#
|
3934
4036
|
# @!attribute [rw] application_name
|
3935
4037
|
# The application name.
|
@@ -3954,7 +4056,7 @@ module Aws::CodeDeploy
|
|
3954
4056
|
include Aws::Structure
|
3955
4057
|
end
|
3956
4058
|
|
3957
|
-
# Represents the input of a ListDeploymentInstances operation.
|
4059
|
+
# Represents the input of a `ListDeploymentInstances` operation.
|
3958
4060
|
#
|
3959
4061
|
# @note When making an API call, you may pass ListDeploymentInstancesInput
|
3960
4062
|
# data as a hash:
|
@@ -3979,18 +4081,18 @@ module Aws::CodeDeploy
|
|
3979
4081
|
# @!attribute [rw] instance_status_filter
|
3980
4082
|
# A subset of instances to list by status:
|
3981
4083
|
#
|
3982
|
-
# * Pending
|
4084
|
+
# * `Pending`\: Include those instances with pending deployments.
|
3983
4085
|
#
|
3984
|
-
# * InProgress
|
3985
|
-
# progress.
|
4086
|
+
# * `InProgress`\: Include those instances where deployments are still
|
4087
|
+
# in progress.
|
3986
4088
|
#
|
3987
|
-
# * Succeeded
|
4089
|
+
# * `Succeeded`\: Include those instances with successful deployments.
|
3988
4090
|
#
|
3989
|
-
# * Failed
|
4091
|
+
# * `Failed`\: Include those instances with failed deployments.
|
3990
4092
|
#
|
3991
|
-
# * Skipped
|
4093
|
+
# * `Skipped`\: Include those instances with skipped deployments.
|
3992
4094
|
#
|
3993
|
-
# * Unknown
|
4095
|
+
# * `Unknown`\: Include those instances with deployments in an unknown
|
3994
4096
|
# state.
|
3995
4097
|
# @return [Array<String>]
|
3996
4098
|
#
|
@@ -4011,7 +4113,7 @@ module Aws::CodeDeploy
|
|
4011
4113
|
include Aws::Structure
|
4012
4114
|
end
|
4013
4115
|
|
4014
|
-
# Represents the output of a ListDeploymentInstances operation.
|
4116
|
+
# Represents the output of a `ListDeploymentInstances` operation.
|
4015
4117
|
#
|
4016
4118
|
# @!attribute [rw] instances_list
|
4017
4119
|
# A list of instance IDs.
|
@@ -4091,7 +4193,7 @@ module Aws::CodeDeploy
|
|
4091
4193
|
include Aws::Structure
|
4092
4194
|
end
|
4093
4195
|
|
4094
|
-
# Represents the input of a ListDeployments operation.
|
4196
|
+
# Represents the input of a `ListDeployments` operation.
|
4095
4197
|
#
|
4096
4198
|
# @note When making an API call, you may pass ListDeploymentsInput
|
4097
4199
|
# data as a hash:
|
@@ -4099,7 +4201,8 @@ module Aws::CodeDeploy
|
|
4099
4201
|
# {
|
4100
4202
|
# application_name: "ApplicationName",
|
4101
4203
|
# deployment_group_name: "DeploymentGroupName",
|
4102
|
-
#
|
4204
|
+
# external_id: "ExternalId",
|
4205
|
+
# include_only_statuses: ["Created"], # accepts Created, Queued, InProgress, Baking, Succeeded, Failed, Stopped, Ready
|
4103
4206
|
# create_time_range: {
|
4104
4207
|
# start: Time.now,
|
4105
4208
|
# end: Time.now,
|
@@ -4128,21 +4231,27 @@ module Aws::CodeDeploy
|
|
4128
4231
|
# </note>
|
4129
4232
|
# @return [String]
|
4130
4233
|
#
|
4234
|
+
# @!attribute [rw] external_id
|
4235
|
+
# The unique ID of an external resource for returning deployments
|
4236
|
+
# linked to the external resource.
|
4237
|
+
# @return [String]
|
4238
|
+
#
|
4131
4239
|
# @!attribute [rw] include_only_statuses
|
4132
4240
|
# A subset of deployments to list by status:
|
4133
4241
|
#
|
4134
|
-
# * Created
|
4242
|
+
# * `Created`\: Include created deployments in the resulting list.
|
4135
4243
|
#
|
4136
|
-
# * Queued
|
4244
|
+
# * `Queued`\: Include queued deployments in the resulting list.
|
4137
4245
|
#
|
4138
|
-
# * In Progress
|
4246
|
+
# * `In Progress`\: Include in-progress deployments in the resulting
|
4139
4247
|
# list.
|
4140
4248
|
#
|
4141
|
-
# * Succeeded
|
4249
|
+
# * `Succeeded`\: Include successful deployments in the resulting
|
4250
|
+
# list.
|
4142
4251
|
#
|
4143
|
-
# * Failed
|
4252
|
+
# * `Failed`\: Include failed deployments in the resulting list.
|
4144
4253
|
#
|
4145
|
-
# * Stopped
|
4254
|
+
# * `Stopped`\: Include stopped deployments in the resulting list.
|
4146
4255
|
# @return [Array<String>]
|
4147
4256
|
#
|
4148
4257
|
# @!attribute [rw] create_time_range
|
@@ -4160,13 +4269,14 @@ module Aws::CodeDeploy
|
|
4160
4269
|
class ListDeploymentsInput < Struct.new(
|
4161
4270
|
:application_name,
|
4162
4271
|
:deployment_group_name,
|
4272
|
+
:external_id,
|
4163
4273
|
:include_only_statuses,
|
4164
4274
|
:create_time_range,
|
4165
4275
|
:next_token)
|
4166
4276
|
include Aws::Structure
|
4167
4277
|
end
|
4168
4278
|
|
4169
|
-
# Represents the output of a ListDeployments operation.
|
4279
|
+
# Represents the output of a `ListDeployments` operation.
|
4170
4280
|
#
|
4171
4281
|
# @!attribute [rw] deployments
|
4172
4282
|
# A list of deployment IDs.
|
@@ -4186,7 +4296,7 @@ module Aws::CodeDeploy
|
|
4186
4296
|
include Aws::Structure
|
4187
4297
|
end
|
4188
4298
|
|
4189
|
-
# Represents the input of a ListGitHubAccountTokenNames operation.
|
4299
|
+
# Represents the input of a `ListGitHubAccountTokenNames` operation.
|
4190
4300
|
#
|
4191
4301
|
# @note When making an API call, you may pass ListGitHubAccountTokenNamesInput
|
4192
4302
|
# data as a hash:
|
@@ -4196,8 +4306,9 @@ module Aws::CodeDeploy
|
|
4196
4306
|
# }
|
4197
4307
|
#
|
4198
4308
|
# @!attribute [rw] next_token
|
4199
|
-
# An identifier returned from the previous
|
4200
|
-
# call. It can be used to return the
|
4309
|
+
# An identifier returned from the previous
|
4310
|
+
# `ListGitHubAccountTokenNames` call. It can be used to return the
|
4311
|
+
# next set of names in the list.
|
4201
4312
|
# @return [String]
|
4202
4313
|
#
|
4203
4314
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListGitHubAccountTokenNamesInput AWS API Documentation
|
@@ -4207,7 +4318,7 @@ module Aws::CodeDeploy
|
|
4207
4318
|
include Aws::Structure
|
4208
4319
|
end
|
4209
4320
|
|
4210
|
-
# Represents the output of a ListGitHubAccountTokenNames operation.
|
4321
|
+
# Represents the output of a `ListGitHubAccountTokenNames` operation.
|
4211
4322
|
#
|
4212
4323
|
# @!attribute [rw] token_name_list
|
4213
4324
|
# A list of names of connections to GitHub accounts.
|
@@ -4215,8 +4326,9 @@ module Aws::CodeDeploy
|
|
4215
4326
|
#
|
4216
4327
|
# @!attribute [rw] next_token
|
4217
4328
|
# 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
|
4329
|
+
# returned. It can be used in a subsequent
|
4330
|
+
# `ListGitHubAccountTokenNames` call to return the next set of names
|
4331
|
+
# in the list.
|
4220
4332
|
# @return [String]
|
4221
4333
|
#
|
4222
4334
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListGitHubAccountTokenNamesOutput AWS API Documentation
|
@@ -4227,7 +4339,7 @@ module Aws::CodeDeploy
|
|
4227
4339
|
include Aws::Structure
|
4228
4340
|
end
|
4229
4341
|
|
4230
|
-
# Represents the input of a ListOnPremisesInstances operation.
|
4342
|
+
# Represents the input of a `ListOnPremisesInstances` operation.
|
4231
4343
|
#
|
4232
4344
|
# @note When making an API call, you may pass ListOnPremisesInstancesInput
|
4233
4345
|
# data as a hash:
|
@@ -4247,10 +4359,10 @@ module Aws::CodeDeploy
|
|
4247
4359
|
# @!attribute [rw] registration_status
|
4248
4360
|
# The registration status of the on-premises instances:
|
4249
4361
|
#
|
4250
|
-
# * Deregistered
|
4362
|
+
# * `Deregistered`\: Include deregistered on-premises instances in the
|
4251
4363
|
# resulting list.
|
4252
4364
|
#
|
4253
|
-
# * Registered
|
4365
|
+
# * `Registered`\: Include registered on-premises instances in the
|
4254
4366
|
# resulting list.
|
4255
4367
|
# @return [String]
|
4256
4368
|
#
|
@@ -4426,19 +4538,19 @@ module Aws::CodeDeploy
|
|
4426
4538
|
# @!attribute [rw] type
|
4427
4539
|
# The minimum healthy instance type:
|
4428
4540
|
#
|
4429
|
-
# *
|
4430
|
-
# value.
|
4541
|
+
# * `HOST_COUNT`\: The minimum number of healthy instances as an
|
4542
|
+
# absolute value.
|
4431
4543
|
#
|
4432
|
-
# *
|
4433
|
-
# percentage of the total number of
|
4544
|
+
# * `FLEET_PERCENT`\: The minimum number of healthy instances as a
|
4545
|
+
# percentage of the total number of instances in the deployment.
|
4434
4546
|
#
|
4435
|
-
# In an example of nine
|
4547
|
+
# In an example of nine instances, if a HOST\_COUNT of six is
|
4436
4548
|
# specified, deploy to up to three instances at a time. The deployment
|
4437
4549
|
# is successful if six or more instances are deployed to successfully.
|
4438
4550
|
# 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.
|
4551
|
+
# specified, deploy to up to five instances at a time. The deployment
|
4552
|
+
# is successful if four or more instances are deployed to
|
4553
|
+
# successfully. Otherwise, the deployment fails.
|
4442
4554
|
#
|
4443
4555
|
# <note markdown="1"> In a call to the `GetDeploymentConfig`, CodeDeployDefault.OneAtATime
|
4444
4556
|
# returns a minimum healthy instance type of MOST\_CONCURRENCY and a
|
@@ -4676,7 +4788,8 @@ module Aws::CodeDeploy
|
|
4676
4788
|
include Aws::Structure
|
4677
4789
|
end
|
4678
4790
|
|
4679
|
-
# Represents the input of a RemoveTagsFromOnPremisesInstances
|
4791
|
+
# Represents the input of a `RemoveTagsFromOnPremisesInstances`
|
4792
|
+
# operation.
|
4680
4793
|
#
|
4681
4794
|
# @note When making an API call, you may pass RemoveTagsFromOnPremisesInstancesInput
|
4682
4795
|
# data as a hash:
|
@@ -4782,6 +4895,11 @@ module Aws::CodeDeploy
|
|
4782
4895
|
#
|
4783
4896
|
# * String: A YAML-formatted or JSON-formatted string (AWS Lambda
|
4784
4897
|
# deployments only).
|
4898
|
+
#
|
4899
|
+
# * AppSpecContent: An `AppSpecContent` object that contains the
|
4900
|
+
# contents of an AppSpec file for an AWS Lambda or Amazon ECS
|
4901
|
+
# deployment. The content is formatted as JSON or YAML stored as a
|
4902
|
+
# RawString.
|
4785
4903
|
# @return [String]
|
4786
4904
|
#
|
4787
4905
|
# @!attribute [rw] s3_location
|
@@ -4881,11 +4999,11 @@ module Aws::CodeDeploy
|
|
4881
4999
|
# The file type of the application revision. Must be one of the
|
4882
5000
|
# following:
|
4883
5001
|
#
|
4884
|
-
# * tar
|
5002
|
+
# * `tar`\: A tar archive file.
|
4885
5003
|
#
|
4886
|
-
# * tgz
|
5004
|
+
# * `tgz`\: A compressed tar archive file.
|
4887
5005
|
#
|
4888
|
-
# * zip
|
5006
|
+
# * `zip`\: A zip archive file.
|
4889
5007
|
# @return [String]
|
4890
5008
|
#
|
4891
5009
|
# @!attribute [rw] version
|
@@ -4934,7 +5052,7 @@ module Aws::CodeDeploy
|
|
4934
5052
|
include Aws::Structure
|
4935
5053
|
end
|
4936
5054
|
|
4937
|
-
# Represents the input of a StopDeployment operation.
|
5055
|
+
# Represents the input of a `StopDeployment` operation.
|
4938
5056
|
#
|
4939
5057
|
# @note When making an API call, you may pass StopDeploymentInput
|
4940
5058
|
# data as a hash:
|
@@ -4962,7 +5080,7 @@ module Aws::CodeDeploy
|
|
4962
5080
|
include Aws::Structure
|
4963
5081
|
end
|
4964
5082
|
|
4965
|
-
# Represents the output of a StopDeployment operation.
|
5083
|
+
# Represents the output of a `StopDeployment` operation.
|
4966
5084
|
#
|
4967
5085
|
# @!attribute [rw] status
|
4968
5086
|
# The status of the stop deployment operation:
|
@@ -5208,7 +5326,7 @@ module Aws::CodeDeploy
|
|
5208
5326
|
# @!attribute [rw] tag_filters
|
5209
5327
|
# The tag filter key, type, and value used to identify Amazon EC2
|
5210
5328
|
# instances in a replacement environment for a blue/green deployment.
|
5211
|
-
# Cannot be used in the same call as ec2TagSet
|
5329
|
+
# Cannot be used in the same call as `ec2TagSet`.
|
5212
5330
|
# @return [Array<Types::EC2TagFilter>]
|
5213
5331
|
#
|
5214
5332
|
# @!attribute [rw] auto_scaling_groups
|
@@ -5220,7 +5338,7 @@ module Aws::CodeDeploy
|
|
5220
5338
|
# Information about the groups of EC2 instance tags that an instance
|
5221
5339
|
# must be identified by in order for it to be included in the
|
5222
5340
|
# replacement environment for a blue/green deployment. Cannot be used
|
5223
|
-
# in the same call as tagFilters
|
5341
|
+
# in the same call as `tagFilters`.
|
5224
5342
|
# @return [Types::EC2TagSet]
|
5225
5343
|
#
|
5226
5344
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TargetInstances AWS API Documentation
|
@@ -5239,8 +5357,9 @@ module Aws::CodeDeploy
|
|
5239
5357
|
class ThrottlingException < Aws::EmptyStructure; end
|
5240
5358
|
|
5241
5359
|
# A configuration that shifts traffic from one version of a Lambda
|
5242
|
-
# function to another in two increments. The original
|
5243
|
-
# function versions
|
5360
|
+
# function or ECS task set to another in two increments. The original
|
5361
|
+
# and target Lambda function versions or ECS task sets are specified in
|
5362
|
+
# the deployment's AppSpec file.
|
5244
5363
|
#
|
5245
5364
|
# @note When making an API call, you may pass TimeBasedCanary
|
5246
5365
|
# data as a hash:
|
@@ -5269,9 +5388,10 @@ module Aws::CodeDeploy
|
|
5269
5388
|
end
|
5270
5389
|
|
5271
5390
|
# 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
|
5391
|
+
# function or ECS task set to another in equal increments, with an equal
|
5392
|
+
# number of minutes between each increment. The original and target
|
5393
|
+
# Lambda function versions or ECS task sets are specified in the
|
5394
|
+
# deployment's AppSpec file.
|
5275
5395
|
#
|
5276
5396
|
# @note When making an API call, you may pass TimeBasedLinear
|
5277
5397
|
# data as a hash:
|
@@ -5345,9 +5465,9 @@ module Aws::CodeDeploy
|
|
5345
5465
|
# }
|
5346
5466
|
#
|
5347
5467
|
# @!attribute [rw] listener_arns
|
5348
|
-
# The ARN of one listener. The listener
|
5349
|
-
# target group and a load balancer.
|
5350
|
-
# maximum size of one.
|
5468
|
+
# The Amazon Resource Name (ARN) of one listener. The listener
|
5469
|
+
# identifies the route between a target group and a load balancer.
|
5470
|
+
# This is an array of strings with a maximum size of one.
|
5351
5471
|
# @return [Array<String>]
|
5352
5472
|
#
|
5353
5473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TrafficRoute AWS API Documentation
|
@@ -5359,7 +5479,8 @@ module Aws::CodeDeploy
|
|
5359
5479
|
|
5360
5480
|
# The configuration that specifies how traffic is shifted from one
|
5361
5481
|
# version of a Lambda function to another version during an AWS Lambda
|
5362
|
-
# deployment
|
5482
|
+
# deployment, or from one Amazon ECS task set to another during an
|
5483
|
+
# Amazon ECS deployment.
|
5363
5484
|
#
|
5364
5485
|
# @note When making an API call, you may pass TrafficRoutingConfig
|
5365
5486
|
# data as a hash:
|
@@ -5378,21 +5499,22 @@ module Aws::CodeDeploy
|
|
5378
5499
|
#
|
5379
5500
|
# @!attribute [rw] type
|
5380
5501
|
# The type of traffic shifting (`TimeBasedCanary` or
|
5381
|
-
# `TimeBasedLinear`) used by a deployment configuration
|
5502
|
+
# `TimeBasedLinear`) used by a deployment configuration.
|
5382
5503
|
# @return [String]
|
5383
5504
|
#
|
5384
5505
|
# @!attribute [rw] time_based_canary
|
5385
5506
|
# 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.
|
5507
|
+
# function or ECS task set to another in two increments. The original
|
5508
|
+
# and target Lambda function versions or ECS task sets are specified
|
5509
|
+
# in the deployment's AppSpec file.
|
5389
5510
|
# @return [Types::TimeBasedCanary]
|
5390
5511
|
#
|
5391
5512
|
# @!attribute [rw] time_based_linear
|
5392
5513
|
# 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
|
5514
|
+
# function or ECS task set to another in equal increments, with an
|
5515
|
+
# equal number of minutes between each increment. The original and
|
5516
|
+
# target Lambda function versions or ECS task sets are specified in
|
5517
|
+
# the deployment's AppSpec file.
|
5396
5518
|
# @return [Types::TimeBasedLinear]
|
5397
5519
|
#
|
5398
5520
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TrafficRoutingConfig AWS API Documentation
|
@@ -5420,8 +5542,9 @@ module Aws::CodeDeploy
|
|
5420
5542
|
# @return [String]
|
5421
5543
|
#
|
5422
5544
|
# @!attribute [rw] trigger_target_arn
|
5423
|
-
# The ARN of the Amazon Simple Notification
|
5424
|
-
# which notifications about deployment or
|
5545
|
+
# The Amazon Resource Name (ARN) of the Amazon Simple Notification
|
5546
|
+
# Service topic through which notifications about deployment or
|
5547
|
+
# instance events are sent.
|
5425
5548
|
# @return [String]
|
5426
5549
|
#
|
5427
5550
|
# @!attribute [rw] trigger_events
|
@@ -5459,8 +5582,9 @@ module Aws::CodeDeploy
|
|
5459
5582
|
# }
|
5460
5583
|
#
|
5461
5584
|
# @!attribute [rw] resource_arn
|
5462
|
-
# The ARN that specifies from which resource to
|
5463
|
-
# with the keys in the `TagKeys` input
|
5585
|
+
# The Amazon Resource Name (ARN) that specifies from which resource to
|
5586
|
+
# disassociate the tags with the keys in the `TagKeys` input
|
5587
|
+
# parameter.
|
5464
5588
|
# @return [String]
|
5465
5589
|
#
|
5466
5590
|
# @!attribute [rw] tag_keys
|
@@ -5481,7 +5605,7 @@ module Aws::CodeDeploy
|
|
5481
5605
|
#
|
5482
5606
|
class UntagResourceOutput < Aws::EmptyStructure; end
|
5483
5607
|
|
5484
|
-
# Represents the input of an UpdateApplication operation.
|
5608
|
+
# Represents the input of an `UpdateApplication` operation.
|
5485
5609
|
#
|
5486
5610
|
# @note When making an API call, you may pass UpdateApplicationInput
|
5487
5611
|
# data as a hash:
|
@@ -5507,7 +5631,7 @@ module Aws::CodeDeploy
|
|
5507
5631
|
include Aws::Structure
|
5508
5632
|
end
|
5509
5633
|
|
5510
|
-
# Represents the input of an UpdateDeploymentGroup operation.
|
5634
|
+
# Represents the input of an `UpdateDeploymentGroup` operation.
|
5511
5635
|
#
|
5512
5636
|
# @note When making an API call, you may pass UpdateDeploymentGroupInput
|
5513
5637
|
# data as a hash:
|
@@ -5670,8 +5794,8 @@ module Aws::CodeDeploy
|
|
5670
5794
|
#
|
5671
5795
|
# @!attribute [rw] trigger_configurations
|
5672
5796
|
# 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
|
5797
|
+
# updated. For examples, see [Edit a Trigger in a CodeDeploy
|
5798
|
+
# Deployment Group][1] in the *AWS CodeDeploy User Guide*.
|
5675
5799
|
#
|
5676
5800
|
#
|
5677
5801
|
#
|
@@ -5746,7 +5870,7 @@ module Aws::CodeDeploy
|
|
5746
5870
|
include Aws::Structure
|
5747
5871
|
end
|
5748
5872
|
|
5749
|
-
# Represents the output of an UpdateDeploymentGroup operation.
|
5873
|
+
# Represents the output of an `UpdateDeploymentGroup` operation.
|
5750
5874
|
#
|
5751
5875
|
# @!attribute [rw] hooks_not_cleaned_up
|
5752
5876
|
# If the output contains no data, and the corresponding deployment
|