mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+207
-8
@@ -61,6 +61,21 @@
|
||||
{"shape":"AccountLimitExceededException"}
|
||||
]
|
||||
},
|
||||
"CreateWebhook":{
|
||||
"name":"CreateWebhook",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"CreateWebhookInput"},
|
||||
"output":{"shape":"CreateWebhookOutput"},
|
||||
"errors":[
|
||||
{"shape":"InvalidInputException"},
|
||||
{"shape":"OAuthProviderException"},
|
||||
{"shape":"ResourceAlreadyExistsException"},
|
||||
{"shape":"ResourceNotFoundException"}
|
||||
]
|
||||
},
|
||||
"DeleteProject":{
|
||||
"name":"DeleteProject",
|
||||
"http":{
|
||||
@@ -73,6 +88,33 @@
|
||||
{"shape":"InvalidInputException"}
|
||||
]
|
||||
},
|
||||
"DeleteWebhook":{
|
||||
"name":"DeleteWebhook",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DeleteWebhookInput"},
|
||||
"output":{"shape":"DeleteWebhookOutput"},
|
||||
"errors":[
|
||||
{"shape":"InvalidInputException"},
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"OAuthProviderException"}
|
||||
]
|
||||
},
|
||||
"InvalidateProjectCache":{
|
||||
"name":"InvalidateProjectCache",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"InvalidateProjectCacheInput"},
|
||||
"output":{"shape":"InvalidateProjectCacheOutput"},
|
||||
"errors":[
|
||||
{"shape":"InvalidInputException"},
|
||||
{"shape":"ResourceNotFoundException"}
|
||||
]
|
||||
},
|
||||
"ListBuilds":{
|
||||
"name":"ListBuilds",
|
||||
"http":{
|
||||
@@ -158,6 +200,20 @@
|
||||
{"shape":"InvalidInputException"},
|
||||
{"shape":"ResourceNotFoundException"}
|
||||
]
|
||||
},
|
||||
"UpdateWebhook":{
|
||||
"name":"UpdateWebhook",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"UpdateWebhookInput"},
|
||||
"output":{"shape":"UpdateWebhookOutput"},
|
||||
"errors":[
|
||||
{"shape":"InvalidInputException"},
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"OAuthProviderException"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"shapes":{
|
||||
@@ -246,11 +302,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":{
|
||||
@@ -312,6 +371,13 @@
|
||||
"type":"list",
|
||||
"member":{"shape":"BuildNotDeleted"}
|
||||
},
|
||||
"CacheType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"NO_CACHE",
|
||||
"S3"
|
||||
]
|
||||
},
|
||||
"ComputeType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
@@ -333,11 +399,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":{
|
||||
@@ -346,6 +415,20 @@
|
||||
"project":{"shape":"Project"}
|
||||
}
|
||||
},
|
||||
"CreateWebhookInput":{
|
||||
"type":"structure",
|
||||
"required":["projectName"],
|
||||
"members":{
|
||||
"projectName":{"shape":"ProjectName"},
|
||||
"branchFilter":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"CreateWebhookOutput":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"webhook":{"shape":"Webhook"}
|
||||
}
|
||||
},
|
||||
"DeleteProjectInput":{
|
||||
"type":"structure",
|
||||
"required":["name"],
|
||||
@@ -358,11 +441,24 @@
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"DeleteWebhookInput":{
|
||||
"type":"structure",
|
||||
"required":["projectName"],
|
||||
"members":{
|
||||
"projectName":{"shape":"ProjectName"}
|
||||
}
|
||||
},
|
||||
"DeleteWebhookOutput":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"EnvironmentImage":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"name":{"shape":"String"},
|
||||
"description":{"shape":"String"}
|
||||
"description":{"shape":"String"},
|
||||
"versions":{"shape":"ImageVersions"}
|
||||
}
|
||||
},
|
||||
"EnvironmentImages":{
|
||||
@@ -418,12 +514,32 @@
|
||||
"type":"list",
|
||||
"member":{"shape":"EnvironmentVariable"}
|
||||
},
|
||||
"GitCloneDepth":{
|
||||
"type":"integer",
|
||||
"min":0
|
||||
},
|
||||
"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,
|
||||
@@ -508,10 +624,23 @@
|
||||
"deepLink":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"NetworkInterface":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"subnetId":{"shape":"NonEmptyString"},
|
||||
"networkInterfaceId":{"shape":"NonEmptyString"}
|
||||
}
|
||||
},
|
||||
"NonEmptyString":{
|
||||
"type":"string",
|
||||
"min":1
|
||||
},
|
||||
"OAuthProviderException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"PhaseContext":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -539,13 +668,17 @@
|
||||
"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"},
|
||||
"created":{"shape":"Timestamp"},
|
||||
"lastModified":{"shape":"Timestamp"}
|
||||
"lastModified":{"shape":"Timestamp"},
|
||||
"webhook":{"shape":"Webhook"},
|
||||
"vpcConfig":{"shape":"VpcConfig"},
|
||||
"badge":{"shape":"ProjectBadge"}
|
||||
}
|
||||
},
|
||||
"ProjectArtifacts":{
|
||||
@@ -560,6 +693,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,
|
||||
@@ -577,7 +725,8 @@
|
||||
"image":{"shape":"NonEmptyString"},
|
||||
"computeType":{"shape":"ComputeType"},
|
||||
"environmentVariables":{"shape":"EnvironmentVariables"},
|
||||
"privilegedMode":{"shape":"WrapperBoolean"}
|
||||
"privilegedMode":{"shape":"WrapperBoolean"},
|
||||
"certificate":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"ProjectName":{
|
||||
@@ -606,8 +755,10 @@
|
||||
"members":{
|
||||
"type":{"shape":"SourceType"},
|
||||
"location":{"shape":"String"},
|
||||
"gitCloneDepth":{"shape":"GitCloneDepth"},
|
||||
"buildspec":{"shape":"String"},
|
||||
"auth":{"shape":"SourceAuth"}
|
||||
"auth":{"shape":"SourceAuth"},
|
||||
"insecureSsl":{"shape":"WrapperBoolean"}
|
||||
}
|
||||
},
|
||||
"Projects":{
|
||||
@@ -626,6 +777,11 @@
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"SecurityGroupIds":{
|
||||
"type":"list",
|
||||
"member":{"shape":"NonEmptyString"},
|
||||
"max":5
|
||||
},
|
||||
"SortOrderType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
@@ -652,7 +808,8 @@
|
||||
"CODEPIPELINE",
|
||||
"GITHUB",
|
||||
"S3",
|
||||
"BITBUCKET"
|
||||
"BITBUCKET",
|
||||
"GITHUB_ENTERPRISE"
|
||||
]
|
||||
},
|
||||
"StartBuildInput":{
|
||||
@@ -663,6 +820,7 @@
|
||||
"sourceVersion":{"shape":"String"},
|
||||
"artifactsOverride":{"shape":"ProjectArtifacts"},
|
||||
"environmentVariablesOverride":{"shape":"EnvironmentVariables"},
|
||||
"gitCloneDepthOverride":{"shape":"GitCloneDepth"},
|
||||
"buildspecOverride":{"shape":"String"},
|
||||
"timeoutInMinutesOverride":{"shape":"TimeOut"}
|
||||
}
|
||||
@@ -698,6 +856,11 @@
|
||||
}
|
||||
},
|
||||
"String":{"type":"string"},
|
||||
"Subnets":{
|
||||
"type":"list",
|
||||
"member":{"shape":"NonEmptyString"},
|
||||
"max":16
|
||||
},
|
||||
"Tag":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -725,11 +888,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":{
|
||||
@@ -738,12 +904,45 @@
|
||||
"project":{"shape":"Project"}
|
||||
}
|
||||
},
|
||||
"UpdateWebhookInput":{
|
||||
"type":"structure",
|
||||
"required":["projectName"],
|
||||
"members":{
|
||||
"projectName":{"shape":"ProjectName"},
|
||||
"branchFilter":{"shape":"String"},
|
||||
"rotateSecret":{"shape":"Boolean"}
|
||||
}
|
||||
},
|
||||
"UpdateWebhookOutput":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"webhook":{"shape":"Webhook"}
|
||||
}
|
||||
},
|
||||
"ValueInput":{
|
||||
"type":"string",
|
||||
"max":255,
|
||||
"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":{
|
||||
"url":{"shape":"NonEmptyString"},
|
||||
"payloadUrl":{"shape":"NonEmptyString"},
|
||||
"secret":{"shape":"NonEmptyString"},
|
||||
"branchFilter":{"shape":"String"},
|
||||
"lastModifiedSecret":{"shape":"Timestamp"}
|
||||
}
|
||||
},
|
||||
"WrapperBoolean":{"type":"boolean"},
|
||||
"WrapperInt":{"type":"integer"},
|
||||
"WrapperLong":{"type":"long"}
|
||||
|
||||
+154
-11
@@ -1,19 +1,23 @@
|
||||
{
|
||||
"version": "2.0",
|
||||
"service": "<fullname>AWS CodeBuild</fullname> <p>AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools, such as Apach Maven, Gradle, and more. You can also fully customize build environments in AWS CodeBuild to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests, and you pay only for the build time you consume. For more information about AWS CodeBuild, see the <i>AWS CodeBuild User Guide</i>.</p> <p>AWS CodeBuild supports these operations:</p> <ul> <li> <p> <code>BatchDeleteBuilds</code>: Deletes one or more builds.</p> </li> <li> <p> <code>BatchGetProjects</code>: Gets information about one or more build projects. A <i>build project</i> defines how AWS CodeBuild will run a build. This includes information such as where to get the source code to build, the build environment to use, the build commands to run, and where to store the build output. A <i>build environment</i> represents a combination of operating system, programming language runtime, and tools that AWS CodeBuild will use to run a build. Also, you can add tags to build projects to help manage your resources and costs.</p> </li> <li> <p> <code>CreateProject</code>: Creates a build project.</p> </li> <li> <p> <code>DeleteProject</code>: Deletes a build project.</p> </li> <li> <p> <code>ListProjects</code>: Gets a list of build project names, with each build project name representing a single build project.</p> </li> <li> <p> <code>UpdateProject</code>: Changes the settings of an existing build project.</p> </li> <li> <p> <code>BatchGetBuilds</code>: Gets information about one or more builds.</p> </li> <li> <p> <code>ListBuilds</code>: Gets a list of build IDs, with each build ID representing a single build.</p> </li> <li> <p> <code>ListBuildsForProject</code>: Gets a list of build IDs for the specified build project, with each build ID representing a single build.</p> </li> <li> <p> <code>StartBuild</code>: Starts running a build.</p> </li> <li> <p> <code>StopBuild</code>: Attempts to stop running a build.</p> </li> <li> <p> <code>ListCuratedEnvironmentImages</code>: Gets information about Docker images that are managed by AWS CodeBuild.</p> </li> </ul>",
|
||||
"service": "<fullname>AWS CodeBuild</fullname> <p>AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools, such as Apache Maven, Gradle, and more. You can also fully customize build environments in AWS CodeBuild to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests, and you pay only for the build time you consume. For more information about AWS CodeBuild, see the <i>AWS CodeBuild User Guide</i>.</p> <p>AWS CodeBuild supports these operations:</p> <ul> <li> <p> <code>BatchDeleteBuilds</code>: Deletes one or more builds.</p> </li> <li> <p> <code>BatchGetProjects</code>: Gets information about one or more build projects. A <i>build project</i> defines how AWS CodeBuild will run a build. This includes information such as where to get the source code to build, the build environment to use, the build commands to run, and where to store the build output. A <i>build environment</i> represents a combination of operating system, programming language runtime, and tools that AWS CodeBuild will use to run a build. Also, you can add tags to build projects to help manage your resources and costs.</p> </li> <li> <p> <code>CreateProject</code>: Creates a build project.</p> </li> <li> <p> <code>CreateWebhook</code>: 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> </li> <li> <p> <code>UpdateWebhook</code>: Changes the settings of an existing webhook.</p> </li> <li> <p> <code>DeleteProject</code>: Deletes a build project.</p> </li> <li> <p> <code>DeleteWebhook</code>: 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> </li> <li> <p> <code>ListProjects</code>: Gets a list of build project names, with each build project name representing a single build project.</p> </li> <li> <p> <code>UpdateProject</code>: Changes the settings of an existing build project.</p> </li> <li> <p> <code>BatchGetBuilds</code>: Gets information about one or more builds.</p> </li> <li> <p> <code>ListBuilds</code>: Gets a list of build IDs, with each build ID representing a single build.</p> </li> <li> <p> <code>ListBuildsForProject</code>: Gets a list of build IDs for the specified build project, with each build ID representing a single build.</p> </li> <li> <p> <code>StartBuild</code>: Starts running a build.</p> </li> <li> <p> <code>StopBuild</code>: Attempts to stop running a build.</p> </li> <li> <p> <code>ListCuratedEnvironmentImages</code>: Gets information about Docker images that are managed by AWS CodeBuild.</p> </li> </ul>",
|
||||
"operations": {
|
||||
"BatchDeleteBuilds": "<p>Deletes one or more builds.</p>",
|
||||
"BatchGetBuilds": "<p>Gets information about builds.</p>",
|
||||
"BatchGetProjects": "<p>Gets information about build projects.</p>",
|
||||
"CreateProject": "<p>Creates a build project.</p>",
|
||||
"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>",
|
||||
"ListProjects": "<p>Gets a list of build project names, with each build project name representing a single build project.</p>",
|
||||
"StartBuild": "<p>Starts running a build.</p>",
|
||||
"StopBuild": "<p>Attempts to stop running a build.</p>",
|
||||
"UpdateProject": "<p>Changes the settings of a build project.</p>"
|
||||
"UpdateProject": "<p>Changes the settings of a build project.</p>",
|
||||
"UpdateWebhook": "<p> Updates the webhook associated with an AWS CodeBuild build project. </p>"
|
||||
},
|
||||
"shapes": {
|
||||
"AccountLimitExceededException": {
|
||||
@@ -72,7 +76,9 @@
|
||||
"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>",
|
||||
"UpdateWebhookInput$rotateSecret": "<p> A boolean value that specifies whether the associated repository's secret token should be updated. </p>"
|
||||
}
|
||||
},
|
||||
"Build": {
|
||||
@@ -136,6 +142,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": {
|
||||
@@ -152,6 +164,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"CreateWebhookInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"CreateWebhookOutput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteProjectInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -162,6 +184,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteWebhookInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteWebhookOutput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"EnvironmentImage": {
|
||||
"base": "<p>Information about a Docker image that is managed by AWS CodeBuild.</p>",
|
||||
"refs": {
|
||||
@@ -223,11 +255,34 @@
|
||||
"StartBuildInput$environmentVariablesOverride": "<p>A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.</p>"
|
||||
}
|
||||
},
|
||||
"GitCloneDepth": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ProjectSource$gitCloneDepth": "<p>Information about the git clone depth for the build project.</p>",
|
||||
"StartBuildInput$gitCloneDepthOverride": "<p>The user-defined depth of history, with a minimum value of 0, that overrides, for this build only, any previous depth of history 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": {
|
||||
@@ -286,30 +341,50 @@
|
||||
"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": {
|
||||
"Build$id": "<p>The unique ID for the build.</p>",
|
||||
"Build$arn": "<p>The Amazon Resource Name (ARN) of the build.</p>",
|
||||
"Build$sourceVersion": "<p>Any version identifier for the version of the source code to be built.</p>",
|
||||
"Build$projectName": "<p>The name of the build project.</p>",
|
||||
"Build$projectName": "<p>The name of the AWS CodeBuild project.</p>",
|
||||
"BuildIds$member": null,
|
||||
"BuildNotDeleted$id": "<p>The ID of the build that could not be successfully deleted.</p>",
|
||||
"CreateProjectInput$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>",
|
||||
"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>",
|
||||
"ListBuildsForProjectInput$projectName": "<p>The name of the build project.</p>",
|
||||
"InvalidateProjectCacheInput$projectName": "<p>The name of the AWS CodeBuild build project that the cache will be reset for.</p>",
|
||||
"ListBuildsForProjectInput$projectName": "<p>The name of the AWS CodeBuild 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,
|
||||
"StartBuildInput$projectName": "<p>The name of the build project to start running a build.</p>",
|
||||
"SecurityGroupIds$member": null,
|
||||
"StartBuildInput$projectName": "<p>The name of the AWS CodeBuild 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>"
|
||||
"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>",
|
||||
"Webhook$payloadUrl": "<p> The CodeBuild endpoint where webhook events are sent.</p>",
|
||||
"Webhook$secret": "<p> The secret token of the associated repository. </p>"
|
||||
}
|
||||
},
|
||||
"OAuthProviderException": {
|
||||
"base": "<p>There was a problem with the underlying OAuth provider.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"PhaseContext": {
|
||||
@@ -347,6 +422,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": {
|
||||
@@ -368,7 +458,10 @@
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateProjectInput$name": "<p>The name of the build project.</p>",
|
||||
"Project$name": "<p>The name of the build project.</p>"
|
||||
"CreateWebhookInput$projectName": "<p>The name of the AWS CodeBuild project.</p>",
|
||||
"DeleteWebhookInput$projectName": "<p>The name of the AWS CodeBuild project.</p>",
|
||||
"Project$name": "<p>The name of the build project.</p>",
|
||||
"UpdateWebhookInput$projectName": "<p>The name of the AWS CodeBuild project.</p>"
|
||||
}
|
||||
},
|
||||
"ProjectNames": {
|
||||
@@ -410,6 +503,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": {
|
||||
@@ -472,9 +571,11 @@
|
||||
"BuildArtifacts$sha256sum": "<p>The SHA-256 hash of the build artifact.</p> <p>You can use this hash along with a checksum tool to confirm both file integrity and authenticity.</p> <note> <p>This value is available only if the build project's <code>packaging</code> value is set to <code>ZIP</code>.</p> </note>",
|
||||
"BuildArtifacts$md5sum": "<p>The MD5 hash of the build artifact.</p> <p>You can use this hash along with a checksum tool to confirm both file integrity and authenticity.</p> <note> <p>This value is available only if the build project's <code>packaging</code> value is set to <code>ZIP</code>.</p> </note>",
|
||||
"BuildNotDeleted$statusCode": "<p>Additional information about the build that could not be successfully deleted.</p>",
|
||||
"CreateWebhookInput$branchFilter": "<p>A regular expression used to determine which branches in a repository are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If it doesn't match, then it is not. If branchFilter is empty, then all branches are built.</p>",
|
||||
"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>",
|
||||
@@ -489,11 +590,22 @@
|
||||
"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>",
|
||||
"ProjectEnvironment$certificate": "<p>The certificate to use with this build project.</p>",
|
||||
"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>",
|
||||
"StartBuildInput$sourceVersion": "<p>A version of the build input to be built, for this build only. If not specified, the latest version will be used. If specified, must be one of:</p> <ul> <li> <p>For AWS CodeCommit: the commit ID to use.</p> </li> <li> <p>For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format <code>pr/pull-request-ID</code> (for example <code>pr/25</code>). If a branch name is specified, the branch's HEAD commit ID will be used. If not specified, the default branch's HEAD commit ID will be used.</p> </li> <li> <p>For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID will be used. If not specified, the default branch's HEAD commit ID will be used.</p> </li> <li> <p>For Amazon Simple Storage Service (Amazon S3): the version ID of the object representing the build input ZIP file to use.</p> </li> </ul>",
|
||||
"StartBuildInput$buildspecOverride": "<p>A build spec declaration that overrides, for this build only, the latest one already defined in the build project.</p>"
|
||||
"StartBuildInput$buildspecOverride": "<p>A build spec declaration that overrides, for this build only, the latest one already defined in the build project.</p>",
|
||||
"UpdateWebhookInput$branchFilter": "<p>A regular expression used to determine which branches in a repository are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If it doesn't match, then it is not. If branchFilter is empty, then all branches are built.</p>",
|
||||
"Webhook$branchFilter": "<p>A regular expression used to determine which branches in a repository are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If it doesn't match, then it is not. If branchFilter is empty, then all branches are built.</p>"
|
||||
}
|
||||
},
|
||||
"Subnets": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"VpcConfig$subnets": "<p>A list of one or more subnet IDs in your Amazon VPC.</p>"
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
@@ -527,7 +639,8 @@
|
||||
"BuildPhase$startTime": "<p>When the build phase started, expressed in Unix time format.</p>",
|
||||
"BuildPhase$endTime": "<p>When the build phase ended, expressed in Unix time format.</p>",
|
||||
"Project$created": "<p>When the build project was created, expressed in Unix time format.</p>",
|
||||
"Project$lastModified": "<p>When the build project's settings were last modified, expressed in Unix time format.</p>"
|
||||
"Project$lastModified": "<p>When the build project's settings were last modified, expressed in Unix time format.</p>",
|
||||
"Webhook$lastModifiedSecret": "<p> A timestamp indicating the last time a repository's secret token was modified. </p>"
|
||||
}
|
||||
},
|
||||
"UpdateProjectInput": {
|
||||
@@ -540,16 +653,46 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UpdateWebhookInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UpdateWebhookOutput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ValueInput": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"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": {
|
||||
"CreateWebhookOutput$webhook": "<p>Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.</p>",
|
||||
"Project$webhook": "<p>Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.</p>",
|
||||
"UpdateWebhookOutput$webhook": "<p> Information about a repository's webhook that is associated with a project in AWS CodeBuild. </p>"
|
||||
}
|
||||
},
|
||||
"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>Enables running the Docker daemon inside a Docker container. Set to true only if the build project is be used to build Docker images, and the specified build environment image is not 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 builds can interact with it. One way to do this is to initialize the Docker daemon during 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>",
|
||||
"ProjectSource$insecureSsl": "<p>Enable this flag to ignore SSL warnings while connecting to the project source code.</p>",
|
||||
"UpdateProjectInput$badgeEnabled": "<p>Set this to true to generate a publicly-accessible URL for your project's build badge.</p>"
|
||||
}
|
||||
},
|
||||
"WrapperInt": {
|
||||
|
||||
Reference in New Issue
Block a user