Skip to content

Commit 6a4716f

Browse files
Updated API models and rebuilt service gems.
1 parent 077f092 commit 6a4716f

File tree

54 files changed

+511
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+511
-112
lines changed

apis/codebuild/2016-10-06/api-2.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2970,7 +2970,9 @@
29702970
"buildType":{"shape":"WebhookBuildType"},
29712971
"manualCreation":{"shape":"WrapperBoolean"},
29722972
"lastModifiedSecret":{"shape":"Timestamp"},
2973-
"scopeConfiguration":{"shape":"ScopeConfiguration"}
2973+
"scopeConfiguration":{"shape":"ScopeConfiguration"},
2974+
"status":{"shape":"WebhookStatus"},
2975+
"statusMessage":{"shape":"String"}
29742976
}
29752977
},
29762978
"WebhookBuildType":{
@@ -3016,6 +3018,15 @@
30163018
"GITLAB_GROUP"
30173019
]
30183020
},
3021+
"WebhookStatus":{
3022+
"type":"string",
3023+
"enum":[
3024+
"CREATING",
3025+
"CREATE_FAILED",
3026+
"ACTIVE",
3027+
"DELETING"
3028+
]
3029+
},
30193030
"WrapperBoolean":{"type":"boolean"},
30203031
"WrapperDouble":{"type":"double"},
30213032
"WrapperInt":{"type":"integer"},

apis/codebuild/2016-10-06/docs-2.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,6 +1940,7 @@
19401940
"UpdateProjectInput$sourceVersion": "<p> A version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of: </p> <ul> <li> <p>For CodeCommit: the commit ID, branch, or Git tag 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 is used. If not specified, the default branch's HEAD commit ID is used.</p> </li> <li> <p>For GitLab: the commit ID, branch, or Git tag to use.</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 is used. If not specified, the default branch's HEAD commit ID is used.</p> </li> <li> <p>For Amazon S3: the version ID of the object that represents the build input ZIP file to use.</p> </li> </ul> <p> If <code>sourceVersion</code> is specified at the build level, then that version takes precedence over this <code>sourceVersion</code> (at the project level). </p> <p> For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html\">Source Version Sample with CodeBuild</a> in the <i>CodeBuild User Guide</i>. </p>",
19411941
"UpdateWebhookInput$branchFilter": "<p>A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If <code>branchFilter</code> is empty, then all branches are built.</p> <note> <p> It is recommended that you use <code>filterGroups</code> instead of <code>branchFilter</code>. </p> </note>",
19421942
"Webhook$branchFilter": "<p>A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If <code>branchFilter</code> is empty, then all branches are built.</p> <note> <p>It is recommended that you use <code>filterGroups</code> instead of <code>branchFilter</code>. </p> </note>",
1943+
"Webhook$statusMessage": "<p>A message associated with the status of a webhook.</p>",
19431944
"WebhookFilter$pattern": "<p> For a <code>WebHookFilter</code> that uses <code>EVENT</code> type, a comma-separated string that specifies one or more events. For example, the webhook filter <code>PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED</code> allows all push, pull request created, and pull request updated events to trigger a build. </p> <p> For a <code>WebHookFilter</code> that uses any of the other filter types, a regular expression pattern. For example, a <code>WebHookFilter</code> that uses <code>HEAD_REF</code> for its <code>type</code> and the pattern <code>^refs/heads/</code> triggers a build when the head reference is a branch with a reference name <code>refs/heads/branch-name</code>. </p>"
19441945
}
19451946
},
@@ -2144,6 +2145,12 @@
21442145
"ScopeConfiguration$scope": "<p>The type of scope for a GitHub or GitLab webhook.</p>"
21452146
}
21462147
},
2148+
"WebhookStatus": {
2149+
"base": null,
2150+
"refs": {
2151+
"Webhook$status": "<p>The status of the webhook. Valid values include:</p> <ul> <li> <p> <code>CREATING</code>: The webhook is being created.</p> </li> <li> <p> <code>CREATE_FAILED</code>: The webhook has failed to create.</p> </li> <li> <p> <code>ACTIVE</code>: The webhook has succeeded and is active.</p> </li> <li> <p> <code>DELETING</code>: The webhook is being deleted.</p> </li> </ul>"
2152+
}
2153+
},
21472154
"WrapperBoolean": {
21482155
"base": null,
21492156
"refs": {

apis/guardduty/2017-11-28/api-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7911,7 +7911,7 @@
79117911
"type":"list",
79127912
"member":{"shape":"Signal"},
79137913
"max":100,
7914-
"min":2
7914+
"min":1
79157915
},
79167916
"SortCriteria":{
79177917
"type":"structure",

0 commit comments

Comments
 (0)