Skip to content

Commit 8e8a8f9

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent d89da2f commit 8e8a8f9

File tree

7 files changed

+363
-65
lines changed

7 files changed

+363
-65
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::CodeDeploy - Updated the API, and documentation for AWS CodeDeploy.
5+
6+
* Feature - Aws::MediaStoreData - Updated the API, and documentation for AWS Elemental MediaStore Data Plane.
7+
8+
* Feature - Aws::OpsWorksCM - Updated the documentation for AWS OpsWorks for Chef Automate.
9+
410
2.11.281 (2019-05-23)
511
------------------
612

aws-sdk-core/apis/codedeploy/2014-10-06/api-2.json

Lines changed: 190 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
{"shape":"InvalidDeploymentIdException"},
113113
{"shape":"DeploymentIdRequiredException"},
114114
{"shape":"DeploymentDoesNotExistException"},
115+
{"shape":"DeploymentNotStartedException"},
115116
{"shape":"DeploymentTargetIdRequiredException"},
116117
{"shape":"InvalidDeploymentTargetIdException"},
117118
{"shape":"DeploymentTargetDoesNotExistException"},
@@ -177,7 +178,8 @@
177178
{"shape":"InvalidApplicationNameException"},
178179
{"shape":"ApplicationAlreadyExistsException"},
179180
{"shape":"ApplicationLimitExceededException"},
180-
{"shape":"InvalidComputePlatformException"}
181+
{"shape":"InvalidComputePlatformException"},
182+
{"shape":"InvalidTagsToAddException"}
181183
]
182184
},
183185
"CreateDeployment":{
@@ -271,7 +273,8 @@
271273
{"shape":"ThrottlingException"},
272274
{"shape":"InvalidECSServiceException"},
273275
{"shape":"InvalidTargetGroupPairException"},
274-
{"shape":"ECSServiceMappingLimitExceededException"}
276+
{"shape":"ECSServiceMappingLimitExceededException"},
277+
{"shape":"InvalidTagsToAddException"}
275278
]
276279
},
277280
"DeleteApplication":{
@@ -283,7 +286,8 @@
283286
"input":{"shape":"DeleteApplicationInput"},
284287
"errors":[
285288
{"shape":"ApplicationNameRequiredException"},
286-
{"shape":"InvalidApplicationNameException"}
289+
{"shape":"InvalidApplicationNameException"},
290+
{"shape":"InvalidRoleException"}
287291
]
288292
},
289293
"DeleteDeploymentConfig":{
@@ -454,6 +458,7 @@
454458
{"shape":"InvalidDeploymentIdException"},
455459
{"shape":"DeploymentIdRequiredException"},
456460
{"shape":"DeploymentDoesNotExistException"},
461+
{"shape":"DeploymentNotStartedException"},
457462
{"shape":"DeploymentTargetIdRequiredException"},
458463
{"shape":"InvalidDeploymentTargetIdException"},
459464
{"shape":"DeploymentTargetDoesNotExistException"},
@@ -624,6 +629,20 @@
624629
{"shape":"InvalidNextTokenException"}
625630
]
626631
},
632+
"ListTagsForResource":{
633+
"name":"ListTagsForResource",
634+
"http":{
635+
"method":"POST",
636+
"requestUri":"/"
637+
},
638+
"input":{"shape":"ListTagsForResourceInput"},
639+
"output":{"shape":"ListTagsForResourceOutput"},
640+
"errors":[
641+
{"shape":"ArnNotSupportedException"},
642+
{"shape":"InvalidArnException"},
643+
{"shape":"ResourceArnRequiredException"}
644+
]
645+
},
627646
"PutLifecycleEventHookExecutionStatus":{
628647
"name":"PutLifecycleEventHookExecutionStatus",
629648
"http":{
@@ -729,6 +748,44 @@
729748
{"shape":"InvalidDeploymentIdException"}
730749
]
731750
},
751+
"TagResource":{
752+
"name":"TagResource",
753+
"http":{
754+
"method":"POST",
755+
"requestUri":"/"
756+
},
757+
"input":{"shape":"TagResourceInput"},
758+
"output":{"shape":"TagResourceOutput"},
759+
"errors":[
760+
{"shape":"ResourceArnRequiredException"},
761+
{"shape":"ApplicationDoesNotExistException"},
762+
{"shape":"DeploymentGroupDoesNotExistException"},
763+
{"shape":"DeploymentConfigDoesNotExistException"},
764+
{"shape":"TagRequiredException"},
765+
{"shape":"InvalidTagsToAddException"},
766+
{"shape":"ArnNotSupportedException"},
767+
{"shape":"InvalidArnException"}
768+
]
769+
},
770+
"UntagResource":{
771+
"name":"UntagResource",
772+
"http":{
773+
"method":"POST",
774+
"requestUri":"/"
775+
},
776+
"input":{"shape":"UntagResourceInput"},
777+
"output":{"shape":"UntagResourceOutput"},
778+
"errors":[
779+
{"shape":"ResourceArnRequiredException"},
780+
{"shape":"ApplicationDoesNotExistException"},
781+
{"shape":"DeploymentGroupDoesNotExistException"},
782+
{"shape":"DeploymentConfigDoesNotExistException"},
783+
{"shape":"TagRequiredException"},
784+
{"shape":"InvalidTagsToAddException"},
785+
{"shape":"ArnNotSupportedException"},
786+
{"shape":"InvalidArnException"}
787+
]
788+
},
732789
"UpdateApplication":{
733790
"name":"UpdateApplication",
734791
"http":{
@@ -891,6 +948,17 @@
891948
"type":"list",
892949
"member":{"shape":"ApplicationName"}
893950
},
951+
"Arn":{
952+
"type":"string",
953+
"max":1011,
954+
"min":1
955+
},
956+
"ArnNotSupportedException":{
957+
"type":"structure",
958+
"members":{
959+
},
960+
"exception":true
961+
},
894962
"AutoRollbackConfiguration":{
895963
"type":"structure",
896964
"members":{
@@ -1093,7 +1161,8 @@
10931161
"required":["applicationName"],
10941162
"members":{
10951163
"applicationName":{"shape":"ApplicationName"},
1096-
"computePlatform":{"shape":"ComputePlatform"}
1164+
"computePlatform":{"shape":"ComputePlatform"},
1165+
"tags":{"shape":"TagList"}
10971166
}
10981167
},
10991168
"CreateApplicationOutput":{
@@ -1141,7 +1210,8 @@
11411210
"loadBalancerInfo":{"shape":"LoadBalancerInfo"},
11421211
"ec2TagSet":{"shape":"EC2TagSet"},
11431212
"ecsServices":{"shape":"ECSServiceList"},
1144-
"onPremisesTagSet":{"shape":"OnPremisesTagSet"}
1213+
"onPremisesTagSet":{"shape":"OnPremisesTagSet"},
1214+
"tags":{"shape":"TagList"}
11451215
}
11461216
},
11471217
"CreateDeploymentGroupOutput":{
@@ -1653,36 +1723,39 @@
16531723
"ErrorCode":{
16541724
"type":"string",
16551725
"enum":[
1656-
"DEPLOYMENT_GROUP_MISSING",
1726+
"AGENT_ISSUE",
1727+
"ALARM_ACTIVE",
16571728
"APPLICATION_MISSING",
1658-
"REVISION_MISSING",
1729+
"AUTOSCALING_VALIDATION_ERROR",
1730+
"AUTO_SCALING_CONFIGURATION",
1731+
"AUTO_SCALING_IAM_ROLE_PERMISSIONS",
1732+
"CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND",
1733+
"CUSTOMER_APPLICATION_UNHEALTHY",
1734+
"DEPLOYMENT_GROUP_MISSING",
1735+
"ECS_UPDATE_ERROR",
1736+
"ELASTIC_LOAD_BALANCING_INVALID",
1737+
"ELB_INVALID_INSTANCE",
1738+
"HEALTH_CONSTRAINTS",
1739+
"HEALTH_CONSTRAINTS_INVALID",
1740+
"HOOK_EXECUTION_FAILURE",
16591741
"IAM_ROLE_MISSING",
16601742
"IAM_ROLE_PERMISSIONS",
1661-
"NO_EC2_SUBSCRIPTION",
1662-
"OVER_MAX_INSTANCES",
1663-
"NO_INSTANCES",
1664-
"TIMEOUT",
1665-
"HEALTH_CONSTRAINTS_INVALID",
1666-
"HEALTH_CONSTRAINTS",
16671743
"INTERNAL_ERROR",
1668-
"THROTTLED",
1669-
"ALARM_ACTIVE",
1670-
"AGENT_ISSUE",
1671-
"AUTO_SCALING_IAM_ROLE_PERMISSIONS",
1672-
"AUTO_SCALING_CONFIGURATION",
1744+
"INVALID_ECS_SERVICE",
1745+
"INVALID_LAMBDA_CONFIGURATION",
1746+
"INVALID_LAMBDA_FUNCTION",
1747+
"INVALID_REVISION",
16731748
"MANUAL_STOP",
16741749
"MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION",
16751750
"MISSING_ELB_INFORMATION",
16761751
"MISSING_GITHUB_TOKEN",
1677-
"ELASTIC_LOAD_BALANCING_INVALID",
1678-
"ELB_INVALID_INSTANCE",
1679-
"INVALID_LAMBDA_CONFIGURATION",
1680-
"INVALID_LAMBDA_FUNCTION",
1681-
"HOOK_EXECUTION_FAILURE",
1682-
"AUTOSCALING_VALIDATION_ERROR",
1683-
"INVALID_ECS_SERVICE",
1684-
"ECS_UPDATE_ERROR",
1685-
"INVALID_REVISION"
1752+
"NO_EC2_SUBSCRIPTION",
1753+
"NO_INSTANCES",
1754+
"OVER_MAX_INSTANCES",
1755+
"RESOURCE_LIMIT_EXCEEDED",
1756+
"REVISION_MISSING",
1757+
"THROTTLED",
1758+
"TIMEOUT"
16861759
]
16871760
},
16881761
"ErrorInformation":{
@@ -2042,6 +2115,12 @@
20422115
},
20432116
"exception":true
20442117
},
2118+
"InvalidArnException":{
2119+
"type":"structure",
2120+
"members":{
2121+
},
2122+
"exception":true
2123+
},
20452124
"InvalidAutoRollbackConfigException":{
20462125
"type":"structure",
20472126
"members":{
@@ -2078,6 +2157,12 @@
20782157
},
20792158
"exception":true
20802159
},
2160+
"InvalidDeploymentConfigIdException":{
2161+
"type":"structure",
2162+
"members":{
2163+
},
2164+
"exception":true
2165+
},
20812166
"InvalidDeploymentConfigNameException":{
20822167
"type":"structure",
20832168
"members":{
@@ -2300,6 +2385,12 @@
23002385
},
23012386
"exception":true
23022387
},
2388+
"InvalidTagsToAddException":{
2389+
"type":"structure",
2390+
"members":{
2391+
},
2392+
"exception":true
2393+
},
23032394
"InvalidTargetException":{
23042395
"type":"structure",
23052396
"members":{
@@ -2349,6 +2440,18 @@
23492440
"exception":true
23502441
},
23512442
"Key":{"type":"string"},
2443+
"LambdaFunctionAlias":{"type":"string"},
2444+
"LambdaFunctionInfo":{
2445+
"type":"structure",
2446+
"members":{
2447+
"functionName":{"shape":"LambdaFunctionName"},
2448+
"functionAlias":{"shape":"LambdaFunctionAlias"},
2449+
"currentVersion":{"shape":"Version"},
2450+
"targetVersion":{"shape":"Version"},
2451+
"targetVersionWeight":{"shape":"TrafficWeight"}
2452+
}
2453+
},
2454+
"LambdaFunctionName":{"type":"string"},
23522455
"LambdaTarget":{
23532456
"type":"structure",
23542457
"members":{
@@ -2357,7 +2460,8 @@
23572460
"targetArn":{"shape":"TargetArn"},
23582461
"status":{"shape":"TargetStatus"},
23592462
"lastUpdatedAt":{"shape":"Time"},
2360-
"lifecycleEvents":{"shape":"LifecycleEventList"}
2463+
"lifecycleEvents":{"shape":"LifecycleEventList"},
2464+
"lambdaFunctionInfo":{"shape":"LambdaFunctionInfo"}
23612465
}
23622466
},
23632467
"LastDeploymentInfo":{
@@ -2567,6 +2671,21 @@
25672671
"ignore"
25682672
]
25692673
},
2674+
"ListTagsForResourceInput":{
2675+
"type":"structure",
2676+
"required":["ResourceArn"],
2677+
"members":{
2678+
"ResourceArn":{"shape":"Arn"},
2679+
"NextToken":{"shape":"NextToken"}
2680+
}
2681+
},
2682+
"ListTagsForResourceOutput":{
2683+
"type":"structure",
2684+
"members":{
2685+
"Tags":{"shape":"TagList"},
2686+
"NextToken":{"shape":"NextToken"}
2687+
}
2688+
},
25702689
"ListenerArn":{"type":"string"},
25712690
"ListenerArnList":{
25722691
"type":"list",
@@ -2687,6 +2806,12 @@
26872806
}
26882807
},
26892808
"Repository":{"type":"string"},
2809+
"ResourceArnRequiredException":{
2810+
"type":"structure",
2811+
"members":{
2812+
},
2813+
"exception":true
2814+
},
26902815
"ResourceValidationException":{
26912816
"type":"structure",
26922817
"members":{
@@ -2829,6 +2954,10 @@
28292954
"KEY_AND_VALUE"
28302955
]
28312956
},
2957+
"TagKeyList":{
2958+
"type":"list",
2959+
"member":{"shape":"Key"}
2960+
},
28322961
"TagLimitExceededException":{
28332962
"type":"structure",
28342963
"members":{
@@ -2845,6 +2974,22 @@
28452974
},
28462975
"exception":true
28472976
},
2977+
"TagResourceInput":{
2978+
"type":"structure",
2979+
"required":[
2980+
"ResourceArn",
2981+
"Tags"
2982+
],
2983+
"members":{
2984+
"ResourceArn":{"shape":"Arn"},
2985+
"Tags":{"shape":"TagList"}
2986+
}
2987+
},
2988+
"TagResourceOutput":{
2989+
"type":"structure",
2990+
"members":{
2991+
}
2992+
},
28482993
"TagSetListLimitExceededException":{
28492994
"type":"structure",
28502995
"members":{
@@ -3016,6 +3161,22 @@
30163161
},
30173162
"exception":true
30183163
},
3164+
"UntagResourceInput":{
3165+
"type":"structure",
3166+
"required":[
3167+
"ResourceArn",
3168+
"TagKeys"
3169+
],
3170+
"members":{
3171+
"ResourceArn":{"shape":"Arn"},
3172+
"TagKeys":{"shape":"TagKeyList"}
3173+
}
3174+
},
3175+
"UntagResourceOutput":{
3176+
"type":"structure",
3177+
"members":{
3178+
}
3179+
},
30193180
"UpdateApplicationInput":{
30203181
"type":"structure",
30213182
"members":{
@@ -3056,6 +3217,7 @@
30563217
}
30573218
},
30583219
"Value":{"type":"string"},
3220+
"Version":{"type":"string"},
30593221
"VersionId":{"type":"string"},
30603222
"WaitTimeInMins":{"type":"integer"}
30613223
}

0 commit comments

Comments
 (0)