vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
99
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/api-2.json
generated
vendored
99
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/api-2.json
generated
vendored
|
@ -102,6 +102,19 @@
|
|||
{"shape":"OAuthProviderException"}
|
||||
]
|
||||
},
|
||||
"InvalidateProjectCache":{
|
||||
"name":"InvalidateProjectCache",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"InvalidateProjectCacheInput"},
|
||||
"output":{"shape":"InvalidateProjectCacheOutput"},
|
||||
"errors":[
|
||||
{"shape":"InvalidInputException"},
|
||||
{"shape":"ResourceNotFoundException"}
|
||||
]
|
||||
},
|
||||
"ListBuilds":{
|
||||
"name":"ListBuilds",
|
||||
"http":{
|
||||
|
@ -275,11 +288,14 @@
|
|||
"phases":{"shape":"BuildPhases"},
|
||||
"source":{"shape":"ProjectSource"},
|
||||
"artifacts":{"shape":"BuildArtifacts"},
|
||||
"cache":{"shape":"ProjectCache"},
|
||||
"environment":{"shape":"ProjectEnvironment"},
|
||||
"logs":{"shape":"LogsLocation"},
|
||||
"timeoutInMinutes":{"shape":"WrapperInt"},
|
||||
"buildComplete":{"shape":"Boolean"},
|
||||
"initiator":{"shape":"String"}
|
||||
"initiator":{"shape":"String"},
|
||||
"vpcConfig":{"shape":"VpcConfig"},
|
||||
"networkInterface":{"shape":"NetworkInterface"}
|
||||
}
|
||||
},
|
||||
"BuildArtifacts":{
|
||||
|
@ -341,6 +357,13 @@
|
|||
"type":"list",
|
||||
"member":{"shape":"BuildNotDeleted"}
|
||||
},
|
||||
"CacheType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"NO_CACHE",
|
||||
"S3"
|
||||
]
|
||||
},
|
||||
"ComputeType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
@ -362,11 +385,14 @@
|
|||
"description":{"shape":"ProjectDescription"},
|
||||
"source":{"shape":"ProjectSource"},
|
||||
"artifacts":{"shape":"ProjectArtifacts"},
|
||||
"cache":{"shape":"ProjectCache"},
|
||||
"environment":{"shape":"ProjectEnvironment"},
|
||||
"serviceRole":{"shape":"NonEmptyString"},
|
||||
"timeoutInMinutes":{"shape":"TimeOut"},
|
||||
"encryptionKey":{"shape":"NonEmptyString"},
|
||||
"tags":{"shape":"TagList"}
|
||||
"tags":{"shape":"TagList"},
|
||||
"vpcConfig":{"shape":"VpcConfig"},
|
||||
"badgeEnabled":{"shape":"WrapperBoolean"}
|
||||
}
|
||||
},
|
||||
"CreateProjectOutput":{
|
||||
|
@ -416,7 +442,8 @@
|
|||
"type":"structure",
|
||||
"members":{
|
||||
"name":{"shape":"String"},
|
||||
"description":{"shape":"String"}
|
||||
"description":{"shape":"String"},
|
||||
"versions":{"shape":"ImageVersions"}
|
||||
}
|
||||
},
|
||||
"EnvironmentImages":{
|
||||
|
@ -472,12 +499,28 @@
|
|||
"type":"list",
|
||||
"member":{"shape":"EnvironmentVariable"}
|
||||
},
|
||||
"ImageVersions":{
|
||||
"type":"list",
|
||||
"member":{"shape":"String"}
|
||||
},
|
||||
"InvalidInputException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidateProjectCacheInput":{
|
||||
"type":"structure",
|
||||
"required":["projectName"],
|
||||
"members":{
|
||||
"projectName":{"shape":"NonEmptyString"}
|
||||
}
|
||||
},
|
||||
"InvalidateProjectCacheOutput":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"KeyInput":{
|
||||
"type":"string",
|
||||
"max":127,
|
||||
|
@ -562,6 +605,13 @@
|
|||
"deepLink":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"NetworkInterface":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"subnetId":{"shape":"NonEmptyString"},
|
||||
"networkInterfaceId":{"shape":"NonEmptyString"}
|
||||
}
|
||||
},
|
||||
"NonEmptyString":{
|
||||
"type":"string",
|
||||
"min":1
|
||||
|
@ -599,6 +649,7 @@
|
|||
"description":{"shape":"ProjectDescription"},
|
||||
"source":{"shape":"ProjectSource"},
|
||||
"artifacts":{"shape":"ProjectArtifacts"},
|
||||
"cache":{"shape":"ProjectCache"},
|
||||
"environment":{"shape":"ProjectEnvironment"},
|
||||
"serviceRole":{"shape":"NonEmptyString"},
|
||||
"timeoutInMinutes":{"shape":"TimeOut"},
|
||||
|
@ -606,7 +657,9 @@
|
|||
"tags":{"shape":"TagList"},
|
||||
"created":{"shape":"Timestamp"},
|
||||
"lastModified":{"shape":"Timestamp"},
|
||||
"webhook":{"shape":"Webhook"}
|
||||
"webhook":{"shape":"Webhook"},
|
||||
"vpcConfig":{"shape":"VpcConfig"},
|
||||
"badge":{"shape":"ProjectBadge"}
|
||||
}
|
||||
},
|
||||
"ProjectArtifacts":{
|
||||
|
@ -621,6 +674,21 @@
|
|||
"packaging":{"shape":"ArtifactPackaging"}
|
||||
}
|
||||
},
|
||||
"ProjectBadge":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"badgeEnabled":{"shape":"Boolean"},
|
||||
"badgeRequestUrl":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"ProjectCache":{
|
||||
"type":"structure",
|
||||
"required":["type"],
|
||||
"members":{
|
||||
"type":{"shape":"CacheType"},
|
||||
"location":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"ProjectDescription":{
|
||||
"type":"string",
|
||||
"max":255,
|
||||
|
@ -687,6 +755,11 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"SecurityGroupIds":{
|
||||
"type":"list",
|
||||
"member":{"shape":"NonEmptyString"},
|
||||
"max":5
|
||||
},
|
||||
"SortOrderType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
@ -759,6 +832,11 @@
|
|||
}
|
||||
},
|
||||
"String":{"type":"string"},
|
||||
"Subnets":{
|
||||
"type":"list",
|
||||
"member":{"shape":"NonEmptyString"},
|
||||
"max":16
|
||||
},
|
||||
"Tag":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -786,11 +864,14 @@
|
|||
"description":{"shape":"ProjectDescription"},
|
||||
"source":{"shape":"ProjectSource"},
|
||||
"artifacts":{"shape":"ProjectArtifacts"},
|
||||
"cache":{"shape":"ProjectCache"},
|
||||
"environment":{"shape":"ProjectEnvironment"},
|
||||
"serviceRole":{"shape":"NonEmptyString"},
|
||||
"timeoutInMinutes":{"shape":"TimeOut"},
|
||||
"encryptionKey":{"shape":"NonEmptyString"},
|
||||
"tags":{"shape":"TagList"}
|
||||
"tags":{"shape":"TagList"},
|
||||
"vpcConfig":{"shape":"VpcConfig"},
|
||||
"badgeEnabled":{"shape":"WrapperBoolean"}
|
||||
}
|
||||
},
|
||||
"UpdateProjectOutput":{
|
||||
|
@ -805,6 +886,14 @@
|
|||
"min":1,
|
||||
"pattern":"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=@+\\\\-]*)$"
|
||||
},
|
||||
"VpcConfig":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"vpcId":{"shape":"NonEmptyString"},
|
||||
"subnets":{"shape":"Subnets"},
|
||||
"securityGroupIds":{"shape":"SecurityGroupIds"}
|
||||
}
|
||||
},
|
||||
"Webhook":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
|
81
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/docs-2.json
generated
vendored
81
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/docs-2.json
generated
vendored
|
@ -9,6 +9,7 @@
|
|||
"CreateWebhook": "<p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, enables AWS CodeBuild to begin automatically rebuilding the source code every time a code change is pushed to the repository.</p> <important> <p>If you enable webhooks for an AWS CodeBuild project, and the project is used as a build step in AWS CodePipeline, then two identical builds will be created for each commit. One build is triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build basis, you will be billed for both builds. Therefore, if you are using AWS CodePipeline, we recommend that you disable webhooks in CodeBuild. In the AWS CodeBuild console, clear the Webhook box. For more information, see step 9 in <a href=\"http://docs.aws.amazon.com/codebuild/latest/userguide/change-project.html#change-project-console\">Change a Build Project’s Settings</a>.</p> </important>",
|
||||
"DeleteProject": "<p>Deletes a build project.</p>",
|
||||
"DeleteWebhook": "<p>For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.</p>",
|
||||
"InvalidateProjectCache": "<p>Resets the cache for a project.</p>",
|
||||
"ListBuilds": "<p>Gets a list of build IDs, with each build ID representing a single build.</p>",
|
||||
"ListBuildsForProject": "<p>Gets a list of build IDs for the specified build project, with each build ID representing a single build.</p>",
|
||||
"ListCuratedEnvironmentImages": "<p>Gets information about Docker images that are managed by AWS CodeBuild.</p>",
|
||||
|
@ -74,7 +75,8 @@
|
|||
"Boolean": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"Build$buildComplete": "<p>Whether the build has finished. True if completed; otherwise, false.</p>"
|
||||
"Build$buildComplete": "<p>Whether the build has finished. True if completed; otherwise, false.</p>",
|
||||
"ProjectBadge$badgeEnabled": "<p>Set this to true to generate a publicly-accessible URL for your project's build badge.</p>"
|
||||
}
|
||||
},
|
||||
"Build": {
|
||||
|
@ -138,6 +140,12 @@
|
|||
"BatchDeleteBuildsOutput$buildsNotDeleted": "<p>Information about any builds that could not be successfully deleted.</p>"
|
||||
}
|
||||
},
|
||||
"CacheType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ProjectCache$type": "<p>The type of cache used by the build project. Valid values include:</p> <ul> <li> <p> <code>NO_CACHE</code>: The build project will not use any cache.</p> </li> <li> <p> <code>S3</code>: The build project will read and write from/to S3.</p> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"ComputeType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -245,11 +253,27 @@
|
|||
"StartBuildInput$environmentVariablesOverride": "<p>A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.</p>"
|
||||
}
|
||||
},
|
||||
"ImageVersions": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"EnvironmentImage$versions": "<p>A list of environment image versions.</p>"
|
||||
}
|
||||
},
|
||||
"InvalidInputException": {
|
||||
"base": "<p>The input value that was provided is not valid.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidateProjectCacheInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidateProjectCacheOutput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"KeyInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -308,6 +332,12 @@
|
|||
"Build$logs": "<p>Information about the build's logs in Amazon CloudWatch Logs.</p>"
|
||||
}
|
||||
},
|
||||
"NetworkInterface": {
|
||||
"base": "<p>Describes a network interface.</p>",
|
||||
"refs": {
|
||||
"Build$networkInterface": "<p>Describes a network interface.</p>"
|
||||
}
|
||||
},
|
||||
"NonEmptyString": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -321,17 +351,23 @@
|
|||
"CreateProjectInput$encryptionKey": "<p>The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <p>You can specify either the CMK's Amazon Resource Name (ARN) or, if available, the CMK's alias (using the format <code>alias/<i>alias-name</i> </code>).</p>",
|
||||
"DeleteProjectInput$name": "<p>The name of the build project.</p>",
|
||||
"EnvironmentVariable$name": "<p>The name or key of the environment variable.</p>",
|
||||
"InvalidateProjectCacheInput$projectName": "<p>The name of the build project that the cache will be reset for.</p>",
|
||||
"ListBuildsForProjectInput$projectName": "<p>The name of the build project.</p>",
|
||||
"ListProjectsInput$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>",
|
||||
"NetworkInterface$subnetId": "<p>The ID of the subnet.</p>",
|
||||
"NetworkInterface$networkInterfaceId": "<p>The ID of the network interface.</p>",
|
||||
"Project$serviceRole": "<p>The ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.</p>",
|
||||
"Project$encryptionKey": "<p>The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <p>This is expressed either as the CMK's Amazon Resource Name (ARN) or, if specified, the CMK's alias (using the format <code>alias/<i>alias-name</i> </code>).</p>",
|
||||
"ProjectEnvironment$image": "<p>The ID of the Docker image to use for this build project.</p>",
|
||||
"ProjectNames$member": null,
|
||||
"SecurityGroupIds$member": null,
|
||||
"StartBuildInput$projectName": "<p>The name of the build project to start running a build.</p>",
|
||||
"StopBuildInput$id": "<p>The ID of the build.</p>",
|
||||
"Subnets$member": null,
|
||||
"UpdateProjectInput$name": "<p>The name of the build project.</p> <note> <p>You cannot change a build project's name.</p> </note>",
|
||||
"UpdateProjectInput$serviceRole": "<p>The replacement ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.</p>",
|
||||
"UpdateProjectInput$encryptionKey": "<p>The replacement AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <p>You can specify either the CMK's Amazon Resource Name (ARN) or, if available, the CMK's alias (using the format <code>alias/<i>alias-name</i> </code>).</p>",
|
||||
"VpcConfig$vpcId": "<p>The ID of the Amazon VPC.</p>",
|
||||
"Webhook$url": "<p>The URL to the webhook.</p>"
|
||||
}
|
||||
},
|
||||
|
@ -375,6 +411,21 @@
|
|||
"UpdateProjectInput$artifacts": "<p>Information to be changed about the build output artifacts for the build project.</p>"
|
||||
}
|
||||
},
|
||||
"ProjectBadge": {
|
||||
"base": "<p>Information about the build badge for the build project.</p>",
|
||||
"refs": {
|
||||
"Project$badge": "<p>Information about the build badge for the build project.</p>"
|
||||
}
|
||||
},
|
||||
"ProjectCache": {
|
||||
"base": "<p>Information about the cache for the build project.</p>",
|
||||
"refs": {
|
||||
"Build$cache": "<p>Information about the cache for the build.</p>",
|
||||
"CreateProjectInput$cache": "<p>Stores recently used information so that it can be quickly accessed at a later time.</p>",
|
||||
"Project$cache": "<p>Information about the cache for the build project.</p>",
|
||||
"UpdateProjectInput$cache": "<p>Stores recently used information so that it can be quickly accessed at a later time.</p>"
|
||||
}
|
||||
},
|
||||
"ProjectDescription": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -440,6 +491,12 @@
|
|||
"refs": {
|
||||
}
|
||||
},
|
||||
"SecurityGroupIds": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"VpcConfig$securityGroupIds": "<p>A list of one or more security groups IDs in your Amazon VPC.</p>"
|
||||
}
|
||||
},
|
||||
"SortOrderType": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
@ -505,6 +562,7 @@
|
|||
"EnvironmentImage$name": "<p>The name of the Docker image.</p>",
|
||||
"EnvironmentImage$description": "<p>The description of the Docker image.</p>",
|
||||
"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>",
|
||||
"ImageVersions$member": null,
|
||||
"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>",
|
||||
"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>",
|
||||
"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>",
|
||||
|
@ -519,6 +577,8 @@
|
|||
"ProjectArtifacts$location": "<p>Information about the build output artifact location, as follows:</p> <ul> <li> <p>If <code>type</code> is set to <code>CODEPIPELINE</code>, then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output locations instead of AWS CodeBuild.</p> </li> <li> <p>If <code>type</code> is set to <code>NO_ARTIFACTS</code>, then this value will be ignored if specified, because no build output will be produced.</p> </li> <li> <p>If <code>type</code> is set to <code>S3</code>, this is the name of the output bucket.</p> </li> </ul>",
|
||||
"ProjectArtifacts$path": "<p>Along with <code>namespaceType</code> and <code>name</code>, the pattern that AWS CodeBuild will use to name and store the output artifact, as follows:</p> <ul> <li> <p>If <code>type</code> is set to <code>CODEPIPELINE</code>, then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output names instead of AWS CodeBuild.</p> </li> <li> <p>If <code>type</code> is set to <code>NO_ARTIFACTS</code>, then this value will be ignored if specified, because no build output will be produced.</p> </li> <li> <p>If <code>type</code> is set to <code>S3</code>, this is the path to the output artifact. If <code>path</code> is not specified, then <code>path</code> will not be used.</p> </li> </ul> <p>For example, if <code>path</code> is set to <code>MyArtifacts</code>, <code>namespaceType</code> is set to <code>NONE</code>, and <code>name</code> is set to <code>MyArtifact.zip</code>, then the output artifact would be stored in the output bucket at <code>MyArtifacts/MyArtifact.zip</code>.</p>",
|
||||
"ProjectArtifacts$name": "<p>Along with <code>path</code> and <code>namespaceType</code>, the pattern that AWS CodeBuild will use to name and store the output artifact, as follows:</p> <ul> <li> <p>If <code>type</code> is set to <code>CODEPIPELINE</code>, then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output names instead of AWS CodeBuild.</p> </li> <li> <p>If <code>type</code> is set to <code>NO_ARTIFACTS</code>, then this value will be ignored if specified, because no build output will be produced.</p> </li> <li> <p>If <code>type</code> is set to <code>S3</code>, this is the name of the output artifact object.</p> </li> </ul> <p>For example, if <code>path</code> is set to <code>MyArtifacts</code>, <code>namespaceType</code> is set to <code>BUILD_ID</code>, and <code>name</code> is set to <code>MyArtifact.zip</code>, then the output artifact would be stored in <code>MyArtifacts/<i>build-ID</i>/MyArtifact.zip</code>.</p>",
|
||||
"ProjectBadge$badgeRequestUrl": "<p>The publicly-accessible URL through which you can access the build badge for your project. </p>",
|
||||
"ProjectCache$location": "<p>Information about the cache location, as follows: </p> <ul> <li> <p> <code>NO_CACHE</code>: This value will be ignored.</p> </li> <li> <p> <code>S3</code>: This is the S3 bucket name/prefix.</p> </li> </ul>",
|
||||
"ProjectSource$location": "<p>Information about the location of the source code to be built. Valid values include:</p> <ul> <li> <p>For source code settings that are specified in the source action of a pipeline in AWS CodePipeline, <code>location</code> should not be specified. If it is specified, AWS CodePipeline will ignore it. This is because AWS CodePipeline uses the settings in a pipeline's source action instead of this value.</p> </li> <li> <p>For source code in an AWS CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the build spec (for example, <code>https://git-codecommit.<i>region-ID</i>.amazonaws.com/v1/repos/<i>repo-name</i> </code>).</p> </li> <li> <p>For source code in an Amazon Simple Storage Service (Amazon S3) input bucket, the path to the ZIP file that contains the source code (for example, <code> <i>bucket-name</i>/<i>path</i>/<i>to</i>/<i>object-name</i>.zip</code>)</p> </li> <li> <p>For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the build spec. Also, you must connect your AWS account to your GitHub account. To do this, use the AWS CodeBuild console to begin creating a build project. When you use the console to connect (or reconnect) with GitHub, on the GitHub <b>Authorize application</b> page that displays, for <b>Organization access</b>, choose <b>Request access</b> next to each repository you want to allow AWS CodeBuild to have access to. Then choose <b>Authorize application</b>. (After you have connected to your GitHub account, you do not need to finish creating the build project, and you may then leave the AWS CodeBuild console.) To instruct AWS CodeBuild to then use this connection, in the <code>source</code> object, set the <code>auth</code> object's <code>type</code> value to <code>OAUTH</code>.</p> </li> <li> <p>For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the build spec. Also, you must connect your AWS account to your Bitbucket account. To do this, use the AWS CodeBuild console to begin creating a build project. When you use the console to connect (or reconnect) with Bitbucket, on the Bitbucket <b>Confirm access to your account</b> page that displays, choose <b>Grant access</b>. (After you have connected to your Bitbucket account, you do not need to finish creating the build project, and you may then leave the AWS CodeBuild console.) To instruct AWS CodeBuild to then use this connection, in the <code>source</code> object, set the <code>auth</code> object's <code>type</code> value to <code>OAUTH</code>.</p> </li> </ul>",
|
||||
"ProjectSource$buildspec": "<p>The build spec declaration to use for the builds in this build project.</p> <p>If this value is not specified, a build spec must be included along with the source code to be built.</p>",
|
||||
"SourceAuth$resource": "<p>The resource value that applies to the specified authorization type.</p>",
|
||||
|
@ -526,6 +586,12 @@
|
|||
"StartBuildInput$buildspecOverride": "<p>A build spec declaration that overrides, for this build only, the latest one already defined in the build project.</p>"
|
||||
}
|
||||
},
|
||||
"Subnets": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"VpcConfig$subnets": "<p>A list of one or more subnet IDs in your Amazon VPC.</p>"
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
"base": "<p>A tag, consisting of a key and a value.</p> <p>This tag is available for use by AWS services that support tags in AWS CodeBuild.</p>",
|
||||
"refs": {
|
||||
|
@ -576,6 +642,15 @@
|
|||
"Tag$value": "<p>The tag's value.</p>"
|
||||
}
|
||||
},
|
||||
"VpcConfig": {
|
||||
"base": "<p>Information about the VPC configuration that AWS CodeBuild will access.</p>",
|
||||
"refs": {
|
||||
"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>",
|
||||
"CreateProjectInput$vpcConfig": "<p>VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.</p>",
|
||||
"Project$vpcConfig": "<p>Information about the VPC configuration that AWS CodeBuild will access.</p>",
|
||||
"UpdateProjectInput$vpcConfig": "<p>VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.</p>"
|
||||
}
|
||||
},
|
||||
"Webhook": {
|
||||
"base": "<p>Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.</p>",
|
||||
"refs": {
|
||||
|
@ -586,7 +661,9 @@
|
|||
"WrapperBoolean": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ProjectEnvironment$privilegedMode": "<p>If set to true, enables running the Docker daemon inside a Docker container; otherwise, false or not specified (the default). This value must be set to true only if this build project will be used to build Docker images, and the specified build environment image is not one provided by AWS CodeBuild with Docker support. Otherwise, all associated builds that attempt to interact with the Docker daemon will fail. Note that you must also start the Docker daemon so that your builds can interact with it as needed. One way to do this is to initialize the Docker daemon in the install phase of your build spec by running the following build commands. (Do not run the following build commands if the specified build environment image is provided by AWS CodeBuild with Docker support.)</p> <p> <code>- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay& - timeout -t 15 sh -c \"until docker info; do echo .; sleep 1; done\"</code> </p>"
|
||||
"CreateProjectInput$badgeEnabled": "<p>Set this to true to generate a publicly-accessible URL for your project's build badge.</p>",
|
||||
"ProjectEnvironment$privilegedMode": "<p>If set to true, enables running the Docker daemon inside a Docker container; otherwise, false or not specified (the default). This value must be set to true only if this build project will be used to build Docker images, and the specified build environment image is not one provided by AWS CodeBuild with Docker support. Otherwise, all associated builds that attempt to interact with the Docker daemon will fail. Note that you must also start the Docker daemon so that your builds can interact with it as needed. One way to do this is to initialize the Docker daemon in the install phase of your build spec by running the following build commands. (Do not run the following build commands if the specified build environment image is provided by AWS CodeBuild with Docker support.)</p> <p> <code>- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay& - timeout -t 15 sh -c \"until docker info; do echo .; sleep 1; done\"</code> </p>",
|
||||
"UpdateProjectInput$badgeEnabled": "<p>Set this to true to generate a publicly-accessible URL for your project's build badge.</p>"
|
||||
}
|
||||
},
|
||||
"WrapperInt": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue