Skip to content

Commit 4b496c0

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 817244d commit 4b496c0

File tree

5 files changed

+391
-2
lines changed

5 files changed

+391
-2
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::MediaPackage - Updated the API, and documentation for AWS Elemental MediaPackage.
5+
6+
* Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM).
7+
48
2.11.232 (2019-03-01)
59
------------------
610

aws-sdk-core/apis/mediapackage/2017-10-12/api-2.json

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,21 @@
284284
"shape": "ListOriginEndpointsResponse"
285285
}
286286
},
287+
"ListTagsForResource": {
288+
"errors": [],
289+
"http": {
290+
"method": "GET",
291+
"requestUri": "/tags/{resource-arn}",
292+
"responseCode": 200
293+
},
294+
"input": {
295+
"shape": "ListTagsForResourceRequest"
296+
},
297+
"name": "ListTagsForResource",
298+
"output": {
299+
"shape": "ListTagsForResourceResponse"
300+
}
301+
},
287302
"RotateChannelCredentials": {
288303
"deprecated": true,
289304
"deprecatedMessage": "This API is deprecated. Please use RotateIngestEndpointCredentials instead",
@@ -354,6 +369,30 @@
354369
"shape": "RotateIngestEndpointCredentialsResponse"
355370
}
356371
},
372+
"TagResource": {
373+
"errors": [],
374+
"http": {
375+
"method": "POST",
376+
"requestUri": "/tags/{resource-arn}",
377+
"responseCode": 204
378+
},
379+
"input": {
380+
"shape": "TagResourceRequest"
381+
},
382+
"name": "TagResource"
383+
},
384+
"UntagResource": {
385+
"errors": [],
386+
"http": {
387+
"method": "DELETE",
388+
"requestUri": "/tags/{resource-arn}",
389+
"responseCode": 204
390+
},
391+
"input": {
392+
"shape": "UntagResourceRequest"
393+
},
394+
"name": "UntagResource"
395+
},
357396
"UpdateChannel": {
358397
"errors": [
359398
{
@@ -449,6 +488,10 @@
449488
"Id": {
450489
"locationName": "id",
451490
"shape": "__string"
491+
},
492+
"Tags": {
493+
"locationName": "tags",
494+
"shape": "Tags"
452495
}
453496
},
454497
"type": "structure"
@@ -462,6 +505,10 @@
462505
"Id": {
463506
"locationName": "id",
464507
"shape": "__string"
508+
},
509+
"Tags": {
510+
"locationName": "tags",
511+
"shape": "Tags"
465512
}
466513
},
467514
"required": [
@@ -566,6 +613,10 @@
566613
"Id": {
567614
"locationName": "id",
568615
"shape": "__string"
616+
},
617+
"Tags": {
618+
"locationName": "tags",
619+
"shape": "Tags"
569620
}
570621
},
571622
"required": [
@@ -590,6 +641,10 @@
590641
"Id": {
591642
"locationName": "id",
592643
"shape": "__string"
644+
},
645+
"Tags": {
646+
"locationName": "tags",
647+
"shape": "Tags"
593648
}
594649
},
595650
"type": "structure"
@@ -632,6 +687,10 @@
632687
"locationName": "startoverWindowSeconds",
633688
"shape": "__integer"
634689
},
690+
"Tags": {
691+
"locationName": "tags",
692+
"shape": "Tags"
693+
},
635694
"TimeDelaySeconds": {
636695
"locationName": "timeDelaySeconds",
637696
"shape": "__integer"
@@ -689,6 +748,10 @@
689748
"locationName": "startoverWindowSeconds",
690749
"shape": "__integer"
691750
},
751+
"Tags": {
752+
"locationName": "tags",
753+
"shape": "Tags"
754+
},
692755
"TimeDelaySeconds": {
693756
"locationName": "timeDelaySeconds",
694757
"shape": "__integer"
@@ -833,6 +896,10 @@
833896
"Id": {
834897
"locationName": "id",
835898
"shape": "__string"
899+
},
900+
"Tags": {
901+
"locationName": "tags",
902+
"shape": "Tags"
836903
}
837904
},
838905
"type": "structure"
@@ -892,6 +959,10 @@
892959
"locationName": "startoverWindowSeconds",
893960
"shape": "__integer"
894961
},
962+
"Tags": {
963+
"locationName": "tags",
964+
"shape": "Tags"
965+
},
895966
"TimeDelaySeconds": {
896967
"locationName": "timeDelaySeconds",
897968
"shape": "__integer"
@@ -1176,6 +1247,28 @@
11761247
},
11771248
"type": "structure"
11781249
},
1250+
"ListTagsForResourceRequest": {
1251+
"members": {
1252+
"ResourceArn": {
1253+
"location": "uri",
1254+
"locationName": "resource-arn",
1255+
"shape": "__string"
1256+
}
1257+
},
1258+
"required": [
1259+
"ResourceArn"
1260+
],
1261+
"type": "structure"
1262+
},
1263+
"ListTagsForResourceResponse": {
1264+
"members": {
1265+
"Tags": {
1266+
"locationName": "tags",
1267+
"shape": "__mapOf__string"
1268+
}
1269+
},
1270+
"type": "structure"
1271+
},
11791272
"ManifestLayout": {
11801273
"enum": [
11811274
"FULL",
@@ -1276,6 +1369,10 @@
12761369
"locationName": "startoverWindowSeconds",
12771370
"shape": "__integer"
12781371
},
1372+
"Tags": {
1373+
"locationName": "tags",
1374+
"shape": "Tags"
1375+
},
12791376
"TimeDelaySeconds": {
12801377
"locationName": "timeDelaySeconds",
12811378
"shape": "__integer"
@@ -1329,6 +1426,10 @@
13291426
"locationName": "startoverWindowSeconds",
13301427
"shape": "__integer"
13311428
},
1429+
"Tags": {
1430+
"locationName": "tags",
1431+
"shape": "Tags"
1432+
},
13321433
"TimeDelaySeconds": {
13331434
"locationName": "timeDelaySeconds",
13341435
"shape": "__integer"
@@ -1445,6 +1546,10 @@
14451546
"Id": {
14461547
"locationName": "id",
14471548
"shape": "__string"
1549+
},
1550+
"Tags": {
1551+
"locationName": "tags",
1552+
"shape": "Tags"
14481553
}
14491554
},
14501555
"type": "structure"
@@ -1485,6 +1590,10 @@
14851590
"Id": {
14861591
"locationName": "id",
14871592
"shape": "__string"
1593+
},
1594+
"Tags": {
1595+
"locationName": "tags",
1596+
"shape": "Tags"
14881597
}
14891598
},
14901599
"type": "structure"
@@ -1565,6 +1674,45 @@
15651674
},
15661675
"type": "structure"
15671676
},
1677+
"TagResourceRequest": {
1678+
"members": {
1679+
"ResourceArn": {
1680+
"location": "uri",
1681+
"locationName": "resource-arn",
1682+
"shape": "__string"
1683+
},
1684+
"Tags": {
1685+
"locationName": "tags",
1686+
"shape": "__mapOf__string"
1687+
}
1688+
},
1689+
"required": [
1690+
"ResourceArn",
1691+
"Tags"
1692+
],
1693+
"type": "structure"
1694+
},
1695+
"Tags": {
1696+
"key": {
1697+
"shape": "__string"
1698+
},
1699+
"type": "map",
1700+
"value": {
1701+
"shape": "__string"
1702+
}
1703+
},
1704+
"TagsModel": {
1705+
"members": {
1706+
"Tags": {
1707+
"locationName": "tags",
1708+
"shape": "__mapOf__string"
1709+
}
1710+
},
1711+
"required": [
1712+
"Tags"
1713+
],
1714+
"type": "structure"
1715+
},
15681716
"TooManyRequestsException": {
15691717
"error": {
15701718
"httpStatusCode": 429
@@ -1591,6 +1739,25 @@
15911739
},
15921740
"type": "structure"
15931741
},
1742+
"UntagResourceRequest": {
1743+
"members": {
1744+
"ResourceArn": {
1745+
"location": "uri",
1746+
"locationName": "resource-arn",
1747+
"shape": "__string"
1748+
},
1749+
"TagKeys": {
1750+
"location": "querystring",
1751+
"locationName": "tagKeys",
1752+
"shape": "__listOf__string"
1753+
}
1754+
},
1755+
"required": [
1756+
"TagKeys",
1757+
"ResourceArn"
1758+
],
1759+
"type": "structure"
1760+
},
15941761
"UpdateChannelRequest": {
15951762
"members": {
15961763
"Description": {
@@ -1625,6 +1792,10 @@
16251792
"Id": {
16261793
"locationName": "id",
16271794
"shape": "__string"
1795+
},
1796+
"Tags": {
1797+
"locationName": "tags",
1798+
"shape": "Tags"
16281799
}
16291800
},
16301801
"type": "structure"
@@ -1720,6 +1891,10 @@
17201891
"locationName": "startoverWindowSeconds",
17211892
"shape": "__integer"
17221893
},
1894+
"Tags": {
1895+
"locationName": "tags",
1896+
"shape": "Tags"
1897+
},
17231898
"TimeDelaySeconds": {
17241899
"locationName": "timeDelaySeconds",
17251900
"shape": "__integer"
@@ -1795,6 +1970,15 @@
17951970
"__long": {
17961971
"type": "long"
17971972
},
1973+
"__mapOf__string": {
1974+
"key": {
1975+
"shape": "__string"
1976+
},
1977+
"type": "map",
1978+
"value": {
1979+
"shape": "__string"
1980+
}
1981+
},
17981982
"__string": {
17991983
"type": "string"
18001984
}

aws-sdk-core/apis/mediapackage/2017-10-12/docs-2.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
"DescribeOriginEndpoint" : "Gets details about an existing OriginEndpoint.",
1111
"ListChannels" : "Returns a collection of Channels.",
1212
"ListOriginEndpoints" : "Returns a collection of OriginEndpoint records.",
13+
"ListTagsForResource" : null,
1314
"RotateChannelCredentials" : "Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead",
1415
"RotateIngestEndpointCredentials" : "Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.",
16+
"TagResource" : null,
17+
"UntagResource" : null,
1518
"UpdateChannel" : "Updates an existing Channel.",
1619
"UpdateOriginEndpoint" : "Updates an existing OriginEndpoint."
1720
},
@@ -203,6 +206,19 @@
203206
"MssPackage$StreamSelection" : null
204207
}
205208
},
209+
"Tags" : {
210+
"base" : "A collection of tags associated with a resource",
211+
"refs" : {
212+
"Channel$Tags" : null,
213+
"ChannelCreateParameters$Tags" : null,
214+
"OriginEndpoint$Tags" : null,
215+
"OriginEndpointCreateParameters$Tags" : null
216+
}
217+
},
218+
"TagsModel" : {
219+
"base" : null,
220+
"refs" : { }
221+
},
206222
"__PeriodTriggersElement" : {
207223
"base" : null,
208224
"refs" : {
@@ -296,6 +312,12 @@
296312
"SpekeKeyProvider$SystemIds" : "The system IDs to include in key requests."
297313
}
298314
},
315+
"__mapOf__string" : {
316+
"base" : null,
317+
"refs" : {
318+
"TagsModel$Tags" : null
319+
}
320+
},
299321
"__string" : {
300322
"base" : null,
301323
"refs" : {
@@ -335,7 +357,9 @@
335357
"SpekeKeyProvider$ResourceId" : "The resource ID to include in key requests.",
336358
"SpekeKeyProvider$RoleArn" : "An Amazon Resource Name (ARN) of an IAM role that AWS Elemental\nMediaPackage will assume when accessing the key provider service.\n",
337359
"SpekeKeyProvider$Url" : "The URL of the external key provider service.",
338-
"__listOf__string$member" : null
360+
"Tags$member" : null,
361+
"__listOf__string$member" : null,
362+
"__mapOf__string$member" : null
339363
}
340364
}
341365
}

0 commit comments

Comments
 (0)