Skip to content

Commit

Permalink
Updates SDK to v2.845.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 16, 2021
1 parent 5ee52b9 commit 0f5ba3d
Show file tree
Hide file tree
Showing 18 changed files with 1,068 additions and 360 deletions.
17 changes: 17 additions & 0 deletions .changes/2.845.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodeBuild",
"description": "This release provides per-project limits for the number of concurrent builds"
},
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Amazon DevOps Guru is GA ready. This API update added a describeFeedback Api allows users to view submitted insight feedback. The release date is 02/16/2021"
},
{
"type": "feature",
"category": "LexRuntimeV2",
"description": "Enable CORS"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-LexRuntimeV2-5ec9824e.json

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.844.0-->
<!--LATEST=2.845.0-->
<!--ENTRYINSERT-->

## 2.845.0
* feature: CodeBuild: This release provides per-project limits for the number of concurrent builds
* feature: DevOpsGuru: Amazon DevOps Guru is GA ready. This API update added a describeFeedback Api allows users to view submitted insight feedback. The release date is 02/16/2021
* feature: LexRuntimeV2: Enable CORS

## 2.844.0
* feature: ConfigService: Added option to provide KMS key to AWS Config DeliveryChannel
* feature: KinesisVideoArchivedMedia: The ListFragments and GetMediaForFragmentList APIs now support StreamName or StreamARN as input parameters.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.844.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.845.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
9 changes: 9 additions & 0 deletions apis/codebuild-2016-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@
},
"buildBatchConfig": {
"shape": "S1n"
},
"concurrentBuildLimit": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -1294,6 +1297,9 @@
},
"buildBatchConfig": {
"shape": "S1n"
},
"concurrentBuildLimit": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -1979,6 +1985,9 @@
},
"buildBatchConfig": {
"shape": "S1n"
},
"concurrentBuildLimit": {
"type": "integer"
}
}
},
Expand Down
20 changes: 16 additions & 4 deletions apis/codebuild-2016-10-06.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,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 @@ -1893,6 +1893,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 @@ -3073,7 +3077,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 @@ -3110,6 +3114,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 @@ -3184,7 +3192,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 @@ -4468,7 +4476,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 @@ -4492,6 +4500,10 @@
},
"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>"
}
}
},
Expand Down
63 changes: 43 additions & 20 deletions apis/devops-guru-2020-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,26 @@
}
}
},
"DescribeFeedback": {
"http": {
"requestUri": "/feedback",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InsightId": {}
}
},
"output": {
"type": "structure",
"members": {
"InsightFeedback": {
"shape": "S1c"
}
}
}
},
"DescribeInsight": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -210,7 +230,7 @@
"Severity": {},
"Status": {},
"InsightTimeRange": {
"shape": "S1g"
"shape": "S1k"
},
"PredictionTimeRange": {
"shape": "Sq"
Expand All @@ -229,7 +249,7 @@
"Severity": {},
"Status": {},
"InsightTimeRange": {
"shape": "S1g"
"shape": "S1k"
},
"ResourceCollection": {
"shape": "S14"
Expand Down Expand Up @@ -380,7 +400,7 @@
"locationName": "InsightId"
},
"StartTimeRange": {
"shape": "S20"
"shape": "S24"
},
"MaxResults": {
"type": "integer"
Expand Down Expand Up @@ -583,7 +603,7 @@
"members": {
"Type": {},
"StartTimeRange": {
"shape": "S20"
"shape": "S24"
}
}
}
Expand All @@ -599,10 +619,10 @@
"type": "structure",
"members": {
"ProactiveInsights": {
"shape": "S2x"
"shape": "S31"
},
"ReactiveInsights": {
"shape": "S2z"
"shape": "S33"
},
"NextToken": {}
}
Expand Down Expand Up @@ -737,11 +757,7 @@
"type": "structure",
"members": {
"InsightFeedback": {
"type": "structure",
"members": {
"Id": {},
"Feedback": {}
}
"shape": "S1c"
}
}
},
Expand Down Expand Up @@ -786,7 +802,7 @@
],
"members": {
"StartTimeRange": {
"shape": "S20"
"shape": "S24"
},
"Filters": {
"type": "structure",
Expand Down Expand Up @@ -815,10 +831,10 @@
"type": "structure",
"members": {
"ProactiveInsights": {
"shape": "S2x"
"shape": "S31"
},
"ReactiveInsights": {
"shape": "S2z"
"shape": "S33"
},
"NextToken": {}
}
Expand Down Expand Up @@ -980,7 +996,14 @@
"type": "list",
"member": {}
},
"S1g": {
"S1c": {
"type": "structure",
"members": {
"Id": {},
"Feedback": {}
}
},
"S1k": {
"type": "structure",
"required": [
"StartTime"
Expand All @@ -994,7 +1017,7 @@
}
}
},
"S20": {
"S24": {
"type": "structure",
"members": {
"FromTime": {
Expand All @@ -1005,7 +1028,7 @@
}
}
},
"S2x": {
"S31": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1015,7 +1038,7 @@
"Severity": {},
"Status": {},
"InsightTimeRange": {
"shape": "S1g"
"shape": "S1k"
},
"PredictionTimeRange": {
"shape": "Sq"
Expand All @@ -1026,7 +1049,7 @@
}
}
},
"S2z": {
"S33": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1036,7 +1059,7 @@
"Severity": {},
"Status": {},
"InsightTimeRange": {
"shape": "S1g"
"shape": "S1k"
},
"ResourceCollection": {
"shape": "S14"
Expand Down
49 changes: 49 additions & 0 deletions apis/devops-guru-2020-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,38 @@
],
"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 @@ -886,6 +918,23 @@
}
}
},
"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": [
Expand Down
1 change: 1 addition & 0 deletions clients/browser_default.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ export import PersonalizeRuntime = require('./personalizeruntime');
export import ForecastService = require('./forecastservice');
export import ForecastQueryService = require('./forecastqueryservice');
export import KinesisVideoSignalingChannels = require('./kinesisvideosignalingchannels');
export import LexRuntimeV2 = require('./lexruntimev2');
3 changes: 2 additions & 1 deletion clients/browser_default.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ module.exports = {
PersonalizeRuntime: require('./personalizeruntime'),
ForecastService: require('./forecastservice'),
ForecastQueryService: require('./forecastqueryservice'),
KinesisVideoSignalingChannels: require('./kinesisvideosignalingchannels')
KinesisVideoSignalingChannels: require('./kinesisvideosignalingchannels'),
LexRuntimeV2: require('./lexruntimev2')
};
Loading

0 comments on commit 0f5ba3d

Please sign in to comment.