aws-sdk-core 2.11.88 → 2.11.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eea21b1104ab3aeb02c586a7177a9c00cebe2ad0
4
- data.tar.gz: 979ca9147850faaf917aa70809a452130e425874
3
+ metadata.gz: db0afea61ca61d8f1bdec63c08427164975d5dac
4
+ data.tar.gz: fa2080f6e08ed47cf151905009ea9f39f411b3c8
5
5
  SHA512:
6
- metadata.gz: 26ee5f71faef93ace469392f33440b091f9ecb81d365f768abefd94adf38d23815a0470e844735754b0fb9f6b04b6c1f2b1bd8b36094a793e1597ddf1b995b69
7
- data.tar.gz: 4f8efb1d31c67149f079bd9f81e2bef04b72b2afac47bfe51ea86e31b4b0261ab9cf53c59de7c5e2eb22da626431bd93208b606bb47c13acbbf2ad447eb3b95b
6
+ metadata.gz: 8a66727f7df368ebb1485a63034070063dec69350a630e2764298aef54b35679a9f6e3e5000660e1a71e79195f5e9a785496a1acf353e499d7062ab4e6c3f5c1
7
+ data.tar.gz: 2b9780b4ee114c724c0ed74933e85515e447ffe3a111c29963ac0af0b527ac8be9a23ffd65cf536154ff223e6c012b3ee61cf2b3d25c7ee6560556bc86c063f8
@@ -78,7 +78,8 @@
78
78
  {"shape":"InvalidRoleException"},
79
79
  {"shape":"ConcurrentModificationException"},
80
80
  {"shape":"InvalidParameterCombinationException"},
81
- {"shape":"IncompatibleImageException"}
81
+ {"shape":"IncompatibleImageException"},
82
+ {"shape":"OperationNotPermittedException"}
82
83
  ]
83
84
  },
84
85
  "CreateImageBuilder":{
@@ -98,7 +99,8 @@
98
99
  {"shape":"InvalidRoleException"},
99
100
  {"shape":"ConcurrentModificationException"},
100
101
  {"shape":"InvalidParameterCombinationException"},
101
- {"shape":"IncompatibleImageException"}
102
+ {"shape":"IncompatibleImageException"},
103
+ {"shape":"OperationNotPermittedException"}
102
104
  ]
103
105
  },
104
106
  "CreateImageBuilderStreamingURL":{
@@ -203,6 +205,19 @@
203
205
  {"shape":"ConcurrentModificationException"}
204
206
  ]
205
207
  },
208
+ "DeleteImagePermissions":{
209
+ "name":"DeleteImagePermissions",
210
+ "http":{
211
+ "method":"POST",
212
+ "requestUri":"/"
213
+ },
214
+ "input":{"shape":"DeleteImagePermissionsRequest"},
215
+ "output":{"shape":"DeleteImagePermissionsResult"},
216
+ "errors":[
217
+ {"shape":"ResourceNotAvailableException"},
218
+ {"shape":"ResourceNotFoundException"}
219
+ ]
220
+ },
206
221
  "DeleteStack":{
207
222
  "name":"DeleteStack",
208
223
  "http":{
@@ -253,6 +268,18 @@
253
268
  {"shape":"ResourceNotFoundException"}
254
269
  ]
255
270
  },
271
+ "DescribeImagePermissions":{
272
+ "name":"DescribeImagePermissions",
273
+ "http":{
274
+ "method":"POST",
275
+ "requestUri":"/"
276
+ },
277
+ "input":{"shape":"DescribeImagePermissionsRequest"},
278
+ "output":{"shape":"DescribeImagePermissionsResult"},
279
+ "errors":[
280
+ {"shape":"ResourceNotFoundException"}
281
+ ]
282
+ },
256
283
  "DescribeImages":{
257
284
  "name":"DescribeImages",
258
285
  "http":{
@@ -262,6 +289,7 @@
262
289
  "input":{"shape":"DescribeImagesRequest"},
263
290
  "output":{"shape":"DescribeImagesResult"},
264
291
  "errors":[
292
+ {"shape":"InvalidParameterCombinationException"},
265
293
  {"shape":"ResourceNotFoundException"}
266
294
  ]
267
295
  },
@@ -462,6 +490,20 @@
462
490
  {"shape":"OperationNotPermittedException"}
463
491
  ]
464
492
  },
493
+ "UpdateImagePermissions":{
494
+ "name":"UpdateImagePermissions",
495
+ "http":{
496
+ "method":"POST",
497
+ "requestUri":"/"
498
+ },
499
+ "input":{"shape":"UpdateImagePermissionsRequest"},
500
+ "output":{"shape":"UpdateImagePermissionsResult"},
501
+ "errors":[
502
+ {"shape":"ResourceNotFoundException"},
503
+ {"shape":"ResourceNotAvailableException"},
504
+ {"shape":"LimitExceededException"}
505
+ ]
506
+ },
465
507
  "UpdateStack":{
466
508
  "name":"UpdateStack",
467
509
  "http":{
@@ -529,6 +571,10 @@
529
571
  "type":"string",
530
572
  "pattern":"^arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
531
573
  },
574
+ "ArnList":{
575
+ "type":"list",
576
+ "member":{"shape":"Arn"}
577
+ },
532
578
  "AssociateFleetRequest":{
533
579
  "type":"structure",
534
580
  "required":[
@@ -553,6 +599,16 @@
553
599
  "USERPOOL"
554
600
  ]
555
601
  },
602
+ "AwsAccountId":{
603
+ "type":"string",
604
+ "pattern":"^\\d+$"
605
+ },
606
+ "AwsAccountIdList":{
607
+ "type":"list",
608
+ "member":{"shape":"AwsAccountId"},
609
+ "max":5,
610
+ "min":1
611
+ },
556
612
  "Boolean":{"type":"boolean"},
557
613
  "BooleanObject":{"type":"boolean"},
558
614
  "ComputeCapacity":{
@@ -622,13 +678,13 @@
622
678
  "type":"structure",
623
679
  "required":[
624
680
  "Name",
625
- "ImageName",
626
681
  "InstanceType",
627
682
  "ComputeCapacity"
628
683
  ],
629
684
  "members":{
630
685
  "Name":{"shape":"Name"},
631
686
  "ImageName":{"shape":"String"},
687
+ "ImageArn":{"shape":"Arn"},
632
688
  "InstanceType":{"shape":"String"},
633
689
  "FleetType":{"shape":"FleetType"},
634
690
  "ComputeCapacity":{"shape":"ComputeCapacity"},
@@ -651,12 +707,12 @@
651
707
  "type":"structure",
652
708
  "required":[
653
709
  "Name",
654
- "ImageName",
655
710
  "InstanceType"
656
711
  ],
657
712
  "members":{
658
713
  "Name":{"shape":"Name"},
659
714
  "ImageName":{"shape":"String"},
715
+ "ImageArn":{"shape":"Arn"},
660
716
  "InstanceType":{"shape":"String"},
661
717
  "Description":{"shape":"Description"},
662
718
  "DisplayName":{"shape":"DisplayName"},
@@ -766,6 +822,22 @@
766
822
  "ImageBuilder":{"shape":"ImageBuilder"}
767
823
  }
768
824
  },
825
+ "DeleteImagePermissionsRequest":{
826
+ "type":"structure",
827
+ "required":[
828
+ "Name",
829
+ "SharedAccountId"
830
+ ],
831
+ "members":{
832
+ "Name":{"shape":"Name"},
833
+ "SharedAccountId":{"shape":"AwsAccountId"}
834
+ }
835
+ },
836
+ "DeleteImagePermissionsResult":{
837
+ "type":"structure",
838
+ "members":{
839
+ }
840
+ },
769
841
  "DeleteImageRequest":{
770
842
  "type":"structure",
771
843
  "required":["Name"],
@@ -835,6 +907,24 @@
835
907
  "NextToken":{"shape":"String"}
836
908
  }
837
909
  },
910
+ "DescribeImagePermissionsRequest":{
911
+ "type":"structure",
912
+ "required":["Name"],
913
+ "members":{
914
+ "Name":{"shape":"Name"},
915
+ "MaxResults":{"shape":"MaxResults"},
916
+ "SharedAwsAccountIds":{"shape":"AwsAccountIdList"},
917
+ "NextToken":{"shape":"String"}
918
+ }
919
+ },
920
+ "DescribeImagePermissionsResult":{
921
+ "type":"structure",
922
+ "members":{
923
+ "Name":{"shape":"Name"},
924
+ "SharedImagePermissionsList":{"shape":"SharedImagePermissionsList"},
925
+ "NextToken":{"shape":"String"}
926
+ }
927
+ },
838
928
  "DescribeImagesMaxResults":{
839
929
  "type":"integer",
840
930
  "box":true,
@@ -845,6 +935,8 @@
845
935
  "type":"structure",
846
936
  "members":{
847
937
  "Names":{"shape":"StringList"},
938
+ "Arns":{"shape":"ArnList"},
939
+ "Type":{"shape":"VisibilityType"},
848
940
  "NextToken":{"shape":"String"},
849
941
  "MaxResults":{"shape":"DescribeImagesMaxResults"}
850
942
  }
@@ -973,7 +1065,6 @@
973
1065
  "required":[
974
1066
  "Arn",
975
1067
  "Name",
976
- "ImageName",
977
1068
  "InstanceType",
978
1069
  "ComputeCapacityStatus",
979
1070
  "State"
@@ -984,6 +1075,7 @@
984
1075
  "DisplayName":{"shape":"String"},
985
1076
  "Description":{"shape":"String"},
986
1077
  "ImageName":{"shape":"String"},
1078
+ "ImageArn":{"shape":"Arn"},
987
1079
  "InstanceType":{"shape":"String"},
988
1080
  "FleetType":{"shape":"FleetType"},
989
1081
  "ComputeCapacityStatus":{"shape":"ComputeCapacityStatus"},
@@ -1088,7 +1180,8 @@
1088
1180
  "Applications":{"shape":"Applications"},
1089
1181
  "CreatedTime":{"shape":"Timestamp"},
1090
1182
  "PublicBaseImageReleasedDate":{"shape":"Timestamp"},
1091
- "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
1183
+ "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
1184
+ "ImagePermissions":{"shape":"ImagePermissions"}
1092
1185
  }
1093
1186
  },
1094
1187
  "ImageBuilder":{
@@ -1148,6 +1241,13 @@
1148
1241
  "type":"list",
1149
1242
  "member":{"shape":"Image"}
1150
1243
  },
1244
+ "ImagePermissions":{
1245
+ "type":"structure",
1246
+ "members":{
1247
+ "allowFleet":{"shape":"BooleanObject"},
1248
+ "allowImageBuilder":{"shape":"BooleanObject"}
1249
+ }
1250
+ },
1151
1251
  "ImageState":{
1152
1252
  "type":"string",
1153
1253
  "enum":[
@@ -1253,6 +1353,12 @@
1253
1353
  }
1254
1354
  },
1255
1355
  "Long":{"type":"long"},
1356
+ "MaxResults":{
1357
+ "type":"integer",
1358
+ "box":true,
1359
+ "max":500,
1360
+ "min":0
1361
+ },
1256
1362
  "Metadata":{
1257
1363
  "type":"map",
1258
1364
  "key":{"shape":"String"},
@@ -1395,6 +1501,21 @@
1395
1501
  "EXPIRED"
1396
1502
  ]
1397
1503
  },
1504
+ "SharedImagePermissions":{
1505
+ "type":"structure",
1506
+ "required":[
1507
+ "sharedAccountId",
1508
+ "imagePermissions"
1509
+ ],
1510
+ "members":{
1511
+ "sharedAccountId":{"shape":"AwsAccountId"},
1512
+ "imagePermissions":{"shape":"ImagePermissions"}
1513
+ }
1514
+ },
1515
+ "SharedImagePermissionsList":{
1516
+ "type":"list",
1517
+ "member":{"shape":"SharedImagePermissions"}
1518
+ },
1398
1519
  "Stack":{
1399
1520
  "type":"structure",
1400
1521
  "required":["Name"],
@@ -1615,9 +1736,9 @@
1615
1736
  },
1616
1737
  "UpdateFleetRequest":{
1617
1738
  "type":"structure",
1618
- "required":["Name"],
1619
1739
  "members":{
1620
1740
  "ImageName":{"shape":"String"},
1741
+ "ImageArn":{"shape":"Arn"},
1621
1742
  "Name":{"shape":"String"},
1622
1743
  "InstanceType":{"shape":"String"},
1623
1744
  "ComputeCapacity":{"shape":"ComputeCapacity"},
@@ -1641,6 +1762,24 @@
1641
1762
  "Fleet":{"shape":"Fleet"}
1642
1763
  }
1643
1764
  },
1765
+ "UpdateImagePermissionsRequest":{
1766
+ "type":"structure",
1767
+ "required":[
1768
+ "Name",
1769
+ "SharedAccountId",
1770
+ "ImagePermissions"
1771
+ ],
1772
+ "members":{
1773
+ "Name":{"shape":"Name"},
1774
+ "SharedAccountId":{"shape":"AwsAccountId"},
1775
+ "ImagePermissions":{"shape":"ImagePermissions"}
1776
+ }
1777
+ },
1778
+ "UpdateImagePermissionsResult":{
1779
+ "type":"structure",
1780
+ "members":{
1781
+ }
1782
+ },
1644
1783
  "UpdateStackRequest":{
1645
1784
  "type":"structure",
1646
1785
  "required":["Name"],
@@ -1690,7 +1829,8 @@
1690
1829
  "type":"string",
1691
1830
  "enum":[
1692
1831
  "PUBLIC",
1693
- "PRIVATE"
1832
+ "PRIVATE",
1833
+ "SHARED"
1694
1834
  ]
1695
1835
  },
1696
1836
  "VpcConfig":{
@@ -1,4 +1,14 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeImagePermissions": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "DescribeImages": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
3
13
  }
4
14
  }
@@ -11,6 +11,25 @@
11
11
  "uid":"kinesis-video-archived-media-2017-09-30"
12
12
  },
13
13
  "operations":{
14
+ "GetHLSStreamingSessionURL":{
15
+ "name":"GetHLSStreamingSessionURL",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/getHLSStreamingSessionURL"
19
+ },
20
+ "input":{"shape":"GetHLSStreamingSessionURLInput"},
21
+ "output":{"shape":"GetHLSStreamingSessionURLOutput"},
22
+ "errors":[
23
+ {"shape":"ResourceNotFoundException"},
24
+ {"shape":"InvalidArgumentException"},
25
+ {"shape":"ClientLimitExceededException"},
26
+ {"shape":"NotAuthorizedException"},
27
+ {"shape":"UnsupportedStreamMediaTypeException"},
28
+ {"shape":"NoDataRetentionException"},
29
+ {"shape":"MissingCodecPrivateDataException"},
30
+ {"shape":"InvalidCodecPrivateDataException"}
31
+ ]
32
+ },
14
33
  "GetMediaForFragmentList":{
15
34
  "name":"GetMediaForFragmentList",
16
35
  "http":{
@@ -57,7 +76,19 @@
57
76
  "min":1,
58
77
  "pattern":"^[a-zA-Z0-9_\\.\\-]+$"
59
78
  },
79
+ "DiscontinuityMode":{
80
+ "type":"string",
81
+ "enum":[
82
+ "ALWAYS",
83
+ "NEVER"
84
+ ]
85
+ },
60
86
  "ErrorMessage":{"type":"string"},
87
+ "Expires":{
88
+ "type":"integer",
89
+ "max":43200,
90
+ "min":300
91
+ },
61
92
  "Fragment":{
62
93
  "type":"structure",
63
94
  "members":{
@@ -74,7 +105,9 @@
74
105
  },
75
106
  "FragmentNumberList":{
76
107
  "type":"list",
77
- "member":{"shape":"FragmentNumberString"}
108
+ "member":{"shape":"FragmentNumberString"},
109
+ "max":1000,
110
+ "min":1
78
111
  },
79
112
  "FragmentNumberString":{
80
113
  "type":"string",
@@ -100,6 +133,24 @@
100
133
  "SERVER_TIMESTAMP"
101
134
  ]
102
135
  },
136
+ "GetHLSStreamingSessionURLInput":{
137
+ "type":"structure",
138
+ "members":{
139
+ "StreamName":{"shape":"StreamName"},
140
+ "StreamARN":{"shape":"ResourceARN"},
141
+ "PlaybackMode":{"shape":"PlaybackMode"},
142
+ "HLSFragmentSelector":{"shape":"HLSFragmentSelector"},
143
+ "DiscontinuityMode":{"shape":"DiscontinuityMode"},
144
+ "Expires":{"shape":"Expires"},
145
+ "MaxMediaPlaylistFragmentResults":{"shape":"PageLimit"}
146
+ }
147
+ },
148
+ "GetHLSStreamingSessionURLOutput":{
149
+ "type":"structure",
150
+ "members":{
151
+ "HLSStreamingSessionURL":{"shape":"HLSStreamingSessionURL"}
152
+ }
153
+ },
103
154
  "GetMediaForFragmentListInput":{
104
155
  "type":"structure",
105
156
  "required":[
@@ -123,6 +174,28 @@
123
174
  },
124
175
  "payload":"Payload"
125
176
  },
177
+ "HLSFragmentSelector":{
178
+ "type":"structure",
179
+ "members":{
180
+ "FragmentSelectorType":{"shape":"HLSFragmentSelectorType"},
181
+ "TimestampRange":{"shape":"HLSTimestampRange"}
182
+ }
183
+ },
184
+ "HLSFragmentSelectorType":{
185
+ "type":"string",
186
+ "enum":[
187
+ "PRODUCER_TIMESTAMP",
188
+ "SERVER_TIMESTAMP"
189
+ ]
190
+ },
191
+ "HLSStreamingSessionURL":{"type":"string"},
192
+ "HLSTimestampRange":{
193
+ "type":"structure",
194
+ "members":{
195
+ "StartTimestamp":{"shape":"Timestamp"},
196
+ "EndTimestamp":{"shape":"Timestamp"}
197
+ }
198
+ },
126
199
  "InvalidArgumentException":{
127
200
  "type":"structure",
128
201
  "members":{
@@ -131,6 +204,14 @@
131
204
  "error":{"httpStatusCode":400},
132
205
  "exception":true
133
206
  },
207
+ "InvalidCodecPrivateDataException":{
208
+ "type":"structure",
209
+ "members":{
210
+ "Message":{"shape":"ErrorMessage"}
211
+ },
212
+ "error":{"httpStatusCode":400},
213
+ "exception":true
214
+ },
134
215
  "ListFragmentsInput":{
135
216
  "type":"structure",
136
217
  "required":["StreamName"],
@@ -149,6 +230,22 @@
149
230
  }
150
231
  },
151
232
  "Long":{"type":"long"},
233
+ "MissingCodecPrivateDataException":{
234
+ "type":"structure",
235
+ "members":{
236
+ "Message":{"shape":"ErrorMessage"}
237
+ },
238
+ "error":{"httpStatusCode":400},
239
+ "exception":true
240
+ },
241
+ "NoDataRetentionException":{
242
+ "type":"structure",
243
+ "members":{
244
+ "Message":{"shape":"ErrorMessage"}
245
+ },
246
+ "error":{"httpStatusCode":400},
247
+ "exception":true
248
+ },
152
249
  "NotAuthorizedException":{
153
250
  "type":"structure",
154
251
  "members":{
@@ -166,6 +263,19 @@
166
263
  "type":"blob",
167
264
  "streaming":true
168
265
  },
266
+ "PlaybackMode":{
267
+ "type":"string",
268
+ "enum":[
269
+ "LIVE",
270
+ "ON_DEMAND"
271
+ ]
272
+ },
273
+ "ResourceARN":{
274
+ "type":"string",
275
+ "max":1024,
276
+ "min":1,
277
+ "pattern":"arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+"
278
+ },
169
279
  "ResourceNotFoundException":{
170
280
  "type":"structure",
171
281
  "members":{
@@ -195,6 +305,14 @@
195
305
  "StartTimestamp":{"shape":"Timestamp"},
196
306
  "EndTimestamp":{"shape":"Timestamp"}
197
307
  }
308
+ },
309
+ "UnsupportedStreamMediaTypeException":{
310
+ "type":"structure",
311
+ "members":{
312
+ "Message":{"shape":"ErrorMessage"}
313
+ },
314
+ "error":{"httpStatusCode":400},
315
+ "exception":true
198
316
  }
199
317
  }
200
318
  }
@@ -177,7 +177,8 @@
177
177
  "PUT_MEDIA",
178
178
  "GET_MEDIA",
179
179
  "LIST_FRAGMENTS",
180
- "GET_MEDIA_FOR_FRAGMENT_LIST"
180
+ "GET_MEDIA_FOR_FRAGMENT_LIST",
181
+ "GET_HLS_STREAMING_SESSION_URL"
181
182
  ]
182
183
  },
183
184
  "AccountStreamLimitExceededException":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.88'
2
+ VERSION = '2.11.89'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.88
4
+ version: 2.11.89
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-12 00:00:00.000000000 Z
11
+ date: 2018-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath