Skip to content

Commit 4424d49

Browse files
author
AWS
committed
Amazon Interactive Video Service Update: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.
1 parent cc87348 commit 4424d49

File tree

4 files changed

+129
-191
lines changed

4 files changed

+129
-191
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Interactive Video Service",
4+
"contributor": "",
5+
"description": "API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures."
6+
}

services/ivs/src/main/resources/codegen-resources/endpoint-rule-set.json

+37-28
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",
@@ -174,12 +165,18 @@
174165
"rules": [
175166
{
176167
"conditions": [],
177-
"endpoint": {
178-
"url": "https://ivs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
179-
"properties": {},
180-
"headers": {}
181-
},
182-
"type": "endpoint"
168+
"type": "tree",
169+
"rules": [
170+
{
171+
"conditions": [],
172+
"endpoint": {
173+
"url": "https://ivs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
183180
}
184181
]
185182
},
@@ -284,12 +281,18 @@
284281
"rules": [
285282
{
286283
"conditions": [],
287-
"endpoint": {
288-
"url": "https://ivs.{Region}.{PartitionResult#dualStackDnsSuffix}",
289-
"properties": {},
290-
"headers": {}
291-
},
292-
"type": "endpoint"
284+
"type": "tree",
285+
"rules": [
286+
{
287+
"conditions": [],
288+
"endpoint": {
289+
"url": "https://ivs.{Region}.{PartitionResult#dualStackDnsSuffix}",
290+
"properties": {},
291+
"headers": {}
292+
},
293+
"type": "endpoint"
294+
}
295+
]
293296
}
294297
]
295298
},
@@ -302,12 +305,18 @@
302305
},
303306
{
304307
"conditions": [],
305-
"endpoint": {
306-
"url": "https://ivs.{Region}.{PartitionResult#dnsSuffix}",
307-
"properties": {},
308-
"headers": {}
309-
},
310-
"type": "endpoint"
308+
"type": "tree",
309+
"rules": [
310+
{
311+
"conditions": [],
312+
"endpoint": {
313+
"url": "https://ivs.{Region}.{PartitionResult#dnsSuffix}",
314+
"properties": {},
315+
"headers": {}
316+
},
317+
"type": "endpoint"
318+
}
319+
]
311320
}
312321
]
313322
}

0 commit comments

Comments
 (0)