|
30 | 30 | } |
31 | 31 | ], |
32 | 32 | "traits": { |
33 | | - "smithy.api#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>", |
| 33 | + "smithy.api#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>", |
34 | 34 | "smithy.api#examples": [ |
35 | 35 | { |
36 | 36 | "title": "Accept a link request", |
|
482 | 482 | } |
483 | 483 | ], |
484 | 484 | "traits": { |
485 | | - "smithy.api#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>", |
| 485 | + "smithy.api#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>", |
486 | 486 | "smithy.api#examples": [ |
487 | 487 | { |
488 | 488 | "title": "Create a new link", |
|
996 | 996 | } |
997 | 997 | ], |
998 | 998 | "traits": { |
999 | | - "smithy.api#documentation": "<p>Creates a responder gateway.</p>", |
| 999 | + "smithy.api#documentation": "<p>Creates a responder gateway.</p> <important> <p>A domain name or managed endpoint is required.</p> </important>", |
1000 | 1000 | "smithy.api#examples": [ |
1001 | 1001 | { |
1002 | 1002 | "title": "Create a responder gateway", |
|
1312 | 1312 | } |
1313 | 1313 | ], |
1314 | 1314 | "traits": { |
1315 | | - "smithy.api#documentation": "<p>Deletes a link between RTB applications.</p> <p>Permanently removes the connection between RTB applications. This action cannot be undone.</p>", |
| 1315 | + "smithy.api#documentation": "<p>Deletes a link between gateways.</p> <p>Permanently removes the connection between gateways. This action cannot be undone.</p>", |
1316 | 1316 | "smithy.api#examples": [ |
1317 | 1317 | { |
1318 | 1318 | "title": "Delete a link", |
|
2140 | 2140 | } |
2141 | 2141 | ], |
2142 | 2142 | "traits": { |
2143 | | - "smithy.api#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>", |
| 2143 | + "smithy.api#documentation": "<p>Retrieves information about a link between gateways.</p> <p>Returns detailed information about the link configuration, status, and associated gateways.</p>", |
2144 | 2144 | "smithy.api#examples": [ |
2145 | 2145 | { |
2146 | 2146 | "title": "Get link details", |
|
3461 | 3461 | } |
3462 | 3462 | ], |
3463 | 3463 | "traits": { |
3464 | | - "smithy.api#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>", |
| 3464 | + "smithy.api#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>", |
3465 | 3465 | "smithy.api#examples": [ |
3466 | 3466 | { |
3467 | 3467 | "title": "List links for a gateway", |
|
4957 | 4957 | } |
4958 | 4958 | ], |
4959 | 4959 | "traits": { |
4960 | | - "smithy.api#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>", |
| 4960 | + "smithy.api#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>", |
4961 | 4961 | "smithy.api#examples": [ |
4962 | 4962 | { |
4963 | 4963 | "title": "Reject a link request", |
|
5797 | 5797 | } |
5798 | 5798 | ], |
5799 | 5799 | "traits": { |
5800 | | - "smithy.api#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>", |
| 5800 | + "smithy.api#documentation": "<p>Updates the configuration of a link between gateways.</p> <p>Allows you to modify settings and parameters for an existing link.</p>", |
5801 | 5801 | "smithy.api#examples": [ |
5802 | 5802 | { |
5803 | 5803 | "title": "Update link settings", |
|
0 commit comments