Skip to content

Commit f006e26

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent ec5c854 commit f006e26

File tree

11 files changed

+774
-321
lines changed

11 files changed

+774
-321
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::CodePipeline - Updated the API, and documentation for AWS CodePipeline.
5+
6+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::MediaPackage - Updated the API, and documentation for AWS Elemental MediaPackage.
9+
10+
* Feature - Aws::RDS - Updated the documentation for Amazon Relational Database Service.
11+
12+
* Feature - Aws::TranscribeService - Updated the API for Amazon Transcribe Service.
13+
414
2.11.274 (2019-05-14)
515
------------------
616

aws-sdk-core/apis/codepipeline/2015-07-09/api-2.json

Lines changed: 193 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@
5252
"output":{"shape":"CreateCustomActionTypeOutput"},
5353
"errors":[
5454
{"shape":"ValidationException"},
55-
{"shape":"LimitExceededException"}
55+
{"shape":"LimitExceededException"},
56+
{"shape":"TooManyTagsException"},
57+
{"shape":"InvalidTagsException"},
58+
{"shape":"ConcurrentModificationException"}
5659
]
5760
},
5861
"CreatePipeline":{
@@ -70,7 +73,10 @@
7073
{"shape":"InvalidActionDeclarationException"},
7174
{"shape":"InvalidBlockerDeclarationException"},
7275
{"shape":"InvalidStructureException"},
73-
{"shape":"LimitExceededException"}
76+
{"shape":"LimitExceededException"},
77+
{"shape":"TooManyTagsException"},
78+
{"shape":"InvalidTagsException"},
79+
{"shape":"ConcurrentModificationException"}
7480
]
7581
},
7682
"DeleteCustomActionType":{
@@ -81,7 +87,8 @@
8187
},
8288
"input":{"shape":"DeleteCustomActionTypeInput"},
8389
"errors":[
84-
{"shape":"ValidationException"}
90+
{"shape":"ValidationException"},
91+
{"shape":"ConcurrentModificationException"}
8592
]
8693
},
8794
"DeletePipeline":{
@@ -92,7 +99,8 @@
9299
},
93100
"input":{"shape":"DeletePipelineInput"},
94101
"errors":[
95-
{"shape":"ValidationException"}
102+
{"shape":"ValidationException"},
103+
{"shape":"ConcurrentModificationException"}
96104
]
97105
},
98106
"DeleteWebhook":{
@@ -104,7 +112,8 @@
104112
"input":{"shape":"DeleteWebhookInput"},
105113
"output":{"shape":"DeleteWebhookOutput"},
106114
"errors":[
107-
{"shape":"ValidationException"}
115+
{"shape":"ValidationException"},
116+
{"shape":"ConcurrentModificationException"}
108117
]
109118
},
110119
"DeregisterWebhookWithThirdParty":{
@@ -270,6 +279,21 @@
270279
{"shape":"InvalidNextTokenException"}
271280
]
272281
},
282+
"ListTagsForResource":{
283+
"name":"ListTagsForResource",
284+
"http":{
285+
"method":"POST",
286+
"requestUri":"/"
287+
},
288+
"input":{"shape":"ListTagsForResourceInput"},
289+
"output":{"shape":"ListTagsForResourceOutput"},
290+
"errors":[
291+
{"shape":"ValidationException"},
292+
{"shape":"ResourceNotFoundException"},
293+
{"shape":"InvalidNextTokenException"},
294+
{"shape":"InvalidArnException"}
295+
]
296+
},
273297
"ListWebhooks":{
274298
"name":"ListWebhooks",
275299
"http":{
@@ -408,7 +432,10 @@
408432
{"shape":"LimitExceededException"},
409433
{"shape":"InvalidWebhookFilterPatternException"},
410434
{"shape":"InvalidWebhookAuthenticationParametersException"},
411-
{"shape":"PipelineNotFoundException"}
435+
{"shape":"PipelineNotFoundException"},
436+
{"shape":"TooManyTagsException"},
437+
{"shape":"InvalidTagsException"},
438+
{"shape":"ConcurrentModificationException"}
412439
]
413440
},
414441
"RegisterWebhookWithThirdParty":{
@@ -453,6 +480,39 @@
453480
{"shape":"PipelineNotFoundException"}
454481
]
455482
},
483+
"TagResource":{
484+
"name":"TagResource",
485+
"http":{
486+
"method":"POST",
487+
"requestUri":"/"
488+
},
489+
"input":{"shape":"TagResourceInput"},
490+
"output":{"shape":"TagResourceOutput"},
491+
"errors":[
492+
{"shape":"ValidationException"},
493+
{"shape":"ResourceNotFoundException"},
494+
{"shape":"InvalidArnException"},
495+
{"shape":"TooManyTagsException"},
496+
{"shape":"InvalidTagsException"},
497+
{"shape":"ConcurrentModificationException"}
498+
]
499+
},
500+
"UntagResource":{
501+
"name":"UntagResource",
502+
"http":{
503+
"method":"POST",
504+
"requestUri":"/"
505+
},
506+
"input":{"shape":"UntagResourceInput"},
507+
"output":{"shape":"UntagResourceOutput"},
508+
"errors":[
509+
{"shape":"ValidationException"},
510+
{"shape":"ResourceNotFoundException"},
511+
{"shape":"InvalidArnException"},
512+
{"shape":"InvalidTagsException"},
513+
{"shape":"ConcurrentModificationException"}
514+
]
515+
},
456516
"UpdatePipeline":{
457517
"name":"UpdatePipeline",
458518
"http":{
@@ -969,6 +1029,13 @@
9691029
"min":1
9701030
},
9711031
"Code":{"type":"string"},
1032+
"ConcurrentModificationException":{
1033+
"type":"structure",
1034+
"members":{
1035+
"message":{"shape":"Message"}
1036+
},
1037+
"exception":true
1038+
},
9721039
"ContinuationToken":{
9731040
"type":"string",
9741041
"max":2048,
@@ -990,27 +1057,31 @@
9901057
"settings":{"shape":"ActionTypeSettings"},
9911058
"configurationProperties":{"shape":"ActionConfigurationPropertyList"},
9921059
"inputArtifactDetails":{"shape":"ArtifactDetails"},
993-
"outputArtifactDetails":{"shape":"ArtifactDetails"}
1060+
"outputArtifactDetails":{"shape":"ArtifactDetails"},
1061+
"tags":{"shape":"TagList"}
9941062
}
9951063
},
9961064
"CreateCustomActionTypeOutput":{
9971065
"type":"structure",
9981066
"required":["actionType"],
9991067
"members":{
1000-
"actionType":{"shape":"ActionType"}
1068+
"actionType":{"shape":"ActionType"},
1069+
"tags":{"shape":"TagList"}
10011070
}
10021071
},
10031072
"CreatePipelineInput":{
10041073
"type":"structure",
10051074
"required":["pipeline"],
10061075
"members":{
1007-
"pipeline":{"shape":"PipelineDeclaration"}
1076+
"pipeline":{"shape":"PipelineDeclaration"},
1077+
"tags":{"shape":"TagList"}
10081078
}
10091079
},
10101080
"CreatePipelineOutput":{
10111081
"type":"structure",
10121082
"members":{
1013-
"pipeline":{"shape":"PipelineDeclaration"}
1083+
"pipeline":{"shape":"PipelineDeclaration"},
1084+
"tags":{"shape":"TagList"}
10141085
}
10151086
},
10161087
"CurrentRevision":{
@@ -1281,6 +1352,13 @@
12811352
},
12821353
"exception":true
12831354
},
1355+
"InvalidArnException":{
1356+
"type":"structure",
1357+
"members":{
1358+
"message":{"shape":"Message"}
1359+
},
1360+
"exception":true
1361+
},
12841362
"InvalidBlockerDeclarationException":{
12851363
"type":"structure",
12861364
"members":{
@@ -1329,6 +1407,13 @@
13291407
},
13301408
"exception":true
13311409
},
1410+
"InvalidTagsException":{
1411+
"type":"structure",
1412+
"members":{
1413+
"message":{"shape":"Message"}
1414+
},
1415+
"exception":true
1416+
},
13321417
"InvalidWebhookAuthenticationParametersException":{
13331418
"type":"structure",
13341419
"members":{
@@ -1472,6 +1557,22 @@
14721557
"nextToken":{"shape":"NextToken"}
14731558
}
14741559
},
1560+
"ListTagsForResourceInput":{
1561+
"type":"structure",
1562+
"required":["resourceArn"],
1563+
"members":{
1564+
"resourceArn":{"shape":"ResourceArn"},
1565+
"nextToken":{"shape":"NextToken"},
1566+
"maxResults":{"shape":"MaxResults"}
1567+
}
1568+
},
1569+
"ListTagsForResourceOutput":{
1570+
"type":"structure",
1571+
"members":{
1572+
"tags":{"shape":"TagList"},
1573+
"nextToken":{"shape":"NextToken"}
1574+
}
1575+
},
14751576
"ListWebhookItem":{
14761577
"type":"structure",
14771578
"required":[
@@ -1484,7 +1585,8 @@
14841585
"errorMessage":{"shape":"WebhookErrorMessage"},
14851586
"errorCode":{"shape":"WebhookErrorCode"},
14861587
"lastTriggered":{"shape":"WebhookLastTriggered"},
1487-
"arn":{"shape":"WebhookArn"}
1588+
"arn":{"shape":"WebhookArn"},
1589+
"tags":{"shape":"TagList"}
14881590
}
14891591
},
14901592
"ListWebhooksInput":{
@@ -1814,7 +1916,8 @@
18141916
"type":"structure",
18151917
"required":["webhook"],
18161918
"members":{
1817-
"webhook":{"shape":"WebhookDefinition"}
1919+
"webhook":{"shape":"WebhookDefinition"},
1920+
"tags":{"shape":"TagList"}
18181921
}
18191922
},
18201923
"PutWebhookOutput":{
@@ -1841,6 +1944,16 @@
18411944
"members":{
18421945
}
18431946
},
1947+
"ResourceArn":{
1948+
"type":"string",
1949+
"pattern":"arn:aws(-[\\w]+)*:codepipeline:.+:[0-9]{12}:.+"
1950+
},
1951+
"ResourceNotFoundException":{
1952+
"type":"structure",
1953+
"members":{
1954+
},
1955+
"exception":true
1956+
},
18441957
"RetryStageExecutionInput":{
18451958
"type":"structure",
18461959
"required":[
@@ -2032,6 +2145,51 @@
20322145
"pipelineExecutionId":{"shape":"PipelineExecutionId"}
20332146
}
20342147
},
2148+
"Tag":{
2149+
"type":"structure",
2150+
"required":[
2151+
"key",
2152+
"value"
2153+
],
2154+
"members":{
2155+
"key":{"shape":"TagKey"},
2156+
"value":{"shape":"TagValue"}
2157+
}
2158+
},
2159+
"TagKey":{
2160+
"type":"string",
2161+
"max":128,
2162+
"min":1
2163+
},
2164+
"TagKeyList":{
2165+
"type":"list",
2166+
"member":{"shape":"TagKey"}
2167+
},
2168+
"TagList":{
2169+
"type":"list",
2170+
"member":{"shape":"Tag"}
2171+
},
2172+
"TagResourceInput":{
2173+
"type":"structure",
2174+
"required":[
2175+
"resourceArn",
2176+
"tags"
2177+
],
2178+
"members":{
2179+
"resourceArn":{"shape":"ResourceArn"},
2180+
"tags":{"shape":"TagList"}
2181+
}
2182+
},
2183+
"TagResourceOutput":{
2184+
"type":"structure",
2185+
"members":{
2186+
}
2187+
},
2188+
"TagValue":{
2189+
"type":"string",
2190+
"max":256,
2191+
"min":0
2192+
},
20352193
"ThirdPartyJob":{
20362194
"type":"structure",
20372195
"members":{
@@ -2071,6 +2229,13 @@
20712229
},
20722230
"Time":{"type":"timestamp"},
20732231
"Timestamp":{"type":"timestamp"},
2232+
"TooManyTagsException":{
2233+
"type":"structure",
2234+
"members":{
2235+
"message":{"shape":"Message"}
2236+
},
2237+
"exception":true
2238+
},
20742239
"TransitionState":{
20752240
"type":"structure",
20762241
"members":{
@@ -2080,6 +2245,22 @@
20802245
"disabledReason":{"shape":"DisabledReason"}
20812246
}
20822247
},
2248+
"UntagResourceInput":{
2249+
"type":"structure",
2250+
"required":[
2251+
"resourceArn",
2252+
"tagKeys"
2253+
],
2254+
"members":{
2255+
"resourceArn":{"shape":"ResourceArn"},
2256+
"tagKeys":{"shape":"TagKeyList"}
2257+
}
2258+
},
2259+
"UntagResourceOutput":{
2260+
"type":"structure",
2261+
"members":{
2262+
}
2263+
},
20832264
"UpdatePipelineInput":{
20842265
"type":"structure",
20852266
"required":["pipeline"],

0 commit comments

Comments
 (0)