Skip to content

Commit cbddb75

Browse files
author
awstools
committed
docs(client-apprunner): Documentation-only update added for CodeConfiguration.
1 parent 41aa257 commit cbddb75

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

clients/client-apprunner/src/models/models_0.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,10 @@ export interface CodeRepository {
10131013

10141014
/**
10151015
* <p>Configuration for building and running the service from a source code repository.</p>
1016+
* <note>
1017+
* <p>
1018+
* <code>CodeConfiguration</code> is required only for <code>CreateService</code> request.</p>
1019+
* </note>
10161020
*/
10171021
CodeConfiguration?: CodeConfiguration;
10181022
}
@@ -1390,6 +1394,11 @@ export interface CreateVpcConnectorRequest {
13901394
/**
13911395
* <p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single
13921396
* Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>
1397+
* <note>
1398+
* <p>
1399+
* App Runner currently only provides support for IPv4.
1400+
* </p>
1401+
* </note>
13931402
*/
13941403
Subnets: string[] | undefined;
13951404

codegen/sdk-codegen/aws-models/apprunner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
"CodeConfiguration": {
550550
"target": "com.amazonaws.apprunner#CodeConfiguration",
551551
"traits": {
552-
"smithy.api#documentation": "<p>Configuration for building and running the service from a source code repository.</p>"
552+
"smithy.api#documentation": "<p>Configuration for building and running the service from a source code repository.</p>\n <note>\n <p>\n <code>CodeConfiguration</code> is required only for <code>CreateService</code> request.</p>\n </note>"
553553
}
554554
}
555555
},
@@ -1026,7 +1026,7 @@
10261026
"Subnets": {
10271027
"target": "com.amazonaws.apprunner#StringList",
10281028
"traits": {
1029-
"smithy.api#documentation": "<p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single\n Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>",
1029+
"smithy.api#documentation": "<p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single\n Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>\n <note>\n <p>\n App Runner currently only provides support for IPv4.\n </p>\n </note>",
10301030
"smithy.api#required": {}
10311031
}
10321032
},

0 commit comments

Comments
 (0)