Skip to content

Commit fbc5768

Browse files
author
awstools
committed
Updates SDK to v2.1371.0
1 parent bd55cad commit fbc5768

28 files changed

+1827
-436
lines changed

.changes/2.1371.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppSync",
5+
"description": "Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud (\"VPC\")."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Inspector2",
15+
"description": "This feature provides deep inspection for linux based instance"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IoTTwinMaker",
20+
"description": "This release adds a field for GetScene API to return error code and message from dependency services."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "NetworkFirewall",
25+
"description": "AWS Network Firewall now supports policy level HOME_NET variable overrides."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "OpenSearch",
30+
"description": "Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "WellArchitected",
35+
"description": "This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery."
36+
}
37+
]

CHANGELOG.md

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

5+
## 2.1371.0
6+
* feature: AppSync: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
7+
* feature: EC2: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
8+
* feature: Inspector2: This feature provides deep inspection for linux based instance
9+
* feature: IoTTwinMaker: This release adds a field for GetScene API to return error code and message from dependency services.
10+
* feature: NetworkFirewall: AWS Network Firewall now supports policy level HOME_NET variable overrides.
11+
* feature: OpenSearch: Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
12+
* feature: WellArchitected: This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery.
13+
514
## 2.1370.0
615
* feature: Appflow: This release adds new API to cancel flow executions.
716
* feature: Connect: Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7272
To use the SDK in the browser, simply add the following script tag to your
7373
HTML pages:
7474

75-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1370.0.min.js"></script>
75+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1371.0.min.js"></script>
7676

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

apis/appsync-2017-07-25.min.json

Lines changed: 42 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,15 @@
261261
},
262262
"lambdaAuthorizerConfig": {
263263
"shape": "S1u"
264-
}
264+
},
265+
"visibility": {}
265266
}
266267
},
267268
"output": {
268269
"type": "structure",
269270
"members": {
270271
"graphqlApi": {
271-
"shape": "S1x"
272+
"shape": "S1y"
272273
}
273274
}
274275
}
@@ -299,13 +300,13 @@
299300
"responseMappingTemplate": {},
300301
"kind": {},
301302
"pipelineConfig": {
302-
"shape": "S21"
303+
"shape": "S22"
303304
},
304305
"syncConfig": {
305306
"shape": "S17"
306307
},
307308
"cachingConfig": {
308-
"shape": "S23"
309+
"shape": "S24"
309310
},
310311
"maxBatchSize": {
311312
"type": "integer"
@@ -320,7 +321,7 @@
320321
"type": "structure",
321322
"members": {
322323
"resolver": {
323-
"shape": "S26"
324+
"shape": "S27"
324325
}
325326
}
326327
}
@@ -349,7 +350,7 @@
349350
"type": "structure",
350351
"members": {
351352
"type": {
352-
"shape": "S2a"
353+
"shape": "S2b"
353354
}
354355
}
355356
}
@@ -637,7 +638,7 @@
637638
}
638639
},
639640
"logs": {
640-
"shape": "S35"
641+
"shape": "S36"
641642
}
642643
}
643644
}
@@ -668,7 +669,7 @@
668669
}
669670
},
670671
"logs": {
671-
"shape": "S35"
672+
"shape": "S36"
672673
}
673674
}
674675
}
@@ -856,7 +857,7 @@
856857
"type": "structure",
857858
"members": {
858859
"graphqlApi": {
859-
"shape": "S1x"
860+
"shape": "S1y"
860861
}
861862
}
862863
}
@@ -929,7 +930,7 @@
929930
"type": "structure",
930931
"members": {
931932
"resolver": {
932-
"shape": "S26"
933+
"shape": "S27"
933934
}
934935
}
935936
}
@@ -990,7 +991,7 @@
990991
"type": "structure",
991992
"members": {
992993
"type": {
993-
"shape": "S2a"
994+
"shape": "S2b"
994995
}
995996
}
996997
}
@@ -1169,7 +1170,7 @@
11691170
"graphqlApis": {
11701171
"type": "list",
11711172
"member": {
1172-
"shape": "S1x"
1173+
"shape": "S1y"
11731174
}
11741175
},
11751176
"nextToken": {}
@@ -1211,7 +1212,7 @@
12111212
"type": "structure",
12121213
"members": {
12131214
"resolvers": {
1214-
"shape": "S4j"
1215+
"shape": "S4k"
12151216
},
12161217
"nextToken": {}
12171218
}
@@ -1252,7 +1253,7 @@
12521253
"type": "structure",
12531254
"members": {
12541255
"resolvers": {
1255-
"shape": "S4j"
1256+
"shape": "S4k"
12561257
},
12571258
"nextToken": {}
12581259
}
@@ -1321,7 +1322,7 @@
13211322
"types": {
13221323
"type": "list",
13231324
"member": {
1324-
"shape": "S2a"
1325+
"shape": "S2b"
13251326
}
13261327
},
13271328
"nextToken": {}
@@ -1646,7 +1647,7 @@
16461647
"type": "structure",
16471648
"members": {
16481649
"graphqlApi": {
1649-
"shape": "S1x"
1650+
"shape": "S1y"
16501651
}
16511652
}
16521653
}
@@ -1680,13 +1681,13 @@
16801681
"responseMappingTemplate": {},
16811682
"kind": {},
16821683
"pipelineConfig": {
1683-
"shape": "S21"
1684+
"shape": "S22"
16841685
},
16851686
"syncConfig": {
16861687
"shape": "S17"
16871688
},
16881689
"cachingConfig": {
1689-
"shape": "S23"
1690+
"shape": "S24"
16901691
},
16911692
"maxBatchSize": {
16921693
"type": "integer"
@@ -1701,7 +1702,7 @@
17011702
"type": "structure",
17021703
"members": {
17031704
"resolver": {
1704-
"shape": "S26"
1705+
"shape": "S27"
17051706
}
17061707
}
17071708
}
@@ -1734,7 +1735,7 @@
17341735
"type": "structure",
17351736
"members": {
17361737
"type": {
1737-
"shape": "S2a"
1738+
"shape": "S2b"
17381739
}
17391740
}
17401741
}
@@ -2064,7 +2065,7 @@
20642065
"identityValidationExpression": {}
20652066
}
20662067
},
2067-
"S1x": {
2068+
"S1y": {
20682069
"type": "structure",
20692070
"members": {
20702071
"name": {},
@@ -2081,9 +2082,7 @@
20812082
},
20822083
"arn": {},
20832084
"uris": {
2084-
"type": "map",
2085-
"key": {},
2086-
"value": {}
2085+
"shape": "S1z"
20872086
},
20882087
"tags": {
20892088
"shape": "S1o"
@@ -2097,10 +2096,19 @@
20972096
"wafWebAclArn": {},
20982097
"lambdaAuthorizerConfig": {
20992098
"shape": "S1u"
2100-
}
2099+
},
2100+
"dns": {
2101+
"shape": "S1z"
2102+
},
2103+
"visibility": {}
21012104
}
21022105
},
2103-
"S21": {
2106+
"S1z": {
2107+
"type": "map",
2108+
"key": {},
2109+
"value": {}
2110+
},
2111+
"S22": {
21042112
"type": "structure",
21052113
"members": {
21062114
"functions": {
@@ -2109,7 +2117,7 @@
21092117
}
21102118
}
21112119
},
2112-
"S23": {
2120+
"S24": {
21132121
"type": "structure",
21142122
"required": [
21152123
"ttl"
@@ -2124,7 +2132,7 @@
21242132
}
21252133
}
21262134
},
2127-
"S26": {
2135+
"S27": {
21282136
"type": "structure",
21292137
"members": {
21302138
"typeName": {},
@@ -2135,13 +2143,13 @@
21352143
"responseMappingTemplate": {},
21362144
"kind": {},
21372145
"pipelineConfig": {
2138-
"shape": "S21"
2146+
"shape": "S22"
21392147
},
21402148
"syncConfig": {
21412149
"shape": "S17"
21422150
},
21432151
"cachingConfig": {
2144-
"shape": "S23"
2152+
"shape": "S24"
21452153
},
21462154
"maxBatchSize": {
21472155
"type": "integer"
@@ -2152,7 +2160,7 @@
21522160
"code": {}
21532161
}
21542162
},
2155-
"S2a": {
2163+
"S2b": {
21562164
"type": "structure",
21572165
"members": {
21582166
"name": {},
@@ -2162,14 +2170,14 @@
21622170
"format": {}
21632171
}
21642172
},
2165-
"S35": {
2173+
"S36": {
21662174
"type": "list",
21672175
"member": {}
21682176
},
2169-
"S4j": {
2177+
"S4k": {
21702178
"type": "list",
21712179
"member": {
2172-
"shape": "S26"
2180+
"shape": "S27"
21732181
}
21742182
}
21752183
}

0 commit comments

Comments
 (0)