Skip to content

Commit 07b84e5

Browse files
author
AWS
committed
Amazon API Gateway Update: Documentation updates for Amazon API Gateway.
1 parent e7b0a26 commit 07b84e5

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@
19951995
},
19961996
"destinationArn":{
19971997
"shape":"String",
1998-
"documentation":"<p>The ARN of the CloudWatch Logs log group to receive access logs.</p>"
1998+
"documentation":"<p>The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with <code>amazon-apigateway-</code>.</p>"
19991999
}
20002000
},
20012001
"documentation":"<p>Access log settings, including the access log format and access log destination ARN.</p>"
@@ -2364,7 +2364,7 @@
23642364
},
23652365
"generateDistinctId":{
23662366
"shape":"Boolean",
2367-
"documentation":"<p>Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created API key value.</p>"
2367+
"documentation":"<p>Specifies whether (<code>true</code>) or not (<code>false</code>) the key identifier is distinct from the created API key value. This parameter is deprecated and should not be used.</p>"
23682368
},
23692369
"value":{
23702370
"shape":"String",
@@ -2461,7 +2461,7 @@
24612461
},
24622462
"stage":{
24632463
"shape":"String",
2464-
"documentation":"<p>The name of the API's stage that you want to use for this mapping. Specify '(none)' if you do not want callers to explicitly specify the stage name after any base path name.</p>"
2464+
"documentation":"<p>The name of the API's stage that you want to use for this mapping. Specify '(none)' if you want callers to explicitly specify the stage name after any base path name.</p>"
24652465
}
24662466
},
24672467
"documentation":"<p>Requests API Gateway to create a new <a>BasePathMapping</a> resource.</p>"
@@ -2877,7 +2877,7 @@
28772877
},
28782878
"targetArns":{
28792879
"shape":"ListOfString",
2880-
"documentation":"<p>[Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers must be owned by the same AWS account of the API owner.</p>"
2880+
"documentation":"<p>[Required] The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.</p>"
28812881
},
28822882
"tags":{
28832883
"shape":"MapOfStringToString",
@@ -4693,7 +4693,7 @@
46934693
"members":{
46944694
"resourceArn":{
46954695
"shape":"String",
4696-
"documentation":"<p>[Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded.</p>",
4696+
"documentation":"<p>[Required] The ARN of a resource that can be tagged.</p>",
46974697
"location":"uri",
46984698
"locationName":"resource_arn"
46994699
},
@@ -5321,7 +5321,7 @@
53215321
},
53225322
"loggingLevel":{
53235323
"shape":"String",
5324-
"documentation":"<p>Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. The PATCH path for this setting is <code>/{method_setting_key}/logging/loglevel</code>, and the available levels are <code>OFF</code>, <code>ERROR</code>, and <code>INFO</code>.</p>"
5324+
"documentation":"<p>Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. The PATCH path for this setting is <code>/{method_setting_key}/logging/loglevel</code>, and the available levels are <code>OFF</code>, <code>ERROR</code>, and <code>INFO</code>. Choose <code>ERROR</code> to write only error-level entries to CloudWatch Logs, or choose <code>INFO</code> to include all <code>ERROR</code> events as well as extra informational events.</p>"
53255325
},
53265326
"dataTraceEnabled":{
53275327
"shape":"Boolean",
@@ -6162,7 +6162,7 @@
61626162
"members":{
61636163
"resourceArn":{
61646164
"shape":"String",
6165-
"documentation":"<p>[Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded.</p>",
6165+
"documentation":"<p>[Required] The ARN of a resource that can be tagged.</p>",
61666166
"location":"uri",
61676167
"locationName":"resource_arn"
61686168
},
@@ -6408,7 +6408,7 @@
64086408
"members":{
64096409
"resourceArn":{
64106410
"shape":"String",
6411-
"documentation":"<p>[Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded.</p>",
6411+
"documentation":"<p>[Required] The ARN of a resource that can be tagged.</p>",
64126412
"location":"uri",
64136413
"locationName":"resource_arn"
64146414
},
@@ -7090,7 +7090,7 @@
70907090
},
70917091
"targetArns":{
70927092
"shape":"ListOfString",
7093-
"documentation":"<p>The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers must be owned by the same AWS account of the API owner.</p>"
7093+
"documentation":"<p>The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.</p>"
70947094
},
70957095
"status":{
70967096
"shape":"VpcLinkStatus",
@@ -7105,7 +7105,7 @@
71057105
"documentation":"<p>The collection of tags. Each tag element is associated with a given resource.</p>"
71067106
}
71077107
},
7108-
"documentation":"<p>A API Gateway VPC link for a <a>RestApi</a> to access resources in an Amazon Virtual Private Cloud (VPC).</p> <div class=\"remarks\"> <p><p>To enable access to a resource in an Amazon Virtual Private Cloud through Amazon API Gateway, you, as an API developer, create a <a>VpcLink</a> resource targeted for one or more network load balancers of the VPC and then integrate an API method with a private integration that uses the <a>VpcLink</a>. The private integration has an integration type of <code>HTTP</code> or <code>HTTP_PROXY</code> and has a connection type of <code>VPC_LINK</code>. The integration uses the <code>connectionId</code> property to identify the <a>VpcLink</a> used.</p> </p> </div>"
7108+
"documentation":"<p>An API Gateway VPC link for a <a>RestApi</a> to access resources in an Amazon Virtual Private Cloud (VPC).</p> <div class=\"remarks\"> <p><p>To enable access to a resource in an Amazon Virtual Private Cloud through Amazon API Gateway, you, as an API developer, create a <a>VpcLink</a> resource targeted for one or more network load balancers of the VPC and then integrate an API method with a private integration that uses the <a>VpcLink</a>. The private integration has an integration type of <code>HTTP</code> or <code>HTTP_PROXY</code> and has a connection type of <code>VPC_LINK</code>. The integration uses the <code>connectionId</code> property to identify the <a>VpcLink</a> used.</p> </p> </div>"
71097109
},
71107110
"VpcLinkStatus":{
71117111
"type":"string",

0 commit comments

Comments
 (0)