Skip to content

Commit 9c04270

Browse files
author
AWS
committed
Amazon EventBridge Update: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
1 parent f1f82a9 commit 9c04270

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "Amazon EventBridge",
4+
"contributor": "",
5+
"description": "Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters."
6+
}

services/eventbridge/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3628,7 +3628,8 @@
36283628
},
36293629
"EndpointId":{
36303630
"shape":"EndpointId",
3631-
"documentation":"<p>The URL subdomain of the endpoint. For example, if the URL for Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is <code>abcde.veo</code>.</p> <important> <p>When using Java, you must include <code>auth-crt</code> on the class path.</p> </important>"
3631+
"documentation":"<p>The URL subdomain of the endpoint. For example, if the URL for Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is <code>abcde.veo</code>.</p> <important> <p>When using Java, you must include <code>auth-crt</code> on the class path.</p> </important>",
3632+
"contextParam":{"name":"EndpointId"}
36323633
}
36333634
}
36343635
},

0 commit comments

Comments
 (0)