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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2fe43f59371ffbd656e3ff5c83951c461119d84
4
- data.tar.gz: dfcac32b2f979470b27eafa6fcc1cfa06d95c619
3
+ metadata.gz: 48f83f793a6dd3ca4b2e8deca2449f43b52670fc
4
+ data.tar.gz: ad78811a05bab55daf693b1aafa3325f9b53baef
5
5
  SHA512:
6
- metadata.gz: d0ddb70c3e5504f87c1a5f1cd47e36d70b9f288a29e2296ed1a2e903b35ae8eb365e213e6616dd70016730f1b1868578c67888298653f9e0fd6da3d1abcf0420
7
- data.tar.gz: d0bf045a050d81bf261110effd0c4c97f77618dd2a8c80afe7ad0464e4192bb48972c6263f6266302ece2e696fc4c2eff9d0d931df472c98206e54f75f1df501
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":5
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" : "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"
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" : "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
- "shape" : "AddFlowOutputs420Exception"
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
- "Outputs" : {
470
- "shape" : "__listOfAddOutputRequest",
471
- "locationName" : "outputs"
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
- "AddFlowOutputsResponse" : {
477
- "type" : "structure",
478
- "members" : {
479
- "FlowArn" : {
480
- "shape" : "__string",
481
- "locationName" : "flowArn"
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
- "Outputs" : {
484
- "shape" : "__listOfOutput",
485
- "locationName" : "outputs"
74
+ {
75
+ "shape": "ForbiddenException"
76
+ },
77
+ {
78
+ "shape": "ServiceUnavailableException"
79
+ },
80
+ {
81
+ "shape": "TooManyRequestsException"
486
82
  }
487
- }
83
+ ]
488
84
  },
489
- "AddOutputRequest" : {
490
- "type" : "structure",
491
- "members" : {
492
- "Description" : {
493
- "shape" : "__string",
494
- "locationName" : "description"
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
- "Destination" : {
497
- "shape" : "__string",
498
- "locationName" : "destination"
105
+ {
106
+ "shape": "ForbiddenException"
499
107
  },
500
- "Encryption" : {
501
- "shape" : "Encryption",
502
- "locationName" : "encryption"
108
+ {
109
+ "shape": "NotFoundException"
503
110
  },
504
- "MaxLatency" : {
505
- "shape" : "__integer",
506
- "locationName" : "maxLatency"
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
- "Name" : {
509
- "shape" : "__string",
510
- "locationName" : "name"
136
+ {
137
+ "shape": "InternalServerErrorException"
511
138
  },
512
- "Port" : {
513
- "shape" : "__integer",
514
- "locationName" : "port"
139
+ {
140
+ "shape": "ForbiddenException"
515
141
  },
516
- "Protocol" : {
517
- "shape" : "Protocol",
518
- "locationName" : "protocol"
142
+ {
143
+ "shape": "NotFoundException"
519
144
  },
520
- "SmoothingLatency" : {
521
- "shape" : "__integer",
522
- "locationName" : "smoothingLatency"
145
+ {
146
+ "shape": "ServiceUnavailableException"
523
147
  },
524
- "StreamId" : {
525
- "shape" : "__string",
526
- "locationName" : "streamId"
148
+ {
149
+ "shape": "TooManyRequestsException"
527
150
  }
528
- },
529
- "required" : [ "Destination", "Port", "Protocol" ]
151
+ ]
530
152
  },
531
- "Algorithm" : {
532
- "type" : "string",
533
- "enum" : [ "aes128", "aes192", "aes256" ]
534
- },
535
- "BadRequestException" : {
536
- "type" : "structure",
537
- "members" : {
538
- "Message" : {
539
- "shape" : "__string",
540
- "locationName" : "message"
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
- "required" : [ "Message" ],
544
- "exception" : true,
545
- "error" : {
546
- "httpStatusCode" : 400
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
- "CreateFlow420Exception" : {
550
- "type" : "structure",
551
- "members" : {
552
- "Message" : {
553
- "shape" : "__string",
554
- "locationName" : "message"
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
- "required" : [ "Message" ],
558
- "exception" : true,
559
- "error" : {
560
- "httpStatusCode" : 420
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
- "CreateFlowRequest" : {
564
- "type" : "structure",
565
- "members" : {
566
- "AvailabilityZone" : {
567
- "shape" : "__string",
568
- "locationName" : "availabilityZone"
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
- "Entitlements" : {
571
- "shape" : "__listOfGrantEntitlementRequest",
572
- "locationName" : "entitlements"
291
+ {
292
+ "shape": "ForbiddenException"
573
293
  },
574
- "Name" : {
575
- "shape" : "__string",
576
- "locationName" : "name"
294
+ {
295
+ "shape": "NotFoundException"
577
296
  },
578
- "Outputs" : {
579
- "shape" : "__listOfAddOutputRequest",
580
- "locationName" : "outputs"
297
+ {
298
+ "shape": "ServiceUnavailableException"
581
299
  },
582
- "Source" : {
583
- "shape" : "SetSourceRequest",
584
- "locationName" : "source"
300
+ {
301
+ "shape": "TooManyRequestsException"
585
302
  }
586
- },
587
- "required" : [ "Source", "Name" ]
303
+ ]
588
304
  },
589
- "CreateFlowResponse" : {
590
- "type" : "structure",
591
- "members" : {
592
- "Flow" : {
593
- "shape" : "Flow",
594
- "locationName" : "flow"
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
- "DeleteFlowRequest" : {
599
- "type" : "structure",
600
- "members" : {
601
- "FlowArn" : {
602
- "shape" : "__string",
603
- "location" : "uri",
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
- "required" : [ "FlowArn" ]
608
- },
609
- "DeleteFlowResponse" : {
610
- "type" : "structure",
611
- "members" : {
612
- "FlowArn" : {
613
- "shape" : "__string",
614
- "locationName" : "flowArn"
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
- "Status" : {
617
- "shape" : "Status",
618
- "locationName" : "status"
365
+ {
366
+ "shape": "ServiceUnavailableException"
367
+ },
368
+ {
369
+ "shape": "TooManyRequestsException"
619
370
  }
620
- }
371
+ ]
621
372
  },
622
- "DescribeFlowRequest" : {
623
- "type" : "structure",
624
- "members" : {
625
- "FlowArn" : {
626
- "shape" : "__string",
627
- "location" : "uri",
628
- "locationName" : "flowArn"
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
- "required" : [ "FlowArn" ]
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
- "DescribeFlowResponse" : {
634
- "type" : "structure",
635
- "members" : {
636
- "Flow" : {
637
- "shape" : "Flow",
638
- "locationName" : "flow"
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
- "Messages" : {
641
- "shape" : "Messages",
642
- "locationName" : "messages"
446
+ {
447
+ "shape": "InternalServerErrorException"
643
448
  }
644
- }
449
+ ]
645
450
  },
646
- "Encryption" : {
647
- "type" : "structure",
648
- "members" : {
649
- "Algorithm" : {
650
- "shape" : "Algorithm",
651
- "locationName" : "algorithm"
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
- "KeyType" : {
654
- "shape" : "KeyType",
655
- "locationName" : "keyType"
471
+ {
472
+ "shape": "ForbiddenException"
656
473
  },
657
- "RoleArn" : {
658
- "shape" : "__string",
659
- "locationName" : "roleArn"
474
+ {
475
+ "shape": "NotFoundException"
660
476
  },
661
- "SecretArn" : {
662
- "shape" : "__string",
663
- "locationName" : "secretArn"
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
- "required" : [ "SecretArn", "Algorithm", "RoleArn" ]
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
- "Entitlement" : {
669
- "type" : "structure",
670
- "members" : {
671
- "Description" : {
672
- "shape" : "__string",
673
- "locationName" : "description"
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
- "Encryption" : {
676
- "shape" : "Encryption",
677
- "locationName" : "encryption"
539
+ {
540
+ "shape": "ForbiddenException"
678
541
  },
679
- "EntitlementArn" : {
680
- "shape" : "__string",
681
- "locationName" : "entitlementArn"
542
+ {
543
+ "shape": "NotFoundException"
682
544
  },
683
- "Name" : {
684
- "shape" : "__string",
685
- "locationName" : "name"
545
+ {
546
+ "shape": "ServiceUnavailableException"
686
547
  },
687
- "Subscribers" : {
688
- "shape" : "__listOf__string",
689
- "locationName" : "subscribers"
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" : [ "EntitlementArn", "Subscribers", "Name" ]
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
- "Flow" : {
695
- "type" : "structure",
696
- "members" : {
697
- "AvailabilityZone" : {
698
- "shape" : "__string",
699
- "locationName" : "availabilityZone"
602
+ "AddOutputRequest": {
603
+ "type": "structure",
604
+ "members": {
605
+ "Description": {
606
+ "shape": "__string",
607
+ "locationName": "description"
700
608
  },
701
- "Description" : {
702
- "shape" : "__string",
703
- "locationName" : "description"
609
+ "Destination": {
610
+ "shape": "__string",
611
+ "locationName": "destination"
704
612
  },
705
- "EgressIp" : {
706
- "shape" : "__string",
707
- "locationName" : "egressIp"
613
+ "Encryption": {
614
+ "shape": "Encryption",
615
+ "locationName": "encryption"
708
616
  },
709
- "Entitlements" : {
710
- "shape" : "__listOfEntitlement",
711
- "locationName" : "entitlements"
617
+ "MaxLatency": {
618
+ "shape": "__integer",
619
+ "locationName": "maxLatency"
712
620
  },
713
- "FlowArn" : {
714
- "shape" : "__string",
715
- "locationName" : "flowArn"
621
+ "Name": {
622
+ "shape": "__string",
623
+ "locationName": "name"
716
624
  },
717
- "Name" : {
718
- "shape" : "__string",
719
- "locationName" : "name"
625
+ "Port": {
626
+ "shape": "__integer",
627
+ "locationName": "port"
720
628
  },
721
- "Outputs" : {
722
- "shape" : "__listOfOutput",
723
- "locationName" : "outputs"
629
+ "Protocol": {
630
+ "shape": "Protocol",
631
+ "locationName": "protocol"
724
632
  },
725
- "Source" : {
726
- "shape" : "Source",
727
- "locationName" : "source"
633
+ "SmoothingLatency": {
634
+ "shape": "__integer",
635
+ "locationName": "smoothingLatency"
728
636
  },
729
- "Status" : {
730
- "shape" : "Status",
731
- "locationName" : "status"
637
+ "StreamId": {
638
+ "shape": "__string",
639
+ "locationName": "streamId"
732
640
  }
733
641
  },
734
- "required" : [ "Status", "Entitlements", "Outputs", "AvailabilityZone", "FlowArn", "Source", "Name" ]
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
- "ForbiddenException" : {
737
- "type" : "structure",
738
- "members" : {
739
- "Message" : {
740
- "shape" : "__string",
741
- "locationName" : "message"
672
+ "CreateFlow420Exception": {
673
+ "type": "structure",
674
+ "members": {
675
+ "Message": {
676
+ "shape": "__string",
677
+ "locationName": "message"
742
678
  }
743
679
  },
744
- "required" : [ "Message" ],
745
- "exception" : true,
746
- "error" : {
747
- "httpStatusCode" : 403
680
+ "required": [
681
+ "Message"
682
+ ],
683
+ "exception": true,
684
+ "error": {
685
+ "httpStatusCode": 420
748
686
  }
749
687
  },
750
- "GrantEntitlementRequest" : {
751
- "type" : "structure",
752
- "members" : {
753
- "Description" : {
754
- "shape" : "__string",
755
- "locationName" : "description"
688
+ "CreateFlowRequest": {
689
+ "type": "structure",
690
+ "members": {
691
+ "AvailabilityZone": {
692
+ "shape": "__string",
693
+ "locationName": "availabilityZone"
756
694
  },
757
- "Encryption" : {
758
- "shape" : "Encryption",
759
- "locationName" : "encryption"
695
+ "Entitlements": {
696
+ "shape": "__listOfGrantEntitlementRequest",
697
+ "locationName": "entitlements"
760
698
  },
761
- "Name" : {
762
- "shape" : "__string",
763
- "locationName" : "name"
699
+ "Name": {
700
+ "shape": "__string",
701
+ "locationName": "name"
764
702
  },
765
- "Subscribers" : {
766
- "shape" : "__listOf__string",
767
- "locationName" : "subscribers"
703
+ "Outputs": {
704
+ "shape": "__listOfAddOutputRequest",
705
+ "locationName": "outputs"
706
+ },
707
+ "Source": {
708
+ "shape": "SetSourceRequest",
709
+ "locationName": "source"
768
710
  }
769
711
  },
770
- "required" : [ "Subscribers" ]
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
- "GrantFlowEntitlements420Exception" : {
773
- "type" : "structure",
774
- "members" : {
775
- "Message" : {
776
- "shape" : "__string",
777
- "locationName" : "message"
752
+ "DescribeFlowRequest": {
753
+ "type": "structure",
754
+ "members": {
755
+ "FlowArn": {
756
+ "shape": "__string",
757
+ "location": "uri",
758
+ "locationName": "flowArn"
778
759
  }
779
760
  },
780
- "required" : [ "Message" ],
781
- "exception" : true,
782
- "error" : {
783
- "httpStatusCode" : 420
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
- "GrantFlowEntitlementsRequest" : {
787
- "type" : "structure",
788
- "members" : {
789
- "Entitlements" : {
790
- "shape" : "__listOfGrantEntitlementRequest",
791
- "locationName" : "entitlements"
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
- "FlowArn" : {
794
- "shape" : "__string",
795
- "location" : "uri",
796
- "locationName" : "flowArn"
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" : [ "FlowArn", "Entitlements" ]
892
+ "required": [
893
+ "Message"
894
+ ],
895
+ "exception": true,
896
+ "error": {
897
+ "httpStatusCode": 403
898
+ }
800
899
  },
801
- "GrantFlowEntitlementsResponse" : {
802
- "type" : "structure",
803
- "members" : {
804
- "Entitlements" : {
805
- "shape" : "__listOfEntitlement",
806
- "locationName" : "entitlements"
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
- "FlowArn" : {
809
- "shape" : "__string",
810
- "locationName" : "flowArn"
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
- "InternalServerErrorException" : {
815
- "type" : "structure",
816
- "members" : {
817
- "Message" : {
818
- "shape" : "__string",
819
- "locationName" : "message"
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" : [ "Message" ],
823
- "exception" : true,
824
- "error" : {
825
- "httpStatusCode" : 500
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
- "KeyType" : {
829
- "type" : "string",
830
- "enum" : [ "static-key" ]
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
- "ListEntitlementsRequest" : {
833
- "type" : "structure",
834
- "members" : {
835
- "MaxResults" : {
836
- "shape" : "MaxResults",
837
- "location" : "querystring",
838
- "locationName" : "maxResults"
839
- },
840
- "NextToken" : {
841
- "shape" : "__string",
842
- "location" : "querystring",
843
- "locationName" : "nextToken"
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" : "structure",
849
- "members" : {
850
- "Entitlements" : {
851
- "shape" : "__listOfListedEntitlement",
852
- "locationName" : "entitlements"
1008
+ "ListEntitlementsResponse": {
1009
+ "type": "structure",
1010
+ "members": {
1011
+ "Entitlements": {
1012
+ "shape": "__listOfListedEntitlement",
1013
+ "locationName": "entitlements"
853
1014
  },
854
- "NextToken" : {
855
- "shape" : "__string",
856
- "locationName" : "nextToken"
1015
+ "NextToken": {
1016
+ "shape": "__string",
1017
+ "locationName": "nextToken"
857
1018
  }
858
1019
  }
859
1020
  },
860
- "ListFlowsRequest" : {
861
- "type" : "structure",
862
- "members" : {
863
- "MaxResults" : {
864
- "shape" : "MaxResults",
865
- "location" : "querystring",
866
- "locationName" : "maxResults"
867
- },
868
- "NextToken" : {
869
- "shape" : "__string",
870
- "location" : "querystring",
871
- "locationName" : "nextToken"
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" : "structure",
877
- "members" : {
878
- "Flows" : {
879
- "shape" : "__listOfListedFlow",
880
- "locationName" : "flows"
1036
+ "ListFlowsResponse": {
1037
+ "type": "structure",
1038
+ "members": {
1039
+ "Flows": {
1040
+ "shape": "__listOfListedFlow",
1041
+ "locationName": "flows"
881
1042
  },
882
- "NextToken" : {
883
- "shape" : "__string",
884
- "locationName" : "nextToken"
1043
+ "NextToken": {
1044
+ "shape": "__string",
1045
+ "locationName": "nextToken"
885
1046
  }
886
1047
  }
887
1048
  },
888
- "ListTagsForResourceRequest" : {
889
- "type" : "structure",
890
- "members" : {
891
- "ResourceArn" : {
892
- "shape" : "__string",
893
- "location" : "uri",
894
- "locationName" : "resourceArn"
1049
+ "ListTagsForResourceRequest": {
1050
+ "type": "structure",
1051
+ "members": {
1052
+ "ResourceArn": {
1053
+ "shape": "__string",
1054
+ "location": "uri",
1055
+ "locationName": "resourceArn"
895
1056
  }
896
1057
  },
897
- "required" : [ "ResourceArn" ]
1058
+ "required": [
1059
+ "ResourceArn"
1060
+ ]
898
1061
  },
899
- "ListTagsForResourceResponse" : {
900
- "type" : "structure",
901
- "members" : {
902
- "Tags" : {
903
- "shape" : "__mapOf__string",
904
- "locationName" : "tags"
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" : "structure",
910
- "members" : {
911
- "EntitlementArn" : {
912
- "shape" : "__string",
913
- "locationName" : "entitlementArn"
1071
+ "ListedEntitlement": {
1072
+ "type": "structure",
1073
+ "members": {
1074
+ "EntitlementArn": {
1075
+ "shape": "__string",
1076
+ "locationName": "entitlementArn"
914
1077
  },
915
- "EntitlementName" : {
916
- "shape" : "__string",
917
- "locationName" : "entitlementName"
1078
+ "EntitlementName": {
1079
+ "shape": "__string",
1080
+ "locationName": "entitlementName"
918
1081
  }
919
1082
  },
920
- "required" : [ "EntitlementArn", "EntitlementName" ]
921
- },
922
- "ListedFlow" : {
923
- "type" : "structure",
924
- "members" : {
925
- "AvailabilityZone" : {
926
- "shape" : "__string",
927
- "locationName" : "availabilityZone"
928
- },
929
- "Description" : {
930
- "shape" : "__string",
931
- "locationName" : "description"
932
- },
933
- "FlowArn" : {
934
- "shape" : "__string",
935
- "locationName" : "flowArn"
936
- },
937
- "Name" : {
938
- "shape" : "__string",
939
- "locationName" : "name"
940
- },
941
- "SourceType" : {
942
- "shape" : "SourceType",
943
- "locationName" : "sourceType"
944
- },
945
- "Status" : {
946
- "shape" : "Status",
947
- "locationName" : "status"
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" : [ "Status", "Description", "SourceType", "AvailabilityZone", "FlowArn", "Name" ]
951
- },
952
- "MaxResults" : {
953
- "type" : "integer",
954
- "min" : 1,
955
- "max" : 1000
956
- },
957
- "Messages" : {
958
- "type" : "structure",
959
- "members" : {
960
- "Errors" : {
961
- "shape" : "__listOf__string",
962
- "locationName" : "errors"
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" : [ "Errors" ]
1138
+ "required": [
1139
+ "Errors"
1140
+ ]
966
1141
  },
967
- "NotFoundException" : {
968
- "type" : "structure",
969
- "members" : {
970
- "Message" : {
971
- "shape" : "__string",
972
- "locationName" : "message"
1142
+ "NotFoundException": {
1143
+ "type": "structure",
1144
+ "members": {
1145
+ "Message": {
1146
+ "shape": "__string",
1147
+ "locationName": "message"
973
1148
  }
974
1149
  },
975
- "required" : [ "Message" ],
976
- "exception" : true,
977
- "error" : {
978
- "httpStatusCode" : 404
1150
+ "required": [
1151
+ "Message"
1152
+ ],
1153
+ "exception": true,
1154
+ "error": {
1155
+ "httpStatusCode": 404
979
1156
  }
980
1157
  },
981
- "Output" : {
982
- "type" : "structure",
983
- "members" : {
984
- "Description" : {
985
- "shape" : "__string",
986
- "locationName" : "description"
1158
+ "Output": {
1159
+ "type": "structure",
1160
+ "members": {
1161
+ "Description": {
1162
+ "shape": "__string",
1163
+ "locationName": "description"
987
1164
  },
988
- "Destination" : {
989
- "shape" : "__string",
990
- "locationName" : "destination"
1165
+ "Destination": {
1166
+ "shape": "__string",
1167
+ "locationName": "destination"
991
1168
  },
992
- "Encryption" : {
993
- "shape" : "Encryption",
994
- "locationName" : "encryption"
1169
+ "Encryption": {
1170
+ "shape": "Encryption",
1171
+ "locationName": "encryption"
995
1172
  },
996
- "EntitlementArn" : {
997
- "shape" : "__string",
998
- "locationName" : "entitlementArn"
1173
+ "EntitlementArn": {
1174
+ "shape": "__string",
1175
+ "locationName": "entitlementArn"
999
1176
  },
1000
- "MediaLiveInputArn" : {
1001
- "shape" : "__string",
1002
- "locationName" : "mediaLiveInputArn"
1177
+ "MediaLiveInputArn": {
1178
+ "shape": "__string",
1179
+ "locationName": "mediaLiveInputArn"
1003
1180
  },
1004
- "Name" : {
1005
- "shape" : "__string",
1006
- "locationName" : "name"
1181
+ "Name": {
1182
+ "shape": "__string",
1183
+ "locationName": "name"
1007
1184
  },
1008
- "OutputArn" : {
1009
- "shape" : "__string",
1010
- "locationName" : "outputArn"
1185
+ "OutputArn": {
1186
+ "shape": "__string",
1187
+ "locationName": "outputArn"
1011
1188
  },
1012
- "Port" : {
1013
- "shape" : "__integer",
1014
- "locationName" : "port"
1189
+ "Port": {
1190
+ "shape": "__integer",
1191
+ "locationName": "port"
1015
1192
  },
1016
- "Transport" : {
1017
- "shape" : "Transport",
1018
- "locationName" : "transport"
1193
+ "Transport": {
1194
+ "shape": "Transport",
1195
+ "locationName": "transport"
1019
1196
  }
1020
1197
  },
1021
- "required" : [ "OutputArn", "Name" ]
1022
- },
1023
- "Protocol" : {
1024
- "type" : "string",
1025
- "enum" : [ "zixi-push", "rtp-fec", "rtp" ]
1026
- },
1027
- "RemoveFlowOutputRequest" : {
1028
- "type" : "structure",
1029
- "members" : {
1030
- "FlowArn" : {
1031
- "shape" : "__string",
1032
- "location" : "uri",
1033
- "locationName" : "flowArn"
1034
- },
1035
- "OutputArn" : {
1036
- "shape" : "__string",
1037
- "location" : "uri",
1038
- "locationName" : "outputArn"
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" : [ "FlowArn", "OutputArn" ]
1042
- },
1043
- "RemoveFlowOutputResponse" : {
1044
- "type" : "structure",
1045
- "members" : {
1046
- "FlowArn" : {
1047
- "shape" : "__string",
1048
- "locationName" : "flowArn"
1049
- },
1050
- "OutputArn" : {
1051
- "shape" : "__string",
1052
- "locationName" : "outputArn"
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" : "structure",
1058
- "members" : {
1059
- "Message" : {
1060
- "shape" : "__string",
1061
- "locationName" : "message"
1243
+ "ResponseError": {
1244
+ "type": "structure",
1245
+ "members": {
1246
+ "Message": {
1247
+ "shape": "__string",
1248
+ "locationName": "message"
1062
1249
  }
1063
1250
  },
1064
- "required" : [ "Message" ]
1065
- },
1066
- "RevokeFlowEntitlementRequest" : {
1067
- "type" : "structure",
1068
- "members" : {
1069
- "EntitlementArn" : {
1070
- "shape" : "__string",
1071
- "location" : "uri",
1072
- "locationName" : "entitlementArn"
1073
- },
1074
- "FlowArn" : {
1075
- "shape" : "__string",
1076
- "location" : "uri",
1077
- "locationName" : "flowArn"
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" : [ "FlowArn", "EntitlementArn" ]
1081
- },
1082
- "RevokeFlowEntitlementResponse" : {
1083
- "type" : "structure",
1084
- "members" : {
1085
- "EntitlementArn" : {
1086
- "shape" : "__string",
1087
- "locationName" : "entitlementArn"
1088
- },
1089
- "FlowArn" : {
1090
- "shape" : "__string",
1091
- "locationName" : "flowArn"
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" : "structure",
1097
- "members" : {
1098
- "Message" : {
1099
- "shape" : "__string",
1100
- "locationName" : "message"
1287
+ "ServiceUnavailableException": {
1288
+ "type": "structure",
1289
+ "members": {
1290
+ "Message": {
1291
+ "shape": "__string",
1292
+ "locationName": "message"
1101
1293
  }
1102
1294
  },
1103
- "required" : [ "Message" ],
1104
- "exception" : true,
1105
- "error" : {
1106
- "httpStatusCode" : 503
1295
+ "required": [
1296
+ "Message"
1297
+ ],
1298
+ "exception": true,
1299
+ "error": {
1300
+ "httpStatusCode": 503
1107
1301
  }
1108
1302
  },
1109
- "SetSourceRequest" : {
1110
- "type" : "structure",
1111
- "members" : {
1112
- "Decryption" : {
1113
- "shape" : "Encryption",
1114
- "locationName" : "decryption"
1303
+ "SetSourceRequest": {
1304
+ "type": "structure",
1305
+ "members": {
1306
+ "Decryption": {
1307
+ "shape": "Encryption",
1308
+ "locationName": "decryption"
1115
1309
  },
1116
- "Description" : {
1117
- "shape" : "__string",
1118
- "locationName" : "description"
1310
+ "Description": {
1311
+ "shape": "__string",
1312
+ "locationName": "description"
1119
1313
  },
1120
- "EntitlementArn" : {
1121
- "shape" : "__string",
1122
- "locationName" : "entitlementArn"
1314
+ "EntitlementArn": {
1315
+ "shape": "__string",
1316
+ "locationName": "entitlementArn"
1123
1317
  },
1124
- "IngestPort" : {
1125
- "shape" : "__integer",
1126
- "locationName" : "ingestPort"
1318
+ "IngestPort": {
1319
+ "shape": "__integer",
1320
+ "locationName": "ingestPort"
1127
1321
  },
1128
- "MaxBitrate" : {
1129
- "shape" : "__integer",
1130
- "locationName" : "maxBitrate"
1322
+ "MaxBitrate": {
1323
+ "shape": "__integer",
1324
+ "locationName": "maxBitrate"
1131
1325
  },
1132
- "MaxLatency" : {
1133
- "shape" : "__integer",
1134
- "locationName" : "maxLatency"
1326
+ "MaxLatency": {
1327
+ "shape": "__integer",
1328
+ "locationName": "maxLatency"
1135
1329
  },
1136
- "Name" : {
1137
- "shape" : "__string",
1138
- "locationName" : "name"
1330
+ "Name": {
1331
+ "shape": "__string",
1332
+ "locationName": "name"
1139
1333
  },
1140
- "Protocol" : {
1141
- "shape" : "Protocol",
1142
- "locationName" : "protocol"
1334
+ "Protocol": {
1335
+ "shape": "Protocol",
1336
+ "locationName": "protocol"
1143
1337
  },
1144
- "StreamId" : {
1145
- "shape" : "__string",
1146
- "locationName" : "streamId"
1338
+ "StreamId": {
1339
+ "shape": "__string",
1340
+ "locationName": "streamId"
1147
1341
  },
1148
- "WhitelistCidr" : {
1149
- "shape" : "__string",
1150
- "locationName" : "whitelistCidr"
1342
+ "WhitelistCidr": {
1343
+ "shape": "__string",
1344
+ "locationName": "whitelistCidr"
1151
1345
  }
1152
1346
  }
1153
1347
  },
1154
- "Source" : {
1155
- "type" : "structure",
1156
- "members" : {
1157
- "Decryption" : {
1158
- "shape" : "Encryption",
1159
- "locationName" : "decryption"
1348
+ "Source": {
1349
+ "type": "structure",
1350
+ "members": {
1351
+ "Decryption": {
1352
+ "shape": "Encryption",
1353
+ "locationName": "decryption"
1160
1354
  },
1161
- "Description" : {
1162
- "shape" : "__string",
1163
- "locationName" : "description"
1355
+ "Description": {
1356
+ "shape": "__string",
1357
+ "locationName": "description"
1164
1358
  },
1165
- "EntitlementArn" : {
1166
- "shape" : "__string",
1167
- "locationName" : "entitlementArn"
1359
+ "EntitlementArn": {
1360
+ "shape": "__string",
1361
+ "locationName": "entitlementArn"
1168
1362
  },
1169
- "IngestIp" : {
1170
- "shape" : "__string",
1171
- "locationName" : "ingestIp"
1363
+ "IngestIp": {
1364
+ "shape": "__string",
1365
+ "locationName": "ingestIp"
1172
1366
  },
1173
- "IngestPort" : {
1174
- "shape" : "__integer",
1175
- "locationName" : "ingestPort"
1367
+ "IngestPort": {
1368
+ "shape": "__integer",
1369
+ "locationName": "ingestPort"
1176
1370
  },
1177
- "Name" : {
1178
- "shape" : "__string",
1179
- "locationName" : "name"
1371
+ "Name": {
1372
+ "shape": "__string",
1373
+ "locationName": "name"
1180
1374
  },
1181
- "SourceArn" : {
1182
- "shape" : "__string",
1183
- "locationName" : "sourceArn"
1375
+ "SourceArn": {
1376
+ "shape": "__string",
1377
+ "locationName": "sourceArn"
1184
1378
  },
1185
- "Transport" : {
1186
- "shape" : "Transport",
1187
- "locationName" : "transport"
1379
+ "Transport": {
1380
+ "shape": "Transport",
1381
+ "locationName": "transport"
1188
1382
  },
1189
- "WhitelistCidr" : {
1190
- "shape" : "__string",
1191
- "locationName" : "whitelistCidr"
1383
+ "WhitelistCidr": {
1384
+ "shape": "__string",
1385
+ "locationName": "whitelistCidr"
1192
1386
  }
1193
1387
  },
1194
- "required" : [ "SourceArn", "Name" ]
1195
- },
1196
- "SourceType" : {
1197
- "type" : "string",
1198
- "enum" : [ "OWNED", "ENTITLED" ]
1199
- },
1200
- "StartFlowRequest" : {
1201
- "type" : "structure",
1202
- "members" : {
1203
- "FlowArn" : {
1204
- "shape" : "__string",
1205
- "location" : "uri",
1206
- "locationName" : "flowArn"
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" : [ "FlowArn" ]
1409
+ "required": [
1410
+ "FlowArn"
1411
+ ]
1210
1412
  },
1211
- "StartFlowResponse" : {
1212
- "type" : "structure",
1213
- "members" : {
1214
- "FlowArn" : {
1215
- "shape" : "__string",
1216
- "locationName" : "flowArn"
1413
+ "StartFlowResponse": {
1414
+ "type": "structure",
1415
+ "members": {
1416
+ "FlowArn": {
1417
+ "shape": "__string",
1418
+ "locationName": "flowArn"
1217
1419
  },
1218
- "Status" : {
1219
- "shape" : "Status",
1220
- "locationName" : "status"
1420
+ "Status": {
1421
+ "shape": "Status",
1422
+ "locationName": "status"
1221
1423
  }
1222
1424
  }
1223
1425
  },
1224
- "Status" : {
1225
- "type" : "string",
1226
- "enum" : [ "STANDBY", "ACTIVE", "UPDATING", "DELETING", "STARTING", "STOPPING", "ERROR" ]
1227
- },
1228
- "StopFlowRequest" : {
1229
- "type" : "structure",
1230
- "members" : {
1231
- "FlowArn" : {
1232
- "shape" : "__string",
1233
- "location" : "uri",
1234
- "locationName" : "flowArn"
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" : [ "FlowArn" ]
1447
+ "required": [
1448
+ "FlowArn"
1449
+ ]
1238
1450
  },
1239
- "StopFlowResponse" : {
1240
- "type" : "structure",
1241
- "members" : {
1242
- "FlowArn" : {
1243
- "shape" : "__string",
1244
- "locationName" : "flowArn"
1451
+ "StopFlowResponse": {
1452
+ "type": "structure",
1453
+ "members": {
1454
+ "FlowArn": {
1455
+ "shape": "__string",
1456
+ "locationName": "flowArn"
1245
1457
  },
1246
- "Status" : {
1247
- "shape" : "Status",
1248
- "locationName" : "status"
1458
+ "Status": {
1459
+ "shape": "Status",
1460
+ "locationName": "status"
1249
1461
  }
1250
1462
  }
1251
1463
  },
1252
- "TagResourceRequest" : {
1253
- "type" : "structure",
1254
- "members" : {
1255
- "ResourceArn" : {
1256
- "shape" : "__string",
1257
- "location" : "uri",
1258
- "locationName" : "resourceArn"
1259
- },
1260
- "Tags" : {
1261
- "shape" : "__mapOf__string",
1262
- "locationName" : "tags"
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" : [ "ResourceArn", "Tags" ]
1266
- },
1267
- "TooManyRequestsException" : {
1268
- "type" : "structure",
1269
- "members" : {
1270
- "Message" : {
1271
- "shape" : "__string",
1272
- "locationName" : "message"
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" : [ "Message" ],
1276
- "exception" : true,
1277
- "error" : {
1278
- "httpStatusCode" : 429
1490
+ "required": [
1491
+ "Message"
1492
+ ],
1493
+ "exception": true,
1494
+ "error": {
1495
+ "httpStatusCode": 429
1279
1496
  }
1280
1497
  },
1281
- "Transport" : {
1282
- "type" : "structure",
1283
- "members" : {
1284
- "MaxBitrate" : {
1285
- "shape" : "__integer",
1286
- "locationName" : "maxBitrate"
1498
+ "Transport": {
1499
+ "type": "structure",
1500
+ "members": {
1501
+ "MaxBitrate": {
1502
+ "shape": "__integer",
1503
+ "locationName": "maxBitrate"
1287
1504
  },
1288
- "MaxLatency" : {
1289
- "shape" : "__integer",
1290
- "locationName" : "maxLatency"
1505
+ "MaxLatency": {
1506
+ "shape": "__integer",
1507
+ "locationName": "maxLatency"
1291
1508
  },
1292
- "Protocol" : {
1293
- "shape" : "Protocol",
1294
- "locationName" : "protocol"
1509
+ "Protocol": {
1510
+ "shape": "Protocol",
1511
+ "locationName": "protocol"
1295
1512
  },
1296
- "SmoothingLatency" : {
1297
- "shape" : "__integer",
1298
- "locationName" : "smoothingLatency"
1513
+ "SmoothingLatency": {
1514
+ "shape": "__integer",
1515
+ "locationName": "smoothingLatency"
1299
1516
  },
1300
- "StreamId" : {
1301
- "shape" : "__string",
1302
- "locationName" : "streamId"
1517
+ "StreamId": {
1518
+ "shape": "__string",
1519
+ "locationName": "streamId"
1303
1520
  }
1304
1521
  },
1305
- "required" : [ "Protocol" ]
1306
- },
1307
- "UntagResourceRequest" : {
1308
- "type" : "structure",
1309
- "members" : {
1310
- "ResourceArn" : {
1311
- "shape" : "__string",
1312
- "location" : "uri",
1313
- "locationName" : "resourceArn"
1314
- },
1315
- "TagKeys" : {
1316
- "shape" : "__listOf__string",
1317
- "location" : "querystring",
1318
- "locationName" : "tagKeys"
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" : [ "TagKeys", "ResourceArn" ]
1322
- },
1323
- "UpdateEncryption" : {
1324
- "type" : "structure",
1325
- "members" : {
1326
- "Algorithm" : {
1327
- "shape" : "Algorithm",
1328
- "locationName" : "algorithm"
1329
- },
1330
- "KeyType" : {
1331
- "shape" : "KeyType",
1332
- "locationName" : "keyType"
1333
- },
1334
- "RoleArn" : {
1335
- "shape" : "__string",
1336
- "locationName" : "roleArn"
1337
- },
1338
- "SecretArn" : {
1339
- "shape" : "__string",
1340
- "locationName" : "secretArn"
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" : "structure",
1346
- "members" : {
1347
- "Description" : {
1348
- "shape" : "__string",
1349
- "locationName" : "description"
1350
- },
1351
- "Encryption" : {
1352
- "shape" : "UpdateEncryption",
1353
- "locationName" : "encryption"
1354
- },
1355
- "EntitlementArn" : {
1356
- "shape" : "__string",
1357
- "location" : "uri",
1358
- "locationName" : "entitlementArn"
1359
- },
1360
- "FlowArn" : {
1361
- "shape" : "__string",
1362
- "location" : "uri",
1363
- "locationName" : "flowArn"
1364
- },
1365
- "Subscribers" : {
1366
- "shape" : "__listOf__string",
1367
- "locationName" : "subscribers"
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" : [ "FlowArn", "EntitlementArn" ]
1371
- },
1372
- "UpdateFlowEntitlementResponse" : {
1373
- "type" : "structure",
1374
- "members" : {
1375
- "Entitlement" : {
1376
- "shape" : "Entitlement",
1377
- "locationName" : "entitlement"
1378
- },
1379
- "FlowArn" : {
1380
- "shape" : "__string",
1381
- "locationName" : "flowArn"
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" : "structure",
1387
- "members" : {
1388
- "Description" : {
1389
- "shape" : "__string",
1390
- "locationName" : "description"
1391
- },
1392
- "Destination" : {
1393
- "shape" : "__string",
1394
- "locationName" : "destination"
1395
- },
1396
- "Encryption" : {
1397
- "shape" : "UpdateEncryption",
1398
- "locationName" : "encryption"
1399
- },
1400
- "FlowArn" : {
1401
- "shape" : "__string",
1402
- "location" : "uri",
1403
- "locationName" : "flowArn"
1404
- },
1405
- "MaxLatency" : {
1406
- "shape" : "__integer",
1407
- "locationName" : "maxLatency"
1408
- },
1409
- "OutputArn" : {
1410
- "shape" : "__string",
1411
- "location" : "uri",
1412
- "locationName" : "outputArn"
1413
- },
1414
- "Port" : {
1415
- "shape" : "__integer",
1416
- "locationName" : "port"
1417
- },
1418
- "Protocol" : {
1419
- "shape" : "Protocol",
1420
- "locationName" : "protocol"
1421
- },
1422
- "SmoothingLatency" : {
1423
- "shape" : "__integer",
1424
- "locationName" : "smoothingLatency"
1425
- },
1426
- "StreamId" : {
1427
- "shape" : "__string",
1428
- "locationName" : "streamId"
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" : [ "FlowArn", "OutputArn" ]
1432
- },
1433
- "UpdateFlowOutputResponse" : {
1434
- "type" : "structure",
1435
- "members" : {
1436
- "FlowArn" : {
1437
- "shape" : "__string",
1438
- "locationName" : "flowArn"
1439
- },
1440
- "Output" : {
1441
- "shape" : "Output",
1442
- "locationName" : "output"
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" : "structure",
1448
- "members" : {
1449
- "Decryption" : {
1450
- "shape" : "UpdateEncryption",
1451
- "locationName" : "decryption"
1452
- },
1453
- "Description" : {
1454
- "shape" : "__string",
1455
- "locationName" : "description"
1456
- },
1457
- "EntitlementArn" : {
1458
- "shape" : "__string",
1459
- "locationName" : "entitlementArn"
1460
- },
1461
- "FlowArn" : {
1462
- "shape" : "__string",
1463
- "location" : "uri",
1464
- "locationName" : "flowArn"
1465
- },
1466
- "IngestPort" : {
1467
- "shape" : "__integer",
1468
- "locationName" : "ingestPort"
1469
- },
1470
- "MaxBitrate" : {
1471
- "shape" : "__integer",
1472
- "locationName" : "maxBitrate"
1473
- },
1474
- "MaxLatency" : {
1475
- "shape" : "__integer",
1476
- "locationName" : "maxLatency"
1477
- },
1478
- "Protocol" : {
1479
- "shape" : "Protocol",
1480
- "locationName" : "protocol"
1481
- },
1482
- "SourceArn" : {
1483
- "shape" : "__string",
1484
- "location" : "uri",
1485
- "locationName" : "sourceArn"
1486
- },
1487
- "StreamId" : {
1488
- "shape" : "__string",
1489
- "locationName" : "streamId"
1490
- },
1491
- "WhitelistCidr" : {
1492
- "shape" : "__string",
1493
- "locationName" : "whitelistCidr"
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" : [ "FlowArn", "SourceArn" ]
1497
- },
1498
- "UpdateFlowSourceResponse" : {
1499
- "type" : "structure",
1500
- "members" : {
1501
- "FlowArn" : {
1502
- "shape" : "__string",
1503
- "locationName" : "flowArn"
1504
- },
1505
- "Source" : {
1506
- "shape" : "Source",
1507
- "locationName" : "source"
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" : "boolean"
1742
+ "__boolean": {
1743
+ "type": "boolean"
1513
1744
  },
1514
- "__double" : {
1515
- "type" : "double"
1745
+ "__double": {
1746
+ "type": "double"
1516
1747
  },
1517
- "__integer" : {
1518
- "type" : "integer"
1748
+ "__integer": {
1749
+ "type": "integer"
1519
1750
  },
1520
- "__listOfAddOutputRequest" : {
1521
- "type" : "list",
1522
- "member" : {
1523
- "shape" : "AddOutputRequest"
1751
+ "__listOfAddOutputRequest": {
1752
+ "type": "list",
1753
+ "member": {
1754
+ "shape": "AddOutputRequest"
1524
1755
  }
1525
1756
  },
1526
- "__listOfEntitlement" : {
1527
- "type" : "list",
1528
- "member" : {
1529
- "shape" : "Entitlement"
1757
+ "__listOfEntitlement": {
1758
+ "type": "list",
1759
+ "member": {
1760
+ "shape": "Entitlement"
1530
1761
  }
1531
1762
  },
1532
- "__listOfGrantEntitlementRequest" : {
1533
- "type" : "list",
1534
- "member" : {
1535
- "shape" : "GrantEntitlementRequest"
1763
+ "__listOfGrantEntitlementRequest": {
1764
+ "type": "list",
1765
+ "member": {
1766
+ "shape": "GrantEntitlementRequest"
1536
1767
  }
1537
1768
  },
1538
- "__listOfListedEntitlement" : {
1539
- "type" : "list",
1540
- "member" : {
1541
- "shape" : "ListedEntitlement"
1769
+ "__listOfListedEntitlement": {
1770
+ "type": "list",
1771
+ "member": {
1772
+ "shape": "ListedEntitlement"
1542
1773
  }
1543
1774
  },
1544
- "__listOfListedFlow" : {
1545
- "type" : "list",
1546
- "member" : {
1547
- "shape" : "ListedFlow"
1775
+ "__listOfListedFlow": {
1776
+ "type": "list",
1777
+ "member": {
1778
+ "shape": "ListedFlow"
1548
1779
  }
1549
1780
  },
1550
- "__listOfOutput" : {
1551
- "type" : "list",
1552
- "member" : {
1553
- "shape" : "Output"
1781
+ "__listOfOutput": {
1782
+ "type": "list",
1783
+ "member": {
1784
+ "shape": "Output"
1554
1785
  }
1555
1786
  },
1556
- "__listOf__string" : {
1557
- "type" : "list",
1558
- "member" : {
1559
- "shape" : "__string"
1787
+ "__listOf__string": {
1788
+ "type": "list",
1789
+ "member": {
1790
+ "shape": "__string"
1560
1791
  }
1561
1792
  },
1562
- "__long" : {
1563
- "type" : "long"
1793
+ "__long": {
1794
+ "type": "long"
1564
1795
  },
1565
- "__mapOf__string" : {
1566
- "type" : "map",
1567
- "key" : {
1568
- "shape" : "__string"
1796
+ "__mapOf__string": {
1797
+ "type": "map",
1798
+ "key": {
1799
+ "shape": "__string"
1569
1800
  },
1570
- "value" : {
1571
- "shape" : "__string"
1801
+ "value": {
1802
+ "shape": "__string"
1572
1803
  }
1573
1804
  },
1574
- "__string" : {
1575
- "type" : "string"
1805
+ "__string": {
1806
+ "type": "string"
1576
1807
  },
1577
- "__timestampIso8601" : {
1578
- "type" : "timestamp",
1579
- "timestampFormat" : "iso8601"
1808
+ "__timestampIso8601": {
1809
+ "type": "timestamp",
1810
+ "timestampFormat": "iso8601"
1580
1811
  },
1581
- "__timestampUnix" : {
1582
- "type" : "timestamp",
1583
- "timestampFormat" : "unixTimestamp"
1812
+ "__timestampUnix": {
1813
+ "type": "timestamp",
1814
+ "timestampFormat": "unixTimestamp"
1584
1815
  }
1585
1816
  }
1586
- }
1817
+ }