Skip to content

Commit 848de26

Browse files
author
AWS
committed
AWS IoT Greengrass V2 Update: Adds new parent target ARN paramater to CreateDeployment, GetDeployment, and ListDeployments APIs for the new subdeployments feature.
1 parent 8546742 commit 848de26

File tree

4 files changed

+177
-153
lines changed

4 files changed

+177
-153
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT Greengrass V2",
4+
"contributor": "",
5+
"description": "Adds new parent target ARN paramater to CreateDeployment, GetDeployment, and ListDeployments APIs for the new subdeployments feature."
6+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,12 @@
312312
{
313313
"ref": "Region"
314314
},
315-
"dataplane-us-gov-west-1"
315+
"dataplane-us-gov-east-1"
316316
]
317317
}
318318
],
319319
"endpoint": {
320-
"url": "https://greengrass-ats.iot.us-gov-west-1.amazonaws.com",
320+
"url": "https://greengrass-ats.iot.us-gov-east-1.amazonaws.com",
321321
"properties": {},
322322
"headers": {}
323323
},
@@ -331,12 +331,12 @@
331331
{
332332
"ref": "Region"
333333
},
334-
"dataplane-us-gov-east-1"
334+
"dataplane-us-gov-west-1"
335335
]
336336
}
337337
],
338338
"endpoint": {
339-
"url": "https://greengrass-ats.iot.us-gov-east-1.amazonaws.com",
339+
"url": "https://greengrass-ats.iot.us-gov-west-1.amazonaws.com",
340340
"properties": {},
341341
"headers": {}
342342
},

0 commit comments

Comments
 (0)