Skip to content

Commit 9fa5e87

Browse files
author
awstools
committed
Updates SDK to v2.1619.0
1 parent 2520888 commit 9fa5e87

14 files changed

+541
-237
lines changed

.changes/2.1619.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EventBridge",
5+
"description": "Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "VPCLattice",
10+
"description": "This release adds TLS Passthrough support. It also increases max number of target group per rule to 10."
11+
}
12+
]

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1618.0-->
2+
<!--LATEST=2.1619.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1619.0
6+
* feature: EventBridge: Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API.
7+
* feature: VPCLattice: This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.
8+
59
## 2.1618.0
610
* feature: Discovery: add v2 smoke tests and smithy smokeTests trait for SDK testing
711
* feature: GreengrassV2: Mark ComponentVersion in ComponentDeploymentSpecification as required.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1618.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1619.0.min.js"></script>
6868

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

apis/eventbridge-2015-10-07.min.json

+87-28
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "events",
66
"jsonVersion": "1.1",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceFullName": "Amazon EventBridge",
912
"serviceId": "EventBridge",
1013
"signatureVersion": "v4",
@@ -246,15 +249,25 @@
246249
"members": {
247250
"Name": {},
248251
"EventSourceName": {},
252+
"Description": {},
253+
"KmsKeyIdentifier": {},
254+
"DeadLetterConfig": {
255+
"shape": "S28"
256+
},
249257
"Tags": {
250-
"shape": "S26"
258+
"shape": "S2a"
251259
}
252260
}
253261
},
254262
"output": {
255263
"type": "structure",
256264
"members": {
257-
"EventBusArn": {}
265+
"EventBusArn": {},
266+
"Description": {},
267+
"KmsKeyIdentifier": {},
268+
"DeadLetterConfig": {
269+
"shape": "S28"
270+
}
258271
}
259272
}
260273
},
@@ -613,7 +626,18 @@
613626
"members": {
614627
"Name": {},
615628
"Arn": {},
616-
"Policy": {}
629+
"Description": {},
630+
"KmsKeyIdentifier": {},
631+
"DeadLetterConfig": {
632+
"shape": "S28"
633+
},
634+
"Policy": {},
635+
"CreationTime": {
636+
"type": "timestamp"
637+
},
638+
"LastModifiedTime": {
639+
"type": "timestamp"
640+
}
617641
}
618642
}
619643
},
@@ -681,7 +705,7 @@
681705
"StateReason": {},
682706
"EventSourceArn": {},
683707
"Destination": {
684-
"shape": "S3o"
708+
"shape": "S3s"
685709
},
686710
"EventStartTime": {
687711
"type": "timestamp"
@@ -950,7 +974,14 @@
950974
"members": {
951975
"Name": {},
952976
"Arn": {},
953-
"Policy": {}
977+
"Description": {},
978+
"Policy": {},
979+
"CreationTime": {
980+
"type": "timestamp"
981+
},
982+
"LastModifiedTime": {
983+
"type": "timestamp"
984+
}
954985
}
955986
}
956987
},
@@ -1185,7 +1216,7 @@
11851216
"type": "structure",
11861217
"members": {
11871218
"Tags": {
1188-
"shape": "S26"
1219+
"shape": "S2a"
11891220
}
11901221
}
11911222
}
@@ -1209,7 +1240,7 @@
12091240
"type": "structure",
12101241
"members": {
12111242
"Targets": {
1212-
"shape": "S5h"
1243+
"shape": "S5l"
12131244
},
12141245
"NextToken": {}
12151246
}
@@ -1232,7 +1263,7 @@
12321263
},
12331264
"Source": {},
12341265
"Resources": {
1235-
"shape": "S7k"
1266+
"shape": "S7m"
12361267
},
12371268
"DetailType": {},
12381269
"Detail": {},
@@ -1285,7 +1316,7 @@
12851316
},
12861317
"Source": {},
12871318
"Resources": {
1288-
"shape": "S7k"
1319+
"shape": "S7m"
12891320
},
12901321
"DetailType": {},
12911322
"Detail": {}
@@ -1353,7 +1384,7 @@
13531384
"Description": {},
13541385
"RoleArn": {},
13551386
"Tags": {
1356-
"shape": "S26"
1387+
"shape": "S2a"
13571388
},
13581389
"EventBusName": {}
13591390
}
@@ -1376,7 +1407,7 @@
13761407
"Rule": {},
13771408
"EventBusName": {},
13781409
"Targets": {
1379-
"shape": "S5h"
1410+
"shape": "S5l"
13801411
}
13811412
}
13821413
},
@@ -1472,7 +1503,7 @@
14721503
"type": "timestamp"
14731504
},
14741505
"Destination": {
1475-
"shape": "S3o"
1506+
"shape": "S3s"
14761507
}
14771508
}
14781509
},
@@ -1498,7 +1529,7 @@
14981529
"members": {
14991530
"ResourceARN": {},
15001531
"Tags": {
1501-
"shape": "S26"
1532+
"shape": "S2a"
15021533
}
15031534
}
15041535
},
@@ -1721,6 +1752,31 @@
17211752
"State": {}
17221753
}
17231754
}
1755+
},
1756+
"UpdateEventBus": {
1757+
"input": {
1758+
"type": "structure",
1759+
"members": {
1760+
"Name": {},
1761+
"KmsKeyIdentifier": {},
1762+
"Description": {},
1763+
"DeadLetterConfig": {
1764+
"shape": "S28"
1765+
}
1766+
}
1767+
},
1768+
"output": {
1769+
"type": "structure",
1770+
"members": {
1771+
"Arn": {},
1772+
"Name": {},
1773+
"KmsKeyIdentifier": {},
1774+
"Description": {},
1775+
"DeadLetterConfig": {
1776+
"shape": "S28"
1777+
}
1778+
}
1779+
}
17241780
}
17251781
},
17261782
"shapes": {
@@ -1834,7 +1890,13 @@
18341890
}
18351891
}
18361892
},
1837-
"S26": {
1893+
"S28": {
1894+
"type": "structure",
1895+
"members": {
1896+
"Arn": {}
1897+
}
1898+
},
1899+
"S2a": {
18381900
"type": "list",
18391901
"member": {
18401902
"type": "structure",
@@ -1848,7 +1910,7 @@
18481910
}
18491911
}
18501912
},
1851-
"S3o": {
1913+
"S3s": {
18521914
"type": "structure",
18531915
"required": [
18541916
"Arn"
@@ -1861,7 +1923,7 @@
18611923
}
18621924
}
18631925
},
1864-
"S5h": {
1926+
"S5l": {
18651927
"type": "list",
18661928
"member": {
18671929
"type": "structure",
@@ -1944,10 +2006,10 @@
19442006
],
19452007
"members": {
19462008
"Subnets": {
1947-
"shape": "S63"
2009+
"shape": "S67"
19482010
},
19492011
"SecurityGroups": {
1950-
"shape": "S63"
2012+
"shape": "S67"
19512013
},
19522014
"AssignPublicIp": {}
19532015
}
@@ -2003,7 +2065,7 @@
20032065
"PropagateTags": {},
20042066
"ReferenceId": {},
20052067
"Tags": {
2006-
"shape": "S26"
2068+
"shape": "S2a"
20072069
}
20082070
}
20092071
},
@@ -2069,7 +2131,7 @@
20692131
"Database": {},
20702132
"DbUser": {},
20712133
"Sql": {
2072-
"shape": "S71"
2134+
"shape": "S75"
20732135
},
20742136
"StatementName": {},
20752137
"WithEvent": {
@@ -2078,7 +2140,7 @@
20782140
"Sqls": {
20792141
"type": "list",
20802142
"member": {
2081-
"shape": "S71"
2143+
"shape": "S75"
20822144
},
20832145
"sensitive": true
20842146
}
@@ -2104,10 +2166,7 @@
21042166
}
21052167
},
21062168
"DeadLetterConfig": {
2107-
"type": "structure",
2108-
"members": {
2109-
"Arn": {}
2110-
}
2169+
"shape": "S28"
21112170
},
21122171
"RetryPolicy": {
21132172
"type": "structure",
@@ -2132,15 +2191,15 @@
21322191
}
21332192
}
21342193
},
2135-
"S63": {
2194+
"S67": {
21362195
"type": "list",
21372196
"member": {}
21382197
},
2139-
"S71": {
2198+
"S75": {
21402199
"type": "string",
21412200
"sensitive": true
21422201
},
2143-
"S7k": {
2202+
"S7m": {
21442203
"type": "list",
21452204
"member": {}
21462205
}

0 commit comments

Comments
 (0)