Skip to content

Commit

Permalink
Merge branch 'release-1.20.9' into develop
Browse files Browse the repository at this point in the history
* release-1.20.9:
  Bumping version to 1.20.9
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 16, 2021
2 parents 24a7939 + f3055d0 commit 8d370da
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .changes/1.20.9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``devops-guru``",
"description": "Update devops-guru client to latest version",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "Update codebuild client to latest version",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.20.9
======

* api-change:``devops-guru``: Update devops-guru client to latest version
* api-change:``codebuild``: Update codebuild client to latest version


1.20.8
======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.20.8'
__version__ = '1.20.9'


class NullHandler(logging.Handler):
Expand Down
22 changes: 17 additions & 5 deletions botocore/data/codebuild/2016-10-06/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@
},
"encryptionKey":{
"shape":"NonEmptyString",
"documentation":"<p>The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <note> <p>You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key. </p> </note> <p>You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format <code>alias/&lt;alias-name&gt;</code>).</p>"
"documentation":"<p>The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <note> <p>You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key. </p> </note> <p>You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format <code>alias/&lt;alias-name&gt;</code>). </p>"
},
"tags":{
"shape":"TagList",
Expand All @@ -1520,6 +1520,10 @@
"buildBatchConfig":{
"shape":"ProjectBuildBatchConfig",
"documentation":"<p>A <a>ProjectBuildBatchConfig</a> object that defines the batch build options for the project.</p>"
},
"concurrentBuildLimit":{
"shape":"WrapperInt",
"documentation":"<p>The maximum number of concurrent builds that are allowed for this project.</p> <p>New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.</p>"
}
}
},
Expand Down Expand Up @@ -2668,7 +2672,7 @@
},
"encryptionKey":{
"shape":"NonEmptyString",
"documentation":"<p>The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <note> <p>You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key. </p> </note> <p>You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format <code>alias/&lt;alias-name&gt;</code>).</p>"
"documentation":"<p>The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <note> <p>You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key. </p> </note> <p>You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format <code>alias/&lt;alias-name&gt;</code>). </p>"
},
"tags":{
"shape":"TagList",
Expand Down Expand Up @@ -2705,6 +2709,10 @@
"buildBatchConfig":{
"shape":"ProjectBuildBatchConfig",
"documentation":"<p>A <a>ProjectBuildBatchConfig</a> object that defines the batch build options for the project.</p>"
},
"concurrentBuildLimit":{
"shape":"WrapperInt",
"documentation":"<p>The maximum number of concurrent builds that are allowed for this project.</p> <p>New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.</p>"
}
},
"documentation":"<p>Information about a build project.</p>"
Expand Down Expand Up @@ -2773,7 +2781,7 @@
},
"badgeRequestUrl":{
"shape":"String",
"documentation":"<p>The publicly-accessible URL through which you can access the build badge for your project. </p> <p>The publicly accessible URL through which you can access the build badge for your project. </p>"
"documentation":"<p>The publicly-accessible URL through which you can access the build badge for your project. </p>"
}
},
"documentation":"<p>Information about the build badge for the build project.</p>"
Expand Down Expand Up @@ -4003,7 +4011,7 @@
},
"encryptionKey":{
"shape":"NonEmptyString",
"documentation":"<p>The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <note> <p> You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key. </p> </note> <p>You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format <code>alias/&lt;alias-name&gt;</code>).</p>"
"documentation":"<p>The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <note> <p> You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key. </p> </note> <p>You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format <code>alias/&lt;alias-name&gt;</code>). </p>"
},
"tags":{
"shape":"TagList",
Expand All @@ -4025,7 +4033,11 @@
"shape":"ProjectFileSystemLocations",
"documentation":"<p> An array of <code>ProjectFileSystemLocation</code> objects for a CodeBuild build project. A <code>ProjectFileSystemLocation</code> object specifies the <code>identifier</code>, <code>location</code>, <code>mountOptions</code>, <code>mountPoint</code>, and <code>type</code> of a file system created using Amazon Elastic File System. </p>"
},
"buildBatchConfig":{"shape":"ProjectBuildBatchConfig"}
"buildBatchConfig":{"shape":"ProjectBuildBatchConfig"},
"concurrentBuildLimit":{
"shape":"WrapperInt",
"documentation":"<p>The maximum number of concurrent builds that are allowed for this project.</p> <p>New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.</p> <p>To remove this limit, set this value to -1.</p>"
}
}
},
"UpdateProjectOutput":{
Expand Down
33 changes: 33 additions & 0 deletions botocore/data/devops-guru/2020-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,24 @@
],
"documentation":"<p> Returns details about an anomaly that you specify using its ID. </p>"
},
"DescribeFeedback":{
"name":"DescribeFeedback",
"http":{
"method":"POST",
"requestUri":"/feedback",
"responseCode":200
},
"input":{"shape":"DescribeFeedbackRequest"},
"output":{"shape":"DescribeFeedbackResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns the most recent feedback submitted in the current AWS account and Region. </p>"
},
"DescribeInsight":{
"name":"DescribeInsight",
"http":{
Expand Down Expand Up @@ -643,6 +661,21 @@
}
}
},
"DescribeFeedbackRequest":{
"type":"structure",
"members":{
"InsightId":{
"shape":"InsightId",
"documentation":"<p> The ID of the insight for which the feedback was provided. </p>"
}
}
},
"DescribeFeedbackResponse":{
"type":"structure",
"members":{
"InsightFeedback":{"shape":"InsightFeedback"}
}
},
"DescribeInsightRequest":{
"type":"structure",
"required":["Id"],
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.20'
# The full version, including alpha/beta/rc tags.
release = '1.20.8'
release = '1.20.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 8d370da

Please sign in to comment.