Skip to content

Commit 2f9fa87

Browse files
author
AWS
committed
AWS CloudTrail Update: Merging mainline branch for service model into mainline release branch. There are no new APIs.
1 parent 0517e8e commit 2f9fa87

File tree

4 files changed

+306
-290
lines changed

4 files changed

+306
-290
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CloudTrail",
4+
"contributor": "",
5+
"description": "Merging mainline branch for service model into mainline release branch. There are no new APIs."
6+
}

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

+5-14
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",
@@ -236,12 +227,12 @@
236227
{
237228
"ref": "Region"
238229
},
239-
"us-gov-west-1"
230+
"us-gov-east-1"
240231
]
241232
}
242233
],
243234
"endpoint": {
244-
"url": "https://cloudtrail.us-gov-west-1.amazonaws.com",
235+
"url": "https://cloudtrail.us-gov-east-1.amazonaws.com",
245236
"properties": {},
246237
"headers": {}
247238
},
@@ -255,12 +246,12 @@
255246
{
256247
"ref": "Region"
257248
},
258-
"us-gov-east-1"
249+
"us-gov-west-1"
259250
]
260251
}
261252
],
262253
"endpoint": {
263-
"url": "https://cloudtrail.us-gov-east-1.amazonaws.com",
254+
"url": "https://cloudtrail.us-gov-west-1.amazonaws.com",
264255
"properties": {},
265256
"headers": {}
266257
},

0 commit comments

Comments
 (0)