aws-sdk-core 2.11.260 → 2.11.261
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/alexaforbusiness/2017-11-09/api-2.json +290 -1
- data/apis/alexaforbusiness/2017-11-09/paginators-1.json +10 -0
- data/apis/ec2/2016-11-15/api-2.json +7 -0
- data/apis/mediaconnect/2018-11-14/api-2.json +1573 -1342
- data/apis/mediaconnect/2018-11-14/paginators-1.json +6 -0
- data/apis/mediatailor/2018-04-23/api-2.json +520 -475
- data/apis/rds/2014-10-31/api-2.json +4 -2
- data/apis/route53/2013-04-01/api-2.json +6 -1
- data/apis/ssm/2014-11-06/api-2.json +68 -10
- data/apis/storagegateway/2013-06-30/api-2.json +3 -0
- data/apis/storagegateway/2013-06-30/paginators-1.json +24 -0
- data/apis/textract/2018-06-27/api-2.json +10 -1
- data/endpoints.json +40 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48f83f793a6dd3ca4b2e8deca2449f43b52670fc
|
4
|
+
data.tar.gz: ad78811a05bab55daf693b1aafa3325f9b53baef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a82a534786cadc4fc65ccd275707eba91ed783ee839a9f547ec1284098213a22bf322b9ab82d3e5c303e421db44477a9fa88eb292d2c7ae3a83b326030bdfc8f
|
7
|
+
data.tar.gz: d80cb89ee54173a00fad5225c274f80db5bab65bdbe82e887dd1e43738689719fe53bd1adfc04619ad42f29402a79e86f32b9bbe217fdef16e85ad83ea4d778a
|
@@ -141,6 +141,19 @@
|
|
141
141
|
{"shape":"LimitExceededException"}
|
142
142
|
]
|
143
143
|
},
|
144
|
+
"CreateGatewayGroup":{
|
145
|
+
"name":"CreateGatewayGroup",
|
146
|
+
"http":{
|
147
|
+
"method":"POST",
|
148
|
+
"requestUri":"/"
|
149
|
+
},
|
150
|
+
"input":{"shape":"CreateGatewayGroupRequest"},
|
151
|
+
"output":{"shape":"CreateGatewayGroupResponse"},
|
152
|
+
"errors":[
|
153
|
+
{"shape":"AlreadyExistsException"},
|
154
|
+
{"shape":"LimitExceededException"}
|
155
|
+
]
|
156
|
+
},
|
144
157
|
"CreateProfile":{
|
145
158
|
"name":"CreateProfile",
|
146
159
|
"http":{
|
@@ -261,6 +274,18 @@
|
|
261
274
|
{"shape":"InvalidCertificateAuthorityException"}
|
262
275
|
]
|
263
276
|
},
|
277
|
+
"DeleteGatewayGroup":{
|
278
|
+
"name":"DeleteGatewayGroup",
|
279
|
+
"http":{
|
280
|
+
"method":"POST",
|
281
|
+
"requestUri":"/"
|
282
|
+
},
|
283
|
+
"input":{"shape":"DeleteGatewayGroupRequest"},
|
284
|
+
"output":{"shape":"DeleteGatewayGroupResponse"},
|
285
|
+
"errors":[
|
286
|
+
{"shape":"ResourceAssociatedException"}
|
287
|
+
]
|
288
|
+
},
|
264
289
|
"DeleteProfile":{
|
265
290
|
"name":"DeleteProfile",
|
266
291
|
"http":{
|
@@ -470,6 +495,30 @@
|
|
470
495
|
{"shape":"NotFoundException"}
|
471
496
|
]
|
472
497
|
},
|
498
|
+
"GetGateway":{
|
499
|
+
"name":"GetGateway",
|
500
|
+
"http":{
|
501
|
+
"method":"POST",
|
502
|
+
"requestUri":"/"
|
503
|
+
},
|
504
|
+
"input":{"shape":"GetGatewayRequest"},
|
505
|
+
"output":{"shape":"GetGatewayResponse"},
|
506
|
+
"errors":[
|
507
|
+
{"shape":"NotFoundException"}
|
508
|
+
]
|
509
|
+
},
|
510
|
+
"GetGatewayGroup":{
|
511
|
+
"name":"GetGatewayGroup",
|
512
|
+
"http":{
|
513
|
+
"method":"POST",
|
514
|
+
"requestUri":"/"
|
515
|
+
},
|
516
|
+
"input":{"shape":"GetGatewayGroupRequest"},
|
517
|
+
"output":{"shape":"GetGatewayGroupResponse"},
|
518
|
+
"errors":[
|
519
|
+
{"shape":"NotFoundException"}
|
520
|
+
]
|
521
|
+
},
|
473
522
|
"GetInvitationConfiguration":{
|
474
523
|
"name":"GetInvitationConfiguration",
|
475
524
|
"http":{
|
@@ -560,6 +609,24 @@
|
|
560
609
|
{"shape":"NotFoundException"}
|
561
610
|
]
|
562
611
|
},
|
612
|
+
"ListGatewayGroups":{
|
613
|
+
"name":"ListGatewayGroups",
|
614
|
+
"http":{
|
615
|
+
"method":"POST",
|
616
|
+
"requestUri":"/"
|
617
|
+
},
|
618
|
+
"input":{"shape":"ListGatewayGroupsRequest"},
|
619
|
+
"output":{"shape":"ListGatewayGroupsResponse"}
|
620
|
+
},
|
621
|
+
"ListGateways":{
|
622
|
+
"name":"ListGateways",
|
623
|
+
"http":{
|
624
|
+
"method":"POST",
|
625
|
+
"requestUri":"/"
|
626
|
+
},
|
627
|
+
"input":{"shape":"ListGatewaysRequest"},
|
628
|
+
"output":{"shape":"ListGatewaysResponse"}
|
629
|
+
},
|
563
630
|
"ListSkills":{
|
564
631
|
"name":"ListSkills",
|
565
632
|
"http":{
|
@@ -904,6 +971,32 @@
|
|
904
971
|
{"shape":"DeviceNotRegisteredException"}
|
905
972
|
]
|
906
973
|
},
|
974
|
+
"UpdateGateway":{
|
975
|
+
"name":"UpdateGateway",
|
976
|
+
"http":{
|
977
|
+
"method":"POST",
|
978
|
+
"requestUri":"/"
|
979
|
+
},
|
980
|
+
"input":{"shape":"UpdateGatewayRequest"},
|
981
|
+
"output":{"shape":"UpdateGatewayResponse"},
|
982
|
+
"errors":[
|
983
|
+
{"shape":"NotFoundException"},
|
984
|
+
{"shape":"NameInUseException"}
|
985
|
+
]
|
986
|
+
},
|
987
|
+
"UpdateGatewayGroup":{
|
988
|
+
"name":"UpdateGatewayGroup",
|
989
|
+
"http":{
|
990
|
+
"method":"POST",
|
991
|
+
"requestUri":"/"
|
992
|
+
},
|
993
|
+
"input":{"shape":"UpdateGatewayGroupRequest"},
|
994
|
+
"output":{"shape":"UpdateGatewayGroupResponse"},
|
995
|
+
"errors":[
|
996
|
+
{"shape":"NotFoundException"},
|
997
|
+
{"shape":"NameInUseException"}
|
998
|
+
]
|
999
|
+
},
|
907
1000
|
"UpdateProfile":{
|
908
1001
|
"name":"UpdateProfile",
|
909
1002
|
"http":{
|
@@ -1387,6 +1480,27 @@
|
|
1387
1480
|
"ContactArn":{"shape":"Arn"}
|
1388
1481
|
}
|
1389
1482
|
},
|
1483
|
+
"CreateGatewayGroupRequest":{
|
1484
|
+
"type":"structure",
|
1485
|
+
"required":[
|
1486
|
+
"Name",
|
1487
|
+
"ClientRequestToken"
|
1488
|
+
],
|
1489
|
+
"members":{
|
1490
|
+
"Name":{"shape":"GatewayGroupName"},
|
1491
|
+
"Description":{"shape":"GatewayGroupDescription"},
|
1492
|
+
"ClientRequestToken":{
|
1493
|
+
"shape":"ClientRequestToken",
|
1494
|
+
"idempotencyToken":true
|
1495
|
+
}
|
1496
|
+
}
|
1497
|
+
},
|
1498
|
+
"CreateGatewayGroupResponse":{
|
1499
|
+
"type":"structure",
|
1500
|
+
"members":{
|
1501
|
+
"GatewayGroupArn":{"shape":"Arn"}
|
1502
|
+
}
|
1503
|
+
},
|
1390
1504
|
"CreateProfileRequest":{
|
1391
1505
|
"type":"structure",
|
1392
1506
|
"required":[
|
@@ -1547,6 +1661,18 @@
|
|
1547
1661
|
"members":{
|
1548
1662
|
}
|
1549
1663
|
},
|
1664
|
+
"DeleteGatewayGroupRequest":{
|
1665
|
+
"type":"structure",
|
1666
|
+
"required":["GatewayGroupArn"],
|
1667
|
+
"members":{
|
1668
|
+
"GatewayGroupArn":{"shape":"Arn"}
|
1669
|
+
}
|
1670
|
+
},
|
1671
|
+
"DeleteGatewayGroupResponse":{
|
1672
|
+
"type":"structure",
|
1673
|
+
"members":{
|
1674
|
+
}
|
1675
|
+
},
|
1550
1676
|
"DeleteProfileRequest":{
|
1551
1677
|
"type":"structure",
|
1552
1678
|
"members":{
|
@@ -1906,7 +2032,7 @@
|
|
1906
2032
|
"FilterValueList":{
|
1907
2033
|
"type":"list",
|
1908
2034
|
"member":{"shape":"FilterValue"},
|
1909
|
-
"max":
|
2035
|
+
"max":50
|
1910
2036
|
},
|
1911
2037
|
"ForgetSmartHomeAppliancesRequest":{
|
1912
2038
|
"type":"structure",
|
@@ -1920,6 +2046,78 @@
|
|
1920
2046
|
"members":{
|
1921
2047
|
}
|
1922
2048
|
},
|
2049
|
+
"Gateway":{
|
2050
|
+
"type":"structure",
|
2051
|
+
"members":{
|
2052
|
+
"Arn":{"shape":"Arn"},
|
2053
|
+
"Name":{"shape":"GatewayName"},
|
2054
|
+
"Description":{"shape":"GatewayDescription"},
|
2055
|
+
"GatewayGroupArn":{"shape":"Arn"},
|
2056
|
+
"SoftwareVersion":{"shape":"GatewayVersion"}
|
2057
|
+
}
|
2058
|
+
},
|
2059
|
+
"GatewayDescription":{
|
2060
|
+
"type":"string",
|
2061
|
+
"max":200,
|
2062
|
+
"min":0,
|
2063
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
2064
|
+
},
|
2065
|
+
"GatewayGroup":{
|
2066
|
+
"type":"structure",
|
2067
|
+
"members":{
|
2068
|
+
"Arn":{"shape":"Arn"},
|
2069
|
+
"Name":{"shape":"GatewayGroupName"},
|
2070
|
+
"Description":{"shape":"GatewayGroupDescription"}
|
2071
|
+
}
|
2072
|
+
},
|
2073
|
+
"GatewayGroupDescription":{
|
2074
|
+
"type":"string",
|
2075
|
+
"max":200,
|
2076
|
+
"min":0
|
2077
|
+
},
|
2078
|
+
"GatewayGroupName":{
|
2079
|
+
"type":"string",
|
2080
|
+
"max":100,
|
2081
|
+
"min":1,
|
2082
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
2083
|
+
},
|
2084
|
+
"GatewayGroupSummaries":{
|
2085
|
+
"type":"list",
|
2086
|
+
"member":{"shape":"GatewayGroupSummary"}
|
2087
|
+
},
|
2088
|
+
"GatewayGroupSummary":{
|
2089
|
+
"type":"structure",
|
2090
|
+
"members":{
|
2091
|
+
"Arn":{"shape":"Arn"},
|
2092
|
+
"Name":{"shape":"GatewayGroupName"},
|
2093
|
+
"Description":{"shape":"GatewayGroupDescription"}
|
2094
|
+
}
|
2095
|
+
},
|
2096
|
+
"GatewayName":{
|
2097
|
+
"type":"string",
|
2098
|
+
"max":253,
|
2099
|
+
"min":1,
|
2100
|
+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
|
2101
|
+
},
|
2102
|
+
"GatewaySummaries":{
|
2103
|
+
"type":"list",
|
2104
|
+
"member":{"shape":"GatewaySummary"}
|
2105
|
+
},
|
2106
|
+
"GatewaySummary":{
|
2107
|
+
"type":"structure",
|
2108
|
+
"members":{
|
2109
|
+
"Arn":{"shape":"Arn"},
|
2110
|
+
"Name":{"shape":"GatewayName"},
|
2111
|
+
"Description":{"shape":"GatewayDescription"},
|
2112
|
+
"GatewayGroupArn":{"shape":"Arn"},
|
2113
|
+
"SoftwareVersion":{"shape":"GatewayVersion"}
|
2114
|
+
}
|
2115
|
+
},
|
2116
|
+
"GatewayVersion":{
|
2117
|
+
"type":"string",
|
2118
|
+
"max":50,
|
2119
|
+
"min":1
|
2120
|
+
},
|
1923
2121
|
"GenericKeyword":{"type":"string"},
|
1924
2122
|
"GenericKeywords":{
|
1925
2123
|
"type":"list",
|
@@ -1987,6 +2185,32 @@
|
|
1987
2185
|
"Device":{"shape":"Device"}
|
1988
2186
|
}
|
1989
2187
|
},
|
2188
|
+
"GetGatewayGroupRequest":{
|
2189
|
+
"type":"structure",
|
2190
|
+
"required":["GatewayGroupArn"],
|
2191
|
+
"members":{
|
2192
|
+
"GatewayGroupArn":{"shape":"Arn"}
|
2193
|
+
}
|
2194
|
+
},
|
2195
|
+
"GetGatewayGroupResponse":{
|
2196
|
+
"type":"structure",
|
2197
|
+
"members":{
|
2198
|
+
"GatewayGroup":{"shape":"GatewayGroup"}
|
2199
|
+
}
|
2200
|
+
},
|
2201
|
+
"GetGatewayRequest":{
|
2202
|
+
"type":"structure",
|
2203
|
+
"required":["GatewayArn"],
|
2204
|
+
"members":{
|
2205
|
+
"GatewayArn":{"shape":"Arn"}
|
2206
|
+
}
|
2207
|
+
},
|
2208
|
+
"GetGatewayResponse":{
|
2209
|
+
"type":"structure",
|
2210
|
+
"members":{
|
2211
|
+
"Gateway":{"shape":"Gateway"}
|
2212
|
+
}
|
2213
|
+
},
|
1990
2214
|
"GetInvitationConfigurationRequest":{
|
1991
2215
|
"type":"structure",
|
1992
2216
|
"members":{
|
@@ -2144,6 +2368,35 @@
|
|
2144
2368
|
"NextToken":{"shape":"NextToken"}
|
2145
2369
|
}
|
2146
2370
|
},
|
2371
|
+
"ListGatewayGroupsRequest":{
|
2372
|
+
"type":"structure",
|
2373
|
+
"members":{
|
2374
|
+
"NextToken":{"shape":"NextToken"},
|
2375
|
+
"MaxResults":{"shape":"MaxResults"}
|
2376
|
+
}
|
2377
|
+
},
|
2378
|
+
"ListGatewayGroupsResponse":{
|
2379
|
+
"type":"structure",
|
2380
|
+
"members":{
|
2381
|
+
"GatewayGroups":{"shape":"GatewayGroupSummaries"},
|
2382
|
+
"NextToken":{"shape":"NextToken"}
|
2383
|
+
}
|
2384
|
+
},
|
2385
|
+
"ListGatewaysRequest":{
|
2386
|
+
"type":"structure",
|
2387
|
+
"members":{
|
2388
|
+
"GatewayGroupArn":{"shape":"Arn"},
|
2389
|
+
"NextToken":{"shape":"NextToken"},
|
2390
|
+
"MaxResults":{"shape":"MaxResults"}
|
2391
|
+
}
|
2392
|
+
},
|
2393
|
+
"ListGatewaysResponse":{
|
2394
|
+
"type":"structure",
|
2395
|
+
"members":{
|
2396
|
+
"Gateways":{"shape":"GatewaySummaries"},
|
2397
|
+
"NextToken":{"shape":"NextToken"}
|
2398
|
+
}
|
2399
|
+
},
|
2147
2400
|
"ListSkillsRequest":{
|
2148
2401
|
"type":"structure",
|
2149
2402
|
"members":{
|
@@ -2469,6 +2722,13 @@
|
|
2469
2722
|
"RoomSkillParameters":{"shape":"RoomSkillParameters"}
|
2470
2723
|
}
|
2471
2724
|
},
|
2725
|
+
"ResourceAssociatedException":{
|
2726
|
+
"type":"structure",
|
2727
|
+
"members":{
|
2728
|
+
"Message":{"shape":"ErrorMessage"}
|
2729
|
+
},
|
2730
|
+
"exception":true
|
2731
|
+
},
|
2472
2732
|
"ResourceInUseException":{
|
2473
2733
|
"type":"structure",
|
2474
2734
|
"members":{
|
@@ -3057,6 +3317,35 @@
|
|
3057
3317
|
"members":{
|
3058
3318
|
}
|
3059
3319
|
},
|
3320
|
+
"UpdateGatewayGroupRequest":{
|
3321
|
+
"type":"structure",
|
3322
|
+
"required":["GatewayGroupArn"],
|
3323
|
+
"members":{
|
3324
|
+
"GatewayGroupArn":{"shape":"Arn"},
|
3325
|
+
"Name":{"shape":"GatewayGroupName"},
|
3326
|
+
"Description":{"shape":"GatewayGroupDescription"}
|
3327
|
+
}
|
3328
|
+
},
|
3329
|
+
"UpdateGatewayGroupResponse":{
|
3330
|
+
"type":"structure",
|
3331
|
+
"members":{
|
3332
|
+
}
|
3333
|
+
},
|
3334
|
+
"UpdateGatewayRequest":{
|
3335
|
+
"type":"structure",
|
3336
|
+
"required":["GatewayArn"],
|
3337
|
+
"members":{
|
3338
|
+
"GatewayArn":{"shape":"Arn"},
|
3339
|
+
"Name":{"shape":"GatewayName"},
|
3340
|
+
"Description":{"shape":"GatewayDescription"},
|
3341
|
+
"SoftwareVersion":{"shape":"GatewayVersion"}
|
3342
|
+
}
|
3343
|
+
},
|
3344
|
+
"UpdateGatewayResponse":{
|
3345
|
+
"type":"structure",
|
3346
|
+
"members":{
|
3347
|
+
}
|
3348
|
+
},
|
3060
3349
|
"UpdateProfileRequest":{
|
3061
3350
|
"type":"structure",
|
3062
3351
|
"members":{
|
@@ -15,6 +15,16 @@
|
|
15
15
|
"output_token": "NextToken",
|
16
16
|
"limit_key": "MaxResults"
|
17
17
|
},
|
18
|
+
"ListGatewayGroups": {
|
19
|
+
"input_token": "NextToken",
|
20
|
+
"output_token": "NextToken",
|
21
|
+
"limit_key": "MaxResults"
|
22
|
+
},
|
23
|
+
"ListGateways": {
|
24
|
+
"input_token": "NextToken",
|
25
|
+
"output_token": "NextToken",
|
26
|
+
"limit_key": "MaxResults"
|
27
|
+
},
|
18
28
|
"ListSkills": {
|
19
29
|
"input_token": "NextToken",
|
20
30
|
"output_token": "NextToken",
|
@@ -14265,6 +14265,13 @@
|
|
14265
14265
|
"t3.large",
|
14266
14266
|
"t3.xlarge",
|
14267
14267
|
"t3.2xlarge",
|
14268
|
+
"t3a.nano",
|
14269
|
+
"t3a.micro",
|
14270
|
+
"t3a.small",
|
14271
|
+
"t3a.medium",
|
14272
|
+
"t3a.large",
|
14273
|
+
"t3a.xlarge",
|
14274
|
+
"t3a.2xlarge",
|
14268
14275
|
"m1.small",
|
14269
14276
|
"m1.medium",
|
14270
14277
|
"m1.large",
|
@@ -1,1586 +1,1817 @@
|
|
1
1
|
{
|
2
|
-
"metadata"
|
3
|
-
"apiVersion"
|
4
|
-
"endpointPrefix"
|
5
|
-
"signingName"
|
6
|
-
"serviceFullName"
|
7
|
-
"serviceId"
|
8
|
-
"protocol"
|
9
|
-
"jsonVersion"
|
10
|
-
"uid"
|
11
|
-
"signatureVersion"
|
2
|
+
"metadata": {
|
3
|
+
"apiVersion": "2018-11-14",
|
4
|
+
"endpointPrefix": "mediaconnect",
|
5
|
+
"signingName": "mediaconnect",
|
6
|
+
"serviceFullName": "AWS MediaConnect",
|
7
|
+
"serviceId": "MediaConnect",
|
8
|
+
"protocol": "rest-json",
|
9
|
+
"jsonVersion": "1.1",
|
10
|
+
"uid": "mediaconnect-2018-11-14",
|
11
|
+
"signatureVersion": "v4"
|
12
12
|
},
|
13
|
-
"operations"
|
14
|
-
"AddFlowOutputs"
|
15
|
-
"name"
|
16
|
-
"http"
|
17
|
-
"method"
|
18
|
-
"requestUri"
|
19
|
-
"responseCode"
|
20
|
-
},
|
21
|
-
"input"
|
22
|
-
"shape"
|
23
|
-
},
|
24
|
-
"output"
|
25
|
-
"shape"
|
26
|
-
},
|
27
|
-
"errors"
|
28
|
-
|
29
|
-
|
30
|
-
"shape" : "BadRequestException"
|
31
|
-
}, {
|
32
|
-
"shape" : "InternalServerErrorException"
|
33
|
-
}, {
|
34
|
-
"shape" : "ForbiddenException"
|
35
|
-
}, {
|
36
|
-
"shape" : "NotFoundException"
|
37
|
-
}, {
|
38
|
-
"shape" : "ServiceUnavailableException"
|
39
|
-
}, {
|
40
|
-
"shape" : "TooManyRequestsException"
|
41
|
-
} ]
|
42
|
-
},
|
43
|
-
"CreateFlow" : {
|
44
|
-
"name" : "CreateFlow",
|
45
|
-
"http" : {
|
46
|
-
"method" : "POST",
|
47
|
-
"requestUri" : "/v1/flows",
|
48
|
-
"responseCode" : 201
|
49
|
-
},
|
50
|
-
"input" : {
|
51
|
-
"shape" : "CreateFlowRequest"
|
52
|
-
},
|
53
|
-
"output" : {
|
54
|
-
"shape" : "CreateFlowResponse"
|
55
|
-
},
|
56
|
-
"errors" : [ {
|
57
|
-
"shape" : "CreateFlow420Exception"
|
58
|
-
}, {
|
59
|
-
"shape" : "BadRequestException"
|
60
|
-
}, {
|
61
|
-
"shape" : "InternalServerErrorException"
|
62
|
-
}, {
|
63
|
-
"shape" : "ForbiddenException"
|
64
|
-
}, {
|
65
|
-
"shape" : "ServiceUnavailableException"
|
66
|
-
}, {
|
67
|
-
"shape" : "TooManyRequestsException"
|
68
|
-
} ]
|
69
|
-
},
|
70
|
-
"DeleteFlow" : {
|
71
|
-
"name" : "DeleteFlow",
|
72
|
-
"http" : {
|
73
|
-
"method" : "DELETE",
|
74
|
-
"requestUri" : "/v1/flows/{flowArn}",
|
75
|
-
"responseCode" : 202
|
76
|
-
},
|
77
|
-
"input" : {
|
78
|
-
"shape" : "DeleteFlowRequest"
|
79
|
-
},
|
80
|
-
"output" : {
|
81
|
-
"shape" : "DeleteFlowResponse"
|
82
|
-
},
|
83
|
-
"errors" : [ {
|
84
|
-
"shape" : "BadRequestException"
|
85
|
-
}, {
|
86
|
-
"shape" : "InternalServerErrorException"
|
87
|
-
}, {
|
88
|
-
"shape" : "ForbiddenException"
|
89
|
-
}, {
|
90
|
-
"shape" : "NotFoundException"
|
91
|
-
}, {
|
92
|
-
"shape" : "ServiceUnavailableException"
|
93
|
-
}, {
|
94
|
-
"shape" : "TooManyRequestsException"
|
95
|
-
} ]
|
96
|
-
},
|
97
|
-
"DescribeFlow" : {
|
98
|
-
"name" : "DescribeFlow",
|
99
|
-
"http" : {
|
100
|
-
"method" : "GET",
|
101
|
-
"requestUri" : "/v1/flows/{flowArn}",
|
102
|
-
"responseCode" : 200
|
103
|
-
},
|
104
|
-
"input" : {
|
105
|
-
"shape" : "DescribeFlowRequest"
|
106
|
-
},
|
107
|
-
"output" : {
|
108
|
-
"shape" : "DescribeFlowResponse"
|
109
|
-
},
|
110
|
-
"errors" : [ {
|
111
|
-
"shape" : "BadRequestException"
|
112
|
-
}, {
|
113
|
-
"shape" : "InternalServerErrorException"
|
114
|
-
}, {
|
115
|
-
"shape" : "ForbiddenException"
|
116
|
-
}, {
|
117
|
-
"shape" : "NotFoundException"
|
118
|
-
}, {
|
119
|
-
"shape" : "ServiceUnavailableException"
|
120
|
-
}, {
|
121
|
-
"shape" : "TooManyRequestsException"
|
122
|
-
} ]
|
123
|
-
},
|
124
|
-
"GrantFlowEntitlements" : {
|
125
|
-
"name" : "GrantFlowEntitlements",
|
126
|
-
"http" : {
|
127
|
-
"method" : "POST",
|
128
|
-
"requestUri" : "/v1/flows/{flowArn}/entitlements",
|
129
|
-
"responseCode" : 200
|
130
|
-
},
|
131
|
-
"input" : {
|
132
|
-
"shape" : "GrantFlowEntitlementsRequest"
|
133
|
-
},
|
134
|
-
"output" : {
|
135
|
-
"shape" : "GrantFlowEntitlementsResponse"
|
136
|
-
},
|
137
|
-
"errors" : [ {
|
138
|
-
"shape" : "GrantFlowEntitlements420Exception"
|
139
|
-
}, {
|
140
|
-
"shape" : "BadRequestException"
|
141
|
-
}, {
|
142
|
-
"shape" : "InternalServerErrorException"
|
143
|
-
}, {
|
144
|
-
"shape" : "ForbiddenException"
|
145
|
-
}, {
|
146
|
-
"shape" : "NotFoundException"
|
147
|
-
}, {
|
148
|
-
"shape" : "ServiceUnavailableException"
|
149
|
-
}, {
|
150
|
-
"shape" : "TooManyRequestsException"
|
151
|
-
} ]
|
152
|
-
},
|
153
|
-
"ListEntitlements" : {
|
154
|
-
"name" : "ListEntitlements",
|
155
|
-
"http" : {
|
156
|
-
"method" : "GET",
|
157
|
-
"requestUri" : "/v1/entitlements",
|
158
|
-
"responseCode" : 200
|
159
|
-
},
|
160
|
-
"input" : {
|
161
|
-
"shape" : "ListEntitlementsRequest"
|
162
|
-
},
|
163
|
-
"output" : {
|
164
|
-
"shape" : "ListEntitlementsResponse"
|
165
|
-
},
|
166
|
-
"errors" : [ {
|
167
|
-
"shape" : "ServiceUnavailableException"
|
168
|
-
}, {
|
169
|
-
"shape" : "TooManyRequestsException"
|
170
|
-
}, {
|
171
|
-
"shape" : "BadRequestException"
|
172
|
-
}, {
|
173
|
-
"shape" : "InternalServerErrorException"
|
174
|
-
} ]
|
175
|
-
},
|
176
|
-
"ListFlows" : {
|
177
|
-
"name" : "ListFlows",
|
178
|
-
"http" : {
|
179
|
-
"method" : "GET",
|
180
|
-
"requestUri" : "/v1/flows",
|
181
|
-
"responseCode" : 200
|
182
|
-
},
|
183
|
-
"input" : {
|
184
|
-
"shape" : "ListFlowsRequest"
|
185
|
-
},
|
186
|
-
"output" : {
|
187
|
-
"shape" : "ListFlowsResponse"
|
188
|
-
},
|
189
|
-
"errors" : [ {
|
190
|
-
"shape" : "ServiceUnavailableException"
|
191
|
-
}, {
|
192
|
-
"shape" : "TooManyRequestsException"
|
193
|
-
}, {
|
194
|
-
"shape" : "BadRequestException"
|
195
|
-
}, {
|
196
|
-
"shape" : "InternalServerErrorException"
|
197
|
-
} ]
|
198
|
-
},
|
199
|
-
"ListTagsForResource" : {
|
200
|
-
"name" : "ListTagsForResource",
|
201
|
-
"http" : {
|
202
|
-
"method" : "GET",
|
203
|
-
"requestUri" : "/tags/{resourceArn}",
|
204
|
-
"responseCode" : 200
|
205
|
-
},
|
206
|
-
"input" : {
|
207
|
-
"shape" : "ListTagsForResourceRequest"
|
208
|
-
},
|
209
|
-
"output" : {
|
210
|
-
"shape" : "ListTagsForResourceResponse"
|
211
|
-
},
|
212
|
-
"errors" : [ {
|
213
|
-
"shape" : "NotFoundException"
|
214
|
-
}, {
|
215
|
-
"shape" : "BadRequestException"
|
216
|
-
}, {
|
217
|
-
"shape" : "InternalServerErrorException"
|
218
|
-
} ]
|
219
|
-
},
|
220
|
-
"RemoveFlowOutput" : {
|
221
|
-
"name" : "RemoveFlowOutput",
|
222
|
-
"http" : {
|
223
|
-
"method" : "DELETE",
|
224
|
-
"requestUri" : "/v1/flows/{flowArn}/outputs/{outputArn}",
|
225
|
-
"responseCode" : 202
|
226
|
-
},
|
227
|
-
"input" : {
|
228
|
-
"shape" : "RemoveFlowOutputRequest"
|
229
|
-
},
|
230
|
-
"output" : {
|
231
|
-
"shape" : "RemoveFlowOutputResponse"
|
232
|
-
},
|
233
|
-
"errors" : [ {
|
234
|
-
"shape" : "BadRequestException"
|
235
|
-
}, {
|
236
|
-
"shape" : "InternalServerErrorException"
|
237
|
-
}, {
|
238
|
-
"shape" : "ForbiddenException"
|
239
|
-
}, {
|
240
|
-
"shape" : "NotFoundException"
|
241
|
-
}, {
|
242
|
-
"shape" : "ServiceUnavailableException"
|
243
|
-
}, {
|
244
|
-
"shape" : "TooManyRequestsException"
|
245
|
-
} ]
|
246
|
-
},
|
247
|
-
"RevokeFlowEntitlement" : {
|
248
|
-
"name" : "RevokeFlowEntitlement",
|
249
|
-
"http" : {
|
250
|
-
"method" : "DELETE",
|
251
|
-
"requestUri" : "/v1/flows/{flowArn}/entitlements/{entitlementArn}",
|
252
|
-
"responseCode" : 202
|
253
|
-
},
|
254
|
-
"input" : {
|
255
|
-
"shape" : "RevokeFlowEntitlementRequest"
|
256
|
-
},
|
257
|
-
"output" : {
|
258
|
-
"shape" : "RevokeFlowEntitlementResponse"
|
259
|
-
},
|
260
|
-
"errors" : [ {
|
261
|
-
"shape" : "BadRequestException"
|
262
|
-
}, {
|
263
|
-
"shape" : "InternalServerErrorException"
|
264
|
-
}, {
|
265
|
-
"shape" : "ForbiddenException"
|
266
|
-
}, {
|
267
|
-
"shape" : "NotFoundException"
|
268
|
-
}, {
|
269
|
-
"shape" : "ServiceUnavailableException"
|
270
|
-
}, {
|
271
|
-
"shape" : "TooManyRequestsException"
|
272
|
-
} ]
|
273
|
-
},
|
274
|
-
"StartFlow" : {
|
275
|
-
"name" : "StartFlow",
|
276
|
-
"http" : {
|
277
|
-
"method" : "POST",
|
278
|
-
"requestUri" : "/v1/flows/start/{flowArn}",
|
279
|
-
"responseCode" : 202
|
280
|
-
},
|
281
|
-
"input" : {
|
282
|
-
"shape" : "StartFlowRequest"
|
283
|
-
},
|
284
|
-
"output" : {
|
285
|
-
"shape" : "StartFlowResponse"
|
286
|
-
},
|
287
|
-
"errors" : [ {
|
288
|
-
"shape" : "BadRequestException"
|
289
|
-
}, {
|
290
|
-
"shape" : "InternalServerErrorException"
|
291
|
-
}, {
|
292
|
-
"shape" : "ForbiddenException"
|
293
|
-
}, {
|
294
|
-
"shape" : "NotFoundException"
|
295
|
-
}, {
|
296
|
-
"shape" : "ServiceUnavailableException"
|
297
|
-
}, {
|
298
|
-
"shape" : "TooManyRequestsException"
|
299
|
-
} ]
|
300
|
-
},
|
301
|
-
"StopFlow" : {
|
302
|
-
"name" : "StopFlow",
|
303
|
-
"http" : {
|
304
|
-
"method" : "POST",
|
305
|
-
"requestUri" : "/v1/flows/stop/{flowArn}",
|
306
|
-
"responseCode" : 202
|
307
|
-
},
|
308
|
-
"input" : {
|
309
|
-
"shape" : "StopFlowRequest"
|
310
|
-
},
|
311
|
-
"output" : {
|
312
|
-
"shape" : "StopFlowResponse"
|
313
|
-
},
|
314
|
-
"errors" : [ {
|
315
|
-
"shape" : "BadRequestException"
|
316
|
-
}, {
|
317
|
-
"shape" : "InternalServerErrorException"
|
318
|
-
}, {
|
319
|
-
"shape" : "ForbiddenException"
|
320
|
-
}, {
|
321
|
-
"shape" : "NotFoundException"
|
322
|
-
}, {
|
323
|
-
"shape" : "ServiceUnavailableException"
|
324
|
-
}, {
|
325
|
-
"shape" : "TooManyRequestsException"
|
326
|
-
} ]
|
327
|
-
},
|
328
|
-
"TagResource" : {
|
329
|
-
"name" : "TagResource",
|
330
|
-
"http" : {
|
331
|
-
"method" : "POST",
|
332
|
-
"requestUri" : "/tags/{resourceArn}",
|
333
|
-
"responseCode" : 204
|
334
|
-
},
|
335
|
-
"input" : {
|
336
|
-
"shape" : "TagResourceRequest"
|
337
|
-
},
|
338
|
-
"errors" : [ {
|
339
|
-
"shape" : "NotFoundException"
|
340
|
-
}, {
|
341
|
-
"shape" : "BadRequestException"
|
342
|
-
}, {
|
343
|
-
"shape" : "InternalServerErrorException"
|
344
|
-
} ]
|
345
|
-
},
|
346
|
-
"UntagResource" : {
|
347
|
-
"name" : "UntagResource",
|
348
|
-
"http" : {
|
349
|
-
"method" : "DELETE",
|
350
|
-
"requestUri" : "/tags/{resourceArn}",
|
351
|
-
"responseCode" : 204
|
352
|
-
},
|
353
|
-
"input" : {
|
354
|
-
"shape" : "UntagResourceRequest"
|
355
|
-
},
|
356
|
-
"errors" : [ {
|
357
|
-
"shape" : "NotFoundException"
|
358
|
-
}, {
|
359
|
-
"shape" : "BadRequestException"
|
360
|
-
}, {
|
361
|
-
"shape" : "InternalServerErrorException"
|
362
|
-
} ]
|
363
|
-
},
|
364
|
-
"UpdateFlowEntitlement" : {
|
365
|
-
"name" : "UpdateFlowEntitlement",
|
366
|
-
"http" : {
|
367
|
-
"method" : "PUT",
|
368
|
-
"requestUri" : "/v1/flows/{flowArn}/entitlements/{entitlementArn}",
|
369
|
-
"responseCode" : 202
|
370
|
-
},
|
371
|
-
"input" : {
|
372
|
-
"shape" : "UpdateFlowEntitlementRequest"
|
373
|
-
},
|
374
|
-
"output" : {
|
375
|
-
"shape" : "UpdateFlowEntitlementResponse"
|
376
|
-
},
|
377
|
-
"errors" : [ {
|
378
|
-
"shape" : "BadRequestException"
|
379
|
-
}, {
|
380
|
-
"shape" : "InternalServerErrorException"
|
381
|
-
}, {
|
382
|
-
"shape" : "ForbiddenException"
|
383
|
-
}, {
|
384
|
-
"shape" : "NotFoundException"
|
385
|
-
}, {
|
386
|
-
"shape" : "ServiceUnavailableException"
|
387
|
-
}, {
|
388
|
-
"shape" : "TooManyRequestsException"
|
389
|
-
} ]
|
390
|
-
},
|
391
|
-
"UpdateFlowOutput" : {
|
392
|
-
"name" : "UpdateFlowOutput",
|
393
|
-
"http" : {
|
394
|
-
"method" : "PUT",
|
395
|
-
"requestUri" : "/v1/flows/{flowArn}/outputs/{outputArn}",
|
396
|
-
"responseCode" : 202
|
397
|
-
},
|
398
|
-
"input" : {
|
399
|
-
"shape" : "UpdateFlowOutputRequest"
|
400
|
-
},
|
401
|
-
"output" : {
|
402
|
-
"shape" : "UpdateFlowOutputResponse"
|
403
|
-
},
|
404
|
-
"errors" : [ {
|
405
|
-
"shape" : "BadRequestException"
|
406
|
-
}, {
|
407
|
-
"shape" : "InternalServerErrorException"
|
408
|
-
}, {
|
409
|
-
"shape" : "ForbiddenException"
|
410
|
-
}, {
|
411
|
-
"shape" : "NotFoundException"
|
412
|
-
}, {
|
413
|
-
"shape" : "ServiceUnavailableException"
|
414
|
-
}, {
|
415
|
-
"shape" : "TooManyRequestsException"
|
416
|
-
} ]
|
417
|
-
},
|
418
|
-
"UpdateFlowSource" : {
|
419
|
-
"name" : "UpdateFlowSource",
|
420
|
-
"http" : {
|
421
|
-
"method" : "PUT",
|
422
|
-
"requestUri" : "/v1/flows/{flowArn}/source/{sourceArn}",
|
423
|
-
"responseCode" : 202
|
424
|
-
},
|
425
|
-
"input" : {
|
426
|
-
"shape" : "UpdateFlowSourceRequest"
|
427
|
-
},
|
428
|
-
"output" : {
|
429
|
-
"shape" : "UpdateFlowSourceResponse"
|
430
|
-
},
|
431
|
-
"errors" : [ {
|
432
|
-
"shape" : "BadRequestException"
|
433
|
-
}, {
|
434
|
-
"shape" : "InternalServerErrorException"
|
435
|
-
}, {
|
436
|
-
"shape" : "ForbiddenException"
|
437
|
-
}, {
|
438
|
-
"shape" : "NotFoundException"
|
439
|
-
}, {
|
440
|
-
"shape" : "ServiceUnavailableException"
|
441
|
-
}, {
|
442
|
-
"shape" : "TooManyRequestsException"
|
443
|
-
} ]
|
444
|
-
}
|
445
|
-
},
|
446
|
-
"shapes" : {
|
447
|
-
"AddFlowOutputs420Exception" : {
|
448
|
-
"type" : "structure",
|
449
|
-
"members" : {
|
450
|
-
"Message" : {
|
451
|
-
"shape" : "__string",
|
452
|
-
"locationName" : "message"
|
453
|
-
}
|
454
|
-
},
|
455
|
-
"required" : [ "Message" ],
|
456
|
-
"exception" : true,
|
457
|
-
"error" : {
|
458
|
-
"httpStatusCode" : 420
|
459
|
-
}
|
460
|
-
},
|
461
|
-
"AddFlowOutputsRequest" : {
|
462
|
-
"type" : "structure",
|
463
|
-
"members" : {
|
464
|
-
"FlowArn" : {
|
465
|
-
"shape" : "__string",
|
466
|
-
"location" : "uri",
|
467
|
-
"locationName" : "flowArn"
|
13
|
+
"operations": {
|
14
|
+
"AddFlowOutputs": {
|
15
|
+
"name": "AddFlowOutputs",
|
16
|
+
"http": {
|
17
|
+
"method": "POST",
|
18
|
+
"requestUri": "/v1/flows/{flowArn}/outputs",
|
19
|
+
"responseCode": 201
|
20
|
+
},
|
21
|
+
"input": {
|
22
|
+
"shape": "AddFlowOutputsRequest"
|
23
|
+
},
|
24
|
+
"output": {
|
25
|
+
"shape": "AddFlowOutputsResponse"
|
26
|
+
},
|
27
|
+
"errors": [
|
28
|
+
{
|
29
|
+
"shape": "AddFlowOutputs420Exception"
|
468
30
|
},
|
469
|
-
|
470
|
-
"shape"
|
471
|
-
|
31
|
+
{
|
32
|
+
"shape": "BadRequestException"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"shape": "InternalServerErrorException"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"shape": "ForbiddenException"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"shape": "NotFoundException"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"shape": "ServiceUnavailableException"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"shape": "TooManyRequestsException"
|
472
48
|
}
|
473
|
-
|
474
|
-
"required" : [ "FlowArn", "Outputs" ]
|
49
|
+
]
|
475
50
|
},
|
476
|
-
"
|
477
|
-
"
|
478
|
-
"
|
479
|
-
"
|
480
|
-
|
481
|
-
|
51
|
+
"CreateFlow": {
|
52
|
+
"name": "CreateFlow",
|
53
|
+
"http": {
|
54
|
+
"method": "POST",
|
55
|
+
"requestUri": "/v1/flows",
|
56
|
+
"responseCode": 201
|
57
|
+
},
|
58
|
+
"input": {
|
59
|
+
"shape": "CreateFlowRequest"
|
60
|
+
},
|
61
|
+
"output": {
|
62
|
+
"shape": "CreateFlowResponse"
|
63
|
+
},
|
64
|
+
"errors": [
|
65
|
+
{
|
66
|
+
"shape": "CreateFlow420Exception"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"shape": "BadRequestException"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"shape": "InternalServerErrorException"
|
482
73
|
},
|
483
|
-
|
484
|
-
"shape"
|
485
|
-
|
74
|
+
{
|
75
|
+
"shape": "ForbiddenException"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"shape": "ServiceUnavailableException"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"shape": "TooManyRequestsException"
|
486
82
|
}
|
487
|
-
|
83
|
+
]
|
488
84
|
},
|
489
|
-
"
|
490
|
-
"
|
491
|
-
"
|
492
|
-
"
|
493
|
-
|
494
|
-
|
85
|
+
"DeleteFlow": {
|
86
|
+
"name": "DeleteFlow",
|
87
|
+
"http": {
|
88
|
+
"method": "DELETE",
|
89
|
+
"requestUri": "/v1/flows/{flowArn}",
|
90
|
+
"responseCode": 202
|
91
|
+
},
|
92
|
+
"input": {
|
93
|
+
"shape": "DeleteFlowRequest"
|
94
|
+
},
|
95
|
+
"output": {
|
96
|
+
"shape": "DeleteFlowResponse"
|
97
|
+
},
|
98
|
+
"errors": [
|
99
|
+
{
|
100
|
+
"shape": "BadRequestException"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"shape": "InternalServerErrorException"
|
495
104
|
},
|
496
|
-
|
497
|
-
"shape"
|
498
|
-
"locationName" : "destination"
|
105
|
+
{
|
106
|
+
"shape": "ForbiddenException"
|
499
107
|
},
|
500
|
-
|
501
|
-
"shape"
|
502
|
-
"locationName" : "encryption"
|
108
|
+
{
|
109
|
+
"shape": "NotFoundException"
|
503
110
|
},
|
504
|
-
|
505
|
-
"shape"
|
506
|
-
|
111
|
+
{
|
112
|
+
"shape": "ServiceUnavailableException"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"shape": "TooManyRequestsException"
|
116
|
+
}
|
117
|
+
]
|
118
|
+
},
|
119
|
+
"DescribeFlow": {
|
120
|
+
"name": "DescribeFlow",
|
121
|
+
"http": {
|
122
|
+
"method": "GET",
|
123
|
+
"requestUri": "/v1/flows/{flowArn}",
|
124
|
+
"responseCode": 200
|
125
|
+
},
|
126
|
+
"input": {
|
127
|
+
"shape": "DescribeFlowRequest"
|
128
|
+
},
|
129
|
+
"output": {
|
130
|
+
"shape": "DescribeFlowResponse"
|
131
|
+
},
|
132
|
+
"errors": [
|
133
|
+
{
|
134
|
+
"shape": "BadRequestException"
|
507
135
|
},
|
508
|
-
|
509
|
-
"shape"
|
510
|
-
"locationName" : "name"
|
136
|
+
{
|
137
|
+
"shape": "InternalServerErrorException"
|
511
138
|
},
|
512
|
-
|
513
|
-
"shape"
|
514
|
-
"locationName" : "port"
|
139
|
+
{
|
140
|
+
"shape": "ForbiddenException"
|
515
141
|
},
|
516
|
-
|
517
|
-
"shape"
|
518
|
-
"locationName" : "protocol"
|
142
|
+
{
|
143
|
+
"shape": "NotFoundException"
|
519
144
|
},
|
520
|
-
|
521
|
-
"shape"
|
522
|
-
"locationName" : "smoothingLatency"
|
145
|
+
{
|
146
|
+
"shape": "ServiceUnavailableException"
|
523
147
|
},
|
524
|
-
|
525
|
-
"shape"
|
526
|
-
"locationName" : "streamId"
|
148
|
+
{
|
149
|
+
"shape": "TooManyRequestsException"
|
527
150
|
}
|
528
|
-
|
529
|
-
"required" : [ "Destination", "Port", "Protocol" ]
|
151
|
+
]
|
530
152
|
},
|
531
|
-
"
|
532
|
-
"
|
533
|
-
"
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
153
|
+
"GrantFlowEntitlements": {
|
154
|
+
"name": "GrantFlowEntitlements",
|
155
|
+
"http": {
|
156
|
+
"method": "POST",
|
157
|
+
"requestUri": "/v1/flows/{flowArn}/entitlements",
|
158
|
+
"responseCode": 200
|
159
|
+
},
|
160
|
+
"input": {
|
161
|
+
"shape": "GrantFlowEntitlementsRequest"
|
162
|
+
},
|
163
|
+
"output": {
|
164
|
+
"shape": "GrantFlowEntitlementsResponse"
|
165
|
+
},
|
166
|
+
"errors": [
|
167
|
+
{
|
168
|
+
"shape": "GrantFlowEntitlements420Exception"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"shape": "BadRequestException"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"shape": "InternalServerErrorException"
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"shape": "ForbiddenException"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"shape": "NotFoundException"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"shape": "ServiceUnavailableException"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"shape": "TooManyRequestsException"
|
541
187
|
}
|
188
|
+
]
|
189
|
+
},
|
190
|
+
"ListEntitlements": {
|
191
|
+
"name": "ListEntitlements",
|
192
|
+
"http": {
|
193
|
+
"method": "GET",
|
194
|
+
"requestUri": "/v1/entitlements",
|
195
|
+
"responseCode": 200
|
542
196
|
},
|
543
|
-
"
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
197
|
+
"input": {
|
198
|
+
"shape": "ListEntitlementsRequest"
|
199
|
+
},
|
200
|
+
"output": {
|
201
|
+
"shape": "ListEntitlementsResponse"
|
202
|
+
},
|
203
|
+
"errors": [
|
204
|
+
{
|
205
|
+
"shape": "ServiceUnavailableException"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"shape": "TooManyRequestsException"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"shape": "BadRequestException"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"shape": "InternalServerErrorException"
|
215
|
+
}
|
216
|
+
]
|
548
217
|
},
|
549
|
-
"
|
550
|
-
"
|
551
|
-
"
|
552
|
-
"
|
553
|
-
|
554
|
-
|
218
|
+
"ListFlows": {
|
219
|
+
"name": "ListFlows",
|
220
|
+
"http": {
|
221
|
+
"method": "GET",
|
222
|
+
"requestUri": "/v1/flows",
|
223
|
+
"responseCode": 200
|
224
|
+
},
|
225
|
+
"input": {
|
226
|
+
"shape": "ListFlowsRequest"
|
227
|
+
},
|
228
|
+
"output": {
|
229
|
+
"shape": "ListFlowsResponse"
|
230
|
+
},
|
231
|
+
"errors": [
|
232
|
+
{
|
233
|
+
"shape": "ServiceUnavailableException"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"shape": "TooManyRequestsException"
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"shape": "BadRequestException"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"shape": "InternalServerErrorException"
|
555
243
|
}
|
244
|
+
]
|
245
|
+
},
|
246
|
+
"ListTagsForResource": {
|
247
|
+
"name": "ListTagsForResource",
|
248
|
+
"http": {
|
249
|
+
"method": "GET",
|
250
|
+
"requestUri": "/tags/{resourceArn}",
|
251
|
+
"responseCode": 200
|
556
252
|
},
|
557
|
-
"
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
253
|
+
"input": {
|
254
|
+
"shape": "ListTagsForResourceRequest"
|
255
|
+
},
|
256
|
+
"output": {
|
257
|
+
"shape": "ListTagsForResourceResponse"
|
258
|
+
},
|
259
|
+
"errors": [
|
260
|
+
{
|
261
|
+
"shape": "NotFoundException"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"shape": "BadRequestException"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"shape": "InternalServerErrorException"
|
268
|
+
}
|
269
|
+
]
|
562
270
|
},
|
563
|
-
"
|
564
|
-
"
|
565
|
-
"
|
566
|
-
"
|
567
|
-
|
568
|
-
|
271
|
+
"RemoveFlowOutput": {
|
272
|
+
"name": "RemoveFlowOutput",
|
273
|
+
"http": {
|
274
|
+
"method": "DELETE",
|
275
|
+
"requestUri": "/v1/flows/{flowArn}/outputs/{outputArn}",
|
276
|
+
"responseCode": 202
|
277
|
+
},
|
278
|
+
"input": {
|
279
|
+
"shape": "RemoveFlowOutputRequest"
|
280
|
+
},
|
281
|
+
"output": {
|
282
|
+
"shape": "RemoveFlowOutputResponse"
|
283
|
+
},
|
284
|
+
"errors": [
|
285
|
+
{
|
286
|
+
"shape": "BadRequestException"
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"shape": "InternalServerErrorException"
|
569
290
|
},
|
570
|
-
|
571
|
-
"shape"
|
572
|
-
"locationName" : "entitlements"
|
291
|
+
{
|
292
|
+
"shape": "ForbiddenException"
|
573
293
|
},
|
574
|
-
|
575
|
-
"shape"
|
576
|
-
"locationName" : "name"
|
294
|
+
{
|
295
|
+
"shape": "NotFoundException"
|
577
296
|
},
|
578
|
-
|
579
|
-
"shape"
|
580
|
-
"locationName" : "outputs"
|
297
|
+
{
|
298
|
+
"shape": "ServiceUnavailableException"
|
581
299
|
},
|
582
|
-
|
583
|
-
"shape"
|
584
|
-
"locationName" : "source"
|
300
|
+
{
|
301
|
+
"shape": "TooManyRequestsException"
|
585
302
|
}
|
586
|
-
|
587
|
-
"required" : [ "Source", "Name" ]
|
303
|
+
]
|
588
304
|
},
|
589
|
-
"
|
590
|
-
"
|
591
|
-
"
|
592
|
-
"
|
593
|
-
|
594
|
-
|
305
|
+
"RevokeFlowEntitlement": {
|
306
|
+
"name": "RevokeFlowEntitlement",
|
307
|
+
"http": {
|
308
|
+
"method": "DELETE",
|
309
|
+
"requestUri": "/v1/flows/{flowArn}/entitlements/{entitlementArn}",
|
310
|
+
"responseCode": 202
|
311
|
+
},
|
312
|
+
"input": {
|
313
|
+
"shape": "RevokeFlowEntitlementRequest"
|
314
|
+
},
|
315
|
+
"output": {
|
316
|
+
"shape": "RevokeFlowEntitlementResponse"
|
317
|
+
},
|
318
|
+
"errors": [
|
319
|
+
{
|
320
|
+
"shape": "BadRequestException"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"shape": "InternalServerErrorException"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"shape": "ForbiddenException"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"shape": "NotFoundException"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"shape": "ServiceUnavailableException"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"shape": "TooManyRequestsException"
|
595
336
|
}
|
596
|
-
|
337
|
+
]
|
597
338
|
},
|
598
|
-
"
|
599
|
-
"
|
600
|
-
"
|
601
|
-
"
|
602
|
-
|
603
|
-
|
604
|
-
"locationName" : "flowArn"
|
605
|
-
}
|
339
|
+
"StartFlow": {
|
340
|
+
"name": "StartFlow",
|
341
|
+
"http": {
|
342
|
+
"method": "POST",
|
343
|
+
"requestUri": "/v1/flows/start/{flowArn}",
|
344
|
+
"responseCode": 202
|
606
345
|
},
|
607
|
-
"
|
608
|
-
|
609
|
-
|
610
|
-
"
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
346
|
+
"input": {
|
347
|
+
"shape": "StartFlowRequest"
|
348
|
+
},
|
349
|
+
"output": {
|
350
|
+
"shape": "StartFlowResponse"
|
351
|
+
},
|
352
|
+
"errors": [
|
353
|
+
{
|
354
|
+
"shape": "BadRequestException"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"shape": "InternalServerErrorException"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"shape": "ForbiddenException"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"shape": "NotFoundException"
|
615
364
|
},
|
616
|
-
|
617
|
-
"shape"
|
618
|
-
|
365
|
+
{
|
366
|
+
"shape": "ServiceUnavailableException"
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"shape": "TooManyRequestsException"
|
619
370
|
}
|
620
|
-
|
371
|
+
]
|
621
372
|
},
|
622
|
-
"
|
623
|
-
"
|
624
|
-
"
|
625
|
-
"
|
626
|
-
|
627
|
-
|
628
|
-
|
373
|
+
"StopFlow": {
|
374
|
+
"name": "StopFlow",
|
375
|
+
"http": {
|
376
|
+
"method": "POST",
|
377
|
+
"requestUri": "/v1/flows/stop/{flowArn}",
|
378
|
+
"responseCode": 202
|
379
|
+
},
|
380
|
+
"input": {
|
381
|
+
"shape": "StopFlowRequest"
|
382
|
+
},
|
383
|
+
"output": {
|
384
|
+
"shape": "StopFlowResponse"
|
385
|
+
},
|
386
|
+
"errors": [
|
387
|
+
{
|
388
|
+
"shape": "BadRequestException"
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"shape": "InternalServerErrorException"
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"shape": "ForbiddenException"
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"shape": "NotFoundException"
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"shape": "ServiceUnavailableException"
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"shape": "TooManyRequestsException"
|
629
404
|
}
|
405
|
+
]
|
406
|
+
},
|
407
|
+
"TagResource": {
|
408
|
+
"name": "TagResource",
|
409
|
+
"http": {
|
410
|
+
"method": "POST",
|
411
|
+
"requestUri": "/tags/{resourceArn}",
|
412
|
+
"responseCode": 204
|
630
413
|
},
|
631
|
-
"
|
414
|
+
"input": {
|
415
|
+
"shape": "TagResourceRequest"
|
416
|
+
},
|
417
|
+
"errors": [
|
418
|
+
{
|
419
|
+
"shape": "NotFoundException"
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"shape": "BadRequestException"
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"shape": "InternalServerErrorException"
|
426
|
+
}
|
427
|
+
]
|
632
428
|
},
|
633
|
-
"
|
634
|
-
"
|
635
|
-
"
|
636
|
-
"
|
637
|
-
|
638
|
-
|
429
|
+
"UntagResource": {
|
430
|
+
"name": "UntagResource",
|
431
|
+
"http": {
|
432
|
+
"method": "DELETE",
|
433
|
+
"requestUri": "/tags/{resourceArn}",
|
434
|
+
"responseCode": 204
|
435
|
+
},
|
436
|
+
"input": {
|
437
|
+
"shape": "UntagResourceRequest"
|
438
|
+
},
|
439
|
+
"errors": [
|
440
|
+
{
|
441
|
+
"shape": "NotFoundException"
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"shape": "BadRequestException"
|
639
445
|
},
|
640
|
-
|
641
|
-
"shape"
|
642
|
-
"locationName" : "messages"
|
446
|
+
{
|
447
|
+
"shape": "InternalServerErrorException"
|
643
448
|
}
|
644
|
-
|
449
|
+
]
|
645
450
|
},
|
646
|
-
"
|
647
|
-
"
|
648
|
-
"
|
649
|
-
"
|
650
|
-
|
651
|
-
|
451
|
+
"UpdateFlowEntitlement": {
|
452
|
+
"name": "UpdateFlowEntitlement",
|
453
|
+
"http": {
|
454
|
+
"method": "PUT",
|
455
|
+
"requestUri": "/v1/flows/{flowArn}/entitlements/{entitlementArn}",
|
456
|
+
"responseCode": 202
|
457
|
+
},
|
458
|
+
"input": {
|
459
|
+
"shape": "UpdateFlowEntitlementRequest"
|
460
|
+
},
|
461
|
+
"output": {
|
462
|
+
"shape": "UpdateFlowEntitlementResponse"
|
463
|
+
},
|
464
|
+
"errors": [
|
465
|
+
{
|
466
|
+
"shape": "BadRequestException"
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"shape": "InternalServerErrorException"
|
652
470
|
},
|
653
|
-
|
654
|
-
"shape"
|
655
|
-
"locationName" : "keyType"
|
471
|
+
{
|
472
|
+
"shape": "ForbiddenException"
|
656
473
|
},
|
657
|
-
|
658
|
-
"shape"
|
659
|
-
"locationName" : "roleArn"
|
474
|
+
{
|
475
|
+
"shape": "NotFoundException"
|
660
476
|
},
|
661
|
-
|
662
|
-
"shape"
|
663
|
-
|
477
|
+
{
|
478
|
+
"shape": "ServiceUnavailableException"
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"shape": "TooManyRequestsException"
|
664
482
|
}
|
483
|
+
]
|
484
|
+
},
|
485
|
+
"UpdateFlowOutput": {
|
486
|
+
"name": "UpdateFlowOutput",
|
487
|
+
"http": {
|
488
|
+
"method": "PUT",
|
489
|
+
"requestUri": "/v1/flows/{flowArn}/outputs/{outputArn}",
|
490
|
+
"responseCode": 202
|
665
491
|
},
|
666
|
-
"
|
492
|
+
"input": {
|
493
|
+
"shape": "UpdateFlowOutputRequest"
|
494
|
+
},
|
495
|
+
"output": {
|
496
|
+
"shape": "UpdateFlowOutputResponse"
|
497
|
+
},
|
498
|
+
"errors": [
|
499
|
+
{
|
500
|
+
"shape": "BadRequestException"
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"shape": "InternalServerErrorException"
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"shape": "ForbiddenException"
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"shape": "NotFoundException"
|
510
|
+
},
|
511
|
+
{
|
512
|
+
"shape": "ServiceUnavailableException"
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"shape": "TooManyRequestsException"
|
516
|
+
}
|
517
|
+
]
|
667
518
|
},
|
668
|
-
"
|
669
|
-
"
|
670
|
-
"
|
671
|
-
"
|
672
|
-
|
673
|
-
|
519
|
+
"UpdateFlowSource": {
|
520
|
+
"name": "UpdateFlowSource",
|
521
|
+
"http": {
|
522
|
+
"method": "PUT",
|
523
|
+
"requestUri": "/v1/flows/{flowArn}/source/{sourceArn}",
|
524
|
+
"responseCode": 202
|
525
|
+
},
|
526
|
+
"input": {
|
527
|
+
"shape": "UpdateFlowSourceRequest"
|
528
|
+
},
|
529
|
+
"output": {
|
530
|
+
"shape": "UpdateFlowSourceResponse"
|
531
|
+
},
|
532
|
+
"errors": [
|
533
|
+
{
|
534
|
+
"shape": "BadRequestException"
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"shape": "InternalServerErrorException"
|
674
538
|
},
|
675
|
-
|
676
|
-
"shape"
|
677
|
-
"locationName" : "encryption"
|
539
|
+
{
|
540
|
+
"shape": "ForbiddenException"
|
678
541
|
},
|
679
|
-
|
680
|
-
"shape"
|
681
|
-
"locationName" : "entitlementArn"
|
542
|
+
{
|
543
|
+
"shape": "NotFoundException"
|
682
544
|
},
|
683
|
-
|
684
|
-
"shape"
|
685
|
-
"locationName" : "name"
|
545
|
+
{
|
546
|
+
"shape": "ServiceUnavailableException"
|
686
547
|
},
|
687
|
-
|
688
|
-
"shape"
|
689
|
-
|
548
|
+
{
|
549
|
+
"shape": "TooManyRequestsException"
|
550
|
+
}
|
551
|
+
]
|
552
|
+
}
|
553
|
+
},
|
554
|
+
"shapes": {
|
555
|
+
"AddFlowOutputs420Exception": {
|
556
|
+
"type": "structure",
|
557
|
+
"members": {
|
558
|
+
"Message": {
|
559
|
+
"shape": "__string",
|
560
|
+
"locationName": "message"
|
561
|
+
}
|
562
|
+
},
|
563
|
+
"required": [
|
564
|
+
"Message"
|
565
|
+
],
|
566
|
+
"exception": true,
|
567
|
+
"error": {
|
568
|
+
"httpStatusCode": 420
|
569
|
+
}
|
570
|
+
},
|
571
|
+
"AddFlowOutputsRequest": {
|
572
|
+
"type": "structure",
|
573
|
+
"members": {
|
574
|
+
"FlowArn": {
|
575
|
+
"shape": "__string",
|
576
|
+
"location": "uri",
|
577
|
+
"locationName": "flowArn"
|
578
|
+
},
|
579
|
+
"Outputs": {
|
580
|
+
"shape": "__listOfAddOutputRequest",
|
581
|
+
"locationName": "outputs"
|
690
582
|
}
|
691
583
|
},
|
692
|
-
"required"
|
584
|
+
"required": [
|
585
|
+
"FlowArn",
|
586
|
+
"Outputs"
|
587
|
+
]
|
588
|
+
},
|
589
|
+
"AddFlowOutputsResponse": {
|
590
|
+
"type": "structure",
|
591
|
+
"members": {
|
592
|
+
"FlowArn": {
|
593
|
+
"shape": "__string",
|
594
|
+
"locationName": "flowArn"
|
595
|
+
},
|
596
|
+
"Outputs": {
|
597
|
+
"shape": "__listOfOutput",
|
598
|
+
"locationName": "outputs"
|
599
|
+
}
|
600
|
+
}
|
693
601
|
},
|
694
|
-
"
|
695
|
-
"type"
|
696
|
-
"members"
|
697
|
-
"
|
698
|
-
"shape"
|
699
|
-
"locationName"
|
602
|
+
"AddOutputRequest": {
|
603
|
+
"type": "structure",
|
604
|
+
"members": {
|
605
|
+
"Description": {
|
606
|
+
"shape": "__string",
|
607
|
+
"locationName": "description"
|
700
608
|
},
|
701
|
-
"
|
702
|
-
"shape"
|
703
|
-
"locationName"
|
609
|
+
"Destination": {
|
610
|
+
"shape": "__string",
|
611
|
+
"locationName": "destination"
|
704
612
|
},
|
705
|
-
"
|
706
|
-
"shape"
|
707
|
-
"locationName"
|
613
|
+
"Encryption": {
|
614
|
+
"shape": "Encryption",
|
615
|
+
"locationName": "encryption"
|
708
616
|
},
|
709
|
-
"
|
710
|
-
"shape"
|
711
|
-
"locationName"
|
617
|
+
"MaxLatency": {
|
618
|
+
"shape": "__integer",
|
619
|
+
"locationName": "maxLatency"
|
712
620
|
},
|
713
|
-
"
|
714
|
-
"shape"
|
715
|
-
"locationName"
|
621
|
+
"Name": {
|
622
|
+
"shape": "__string",
|
623
|
+
"locationName": "name"
|
716
624
|
},
|
717
|
-
"
|
718
|
-
"shape"
|
719
|
-
"locationName"
|
625
|
+
"Port": {
|
626
|
+
"shape": "__integer",
|
627
|
+
"locationName": "port"
|
720
628
|
},
|
721
|
-
"
|
722
|
-
"shape"
|
723
|
-
"locationName"
|
629
|
+
"Protocol": {
|
630
|
+
"shape": "Protocol",
|
631
|
+
"locationName": "protocol"
|
724
632
|
},
|
725
|
-
"
|
726
|
-
"shape"
|
727
|
-
"locationName"
|
633
|
+
"SmoothingLatency": {
|
634
|
+
"shape": "__integer",
|
635
|
+
"locationName": "smoothingLatency"
|
728
636
|
},
|
729
|
-
"
|
730
|
-
"shape"
|
731
|
-
"locationName"
|
637
|
+
"StreamId": {
|
638
|
+
"shape": "__string",
|
639
|
+
"locationName": "streamId"
|
732
640
|
}
|
733
641
|
},
|
734
|
-
"required"
|
642
|
+
"required": [
|
643
|
+
"Destination",
|
644
|
+
"Port",
|
645
|
+
"Protocol"
|
646
|
+
]
|
647
|
+
},
|
648
|
+
"Algorithm": {
|
649
|
+
"type": "string",
|
650
|
+
"enum": [
|
651
|
+
"aes128",
|
652
|
+
"aes192",
|
653
|
+
"aes256"
|
654
|
+
]
|
655
|
+
},
|
656
|
+
"BadRequestException": {
|
657
|
+
"type": "structure",
|
658
|
+
"members": {
|
659
|
+
"Message": {
|
660
|
+
"shape": "__string",
|
661
|
+
"locationName": "message"
|
662
|
+
}
|
663
|
+
},
|
664
|
+
"required": [
|
665
|
+
"Message"
|
666
|
+
],
|
667
|
+
"exception": true,
|
668
|
+
"error": {
|
669
|
+
"httpStatusCode": 400
|
670
|
+
}
|
735
671
|
},
|
736
|
-
"
|
737
|
-
"type"
|
738
|
-
"members"
|
739
|
-
"Message"
|
740
|
-
"shape"
|
741
|
-
"locationName"
|
672
|
+
"CreateFlow420Exception": {
|
673
|
+
"type": "structure",
|
674
|
+
"members": {
|
675
|
+
"Message": {
|
676
|
+
"shape": "__string",
|
677
|
+
"locationName": "message"
|
742
678
|
}
|
743
679
|
},
|
744
|
-
"required"
|
745
|
-
|
746
|
-
|
747
|
-
|
680
|
+
"required": [
|
681
|
+
"Message"
|
682
|
+
],
|
683
|
+
"exception": true,
|
684
|
+
"error": {
|
685
|
+
"httpStatusCode": 420
|
748
686
|
}
|
749
687
|
},
|
750
|
-
"
|
751
|
-
"type"
|
752
|
-
"members"
|
753
|
-
"
|
754
|
-
"shape"
|
755
|
-
"locationName"
|
688
|
+
"CreateFlowRequest": {
|
689
|
+
"type": "structure",
|
690
|
+
"members": {
|
691
|
+
"AvailabilityZone": {
|
692
|
+
"shape": "__string",
|
693
|
+
"locationName": "availabilityZone"
|
756
694
|
},
|
757
|
-
"
|
758
|
-
"shape"
|
759
|
-
"locationName"
|
695
|
+
"Entitlements": {
|
696
|
+
"shape": "__listOfGrantEntitlementRequest",
|
697
|
+
"locationName": "entitlements"
|
760
698
|
},
|
761
|
-
"Name"
|
762
|
-
"shape"
|
763
|
-
"locationName"
|
699
|
+
"Name": {
|
700
|
+
"shape": "__string",
|
701
|
+
"locationName": "name"
|
764
702
|
},
|
765
|
-
"
|
766
|
-
"shape"
|
767
|
-
"locationName"
|
703
|
+
"Outputs": {
|
704
|
+
"shape": "__listOfAddOutputRequest",
|
705
|
+
"locationName": "outputs"
|
706
|
+
},
|
707
|
+
"Source": {
|
708
|
+
"shape": "SetSourceRequest",
|
709
|
+
"locationName": "source"
|
768
710
|
}
|
769
711
|
},
|
770
|
-
"required"
|
712
|
+
"required": [
|
713
|
+
"Source",
|
714
|
+
"Name"
|
715
|
+
]
|
716
|
+
},
|
717
|
+
"CreateFlowResponse": {
|
718
|
+
"type": "structure",
|
719
|
+
"members": {
|
720
|
+
"Flow": {
|
721
|
+
"shape": "Flow",
|
722
|
+
"locationName": "flow"
|
723
|
+
}
|
724
|
+
}
|
725
|
+
},
|
726
|
+
"DeleteFlowRequest": {
|
727
|
+
"type": "structure",
|
728
|
+
"members": {
|
729
|
+
"FlowArn": {
|
730
|
+
"shape": "__string",
|
731
|
+
"location": "uri",
|
732
|
+
"locationName": "flowArn"
|
733
|
+
}
|
734
|
+
},
|
735
|
+
"required": [
|
736
|
+
"FlowArn"
|
737
|
+
]
|
738
|
+
},
|
739
|
+
"DeleteFlowResponse": {
|
740
|
+
"type": "structure",
|
741
|
+
"members": {
|
742
|
+
"FlowArn": {
|
743
|
+
"shape": "__string",
|
744
|
+
"locationName": "flowArn"
|
745
|
+
},
|
746
|
+
"Status": {
|
747
|
+
"shape": "Status",
|
748
|
+
"locationName": "status"
|
749
|
+
}
|
750
|
+
}
|
771
751
|
},
|
772
|
-
"
|
773
|
-
"type"
|
774
|
-
"members"
|
775
|
-
"
|
776
|
-
"shape"
|
777
|
-
"
|
752
|
+
"DescribeFlowRequest": {
|
753
|
+
"type": "structure",
|
754
|
+
"members": {
|
755
|
+
"FlowArn": {
|
756
|
+
"shape": "__string",
|
757
|
+
"location": "uri",
|
758
|
+
"locationName": "flowArn"
|
778
759
|
}
|
779
760
|
},
|
780
|
-
"required"
|
781
|
-
|
782
|
-
|
783
|
-
|
761
|
+
"required": [
|
762
|
+
"FlowArn"
|
763
|
+
]
|
764
|
+
},
|
765
|
+
"DescribeFlowResponse": {
|
766
|
+
"type": "structure",
|
767
|
+
"members": {
|
768
|
+
"Flow": {
|
769
|
+
"shape": "Flow",
|
770
|
+
"locationName": "flow"
|
771
|
+
},
|
772
|
+
"Messages": {
|
773
|
+
"shape": "Messages",
|
774
|
+
"locationName": "messages"
|
775
|
+
}
|
784
776
|
}
|
785
777
|
},
|
786
|
-
"
|
787
|
-
"type"
|
788
|
-
"members"
|
789
|
-
"
|
790
|
-
"shape"
|
791
|
-
"locationName"
|
778
|
+
"Encryption": {
|
779
|
+
"type": "structure",
|
780
|
+
"members": {
|
781
|
+
"Algorithm": {
|
782
|
+
"shape": "Algorithm",
|
783
|
+
"locationName": "algorithm"
|
784
|
+
},
|
785
|
+
"KeyType": {
|
786
|
+
"shape": "KeyType",
|
787
|
+
"locationName": "keyType"
|
792
788
|
},
|
793
|
-
"
|
794
|
-
"shape"
|
795
|
-
"
|
796
|
-
|
789
|
+
"RoleArn": {
|
790
|
+
"shape": "__string",
|
791
|
+
"locationName": "roleArn"
|
792
|
+
},
|
793
|
+
"SecretArn": {
|
794
|
+
"shape": "__string",
|
795
|
+
"locationName": "secretArn"
|
796
|
+
}
|
797
|
+
},
|
798
|
+
"required": [
|
799
|
+
"SecretArn",
|
800
|
+
"Algorithm",
|
801
|
+
"RoleArn"
|
802
|
+
]
|
803
|
+
},
|
804
|
+
"Entitlement": {
|
805
|
+
"type": "structure",
|
806
|
+
"members": {
|
807
|
+
"Description": {
|
808
|
+
"shape": "__string",
|
809
|
+
"locationName": "description"
|
810
|
+
},
|
811
|
+
"Encryption": {
|
812
|
+
"shape": "Encryption",
|
813
|
+
"locationName": "encryption"
|
814
|
+
},
|
815
|
+
"EntitlementArn": {
|
816
|
+
"shape": "__string",
|
817
|
+
"locationName": "entitlementArn"
|
818
|
+
},
|
819
|
+
"Name": {
|
820
|
+
"shape": "__string",
|
821
|
+
"locationName": "name"
|
822
|
+
},
|
823
|
+
"Subscribers": {
|
824
|
+
"shape": "__listOf__string",
|
825
|
+
"locationName": "subscribers"
|
826
|
+
}
|
827
|
+
},
|
828
|
+
"required": [
|
829
|
+
"EntitlementArn",
|
830
|
+
"Subscribers",
|
831
|
+
"Name"
|
832
|
+
]
|
833
|
+
},
|
834
|
+
"Flow": {
|
835
|
+
"type": "structure",
|
836
|
+
"members": {
|
837
|
+
"AvailabilityZone": {
|
838
|
+
"shape": "__string",
|
839
|
+
"locationName": "availabilityZone"
|
840
|
+
},
|
841
|
+
"Description": {
|
842
|
+
"shape": "__string",
|
843
|
+
"locationName": "description"
|
844
|
+
},
|
845
|
+
"EgressIp": {
|
846
|
+
"shape": "__string",
|
847
|
+
"locationName": "egressIp"
|
848
|
+
},
|
849
|
+
"Entitlements": {
|
850
|
+
"shape": "__listOfEntitlement",
|
851
|
+
"locationName": "entitlements"
|
852
|
+
},
|
853
|
+
"FlowArn": {
|
854
|
+
"shape": "__string",
|
855
|
+
"locationName": "flowArn"
|
856
|
+
},
|
857
|
+
"Name": {
|
858
|
+
"shape": "__string",
|
859
|
+
"locationName": "name"
|
860
|
+
},
|
861
|
+
"Outputs": {
|
862
|
+
"shape": "__listOfOutput",
|
863
|
+
"locationName": "outputs"
|
864
|
+
},
|
865
|
+
"Source": {
|
866
|
+
"shape": "Source",
|
867
|
+
"locationName": "source"
|
868
|
+
},
|
869
|
+
"Status": {
|
870
|
+
"shape": "Status",
|
871
|
+
"locationName": "status"
|
872
|
+
}
|
873
|
+
},
|
874
|
+
"required": [
|
875
|
+
"Status",
|
876
|
+
"Entitlements",
|
877
|
+
"Outputs",
|
878
|
+
"AvailabilityZone",
|
879
|
+
"FlowArn",
|
880
|
+
"Source",
|
881
|
+
"Name"
|
882
|
+
]
|
883
|
+
},
|
884
|
+
"ForbiddenException": {
|
885
|
+
"type": "structure",
|
886
|
+
"members": {
|
887
|
+
"Message": {
|
888
|
+
"shape": "__string",
|
889
|
+
"locationName": "message"
|
797
890
|
}
|
798
891
|
},
|
799
|
-
"required"
|
892
|
+
"required": [
|
893
|
+
"Message"
|
894
|
+
],
|
895
|
+
"exception": true,
|
896
|
+
"error": {
|
897
|
+
"httpStatusCode": 403
|
898
|
+
}
|
800
899
|
},
|
801
|
-
"
|
802
|
-
"type"
|
803
|
-
"members"
|
804
|
-
"
|
805
|
-
"shape"
|
806
|
-
"locationName"
|
900
|
+
"GrantEntitlementRequest": {
|
901
|
+
"type": "structure",
|
902
|
+
"members": {
|
903
|
+
"Description": {
|
904
|
+
"shape": "__string",
|
905
|
+
"locationName": "description"
|
906
|
+
},
|
907
|
+
"Encryption": {
|
908
|
+
"shape": "Encryption",
|
909
|
+
"locationName": "encryption"
|
807
910
|
},
|
808
|
-
"
|
809
|
-
"shape"
|
810
|
-
"locationName"
|
911
|
+
"Name": {
|
912
|
+
"shape": "__string",
|
913
|
+
"locationName": "name"
|
914
|
+
},
|
915
|
+
"Subscribers": {
|
916
|
+
"shape": "__listOf__string",
|
917
|
+
"locationName": "subscribers"
|
811
918
|
}
|
919
|
+
},
|
920
|
+
"required": [
|
921
|
+
"Subscribers"
|
922
|
+
]
|
923
|
+
},
|
924
|
+
"GrantFlowEntitlements420Exception": {
|
925
|
+
"type": "structure",
|
926
|
+
"members": {
|
927
|
+
"Message": {
|
928
|
+
"shape": "__string",
|
929
|
+
"locationName": "message"
|
930
|
+
}
|
931
|
+
},
|
932
|
+
"required": [
|
933
|
+
"Message"
|
934
|
+
],
|
935
|
+
"exception": true,
|
936
|
+
"error": {
|
937
|
+
"httpStatusCode": 420
|
812
938
|
}
|
813
939
|
},
|
814
|
-
"
|
815
|
-
"type"
|
816
|
-
"members"
|
817
|
-
"
|
818
|
-
"shape"
|
819
|
-
"locationName"
|
940
|
+
"GrantFlowEntitlementsRequest": {
|
941
|
+
"type": "structure",
|
942
|
+
"members": {
|
943
|
+
"Entitlements": {
|
944
|
+
"shape": "__listOfGrantEntitlementRequest",
|
945
|
+
"locationName": "entitlements"
|
946
|
+
},
|
947
|
+
"FlowArn": {
|
948
|
+
"shape": "__string",
|
949
|
+
"location": "uri",
|
950
|
+
"locationName": "flowArn"
|
820
951
|
}
|
821
952
|
},
|
822
|
-
"required"
|
823
|
-
|
824
|
-
|
825
|
-
|
953
|
+
"required": [
|
954
|
+
"FlowArn",
|
955
|
+
"Entitlements"
|
956
|
+
]
|
957
|
+
},
|
958
|
+
"GrantFlowEntitlementsResponse": {
|
959
|
+
"type": "structure",
|
960
|
+
"members": {
|
961
|
+
"Entitlements": {
|
962
|
+
"shape": "__listOfEntitlement",
|
963
|
+
"locationName": "entitlements"
|
964
|
+
},
|
965
|
+
"FlowArn": {
|
966
|
+
"shape": "__string",
|
967
|
+
"locationName": "flowArn"
|
968
|
+
}
|
826
969
|
}
|
827
970
|
},
|
828
|
-
"
|
829
|
-
"type"
|
830
|
-
"
|
971
|
+
"InternalServerErrorException": {
|
972
|
+
"type": "structure",
|
973
|
+
"members": {
|
974
|
+
"Message": {
|
975
|
+
"shape": "__string",
|
976
|
+
"locationName": "message"
|
977
|
+
}
|
978
|
+
},
|
979
|
+
"required": [
|
980
|
+
"Message"
|
981
|
+
],
|
982
|
+
"exception": true,
|
983
|
+
"error": {
|
984
|
+
"httpStatusCode": 500
|
985
|
+
}
|
831
986
|
},
|
832
|
-
"
|
833
|
-
"type"
|
834
|
-
"
|
835
|
-
"
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
"
|
843
|
-
"
|
987
|
+
"KeyType": {
|
988
|
+
"type": "string",
|
989
|
+
"enum": [
|
990
|
+
"static-key"
|
991
|
+
]
|
992
|
+
},
|
993
|
+
"ListEntitlementsRequest": {
|
994
|
+
"type": "structure",
|
995
|
+
"members": {
|
996
|
+
"MaxResults": {
|
997
|
+
"shape": "MaxResults",
|
998
|
+
"location": "querystring",
|
999
|
+
"locationName": "maxResults"
|
1000
|
+
},
|
1001
|
+
"NextToken": {
|
1002
|
+
"shape": "__string",
|
1003
|
+
"location": "querystring",
|
1004
|
+
"locationName": "nextToken"
|
844
1005
|
}
|
845
1006
|
}
|
846
1007
|
},
|
847
|
-
"ListEntitlementsResponse"
|
848
|
-
"type"
|
849
|
-
"members"
|
850
|
-
"Entitlements"
|
851
|
-
"shape"
|
852
|
-
"locationName"
|
1008
|
+
"ListEntitlementsResponse": {
|
1009
|
+
"type": "structure",
|
1010
|
+
"members": {
|
1011
|
+
"Entitlements": {
|
1012
|
+
"shape": "__listOfListedEntitlement",
|
1013
|
+
"locationName": "entitlements"
|
853
1014
|
},
|
854
|
-
"NextToken"
|
855
|
-
"shape"
|
856
|
-
"locationName"
|
1015
|
+
"NextToken": {
|
1016
|
+
"shape": "__string",
|
1017
|
+
"locationName": "nextToken"
|
857
1018
|
}
|
858
1019
|
}
|
859
1020
|
},
|
860
|
-
"ListFlowsRequest"
|
861
|
-
"type"
|
862
|
-
"members"
|
863
|
-
"MaxResults"
|
864
|
-
"shape"
|
865
|
-
"location"
|
866
|
-
"locationName"
|
867
|
-
},
|
868
|
-
"NextToken"
|
869
|
-
"shape"
|
870
|
-
"location"
|
871
|
-
"locationName"
|
1021
|
+
"ListFlowsRequest": {
|
1022
|
+
"type": "structure",
|
1023
|
+
"members": {
|
1024
|
+
"MaxResults": {
|
1025
|
+
"shape": "MaxResults",
|
1026
|
+
"location": "querystring",
|
1027
|
+
"locationName": "maxResults"
|
1028
|
+
},
|
1029
|
+
"NextToken": {
|
1030
|
+
"shape": "__string",
|
1031
|
+
"location": "querystring",
|
1032
|
+
"locationName": "nextToken"
|
872
1033
|
}
|
873
1034
|
}
|
874
1035
|
},
|
875
|
-
"ListFlowsResponse"
|
876
|
-
"type"
|
877
|
-
"members"
|
878
|
-
"Flows"
|
879
|
-
"shape"
|
880
|
-
"locationName"
|
1036
|
+
"ListFlowsResponse": {
|
1037
|
+
"type": "structure",
|
1038
|
+
"members": {
|
1039
|
+
"Flows": {
|
1040
|
+
"shape": "__listOfListedFlow",
|
1041
|
+
"locationName": "flows"
|
881
1042
|
},
|
882
|
-
"NextToken"
|
883
|
-
"shape"
|
884
|
-
"locationName"
|
1043
|
+
"NextToken": {
|
1044
|
+
"shape": "__string",
|
1045
|
+
"locationName": "nextToken"
|
885
1046
|
}
|
886
1047
|
}
|
887
1048
|
},
|
888
|
-
"ListTagsForResourceRequest"
|
889
|
-
"type"
|
890
|
-
"members"
|
891
|
-
"ResourceArn"
|
892
|
-
"shape"
|
893
|
-
"location"
|
894
|
-
"locationName"
|
1049
|
+
"ListTagsForResourceRequest": {
|
1050
|
+
"type": "structure",
|
1051
|
+
"members": {
|
1052
|
+
"ResourceArn": {
|
1053
|
+
"shape": "__string",
|
1054
|
+
"location": "uri",
|
1055
|
+
"locationName": "resourceArn"
|
895
1056
|
}
|
896
1057
|
},
|
897
|
-
"required"
|
1058
|
+
"required": [
|
1059
|
+
"ResourceArn"
|
1060
|
+
]
|
898
1061
|
},
|
899
|
-
"ListTagsForResourceResponse"
|
900
|
-
"type"
|
901
|
-
"members"
|
902
|
-
"Tags"
|
903
|
-
"shape"
|
904
|
-
"locationName"
|
1062
|
+
"ListTagsForResourceResponse": {
|
1063
|
+
"type": "structure",
|
1064
|
+
"members": {
|
1065
|
+
"Tags": {
|
1066
|
+
"shape": "__mapOf__string",
|
1067
|
+
"locationName": "tags"
|
905
1068
|
}
|
906
1069
|
}
|
907
1070
|
},
|
908
|
-
"ListedEntitlement"
|
909
|
-
"type"
|
910
|
-
"members"
|
911
|
-
"EntitlementArn"
|
912
|
-
"shape"
|
913
|
-
"locationName"
|
1071
|
+
"ListedEntitlement": {
|
1072
|
+
"type": "structure",
|
1073
|
+
"members": {
|
1074
|
+
"EntitlementArn": {
|
1075
|
+
"shape": "__string",
|
1076
|
+
"locationName": "entitlementArn"
|
914
1077
|
},
|
915
|
-
"EntitlementName"
|
916
|
-
"shape"
|
917
|
-
"locationName"
|
1078
|
+
"EntitlementName": {
|
1079
|
+
"shape": "__string",
|
1080
|
+
"locationName": "entitlementName"
|
918
1081
|
}
|
919
1082
|
},
|
920
|
-
"required"
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
"
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
"
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
"
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
"
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
"
|
947
|
-
|
1083
|
+
"required": [
|
1084
|
+
"EntitlementArn",
|
1085
|
+
"EntitlementName"
|
1086
|
+
]
|
1087
|
+
},
|
1088
|
+
"ListedFlow": {
|
1089
|
+
"type": "structure",
|
1090
|
+
"members": {
|
1091
|
+
"AvailabilityZone": {
|
1092
|
+
"shape": "__string",
|
1093
|
+
"locationName": "availabilityZone"
|
1094
|
+
},
|
1095
|
+
"Description": {
|
1096
|
+
"shape": "__string",
|
1097
|
+
"locationName": "description"
|
1098
|
+
},
|
1099
|
+
"FlowArn": {
|
1100
|
+
"shape": "__string",
|
1101
|
+
"locationName": "flowArn"
|
1102
|
+
},
|
1103
|
+
"Name": {
|
1104
|
+
"shape": "__string",
|
1105
|
+
"locationName": "name"
|
1106
|
+
},
|
1107
|
+
"SourceType": {
|
1108
|
+
"shape": "SourceType",
|
1109
|
+
"locationName": "sourceType"
|
1110
|
+
},
|
1111
|
+
"Status": {
|
1112
|
+
"shape": "Status",
|
1113
|
+
"locationName": "status"
|
948
1114
|
}
|
949
1115
|
},
|
950
|
-
"required"
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
1116
|
+
"required": [
|
1117
|
+
"Status",
|
1118
|
+
"Description",
|
1119
|
+
"SourceType",
|
1120
|
+
"AvailabilityZone",
|
1121
|
+
"FlowArn",
|
1122
|
+
"Name"
|
1123
|
+
]
|
1124
|
+
},
|
1125
|
+
"MaxResults": {
|
1126
|
+
"type": "integer",
|
1127
|
+
"min": 1,
|
1128
|
+
"max": 1000
|
1129
|
+
},
|
1130
|
+
"Messages": {
|
1131
|
+
"type": "structure",
|
1132
|
+
"members": {
|
1133
|
+
"Errors": {
|
1134
|
+
"shape": "__listOf__string",
|
1135
|
+
"locationName": "errors"
|
963
1136
|
}
|
964
1137
|
},
|
965
|
-
"required"
|
1138
|
+
"required": [
|
1139
|
+
"Errors"
|
1140
|
+
]
|
966
1141
|
},
|
967
|
-
"NotFoundException"
|
968
|
-
"type"
|
969
|
-
"members"
|
970
|
-
"Message"
|
971
|
-
"shape"
|
972
|
-
"locationName"
|
1142
|
+
"NotFoundException": {
|
1143
|
+
"type": "structure",
|
1144
|
+
"members": {
|
1145
|
+
"Message": {
|
1146
|
+
"shape": "__string",
|
1147
|
+
"locationName": "message"
|
973
1148
|
}
|
974
1149
|
},
|
975
|
-
"required"
|
976
|
-
|
977
|
-
|
978
|
-
|
1150
|
+
"required": [
|
1151
|
+
"Message"
|
1152
|
+
],
|
1153
|
+
"exception": true,
|
1154
|
+
"error": {
|
1155
|
+
"httpStatusCode": 404
|
979
1156
|
}
|
980
1157
|
},
|
981
|
-
"Output"
|
982
|
-
"type"
|
983
|
-
"members"
|
984
|
-
"Description"
|
985
|
-
"shape"
|
986
|
-
"locationName"
|
1158
|
+
"Output": {
|
1159
|
+
"type": "structure",
|
1160
|
+
"members": {
|
1161
|
+
"Description": {
|
1162
|
+
"shape": "__string",
|
1163
|
+
"locationName": "description"
|
987
1164
|
},
|
988
|
-
"Destination"
|
989
|
-
"shape"
|
990
|
-
"locationName"
|
1165
|
+
"Destination": {
|
1166
|
+
"shape": "__string",
|
1167
|
+
"locationName": "destination"
|
991
1168
|
},
|
992
|
-
"Encryption"
|
993
|
-
"shape"
|
994
|
-
"locationName"
|
1169
|
+
"Encryption": {
|
1170
|
+
"shape": "Encryption",
|
1171
|
+
"locationName": "encryption"
|
995
1172
|
},
|
996
|
-
"EntitlementArn"
|
997
|
-
"shape"
|
998
|
-
"locationName"
|
1173
|
+
"EntitlementArn": {
|
1174
|
+
"shape": "__string",
|
1175
|
+
"locationName": "entitlementArn"
|
999
1176
|
},
|
1000
|
-
"MediaLiveInputArn"
|
1001
|
-
"shape"
|
1002
|
-
"locationName"
|
1177
|
+
"MediaLiveInputArn": {
|
1178
|
+
"shape": "__string",
|
1179
|
+
"locationName": "mediaLiveInputArn"
|
1003
1180
|
},
|
1004
|
-
"Name"
|
1005
|
-
"shape"
|
1006
|
-
"locationName"
|
1181
|
+
"Name": {
|
1182
|
+
"shape": "__string",
|
1183
|
+
"locationName": "name"
|
1007
1184
|
},
|
1008
|
-
"OutputArn"
|
1009
|
-
"shape"
|
1010
|
-
"locationName"
|
1185
|
+
"OutputArn": {
|
1186
|
+
"shape": "__string",
|
1187
|
+
"locationName": "outputArn"
|
1011
1188
|
},
|
1012
|
-
"Port"
|
1013
|
-
"shape"
|
1014
|
-
"locationName"
|
1189
|
+
"Port": {
|
1190
|
+
"shape": "__integer",
|
1191
|
+
"locationName": "port"
|
1015
1192
|
},
|
1016
|
-
"Transport"
|
1017
|
-
"shape"
|
1018
|
-
"locationName"
|
1193
|
+
"Transport": {
|
1194
|
+
"shape": "Transport",
|
1195
|
+
"locationName": "transport"
|
1019
1196
|
}
|
1020
1197
|
},
|
1021
|
-
"required"
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
"
|
1029
|
-
|
1030
|
-
"
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
"
|
1198
|
+
"required": [
|
1199
|
+
"OutputArn",
|
1200
|
+
"Name"
|
1201
|
+
]
|
1202
|
+
},
|
1203
|
+
"Protocol": {
|
1204
|
+
"type": "string",
|
1205
|
+
"enum": [
|
1206
|
+
"zixi-push",
|
1207
|
+
"rtp-fec",
|
1208
|
+
"rtp"
|
1209
|
+
]
|
1210
|
+
},
|
1211
|
+
"RemoveFlowOutputRequest": {
|
1212
|
+
"type": "structure",
|
1213
|
+
"members": {
|
1214
|
+
"FlowArn": {
|
1215
|
+
"shape": "__string",
|
1216
|
+
"location": "uri",
|
1217
|
+
"locationName": "flowArn"
|
1218
|
+
},
|
1219
|
+
"OutputArn": {
|
1220
|
+
"shape": "__string",
|
1221
|
+
"location": "uri",
|
1222
|
+
"locationName": "outputArn"
|
1039
1223
|
}
|
1040
1224
|
},
|
1041
|
-
"required"
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
"
|
1052
|
-
|
1225
|
+
"required": [
|
1226
|
+
"FlowArn",
|
1227
|
+
"OutputArn"
|
1228
|
+
]
|
1229
|
+
},
|
1230
|
+
"RemoveFlowOutputResponse": {
|
1231
|
+
"type": "structure",
|
1232
|
+
"members": {
|
1233
|
+
"FlowArn": {
|
1234
|
+
"shape": "__string",
|
1235
|
+
"locationName": "flowArn"
|
1236
|
+
},
|
1237
|
+
"OutputArn": {
|
1238
|
+
"shape": "__string",
|
1239
|
+
"locationName": "outputArn"
|
1053
1240
|
}
|
1054
1241
|
}
|
1055
1242
|
},
|
1056
|
-
"ResponseError"
|
1057
|
-
"type"
|
1058
|
-
"members"
|
1059
|
-
"Message"
|
1060
|
-
"shape"
|
1061
|
-
"locationName"
|
1243
|
+
"ResponseError": {
|
1244
|
+
"type": "structure",
|
1245
|
+
"members": {
|
1246
|
+
"Message": {
|
1247
|
+
"shape": "__string",
|
1248
|
+
"locationName": "message"
|
1062
1249
|
}
|
1063
1250
|
},
|
1064
|
-
"required"
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
"
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
"
|
1251
|
+
"required": [
|
1252
|
+
"Message"
|
1253
|
+
]
|
1254
|
+
},
|
1255
|
+
"RevokeFlowEntitlementRequest": {
|
1256
|
+
"type": "structure",
|
1257
|
+
"members": {
|
1258
|
+
"EntitlementArn": {
|
1259
|
+
"shape": "__string",
|
1260
|
+
"location": "uri",
|
1261
|
+
"locationName": "entitlementArn"
|
1262
|
+
},
|
1263
|
+
"FlowArn": {
|
1264
|
+
"shape": "__string",
|
1265
|
+
"location": "uri",
|
1266
|
+
"locationName": "flowArn"
|
1078
1267
|
}
|
1079
1268
|
},
|
1080
|
-
"required"
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
"
|
1091
|
-
|
1269
|
+
"required": [
|
1270
|
+
"FlowArn",
|
1271
|
+
"EntitlementArn"
|
1272
|
+
]
|
1273
|
+
},
|
1274
|
+
"RevokeFlowEntitlementResponse": {
|
1275
|
+
"type": "structure",
|
1276
|
+
"members": {
|
1277
|
+
"EntitlementArn": {
|
1278
|
+
"shape": "__string",
|
1279
|
+
"locationName": "entitlementArn"
|
1280
|
+
},
|
1281
|
+
"FlowArn": {
|
1282
|
+
"shape": "__string",
|
1283
|
+
"locationName": "flowArn"
|
1092
1284
|
}
|
1093
1285
|
}
|
1094
1286
|
},
|
1095
|
-
"ServiceUnavailableException"
|
1096
|
-
"type"
|
1097
|
-
"members"
|
1098
|
-
"Message"
|
1099
|
-
"shape"
|
1100
|
-
"locationName"
|
1287
|
+
"ServiceUnavailableException": {
|
1288
|
+
"type": "structure",
|
1289
|
+
"members": {
|
1290
|
+
"Message": {
|
1291
|
+
"shape": "__string",
|
1292
|
+
"locationName": "message"
|
1101
1293
|
}
|
1102
1294
|
},
|
1103
|
-
"required"
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1295
|
+
"required": [
|
1296
|
+
"Message"
|
1297
|
+
],
|
1298
|
+
"exception": true,
|
1299
|
+
"error": {
|
1300
|
+
"httpStatusCode": 503
|
1107
1301
|
}
|
1108
1302
|
},
|
1109
|
-
"SetSourceRequest"
|
1110
|
-
"type"
|
1111
|
-
"members"
|
1112
|
-
"Decryption"
|
1113
|
-
"shape"
|
1114
|
-
"locationName"
|
1303
|
+
"SetSourceRequest": {
|
1304
|
+
"type": "structure",
|
1305
|
+
"members": {
|
1306
|
+
"Decryption": {
|
1307
|
+
"shape": "Encryption",
|
1308
|
+
"locationName": "decryption"
|
1115
1309
|
},
|
1116
|
-
"Description"
|
1117
|
-
"shape"
|
1118
|
-
"locationName"
|
1310
|
+
"Description": {
|
1311
|
+
"shape": "__string",
|
1312
|
+
"locationName": "description"
|
1119
1313
|
},
|
1120
|
-
"EntitlementArn"
|
1121
|
-
"shape"
|
1122
|
-
"locationName"
|
1314
|
+
"EntitlementArn": {
|
1315
|
+
"shape": "__string",
|
1316
|
+
"locationName": "entitlementArn"
|
1123
1317
|
},
|
1124
|
-
"IngestPort"
|
1125
|
-
"shape"
|
1126
|
-
"locationName"
|
1318
|
+
"IngestPort": {
|
1319
|
+
"shape": "__integer",
|
1320
|
+
"locationName": "ingestPort"
|
1127
1321
|
},
|
1128
|
-
"MaxBitrate"
|
1129
|
-
"shape"
|
1130
|
-
"locationName"
|
1322
|
+
"MaxBitrate": {
|
1323
|
+
"shape": "__integer",
|
1324
|
+
"locationName": "maxBitrate"
|
1131
1325
|
},
|
1132
|
-
"MaxLatency"
|
1133
|
-
"shape"
|
1134
|
-
"locationName"
|
1326
|
+
"MaxLatency": {
|
1327
|
+
"shape": "__integer",
|
1328
|
+
"locationName": "maxLatency"
|
1135
1329
|
},
|
1136
|
-
"Name"
|
1137
|
-
"shape"
|
1138
|
-
"locationName"
|
1330
|
+
"Name": {
|
1331
|
+
"shape": "__string",
|
1332
|
+
"locationName": "name"
|
1139
1333
|
},
|
1140
|
-
"Protocol"
|
1141
|
-
"shape"
|
1142
|
-
"locationName"
|
1334
|
+
"Protocol": {
|
1335
|
+
"shape": "Protocol",
|
1336
|
+
"locationName": "protocol"
|
1143
1337
|
},
|
1144
|
-
"StreamId"
|
1145
|
-
"shape"
|
1146
|
-
"locationName"
|
1338
|
+
"StreamId": {
|
1339
|
+
"shape": "__string",
|
1340
|
+
"locationName": "streamId"
|
1147
1341
|
},
|
1148
|
-
"WhitelistCidr"
|
1149
|
-
"shape"
|
1150
|
-
"locationName"
|
1342
|
+
"WhitelistCidr": {
|
1343
|
+
"shape": "__string",
|
1344
|
+
"locationName": "whitelistCidr"
|
1151
1345
|
}
|
1152
1346
|
}
|
1153
1347
|
},
|
1154
|
-
"Source"
|
1155
|
-
"type"
|
1156
|
-
"members"
|
1157
|
-
"Decryption"
|
1158
|
-
"shape"
|
1159
|
-
"locationName"
|
1348
|
+
"Source": {
|
1349
|
+
"type": "structure",
|
1350
|
+
"members": {
|
1351
|
+
"Decryption": {
|
1352
|
+
"shape": "Encryption",
|
1353
|
+
"locationName": "decryption"
|
1160
1354
|
},
|
1161
|
-
"Description"
|
1162
|
-
"shape"
|
1163
|
-
"locationName"
|
1355
|
+
"Description": {
|
1356
|
+
"shape": "__string",
|
1357
|
+
"locationName": "description"
|
1164
1358
|
},
|
1165
|
-
"EntitlementArn"
|
1166
|
-
"shape"
|
1167
|
-
"locationName"
|
1359
|
+
"EntitlementArn": {
|
1360
|
+
"shape": "__string",
|
1361
|
+
"locationName": "entitlementArn"
|
1168
1362
|
},
|
1169
|
-
"IngestIp"
|
1170
|
-
"shape"
|
1171
|
-
"locationName"
|
1363
|
+
"IngestIp": {
|
1364
|
+
"shape": "__string",
|
1365
|
+
"locationName": "ingestIp"
|
1172
1366
|
},
|
1173
|
-
"IngestPort"
|
1174
|
-
"shape"
|
1175
|
-
"locationName"
|
1367
|
+
"IngestPort": {
|
1368
|
+
"shape": "__integer",
|
1369
|
+
"locationName": "ingestPort"
|
1176
1370
|
},
|
1177
|
-
"Name"
|
1178
|
-
"shape"
|
1179
|
-
"locationName"
|
1371
|
+
"Name": {
|
1372
|
+
"shape": "__string",
|
1373
|
+
"locationName": "name"
|
1180
1374
|
},
|
1181
|
-
"SourceArn"
|
1182
|
-
"shape"
|
1183
|
-
"locationName"
|
1375
|
+
"SourceArn": {
|
1376
|
+
"shape": "__string",
|
1377
|
+
"locationName": "sourceArn"
|
1184
1378
|
},
|
1185
|
-
"Transport"
|
1186
|
-
"shape"
|
1187
|
-
"locationName"
|
1379
|
+
"Transport": {
|
1380
|
+
"shape": "Transport",
|
1381
|
+
"locationName": "transport"
|
1188
1382
|
},
|
1189
|
-
"WhitelistCidr"
|
1190
|
-
"shape"
|
1191
|
-
"locationName"
|
1383
|
+
"WhitelistCidr": {
|
1384
|
+
"shape": "__string",
|
1385
|
+
"locationName": "whitelistCidr"
|
1192
1386
|
}
|
1193
1387
|
},
|
1194
|
-
"required"
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
"
|
1202
|
-
|
1203
|
-
"
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1388
|
+
"required": [
|
1389
|
+
"SourceArn",
|
1390
|
+
"Name"
|
1391
|
+
]
|
1392
|
+
},
|
1393
|
+
"SourceType": {
|
1394
|
+
"type": "string",
|
1395
|
+
"enum": [
|
1396
|
+
"OWNED",
|
1397
|
+
"ENTITLED"
|
1398
|
+
]
|
1399
|
+
},
|
1400
|
+
"StartFlowRequest": {
|
1401
|
+
"type": "structure",
|
1402
|
+
"members": {
|
1403
|
+
"FlowArn": {
|
1404
|
+
"shape": "__string",
|
1405
|
+
"location": "uri",
|
1406
|
+
"locationName": "flowArn"
|
1207
1407
|
}
|
1208
1408
|
},
|
1209
|
-
"required"
|
1409
|
+
"required": [
|
1410
|
+
"FlowArn"
|
1411
|
+
]
|
1210
1412
|
},
|
1211
|
-
"StartFlowResponse"
|
1212
|
-
"type"
|
1213
|
-
"members"
|
1214
|
-
"FlowArn"
|
1215
|
-
"shape"
|
1216
|
-
"locationName"
|
1413
|
+
"StartFlowResponse": {
|
1414
|
+
"type": "structure",
|
1415
|
+
"members": {
|
1416
|
+
"FlowArn": {
|
1417
|
+
"shape": "__string",
|
1418
|
+
"locationName": "flowArn"
|
1217
1419
|
},
|
1218
|
-
"Status"
|
1219
|
-
"shape"
|
1220
|
-
"locationName"
|
1420
|
+
"Status": {
|
1421
|
+
"shape": "Status",
|
1422
|
+
"locationName": "status"
|
1221
1423
|
}
|
1222
1424
|
}
|
1223
1425
|
},
|
1224
|
-
"Status"
|
1225
|
-
"type"
|
1226
|
-
"enum"
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1231
|
-
"
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1426
|
+
"Status": {
|
1427
|
+
"type": "string",
|
1428
|
+
"enum": [
|
1429
|
+
"STANDBY",
|
1430
|
+
"ACTIVE",
|
1431
|
+
"UPDATING",
|
1432
|
+
"DELETING",
|
1433
|
+
"STARTING",
|
1434
|
+
"STOPPING",
|
1435
|
+
"ERROR"
|
1436
|
+
]
|
1437
|
+
},
|
1438
|
+
"StopFlowRequest": {
|
1439
|
+
"type": "structure",
|
1440
|
+
"members": {
|
1441
|
+
"FlowArn": {
|
1442
|
+
"shape": "__string",
|
1443
|
+
"location": "uri",
|
1444
|
+
"locationName": "flowArn"
|
1235
1445
|
}
|
1236
1446
|
},
|
1237
|
-
"required"
|
1447
|
+
"required": [
|
1448
|
+
"FlowArn"
|
1449
|
+
]
|
1238
1450
|
},
|
1239
|
-
"StopFlowResponse"
|
1240
|
-
"type"
|
1241
|
-
"members"
|
1242
|
-
"FlowArn"
|
1243
|
-
"shape"
|
1244
|
-
"locationName"
|
1451
|
+
"StopFlowResponse": {
|
1452
|
+
"type": "structure",
|
1453
|
+
"members": {
|
1454
|
+
"FlowArn": {
|
1455
|
+
"shape": "__string",
|
1456
|
+
"locationName": "flowArn"
|
1245
1457
|
},
|
1246
|
-
"Status"
|
1247
|
-
"shape"
|
1248
|
-
"locationName"
|
1458
|
+
"Status": {
|
1459
|
+
"shape": "Status",
|
1460
|
+
"locationName": "status"
|
1249
1461
|
}
|
1250
1462
|
}
|
1251
1463
|
},
|
1252
|
-
"TagResourceRequest"
|
1253
|
-
"type"
|
1254
|
-
"members"
|
1255
|
-
"ResourceArn"
|
1256
|
-
"shape"
|
1257
|
-
"location"
|
1258
|
-
"locationName"
|
1259
|
-
},
|
1260
|
-
"Tags"
|
1261
|
-
"shape"
|
1262
|
-
"locationName"
|
1464
|
+
"TagResourceRequest": {
|
1465
|
+
"type": "structure",
|
1466
|
+
"members": {
|
1467
|
+
"ResourceArn": {
|
1468
|
+
"shape": "__string",
|
1469
|
+
"location": "uri",
|
1470
|
+
"locationName": "resourceArn"
|
1471
|
+
},
|
1472
|
+
"Tags": {
|
1473
|
+
"shape": "__mapOf__string",
|
1474
|
+
"locationName": "tags"
|
1263
1475
|
}
|
1264
1476
|
},
|
1265
|
-
"required"
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1477
|
+
"required": [
|
1478
|
+
"ResourceArn",
|
1479
|
+
"Tags"
|
1480
|
+
]
|
1481
|
+
},
|
1482
|
+
"TooManyRequestsException": {
|
1483
|
+
"type": "structure",
|
1484
|
+
"members": {
|
1485
|
+
"Message": {
|
1486
|
+
"shape": "__string",
|
1487
|
+
"locationName": "message"
|
1273
1488
|
}
|
1274
1489
|
},
|
1275
|
-
"required"
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1490
|
+
"required": [
|
1491
|
+
"Message"
|
1492
|
+
],
|
1493
|
+
"exception": true,
|
1494
|
+
"error": {
|
1495
|
+
"httpStatusCode": 429
|
1279
1496
|
}
|
1280
1497
|
},
|
1281
|
-
"Transport"
|
1282
|
-
"type"
|
1283
|
-
"members"
|
1284
|
-
"MaxBitrate"
|
1285
|
-
"shape"
|
1286
|
-
"locationName"
|
1498
|
+
"Transport": {
|
1499
|
+
"type": "structure",
|
1500
|
+
"members": {
|
1501
|
+
"MaxBitrate": {
|
1502
|
+
"shape": "__integer",
|
1503
|
+
"locationName": "maxBitrate"
|
1287
1504
|
},
|
1288
|
-
"MaxLatency"
|
1289
|
-
"shape"
|
1290
|
-
"locationName"
|
1505
|
+
"MaxLatency": {
|
1506
|
+
"shape": "__integer",
|
1507
|
+
"locationName": "maxLatency"
|
1291
1508
|
},
|
1292
|
-
"Protocol"
|
1293
|
-
"shape"
|
1294
|
-
"locationName"
|
1509
|
+
"Protocol": {
|
1510
|
+
"shape": "Protocol",
|
1511
|
+
"locationName": "protocol"
|
1295
1512
|
},
|
1296
|
-
"SmoothingLatency"
|
1297
|
-
"shape"
|
1298
|
-
"locationName"
|
1513
|
+
"SmoothingLatency": {
|
1514
|
+
"shape": "__integer",
|
1515
|
+
"locationName": "smoothingLatency"
|
1299
1516
|
},
|
1300
|
-
"StreamId"
|
1301
|
-
"shape"
|
1302
|
-
"locationName"
|
1517
|
+
"StreamId": {
|
1518
|
+
"shape": "__string",
|
1519
|
+
"locationName": "streamId"
|
1303
1520
|
}
|
1304
1521
|
},
|
1305
|
-
"required"
|
1306
|
-
|
1307
|
-
|
1308
|
-
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1313
|
-
"
|
1314
|
-
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1318
|
-
"
|
1522
|
+
"required": [
|
1523
|
+
"Protocol"
|
1524
|
+
]
|
1525
|
+
},
|
1526
|
+
"UntagResourceRequest": {
|
1527
|
+
"type": "structure",
|
1528
|
+
"members": {
|
1529
|
+
"ResourceArn": {
|
1530
|
+
"shape": "__string",
|
1531
|
+
"location": "uri",
|
1532
|
+
"locationName": "resourceArn"
|
1533
|
+
},
|
1534
|
+
"TagKeys": {
|
1535
|
+
"shape": "__listOf__string",
|
1536
|
+
"location": "querystring",
|
1537
|
+
"locationName": "tagKeys"
|
1319
1538
|
}
|
1320
1539
|
},
|
1321
|
-
"required"
|
1322
|
-
|
1323
|
-
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
|
1331
|
-
"
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
"
|
1336
|
-
|
1337
|
-
|
1338
|
-
|
1339
|
-
"
|
1340
|
-
|
1540
|
+
"required": [
|
1541
|
+
"TagKeys",
|
1542
|
+
"ResourceArn"
|
1543
|
+
]
|
1544
|
+
},
|
1545
|
+
"UpdateEncryption": {
|
1546
|
+
"type": "structure",
|
1547
|
+
"members": {
|
1548
|
+
"Algorithm": {
|
1549
|
+
"shape": "Algorithm",
|
1550
|
+
"locationName": "algorithm"
|
1551
|
+
},
|
1552
|
+
"KeyType": {
|
1553
|
+
"shape": "KeyType",
|
1554
|
+
"locationName": "keyType"
|
1555
|
+
},
|
1556
|
+
"RoleArn": {
|
1557
|
+
"shape": "__string",
|
1558
|
+
"locationName": "roleArn"
|
1559
|
+
},
|
1560
|
+
"SecretArn": {
|
1561
|
+
"shape": "__string",
|
1562
|
+
"locationName": "secretArn"
|
1341
1563
|
}
|
1342
1564
|
}
|
1343
1565
|
},
|
1344
|
-
"UpdateFlowEntitlementRequest"
|
1345
|
-
"type"
|
1346
|
-
"members"
|
1347
|
-
"Description"
|
1348
|
-
"shape"
|
1349
|
-
"locationName"
|
1350
|
-
},
|
1351
|
-
"Encryption"
|
1352
|
-
"shape"
|
1353
|
-
"locationName"
|
1354
|
-
},
|
1355
|
-
"EntitlementArn"
|
1356
|
-
"shape"
|
1357
|
-
"location"
|
1358
|
-
"locationName"
|
1359
|
-
},
|
1360
|
-
"FlowArn"
|
1361
|
-
"shape"
|
1362
|
-
"location"
|
1363
|
-
"locationName"
|
1364
|
-
},
|
1365
|
-
"Subscribers"
|
1366
|
-
"shape"
|
1367
|
-
"locationName"
|
1566
|
+
"UpdateFlowEntitlementRequest": {
|
1567
|
+
"type": "structure",
|
1568
|
+
"members": {
|
1569
|
+
"Description": {
|
1570
|
+
"shape": "__string",
|
1571
|
+
"locationName": "description"
|
1572
|
+
},
|
1573
|
+
"Encryption": {
|
1574
|
+
"shape": "UpdateEncryption",
|
1575
|
+
"locationName": "encryption"
|
1576
|
+
},
|
1577
|
+
"EntitlementArn": {
|
1578
|
+
"shape": "__string",
|
1579
|
+
"location": "uri",
|
1580
|
+
"locationName": "entitlementArn"
|
1581
|
+
},
|
1582
|
+
"FlowArn": {
|
1583
|
+
"shape": "__string",
|
1584
|
+
"location": "uri",
|
1585
|
+
"locationName": "flowArn"
|
1586
|
+
},
|
1587
|
+
"Subscribers": {
|
1588
|
+
"shape": "__listOf__string",
|
1589
|
+
"locationName": "subscribers"
|
1368
1590
|
}
|
1369
1591
|
},
|
1370
|
-
"required"
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
1380
|
-
"
|
1381
|
-
|
1592
|
+
"required": [
|
1593
|
+
"FlowArn",
|
1594
|
+
"EntitlementArn"
|
1595
|
+
]
|
1596
|
+
},
|
1597
|
+
"UpdateFlowEntitlementResponse": {
|
1598
|
+
"type": "structure",
|
1599
|
+
"members": {
|
1600
|
+
"Entitlement": {
|
1601
|
+
"shape": "Entitlement",
|
1602
|
+
"locationName": "entitlement"
|
1603
|
+
},
|
1604
|
+
"FlowArn": {
|
1605
|
+
"shape": "__string",
|
1606
|
+
"locationName": "flowArn"
|
1382
1607
|
}
|
1383
1608
|
}
|
1384
1609
|
},
|
1385
|
-
"UpdateFlowOutputRequest"
|
1386
|
-
"type"
|
1387
|
-
"members"
|
1388
|
-
"Description"
|
1389
|
-
"shape"
|
1390
|
-
"locationName"
|
1391
|
-
},
|
1392
|
-
"Destination"
|
1393
|
-
"shape"
|
1394
|
-
"locationName"
|
1395
|
-
},
|
1396
|
-
"Encryption"
|
1397
|
-
"shape"
|
1398
|
-
"locationName"
|
1399
|
-
},
|
1400
|
-
"FlowArn"
|
1401
|
-
"shape"
|
1402
|
-
"location"
|
1403
|
-
"locationName"
|
1404
|
-
},
|
1405
|
-
"MaxLatency"
|
1406
|
-
"shape"
|
1407
|
-
"locationName"
|
1408
|
-
},
|
1409
|
-
"OutputArn"
|
1410
|
-
"shape"
|
1411
|
-
"location"
|
1412
|
-
"locationName"
|
1413
|
-
},
|
1414
|
-
"Port"
|
1415
|
-
"shape"
|
1416
|
-
"locationName"
|
1417
|
-
},
|
1418
|
-
"Protocol"
|
1419
|
-
"shape"
|
1420
|
-
"locationName"
|
1421
|
-
},
|
1422
|
-
"SmoothingLatency"
|
1423
|
-
"shape"
|
1424
|
-
"locationName"
|
1425
|
-
},
|
1426
|
-
"StreamId"
|
1427
|
-
"shape"
|
1428
|
-
"locationName"
|
1610
|
+
"UpdateFlowOutputRequest": {
|
1611
|
+
"type": "structure",
|
1612
|
+
"members": {
|
1613
|
+
"Description": {
|
1614
|
+
"shape": "__string",
|
1615
|
+
"locationName": "description"
|
1616
|
+
},
|
1617
|
+
"Destination": {
|
1618
|
+
"shape": "__string",
|
1619
|
+
"locationName": "destination"
|
1620
|
+
},
|
1621
|
+
"Encryption": {
|
1622
|
+
"shape": "UpdateEncryption",
|
1623
|
+
"locationName": "encryption"
|
1624
|
+
},
|
1625
|
+
"FlowArn": {
|
1626
|
+
"shape": "__string",
|
1627
|
+
"location": "uri",
|
1628
|
+
"locationName": "flowArn"
|
1629
|
+
},
|
1630
|
+
"MaxLatency": {
|
1631
|
+
"shape": "__integer",
|
1632
|
+
"locationName": "maxLatency"
|
1633
|
+
},
|
1634
|
+
"OutputArn": {
|
1635
|
+
"shape": "__string",
|
1636
|
+
"location": "uri",
|
1637
|
+
"locationName": "outputArn"
|
1638
|
+
},
|
1639
|
+
"Port": {
|
1640
|
+
"shape": "__integer",
|
1641
|
+
"locationName": "port"
|
1642
|
+
},
|
1643
|
+
"Protocol": {
|
1644
|
+
"shape": "Protocol",
|
1645
|
+
"locationName": "protocol"
|
1646
|
+
},
|
1647
|
+
"SmoothingLatency": {
|
1648
|
+
"shape": "__integer",
|
1649
|
+
"locationName": "smoothingLatency"
|
1650
|
+
},
|
1651
|
+
"StreamId": {
|
1652
|
+
"shape": "__string",
|
1653
|
+
"locationName": "streamId"
|
1429
1654
|
}
|
1430
1655
|
},
|
1431
|
-
"required"
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1441
|
-
"
|
1442
|
-
|
1656
|
+
"required": [
|
1657
|
+
"FlowArn",
|
1658
|
+
"OutputArn"
|
1659
|
+
]
|
1660
|
+
},
|
1661
|
+
"UpdateFlowOutputResponse": {
|
1662
|
+
"type": "structure",
|
1663
|
+
"members": {
|
1664
|
+
"FlowArn": {
|
1665
|
+
"shape": "__string",
|
1666
|
+
"locationName": "flowArn"
|
1667
|
+
},
|
1668
|
+
"Output": {
|
1669
|
+
"shape": "Output",
|
1670
|
+
"locationName": "output"
|
1443
1671
|
}
|
1444
1672
|
}
|
1445
1673
|
},
|
1446
|
-
"UpdateFlowSourceRequest"
|
1447
|
-
"type"
|
1448
|
-
"members"
|
1449
|
-
"Decryption"
|
1450
|
-
"shape"
|
1451
|
-
"locationName"
|
1452
|
-
},
|
1453
|
-
"Description"
|
1454
|
-
"shape"
|
1455
|
-
"locationName"
|
1456
|
-
},
|
1457
|
-
"EntitlementArn"
|
1458
|
-
"shape"
|
1459
|
-
"locationName"
|
1460
|
-
},
|
1461
|
-
"FlowArn"
|
1462
|
-
"shape"
|
1463
|
-
"location"
|
1464
|
-
"locationName"
|
1465
|
-
},
|
1466
|
-
"IngestPort"
|
1467
|
-
"shape"
|
1468
|
-
"locationName"
|
1469
|
-
},
|
1470
|
-
"MaxBitrate"
|
1471
|
-
"shape"
|
1472
|
-
"locationName"
|
1473
|
-
},
|
1474
|
-
"MaxLatency"
|
1475
|
-
"shape"
|
1476
|
-
"locationName"
|
1477
|
-
},
|
1478
|
-
"Protocol"
|
1479
|
-
"shape"
|
1480
|
-
"locationName"
|
1481
|
-
},
|
1482
|
-
"SourceArn"
|
1483
|
-
"shape"
|
1484
|
-
"location"
|
1485
|
-
"locationName"
|
1486
|
-
},
|
1487
|
-
"StreamId"
|
1488
|
-
"shape"
|
1489
|
-
"locationName"
|
1490
|
-
},
|
1491
|
-
"WhitelistCidr"
|
1492
|
-
"shape"
|
1493
|
-
"locationName"
|
1674
|
+
"UpdateFlowSourceRequest": {
|
1675
|
+
"type": "structure",
|
1676
|
+
"members": {
|
1677
|
+
"Decryption": {
|
1678
|
+
"shape": "UpdateEncryption",
|
1679
|
+
"locationName": "decryption"
|
1680
|
+
},
|
1681
|
+
"Description": {
|
1682
|
+
"shape": "__string",
|
1683
|
+
"locationName": "description"
|
1684
|
+
},
|
1685
|
+
"EntitlementArn": {
|
1686
|
+
"shape": "__string",
|
1687
|
+
"locationName": "entitlementArn"
|
1688
|
+
},
|
1689
|
+
"FlowArn": {
|
1690
|
+
"shape": "__string",
|
1691
|
+
"location": "uri",
|
1692
|
+
"locationName": "flowArn"
|
1693
|
+
},
|
1694
|
+
"IngestPort": {
|
1695
|
+
"shape": "__integer",
|
1696
|
+
"locationName": "ingestPort"
|
1697
|
+
},
|
1698
|
+
"MaxBitrate": {
|
1699
|
+
"shape": "__integer",
|
1700
|
+
"locationName": "maxBitrate"
|
1701
|
+
},
|
1702
|
+
"MaxLatency": {
|
1703
|
+
"shape": "__integer",
|
1704
|
+
"locationName": "maxLatency"
|
1705
|
+
},
|
1706
|
+
"Protocol": {
|
1707
|
+
"shape": "Protocol",
|
1708
|
+
"locationName": "protocol"
|
1709
|
+
},
|
1710
|
+
"SourceArn": {
|
1711
|
+
"shape": "__string",
|
1712
|
+
"location": "uri",
|
1713
|
+
"locationName": "sourceArn"
|
1714
|
+
},
|
1715
|
+
"StreamId": {
|
1716
|
+
"shape": "__string",
|
1717
|
+
"locationName": "streamId"
|
1718
|
+
},
|
1719
|
+
"WhitelistCidr": {
|
1720
|
+
"shape": "__string",
|
1721
|
+
"locationName": "whitelistCidr"
|
1494
1722
|
}
|
1495
1723
|
},
|
1496
|
-
"required"
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1505
|
-
|
1506
|
-
"
|
1507
|
-
|
1724
|
+
"required": [
|
1725
|
+
"FlowArn",
|
1726
|
+
"SourceArn"
|
1727
|
+
]
|
1728
|
+
},
|
1729
|
+
"UpdateFlowSourceResponse": {
|
1730
|
+
"type": "structure",
|
1731
|
+
"members": {
|
1732
|
+
"FlowArn": {
|
1733
|
+
"shape": "__string",
|
1734
|
+
"locationName": "flowArn"
|
1735
|
+
},
|
1736
|
+
"Source": {
|
1737
|
+
"shape": "Source",
|
1738
|
+
"locationName": "source"
|
1508
1739
|
}
|
1509
1740
|
}
|
1510
1741
|
},
|
1511
|
-
"__boolean"
|
1512
|
-
"type"
|
1742
|
+
"__boolean": {
|
1743
|
+
"type": "boolean"
|
1513
1744
|
},
|
1514
|
-
"__double"
|
1515
|
-
"type"
|
1745
|
+
"__double": {
|
1746
|
+
"type": "double"
|
1516
1747
|
},
|
1517
|
-
"__integer"
|
1518
|
-
"type"
|
1748
|
+
"__integer": {
|
1749
|
+
"type": "integer"
|
1519
1750
|
},
|
1520
|
-
"__listOfAddOutputRequest"
|
1521
|
-
"type"
|
1522
|
-
"member"
|
1523
|
-
"shape"
|
1751
|
+
"__listOfAddOutputRequest": {
|
1752
|
+
"type": "list",
|
1753
|
+
"member": {
|
1754
|
+
"shape": "AddOutputRequest"
|
1524
1755
|
}
|
1525
1756
|
},
|
1526
|
-
"__listOfEntitlement"
|
1527
|
-
"type"
|
1528
|
-
"member"
|
1529
|
-
"shape"
|
1757
|
+
"__listOfEntitlement": {
|
1758
|
+
"type": "list",
|
1759
|
+
"member": {
|
1760
|
+
"shape": "Entitlement"
|
1530
1761
|
}
|
1531
1762
|
},
|
1532
|
-
"__listOfGrantEntitlementRequest"
|
1533
|
-
"type"
|
1534
|
-
"member"
|
1535
|
-
"shape"
|
1763
|
+
"__listOfGrantEntitlementRequest": {
|
1764
|
+
"type": "list",
|
1765
|
+
"member": {
|
1766
|
+
"shape": "GrantEntitlementRequest"
|
1536
1767
|
}
|
1537
1768
|
},
|
1538
|
-
"__listOfListedEntitlement"
|
1539
|
-
"type"
|
1540
|
-
"member"
|
1541
|
-
"shape"
|
1769
|
+
"__listOfListedEntitlement": {
|
1770
|
+
"type": "list",
|
1771
|
+
"member": {
|
1772
|
+
"shape": "ListedEntitlement"
|
1542
1773
|
}
|
1543
1774
|
},
|
1544
|
-
"__listOfListedFlow"
|
1545
|
-
"type"
|
1546
|
-
"member"
|
1547
|
-
"shape"
|
1775
|
+
"__listOfListedFlow": {
|
1776
|
+
"type": "list",
|
1777
|
+
"member": {
|
1778
|
+
"shape": "ListedFlow"
|
1548
1779
|
}
|
1549
1780
|
},
|
1550
|
-
"__listOfOutput"
|
1551
|
-
"type"
|
1552
|
-
"member"
|
1553
|
-
"shape"
|
1781
|
+
"__listOfOutput": {
|
1782
|
+
"type": "list",
|
1783
|
+
"member": {
|
1784
|
+
"shape": "Output"
|
1554
1785
|
}
|
1555
1786
|
},
|
1556
|
-
"__listOf__string"
|
1557
|
-
"type"
|
1558
|
-
"member"
|
1559
|
-
"shape"
|
1787
|
+
"__listOf__string": {
|
1788
|
+
"type": "list",
|
1789
|
+
"member": {
|
1790
|
+
"shape": "__string"
|
1560
1791
|
}
|
1561
1792
|
},
|
1562
|
-
"__long"
|
1563
|
-
"type"
|
1793
|
+
"__long": {
|
1794
|
+
"type": "long"
|
1564
1795
|
},
|
1565
|
-
"__mapOf__string"
|
1566
|
-
"type"
|
1567
|
-
"key"
|
1568
|
-
"shape"
|
1796
|
+
"__mapOf__string": {
|
1797
|
+
"type": "map",
|
1798
|
+
"key": {
|
1799
|
+
"shape": "__string"
|
1569
1800
|
},
|
1570
|
-
"value"
|
1571
|
-
"shape"
|
1801
|
+
"value": {
|
1802
|
+
"shape": "__string"
|
1572
1803
|
}
|
1573
1804
|
},
|
1574
|
-
"__string"
|
1575
|
-
"type"
|
1805
|
+
"__string": {
|
1806
|
+
"type": "string"
|
1576
1807
|
},
|
1577
|
-
"__timestampIso8601"
|
1578
|
-
"type"
|
1579
|
-
"timestampFormat"
|
1808
|
+
"__timestampIso8601": {
|
1809
|
+
"type": "timestamp",
|
1810
|
+
"timestampFormat": "iso8601"
|
1580
1811
|
},
|
1581
|
-
"__timestampUnix"
|
1582
|
-
"type"
|
1583
|
-
"timestampFormat"
|
1812
|
+
"__timestampUnix": {
|
1813
|
+
"type": "timestamp",
|
1814
|
+
"timestampFormat": "unixTimestamp"
|
1584
1815
|
}
|
1585
1816
|
}
|
1586
|
-
}
|
1817
|
+
}
|