Skip to content

Commit 86508c3

Browse files
author
AWS
committed
RTBFabric Update: RTB Fabric documentation update.
1 parent 4d82fa7 commit 86508c3

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
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": "RTBFabric",
4+
"contributor": "",
5+
"description": "RTB Fabric documentation update."
6+
}

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{"shape":"InternalServerException"},
3333
{"shape":"ValidationException"}
3434
],
35-
"documentation":"<p>Accepts a link request between RTB applications.</p> <p>When a requester RTB application requests to link with a responder RTB application, the responder can use this operation to accept the link request and establish the connection.</p>",
35+
"documentation":"<p>Accepts a link request between gateways.</p> <p>When a requester gateway requests to link with a responder gateway, the responder can use this operation to accept the link request and establish the connection.</p>",
3636
"idempotent":true
3737
},
3838
"CreateInboundExternalLink":{
@@ -74,7 +74,7 @@
7474
{"shape":"InternalServerException"},
7575
{"shape":"ValidationException"}
7676
],
77-
"documentation":"<p>Creates a new link between RTB applications.</p> <p>Establishes a connection that allows RTB applications to communicate and exchange bid requests and responses.</p>",
77+
"documentation":"<p>Creates a new link between gateways.</p> <p>Establishes a connection that allows gateways to communicate and exchange bid requests and responses.</p>",
7878
"idempotent":true
7979
},
8080
"CreateOutboundExternalLink":{
@@ -134,7 +134,7 @@
134134
{"shape":"InternalServerException"},
135135
{"shape":"ValidationException"}
136136
],
137-
"documentation":"<p>Creates a responder gateway.</p>",
137+
"documentation":"<p>Creates a responder gateway.</p> <important> <p>A domain name or managed endpoint is required.</p> </important>",
138138
"idempotent":true
139139
},
140140
"DeleteInboundExternalLink":{
@@ -174,7 +174,7 @@
174174
{"shape":"InternalServerException"},
175175
{"shape":"ValidationException"}
176176
],
177-
"documentation":"<p>Deletes a link between RTB applications.</p> <p>Permanently removes the connection between RTB applications. This action cannot be undone.</p>",
177+
"documentation":"<p>Deletes a link between gateways.</p> <p>Permanently removes the connection between gateways. This action cannot be undone.</p>",
178178
"idempotent":true
179179
},
180180
"DeleteOutboundExternalLink":{
@@ -271,7 +271,7 @@
271271
{"shape":"InternalServerException"},
272272
{"shape":"ValidationException"}
273273
],
274-
"documentation":"<p>Retrieves information about a link between RTB applications.</p> <p>Returns detailed information about the link configuration, status, and associated RTB applications.</p>",
274+
"documentation":"<p>Retrieves information about a link between gateways.</p> <p>Returns detailed information about the link configuration, status, and associated gateways.</p>",
275275
"readonly":true
276276
},
277277
"GetOutboundExternalLink":{
@@ -347,7 +347,7 @@
347347
{"shape":"InternalServerException"},
348348
{"shape":"ValidationException"}
349349
],
350-
"documentation":"<p>Lists links associated with an RTB application.</p> <p>Returns a list of all links for the specified RTB application, including their status and configuration details.</p>",
350+
"documentation":"<p>Lists links associated with gateways.</p> <p>Returns a list of all links for the specified gateways, including their status and configuration details.</p>",
351351
"readonly":true
352352
},
353353
"ListRequesterGateways":{
@@ -418,7 +418,7 @@
418418
{"shape":"InternalServerException"},
419419
{"shape":"ValidationException"}
420420
],
421-
"documentation":"<p>Rejects a link request between RTB applications.</p> <p>When a requester RTB application requests to link with a responder RTB application, the responder can use this operation to decline the link request.</p>",
421+
"documentation":"<p>Rejects a link request between gateways.</p> <p>When a requester gateway requests to link with a responder gateway, the responder can use this operation to decline the link request.</p>",
422422
"idempotent":true
423423
},
424424
"TagResource":{
@@ -476,7 +476,7 @@
476476
{"shape":"InternalServerException"},
477477
{"shape":"ValidationException"}
478478
],
479-
"documentation":"<p>Updates the configuration of a link between RTB applications.</p> <p>Allows you to modify settings and parameters for an existing link.</p>",
479+
"documentation":"<p>Updates the configuration of a link between gateways.</p> <p>Allows you to modify settings and parameters for an existing link.</p>",
480480
"idempotent":true
481481
},
482482
"UpdateLinkModuleFlow":{

0 commit comments

Comments
 (0)