|
2281 | 2281 | }
|
2282 | 2282 | ],
|
2283 | 2283 | "traits": {
|
2284 |
| - "smithy.api#documentation": "<p>Describes the default certificate and the certificate list for the specified HTTPS or TLS\n listener.</p>\n <p>If the default certificate is also in the certificate list, it appears twice in the\n results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set\n to false).</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates\">SSL certificates</a> in the <i>Application Load Balancers Guide</i> or\n <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificate\">Server certificates</a> in the <i>Network Load Balancers\n Guide</i>.</p>" |
| 2284 | + "smithy.api#documentation": "<p>Describes the default certificate and the certificate list for the specified HTTPS or TLS\n listener.</p>\n <p>If the default certificate is also in the certificate list, it appears twice in the\n results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set\n to false).</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates\">SSL certificates</a> in the <i>Application Load Balancers Guide</i> or\n <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificate\">Server certificates</a> in the <i>Network Load Balancers\n Guide</i>.</p>", |
| 2285 | + "smithy.api#paginated": { |
| 2286 | + "inputToken": "Marker", |
| 2287 | + "outputToken": "NextMarker", |
| 2288 | + "items": "Certificates" |
| 2289 | + } |
2285 | 2290 | }
|
2286 | 2291 | },
|
2287 | 2292 | "com.amazonaws.elasticloadbalancingv2#DescribeListenerCertificatesInput": {
|
|
2578 | 2583 | "outputToken": "NextMarker",
|
2579 | 2584 | "items": "LoadBalancers"
|
2580 | 2585 | },
|
2581 |
| - "smithy.api#suppress": ["WaitableTraitInvalidErrorType"], |
2582 | 2586 | "smithy.waiters#waitable": {
|
2583 | 2587 | "LoadBalancerAvailable": {
|
2584 | 2588 | "acceptors": [
|
|
2605 | 2609 | {
|
2606 | 2610 | "state": "retry",
|
2607 | 2611 | "matcher": {
|
2608 |
| - "errorType": "LoadBalancerNotFound" |
| 2612 | + "errorType": "LoadBalancerNotFoundException" |
2609 | 2613 | }
|
2610 | 2614 | }
|
2611 | 2615 | ],
|
|
2622 | 2626 | {
|
2623 | 2627 | "state": "retry",
|
2624 | 2628 | "matcher": {
|
2625 |
| - "errorType": "LoadBalancerNotFound" |
| 2629 | + "errorType": "LoadBalancerNotFoundException" |
2626 | 2630 | }
|
2627 | 2631 | }
|
2628 | 2632 | ],
|
|
2643 | 2647 | {
|
2644 | 2648 | "state": "success",
|
2645 | 2649 | "matcher": {
|
2646 |
| - "errorType": "LoadBalancerNotFound" |
| 2650 | + "errorType": "LoadBalancerNotFoundException" |
2647 | 2651 | }
|
2648 | 2652 | }
|
2649 | 2653 | ],
|
|
2756 | 2760 | ]
|
2757 | 2761 | }
|
2758 | 2762 | }
|
2759 |
| - ] |
| 2763 | + ], |
| 2764 | + "smithy.api#paginated": { |
| 2765 | + "inputToken": "Marker", |
| 2766 | + "outputToken": "NextMarker", |
| 2767 | + "items": "Rules" |
| 2768 | + } |
2760 | 2769 | }
|
2761 | 2770 | },
|
2762 | 2771 | "com.amazonaws.elasticloadbalancingv2#DescribeRulesInput": {
|
|
0 commit comments