Skip to content

Commit a57acec

Browse files
author
AWS
committed
Amazon API Gateway Update: Documentation updates for Amazon API Gateway
1 parent 5aa2cfc commit a57acec

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon API Gateway",
4+
"description": "Documentation updates for Amazon API Gateway"
5+
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4957,7 +4957,7 @@
49574957
},
49584958
"body":{
49594959
"shape":"Blob",
4960-
"documentation":"<p>[Required] The POST request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 2MB.</p>"
4960+
"documentation":"<p>[Required] The POST request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 6MB.</p>"
49614961
}
49624962
},
49634963
"documentation":"<p>A POST request to import an API to API Gateway using an input of an API definition file.</p>",
@@ -5013,7 +5013,7 @@
50135013
},
50145014
"cacheNamespace":{
50155015
"shape":"String",
5016-
"documentation":"<p>An API-specific tag group of related cached parameters. To be valid values for <code>cacheKeyParameters</code>, these parameters must also be specified for <a>Method</a> <code>requestParameters</code>.</p>"
5016+
"documentation":"<p>Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the <code>cacheNamespace</code>. You can specify the same <code>cacheNamespace</code> across resources to return the same cached data for requests to different resources.</p>"
50175017
},
50185018
"cacheKeyParameters":{
50195019
"shape":"ListOfString",
@@ -5564,11 +5564,11 @@
55645564
},
55655565
"cacheNamespace":{
55665566
"shape":"String",
5567-
"documentation":"<p>A list of request parameters whose values are to be cached.</p>"
5567+
"documentation":"<p>Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the <code>cacheNamespace</code>. You can specify the same <code>cacheNamespace</code> across resources to return the same cached data for requests to different resources.</p>"
55685568
},
55695569
"cacheKeyParameters":{
55705570
"shape":"ListOfString",
5571-
"documentation":"<p>An API-specific tag group of related cached parameters.</p>"
5571+
"documentation":"<p>A list of request parameters whose values API Gateway caches. To be valid values for <code>cacheKeyParameters</code>, these parameters must also be specified for <a>Method</a> <code>requestParameters</code>.</p>"
55725572
},
55735573
"contentHandling":{
55745574
"shape":"ContentHandlingStrategy",
@@ -5779,7 +5779,7 @@
57795779
},
57805780
"body":{
57815781
"shape":"Blob",
5782-
"documentation":"<p>[Required] The PUT request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 2MB.</p>"
5782+
"documentation":"<p>[Required] The PUT request body containing external API definitions. Currently, only OpenAPI definition JSON/YAML files are supported. The maximum size of the API definition file is 6MB.</p>"
57835783
}
57845784
},
57855785
"documentation":"<p>A PUT request to update an existing API, with external API definitions specified as the request body.</p>",
@@ -6378,7 +6378,7 @@
63786378
"members":{
63796379
"insecureSkipVerification":{
63806380
"shape":"Boolean",
6381-
"documentation":"<p>Specifies whether API Gateway skips trust chain validation of the server certificate during the TLS handshake. Supported only for <code>HTTP</code> and <code>HTTP_PROXY</code> integrations. By default, API Gateway validates that certificates for integration endpoints are issued by a <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html\">supported Certificate Authority</a>. If enabled, API Gateway skips trust chain validation of the server certificate. This is not recommended, but it enables you to use certificates that are signed by private Certificate Authorities, or certificates that are self-signed.</p>"
6381+
"documentation":"<p>Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a <a href=\"https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html\">supported certificate authority</a>. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for <code>HTTP</code> and <code>HTTP_PROXY</code> integrations.</p>"
63826382
}
63836383
}
63846384
},

0 commit comments

Comments
 (0)