|
2181 | 2181 | "locationName": "importInfo",
|
2182 | 2182 | "documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>"
|
2183 | 2183 | },
|
| 2184 | + "IpAddressType": { |
| 2185 | + "shape": "IpAddressType", |
| 2186 | + "locationName": "ipAddressType", |
| 2187 | + "documentation": "<p>The IP address types that can invoke the API.</p>" |
| 2188 | + }, |
2184 | 2189 | "Name": {
|
2185 | 2190 | "shape": "StringWithLengthBetween1And128",
|
2186 | 2191 | "locationName": "name",
|
|
2683 | 2688 | "locationName": "disableExecuteApiEndpoint",
|
2684 | 2689 | "documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>"
|
2685 | 2690 | },
|
| 2691 | + "IpAddressType": { |
| 2692 | + "shape": "IpAddressType", |
| 2693 | + "locationName": "ipAddressType", |
| 2694 | + "documentation": "<p>The IP address types that can invoke the API.</p>" |
| 2695 | + }, |
2686 | 2696 | "Name": {
|
2687 | 2697 | "shape": "StringWithLengthBetween1And128",
|
2688 | 2698 | "locationName": "name",
|
|
2778 | 2788 | "locationName": "importInfo",
|
2779 | 2789 | "documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>"
|
2780 | 2790 | },
|
| 2791 | + "IpAddressType": { |
| 2792 | + "shape": "IpAddressType", |
| 2793 | + "locationName": "ipAddressType", |
| 2794 | + "documentation": "<p>The IP address types that can invoke the API.</p>" |
| 2795 | + }, |
2781 | 2796 | "Name": {
|
2782 | 2797 | "shape": "StringWithLengthBetween1And128",
|
2783 | 2798 | "locationName": "name",
|
|
4773 | 4788 | "locationName": "hostedZoneId",
|
4774 | 4789 | "documentation": "<p>The Amazon Route 53 Hosted Zone ID of the endpoint.</p>"
|
4775 | 4790 | },
|
| 4791 | + "IpAddressType": { |
| 4792 | + "shape": "IpAddressType", |
| 4793 | + "locationName": "ipAddressType", |
| 4794 | + "documentation": "<p>The IP address types that can invoke the domain name. Use ipv4 to allow only IPv4 addresses to invoke your domain name, or use dualstack to allow both IPv4 and IPv6 addresses to invoke your domain name.</p>" |
| 4795 | + }, |
4776 | 4796 | "SecurityPolicy": {
|
4777 | 4797 | "shape": "SecurityPolicy",
|
4778 | 4798 | "locationName": "securityPolicy",
|
|
5068 | 5088 | "locationName": "importInfo",
|
5069 | 5089 | "documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>"
|
5070 | 5090 | },
|
| 5091 | + "IpAddressType": { |
| 5092 | + "shape": "IpAddressType", |
| 5093 | + "locationName": "ipAddressType", |
| 5094 | + "documentation": "<p>The IP address types that can invoke the API.</p>" |
| 5095 | + }, |
5071 | 5096 | "Name": {
|
5072 | 5097 | "shape": "StringWithLengthBetween1And128",
|
5073 | 5098 | "locationName": "name",
|
|
6426 | 6451 | "locationName": "importInfo",
|
6427 | 6452 | "documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>"
|
6428 | 6453 | },
|
| 6454 | + "IpAddressType": { |
| 6455 | + "shape": "IpAddressType", |
| 6456 | + "locationName": "ipAddressType", |
| 6457 | + "documentation": "<p>The IP address types that can invoke the API.</p>" |
| 6458 | + }, |
6429 | 6459 | "Name": {
|
6430 | 6460 | "shape": "StringWithLengthBetween1And128",
|
6431 | 6461 | "locationName": "name",
|
|
6674 | 6704 | },
|
6675 | 6705 | "documentation": "<p>Represents a collection of integrations.</p>"
|
6676 | 6706 | },
|
| 6707 | + "IpAddressType": { |
| 6708 | + "type": "string", |
| 6709 | + "documentation": "<p>The IP address types that can invoke your API or domain name.</p>", |
| 6710 | + "enum": [ |
| 6711 | + "ipv4", |
| 6712 | + "dualstack" |
| 6713 | + ] |
| 6714 | + }, |
6677 | 6715 | "JWTConfiguration": {
|
6678 | 6716 | "type": "structure",
|
6679 | 6717 | "members": {
|
|
6952 | 6990 | "locationName": "importInfo",
|
6953 | 6991 | "documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>"
|
6954 | 6992 | },
|
| 6993 | + "IpAddressType": { |
| 6994 | + "shape": "IpAddressType", |
| 6995 | + "locationName": "ipAddressType", |
| 6996 | + "documentation": "<p>The IP address types that can invoke the API.</p>" |
| 6997 | + }, |
6955 | 6998 | "Name": {
|
6956 | 6999 | "shape": "StringWithLengthBetween1And128",
|
6957 | 7000 | "locationName": "name",
|
|
7529 | 7572 | "locationName": "disableSchemaValidation",
|
7530 | 7573 | "documentation": "<p>Avoid validating models when creating a deployment. Supported only for WebSocket APIs.</p>"
|
7531 | 7574 | },
|
| 7575 | + "IpAddressType": { |
| 7576 | + "shape": "IpAddressType", |
| 7577 | + "locationName": "ipAddressType", |
| 7578 | + "documentation": "<p>The IP address types that can invoke the API.</p>" |
| 7579 | + }, |
7532 | 7580 | "Name": {
|
7533 | 7581 | "shape": "StringWithLengthBetween1And128",
|
7534 | 7582 | "locationName": "name",
|
|
7680 | 7728 | "locationName": "disableExecuteApiEndpoint",
|
7681 | 7729 | "documentation": "<p>Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>"
|
7682 | 7730 | },
|
| 7731 | + "IpAddressType": { |
| 7732 | + "shape": "IpAddressType", |
| 7733 | + "locationName": "ipAddressType", |
| 7734 | + "documentation": "<p>The IP address types that can invoke your API or domain name.</p>" |
| 7735 | + }, |
7683 | 7736 | "Name": {
|
7684 | 7737 | "shape": "StringWithLengthBetween1And128",
|
7685 | 7738 | "locationName": "name",
|
|
7764 | 7817 | "locationName": "importInfo",
|
7765 | 7818 | "documentation": "<p>The validation information during API import. This may include particular properties of your OpenAPI definition which are ignored during import. Supported only for HTTP APIs.</p>"
|
7766 | 7819 | },
|
| 7820 | + "IpAddressType": { |
| 7821 | + "shape": "IpAddressType", |
| 7822 | + "locationName": "ipAddressType", |
| 7823 | + "documentation": "<p>The IP address types that can invoke the API.</p>" |
| 7824 | + }, |
7767 | 7825 | "Name": {
|
7768 | 7826 | "shape": "StringWithLengthBetween1And128",
|
7769 | 7827 | "locationName": "name",
|
|
0 commit comments