aws-sdk-core 2.11.567 → 2.11.572

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/acm-pca/2017-08-22/api-2.json +129 -17
  3. data/apis/acm/2015-12-08/api-2.json +1 -0
  4. data/apis/apigatewayv2/2018-11-29/api-2.json +56 -0
  5. data/apis/cognito-idp/2016-04-18/api-2.json +1 -5
  6. data/apis/datasync/2018-11-09/api-2.json +78 -2
  7. data/apis/dms/2016-01-01/api-2.json +5 -2
  8. data/apis/ec2/2016-11-15/api-2.json +237 -0
  9. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  10. data/apis/ecr/2015-09-21/api-2.json +3 -1
  11. data/apis/identitystore/2020-06-15/api-2.json +318 -0
  12. data/apis/identitystore/2020-06-15/examples-1.json +5 -0
  13. data/apis/identitystore/2020-06-15/paginators-1.json +14 -0
  14. data/apis/iotsitewise/2019-12-02/api-2.json +22 -8
  15. data/apis/ivs/2020-07-14/api-2.json +160 -1
  16. data/apis/ivs/2020-07-14/paginators-1.json +6 -0
  17. data/apis/kafka/2018-11-14/api-2.json +142 -1
  18. data/apis/kinesis/2013-12-02/api-2.json +52 -12
  19. data/apis/lakeformation/2017-03-31/api-2.json +13 -1
  20. data/apis/quicksight/2018-04-01/api-2.json +579 -5
  21. data/apis/quicksight/2018-04-01/paginators-1.json +10 -0
  22. data/apis/robomaker/2018-06-29/api-2.json +738 -1
  23. data/apis/robomaker/2018-06-29/paginators-1.json +24 -0
  24. data/apis/securityhub/2018-10-26/api-2.json +565 -4
  25. data/apis/servicecatalog/2015-12-10/api-2.json +6 -0
  26. data/apis/sesv2/2019-09-27/api-2.json +189 -0
  27. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  28. data/apis/ssm/2014-11-06/api-2.json +18 -7
  29. data/apis/storagegateway/2013-06-30/api-2.json +165 -7
  30. data/apis/transcribe-streaming/2017-10-26/api-2.json +12 -1
  31. data/apis/xray/2016-04-12/api-2.json +150 -2
  32. data/endpoints.json +21 -0
  33. data/lib/aws-sdk-core.rb +1 -0
  34. data/lib/aws-sdk-core/identitystore.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +6 -2
@@ -560,6 +560,12 @@
560
560
  "output_token": "NextToken",
561
561
  "result_key": "MulticastDomainAssociations"
562
562
  },
563
+ "GetTransitGatewayPrefixListReferences": {
564
+ "input_token": "NextToken",
565
+ "limit_key": "MaxResults",
566
+ "output_token": "NextToken",
567
+ "result_key": "TransitGatewayPrefixListReferences"
568
+ },
563
569
  "GetTransitGatewayRouteTableAssociations": {
564
570
  "input_token": "NextToken",
565
571
  "limit_key": "MaxResults",
@@ -902,7 +902,9 @@
902
902
  "imageSizeInBytes":{"shape":"ImageSizeInBytes"},
903
903
  "imagePushedAt":{"shape":"PushTimestamp"},
904
904
  "imageScanStatus":{"shape":"ImageScanStatus"},
905
- "imageScanFindingsSummary":{"shape":"ImageScanFindingsSummary"}
905
+ "imageScanFindingsSummary":{"shape":"ImageScanFindingsSummary"},
906
+ "imageManifestMediaType":{"shape":"MediaType"},
907
+ "artifactMediaType":{"shape":"MediaType"}
906
908
  }
907
909
  },
908
910
  "ImageDetailList":{
@@ -0,0 +1,318 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2020-06-15",
5
+ "endpointPrefix":"identitystore",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"IdentityStore",
9
+ "serviceFullName":"AWS SSO Identity Store",
10
+ "serviceId":"identitystore",
11
+ "signatureVersion":"v4",
12
+ "signingName":"identitystore",
13
+ "targetPrefix":"AWSIdentityStore",
14
+ "uid":"identitystore-2020-06-15"
15
+ },
16
+ "operations":{
17
+ "DescribeGroup":{
18
+ "name":"DescribeGroup",
19
+ "http":{
20
+ "method":"POST",
21
+ "requestUri":"/"
22
+ },
23
+ "input":{"shape":"DescribeGroupRequest"},
24
+ "output":{"shape":"DescribeGroupResponse"},
25
+ "errors":[
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"ValidationException"},
28
+ {"shape":"AccessDeniedException"},
29
+ {"shape":"ThrottlingException"},
30
+ {"shape":"InternalServerException"}
31
+ ]
32
+ },
33
+ "DescribeUser":{
34
+ "name":"DescribeUser",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/"
38
+ },
39
+ "input":{"shape":"DescribeUserRequest"},
40
+ "output":{"shape":"DescribeUserResponse"},
41
+ "errors":[
42
+ {"shape":"ResourceNotFoundException"},
43
+ {"shape":"ValidationException"},
44
+ {"shape":"AccessDeniedException"},
45
+ {"shape":"ThrottlingException"},
46
+ {"shape":"InternalServerException"}
47
+ ]
48
+ },
49
+ "ListGroups":{
50
+ "name":"ListGroups",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/"
54
+ },
55
+ "input":{"shape":"ListGroupsRequest"},
56
+ "output":{"shape":"ListGroupsResponse"},
57
+ "errors":[
58
+ {"shape":"ValidationException"},
59
+ {"shape":"AccessDeniedException"},
60
+ {"shape":"ResourceNotFoundException"},
61
+ {"shape":"ThrottlingException"},
62
+ {"shape":"InternalServerException"}
63
+ ]
64
+ },
65
+ "ListUsers":{
66
+ "name":"ListUsers",
67
+ "http":{
68
+ "method":"POST",
69
+ "requestUri":"/"
70
+ },
71
+ "input":{"shape":"ListUsersRequest"},
72
+ "output":{"shape":"ListUsersResponse"},
73
+ "errors":[
74
+ {"shape":"ValidationException"},
75
+ {"shape":"AccessDeniedException"},
76
+ {"shape":"ResourceNotFoundException"},
77
+ {"shape":"ThrottlingException"},
78
+ {"shape":"InternalServerException"}
79
+ ]
80
+ }
81
+ },
82
+ "shapes":{
83
+ "AccessDeniedException":{
84
+ "type":"structure",
85
+ "members":{
86
+ "Message":{"shape":"Message"},
87
+ "RequestId":{"shape":"RequestId"}
88
+ },
89
+ "exception":true
90
+ },
91
+ "AttributePath":{
92
+ "type":"string",
93
+ "max":255,
94
+ "min":1,
95
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}  ]+"
96
+ },
97
+ "DescribeGroupRequest":{
98
+ "type":"structure",
99
+ "required":[
100
+ "IdentityStoreId",
101
+ "GroupId"
102
+ ],
103
+ "members":{
104
+ "IdentityStoreId":{"shape":"IdentityStoreId"},
105
+ "GroupId":{"shape":"ResourceId"}
106
+ }
107
+ },
108
+ "DescribeGroupResponse":{
109
+ "type":"structure",
110
+ "required":[
111
+ "GroupId",
112
+ "DisplayName"
113
+ ],
114
+ "members":{
115
+ "GroupId":{"shape":"ResourceId"},
116
+ "DisplayName":{"shape":"GroupDisplayName"}
117
+ }
118
+ },
119
+ "DescribeUserRequest":{
120
+ "type":"structure",
121
+ "required":[
122
+ "IdentityStoreId",
123
+ "UserId"
124
+ ],
125
+ "members":{
126
+ "IdentityStoreId":{"shape":"IdentityStoreId"},
127
+ "UserId":{"shape":"ResourceId"}
128
+ }
129
+ },
130
+ "DescribeUserResponse":{
131
+ "type":"structure",
132
+ "required":[
133
+ "UserName",
134
+ "UserId"
135
+ ],
136
+ "members":{
137
+ "UserName":{"shape":"UserName"},
138
+ "UserId":{"shape":"ResourceId"}
139
+ }
140
+ },
141
+ "Filter":{
142
+ "type":"structure",
143
+ "required":[
144
+ "AttributePath",
145
+ "AttributeValue"
146
+ ],
147
+ "members":{
148
+ "AttributePath":{"shape":"AttributePath"},
149
+ "AttributeValue":{"shape":"SensitiveStringType"}
150
+ }
151
+ },
152
+ "Filters":{
153
+ "type":"list",
154
+ "member":{"shape":"Filter"}
155
+ },
156
+ "Group":{
157
+ "type":"structure",
158
+ "required":[
159
+ "GroupId",
160
+ "DisplayName"
161
+ ],
162
+ "members":{
163
+ "GroupId":{"shape":"ResourceId"},
164
+ "DisplayName":{"shape":"GroupDisplayName"}
165
+ }
166
+ },
167
+ "GroupDisplayName":{
168
+ "type":"string",
169
+ "max":1024,
170
+ "min":1,
171
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  ]+"
172
+ },
173
+ "Groups":{
174
+ "type":"list",
175
+ "member":{"shape":"Group"}
176
+ },
177
+ "IdentityStoreId":{
178
+ "type":"string",
179
+ "max":12,
180
+ "min":1,
181
+ "pattern":"^d-[0-9a-f]{10}$"
182
+ },
183
+ "InternalServerException":{
184
+ "type":"structure",
185
+ "members":{
186
+ "Message":{"shape":"Message"},
187
+ "RequestId":{"shape":"RequestId"}
188
+ },
189
+ "exception":true,
190
+ "fault":true
191
+ },
192
+ "ListGroupsRequest":{
193
+ "type":"structure",
194
+ "required":["IdentityStoreId"],
195
+ "members":{
196
+ "IdentityStoreId":{"shape":"IdentityStoreId"},
197
+ "MaxResults":{"shape":"MaxResults"},
198
+ "NextToken":{"shape":"NextToken"},
199
+ "Filters":{"shape":"Filters"}
200
+ }
201
+ },
202
+ "ListGroupsResponse":{
203
+ "type":"structure",
204
+ "required":["Groups"],
205
+ "members":{
206
+ "Groups":{"shape":"Groups"},
207
+ "NextToken":{"shape":"NextToken"}
208
+ }
209
+ },
210
+ "ListUsersRequest":{
211
+ "type":"structure",
212
+ "required":["IdentityStoreId"],
213
+ "members":{
214
+ "IdentityStoreId":{"shape":"IdentityStoreId"},
215
+ "MaxResults":{"shape":"MaxResults"},
216
+ "NextToken":{"shape":"NextToken"},
217
+ "Filters":{"shape":"Filters"}
218
+ }
219
+ },
220
+ "ListUsersResponse":{
221
+ "type":"structure",
222
+ "required":["Users"],
223
+ "members":{
224
+ "Users":{"shape":"Users"},
225
+ "NextToken":{"shape":"NextToken"}
226
+ }
227
+ },
228
+ "MaxResults":{
229
+ "type":"integer",
230
+ "max":50,
231
+ "min":1
232
+ },
233
+ "Message":{
234
+ "type":"string",
235
+ "max":65535,
236
+ "min":1
237
+ },
238
+ "NextToken":{
239
+ "type":"string",
240
+ "max":65535,
241
+ "min":1,
242
+ "pattern":"^[-a-zA-Z0-9+=/:]*"
243
+ },
244
+ "RequestId":{
245
+ "type":"string",
246
+ "pattern":"[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}"
247
+ },
248
+ "ResourceId":{
249
+ "type":"string",
250
+ "max":47,
251
+ "min":1,
252
+ "pattern":"^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$"
253
+ },
254
+ "ResourceNotFoundException":{
255
+ "type":"structure",
256
+ "members":{
257
+ "ResourceType":{"shape":"ResourceType"},
258
+ "ResourceId":{"shape":"ResourceId"},
259
+ "Message":{"shape":"Message"},
260
+ "RequestId":{"shape":"RequestId"}
261
+ },
262
+ "exception":true
263
+ },
264
+ "ResourceType":{
265
+ "type":"string",
266
+ "enum":[
267
+ "GROUP",
268
+ "USER",
269
+ "IDENTITY_STORE"
270
+ ]
271
+ },
272
+ "SensitiveStringType":{
273
+ "type":"string",
274
+ "max":1024,
275
+ "min":1,
276
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  ]+",
277
+ "sensitive":true
278
+ },
279
+ "ThrottlingException":{
280
+ "type":"structure",
281
+ "members":{
282
+ "Message":{"shape":"Message"},
283
+ "RequestId":{"shape":"RequestId"}
284
+ },
285
+ "exception":true
286
+ },
287
+ "User":{
288
+ "type":"structure",
289
+ "required":[
290
+ "UserName",
291
+ "UserId"
292
+ ],
293
+ "members":{
294
+ "UserName":{"shape":"UserName"},
295
+ "UserId":{"shape":"ResourceId"}
296
+ }
297
+ },
298
+ "UserName":{
299
+ "type":"string",
300
+ "max":128,
301
+ "min":1,
302
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+",
303
+ "sensitive":true
304
+ },
305
+ "Users":{
306
+ "type":"list",
307
+ "member":{"shape":"User"}
308
+ },
309
+ "ValidationException":{
310
+ "type":"structure",
311
+ "members":{
312
+ "Message":{"shape":"Message"},
313
+ "RequestId":{"shape":"RequestId"}
314
+ },
315
+ "exception":true
316
+ }
317
+ }
318
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListGroups": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListUsers": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }
@@ -2662,10 +2662,7 @@
2662
2662
  },
2663
2663
  "ListAssociatedAssetsRequest":{
2664
2664
  "type":"structure",
2665
- "required":[
2666
- "assetId",
2667
- "hierarchyId"
2668
- ],
2665
+ "required":["assetId"],
2669
2666
  "members":{
2670
2667
  "assetId":{
2671
2668
  "shape":"ID",
@@ -2677,6 +2674,11 @@
2677
2674
  "location":"querystring",
2678
2675
  "locationName":"hierarchyId"
2679
2676
  },
2677
+ "traversalDirection":{
2678
+ "shape":"TraversalDirection",
2679
+ "location":"querystring",
2680
+ "locationName":"traversalDirection"
2681
+ },
2680
2682
  "nextToken":{
2681
2683
  "shape":"NextToken",
2682
2684
  "location":"querystring",
@@ -2898,7 +2900,11 @@
2898
2900
  },
2899
2901
  "MonitorErrorCode":{
2900
2902
  "type":"string",
2901
- "enum":["INTERNAL_FAILURE"]
2903
+ "enum":[
2904
+ "INTERNAL_FAILURE",
2905
+ "VALIDATION_ERROR",
2906
+ "LIMIT_EXCEEDED"
2907
+ ]
2902
2908
  },
2903
2909
  "MonitorErrorDetails":{
2904
2910
  "type":"structure",
@@ -2972,7 +2978,8 @@
2972
2978
  "required":[
2973
2979
  "id",
2974
2980
  "name",
2975
- "startUrl"
2981
+ "startUrl",
2982
+ "status"
2976
2983
  ],
2977
2984
  "members":{
2978
2985
  "id":{"shape":"ID"},
@@ -2981,7 +2988,8 @@
2981
2988
  "startUrl":{"shape":"Url"},
2982
2989
  "creationDate":{"shape":"Timestamp"},
2983
2990
  "lastUpdateDate":{"shape":"Timestamp"},
2984
- "roleArn":{"shape":"ARN"}
2991
+ "roleArn":{"shape":"ARN"},
2992
+ "status":{"shape":"PortalStatus"}
2985
2993
  }
2986
2994
  },
2987
2995
  "ProjectResource":{
@@ -3028,7 +3036,6 @@
3028
3036
  },
3029
3037
  "PropertyAlias":{
3030
3038
  "type":"string",
3031
- "max":2048,
3032
3039
  "min":1,
3033
3040
  "pattern":"[^\\u0000-\\u001F\\u007F]+"
3034
3041
  },
@@ -3287,6 +3294,13 @@
3287
3294
  "variables":{"shape":"ExpressionVariables"}
3288
3295
  }
3289
3296
  },
3297
+ "TraversalDirection":{
3298
+ "type":"string",
3299
+ "enum":[
3300
+ "PARENT",
3301
+ "CHILD"
3302
+ ]
3303
+ },
3290
3304
  "TumblingWindow":{
3291
3305
  "type":"structure",
3292
3306
  "required":["interval"],
@@ -76,6 +76,21 @@
76
76
  {"shape":"PendingVerification"}
77
77
  ]
78
78
  },
79
+ "DeletePlaybackKeyPair":{
80
+ "name":"DeletePlaybackKeyPair",
81
+ "http":{
82
+ "method":"POST",
83
+ "requestUri":"/DeletePlaybackKeyPair"
84
+ },
85
+ "input":{"shape":"DeletePlaybackKeyPairRequest"},
86
+ "output":{"shape":"DeletePlaybackKeyPairResponse"},
87
+ "errors":[
88
+ {"shape":"ValidationException"},
89
+ {"shape":"AccessDeniedException"},
90
+ {"shape":"ResourceNotFoundException"},
91
+ {"shape":"PendingVerification"}
92
+ ]
93
+ },
79
94
  "DeleteStreamKey":{
80
95
  "name":"DeleteStreamKey",
81
96
  "http":{
@@ -104,6 +119,20 @@
104
119
  {"shape":"ResourceNotFoundException"}
105
120
  ]
106
121
  },
122
+ "GetPlaybackKeyPair":{
123
+ "name":"GetPlaybackKeyPair",
124
+ "http":{
125
+ "method":"POST",
126
+ "requestUri":"/GetPlaybackKeyPair"
127
+ },
128
+ "input":{"shape":"GetPlaybackKeyPairRequest"},
129
+ "output":{"shape":"GetPlaybackKeyPairResponse"},
130
+ "errors":[
131
+ {"shape":"ValidationException"},
132
+ {"shape":"AccessDeniedException"},
133
+ {"shape":"ResourceNotFoundException"}
134
+ ]
135
+ },
107
136
  "GetStream":{
108
137
  "name":"GetStream",
109
138
  "http":{
@@ -133,6 +162,22 @@
133
162
  {"shape":"ResourceNotFoundException"}
134
163
  ]
135
164
  },
165
+ "ImportPlaybackKeyPair":{
166
+ "name":"ImportPlaybackKeyPair",
167
+ "http":{
168
+ "method":"POST",
169
+ "requestUri":"/ImportPlaybackKeyPair"
170
+ },
171
+ "input":{"shape":"ImportPlaybackKeyPairRequest"},
172
+ "output":{"shape":"ImportPlaybackKeyPairResponse"},
173
+ "errors":[
174
+ {"shape":"ValidationException"},
175
+ {"shape":"ConflictException"},
176
+ {"shape":"AccessDeniedException"},
177
+ {"shape":"ServiceQuotaExceededException"},
178
+ {"shape":"PendingVerification"}
179
+ ]
180
+ },
136
181
  "ListChannels":{
137
182
  "name":"ListChannels",
138
183
  "http":{
@@ -146,6 +191,19 @@
146
191
  {"shape":"AccessDeniedException"}
147
192
  ]
148
193
  },
194
+ "ListPlaybackKeyPairs":{
195
+ "name":"ListPlaybackKeyPairs",
196
+ "http":{
197
+ "method":"POST",
198
+ "requestUri":"/ListPlaybackKeyPairs"
199
+ },
200
+ "input":{"shape":"ListPlaybackKeyPairsRequest"},
201
+ "output":{"shape":"ListPlaybackKeyPairsResponse"},
202
+ "errors":[
203
+ {"shape":"ValidationException"},
204
+ {"shape":"AccessDeniedException"}
205
+ ]
206
+ },
149
207
  "ListStreamKeys":{
150
208
  "name":"ListStreamKeys",
151
209
  "http":{
@@ -311,6 +369,7 @@
311
369
  "errors":{"shape":"BatchErrors"}
312
370
  }
313
371
  },
372
+ "Boolean":{"type":"boolean"},
314
373
  "Channel":{
315
374
  "type":"structure",
316
375
  "members":{
@@ -320,6 +379,7 @@
320
379
  "type":{"shape":"ChannelType"},
321
380
  "ingestEndpoint":{"shape":"IngestEndpoint"},
322
381
  "playbackUrl":{"shape":"PlaybackURL"},
382
+ "authorized":{"shape":"IsAuthorized"},
323
383
  "tags":{"shape":"Tags"}
324
384
  }
325
385
  },
@@ -366,6 +426,7 @@
366
426
  "arn":{"shape":"ChannelArn"},
367
427
  "name":{"shape":"ChannelName"},
368
428
  "latencyMode":{"shape":"ChannelLatencyMode"},
429
+ "authorized":{"shape":"IsAuthorized"},
369
430
  "tags":{"shape":"Tags"}
370
431
  }
371
432
  },
@@ -394,6 +455,7 @@
394
455
  "name":{"shape":"ChannelName"},
395
456
  "latencyMode":{"shape":"ChannelLatencyMode"},
396
457
  "type":{"shape":"ChannelType"},
458
+ "authorized":{"shape":"Boolean"},
397
459
  "tags":{"shape":"Tags"}
398
460
  }
399
461
  },
@@ -425,6 +487,18 @@
425
487
  "arn":{"shape":"ChannelArn"}
426
488
  }
427
489
  },
490
+ "DeletePlaybackKeyPairRequest":{
491
+ "type":"structure",
492
+ "required":["arn"],
493
+ "members":{
494
+ "arn":{"shape":"PlaybackKeyPairArn"}
495
+ }
496
+ },
497
+ "DeletePlaybackKeyPairResponse":{
498
+ "type":"structure",
499
+ "members":{
500
+ }
501
+ },
428
502
  "DeleteStreamKeyRequest":{
429
503
  "type":"structure",
430
504
  "required":["arn"],
@@ -445,6 +519,19 @@
445
519
  "channel":{"shape":"Channel"}
446
520
  }
447
521
  },
522
+ "GetPlaybackKeyPairRequest":{
523
+ "type":"structure",
524
+ "required":["arn"],
525
+ "members":{
526
+ "arn":{"shape":"PlaybackKeyPairArn"}
527
+ }
528
+ },
529
+ "GetPlaybackKeyPairResponse":{
530
+ "type":"structure",
531
+ "members":{
532
+ "keyPair":{"shape":"PlaybackKeyPair"}
533
+ }
534
+ },
448
535
  "GetStreamKeyRequest":{
449
536
  "type":"structure",
450
537
  "required":["arn"],
@@ -471,6 +558,21 @@
471
558
  "stream":{"shape":"Stream"}
472
559
  }
473
560
  },
561
+ "ImportPlaybackKeyPairRequest":{
562
+ "type":"structure",
563
+ "required":["publicKeyMaterial"],
564
+ "members":{
565
+ "publicKeyMaterial":{"shape":"PlaybackPublicKeyMaterial"},
566
+ "name":{"shape":"PlaybackKeyPairName"},
567
+ "tags":{"shape":"Tags"}
568
+ }
569
+ },
570
+ "ImportPlaybackKeyPairResponse":{
571
+ "type":"structure",
572
+ "members":{
573
+ "keyPair":{"shape":"PlaybackKeyPair"}
574
+ }
575
+ },
474
576
  "IngestEndpoint":{"type":"string"},
475
577
  "InternalServerException":{
476
578
  "type":"structure",
@@ -480,6 +582,7 @@
480
582
  "error":{"httpStatusCode":500},
481
583
  "exception":true
482
584
  },
585
+ "IsAuthorized":{"type":"boolean"},
483
586
  "ListChannelsRequest":{
484
587
  "type":"structure",
485
588
  "members":{
@@ -496,6 +599,21 @@
496
599
  "nextToken":{"shape":"PaginationToken"}
497
600
  }
498
601
  },
602
+ "ListPlaybackKeyPairsRequest":{
603
+ "type":"structure",
604
+ "members":{
605
+ "nextToken":{"shape":"PaginationToken"},
606
+ "maxResults":{"shape":"MaxPlaybackKeyPairResults"}
607
+ }
608
+ },
609
+ "ListPlaybackKeyPairsResponse":{
610
+ "type":"structure",
611
+ "required":["keyPairs"],
612
+ "members":{
613
+ "keyPairs":{"shape":"PlaybackKeyPairList"},
614
+ "nextToken":{"shape":"PaginationToken"}
615
+ }
616
+ },
499
617
  "ListStreamKeysRequest":{
500
618
  "type":"structure",
501
619
  "required":["channelArn"],
@@ -554,6 +672,11 @@
554
672
  "max":50,
555
673
  "min":1
556
674
  },
675
+ "MaxPlaybackKeyPairResults":{
676
+ "type":"integer",
677
+ "max":50,
678
+ "min":1
679
+ },
557
680
  "MaxStreamKeyResults":{
558
681
  "type":"integer",
559
682
  "max":50,
@@ -582,6 +705,41 @@
582
705
  "error":{"httpStatusCode":403},
583
706
  "exception":true
584
707
  },
708
+ "PlaybackKeyPair":{
709
+ "type":"structure",
710
+ "members":{
711
+ "arn":{"shape":"PlaybackKeyPairArn"},
712
+ "name":{"shape":"PlaybackKeyPairName"},
713
+ "fingerprint":{"shape":"PlaybackKeyPairFingerprint"},
714
+ "tags":{"shape":"Tags"}
715
+ }
716
+ },
717
+ "PlaybackKeyPairArn":{
718
+ "type":"string",
719
+ "max":128,
720
+ "min":1,
721
+ "pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
722
+ },
723
+ "PlaybackKeyPairFingerprint":{"type":"string"},
724
+ "PlaybackKeyPairList":{
725
+ "type":"list",
726
+ "member":{"shape":"PlaybackKeyPairSummary"}
727
+ },
728
+ "PlaybackKeyPairName":{
729
+ "type":"string",
730
+ "max":128,
731
+ "min":0,
732
+ "pattern":"^[a-zA-Z0-9-_]*$"
733
+ },
734
+ "PlaybackKeyPairSummary":{
735
+ "type":"structure",
736
+ "members":{
737
+ "arn":{"shape":"PlaybackKeyPairArn"},
738
+ "name":{"shape":"PlaybackKeyPairName"},
739
+ "tags":{"shape":"Tags"}
740
+ }
741
+ },
742
+ "PlaybackPublicKeyMaterial":{"type":"string"},
585
743
  "PlaybackURL":{"type":"string"},
586
744
  "PutMetadataRequest":{
587
745
  "type":"structure",
@@ -799,7 +957,8 @@
799
957
  "arn":{"shape":"ChannelArn"},
800
958
  "name":{"shape":"ChannelName"},
801
959
  "latencyMode":{"shape":"ChannelLatencyMode"},
802
- "type":{"shape":"ChannelType"}
960
+ "type":{"shape":"ChannelType"},
961
+ "authorized":{"shape":"Boolean"}
803
962
  }
804
963
  },
805
964
  "UpdateChannelResponse":{