|
253 | 253 | "StartBuildInput$environmentVariablesOverride": "<p>A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.</p>" |
254 | 254 | } |
255 | 255 | }, |
| 256 | + "ImageVersions": { |
| 257 | + "base": null, |
| 258 | + "refs": { |
| 259 | + "EnvironmentImage$versions": "<p>A list of environment image versions.</p>" |
| 260 | + } |
| 261 | + }, |
256 | 262 | "InvalidInputException": { |
257 | 263 | "base": "<p>The input value that was provided is not valid.</p>", |
258 | 264 | "refs": { |
|
556 | 562 | "EnvironmentImage$name": "<p>The name of the Docker image.</p>", |
557 | 563 | "EnvironmentImage$description": "<p>The description of the Docker image.</p>", |
558 | 564 | "EnvironmentVariable$value": "<p>The value of the environment variable.</p> <important> <p>We strongly discourage using environment variables to store sensitive values, especially AWS secret key IDs and secret access keys. Environment variables can be displayed in plain text using tools such as the AWS CodeBuild console and the AWS Command Line Interface (AWS CLI).</p> </important>", |
| 565 | + "ImageVersions$member": null, |
559 | 566 | "ListBuildsForProjectInput$nextToken": "<p>During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.</p>", |
560 | 567 | "ListBuildsForProjectOutput$nextToken": "<p>If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call.</p>", |
561 | 568 | "ListBuildsInput$nextToken": "<p>During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a <i>next token</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.</p>", |
|
636 | 643 | } |
637 | 644 | }, |
638 | 645 | "VpcConfig": { |
639 | | - "base": "<p>If your AWS CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.</p>", |
| 646 | + "base": "<p>Information about the VPC configuration that AWS CodeBuild will access.</p>", |
640 | 647 | "refs": { |
641 | 648 | "Build$vpcConfig": "<p>If your AWS CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.</p>", |
642 | 649 | "CreateProjectInput$vpcConfig": "<p>VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.</p>", |
643 | | - "Project$vpcConfig": "<p>If your AWS CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.</p>", |
| 650 | + "Project$vpcConfig": "<p>Information about the VPC configuration that AWS CodeBuild will access.</p>", |
644 | 651 | "UpdateProjectInput$vpcConfig": "<p>VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.</p>" |
645 | 652 | } |
646 | 653 | }, |
|
0 commit comments