Skip to content

Commit 66a20cb

Browse files
author
awstools
committed
Updates SDK to v2.1014.0
1 parent 6f0a94a commit 66a20cb

24 files changed

+3660
-1821
lines changed

.changes/2.1014.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "endpoint",
5+
"description": "Update fips endpoint heuristics test to use callback"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AuditManager",
10+
"description": "This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RDS",
20+
"description": "This release adds support for Amazon RDS Custom, which is a new RDS management type that gives you full access to your database and operating system. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Route53Resolver",
25+
"description": "New API for ResolverConfig, which allows autodefined rules for reverse DNS resolution to be disabled for a VPC"
26+
}
27+
]

.changes/next-release/bugfix-endpoint-bfb6a1f5.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1014.0
6+
* bugfix: endpoint: Update fips endpoint heuristics test to use callback
7+
* feature: AuditManager: This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account.
8+
* feature: EC2: This release adds support to create a VPN Connection that is not attached to a Gateway at the time of creation. Use this to create VPNs associated with Core Networks, or modify your VPN and attach a gateway using the modify API after creation.
9+
* feature: RDS: This release adds support for Amazon RDS Custom, which is a new RDS management type that gives you full access to your database and operating system. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html
10+
* feature: Route53Resolver: New API for ResolverConfig, which allows autodefined rules for reverse DNS resolution to be disabled for a VPC
11+
512
## 2.1013.0
613
* bugfix: endpoint: Support FIPS in endpoint heuristics
714
* feature: AuditManager: This release introduces character restrictions for ControlSet names. We updated regex patterns for the following attributes: ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet.

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.1013.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1014.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/auditmanager-2017-07-25.min.json

Lines changed: 168 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,33 @@
457457
"members": {}
458458
}
459459
},
460+
"DeleteAssessmentFrameworkShare": {
461+
"http": {
462+
"method": "DELETE",
463+
"requestUri": "/assessmentFrameworkShareRequests/{requestId}"
464+
},
465+
"input": {
466+
"type": "structure",
467+
"required": [
468+
"requestId",
469+
"requestType"
470+
],
471+
"members": {
472+
"requestId": {
473+
"location": "uri",
474+
"locationName": "requestId"
475+
},
476+
"requestType": {
477+
"location": "querystring",
478+
"locationName": "requestType"
479+
}
480+
}
481+
},
482+
"output": {
483+
"type": "structure",
484+
"members": {}
485+
}
486+
},
460487
"DeleteAssessmentReport": {
461488
"http": {
462489
"method": "DELETE",
@@ -827,7 +854,7 @@
827854
"type": "structure",
828855
"members": {
829856
"evidence": {
830-
"shape": "S4p"
857+
"shape": "S4s"
831858
}
832859
}
833860
}
@@ -874,7 +901,7 @@
874901
"evidence": {
875902
"type": "list",
876903
"member": {
877-
"shape": "S4p"
904+
"shape": "S4s"
878905
}
879906
},
880907
"nextToken": {}
@@ -912,7 +939,7 @@
912939
"type": "structure",
913940
"members": {
914941
"evidenceFolder": {
915-
"shape": "S53"
942+
"shape": "S56"
916943
}
917944
}
918945
}
@@ -947,7 +974,7 @@
947974
"type": "structure",
948975
"members": {
949976
"evidenceFolders": {
950-
"shape": "S57"
977+
"shape": "S5a"
951978
},
952979
"nextToken": {}
953980
}
@@ -993,7 +1020,7 @@
9931020
"type": "structure",
9941021
"members": {
9951022
"evidenceFolders": {
996-
"shape": "S57"
1023+
"shape": "S5a"
9971024
},
9981025
"nextToken": {}
9991026
}
@@ -1064,11 +1091,50 @@
10641091
"type": "structure",
10651092
"members": {
10661093
"settings": {
1067-
"shape": "S5k"
1094+
"shape": "S5n"
10681095
}
10691096
}
10701097
}
10711098
},
1099+
"ListAssessmentFrameworkShareRequests": {
1100+
"http": {
1101+
"method": "GET",
1102+
"requestUri": "/assessmentFrameworkShareRequests"
1103+
},
1104+
"input": {
1105+
"type": "structure",
1106+
"required": [
1107+
"requestType"
1108+
],
1109+
"members": {
1110+
"requestType": {
1111+
"location": "querystring",
1112+
"locationName": "requestType"
1113+
},
1114+
"nextToken": {
1115+
"location": "querystring",
1116+
"locationName": "nextToken"
1117+
},
1118+
"maxResults": {
1119+
"location": "querystring",
1120+
"locationName": "maxResults",
1121+
"type": "integer"
1122+
}
1123+
}
1124+
},
1125+
"output": {
1126+
"type": "structure",
1127+
"members": {
1128+
"assessmentFrameworkShareRequests": {
1129+
"type": "list",
1130+
"member": {
1131+
"shape": "S5u"
1132+
}
1133+
},
1134+
"nextToken": {}
1135+
}
1136+
}
1137+
},
10721138
"ListAssessmentFrameworks": {
10731139
"http": {
10741140
"method": "GET",
@@ -1420,6 +1486,36 @@
14201486
}
14211487
}
14221488
},
1489+
"StartAssessmentFrameworkShare": {
1490+
"http": {
1491+
"requestUri": "/assessmentFrameworks/{frameworkId}/shareRequests"
1492+
},
1493+
"input": {
1494+
"type": "structure",
1495+
"required": [
1496+
"frameworkId",
1497+
"destinationAccount",
1498+
"destinationRegion"
1499+
],
1500+
"members": {
1501+
"frameworkId": {
1502+
"location": "uri",
1503+
"locationName": "frameworkId"
1504+
},
1505+
"destinationAccount": {},
1506+
"destinationRegion": {},
1507+
"comment": {}
1508+
}
1509+
},
1510+
"output": {
1511+
"type": "structure",
1512+
"members": {
1513+
"assessmentFrameworkShareRequest": {
1514+
"shape": "S5u"
1515+
}
1516+
}
1517+
}
1518+
},
14231519
"TagResource": {
14241520
"http": {
14251521
"requestUri": "/tags/{resourceArn}"
@@ -1632,6 +1728,36 @@
16321728
}
16331729
}
16341730
},
1731+
"UpdateAssessmentFrameworkShare": {
1732+
"http": {
1733+
"method": "PUT",
1734+
"requestUri": "/assessmentFrameworkShareRequests/{requestId}"
1735+
},
1736+
"input": {
1737+
"type": "structure",
1738+
"required": [
1739+
"requestId",
1740+
"requestType",
1741+
"action"
1742+
],
1743+
"members": {
1744+
"requestId": {
1745+
"location": "uri",
1746+
"locationName": "requestId"
1747+
},
1748+
"requestType": {},
1749+
"action": {}
1750+
}
1751+
},
1752+
"output": {
1753+
"type": "structure",
1754+
"members": {
1755+
"assessmentFrameworkShareRequest": {
1756+
"shape": "S5u"
1757+
}
1758+
}
1759+
}
1760+
},
16351761
"UpdateAssessmentStatus": {
16361762
"http": {
16371763
"method": "PUT",
@@ -1718,7 +1844,7 @@
17181844
"type": "structure",
17191845
"members": {
17201846
"settings": {
1721-
"shape": "S5k"
1847+
"shape": "S5n"
17221848
}
17231849
}
17241850
}
@@ -2083,7 +2209,7 @@
20832209
"keywordValue": {}
20842210
}
20852211
},
2086-
"S4p": {
2212+
"S4s": {
20872213
"type": "structure",
20882214
"members": {
20892215
"dataSource": {},
@@ -2118,7 +2244,7 @@
21182244
"assessmentReportSelection": {}
21192245
}
21202246
},
2121-
"S53": {
2247+
"S56": {
21222248
"type": "structure",
21232249
"members": {
21242250
"name": {},
@@ -2161,13 +2287,13 @@
21612287
}
21622288
}
21632289
},
2164-
"S57": {
2290+
"S5a": {
21652291
"type": "list",
21662292
"member": {
2167-
"shape": "S53"
2293+
"shape": "S56"
21682294
}
21692295
},
2170-
"S5k": {
2296+
"S5n": {
21712297
"type": "structure",
21722298
"members": {
21732299
"isAwsOrgEnabled": {
@@ -2182,6 +2308,36 @@
21822308
},
21832309
"kmsKey": {}
21842310
}
2311+
},
2312+
"S5u": {
2313+
"type": "structure",
2314+
"members": {
2315+
"id": {},
2316+
"frameworkId": {},
2317+
"frameworkName": {},
2318+
"frameworkDescription": {},
2319+
"status": {},
2320+
"sourceAccount": {},
2321+
"destinationAccount": {},
2322+
"destinationRegion": {},
2323+
"expirationTime": {
2324+
"type": "timestamp"
2325+
},
2326+
"creationTime": {
2327+
"type": "timestamp"
2328+
},
2329+
"lastUpdated": {
2330+
"type": "timestamp"
2331+
},
2332+
"comment": {},
2333+
"standardControlsCount": {
2334+
"type": "integer"
2335+
},
2336+
"customControlsCount": {
2337+
"type": "integer"
2338+
},
2339+
"complianceType": {}
2340+
}
21852341
}
21862342
}
21872343
}

0 commit comments

Comments
 (0)