|
32 | 32 | {"shape":"InternalServerException"}, |
33 | 33 | {"shape":"ValidationException"} |
34 | 34 | ], |
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>", |
36 | 36 | "idempotent":true |
37 | 37 | }, |
38 | 38 | "CreateInboundExternalLink":{ |
|
74 | 74 | {"shape":"InternalServerException"}, |
75 | 75 | {"shape":"ValidationException"} |
76 | 76 | ], |
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>", |
78 | 78 | "idempotent":true |
79 | 79 | }, |
80 | 80 | "CreateOutboundExternalLink":{ |
|
134 | 134 | {"shape":"InternalServerException"}, |
135 | 135 | {"shape":"ValidationException"} |
136 | 136 | ], |
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>", |
138 | 138 | "idempotent":true |
139 | 139 | }, |
140 | 140 | "DeleteInboundExternalLink":{ |
|
174 | 174 | {"shape":"InternalServerException"}, |
175 | 175 | {"shape":"ValidationException"} |
176 | 176 | ], |
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>", |
178 | 178 | "idempotent":true |
179 | 179 | }, |
180 | 180 | "DeleteOutboundExternalLink":{ |
|
271 | 271 | {"shape":"InternalServerException"}, |
272 | 272 | {"shape":"ValidationException"} |
273 | 273 | ], |
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>", |
275 | 275 | "readonly":true |
276 | 276 | }, |
277 | 277 | "GetOutboundExternalLink":{ |
|
347 | 347 | {"shape":"InternalServerException"}, |
348 | 348 | {"shape":"ValidationException"} |
349 | 349 | ], |
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>", |
351 | 351 | "readonly":true |
352 | 352 | }, |
353 | 353 | "ListRequesterGateways":{ |
|
418 | 418 | {"shape":"InternalServerException"}, |
419 | 419 | {"shape":"ValidationException"} |
420 | 420 | ], |
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>", |
422 | 422 | "idempotent":true |
423 | 423 | }, |
424 | 424 | "TagResource":{ |
|
476 | 476 | {"shape":"InternalServerException"}, |
477 | 477 | {"shape":"ValidationException"} |
478 | 478 | ], |
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>", |
480 | 480 | "idempotent":true |
481 | 481 | }, |
482 | 482 | "UpdateLinkModuleFlow":{ |
|
0 commit comments