From 7a1fab367817b2e9a64b1d7958b4585751d359b7 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Fri, 24 May 2019 18:17:19 +0000 Subject: [PATCH] Update models for release --- .changes/3.95.0 | 22 ++ .../streaming_request_payloads.json | 7 - CHANGELOG.md | 7 + src/CodeDeploy/CodeDeployClient.php | 6 + src/data/codedeploy/2014-10-06/api-2.json | 218 +++++++++++++++--- src/data/codedeploy/2014-10-06/api-2.json.php | 2 +- src/data/codedeploy/2014-10-06/docs-2.json | 157 ++++++++++--- .../codedeploy/2014-10-06/docs-2.json.php | 2 +- .../mediastore-data/2017-09-01/api-2.json | 14 ++ .../mediastore-data/2017-09-01/api-2.json.php | 2 +- .../mediastore-data/2017-09-01/docs-2.json | 12 +- .../2017-09-01/docs-2.json.php | 2 +- .../2017-09-01/paginators-1.json | 5 + .../2017-09-01/paginators-1.json.php | 2 +- src/data/opsworkscm/2016-11-01/docs-2.json | 16 +- .../opsworkscm/2016-11-01/docs-2.json.php | 2 +- 16 files changed, 398 insertions(+), 78 deletions(-) create mode 100644 .changes/3.95.0 delete mode 100644 .changes/nextrelease/streaming_request_payloads.json diff --git a/.changes/3.95.0 b/.changes/3.95.0 new file mode 100644 index 0000000000..506d667e9f --- /dev/null +++ b/.changes/3.95.0 @@ -0,0 +1,22 @@ +[ + { + "type": "feature", + "category": "", + "description": "Adds support for 'requiresLength' trait, adding headers as necessary for streaming operations." + }, + { + "type": "api-change", + "category": "CodeDeploy", + "description": "AWS CodeDeploy now supports tagging for the application and deployment group resources." + }, + { + "type": "api-change", + "category": "MediaStoreData", + "description": "MediaStore - This release adds support for chunked transfer of objects, which reduces latency by making an object available for downloading while it is still being uploaded." + }, + { + "type": "enhancement", + "category": "OpsWorksCM", + "description": "Documentation updates for OpsWorks for Chef Automate; attribute values updated for Chef Automate 2.0 release." + } +] diff --git a/.changes/nextrelease/streaming_request_payloads.json b/.changes/nextrelease/streaming_request_payloads.json deleted file mode 100644 index b97b0cd89d..0000000000 --- a/.changes/nextrelease/streaming_request_payloads.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "type": "feature", - "category": "", - "description": "Adds support for 'requiresLength' trait, adding headers as necessary for streaming operations." - } -] diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2c800552..8ff096d36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## next release + +* `Aws\` - Adds support for 'requiresLength' trait, adding headers as necessary for streaming operations. +* `Aws\CodeDeploy` - AWS CodeDeploy now supports tagging for the application and deployment group resources. +* `Aws\MediaStoreData` - MediaStore - This release adds support for chunked transfer of objects, which reduces latency by making an object available for downloading while it is still being uploaded. +* `Aws\OpsWorksCM` - Documentation updates for OpsWorks for Chef Automate; attribute values updated for Chef Automate 2.0 release. + ## 3.94.3 - 2019-05-23 * `Aws\Api` - Preserve path on custom endpoints diff --git a/src/CodeDeploy/CodeDeployClient.php b/src/CodeDeploy/CodeDeployClient.php index be2348d552..1684be2d3e 100644 --- a/src/CodeDeploy/CodeDeployClient.php +++ b/src/CodeDeploy/CodeDeployClient.php @@ -76,6 +76,8 @@ * @method \GuzzleHttp\Promise\Promise listGitHubAccountTokenNamesAsync(array $args = []) * @method \Aws\Result listOnPremisesInstances(array $args = []) * @method \GuzzleHttp\Promise\Promise listOnPremisesInstancesAsync(array $args = []) + * @method \Aws\Result listTagsForResource(array $args = []) + * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result putLifecycleEventHookExecutionStatus(array $args = []) * @method \GuzzleHttp\Promise\Promise putLifecycleEventHookExecutionStatusAsync(array $args = []) * @method \Aws\Result registerApplicationRevision(array $args = []) @@ -88,6 +90,10 @@ * @method \GuzzleHttp\Promise\Promise skipWaitTimeForInstanceTerminationAsync(array $args = []) * @method \Aws\Result stopDeployment(array $args = []) * @method \GuzzleHttp\Promise\Promise stopDeploymentAsync(array $args = []) + * @method \Aws\Result tagResource(array $args = []) + * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) + * @method \Aws\Result untagResource(array $args = []) + * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateApplication(array $args = []) * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = []) * @method \Aws\Result updateDeploymentGroup(array $args = []) diff --git a/src/data/codedeploy/2014-10-06/api-2.json b/src/data/codedeploy/2014-10-06/api-2.json index 4fc0692a5b..cf70b6f610 100644 --- a/src/data/codedeploy/2014-10-06/api-2.json +++ b/src/data/codedeploy/2014-10-06/api-2.json @@ -112,6 +112,7 @@ {"shape":"InvalidDeploymentIdException"}, {"shape":"DeploymentIdRequiredException"}, {"shape":"DeploymentDoesNotExistException"}, + {"shape":"DeploymentNotStartedException"}, {"shape":"DeploymentTargetIdRequiredException"}, {"shape":"InvalidDeploymentTargetIdException"}, {"shape":"DeploymentTargetDoesNotExistException"}, @@ -177,7 +178,8 @@ {"shape":"InvalidApplicationNameException"}, {"shape":"ApplicationAlreadyExistsException"}, {"shape":"ApplicationLimitExceededException"}, - {"shape":"InvalidComputePlatformException"} + {"shape":"InvalidComputePlatformException"}, + {"shape":"InvalidTagsToAddException"} ] }, "CreateDeployment":{ @@ -271,7 +273,8 @@ {"shape":"ThrottlingException"}, {"shape":"InvalidECSServiceException"}, {"shape":"InvalidTargetGroupPairException"}, - {"shape":"ECSServiceMappingLimitExceededException"} + {"shape":"ECSServiceMappingLimitExceededException"}, + {"shape":"InvalidTagsToAddException"} ] }, "DeleteApplication":{ @@ -283,7 +286,8 @@ "input":{"shape":"DeleteApplicationInput"}, "errors":[ {"shape":"ApplicationNameRequiredException"}, - {"shape":"InvalidApplicationNameException"} + {"shape":"InvalidApplicationNameException"}, + {"shape":"InvalidRoleException"} ] }, "DeleteDeploymentConfig":{ @@ -454,6 +458,7 @@ {"shape":"InvalidDeploymentIdException"}, {"shape":"DeploymentIdRequiredException"}, {"shape":"DeploymentDoesNotExistException"}, + {"shape":"DeploymentNotStartedException"}, {"shape":"DeploymentTargetIdRequiredException"}, {"shape":"InvalidDeploymentTargetIdException"}, {"shape":"DeploymentTargetDoesNotExistException"}, @@ -624,6 +629,20 @@ {"shape":"InvalidNextTokenException"} ] }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListTagsForResourceInput"}, + "output":{"shape":"ListTagsForResourceOutput"}, + "errors":[ + {"shape":"ArnNotSupportedException"}, + {"shape":"InvalidArnException"}, + {"shape":"ResourceArnRequiredException"} + ] + }, "PutLifecycleEventHookExecutionStatus":{ "name":"PutLifecycleEventHookExecutionStatus", "http":{ @@ -729,6 +748,44 @@ {"shape":"InvalidDeploymentIdException"} ] }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"TagResourceInput"}, + "output":{"shape":"TagResourceOutput"}, + "errors":[ + {"shape":"ResourceArnRequiredException"}, + {"shape":"ApplicationDoesNotExistException"}, + {"shape":"DeploymentGroupDoesNotExistException"}, + {"shape":"DeploymentConfigDoesNotExistException"}, + {"shape":"TagRequiredException"}, + {"shape":"InvalidTagsToAddException"}, + {"shape":"ArnNotSupportedException"}, + {"shape":"InvalidArnException"} + ] + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UntagResourceInput"}, + "output":{"shape":"UntagResourceOutput"}, + "errors":[ + {"shape":"ResourceArnRequiredException"}, + {"shape":"ApplicationDoesNotExistException"}, + {"shape":"DeploymentGroupDoesNotExistException"}, + {"shape":"DeploymentConfigDoesNotExistException"}, + {"shape":"TagRequiredException"}, + {"shape":"InvalidTagsToAddException"}, + {"shape":"ArnNotSupportedException"}, + {"shape":"InvalidArnException"} + ] + }, "UpdateApplication":{ "name":"UpdateApplication", "http":{ @@ -891,6 +948,17 @@ "type":"list", "member":{"shape":"ApplicationName"} }, + "Arn":{ + "type":"string", + "max":1011, + "min":1 + }, + "ArnNotSupportedException":{ + "type":"structure", + "members":{ + }, + "exception":true + }, "AutoRollbackConfiguration":{ "type":"structure", "members":{ @@ -1093,7 +1161,8 @@ "required":["applicationName"], "members":{ "applicationName":{"shape":"ApplicationName"}, - "computePlatform":{"shape":"ComputePlatform"} + "computePlatform":{"shape":"ComputePlatform"}, + "tags":{"shape":"TagList"} } }, "CreateApplicationOutput":{ @@ -1141,7 +1210,8 @@ "loadBalancerInfo":{"shape":"LoadBalancerInfo"}, "ec2TagSet":{"shape":"EC2TagSet"}, "ecsServices":{"shape":"ECSServiceList"}, - "onPremisesTagSet":{"shape":"OnPremisesTagSet"} + "onPremisesTagSet":{"shape":"OnPremisesTagSet"}, + "tags":{"shape":"TagList"} } }, "CreateDeploymentGroupOutput":{ @@ -1653,36 +1723,39 @@ "ErrorCode":{ "type":"string", "enum":[ - "DEPLOYMENT_GROUP_MISSING", + "AGENT_ISSUE", + "ALARM_ACTIVE", "APPLICATION_MISSING", - "REVISION_MISSING", + "AUTOSCALING_VALIDATION_ERROR", + "AUTO_SCALING_CONFIGURATION", + "AUTO_SCALING_IAM_ROLE_PERMISSIONS", + "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND", + "CUSTOMER_APPLICATION_UNHEALTHY", + "DEPLOYMENT_GROUP_MISSING", + "ECS_UPDATE_ERROR", + "ELASTIC_LOAD_BALANCING_INVALID", + "ELB_INVALID_INSTANCE", + "HEALTH_CONSTRAINTS", + "HEALTH_CONSTRAINTS_INVALID", + "HOOK_EXECUTION_FAILURE", "IAM_ROLE_MISSING", "IAM_ROLE_PERMISSIONS", - "NO_EC2_SUBSCRIPTION", - "OVER_MAX_INSTANCES", - "NO_INSTANCES", - "TIMEOUT", - "HEALTH_CONSTRAINTS_INVALID", - "HEALTH_CONSTRAINTS", "INTERNAL_ERROR", - "THROTTLED", - "ALARM_ACTIVE", - "AGENT_ISSUE", - "AUTO_SCALING_IAM_ROLE_PERMISSIONS", - "AUTO_SCALING_CONFIGURATION", + "INVALID_ECS_SERVICE", + "INVALID_LAMBDA_CONFIGURATION", + "INVALID_LAMBDA_FUNCTION", + "INVALID_REVISION", "MANUAL_STOP", "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION", "MISSING_ELB_INFORMATION", "MISSING_GITHUB_TOKEN", - "ELASTIC_LOAD_BALANCING_INVALID", - "ELB_INVALID_INSTANCE", - "INVALID_LAMBDA_CONFIGURATION", - "INVALID_LAMBDA_FUNCTION", - "HOOK_EXECUTION_FAILURE", - "AUTOSCALING_VALIDATION_ERROR", - "INVALID_ECS_SERVICE", - "ECS_UPDATE_ERROR", - "INVALID_REVISION" + "NO_EC2_SUBSCRIPTION", + "NO_INSTANCES", + "OVER_MAX_INSTANCES", + "RESOURCE_LIMIT_EXCEEDED", + "REVISION_MISSING", + "THROTTLED", + "TIMEOUT" ] }, "ErrorInformation":{ @@ -2042,6 +2115,12 @@ }, "exception":true }, + "InvalidArnException":{ + "type":"structure", + "members":{ + }, + "exception":true + }, "InvalidAutoRollbackConfigException":{ "type":"structure", "members":{ @@ -2078,6 +2157,12 @@ }, "exception":true }, + "InvalidDeploymentConfigIdException":{ + "type":"structure", + "members":{ + }, + "exception":true + }, "InvalidDeploymentConfigNameException":{ "type":"structure", "members":{ @@ -2300,6 +2385,12 @@ }, "exception":true }, + "InvalidTagsToAddException":{ + "type":"structure", + "members":{ + }, + "exception":true + }, "InvalidTargetException":{ "type":"structure", "members":{ @@ -2349,6 +2440,18 @@ "exception":true }, "Key":{"type":"string"}, + "LambdaFunctionAlias":{"type":"string"}, + "LambdaFunctionInfo":{ + "type":"structure", + "members":{ + "functionName":{"shape":"LambdaFunctionName"}, + "functionAlias":{"shape":"LambdaFunctionAlias"}, + "currentVersion":{"shape":"Version"}, + "targetVersion":{"shape":"Version"}, + "targetVersionWeight":{"shape":"TrafficWeight"} + } + }, + "LambdaFunctionName":{"type":"string"}, "LambdaTarget":{ "type":"structure", "members":{ @@ -2357,7 +2460,8 @@ "targetArn":{"shape":"TargetArn"}, "status":{"shape":"TargetStatus"}, "lastUpdatedAt":{"shape":"Time"}, - "lifecycleEvents":{"shape":"LifecycleEventList"} + "lifecycleEvents":{"shape":"LifecycleEventList"}, + "lambdaFunctionInfo":{"shape":"LambdaFunctionInfo"} } }, "LastDeploymentInfo":{ @@ -2567,6 +2671,21 @@ "ignore" ] }, + "ListTagsForResourceInput":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{"shape":"Arn"}, + "NextToken":{"shape":"NextToken"} + } + }, + "ListTagsForResourceOutput":{ + "type":"structure", + "members":{ + "Tags":{"shape":"TagList"}, + "NextToken":{"shape":"NextToken"} + } + }, "ListenerArn":{"type":"string"}, "ListenerArnList":{ "type":"list", @@ -2687,6 +2806,12 @@ } }, "Repository":{"type":"string"}, + "ResourceArnRequiredException":{ + "type":"structure", + "members":{ + }, + "exception":true + }, "ResourceValidationException":{ "type":"structure", "members":{ @@ -2829,6 +2954,10 @@ "KEY_AND_VALUE" ] }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"Key"} + }, "TagLimitExceededException":{ "type":"structure", "members":{ @@ -2845,6 +2974,22 @@ }, "exception":true }, + "TagResourceInput":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{"shape":"Arn"}, + "Tags":{"shape":"TagList"} + } + }, + "TagResourceOutput":{ + "type":"structure", + "members":{ + } + }, "TagSetListLimitExceededException":{ "type":"structure", "members":{ @@ -3016,6 +3161,22 @@ }, "exception":true }, + "UntagResourceInput":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{"shape":"Arn"}, + "TagKeys":{"shape":"TagKeyList"} + } + }, + "UntagResourceOutput":{ + "type":"structure", + "members":{ + } + }, "UpdateApplicationInput":{ "type":"structure", "members":{ @@ -3056,6 +3217,7 @@ } }, "Value":{"type":"string"}, + "Version":{"type":"string"}, "VersionId":{"type":"string"}, "WaitTimeInMins":{"type":"integer"} } diff --git a/src/data/codedeploy/2014-10-06/api-2.json.php b/src/data/codedeploy/2014-10-06/api-2.json.php index c7026ed631..1444c04020 100644 --- a/src/data/codedeploy/2014-10-06/api-2.json.php +++ b/src/data/codedeploy/2014-10-06/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2014-10-06', 'endpointPrefix' => 'codedeploy', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'CodeDeploy', 'serviceFullName' => 'AWS CodeDeploy', 'serviceId' => 'CodeDeploy', 'signatureVersion' => 'v4', 'targetPrefix' => 'CodeDeploy_20141006', 'uid' => 'codedeploy-2014-10-06', ], 'operations' => [ 'AddTagsToOnPremisesInstances' => [ 'name' => 'AddTagsToOnPremisesInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AddTagsToOnPremisesInstancesInput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'TagRequiredException', ], [ 'shape' => 'InvalidTagException', ], [ 'shape' => 'TagLimitExceededException', ], [ 'shape' => 'InstanceLimitExceededException', ], [ 'shape' => 'InstanceNotRegisteredException', ], ], ], 'BatchGetApplicationRevisions' => [ 'name' => 'BatchGetApplicationRevisions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetApplicationRevisionsInput', ], 'output' => [ 'shape' => 'BatchGetApplicationRevisionsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'RevisionRequiredException', ], [ 'shape' => 'InvalidRevisionException', ], [ 'shape' => 'BatchLimitExceededException', ], ], ], 'BatchGetApplications' => [ 'name' => 'BatchGetApplications', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetApplicationsInput', ], 'output' => [ 'shape' => 'BatchGetApplicationsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'BatchLimitExceededException', ], ], ], 'BatchGetDeploymentGroups' => [ 'name' => 'BatchGetDeploymentGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDeploymentGroupsInput', ], 'output' => [ 'shape' => 'BatchGetDeploymentGroupsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'BatchLimitExceededException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], ], ], 'BatchGetDeploymentInstances' => [ 'name' => 'BatchGetDeploymentInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDeploymentInstancesInput', ], 'output' => [ 'shape' => 'BatchGetDeploymentInstancesOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'InstanceIdRequiredException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'BatchLimitExceededException', ], [ 'shape' => 'InvalidComputePlatformException', ], ], 'deprecated' => true, 'deprecatedMessage' => 'This operation is deprecated, use BatchGetDeploymentTargets instead.', ], 'BatchGetDeploymentTargets' => [ 'name' => 'BatchGetDeploymentTargets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDeploymentTargetsInput', ], 'output' => [ 'shape' => 'BatchGetDeploymentTargetsOutput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentTargetIdRequiredException', ], [ 'shape' => 'InvalidDeploymentTargetIdException', ], [ 'shape' => 'DeploymentTargetDoesNotExistException', ], [ 'shape' => 'DeploymentTargetListSizeExceededException', ], ], ], 'BatchGetDeployments' => [ 'name' => 'BatchGetDeployments', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDeploymentsInput', ], 'output' => [ 'shape' => 'BatchGetDeploymentsOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'BatchLimitExceededException', ], ], ], 'BatchGetOnPremisesInstances' => [ 'name' => 'BatchGetOnPremisesInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetOnPremisesInstancesInput', ], 'output' => [ 'shape' => 'BatchGetOnPremisesInstancesOutput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'BatchLimitExceededException', ], ], ], 'ContinueDeployment' => [ 'name' => 'ContinueDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ContinueDeploymentInput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentAlreadyCompletedException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentIsNotInReadyStateException', ], [ 'shape' => 'UnsupportedActionForDeploymentTypeException', ], [ 'shape' => 'InvalidDeploymentWaitTypeException', ], [ 'shape' => 'InvalidDeploymentStatusException', ], ], ], 'CreateApplication' => [ 'name' => 'CreateApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateApplicationInput', ], 'output' => [ 'shape' => 'CreateApplicationOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationAlreadyExistsException', ], [ 'shape' => 'ApplicationLimitExceededException', ], [ 'shape' => 'InvalidComputePlatformException', ], ], ], 'CreateDeployment' => [ 'name' => 'CreateDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDeploymentInput', ], 'output' => [ 'shape' => 'CreateDeploymentOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'RevisionRequiredException', ], [ 'shape' => 'RevisionDoesNotExistException', ], [ 'shape' => 'InvalidRevisionException', ], [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'DescriptionTooLongException', ], [ 'shape' => 'DeploymentLimitExceededException', ], [ 'shape' => 'InvalidTargetInstancesException', ], [ 'shape' => 'InvalidAutoRollbackConfigException', ], [ 'shape' => 'InvalidLoadBalancerInfoException', ], [ 'shape' => 'InvalidFileExistsBehaviorException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'InvalidAutoScalingGroupException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'InvalidUpdateOutdatedInstancesOnlyValueException', ], [ 'shape' => 'InvalidIgnoreApplicationStopFailuresValueException', ], [ 'shape' => 'InvalidGitHubAccountTokenException', ], ], ], 'CreateDeploymentConfig' => [ 'name' => 'CreateDeploymentConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDeploymentConfigInput', ], 'output' => [ 'shape' => 'CreateDeploymentConfigOutput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigNameRequiredException', ], [ 'shape' => 'DeploymentConfigAlreadyExistsException', ], [ 'shape' => 'InvalidMinimumHealthyHostValueException', ], [ 'shape' => 'DeploymentConfigLimitExceededException', ], [ 'shape' => 'InvalidComputePlatformException', ], [ 'shape' => 'InvalidTrafficRoutingConfigurationException', ], ], ], 'CreateDeploymentGroup' => [ 'name' => 'CreateDeploymentGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDeploymentGroupInput', ], 'output' => [ 'shape' => 'CreateDeploymentGroupOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupAlreadyExistsException', ], [ 'shape' => 'InvalidEC2TagException', ], [ 'shape' => 'InvalidTagException', ], [ 'shape' => 'InvalidAutoScalingGroupException', ], [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'RoleRequiredException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'DeploymentGroupLimitExceededException', ], [ 'shape' => 'LifecycleHookLimitExceededException', ], [ 'shape' => 'InvalidTriggerConfigException', ], [ 'shape' => 'TriggerTargetsLimitExceededException', ], [ 'shape' => 'InvalidAlarmConfigException', ], [ 'shape' => 'AlarmsLimitExceededException', ], [ 'shape' => 'InvalidAutoRollbackConfigException', ], [ 'shape' => 'InvalidLoadBalancerInfoException', ], [ 'shape' => 'InvalidDeploymentStyleException', ], [ 'shape' => 'InvalidBlueGreenDeploymentConfigurationException', ], [ 'shape' => 'InvalidEC2TagCombinationException', ], [ 'shape' => 'InvalidOnPremisesTagCombinationException', ], [ 'shape' => 'TagSetListLimitExceededException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'InvalidECSServiceException', ], [ 'shape' => 'InvalidTargetGroupPairException', ], [ 'shape' => 'ECSServiceMappingLimitExceededException', ], ], ], 'DeleteApplication' => [ 'name' => 'DeleteApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteApplicationInput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], ], ], 'DeleteDeploymentConfig' => [ 'name' => 'DeleteDeploymentConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDeploymentConfigInput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigNameRequiredException', ], [ 'shape' => 'DeploymentConfigInUseException', ], [ 'shape' => 'InvalidOperationException', ], ], ], 'DeleteDeploymentGroup' => [ 'name' => 'DeleteDeploymentGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDeploymentGroupInput', ], 'output' => [ 'shape' => 'DeleteDeploymentGroupOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'InvalidRoleException', ], ], ], 'DeleteGitHubAccountToken' => [ 'name' => 'DeleteGitHubAccountToken', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteGitHubAccountTokenInput', ], 'output' => [ 'shape' => 'DeleteGitHubAccountTokenOutput', ], 'errors' => [ [ 'shape' => 'GitHubAccountTokenNameRequiredException', ], [ 'shape' => 'GitHubAccountTokenDoesNotExistException', ], [ 'shape' => 'InvalidGitHubAccountTokenNameException', ], [ 'shape' => 'ResourceValidationException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], 'DeregisterOnPremisesInstance' => [ 'name' => 'DeregisterOnPremisesInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeregisterOnPremisesInstanceInput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], ], ], 'GetApplication' => [ 'name' => 'GetApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetApplicationInput', ], 'output' => [ 'shape' => 'GetApplicationOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], ], ], 'GetApplicationRevision' => [ 'name' => 'GetApplicationRevision', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetApplicationRevisionInput', ], 'output' => [ 'shape' => 'GetApplicationRevisionOutput', ], 'errors' => [ [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'RevisionDoesNotExistException', ], [ 'shape' => 'RevisionRequiredException', ], [ 'shape' => 'InvalidRevisionException', ], ], ], 'GetDeployment' => [ 'name' => 'GetDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentInput', ], 'output' => [ 'shape' => 'GetDeploymentOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], ], ], 'GetDeploymentConfig' => [ 'name' => 'GetDeploymentConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentConfigInput', ], 'output' => [ 'shape' => 'GetDeploymentConfigOutput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigNameRequiredException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'InvalidComputePlatformException', ], ], ], 'GetDeploymentGroup' => [ 'name' => 'GetDeploymentGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentGroupInput', ], 'output' => [ 'shape' => 'GetDeploymentGroupOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], ], ], 'GetDeploymentInstance' => [ 'name' => 'GetDeploymentInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentInstanceInput', ], 'output' => [ 'shape' => 'GetDeploymentInstanceOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'InstanceIdRequiredException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'InstanceDoesNotExistException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'InvalidComputePlatformException', ], ], 'deprecated' => true, 'deprecatedMessage' => 'This operation is deprecated, use GetDeploymentTarget instead.', ], 'GetDeploymentTarget' => [ 'name' => 'GetDeploymentTarget', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentTargetInput', ], 'output' => [ 'shape' => 'GetDeploymentTargetOutput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentTargetIdRequiredException', ], [ 'shape' => 'InvalidDeploymentTargetIdException', ], [ 'shape' => 'DeploymentTargetDoesNotExistException', ], [ 'shape' => 'InvalidInstanceNameException', ], ], ], 'GetOnPremisesInstance' => [ 'name' => 'GetOnPremisesInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetOnPremisesInstanceInput', ], 'output' => [ 'shape' => 'GetOnPremisesInstanceOutput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InstanceNotRegisteredException', ], [ 'shape' => 'InvalidInstanceNameException', ], ], ], 'ListApplicationRevisions' => [ 'name' => 'ListApplicationRevisions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListApplicationRevisionsInput', ], 'output' => [ 'shape' => 'ListApplicationRevisionsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'InvalidSortByException', ], [ 'shape' => 'InvalidSortOrderException', ], [ 'shape' => 'InvalidBucketNameFilterException', ], [ 'shape' => 'InvalidKeyPrefixFilterException', ], [ 'shape' => 'BucketNameFilterRequiredException', ], [ 'shape' => 'InvalidDeployedStateFilterException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListApplications' => [ 'name' => 'ListApplications', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListApplicationsInput', ], 'output' => [ 'shape' => 'ListApplicationsOutput', ], 'errors' => [ [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListDeploymentConfigs' => [ 'name' => 'ListDeploymentConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentConfigsInput', ], 'output' => [ 'shape' => 'ListDeploymentConfigsOutput', ], 'errors' => [ [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListDeploymentGroups' => [ 'name' => 'ListDeploymentGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentGroupsInput', ], 'output' => [ 'shape' => 'ListDeploymentGroupsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListDeploymentInstances' => [ 'name' => 'ListDeploymentInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentInstancesInput', ], 'output' => [ 'shape' => 'ListDeploymentInstancesOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentNotStartedException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'InvalidInstanceStatusException', ], [ 'shape' => 'InvalidInstanceTypeException', ], [ 'shape' => 'InvalidDeploymentInstanceTypeException', ], [ 'shape' => 'InvalidTargetFilterNameException', ], [ 'shape' => 'InvalidComputePlatformException', ], ], 'deprecated' => true, 'deprecatedMessage' => 'This operation is deprecated, use ListDeploymentTargets instead.', ], 'ListDeploymentTargets' => [ 'name' => 'ListDeploymentTargets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentTargetsInput', ], 'output' => [ 'shape' => 'ListDeploymentTargetsOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentNotStartedException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'InvalidInstanceStatusException', ], [ 'shape' => 'InvalidInstanceTypeException', ], [ 'shape' => 'InvalidDeploymentInstanceTypeException', ], ], ], 'ListDeployments' => [ 'name' => 'ListDeployments', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentsInput', ], 'output' => [ 'shape' => 'ListDeploymentsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidTimeRangeException', ], [ 'shape' => 'InvalidDeploymentStatusException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListGitHubAccountTokenNames' => [ 'name' => 'ListGitHubAccountTokenNames', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListGitHubAccountTokenNamesInput', ], 'output' => [ 'shape' => 'ListGitHubAccountTokenNamesOutput', ], 'errors' => [ [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'ResourceValidationException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], 'ListOnPremisesInstances' => [ 'name' => 'ListOnPremisesInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListOnPremisesInstancesInput', ], 'output' => [ 'shape' => 'ListOnPremisesInstancesOutput', ], 'errors' => [ [ 'shape' => 'InvalidRegistrationStatusException', ], [ 'shape' => 'InvalidTagFilterException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'PutLifecycleEventHookExecutionStatus' => [ 'name' => 'PutLifecycleEventHookExecutionStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutLifecycleEventHookExecutionStatusInput', ], 'output' => [ 'shape' => 'PutLifecycleEventHookExecutionStatusOutput', ], 'errors' => [ [ 'shape' => 'InvalidLifecycleEventHookExecutionStatusException', ], [ 'shape' => 'InvalidLifecycleEventHookExecutionIdException', ], [ 'shape' => 'LifecycleEventAlreadyCompletedException', ], [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'UnsupportedActionForDeploymentTypeException', ], ], ], 'RegisterApplicationRevision' => [ 'name' => 'RegisterApplicationRevision', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterApplicationRevisionInput', ], 'errors' => [ [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'DescriptionTooLongException', ], [ 'shape' => 'RevisionRequiredException', ], [ 'shape' => 'InvalidRevisionException', ], ], ], 'RegisterOnPremisesInstance' => [ 'name' => 'RegisterOnPremisesInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterOnPremisesInstanceInput', ], 'errors' => [ [ 'shape' => 'InstanceNameAlreadyRegisteredException', ], [ 'shape' => 'IamArnRequiredException', ], [ 'shape' => 'IamSessionArnAlreadyRegisteredException', ], [ 'shape' => 'IamUserArnAlreadyRegisteredException', ], [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'IamUserArnRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'InvalidIamSessionArnException', ], [ 'shape' => 'InvalidIamUserArnException', ], [ 'shape' => 'MultipleIamArnsProvidedException', ], ], ], 'RemoveTagsFromOnPremisesInstances' => [ 'name' => 'RemoveTagsFromOnPremisesInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RemoveTagsFromOnPremisesInstancesInput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'TagRequiredException', ], [ 'shape' => 'InvalidTagException', ], [ 'shape' => 'TagLimitExceededException', ], [ 'shape' => 'InstanceLimitExceededException', ], [ 'shape' => 'InstanceNotRegisteredException', ], ], ], 'SkipWaitTimeForInstanceTermination' => [ 'name' => 'SkipWaitTimeForInstanceTermination', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SkipWaitTimeForInstanceTerminationInput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentAlreadyCompletedException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentNotStartedException', ], [ 'shape' => 'UnsupportedActionForDeploymentTypeException', ], ], 'deprecated' => true, 'deprecatedMessage' => 'This operation is deprecated, use ContinueDeployment with DeploymentWaitType instead.', ], 'StopDeployment' => [ 'name' => 'StopDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopDeploymentInput', ], 'output' => [ 'shape' => 'StopDeploymentOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'DeploymentAlreadyCompletedException', ], [ 'shape' => 'InvalidDeploymentIdException', ], ], ], 'UpdateApplication' => [ 'name' => 'UpdateApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateApplicationInput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationAlreadyExistsException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], ], ], 'UpdateDeploymentGroup' => [ 'name' => 'UpdateDeploymentGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDeploymentGroupInput', ], 'output' => [ 'shape' => 'UpdateDeploymentGroupOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupAlreadyExistsException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'InvalidEC2TagException', ], [ 'shape' => 'InvalidTagException', ], [ 'shape' => 'InvalidAutoScalingGroupException', ], [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'LifecycleHookLimitExceededException', ], [ 'shape' => 'InvalidTriggerConfigException', ], [ 'shape' => 'TriggerTargetsLimitExceededException', ], [ 'shape' => 'InvalidAlarmConfigException', ], [ 'shape' => 'AlarmsLimitExceededException', ], [ 'shape' => 'InvalidAutoRollbackConfigException', ], [ 'shape' => 'InvalidLoadBalancerInfoException', ], [ 'shape' => 'InvalidDeploymentStyleException', ], [ 'shape' => 'InvalidBlueGreenDeploymentConfigurationException', ], [ 'shape' => 'InvalidEC2TagCombinationException', ], [ 'shape' => 'InvalidOnPremisesTagCombinationException', ], [ 'shape' => 'TagSetListLimitExceededException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'InvalidECSServiceException', ], [ 'shape' => 'InvalidTargetGroupPairException', ], [ 'shape' => 'ECSServiceMappingLimitExceededException', ], ], ], ], 'shapes' => [ 'AddTagsToOnPremisesInstancesInput' => [ 'type' => 'structure', 'required' => [ 'tags', 'instanceNames', ], 'members' => [ 'tags' => [ 'shape' => 'TagList', ], 'instanceNames' => [ 'shape' => 'InstanceNameList', ], ], ], 'AdditionalDeploymentStatusInfo' => [ 'type' => 'string', 'deprecated' => true, 'deprecatedMessage' => 'AdditionalDeploymentStatusInfo is deprecated, use DeploymentStatusMessageList instead.', ], 'Alarm' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'AlarmName', ], ], ], 'AlarmConfiguration' => [ 'type' => 'structure', 'members' => [ 'enabled' => [ 'shape' => 'Boolean', ], 'ignorePollAlarmFailure' => [ 'shape' => 'Boolean', ], 'alarms' => [ 'shape' => 'AlarmList', ], ], ], 'AlarmList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Alarm', ], ], 'AlarmName' => [ 'type' => 'string', ], 'AlarmsLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'AppSpecContent' => [ 'type' => 'structure', 'members' => [ 'content' => [ 'shape' => 'RawStringContent', ], 'sha256' => [ 'shape' => 'RawStringSha256', ], ], ], 'ApplicationAlreadyExistsException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ApplicationDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ApplicationId' => [ 'type' => 'string', ], 'ApplicationInfo' => [ 'type' => 'structure', 'members' => [ 'applicationId' => [ 'shape' => 'ApplicationId', ], 'applicationName' => [ 'shape' => 'ApplicationName', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'linkedToGitHub' => [ 'shape' => 'Boolean', ], 'gitHubAccountName' => [ 'shape' => 'GitHubAccountTokenName', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], ], ], 'ApplicationLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ApplicationName' => [ 'type' => 'string', 'max' => 100, 'min' => 1, ], 'ApplicationNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ApplicationRevisionSortBy' => [ 'type' => 'string', 'enum' => [ 'registerTime', 'firstUsedTime', 'lastUsedTime', ], ], 'ApplicationsInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ApplicationInfo', ], ], 'ApplicationsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ApplicationName', ], ], 'AutoRollbackConfiguration' => [ 'type' => 'structure', 'members' => [ 'enabled' => [ 'shape' => 'Boolean', ], 'events' => [ 'shape' => 'AutoRollbackEventsList', ], ], ], 'AutoRollbackEvent' => [ 'type' => 'string', 'enum' => [ 'DEPLOYMENT_FAILURE', 'DEPLOYMENT_STOP_ON_ALARM', 'DEPLOYMENT_STOP_ON_REQUEST', ], ], 'AutoRollbackEventsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoRollbackEvent', ], ], 'AutoScalingGroup' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'AutoScalingGroupName', ], 'hook' => [ 'shape' => 'AutoScalingGroupHook', ], ], ], 'AutoScalingGroupHook' => [ 'type' => 'string', ], 'AutoScalingGroupList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoScalingGroup', ], ], 'AutoScalingGroupName' => [ 'type' => 'string', ], 'AutoScalingGroupNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoScalingGroupName', ], ], 'BatchGetApplicationRevisionsInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'revisions', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'revisions' => [ 'shape' => 'RevisionLocationList', ], ], ], 'BatchGetApplicationRevisionsOutput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'errorMessage' => [ 'shape' => 'ErrorMessage', ], 'revisions' => [ 'shape' => 'RevisionInfoList', ], ], ], 'BatchGetApplicationsInput' => [ 'type' => 'structure', 'required' => [ 'applicationNames', ], 'members' => [ 'applicationNames' => [ 'shape' => 'ApplicationsList', ], ], ], 'BatchGetApplicationsOutput' => [ 'type' => 'structure', 'members' => [ 'applicationsInfo' => [ 'shape' => 'ApplicationsInfoList', ], ], ], 'BatchGetDeploymentGroupsInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'deploymentGroupNames', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupNames' => [ 'shape' => 'DeploymentGroupsList', ], ], ], 'BatchGetDeploymentGroupsOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentGroupsInfo' => [ 'shape' => 'DeploymentGroupInfoList', ], 'errorMessage' => [ 'shape' => 'ErrorMessage', ], ], ], 'BatchGetDeploymentInstancesInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', 'instanceIds', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'instanceIds' => [ 'shape' => 'InstancesList', ], ], ], 'BatchGetDeploymentInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'instancesSummary' => [ 'shape' => 'InstanceSummaryList', ], 'errorMessage' => [ 'shape' => 'ErrorMessage', ], ], ], 'BatchGetDeploymentTargetsInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetIds' => [ 'shape' => 'TargetIdList', ], ], ], 'BatchGetDeploymentTargetsOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentTargets' => [ 'shape' => 'DeploymentTargetList', ], ], ], 'BatchGetDeploymentsInput' => [ 'type' => 'structure', 'required' => [ 'deploymentIds', ], 'members' => [ 'deploymentIds' => [ 'shape' => 'DeploymentsList', ], ], ], 'BatchGetDeploymentsOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentsInfo' => [ 'shape' => 'DeploymentsInfoList', ], ], ], 'BatchGetOnPremisesInstancesInput' => [ 'type' => 'structure', 'required' => [ 'instanceNames', ], 'members' => [ 'instanceNames' => [ 'shape' => 'InstanceNameList', ], ], ], 'BatchGetOnPremisesInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'instanceInfos' => [ 'shape' => 'InstanceInfoList', ], ], ], 'BatchLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'BlueGreenDeploymentConfiguration' => [ 'type' => 'structure', 'members' => [ 'terminateBlueInstancesOnDeploymentSuccess' => [ 'shape' => 'BlueInstanceTerminationOption', ], 'deploymentReadyOption' => [ 'shape' => 'DeploymentReadyOption', ], 'greenFleetProvisioningOption' => [ 'shape' => 'GreenFleetProvisioningOption', ], ], ], 'BlueInstanceTerminationOption' => [ 'type' => 'structure', 'members' => [ 'action' => [ 'shape' => 'InstanceAction', ], 'terminationWaitTimeInMinutes' => [ 'shape' => 'Duration', ], ], ], 'Boolean' => [ 'type' => 'boolean', ], 'BucketNameFilterRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'BundleType' => [ 'type' => 'string', 'enum' => [ 'tar', 'tgz', 'zip', 'YAML', 'JSON', ], ], 'CommitId' => [ 'type' => 'string', ], 'ComputePlatform' => [ 'type' => 'string', 'enum' => [ 'Server', 'Lambda', 'ECS', ], ], 'ContinueDeploymentInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'deploymentWaitType' => [ 'shape' => 'DeploymentWaitType', ], ], ], 'CreateApplicationInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], ], ], 'CreateApplicationOutput' => [ 'type' => 'structure', 'members' => [ 'applicationId' => [ 'shape' => 'ApplicationId', ], ], ], 'CreateDeploymentConfigInput' => [ 'type' => 'structure', 'required' => [ 'deploymentConfigName', ], 'members' => [ 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'minimumHealthyHosts' => [ 'shape' => 'MinimumHealthyHosts', ], 'trafficRoutingConfig' => [ 'shape' => 'TrafficRoutingConfig', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], ], ], 'CreateDeploymentConfigOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentConfigId' => [ 'shape' => 'DeploymentConfigId', ], ], ], 'CreateDeploymentGroupInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'deploymentGroupName', 'serviceRoleArn', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'ec2TagFilters' => [ 'shape' => 'EC2TagFilterList', ], 'onPremisesInstanceTagFilters' => [ 'shape' => 'TagFilterList', ], 'autoScalingGroups' => [ 'shape' => 'AutoScalingGroupNameList', ], 'serviceRoleArn' => [ 'shape' => 'Role', ], 'triggerConfigurations' => [ 'shape' => 'TriggerConfigList', ], 'alarmConfiguration' => [ 'shape' => 'AlarmConfiguration', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'deploymentStyle' => [ 'shape' => 'DeploymentStyle', ], 'blueGreenDeploymentConfiguration' => [ 'shape' => 'BlueGreenDeploymentConfiguration', ], 'loadBalancerInfo' => [ 'shape' => 'LoadBalancerInfo', ], 'ec2TagSet' => [ 'shape' => 'EC2TagSet', ], 'ecsServices' => [ 'shape' => 'ECSServiceList', ], 'onPremisesTagSet' => [ 'shape' => 'OnPremisesTagSet', ], ], ], 'CreateDeploymentGroupOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentGroupId' => [ 'shape' => 'DeploymentGroupId', ], ], ], 'CreateDeploymentInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'revision' => [ 'shape' => 'RevisionLocation', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'description' => [ 'shape' => 'Description', ], 'ignoreApplicationStopFailures' => [ 'shape' => 'Boolean', ], 'targetInstances' => [ 'shape' => 'TargetInstances', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'updateOutdatedInstancesOnly' => [ 'shape' => 'Boolean', ], 'fileExistsBehavior' => [ 'shape' => 'FileExistsBehavior', ], ], ], 'CreateDeploymentOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], ], ], 'DeleteApplicationInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], ], ], 'DeleteDeploymentConfigInput' => [ 'type' => 'structure', 'required' => [ 'deploymentConfigName', ], 'members' => [ 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], ], ], 'DeleteDeploymentGroupInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'deploymentGroupName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], ], ], 'DeleteDeploymentGroupOutput' => [ 'type' => 'structure', 'members' => [ 'hooksNotCleanedUp' => [ 'shape' => 'AutoScalingGroupList', ], ], ], 'DeleteGitHubAccountTokenInput' => [ 'type' => 'structure', 'members' => [ 'tokenName' => [ 'shape' => 'GitHubAccountTokenName', ], ], ], 'DeleteGitHubAccountTokenOutput' => [ 'type' => 'structure', 'members' => [ 'tokenName' => [ 'shape' => 'GitHubAccountTokenName', ], ], ], 'DeploymentAlreadyCompletedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentAlreadyStartedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigAlreadyExistsException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigId' => [ 'type' => 'string', ], 'DeploymentConfigInUseException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigInfo' => [ 'type' => 'structure', 'members' => [ 'deploymentConfigId' => [ 'shape' => 'DeploymentConfigId', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'minimumHealthyHosts' => [ 'shape' => 'MinimumHealthyHosts', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], 'trafficRoutingConfig' => [ 'shape' => 'TrafficRoutingConfig', ], ], ], 'DeploymentConfigLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigName' => [ 'type' => 'string', 'max' => 100, 'min' => 1, ], 'DeploymentConfigNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentConfigName', ], ], 'DeploymentCreator' => [ 'type' => 'string', 'enum' => [ 'user', 'autoscaling', 'codeDeployRollback', ], ], 'DeploymentDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupAlreadyExistsException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupId' => [ 'type' => 'string', ], 'DeploymentGroupInfo' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupId' => [ 'shape' => 'DeploymentGroupId', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'ec2TagFilters' => [ 'shape' => 'EC2TagFilterList', ], 'onPremisesInstanceTagFilters' => [ 'shape' => 'TagFilterList', ], 'autoScalingGroups' => [ 'shape' => 'AutoScalingGroupList', ], 'serviceRoleArn' => [ 'shape' => 'Role', ], 'targetRevision' => [ 'shape' => 'RevisionLocation', ], 'triggerConfigurations' => [ 'shape' => 'TriggerConfigList', ], 'alarmConfiguration' => [ 'shape' => 'AlarmConfiguration', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'deploymentStyle' => [ 'shape' => 'DeploymentStyle', ], 'blueGreenDeploymentConfiguration' => [ 'shape' => 'BlueGreenDeploymentConfiguration', ], 'loadBalancerInfo' => [ 'shape' => 'LoadBalancerInfo', ], 'lastSuccessfulDeployment' => [ 'shape' => 'LastDeploymentInfo', ], 'lastAttemptedDeployment' => [ 'shape' => 'LastDeploymentInfo', ], 'ec2TagSet' => [ 'shape' => 'EC2TagSet', ], 'onPremisesTagSet' => [ 'shape' => 'OnPremisesTagSet', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], 'ecsServices' => [ 'shape' => 'ECSServiceList', ], ], ], 'DeploymentGroupInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentGroupInfo', ], ], 'DeploymentGroupLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupName' => [ 'type' => 'string', 'max' => 100, 'min' => 1, ], 'DeploymentGroupNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentGroupName', ], ], 'DeploymentId' => [ 'type' => 'string', ], 'DeploymentIdRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentInfo' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'previousRevision' => [ 'shape' => 'RevisionLocation', ], 'revision' => [ 'shape' => 'RevisionLocation', ], 'status' => [ 'shape' => 'DeploymentStatus', ], 'errorInformation' => [ 'shape' => 'ErrorInformation', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'startTime' => [ 'shape' => 'Timestamp', ], 'completeTime' => [ 'shape' => 'Timestamp', ], 'deploymentOverview' => [ 'shape' => 'DeploymentOverview', ], 'description' => [ 'shape' => 'Description', ], 'creator' => [ 'shape' => 'DeploymentCreator', ], 'ignoreApplicationStopFailures' => [ 'shape' => 'Boolean', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'updateOutdatedInstancesOnly' => [ 'shape' => 'Boolean', ], 'rollbackInfo' => [ 'shape' => 'RollbackInfo', ], 'deploymentStyle' => [ 'shape' => 'DeploymentStyle', ], 'targetInstances' => [ 'shape' => 'TargetInstances', ], 'instanceTerminationWaitTimeStarted' => [ 'shape' => 'Boolean', ], 'blueGreenDeploymentConfiguration' => [ 'shape' => 'BlueGreenDeploymentConfiguration', ], 'loadBalancerInfo' => [ 'shape' => 'LoadBalancerInfo', ], 'additionalDeploymentStatusInfo' => [ 'shape' => 'AdditionalDeploymentStatusInfo', ], 'fileExistsBehavior' => [ 'shape' => 'FileExistsBehavior', ], 'deploymentStatusMessages' => [ 'shape' => 'DeploymentStatusMessageList', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], ], ], 'DeploymentIsNotInReadyStateException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentNotStartedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentOption' => [ 'type' => 'string', 'enum' => [ 'WITH_TRAFFIC_CONTROL', 'WITHOUT_TRAFFIC_CONTROL', ], ], 'DeploymentOverview' => [ 'type' => 'structure', 'members' => [ 'Pending' => [ 'shape' => 'InstanceCount', ], 'InProgress' => [ 'shape' => 'InstanceCount', ], 'Succeeded' => [ 'shape' => 'InstanceCount', ], 'Failed' => [ 'shape' => 'InstanceCount', ], 'Skipped' => [ 'shape' => 'InstanceCount', ], 'Ready' => [ 'shape' => 'InstanceCount', ], ], ], 'DeploymentReadyAction' => [ 'type' => 'string', 'enum' => [ 'CONTINUE_DEPLOYMENT', 'STOP_DEPLOYMENT', ], ], 'DeploymentReadyOption' => [ 'type' => 'structure', 'members' => [ 'actionOnTimeout' => [ 'shape' => 'DeploymentReadyAction', ], 'waitTimeInMinutes' => [ 'shape' => 'Duration', ], ], ], 'DeploymentStatus' => [ 'type' => 'string', 'enum' => [ 'Created', 'Queued', 'InProgress', 'Succeeded', 'Failed', 'Stopped', 'Ready', ], ], 'DeploymentStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentStatus', ], ], 'DeploymentStatusMessageList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ErrorMessage', ], ], 'DeploymentStyle' => [ 'type' => 'structure', 'members' => [ 'deploymentType' => [ 'shape' => 'DeploymentType', ], 'deploymentOption' => [ 'shape' => 'DeploymentOption', ], ], ], 'DeploymentTarget' => [ 'type' => 'structure', 'members' => [ 'deploymentTargetType' => [ 'shape' => 'DeploymentTargetType', ], 'instanceTarget' => [ 'shape' => 'InstanceTarget', ], 'lambdaTarget' => [ 'shape' => 'LambdaTarget', ], 'ecsTarget' => [ 'shape' => 'ECSTarget', ], ], ], 'DeploymentTargetDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentTargetIdRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentTarget', ], ], 'DeploymentTargetListSizeExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentTargetType' => [ 'type' => 'string', 'enum' => [ 'InstanceTarget', 'LambdaTarget', 'ECSTarget', ], ], 'DeploymentType' => [ 'type' => 'string', 'enum' => [ 'IN_PLACE', 'BLUE_GREEN', ], ], 'DeploymentWaitType' => [ 'type' => 'string', 'enum' => [ 'READY_WAIT', 'TERMINATION_WAIT', ], ], 'DeploymentsInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentInfo', ], ], 'DeploymentsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentId', ], ], 'DeregisterOnPremisesInstanceInput' => [ 'type' => 'structure', 'required' => [ 'instanceName', ], 'members' => [ 'instanceName' => [ 'shape' => 'InstanceName', ], ], ], 'Description' => [ 'type' => 'string', ], 'DescriptionTooLongException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Diagnostics' => [ 'type' => 'structure', 'members' => [ 'errorCode' => [ 'shape' => 'LifecycleErrorCode', ], 'scriptName' => [ 'shape' => 'ScriptName', ], 'message' => [ 'shape' => 'LifecycleMessage', ], 'logTail' => [ 'shape' => 'LogTail', ], ], ], 'Duration' => [ 'type' => 'integer', ], 'EC2TagFilter' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'Key', ], 'Value' => [ 'shape' => 'Value', ], 'Type' => [ 'shape' => 'EC2TagFilterType', ], ], ], 'EC2TagFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EC2TagFilter', ], ], 'EC2TagFilterType' => [ 'type' => 'string', 'enum' => [ 'KEY_ONLY', 'VALUE_ONLY', 'KEY_AND_VALUE', ], ], 'EC2TagSet' => [ 'type' => 'structure', 'members' => [ 'ec2TagSetList' => [ 'shape' => 'EC2TagSetList', ], ], ], 'EC2TagSetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EC2TagFilterList', ], ], 'ECSClusterName' => [ 'type' => 'string', ], 'ECSService' => [ 'type' => 'structure', 'members' => [ 'serviceName' => [ 'shape' => 'ECSServiceName', ], 'clusterName' => [ 'shape' => 'ECSClusterName', ], ], ], 'ECSServiceList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ECSService', ], ], 'ECSServiceMappingLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ECSServiceName' => [ 'type' => 'string', ], 'ECSTarget' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetId' => [ 'shape' => 'TargetId', ], 'targetArn' => [ 'shape' => 'TargetArn', ], 'lastUpdatedAt' => [ 'shape' => 'Time', ], 'lifecycleEvents' => [ 'shape' => 'LifecycleEventList', ], 'status' => [ 'shape' => 'TargetStatus', ], 'taskSetsInfo' => [ 'shape' => 'ECSTaskSetList', ], ], ], 'ECSTaskSet' => [ 'type' => 'structure', 'members' => [ 'identifer' => [ 'shape' => 'ECSTaskSetIdentifier', ], 'desiredCount' => [ 'shape' => 'ECSTaskSetCount', ], 'pendingCount' => [ 'shape' => 'ECSTaskSetCount', ], 'runningCount' => [ 'shape' => 'ECSTaskSetCount', ], 'status' => [ 'shape' => 'ECSTaskSetStatus', ], 'trafficWeight' => [ 'shape' => 'TrafficWeight', ], 'targetGroup' => [ 'shape' => 'TargetGroupInfo', ], 'taskSetLabel' => [ 'shape' => 'TargetLabel', ], ], ], 'ECSTaskSetCount' => [ 'type' => 'long', ], 'ECSTaskSetIdentifier' => [ 'type' => 'string', ], 'ECSTaskSetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ECSTaskSet', ], ], 'ECSTaskSetStatus' => [ 'type' => 'string', ], 'ELBInfo' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'ELBName', ], ], ], 'ELBInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ELBInfo', ], ], 'ELBName' => [ 'type' => 'string', ], 'ETag' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', 'enum' => [ 'DEPLOYMENT_GROUP_MISSING', 'APPLICATION_MISSING', 'REVISION_MISSING', 'IAM_ROLE_MISSING', 'IAM_ROLE_PERMISSIONS', 'NO_EC2_SUBSCRIPTION', 'OVER_MAX_INSTANCES', 'NO_INSTANCES', 'TIMEOUT', 'HEALTH_CONSTRAINTS_INVALID', 'HEALTH_CONSTRAINTS', 'INTERNAL_ERROR', 'THROTTLED', 'ALARM_ACTIVE', 'AGENT_ISSUE', 'AUTO_SCALING_IAM_ROLE_PERMISSIONS', 'AUTO_SCALING_CONFIGURATION', 'MANUAL_STOP', 'MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION', 'MISSING_ELB_INFORMATION', 'MISSING_GITHUB_TOKEN', 'ELASTIC_LOAD_BALANCING_INVALID', 'ELB_INVALID_INSTANCE', 'INVALID_LAMBDA_CONFIGURATION', 'INVALID_LAMBDA_FUNCTION', 'HOOK_EXECUTION_FAILURE', 'AUTOSCALING_VALIDATION_ERROR', 'INVALID_ECS_SERVICE', 'ECS_UPDATE_ERROR', 'INVALID_REVISION', ], ], 'ErrorInformation' => [ 'type' => 'structure', 'members' => [ 'code' => [ 'shape' => 'ErrorCode', ], 'message' => [ 'shape' => 'ErrorMessage', ], ], ], 'ErrorMessage' => [ 'type' => 'string', ], 'FileExistsBehavior' => [ 'type' => 'string', 'enum' => [ 'DISALLOW', 'OVERWRITE', 'RETAIN', ], ], 'FilterValue' => [ 'type' => 'string', ], 'FilterValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'FilterValue', ], ], 'GenericRevisionInfo' => [ 'type' => 'structure', 'members' => [ 'description' => [ 'shape' => 'Description', ], 'deploymentGroups' => [ 'shape' => 'DeploymentGroupsList', ], 'firstUsedTime' => [ 'shape' => 'Timestamp', ], 'lastUsedTime' => [ 'shape' => 'Timestamp', ], 'registerTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetApplicationInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], ], ], 'GetApplicationOutput' => [ 'type' => 'structure', 'members' => [ 'application' => [ 'shape' => 'ApplicationInfo', ], ], ], 'GetApplicationRevisionInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'revision', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'revision' => [ 'shape' => 'RevisionLocation', ], ], ], 'GetApplicationRevisionOutput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'revision' => [ 'shape' => 'RevisionLocation', ], 'revisionInfo' => [ 'shape' => 'GenericRevisionInfo', ], ], ], 'GetDeploymentConfigInput' => [ 'type' => 'structure', 'required' => [ 'deploymentConfigName', ], 'members' => [ 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], ], ], 'GetDeploymentConfigOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentConfigInfo' => [ 'shape' => 'DeploymentConfigInfo', ], ], ], 'GetDeploymentGroupInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'deploymentGroupName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], ], ], 'GetDeploymentGroupOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentGroupInfo' => [ 'shape' => 'DeploymentGroupInfo', ], ], ], 'GetDeploymentInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], ], ], 'GetDeploymentInstanceInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', 'instanceId', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'instanceId' => [ 'shape' => 'InstanceId', ], ], ], 'GetDeploymentInstanceOutput' => [ 'type' => 'structure', 'members' => [ 'instanceSummary' => [ 'shape' => 'InstanceSummary', ], ], ], 'GetDeploymentOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentInfo' => [ 'shape' => 'DeploymentInfo', ], ], ], 'GetDeploymentTargetInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetId' => [ 'shape' => 'TargetId', ], ], ], 'GetDeploymentTargetOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentTarget' => [ 'shape' => 'DeploymentTarget', ], ], ], 'GetOnPremisesInstanceInput' => [ 'type' => 'structure', 'required' => [ 'instanceName', ], 'members' => [ 'instanceName' => [ 'shape' => 'InstanceName', ], ], ], 'GetOnPremisesInstanceOutput' => [ 'type' => 'structure', 'members' => [ 'instanceInfo' => [ 'shape' => 'InstanceInfo', ], ], ], 'GitHubAccountTokenDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'GitHubAccountTokenName' => [ 'type' => 'string', ], 'GitHubAccountTokenNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GitHubAccountTokenName', ], ], 'GitHubAccountTokenNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'GitHubLocation' => [ 'type' => 'structure', 'members' => [ 'repository' => [ 'shape' => 'Repository', ], 'commitId' => [ 'shape' => 'CommitId', ], ], ], 'GreenFleetProvisioningAction' => [ 'type' => 'string', 'enum' => [ 'DISCOVER_EXISTING', 'COPY_AUTO_SCALING_GROUP', ], ], 'GreenFleetProvisioningOption' => [ 'type' => 'structure', 'members' => [ 'action' => [ 'shape' => 'GreenFleetProvisioningAction', ], ], ], 'IamArnRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'IamSessionArn' => [ 'type' => 'string', ], 'IamSessionArnAlreadyRegisteredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'IamUserArn' => [ 'type' => 'string', ], 'IamUserArnAlreadyRegisteredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'IamUserArnRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceAction' => [ 'type' => 'string', 'enum' => [ 'TERMINATE', 'KEEP_ALIVE', ], ], 'InstanceArn' => [ 'type' => 'string', ], 'InstanceCount' => [ 'type' => 'long', ], 'InstanceDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'deprecated' => true, 'deprecatedMessage' => 'This exception is deprecated, use DeploymentTargetDoesNotExistException instead.', 'exception' => true, ], 'InstanceId' => [ 'type' => 'string', ], 'InstanceIdRequiredException' => [ 'type' => 'structure', 'members' => [], 'deprecated' => true, 'deprecatedMessage' => 'This exception is deprecated, use DeploymentTargetIdRequiredException instead.', 'exception' => true, ], 'InstanceInfo' => [ 'type' => 'structure', 'members' => [ 'instanceName' => [ 'shape' => 'InstanceName', ], 'iamSessionArn' => [ 'shape' => 'IamSessionArn', ], 'iamUserArn' => [ 'shape' => 'IamUserArn', ], 'instanceArn' => [ 'shape' => 'InstanceArn', ], 'registerTime' => [ 'shape' => 'Timestamp', ], 'deregisterTime' => [ 'shape' => 'Timestamp', ], 'tags' => [ 'shape' => 'TagList', ], ], ], 'InstanceInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceInfo', ], ], 'InstanceLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceName' => [ 'type' => 'string', ], 'InstanceNameAlreadyRegisteredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceName', ], ], 'InstanceNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceNotRegisteredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceStatus' => [ 'type' => 'string', 'deprecated' => true, 'deprecatedMessage' => 'InstanceStatus is deprecated, use TargetStatus instead.', 'enum' => [ 'Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', 'Ready', ], ], 'InstanceStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceStatus', ], ], 'InstanceSummary' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'instanceId' => [ 'shape' => 'InstanceId', ], 'status' => [ 'shape' => 'InstanceStatus', ], 'lastUpdatedAt' => [ 'shape' => 'Timestamp', ], 'lifecycleEvents' => [ 'shape' => 'LifecycleEventList', ], 'instanceType' => [ 'shape' => 'InstanceType', ], ], 'deprecated' => true, 'deprecatedMessage' => 'InstanceSummary is deprecated, use DeploymentTarget instead.', ], 'InstanceSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceSummary', ], ], 'InstanceTarget' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetId' => [ 'shape' => 'TargetId', ], 'targetArn' => [ 'shape' => 'TargetArn', ], 'status' => [ 'shape' => 'TargetStatus', ], 'lastUpdatedAt' => [ 'shape' => 'Time', ], 'lifecycleEvents' => [ 'shape' => 'LifecycleEventList', ], 'instanceLabel' => [ 'shape' => 'TargetLabel', ], ], ], 'InstanceType' => [ 'type' => 'string', 'enum' => [ 'Blue', 'Green', ], ], 'InstanceTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceType', ], ], 'InstancesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceId', ], ], 'InvalidAlarmConfigException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidApplicationNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidAutoRollbackConfigException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidAutoScalingGroupException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidBlueGreenDeploymentConfigurationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidBucketNameFilterException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidComputePlatformException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeployedStateFilterException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentConfigNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentGroupNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentIdException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentInstanceTypeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentStatusException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentStyleException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentTargetIdException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentWaitTypeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidEC2TagCombinationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidEC2TagException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidECSServiceException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidFileExistsBehaviorException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidGitHubAccountTokenException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidGitHubAccountTokenNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidIamSessionArnException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidIamUserArnException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidIgnoreApplicationStopFailuresValueException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInputException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInstanceIdException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInstanceNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInstanceStatusException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInstanceTypeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidKeyPrefixFilterException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidLifecycleEventHookExecutionIdException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidLifecycleEventHookExecutionStatusException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidLoadBalancerInfoException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidMinimumHealthyHostValueException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidNextTokenException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidOnPremisesTagCombinationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidOperationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRegistrationStatusException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRevisionException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRoleException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidSortByException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidSortOrderException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTagException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTagFilterException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTargetException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTargetFilterNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTargetGroupPairException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTargetInstancesException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTimeRangeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTrafficRoutingConfigurationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTriggerConfigException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidUpdateOutdatedInstancesOnlyValueException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Key' => [ 'type' => 'string', ], 'LambdaTarget' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetId' => [ 'shape' => 'TargetId', ], 'targetArn' => [ 'shape' => 'TargetArn', ], 'status' => [ 'shape' => 'TargetStatus', ], 'lastUpdatedAt' => [ 'shape' => 'Time', ], 'lifecycleEvents' => [ 'shape' => 'LifecycleEventList', ], ], ], 'LastDeploymentInfo' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'status' => [ 'shape' => 'DeploymentStatus', ], 'endTime' => [ 'shape' => 'Timestamp', ], 'createTime' => [ 'shape' => 'Timestamp', ], ], ], 'LifecycleErrorCode' => [ 'type' => 'string', 'enum' => [ 'Success', 'ScriptMissing', 'ScriptNotExecutable', 'ScriptTimedOut', 'ScriptFailed', 'UnknownError', ], ], 'LifecycleEvent' => [ 'type' => 'structure', 'members' => [ 'lifecycleEventName' => [ 'shape' => 'LifecycleEventName', ], 'diagnostics' => [ 'shape' => 'Diagnostics', ], 'startTime' => [ 'shape' => 'Timestamp', ], 'endTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'LifecycleEventStatus', ], ], ], 'LifecycleEventAlreadyCompletedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'LifecycleEventHookExecutionId' => [ 'type' => 'string', ], 'LifecycleEventList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LifecycleEvent', ], ], 'LifecycleEventName' => [ 'type' => 'string', ], 'LifecycleEventStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', ], ], 'LifecycleHookLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'LifecycleMessage' => [ 'type' => 'string', ], 'ListApplicationRevisionsInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'sortBy' => [ 'shape' => 'ApplicationRevisionSortBy', ], 'sortOrder' => [ 'shape' => 'SortOrder', ], 's3Bucket' => [ 'shape' => 'S3Bucket', ], 's3KeyPrefix' => [ 'shape' => 'S3Key', ], 'deployed' => [ 'shape' => 'ListStateFilterAction', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListApplicationRevisionsOutput' => [ 'type' => 'structure', 'members' => [ 'revisions' => [ 'shape' => 'RevisionLocationList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListApplicationsInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListApplicationsOutput' => [ 'type' => 'structure', 'members' => [ 'applications' => [ 'shape' => 'ApplicationsList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentConfigsInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentConfigsOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentConfigsList' => [ 'shape' => 'DeploymentConfigsList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentGroupsInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentGroupsOutput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroups' => [ 'shape' => 'DeploymentGroupsList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentInstancesInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'nextToken' => [ 'shape' => 'NextToken', ], 'instanceStatusFilter' => [ 'shape' => 'InstanceStatusList', ], 'instanceTypeFilter' => [ 'shape' => 'InstanceTypeList', ], ], ], 'ListDeploymentInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'instancesList' => [ 'shape' => 'InstancesList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentTargetsInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'nextToken' => [ 'shape' => 'NextToken', ], 'targetFilters' => [ 'shape' => 'TargetFilters', ], ], ], 'ListDeploymentTargetsOutput' => [ 'type' => 'structure', 'members' => [ 'targetIds' => [ 'shape' => 'TargetIdList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentsInput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'includeOnlyStatuses' => [ 'shape' => 'DeploymentStatusList', ], 'createTimeRange' => [ 'shape' => 'TimeRange', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentsOutput' => [ 'type' => 'structure', 'members' => [ 'deployments' => [ 'shape' => 'DeploymentsList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListGitHubAccountTokenNamesInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListGitHubAccountTokenNamesOutput' => [ 'type' => 'structure', 'members' => [ 'tokenNameList' => [ 'shape' => 'GitHubAccountTokenNameList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListOnPremisesInstancesInput' => [ 'type' => 'structure', 'members' => [ 'registrationStatus' => [ 'shape' => 'RegistrationStatus', ], 'tagFilters' => [ 'shape' => 'TagFilterList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListOnPremisesInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'instanceNames' => [ 'shape' => 'InstanceNameList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStateFilterAction' => [ 'type' => 'string', 'enum' => [ 'include', 'exclude', 'ignore', ], ], 'ListenerArn' => [ 'type' => 'string', ], 'ListenerArnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ListenerArn', ], ], 'LoadBalancerInfo' => [ 'type' => 'structure', 'members' => [ 'elbInfoList' => [ 'shape' => 'ELBInfoList', ], 'targetGroupInfoList' => [ 'shape' => 'TargetGroupInfoList', ], 'targetGroupPairInfoList' => [ 'shape' => 'TargetGroupPairInfoList', ], ], ], 'LogTail' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'MinimumHealthyHosts' => [ 'type' => 'structure', 'members' => [ 'value' => [ 'shape' => 'MinimumHealthyHostsValue', ], 'type' => [ 'shape' => 'MinimumHealthyHostsType', ], ], ], 'MinimumHealthyHostsType' => [ 'type' => 'string', 'enum' => [ 'HOST_COUNT', 'FLEET_PERCENT', ], ], 'MinimumHealthyHostsValue' => [ 'type' => 'integer', ], 'MultipleIamArnsProvidedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NextToken' => [ 'type' => 'string', ], 'NullableBoolean' => [ 'type' => 'boolean', ], 'OnPremisesTagSet' => [ 'type' => 'structure', 'members' => [ 'onPremisesTagSetList' => [ 'shape' => 'OnPremisesTagSetList', ], ], ], 'OnPremisesTagSetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagFilterList', ], ], 'OperationNotSupportedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Percentage' => [ 'type' => 'integer', ], 'PutLifecycleEventHookExecutionStatusInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'lifecycleEventHookExecutionId' => [ 'shape' => 'LifecycleEventHookExecutionId', ], 'status' => [ 'shape' => 'LifecycleEventStatus', ], ], ], 'PutLifecycleEventHookExecutionStatusOutput' => [ 'type' => 'structure', 'members' => [ 'lifecycleEventHookExecutionId' => [ 'shape' => 'LifecycleEventHookExecutionId', ], ], ], 'RawString' => [ 'type' => 'structure', 'members' => [ 'content' => [ 'shape' => 'RawStringContent', ], 'sha256' => [ 'shape' => 'RawStringSha256', ], ], 'deprecated' => true, 'deprecatedMessage' => 'RawString and String revision type are deprecated, use AppSpecContent type instead.', ], 'RawStringContent' => [ 'type' => 'string', ], 'RawStringSha256' => [ 'type' => 'string', ], 'RegisterApplicationRevisionInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'revision', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'description' => [ 'shape' => 'Description', ], 'revision' => [ 'shape' => 'RevisionLocation', ], ], ], 'RegisterOnPremisesInstanceInput' => [ 'type' => 'structure', 'required' => [ 'instanceName', ], 'members' => [ 'instanceName' => [ 'shape' => 'InstanceName', ], 'iamSessionArn' => [ 'shape' => 'IamSessionArn', ], 'iamUserArn' => [ 'shape' => 'IamUserArn', ], ], ], 'RegistrationStatus' => [ 'type' => 'string', 'enum' => [ 'Registered', 'Deregistered', ], ], 'RemoveTagsFromOnPremisesInstancesInput' => [ 'type' => 'structure', 'required' => [ 'tags', 'instanceNames', ], 'members' => [ 'tags' => [ 'shape' => 'TagList', ], 'instanceNames' => [ 'shape' => 'InstanceNameList', ], ], ], 'Repository' => [ 'type' => 'string', ], 'ResourceValidationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'RevisionDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'RevisionInfo' => [ 'type' => 'structure', 'members' => [ 'revisionLocation' => [ 'shape' => 'RevisionLocation', ], 'genericRevisionInfo' => [ 'shape' => 'GenericRevisionInfo', ], ], ], 'RevisionInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RevisionInfo', ], ], 'RevisionLocation' => [ 'type' => 'structure', 'members' => [ 'revisionType' => [ 'shape' => 'RevisionLocationType', ], 's3Location' => [ 'shape' => 'S3Location', ], 'gitHubLocation' => [ 'shape' => 'GitHubLocation', ], 'string' => [ 'shape' => 'RawString', ], 'appSpecContent' => [ 'shape' => 'AppSpecContent', ], ], ], 'RevisionLocationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RevisionLocation', ], ], 'RevisionLocationType' => [ 'type' => 'string', 'enum' => [ 'S3', 'GitHub', 'String', 'AppSpecContent', ], ], 'RevisionRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Role' => [ 'type' => 'string', ], 'RoleRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'RollbackInfo' => [ 'type' => 'structure', 'members' => [ 'rollbackDeploymentId' => [ 'shape' => 'DeploymentId', ], 'rollbackTriggeringDeploymentId' => [ 'shape' => 'DeploymentId', ], 'rollbackMessage' => [ 'shape' => 'Description', ], ], ], 'S3Bucket' => [ 'type' => 'string', ], 'S3Key' => [ 'type' => 'string', ], 'S3Location' => [ 'type' => 'structure', 'members' => [ 'bucket' => [ 'shape' => 'S3Bucket', ], 'key' => [ 'shape' => 'S3Key', ], 'bundleType' => [ 'shape' => 'BundleType', ], 'version' => [ 'shape' => 'VersionId', ], 'eTag' => [ 'shape' => 'ETag', ], ], ], 'ScriptName' => [ 'type' => 'string', ], 'SkipWaitTimeForInstanceTerminationInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], ], ], 'SortOrder' => [ 'type' => 'string', 'enum' => [ 'ascending', 'descending', ], ], 'StopDeploymentInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'autoRollbackEnabled' => [ 'shape' => 'NullableBoolean', ], ], ], 'StopDeploymentOutput' => [ 'type' => 'structure', 'members' => [ 'status' => [ 'shape' => 'StopStatus', ], 'statusMessage' => [ 'shape' => 'Message', ], ], ], 'StopStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'Succeeded', ], ], 'Tag' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'Key', ], 'Value' => [ 'shape' => 'Value', ], ], ], 'TagFilter' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'Key', ], 'Value' => [ 'shape' => 'Value', ], 'Type' => [ 'shape' => 'TagFilterType', ], ], ], 'TagFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagFilter', ], ], 'TagFilterType' => [ 'type' => 'string', 'enum' => [ 'KEY_ONLY', 'VALUE_ONLY', 'KEY_AND_VALUE', ], ], 'TagLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], ], 'TagRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'TagSetListLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'TargetArn' => [ 'type' => 'string', ], 'TargetFilterName' => [ 'type' => 'string', 'enum' => [ 'TargetStatus', 'ServerInstanceLabel', ], ], 'TargetFilters' => [ 'type' => 'map', 'key' => [ 'shape' => 'TargetFilterName', ], 'value' => [ 'shape' => 'FilterValueList', ], ], 'TargetGroupInfo' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'TargetGroupName', ], ], ], 'TargetGroupInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetGroupInfo', ], ], 'TargetGroupName' => [ 'type' => 'string', ], 'TargetGroupPairInfo' => [ 'type' => 'structure', 'members' => [ 'targetGroups' => [ 'shape' => 'TargetGroupInfoList', ], 'prodTrafficRoute' => [ 'shape' => 'TrafficRoute', ], 'testTrafficRoute' => [ 'shape' => 'TrafficRoute', ], ], ], 'TargetGroupPairInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetGroupPairInfo', ], ], 'TargetId' => [ 'type' => 'string', ], 'TargetIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetId', ], ], 'TargetInstances' => [ 'type' => 'structure', 'members' => [ 'tagFilters' => [ 'shape' => 'EC2TagFilterList', ], 'autoScalingGroups' => [ 'shape' => 'AutoScalingGroupNameList', ], 'ec2TagSet' => [ 'shape' => 'EC2TagSet', ], ], ], 'TargetLabel' => [ 'type' => 'string', 'enum' => [ 'Blue', 'Green', ], ], 'TargetStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', 'Ready', ], ], 'ThrottlingException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Time' => [ 'type' => 'timestamp', ], 'TimeBasedCanary' => [ 'type' => 'structure', 'members' => [ 'canaryPercentage' => [ 'shape' => 'Percentage', ], 'canaryInterval' => [ 'shape' => 'WaitTimeInMins', ], ], ], 'TimeBasedLinear' => [ 'type' => 'structure', 'members' => [ 'linearPercentage' => [ 'shape' => 'Percentage', ], 'linearInterval' => [ 'shape' => 'WaitTimeInMins', ], ], ], 'TimeRange' => [ 'type' => 'structure', 'members' => [ 'start' => [ 'shape' => 'Timestamp', ], 'end' => [ 'shape' => 'Timestamp', ], ], ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TrafficRoute' => [ 'type' => 'structure', 'members' => [ 'listenerArns' => [ 'shape' => 'ListenerArnList', ], ], ], 'TrafficRoutingConfig' => [ 'type' => 'structure', 'members' => [ 'type' => [ 'shape' => 'TrafficRoutingType', ], 'timeBasedCanary' => [ 'shape' => 'TimeBasedCanary', ], 'timeBasedLinear' => [ 'shape' => 'TimeBasedLinear', ], ], ], 'TrafficRoutingType' => [ 'type' => 'string', 'enum' => [ 'TimeBasedCanary', 'TimeBasedLinear', 'AllAtOnce', ], ], 'TrafficWeight' => [ 'type' => 'double', ], 'TriggerConfig' => [ 'type' => 'structure', 'members' => [ 'triggerName' => [ 'shape' => 'TriggerName', ], 'triggerTargetArn' => [ 'shape' => 'TriggerTargetArn', ], 'triggerEvents' => [ 'shape' => 'TriggerEventTypeList', ], ], ], 'TriggerConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TriggerConfig', ], ], 'TriggerEventType' => [ 'type' => 'string', 'enum' => [ 'DeploymentStart', 'DeploymentSuccess', 'DeploymentFailure', 'DeploymentStop', 'DeploymentRollback', 'DeploymentReady', 'InstanceStart', 'InstanceSuccess', 'InstanceFailure', 'InstanceReady', ], ], 'TriggerEventTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TriggerEventType', ], ], 'TriggerName' => [ 'type' => 'string', ], 'TriggerTargetArn' => [ 'type' => 'string', ], 'TriggerTargetsLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'UnsupportedActionForDeploymentTypeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'UpdateApplicationInput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'newApplicationName' => [ 'shape' => 'ApplicationName', ], ], ], 'UpdateDeploymentGroupInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'currentDeploymentGroupName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'currentDeploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'newDeploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'ec2TagFilters' => [ 'shape' => 'EC2TagFilterList', ], 'onPremisesInstanceTagFilters' => [ 'shape' => 'TagFilterList', ], 'autoScalingGroups' => [ 'shape' => 'AutoScalingGroupNameList', ], 'serviceRoleArn' => [ 'shape' => 'Role', ], 'triggerConfigurations' => [ 'shape' => 'TriggerConfigList', ], 'alarmConfiguration' => [ 'shape' => 'AlarmConfiguration', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'deploymentStyle' => [ 'shape' => 'DeploymentStyle', ], 'blueGreenDeploymentConfiguration' => [ 'shape' => 'BlueGreenDeploymentConfiguration', ], 'loadBalancerInfo' => [ 'shape' => 'LoadBalancerInfo', ], 'ec2TagSet' => [ 'shape' => 'EC2TagSet', ], 'ecsServices' => [ 'shape' => 'ECSServiceList', ], 'onPremisesTagSet' => [ 'shape' => 'OnPremisesTagSet', ], ], ], 'UpdateDeploymentGroupOutput' => [ 'type' => 'structure', 'members' => [ 'hooksNotCleanedUp' => [ 'shape' => 'AutoScalingGroupList', ], ], ], 'Value' => [ 'type' => 'string', ], 'VersionId' => [ 'type' => 'string', ], 'WaitTimeInMins' => [ 'type' => 'integer', ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2014-10-06', 'endpointPrefix' => 'codedeploy', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'CodeDeploy', 'serviceFullName' => 'AWS CodeDeploy', 'serviceId' => 'CodeDeploy', 'signatureVersion' => 'v4', 'targetPrefix' => 'CodeDeploy_20141006', 'uid' => 'codedeploy-2014-10-06', ], 'operations' => [ 'AddTagsToOnPremisesInstances' => [ 'name' => 'AddTagsToOnPremisesInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AddTagsToOnPremisesInstancesInput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'TagRequiredException', ], [ 'shape' => 'InvalidTagException', ], [ 'shape' => 'TagLimitExceededException', ], [ 'shape' => 'InstanceLimitExceededException', ], [ 'shape' => 'InstanceNotRegisteredException', ], ], ], 'BatchGetApplicationRevisions' => [ 'name' => 'BatchGetApplicationRevisions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetApplicationRevisionsInput', ], 'output' => [ 'shape' => 'BatchGetApplicationRevisionsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'RevisionRequiredException', ], [ 'shape' => 'InvalidRevisionException', ], [ 'shape' => 'BatchLimitExceededException', ], ], ], 'BatchGetApplications' => [ 'name' => 'BatchGetApplications', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetApplicationsInput', ], 'output' => [ 'shape' => 'BatchGetApplicationsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'BatchLimitExceededException', ], ], ], 'BatchGetDeploymentGroups' => [ 'name' => 'BatchGetDeploymentGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDeploymentGroupsInput', ], 'output' => [ 'shape' => 'BatchGetDeploymentGroupsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'BatchLimitExceededException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], ], ], 'BatchGetDeploymentInstances' => [ 'name' => 'BatchGetDeploymentInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDeploymentInstancesInput', ], 'output' => [ 'shape' => 'BatchGetDeploymentInstancesOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'InstanceIdRequiredException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'BatchLimitExceededException', ], [ 'shape' => 'InvalidComputePlatformException', ], ], 'deprecated' => true, 'deprecatedMessage' => 'This operation is deprecated, use BatchGetDeploymentTargets instead.', ], 'BatchGetDeploymentTargets' => [ 'name' => 'BatchGetDeploymentTargets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDeploymentTargetsInput', ], 'output' => [ 'shape' => 'BatchGetDeploymentTargetsOutput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentNotStartedException', ], [ 'shape' => 'DeploymentTargetIdRequiredException', ], [ 'shape' => 'InvalidDeploymentTargetIdException', ], [ 'shape' => 'DeploymentTargetDoesNotExistException', ], [ 'shape' => 'DeploymentTargetListSizeExceededException', ], ], ], 'BatchGetDeployments' => [ 'name' => 'BatchGetDeployments', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDeploymentsInput', ], 'output' => [ 'shape' => 'BatchGetDeploymentsOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'BatchLimitExceededException', ], ], ], 'BatchGetOnPremisesInstances' => [ 'name' => 'BatchGetOnPremisesInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetOnPremisesInstancesInput', ], 'output' => [ 'shape' => 'BatchGetOnPremisesInstancesOutput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'BatchLimitExceededException', ], ], ], 'ContinueDeployment' => [ 'name' => 'ContinueDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ContinueDeploymentInput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentAlreadyCompletedException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentIsNotInReadyStateException', ], [ 'shape' => 'UnsupportedActionForDeploymentTypeException', ], [ 'shape' => 'InvalidDeploymentWaitTypeException', ], [ 'shape' => 'InvalidDeploymentStatusException', ], ], ], 'CreateApplication' => [ 'name' => 'CreateApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateApplicationInput', ], 'output' => [ 'shape' => 'CreateApplicationOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationAlreadyExistsException', ], [ 'shape' => 'ApplicationLimitExceededException', ], [ 'shape' => 'InvalidComputePlatformException', ], [ 'shape' => 'InvalidTagsToAddException', ], ], ], 'CreateDeployment' => [ 'name' => 'CreateDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDeploymentInput', ], 'output' => [ 'shape' => 'CreateDeploymentOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'RevisionRequiredException', ], [ 'shape' => 'RevisionDoesNotExistException', ], [ 'shape' => 'InvalidRevisionException', ], [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'DescriptionTooLongException', ], [ 'shape' => 'DeploymentLimitExceededException', ], [ 'shape' => 'InvalidTargetInstancesException', ], [ 'shape' => 'InvalidAutoRollbackConfigException', ], [ 'shape' => 'InvalidLoadBalancerInfoException', ], [ 'shape' => 'InvalidFileExistsBehaviorException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'InvalidAutoScalingGroupException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'InvalidUpdateOutdatedInstancesOnlyValueException', ], [ 'shape' => 'InvalidIgnoreApplicationStopFailuresValueException', ], [ 'shape' => 'InvalidGitHubAccountTokenException', ], ], ], 'CreateDeploymentConfig' => [ 'name' => 'CreateDeploymentConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDeploymentConfigInput', ], 'output' => [ 'shape' => 'CreateDeploymentConfigOutput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigNameRequiredException', ], [ 'shape' => 'DeploymentConfigAlreadyExistsException', ], [ 'shape' => 'InvalidMinimumHealthyHostValueException', ], [ 'shape' => 'DeploymentConfigLimitExceededException', ], [ 'shape' => 'InvalidComputePlatformException', ], [ 'shape' => 'InvalidTrafficRoutingConfigurationException', ], ], ], 'CreateDeploymentGroup' => [ 'name' => 'CreateDeploymentGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDeploymentGroupInput', ], 'output' => [ 'shape' => 'CreateDeploymentGroupOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupAlreadyExistsException', ], [ 'shape' => 'InvalidEC2TagException', ], [ 'shape' => 'InvalidTagException', ], [ 'shape' => 'InvalidAutoScalingGroupException', ], [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'RoleRequiredException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'DeploymentGroupLimitExceededException', ], [ 'shape' => 'LifecycleHookLimitExceededException', ], [ 'shape' => 'InvalidTriggerConfigException', ], [ 'shape' => 'TriggerTargetsLimitExceededException', ], [ 'shape' => 'InvalidAlarmConfigException', ], [ 'shape' => 'AlarmsLimitExceededException', ], [ 'shape' => 'InvalidAutoRollbackConfigException', ], [ 'shape' => 'InvalidLoadBalancerInfoException', ], [ 'shape' => 'InvalidDeploymentStyleException', ], [ 'shape' => 'InvalidBlueGreenDeploymentConfigurationException', ], [ 'shape' => 'InvalidEC2TagCombinationException', ], [ 'shape' => 'InvalidOnPremisesTagCombinationException', ], [ 'shape' => 'TagSetListLimitExceededException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'InvalidECSServiceException', ], [ 'shape' => 'InvalidTargetGroupPairException', ], [ 'shape' => 'ECSServiceMappingLimitExceededException', ], [ 'shape' => 'InvalidTagsToAddException', ], ], ], 'DeleteApplication' => [ 'name' => 'DeleteApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteApplicationInput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'InvalidRoleException', ], ], ], 'DeleteDeploymentConfig' => [ 'name' => 'DeleteDeploymentConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDeploymentConfigInput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigNameRequiredException', ], [ 'shape' => 'DeploymentConfigInUseException', ], [ 'shape' => 'InvalidOperationException', ], ], ], 'DeleteDeploymentGroup' => [ 'name' => 'DeleteDeploymentGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDeploymentGroupInput', ], 'output' => [ 'shape' => 'DeleteDeploymentGroupOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'InvalidRoleException', ], ], ], 'DeleteGitHubAccountToken' => [ 'name' => 'DeleteGitHubAccountToken', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteGitHubAccountTokenInput', ], 'output' => [ 'shape' => 'DeleteGitHubAccountTokenOutput', ], 'errors' => [ [ 'shape' => 'GitHubAccountTokenNameRequiredException', ], [ 'shape' => 'GitHubAccountTokenDoesNotExistException', ], [ 'shape' => 'InvalidGitHubAccountTokenNameException', ], [ 'shape' => 'ResourceValidationException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], 'DeregisterOnPremisesInstance' => [ 'name' => 'DeregisterOnPremisesInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeregisterOnPremisesInstanceInput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], ], ], 'GetApplication' => [ 'name' => 'GetApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetApplicationInput', ], 'output' => [ 'shape' => 'GetApplicationOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], ], ], 'GetApplicationRevision' => [ 'name' => 'GetApplicationRevision', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetApplicationRevisionInput', ], 'output' => [ 'shape' => 'GetApplicationRevisionOutput', ], 'errors' => [ [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'RevisionDoesNotExistException', ], [ 'shape' => 'RevisionRequiredException', ], [ 'shape' => 'InvalidRevisionException', ], ], ], 'GetDeployment' => [ 'name' => 'GetDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentInput', ], 'output' => [ 'shape' => 'GetDeploymentOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], ], ], 'GetDeploymentConfig' => [ 'name' => 'GetDeploymentConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentConfigInput', ], 'output' => [ 'shape' => 'GetDeploymentConfigOutput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigNameRequiredException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'InvalidComputePlatformException', ], ], ], 'GetDeploymentGroup' => [ 'name' => 'GetDeploymentGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentGroupInput', ], 'output' => [ 'shape' => 'GetDeploymentGroupOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], ], ], 'GetDeploymentInstance' => [ 'name' => 'GetDeploymentInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentInstanceInput', ], 'output' => [ 'shape' => 'GetDeploymentInstanceOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'InstanceIdRequiredException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'InstanceDoesNotExistException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'InvalidComputePlatformException', ], ], 'deprecated' => true, 'deprecatedMessage' => 'This operation is deprecated, use GetDeploymentTarget instead.', ], 'GetDeploymentTarget' => [ 'name' => 'GetDeploymentTarget', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeploymentTargetInput', ], 'output' => [ 'shape' => 'GetDeploymentTargetOutput', ], 'errors' => [ [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentNotStartedException', ], [ 'shape' => 'DeploymentTargetIdRequiredException', ], [ 'shape' => 'InvalidDeploymentTargetIdException', ], [ 'shape' => 'DeploymentTargetDoesNotExistException', ], [ 'shape' => 'InvalidInstanceNameException', ], ], ], 'GetOnPremisesInstance' => [ 'name' => 'GetOnPremisesInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetOnPremisesInstanceInput', ], 'output' => [ 'shape' => 'GetOnPremisesInstanceOutput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InstanceNotRegisteredException', ], [ 'shape' => 'InvalidInstanceNameException', ], ], ], 'ListApplicationRevisions' => [ 'name' => 'ListApplicationRevisions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListApplicationRevisionsInput', ], 'output' => [ 'shape' => 'ListApplicationRevisionsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'InvalidSortByException', ], [ 'shape' => 'InvalidSortOrderException', ], [ 'shape' => 'InvalidBucketNameFilterException', ], [ 'shape' => 'InvalidKeyPrefixFilterException', ], [ 'shape' => 'BucketNameFilterRequiredException', ], [ 'shape' => 'InvalidDeployedStateFilterException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListApplications' => [ 'name' => 'ListApplications', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListApplicationsInput', ], 'output' => [ 'shape' => 'ListApplicationsOutput', ], 'errors' => [ [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListDeploymentConfigs' => [ 'name' => 'ListDeploymentConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentConfigsInput', ], 'output' => [ 'shape' => 'ListDeploymentConfigsOutput', ], 'errors' => [ [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListDeploymentGroups' => [ 'name' => 'ListDeploymentGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentGroupsInput', ], 'output' => [ 'shape' => 'ListDeploymentGroupsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListDeploymentInstances' => [ 'name' => 'ListDeploymentInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentInstancesInput', ], 'output' => [ 'shape' => 'ListDeploymentInstancesOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentNotStartedException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'InvalidInstanceStatusException', ], [ 'shape' => 'InvalidInstanceTypeException', ], [ 'shape' => 'InvalidDeploymentInstanceTypeException', ], [ 'shape' => 'InvalidTargetFilterNameException', ], [ 'shape' => 'InvalidComputePlatformException', ], ], 'deprecated' => true, 'deprecatedMessage' => 'This operation is deprecated, use ListDeploymentTargets instead.', ], 'ListDeploymentTargets' => [ 'name' => 'ListDeploymentTargets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentTargetsInput', ], 'output' => [ 'shape' => 'ListDeploymentTargetsOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentNotStartedException', ], [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'InvalidInstanceStatusException', ], [ 'shape' => 'InvalidInstanceTypeException', ], [ 'shape' => 'InvalidDeploymentInstanceTypeException', ], ], ], 'ListDeployments' => [ 'name' => 'ListDeployments', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeploymentsInput', ], 'output' => [ 'shape' => 'ListDeploymentsOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'InvalidTimeRangeException', ], [ 'shape' => 'InvalidDeploymentStatusException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListGitHubAccountTokenNames' => [ 'name' => 'ListGitHubAccountTokenNames', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListGitHubAccountTokenNamesInput', ], 'output' => [ 'shape' => 'ListGitHubAccountTokenNamesOutput', ], 'errors' => [ [ 'shape' => 'InvalidNextTokenException', ], [ 'shape' => 'ResourceValidationException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], 'ListOnPremisesInstances' => [ 'name' => 'ListOnPremisesInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListOnPremisesInstancesInput', ], 'output' => [ 'shape' => 'ListOnPremisesInstancesOutput', ], 'errors' => [ [ 'shape' => 'InvalidRegistrationStatusException', ], [ 'shape' => 'InvalidTagFilterException', ], [ 'shape' => 'InvalidNextTokenException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTagsForResourceInput', ], 'output' => [ 'shape' => 'ListTagsForResourceOutput', ], 'errors' => [ [ 'shape' => 'ArnNotSupportedException', ], [ 'shape' => 'InvalidArnException', ], [ 'shape' => 'ResourceArnRequiredException', ], ], ], 'PutLifecycleEventHookExecutionStatus' => [ 'name' => 'PutLifecycleEventHookExecutionStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutLifecycleEventHookExecutionStatusInput', ], 'output' => [ 'shape' => 'PutLifecycleEventHookExecutionStatusOutput', ], 'errors' => [ [ 'shape' => 'InvalidLifecycleEventHookExecutionStatusException', ], [ 'shape' => 'InvalidLifecycleEventHookExecutionIdException', ], [ 'shape' => 'LifecycleEventAlreadyCompletedException', ], [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'UnsupportedActionForDeploymentTypeException', ], ], ], 'RegisterApplicationRevision' => [ 'name' => 'RegisterApplicationRevision', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterApplicationRevisionInput', ], 'errors' => [ [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'DescriptionTooLongException', ], [ 'shape' => 'RevisionRequiredException', ], [ 'shape' => 'InvalidRevisionException', ], ], ], 'RegisterOnPremisesInstance' => [ 'name' => 'RegisterOnPremisesInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterOnPremisesInstanceInput', ], 'errors' => [ [ 'shape' => 'InstanceNameAlreadyRegisteredException', ], [ 'shape' => 'IamArnRequiredException', ], [ 'shape' => 'IamSessionArnAlreadyRegisteredException', ], [ 'shape' => 'IamUserArnAlreadyRegisteredException', ], [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'IamUserArnRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'InvalidIamSessionArnException', ], [ 'shape' => 'InvalidIamUserArnException', ], [ 'shape' => 'MultipleIamArnsProvidedException', ], ], ], 'RemoveTagsFromOnPremisesInstances' => [ 'name' => 'RemoveTagsFromOnPremisesInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RemoveTagsFromOnPremisesInstancesInput', ], 'errors' => [ [ 'shape' => 'InstanceNameRequiredException', ], [ 'shape' => 'InvalidInstanceNameException', ], [ 'shape' => 'TagRequiredException', ], [ 'shape' => 'InvalidTagException', ], [ 'shape' => 'TagLimitExceededException', ], [ 'shape' => 'InstanceLimitExceededException', ], [ 'shape' => 'InstanceNotRegisteredException', ], ], ], 'SkipWaitTimeForInstanceTermination' => [ 'name' => 'SkipWaitTimeForInstanceTermination', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SkipWaitTimeForInstanceTerminationInput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentAlreadyCompletedException', ], [ 'shape' => 'InvalidDeploymentIdException', ], [ 'shape' => 'DeploymentNotStartedException', ], [ 'shape' => 'UnsupportedActionForDeploymentTypeException', ], ], 'deprecated' => true, 'deprecatedMessage' => 'This operation is deprecated, use ContinueDeployment with DeploymentWaitType instead.', ], 'StopDeployment' => [ 'name' => 'StopDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopDeploymentInput', ], 'output' => [ 'shape' => 'StopDeploymentOutput', ], 'errors' => [ [ 'shape' => 'DeploymentIdRequiredException', ], [ 'shape' => 'DeploymentDoesNotExistException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'DeploymentAlreadyCompletedException', ], [ 'shape' => 'InvalidDeploymentIdException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TagResourceInput', ], 'output' => [ 'shape' => 'TagResourceOutput', ], 'errors' => [ [ 'shape' => 'ResourceArnRequiredException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'TagRequiredException', ], [ 'shape' => 'InvalidTagsToAddException', ], [ 'shape' => 'ArnNotSupportedException', ], [ 'shape' => 'InvalidArnException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UntagResourceInput', ], 'output' => [ 'shape' => 'UntagResourceOutput', ], 'errors' => [ [ 'shape' => 'ResourceArnRequiredException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'TagRequiredException', ], [ 'shape' => 'InvalidTagsToAddException', ], [ 'shape' => 'ArnNotSupportedException', ], [ 'shape' => 'InvalidArnException', ], ], ], 'UpdateApplication' => [ 'name' => 'UpdateApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateApplicationInput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationAlreadyExistsException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], ], ], 'UpdateDeploymentGroup' => [ 'name' => 'UpdateDeploymentGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDeploymentGroupInput', ], 'output' => [ 'shape' => 'UpdateDeploymentGroupOutput', ], 'errors' => [ [ 'shape' => 'ApplicationNameRequiredException', ], [ 'shape' => 'InvalidApplicationNameException', ], [ 'shape' => 'ApplicationDoesNotExistException', ], [ 'shape' => 'InvalidDeploymentGroupNameException', ], [ 'shape' => 'DeploymentGroupAlreadyExistsException', ], [ 'shape' => 'DeploymentGroupNameRequiredException', ], [ 'shape' => 'DeploymentGroupDoesNotExistException', ], [ 'shape' => 'InvalidEC2TagException', ], [ 'shape' => 'InvalidTagException', ], [ 'shape' => 'InvalidAutoScalingGroupException', ], [ 'shape' => 'InvalidDeploymentConfigNameException', ], [ 'shape' => 'DeploymentConfigDoesNotExistException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'LifecycleHookLimitExceededException', ], [ 'shape' => 'InvalidTriggerConfigException', ], [ 'shape' => 'TriggerTargetsLimitExceededException', ], [ 'shape' => 'InvalidAlarmConfigException', ], [ 'shape' => 'AlarmsLimitExceededException', ], [ 'shape' => 'InvalidAutoRollbackConfigException', ], [ 'shape' => 'InvalidLoadBalancerInfoException', ], [ 'shape' => 'InvalidDeploymentStyleException', ], [ 'shape' => 'InvalidBlueGreenDeploymentConfigurationException', ], [ 'shape' => 'InvalidEC2TagCombinationException', ], [ 'shape' => 'InvalidOnPremisesTagCombinationException', ], [ 'shape' => 'TagSetListLimitExceededException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'InvalidECSServiceException', ], [ 'shape' => 'InvalidTargetGroupPairException', ], [ 'shape' => 'ECSServiceMappingLimitExceededException', ], ], ], ], 'shapes' => [ 'AddTagsToOnPremisesInstancesInput' => [ 'type' => 'structure', 'required' => [ 'tags', 'instanceNames', ], 'members' => [ 'tags' => [ 'shape' => 'TagList', ], 'instanceNames' => [ 'shape' => 'InstanceNameList', ], ], ], 'AdditionalDeploymentStatusInfo' => [ 'type' => 'string', 'deprecated' => true, 'deprecatedMessage' => 'AdditionalDeploymentStatusInfo is deprecated, use DeploymentStatusMessageList instead.', ], 'Alarm' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'AlarmName', ], ], ], 'AlarmConfiguration' => [ 'type' => 'structure', 'members' => [ 'enabled' => [ 'shape' => 'Boolean', ], 'ignorePollAlarmFailure' => [ 'shape' => 'Boolean', ], 'alarms' => [ 'shape' => 'AlarmList', ], ], ], 'AlarmList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Alarm', ], ], 'AlarmName' => [ 'type' => 'string', ], 'AlarmsLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'AppSpecContent' => [ 'type' => 'structure', 'members' => [ 'content' => [ 'shape' => 'RawStringContent', ], 'sha256' => [ 'shape' => 'RawStringSha256', ], ], ], 'ApplicationAlreadyExistsException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ApplicationDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ApplicationId' => [ 'type' => 'string', ], 'ApplicationInfo' => [ 'type' => 'structure', 'members' => [ 'applicationId' => [ 'shape' => 'ApplicationId', ], 'applicationName' => [ 'shape' => 'ApplicationName', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'linkedToGitHub' => [ 'shape' => 'Boolean', ], 'gitHubAccountName' => [ 'shape' => 'GitHubAccountTokenName', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], ], ], 'ApplicationLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ApplicationName' => [ 'type' => 'string', 'max' => 100, 'min' => 1, ], 'ApplicationNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ApplicationRevisionSortBy' => [ 'type' => 'string', 'enum' => [ 'registerTime', 'firstUsedTime', 'lastUsedTime', ], ], 'ApplicationsInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ApplicationInfo', ], ], 'ApplicationsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ApplicationName', ], ], 'Arn' => [ 'type' => 'string', 'max' => 1011, 'min' => 1, ], 'ArnNotSupportedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'AutoRollbackConfiguration' => [ 'type' => 'structure', 'members' => [ 'enabled' => [ 'shape' => 'Boolean', ], 'events' => [ 'shape' => 'AutoRollbackEventsList', ], ], ], 'AutoRollbackEvent' => [ 'type' => 'string', 'enum' => [ 'DEPLOYMENT_FAILURE', 'DEPLOYMENT_STOP_ON_ALARM', 'DEPLOYMENT_STOP_ON_REQUEST', ], ], 'AutoRollbackEventsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoRollbackEvent', ], ], 'AutoScalingGroup' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'AutoScalingGroupName', ], 'hook' => [ 'shape' => 'AutoScalingGroupHook', ], ], ], 'AutoScalingGroupHook' => [ 'type' => 'string', ], 'AutoScalingGroupList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoScalingGroup', ], ], 'AutoScalingGroupName' => [ 'type' => 'string', ], 'AutoScalingGroupNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoScalingGroupName', ], ], 'BatchGetApplicationRevisionsInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'revisions', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'revisions' => [ 'shape' => 'RevisionLocationList', ], ], ], 'BatchGetApplicationRevisionsOutput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'errorMessage' => [ 'shape' => 'ErrorMessage', ], 'revisions' => [ 'shape' => 'RevisionInfoList', ], ], ], 'BatchGetApplicationsInput' => [ 'type' => 'structure', 'required' => [ 'applicationNames', ], 'members' => [ 'applicationNames' => [ 'shape' => 'ApplicationsList', ], ], ], 'BatchGetApplicationsOutput' => [ 'type' => 'structure', 'members' => [ 'applicationsInfo' => [ 'shape' => 'ApplicationsInfoList', ], ], ], 'BatchGetDeploymentGroupsInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'deploymentGroupNames', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupNames' => [ 'shape' => 'DeploymentGroupsList', ], ], ], 'BatchGetDeploymentGroupsOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentGroupsInfo' => [ 'shape' => 'DeploymentGroupInfoList', ], 'errorMessage' => [ 'shape' => 'ErrorMessage', ], ], ], 'BatchGetDeploymentInstancesInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', 'instanceIds', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'instanceIds' => [ 'shape' => 'InstancesList', ], ], ], 'BatchGetDeploymentInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'instancesSummary' => [ 'shape' => 'InstanceSummaryList', ], 'errorMessage' => [ 'shape' => 'ErrorMessage', ], ], ], 'BatchGetDeploymentTargetsInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetIds' => [ 'shape' => 'TargetIdList', ], ], ], 'BatchGetDeploymentTargetsOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentTargets' => [ 'shape' => 'DeploymentTargetList', ], ], ], 'BatchGetDeploymentsInput' => [ 'type' => 'structure', 'required' => [ 'deploymentIds', ], 'members' => [ 'deploymentIds' => [ 'shape' => 'DeploymentsList', ], ], ], 'BatchGetDeploymentsOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentsInfo' => [ 'shape' => 'DeploymentsInfoList', ], ], ], 'BatchGetOnPremisesInstancesInput' => [ 'type' => 'structure', 'required' => [ 'instanceNames', ], 'members' => [ 'instanceNames' => [ 'shape' => 'InstanceNameList', ], ], ], 'BatchGetOnPremisesInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'instanceInfos' => [ 'shape' => 'InstanceInfoList', ], ], ], 'BatchLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'BlueGreenDeploymentConfiguration' => [ 'type' => 'structure', 'members' => [ 'terminateBlueInstancesOnDeploymentSuccess' => [ 'shape' => 'BlueInstanceTerminationOption', ], 'deploymentReadyOption' => [ 'shape' => 'DeploymentReadyOption', ], 'greenFleetProvisioningOption' => [ 'shape' => 'GreenFleetProvisioningOption', ], ], ], 'BlueInstanceTerminationOption' => [ 'type' => 'structure', 'members' => [ 'action' => [ 'shape' => 'InstanceAction', ], 'terminationWaitTimeInMinutes' => [ 'shape' => 'Duration', ], ], ], 'Boolean' => [ 'type' => 'boolean', ], 'BucketNameFilterRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'BundleType' => [ 'type' => 'string', 'enum' => [ 'tar', 'tgz', 'zip', 'YAML', 'JSON', ], ], 'CommitId' => [ 'type' => 'string', ], 'ComputePlatform' => [ 'type' => 'string', 'enum' => [ 'Server', 'Lambda', 'ECS', ], ], 'ContinueDeploymentInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'deploymentWaitType' => [ 'shape' => 'DeploymentWaitType', ], ], ], 'CreateApplicationInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], 'tags' => [ 'shape' => 'TagList', ], ], ], 'CreateApplicationOutput' => [ 'type' => 'structure', 'members' => [ 'applicationId' => [ 'shape' => 'ApplicationId', ], ], ], 'CreateDeploymentConfigInput' => [ 'type' => 'structure', 'required' => [ 'deploymentConfigName', ], 'members' => [ 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'minimumHealthyHosts' => [ 'shape' => 'MinimumHealthyHosts', ], 'trafficRoutingConfig' => [ 'shape' => 'TrafficRoutingConfig', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], ], ], 'CreateDeploymentConfigOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentConfigId' => [ 'shape' => 'DeploymentConfigId', ], ], ], 'CreateDeploymentGroupInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'deploymentGroupName', 'serviceRoleArn', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'ec2TagFilters' => [ 'shape' => 'EC2TagFilterList', ], 'onPremisesInstanceTagFilters' => [ 'shape' => 'TagFilterList', ], 'autoScalingGroups' => [ 'shape' => 'AutoScalingGroupNameList', ], 'serviceRoleArn' => [ 'shape' => 'Role', ], 'triggerConfigurations' => [ 'shape' => 'TriggerConfigList', ], 'alarmConfiguration' => [ 'shape' => 'AlarmConfiguration', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'deploymentStyle' => [ 'shape' => 'DeploymentStyle', ], 'blueGreenDeploymentConfiguration' => [ 'shape' => 'BlueGreenDeploymentConfiguration', ], 'loadBalancerInfo' => [ 'shape' => 'LoadBalancerInfo', ], 'ec2TagSet' => [ 'shape' => 'EC2TagSet', ], 'ecsServices' => [ 'shape' => 'ECSServiceList', ], 'onPremisesTagSet' => [ 'shape' => 'OnPremisesTagSet', ], 'tags' => [ 'shape' => 'TagList', ], ], ], 'CreateDeploymentGroupOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentGroupId' => [ 'shape' => 'DeploymentGroupId', ], ], ], 'CreateDeploymentInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'revision' => [ 'shape' => 'RevisionLocation', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'description' => [ 'shape' => 'Description', ], 'ignoreApplicationStopFailures' => [ 'shape' => 'Boolean', ], 'targetInstances' => [ 'shape' => 'TargetInstances', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'updateOutdatedInstancesOnly' => [ 'shape' => 'Boolean', ], 'fileExistsBehavior' => [ 'shape' => 'FileExistsBehavior', ], ], ], 'CreateDeploymentOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], ], ], 'DeleteApplicationInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], ], ], 'DeleteDeploymentConfigInput' => [ 'type' => 'structure', 'required' => [ 'deploymentConfigName', ], 'members' => [ 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], ], ], 'DeleteDeploymentGroupInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'deploymentGroupName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], ], ], 'DeleteDeploymentGroupOutput' => [ 'type' => 'structure', 'members' => [ 'hooksNotCleanedUp' => [ 'shape' => 'AutoScalingGroupList', ], ], ], 'DeleteGitHubAccountTokenInput' => [ 'type' => 'structure', 'members' => [ 'tokenName' => [ 'shape' => 'GitHubAccountTokenName', ], ], ], 'DeleteGitHubAccountTokenOutput' => [ 'type' => 'structure', 'members' => [ 'tokenName' => [ 'shape' => 'GitHubAccountTokenName', ], ], ], 'DeploymentAlreadyCompletedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentAlreadyStartedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigAlreadyExistsException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigId' => [ 'type' => 'string', ], 'DeploymentConfigInUseException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigInfo' => [ 'type' => 'structure', 'members' => [ 'deploymentConfigId' => [ 'shape' => 'DeploymentConfigId', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'minimumHealthyHosts' => [ 'shape' => 'MinimumHealthyHosts', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], 'trafficRoutingConfig' => [ 'shape' => 'TrafficRoutingConfig', ], ], ], 'DeploymentConfigLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigName' => [ 'type' => 'string', 'max' => 100, 'min' => 1, ], 'DeploymentConfigNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentConfigsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentConfigName', ], ], 'DeploymentCreator' => [ 'type' => 'string', 'enum' => [ 'user', 'autoscaling', 'codeDeployRollback', ], ], 'DeploymentDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupAlreadyExistsException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupId' => [ 'type' => 'string', ], 'DeploymentGroupInfo' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupId' => [ 'shape' => 'DeploymentGroupId', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'ec2TagFilters' => [ 'shape' => 'EC2TagFilterList', ], 'onPremisesInstanceTagFilters' => [ 'shape' => 'TagFilterList', ], 'autoScalingGroups' => [ 'shape' => 'AutoScalingGroupList', ], 'serviceRoleArn' => [ 'shape' => 'Role', ], 'targetRevision' => [ 'shape' => 'RevisionLocation', ], 'triggerConfigurations' => [ 'shape' => 'TriggerConfigList', ], 'alarmConfiguration' => [ 'shape' => 'AlarmConfiguration', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'deploymentStyle' => [ 'shape' => 'DeploymentStyle', ], 'blueGreenDeploymentConfiguration' => [ 'shape' => 'BlueGreenDeploymentConfiguration', ], 'loadBalancerInfo' => [ 'shape' => 'LoadBalancerInfo', ], 'lastSuccessfulDeployment' => [ 'shape' => 'LastDeploymentInfo', ], 'lastAttemptedDeployment' => [ 'shape' => 'LastDeploymentInfo', ], 'ec2TagSet' => [ 'shape' => 'EC2TagSet', ], 'onPremisesTagSet' => [ 'shape' => 'OnPremisesTagSet', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], 'ecsServices' => [ 'shape' => 'ECSServiceList', ], ], ], 'DeploymentGroupInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentGroupInfo', ], ], 'DeploymentGroupLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupName' => [ 'type' => 'string', 'max' => 100, 'min' => 1, ], 'DeploymentGroupNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentGroupsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentGroupName', ], ], 'DeploymentId' => [ 'type' => 'string', ], 'DeploymentIdRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentInfo' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'previousRevision' => [ 'shape' => 'RevisionLocation', ], 'revision' => [ 'shape' => 'RevisionLocation', ], 'status' => [ 'shape' => 'DeploymentStatus', ], 'errorInformation' => [ 'shape' => 'ErrorInformation', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'startTime' => [ 'shape' => 'Timestamp', ], 'completeTime' => [ 'shape' => 'Timestamp', ], 'deploymentOverview' => [ 'shape' => 'DeploymentOverview', ], 'description' => [ 'shape' => 'Description', ], 'creator' => [ 'shape' => 'DeploymentCreator', ], 'ignoreApplicationStopFailures' => [ 'shape' => 'Boolean', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'updateOutdatedInstancesOnly' => [ 'shape' => 'Boolean', ], 'rollbackInfo' => [ 'shape' => 'RollbackInfo', ], 'deploymentStyle' => [ 'shape' => 'DeploymentStyle', ], 'targetInstances' => [ 'shape' => 'TargetInstances', ], 'instanceTerminationWaitTimeStarted' => [ 'shape' => 'Boolean', ], 'blueGreenDeploymentConfiguration' => [ 'shape' => 'BlueGreenDeploymentConfiguration', ], 'loadBalancerInfo' => [ 'shape' => 'LoadBalancerInfo', ], 'additionalDeploymentStatusInfo' => [ 'shape' => 'AdditionalDeploymentStatusInfo', ], 'fileExistsBehavior' => [ 'shape' => 'FileExistsBehavior', ], 'deploymentStatusMessages' => [ 'shape' => 'DeploymentStatusMessageList', ], 'computePlatform' => [ 'shape' => 'ComputePlatform', ], ], ], 'DeploymentIsNotInReadyStateException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentNotStartedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentOption' => [ 'type' => 'string', 'enum' => [ 'WITH_TRAFFIC_CONTROL', 'WITHOUT_TRAFFIC_CONTROL', ], ], 'DeploymentOverview' => [ 'type' => 'structure', 'members' => [ 'Pending' => [ 'shape' => 'InstanceCount', ], 'InProgress' => [ 'shape' => 'InstanceCount', ], 'Succeeded' => [ 'shape' => 'InstanceCount', ], 'Failed' => [ 'shape' => 'InstanceCount', ], 'Skipped' => [ 'shape' => 'InstanceCount', ], 'Ready' => [ 'shape' => 'InstanceCount', ], ], ], 'DeploymentReadyAction' => [ 'type' => 'string', 'enum' => [ 'CONTINUE_DEPLOYMENT', 'STOP_DEPLOYMENT', ], ], 'DeploymentReadyOption' => [ 'type' => 'structure', 'members' => [ 'actionOnTimeout' => [ 'shape' => 'DeploymentReadyAction', ], 'waitTimeInMinutes' => [ 'shape' => 'Duration', ], ], ], 'DeploymentStatus' => [ 'type' => 'string', 'enum' => [ 'Created', 'Queued', 'InProgress', 'Succeeded', 'Failed', 'Stopped', 'Ready', ], ], 'DeploymentStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentStatus', ], ], 'DeploymentStatusMessageList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ErrorMessage', ], ], 'DeploymentStyle' => [ 'type' => 'structure', 'members' => [ 'deploymentType' => [ 'shape' => 'DeploymentType', ], 'deploymentOption' => [ 'shape' => 'DeploymentOption', ], ], ], 'DeploymentTarget' => [ 'type' => 'structure', 'members' => [ 'deploymentTargetType' => [ 'shape' => 'DeploymentTargetType', ], 'instanceTarget' => [ 'shape' => 'InstanceTarget', ], 'lambdaTarget' => [ 'shape' => 'LambdaTarget', ], 'ecsTarget' => [ 'shape' => 'ECSTarget', ], ], ], 'DeploymentTargetDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentTargetIdRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentTarget', ], ], 'DeploymentTargetListSizeExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'DeploymentTargetType' => [ 'type' => 'string', 'enum' => [ 'InstanceTarget', 'LambdaTarget', 'ECSTarget', ], ], 'DeploymentType' => [ 'type' => 'string', 'enum' => [ 'IN_PLACE', 'BLUE_GREEN', ], ], 'DeploymentWaitType' => [ 'type' => 'string', 'enum' => [ 'READY_WAIT', 'TERMINATION_WAIT', ], ], 'DeploymentsInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentInfo', ], ], 'DeploymentsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentId', ], ], 'DeregisterOnPremisesInstanceInput' => [ 'type' => 'structure', 'required' => [ 'instanceName', ], 'members' => [ 'instanceName' => [ 'shape' => 'InstanceName', ], ], ], 'Description' => [ 'type' => 'string', ], 'DescriptionTooLongException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Diagnostics' => [ 'type' => 'structure', 'members' => [ 'errorCode' => [ 'shape' => 'LifecycleErrorCode', ], 'scriptName' => [ 'shape' => 'ScriptName', ], 'message' => [ 'shape' => 'LifecycleMessage', ], 'logTail' => [ 'shape' => 'LogTail', ], ], ], 'Duration' => [ 'type' => 'integer', ], 'EC2TagFilter' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'Key', ], 'Value' => [ 'shape' => 'Value', ], 'Type' => [ 'shape' => 'EC2TagFilterType', ], ], ], 'EC2TagFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EC2TagFilter', ], ], 'EC2TagFilterType' => [ 'type' => 'string', 'enum' => [ 'KEY_ONLY', 'VALUE_ONLY', 'KEY_AND_VALUE', ], ], 'EC2TagSet' => [ 'type' => 'structure', 'members' => [ 'ec2TagSetList' => [ 'shape' => 'EC2TagSetList', ], ], ], 'EC2TagSetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EC2TagFilterList', ], ], 'ECSClusterName' => [ 'type' => 'string', ], 'ECSService' => [ 'type' => 'structure', 'members' => [ 'serviceName' => [ 'shape' => 'ECSServiceName', ], 'clusterName' => [ 'shape' => 'ECSClusterName', ], ], ], 'ECSServiceList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ECSService', ], ], 'ECSServiceMappingLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ECSServiceName' => [ 'type' => 'string', ], 'ECSTarget' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetId' => [ 'shape' => 'TargetId', ], 'targetArn' => [ 'shape' => 'TargetArn', ], 'lastUpdatedAt' => [ 'shape' => 'Time', ], 'lifecycleEvents' => [ 'shape' => 'LifecycleEventList', ], 'status' => [ 'shape' => 'TargetStatus', ], 'taskSetsInfo' => [ 'shape' => 'ECSTaskSetList', ], ], ], 'ECSTaskSet' => [ 'type' => 'structure', 'members' => [ 'identifer' => [ 'shape' => 'ECSTaskSetIdentifier', ], 'desiredCount' => [ 'shape' => 'ECSTaskSetCount', ], 'pendingCount' => [ 'shape' => 'ECSTaskSetCount', ], 'runningCount' => [ 'shape' => 'ECSTaskSetCount', ], 'status' => [ 'shape' => 'ECSTaskSetStatus', ], 'trafficWeight' => [ 'shape' => 'TrafficWeight', ], 'targetGroup' => [ 'shape' => 'TargetGroupInfo', ], 'taskSetLabel' => [ 'shape' => 'TargetLabel', ], ], ], 'ECSTaskSetCount' => [ 'type' => 'long', ], 'ECSTaskSetIdentifier' => [ 'type' => 'string', ], 'ECSTaskSetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ECSTaskSet', ], ], 'ECSTaskSetStatus' => [ 'type' => 'string', ], 'ELBInfo' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'ELBName', ], ], ], 'ELBInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ELBInfo', ], ], 'ELBName' => [ 'type' => 'string', ], 'ETag' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', 'enum' => [ 'AGENT_ISSUE', 'ALARM_ACTIVE', 'APPLICATION_MISSING', 'AUTOSCALING_VALIDATION_ERROR', 'AUTO_SCALING_CONFIGURATION', 'AUTO_SCALING_IAM_ROLE_PERMISSIONS', 'CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND', 'CUSTOMER_APPLICATION_UNHEALTHY', 'DEPLOYMENT_GROUP_MISSING', 'ECS_UPDATE_ERROR', 'ELASTIC_LOAD_BALANCING_INVALID', 'ELB_INVALID_INSTANCE', 'HEALTH_CONSTRAINTS', 'HEALTH_CONSTRAINTS_INVALID', 'HOOK_EXECUTION_FAILURE', 'IAM_ROLE_MISSING', 'IAM_ROLE_PERMISSIONS', 'INTERNAL_ERROR', 'INVALID_ECS_SERVICE', 'INVALID_LAMBDA_CONFIGURATION', 'INVALID_LAMBDA_FUNCTION', 'INVALID_REVISION', 'MANUAL_STOP', 'MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION', 'MISSING_ELB_INFORMATION', 'MISSING_GITHUB_TOKEN', 'NO_EC2_SUBSCRIPTION', 'NO_INSTANCES', 'OVER_MAX_INSTANCES', 'RESOURCE_LIMIT_EXCEEDED', 'REVISION_MISSING', 'THROTTLED', 'TIMEOUT', ], ], 'ErrorInformation' => [ 'type' => 'structure', 'members' => [ 'code' => [ 'shape' => 'ErrorCode', ], 'message' => [ 'shape' => 'ErrorMessage', ], ], ], 'ErrorMessage' => [ 'type' => 'string', ], 'FileExistsBehavior' => [ 'type' => 'string', 'enum' => [ 'DISALLOW', 'OVERWRITE', 'RETAIN', ], ], 'FilterValue' => [ 'type' => 'string', ], 'FilterValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'FilterValue', ], ], 'GenericRevisionInfo' => [ 'type' => 'structure', 'members' => [ 'description' => [ 'shape' => 'Description', ], 'deploymentGroups' => [ 'shape' => 'DeploymentGroupsList', ], 'firstUsedTime' => [ 'shape' => 'Timestamp', ], 'lastUsedTime' => [ 'shape' => 'Timestamp', ], 'registerTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetApplicationInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], ], ], 'GetApplicationOutput' => [ 'type' => 'structure', 'members' => [ 'application' => [ 'shape' => 'ApplicationInfo', ], ], ], 'GetApplicationRevisionInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'revision', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'revision' => [ 'shape' => 'RevisionLocation', ], ], ], 'GetApplicationRevisionOutput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'revision' => [ 'shape' => 'RevisionLocation', ], 'revisionInfo' => [ 'shape' => 'GenericRevisionInfo', ], ], ], 'GetDeploymentConfigInput' => [ 'type' => 'structure', 'required' => [ 'deploymentConfigName', ], 'members' => [ 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], ], ], 'GetDeploymentConfigOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentConfigInfo' => [ 'shape' => 'DeploymentConfigInfo', ], ], ], 'GetDeploymentGroupInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'deploymentGroupName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], ], ], 'GetDeploymentGroupOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentGroupInfo' => [ 'shape' => 'DeploymentGroupInfo', ], ], ], 'GetDeploymentInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], ], ], 'GetDeploymentInstanceInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', 'instanceId', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'instanceId' => [ 'shape' => 'InstanceId', ], ], ], 'GetDeploymentInstanceOutput' => [ 'type' => 'structure', 'members' => [ 'instanceSummary' => [ 'shape' => 'InstanceSummary', ], ], ], 'GetDeploymentOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentInfo' => [ 'shape' => 'DeploymentInfo', ], ], ], 'GetDeploymentTargetInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetId' => [ 'shape' => 'TargetId', ], ], ], 'GetDeploymentTargetOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentTarget' => [ 'shape' => 'DeploymentTarget', ], ], ], 'GetOnPremisesInstanceInput' => [ 'type' => 'structure', 'required' => [ 'instanceName', ], 'members' => [ 'instanceName' => [ 'shape' => 'InstanceName', ], ], ], 'GetOnPremisesInstanceOutput' => [ 'type' => 'structure', 'members' => [ 'instanceInfo' => [ 'shape' => 'InstanceInfo', ], ], ], 'GitHubAccountTokenDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'GitHubAccountTokenName' => [ 'type' => 'string', ], 'GitHubAccountTokenNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GitHubAccountTokenName', ], ], 'GitHubAccountTokenNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'GitHubLocation' => [ 'type' => 'structure', 'members' => [ 'repository' => [ 'shape' => 'Repository', ], 'commitId' => [ 'shape' => 'CommitId', ], ], ], 'GreenFleetProvisioningAction' => [ 'type' => 'string', 'enum' => [ 'DISCOVER_EXISTING', 'COPY_AUTO_SCALING_GROUP', ], ], 'GreenFleetProvisioningOption' => [ 'type' => 'structure', 'members' => [ 'action' => [ 'shape' => 'GreenFleetProvisioningAction', ], ], ], 'IamArnRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'IamSessionArn' => [ 'type' => 'string', ], 'IamSessionArnAlreadyRegisteredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'IamUserArn' => [ 'type' => 'string', ], 'IamUserArnAlreadyRegisteredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'IamUserArnRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceAction' => [ 'type' => 'string', 'enum' => [ 'TERMINATE', 'KEEP_ALIVE', ], ], 'InstanceArn' => [ 'type' => 'string', ], 'InstanceCount' => [ 'type' => 'long', ], 'InstanceDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'deprecated' => true, 'deprecatedMessage' => 'This exception is deprecated, use DeploymentTargetDoesNotExistException instead.', 'exception' => true, ], 'InstanceId' => [ 'type' => 'string', ], 'InstanceIdRequiredException' => [ 'type' => 'structure', 'members' => [], 'deprecated' => true, 'deprecatedMessage' => 'This exception is deprecated, use DeploymentTargetIdRequiredException instead.', 'exception' => true, ], 'InstanceInfo' => [ 'type' => 'structure', 'members' => [ 'instanceName' => [ 'shape' => 'InstanceName', ], 'iamSessionArn' => [ 'shape' => 'IamSessionArn', ], 'iamUserArn' => [ 'shape' => 'IamUserArn', ], 'instanceArn' => [ 'shape' => 'InstanceArn', ], 'registerTime' => [ 'shape' => 'Timestamp', ], 'deregisterTime' => [ 'shape' => 'Timestamp', ], 'tags' => [ 'shape' => 'TagList', ], ], ], 'InstanceInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceInfo', ], ], 'InstanceLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceName' => [ 'type' => 'string', ], 'InstanceNameAlreadyRegisteredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceName', ], ], 'InstanceNameRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceNotRegisteredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InstanceStatus' => [ 'type' => 'string', 'deprecated' => true, 'deprecatedMessage' => 'InstanceStatus is deprecated, use TargetStatus instead.', 'enum' => [ 'Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', 'Ready', ], ], 'InstanceStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceStatus', ], ], 'InstanceSummary' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'instanceId' => [ 'shape' => 'InstanceId', ], 'status' => [ 'shape' => 'InstanceStatus', ], 'lastUpdatedAt' => [ 'shape' => 'Timestamp', ], 'lifecycleEvents' => [ 'shape' => 'LifecycleEventList', ], 'instanceType' => [ 'shape' => 'InstanceType', ], ], 'deprecated' => true, 'deprecatedMessage' => 'InstanceSummary is deprecated, use DeploymentTarget instead.', ], 'InstanceSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceSummary', ], ], 'InstanceTarget' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetId' => [ 'shape' => 'TargetId', ], 'targetArn' => [ 'shape' => 'TargetArn', ], 'status' => [ 'shape' => 'TargetStatus', ], 'lastUpdatedAt' => [ 'shape' => 'Time', ], 'lifecycleEvents' => [ 'shape' => 'LifecycleEventList', ], 'instanceLabel' => [ 'shape' => 'TargetLabel', ], ], ], 'InstanceType' => [ 'type' => 'string', 'enum' => [ 'Blue', 'Green', ], ], 'InstanceTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceType', ], ], 'InstancesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceId', ], ], 'InvalidAlarmConfigException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidApplicationNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidArnException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidAutoRollbackConfigException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidAutoScalingGroupException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidBlueGreenDeploymentConfigurationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidBucketNameFilterException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidComputePlatformException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeployedStateFilterException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentConfigIdException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentConfigNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentGroupNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentIdException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentInstanceTypeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentStatusException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentStyleException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentTargetIdException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidDeploymentWaitTypeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidEC2TagCombinationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidEC2TagException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidECSServiceException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidFileExistsBehaviorException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidGitHubAccountTokenException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidGitHubAccountTokenNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidIamSessionArnException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidIamUserArnException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidIgnoreApplicationStopFailuresValueException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInputException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInstanceIdException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInstanceNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInstanceStatusException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidInstanceTypeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidKeyPrefixFilterException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidLifecycleEventHookExecutionIdException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidLifecycleEventHookExecutionStatusException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidLoadBalancerInfoException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidMinimumHealthyHostValueException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidNextTokenException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidOnPremisesTagCombinationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidOperationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRegistrationStatusException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRevisionException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidRoleException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidSortByException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidSortOrderException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTagException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTagFilterException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTagsToAddException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTargetException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTargetFilterNameException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTargetGroupPairException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTargetInstancesException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTimeRangeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTrafficRoutingConfigurationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidTriggerConfigException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'InvalidUpdateOutdatedInstancesOnlyValueException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Key' => [ 'type' => 'string', ], 'LambdaFunctionAlias' => [ 'type' => 'string', ], 'LambdaFunctionInfo' => [ 'type' => 'structure', 'members' => [ 'functionName' => [ 'shape' => 'LambdaFunctionName', ], 'functionAlias' => [ 'shape' => 'LambdaFunctionAlias', ], 'currentVersion' => [ 'shape' => 'Version', ], 'targetVersion' => [ 'shape' => 'Version', ], 'targetVersionWeight' => [ 'shape' => 'TrafficWeight', ], ], ], 'LambdaFunctionName' => [ 'type' => 'string', ], 'LambdaTarget' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'targetId' => [ 'shape' => 'TargetId', ], 'targetArn' => [ 'shape' => 'TargetArn', ], 'status' => [ 'shape' => 'TargetStatus', ], 'lastUpdatedAt' => [ 'shape' => 'Time', ], 'lifecycleEvents' => [ 'shape' => 'LifecycleEventList', ], 'lambdaFunctionInfo' => [ 'shape' => 'LambdaFunctionInfo', ], ], ], 'LastDeploymentInfo' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'status' => [ 'shape' => 'DeploymentStatus', ], 'endTime' => [ 'shape' => 'Timestamp', ], 'createTime' => [ 'shape' => 'Timestamp', ], ], ], 'LifecycleErrorCode' => [ 'type' => 'string', 'enum' => [ 'Success', 'ScriptMissing', 'ScriptNotExecutable', 'ScriptTimedOut', 'ScriptFailed', 'UnknownError', ], ], 'LifecycleEvent' => [ 'type' => 'structure', 'members' => [ 'lifecycleEventName' => [ 'shape' => 'LifecycleEventName', ], 'diagnostics' => [ 'shape' => 'Diagnostics', ], 'startTime' => [ 'shape' => 'Timestamp', ], 'endTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'LifecycleEventStatus', ], ], ], 'LifecycleEventAlreadyCompletedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'LifecycleEventHookExecutionId' => [ 'type' => 'string', ], 'LifecycleEventList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LifecycleEvent', ], ], 'LifecycleEventName' => [ 'type' => 'string', ], 'LifecycleEventStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', ], ], 'LifecycleHookLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'LifecycleMessage' => [ 'type' => 'string', ], 'ListApplicationRevisionsInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'sortBy' => [ 'shape' => 'ApplicationRevisionSortBy', ], 'sortOrder' => [ 'shape' => 'SortOrder', ], 's3Bucket' => [ 'shape' => 'S3Bucket', ], 's3KeyPrefix' => [ 'shape' => 'S3Key', ], 'deployed' => [ 'shape' => 'ListStateFilterAction', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListApplicationRevisionsOutput' => [ 'type' => 'structure', 'members' => [ 'revisions' => [ 'shape' => 'RevisionLocationList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListApplicationsInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListApplicationsOutput' => [ 'type' => 'structure', 'members' => [ 'applications' => [ 'shape' => 'ApplicationsList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentConfigsInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentConfigsOutput' => [ 'type' => 'structure', 'members' => [ 'deploymentConfigsList' => [ 'shape' => 'DeploymentConfigsList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentGroupsInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentGroupsOutput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroups' => [ 'shape' => 'DeploymentGroupsList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentInstancesInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'nextToken' => [ 'shape' => 'NextToken', ], 'instanceStatusFilter' => [ 'shape' => 'InstanceStatusList', ], 'instanceTypeFilter' => [ 'shape' => 'InstanceTypeList', ], ], ], 'ListDeploymentInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'instancesList' => [ 'shape' => 'InstancesList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentTargetsInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'nextToken' => [ 'shape' => 'NextToken', ], 'targetFilters' => [ 'shape' => 'TargetFilters', ], ], ], 'ListDeploymentTargetsOutput' => [ 'type' => 'structure', 'members' => [ 'targetIds' => [ 'shape' => 'TargetIdList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentsInput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'deploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'includeOnlyStatuses' => [ 'shape' => 'DeploymentStatusList', ], 'createTimeRange' => [ 'shape' => 'TimeRange', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeploymentsOutput' => [ 'type' => 'structure', 'members' => [ 'deployments' => [ 'shape' => 'DeploymentsList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListGitHubAccountTokenNamesInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListGitHubAccountTokenNamesOutput' => [ 'type' => 'structure', 'members' => [ 'tokenNameList' => [ 'shape' => 'GitHubAccountTokenNameList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListOnPremisesInstancesInput' => [ 'type' => 'structure', 'members' => [ 'registrationStatus' => [ 'shape' => 'RegistrationStatus', ], 'tagFilters' => [ 'shape' => 'TagFilterList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListOnPremisesInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'instanceNames' => [ 'shape' => 'InstanceNameList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStateFilterAction' => [ 'type' => 'string', 'enum' => [ 'include', 'exclude', 'ignore', ], ], 'ListTagsForResourceInput' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'Arn', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTagsForResourceOutput' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListenerArn' => [ 'type' => 'string', ], 'ListenerArnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ListenerArn', ], ], 'LoadBalancerInfo' => [ 'type' => 'structure', 'members' => [ 'elbInfoList' => [ 'shape' => 'ELBInfoList', ], 'targetGroupInfoList' => [ 'shape' => 'TargetGroupInfoList', ], 'targetGroupPairInfoList' => [ 'shape' => 'TargetGroupPairInfoList', ], ], ], 'LogTail' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'MinimumHealthyHosts' => [ 'type' => 'structure', 'members' => [ 'value' => [ 'shape' => 'MinimumHealthyHostsValue', ], 'type' => [ 'shape' => 'MinimumHealthyHostsType', ], ], ], 'MinimumHealthyHostsType' => [ 'type' => 'string', 'enum' => [ 'HOST_COUNT', 'FLEET_PERCENT', ], ], 'MinimumHealthyHostsValue' => [ 'type' => 'integer', ], 'MultipleIamArnsProvidedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'NextToken' => [ 'type' => 'string', ], 'NullableBoolean' => [ 'type' => 'boolean', ], 'OnPremisesTagSet' => [ 'type' => 'structure', 'members' => [ 'onPremisesTagSetList' => [ 'shape' => 'OnPremisesTagSetList', ], ], ], 'OnPremisesTagSetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagFilterList', ], ], 'OperationNotSupportedException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Percentage' => [ 'type' => 'integer', ], 'PutLifecycleEventHookExecutionStatusInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'lifecycleEventHookExecutionId' => [ 'shape' => 'LifecycleEventHookExecutionId', ], 'status' => [ 'shape' => 'LifecycleEventStatus', ], ], ], 'PutLifecycleEventHookExecutionStatusOutput' => [ 'type' => 'structure', 'members' => [ 'lifecycleEventHookExecutionId' => [ 'shape' => 'LifecycleEventHookExecutionId', ], ], ], 'RawString' => [ 'type' => 'structure', 'members' => [ 'content' => [ 'shape' => 'RawStringContent', ], 'sha256' => [ 'shape' => 'RawStringSha256', ], ], 'deprecated' => true, 'deprecatedMessage' => 'RawString and String revision type are deprecated, use AppSpecContent type instead.', ], 'RawStringContent' => [ 'type' => 'string', ], 'RawStringSha256' => [ 'type' => 'string', ], 'RegisterApplicationRevisionInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'revision', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'description' => [ 'shape' => 'Description', ], 'revision' => [ 'shape' => 'RevisionLocation', ], ], ], 'RegisterOnPremisesInstanceInput' => [ 'type' => 'structure', 'required' => [ 'instanceName', ], 'members' => [ 'instanceName' => [ 'shape' => 'InstanceName', ], 'iamSessionArn' => [ 'shape' => 'IamSessionArn', ], 'iamUserArn' => [ 'shape' => 'IamUserArn', ], ], ], 'RegistrationStatus' => [ 'type' => 'string', 'enum' => [ 'Registered', 'Deregistered', ], ], 'RemoveTagsFromOnPremisesInstancesInput' => [ 'type' => 'structure', 'required' => [ 'tags', 'instanceNames', ], 'members' => [ 'tags' => [ 'shape' => 'TagList', ], 'instanceNames' => [ 'shape' => 'InstanceNameList', ], ], ], 'Repository' => [ 'type' => 'string', ], 'ResourceArnRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'ResourceValidationException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'RevisionDoesNotExistException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'RevisionInfo' => [ 'type' => 'structure', 'members' => [ 'revisionLocation' => [ 'shape' => 'RevisionLocation', ], 'genericRevisionInfo' => [ 'shape' => 'GenericRevisionInfo', ], ], ], 'RevisionInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RevisionInfo', ], ], 'RevisionLocation' => [ 'type' => 'structure', 'members' => [ 'revisionType' => [ 'shape' => 'RevisionLocationType', ], 's3Location' => [ 'shape' => 'S3Location', ], 'gitHubLocation' => [ 'shape' => 'GitHubLocation', ], 'string' => [ 'shape' => 'RawString', ], 'appSpecContent' => [ 'shape' => 'AppSpecContent', ], ], ], 'RevisionLocationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RevisionLocation', ], ], 'RevisionLocationType' => [ 'type' => 'string', 'enum' => [ 'S3', 'GitHub', 'String', 'AppSpecContent', ], ], 'RevisionRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Role' => [ 'type' => 'string', ], 'RoleRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'RollbackInfo' => [ 'type' => 'structure', 'members' => [ 'rollbackDeploymentId' => [ 'shape' => 'DeploymentId', ], 'rollbackTriggeringDeploymentId' => [ 'shape' => 'DeploymentId', ], 'rollbackMessage' => [ 'shape' => 'Description', ], ], ], 'S3Bucket' => [ 'type' => 'string', ], 'S3Key' => [ 'type' => 'string', ], 'S3Location' => [ 'type' => 'structure', 'members' => [ 'bucket' => [ 'shape' => 'S3Bucket', ], 'key' => [ 'shape' => 'S3Key', ], 'bundleType' => [ 'shape' => 'BundleType', ], 'version' => [ 'shape' => 'VersionId', ], 'eTag' => [ 'shape' => 'ETag', ], ], ], 'ScriptName' => [ 'type' => 'string', ], 'SkipWaitTimeForInstanceTerminationInput' => [ 'type' => 'structure', 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], ], ], 'SortOrder' => [ 'type' => 'string', 'enum' => [ 'ascending', 'descending', ], ], 'StopDeploymentInput' => [ 'type' => 'structure', 'required' => [ 'deploymentId', ], 'members' => [ 'deploymentId' => [ 'shape' => 'DeploymentId', ], 'autoRollbackEnabled' => [ 'shape' => 'NullableBoolean', ], ], ], 'StopDeploymentOutput' => [ 'type' => 'structure', 'members' => [ 'status' => [ 'shape' => 'StopStatus', ], 'statusMessage' => [ 'shape' => 'Message', ], ], ], 'StopStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'Succeeded', ], ], 'Tag' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'Key', ], 'Value' => [ 'shape' => 'Value', ], ], ], 'TagFilter' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'Key', ], 'Value' => [ 'shape' => 'Value', ], 'Type' => [ 'shape' => 'TagFilterType', ], ], ], 'TagFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagFilter', ], ], 'TagFilterType' => [ 'type' => 'string', 'enum' => [ 'KEY_ONLY', 'VALUE_ONLY', 'KEY_AND_VALUE', ], ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Key', ], ], 'TagLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], ], 'TagRequiredException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'TagResourceInput' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'Tags', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'Arn', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'TagResourceOutput' => [ 'type' => 'structure', 'members' => [], ], 'TagSetListLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'TargetArn' => [ 'type' => 'string', ], 'TargetFilterName' => [ 'type' => 'string', 'enum' => [ 'TargetStatus', 'ServerInstanceLabel', ], ], 'TargetFilters' => [ 'type' => 'map', 'key' => [ 'shape' => 'TargetFilterName', ], 'value' => [ 'shape' => 'FilterValueList', ], ], 'TargetGroupInfo' => [ 'type' => 'structure', 'members' => [ 'name' => [ 'shape' => 'TargetGroupName', ], ], ], 'TargetGroupInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetGroupInfo', ], ], 'TargetGroupName' => [ 'type' => 'string', ], 'TargetGroupPairInfo' => [ 'type' => 'structure', 'members' => [ 'targetGroups' => [ 'shape' => 'TargetGroupInfoList', ], 'prodTrafficRoute' => [ 'shape' => 'TrafficRoute', ], 'testTrafficRoute' => [ 'shape' => 'TrafficRoute', ], ], ], 'TargetGroupPairInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetGroupPairInfo', ], ], 'TargetId' => [ 'type' => 'string', ], 'TargetIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetId', ], ], 'TargetInstances' => [ 'type' => 'structure', 'members' => [ 'tagFilters' => [ 'shape' => 'EC2TagFilterList', ], 'autoScalingGroups' => [ 'shape' => 'AutoScalingGroupNameList', ], 'ec2TagSet' => [ 'shape' => 'EC2TagSet', ], ], ], 'TargetLabel' => [ 'type' => 'string', 'enum' => [ 'Blue', 'Green', ], ], 'TargetStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', 'Ready', ], ], 'ThrottlingException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'Time' => [ 'type' => 'timestamp', ], 'TimeBasedCanary' => [ 'type' => 'structure', 'members' => [ 'canaryPercentage' => [ 'shape' => 'Percentage', ], 'canaryInterval' => [ 'shape' => 'WaitTimeInMins', ], ], ], 'TimeBasedLinear' => [ 'type' => 'structure', 'members' => [ 'linearPercentage' => [ 'shape' => 'Percentage', ], 'linearInterval' => [ 'shape' => 'WaitTimeInMins', ], ], ], 'TimeRange' => [ 'type' => 'structure', 'members' => [ 'start' => [ 'shape' => 'Timestamp', ], 'end' => [ 'shape' => 'Timestamp', ], ], ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TrafficRoute' => [ 'type' => 'structure', 'members' => [ 'listenerArns' => [ 'shape' => 'ListenerArnList', ], ], ], 'TrafficRoutingConfig' => [ 'type' => 'structure', 'members' => [ 'type' => [ 'shape' => 'TrafficRoutingType', ], 'timeBasedCanary' => [ 'shape' => 'TimeBasedCanary', ], 'timeBasedLinear' => [ 'shape' => 'TimeBasedLinear', ], ], ], 'TrafficRoutingType' => [ 'type' => 'string', 'enum' => [ 'TimeBasedCanary', 'TimeBasedLinear', 'AllAtOnce', ], ], 'TrafficWeight' => [ 'type' => 'double', ], 'TriggerConfig' => [ 'type' => 'structure', 'members' => [ 'triggerName' => [ 'shape' => 'TriggerName', ], 'triggerTargetArn' => [ 'shape' => 'TriggerTargetArn', ], 'triggerEvents' => [ 'shape' => 'TriggerEventTypeList', ], ], ], 'TriggerConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TriggerConfig', ], ], 'TriggerEventType' => [ 'type' => 'string', 'enum' => [ 'DeploymentStart', 'DeploymentSuccess', 'DeploymentFailure', 'DeploymentStop', 'DeploymentRollback', 'DeploymentReady', 'InstanceStart', 'InstanceSuccess', 'InstanceFailure', 'InstanceReady', ], ], 'TriggerEventTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TriggerEventType', ], ], 'TriggerName' => [ 'type' => 'string', ], 'TriggerTargetArn' => [ 'type' => 'string', ], 'TriggerTargetsLimitExceededException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'UnsupportedActionForDeploymentTypeException' => [ 'type' => 'structure', 'members' => [], 'exception' => true, ], 'UntagResourceInput' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'TagKeys', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'Arn', ], 'TagKeys' => [ 'shape' => 'TagKeyList', ], ], ], 'UntagResourceOutput' => [ 'type' => 'structure', 'members' => [], ], 'UpdateApplicationInput' => [ 'type' => 'structure', 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'newApplicationName' => [ 'shape' => 'ApplicationName', ], ], ], 'UpdateDeploymentGroupInput' => [ 'type' => 'structure', 'required' => [ 'applicationName', 'currentDeploymentGroupName', ], 'members' => [ 'applicationName' => [ 'shape' => 'ApplicationName', ], 'currentDeploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'newDeploymentGroupName' => [ 'shape' => 'DeploymentGroupName', ], 'deploymentConfigName' => [ 'shape' => 'DeploymentConfigName', ], 'ec2TagFilters' => [ 'shape' => 'EC2TagFilterList', ], 'onPremisesInstanceTagFilters' => [ 'shape' => 'TagFilterList', ], 'autoScalingGroups' => [ 'shape' => 'AutoScalingGroupNameList', ], 'serviceRoleArn' => [ 'shape' => 'Role', ], 'triggerConfigurations' => [ 'shape' => 'TriggerConfigList', ], 'alarmConfiguration' => [ 'shape' => 'AlarmConfiguration', ], 'autoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfiguration', ], 'deploymentStyle' => [ 'shape' => 'DeploymentStyle', ], 'blueGreenDeploymentConfiguration' => [ 'shape' => 'BlueGreenDeploymentConfiguration', ], 'loadBalancerInfo' => [ 'shape' => 'LoadBalancerInfo', ], 'ec2TagSet' => [ 'shape' => 'EC2TagSet', ], 'ecsServices' => [ 'shape' => 'ECSServiceList', ], 'onPremisesTagSet' => [ 'shape' => 'OnPremisesTagSet', ], ], ], 'UpdateDeploymentGroupOutput' => [ 'type' => 'structure', 'members' => [ 'hooksNotCleanedUp' => [ 'shape' => 'AutoScalingGroupList', ], ], ], 'Value' => [ 'type' => 'string', ], 'Version' => [ 'type' => 'string', ], 'VersionId' => [ 'type' => 'string', ], 'WaitTimeInMins' => [ 'type' => 'integer', ], ],]; diff --git a/src/data/codedeploy/2014-10-06/docs-2.json b/src/data/codedeploy/2014-10-06/docs-2.json index c5c6dcb450..f62243d276 100644 --- a/src/data/codedeploy/2014-10-06/docs-2.json +++ b/src/data/codedeploy/2014-10-06/docs-2.json @@ -3,13 +3,13 @@ "service": "AWS CodeDeploy

AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless AWS Lambda functions, or applications in an Amazon ECS service.

You can deploy a nearly unlimited variety of application content, such as an updated Lambda function, updated applications in an Amazon ECS service, code, web and configuration files, executables, packages, scripts, multimedia files, and so on. AWS CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes to your existing code before you can use AWS CodeDeploy.

AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications, without many of the risks associated with error-prone manual deployments.

AWS CodeDeploy Components

Use the information in this guide to help you work with the following AWS CodeDeploy components:

This guide also contains information to help you get details about the instances in your deployments, to make on-premises instances available for AWS CodeDeploy deployments, to get details about a Lambda function deployment, and to get details about Amazon ECS service deployments.

AWS CodeDeploy Information Resources

", "operations": { "AddTagsToOnPremisesInstances": "

Adds tags to on-premises instances.

", - "BatchGetApplicationRevisions": "

Gets information about one or more application revisions.

", - "BatchGetApplications": "

Gets information about one or more applications.

", + "BatchGetApplicationRevisions": "

Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25.

", + "BatchGetApplications": "

Gets information about one or more applications. The maximum number of applications that can be returned is 25.

", "BatchGetDeploymentGroups": "

Gets information about one or more deployment groups.

", - "BatchGetDeploymentInstances": "

This method works, but is deprecated. Use BatchGetDeploymentTargets instead.

Returns an array of instances associated with a deployment. This method works with EC2/On-premises and AWS Lambda compute platforms. The newer BatchGetDeploymentTargets works with all compute platforms.

", - "BatchGetDeploymentTargets": "

Returns an array of targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances.

The type of targets returned depends on the deployment's compute platform:

", - "BatchGetDeployments": "

Gets information about one or more deployments.

", - "BatchGetOnPremisesInstances": "

Gets information about one or more on-premises instances.

", + "BatchGetDeploymentInstances": "

This method works, but is deprecated. Use BatchGetDeploymentTargets instead.

Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and AWS Lambda compute platforms. The newer BatchGetDeploymentTargets works with all compute platforms. The maximum number of instances that can be returned is 25.

", + "BatchGetDeploymentTargets": "

Returns an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances. The maximum number of targets that can be returned is 25.

The type of targets returned depends on the deployment's compute platform:

", + "BatchGetDeployments": "

Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.

", + "BatchGetOnPremisesInstances": "

Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.

", "ContinueDeployment": "

For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)

", "CreateApplication": "

Creates an application.

", "CreateDeployment": "

Deploys an application revision through the specified deployment group.

", @@ -37,12 +37,15 @@ "ListDeployments": "

Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.

", "ListGitHubAccountTokenNames": "

Lists the names of stored connections to GitHub accounts.

", "ListOnPremisesInstances": "

Gets a list of names for one or more on-premises instances.

Unless otherwise specified, both registered and deregistered on-premises instance names are listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.

", + "ListTagsForResource": "

Returns a list of tags for the resource identified by a specified ARN. Tags are used to organize and categorize your CodeDeploy resources.

", "PutLifecycleEventHookExecutionStatus": "

Sets the result of a Lambda validation function. The function validates one or both lifecycle events (BeforeAllowTraffic and AfterAllowTraffic) and returns Succeeded or Failed.

", "RegisterApplicationRevision": "

Registers with AWS CodeDeploy a revision for the specified application.

", "RegisterOnPremisesInstance": "

Registers an on-premises instance.

Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.

", "RemoveTagsFromOnPremisesInstances": "

Removes one or more tags from one or more on-premises instances.

", "SkipWaitTimeForInstanceTermination": "

In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.

", "StopDeployment": "

Attempts to stop an ongoing deployment.

", + "TagResource": "

Associates the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter.

", + "UntagResource": "

Disassociates a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identfied by the list of keys in the TagKeys input parameter.

", "UpdateApplication": "

Changes the name of an application.

", "UpdateDeploymentGroup": "

Changes information about a deployment group.

" }, @@ -146,7 +149,7 @@ "ListApplicationRevisionsInput$applicationName": "

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

", "ListDeploymentGroupsInput$applicationName": "

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

", "ListDeploymentGroupsOutput$applicationName": "

The application name.

", - "ListDeploymentsInput$applicationName": "

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

", + "ListDeploymentsInput$applicationName": "

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified.

", "RegisterApplicationRevisionInput$applicationName": "

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

", "UpdateApplicationInput$applicationName": "

The current name of the application you want to change.

", "UpdateApplicationInput$newApplicationName": "

The new name to give the application.

", @@ -173,10 +176,23 @@ "ApplicationsList": { "base": null, "refs": { - "BatchGetApplicationsInput$applicationNames": "

A list of application names separated by spaces.

", + "BatchGetApplicationsInput$applicationNames": "

A list of application names separated by spaces. The maximum number of application names you can specify is 25.

", "ListApplicationsOutput$applications": "

A list of application names.

" } }, + "Arn": { + "base": null, + "refs": { + "ListTagsForResourceInput$ResourceArn": "

The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the resource that is identified by the ResourceArn.

", + "TagResourceInput$ResourceArn": "

The ARN of a resource, such as a CodeDeploy application or deployment group.

", + "UntagResourceInput$ResourceArn": "

The ARN that specifies from which resource to disassociate the tags with the keys in the TagKeys input paramter.

" + } + }, + "ArnNotSupportedException": { + "base": "

The specified ARN is not supported. For example, it might be an ARN for a resource that is not expected.

", + "refs": { + } + }, "AutoRollbackConfiguration": { "base": "

Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.

", "refs": { @@ -333,7 +349,7 @@ "AutoRollbackConfiguration$enabled": "

Indicates whether a defined automatic rollback configuration is currently enabled.

", "CreateDeploymentInput$ignoreApplicationStopFailures": "

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

", "CreateDeploymentInput$updateOutdatedInstancesOnly": "

Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.

", - "DeploymentInfo$ignoreApplicationStopFailures": "

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

", + "DeploymentInfo$ignoreApplicationStopFailures": "

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

", "DeploymentInfo$updateOutdatedInstancesOnly": "

Indicates whether only instances that are not running the latest application revision are to be deployed to.

", "DeploymentInfo$instanceTerminationWaitTimeStarted": "

Indicates whether the wait period set for the termination of instances in the original environment has started. Status is 'false' if the KEEP_ALIVE option is specified. Otherwise, 'true' as soon as the termination wait period starts.

" } @@ -359,11 +375,11 @@ "base": null, "refs": { "ApplicationInfo$computePlatform": "

The destination platform type for deployment of the application (Lambda or Server).

", - "CreateApplicationInput$computePlatform": "

The destination platform type for the deployment (Lambda or Server).

", - "CreateDeploymentConfigInput$computePlatform": "

The destination platform type for the deployment (Lambda or Server>).

", - "DeploymentConfigInfo$computePlatform": "

The destination platform type for the deployment (Lambda or Server).

", - "DeploymentGroupInfo$computePlatform": "

The destination platform type for the deployment group (Lambda or Server).

", - "DeploymentInfo$computePlatform": "

The destination platform type for the deployment (Lambda or Server).

" + "CreateApplicationInput$computePlatform": "

The destination platform type for the deployment (Lambda, Server, or ECS).

", + "CreateDeploymentConfigInput$computePlatform": "

The destination platform type for the deployment (Lambda, Server, or ECS).

", + "DeploymentConfigInfo$computePlatform": "

The destination platform type for the deployment (Lambda, Server, or ECS).

", + "DeploymentGroupInfo$computePlatform": "

The destination platform type for the deployment (Lambda, Server, or ECS).

", + "DeploymentInfo$computePlatform": "

The destination platform type for the deployment (Lambda, Server, or ECS).

" } }, "ContinueDeploymentInput": { @@ -566,7 +582,7 @@ "DeploymentGroupsList$member": null, "DeploymentInfo$deploymentGroupName": "

The deployment group name.

", "GetDeploymentGroupInput$deploymentGroupName": "

The name of a deployment group for the specified application.

", - "ListDeploymentsInput$deploymentGroupName": "

The name of a deployment group for the specified application.

", + "ListDeploymentsInput$deploymentGroupName": "

The name of a deployment group for the specified application.

If deploymentGroupName is specified, then applicationName must be specified. If it is not specified, then applicationName must not be specified.

", "UpdateDeploymentGroupInput$currentDeploymentGroupName": "

The current name of the deployment group.

", "UpdateDeploymentGroupInput$newDeploymentGroupName": "

The new name of the deployment group, if you want to change it.

" } @@ -745,7 +761,7 @@ "DeploymentsList": { "base": null, "refs": { - "BatchGetDeploymentsInput$deploymentIds": "

A list of deployment IDs, separated by spaces.

", + "BatchGetDeploymentsInput$deploymentIds": "

A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.

", "ListDeploymentsOutput$deployments": "

A list of deployment IDs.

" } }, @@ -1195,7 +1211,7 @@ "base": null, "refs": { "AddTagsToOnPremisesInstancesInput$instanceNames": "

The names of the on-premises instances to which to add tags.

", - "BatchGetOnPremisesInstancesInput$instanceNames": "

The names of the on-premises instances about which to get information.

", + "BatchGetOnPremisesInstancesInput$instanceNames": "

The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.

", "ListOnPremisesInstancesOutput$instanceNames": "

The list of matching on-premises instance names.

", "RemoveTagsFromOnPremisesInstancesInput$instanceNames": "

The names of the on-premises instances from which to remove tags.

" } @@ -1258,7 +1274,7 @@ "InstancesList": { "base": null, "refs": { - "BatchGetDeploymentInstancesInput$instanceIds": "

The unique IDs of instances used in the deployment.

", + "BatchGetDeploymentInstancesInput$instanceIds": "

The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25.

", "ListDeploymentInstancesOutput$instancesList": "

A list of instance IDs.

" } }, @@ -1272,6 +1288,11 @@ "refs": { } }, + "InvalidArnException": { + "base": "

The specified ARN is not in a valid format.

", + "refs": { + } + }, "InvalidAutoRollbackConfigException": { "base": "

The automatic rollback configuration was specified in an invalid format. For example, automatic rollback is enabled, but an invalid triggering event type or no event types were listed.

", "refs": { @@ -1302,6 +1323,11 @@ "refs": { } }, + "InvalidDeploymentConfigIdException": { + "base": "

The ID of the deployment configuration is invalid.

", + "refs": { + } + }, "InvalidDeploymentConfigNameException": { "base": "

The deployment configuration name was specified in an invalid format.

", "refs": { @@ -1487,6 +1513,11 @@ "refs": { } }, + "InvalidTagsToAddException": { + "base": "

The specified tags are not valid.

", + "refs": { + } + }, "InvalidTargetException": { "base": "

A target is not valid.

", "refs": { @@ -1532,7 +1563,26 @@ "refs": { "EC2TagFilter$Key": "

The tag filter key.

", "Tag$Key": "

The tag's key.

", - "TagFilter$Key": "

The on-premises instance tag filter key.

" + "TagFilter$Key": "

The on-premises instance tag filter key.

", + "TagKeyList$member": null + } + }, + "LambdaFunctionAlias": { + "base": null, + "refs": { + "LambdaFunctionInfo$functionAlias": "

The alias of a Lambda function. For more information, see Introduction to AWS Lambda Aliases.

" + } + }, + "LambdaFunctionInfo": { + "base": "

Information about a Lambda function specified in a deployment.

", + "refs": { + "LambdaTarget$lambdaFunctionInfo": "

A LambdaFunctionInfo object that describes a target Lambda function.

" + } + }, + "LambdaFunctionName": { + "base": null, + "refs": { + "LambdaFunctionInfo$functionName": "

The name of a Lambda function.

" } }, "LambdaTarget": { @@ -1701,6 +1751,16 @@ "ListApplicationRevisionsInput$deployed": "

Whether to list revisions based on whether the revision is the target revision of an deployment group:

" } }, + "ListTagsForResourceInput": { + "base": null, + "refs": { + } + }, + "ListTagsForResourceOutput": { + "base": null, + "refs": { + } + }, "ListenerArn": { "base": null, "refs": { @@ -1744,7 +1804,7 @@ "MinimumHealthyHostsType": { "base": null, "refs": { - "MinimumHealthyHosts$type": "

The minimum healthy instance type:

In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is successful if six or more instances are deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment is successful if four or more instance are deployed to successfully. Otherwise, the deployment fails.

In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.

For more information, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.

" + "MinimumHealthyHosts$type": "

The minimum healthy instance type:

In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is successful if six or more instances are deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment is successful if four or more instance are deployed to successfully. Otherwise, the deployment fails.

In a call to the GetDeploymentConfig, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.

For more information, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.

" } }, "MinimumHealthyHostsValue": { @@ -1778,7 +1838,9 @@ "ListGitHubAccountTokenNamesInput$nextToken": "

An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.

", "ListGitHubAccountTokenNamesOutput$nextToken": "

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.

", "ListOnPremisesInstancesInput$nextToken": "

An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

", - "ListOnPremisesInstancesOutput$nextToken": "

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

" + "ListOnPremisesInstancesOutput$nextToken": "

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

", + "ListTagsForResourceInput$NextToken": "

An identifier returned from the previous ListTagsForResource call. It can be used to return the next set of applications in the list.

", + "ListTagsForResourceOutput$NextToken": "

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

" } }, "NullableBoolean": { @@ -1870,6 +1932,11 @@ "GitHubLocation$repository": "

The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

Specified as account/repository.

" } }, + "ResourceArnRequiredException": { + "base": "

The ARN of a resource is required, but was not found.

", + "refs": { + } + }, "ResourceValidationException": { "base": "

The specified resource could not be validated.

", "refs": { @@ -1909,7 +1976,7 @@ "RevisionLocationList": { "base": null, "refs": { - "BatchGetApplicationRevisionsInput$revisions": "

Information to get about the application revisions, including type and location.

", + "BatchGetApplicationRevisionsInput$revisions": "

An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.

", "ListApplicationRevisionsOutput$revisions": "

A list of locations that contain the matching revisions.

" } }, @@ -1928,7 +1995,7 @@ "base": null, "refs": { "CreateDeploymentGroupInput$serviceRoleArn": "

A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

", - "DeploymentGroupInfo$serviceRoleArn": "

A service role ARN.

", + "DeploymentGroupInfo$serviceRoleArn": "

A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see Create a Service Role for AWS CodeDeploy in the AWS CodeDeploy User Guide.

", "UpdateDeploymentGroupInput$serviceRoleArn": "

A replacement ARN for the service role, if you want to change it.

" } }, @@ -2024,6 +2091,12 @@ "TagFilter$Type": "

The on-premises instance tag filter type:

" } }, + "TagKeyList": { + "base": null, + "refs": { + "UntagResourceInput$TagKeys": "

A list of keys of Tag objects. The Tag objects identified by the keys are disassociated from the resource specified by the ResourceArn input parameter.

" + } + }, "TagLimitExceededException": { "base": "

The maximum allowed number of tags was exceeded.

", "refs": { @@ -2033,8 +2106,12 @@ "base": null, "refs": { "AddTagsToOnPremisesInstancesInput$tags": "

The tag key-value pairs to add to the on-premises instances.

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

", + "CreateApplicationInput$tags": "

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

", + "CreateDeploymentGroupInput$tags": "

The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

", "InstanceInfo$tags": "

The tags currently associated with the on-premises instance.

", - "RemoveTagsFromOnPremisesInstancesInput$tags": "

The tag key-value pairs to remove from the on-premises instances.

" + "ListTagsForResourceOutput$Tags": "

A list of tags returned by ListTagsForResource. The tags are associated with the resource identified by the input ResourceArn parameter.

", + "RemoveTagsFromOnPremisesInstancesInput$tags": "

The tag key-value pairs to remove from the on-premises instances.

", + "TagResourceInput$Tags": "

A list of tags that TagResource associates with a resource. The resource is identified by the ResourceArn input parameter.

" } }, "TagRequiredException": { @@ -2042,6 +2119,16 @@ "refs": { } }, + "TagResourceInput": { + "base": null, + "refs": { + } + }, + "TagResourceOutput": { + "base": null, + "refs": { + } + }, "TagSetListLimitExceededException": { "base": "

The number of tag groups included in the tag set list exceeded the maximum allowed limit of 3.

", "refs": { @@ -2112,7 +2199,7 @@ "TargetIdList": { "base": null, "refs": { - "BatchGetDeploymentTargetsInput$targetIds": "

The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats.

", + "BatchGetDeploymentTargetsInput$targetIds": "

The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats. The maximum number of deployment target IDs you can specify is 25.

", "ListDeploymentTargetsOutput$targetIds": "

The unique IDs of deployment targets.

" } }, @@ -2214,7 +2301,8 @@ "TrafficWeight": { "base": null, "refs": { - "ECSTaskSet$trafficWeight": "

The percentage of traffic served by this task set.

" + "ECSTaskSet$trafficWeight": "

The percentage of traffic served by this task set.

", + "LambdaFunctionInfo$targetVersionWeight": "

The percentage of production traffic that the target version of a Lambda function receives.

" } }, "TriggerConfig": { @@ -2265,6 +2353,16 @@ "refs": { } }, + "UntagResourceInput": { + "base": null, + "refs": { + } + }, + "UntagResourceOutput": { + "base": null, + "refs": { + } + }, "UpdateApplicationInput": { "base": "

Represents the input of an UpdateApplication operation.

", "refs": { @@ -2288,6 +2386,13 @@ "TagFilter$Value": "

The on-premises instance tag filter value.

" } }, + "Version": { + "base": null, + "refs": { + "LambdaFunctionInfo$currentVersion": "

The version of a Lambda function that production traffic points to.

", + "LambdaFunctionInfo$targetVersion": "

The version of a Lambda function that production traffic points to after the Lambda function is deployed.

" + } + }, "VersionId": { "base": null, "refs": { diff --git a/src/data/codedeploy/2014-10-06/docs-2.json.php b/src/data/codedeploy/2014-10-06/docs-2.json.php index 341c61b626..d3acb8d594 100644 --- a/src/data/codedeploy/2014-10-06/docs-2.json.php +++ b/src/data/codedeploy/2014-10-06/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => 'AWS CodeDeploy

AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless AWS Lambda functions, or applications in an Amazon ECS service.

You can deploy a nearly unlimited variety of application content, such as an updated Lambda function, updated applications in an Amazon ECS service, code, web and configuration files, executables, packages, scripts, multimedia files, and so on. AWS CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes to your existing code before you can use AWS CodeDeploy.

AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications, without many of the risks associated with error-prone manual deployments.

AWS CodeDeploy Components

Use the information in this guide to help you work with the following AWS CodeDeploy components:

This guide also contains information to help you get details about the instances in your deployments, to make on-premises instances available for AWS CodeDeploy deployments, to get details about a Lambda function deployment, and to get details about Amazon ECS service deployments.

AWS CodeDeploy Information Resources

', 'operations' => [ 'AddTagsToOnPremisesInstances' => '

Adds tags to on-premises instances.

', 'BatchGetApplicationRevisions' => '

Gets information about one or more application revisions.

', 'BatchGetApplications' => '

Gets information about one or more applications.

', 'BatchGetDeploymentGroups' => '

Gets information about one or more deployment groups.

', 'BatchGetDeploymentInstances' => '

This method works, but is deprecated. Use BatchGetDeploymentTargets instead.

Returns an array of instances associated with a deployment. This method works with EC2/On-premises and AWS Lambda compute platforms. The newer BatchGetDeploymentTargets works with all compute platforms.

', 'BatchGetDeploymentTargets' => '

Returns an array of targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances.

The type of targets returned depends on the deployment\'s compute platform:

', 'BatchGetDeployments' => '

Gets information about one or more deployments.

', 'BatchGetOnPremisesInstances' => '

Gets information about one or more on-premises instances.

', 'ContinueDeployment' => '

For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)

', 'CreateApplication' => '

Creates an application.

', 'CreateDeployment' => '

Deploys an application revision through the specified deployment group.

', 'CreateDeploymentConfig' => '

Creates a deployment configuration.

', 'CreateDeploymentGroup' => '

Creates a deployment group to which application revisions are deployed.

', 'DeleteApplication' => '

Deletes an application.

', 'DeleteDeploymentConfig' => '

Deletes a deployment configuration.

A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.

', 'DeleteDeploymentGroup' => '

Deletes a deployment group.

', 'DeleteGitHubAccountToken' => '

Deletes a GitHub account connection.

', 'DeregisterOnPremisesInstance' => '

Deregisters an on-premises instance.

', 'GetApplication' => '

Gets information about an application.

', 'GetApplicationRevision' => '

Gets information about an application revision.

', 'GetDeployment' => '

Gets information about a deployment.

The content property of the appSpecContent object in the returned revision is always null. Use GetApplicationRevision and the sha256 property of the returned appSpecContent object to get the content of the deployment’s AppSpec file.

', 'GetDeploymentConfig' => '

Gets information about a deployment configuration.

', 'GetDeploymentGroup' => '

Gets information about a deployment group.

', 'GetDeploymentInstance' => '

Gets information about an instance as part of a deployment.

', 'GetDeploymentTarget' => '

Returns information about a deployment target.

', 'GetOnPremisesInstance' => '

Gets information about an on-premises instance.

', 'ListApplicationRevisions' => '

Lists information about revisions for an application.

', 'ListApplications' => '

Lists the applications registered with the IAM user or AWS account.

', 'ListDeploymentConfigs' => '

Lists the deployment configurations with the IAM user or AWS account.

', 'ListDeploymentGroups' => '

Lists the deployment groups for an application registered with the IAM user or AWS account.

', 'ListDeploymentInstances' => '

The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or AWS Lambda.

Lists the instance for a deployment associated with the IAM user or AWS account.

', 'ListDeploymentTargets' => '

Returns an array of target IDs that are associated a deployment.

', 'ListDeployments' => '

Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.

', 'ListGitHubAccountTokenNames' => '

Lists the names of stored connections to GitHub accounts.

', 'ListOnPremisesInstances' => '

Gets a list of names for one or more on-premises instances.

Unless otherwise specified, both registered and deregistered on-premises instance names are listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.

', 'PutLifecycleEventHookExecutionStatus' => '

Sets the result of a Lambda validation function. The function validates one or both lifecycle events (BeforeAllowTraffic and AfterAllowTraffic) and returns Succeeded or Failed.

', 'RegisterApplicationRevision' => '

Registers with AWS CodeDeploy a revision for the specified application.

', 'RegisterOnPremisesInstance' => '

Registers an on-premises instance.

Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.

', 'RemoveTagsFromOnPremisesInstances' => '

Removes one or more tags from one or more on-premises instances.

', 'SkipWaitTimeForInstanceTermination' => '

In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.

', 'StopDeployment' => '

Attempts to stop an ongoing deployment.

', 'UpdateApplication' => '

Changes the name of an application.

', 'UpdateDeploymentGroup' => '

Changes information about a deployment group.

', ], 'shapes' => [ 'AddTagsToOnPremisesInstancesInput' => [ 'base' => '

Represents the input of, and adds tags to, an on-premises instance operation.

', 'refs' => [], ], 'AdditionalDeploymentStatusInfo' => [ 'base' => NULL, 'refs' => [ 'DeploymentInfo$additionalDeploymentStatusInfo' => '

Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.

', ], ], 'Alarm' => [ 'base' => '

Information about an alarm.

', 'refs' => [ 'AlarmList$member' => NULL, ], ], 'AlarmConfiguration' => [ 'base' => '

Information about alarms associated with the deployment group.

', 'refs' => [ 'CreateDeploymentGroupInput$alarmConfiguration' => '

Information to add about Amazon CloudWatch alarms when the deployment group is created.

', 'DeploymentGroupInfo$alarmConfiguration' => '

A list of alarms associated with the deployment group.

', 'UpdateDeploymentGroupInput$alarmConfiguration' => '

Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.

', ], ], 'AlarmList' => [ 'base' => NULL, 'refs' => [ 'AlarmConfiguration$alarms' => '

A list of alarms configured for the deployment group. A maximum of 10 alarms can be added to a deployment group.

', ], ], 'AlarmName' => [ 'base' => NULL, 'refs' => [ 'Alarm$name' => '

The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.

', ], ], 'AlarmsLimitExceededException' => [ 'base' => '

The maximum number of alarms for a deployment group (10) was exceeded.

', 'refs' => [], ], 'AppSpecContent' => [ 'base' => '

A revision for an AWS Lambda or Amazon ECS deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda and Amazon ECS deployments, the revision is the same as the AppSpec file. This method replaces the deprecated RawString data type.

', 'refs' => [ 'RevisionLocation$appSpecContent' => '

The content of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.

', ], ], 'ApplicationAlreadyExistsException' => [ 'base' => '

An application with the specified name with the IAM user or AWS account already exists.

', 'refs' => [], ], 'ApplicationDoesNotExistException' => [ 'base' => '

The application does not exist with the IAM user or AWS account.

', 'refs' => [], ], 'ApplicationId' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$applicationId' => '

The application ID.

', 'CreateApplicationOutput$applicationId' => '

A unique application ID.

', ], ], 'ApplicationInfo' => [ 'base' => '

Information about an application.

', 'refs' => [ 'ApplicationsInfoList$member' => NULL, 'GetApplicationOutput$application' => '

Information about the application.

', ], ], 'ApplicationLimitExceededException' => [ 'base' => '

More applications were attempted to be created than are allowed.

', 'refs' => [], ], 'ApplicationName' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$applicationName' => '

The application name.

', 'ApplicationsList$member' => NULL, 'BatchGetApplicationRevisionsInput$applicationName' => '

The name of an AWS CodeDeploy application about which to get revision information.

', 'BatchGetApplicationRevisionsOutput$applicationName' => '

The name of the application that corresponds to the revisions.

', 'BatchGetDeploymentGroupsInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

', 'CreateApplicationInput$applicationName' => '

The name of the application. This name must be unique with the applicable IAM user or AWS account.

', 'CreateDeploymentGroupInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'CreateDeploymentInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'DeleteApplicationInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'DeleteDeploymentGroupInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'DeploymentGroupInfo$applicationName' => '

The application name.

', 'DeploymentInfo$applicationName' => '

The application name.

', 'GetApplicationInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'GetApplicationRevisionInput$applicationName' => '

The name of the application that corresponds to the revision.

', 'GetApplicationRevisionOutput$applicationName' => '

The name of the application that corresponds to the revision.

', 'GetDeploymentGroupInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'ListApplicationRevisionsInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'ListDeploymentGroupsInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'ListDeploymentGroupsOutput$applicationName' => '

The application name.

', 'ListDeploymentsInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'RegisterApplicationRevisionInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'UpdateApplicationInput$applicationName' => '

The current name of the application you want to change.

', 'UpdateApplicationInput$newApplicationName' => '

The new name to give the application.

', 'UpdateDeploymentGroupInput$applicationName' => '

The application name that corresponds to the deployment group to update.

', ], ], 'ApplicationNameRequiredException' => [ 'base' => '

The minimum number of required application names was not specified.

', 'refs' => [], ], 'ApplicationRevisionSortBy' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$sortBy' => '

The column name to use to sort the list results:

If not specified or set to null, the results are returned in an arbitrary order.

', ], ], 'ApplicationsInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationsOutput$applicationsInfo' => '

Information about the applications.

', ], ], 'ApplicationsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationsInput$applicationNames' => '

A list of application names separated by spaces.

', 'ListApplicationsOutput$applications' => '

A list of application names.

', ], ], 'AutoRollbackConfiguration' => [ 'base' => '

Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.

', 'refs' => [ 'CreateDeploymentGroupInput$autoRollbackConfiguration' => '

Configuration information for an automatic rollback that is added when a deployment group is created.

', 'CreateDeploymentInput$autoRollbackConfiguration' => '

Configuration information for an automatic rollback that is added when a deployment is created.

', 'DeploymentGroupInfo$autoRollbackConfiguration' => '

Information about the automatic rollback configuration associated with the deployment group.

', 'DeploymentInfo$autoRollbackConfiguration' => '

Information about the automatic rollback configuration associated with the deployment.

', 'UpdateDeploymentGroupInput$autoRollbackConfiguration' => '

Information for an automatic rollback configuration that is added or changed when a deployment group is updated.

', ], ], 'AutoRollbackEvent' => [ 'base' => NULL, 'refs' => [ 'AutoRollbackEventsList$member' => NULL, ], ], 'AutoRollbackEventsList' => [ 'base' => NULL, 'refs' => [ 'AutoRollbackConfiguration$events' => '

The event type or types that trigger a rollback.

', ], ], 'AutoScalingGroup' => [ 'base' => '

Information about an Auto Scaling group.

', 'refs' => [ 'AutoScalingGroupList$member' => NULL, ], ], 'AutoScalingGroupHook' => [ 'base' => NULL, 'refs' => [ 'AutoScalingGroup$hook' => '

An Auto Scaling lifecycle event hook name.

', ], ], 'AutoScalingGroupList' => [ 'base' => NULL, 'refs' => [ 'DeleteDeploymentGroupOutput$hooksNotCleanedUp' => '

If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

', 'DeploymentGroupInfo$autoScalingGroups' => '

A list of associated Auto Scaling groups.

', 'UpdateDeploymentGroupOutput$hooksNotCleanedUp' => '

If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

', ], ], 'AutoScalingGroupName' => [ 'base' => NULL, 'refs' => [ 'AutoScalingGroup$name' => '

The Auto Scaling group name.

', 'AutoScalingGroupNameList$member' => NULL, ], ], 'AutoScalingGroupNameList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$autoScalingGroups' => '

A list of associated Amazon EC2 Auto Scaling groups.

', 'TargetInstances$autoScalingGroups' => '

The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.

', 'UpdateDeploymentGroupInput$autoScalingGroups' => '

The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

', ], ], 'BatchGetApplicationRevisionsInput' => [ 'base' => '

Represents the input of a BatchGetApplicationRevisions operation.

', 'refs' => [], ], 'BatchGetApplicationRevisionsOutput' => [ 'base' => '

Represents the output of a BatchGetApplicationRevisions operation.

', 'refs' => [], ], 'BatchGetApplicationsInput' => [ 'base' => '

Represents the input of a BatchGetApplications operation.

', 'refs' => [], ], 'BatchGetApplicationsOutput' => [ 'base' => '

Represents the output of a BatchGetApplications operation.

', 'refs' => [], ], 'BatchGetDeploymentGroupsInput' => [ 'base' => '

Represents the input of a BatchGetDeploymentGroups operation.

', 'refs' => [], ], 'BatchGetDeploymentGroupsOutput' => [ 'base' => '

Represents the output of a BatchGetDeploymentGroups operation.

', 'refs' => [], ], 'BatchGetDeploymentInstancesInput' => [ 'base' => '

Represents the input of a BatchGetDeploymentInstances operation.

', 'refs' => [], ], 'BatchGetDeploymentInstancesOutput' => [ 'base' => '

Represents the output of a BatchGetDeploymentInstances operation.

', 'refs' => [], ], 'BatchGetDeploymentTargetsInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDeploymentTargetsOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDeploymentsInput' => [ 'base' => '

Represents the input of a BatchGetDeployments operation.

', 'refs' => [], ], 'BatchGetDeploymentsOutput' => [ 'base' => '

Represents the output of a BatchGetDeployments operation.

', 'refs' => [], ], 'BatchGetOnPremisesInstancesInput' => [ 'base' => '

Represents the input of a BatchGetOnPremisesInstances operation.

', 'refs' => [], ], 'BatchGetOnPremisesInstancesOutput' => [ 'base' => '

Represents the output of a BatchGetOnPremisesInstances operation.

', 'refs' => [], ], 'BatchLimitExceededException' => [ 'base' => '

The maximum number of names or IDs allowed for this request (100) was exceeded.

', 'refs' => [], ], 'BlueGreenDeploymentConfiguration' => [ 'base' => '

Information about blue/green deployment options for a deployment group.

', 'refs' => [ 'CreateDeploymentGroupInput$blueGreenDeploymentConfiguration' => '

Information about blue/green deployment options for a deployment group.

', 'DeploymentGroupInfo$blueGreenDeploymentConfiguration' => '

Information about blue/green deployment options for a deployment group.

', 'DeploymentInfo$blueGreenDeploymentConfiguration' => '

Information about blue/green deployment options for this deployment.

', 'UpdateDeploymentGroupInput$blueGreenDeploymentConfiguration' => '

Information about blue/green deployment options for a deployment group.

', ], ], 'BlueInstanceTerminationOption' => [ 'base' => '

Information about whether instances in the original environment are terminated when a blue/green deployment is successful.

', 'refs' => [ 'BlueGreenDeploymentConfiguration$terminateBlueInstancesOnDeploymentSuccess' => '

Information about whether to terminate instances in the original fleet during a blue/green deployment.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'AlarmConfiguration$enabled' => '

Indicates whether the alarm configuration is enabled.

', 'AlarmConfiguration$ignorePollAlarmFailure' => '

Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false.

', 'ApplicationInfo$linkedToGitHub' => '

True if the user has authenticated with GitHub for the specified application. Otherwise, false.

', 'AutoRollbackConfiguration$enabled' => '

Indicates whether a defined automatic rollback configuration is currently enabled.

', 'CreateDeploymentInput$ignoreApplicationStopFailures' => '

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

', 'CreateDeploymentInput$updateOutdatedInstancesOnly' => '

Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.

', 'DeploymentInfo$ignoreApplicationStopFailures' => '

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

', 'DeploymentInfo$updateOutdatedInstancesOnly' => '

Indicates whether only instances that are not running the latest application revision are to be deployed to.

', 'DeploymentInfo$instanceTerminationWaitTimeStarted' => '

Indicates whether the wait period set for the termination of instances in the original environment has started. Status is \'false\' if the KEEP_ALIVE option is specified. Otherwise, \'true\' as soon as the termination wait period starts.

', ], ], 'BucketNameFilterRequiredException' => [ 'base' => '

A bucket name is required, but was not provided.

', 'refs' => [], ], 'BundleType' => [ 'base' => NULL, 'refs' => [ 'S3Location$bundleType' => '

The file type of the application revision. Must be one of the following:

', ], ], 'CommitId' => [ 'base' => NULL, 'refs' => [ 'GitHubLocation$commitId' => '

The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

', ], ], 'ComputePlatform' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$computePlatform' => '

The destination platform type for deployment of the application (Lambda or Server).

', 'CreateApplicationInput$computePlatform' => '

The destination platform type for the deployment (Lambda or Server).

', 'CreateDeploymentConfigInput$computePlatform' => '

The destination platform type for the deployment (Lambda or Server>).

', 'DeploymentConfigInfo$computePlatform' => '

The destination platform type for the deployment (Lambda or Server).

', 'DeploymentGroupInfo$computePlatform' => '

The destination platform type for the deployment group (Lambda or Server).

', 'DeploymentInfo$computePlatform' => '

The destination platform type for the deployment (Lambda or Server).

', ], ], 'ContinueDeploymentInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateApplicationInput' => [ 'base' => '

Represents the input of a CreateApplication operation.

', 'refs' => [], ], 'CreateApplicationOutput' => [ 'base' => '

Represents the output of a CreateApplication operation.

', 'refs' => [], ], 'CreateDeploymentConfigInput' => [ 'base' => '

Represents the input of a CreateDeploymentConfig operation.

', 'refs' => [], ], 'CreateDeploymentConfigOutput' => [ 'base' => '

Represents the output of a CreateDeploymentConfig operation.

', 'refs' => [], ], 'CreateDeploymentGroupInput' => [ 'base' => '

Represents the input of a CreateDeploymentGroup operation.

', 'refs' => [], ], 'CreateDeploymentGroupOutput' => [ 'base' => '

Represents the output of a CreateDeploymentGroup operation.

', 'refs' => [], ], 'CreateDeploymentInput' => [ 'base' => '

Represents the input of a CreateDeployment operation.

', 'refs' => [], ], 'CreateDeploymentOutput' => [ 'base' => '

Represents the output of a CreateDeployment operation.

', 'refs' => [], ], 'DeleteApplicationInput' => [ 'base' => '

Represents the input of a DeleteApplication operation.

', 'refs' => [], ], 'DeleteDeploymentConfigInput' => [ 'base' => '

Represents the input of a DeleteDeploymentConfig operation.

', 'refs' => [], ], 'DeleteDeploymentGroupInput' => [ 'base' => '

Represents the input of a DeleteDeploymentGroup operation.

', 'refs' => [], ], 'DeleteDeploymentGroupOutput' => [ 'base' => '

Represents the output of a DeleteDeploymentGroup operation.

', 'refs' => [], ], 'DeleteGitHubAccountTokenInput' => [ 'base' => '

Represents the input of a DeleteGitHubAccount operation.

', 'refs' => [], ], 'DeleteGitHubAccountTokenOutput' => [ 'base' => '

Represents the output of a DeleteGitHubAccountToken operation.

', 'refs' => [], ], 'DeploymentAlreadyCompletedException' => [ 'base' => '

The deployment is already complete.

', 'refs' => [], ], 'DeploymentAlreadyStartedException' => [ 'base' => '

A deployment to a target was attempted while another deployment was in progress.

', 'refs' => [], ], 'DeploymentConfigAlreadyExistsException' => [ 'base' => '

A deployment configuration with the specified name with the IAM user or AWS account already exists .

', 'refs' => [], ], 'DeploymentConfigDoesNotExistException' => [ 'base' => '

The deployment configuration does not exist with the IAM user or AWS account.

', 'refs' => [], ], 'DeploymentConfigId' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentConfigOutput$deploymentConfigId' => '

A unique deployment configuration ID.

', 'DeploymentConfigInfo$deploymentConfigId' => '

The deployment configuration ID.

', ], ], 'DeploymentConfigInUseException' => [ 'base' => '

The deployment configuration is still in use.

', 'refs' => [], ], 'DeploymentConfigInfo' => [ 'base' => '

Information about a deployment configuration.

', 'refs' => [ 'GetDeploymentConfigOutput$deploymentConfigInfo' => '

Information about the deployment configuration.

', ], ], 'DeploymentConfigLimitExceededException' => [ 'base' => '

The deployment configurations limit was exceeded.

', 'refs' => [], ], 'DeploymentConfigName' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentConfigInput$deploymentConfigName' => '

The name of the deployment configuration to create.

', 'CreateDeploymentGroupInput$deploymentConfigName' => '

If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn\'t specified for the deployment or deployment group.

For more information about the predefined deployment configurations in AWS CodeDeploy, see Working with Deployment Groups in AWS CodeDeploy in the AWS CodeDeploy User Guide.

', 'CreateDeploymentInput$deploymentConfigName' => '

The name of a deployment configuration associated with the IAM user or AWS account.

If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault.OneAtATime is used by default.

', 'DeleteDeploymentConfigInput$deploymentConfigName' => '

The name of a deployment configuration associated with the IAM user or AWS account.

', 'DeploymentConfigInfo$deploymentConfigName' => '

The deployment configuration name.

', 'DeploymentConfigsList$member' => NULL, 'DeploymentGroupInfo$deploymentConfigName' => '

The deployment configuration name.

', 'DeploymentInfo$deploymentConfigName' => '

The deployment configuration name.

', 'GetDeploymentConfigInput$deploymentConfigName' => '

The name of a deployment configuration associated with the IAM user or AWS account.

', 'UpdateDeploymentGroupInput$deploymentConfigName' => '

The replacement deployment configuration name to use, if you want to change it.

', ], ], 'DeploymentConfigNameRequiredException' => [ 'base' => '

The deployment configuration name was not specified.

', 'refs' => [], ], 'DeploymentConfigsList' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentConfigsOutput$deploymentConfigsList' => '

A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

', ], ], 'DeploymentCreator' => [ 'base' => NULL, 'refs' => [ 'DeploymentInfo$creator' => '

The means by which the deployment was created:

', ], ], 'DeploymentDoesNotExistException' => [ 'base' => '

The deployment with the IAM user or AWS account does not exist.

', 'refs' => [], ], 'DeploymentGroupAlreadyExistsException' => [ 'base' => '

A deployment group with the specified name with the IAM user or AWS account already exists.

', 'refs' => [], ], 'DeploymentGroupDoesNotExistException' => [ 'base' => '

The named deployment group with the IAM user or AWS account does not exist.

', 'refs' => [], ], 'DeploymentGroupId' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupOutput$deploymentGroupId' => '

A unique deployment group ID.

', 'DeploymentGroupInfo$deploymentGroupId' => '

The deployment group ID.

', ], ], 'DeploymentGroupInfo' => [ 'base' => '

Information about a deployment group.

', 'refs' => [ 'DeploymentGroupInfoList$member' => NULL, 'GetDeploymentGroupOutput$deploymentGroupInfo' => '

Information about the deployment group.

', ], ], 'DeploymentGroupInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentGroupsOutput$deploymentGroupsInfo' => '

Information about the deployment groups.

', ], ], 'DeploymentGroupLimitExceededException' => [ 'base' => '

The deployment groups limit was exceeded.

', 'refs' => [], ], 'DeploymentGroupName' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$deploymentGroupName' => '

The name of a new deployment group for the specified application.

', 'CreateDeploymentInput$deploymentGroupName' => '

The name of the deployment group.

', 'DeleteDeploymentGroupInput$deploymentGroupName' => '

The name of a deployment group for the specified application.

', 'DeploymentGroupInfo$deploymentGroupName' => '

The deployment group name.

', 'DeploymentGroupsList$member' => NULL, 'DeploymentInfo$deploymentGroupName' => '

The deployment group name.

', 'GetDeploymentGroupInput$deploymentGroupName' => '

The name of a deployment group for the specified application.

', 'ListDeploymentsInput$deploymentGroupName' => '

The name of a deployment group for the specified application.

', 'UpdateDeploymentGroupInput$currentDeploymentGroupName' => '

The current name of the deployment group.

', 'UpdateDeploymentGroupInput$newDeploymentGroupName' => '

The new name of the deployment group, if you want to change it.

', ], ], 'DeploymentGroupNameRequiredException' => [ 'base' => '

The deployment group name was not specified.

', 'refs' => [], ], 'DeploymentGroupsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentGroupsInput$deploymentGroupNames' => '

The names of the deployment groups.

', 'GenericRevisionInfo$deploymentGroups' => '

The deployment groups for which this is the current target revision.

', 'ListDeploymentGroupsOutput$deploymentGroups' => '

A list of deployment group names.

', ], ], 'DeploymentId' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentInstancesInput$deploymentId' => '

The unique ID of a deployment.

', 'BatchGetDeploymentTargetsInput$deploymentId' => '

The unique ID of a deployment.

', 'ContinueDeploymentInput$deploymentId' => '

The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.

', 'CreateDeploymentOutput$deploymentId' => '

The unique ID of a deployment.

', 'DeploymentInfo$deploymentId' => '

The unique ID of a deployment.

', 'DeploymentsList$member' => NULL, 'ECSTarget$deploymentId' => '

The unique ID of a deployment.

', 'GetDeploymentInput$deploymentId' => '

The unique ID of a deployment associated with the IAM user or AWS account.

', 'GetDeploymentInstanceInput$deploymentId' => '

The unique ID of a deployment.

', 'GetDeploymentTargetInput$deploymentId' => '

The unique ID of a deployment.

', 'InstanceSummary$deploymentId' => '

The unique ID of a deployment.

', 'InstanceTarget$deploymentId' => '

The unique ID of a deployment.

', 'LambdaTarget$deploymentId' => '

The unique ID of a deployment.

', 'LastDeploymentInfo$deploymentId' => '

The unique ID of a deployment.

', 'ListDeploymentInstancesInput$deploymentId' => '

The unique ID of a deployment.

', 'ListDeploymentTargetsInput$deploymentId' => '

The unique ID of a deployment.

', 'PutLifecycleEventHookExecutionStatusInput$deploymentId' => '

The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.

', 'RollbackInfo$rollbackDeploymentId' => '

The ID of the deployment rollback.

', 'RollbackInfo$rollbackTriggeringDeploymentId' => '

The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

', 'SkipWaitTimeForInstanceTerminationInput$deploymentId' => '

The unique ID of a blue/green deployment for which you want to skip the instance termination wait time.

', 'StopDeploymentInput$deploymentId' => '

The unique ID of a deployment.

', ], ], 'DeploymentIdRequiredException' => [ 'base' => '

At least one deployment ID must be specified.

', 'refs' => [], ], 'DeploymentInfo' => [ 'base' => '

Information about a deployment.

', 'refs' => [ 'DeploymentsInfoList$member' => NULL, 'GetDeploymentOutput$deploymentInfo' => '

Information about the deployment.

', ], ], 'DeploymentIsNotInReadyStateException' => [ 'base' => '

The deployment does not have a status of Ready and can\'t continue yet.

', 'refs' => [], ], 'DeploymentLimitExceededException' => [ 'base' => '

The number of allowed deployments was exceeded.

', 'refs' => [], ], 'DeploymentNotStartedException' => [ 'base' => '

The specified deployment has not started.

', 'refs' => [], ], 'DeploymentOption' => [ 'base' => NULL, 'refs' => [ 'DeploymentStyle$deploymentOption' => '

Indicates whether to route deployment traffic behind a load balancer.

', ], ], 'DeploymentOverview' => [ 'base' => '

Information about the deployment status of the instances in the deployment.

', 'refs' => [ 'DeploymentInfo$deploymentOverview' => '

A summary of the deployment status of the instances in the deployment.

', ], ], 'DeploymentReadyAction' => [ 'base' => NULL, 'refs' => [ 'DeploymentReadyOption$actionOnTimeout' => '

Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.

', ], ], 'DeploymentReadyOption' => [ 'base' => '

Information about how traffic is rerouted to instances in a replacement environment in a blue/green deployment.

', 'refs' => [ 'BlueGreenDeploymentConfiguration$deploymentReadyOption' => '

Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.

', ], ], 'DeploymentStatus' => [ 'base' => NULL, 'refs' => [ 'DeploymentInfo$status' => '

The current state of the deployment as a whole.

', 'DeploymentStatusList$member' => NULL, 'LastDeploymentInfo$status' => '

The status of the most recent deployment.

', ], ], 'DeploymentStatusList' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentsInput$includeOnlyStatuses' => '

A subset of deployments to list by status:

', ], ], 'DeploymentStatusMessageList' => [ 'base' => NULL, 'refs' => [ 'DeploymentInfo$deploymentStatusMessages' => '

Messages that contain information about the status of a deployment.

', ], ], 'DeploymentStyle' => [ 'base' => '

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

', 'refs' => [ 'CreateDeploymentGroupInput$deploymentStyle' => '

Information about the type of deployment, in-place or blue/green, that you want to run and whether to route deployment traffic behind a load balancer.

', 'DeploymentGroupInfo$deploymentStyle' => '

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

', 'DeploymentInfo$deploymentStyle' => '

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

', 'UpdateDeploymentGroupInput$deploymentStyle' => '

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

', ], ], 'DeploymentTarget' => [ 'base' => '

Information about the deployment target.

', 'refs' => [ 'DeploymentTargetList$member' => NULL, 'GetDeploymentTargetOutput$deploymentTarget' => '

A deployment target that contains information about a deployment such as its status, lifecyle events, and when it was last updated. It also contains metadata about the deployment target. The deployment target metadata depends on the deployment target\'s type (instanceTarget, lambdaTarget, or ecsTarget).

', ], ], 'DeploymentTargetDoesNotExistException' => [ 'base' => '

The provided target ID does not belong to the attempted deployment.

', 'refs' => [], ], 'DeploymentTargetIdRequiredException' => [ 'base' => '

A deployment target ID was not provided.

', 'refs' => [], ], 'DeploymentTargetList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentTargetsOutput$deploymentTargets' => '

A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment\' compute platform.

', ], ], 'DeploymentTargetListSizeExceededException' => [ 'base' => '

The maximum number of targets that can be associated with an Amazon ECS or AWS Lambda deployment was exceeded. The target list of both types of deployments must have exactly one item. This exception does not apply to EC2/On-premises deployments.

', 'refs' => [], ], 'DeploymentTargetType' => [ 'base' => NULL, 'refs' => [ 'DeploymentTarget$deploymentTargetType' => '

The deployment type that is specific to the deployment\'s compute platform.

', ], ], 'DeploymentType' => [ 'base' => NULL, 'refs' => [ 'DeploymentStyle$deploymentType' => '

Indicates whether to run an in-place deployment or a blue/green deployment.

', ], ], 'DeploymentWaitType' => [ 'base' => NULL, 'refs' => [ 'ContinueDeploymentInput$deploymentWaitType' => '

The status of the deployment\'s waiting period. READY_WAIT indicates the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates the traffic is shifted, but the original target is not terminated.

', ], ], 'DeploymentsInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentsOutput$deploymentsInfo' => '

Information about the deployments.

', ], ], 'DeploymentsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentsInput$deploymentIds' => '

A list of deployment IDs, separated by spaces.

', 'ListDeploymentsOutput$deployments' => '

A list of deployment IDs.

', ], ], 'DeregisterOnPremisesInstanceInput' => [ 'base' => '

Represents the input of a DeregisterOnPremisesInstance operation.

', 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentInput$description' => '

A comment about the deployment.

', 'DeploymentInfo$description' => '

A comment about the deployment.

', 'GenericRevisionInfo$description' => '

A comment about the revision.

', 'RegisterApplicationRevisionInput$description' => '

A comment about the revision.

', 'RollbackInfo$rollbackMessage' => '

Information that describes the status of a deployment rollback (for example, whether the deployment can\'t be rolled back, is in progress, failed, or succeeded).

', ], ], 'DescriptionTooLongException' => [ 'base' => '

The description is too long.

', 'refs' => [], ], 'Diagnostics' => [ 'base' => '

Diagnostic information about executable scripts that are part of a deployment.

', 'refs' => [ 'LifecycleEvent$diagnostics' => '

Diagnostic information about the deployment lifecycle event.

', ], ], 'Duration' => [ 'base' => NULL, 'refs' => [ 'BlueInstanceTerminationOption$terminationWaitTimeInMinutes' => '

The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment. The maximum setting is 2880 minutes (2 days).

', 'DeploymentReadyOption$waitTimeInMinutes' => '

The number of minutes to wait before the status of a blue/green deployment is changed to Stopped if rerouting is not started manually. Applies only to the STOP_DEPLOYMENT option for actionOnTimeout

', ], ], 'EC2TagFilter' => [ 'base' => '

Information about an EC2 tag filter.

', 'refs' => [ 'EC2TagFilterList$member' => NULL, ], ], 'EC2TagFilterList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$ec2TagFilters' => '

The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags. Cannot be used in the same call as ec2TagSet.

', 'DeploymentGroupInfo$ec2TagFilters' => '

The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.

', 'EC2TagSetList$member' => NULL, 'TargetInstances$tagFilters' => '

The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.

', 'UpdateDeploymentGroupInput$ec2TagFilters' => '

The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

', ], ], 'EC2TagFilterType' => [ 'base' => NULL, 'refs' => [ 'EC2TagFilter$Type' => '

The tag filter type:

', ], ], 'EC2TagSet' => [ 'base' => '

Information about groups of EC2 instance tags.

', 'refs' => [ 'CreateDeploymentGroupInput$ec2TagSet' => '

Information about groups of tags applied to EC2 instances. The deployment group includes only EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters.

', 'DeploymentGroupInfo$ec2TagSet' => '

Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters.

', 'TargetInstances$ec2TagSet' => '

Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.

', 'UpdateDeploymentGroupInput$ec2TagSet' => '

Information about groups of tags applied to on-premises instances. The deployment group includes only EC2 instances identified by all the tag groups.

', ], ], 'EC2TagSetList' => [ 'base' => NULL, 'refs' => [ 'EC2TagSet$ec2TagSetList' => '

A list that contains other lists of EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

', ], ], 'ECSClusterName' => [ 'base' => NULL, 'refs' => [ 'ECSService$clusterName' => '

The name of the cluster that the Amazon ECS service is associated with.

', ], ], 'ECSService' => [ 'base' => '

Contains the service and cluster names used to identify an Amazon ECS deployment\'s target.

', 'refs' => [ 'ECSServiceList$member' => NULL, ], ], 'ECSServiceList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$ecsServices' => '

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

', 'DeploymentGroupInfo$ecsServices' => '

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

', 'UpdateDeploymentGroupInput$ecsServices' => '

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

', ], ], 'ECSServiceMappingLimitExceededException' => [ 'base' => '

The Amazon ECS service is associated with more than one deployment groups. An Amazon ECS service can be associated with only one deployment group.

', 'refs' => [], ], 'ECSServiceName' => [ 'base' => NULL, 'refs' => [ 'ECSService$serviceName' => '

The name of the target Amazon ECS service.

', ], ], 'ECSTarget' => [ 'base' => '

Information about the target of an Amazon ECS deployment.

', 'refs' => [ 'DeploymentTarget$ecsTarget' => '

Information about the target for a deployment that uses the Amazon ECS compute platform.

', ], ], 'ECSTaskSet' => [ 'base' => '

Information about a set of Amazon ECS tasks in an AWS CodeDeploy deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic. An AWS CodeDeploy application that uses the Amazon ECS compute platform deploys a containerized application in an Amazon ECS service as a task set.

', 'refs' => [ 'ECSTaskSetList$member' => NULL, ], ], 'ECSTaskSetCount' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$desiredCount' => '

The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set.

', 'ECSTaskSet$pendingCount' => '

The number of tasks in the task set that are in the PENDING status during an Amazon ECS deployment. A task in the PENDING state is preparing to enter the RUNNING state. A task set enters the PENDING status when it launches for the first time, or when it is restarted after being in the STOPPED state.

', 'ECSTaskSet$runningCount' => '

The number of tasks in the task set that are in the RUNNING status during an Amazon ECS deployment. A task in the RUNNING state is running and ready for use.

', ], ], 'ECSTaskSetIdentifier' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$identifer' => '

A unique ID of an ECSTaskSet.

', ], ], 'ECSTaskSetList' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$taskSetsInfo' => '

The ECSTaskSet objects associated with the ECS target.

', ], ], 'ECSTaskSetStatus' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$status' => '

The status of the task set. There are three valid task set statuses:

', ], ], 'ELBInfo' => [ 'base' => '

Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.

', 'refs' => [ 'ELBInfoList$member' => NULL, ], ], 'ELBInfoList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerInfo$elbInfoList' => '

An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.

Adding more than one load balancer to the array is not supported.

', ], ], 'ELBName' => [ 'base' => NULL, 'refs' => [ 'ELBInfo$name' => '

For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.

', ], ], 'ETag' => [ 'base' => NULL, 'refs' => [ 'S3Location$eTag' => '

The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

If the ETag is not specified as an input parameter, ETag validation of the object is skipped.

', ], ], 'ErrorCode' => [ 'base' => NULL, 'refs' => [ 'ErrorInformation$code' => '

For more information, see Error Codes for AWS CodeDeploy in the AWS CodeDeploy User Guide.

The error code:

', ], ], 'ErrorInformation' => [ 'base' => '

Information about a deployment error.

', 'refs' => [ 'DeploymentInfo$errorInformation' => '

Information about any error associated with this deployment.

', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationRevisionsOutput$errorMessage' => '

Information about errors that might have occurred during the API call.

', 'BatchGetDeploymentGroupsOutput$errorMessage' => '

Information about errors that might have occurred during the API call.

', 'BatchGetDeploymentInstancesOutput$errorMessage' => '

Information about errors that might have occurred during the API call.

', 'DeploymentStatusMessageList$member' => NULL, 'ErrorInformation$message' => '

An accompanying error message.

', ], ], 'FileExistsBehavior' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentInput$fileExistsBehavior' => '

Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren\'t part of the previous successful deployment.

The fileExistsBehavior parameter takes any of the following values:

', 'DeploymentInfo$fileExistsBehavior' => '

Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren\'t part of the previous successful deployment.

', ], ], 'FilterValue' => [ 'base' => NULL, 'refs' => [ 'FilterValueList$member' => NULL, ], ], 'FilterValueList' => [ 'base' => NULL, 'refs' => [ 'TargetFilters$value' => NULL, ], ], 'GenericRevisionInfo' => [ 'base' => '

Information about an application revision.

', 'refs' => [ 'GetApplicationRevisionOutput$revisionInfo' => '

General information about the revision.

', 'RevisionInfo$genericRevisionInfo' => '

Information about an application revision, including usage details and associated deployment groups.

', ], ], 'GetApplicationInput' => [ 'base' => '

Represents the input of a GetApplication operation.

', 'refs' => [], ], 'GetApplicationOutput' => [ 'base' => '

Represents the output of a GetApplication operation.

', 'refs' => [], ], 'GetApplicationRevisionInput' => [ 'base' => '

Represents the input of a GetApplicationRevision operation.

', 'refs' => [], ], 'GetApplicationRevisionOutput' => [ 'base' => '

Represents the output of a GetApplicationRevision operation.

', 'refs' => [], ], 'GetDeploymentConfigInput' => [ 'base' => '

Represents the input of a GetDeploymentConfig operation.

', 'refs' => [], ], 'GetDeploymentConfigOutput' => [ 'base' => '

Represents the output of a GetDeploymentConfig operation.

', 'refs' => [], ], 'GetDeploymentGroupInput' => [ 'base' => '

Represents the input of a GetDeploymentGroup operation.

', 'refs' => [], ], 'GetDeploymentGroupOutput' => [ 'base' => '

Represents the output of a GetDeploymentGroup operation.

', 'refs' => [], ], 'GetDeploymentInput' => [ 'base' => '

Represents the input of a GetDeployment operation.

', 'refs' => [], ], 'GetDeploymentInstanceInput' => [ 'base' => '

Represents the input of a GetDeploymentInstance operation.

', 'refs' => [], ], 'GetDeploymentInstanceOutput' => [ 'base' => '

Represents the output of a GetDeploymentInstance operation.

', 'refs' => [], ], 'GetDeploymentOutput' => [ 'base' => '

Represents the output of a GetDeployment operation.

', 'refs' => [], ], 'GetDeploymentTargetInput' => [ 'base' => NULL, 'refs' => [], ], 'GetDeploymentTargetOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetOnPremisesInstanceInput' => [ 'base' => '

Represents the input of a GetOnPremisesInstance operation.

', 'refs' => [], ], 'GetOnPremisesInstanceOutput' => [ 'base' => '

Represents the output of a GetOnPremisesInstance operation.

', 'refs' => [], ], 'GitHubAccountTokenDoesNotExistException' => [ 'base' => '

No GitHub account connection exists with the named specified in the call.

', 'refs' => [], ], 'GitHubAccountTokenName' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$gitHubAccountName' => '

The name for a connection to a GitHub account.

', 'DeleteGitHubAccountTokenInput$tokenName' => '

The name of the GitHub account connection to delete.

', 'DeleteGitHubAccountTokenOutput$tokenName' => '

The name of the GitHub account connection that was deleted.

', 'GitHubAccountTokenNameList$member' => NULL, ], ], 'GitHubAccountTokenNameList' => [ 'base' => NULL, 'refs' => [ 'ListGitHubAccountTokenNamesOutput$tokenNameList' => '

A list of names of connections to GitHub accounts.

', ], ], 'GitHubAccountTokenNameRequiredException' => [ 'base' => '

The call is missing a required GitHub account connection name.

', 'refs' => [], ], 'GitHubLocation' => [ 'base' => '

Information about the location of application artifacts stored in GitHub.

', 'refs' => [ 'RevisionLocation$gitHubLocation' => '

Information about the location of application artifacts stored in GitHub.

', ], ], 'GreenFleetProvisioningAction' => [ 'base' => NULL, 'refs' => [ 'GreenFleetProvisioningOption$action' => '

The method used to add instances to a replacement environment.

', ], ], 'GreenFleetProvisioningOption' => [ 'base' => '

Information about the instances that belong to the replacement environment in a blue/green deployment.

', 'refs' => [ 'BlueGreenDeploymentConfiguration$greenFleetProvisioningOption' => '

Information about how instances are provisioned for a replacement environment in a blue/green deployment.

', ], ], 'IamArnRequiredException' => [ 'base' => '

No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.

', 'refs' => [], ], 'IamSessionArn' => [ 'base' => NULL, 'refs' => [ 'InstanceInfo$iamSessionArn' => '

The ARN of the IAM session associated with the on-premises instance.

', 'RegisterOnPremisesInstanceInput$iamSessionArn' => '

The ARN of the IAM session to associate with the on-premises instance.

', ], ], 'IamSessionArnAlreadyRegisteredException' => [ 'base' => '

The request included an IAM session ARN that has already been used to register a different instance.

', 'refs' => [], ], 'IamUserArn' => [ 'base' => NULL, 'refs' => [ 'InstanceInfo$iamUserArn' => '

The IAM user ARN associated with the on-premises instance.

', 'RegisterOnPremisesInstanceInput$iamUserArn' => '

The ARN of the IAM user to associate with the on-premises instance.

', ], ], 'IamUserArnAlreadyRegisteredException' => [ 'base' => '

The specified IAM user ARN is already registered with an on-premises instance.

', 'refs' => [], ], 'IamUserArnRequiredException' => [ 'base' => '

An IAM user ARN was not specified.

', 'refs' => [], ], 'InstanceAction' => [ 'base' => NULL, 'refs' => [ 'BlueInstanceTerminationOption$action' => '

The action to take on instances in the original environment after a successful blue/green deployment.

', ], ], 'InstanceArn' => [ 'base' => NULL, 'refs' => [ 'InstanceInfo$instanceArn' => '

The ARN of the on-premises instance.

', ], ], 'InstanceCount' => [ 'base' => NULL, 'refs' => [ 'DeploymentOverview$Pending' => '

The number of instances in the deployment in a pending state.

', 'DeploymentOverview$InProgress' => '

The number of instances in which the deployment is in progress.

', 'DeploymentOverview$Succeeded' => '

The number of instances in the deployment to which revisions have been successfully deployed.

', 'DeploymentOverview$Failed' => '

The number of instances in the deployment in a failed state.

', 'DeploymentOverview$Skipped' => '

The number of instances in the deployment in a skipped state.

', 'DeploymentOverview$Ready' => '

The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

', ], ], 'InstanceDoesNotExistException' => [ 'base' => '

The specified instance does not exist in the deployment group.

', 'refs' => [], ], 'InstanceId' => [ 'base' => NULL, 'refs' => [ 'GetDeploymentInstanceInput$instanceId' => '

The unique ID of an instance in the deployment group.

', 'InstanceSummary$instanceId' => '

The instance ID.

', 'InstancesList$member' => NULL, ], ], 'InstanceIdRequiredException' => [ 'base' => '

The instance ID was not specified.

', 'refs' => [], ], 'InstanceInfo' => [ 'base' => '

Information about an on-premises instance.

', 'refs' => [ 'GetOnPremisesInstanceOutput$instanceInfo' => '

Information about the on-premises instance.

', 'InstanceInfoList$member' => NULL, ], ], 'InstanceInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetOnPremisesInstancesOutput$instanceInfos' => '

Information about the on-premises instances.

', ], ], 'InstanceLimitExceededException' => [ 'base' => '

The maximum number of allowed on-premises instances in a single call was exceeded.

', 'refs' => [], ], 'InstanceName' => [ 'base' => NULL, 'refs' => [ 'DeregisterOnPremisesInstanceInput$instanceName' => '

The name of the on-premises instance to deregister.

', 'GetOnPremisesInstanceInput$instanceName' => '

The name of the on-premises instance about which to get information.

', 'InstanceInfo$instanceName' => '

The name of the on-premises instance.

', 'InstanceNameList$member' => NULL, 'RegisterOnPremisesInstanceInput$instanceName' => '

The name of the on-premises instance to register.

', ], ], 'InstanceNameAlreadyRegisteredException' => [ 'base' => '

The specified on-premises instance name is already registered.

', 'refs' => [], ], 'InstanceNameList' => [ 'base' => NULL, 'refs' => [ 'AddTagsToOnPremisesInstancesInput$instanceNames' => '

The names of the on-premises instances to which to add tags.

', 'BatchGetOnPremisesInstancesInput$instanceNames' => '

The names of the on-premises instances about which to get information.

', 'ListOnPremisesInstancesOutput$instanceNames' => '

The list of matching on-premises instance names.

', 'RemoveTagsFromOnPremisesInstancesInput$instanceNames' => '

The names of the on-premises instances from which to remove tags.

', ], ], 'InstanceNameRequiredException' => [ 'base' => '

An on-premises instance name was not specified.

', 'refs' => [], ], 'InstanceNotRegisteredException' => [ 'base' => '

The specified on-premises instance is not registered.

', 'refs' => [], ], 'InstanceStatus' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusList$member' => NULL, 'InstanceSummary$status' => '

The deployment status for this instance:

', ], ], 'InstanceStatusList' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentInstancesInput$instanceStatusFilter' => '

A subset of instances to list by status:

', ], ], 'InstanceSummary' => [ 'base' => '

Information about an instance in a deployment.

', 'refs' => [ 'GetDeploymentInstanceOutput$instanceSummary' => '

Information about the instance.

', 'InstanceSummaryList$member' => NULL, ], ], 'InstanceSummaryList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentInstancesOutput$instancesSummary' => '

Information about the instance.

', ], ], 'InstanceTarget' => [ 'base' => '

A target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform.

', 'refs' => [ 'DeploymentTarget$instanceTarget' => '

Information about the target for a deployment that uses the EC2/On-premises compute platform.

', ], ], 'InstanceType' => [ 'base' => NULL, 'refs' => [ 'InstanceSummary$instanceType' => '

Information about which environment an instance belongs to in a blue/green deployment.

', 'InstanceTypeList$member' => NULL, ], ], 'InstanceTypeList' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentInstancesInput$instanceTypeFilter' => '

The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.

', ], ], 'InstancesList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentInstancesInput$instanceIds' => '

The unique IDs of instances used in the deployment.

', 'ListDeploymentInstancesOutput$instancesList' => '

A list of instance IDs.

', ], ], 'InvalidAlarmConfigException' => [ 'base' => '

The format of the alarm configuration is invalid. Possible causes include:

', 'refs' => [], ], 'InvalidApplicationNameException' => [ 'base' => '

The application name was specified in an invalid format.

', 'refs' => [], ], 'InvalidAutoRollbackConfigException' => [ 'base' => '

The automatic rollback configuration was specified in an invalid format. For example, automatic rollback is enabled, but an invalid triggering event type or no event types were listed.

', 'refs' => [], ], 'InvalidAutoScalingGroupException' => [ 'base' => '

The Auto Scaling group was specified in an invalid format or does not exist.

', 'refs' => [], ], 'InvalidBlueGreenDeploymentConfigurationException' => [ 'base' => '

The configuration for the blue/green deployment group was provided in an invalid format. For information about deployment configuration format, see CreateDeploymentConfig.

', 'refs' => [], ], 'InvalidBucketNameFilterException' => [ 'base' => '

The bucket name either doesn\'t exist or was specified in an invalid format.

', 'refs' => [], ], 'InvalidComputePlatformException' => [ 'base' => '

The computePlatform is invalid. The computePlatform should be Lambda or Server.

', 'refs' => [], ], 'InvalidDeployedStateFilterException' => [ 'base' => '

The deployed state filter was specified in an invalid format.

', 'refs' => [], ], 'InvalidDeploymentConfigNameException' => [ 'base' => '

The deployment configuration name was specified in an invalid format.

', 'refs' => [], ], 'InvalidDeploymentGroupNameException' => [ 'base' => '

The deployment group name was specified in an invalid format.

', 'refs' => [], ], 'InvalidDeploymentIdException' => [ 'base' => '

At least one of the deployment IDs was specified in an invalid format.

', 'refs' => [], ], 'InvalidDeploymentInstanceTypeException' => [ 'base' => '

An instance type was specified for an in-place deployment. Instance types are supported for blue/green deployments only.

', 'refs' => [], ], 'InvalidDeploymentStatusException' => [ 'base' => '

The specified deployment status doesn\'t exist or cannot be determined.

', 'refs' => [], ], 'InvalidDeploymentStyleException' => [ 'base' => '

An invalid deployment style was specified. Valid deployment types include "IN_PLACE" and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL" and "WITHOUT_TRAFFIC_CONTROL."

', 'refs' => [], ], 'InvalidDeploymentTargetIdException' => [ 'base' => '

The target ID provided was not valid.

', 'refs' => [], ], 'InvalidDeploymentWaitTypeException' => [ 'base' => '

The wait type is invalid.

', 'refs' => [], ], 'InvalidEC2TagCombinationException' => [ 'base' => '

A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only one of these data types can be used in a single call.

', 'refs' => [], ], 'InvalidEC2TagException' => [ 'base' => '

The tag was specified in an invalid format.

', 'refs' => [], ], 'InvalidECSServiceException' => [ 'base' => '

The Amazon ECS service identifier is not valid.

', 'refs' => [], ], 'InvalidFileExistsBehaviorException' => [ 'base' => '

An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy handles files or directories that already exist in a deployment target location, but weren\'t part of the previous successful deployment. Valid values include "DISALLOW," "OVERWRITE," and "RETAIN."

', 'refs' => [], ], 'InvalidGitHubAccountTokenException' => [ 'base' => '

The GitHub token is not valid.

', 'refs' => [], ], 'InvalidGitHubAccountTokenNameException' => [ 'base' => '

The format of the specified GitHub account connection name is invalid.

', 'refs' => [], ], 'InvalidIamSessionArnException' => [ 'base' => '

The IAM session ARN was specified in an invalid format.

', 'refs' => [], ], 'InvalidIamUserArnException' => [ 'base' => '

The IAM user ARN was specified in an invalid format.

', 'refs' => [], ], 'InvalidIgnoreApplicationStopFailuresValueException' => [ 'base' => '

The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments, false is expected. For EC2/On-premises deployments, true or false is expected.

', 'refs' => [], ], 'InvalidInputException' => [ 'base' => '

The input was specified in an invalid format.

', 'refs' => [], ], 'InvalidInstanceIdException' => [ 'base' => '

', 'refs' => [], ], 'InvalidInstanceNameException' => [ 'base' => '

The on-premises instance name was specified in an invalid format.

', 'refs' => [], ], 'InvalidInstanceStatusException' => [ 'base' => '

The specified instance status does not exist.

', 'refs' => [], ], 'InvalidInstanceTypeException' => [ 'base' => '

An invalid instance type was specified for instances in a blue/green deployment. Valid values include "Blue" for an original environment and "Green" for a replacement environment.

', 'refs' => [], ], 'InvalidKeyPrefixFilterException' => [ 'base' => '

The specified key prefix filter was specified in an invalid format.

', 'refs' => [], ], 'InvalidLifecycleEventHookExecutionIdException' => [ 'base' => '

A lifecycle event hook is invalid. Review the hooks section in your AppSpec file to ensure the lifecycle events and hooks functions are valid.

', 'refs' => [], ], 'InvalidLifecycleEventHookExecutionStatusException' => [ 'base' => '

The result of a Lambda validation function that verifies a lifecycle event is invalid. It should return Succeeded or Failed.

', 'refs' => [], ], 'InvalidLoadBalancerInfoException' => [ 'base' => '

An invalid load balancer name, or no load balancer name, was specified.

', 'refs' => [], ], 'InvalidMinimumHealthyHostValueException' => [ 'base' => '

The minimum healthy instance value was specified in an invalid format.

', 'refs' => [], ], 'InvalidNextTokenException' => [ 'base' => '

The next token was specified in an invalid format.

', 'refs' => [], ], 'InvalidOnPremisesTagCombinationException' => [ 'base' => '

A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet, but only one of these data types can be used in a single call.

', 'refs' => [], ], 'InvalidOperationException' => [ 'base' => '

An invalid operation was detected.

', 'refs' => [], ], 'InvalidRegistrationStatusException' => [ 'base' => '

The registration status was specified in an invalid format.

', 'refs' => [], ], 'InvalidRevisionException' => [ 'base' => '

The revision was specified in an invalid format.

', 'refs' => [], ], 'InvalidRoleException' => [ 'base' => '

The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Amazon EC2 Auto Scaling.

', 'refs' => [], ], 'InvalidSortByException' => [ 'base' => '

The column name to sort by is either not present or was specified in an invalid format.

', 'refs' => [], ], 'InvalidSortOrderException' => [ 'base' => '

The sort order was specified in an invalid format.

', 'refs' => [], ], 'InvalidTagException' => [ 'base' => '

The tag was specified in an invalid format.

', 'refs' => [], ], 'InvalidTagFilterException' => [ 'base' => '

The tag filter was specified in an invalid format.

', 'refs' => [], ], 'InvalidTargetException' => [ 'base' => '

A target is not valid.

', 'refs' => [], ], 'InvalidTargetFilterNameException' => [ 'base' => '

The target filter name is invalid.

', 'refs' => [], ], 'InvalidTargetGroupPairException' => [ 'base' => '

A target group pair associated with this deployment is not valid.

', 'refs' => [], ], 'InvalidTargetInstancesException' => [ 'base' => '

The target instance configuration is invalid. Possible causes include:

', 'refs' => [], ], 'InvalidTimeRangeException' => [ 'base' => '

The specified time range was specified in an invalid format.

', 'refs' => [], ], 'InvalidTrafficRoutingConfigurationException' => [ 'base' => '

The configuration that specifies how traffic is routed during a deployment is invalid.

', 'refs' => [], ], 'InvalidTriggerConfigException' => [ 'base' => '

The trigger was specified in an invalid format.

', 'refs' => [], ], 'InvalidUpdateOutdatedInstancesOnlyValueException' => [ 'base' => '

The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments, false is expected. For EC2/On-premises deployments, true or false is expected.

', 'refs' => [], ], 'Key' => [ 'base' => NULL, 'refs' => [ 'EC2TagFilter$Key' => '

The tag filter key.

', 'Tag$Key' => '

The tag\'s key.

', 'TagFilter$Key' => '

The on-premises instance tag filter key.

', ], ], 'LambdaTarget' => [ 'base' => '

Information about the target AWS Lambda function during an AWS Lambda deployment.

', 'refs' => [ 'DeploymentTarget$lambdaTarget' => '

Information about the target for a deployment that uses the AWS Lambda compute platform.

', ], ], 'LastDeploymentInfo' => [ 'base' => '

Information about the most recent attempted or successful deployment to a deployment group.

', 'refs' => [ 'DeploymentGroupInfo$lastSuccessfulDeployment' => '

Information about the most recent successful deployment to the deployment group.

', 'DeploymentGroupInfo$lastAttemptedDeployment' => '

Information about the most recent attempted deployment to the deployment group.

', ], ], 'LifecycleErrorCode' => [ 'base' => NULL, 'refs' => [ 'Diagnostics$errorCode' => '

The associated error code:

', ], ], 'LifecycleEvent' => [ 'base' => '

Information about a deployment lifecycle event.

', 'refs' => [ 'LifecycleEventList$member' => NULL, ], ], 'LifecycleEventAlreadyCompletedException' => [ 'base' => '

An attempt to return the status of an already completed lifecycle event occurred.

', 'refs' => [], ], 'LifecycleEventHookExecutionId' => [ 'base' => NULL, 'refs' => [ 'PutLifecycleEventHookExecutionStatusInput$lifecycleEventHookExecutionId' => '

The execution ID of a deployment\'s lifecycle hook. A deployment lifecycle hook is specified in the hooks section of the AppSpec file.

', 'PutLifecycleEventHookExecutionStatusOutput$lifecycleEventHookExecutionId' => '

The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment\'s AppSpec file.

', ], ], 'LifecycleEventList' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$lifecycleEvents' => '

The lifecycle events of the deployment to this target Amazon ECS application.

', 'InstanceSummary$lifecycleEvents' => '

A list of lifecycle events for this instance.

', 'InstanceTarget$lifecycleEvents' => '

The lifecycle events of the deployment to this target instance.

', 'LambdaTarget$lifecycleEvents' => '

The lifecycle events of the deployment to this target Lambda function.

', ], ], 'LifecycleEventName' => [ 'base' => NULL, 'refs' => [ 'LifecycleEvent$lifecycleEventName' => '

The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

', ], ], 'LifecycleEventStatus' => [ 'base' => NULL, 'refs' => [ 'LifecycleEvent$status' => '

The deployment lifecycle event status:

', 'PutLifecycleEventHookExecutionStatusInput$status' => '

The result of a Lambda function that validates a deployment lifecycle event (Succeeded or Failed).

', ], ], 'LifecycleHookLimitExceededException' => [ 'base' => '

The limit for lifecycle hooks was exceeded.

', 'refs' => [], ], 'LifecycleMessage' => [ 'base' => NULL, 'refs' => [ 'Diagnostics$message' => '

The message associated with the error.

', ], ], 'ListApplicationRevisionsInput' => [ 'base' => '

Represents the input of a ListApplicationRevisions operation.

', 'refs' => [], ], 'ListApplicationRevisionsOutput' => [ 'base' => '

Represents the output of a ListApplicationRevisions operation.

', 'refs' => [], ], 'ListApplicationsInput' => [ 'base' => '

Represents the input of a ListApplications operation.

', 'refs' => [], ], 'ListApplicationsOutput' => [ 'base' => '

Represents the output of a ListApplications operation.

', 'refs' => [], ], 'ListDeploymentConfigsInput' => [ 'base' => '

Represents the input of a ListDeploymentConfigs operation.

', 'refs' => [], ], 'ListDeploymentConfigsOutput' => [ 'base' => '

Represents the output of a ListDeploymentConfigs operation.

', 'refs' => [], ], 'ListDeploymentGroupsInput' => [ 'base' => '

Represents the input of a ListDeploymentGroups operation.

', 'refs' => [], ], 'ListDeploymentGroupsOutput' => [ 'base' => '

Represents the output of a ListDeploymentGroups operation.

', 'refs' => [], ], 'ListDeploymentInstancesInput' => [ 'base' => '

Represents the input of a ListDeploymentInstances operation.

', 'refs' => [], ], 'ListDeploymentInstancesOutput' => [ 'base' => '

Represents the output of a ListDeploymentInstances operation.

', 'refs' => [], ], 'ListDeploymentTargetsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListDeploymentTargetsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListDeploymentsInput' => [ 'base' => '

Represents the input of a ListDeployments operation.

', 'refs' => [], ], 'ListDeploymentsOutput' => [ 'base' => '

Represents the output of a ListDeployments operation.

', 'refs' => [], ], 'ListGitHubAccountTokenNamesInput' => [ 'base' => '

Represents the input of a ListGitHubAccountTokenNames operation.

', 'refs' => [], ], 'ListGitHubAccountTokenNamesOutput' => [ 'base' => '

Represents the output of a ListGitHubAccountTokenNames operation.

', 'refs' => [], ], 'ListOnPremisesInstancesInput' => [ 'base' => '

Represents the input of a ListOnPremisesInstances operation.

', 'refs' => [], ], 'ListOnPremisesInstancesOutput' => [ 'base' => '

Represents the output of the list on-premises instances operation.

', 'refs' => [], ], 'ListStateFilterAction' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$deployed' => '

Whether to list revisions based on whether the revision is the target revision of an deployment group:

', ], ], 'ListenerArn' => [ 'base' => NULL, 'refs' => [ 'ListenerArnList$member' => NULL, ], ], 'ListenerArnList' => [ 'base' => NULL, 'refs' => [ 'TrafficRoute$listenerArns' => '

The ARN of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.

', ], ], 'LoadBalancerInfo' => [ 'base' => '

Information about the Elastic Load Balancing load balancer or target group used in a deployment.

', 'refs' => [ 'CreateDeploymentGroupInput$loadBalancerInfo' => '

Information about the load balancer used in a deployment.

', 'DeploymentGroupInfo$loadBalancerInfo' => '

Information about the load balancer to use in a deployment.

', 'DeploymentInfo$loadBalancerInfo' => '

Information about the load balancer used in the deployment.

', 'UpdateDeploymentGroupInput$loadBalancerInfo' => '

Information about the load balancer used in a deployment.

', ], ], 'LogTail' => [ 'base' => NULL, 'refs' => [ 'Diagnostics$logTail' => '

The last portion of the diagnostic log.

If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

', ], ], 'Message' => [ 'base' => NULL, 'refs' => [ 'StopDeploymentOutput$statusMessage' => '

An accompanying status message.

', ], ], 'MinimumHealthyHosts' => [ 'base' => '

Information about minimum healthy instance.

', 'refs' => [ 'CreateDeploymentConfigInput$minimumHealthyHosts' => '

The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

The type parameter takes either of the following values:

The value parameter takes an integer.

For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

', 'DeploymentConfigInfo$minimumHealthyHosts' => '

Information about the number or percentage of minimum healthy instance.

', ], ], 'MinimumHealthyHostsType' => [ 'base' => NULL, 'refs' => [ 'MinimumHealthyHosts$type' => '

The minimum healthy instance type:

In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is successful if six or more instances are deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment is successful if four or more instance are deployed to successfully. Otherwise, the deployment fails.

In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.

For more information, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.

', ], ], 'MinimumHealthyHostsValue' => [ 'base' => NULL, 'refs' => [ 'MinimumHealthyHosts$value' => '

The minimum healthy instance value.

', ], ], 'MultipleIamArnsProvidedException' => [ 'base' => '

Both an IAM user ARN and an IAM session ARN were included in the request. Use only one ARN type.

', 'refs' => [], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$nextToken' => '

An identifier returned from the previous ListApplicationRevisions call. It can be used to return the next set of applications in the list.

', 'ListApplicationRevisionsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

', 'ListApplicationsInput$nextToken' => '

An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

', 'ListApplicationsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.

', 'ListDeploymentConfigsInput$nextToken' => '

An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list.

', 'ListDeploymentConfigsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

', 'ListDeploymentGroupsInput$nextToken' => '

An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

', 'ListDeploymentGroupsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

', 'ListDeploymentInstancesInput$nextToken' => '

An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

', 'ListDeploymentInstancesOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

', 'ListDeploymentTargetsInput$nextToken' => '

A token identifier returned from the previous ListDeploymentTargets call. It can be used to return the next set of deployment targets in the list.

', 'ListDeploymentTargetsOutput$nextToken' => '

If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list.

', 'ListDeploymentsInput$nextToken' => '

An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

', 'ListDeploymentsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

', 'ListGitHubAccountTokenNamesInput$nextToken' => '

An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.

', 'ListGitHubAccountTokenNamesOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.

', 'ListOnPremisesInstancesInput$nextToken' => '

An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

', 'ListOnPremisesInstancesOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

', ], ], 'NullableBoolean' => [ 'base' => NULL, 'refs' => [ 'StopDeploymentInput$autoRollbackEnabled' => '

Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.

', ], ], 'OnPremisesTagSet' => [ 'base' => '

Information about groups of on-premises instance tags.

', 'refs' => [ 'CreateDeploymentGroupInput$onPremisesTagSet' => '

Information about groups of tags applied to on-premises instances. The deployment group includes only on-premises instances identified by all of the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.

', 'DeploymentGroupInfo$onPremisesTagSet' => '

Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.

', 'UpdateDeploymentGroupInput$onPremisesTagSet' => '

Information about an on-premises instance tag set. The deployment group includes only on-premises instances identified by all the tag groups.

', ], ], 'OnPremisesTagSetList' => [ 'base' => NULL, 'refs' => [ 'OnPremisesTagSet$onPremisesTagSetList' => '

A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

', ], ], 'OperationNotSupportedException' => [ 'base' => '

The API used does not support the deployment.

', 'refs' => [], ], 'Percentage' => [ 'base' => NULL, 'refs' => [ 'TimeBasedCanary$canaryPercentage' => '

The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.

', 'TimeBasedLinear$linearPercentage' => '

The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

', ], ], 'PutLifecycleEventHookExecutionStatusInput' => [ 'base' => NULL, 'refs' => [], ], 'PutLifecycleEventHookExecutionStatusOutput' => [ 'base' => NULL, 'refs' => [], ], 'RawString' => [ 'base' => '

A revision for an AWS Lambda deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda deployments, the revision is the same as the AppSpec file.

', 'refs' => [ 'RevisionLocation$string' => '

Information about the location of an AWS Lambda deployment revision stored as a RawString.

', ], ], 'RawStringContent' => [ 'base' => NULL, 'refs' => [ 'AppSpecContent$content' => '

The YAML-formatted or JSON-formatted revision string.

For an AWS Lambda deployment, the content includes a Lambda function name, the alias for its original version, and the alias for its replacement version. The deployment shifts traffic from the original version of the Lambda function to the replacement version.

For an Amazon ECS deployment, the content includes the task name, information about the load balancer that serves traffic to the container, and more.

For both types of deployments, the content can specify Lambda functions that run at specified hooks, such as BeforeInstall, during a deployment.

', 'RawString$content' => '

The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.

', ], ], 'RawStringSha256' => [ 'base' => NULL, 'refs' => [ 'AppSpecContent$sha256' => '

The SHA256 hash value of the revision content.

', 'RawString$sha256' => '

The SHA256 hash value of the revision content.

', ], ], 'RegisterApplicationRevisionInput' => [ 'base' => '

Represents the input of a RegisterApplicationRevision operation.

', 'refs' => [], ], 'RegisterOnPremisesInstanceInput' => [ 'base' => '

Represents the input of the register on-premises instance operation.

', 'refs' => [], ], 'RegistrationStatus' => [ 'base' => NULL, 'refs' => [ 'ListOnPremisesInstancesInput$registrationStatus' => '

The registration status of the on-premises instances:

', ], ], 'RemoveTagsFromOnPremisesInstancesInput' => [ 'base' => '

Represents the input of a RemoveTagsFromOnPremisesInstances operation.

', 'refs' => [], ], 'Repository' => [ 'base' => NULL, 'refs' => [ 'GitHubLocation$repository' => '

The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

Specified as account/repository.

', ], ], 'ResourceValidationException' => [ 'base' => '

The specified resource could not be validated.

', 'refs' => [], ], 'RevisionDoesNotExistException' => [ 'base' => '

The named revision does not exist with the IAM user or AWS account.

', 'refs' => [], ], 'RevisionInfo' => [ 'base' => '

Information about an application revision.

', 'refs' => [ 'RevisionInfoList$member' => NULL, ], ], 'RevisionInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationRevisionsOutput$revisions' => '

Additional information about the revisions, including the type and location.

', ], ], 'RevisionLocation' => [ 'base' => '

Information about the location of an application revision.

', 'refs' => [ 'CreateDeploymentInput$revision' => '

The type and location of the revision to deploy.

', 'DeploymentGroupInfo$targetRevision' => '

Information about the deployment group\'s target revision, including type and location.

', 'DeploymentInfo$previousRevision' => '

Information about the application revision that was deployed to the deployment group before the most recent successful deployment.

', 'DeploymentInfo$revision' => '

Information about the location of stored application artifacts and the service from which to retrieve them.

', 'GetApplicationRevisionInput$revision' => '

Information about the application revision to get, including type and location.

', 'GetApplicationRevisionOutput$revision' => '

Additional information about the revision, including type and location.

', 'RegisterApplicationRevisionInput$revision' => '

Information about the application revision to register, including type and location.

', 'RevisionInfo$revisionLocation' => '

Information about the location and type of an application revision.

', 'RevisionLocationList$member' => NULL, ], ], 'RevisionLocationList' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationRevisionsInput$revisions' => '

Information to get about the application revisions, including type and location.

', 'ListApplicationRevisionsOutput$revisions' => '

A list of locations that contain the matching revisions.

', ], ], 'RevisionLocationType' => [ 'base' => NULL, 'refs' => [ 'RevisionLocation$revisionType' => '

The type of application revision:

', ], ], 'RevisionRequiredException' => [ 'base' => '

The revision ID was not specified.

', 'refs' => [], ], 'Role' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$serviceRoleArn' => '

A service role ARN that allows AWS CodeDeploy to act on the user\'s behalf when interacting with AWS services.

', 'DeploymentGroupInfo$serviceRoleArn' => '

A service role ARN.

', 'UpdateDeploymentGroupInput$serviceRoleArn' => '

A replacement ARN for the service role, if you want to change it.

', ], ], 'RoleRequiredException' => [ 'base' => '

The role ID was not specified.

', 'refs' => [], ], 'RollbackInfo' => [ 'base' => '

Information about a deployment rollback.

', 'refs' => [ 'DeploymentInfo$rollbackInfo' => '

Information about a deployment rollback.

', ], ], 'S3Bucket' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$s3Bucket' => '

An Amazon S3 bucket name to limit the search for revisions.

If set to null, all of the user\'s buckets are searched.

', 'S3Location$bucket' => '

The name of the Amazon S3 bucket where the application revision is stored.

', ], ], 'S3Key' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$s3KeyPrefix' => '

A key prefix for the set of Amazon S3 objects to limit the search for revisions.

', 'S3Location$key' => '

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

', ], ], 'S3Location' => [ 'base' => '

Information about the location of application artifacts stored in Amazon S3.

', 'refs' => [ 'RevisionLocation$s3Location' => '

Information about the location of a revision stored in Amazon S3.

', ], ], 'ScriptName' => [ 'base' => NULL, 'refs' => [ 'Diagnostics$scriptName' => '

The name of the script.

', ], ], 'SkipWaitTimeForInstanceTerminationInput' => [ 'base' => NULL, 'refs' => [], ], 'SortOrder' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$sortOrder' => '

The order in which to sort the list results:

If not specified, the results are sorted in ascending order.

If set to null, the results are sorted in an arbitrary order.

', ], ], 'StopDeploymentInput' => [ 'base' => '

Represents the input of a StopDeployment operation.

', 'refs' => [], ], 'StopDeploymentOutput' => [ 'base' => '

Represents the output of a StopDeployment operation.

', 'refs' => [], ], 'StopStatus' => [ 'base' => NULL, 'refs' => [ 'StopDeploymentOutput$status' => '

The status of the stop deployment operation:

', ], ], 'Tag' => [ 'base' => '

Information about a tag.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagFilter' => [ 'base' => '

Information about an on-premises instance tag filter.

', 'refs' => [ 'TagFilterList$member' => NULL, ], ], 'TagFilterList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$onPremisesInstanceTagFilters' => '

The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags. Cannot be used in the same call as OnPremisesTagSet.

', 'DeploymentGroupInfo$onPremisesInstanceTagFilters' => '

The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.

', 'ListOnPremisesInstancesInput$tagFilters' => '

The on-premises instance tags that are used to restrict the on-premises instance names returned.

', 'OnPremisesTagSetList$member' => NULL, 'UpdateDeploymentGroupInput$onPremisesInstanceTagFilters' => '

The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

', ], ], 'TagFilterType' => [ 'base' => NULL, 'refs' => [ 'TagFilter$Type' => '

The on-premises instance tag filter type:

', ], ], 'TagLimitExceededException' => [ 'base' => '

The maximum allowed number of tags was exceeded.

', 'refs' => [], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'AddTagsToOnPremisesInstancesInput$tags' => '

The tag key-value pairs to add to the on-premises instances.

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

', 'InstanceInfo$tags' => '

The tags currently associated with the on-premises instance.

', 'RemoveTagsFromOnPremisesInstancesInput$tags' => '

The tag key-value pairs to remove from the on-premises instances.

', ], ], 'TagRequiredException' => [ 'base' => '

A tag was not specified.

', 'refs' => [], ], 'TagSetListLimitExceededException' => [ 'base' => '

The number of tag groups included in the tag set list exceeded the maximum allowed limit of 3.

', 'refs' => [], ], 'TargetArn' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$targetArn' => '

The ARN of the target.

', 'InstanceTarget$targetArn' => '

The ARN of the target.

', 'LambdaTarget$targetArn' => '

The ARN of the target.

', ], ], 'TargetFilterName' => [ 'base' => NULL, 'refs' => [ 'TargetFilters$key' => NULL, ], ], 'TargetFilters' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentTargetsInput$targetFilters' => '

A key used to filter the returned targets.

', ], ], 'TargetGroupInfo' => [ 'base' => '

Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.

', 'refs' => [ 'ECSTaskSet$targetGroup' => '

The target group associated with the task set. The target group is used by AWS CodeDeploy to manage traffic to a task set.

', 'TargetGroupInfoList$member' => NULL, ], ], 'TargetGroupInfoList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerInfo$targetGroupInfoList' => '

An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.

Adding more than one target group to the array is not supported.

', 'TargetGroupPairInfo$targetGroups' => '

One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.

', ], ], 'TargetGroupName' => [ 'base' => NULL, 'refs' => [ 'TargetGroupInfo$name' => '

For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment are registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.

', ], ], 'TargetGroupPairInfo' => [ 'base' => '

Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified.

', 'refs' => [ 'TargetGroupPairInfoList$member' => NULL, ], ], 'TargetGroupPairInfoList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerInfo$targetGroupPairInfoList' => '

The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum size of one.

', ], ], 'TargetId' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$targetId' => '

The unique ID of a deployment target that has a type of ecsTarget.

', 'GetDeploymentTargetInput$targetId' => '

The unique ID of a deployment target.

', 'InstanceTarget$targetId' => '

The unique ID of a deployment target that has a type of instanceTarget.

', 'LambdaTarget$targetId' => '

The unique ID of a deployment target that has a type of lambdaTarget.

', 'TargetIdList$member' => NULL, ], ], 'TargetIdList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentTargetsInput$targetIds' => '

The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats.

', 'ListDeploymentTargetsOutput$targetIds' => '

The unique IDs of deployment targets.

', ], ], 'TargetInstances' => [ 'base' => '

Information about the instances to be used in the replacement environment in a blue/green deployment.

', 'refs' => [ 'CreateDeploymentInput$targetInstances' => '

Information about the instances that belong to the replacement environment in a blue/green deployment.

', 'DeploymentInfo$targetInstances' => '

Information about the instances that belong to the replacement environment in a blue/green deployment.

', ], ], 'TargetLabel' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$taskSetLabel' => '

A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).

', 'InstanceTarget$instanceLabel' => '

A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).

', ], ], 'TargetStatus' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$status' => '

The status an Amazon ECS deployment\'s target ECS application.

', 'InstanceTarget$status' => '

The status an EC2/On-premises deployment\'s target instance.

', 'LambdaTarget$status' => '

The status an AWS Lambda deployment\'s target Lambda function.

', ], ], 'ThrottlingException' => [ 'base' => '

An API function was called too frequently.

', 'refs' => [], ], 'Time' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$lastUpdatedAt' => '

The date and time when the target Amazon ECS application was updated by a deployment.

', 'InstanceTarget$lastUpdatedAt' => '

The date and time when the target instance was updated by a deployment.

', 'LambdaTarget$lastUpdatedAt' => '

The date and time when the target Lambda function was updated by a deployment.

', ], ], 'TimeBasedCanary' => [ 'base' => '

A configuration that shifts traffic from one version of a Lambda function to another in two increments. The original and target Lambda function versions are specified in the deployment\'s AppSpec file.

', 'refs' => [ 'TrafficRoutingConfig$timeBasedCanary' => '

A configuration that shifts traffic from one version of a Lambda function to another in two increments. The original and target Lambda function versions are specified in the deployment\'s AppSpec file.

', ], ], 'TimeBasedLinear' => [ 'base' => '

A configuration that shifts traffic from one version of a Lambda function to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions are specified in the deployment\'s AppSpec file.

', 'refs' => [ 'TrafficRoutingConfig$timeBasedLinear' => '

A configuration that shifts traffic from one version of a Lambda function to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions are specified in the deployment\'s AppSpec file.

', ], ], 'TimeRange' => [ 'base' => '

Information about a time range.

', 'refs' => [ 'ListDeploymentsInput$createTimeRange' => '

A time range (start and end) for returning a subset of the list of deployments.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$createTime' => '

The time at which the application was created.

', 'DeploymentConfigInfo$createTime' => '

The time at which the deployment configuration was created.

', 'DeploymentInfo$createTime' => '

A timestamp that indicates when the deployment was created.

', 'DeploymentInfo$startTime' => '

A timestamp that indicates when the deployment was deployed to the deployment group.

In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process.

', 'DeploymentInfo$completeTime' => '

A timestamp that indicates when the deployment was complete.

', 'GenericRevisionInfo$firstUsedTime' => '

When the revision was first used by AWS CodeDeploy.

', 'GenericRevisionInfo$lastUsedTime' => '

When the revision was last used by AWS CodeDeploy.

', 'GenericRevisionInfo$registerTime' => '

When the revision was registered with AWS CodeDeploy.

', 'InstanceInfo$registerTime' => '

The time at which the on-premises instance was registered.

', 'InstanceInfo$deregisterTime' => '

If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

', 'InstanceSummary$lastUpdatedAt' => '

A timestamp that indicaties when the instance information was last updated.

', 'LastDeploymentInfo$endTime' => '

A timestamp that indicates when the most recent deployment to the deployment group was complete.

', 'LastDeploymentInfo$createTime' => '

A timestamp that indicates when the most recent deployment to the deployment group started.

', 'LifecycleEvent$startTime' => '

A timestamp that indicates when the deployment lifecycle event started.

', 'LifecycleEvent$endTime' => '

A timestamp that indicates when the deployment lifecycle event ended.

', 'TimeRange$start' => '

The start time of the time range.

Specify null to leave the start time open-ended.

', 'TimeRange$end' => '

The end time of the time range.

Specify null to leave the end time open-ended.

', ], ], 'TrafficRoute' => [ 'base' => '

Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.

', 'refs' => [ 'TargetGroupPairInfo$prodTrafficRoute' => '

The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.

', 'TargetGroupPairInfo$testTrafficRoute' => '

An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.

', ], ], 'TrafficRoutingConfig' => [ 'base' => '

The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an AWS Lambda deployment.

', 'refs' => [ 'CreateDeploymentConfigInput$trafficRoutingConfig' => '

The configuration that specifies how the deployment traffic is routed.

', 'DeploymentConfigInfo$trafficRoutingConfig' => '

The configuration that specifies how the deployment traffic is routed. Only deployments with a Lambda compute platform can specify this.

', ], ], 'TrafficRoutingType' => [ 'base' => NULL, 'refs' => [ 'TrafficRoutingConfig$type' => '

The type of traffic shifting (TimeBasedCanary or TimeBasedLinear) used by a deployment configuration .

', ], ], 'TrafficWeight' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$trafficWeight' => '

The percentage of traffic served by this task set.

', ], ], 'TriggerConfig' => [ 'base' => '

Information about notification triggers for the deployment group.

', 'refs' => [ 'TriggerConfigList$member' => NULL, ], ], 'TriggerConfigList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$triggerConfigurations' => '

Information about triggers to create when the deployment group is created. For examples, see Create a Trigger for an AWS CodeDeploy Event in the AWS CodeDeploy User Guide.

', 'DeploymentGroupInfo$triggerConfigurations' => '

Information about triggers associated with the deployment group.

', 'UpdateDeploymentGroupInput$triggerConfigurations' => '

Information about triggers to change when the deployment group is updated. For examples, see Modify Triggers in an AWS CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.

', ], ], 'TriggerEventType' => [ 'base' => NULL, 'refs' => [ 'TriggerEventTypeList$member' => NULL, ], ], 'TriggerEventTypeList' => [ 'base' => NULL, 'refs' => [ 'TriggerConfig$triggerEvents' => '

The event type or types for which notifications are triggered.

', ], ], 'TriggerName' => [ 'base' => NULL, 'refs' => [ 'TriggerConfig$triggerName' => '

The name of the notification trigger.

', ], ], 'TriggerTargetArn' => [ 'base' => NULL, 'refs' => [ 'TriggerConfig$triggerTargetArn' => '

The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

', ], ], 'TriggerTargetsLimitExceededException' => [ 'base' => '

The maximum allowed number of triggers was exceeded.

', 'refs' => [], ], 'UnsupportedActionForDeploymentTypeException' => [ 'base' => '

A call was submitted that is not supported for the specified deployment type.

', 'refs' => [], ], 'UpdateApplicationInput' => [ 'base' => '

Represents the input of an UpdateApplication operation.

', 'refs' => [], ], 'UpdateDeploymentGroupInput' => [ 'base' => '

Represents the input of an UpdateDeploymentGroup operation.

', 'refs' => [], ], 'UpdateDeploymentGroupOutput' => [ 'base' => '

Represents the output of an UpdateDeploymentGroup operation.

', 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'EC2TagFilter$Value' => '

The tag filter value.

', 'Tag$Value' => '

The tag\'s value.

', 'TagFilter$Value' => '

The on-premises instance tag filter value.

', ], ], 'VersionId' => [ 'base' => NULL, 'refs' => [ 'S3Location$version' => '

A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

If the version is not specified, the system uses the most recent version by default.

', ], ], 'WaitTimeInMins' => [ 'base' => NULL, 'refs' => [ 'TimeBasedCanary$canaryInterval' => '

The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.

', 'TimeBasedLinear$linearInterval' => '

The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => 'AWS CodeDeploy

AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless AWS Lambda functions, or applications in an Amazon ECS service.

You can deploy a nearly unlimited variety of application content, such as an updated Lambda function, updated applications in an Amazon ECS service, code, web and configuration files, executables, packages, scripts, multimedia files, and so on. AWS CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes to your existing code before you can use AWS CodeDeploy.

AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications, without many of the risks associated with error-prone manual deployments.

AWS CodeDeploy Components

Use the information in this guide to help you work with the following AWS CodeDeploy components:

This guide also contains information to help you get details about the instances in your deployments, to make on-premises instances available for AWS CodeDeploy deployments, to get details about a Lambda function deployment, and to get details about Amazon ECS service deployments.

AWS CodeDeploy Information Resources

', 'operations' => [ 'AddTagsToOnPremisesInstances' => '

Adds tags to on-premises instances.

', 'BatchGetApplicationRevisions' => '

Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25.

', 'BatchGetApplications' => '

Gets information about one or more applications. The maximum number of applications that can be returned is 25.

', 'BatchGetDeploymentGroups' => '

Gets information about one or more deployment groups.

', 'BatchGetDeploymentInstances' => '

This method works, but is deprecated. Use BatchGetDeploymentTargets instead.

Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and AWS Lambda compute platforms. The newer BatchGetDeploymentTargets works with all compute platforms. The maximum number of instances that can be returned is 25.

', 'BatchGetDeploymentTargets' => '

Returns an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances. The maximum number of targets that can be returned is 25.

The type of targets returned depends on the deployment\'s compute platform:

', 'BatchGetDeployments' => '

Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.

', 'BatchGetOnPremisesInstances' => '

Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.

', 'ContinueDeployment' => '

For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)

', 'CreateApplication' => '

Creates an application.

', 'CreateDeployment' => '

Deploys an application revision through the specified deployment group.

', 'CreateDeploymentConfig' => '

Creates a deployment configuration.

', 'CreateDeploymentGroup' => '

Creates a deployment group to which application revisions are deployed.

', 'DeleteApplication' => '

Deletes an application.

', 'DeleteDeploymentConfig' => '

Deletes a deployment configuration.

A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.

', 'DeleteDeploymentGroup' => '

Deletes a deployment group.

', 'DeleteGitHubAccountToken' => '

Deletes a GitHub account connection.

', 'DeregisterOnPremisesInstance' => '

Deregisters an on-premises instance.

', 'GetApplication' => '

Gets information about an application.

', 'GetApplicationRevision' => '

Gets information about an application revision.

', 'GetDeployment' => '

Gets information about a deployment.

The content property of the appSpecContent object in the returned revision is always null. Use GetApplicationRevision and the sha256 property of the returned appSpecContent object to get the content of the deployment’s AppSpec file.

', 'GetDeploymentConfig' => '

Gets information about a deployment configuration.

', 'GetDeploymentGroup' => '

Gets information about a deployment group.

', 'GetDeploymentInstance' => '

Gets information about an instance as part of a deployment.

', 'GetDeploymentTarget' => '

Returns information about a deployment target.

', 'GetOnPremisesInstance' => '

Gets information about an on-premises instance.

', 'ListApplicationRevisions' => '

Lists information about revisions for an application.

', 'ListApplications' => '

Lists the applications registered with the IAM user or AWS account.

', 'ListDeploymentConfigs' => '

Lists the deployment configurations with the IAM user or AWS account.

', 'ListDeploymentGroups' => '

Lists the deployment groups for an application registered with the IAM user or AWS account.

', 'ListDeploymentInstances' => '

The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or AWS Lambda.

Lists the instance for a deployment associated with the IAM user or AWS account.

', 'ListDeploymentTargets' => '

Returns an array of target IDs that are associated a deployment.

', 'ListDeployments' => '

Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.

', 'ListGitHubAccountTokenNames' => '

Lists the names of stored connections to GitHub accounts.

', 'ListOnPremisesInstances' => '

Gets a list of names for one or more on-premises instances.

Unless otherwise specified, both registered and deregistered on-premises instance names are listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.

', 'ListTagsForResource' => '

Returns a list of tags for the resource identified by a specified ARN. Tags are used to organize and categorize your CodeDeploy resources.

', 'PutLifecycleEventHookExecutionStatus' => '

Sets the result of a Lambda validation function. The function validates one or both lifecycle events (BeforeAllowTraffic and AfterAllowTraffic) and returns Succeeded or Failed.

', 'RegisterApplicationRevision' => '

Registers with AWS CodeDeploy a revision for the specified application.

', 'RegisterOnPremisesInstance' => '

Registers an on-premises instance.

Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.

', 'RemoveTagsFromOnPremisesInstances' => '

Removes one or more tags from one or more on-premises instances.

', 'SkipWaitTimeForInstanceTermination' => '

In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.

', 'StopDeployment' => '

Attempts to stop an ongoing deployment.

', 'TagResource' => '

Associates the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter.

', 'UntagResource' => '

Disassociates a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identfied by the list of keys in the TagKeys input parameter.

', 'UpdateApplication' => '

Changes the name of an application.

', 'UpdateDeploymentGroup' => '

Changes information about a deployment group.

', ], 'shapes' => [ 'AddTagsToOnPremisesInstancesInput' => [ 'base' => '

Represents the input of, and adds tags to, an on-premises instance operation.

', 'refs' => [], ], 'AdditionalDeploymentStatusInfo' => [ 'base' => NULL, 'refs' => [ 'DeploymentInfo$additionalDeploymentStatusInfo' => '

Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.

', ], ], 'Alarm' => [ 'base' => '

Information about an alarm.

', 'refs' => [ 'AlarmList$member' => NULL, ], ], 'AlarmConfiguration' => [ 'base' => '

Information about alarms associated with the deployment group.

', 'refs' => [ 'CreateDeploymentGroupInput$alarmConfiguration' => '

Information to add about Amazon CloudWatch alarms when the deployment group is created.

', 'DeploymentGroupInfo$alarmConfiguration' => '

A list of alarms associated with the deployment group.

', 'UpdateDeploymentGroupInput$alarmConfiguration' => '

Information to add or change about Amazon CloudWatch alarms when the deployment group is updated.

', ], ], 'AlarmList' => [ 'base' => NULL, 'refs' => [ 'AlarmConfiguration$alarms' => '

A list of alarms configured for the deployment group. A maximum of 10 alarms can be added to a deployment group.

', ], ], 'AlarmName' => [ 'base' => NULL, 'refs' => [ 'Alarm$name' => '

The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.

', ], ], 'AlarmsLimitExceededException' => [ 'base' => '

The maximum number of alarms for a deployment group (10) was exceeded.

', 'refs' => [], ], 'AppSpecContent' => [ 'base' => '

A revision for an AWS Lambda or Amazon ECS deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda and Amazon ECS deployments, the revision is the same as the AppSpec file. This method replaces the deprecated RawString data type.

', 'refs' => [ 'RevisionLocation$appSpecContent' => '

The content of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.

', ], ], 'ApplicationAlreadyExistsException' => [ 'base' => '

An application with the specified name with the IAM user or AWS account already exists.

', 'refs' => [], ], 'ApplicationDoesNotExistException' => [ 'base' => '

The application does not exist with the IAM user or AWS account.

', 'refs' => [], ], 'ApplicationId' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$applicationId' => '

The application ID.

', 'CreateApplicationOutput$applicationId' => '

A unique application ID.

', ], ], 'ApplicationInfo' => [ 'base' => '

Information about an application.

', 'refs' => [ 'ApplicationsInfoList$member' => NULL, 'GetApplicationOutput$application' => '

Information about the application.

', ], ], 'ApplicationLimitExceededException' => [ 'base' => '

More applications were attempted to be created than are allowed.

', 'refs' => [], ], 'ApplicationName' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$applicationName' => '

The application name.

', 'ApplicationsList$member' => NULL, 'BatchGetApplicationRevisionsInput$applicationName' => '

The name of an AWS CodeDeploy application about which to get revision information.

', 'BatchGetApplicationRevisionsOutput$applicationName' => '

The name of the application that corresponds to the revisions.

', 'BatchGetDeploymentGroupsInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

', 'CreateApplicationInput$applicationName' => '

The name of the application. This name must be unique with the applicable IAM user or AWS account.

', 'CreateDeploymentGroupInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'CreateDeploymentInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'DeleteApplicationInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'DeleteDeploymentGroupInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'DeploymentGroupInfo$applicationName' => '

The application name.

', 'DeploymentInfo$applicationName' => '

The application name.

', 'GetApplicationInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'GetApplicationRevisionInput$applicationName' => '

The name of the application that corresponds to the revision.

', 'GetApplicationRevisionOutput$applicationName' => '

The name of the application that corresponds to the revision.

', 'GetDeploymentGroupInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'ListApplicationRevisionsInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'ListDeploymentGroupsInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'ListDeploymentGroupsOutput$applicationName' => '

The application name.

', 'ListDeploymentsInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified.

', 'RegisterApplicationRevisionInput$applicationName' => '

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

', 'UpdateApplicationInput$applicationName' => '

The current name of the application you want to change.

', 'UpdateApplicationInput$newApplicationName' => '

The new name to give the application.

', 'UpdateDeploymentGroupInput$applicationName' => '

The application name that corresponds to the deployment group to update.

', ], ], 'ApplicationNameRequiredException' => [ 'base' => '

The minimum number of required application names was not specified.

', 'refs' => [], ], 'ApplicationRevisionSortBy' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$sortBy' => '

The column name to use to sort the list results:

If not specified or set to null, the results are returned in an arbitrary order.

', ], ], 'ApplicationsInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationsOutput$applicationsInfo' => '

Information about the applications.

', ], ], 'ApplicationsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationsInput$applicationNames' => '

A list of application names separated by spaces. The maximum number of application names you can specify is 25.

', 'ListApplicationsOutput$applications' => '

A list of application names.

', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceInput$ResourceArn' => '

The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the resource that is identified by the ResourceArn.

', 'TagResourceInput$ResourceArn' => '

The ARN of a resource, such as a CodeDeploy application or deployment group.

', 'UntagResourceInput$ResourceArn' => '

The ARN that specifies from which resource to disassociate the tags with the keys in the TagKeys input paramter.

', ], ], 'ArnNotSupportedException' => [ 'base' => '

The specified ARN is not supported. For example, it might be an ARN for a resource that is not expected.

', 'refs' => [], ], 'AutoRollbackConfiguration' => [ 'base' => '

Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.

', 'refs' => [ 'CreateDeploymentGroupInput$autoRollbackConfiguration' => '

Configuration information for an automatic rollback that is added when a deployment group is created.

', 'CreateDeploymentInput$autoRollbackConfiguration' => '

Configuration information for an automatic rollback that is added when a deployment is created.

', 'DeploymentGroupInfo$autoRollbackConfiguration' => '

Information about the automatic rollback configuration associated with the deployment group.

', 'DeploymentInfo$autoRollbackConfiguration' => '

Information about the automatic rollback configuration associated with the deployment.

', 'UpdateDeploymentGroupInput$autoRollbackConfiguration' => '

Information for an automatic rollback configuration that is added or changed when a deployment group is updated.

', ], ], 'AutoRollbackEvent' => [ 'base' => NULL, 'refs' => [ 'AutoRollbackEventsList$member' => NULL, ], ], 'AutoRollbackEventsList' => [ 'base' => NULL, 'refs' => [ 'AutoRollbackConfiguration$events' => '

The event type or types that trigger a rollback.

', ], ], 'AutoScalingGroup' => [ 'base' => '

Information about an Auto Scaling group.

', 'refs' => [ 'AutoScalingGroupList$member' => NULL, ], ], 'AutoScalingGroupHook' => [ 'base' => NULL, 'refs' => [ 'AutoScalingGroup$hook' => '

An Auto Scaling lifecycle event hook name.

', ], ], 'AutoScalingGroupList' => [ 'base' => NULL, 'refs' => [ 'DeleteDeploymentGroupOutput$hooksNotCleanedUp' => '

If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

', 'DeploymentGroupInfo$autoScalingGroups' => '

A list of associated Auto Scaling groups.

', 'UpdateDeploymentGroupOutput$hooksNotCleanedUp' => '

If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

', ], ], 'AutoScalingGroupName' => [ 'base' => NULL, 'refs' => [ 'AutoScalingGroup$name' => '

The Auto Scaling group name.

', 'AutoScalingGroupNameList$member' => NULL, ], ], 'AutoScalingGroupNameList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$autoScalingGroups' => '

A list of associated Amazon EC2 Auto Scaling groups.

', 'TargetInstances$autoScalingGroups' => '

The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.

', 'UpdateDeploymentGroupInput$autoScalingGroups' => '

The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

', ], ], 'BatchGetApplicationRevisionsInput' => [ 'base' => '

Represents the input of a BatchGetApplicationRevisions operation.

', 'refs' => [], ], 'BatchGetApplicationRevisionsOutput' => [ 'base' => '

Represents the output of a BatchGetApplicationRevisions operation.

', 'refs' => [], ], 'BatchGetApplicationsInput' => [ 'base' => '

Represents the input of a BatchGetApplications operation.

', 'refs' => [], ], 'BatchGetApplicationsOutput' => [ 'base' => '

Represents the output of a BatchGetApplications operation.

', 'refs' => [], ], 'BatchGetDeploymentGroupsInput' => [ 'base' => '

Represents the input of a BatchGetDeploymentGroups operation.

', 'refs' => [], ], 'BatchGetDeploymentGroupsOutput' => [ 'base' => '

Represents the output of a BatchGetDeploymentGroups operation.

', 'refs' => [], ], 'BatchGetDeploymentInstancesInput' => [ 'base' => '

Represents the input of a BatchGetDeploymentInstances operation.

', 'refs' => [], ], 'BatchGetDeploymentInstancesOutput' => [ 'base' => '

Represents the output of a BatchGetDeploymentInstances operation.

', 'refs' => [], ], 'BatchGetDeploymentTargetsInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDeploymentTargetsOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDeploymentsInput' => [ 'base' => '

Represents the input of a BatchGetDeployments operation.

', 'refs' => [], ], 'BatchGetDeploymentsOutput' => [ 'base' => '

Represents the output of a BatchGetDeployments operation.

', 'refs' => [], ], 'BatchGetOnPremisesInstancesInput' => [ 'base' => '

Represents the input of a BatchGetOnPremisesInstances operation.

', 'refs' => [], ], 'BatchGetOnPremisesInstancesOutput' => [ 'base' => '

Represents the output of a BatchGetOnPremisesInstances operation.

', 'refs' => [], ], 'BatchLimitExceededException' => [ 'base' => '

The maximum number of names or IDs allowed for this request (100) was exceeded.

', 'refs' => [], ], 'BlueGreenDeploymentConfiguration' => [ 'base' => '

Information about blue/green deployment options for a deployment group.

', 'refs' => [ 'CreateDeploymentGroupInput$blueGreenDeploymentConfiguration' => '

Information about blue/green deployment options for a deployment group.

', 'DeploymentGroupInfo$blueGreenDeploymentConfiguration' => '

Information about blue/green deployment options for a deployment group.

', 'DeploymentInfo$blueGreenDeploymentConfiguration' => '

Information about blue/green deployment options for this deployment.

', 'UpdateDeploymentGroupInput$blueGreenDeploymentConfiguration' => '

Information about blue/green deployment options for a deployment group.

', ], ], 'BlueInstanceTerminationOption' => [ 'base' => '

Information about whether instances in the original environment are terminated when a blue/green deployment is successful.

', 'refs' => [ 'BlueGreenDeploymentConfiguration$terminateBlueInstancesOnDeploymentSuccess' => '

Information about whether to terminate instances in the original fleet during a blue/green deployment.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'AlarmConfiguration$enabled' => '

Indicates whether the alarm configuration is enabled.

', 'AlarmConfiguration$ignorePollAlarmFailure' => '

Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false.

', 'ApplicationInfo$linkedToGitHub' => '

True if the user has authenticated with GitHub for the specified application. Otherwise, false.

', 'AutoRollbackConfiguration$enabled' => '

Indicates whether a defined automatic rollback configuration is currently enabled.

', 'CreateDeploymentInput$ignoreApplicationStopFailures' => '

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

', 'CreateDeploymentInput$updateOutdatedInstancesOnly' => '

Indicates whether to deploy to all instances or only to instances that are not running the latest application revision.

', 'DeploymentInfo$ignoreApplicationStopFailures' => '

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the AWS CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

', 'DeploymentInfo$updateOutdatedInstancesOnly' => '

Indicates whether only instances that are not running the latest application revision are to be deployed to.

', 'DeploymentInfo$instanceTerminationWaitTimeStarted' => '

Indicates whether the wait period set for the termination of instances in the original environment has started. Status is \'false\' if the KEEP_ALIVE option is specified. Otherwise, \'true\' as soon as the termination wait period starts.

', ], ], 'BucketNameFilterRequiredException' => [ 'base' => '

A bucket name is required, but was not provided.

', 'refs' => [], ], 'BundleType' => [ 'base' => NULL, 'refs' => [ 'S3Location$bundleType' => '

The file type of the application revision. Must be one of the following:

', ], ], 'CommitId' => [ 'base' => NULL, 'refs' => [ 'GitHubLocation$commitId' => '

The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

', ], ], 'ComputePlatform' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$computePlatform' => '

The destination platform type for deployment of the application (Lambda or Server).

', 'CreateApplicationInput$computePlatform' => '

The destination platform type for the deployment (Lambda, Server, or ECS).

', 'CreateDeploymentConfigInput$computePlatform' => '

The destination platform type for the deployment (Lambda, Server, or ECS).

', 'DeploymentConfigInfo$computePlatform' => '

The destination platform type for the deployment (Lambda, Server, or ECS).

', 'DeploymentGroupInfo$computePlatform' => '

The destination platform type for the deployment (Lambda, Server, or ECS).

', 'DeploymentInfo$computePlatform' => '

The destination platform type for the deployment (Lambda, Server, or ECS).

', ], ], 'ContinueDeploymentInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateApplicationInput' => [ 'base' => '

Represents the input of a CreateApplication operation.

', 'refs' => [], ], 'CreateApplicationOutput' => [ 'base' => '

Represents the output of a CreateApplication operation.

', 'refs' => [], ], 'CreateDeploymentConfigInput' => [ 'base' => '

Represents the input of a CreateDeploymentConfig operation.

', 'refs' => [], ], 'CreateDeploymentConfigOutput' => [ 'base' => '

Represents the output of a CreateDeploymentConfig operation.

', 'refs' => [], ], 'CreateDeploymentGroupInput' => [ 'base' => '

Represents the input of a CreateDeploymentGroup operation.

', 'refs' => [], ], 'CreateDeploymentGroupOutput' => [ 'base' => '

Represents the output of a CreateDeploymentGroup operation.

', 'refs' => [], ], 'CreateDeploymentInput' => [ 'base' => '

Represents the input of a CreateDeployment operation.

', 'refs' => [], ], 'CreateDeploymentOutput' => [ 'base' => '

Represents the output of a CreateDeployment operation.

', 'refs' => [], ], 'DeleteApplicationInput' => [ 'base' => '

Represents the input of a DeleteApplication operation.

', 'refs' => [], ], 'DeleteDeploymentConfigInput' => [ 'base' => '

Represents the input of a DeleteDeploymentConfig operation.

', 'refs' => [], ], 'DeleteDeploymentGroupInput' => [ 'base' => '

Represents the input of a DeleteDeploymentGroup operation.

', 'refs' => [], ], 'DeleteDeploymentGroupOutput' => [ 'base' => '

Represents the output of a DeleteDeploymentGroup operation.

', 'refs' => [], ], 'DeleteGitHubAccountTokenInput' => [ 'base' => '

Represents the input of a DeleteGitHubAccount operation.

', 'refs' => [], ], 'DeleteGitHubAccountTokenOutput' => [ 'base' => '

Represents the output of a DeleteGitHubAccountToken operation.

', 'refs' => [], ], 'DeploymentAlreadyCompletedException' => [ 'base' => '

The deployment is already complete.

', 'refs' => [], ], 'DeploymentAlreadyStartedException' => [ 'base' => '

A deployment to a target was attempted while another deployment was in progress.

', 'refs' => [], ], 'DeploymentConfigAlreadyExistsException' => [ 'base' => '

A deployment configuration with the specified name with the IAM user or AWS account already exists .

', 'refs' => [], ], 'DeploymentConfigDoesNotExistException' => [ 'base' => '

The deployment configuration does not exist with the IAM user or AWS account.

', 'refs' => [], ], 'DeploymentConfigId' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentConfigOutput$deploymentConfigId' => '

A unique deployment configuration ID.

', 'DeploymentConfigInfo$deploymentConfigId' => '

The deployment configuration ID.

', ], ], 'DeploymentConfigInUseException' => [ 'base' => '

The deployment configuration is still in use.

', 'refs' => [], ], 'DeploymentConfigInfo' => [ 'base' => '

Information about a deployment configuration.

', 'refs' => [ 'GetDeploymentConfigOutput$deploymentConfigInfo' => '

Information about the deployment configuration.

', ], ], 'DeploymentConfigLimitExceededException' => [ 'base' => '

The deployment configurations limit was exceeded.

', 'refs' => [], ], 'DeploymentConfigName' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentConfigInput$deploymentConfigName' => '

The name of the deployment configuration to create.

', 'CreateDeploymentGroupInput$deploymentConfigName' => '

If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn\'t specified for the deployment or deployment group.

For more information about the predefined deployment configurations in AWS CodeDeploy, see Working with Deployment Groups in AWS CodeDeploy in the AWS CodeDeploy User Guide.

', 'CreateDeploymentInput$deploymentConfigName' => '

The name of a deployment configuration associated with the IAM user or AWS account.

If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault.OneAtATime is used by default.

', 'DeleteDeploymentConfigInput$deploymentConfigName' => '

The name of a deployment configuration associated with the IAM user or AWS account.

', 'DeploymentConfigInfo$deploymentConfigName' => '

The deployment configuration name.

', 'DeploymentConfigsList$member' => NULL, 'DeploymentGroupInfo$deploymentConfigName' => '

The deployment configuration name.

', 'DeploymentInfo$deploymentConfigName' => '

The deployment configuration name.

', 'GetDeploymentConfigInput$deploymentConfigName' => '

The name of a deployment configuration associated with the IAM user or AWS account.

', 'UpdateDeploymentGroupInput$deploymentConfigName' => '

The replacement deployment configuration name to use, if you want to change it.

', ], ], 'DeploymentConfigNameRequiredException' => [ 'base' => '

The deployment configuration name was not specified.

', 'refs' => [], ], 'DeploymentConfigsList' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentConfigsOutput$deploymentConfigsList' => '

A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

', ], ], 'DeploymentCreator' => [ 'base' => NULL, 'refs' => [ 'DeploymentInfo$creator' => '

The means by which the deployment was created:

', ], ], 'DeploymentDoesNotExistException' => [ 'base' => '

The deployment with the IAM user or AWS account does not exist.

', 'refs' => [], ], 'DeploymentGroupAlreadyExistsException' => [ 'base' => '

A deployment group with the specified name with the IAM user or AWS account already exists.

', 'refs' => [], ], 'DeploymentGroupDoesNotExistException' => [ 'base' => '

The named deployment group with the IAM user or AWS account does not exist.

', 'refs' => [], ], 'DeploymentGroupId' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupOutput$deploymentGroupId' => '

A unique deployment group ID.

', 'DeploymentGroupInfo$deploymentGroupId' => '

The deployment group ID.

', ], ], 'DeploymentGroupInfo' => [ 'base' => '

Information about a deployment group.

', 'refs' => [ 'DeploymentGroupInfoList$member' => NULL, 'GetDeploymentGroupOutput$deploymentGroupInfo' => '

Information about the deployment group.

', ], ], 'DeploymentGroupInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentGroupsOutput$deploymentGroupsInfo' => '

Information about the deployment groups.

', ], ], 'DeploymentGroupLimitExceededException' => [ 'base' => '

The deployment groups limit was exceeded.

', 'refs' => [], ], 'DeploymentGroupName' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$deploymentGroupName' => '

The name of a new deployment group for the specified application.

', 'CreateDeploymentInput$deploymentGroupName' => '

The name of the deployment group.

', 'DeleteDeploymentGroupInput$deploymentGroupName' => '

The name of a deployment group for the specified application.

', 'DeploymentGroupInfo$deploymentGroupName' => '

The deployment group name.

', 'DeploymentGroupsList$member' => NULL, 'DeploymentInfo$deploymentGroupName' => '

The deployment group name.

', 'GetDeploymentGroupInput$deploymentGroupName' => '

The name of a deployment group for the specified application.

', 'ListDeploymentsInput$deploymentGroupName' => '

The name of a deployment group for the specified application.

If deploymentGroupName is specified, then applicationName must be specified. If it is not specified, then applicationName must not be specified.

', 'UpdateDeploymentGroupInput$currentDeploymentGroupName' => '

The current name of the deployment group.

', 'UpdateDeploymentGroupInput$newDeploymentGroupName' => '

The new name of the deployment group, if you want to change it.

', ], ], 'DeploymentGroupNameRequiredException' => [ 'base' => '

The deployment group name was not specified.

', 'refs' => [], ], 'DeploymentGroupsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentGroupsInput$deploymentGroupNames' => '

The names of the deployment groups.

', 'GenericRevisionInfo$deploymentGroups' => '

The deployment groups for which this is the current target revision.

', 'ListDeploymentGroupsOutput$deploymentGroups' => '

A list of deployment group names.

', ], ], 'DeploymentId' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentInstancesInput$deploymentId' => '

The unique ID of a deployment.

', 'BatchGetDeploymentTargetsInput$deploymentId' => '

The unique ID of a deployment.

', 'ContinueDeploymentInput$deploymentId' => '

The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.

', 'CreateDeploymentOutput$deploymentId' => '

The unique ID of a deployment.

', 'DeploymentInfo$deploymentId' => '

The unique ID of a deployment.

', 'DeploymentsList$member' => NULL, 'ECSTarget$deploymentId' => '

The unique ID of a deployment.

', 'GetDeploymentInput$deploymentId' => '

The unique ID of a deployment associated with the IAM user or AWS account.

', 'GetDeploymentInstanceInput$deploymentId' => '

The unique ID of a deployment.

', 'GetDeploymentTargetInput$deploymentId' => '

The unique ID of a deployment.

', 'InstanceSummary$deploymentId' => '

The unique ID of a deployment.

', 'InstanceTarget$deploymentId' => '

The unique ID of a deployment.

', 'LambdaTarget$deploymentId' => '

The unique ID of a deployment.

', 'LastDeploymentInfo$deploymentId' => '

The unique ID of a deployment.

', 'ListDeploymentInstancesInput$deploymentId' => '

The unique ID of a deployment.

', 'ListDeploymentTargetsInput$deploymentId' => '

The unique ID of a deployment.

', 'PutLifecycleEventHookExecutionStatusInput$deploymentId' => '

The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.

', 'RollbackInfo$rollbackDeploymentId' => '

The ID of the deployment rollback.

', 'RollbackInfo$rollbackTriggeringDeploymentId' => '

The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

', 'SkipWaitTimeForInstanceTerminationInput$deploymentId' => '

The unique ID of a blue/green deployment for which you want to skip the instance termination wait time.

', 'StopDeploymentInput$deploymentId' => '

The unique ID of a deployment.

', ], ], 'DeploymentIdRequiredException' => [ 'base' => '

At least one deployment ID must be specified.

', 'refs' => [], ], 'DeploymentInfo' => [ 'base' => '

Information about a deployment.

', 'refs' => [ 'DeploymentsInfoList$member' => NULL, 'GetDeploymentOutput$deploymentInfo' => '

Information about the deployment.

', ], ], 'DeploymentIsNotInReadyStateException' => [ 'base' => '

The deployment does not have a status of Ready and can\'t continue yet.

', 'refs' => [], ], 'DeploymentLimitExceededException' => [ 'base' => '

The number of allowed deployments was exceeded.

', 'refs' => [], ], 'DeploymentNotStartedException' => [ 'base' => '

The specified deployment has not started.

', 'refs' => [], ], 'DeploymentOption' => [ 'base' => NULL, 'refs' => [ 'DeploymentStyle$deploymentOption' => '

Indicates whether to route deployment traffic behind a load balancer.

', ], ], 'DeploymentOverview' => [ 'base' => '

Information about the deployment status of the instances in the deployment.

', 'refs' => [ 'DeploymentInfo$deploymentOverview' => '

A summary of the deployment status of the instances in the deployment.

', ], ], 'DeploymentReadyAction' => [ 'base' => NULL, 'refs' => [ 'DeploymentReadyOption$actionOnTimeout' => '

Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.

', ], ], 'DeploymentReadyOption' => [ 'base' => '

Information about how traffic is rerouted to instances in a replacement environment in a blue/green deployment.

', 'refs' => [ 'BlueGreenDeploymentConfiguration$deploymentReadyOption' => '

Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.

', ], ], 'DeploymentStatus' => [ 'base' => NULL, 'refs' => [ 'DeploymentInfo$status' => '

The current state of the deployment as a whole.

', 'DeploymentStatusList$member' => NULL, 'LastDeploymentInfo$status' => '

The status of the most recent deployment.

', ], ], 'DeploymentStatusList' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentsInput$includeOnlyStatuses' => '

A subset of deployments to list by status:

', ], ], 'DeploymentStatusMessageList' => [ 'base' => NULL, 'refs' => [ 'DeploymentInfo$deploymentStatusMessages' => '

Messages that contain information about the status of a deployment.

', ], ], 'DeploymentStyle' => [ 'base' => '

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

', 'refs' => [ 'CreateDeploymentGroupInput$deploymentStyle' => '

Information about the type of deployment, in-place or blue/green, that you want to run and whether to route deployment traffic behind a load balancer.

', 'DeploymentGroupInfo$deploymentStyle' => '

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

', 'DeploymentInfo$deploymentStyle' => '

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

', 'UpdateDeploymentGroupInput$deploymentStyle' => '

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

', ], ], 'DeploymentTarget' => [ 'base' => '

Information about the deployment target.

', 'refs' => [ 'DeploymentTargetList$member' => NULL, 'GetDeploymentTargetOutput$deploymentTarget' => '

A deployment target that contains information about a deployment such as its status, lifecyle events, and when it was last updated. It also contains metadata about the deployment target. The deployment target metadata depends on the deployment target\'s type (instanceTarget, lambdaTarget, or ecsTarget).

', ], ], 'DeploymentTargetDoesNotExistException' => [ 'base' => '

The provided target ID does not belong to the attempted deployment.

', 'refs' => [], ], 'DeploymentTargetIdRequiredException' => [ 'base' => '

A deployment target ID was not provided.

', 'refs' => [], ], 'DeploymentTargetList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentTargetsOutput$deploymentTargets' => '

A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment\' compute platform.

', ], ], 'DeploymentTargetListSizeExceededException' => [ 'base' => '

The maximum number of targets that can be associated with an Amazon ECS or AWS Lambda deployment was exceeded. The target list of both types of deployments must have exactly one item. This exception does not apply to EC2/On-premises deployments.

', 'refs' => [], ], 'DeploymentTargetType' => [ 'base' => NULL, 'refs' => [ 'DeploymentTarget$deploymentTargetType' => '

The deployment type that is specific to the deployment\'s compute platform.

', ], ], 'DeploymentType' => [ 'base' => NULL, 'refs' => [ 'DeploymentStyle$deploymentType' => '

Indicates whether to run an in-place deployment or a blue/green deployment.

', ], ], 'DeploymentWaitType' => [ 'base' => NULL, 'refs' => [ 'ContinueDeploymentInput$deploymentWaitType' => '

The status of the deployment\'s waiting period. READY_WAIT indicates the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates the traffic is shifted, but the original target is not terminated.

', ], ], 'DeploymentsInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentsOutput$deploymentsInfo' => '

Information about the deployments.

', ], ], 'DeploymentsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentsInput$deploymentIds' => '

A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.

', 'ListDeploymentsOutput$deployments' => '

A list of deployment IDs.

', ], ], 'DeregisterOnPremisesInstanceInput' => [ 'base' => '

Represents the input of a DeregisterOnPremisesInstance operation.

', 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentInput$description' => '

A comment about the deployment.

', 'DeploymentInfo$description' => '

A comment about the deployment.

', 'GenericRevisionInfo$description' => '

A comment about the revision.

', 'RegisterApplicationRevisionInput$description' => '

A comment about the revision.

', 'RollbackInfo$rollbackMessage' => '

Information that describes the status of a deployment rollback (for example, whether the deployment can\'t be rolled back, is in progress, failed, or succeeded).

', ], ], 'DescriptionTooLongException' => [ 'base' => '

The description is too long.

', 'refs' => [], ], 'Diagnostics' => [ 'base' => '

Diagnostic information about executable scripts that are part of a deployment.

', 'refs' => [ 'LifecycleEvent$diagnostics' => '

Diagnostic information about the deployment lifecycle event.

', ], ], 'Duration' => [ 'base' => NULL, 'refs' => [ 'BlueInstanceTerminationOption$terminationWaitTimeInMinutes' => '

The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment. The maximum setting is 2880 minutes (2 days).

', 'DeploymentReadyOption$waitTimeInMinutes' => '

The number of minutes to wait before the status of a blue/green deployment is changed to Stopped if rerouting is not started manually. Applies only to the STOP_DEPLOYMENT option for actionOnTimeout

', ], ], 'EC2TagFilter' => [ 'base' => '

Information about an EC2 tag filter.

', 'refs' => [ 'EC2TagFilterList$member' => NULL, ], ], 'EC2TagFilterList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$ec2TagFilters' => '

The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags. Cannot be used in the same call as ec2TagSet.

', 'DeploymentGroupInfo$ec2TagFilters' => '

The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.

', 'EC2TagSetList$member' => NULL, 'TargetInstances$tagFilters' => '

The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.

', 'UpdateDeploymentGroupInput$ec2TagFilters' => '

The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

', ], ], 'EC2TagFilterType' => [ 'base' => NULL, 'refs' => [ 'EC2TagFilter$Type' => '

The tag filter type:

', ], ], 'EC2TagSet' => [ 'base' => '

Information about groups of EC2 instance tags.

', 'refs' => [ 'CreateDeploymentGroupInput$ec2TagSet' => '

Information about groups of tags applied to EC2 instances. The deployment group includes only EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters.

', 'DeploymentGroupInfo$ec2TagSet' => '

Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters.

', 'TargetInstances$ec2TagSet' => '

Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.

', 'UpdateDeploymentGroupInput$ec2TagSet' => '

Information about groups of tags applied to on-premises instances. The deployment group includes only EC2 instances identified by all the tag groups.

', ], ], 'EC2TagSetList' => [ 'base' => NULL, 'refs' => [ 'EC2TagSet$ec2TagSetList' => '

A list that contains other lists of EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

', ], ], 'ECSClusterName' => [ 'base' => NULL, 'refs' => [ 'ECSService$clusterName' => '

The name of the cluster that the Amazon ECS service is associated with.

', ], ], 'ECSService' => [ 'base' => '

Contains the service and cluster names used to identify an Amazon ECS deployment\'s target.

', 'refs' => [ 'ECSServiceList$member' => NULL, ], ], 'ECSServiceList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$ecsServices' => '

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

', 'DeploymentGroupInfo$ecsServices' => '

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

', 'UpdateDeploymentGroupInput$ecsServices' => '

The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>.

', ], ], 'ECSServiceMappingLimitExceededException' => [ 'base' => '

The Amazon ECS service is associated with more than one deployment groups. An Amazon ECS service can be associated with only one deployment group.

', 'refs' => [], ], 'ECSServiceName' => [ 'base' => NULL, 'refs' => [ 'ECSService$serviceName' => '

The name of the target Amazon ECS service.

', ], ], 'ECSTarget' => [ 'base' => '

Information about the target of an Amazon ECS deployment.

', 'refs' => [ 'DeploymentTarget$ecsTarget' => '

Information about the target for a deployment that uses the Amazon ECS compute platform.

', ], ], 'ECSTaskSet' => [ 'base' => '

Information about a set of Amazon ECS tasks in an AWS CodeDeploy deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic. An AWS CodeDeploy application that uses the Amazon ECS compute platform deploys a containerized application in an Amazon ECS service as a task set.

', 'refs' => [ 'ECSTaskSetList$member' => NULL, ], ], 'ECSTaskSetCount' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$desiredCount' => '

The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set.

', 'ECSTaskSet$pendingCount' => '

The number of tasks in the task set that are in the PENDING status during an Amazon ECS deployment. A task in the PENDING state is preparing to enter the RUNNING state. A task set enters the PENDING status when it launches for the first time, or when it is restarted after being in the STOPPED state.

', 'ECSTaskSet$runningCount' => '

The number of tasks in the task set that are in the RUNNING status during an Amazon ECS deployment. A task in the RUNNING state is running and ready for use.

', ], ], 'ECSTaskSetIdentifier' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$identifer' => '

A unique ID of an ECSTaskSet.

', ], ], 'ECSTaskSetList' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$taskSetsInfo' => '

The ECSTaskSet objects associated with the ECS target.

', ], ], 'ECSTaskSetStatus' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$status' => '

The status of the task set. There are three valid task set statuses:

', ], ], 'ELBInfo' => [ 'base' => '

Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.

', 'refs' => [ 'ELBInfoList$member' => NULL, ], ], 'ELBInfoList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerInfo$elbInfoList' => '

An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.

Adding more than one load balancer to the array is not supported.

', ], ], 'ELBName' => [ 'base' => NULL, 'refs' => [ 'ELBInfo$name' => '

For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.

', ], ], 'ETag' => [ 'base' => NULL, 'refs' => [ 'S3Location$eTag' => '

The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

If the ETag is not specified as an input parameter, ETag validation of the object is skipped.

', ], ], 'ErrorCode' => [ 'base' => NULL, 'refs' => [ 'ErrorInformation$code' => '

For more information, see Error Codes for AWS CodeDeploy in the AWS CodeDeploy User Guide.

The error code:

', ], ], 'ErrorInformation' => [ 'base' => '

Information about a deployment error.

', 'refs' => [ 'DeploymentInfo$errorInformation' => '

Information about any error associated with this deployment.

', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationRevisionsOutput$errorMessage' => '

Information about errors that might have occurred during the API call.

', 'BatchGetDeploymentGroupsOutput$errorMessage' => '

Information about errors that might have occurred during the API call.

', 'BatchGetDeploymentInstancesOutput$errorMessage' => '

Information about errors that might have occurred during the API call.

', 'DeploymentStatusMessageList$member' => NULL, 'ErrorInformation$message' => '

An accompanying error message.

', ], ], 'FileExistsBehavior' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentInput$fileExistsBehavior' => '

Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren\'t part of the previous successful deployment.

The fileExistsBehavior parameter takes any of the following values:

', 'DeploymentInfo$fileExistsBehavior' => '

Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren\'t part of the previous successful deployment.

', ], ], 'FilterValue' => [ 'base' => NULL, 'refs' => [ 'FilterValueList$member' => NULL, ], ], 'FilterValueList' => [ 'base' => NULL, 'refs' => [ 'TargetFilters$value' => NULL, ], ], 'GenericRevisionInfo' => [ 'base' => '

Information about an application revision.

', 'refs' => [ 'GetApplicationRevisionOutput$revisionInfo' => '

General information about the revision.

', 'RevisionInfo$genericRevisionInfo' => '

Information about an application revision, including usage details and associated deployment groups.

', ], ], 'GetApplicationInput' => [ 'base' => '

Represents the input of a GetApplication operation.

', 'refs' => [], ], 'GetApplicationOutput' => [ 'base' => '

Represents the output of a GetApplication operation.

', 'refs' => [], ], 'GetApplicationRevisionInput' => [ 'base' => '

Represents the input of a GetApplicationRevision operation.

', 'refs' => [], ], 'GetApplicationRevisionOutput' => [ 'base' => '

Represents the output of a GetApplicationRevision operation.

', 'refs' => [], ], 'GetDeploymentConfigInput' => [ 'base' => '

Represents the input of a GetDeploymentConfig operation.

', 'refs' => [], ], 'GetDeploymentConfigOutput' => [ 'base' => '

Represents the output of a GetDeploymentConfig operation.

', 'refs' => [], ], 'GetDeploymentGroupInput' => [ 'base' => '

Represents the input of a GetDeploymentGroup operation.

', 'refs' => [], ], 'GetDeploymentGroupOutput' => [ 'base' => '

Represents the output of a GetDeploymentGroup operation.

', 'refs' => [], ], 'GetDeploymentInput' => [ 'base' => '

Represents the input of a GetDeployment operation.

', 'refs' => [], ], 'GetDeploymentInstanceInput' => [ 'base' => '

Represents the input of a GetDeploymentInstance operation.

', 'refs' => [], ], 'GetDeploymentInstanceOutput' => [ 'base' => '

Represents the output of a GetDeploymentInstance operation.

', 'refs' => [], ], 'GetDeploymentOutput' => [ 'base' => '

Represents the output of a GetDeployment operation.

', 'refs' => [], ], 'GetDeploymentTargetInput' => [ 'base' => NULL, 'refs' => [], ], 'GetDeploymentTargetOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetOnPremisesInstanceInput' => [ 'base' => '

Represents the input of a GetOnPremisesInstance operation.

', 'refs' => [], ], 'GetOnPremisesInstanceOutput' => [ 'base' => '

Represents the output of a GetOnPremisesInstance operation.

', 'refs' => [], ], 'GitHubAccountTokenDoesNotExistException' => [ 'base' => '

No GitHub account connection exists with the named specified in the call.

', 'refs' => [], ], 'GitHubAccountTokenName' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$gitHubAccountName' => '

The name for a connection to a GitHub account.

', 'DeleteGitHubAccountTokenInput$tokenName' => '

The name of the GitHub account connection to delete.

', 'DeleteGitHubAccountTokenOutput$tokenName' => '

The name of the GitHub account connection that was deleted.

', 'GitHubAccountTokenNameList$member' => NULL, ], ], 'GitHubAccountTokenNameList' => [ 'base' => NULL, 'refs' => [ 'ListGitHubAccountTokenNamesOutput$tokenNameList' => '

A list of names of connections to GitHub accounts.

', ], ], 'GitHubAccountTokenNameRequiredException' => [ 'base' => '

The call is missing a required GitHub account connection name.

', 'refs' => [], ], 'GitHubLocation' => [ 'base' => '

Information about the location of application artifacts stored in GitHub.

', 'refs' => [ 'RevisionLocation$gitHubLocation' => '

Information about the location of application artifacts stored in GitHub.

', ], ], 'GreenFleetProvisioningAction' => [ 'base' => NULL, 'refs' => [ 'GreenFleetProvisioningOption$action' => '

The method used to add instances to a replacement environment.

', ], ], 'GreenFleetProvisioningOption' => [ 'base' => '

Information about the instances that belong to the replacement environment in a blue/green deployment.

', 'refs' => [ 'BlueGreenDeploymentConfiguration$greenFleetProvisioningOption' => '

Information about how instances are provisioned for a replacement environment in a blue/green deployment.

', ], ], 'IamArnRequiredException' => [ 'base' => '

No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.

', 'refs' => [], ], 'IamSessionArn' => [ 'base' => NULL, 'refs' => [ 'InstanceInfo$iamSessionArn' => '

The ARN of the IAM session associated with the on-premises instance.

', 'RegisterOnPremisesInstanceInput$iamSessionArn' => '

The ARN of the IAM session to associate with the on-premises instance.

', ], ], 'IamSessionArnAlreadyRegisteredException' => [ 'base' => '

The request included an IAM session ARN that has already been used to register a different instance.

', 'refs' => [], ], 'IamUserArn' => [ 'base' => NULL, 'refs' => [ 'InstanceInfo$iamUserArn' => '

The IAM user ARN associated with the on-premises instance.

', 'RegisterOnPremisesInstanceInput$iamUserArn' => '

The ARN of the IAM user to associate with the on-premises instance.

', ], ], 'IamUserArnAlreadyRegisteredException' => [ 'base' => '

The specified IAM user ARN is already registered with an on-premises instance.

', 'refs' => [], ], 'IamUserArnRequiredException' => [ 'base' => '

An IAM user ARN was not specified.

', 'refs' => [], ], 'InstanceAction' => [ 'base' => NULL, 'refs' => [ 'BlueInstanceTerminationOption$action' => '

The action to take on instances in the original environment after a successful blue/green deployment.

', ], ], 'InstanceArn' => [ 'base' => NULL, 'refs' => [ 'InstanceInfo$instanceArn' => '

The ARN of the on-premises instance.

', ], ], 'InstanceCount' => [ 'base' => NULL, 'refs' => [ 'DeploymentOverview$Pending' => '

The number of instances in the deployment in a pending state.

', 'DeploymentOverview$InProgress' => '

The number of instances in which the deployment is in progress.

', 'DeploymentOverview$Succeeded' => '

The number of instances in the deployment to which revisions have been successfully deployed.

', 'DeploymentOverview$Failed' => '

The number of instances in the deployment in a failed state.

', 'DeploymentOverview$Skipped' => '

The number of instances in the deployment in a skipped state.

', 'DeploymentOverview$Ready' => '

The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

', ], ], 'InstanceDoesNotExistException' => [ 'base' => '

The specified instance does not exist in the deployment group.

', 'refs' => [], ], 'InstanceId' => [ 'base' => NULL, 'refs' => [ 'GetDeploymentInstanceInput$instanceId' => '

The unique ID of an instance in the deployment group.

', 'InstanceSummary$instanceId' => '

The instance ID.

', 'InstancesList$member' => NULL, ], ], 'InstanceIdRequiredException' => [ 'base' => '

The instance ID was not specified.

', 'refs' => [], ], 'InstanceInfo' => [ 'base' => '

Information about an on-premises instance.

', 'refs' => [ 'GetOnPremisesInstanceOutput$instanceInfo' => '

Information about the on-premises instance.

', 'InstanceInfoList$member' => NULL, ], ], 'InstanceInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetOnPremisesInstancesOutput$instanceInfos' => '

Information about the on-premises instances.

', ], ], 'InstanceLimitExceededException' => [ 'base' => '

The maximum number of allowed on-premises instances in a single call was exceeded.

', 'refs' => [], ], 'InstanceName' => [ 'base' => NULL, 'refs' => [ 'DeregisterOnPremisesInstanceInput$instanceName' => '

The name of the on-premises instance to deregister.

', 'GetOnPremisesInstanceInput$instanceName' => '

The name of the on-premises instance about which to get information.

', 'InstanceInfo$instanceName' => '

The name of the on-premises instance.

', 'InstanceNameList$member' => NULL, 'RegisterOnPremisesInstanceInput$instanceName' => '

The name of the on-premises instance to register.

', ], ], 'InstanceNameAlreadyRegisteredException' => [ 'base' => '

The specified on-premises instance name is already registered.

', 'refs' => [], ], 'InstanceNameList' => [ 'base' => NULL, 'refs' => [ 'AddTagsToOnPremisesInstancesInput$instanceNames' => '

The names of the on-premises instances to which to add tags.

', 'BatchGetOnPremisesInstancesInput$instanceNames' => '

The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.

', 'ListOnPremisesInstancesOutput$instanceNames' => '

The list of matching on-premises instance names.

', 'RemoveTagsFromOnPremisesInstancesInput$instanceNames' => '

The names of the on-premises instances from which to remove tags.

', ], ], 'InstanceNameRequiredException' => [ 'base' => '

An on-premises instance name was not specified.

', 'refs' => [], ], 'InstanceNotRegisteredException' => [ 'base' => '

The specified on-premises instance is not registered.

', 'refs' => [], ], 'InstanceStatus' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusList$member' => NULL, 'InstanceSummary$status' => '

The deployment status for this instance:

', ], ], 'InstanceStatusList' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentInstancesInput$instanceStatusFilter' => '

A subset of instances to list by status:

', ], ], 'InstanceSummary' => [ 'base' => '

Information about an instance in a deployment.

', 'refs' => [ 'GetDeploymentInstanceOutput$instanceSummary' => '

Information about the instance.

', 'InstanceSummaryList$member' => NULL, ], ], 'InstanceSummaryList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentInstancesOutput$instancesSummary' => '

Information about the instance.

', ], ], 'InstanceTarget' => [ 'base' => '

A target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform.

', 'refs' => [ 'DeploymentTarget$instanceTarget' => '

Information about the target for a deployment that uses the EC2/On-premises compute platform.

', ], ], 'InstanceType' => [ 'base' => NULL, 'refs' => [ 'InstanceSummary$instanceType' => '

Information about which environment an instance belongs to in a blue/green deployment.

', 'InstanceTypeList$member' => NULL, ], ], 'InstanceTypeList' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentInstancesInput$instanceTypeFilter' => '

The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.

', ], ], 'InstancesList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentInstancesInput$instanceIds' => '

The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25.

', 'ListDeploymentInstancesOutput$instancesList' => '

A list of instance IDs.

', ], ], 'InvalidAlarmConfigException' => [ 'base' => '

The format of the alarm configuration is invalid. Possible causes include:

', 'refs' => [], ], 'InvalidApplicationNameException' => [ 'base' => '

The application name was specified in an invalid format.

', 'refs' => [], ], 'InvalidArnException' => [ 'base' => '

The specified ARN is not in a valid format.

', 'refs' => [], ], 'InvalidAutoRollbackConfigException' => [ 'base' => '

The automatic rollback configuration was specified in an invalid format. For example, automatic rollback is enabled, but an invalid triggering event type or no event types were listed.

', 'refs' => [], ], 'InvalidAutoScalingGroupException' => [ 'base' => '

The Auto Scaling group was specified in an invalid format or does not exist.

', 'refs' => [], ], 'InvalidBlueGreenDeploymentConfigurationException' => [ 'base' => '

The configuration for the blue/green deployment group was provided in an invalid format. For information about deployment configuration format, see CreateDeploymentConfig.

', 'refs' => [], ], 'InvalidBucketNameFilterException' => [ 'base' => '

The bucket name either doesn\'t exist or was specified in an invalid format.

', 'refs' => [], ], 'InvalidComputePlatformException' => [ 'base' => '

The computePlatform is invalid. The computePlatform should be Lambda or Server.

', 'refs' => [], ], 'InvalidDeployedStateFilterException' => [ 'base' => '

The deployed state filter was specified in an invalid format.

', 'refs' => [], ], 'InvalidDeploymentConfigIdException' => [ 'base' => '

The ID of the deployment configuration is invalid.

', 'refs' => [], ], 'InvalidDeploymentConfigNameException' => [ 'base' => '

The deployment configuration name was specified in an invalid format.

', 'refs' => [], ], 'InvalidDeploymentGroupNameException' => [ 'base' => '

The deployment group name was specified in an invalid format.

', 'refs' => [], ], 'InvalidDeploymentIdException' => [ 'base' => '

At least one of the deployment IDs was specified in an invalid format.

', 'refs' => [], ], 'InvalidDeploymentInstanceTypeException' => [ 'base' => '

An instance type was specified for an in-place deployment. Instance types are supported for blue/green deployments only.

', 'refs' => [], ], 'InvalidDeploymentStatusException' => [ 'base' => '

The specified deployment status doesn\'t exist or cannot be determined.

', 'refs' => [], ], 'InvalidDeploymentStyleException' => [ 'base' => '

An invalid deployment style was specified. Valid deployment types include "IN_PLACE" and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL" and "WITHOUT_TRAFFIC_CONTROL."

', 'refs' => [], ], 'InvalidDeploymentTargetIdException' => [ 'base' => '

The target ID provided was not valid.

', 'refs' => [], ], 'InvalidDeploymentWaitTypeException' => [ 'base' => '

The wait type is invalid.

', 'refs' => [], ], 'InvalidEC2TagCombinationException' => [ 'base' => '

A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only one of these data types can be used in a single call.

', 'refs' => [], ], 'InvalidEC2TagException' => [ 'base' => '

The tag was specified in an invalid format.

', 'refs' => [], ], 'InvalidECSServiceException' => [ 'base' => '

The Amazon ECS service identifier is not valid.

', 'refs' => [], ], 'InvalidFileExistsBehaviorException' => [ 'base' => '

An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy handles files or directories that already exist in a deployment target location, but weren\'t part of the previous successful deployment. Valid values include "DISALLOW," "OVERWRITE," and "RETAIN."

', 'refs' => [], ], 'InvalidGitHubAccountTokenException' => [ 'base' => '

The GitHub token is not valid.

', 'refs' => [], ], 'InvalidGitHubAccountTokenNameException' => [ 'base' => '

The format of the specified GitHub account connection name is invalid.

', 'refs' => [], ], 'InvalidIamSessionArnException' => [ 'base' => '

The IAM session ARN was specified in an invalid format.

', 'refs' => [], ], 'InvalidIamUserArnException' => [ 'base' => '

The IAM user ARN was specified in an invalid format.

', 'refs' => [], ], 'InvalidIgnoreApplicationStopFailuresValueException' => [ 'base' => '

The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments, false is expected. For EC2/On-premises deployments, true or false is expected.

', 'refs' => [], ], 'InvalidInputException' => [ 'base' => '

The input was specified in an invalid format.

', 'refs' => [], ], 'InvalidInstanceIdException' => [ 'base' => '

', 'refs' => [], ], 'InvalidInstanceNameException' => [ 'base' => '

The on-premises instance name was specified in an invalid format.

', 'refs' => [], ], 'InvalidInstanceStatusException' => [ 'base' => '

The specified instance status does not exist.

', 'refs' => [], ], 'InvalidInstanceTypeException' => [ 'base' => '

An invalid instance type was specified for instances in a blue/green deployment. Valid values include "Blue" for an original environment and "Green" for a replacement environment.

', 'refs' => [], ], 'InvalidKeyPrefixFilterException' => [ 'base' => '

The specified key prefix filter was specified in an invalid format.

', 'refs' => [], ], 'InvalidLifecycleEventHookExecutionIdException' => [ 'base' => '

A lifecycle event hook is invalid. Review the hooks section in your AppSpec file to ensure the lifecycle events and hooks functions are valid.

', 'refs' => [], ], 'InvalidLifecycleEventHookExecutionStatusException' => [ 'base' => '

The result of a Lambda validation function that verifies a lifecycle event is invalid. It should return Succeeded or Failed.

', 'refs' => [], ], 'InvalidLoadBalancerInfoException' => [ 'base' => '

An invalid load balancer name, or no load balancer name, was specified.

', 'refs' => [], ], 'InvalidMinimumHealthyHostValueException' => [ 'base' => '

The minimum healthy instance value was specified in an invalid format.

', 'refs' => [], ], 'InvalidNextTokenException' => [ 'base' => '

The next token was specified in an invalid format.

', 'refs' => [], ], 'InvalidOnPremisesTagCombinationException' => [ 'base' => '

A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet, but only one of these data types can be used in a single call.

', 'refs' => [], ], 'InvalidOperationException' => [ 'base' => '

An invalid operation was detected.

', 'refs' => [], ], 'InvalidRegistrationStatusException' => [ 'base' => '

The registration status was specified in an invalid format.

', 'refs' => [], ], 'InvalidRevisionException' => [ 'base' => '

The revision was specified in an invalid format.

', 'refs' => [], ], 'InvalidRoleException' => [ 'base' => '

The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Amazon EC2 Auto Scaling.

', 'refs' => [], ], 'InvalidSortByException' => [ 'base' => '

The column name to sort by is either not present or was specified in an invalid format.

', 'refs' => [], ], 'InvalidSortOrderException' => [ 'base' => '

The sort order was specified in an invalid format.

', 'refs' => [], ], 'InvalidTagException' => [ 'base' => '

The tag was specified in an invalid format.

', 'refs' => [], ], 'InvalidTagFilterException' => [ 'base' => '

The tag filter was specified in an invalid format.

', 'refs' => [], ], 'InvalidTagsToAddException' => [ 'base' => '

The specified tags are not valid.

', 'refs' => [], ], 'InvalidTargetException' => [ 'base' => '

A target is not valid.

', 'refs' => [], ], 'InvalidTargetFilterNameException' => [ 'base' => '

The target filter name is invalid.

', 'refs' => [], ], 'InvalidTargetGroupPairException' => [ 'base' => '

A target group pair associated with this deployment is not valid.

', 'refs' => [], ], 'InvalidTargetInstancesException' => [ 'base' => '

The target instance configuration is invalid. Possible causes include:

', 'refs' => [], ], 'InvalidTimeRangeException' => [ 'base' => '

The specified time range was specified in an invalid format.

', 'refs' => [], ], 'InvalidTrafficRoutingConfigurationException' => [ 'base' => '

The configuration that specifies how traffic is routed during a deployment is invalid.

', 'refs' => [], ], 'InvalidTriggerConfigException' => [ 'base' => '

The trigger was specified in an invalid format.

', 'refs' => [], ], 'InvalidUpdateOutdatedInstancesOnlyValueException' => [ 'base' => '

The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments, false is expected. For EC2/On-premises deployments, true or false is expected.

', 'refs' => [], ], 'Key' => [ 'base' => NULL, 'refs' => [ 'EC2TagFilter$Key' => '

The tag filter key.

', 'Tag$Key' => '

The tag\'s key.

', 'TagFilter$Key' => '

The on-premises instance tag filter key.

', 'TagKeyList$member' => NULL, ], ], 'LambdaFunctionAlias' => [ 'base' => NULL, 'refs' => [ 'LambdaFunctionInfo$functionAlias' => '

The alias of a Lambda function. For more information, see Introduction to AWS Lambda Aliases.

', ], ], 'LambdaFunctionInfo' => [ 'base' => '

Information about a Lambda function specified in a deployment.

', 'refs' => [ 'LambdaTarget$lambdaFunctionInfo' => '

A LambdaFunctionInfo object that describes a target Lambda function.

', ], ], 'LambdaFunctionName' => [ 'base' => NULL, 'refs' => [ 'LambdaFunctionInfo$functionName' => '

The name of a Lambda function.

', ], ], 'LambdaTarget' => [ 'base' => '

Information about the target AWS Lambda function during an AWS Lambda deployment.

', 'refs' => [ 'DeploymentTarget$lambdaTarget' => '

Information about the target for a deployment that uses the AWS Lambda compute platform.

', ], ], 'LastDeploymentInfo' => [ 'base' => '

Information about the most recent attempted or successful deployment to a deployment group.

', 'refs' => [ 'DeploymentGroupInfo$lastSuccessfulDeployment' => '

Information about the most recent successful deployment to the deployment group.

', 'DeploymentGroupInfo$lastAttemptedDeployment' => '

Information about the most recent attempted deployment to the deployment group.

', ], ], 'LifecycleErrorCode' => [ 'base' => NULL, 'refs' => [ 'Diagnostics$errorCode' => '

The associated error code:

', ], ], 'LifecycleEvent' => [ 'base' => '

Information about a deployment lifecycle event.

', 'refs' => [ 'LifecycleEventList$member' => NULL, ], ], 'LifecycleEventAlreadyCompletedException' => [ 'base' => '

An attempt to return the status of an already completed lifecycle event occurred.

', 'refs' => [], ], 'LifecycleEventHookExecutionId' => [ 'base' => NULL, 'refs' => [ 'PutLifecycleEventHookExecutionStatusInput$lifecycleEventHookExecutionId' => '

The execution ID of a deployment\'s lifecycle hook. A deployment lifecycle hook is specified in the hooks section of the AppSpec file.

', 'PutLifecycleEventHookExecutionStatusOutput$lifecycleEventHookExecutionId' => '

The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment\'s AppSpec file.

', ], ], 'LifecycleEventList' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$lifecycleEvents' => '

The lifecycle events of the deployment to this target Amazon ECS application.

', 'InstanceSummary$lifecycleEvents' => '

A list of lifecycle events for this instance.

', 'InstanceTarget$lifecycleEvents' => '

The lifecycle events of the deployment to this target instance.

', 'LambdaTarget$lifecycleEvents' => '

The lifecycle events of the deployment to this target Lambda function.

', ], ], 'LifecycleEventName' => [ 'base' => NULL, 'refs' => [ 'LifecycleEvent$lifecycleEventName' => '

The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

', ], ], 'LifecycleEventStatus' => [ 'base' => NULL, 'refs' => [ 'LifecycleEvent$status' => '

The deployment lifecycle event status:

', 'PutLifecycleEventHookExecutionStatusInput$status' => '

The result of a Lambda function that validates a deployment lifecycle event (Succeeded or Failed).

', ], ], 'LifecycleHookLimitExceededException' => [ 'base' => '

The limit for lifecycle hooks was exceeded.

', 'refs' => [], ], 'LifecycleMessage' => [ 'base' => NULL, 'refs' => [ 'Diagnostics$message' => '

The message associated with the error.

', ], ], 'ListApplicationRevisionsInput' => [ 'base' => '

Represents the input of a ListApplicationRevisions operation.

', 'refs' => [], ], 'ListApplicationRevisionsOutput' => [ 'base' => '

Represents the output of a ListApplicationRevisions operation.

', 'refs' => [], ], 'ListApplicationsInput' => [ 'base' => '

Represents the input of a ListApplications operation.

', 'refs' => [], ], 'ListApplicationsOutput' => [ 'base' => '

Represents the output of a ListApplications operation.

', 'refs' => [], ], 'ListDeploymentConfigsInput' => [ 'base' => '

Represents the input of a ListDeploymentConfigs operation.

', 'refs' => [], ], 'ListDeploymentConfigsOutput' => [ 'base' => '

Represents the output of a ListDeploymentConfigs operation.

', 'refs' => [], ], 'ListDeploymentGroupsInput' => [ 'base' => '

Represents the input of a ListDeploymentGroups operation.

', 'refs' => [], ], 'ListDeploymentGroupsOutput' => [ 'base' => '

Represents the output of a ListDeploymentGroups operation.

', 'refs' => [], ], 'ListDeploymentInstancesInput' => [ 'base' => '

Represents the input of a ListDeploymentInstances operation.

', 'refs' => [], ], 'ListDeploymentInstancesOutput' => [ 'base' => '

Represents the output of a ListDeploymentInstances operation.

', 'refs' => [], ], 'ListDeploymentTargetsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListDeploymentTargetsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListDeploymentsInput' => [ 'base' => '

Represents the input of a ListDeployments operation.

', 'refs' => [], ], 'ListDeploymentsOutput' => [ 'base' => '

Represents the output of a ListDeployments operation.

', 'refs' => [], ], 'ListGitHubAccountTokenNamesInput' => [ 'base' => '

Represents the input of a ListGitHubAccountTokenNames operation.

', 'refs' => [], ], 'ListGitHubAccountTokenNamesOutput' => [ 'base' => '

Represents the output of a ListGitHubAccountTokenNames operation.

', 'refs' => [], ], 'ListOnPremisesInstancesInput' => [ 'base' => '

Represents the input of a ListOnPremisesInstances operation.

', 'refs' => [], ], 'ListOnPremisesInstancesOutput' => [ 'base' => '

Represents the output of the list on-premises instances operation.

', 'refs' => [], ], 'ListStateFilterAction' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$deployed' => '

Whether to list revisions based on whether the revision is the target revision of an deployment group:

', ], ], 'ListTagsForResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListenerArn' => [ 'base' => NULL, 'refs' => [ 'ListenerArnList$member' => NULL, ], ], 'ListenerArnList' => [ 'base' => NULL, 'refs' => [ 'TrafficRoute$listenerArns' => '

The ARN of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.

', ], ], 'LoadBalancerInfo' => [ 'base' => '

Information about the Elastic Load Balancing load balancer or target group used in a deployment.

', 'refs' => [ 'CreateDeploymentGroupInput$loadBalancerInfo' => '

Information about the load balancer used in a deployment.

', 'DeploymentGroupInfo$loadBalancerInfo' => '

Information about the load balancer to use in a deployment.

', 'DeploymentInfo$loadBalancerInfo' => '

Information about the load balancer used in the deployment.

', 'UpdateDeploymentGroupInput$loadBalancerInfo' => '

Information about the load balancer used in a deployment.

', ], ], 'LogTail' => [ 'base' => NULL, 'refs' => [ 'Diagnostics$logTail' => '

The last portion of the diagnostic log.

If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

', ], ], 'Message' => [ 'base' => NULL, 'refs' => [ 'StopDeploymentOutput$statusMessage' => '

An accompanying status message.

', ], ], 'MinimumHealthyHosts' => [ 'base' => '

Information about minimum healthy instance.

', 'refs' => [ 'CreateDeploymentConfigInput$minimumHealthyHosts' => '

The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

The type parameter takes either of the following values:

The value parameter takes an integer.

For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

', 'DeploymentConfigInfo$minimumHealthyHosts' => '

Information about the number or percentage of minimum healthy instance.

', ], ], 'MinimumHealthyHostsType' => [ 'base' => NULL, 'refs' => [ 'MinimumHealthyHosts$type' => '

The minimum healthy instance type:

In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is successful if six or more instances are deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment is successful if four or more instance are deployed to successfully. Otherwise, the deployment fails.

In a call to the GetDeploymentConfig, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.

For more information, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.

', ], ], 'MinimumHealthyHostsValue' => [ 'base' => NULL, 'refs' => [ 'MinimumHealthyHosts$value' => '

The minimum healthy instance value.

', ], ], 'MultipleIamArnsProvidedException' => [ 'base' => '

Both an IAM user ARN and an IAM session ARN were included in the request. Use only one ARN type.

', 'refs' => [], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$nextToken' => '

An identifier returned from the previous ListApplicationRevisions call. It can be used to return the next set of applications in the list.

', 'ListApplicationRevisionsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

', 'ListApplicationsInput$nextToken' => '

An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

', 'ListApplicationsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.

', 'ListDeploymentConfigsInput$nextToken' => '

An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list.

', 'ListDeploymentConfigsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

', 'ListDeploymentGroupsInput$nextToken' => '

An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

', 'ListDeploymentGroupsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

', 'ListDeploymentInstancesInput$nextToken' => '

An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

', 'ListDeploymentInstancesOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

', 'ListDeploymentTargetsInput$nextToken' => '

A token identifier returned from the previous ListDeploymentTargets call. It can be used to return the next set of deployment targets in the list.

', 'ListDeploymentTargetsOutput$nextToken' => '

If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list.

', 'ListDeploymentsInput$nextToken' => '

An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

', 'ListDeploymentsOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

', 'ListGitHubAccountTokenNamesInput$nextToken' => '

An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.

', 'ListGitHubAccountTokenNamesOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.

', 'ListOnPremisesInstancesInput$nextToken' => '

An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

', 'ListOnPremisesInstancesOutput$nextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

', 'ListTagsForResourceInput$NextToken' => '

An identifier returned from the previous ListTagsForResource call. It can be used to return the next set of applications in the list.

', 'ListTagsForResourceOutput$NextToken' => '

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

', ], ], 'NullableBoolean' => [ 'base' => NULL, 'refs' => [ 'StopDeploymentInput$autoRollbackEnabled' => '

Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.

', ], ], 'OnPremisesTagSet' => [ 'base' => '

Information about groups of on-premises instance tags.

', 'refs' => [ 'CreateDeploymentGroupInput$onPremisesTagSet' => '

Information about groups of tags applied to on-premises instances. The deployment group includes only on-premises instances identified by all of the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.

', 'DeploymentGroupInfo$onPremisesTagSet' => '

Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.

', 'UpdateDeploymentGroupInput$onPremisesTagSet' => '

Information about an on-premises instance tag set. The deployment group includes only on-premises instances identified by all the tag groups.

', ], ], 'OnPremisesTagSetList' => [ 'base' => NULL, 'refs' => [ 'OnPremisesTagSet$onPremisesTagSetList' => '

A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

', ], ], 'OperationNotSupportedException' => [ 'base' => '

The API used does not support the deployment.

', 'refs' => [], ], 'Percentage' => [ 'base' => NULL, 'refs' => [ 'TimeBasedCanary$canaryPercentage' => '

The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.

', 'TimeBasedLinear$linearPercentage' => '

The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

', ], ], 'PutLifecycleEventHookExecutionStatusInput' => [ 'base' => NULL, 'refs' => [], ], 'PutLifecycleEventHookExecutionStatusOutput' => [ 'base' => NULL, 'refs' => [], ], 'RawString' => [ 'base' => '

A revision for an AWS Lambda deployment that is a YAML-formatted or JSON-formatted string. For AWS Lambda deployments, the revision is the same as the AppSpec file.

', 'refs' => [ 'RevisionLocation$string' => '

Information about the location of an AWS Lambda deployment revision stored as a RawString.

', ], ], 'RawStringContent' => [ 'base' => NULL, 'refs' => [ 'AppSpecContent$content' => '

The YAML-formatted or JSON-formatted revision string.

For an AWS Lambda deployment, the content includes a Lambda function name, the alias for its original version, and the alias for its replacement version. The deployment shifts traffic from the original version of the Lambda function to the replacement version.

For an Amazon ECS deployment, the content includes the task name, information about the load balancer that serves traffic to the container, and more.

For both types of deployments, the content can specify Lambda functions that run at specified hooks, such as BeforeInstall, during a deployment.

', 'RawString$content' => '

The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.

', ], ], 'RawStringSha256' => [ 'base' => NULL, 'refs' => [ 'AppSpecContent$sha256' => '

The SHA256 hash value of the revision content.

', 'RawString$sha256' => '

The SHA256 hash value of the revision content.

', ], ], 'RegisterApplicationRevisionInput' => [ 'base' => '

Represents the input of a RegisterApplicationRevision operation.

', 'refs' => [], ], 'RegisterOnPremisesInstanceInput' => [ 'base' => '

Represents the input of the register on-premises instance operation.

', 'refs' => [], ], 'RegistrationStatus' => [ 'base' => NULL, 'refs' => [ 'ListOnPremisesInstancesInput$registrationStatus' => '

The registration status of the on-premises instances:

', ], ], 'RemoveTagsFromOnPremisesInstancesInput' => [ 'base' => '

Represents the input of a RemoveTagsFromOnPremisesInstances operation.

', 'refs' => [], ], 'Repository' => [ 'base' => NULL, 'refs' => [ 'GitHubLocation$repository' => '

The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

Specified as account/repository.

', ], ], 'ResourceArnRequiredException' => [ 'base' => '

The ARN of a resource is required, but was not found.

', 'refs' => [], ], 'ResourceValidationException' => [ 'base' => '

The specified resource could not be validated.

', 'refs' => [], ], 'RevisionDoesNotExistException' => [ 'base' => '

The named revision does not exist with the IAM user or AWS account.

', 'refs' => [], ], 'RevisionInfo' => [ 'base' => '

Information about an application revision.

', 'refs' => [ 'RevisionInfoList$member' => NULL, ], ], 'RevisionInfoList' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationRevisionsOutput$revisions' => '

Additional information about the revisions, including the type and location.

', ], ], 'RevisionLocation' => [ 'base' => '

Information about the location of an application revision.

', 'refs' => [ 'CreateDeploymentInput$revision' => '

The type and location of the revision to deploy.

', 'DeploymentGroupInfo$targetRevision' => '

Information about the deployment group\'s target revision, including type and location.

', 'DeploymentInfo$previousRevision' => '

Information about the application revision that was deployed to the deployment group before the most recent successful deployment.

', 'DeploymentInfo$revision' => '

Information about the location of stored application artifacts and the service from which to retrieve them.

', 'GetApplicationRevisionInput$revision' => '

Information about the application revision to get, including type and location.

', 'GetApplicationRevisionOutput$revision' => '

Additional information about the revision, including type and location.

', 'RegisterApplicationRevisionInput$revision' => '

Information about the application revision to register, including type and location.

', 'RevisionInfo$revisionLocation' => '

Information about the location and type of an application revision.

', 'RevisionLocationList$member' => NULL, ], ], 'RevisionLocationList' => [ 'base' => NULL, 'refs' => [ 'BatchGetApplicationRevisionsInput$revisions' => '

An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.

', 'ListApplicationRevisionsOutput$revisions' => '

A list of locations that contain the matching revisions.

', ], ], 'RevisionLocationType' => [ 'base' => NULL, 'refs' => [ 'RevisionLocation$revisionType' => '

The type of application revision:

', ], ], 'RevisionRequiredException' => [ 'base' => '

The revision ID was not specified.

', 'refs' => [], ], 'Role' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$serviceRoleArn' => '

A service role ARN that allows AWS CodeDeploy to act on the user\'s behalf when interacting with AWS services.

', 'DeploymentGroupInfo$serviceRoleArn' => '

A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see Create a Service Role for AWS CodeDeploy in the AWS CodeDeploy User Guide.

', 'UpdateDeploymentGroupInput$serviceRoleArn' => '

A replacement ARN for the service role, if you want to change it.

', ], ], 'RoleRequiredException' => [ 'base' => '

The role ID was not specified.

', 'refs' => [], ], 'RollbackInfo' => [ 'base' => '

Information about a deployment rollback.

', 'refs' => [ 'DeploymentInfo$rollbackInfo' => '

Information about a deployment rollback.

', ], ], 'S3Bucket' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$s3Bucket' => '

An Amazon S3 bucket name to limit the search for revisions.

If set to null, all of the user\'s buckets are searched.

', 'S3Location$bucket' => '

The name of the Amazon S3 bucket where the application revision is stored.

', ], ], 'S3Key' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$s3KeyPrefix' => '

A key prefix for the set of Amazon S3 objects to limit the search for revisions.

', 'S3Location$key' => '

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

', ], ], 'S3Location' => [ 'base' => '

Information about the location of application artifacts stored in Amazon S3.

', 'refs' => [ 'RevisionLocation$s3Location' => '

Information about the location of a revision stored in Amazon S3.

', ], ], 'ScriptName' => [ 'base' => NULL, 'refs' => [ 'Diagnostics$scriptName' => '

The name of the script.

', ], ], 'SkipWaitTimeForInstanceTerminationInput' => [ 'base' => NULL, 'refs' => [], ], 'SortOrder' => [ 'base' => NULL, 'refs' => [ 'ListApplicationRevisionsInput$sortOrder' => '

The order in which to sort the list results:

If not specified, the results are sorted in ascending order.

If set to null, the results are sorted in an arbitrary order.

', ], ], 'StopDeploymentInput' => [ 'base' => '

Represents the input of a StopDeployment operation.

', 'refs' => [], ], 'StopDeploymentOutput' => [ 'base' => '

Represents the output of a StopDeployment operation.

', 'refs' => [], ], 'StopStatus' => [ 'base' => NULL, 'refs' => [ 'StopDeploymentOutput$status' => '

The status of the stop deployment operation:

', ], ], 'Tag' => [ 'base' => '

Information about a tag.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagFilter' => [ 'base' => '

Information about an on-premises instance tag filter.

', 'refs' => [ 'TagFilterList$member' => NULL, ], ], 'TagFilterList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$onPremisesInstanceTagFilters' => '

The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags. Cannot be used in the same call as OnPremisesTagSet.

', 'DeploymentGroupInfo$onPremisesInstanceTagFilters' => '

The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.

', 'ListOnPremisesInstancesInput$tagFilters' => '

The on-premises instance tags that are used to restrict the on-premises instance names returned.

', 'OnPremisesTagSetList$member' => NULL, 'UpdateDeploymentGroupInput$onPremisesInstanceTagFilters' => '

The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

', ], ], 'TagFilterType' => [ 'base' => NULL, 'refs' => [ 'TagFilter$Type' => '

The on-premises instance tag filter type:

', ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceInput$TagKeys' => '

A list of keys of Tag objects. The Tag objects identified by the keys are disassociated from the resource specified by the ResourceArn input parameter.

', ], ], 'TagLimitExceededException' => [ 'base' => '

The maximum allowed number of tags was exceeded.

', 'refs' => [], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'AddTagsToOnPremisesInstancesInput$tags' => '

The tag key-value pairs to add to the on-premises instances.

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

', 'CreateApplicationInput$tags' => '

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

', 'CreateDeploymentGroupInput$tags' => '

The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.

', 'InstanceInfo$tags' => '

The tags currently associated with the on-premises instance.

', 'ListTagsForResourceOutput$Tags' => '

A list of tags returned by ListTagsForResource. The tags are associated with the resource identified by the input ResourceArn parameter.

', 'RemoveTagsFromOnPremisesInstancesInput$tags' => '

The tag key-value pairs to remove from the on-premises instances.

', 'TagResourceInput$Tags' => '

A list of tags that TagResource associates with a resource. The resource is identified by the ResourceArn input parameter.

', ], ], 'TagRequiredException' => [ 'base' => '

A tag was not specified.

', 'refs' => [], ], 'TagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagSetListLimitExceededException' => [ 'base' => '

The number of tag groups included in the tag set list exceeded the maximum allowed limit of 3.

', 'refs' => [], ], 'TargetArn' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$targetArn' => '

The ARN of the target.

', 'InstanceTarget$targetArn' => '

The ARN of the target.

', 'LambdaTarget$targetArn' => '

The ARN of the target.

', ], ], 'TargetFilterName' => [ 'base' => NULL, 'refs' => [ 'TargetFilters$key' => NULL, ], ], 'TargetFilters' => [ 'base' => NULL, 'refs' => [ 'ListDeploymentTargetsInput$targetFilters' => '

A key used to filter the returned targets.

', ], ], 'TargetGroupInfo' => [ 'base' => '

Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.

', 'refs' => [ 'ECSTaskSet$targetGroup' => '

The target group associated with the task set. The target group is used by AWS CodeDeploy to manage traffic to a task set.

', 'TargetGroupInfoList$member' => NULL, ], ], 'TargetGroupInfoList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerInfo$targetGroupInfoList' => '

An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.

Adding more than one target group to the array is not supported.

', 'TargetGroupPairInfo$targetGroups' => '

One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.

', ], ], 'TargetGroupName' => [ 'base' => NULL, 'refs' => [ 'TargetGroupInfo$name' => '

For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment are registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.

', ], ], 'TargetGroupPairInfo' => [ 'base' => '

Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified.

', 'refs' => [ 'TargetGroupPairInfoList$member' => NULL, ], ], 'TargetGroupPairInfoList' => [ 'base' => NULL, 'refs' => [ 'LoadBalancerInfo$targetGroupPairInfoList' => '

The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum size of one.

', ], ], 'TargetId' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$targetId' => '

The unique ID of a deployment target that has a type of ecsTarget.

', 'GetDeploymentTargetInput$targetId' => '

The unique ID of a deployment target.

', 'InstanceTarget$targetId' => '

The unique ID of a deployment target that has a type of instanceTarget.

', 'LambdaTarget$targetId' => '

The unique ID of a deployment target that has a type of lambdaTarget.

', 'TargetIdList$member' => NULL, ], ], 'TargetIdList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDeploymentTargetsInput$targetIds' => '

The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats. The maximum number of deployment target IDs you can specify is 25.

', 'ListDeploymentTargetsOutput$targetIds' => '

The unique IDs of deployment targets.

', ], ], 'TargetInstances' => [ 'base' => '

Information about the instances to be used in the replacement environment in a blue/green deployment.

', 'refs' => [ 'CreateDeploymentInput$targetInstances' => '

Information about the instances that belong to the replacement environment in a blue/green deployment.

', 'DeploymentInfo$targetInstances' => '

Information about the instances that belong to the replacement environment in a blue/green deployment.

', ], ], 'TargetLabel' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$taskSetLabel' => '

A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).

', 'InstanceTarget$instanceLabel' => '

A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN).

', ], ], 'TargetStatus' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$status' => '

The status an Amazon ECS deployment\'s target ECS application.

', 'InstanceTarget$status' => '

The status an EC2/On-premises deployment\'s target instance.

', 'LambdaTarget$status' => '

The status an AWS Lambda deployment\'s target Lambda function.

', ], ], 'ThrottlingException' => [ 'base' => '

An API function was called too frequently.

', 'refs' => [], ], 'Time' => [ 'base' => NULL, 'refs' => [ 'ECSTarget$lastUpdatedAt' => '

The date and time when the target Amazon ECS application was updated by a deployment.

', 'InstanceTarget$lastUpdatedAt' => '

The date and time when the target instance was updated by a deployment.

', 'LambdaTarget$lastUpdatedAt' => '

The date and time when the target Lambda function was updated by a deployment.

', ], ], 'TimeBasedCanary' => [ 'base' => '

A configuration that shifts traffic from one version of a Lambda function to another in two increments. The original and target Lambda function versions are specified in the deployment\'s AppSpec file.

', 'refs' => [ 'TrafficRoutingConfig$timeBasedCanary' => '

A configuration that shifts traffic from one version of a Lambda function to another in two increments. The original and target Lambda function versions are specified in the deployment\'s AppSpec file.

', ], ], 'TimeBasedLinear' => [ 'base' => '

A configuration that shifts traffic from one version of a Lambda function to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions are specified in the deployment\'s AppSpec file.

', 'refs' => [ 'TrafficRoutingConfig$timeBasedLinear' => '

A configuration that shifts traffic from one version of a Lambda function to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions are specified in the deployment\'s AppSpec file.

', ], ], 'TimeRange' => [ 'base' => '

Information about a time range.

', 'refs' => [ 'ListDeploymentsInput$createTimeRange' => '

A time range (start and end) for returning a subset of the list of deployments.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'ApplicationInfo$createTime' => '

The time at which the application was created.

', 'DeploymentConfigInfo$createTime' => '

The time at which the deployment configuration was created.

', 'DeploymentInfo$createTime' => '

A timestamp that indicates when the deployment was created.

', 'DeploymentInfo$startTime' => '

A timestamp that indicates when the deployment was deployed to the deployment group.

In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process.

', 'DeploymentInfo$completeTime' => '

A timestamp that indicates when the deployment was complete.

', 'GenericRevisionInfo$firstUsedTime' => '

When the revision was first used by AWS CodeDeploy.

', 'GenericRevisionInfo$lastUsedTime' => '

When the revision was last used by AWS CodeDeploy.

', 'GenericRevisionInfo$registerTime' => '

When the revision was registered with AWS CodeDeploy.

', 'InstanceInfo$registerTime' => '

The time at which the on-premises instance was registered.

', 'InstanceInfo$deregisterTime' => '

If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

', 'InstanceSummary$lastUpdatedAt' => '

A timestamp that indicaties when the instance information was last updated.

', 'LastDeploymentInfo$endTime' => '

A timestamp that indicates when the most recent deployment to the deployment group was complete.

', 'LastDeploymentInfo$createTime' => '

A timestamp that indicates when the most recent deployment to the deployment group started.

', 'LifecycleEvent$startTime' => '

A timestamp that indicates when the deployment lifecycle event started.

', 'LifecycleEvent$endTime' => '

A timestamp that indicates when the deployment lifecycle event ended.

', 'TimeRange$start' => '

The start time of the time range.

Specify null to leave the start time open-ended.

', 'TimeRange$end' => '

The end time of the time range.

Specify null to leave the end time open-ended.

', ], ], 'TrafficRoute' => [ 'base' => '

Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.

', 'refs' => [ 'TargetGroupPairInfo$prodTrafficRoute' => '

The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.

', 'TargetGroupPairInfo$testTrafficRoute' => '

An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.

', ], ], 'TrafficRoutingConfig' => [ 'base' => '

The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an AWS Lambda deployment.

', 'refs' => [ 'CreateDeploymentConfigInput$trafficRoutingConfig' => '

The configuration that specifies how the deployment traffic is routed.

', 'DeploymentConfigInfo$trafficRoutingConfig' => '

The configuration that specifies how the deployment traffic is routed. Only deployments with a Lambda compute platform can specify this.

', ], ], 'TrafficRoutingType' => [ 'base' => NULL, 'refs' => [ 'TrafficRoutingConfig$type' => '

The type of traffic shifting (TimeBasedCanary or TimeBasedLinear) used by a deployment configuration .

', ], ], 'TrafficWeight' => [ 'base' => NULL, 'refs' => [ 'ECSTaskSet$trafficWeight' => '

The percentage of traffic served by this task set.

', 'LambdaFunctionInfo$targetVersionWeight' => '

The percentage of production traffic that the target version of a Lambda function receives.

', ], ], 'TriggerConfig' => [ 'base' => '

Information about notification triggers for the deployment group.

', 'refs' => [ 'TriggerConfigList$member' => NULL, ], ], 'TriggerConfigList' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentGroupInput$triggerConfigurations' => '

Information about triggers to create when the deployment group is created. For examples, see Create a Trigger for an AWS CodeDeploy Event in the AWS CodeDeploy User Guide.

', 'DeploymentGroupInfo$triggerConfigurations' => '

Information about triggers associated with the deployment group.

', 'UpdateDeploymentGroupInput$triggerConfigurations' => '

Information about triggers to change when the deployment group is updated. For examples, see Modify Triggers in an AWS CodeDeploy Deployment Group in the AWS CodeDeploy User Guide.

', ], ], 'TriggerEventType' => [ 'base' => NULL, 'refs' => [ 'TriggerEventTypeList$member' => NULL, ], ], 'TriggerEventTypeList' => [ 'base' => NULL, 'refs' => [ 'TriggerConfig$triggerEvents' => '

The event type or types for which notifications are triggered.

', ], ], 'TriggerName' => [ 'base' => NULL, 'refs' => [ 'TriggerConfig$triggerName' => '

The name of the notification trigger.

', ], ], 'TriggerTargetArn' => [ 'base' => NULL, 'refs' => [ 'TriggerConfig$triggerTargetArn' => '

The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

', ], ], 'TriggerTargetsLimitExceededException' => [ 'base' => '

The maximum allowed number of triggers was exceeded.

', 'refs' => [], ], 'UnsupportedActionForDeploymentTypeException' => [ 'base' => '

A call was submitted that is not supported for the specified deployment type.

', 'refs' => [], ], 'UntagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApplicationInput' => [ 'base' => '

Represents the input of an UpdateApplication operation.

', 'refs' => [], ], 'UpdateDeploymentGroupInput' => [ 'base' => '

Represents the input of an UpdateDeploymentGroup operation.

', 'refs' => [], ], 'UpdateDeploymentGroupOutput' => [ 'base' => '

Represents the output of an UpdateDeploymentGroup operation.

', 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'EC2TagFilter$Value' => '

The tag filter value.

', 'Tag$Value' => '

The tag\'s value.

', 'TagFilter$Value' => '

The on-premises instance tag filter value.

', ], ], 'Version' => [ 'base' => NULL, 'refs' => [ 'LambdaFunctionInfo$currentVersion' => '

The version of a Lambda function that production traffic points to.

', 'LambdaFunctionInfo$targetVersion' => '

The version of a Lambda function that production traffic points to after the Lambda function is deployed.

', ], ], 'VersionId' => [ 'base' => NULL, 'refs' => [ 'S3Location$version' => '

A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

If the version is not specified, the system uses the most recent version by default.

', ], ], 'WaitTimeInMins' => [ 'base' => NULL, 'refs' => [ 'TimeBasedCanary$canaryInterval' => '

The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.

', 'TimeBasedLinear$linearInterval' => '

The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

', ], ], ],]; diff --git a/src/data/mediastore-data/2017-09-01/api-2.json b/src/data/mediastore-data/2017-09-01/api-2.json index 5a42e802d9..27aa5a1e76 100644 --- a/src/data/mediastore-data/2017-09-01/api-2.json +++ b/src/data/mediastore-data/2017-09-01/api-2.json @@ -349,6 +349,11 @@ "shape":"StorageClass", "location":"header", "locationName":"x-amz-storage-class" + }, + "UploadAvailability":{ + "shape":"UploadAvailability", + "location":"header", + "locationName":"x-amz-upload-availability" } }, "payload":"Body" @@ -387,6 +392,15 @@ }, "StringPrimitive":{"type":"string"}, "TimeStamp":{"type":"timestamp"}, + "UploadAvailability":{ + "type":"string", + "enum":[ + "STANDARD", + "STREAMING" + ], + "max":16, + "min":1 + }, "statusCode":{"type":"integer"} } } diff --git a/src/data/mediastore-data/2017-09-01/api-2.json.php b/src/data/mediastore-data/2017-09-01/api-2.json.php index ff58046e3b..0e7f1b5a48 100644 --- a/src/data/mediastore-data/2017-09-01/api-2.json.php +++ b/src/data/mediastore-data/2017-09-01/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2017-09-01', 'endpointPrefix' => 'data.mediastore', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'MediaStore Data', 'serviceFullName' => 'AWS Elemental MediaStore Data Plane', 'serviceId' => 'MediaStore Data', 'signatureVersion' => 'v4', 'signingName' => 'mediastore', 'uid' => 'mediastore-data-2017-09-01', ], 'operations' => [ 'DeleteObject' => [ 'name' => 'DeleteObject', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/{Path+}', ], 'input' => [ 'shape' => 'DeleteObjectRequest', ], 'output' => [ 'shape' => 'DeleteObjectResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'ObjectNotFoundException', ], [ 'shape' => 'InternalServerError', ], ], ], 'DescribeObject' => [ 'name' => 'DescribeObject', 'http' => [ 'method' => 'HEAD', 'requestUri' => '/{Path+}', ], 'input' => [ 'shape' => 'DescribeObjectRequest', ], 'output' => [ 'shape' => 'DescribeObjectResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'ObjectNotFoundException', ], [ 'shape' => 'InternalServerError', ], ], ], 'GetObject' => [ 'name' => 'GetObject', 'http' => [ 'method' => 'GET', 'requestUri' => '/{Path+}', ], 'input' => [ 'shape' => 'GetObjectRequest', ], 'output' => [ 'shape' => 'GetObjectResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'ObjectNotFoundException', ], [ 'shape' => 'RequestedRangeNotSatisfiableException', ], [ 'shape' => 'InternalServerError', ], ], ], 'ListItems' => [ 'name' => 'ListItems', 'http' => [ 'method' => 'GET', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListItemsRequest', ], 'output' => [ 'shape' => 'ListItemsResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'InternalServerError', ], ], ], 'PutObject' => [ 'name' => 'PutObject', 'http' => [ 'method' => 'PUT', 'requestUri' => '/{Path+}', ], 'input' => [ 'shape' => 'PutObjectRequest', ], 'output' => [ 'shape' => 'PutObjectResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'InternalServerError', ], ], 'authtype' => 'v4-unsigned-body', ], ], 'shapes' => [ 'ContainerNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'ContentRangePattern' => [ 'type' => 'string', 'pattern' => '^bytes=\\d+\\-\\d+/\\d+$', ], 'ContentType' => [ 'type' => 'string', 'pattern' => '^[\\w\\-\\/\\.\\+]{1,255}$', ], 'DeleteObjectRequest' => [ 'type' => 'structure', 'required' => [ 'Path', ], 'members' => [ 'Path' => [ 'shape' => 'PathNaming', 'location' => 'uri', 'locationName' => 'Path', ], ], ], 'DeleteObjectResponse' => [ 'type' => 'structure', 'members' => [], ], 'DescribeObjectRequest' => [ 'type' => 'structure', 'required' => [ 'Path', ], 'members' => [ 'Path' => [ 'shape' => 'PathNaming', 'location' => 'uri', 'locationName' => 'Path', ], ], ], 'DescribeObjectResponse' => [ 'type' => 'structure', 'members' => [ 'ETag' => [ 'shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag', ], 'ContentType' => [ 'shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type', ], 'ContentLength' => [ 'shape' => 'NonNegativeLong', 'location' => 'header', 'locationName' => 'Content-Length', ], 'CacheControl' => [ 'shape' => 'StringPrimitive', 'location' => 'header', 'locationName' => 'Cache-Control', ], 'LastModified' => [ 'shape' => 'TimeStamp', 'location' => 'header', 'locationName' => 'Last-Modified', ], ], ], 'ETag' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[0-9A-Fa-f]+', ], 'ErrorMessage' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[ \\w:\\.\\?-]+', ], 'GetObjectRequest' => [ 'type' => 'structure', 'required' => [ 'Path', ], 'members' => [ 'Path' => [ 'shape' => 'PathNaming', 'location' => 'uri', 'locationName' => 'Path', ], 'Range' => [ 'shape' => 'RangePattern', 'location' => 'header', 'locationName' => 'Range', ], ], ], 'GetObjectResponse' => [ 'type' => 'structure', 'required' => [ 'StatusCode', ], 'members' => [ 'Body' => [ 'shape' => 'PayloadBlob', ], 'CacheControl' => [ 'shape' => 'StringPrimitive', 'location' => 'header', 'locationName' => 'Cache-Control', ], 'ContentRange' => [ 'shape' => 'ContentRangePattern', 'location' => 'header', 'locationName' => 'Content-Range', ], 'ContentLength' => [ 'shape' => 'NonNegativeLong', 'location' => 'header', 'locationName' => 'Content-Length', ], 'ContentType' => [ 'shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type', ], 'ETag' => [ 'shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag', ], 'LastModified' => [ 'shape' => 'TimeStamp', 'location' => 'header', 'locationName' => 'Last-Modified', ], 'StatusCode' => [ 'shape' => 'statusCode', 'location' => 'statusCode', ], ], 'payload' => 'Body', ], 'InternalServerError' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, 'fault' => true, ], 'Item' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'ItemName', ], 'Type' => [ 'shape' => 'ItemType', ], 'ETag' => [ 'shape' => 'ETag', ], 'LastModified' => [ 'shape' => 'TimeStamp', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'ContentLength' => [ 'shape' => 'NonNegativeLong', ], ], ], 'ItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], 'ItemName' => [ 'type' => 'string', 'pattern' => '[A-Za-z0-9_\\.\\-\\~]+', ], 'ItemType' => [ 'type' => 'string', 'enum' => [ 'OBJECT', 'FOLDER', ], ], 'ListItemsRequest' => [ 'type' => 'structure', 'members' => [ 'Path' => [ 'shape' => 'ListPathNaming', 'location' => 'querystring', 'locationName' => 'Path', ], 'MaxResults' => [ 'shape' => 'ListLimit', 'location' => 'querystring', 'locationName' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'NextToken', ], ], ], 'ListItemsResponse' => [ 'type' => 'structure', 'members' => [ 'Items' => [ 'shape' => 'ItemList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListLimit' => [ 'type' => 'integer', 'max' => 1000, 'min' => 1, ], 'ListPathNaming' => [ 'type' => 'string', 'max' => 900, 'min' => 0, 'pattern' => '/?(?:[A-Za-z0-9_\\.\\-\\~]+/){0,10}(?:[A-Za-z0-9_\\.\\-\\~]+)?/?', ], 'NonNegativeLong' => [ 'type' => 'long', 'min' => 0, ], 'ObjectNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'PaginationToken' => [ 'type' => 'string', ], 'PathNaming' => [ 'type' => 'string', 'max' => 900, 'min' => 1, 'pattern' => '(?:[A-Za-z0-9_\\.\\-\\~]+/){0,10}[A-Za-z0-9_\\.\\-\\~]+', ], 'PayloadBlob' => [ 'type' => 'blob', 'streaming' => true, ], 'PutObjectRequest' => [ 'type' => 'structure', 'required' => [ 'Body', 'Path', ], 'members' => [ 'Body' => [ 'shape' => 'PayloadBlob', ], 'Path' => [ 'shape' => 'PathNaming', 'location' => 'uri', 'locationName' => 'Path', ], 'ContentType' => [ 'shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type', ], 'CacheControl' => [ 'shape' => 'StringPrimitive', 'location' => 'header', 'locationName' => 'Cache-Control', ], 'StorageClass' => [ 'shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class', ], ], 'payload' => 'Body', ], 'PutObjectResponse' => [ 'type' => 'structure', 'members' => [ 'ContentSHA256' => [ 'shape' => 'SHA256Hash', ], 'ETag' => [ 'shape' => 'ETag', ], 'StorageClass' => [ 'shape' => 'StorageClass', ], ], ], 'RangePattern' => [ 'type' => 'string', 'pattern' => '^bytes=(?:\\d+\\-\\d*|\\d*\\-\\d+)$', ], 'RequestedRangeNotSatisfiableException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 416, ], 'exception' => true, ], 'SHA256Hash' => [ 'type' => 'string', 'max' => 64, 'min' => 64, 'pattern' => '[0-9A-Fa-f]{64}', ], 'StorageClass' => [ 'type' => 'string', 'enum' => [ 'TEMPORAL', ], 'max' => 16, 'min' => 1, ], 'StringPrimitive' => [ 'type' => 'string', ], 'TimeStamp' => [ 'type' => 'timestamp', ], 'statusCode' => [ 'type' => 'integer', ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2017-09-01', 'endpointPrefix' => 'data.mediastore', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'MediaStore Data', 'serviceFullName' => 'AWS Elemental MediaStore Data Plane', 'serviceId' => 'MediaStore Data', 'signatureVersion' => 'v4', 'signingName' => 'mediastore', 'uid' => 'mediastore-data-2017-09-01', ], 'operations' => [ 'DeleteObject' => [ 'name' => 'DeleteObject', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/{Path+}', ], 'input' => [ 'shape' => 'DeleteObjectRequest', ], 'output' => [ 'shape' => 'DeleteObjectResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'ObjectNotFoundException', ], [ 'shape' => 'InternalServerError', ], ], ], 'DescribeObject' => [ 'name' => 'DescribeObject', 'http' => [ 'method' => 'HEAD', 'requestUri' => '/{Path+}', ], 'input' => [ 'shape' => 'DescribeObjectRequest', ], 'output' => [ 'shape' => 'DescribeObjectResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'ObjectNotFoundException', ], [ 'shape' => 'InternalServerError', ], ], ], 'GetObject' => [ 'name' => 'GetObject', 'http' => [ 'method' => 'GET', 'requestUri' => '/{Path+}', ], 'input' => [ 'shape' => 'GetObjectRequest', ], 'output' => [ 'shape' => 'GetObjectResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'ObjectNotFoundException', ], [ 'shape' => 'RequestedRangeNotSatisfiableException', ], [ 'shape' => 'InternalServerError', ], ], ], 'ListItems' => [ 'name' => 'ListItems', 'http' => [ 'method' => 'GET', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListItemsRequest', ], 'output' => [ 'shape' => 'ListItemsResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'InternalServerError', ], ], ], 'PutObject' => [ 'name' => 'PutObject', 'http' => [ 'method' => 'PUT', 'requestUri' => '/{Path+}', ], 'input' => [ 'shape' => 'PutObjectRequest', ], 'output' => [ 'shape' => 'PutObjectResponse', ], 'errors' => [ [ 'shape' => 'ContainerNotFoundException', ], [ 'shape' => 'InternalServerError', ], ], 'authtype' => 'v4-unsigned-body', ], ], 'shapes' => [ 'ContainerNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'ContentRangePattern' => [ 'type' => 'string', 'pattern' => '^bytes=\\d+\\-\\d+/\\d+$', ], 'ContentType' => [ 'type' => 'string', 'pattern' => '^[\\w\\-\\/\\.\\+]{1,255}$', ], 'DeleteObjectRequest' => [ 'type' => 'structure', 'required' => [ 'Path', ], 'members' => [ 'Path' => [ 'shape' => 'PathNaming', 'location' => 'uri', 'locationName' => 'Path', ], ], ], 'DeleteObjectResponse' => [ 'type' => 'structure', 'members' => [], ], 'DescribeObjectRequest' => [ 'type' => 'structure', 'required' => [ 'Path', ], 'members' => [ 'Path' => [ 'shape' => 'PathNaming', 'location' => 'uri', 'locationName' => 'Path', ], ], ], 'DescribeObjectResponse' => [ 'type' => 'structure', 'members' => [ 'ETag' => [ 'shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag', ], 'ContentType' => [ 'shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type', ], 'ContentLength' => [ 'shape' => 'NonNegativeLong', 'location' => 'header', 'locationName' => 'Content-Length', ], 'CacheControl' => [ 'shape' => 'StringPrimitive', 'location' => 'header', 'locationName' => 'Cache-Control', ], 'LastModified' => [ 'shape' => 'TimeStamp', 'location' => 'header', 'locationName' => 'Last-Modified', ], ], ], 'ETag' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[0-9A-Fa-f]+', ], 'ErrorMessage' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[ \\w:\\.\\?-]+', ], 'GetObjectRequest' => [ 'type' => 'structure', 'required' => [ 'Path', ], 'members' => [ 'Path' => [ 'shape' => 'PathNaming', 'location' => 'uri', 'locationName' => 'Path', ], 'Range' => [ 'shape' => 'RangePattern', 'location' => 'header', 'locationName' => 'Range', ], ], ], 'GetObjectResponse' => [ 'type' => 'structure', 'required' => [ 'StatusCode', ], 'members' => [ 'Body' => [ 'shape' => 'PayloadBlob', ], 'CacheControl' => [ 'shape' => 'StringPrimitive', 'location' => 'header', 'locationName' => 'Cache-Control', ], 'ContentRange' => [ 'shape' => 'ContentRangePattern', 'location' => 'header', 'locationName' => 'Content-Range', ], 'ContentLength' => [ 'shape' => 'NonNegativeLong', 'location' => 'header', 'locationName' => 'Content-Length', ], 'ContentType' => [ 'shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type', ], 'ETag' => [ 'shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag', ], 'LastModified' => [ 'shape' => 'TimeStamp', 'location' => 'header', 'locationName' => 'Last-Modified', ], 'StatusCode' => [ 'shape' => 'statusCode', 'location' => 'statusCode', ], ], 'payload' => 'Body', ], 'InternalServerError' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, 'fault' => true, ], 'Item' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'ItemName', ], 'Type' => [ 'shape' => 'ItemType', ], 'ETag' => [ 'shape' => 'ETag', ], 'LastModified' => [ 'shape' => 'TimeStamp', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'ContentLength' => [ 'shape' => 'NonNegativeLong', ], ], ], 'ItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], 'ItemName' => [ 'type' => 'string', 'pattern' => '[A-Za-z0-9_\\.\\-\\~]+', ], 'ItemType' => [ 'type' => 'string', 'enum' => [ 'OBJECT', 'FOLDER', ], ], 'ListItemsRequest' => [ 'type' => 'structure', 'members' => [ 'Path' => [ 'shape' => 'ListPathNaming', 'location' => 'querystring', 'locationName' => 'Path', ], 'MaxResults' => [ 'shape' => 'ListLimit', 'location' => 'querystring', 'locationName' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'NextToken', ], ], ], 'ListItemsResponse' => [ 'type' => 'structure', 'members' => [ 'Items' => [ 'shape' => 'ItemList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListLimit' => [ 'type' => 'integer', 'max' => 1000, 'min' => 1, ], 'ListPathNaming' => [ 'type' => 'string', 'max' => 900, 'min' => 0, 'pattern' => '/?(?:[A-Za-z0-9_\\.\\-\\~]+/){0,10}(?:[A-Za-z0-9_\\.\\-\\~]+)?/?', ], 'NonNegativeLong' => [ 'type' => 'long', 'min' => 0, ], 'ObjectNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'PaginationToken' => [ 'type' => 'string', ], 'PathNaming' => [ 'type' => 'string', 'max' => 900, 'min' => 1, 'pattern' => '(?:[A-Za-z0-9_\\.\\-\\~]+/){0,10}[A-Za-z0-9_\\.\\-\\~]+', ], 'PayloadBlob' => [ 'type' => 'blob', 'streaming' => true, ], 'PutObjectRequest' => [ 'type' => 'structure', 'required' => [ 'Body', 'Path', ], 'members' => [ 'Body' => [ 'shape' => 'PayloadBlob', ], 'Path' => [ 'shape' => 'PathNaming', 'location' => 'uri', 'locationName' => 'Path', ], 'ContentType' => [ 'shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type', ], 'CacheControl' => [ 'shape' => 'StringPrimitive', 'location' => 'header', 'locationName' => 'Cache-Control', ], 'StorageClass' => [ 'shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class', ], 'UploadAvailability' => [ 'shape' => 'UploadAvailability', 'location' => 'header', 'locationName' => 'x-amz-upload-availability', ], ], 'payload' => 'Body', ], 'PutObjectResponse' => [ 'type' => 'structure', 'members' => [ 'ContentSHA256' => [ 'shape' => 'SHA256Hash', ], 'ETag' => [ 'shape' => 'ETag', ], 'StorageClass' => [ 'shape' => 'StorageClass', ], ], ], 'RangePattern' => [ 'type' => 'string', 'pattern' => '^bytes=(?:\\d+\\-\\d*|\\d*\\-\\d+)$', ], 'RequestedRangeNotSatisfiableException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 416, ], 'exception' => true, ], 'SHA256Hash' => [ 'type' => 'string', 'max' => 64, 'min' => 64, 'pattern' => '[0-9A-Fa-f]{64}', ], 'StorageClass' => [ 'type' => 'string', 'enum' => [ 'TEMPORAL', ], 'max' => 16, 'min' => 1, ], 'StringPrimitive' => [ 'type' => 'string', ], 'TimeStamp' => [ 'type' => 'timestamp', ], 'UploadAvailability' => [ 'type' => 'string', 'enum' => [ 'STANDARD', 'STREAMING', ], 'max' => 16, 'min' => 1, ], 'statusCode' => [ 'type' => 'integer', ], ],]; diff --git a/src/data/mediastore-data/2017-09-01/docs-2.json b/src/data/mediastore-data/2017-09-01/docs-2.json index 1acd7d71a6..e1e212263f 100644 --- a/src/data/mediastore-data/2017-09-01/docs-2.json +++ b/src/data/mediastore-data/2017-09-01/docs-2.json @@ -4,9 +4,9 @@ "operations": { "DeleteObject": "

Deletes an object at the specified path.

", "DescribeObject": "

Gets the headers for an object at the specified path.

", - "GetObject": "

Downloads the object at the specified path.

", + "GetObject": "

Downloads the object at the specified path. If the object’s upload availability is set to streaming, AWS Elemental MediaStore downloads the object even if it’s still uploading the object.

", "ListItems": "

Provides a list of metadata entries about folders and objects in the specified folder.

", - "PutObject": "

Uploads an object to the specified path. Object sizes are limited to 25 MB.

" + "PutObject": "

Uploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.

" }, "shapes": { "ContainerNotFoundException": { @@ -177,7 +177,7 @@ "RangePattern": { "base": null, "refs": { - "GetObjectRequest$Range": "

The range bytes of an object to retrieve. For more information about the Range header, go to http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.

" + "GetObjectRequest$Range": "

The range bytes of an object to retrieve. For more information about the Range header, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35. AWS Elemental MediaStore ignores this header for partially uploaded objects that have streaming upload availability.

" } }, "RequestedRangeNotSatisfiableException": { @@ -214,6 +214,12 @@ "Item$LastModified": "

The date and time that the item was last modified.

" } }, + "UploadAvailability": { + "base": null, + "refs": { + "PutObjectRequest$UploadAvailability": "

Indicates the availability of an object while it is still uploading. If the value is set to streaming, the object is available for downloading after some initial buffering but before the object is uploaded completely. If the value is set to standard, the object is available for downloading only when it is uploaded completely. The default value for this header is standard.

To use this header, you must also set the HTTP Transfer-Encoding header to chunked.

" + } + }, "statusCode": { "base": null, "refs": { diff --git a/src/data/mediastore-data/2017-09-01/docs-2.json.php b/src/data/mediastore-data/2017-09-01/docs-2.json.php index 8ac5bb23f6..7cc88bb831 100644 --- a/src/data/mediastore-data/2017-09-01/docs-2.json.php +++ b/src/data/mediastore-data/2017-09-01/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => '

An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. Objects are the fundamental entities that are stored in AWS Elemental MediaStore.

', 'operations' => [ 'DeleteObject' => '

Deletes an object at the specified path.

', 'DescribeObject' => '

Gets the headers for an object at the specified path.

', 'GetObject' => '

Downloads the object at the specified path.

', 'ListItems' => '

Provides a list of metadata entries about folders and objects in the specified folder.

', 'PutObject' => '

Uploads an object to the specified path. Object sizes are limited to 25 MB.

', ], 'shapes' => [ 'ContainerNotFoundException' => [ 'base' => '

The specified container was not found for the specified account.

', 'refs' => [], ], 'ContentRangePattern' => [ 'base' => NULL, 'refs' => [ 'GetObjectResponse$ContentRange' => '

The range of bytes to retrieve.

', ], ], 'ContentType' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$ContentType' => '

The content type of the object.

', 'GetObjectResponse$ContentType' => '

The content type of the object.

', 'Item$ContentType' => '

The content type of the item.

', 'PutObjectRequest$ContentType' => '

The content type of the object.

', ], ], 'DeleteObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'ETag' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$ETag' => '

The ETag that represents a unique instance of the object.

', 'GetObjectResponse$ETag' => '

The ETag that represents a unique instance of the object.

', 'Item$ETag' => '

The ETag that represents a unique instance of the item.

', 'PutObjectResponse$ETag' => '

Unique identifier of the object in the container.

', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'ContainerNotFoundException$Message' => NULL, 'InternalServerError$Message' => NULL, 'ObjectNotFoundException$Message' => NULL, 'RequestedRangeNotSatisfiableException$Message' => NULL, ], ], 'GetObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'InternalServerError' => [ 'base' => '

The service is temporarily unavailable.

', 'refs' => [], ], 'Item' => [ 'base' => '

A metadata entry for a folder or object.

', 'refs' => [ 'ItemList$member' => NULL, ], ], 'ItemList' => [ 'base' => NULL, 'refs' => [ 'ListItemsResponse$Items' => '

The metadata entries for the folders and objects at the requested path.

', ], ], 'ItemName' => [ 'base' => NULL, 'refs' => [ 'Item$Name' => '

The name of the item.

', ], ], 'ItemType' => [ 'base' => NULL, 'refs' => [ 'Item$Type' => '

The item type (folder or object).

', ], ], 'ListItemsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListItemsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListLimit' => [ 'base' => NULL, 'refs' => [ 'ListItemsRequest$MaxResults' => '

The maximum number of results to return per API request. For example, you submit a ListItems request with MaxResults set at 500. Although 2,000 items match your request, the service returns no more than the first 500 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value.

If MaxResults is not included in the request, the service defaults to pagination with a maximum of 1,000 results per page.

', ], ], 'ListPathNaming' => [ 'base' => NULL, 'refs' => [ 'ListItemsRequest$Path' => '

The path in the container from which to retrieve items. Format: <folder name>/<folder name>/<file name>

', ], ], 'NonNegativeLong' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$ContentLength' => '

The length of the object in bytes.

', 'GetObjectResponse$ContentLength' => '

The length of the object in bytes.

', 'Item$ContentLength' => '

The length of the item in bytes.

', ], ], 'ObjectNotFoundException' => [ 'base' => '

Could not perform an operation on an object that does not exist.

', 'refs' => [], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'ListItemsRequest$NextToken' => '

The token that identifies which batch of results that you want to see. For example, you submit a ListItems request with MaxResults set at 500. The service returns the first batch of results (up to 500) and a NextToken value. To see the next batch of results, you can submit the ListItems request a second time and specify the NextToken value.

Tokens expire after 15 minutes.

', 'ListItemsResponse$NextToken' => '

The token that can be used in a request to view the next set of results. For example, you submit a ListItems request that matches 2,000 items with MaxResults set at 500. The service returns the first batch of results (up to 500) and a NextToken value that can be used to fetch the next batch of results.

', ], ], 'PathNaming' => [ 'base' => NULL, 'refs' => [ 'DeleteObjectRequest$Path' => '

The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

', 'DescribeObjectRequest$Path' => '

The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

', 'GetObjectRequest$Path' => '

The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

For example, to upload the file mlaw.avi to the folder path premium\\canada in the container movies, enter the path premium/canada/mlaw.avi.

Do not include the container name in this path.

If the path includes any folders that don\'t exist yet, the service creates them. For example, suppose you have an existing premium/usa subfolder. If you specify premium/canada, the service creates a canada subfolder in the premium folder. You then have two subfolders, usa and canada, in the premium folder.

There is no correlation between the path to the source and the path (folders) in the container in AWS Elemental MediaStore.

For more information about folders and how they exist in a container, see the AWS Elemental MediaStore User Guide.

The file name is the name that is assigned to the file that you upload. The file can have the same name inside and outside of AWS Elemental MediaStore, or it can have the same name. The file name can include or omit an extension.

', 'PutObjectRequest$Path' => '

The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

For example, to upload the file mlaw.avi to the folder path premium\\canada in the container movies, enter the path premium/canada/mlaw.avi.

Do not include the container name in this path.

If the path includes any folders that don\'t exist yet, the service creates them. For example, suppose you have an existing premium/usa subfolder. If you specify premium/canada, the service creates a canada subfolder in the premium folder. You then have two subfolders, usa and canada, in the premium folder.

There is no correlation between the path to the source and the path (folders) in the container in AWS Elemental MediaStore.

For more information about folders and how they exist in a container, see the AWS Elemental MediaStore User Guide.

The file name is the name that is assigned to the file that you upload. The file can have the same name inside and outside of AWS Elemental MediaStore, or it can have the same name. The file name can include or omit an extension.

', ], ], 'PayloadBlob' => [ 'base' => NULL, 'refs' => [ 'GetObjectResponse$Body' => '

The bytes of the object.

', 'PutObjectRequest$Body' => '

The bytes to be stored.

', ], ], 'PutObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'RangePattern' => [ 'base' => NULL, 'refs' => [ 'GetObjectRequest$Range' => '

The range bytes of an object to retrieve. For more information about the Range header, go to http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.

', ], ], 'RequestedRangeNotSatisfiableException' => [ 'base' => '

The requested content range is not valid.

', 'refs' => [], ], 'SHA256Hash' => [ 'base' => NULL, 'refs' => [ 'PutObjectResponse$ContentSHA256' => '

The SHA256 digest of the object that is persisted.

', ], ], 'StorageClass' => [ 'base' => NULL, 'refs' => [ 'PutObjectRequest$StorageClass' => '

Indicates the storage class of a Put request. Defaults to high-performance temporal storage class, and objects are persisted into durable storage shortly after being received.

', 'PutObjectResponse$StorageClass' => '

The storage class where the object was persisted. The class should be “Temporal”.

', ], ], 'StringPrimitive' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$CacheControl' => '

An optional CacheControl header that allows the caller to control the object\'s cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Headers with a custom user-defined value are also accepted.

', 'GetObjectResponse$CacheControl' => '

An optional CacheControl header that allows the caller to control the object\'s cache behavior. Headers can be passed in as specified in the HTTP spec at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Headers with a custom user-defined value are also accepted.

', 'PutObjectRequest$CacheControl' => '

An optional CacheControl header that allows the caller to control the object\'s cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Headers with a custom user-defined value are also accepted.

', ], ], 'TimeStamp' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$LastModified' => '

The date and time that the object was last modified.

', 'GetObjectResponse$LastModified' => '

The date and time that the object was last modified.

', 'Item$LastModified' => '

The date and time that the item was last modified.

', ], ], 'statusCode' => [ 'base' => NULL, 'refs' => [ 'GetObjectResponse$StatusCode' => '

The HTML status code of the request. Status codes ranging from 200 to 299 indicate success. All other status codes indicate the type of error that occurred.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => '

An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. Objects are the fundamental entities that are stored in AWS Elemental MediaStore.

', 'operations' => [ 'DeleteObject' => '

Deletes an object at the specified path.

', 'DescribeObject' => '

Gets the headers for an object at the specified path.

', 'GetObject' => '

Downloads the object at the specified path. If the object’s upload availability is set to streaming, AWS Elemental MediaStore downloads the object even if it’s still uploading the object.

', 'ListItems' => '

Provides a list of metadata entries about folders and objects in the specified folder.

', 'PutObject' => '

Uploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.

', ], 'shapes' => [ 'ContainerNotFoundException' => [ 'base' => '

The specified container was not found for the specified account.

', 'refs' => [], ], 'ContentRangePattern' => [ 'base' => NULL, 'refs' => [ 'GetObjectResponse$ContentRange' => '

The range of bytes to retrieve.

', ], ], 'ContentType' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$ContentType' => '

The content type of the object.

', 'GetObjectResponse$ContentType' => '

The content type of the object.

', 'Item$ContentType' => '

The content type of the item.

', 'PutObjectRequest$ContentType' => '

The content type of the object.

', ], ], 'DeleteObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'ETag' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$ETag' => '

The ETag that represents a unique instance of the object.

', 'GetObjectResponse$ETag' => '

The ETag that represents a unique instance of the object.

', 'Item$ETag' => '

The ETag that represents a unique instance of the item.

', 'PutObjectResponse$ETag' => '

Unique identifier of the object in the container.

', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'ContainerNotFoundException$Message' => NULL, 'InternalServerError$Message' => NULL, 'ObjectNotFoundException$Message' => NULL, 'RequestedRangeNotSatisfiableException$Message' => NULL, ], ], 'GetObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'InternalServerError' => [ 'base' => '

The service is temporarily unavailable.

', 'refs' => [], ], 'Item' => [ 'base' => '

A metadata entry for a folder or object.

', 'refs' => [ 'ItemList$member' => NULL, ], ], 'ItemList' => [ 'base' => NULL, 'refs' => [ 'ListItemsResponse$Items' => '

The metadata entries for the folders and objects at the requested path.

', ], ], 'ItemName' => [ 'base' => NULL, 'refs' => [ 'Item$Name' => '

The name of the item.

', ], ], 'ItemType' => [ 'base' => NULL, 'refs' => [ 'Item$Type' => '

The item type (folder or object).

', ], ], 'ListItemsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListItemsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListLimit' => [ 'base' => NULL, 'refs' => [ 'ListItemsRequest$MaxResults' => '

The maximum number of results to return per API request. For example, you submit a ListItems request with MaxResults set at 500. Although 2,000 items match your request, the service returns no more than the first 500 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value.

If MaxResults is not included in the request, the service defaults to pagination with a maximum of 1,000 results per page.

', ], ], 'ListPathNaming' => [ 'base' => NULL, 'refs' => [ 'ListItemsRequest$Path' => '

The path in the container from which to retrieve items. Format: <folder name>/<folder name>/<file name>

', ], ], 'NonNegativeLong' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$ContentLength' => '

The length of the object in bytes.

', 'GetObjectResponse$ContentLength' => '

The length of the object in bytes.

', 'Item$ContentLength' => '

The length of the item in bytes.

', ], ], 'ObjectNotFoundException' => [ 'base' => '

Could not perform an operation on an object that does not exist.

', 'refs' => [], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'ListItemsRequest$NextToken' => '

The token that identifies which batch of results that you want to see. For example, you submit a ListItems request with MaxResults set at 500. The service returns the first batch of results (up to 500) and a NextToken value. To see the next batch of results, you can submit the ListItems request a second time and specify the NextToken value.

Tokens expire after 15 minutes.

', 'ListItemsResponse$NextToken' => '

The token that can be used in a request to view the next set of results. For example, you submit a ListItems request that matches 2,000 items with MaxResults set at 500. The service returns the first batch of results (up to 500) and a NextToken value that can be used to fetch the next batch of results.

', ], ], 'PathNaming' => [ 'base' => NULL, 'refs' => [ 'DeleteObjectRequest$Path' => '

The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

', 'DescribeObjectRequest$Path' => '

The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

', 'GetObjectRequest$Path' => '

The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

For example, to upload the file mlaw.avi to the folder path premium\\canada in the container movies, enter the path premium/canada/mlaw.avi.

Do not include the container name in this path.

If the path includes any folders that don\'t exist yet, the service creates them. For example, suppose you have an existing premium/usa subfolder. If you specify premium/canada, the service creates a canada subfolder in the premium folder. You then have two subfolders, usa and canada, in the premium folder.

There is no correlation between the path to the source and the path (folders) in the container in AWS Elemental MediaStore.

For more information about folders and how they exist in a container, see the AWS Elemental MediaStore User Guide.

The file name is the name that is assigned to the file that you upload. The file can have the same name inside and outside of AWS Elemental MediaStore, or it can have the same name. The file name can include or omit an extension.

', 'PutObjectRequest$Path' => '

The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

For example, to upload the file mlaw.avi to the folder path premium\\canada in the container movies, enter the path premium/canada/mlaw.avi.

Do not include the container name in this path.

If the path includes any folders that don\'t exist yet, the service creates them. For example, suppose you have an existing premium/usa subfolder. If you specify premium/canada, the service creates a canada subfolder in the premium folder. You then have two subfolders, usa and canada, in the premium folder.

There is no correlation between the path to the source and the path (folders) in the container in AWS Elemental MediaStore.

For more information about folders and how they exist in a container, see the AWS Elemental MediaStore User Guide.

The file name is the name that is assigned to the file that you upload. The file can have the same name inside and outside of AWS Elemental MediaStore, or it can have the same name. The file name can include or omit an extension.

', ], ], 'PayloadBlob' => [ 'base' => NULL, 'refs' => [ 'GetObjectResponse$Body' => '

The bytes of the object.

', 'PutObjectRequest$Body' => '

The bytes to be stored.

', ], ], 'PutObjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutObjectResponse' => [ 'base' => NULL, 'refs' => [], ], 'RangePattern' => [ 'base' => NULL, 'refs' => [ 'GetObjectRequest$Range' => '

The range bytes of an object to retrieve. For more information about the Range header, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35. AWS Elemental MediaStore ignores this header for partially uploaded objects that have streaming upload availability.

', ], ], 'RequestedRangeNotSatisfiableException' => [ 'base' => '

The requested content range is not valid.

', 'refs' => [], ], 'SHA256Hash' => [ 'base' => NULL, 'refs' => [ 'PutObjectResponse$ContentSHA256' => '

The SHA256 digest of the object that is persisted.

', ], ], 'StorageClass' => [ 'base' => NULL, 'refs' => [ 'PutObjectRequest$StorageClass' => '

Indicates the storage class of a Put request. Defaults to high-performance temporal storage class, and objects are persisted into durable storage shortly after being received.

', 'PutObjectResponse$StorageClass' => '

The storage class where the object was persisted. The class should be “Temporal”.

', ], ], 'StringPrimitive' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$CacheControl' => '

An optional CacheControl header that allows the caller to control the object\'s cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Headers with a custom user-defined value are also accepted.

', 'GetObjectResponse$CacheControl' => '

An optional CacheControl header that allows the caller to control the object\'s cache behavior. Headers can be passed in as specified in the HTTP spec at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Headers with a custom user-defined value are also accepted.

', 'PutObjectRequest$CacheControl' => '

An optional CacheControl header that allows the caller to control the object\'s cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.

Headers with a custom user-defined value are also accepted.

', ], ], 'TimeStamp' => [ 'base' => NULL, 'refs' => [ 'DescribeObjectResponse$LastModified' => '

The date and time that the object was last modified.

', 'GetObjectResponse$LastModified' => '

The date and time that the object was last modified.

', 'Item$LastModified' => '

The date and time that the item was last modified.

', ], ], 'UploadAvailability' => [ 'base' => NULL, 'refs' => [ 'PutObjectRequest$UploadAvailability' => '

Indicates the availability of an object while it is still uploading. If the value is set to streaming, the object is available for downloading after some initial buffering but before the object is uploaded completely. If the value is set to standard, the object is available for downloading only when it is uploaded completely. The default value for this header is standard.

To use this header, you must also set the HTTP Transfer-Encoding header to chunked.

', ], ], 'statusCode' => [ 'base' => NULL, 'refs' => [ 'GetObjectResponse$StatusCode' => '

The HTML status code of the request. Status codes ranging from 200 to 299 indicate success. All other status codes indicate the type of error that occurred.

', ], ], ],]; diff --git a/src/data/mediastore-data/2017-09-01/paginators-1.json b/src/data/mediastore-data/2017-09-01/paginators-1.json index 5677bd8e4a..90cf1b7998 100644 --- a/src/data/mediastore-data/2017-09-01/paginators-1.json +++ b/src/data/mediastore-data/2017-09-01/paginators-1.json @@ -1,4 +1,9 @@ { "pagination": { + "ListItems": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults" + } } } diff --git a/src/data/mediastore-data/2017-09-01/paginators-1.json.php b/src/data/mediastore-data/2017-09-01/paginators-1.json.php index 5cb9bd24b6..35d027143b 100644 --- a/src/data/mediastore-data/2017-09-01/paginators-1.json.php +++ b/src/data/mediastore-data/2017-09-01/paginators-1.json.php @@ -1,3 +1,3 @@ [],]; +return [ 'pagination' => [ 'ListItems' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; diff --git a/src/data/opsworkscm/2016-11-01/docs-2.json b/src/data/opsworkscm/2016-11-01/docs-2.json index 0a720a5361..b8a991c5d4 100644 --- a/src/data/opsworkscm/2016-11-01/docs-2.json +++ b/src/data/opsworkscm/2016-11-01/docs-2.json @@ -1,13 +1,13 @@ { "version": "2.0", - "service": "AWS OpsWorks CM

AWS OpsWorks for configuration management (CM) is a service that runs and manages configuration management servers. You can use AWS OpsWorks CM to create and manage AWS OpsWorks for Chef Automate and AWS OpsWorks for Puppet Enterprise servers, and add or remove nodes for the servers to manage.

Glossary of terms

Endpoints

AWS OpsWorks CM supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Your servers can only be accessed or managed within the endpoint in which they are created.

Throttling limits

All API operations allow for five requests per second with a burst of 10 requests per second.

", + "service": "AWS OpsWorks CM

AWS OpsWorks for configuration management (CM) is a service that runs and manages configuration management servers. You can use AWS OpsWorks CM to create and manage AWS OpsWorks for Chef Automate and AWS OpsWorks for Puppet Enterprise servers, and add or remove nodes for the servers to manage.

Glossary of terms

Endpoints

AWS OpsWorks CM supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Your servers can only be accessed or managed within the endpoint in which they are created.

Throttling limits

All API operations allow for five requests per second with a burst of 10 requests per second.

", "operations": { "AssociateNode": "

Associates a new node with the server. For more information about how to disassociate a node, see DisassociateNode.

On a Chef server: This command is an alternative to knife bootstrap.

Example (Chef): aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes \"Name=CHEF_ORGANIZATION,Value=default\" \"Name=CHEF_NODE_PUBLIC_KEY,Value=public-key-pem\"

On a Puppet server, this command is an alternative to the puppet cert sign command that signs a Puppet node CSR.

Example (Chef): aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes \"Name=PUPPET_NODE_CSR,Value=csr-pem\"

A node can can only be associated with servers that are in a HEALTHY state. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid. The AssociateNode API call can be integrated into Auto Scaling configurations, AWS Cloudformation templates, or the user data of a server's instance.

", "CreateBackup": "

Creates an application-level backup of a server. While the server is in the BACKING_UP state, the server cannot be changed, and no additional backup can be created.

Backups can be created for servers in RUNNING, HEALTHY, and UNHEALTHY states. By default, you can create a maximum of 50 manual backups.

This operation is asynchronous.

A LimitExceededException is thrown when the maximum number of manual backups is reached. An InvalidStateException is thrown when the server is not in any of the following states: RUNNING, HEALTHY, or UNHEALTHY. A ResourceNotFoundException is thrown when the server is not found. A ValidationException is thrown when parameters of the request are not valid.

", "CreateServer": "

Creates and immedately starts a new server. The server is ready to use when it is in the HEALTHY state. By default, you can create a maximum of 10 servers.

This operation is asynchronous.

A LimitExceededException is thrown when you have created the maximum number of servers (10). A ResourceAlreadyExistsException is thrown when a server with the same name already exists in the account. A ResourceNotFoundException is thrown when you specify a backup ID that is not valid or is for a backup that does not exist. A ValidationException is thrown when parameters of the request are not valid.

If you do not specify a security group by adding the SecurityGroupIds parameter, AWS OpsWorks creates a new security group.

Chef Automate: The default security group opens the Chef server to the world on TCP port 443. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.

Puppet Enterprise: The default security group opens TCP ports 22, 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.

By default, your server is accessible from any IP address. We recommend that you update your security group rules to allow access from known IP addresses and address ranges only. To edit security group rules, open Security Groups in the navigation pane of the EC2 management console.

", "DeleteBackup": "

Deletes a backup. You can delete both manual and automated backups. This operation is asynchronous.

An InvalidStateException is thrown when a backup deletion is already in progress. A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is thrown when parameters of the request are not valid.

", "DeleteServer": "

Deletes the server and the underlying AWS CloudFormation stacks (including the server's EC2 instance). When you run this command, the server state is updated to DELETING. After the server is deleted, it is no longer returned by DescribeServer requests. If the AWS CloudFormation stack cannot be deleted, the server cannot be deleted.

This operation is asynchronous.

An InvalidStateException is thrown when a server deletion is already in progress. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

", - "DescribeAccountAttributes": "

Describes your account attributes, and creates requests to increase limits before they are reached or exceeded.

This operation is synchronous.

", + "DescribeAccountAttributes": "

Describes your OpsWorks-CM account attributes.

This operation is synchronous.

", "DescribeBackups": "

Describes backups. The results are ordered by time, with newest backups first. If you do not specify a BackupId or ServerName, the command returns all backups.

This operation is synchronous.

A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is raised when parameters of the request are not valid.

", "DescribeEvents": "

Describes events for a specified server. Results are ordered by time, with newest events first.

This operation is synchronous.

A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

", "DescribeNodeAssociationStatus": "

Returns the current status of an existing association or disassociation request.

A ResourceNotFoundException is thrown when no recent association or disassociation request with the specified token is found, or when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

", @@ -228,11 +228,11 @@ "base": null, "refs": { "AssociateNodeRequest$EngineAttributes": "

Engine attributes used for associating the node.

Attributes accepted in a AssociateNode request for Chef

Attributes accepted in a AssociateNode request for Puppet

", - "CreateServerRequest$EngineAttributes": "

Optional engine attributes on a specified server.

Attributes accepted in a Chef createServer request:

Attributes accepted in a Puppet createServer request:

", + "CreateServerRequest$EngineAttributes": "

Optional engine attributes on a specified server.

Attributes accepted in a Chef createServer request:

Attributes accepted in a Puppet createServer request:

", "DescribeNodeAssociationStatusResponse$EngineAttributes": "

Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).

", "DisassociateNodeRequest$EngineAttributes": "

Engine attributes that are used for disassociating the node. No attributes are required for Puppet.

Attributes required in a DisassociateNode request for Chef

", "ExportServerEngineAttributeRequest$InputAttributes": "

The list of engine attributes. The list type is EngineAttribute. An EngineAttribute list item is a pair that includes an attribute name and its value. For the Userdata ExportAttributeName, the following are supported engine attribute names.

", - "Server$EngineAttributes": "

The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they are returned only as part of the result of createServer().

Attributes returned in a createServer response for Chef

Attributes returned in a createServer response for Puppet

", + "Server$EngineAttributes": "

The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they are returned only as part of the result of createServer().

Attributes returned in a createServer response for Chef

Attributes returned in a createServer response for Puppet

", "StartMaintenanceRequest$EngineAttributes": "

Engine attributes that are specific to the server on which you want to run maintenance.

" } }, @@ -437,10 +437,10 @@ "Backup$ToolsVersion": "

The version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is created.

", "Backup$UserArn": "

The IAM user ARN of the requester for manual backups. This field is empty for automated backups.

", "CreateBackupRequest$Description": "

A user-defined description of the backup.

", - "CreateServerRequest$Engine": "

The configuration management engine to use. Valid values include Chef and Puppet.

", + "CreateServerRequest$Engine": "

The configuration management engine to use. Valid values include ChefAutomate and Puppet.

", "CreateServerRequest$EngineModel": "

The engine model of the server. Valid values in this release include Monolithic for Puppet and Single for Chef.

", "CreateServerRequest$EngineVersion": "

The major release version of the engine that you want to use. For a Chef server, the valid value for EngineVersion is currently 12. For a Puppet server, the valid value is 2017.

", - "CreateServerRequest$InstanceType": "

The Amazon EC2 instance type to use. For example, m4.large. Recommended instance types include t2.medium and greater, m4.*, or c4.xlarge and greater.

", + "CreateServerRequest$InstanceType": "

The Amazon EC2 instance type to use. For example, m5.large.

", "DescribeBackupsResponse$NextToken": "

This is not currently implemented for DescribeBackups requests.

", "DescribeEventsResponse$NextToken": "

NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call DescribeEvents again, and assign the token from the previous results as the value of the nextToken parameter. If there are no more results, the response object's nextToken parameter value is null. Setting a nextToken value that was not returned in your previous results causes an InvalidNextTokenException to occur.

", "DescribeServersResponse$NextToken": "

This is not currently implemented for DescribeServers requests.

", @@ -450,11 +450,11 @@ "LimitExceededException$Message": "

Error or informational message that the maximum allowed number of servers or backups has been exceeded.

", "ResourceAlreadyExistsException$Message": "

Error or informational message in response to a CreateServer request that a resource cannot be created because it already exists.

", "ResourceNotFoundException$Message": "

Error or informational message that can contain more detail about problems locating or accessing a resource.

", - "RestoreServerRequest$InstanceType": "

The type of the instance to create. Valid values must be specified in the following format: ^([cm][34]|t2).* For example, m4.large. Valid values are t2.medium, m4.large, and m4.2xlarge. If you do not specify this parameter, RestoreServer uses the instance type from the specified backup.

", + "RestoreServerRequest$InstanceType": "

The type of the instance to create. Valid values must be specified in the following format: ^([cm][34]|t2).* For example, m5.large. Valid values are m5.large, r5.xlarge, and r5.2xlarge. If you do not specify this parameter, RestoreServer uses the instance type from the specified backup.

", "Server$ServerName": "

The name of the server.

", "Server$CloudFormationStackArn": "

The ARN of the CloudFormation stack that was used to create the server.

", "Server$Endpoint": "

A DNS name that can be used to access the engine. Example: myserver-asdfghjkl.us-east-1.opsworks.io

", - "Server$Engine": "

The engine type of the server. Valid values in this release include Chef and Puppet.

", + "Server$Engine": "

The engine type of the server. Valid values in this release include ChefAutomate and Puppet.

", "Server$EngineModel": "

The engine model of the server. Valid values in this release include Monolithic for Puppet and Single for Chef.

", "Server$EngineVersion": "

The engine version of the server. For a Chef server, the valid value for EngineVersion is currently 12. For a Puppet server, the valid value is 2017.

", "Server$InstanceProfileArn": "

The instance profile ARN of the server.

", diff --git a/src/data/opsworkscm/2016-11-01/docs-2.json.php b/src/data/opsworkscm/2016-11-01/docs-2.json.php index dc0788a630..8f5cebce2b 100644 --- a/src/data/opsworkscm/2016-11-01/docs-2.json.php +++ b/src/data/opsworkscm/2016-11-01/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => 'AWS OpsWorks CM

AWS OpsWorks for configuration management (CM) is a service that runs and manages configuration management servers. You can use AWS OpsWorks CM to create and manage AWS OpsWorks for Chef Automate and AWS OpsWorks for Puppet Enterprise servers, and add or remove nodes for the servers to manage.

Glossary of terms

Endpoints

AWS OpsWorks CM supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Your servers can only be accessed or managed within the endpoint in which they are created.

Throttling limits

All API operations allow for five requests per second with a burst of 10 requests per second.

', 'operations' => [ 'AssociateNode' => '

Associates a new node with the server. For more information about how to disassociate a node, see DisassociateNode.

On a Chef server: This command is an alternative to knife bootstrap.

Example (Chef): aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes "Name=CHEF_ORGANIZATION,Value=default" "Name=CHEF_NODE_PUBLIC_KEY,Value=public-key-pem"

On a Puppet server, this command is an alternative to the puppet cert sign command that signs a Puppet node CSR.

Example (Chef): aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes "Name=PUPPET_NODE_CSR,Value=csr-pem"

A node can can only be associated with servers that are in a HEALTHY state. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid. The AssociateNode API call can be integrated into Auto Scaling configurations, AWS Cloudformation templates, or the user data of a server\'s instance.

', 'CreateBackup' => '

Creates an application-level backup of a server. While the server is in the BACKING_UP state, the server cannot be changed, and no additional backup can be created.

Backups can be created for servers in RUNNING, HEALTHY, and UNHEALTHY states. By default, you can create a maximum of 50 manual backups.

This operation is asynchronous.

A LimitExceededException is thrown when the maximum number of manual backups is reached. An InvalidStateException is thrown when the server is not in any of the following states: RUNNING, HEALTHY, or UNHEALTHY. A ResourceNotFoundException is thrown when the server is not found. A ValidationException is thrown when parameters of the request are not valid.

', 'CreateServer' => '

Creates and immedately starts a new server. The server is ready to use when it is in the HEALTHY state. By default, you can create a maximum of 10 servers.

This operation is asynchronous.

A LimitExceededException is thrown when you have created the maximum number of servers (10). A ResourceAlreadyExistsException is thrown when a server with the same name already exists in the account. A ResourceNotFoundException is thrown when you specify a backup ID that is not valid or is for a backup that does not exist. A ValidationException is thrown when parameters of the request are not valid.

If you do not specify a security group by adding the SecurityGroupIds parameter, AWS OpsWorks creates a new security group.

Chef Automate: The default security group opens the Chef server to the world on TCP port 443. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.

Puppet Enterprise: The default security group opens TCP ports 22, 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.

By default, your server is accessible from any IP address. We recommend that you update your security group rules to allow access from known IP addresses and address ranges only. To edit security group rules, open Security Groups in the navigation pane of the EC2 management console.

', 'DeleteBackup' => '

Deletes a backup. You can delete both manual and automated backups. This operation is asynchronous.

An InvalidStateException is thrown when a backup deletion is already in progress. A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is thrown when parameters of the request are not valid.

', 'DeleteServer' => '

Deletes the server and the underlying AWS CloudFormation stacks (including the server\'s EC2 instance). When you run this command, the server state is updated to DELETING. After the server is deleted, it is no longer returned by DescribeServer requests. If the AWS CloudFormation stack cannot be deleted, the server cannot be deleted.

This operation is asynchronous.

An InvalidStateException is thrown when a server deletion is already in progress. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DescribeAccountAttributes' => '

Describes your account attributes, and creates requests to increase limits before they are reached or exceeded.

This operation is synchronous.

', 'DescribeBackups' => '

Describes backups. The results are ordered by time, with newest backups first. If you do not specify a BackupId or ServerName, the command returns all backups.

This operation is synchronous.

A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DescribeEvents' => '

Describes events for a specified server. Results are ordered by time, with newest events first.

This operation is synchronous.

A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DescribeNodeAssociationStatus' => '

Returns the current status of an existing association or disassociation request.

A ResourceNotFoundException is thrown when no recent association or disassociation request with the specified token is found, or when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DescribeServers' => '

Lists all configuration management servers that are identified with your account. Only the stored results from Amazon DynamoDB are returned. AWS OpsWorks CM does not query other services.

This operation is synchronous.

A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DisassociateNode' => '

Disassociates a node from an AWS OpsWorks CM server, and removes the node from the server\'s managed nodes. After a node is disassociated, the node key pair is no longer valid for accessing the configuration manager\'s API. For more information about how to associate a node, see AssociateNode.

A node can can only be disassociated from a server that is in a HEALTHY state. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'ExportServerEngineAttribute' => '

Exports a specified server engine attribute as a base64-encoded string. For example, you can export user data that you can use in EC2 to associate nodes with a server.

This operation is synchronous.

A ValidationException is raised when parameters of the request are not valid. A ResourceNotFoundException is thrown when the server does not exist. An InvalidStateException is thrown when the server is in any of the following states: CREATING, TERMINATED, FAILED or DELETING.

', 'RestoreServer' => '

Restores a backup to a server that is in a CONNECTION_LOST, HEALTHY, RUNNING, UNHEALTHY, or TERMINATED state. When you run RestoreServer, the server\'s EC2 instance is deleted, and a new EC2 instance is configured. RestoreServer maintains the existing server endpoint, so configuration management of the server\'s client devices (nodes) should continue to work.

This operation is asynchronous.

An InvalidStateException is thrown when the server is not in a valid state. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'StartMaintenance' => '

Manually starts server maintenance. This command can be useful if an earlier maintenance attempt failed, and the underlying cause of maintenance failure has been resolved. The server is in an UNDER_MAINTENANCE state while maintenance is in progress.

Maintenance can only be started on servers in HEALTHY and UNHEALTHY states. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'UpdateServer' => '

Updates settings for a server.

This operation is synchronous.

', 'UpdateServerEngineAttributes' => '

Updates engine-specific attributes on a specified server. The server enters the MODIFYING state when this operation is in progress. Only one update can occur at a time. You can use this command to reset a Chef server\'s public key (CHEF_PIVOTAL_KEY) or a Puppet server\'s admin password (PUPPET_ADMIN_PASSWORD).

This operation is asynchronous.

This operation can only be called for servers in HEALTHY or UNHEALTHY states. Otherwise, an InvalidStateException is raised. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', ], 'shapes' => [ 'AccountAttribute' => [ 'base' => '

Stores account attributes.

', 'refs' => [ 'AccountAttributes$member' => NULL, ], ], 'AccountAttributes' => [ 'base' => '

A list of individual account attributes.

', 'refs' => [ 'DescribeAccountAttributesResponse$Attributes' => '

The attributes that are currently set for the account.

', ], ], 'AssociateNodeRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateNodeResponse' => [ 'base' => NULL, 'refs' => [], ], 'AttributeName' => [ 'base' => NULL, 'refs' => [ 'UpdateServerEngineAttributesRequest$AttributeName' => '

The name of the engine attribute to update.

', ], ], 'AttributeValue' => [ 'base' => NULL, 'refs' => [ 'UpdateServerEngineAttributesRequest$AttributeValue' => '

The value to set for the attribute.

', ], ], 'Backup' => [ 'base' => '

Describes a single backup.

', 'refs' => [ 'Backups$member' => NULL, 'CreateBackupResponse$Backup' => '

Backup created by request.

', ], ], 'BackupId' => [ 'base' => NULL, 'refs' => [ 'Backup$BackupId' => '

The generated ID of the backup. Example: myServerName-yyyyMMddHHmmssSSS

', 'CreateServerRequest$BackupId' => '

If you specify this field, AWS OpsWorks CM creates the server by using the backup represented by BackupId.

', 'DeleteBackupRequest$BackupId' => '

The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs are in the format ServerName-yyyyMMddHHmmssSSS.

', 'DescribeBackupsRequest$BackupId' => '

Describes a single backup.

', 'RestoreServerRequest$BackupId' => '

The ID of the backup that you want to use to restore a server.

', ], ], 'BackupRetentionCountDefinition' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$BackupRetentionCount' => '

The number of automated backups that you want to keep. Whenever a new backup is created, AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is 1.

', ], ], 'BackupStatus' => [ 'base' => NULL, 'refs' => [ 'Backup$Status' => '

The status of a backup while in progress.

', ], ], 'BackupType' => [ 'base' => NULL, 'refs' => [ 'Backup$BackupType' => '

The backup type. Valid values are automated or manual.

', ], ], 'Backups' => [ 'base' => NULL, 'refs' => [ 'DescribeBackupsResponse$Backups' => '

Contains the response to a DescribeBackups request.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$AssociatePublicIpAddress' => '

Associate a public IP address with a server that you are launching. Valid values are true or false. The default value is true.

', 'CreateServerRequest$DisableAutomatedBackup' => '

Enable or disable scheduled backups. Valid values are true or false. The default value is true.

', 'Server$AssociatePublicIpAddress' => '

Associate a public IP address with a server that you are launching.

', 'Server$DisableAutomatedBackup' => '

Disables automated backups. The number of stored backups is dependent on the value of PreferredBackupCount.

', 'UpdateServerRequest$DisableAutomatedBackup' => '

Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default.

', ], ], 'CreateBackupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBackupResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateServerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateServerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBackupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBackupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteServerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteServerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAccountAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAccountAttributesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBackupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBackupsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEventsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEventsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNodeAssociationStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNodeAssociationStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeServersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeServersResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateNodeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateNodeResponse' => [ 'base' => NULL, 'refs' => [], ], 'EngineAttribute' => [ 'base' => '

A name and value pair that is specific to the engine of the server.

', 'refs' => [ 'EngineAttributes$member' => NULL, 'ExportServerEngineAttributeResponse$EngineAttribute' => '

The requested engine attribute pair with attribute name and value.

', ], ], 'EngineAttributeName' => [ 'base' => NULL, 'refs' => [ 'EngineAttribute$Name' => '

The name of the engine attribute.

', ], ], 'EngineAttributeValue' => [ 'base' => NULL, 'refs' => [ 'EngineAttribute$Value' => '

The value of the engine attribute.

', ], ], 'EngineAttributes' => [ 'base' => NULL, 'refs' => [ 'AssociateNodeRequest$EngineAttributes' => '

Engine attributes used for associating the node.

Attributes accepted in a AssociateNode request for Chef

Attributes accepted in a AssociateNode request for Puppet

', 'CreateServerRequest$EngineAttributes' => '

Optional engine attributes on a specified server.

Attributes accepted in a Chef createServer request:

Attributes accepted in a Puppet createServer request:

', 'DescribeNodeAssociationStatusResponse$EngineAttributes' => '

Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).

', 'DisassociateNodeRequest$EngineAttributes' => '

Engine attributes that are used for disassociating the node. No attributes are required for Puppet.

Attributes required in a DisassociateNode request for Chef

', 'ExportServerEngineAttributeRequest$InputAttributes' => '

The list of engine attributes. The list type is EngineAttribute. An EngineAttribute list item is a pair that includes an attribute name and its value. For the Userdata ExportAttributeName, the following are supported engine attribute names.

', 'Server$EngineAttributes' => '

The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they are returned only as part of the result of createServer().

Attributes returned in a createServer response for Chef

Attributes returned in a createServer response for Puppet

', 'StartMaintenanceRequest$EngineAttributes' => '

Engine attributes that are specific to the server on which you want to run maintenance.

', ], ], 'ExportServerEngineAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportServerEngineAttributeResponse' => [ 'base' => NULL, 'refs' => [], ], 'InstanceProfileArn' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$InstanceProfileArn' => '

The ARN of the instance profile that your Amazon EC2 instances use. Although the AWS OpsWorks console typically creates the instance profile for you, if you are using API commands instead, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the instance profile you need.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'AccountAttribute$Maximum' => '

The maximum allowed value.

', 'AccountAttribute$Used' => '

The current usage, such as the current number of servers that are associated with the account.

', 'Backup$S3DataSize' => '

This field is deprecated and is no longer used.

', 'Server$BackupRetentionCount' => '

The number of automated backups to keep.

', 'UpdateServerRequest$BackupRetentionCount' => '

Sets the number of automated backups that you want to keep.

', ], ], 'InvalidNextTokenException' => [ 'base' => '

This occurs when the provided nextToken is not valid.

', 'refs' => [], ], 'InvalidStateException' => [ 'base' => '

The resource is in a state that does not allow you to perform a specified action.

', 'refs' => [], ], 'KeyPair' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$KeyPair' => '

The Amazon EC2 key pair to set for the instance. This parameter is optional; if desired, you may specify this parameter to connect to your instances by using SSH.

', 'RestoreServerRequest$KeyPair' => '

The name of the key pair to set on the new EC2 instance. This can be helpful if the administrator no longer has the SSH key.

', ], ], 'LimitExceededException' => [ 'base' => '

The limit of servers or backups has been reached.

', 'refs' => [], ], 'MaintenanceStatus' => [ 'base' => NULL, 'refs' => [ 'Server$MaintenanceStatus' => '

The status of the most recent server maintenance run. Shows SUCCESS or FAILED.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeBackupsRequest$MaxResults' => '

This is not currently implemented for DescribeBackups requests.

', 'DescribeEventsRequest$MaxResults' => '

To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

', 'DescribeServersRequest$MaxResults' => '

This is not currently implemented for DescribeServers requests.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeBackupsRequest$NextToken' => '

This is not currently implemented for DescribeBackups requests.

', 'DescribeEventsRequest$NextToken' => '

NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call DescribeEvents again, and assign the token from the previous results as the value of the nextToken parameter. If there are no more results, the response object\'s nextToken parameter value is null. Setting a nextToken value that was not returned in your previous results causes an InvalidNextTokenException to occur.

', 'DescribeServersRequest$NextToken' => '

This is not currently implemented for DescribeServers requests.

', ], ], 'NodeAssociationStatus' => [ 'base' => '

The status of the association or disassociation request.

Possible values:

', 'refs' => [ 'DescribeNodeAssociationStatusResponse$NodeAssociationStatus' => '

The status of the association or disassociation request.

Possible values:

', ], ], 'NodeAssociationStatusToken' => [ 'base' => NULL, 'refs' => [ 'AssociateNodeResponse$NodeAssociationStatusToken' => '

Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.

', 'DescribeNodeAssociationStatusRequest$NodeAssociationStatusToken' => '

The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

', 'DisassociateNodeResponse$NodeAssociationStatusToken' => '

Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the disassociation request.

', ], ], 'NodeName' => [ 'base' => '

The node name that is used by chef-client or puppet-agentfor a new node. We recommend to use a unique FQDN as hostname. For more information, see the Chef or Puppet documentation.

', 'refs' => [ 'AssociateNodeRequest$NodeName' => '

The name of the node.

', 'DisassociateNodeRequest$NodeName' => '

The name of the client node.

', ], ], 'ResourceAlreadyExistsException' => [ 'base' => '

The requested resource cannot be created because it already exists.

', 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

The requested resource does not exist, or access was denied.

', 'refs' => [], ], 'RestoreServerRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreServerResponse' => [ 'base' => NULL, 'refs' => [], ], 'Server' => [ 'base' => '

Describes a configuration management server.

', 'refs' => [ 'CreateServerResponse$Server' => '

The server that is created by the request.

', 'Servers$member' => NULL, 'StartMaintenanceResponse$Server' => '

Contains the response to a StartMaintenance request.

', 'UpdateServerEngineAttributesResponse$Server' => '

Contains the response to an UpdateServerEngineAttributes request.

', 'UpdateServerResponse$Server' => '

Contains the response to a UpdateServer request.

', ], ], 'ServerEvent' => [ 'base' => '

An event that is related to the server, such as the start of maintenance or backup.

', 'refs' => [ 'ServerEvents$member' => NULL, ], ], 'ServerEvents' => [ 'base' => NULL, 'refs' => [ 'DescribeEventsResponse$ServerEvents' => '

Contains the response to a DescribeEvents request.

', ], ], 'ServerName' => [ 'base' => NULL, 'refs' => [ 'AssociateNodeRequest$ServerName' => '

The name of the server with which to associate the node.

', 'Backup$ServerName' => '

The name of the server from which the backup was made.

', 'CreateBackupRequest$ServerName' => '

The name of the server that you want to back up.

', 'CreateServerRequest$ServerName' => '

The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.

', 'DeleteServerRequest$ServerName' => '

The ID of the server to delete.

', 'DescribeBackupsRequest$ServerName' => '

Returns backups for the server with the specified ServerName.

', 'DescribeEventsRequest$ServerName' => '

The name of the server for which you want to view events.

', 'DescribeNodeAssociationStatusRequest$ServerName' => '

The name of the server from which to disassociate the node.

', 'DescribeServersRequest$ServerName' => '

Describes the server with the specified ServerName.

', 'DisassociateNodeRequest$ServerName' => '

The name of the server from which to disassociate the node.

', 'ExportServerEngineAttributeRequest$ServerName' => '

The name of the server from which you are exporting the attribute.

', 'ExportServerEngineAttributeResponse$ServerName' => '

The server name used in the request.

', 'RestoreServerRequest$ServerName' => '

The name of the server that you want to restore.

', 'StartMaintenanceRequest$ServerName' => '

The name of the server on which to run maintenance.

', 'UpdateServerEngineAttributesRequest$ServerName' => '

The name of the server to update.

', 'UpdateServerRequest$ServerName' => '

The name of the server to update.

', ], ], 'ServerStatus' => [ 'base' => NULL, 'refs' => [ 'Server$Status' => '

The server\'s status. This field displays the states of actions in progress, such as creating, running, or backing up the server, as well as the server\'s health state.

', ], ], 'Servers' => [ 'base' => NULL, 'refs' => [ 'DescribeServersResponse$Servers' => '

Contains the response to a DescribeServers request.

For Puppet Server: DescribeServersResponse$Servers$EngineAttributes contains PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port number 8140. The CA certificate is also used to sign node certificates.

', ], ], 'ServiceRoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$ServiceRoleArn' => '

The service role that the AWS OpsWorks CM service backend uses to work with your account. Although the AWS OpsWorks management console typically creates the service role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the service role and instance profile that you need.

', ], ], 'StartMaintenanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartMaintenanceResponse' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccountAttribute$Name' => '

The attribute name. The following are supported attribute names.

', 'Backup$BackupArn' => '

The ARN of the backup.

', 'Backup$Description' => '

A user-provided description for a manual backup. This field is empty for automated backups.

', 'Backup$Engine' => '

The engine type that is obtained from the server when the backup is created.

', 'Backup$EngineModel' => '

The engine model that is obtained from the server when the backup is created.

', 'Backup$EngineVersion' => '

The engine version that is obtained from the server when the backup is created.

', 'Backup$InstanceProfileArn' => '

The EC2 instance profile ARN that is obtained from the server when the backup is created. Because this value is stored, you are not required to provide the InstanceProfileArn again if you restore a backup.

', 'Backup$InstanceType' => '

The instance type that is obtained from the server when the backup is created.

', 'Backup$KeyPair' => '

The key pair that is obtained from the server when the backup is created.

', 'Backup$S3DataUrl' => '

This field is deprecated and is no longer used.

', 'Backup$S3LogUrl' => '

The Amazon S3 URL of the backup\'s log file.

', 'Backup$ServiceRoleArn' => '

The service role ARN that is obtained from the server when the backup is created.

', 'Backup$StatusDescription' => '

An informational message about backup status.

', 'Backup$ToolsVersion' => '

The version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is created.

', 'Backup$UserArn' => '

The IAM user ARN of the requester for manual backups. This field is empty for automated backups.

', 'CreateBackupRequest$Description' => '

A user-defined description of the backup.

', 'CreateServerRequest$Engine' => '

The configuration management engine to use. Valid values include Chef and Puppet.

', 'CreateServerRequest$EngineModel' => '

The engine model of the server. Valid values in this release include Monolithic for Puppet and Single for Chef.

', 'CreateServerRequest$EngineVersion' => '

The major release version of the engine that you want to use. For a Chef server, the valid value for EngineVersion is currently 12. For a Puppet server, the valid value is 2017.

', 'CreateServerRequest$InstanceType' => '

The Amazon EC2 instance type to use. For example, m4.large. Recommended instance types include t2.medium and greater, m4.*, or c4.xlarge and greater.

', 'DescribeBackupsResponse$NextToken' => '

This is not currently implemented for DescribeBackups requests.

', 'DescribeEventsResponse$NextToken' => '

NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call DescribeEvents again, and assign the token from the previous results as the value of the nextToken parameter. If there are no more results, the response object\'s nextToken parameter value is null. Setting a nextToken value that was not returned in your previous results causes an InvalidNextTokenException to occur.

', 'DescribeServersResponse$NextToken' => '

This is not currently implemented for DescribeServers requests.

', 'ExportServerEngineAttributeRequest$ExportAttributeName' => '

The name of the export attribute. Currently, the supported export attribute is Userdata. This exports a user data script that includes parameters and values provided in the InputAttributes list.

', 'InvalidNextTokenException$Message' => '

Error or informational message that can contain more detail about a nextToken failure.

', 'InvalidStateException$Message' => '

Error or informational message that provides more detail if a resource is in a state that is not valid for performing a specified action.

', 'LimitExceededException$Message' => '

Error or informational message that the maximum allowed number of servers or backups has been exceeded.

', 'ResourceAlreadyExistsException$Message' => '

Error or informational message in response to a CreateServer request that a resource cannot be created because it already exists.

', 'ResourceNotFoundException$Message' => '

Error or informational message that can contain more detail about problems locating or accessing a resource.

', 'RestoreServerRequest$InstanceType' => '

The type of the instance to create. Valid values must be specified in the following format: ^([cm][34]|t2).* For example, m4.large. Valid values are t2.medium, m4.large, and m4.2xlarge. If you do not specify this parameter, RestoreServer uses the instance type from the specified backup.

', 'Server$ServerName' => '

The name of the server.

', 'Server$CloudFormationStackArn' => '

The ARN of the CloudFormation stack that was used to create the server.

', 'Server$Endpoint' => '

A DNS name that can be used to access the engine. Example: myserver-asdfghjkl.us-east-1.opsworks.io

', 'Server$Engine' => '

The engine type of the server. Valid values in this release include Chef and Puppet.

', 'Server$EngineModel' => '

The engine model of the server. Valid values in this release include Monolithic for Puppet and Single for Chef.

', 'Server$EngineVersion' => '

The engine version of the server. For a Chef server, the valid value for EngineVersion is currently 12. For a Puppet server, the valid value is 2017.

', 'Server$InstanceProfileArn' => '

The instance profile ARN of the server.

', 'Server$InstanceType' => '

The instance type for the server, as specified in the CloudFormation stack. This might not be the same instance type that is shown in the EC2 console.

', 'Server$KeyPair' => '

The key pair associated with the server.

', 'Server$ServiceRoleArn' => '

The service role ARN used to create the server.

', 'Server$StatusReason' => '

Depending on the server status, this field has either a human-readable message (such as a create or backup error), or an escaped block of JSON (used for health check results).

', 'Server$ServerArn' => '

The ARN of the server.

', 'ServerEvent$ServerName' => '

The name of the server on or for which the event occurred.

', 'ServerEvent$Message' => '

A human-readable informational or status message.

', 'ServerEvent$LogUrl' => '

The Amazon S3 URL of the event\'s log file.

', 'Strings$member' => NULL, 'ValidationException$Message' => '

Error or informational message that can contain more detail about a validation failure.

', ], ], 'Strings' => [ 'base' => NULL, 'refs' => [ 'Backup$SecurityGroupIds' => '

The security group IDs that are obtained from the server when the backup is created.

', 'Backup$SubnetIds' => '

The subnet IDs that are obtained from the server when the backup is created.

', 'CreateServerRequest$SecurityGroupIds' => '

A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by SubnetIds.

If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).

', 'CreateServerRequest$SubnetIds' => '

The IDs of subnets in which to launch the server EC2 instance.

Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have "Auto Assign Public IP" enabled.

EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have "Auto Assign Public IP" enabled.

For more information about supported Amazon EC2 platforms, see Supported Platforms.

', 'Server$SecurityGroupIds' => '

The security group IDs for the server, as specified in the CloudFormation stack. These might not be the same security groups that are shown in the EC2 console.

', 'Server$SubnetIds' => '

The subnet IDs specified in a CreateServer request.

', ], ], 'TimeWindowDefinition' => [ 'base' => '

DDD:HH:MM (weekly start time) or HH:MM (daily start time).

Time windows always use coordinated universal time (UTC). Valid strings for day of week (DDD) are: Mon, Tue, Wed, Thr, Fri, Sat, or Sun.

', 'refs' => [ 'Backup$PreferredBackupWindow' => '

The preferred backup period that is obtained from the server when the backup is created.

', 'Backup$PreferredMaintenanceWindow' => '

The preferred maintenance period that is obtained from the server when the backup is created.

', 'CreateServerRequest$PreferredMaintenanceWindow' => '

The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: DDD:HH:MM. The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See TimeWindowDefinition for more information.

Example: Mon:08:00, which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)

', 'CreateServerRequest$PreferredBackupWindow' => '

The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats:

The specified time is in coordinated universal time (UTC). The default value is a random, daily start time.

Example: 08:00, which represents a daily start time of 08:00 UTC.

Example: Mon:08:00, which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)

', 'Server$PreferredMaintenanceWindow' => '

The preferred maintenance period specified for the server.

', 'Server$PreferredBackupWindow' => '

The preferred backup period specified for the server.

', 'UpdateServerRequest$PreferredMaintenanceWindow' => NULL, 'UpdateServerRequest$PreferredBackupWindow' => NULL, ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'Backup$CreatedAt' => '

The time stamp when the backup was created in the database. Example: 2016-07-29T13:38:47.520Z

', 'Server$CreatedAt' => '

Time stamp of server creation. Example 2016-07-29T13:38:47.520Z

', 'ServerEvent$CreatedAt' => '

The time when the event occurred.

', ], ], 'UpdateServerEngineAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServerEngineAttributesResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServerResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

One or more of the provided request parameters are not valid.

', 'refs' => [], ], ],]; +return [ 'version' => '2.0', 'service' => 'AWS OpsWorks CM

AWS OpsWorks for configuration management (CM) is a service that runs and manages configuration management servers. You can use AWS OpsWorks CM to create and manage AWS OpsWorks for Chef Automate and AWS OpsWorks for Puppet Enterprise servers, and add or remove nodes for the servers to manage.

Glossary of terms

Endpoints

AWS OpsWorks CM supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Your servers can only be accessed or managed within the endpoint in which they are created.

Throttling limits

All API operations allow for five requests per second with a burst of 10 requests per second.

', 'operations' => [ 'AssociateNode' => '

Associates a new node with the server. For more information about how to disassociate a node, see DisassociateNode.

On a Chef server: This command is an alternative to knife bootstrap.

Example (Chef): aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes "Name=CHEF_ORGANIZATION,Value=default" "Name=CHEF_NODE_PUBLIC_KEY,Value=public-key-pem"

On a Puppet server, this command is an alternative to the puppet cert sign command that signs a Puppet node CSR.

Example (Chef): aws opsworks-cm associate-node --server-name MyServer --node-name MyManagedNode --engine-attributes "Name=PUPPET_NODE_CSR,Value=csr-pem"

A node can can only be associated with servers that are in a HEALTHY state. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid. The AssociateNode API call can be integrated into Auto Scaling configurations, AWS Cloudformation templates, or the user data of a server\'s instance.

', 'CreateBackup' => '

Creates an application-level backup of a server. While the server is in the BACKING_UP state, the server cannot be changed, and no additional backup can be created.

Backups can be created for servers in RUNNING, HEALTHY, and UNHEALTHY states. By default, you can create a maximum of 50 manual backups.

This operation is asynchronous.

A LimitExceededException is thrown when the maximum number of manual backups is reached. An InvalidStateException is thrown when the server is not in any of the following states: RUNNING, HEALTHY, or UNHEALTHY. A ResourceNotFoundException is thrown when the server is not found. A ValidationException is thrown when parameters of the request are not valid.

', 'CreateServer' => '

Creates and immedately starts a new server. The server is ready to use when it is in the HEALTHY state. By default, you can create a maximum of 10 servers.

This operation is asynchronous.

A LimitExceededException is thrown when you have created the maximum number of servers (10). A ResourceAlreadyExistsException is thrown when a server with the same name already exists in the account. A ResourceNotFoundException is thrown when you specify a backup ID that is not valid or is for a backup that does not exist. A ValidationException is thrown when parameters of the request are not valid.

If you do not specify a security group by adding the SecurityGroupIds parameter, AWS OpsWorks creates a new security group.

Chef Automate: The default security group opens the Chef server to the world on TCP port 443. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.

Puppet Enterprise: The default security group opens TCP ports 22, 443, 4433, 8140, 8142, 8143, and 8170. If a KeyName is present, AWS OpsWorks enables SSH access. SSH is also open to the world on TCP port 22.

By default, your server is accessible from any IP address. We recommend that you update your security group rules to allow access from known IP addresses and address ranges only. To edit security group rules, open Security Groups in the navigation pane of the EC2 management console.

', 'DeleteBackup' => '

Deletes a backup. You can delete both manual and automated backups. This operation is asynchronous.

An InvalidStateException is thrown when a backup deletion is already in progress. A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is thrown when parameters of the request are not valid.

', 'DeleteServer' => '

Deletes the server and the underlying AWS CloudFormation stacks (including the server\'s EC2 instance). When you run this command, the server state is updated to DELETING. After the server is deleted, it is no longer returned by DescribeServer requests. If the AWS CloudFormation stack cannot be deleted, the server cannot be deleted.

This operation is asynchronous.

An InvalidStateException is thrown when a server deletion is already in progress. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DescribeAccountAttributes' => '

Describes your OpsWorks-CM account attributes.

This operation is synchronous.

', 'DescribeBackups' => '

Describes backups. The results are ordered by time, with newest backups first. If you do not specify a BackupId or ServerName, the command returns all backups.

This operation is synchronous.

A ResourceNotFoundException is thrown when the backup does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DescribeEvents' => '

Describes events for a specified server. Results are ordered by time, with newest events first.

This operation is synchronous.

A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DescribeNodeAssociationStatus' => '

Returns the current status of an existing association or disassociation request.

A ResourceNotFoundException is thrown when no recent association or disassociation request with the specified token is found, or when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DescribeServers' => '

Lists all configuration management servers that are identified with your account. Only the stored results from Amazon DynamoDB are returned. AWS OpsWorks CM does not query other services.

This operation is synchronous.

A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'DisassociateNode' => '

Disassociates a node from an AWS OpsWorks CM server, and removes the node from the server\'s managed nodes. After a node is disassociated, the node key pair is no longer valid for accessing the configuration manager\'s API. For more information about how to associate a node, see AssociateNode.

A node can can only be disassociated from a server that is in a HEALTHY state. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'ExportServerEngineAttribute' => '

Exports a specified server engine attribute as a base64-encoded string. For example, you can export user data that you can use in EC2 to associate nodes with a server.

This operation is synchronous.

A ValidationException is raised when parameters of the request are not valid. A ResourceNotFoundException is thrown when the server does not exist. An InvalidStateException is thrown when the server is in any of the following states: CREATING, TERMINATED, FAILED or DELETING.

', 'RestoreServer' => '

Restores a backup to a server that is in a CONNECTION_LOST, HEALTHY, RUNNING, UNHEALTHY, or TERMINATED state. When you run RestoreServer, the server\'s EC2 instance is deleted, and a new EC2 instance is configured. RestoreServer maintains the existing server endpoint, so configuration management of the server\'s client devices (nodes) should continue to work.

This operation is asynchronous.

An InvalidStateException is thrown when the server is not in a valid state. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'StartMaintenance' => '

Manually starts server maintenance. This command can be useful if an earlier maintenance attempt failed, and the underlying cause of maintenance failure has been resolved. The server is in an UNDER_MAINTENANCE state while maintenance is in progress.

Maintenance can only be started on servers in HEALTHY and UNHEALTHY states. Otherwise, an InvalidStateException is thrown. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', 'UpdateServer' => '

Updates settings for a server.

This operation is synchronous.

', 'UpdateServerEngineAttributes' => '

Updates engine-specific attributes on a specified server. The server enters the MODIFYING state when this operation is in progress. Only one update can occur at a time. You can use this command to reset a Chef server\'s public key (CHEF_PIVOTAL_KEY) or a Puppet server\'s admin password (PUPPET_ADMIN_PASSWORD).

This operation is asynchronous.

This operation can only be called for servers in HEALTHY or UNHEALTHY states. Otherwise, an InvalidStateException is raised. A ResourceNotFoundException is thrown when the server does not exist. A ValidationException is raised when parameters of the request are not valid.

', ], 'shapes' => [ 'AccountAttribute' => [ 'base' => '

Stores account attributes.

', 'refs' => [ 'AccountAttributes$member' => NULL, ], ], 'AccountAttributes' => [ 'base' => '

A list of individual account attributes.

', 'refs' => [ 'DescribeAccountAttributesResponse$Attributes' => '

The attributes that are currently set for the account.

', ], ], 'AssociateNodeRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateNodeResponse' => [ 'base' => NULL, 'refs' => [], ], 'AttributeName' => [ 'base' => NULL, 'refs' => [ 'UpdateServerEngineAttributesRequest$AttributeName' => '

The name of the engine attribute to update.

', ], ], 'AttributeValue' => [ 'base' => NULL, 'refs' => [ 'UpdateServerEngineAttributesRequest$AttributeValue' => '

The value to set for the attribute.

', ], ], 'Backup' => [ 'base' => '

Describes a single backup.

', 'refs' => [ 'Backups$member' => NULL, 'CreateBackupResponse$Backup' => '

Backup created by request.

', ], ], 'BackupId' => [ 'base' => NULL, 'refs' => [ 'Backup$BackupId' => '

The generated ID of the backup. Example: myServerName-yyyyMMddHHmmssSSS

', 'CreateServerRequest$BackupId' => '

If you specify this field, AWS OpsWorks CM creates the server by using the backup represented by BackupId.

', 'DeleteBackupRequest$BackupId' => '

The ID of the backup to delete. Run the DescribeBackups command to get a list of backup IDs. Backup IDs are in the format ServerName-yyyyMMddHHmmssSSS.

', 'DescribeBackupsRequest$BackupId' => '

Describes a single backup.

', 'RestoreServerRequest$BackupId' => '

The ID of the backup that you want to use to restore a server.

', ], ], 'BackupRetentionCountDefinition' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$BackupRetentionCount' => '

The number of automated backups that you want to keep. Whenever a new backup is created, AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is 1.

', ], ], 'BackupStatus' => [ 'base' => NULL, 'refs' => [ 'Backup$Status' => '

The status of a backup while in progress.

', ], ], 'BackupType' => [ 'base' => NULL, 'refs' => [ 'Backup$BackupType' => '

The backup type. Valid values are automated or manual.

', ], ], 'Backups' => [ 'base' => NULL, 'refs' => [ 'DescribeBackupsResponse$Backups' => '

Contains the response to a DescribeBackups request.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$AssociatePublicIpAddress' => '

Associate a public IP address with a server that you are launching. Valid values are true or false. The default value is true.

', 'CreateServerRequest$DisableAutomatedBackup' => '

Enable or disable scheduled backups. Valid values are true or false. The default value is true.

', 'Server$AssociatePublicIpAddress' => '

Associate a public IP address with a server that you are launching.

', 'Server$DisableAutomatedBackup' => '

Disables automated backups. The number of stored backups is dependent on the value of PreferredBackupCount.

', 'UpdateServerRequest$DisableAutomatedBackup' => '

Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default.

', ], ], 'CreateBackupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBackupResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateServerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateServerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBackupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBackupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteServerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteServerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAccountAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAccountAttributesResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBackupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBackupsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEventsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEventsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNodeAssociationStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNodeAssociationStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeServersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeServersResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateNodeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateNodeResponse' => [ 'base' => NULL, 'refs' => [], ], 'EngineAttribute' => [ 'base' => '

A name and value pair that is specific to the engine of the server.

', 'refs' => [ 'EngineAttributes$member' => NULL, 'ExportServerEngineAttributeResponse$EngineAttribute' => '

The requested engine attribute pair with attribute name and value.

', ], ], 'EngineAttributeName' => [ 'base' => NULL, 'refs' => [ 'EngineAttribute$Name' => '

The name of the engine attribute.

', ], ], 'EngineAttributeValue' => [ 'base' => NULL, 'refs' => [ 'EngineAttribute$Value' => '

The value of the engine attribute.

', ], ], 'EngineAttributes' => [ 'base' => NULL, 'refs' => [ 'AssociateNodeRequest$EngineAttributes' => '

Engine attributes used for associating the node.

Attributes accepted in a AssociateNode request for Chef

Attributes accepted in a AssociateNode request for Puppet

', 'CreateServerRequest$EngineAttributes' => '

Optional engine attributes on a specified server.

Attributes accepted in a Chef createServer request:

Attributes accepted in a Puppet createServer request:

', 'DescribeNodeAssociationStatusResponse$EngineAttributes' => '

Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).

', 'DisassociateNodeRequest$EngineAttributes' => '

Engine attributes that are used for disassociating the node. No attributes are required for Puppet.

Attributes required in a DisassociateNode request for Chef

', 'ExportServerEngineAttributeRequest$InputAttributes' => '

The list of engine attributes. The list type is EngineAttribute. An EngineAttribute list item is a pair that includes an attribute name and its value. For the Userdata ExportAttributeName, the following are supported engine attribute names.

', 'Server$EngineAttributes' => '

The response of a createServer() request returns the master credential to access the server in EngineAttributes. These credentials are not stored by AWS OpsWorks CM; they are returned only as part of the result of createServer().

Attributes returned in a createServer response for Chef

Attributes returned in a createServer response for Puppet

', 'StartMaintenanceRequest$EngineAttributes' => '

Engine attributes that are specific to the server on which you want to run maintenance.

', ], ], 'ExportServerEngineAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportServerEngineAttributeResponse' => [ 'base' => NULL, 'refs' => [], ], 'InstanceProfileArn' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$InstanceProfileArn' => '

The ARN of the instance profile that your Amazon EC2 instances use. Although the AWS OpsWorks console typically creates the instance profile for you, if you are using API commands instead, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the instance profile you need.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'AccountAttribute$Maximum' => '

The maximum allowed value.

', 'AccountAttribute$Used' => '

The current usage, such as the current number of servers that are associated with the account.

', 'Backup$S3DataSize' => '

This field is deprecated and is no longer used.

', 'Server$BackupRetentionCount' => '

The number of automated backups to keep.

', 'UpdateServerRequest$BackupRetentionCount' => '

Sets the number of automated backups that you want to keep.

', ], ], 'InvalidNextTokenException' => [ 'base' => '

This occurs when the provided nextToken is not valid.

', 'refs' => [], ], 'InvalidStateException' => [ 'base' => '

The resource is in a state that does not allow you to perform a specified action.

', 'refs' => [], ], 'KeyPair' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$KeyPair' => '

The Amazon EC2 key pair to set for the instance. This parameter is optional; if desired, you may specify this parameter to connect to your instances by using SSH.

', 'RestoreServerRequest$KeyPair' => '

The name of the key pair to set on the new EC2 instance. This can be helpful if the administrator no longer has the SSH key.

', ], ], 'LimitExceededException' => [ 'base' => '

The limit of servers or backups has been reached.

', 'refs' => [], ], 'MaintenanceStatus' => [ 'base' => NULL, 'refs' => [ 'Server$MaintenanceStatus' => '

The status of the most recent server maintenance run. Shows SUCCESS or FAILED.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeBackupsRequest$MaxResults' => '

This is not currently implemented for DescribeBackups requests.

', 'DescribeEventsRequest$MaxResults' => '

To receive a paginated response, use this parameter to specify the maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.

', 'DescribeServersRequest$MaxResults' => '

This is not currently implemented for DescribeServers requests.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeBackupsRequest$NextToken' => '

This is not currently implemented for DescribeBackups requests.

', 'DescribeEventsRequest$NextToken' => '

NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call DescribeEvents again, and assign the token from the previous results as the value of the nextToken parameter. If there are no more results, the response object\'s nextToken parameter value is null. Setting a nextToken value that was not returned in your previous results causes an InvalidNextTokenException to occur.

', 'DescribeServersRequest$NextToken' => '

This is not currently implemented for DescribeServers requests.

', ], ], 'NodeAssociationStatus' => [ 'base' => '

The status of the association or disassociation request.

Possible values:

', 'refs' => [ 'DescribeNodeAssociationStatusResponse$NodeAssociationStatus' => '

The status of the association or disassociation request.

Possible values:

', ], ], 'NodeAssociationStatusToken' => [ 'base' => NULL, 'refs' => [ 'AssociateNodeResponse$NodeAssociationStatusToken' => '

Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the association request.

', 'DescribeNodeAssociationStatusRequest$NodeAssociationStatusToken' => '

The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

', 'DisassociateNodeResponse$NodeAssociationStatusToken' => '

Contains a token which can be passed to the DescribeNodeAssociationStatus API call to get the status of the disassociation request.

', ], ], 'NodeName' => [ 'base' => '

The node name that is used by chef-client or puppet-agentfor a new node. We recommend to use a unique FQDN as hostname. For more information, see the Chef or Puppet documentation.

', 'refs' => [ 'AssociateNodeRequest$NodeName' => '

The name of the node.

', 'DisassociateNodeRequest$NodeName' => '

The name of the client node.

', ], ], 'ResourceAlreadyExistsException' => [ 'base' => '

The requested resource cannot be created because it already exists.

', 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

The requested resource does not exist, or access was denied.

', 'refs' => [], ], 'RestoreServerRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreServerResponse' => [ 'base' => NULL, 'refs' => [], ], 'Server' => [ 'base' => '

Describes a configuration management server.

', 'refs' => [ 'CreateServerResponse$Server' => '

The server that is created by the request.

', 'Servers$member' => NULL, 'StartMaintenanceResponse$Server' => '

Contains the response to a StartMaintenance request.

', 'UpdateServerEngineAttributesResponse$Server' => '

Contains the response to an UpdateServerEngineAttributes request.

', 'UpdateServerResponse$Server' => '

Contains the response to a UpdateServer request.

', ], ], 'ServerEvent' => [ 'base' => '

An event that is related to the server, such as the start of maintenance or backup.

', 'refs' => [ 'ServerEvents$member' => NULL, ], ], 'ServerEvents' => [ 'base' => NULL, 'refs' => [ 'DescribeEventsResponse$ServerEvents' => '

Contains the response to a DescribeEvents request.

', ], ], 'ServerName' => [ 'base' => NULL, 'refs' => [ 'AssociateNodeRequest$ServerName' => '

The name of the server with which to associate the node.

', 'Backup$ServerName' => '

The name of the server from which the backup was made.

', 'CreateBackupRequest$ServerName' => '

The name of the server that you want to back up.

', 'CreateServerRequest$ServerName' => '

The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.

', 'DeleteServerRequest$ServerName' => '

The ID of the server to delete.

', 'DescribeBackupsRequest$ServerName' => '

Returns backups for the server with the specified ServerName.

', 'DescribeEventsRequest$ServerName' => '

The name of the server for which you want to view events.

', 'DescribeNodeAssociationStatusRequest$ServerName' => '

The name of the server from which to disassociate the node.

', 'DescribeServersRequest$ServerName' => '

Describes the server with the specified ServerName.

', 'DisassociateNodeRequest$ServerName' => '

The name of the server from which to disassociate the node.

', 'ExportServerEngineAttributeRequest$ServerName' => '

The name of the server from which you are exporting the attribute.

', 'ExportServerEngineAttributeResponse$ServerName' => '

The server name used in the request.

', 'RestoreServerRequest$ServerName' => '

The name of the server that you want to restore.

', 'StartMaintenanceRequest$ServerName' => '

The name of the server on which to run maintenance.

', 'UpdateServerEngineAttributesRequest$ServerName' => '

The name of the server to update.

', 'UpdateServerRequest$ServerName' => '

The name of the server to update.

', ], ], 'ServerStatus' => [ 'base' => NULL, 'refs' => [ 'Server$Status' => '

The server\'s status. This field displays the states of actions in progress, such as creating, running, or backing up the server, as well as the server\'s health state.

', ], ], 'Servers' => [ 'base' => NULL, 'refs' => [ 'DescribeServersResponse$Servers' => '

Contains the response to a DescribeServers request.

For Puppet Server: DescribeServersResponse$Servers$EngineAttributes contains PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port number 8140. The CA certificate is also used to sign node certificates.

', ], ], 'ServiceRoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateServerRequest$ServiceRoleArn' => '

The service role that the AWS OpsWorks CM service backend uses to work with your account. Although the AWS OpsWorks management console typically creates the service role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the service role and instance profile that you need.

', ], ], 'StartMaintenanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartMaintenanceResponse' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccountAttribute$Name' => '

The attribute name. The following are supported attribute names.

', 'Backup$BackupArn' => '

The ARN of the backup.

', 'Backup$Description' => '

A user-provided description for a manual backup. This field is empty for automated backups.

', 'Backup$Engine' => '

The engine type that is obtained from the server when the backup is created.

', 'Backup$EngineModel' => '

The engine model that is obtained from the server when the backup is created.

', 'Backup$EngineVersion' => '

The engine version that is obtained from the server when the backup is created.

', 'Backup$InstanceProfileArn' => '

The EC2 instance profile ARN that is obtained from the server when the backup is created. Because this value is stored, you are not required to provide the InstanceProfileArn again if you restore a backup.

', 'Backup$InstanceType' => '

The instance type that is obtained from the server when the backup is created.

', 'Backup$KeyPair' => '

The key pair that is obtained from the server when the backup is created.

', 'Backup$S3DataUrl' => '

This field is deprecated and is no longer used.

', 'Backup$S3LogUrl' => '

The Amazon S3 URL of the backup\'s log file.

', 'Backup$ServiceRoleArn' => '

The service role ARN that is obtained from the server when the backup is created.

', 'Backup$StatusDescription' => '

An informational message about backup status.

', 'Backup$ToolsVersion' => '

The version of AWS OpsWorks CM-specific tools that is obtained from the server when the backup is created.

', 'Backup$UserArn' => '

The IAM user ARN of the requester for manual backups. This field is empty for automated backups.

', 'CreateBackupRequest$Description' => '

A user-defined description of the backup.

', 'CreateServerRequest$Engine' => '

The configuration management engine to use. Valid values include ChefAutomate and Puppet.

', 'CreateServerRequest$EngineModel' => '

The engine model of the server. Valid values in this release include Monolithic for Puppet and Single for Chef.

', 'CreateServerRequest$EngineVersion' => '

The major release version of the engine that you want to use. For a Chef server, the valid value for EngineVersion is currently 12. For a Puppet server, the valid value is 2017.

', 'CreateServerRequest$InstanceType' => '

The Amazon EC2 instance type to use. For example, m5.large.

', 'DescribeBackupsResponse$NextToken' => '

This is not currently implemented for DescribeBackups requests.

', 'DescribeEventsResponse$NextToken' => '

NextToken is a string that is returned in some command responses. It indicates that not all entries have been returned, and that you must run at least one more request to get remaining items. To get remaining results, call DescribeEvents again, and assign the token from the previous results as the value of the nextToken parameter. If there are no more results, the response object\'s nextToken parameter value is null. Setting a nextToken value that was not returned in your previous results causes an InvalidNextTokenException to occur.

', 'DescribeServersResponse$NextToken' => '

This is not currently implemented for DescribeServers requests.

', 'ExportServerEngineAttributeRequest$ExportAttributeName' => '

The name of the export attribute. Currently, the supported export attribute is Userdata. This exports a user data script that includes parameters and values provided in the InputAttributes list.

', 'InvalidNextTokenException$Message' => '

Error or informational message that can contain more detail about a nextToken failure.

', 'InvalidStateException$Message' => '

Error or informational message that provides more detail if a resource is in a state that is not valid for performing a specified action.

', 'LimitExceededException$Message' => '

Error or informational message that the maximum allowed number of servers or backups has been exceeded.

', 'ResourceAlreadyExistsException$Message' => '

Error or informational message in response to a CreateServer request that a resource cannot be created because it already exists.

', 'ResourceNotFoundException$Message' => '

Error or informational message that can contain more detail about problems locating or accessing a resource.

', 'RestoreServerRequest$InstanceType' => '

The type of the instance to create. Valid values must be specified in the following format: ^([cm][34]|t2).* For example, m5.large. Valid values are m5.large, r5.xlarge, and r5.2xlarge. If you do not specify this parameter, RestoreServer uses the instance type from the specified backup.

', 'Server$ServerName' => '

The name of the server.

', 'Server$CloudFormationStackArn' => '

The ARN of the CloudFormation stack that was used to create the server.

', 'Server$Endpoint' => '

A DNS name that can be used to access the engine. Example: myserver-asdfghjkl.us-east-1.opsworks.io

', 'Server$Engine' => '

The engine type of the server. Valid values in this release include ChefAutomate and Puppet.

', 'Server$EngineModel' => '

The engine model of the server. Valid values in this release include Monolithic for Puppet and Single for Chef.

', 'Server$EngineVersion' => '

The engine version of the server. For a Chef server, the valid value for EngineVersion is currently 12. For a Puppet server, the valid value is 2017.

', 'Server$InstanceProfileArn' => '

The instance profile ARN of the server.

', 'Server$InstanceType' => '

The instance type for the server, as specified in the CloudFormation stack. This might not be the same instance type that is shown in the EC2 console.

', 'Server$KeyPair' => '

The key pair associated with the server.

', 'Server$ServiceRoleArn' => '

The service role ARN used to create the server.

', 'Server$StatusReason' => '

Depending on the server status, this field has either a human-readable message (such as a create or backup error), or an escaped block of JSON (used for health check results).

', 'Server$ServerArn' => '

The ARN of the server.

', 'ServerEvent$ServerName' => '

The name of the server on or for which the event occurred.

', 'ServerEvent$Message' => '

A human-readable informational or status message.

', 'ServerEvent$LogUrl' => '

The Amazon S3 URL of the event\'s log file.

', 'Strings$member' => NULL, 'ValidationException$Message' => '

Error or informational message that can contain more detail about a validation failure.

', ], ], 'Strings' => [ 'base' => NULL, 'refs' => [ 'Backup$SecurityGroupIds' => '

The security group IDs that are obtained from the server when the backup is created.

', 'Backup$SubnetIds' => '

The subnet IDs that are obtained from the server when the backup is created.

', 'CreateServerRequest$SecurityGroupIds' => '

A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by SubnetIds.

If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).

', 'CreateServerRequest$SubnetIds' => '

The IDs of subnets in which to launch the server EC2 instance.

Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have "Auto Assign Public IP" enabled.

EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have "Auto Assign Public IP" enabled.

For more information about supported Amazon EC2 platforms, see Supported Platforms.

', 'Server$SecurityGroupIds' => '

The security group IDs for the server, as specified in the CloudFormation stack. These might not be the same security groups that are shown in the EC2 console.

', 'Server$SubnetIds' => '

The subnet IDs specified in a CreateServer request.

', ], ], 'TimeWindowDefinition' => [ 'base' => '

DDD:HH:MM (weekly start time) or HH:MM (daily start time).

Time windows always use coordinated universal time (UTC). Valid strings for day of week (DDD) are: Mon, Tue, Wed, Thr, Fri, Sat, or Sun.

', 'refs' => [ 'Backup$PreferredBackupWindow' => '

The preferred backup period that is obtained from the server when the backup is created.

', 'Backup$PreferredMaintenanceWindow' => '

The preferred maintenance period that is obtained from the server when the backup is created.

', 'CreateServerRequest$PreferredMaintenanceWindow' => '

The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: DDD:HH:MM. The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See TimeWindowDefinition for more information.

Example: Mon:08:00, which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)

', 'CreateServerRequest$PreferredBackupWindow' => '

The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats:

The specified time is in coordinated universal time (UTC). The default value is a random, daily start time.

Example: 08:00, which represents a daily start time of 08:00 UTC.

Example: Mon:08:00, which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)

', 'Server$PreferredMaintenanceWindow' => '

The preferred maintenance period specified for the server.

', 'Server$PreferredBackupWindow' => '

The preferred backup period specified for the server.

', 'UpdateServerRequest$PreferredMaintenanceWindow' => NULL, 'UpdateServerRequest$PreferredBackupWindow' => NULL, ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'Backup$CreatedAt' => '

The time stamp when the backup was created in the database. Example: 2016-07-29T13:38:47.520Z

', 'Server$CreatedAt' => '

Time stamp of server creation. Example 2016-07-29T13:38:47.520Z

', 'ServerEvent$CreatedAt' => '

The time when the event occurred.

', ], ], 'UpdateServerEngineAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServerEngineAttributesResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServerResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

One or more of the provided request parameters are not valid.

', 'refs' => [], ], ],];