Skip to content

Commit 17245a8

Browse files
author
awstools
committed
Updates SDK to v2.887.0
1 parent 693a714 commit 17245a8

21 files changed

+865
-657
lines changed

.changes/2.887.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeStarconnections",
5+
"description": "This release adds tagging support for CodeStar Connections Host resources"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConfigService",
10+
"description": "Add exception for DeleteRemediationConfiguration and DescribeRemediationExecutionStatus"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaConnect",
15+
"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."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.886.0-->
2+
<!--LATEST=2.887.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.887.0
6+
* feature: CodeStarconnections: This release adds tagging support for CodeStar Connections Host resources
7+
* feature: ConfigService: Add exception for DeleteRemediationConfiguration and DescribeRemediationExecutionStatus
8+
* 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.
9+
510
## 2.886.0
611
* feature: ComprehendMedical: The InferICD10CM API now returns TIME_EXPRESSION entities that refer to medical conditions.
712
* feature: Redshift: Added support to enable AQUA in Amazon Redshift clusters.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.886.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.887.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/codestar-connections-2019-12-01.min.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,19 @@
5555
"ProviderEndpoint": {},
5656
"VpcConfiguration": {
5757
"shape": "Se"
58+
},
59+
"Tags": {
60+
"shape": "S4"
5861
}
5962
}
6063
},
6164
"output": {
6265
"type": "structure",
6366
"members": {
64-
"HostArn": {}
67+
"HostArn": {},
68+
"Tags": {
69+
"shape": "S4"
70+
}
6571
}
6672
}
6773
},

apis/codestar-connections-2019-12-01.normal.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@
391391
"VpcConfiguration": {
392392
"shape": "VpcConfiguration",
393393
"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>"
394+
},
395+
"Tags": {
396+
"shape": "TagList"
394397
}
395398
}
396399
},
@@ -400,6 +403,9 @@
400403
"HostArn": {
401404
"shape": "HostArn",
402405
"documentation": "<p>The Amazon Resource Name (ARN) of the host to be created.</p>"
406+
},
407+
"Tags": {
408+
"shape": "TagList"
403409
}
404410
}
405411
},
@@ -546,7 +552,10 @@
546552
"pattern": ".*"
547553
},
548554
"HostStatus": {
549-
"type": "string"
555+
"type": "string",
556+
"max": 64,
557+
"min": 1,
558+
"pattern": ".*"
550559
},
551560
"HostStatusMessage": {
552561
"type": "string"

apis/config-2014-11-12.normal.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@
265265
},
266266
{
267267
"shape": "InsufficientPermissionsException"
268+
},
269+
{
270+
"shape": "InvalidParameterValueException"
268271
}
269272
],
270273
"documentation": "<p>Deletes the remediation configuration.</p>"
@@ -427,7 +430,7 @@
427430
"shape": "NoSuchConfigurationAggregatorException"
428431
}
429432
],
430-
"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>"
433+
"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>"
431434
},
432435
"DescribeAggregationAuthorizations": {
433436
"name": "DescribeAggregationAuthorizations",
@@ -955,6 +958,9 @@
955958
},
956959
{
957960
"shape": "InvalidNextTokenException"
961+
},
962+
{
963+
"shape": "InvalidParameterValueException"
958964
}
959965
],
960966
"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>"
@@ -1066,7 +1072,7 @@
10661072
"shape": "NoSuchConfigurationAggregatorException"
10671073
}
10681074
],
1069-
"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>"
1075+
"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>"
10701076
},
10711077
"GetAggregateDiscoveredResourceCounts": {
10721078
"name": "GetAggregateDiscoveredResourceCounts",
@@ -2189,7 +2195,7 @@
21892195
"documentation": "<p>The source AWS Region from where the data is aggregated.</p>"
21902196
}
21912197
},
2192-
"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>"
2198+
"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>"
21932199
},
21942200
"AggregateComplianceByConformancePackList": {
21952201
"type": "list",
@@ -2237,7 +2243,7 @@
22372243
"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>"
22382244
}
22392245
},
2240-
"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>"
2246+
"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>"
22412247
},
22422248
"AggregateConformancePackComplianceCount": {
22432249
"type": "structure",
@@ -4016,7 +4022,7 @@
40164022
},
40174023
"Limit": {
40184024
"shape": "Limit",
4019-
"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>"
4025+
"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>"
40204026
},
40214027
"NextToken": {
40224028
"shape": "NextToken",

apis/mediaconnect-2018-11-14.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,9 @@
12081208
"EntitlementArn": {
12091209
"locationName": "entitlementArn"
12101210
},
1211+
"ListenerAddress": {
1212+
"locationName": "listenerAddress"
1213+
},
12111214
"MediaLiveInputArn": {
12121215
"locationName": "mediaLiveInputArn"
12131216
},

apis/mediaconnect-2018-11-14.normal.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,6 +2025,11 @@
20252025
"locationName": "entitlementArn",
20262026
"documentation": "The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows."
20272027
},
2028+
"ListenerAddress": {
2029+
"shape": "__string",
2030+
"locationName": "listenerAddress",
2031+
"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."
2032+
},
20282033
"MediaLiveInputArn": {
20292034
"shape": "__string",
20302035
"locationName": "mediaLiveInputArn",
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
{
2+
"version": 2,
3+
"waiters": {
4+
"FlowActive": {
5+
"description": "Wait until a flow is active",
6+
"operation": "DescribeFlow",
7+
"delay": 3,
8+
"maxAttempts": 40,
9+
"acceptors": [
10+
{
11+
"state": "success",
12+
"matcher": "path",
13+
"argument": "Flow.Status",
14+
"expected": "ACTIVE"
15+
},
16+
{
17+
"state": "retry",
18+
"matcher": "path",
19+
"argument": "Flow.Status",
20+
"expected": "STARTING"
21+
},
22+
{
23+
"state": "retry",
24+
"matcher": "path",
25+
"argument": "Flow.Status",
26+
"expected": "UPDATING"
27+
},
28+
{
29+
"state": "retry",
30+
"matcher": "status",
31+
"expected": 500
32+
},
33+
{
34+
"state": "retry",
35+
"matcher": "status",
36+
"expected": 503
37+
},
38+
{
39+
"state": "failure",
40+
"matcher": "path",
41+
"argument": "Flow.Status",
42+
"expected": "ERROR"
43+
}
44+
]
45+
},
46+
"FlowStandby": {
47+
"description": "Wait until a flow is in standby mode",
48+
"operation": "DescribeFlow",
49+
"delay": 3,
50+
"maxAttempts": 40,
51+
"acceptors": [
52+
{
53+
"state": "success",
54+
"matcher": "path",
55+
"argument": "Flow.Status",
56+
"expected": "STANDBY"
57+
},
58+
{
59+
"state": "retry",
60+
"matcher": "path",
61+
"argument": "Flow.Status",
62+
"expected": "STOPPING"
63+
},
64+
{
65+
"state": "retry",
66+
"matcher": "status",
67+
"expected": 500
68+
},
69+
{
70+
"state": "retry",
71+
"matcher": "status",
72+
"expected": 503
73+
},
74+
{
75+
"state": "failure",
76+
"matcher": "path",
77+
"argument": "Flow.Status",
78+
"expected": "ERROR"
79+
}
80+
]
81+
},
82+
"FlowDeleted": {
83+
"description": "Wait until a flow is deleted",
84+
"operation": "DescribeFlow",
85+
"delay": 3,
86+
"maxAttempts": 40,
87+
"acceptors": [
88+
{
89+
"state": "success",
90+
"matcher": "status",
91+
"expected": 404
92+
},
93+
{
94+
"state": "retry",
95+
"matcher": "path",
96+
"argument": "Flow.Status",
97+
"expected": "DELETING"
98+
},
99+
{
100+
"state": "retry",
101+
"matcher": "status",
102+
"expected": 500
103+
},
104+
{
105+
"state": "retry",
106+
"matcher": "status",
107+
"expected": 503
108+
},
109+
{
110+
"state": "failure",
111+
"matcher": "path",
112+
"argument": "Flow.Status",
113+
"expected": "ERROR"
114+
}
115+
]
116+
}
117+
}
118+
}

0 commit comments

Comments
 (0)