Skip to content

Commit 876ee16

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 3ef3ab7 commit 876ee16

File tree

12 files changed

+688
-177
lines changed

12 files changed

+688
-177
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::EKS - Updated the documentation for Amazon Elastic Container Service for Kubernetes.
5+
6+
* Feature - Aws::IoT1ClickProjects - Updated the API for AWS IoT 1-Click Projects Service.
7+
8+
* Feature - Aws::KinesisAnalytics - Updated the API, and documentation for Amazon Kinesis Analytics.
9+
10+
* Feature - Aws::KinesisAnalyticsV2 - Updated the API, and documentation for Amazon Kinesis Analytics.
11+
12+
* Feature - Aws::SageMaker - Updated the API, and documentation for Amazon SageMaker Service.
13+
14+
* Feature - Aws::ServiceCatalog - Updated the API, and documentation for AWS Service Catalog.
15+
416
2.11.270 (2019-05-07)
517
------------------
618

aws-sdk-core/apis/eks/2017-11-01/docs-2.json

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
22
"pagination": {
3+
"ListPlacements": {
4+
"input_token": "nextToken",
5+
"limit_key": "maxResults",
6+
"output_token": "nextToken",
7+
"result_key": "placements"
8+
},
9+
"ListProjects": {
10+
"input_token": "nextToken",
11+
"limit_key": "maxResults",
12+
"output_token": "nextToken",
13+
"result_key": "projects"
14+
}
315
}
4-
}
16+
}

aws-sdk-core/apis/kinesisanalytics/2015-08-14/api-2.json

Lines changed: 142 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
106106
{"shape":"CodeValidationException"},
107107
{"shape":"ResourceInUseException"},
108108
{"shape":"LimitExceededException"},
109-
{"shape":"InvalidArgumentException"}
109+
{"shape":"InvalidArgumentException"},
110+
{"shape":"TooManyTagsException"},
111+
{"shape":"ConcurrentModificationException"}
110112
]
111113
},
112114
"DeleteApplication":{
@@ -225,6 +227,20 @@
225227
"input":{"shape":"ListApplicationsRequest"},
226228
"output":{"shape":"ListApplicationsResponse"}
227229
},
230+
"ListTagsForResource":{
231+
"name":"ListTagsForResource",
232+
"http":{
233+
"method":"POST",
234+
"requestUri":"/"
235+
},
236+
"input":{"shape":"ListTagsForResourceRequest"},
237+
"output":{"shape":"ListTagsForResourceResponse"},
238+
"errors":[
239+
{"shape":"ResourceNotFoundException"},
240+
{"shape":"InvalidArgumentException"},
241+
{"shape":"ConcurrentModificationException"}
242+
]
243+
},
228244
"StartApplication":{
229245
"name":"StartApplication",
230246
"http":{
@@ -255,6 +271,38 @@
255271
{"shape":"UnsupportedOperationException"}
256272
]
257273
},
274+
"TagResource":{
275+
"name":"TagResource",
276+
"http":{
277+
"method":"POST",
278+
"requestUri":"/"
279+
},
280+
"input":{"shape":"TagResourceRequest"},
281+
"output":{"shape":"TagResourceResponse"},
282+
"errors":[
283+
{"shape":"ResourceNotFoundException"},
284+
{"shape":"ResourceInUseException"},
285+
{"shape":"TooManyTagsException"},
286+
{"shape":"InvalidArgumentException"},
287+
{"shape":"ConcurrentModificationException"}
288+
]
289+
},
290+
"UntagResource":{
291+
"name":"UntagResource",
292+
"http":{
293+
"method":"POST",
294+
"requestUri":"/"
295+
},
296+
"input":{"shape":"UntagResourceRequest"},
297+
"output":{"shape":"UntagResourceResponse"},
298+
"errors":[
299+
{"shape":"ResourceNotFoundException"},
300+
{"shape":"ResourceInUseException"},
301+
{"shape":"TooManyTagsException"},
302+
{"shape":"InvalidArgumentException"},
303+
{"shape":"ConcurrentModificationException"}
304+
]
305+
},
258306
"UpdateApplication":{
259307
"name":"UpdateApplication",
260308
"http":{
@@ -533,7 +581,8 @@
533581
"Inputs":{"shape":"Inputs"},
534582
"Outputs":{"shape":"Outputs"},
535583
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
536-
"ApplicationCode":{"shape":"ApplicationCode"}
584+
"ApplicationCode":{"shape":"ApplicationCode"},
585+
"Tags":{"shape":"Tags"}
537586
}
538587
},
539588
"CreateApplicationResponse":{
@@ -686,8 +735,7 @@
686735
"InAppStreamName":{
687736
"type":"string",
688737
"max":32,
689-
"min":1,
690-
"pattern":"[a-zA-Z][a-zA-Z0-9_]+"
738+
"min":1
691739
},
692740
"InAppStreamNames":{
693741
"type":"list",
@@ -696,8 +744,7 @@
696744
"InAppTableName":{
697745
"type":"string",
698746
"max":32,
699-
"min":1,
700-
"pattern":"[a-zA-Z][a-zA-Z0-9_]+"
747+
"min":1
701748
},
702749
"Input":{
703750
"type":"structure",
@@ -873,6 +920,12 @@
873920
"RecordRowPath":{"shape":"RecordRowPath"}
874921
}
875922
},
923+
"KinesisAnalyticsARN":{
924+
"type":"string",
925+
"max":2048,
926+
"min":1,
927+
"pattern":"arn:aws:kinesisanalytics:[a-z]{2}-[a-z]+-\\d{1}+:\\d{12}+:application/[a-zA-Z0-9_.-]{1,128}"
928+
},
876929
"KinesisFirehoseInput":{
877930
"type":"structure",
878931
"required":[
@@ -1028,6 +1081,19 @@
10281081
"HasMoreApplications":{"shape":"BooleanObject"}
10291082
}
10301083
},
1084+
"ListTagsForResourceRequest":{
1085+
"type":"structure",
1086+
"required":["ResourceARN"],
1087+
"members":{
1088+
"ResourceARN":{"shape":"KinesisAnalyticsARN"}
1089+
}
1090+
},
1091+
"ListTagsForResourceResponse":{
1092+
"type":"structure",
1093+
"members":{
1094+
"Tags":{"shape":"Tags"}
1095+
}
1096+
},
10311097
"LogStreamARN":{
10321098
"type":"string",
10331099
"max":2048,
@@ -1126,10 +1192,7 @@
11261192
"min":1
11271193
},
11281194
"RecordColumnMapping":{"type":"string"},
1129-
"RecordColumnName":{
1130-
"type":"string",
1131-
"pattern":"[a-zA-Z_][a-zA-Z0-9_]*"
1132-
},
1195+
"RecordColumnName":{"type":"string"},
11331196
"RecordColumnSqlType":{
11341197
"type":"string",
11351198
"min":1
@@ -1339,7 +1402,60 @@
13391402
"members":{
13401403
}
13411404
},
1405+
"Tag":{
1406+
"type":"structure",
1407+
"required":["Key"],
1408+
"members":{
1409+
"Key":{"shape":"TagKey"},
1410+
"Value":{"shape":"TagValue"}
1411+
}
1412+
},
1413+
"TagKey":{
1414+
"type":"string",
1415+
"max":128,
1416+
"min":1
1417+
},
1418+
"TagKeys":{
1419+
"type":"list",
1420+
"member":{"shape":"TagKey"},
1421+
"max":200,
1422+
"min":1
1423+
},
1424+
"TagResourceRequest":{
1425+
"type":"structure",
1426+
"required":[
1427+
"ResourceARN",
1428+
"Tags"
1429+
],
1430+
"members":{
1431+
"ResourceARN":{"shape":"KinesisAnalyticsARN"},
1432+
"Tags":{"shape":"Tags"}
1433+
}
1434+
},
1435+
"TagResourceResponse":{
1436+
"type":"structure",
1437+
"members":{
1438+
}
1439+
},
1440+
"TagValue":{
1441+
"type":"string",
1442+
"max":256,
1443+
"min":0
1444+
},
1445+
"Tags":{
1446+
"type":"list",
1447+
"member":{"shape":"Tag"},
1448+
"max":200,
1449+
"min":1
1450+
},
13421451
"Timestamp":{"type":"timestamp"},
1452+
"TooManyTagsException":{
1453+
"type":"structure",
1454+
"members":{
1455+
"message":{"shape":"ErrorMessage"}
1456+
},
1457+
"exception":true
1458+
},
13431459
"UnableToDetectSchemaException":{
13441460
"type":"structure",
13451461
"members":{
@@ -1356,6 +1472,22 @@
13561472
},
13571473
"exception":true
13581474
},
1475+
"UntagResourceRequest":{
1476+
"type":"structure",
1477+
"required":[
1478+
"ResourceARN",
1479+
"TagKeys"
1480+
],
1481+
"members":{
1482+
"ResourceARN":{"shape":"KinesisAnalyticsARN"},
1483+
"TagKeys":{"shape":"TagKeys"}
1484+
}
1485+
},
1486+
"UntagResourceResponse":{
1487+
"type":"structure",
1488+
"members":{
1489+
}
1490+
},
13591491
"UpdateApplicationRequest":{
13601492
"type":"structure",
13611493
"required":[

0 commit comments

Comments
 (0)