Skip to content

Commit

Permalink
Updates SDK to v2.887.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 14, 2021
1 parent 693a714 commit 17245a8
Show file tree
Hide file tree
Showing 21 changed files with 865 additions and 657 deletions.
17 changes: 17 additions & 0 deletions .changes/2.887.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodeStarconnections",
"description": "This release adds tagging support for CodeStar Connections Host resources"
},
{
"type": "feature",
"category": "ConfigService",
"description": "Add exception for DeleteRemediationConfiguration and DescribeRemediationExecutionStatus"
},
{
"type": "feature",
"category": "MediaConnect",
"description": "For flows that use Listener protocols, you can now easily locate an output's outbound IP address for a private internet. Additionally, MediaConnect now supports the Waiters feature that makes it easier to poll for the status of a flow until it reaches its desired state."
}
]
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.886.0-->
<!--LATEST=2.887.0-->
<!--ENTRYINSERT-->

## 2.887.0
* feature: CodeStarconnections: This release adds tagging support for CodeStar Connections Host resources
* feature: ConfigService: Add exception for DeleteRemediationConfiguration and DescribeRemediationExecutionStatus
* feature: MediaConnect: For flows that use Listener protocols, you can now easily locate an output's outbound IP address for a private internet. Additionally, MediaConnect now supports the Waiters feature that makes it easier to poll for the status of a flow until it reaches its desired state.

## 2.886.0
* feature: ComprehendMedical: The InferICD10CM API now returns TIME_EXPRESSION entities that refer to medical conditions.
* feature: Redshift: Added support to enable AQUA in Amazon Redshift clusters.
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.886.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.887.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
8 changes: 7 additions & 1 deletion apis/codestar-connections-2019-12-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,19 @@
"ProviderEndpoint": {},
"VpcConfiguration": {
"shape": "Se"
},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"HostArn": {}
"HostArn": {},
"Tags": {
"shape": "S4"
}
}
}
},
Expand Down
11 changes: 10 additions & 1 deletion apis/codestar-connections-2019-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@
"VpcConfiguration": {
"shape": "VpcConfiguration",
"documentation": "<p>The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.</p>"
},
"Tags": {
"shape": "TagList"
}
}
},
Expand All @@ -400,6 +403,9 @@
"HostArn": {
"shape": "HostArn",
"documentation": "<p>The Amazon Resource Name (ARN) of the host to be created.</p>"
},
"Tags": {
"shape": "TagList"
}
}
},
Expand Down Expand Up @@ -546,7 +552,10 @@
"pattern": ".*"
},
"HostStatus": {
"type": "string"
"type": "string",
"max": 64,
"min": 1,
"pattern": ".*"
},
"HostStatusMessage": {
"type": "string"
Expand Down
16 changes: 11 additions & 5 deletions apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@
},
{
"shape": "InsufficientPermissionsException"
},
{
"shape": "InvalidParameterValueException"
}
],
"documentation": "<p>Deletes the remediation configuration.</p>"
Expand Down Expand Up @@ -427,7 +430,7 @@
"shape": "NoSuchConfigurationAggregatorException"
}
],
"documentation": "<p>Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant AWS Config rules within each conformance pack.</p> <note> <p>The results can return an empty result page, but if you have a <code>nextToken</code>, the results are displayed on the next page.</p> </note>"
"documentation": "<p>Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant AWS Config rules within each conformance pack. Also returns the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.</p> <note> <p>The results can return an empty result page, but if you have a <code>nextToken</code>, the results are displayed on the next page.</p> </note>"
},
"DescribeAggregationAuthorizations": {
"name": "DescribeAggregationAuthorizations",
Expand Down Expand Up @@ -955,6 +958,9 @@
},
{
"shape": "InvalidNextTokenException"
},
{
"shape": "InvalidParameterValueException"
}
],
"documentation": "<p>Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.</p>"
Expand Down Expand Up @@ -1066,7 +1072,7 @@
"shape": "NoSuchConfigurationAggregatorException"
}
],
"documentation": "<p>Returns the count of compliant and noncompliant conformance packs across all AWS Accounts and AWS Regions. You can filter based on AWS Account ID or AWS Region.</p> <note> <p>The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.</p> </note>"
"documentation": "<p>Returns the count of compliant and noncompliant conformance packs across all AWS Accounts and AWS Regions in an aggregator. You can filter based on AWS Account ID or AWS Region.</p> <note> <p>The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.</p> </note>"
},
"GetAggregateDiscoveredResourceCounts": {
"name": "GetAggregateDiscoveredResourceCounts",
Expand Down Expand Up @@ -2189,7 +2195,7 @@
"documentation": "<p>The source AWS Region from where the data is aggregated.</p>"
}
},
"documentation": "<p>Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.</p> <p>A conformance pack is compliant if all of the rules in that conformance packs are compliant. It is noncompliant if any of the rules are not compliant.</p> <note> <p>If a conformance pack has rules that return INSUFFICIENT_DATA, the conformance pack returns INSUFFICIENT_DATA only if all the rules within that conformance pack return INSUFFICIENT_DATA. If some of the rules in a conformance pack are compliant and others return INSUFFICIENT_DATA, the conformance pack shows compliant.</p> </note>"
"documentation": "<p>Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.</p> <p>A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.</p>"
},
"AggregateComplianceByConformancePackList": {
"type": "list",
Expand Down Expand Up @@ -2237,7 +2243,7 @@
"documentation": "<p>Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.</p>"
}
},
"documentation": "<p>Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the total count of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data. </p>"
"documentation": "<p>Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the compliance status of the conformance pack and the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.</p> <p>A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.</p>"
},
"AggregateConformancePackComplianceCount": {
"type": "structure",
Expand Down Expand Up @@ -4016,7 +4022,7 @@
},
"Limit": {
"shape": "Limit",
"documentation": "<p>The maximum number of conformance packs details returned on each page. The default is maximum. If you specify 0, AWS Config uses the default. </p>"
"documentation": "<p>The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, AWS Config uses the default. </p>"
},
"NextToken": {
"shape": "NextToken",
Expand Down
3 changes: 3 additions & 0 deletions apis/mediaconnect-2018-11-14.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,9 @@
"EntitlementArn": {
"locationName": "entitlementArn"
},
"ListenerAddress": {
"locationName": "listenerAddress"
},
"MediaLiveInputArn": {
"locationName": "mediaLiveInputArn"
},
Expand Down
5 changes: 5 additions & 0 deletions apis/mediaconnect-2018-11-14.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,11 @@
"locationName": "entitlementArn",
"documentation": "The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows."
},
"ListenerAddress": {
"shape": "__string",
"locationName": "listenerAddress",
"documentation": "The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol."
},
"MediaLiveInputArn": {
"shape": "__string",
"locationName": "mediaLiveInputArn",
Expand Down
118 changes: 118 additions & 0 deletions apis/mediaconnect-2018-11-14.waiters2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"version": 2,
"waiters": {
"FlowActive": {
"description": "Wait until a flow is active",
"operation": "DescribeFlow",
"delay": 3,
"maxAttempts": 40,
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "Flow.Status",
"expected": "ACTIVE"
},
{
"state": "retry",
"matcher": "path",
"argument": "Flow.Status",
"expected": "STARTING"
},
{
"state": "retry",
"matcher": "path",
"argument": "Flow.Status",
"expected": "UPDATING"
},
{
"state": "retry",
"matcher": "status",
"expected": 500
},
{
"state": "retry",
"matcher": "status",
"expected": 503
},
{
"state": "failure",
"matcher": "path",
"argument": "Flow.Status",
"expected": "ERROR"
}
]
},
"FlowStandby": {
"description": "Wait until a flow is in standby mode",
"operation": "DescribeFlow",
"delay": 3,
"maxAttempts": 40,
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "Flow.Status",
"expected": "STANDBY"
},
{
"state": "retry",
"matcher": "path",
"argument": "Flow.Status",
"expected": "STOPPING"
},
{
"state": "retry",
"matcher": "status",
"expected": 500
},
{
"state": "retry",
"matcher": "status",
"expected": 503
},
{
"state": "failure",
"matcher": "path",
"argument": "Flow.Status",
"expected": "ERROR"
}
]
},
"FlowDeleted": {
"description": "Wait until a flow is deleted",
"operation": "DescribeFlow",
"delay": 3,
"maxAttempts": 40,
"acceptors": [
{
"state": "success",
"matcher": "status",
"expected": 404
},
{
"state": "retry",
"matcher": "path",
"argument": "Flow.Status",
"expected": "DELETING"
},
{
"state": "retry",
"matcher": "status",
"expected": 500
},
{
"state": "retry",
"matcher": "status",
"expected": 503
},
{
"state": "failure",
"matcher": "path",
"argument": "Flow.Status",
"expected": "ERROR"
}
]
}
}
}
Loading

0 comments on commit 17245a8

Please sign in to comment.