File tree 14 files changed +541
-237
lines changed
14 files changed +541
-237
lines changed Original file line number Diff line number Diff line change
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
+ ]
Original file line number Diff line number Diff line change 1
1
# Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1618 .0-->
2
+ <!--LATEST=2.1619 .0-->
3
3
<!--ENTRYINSERT-->
4
4
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
+
5
9
## 2.1618.0
6
10
* feature: Discovery: add v2 smoke tests and smithy smokeTests trait for SDK testing
7
11
* feature: GreengrassV2: Mark ComponentVersion in ComponentDeploymentSpecification as required.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
To use the SDK in the browser, simply add the following script tag to your
65
65
HTML pages:
66
66
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>
68
68
69
69
You can also build a custom browser SDK with your specified set of AWS services.
70
70
This can allow you to reduce the SDK's size, specify different API versions of
Original file line number Diff line number Diff line change 5
5
"endpointPrefix" : " events" ,
6
6
"jsonVersion" : " 1.1" ,
7
7
"protocol" : " json" ,
8
+ "protocols" : [
9
+ " json"
10
+ ],
8
11
"serviceFullName" : " Amazon EventBridge" ,
9
12
"serviceId" : " EventBridge" ,
10
13
"signatureVersion" : " v4" ,
246
249
"members" : {
247
250
"Name" : {},
248
251
"EventSourceName" : {},
252
+ "Description" : {},
253
+ "KmsKeyIdentifier" : {},
254
+ "DeadLetterConfig" : {
255
+ "shape" : " S28"
256
+ },
249
257
"Tags" : {
250
- "shape" : " S26 "
258
+ "shape" : " S2a "
251
259
}
252
260
}
253
261
},
254
262
"output" : {
255
263
"type" : " structure" ,
256
264
"members" : {
257
- "EventBusArn" : {}
265
+ "EventBusArn" : {},
266
+ "Description" : {},
267
+ "KmsKeyIdentifier" : {},
268
+ "DeadLetterConfig" : {
269
+ "shape" : " S28"
270
+ }
258
271
}
259
272
}
260
273
},
613
626
"members" : {
614
627
"Name" : {},
615
628
"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
+ }
617
641
}
618
642
}
619
643
},
681
705
"StateReason" : {},
682
706
"EventSourceArn" : {},
683
707
"Destination" : {
684
- "shape" : " S3o "
708
+ "shape" : " S3s "
685
709
},
686
710
"EventStartTime" : {
687
711
"type" : " timestamp"
950
974
"members" : {
951
975
"Name" : {},
952
976
"Arn" : {},
953
- "Policy" : {}
977
+ "Description" : {},
978
+ "Policy" : {},
979
+ "CreationTime" : {
980
+ "type" : " timestamp"
981
+ },
982
+ "LastModifiedTime" : {
983
+ "type" : " timestamp"
984
+ }
954
985
}
955
986
}
956
987
},
1185
1216
"type" : " structure" ,
1186
1217
"members" : {
1187
1218
"Tags" : {
1188
- "shape" : " S26 "
1219
+ "shape" : " S2a "
1189
1220
}
1190
1221
}
1191
1222
}
1209
1240
"type" : " structure" ,
1210
1241
"members" : {
1211
1242
"Targets" : {
1212
- "shape" : " S5h "
1243
+ "shape" : " S5l "
1213
1244
},
1214
1245
"NextToken" : {}
1215
1246
}
1232
1263
},
1233
1264
"Source" : {},
1234
1265
"Resources" : {
1235
- "shape" : " S7k "
1266
+ "shape" : " S7m "
1236
1267
},
1237
1268
"DetailType" : {},
1238
1269
"Detail" : {},
1285
1316
},
1286
1317
"Source" : {},
1287
1318
"Resources" : {
1288
- "shape" : " S7k "
1319
+ "shape" : " S7m "
1289
1320
},
1290
1321
"DetailType" : {},
1291
1322
"Detail" : {}
1353
1384
"Description" : {},
1354
1385
"RoleArn" : {},
1355
1386
"Tags" : {
1356
- "shape" : " S26 "
1387
+ "shape" : " S2a "
1357
1388
},
1358
1389
"EventBusName" : {}
1359
1390
}
1376
1407
"Rule" : {},
1377
1408
"EventBusName" : {},
1378
1409
"Targets" : {
1379
- "shape" : " S5h "
1410
+ "shape" : " S5l "
1380
1411
}
1381
1412
}
1382
1413
},
1472
1503
"type" : " timestamp"
1473
1504
},
1474
1505
"Destination" : {
1475
- "shape" : " S3o "
1506
+ "shape" : " S3s "
1476
1507
}
1477
1508
}
1478
1509
},
1498
1529
"members" : {
1499
1530
"ResourceARN" : {},
1500
1531
"Tags" : {
1501
- "shape" : " S26 "
1532
+ "shape" : " S2a "
1502
1533
}
1503
1534
}
1504
1535
},
1721
1752
"State" : {}
1722
1753
}
1723
1754
}
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
+ }
1724
1780
}
1725
1781
},
1726
1782
"shapes" : {
1834
1890
}
1835
1891
}
1836
1892
},
1837
- "S26" : {
1893
+ "S28" : {
1894
+ "type" : " structure" ,
1895
+ "members" : {
1896
+ "Arn" : {}
1897
+ }
1898
+ },
1899
+ "S2a" : {
1838
1900
"type" : " list" ,
1839
1901
"member" : {
1840
1902
"type" : " structure" ,
1848
1910
}
1849
1911
}
1850
1912
},
1851
- "S3o " : {
1913
+ "S3s " : {
1852
1914
"type" : " structure" ,
1853
1915
"required" : [
1854
1916
" Arn"
1861
1923
}
1862
1924
}
1863
1925
},
1864
- "S5h " : {
1926
+ "S5l " : {
1865
1927
"type" : " list" ,
1866
1928
"member" : {
1867
1929
"type" : " structure" ,
1944
2006
],
1945
2007
"members" : {
1946
2008
"Subnets" : {
1947
- "shape" : " S63 "
2009
+ "shape" : " S67 "
1948
2010
},
1949
2011
"SecurityGroups" : {
1950
- "shape" : " S63 "
2012
+ "shape" : " S67 "
1951
2013
},
1952
2014
"AssignPublicIp" : {}
1953
2015
}
2003
2065
"PropagateTags" : {},
2004
2066
"ReferenceId" : {},
2005
2067
"Tags" : {
2006
- "shape" : " S26 "
2068
+ "shape" : " S2a "
2007
2069
}
2008
2070
}
2009
2071
},
2069
2131
"Database" : {},
2070
2132
"DbUser" : {},
2071
2133
"Sql" : {
2072
- "shape" : " S71 "
2134
+ "shape" : " S75 "
2073
2135
},
2074
2136
"StatementName" : {},
2075
2137
"WithEvent" : {
2078
2140
"Sqls" : {
2079
2141
"type" : " list" ,
2080
2142
"member" : {
2081
- "shape" : " S71 "
2143
+ "shape" : " S75 "
2082
2144
},
2083
2145
"sensitive" : true
2084
2146
}
2104
2166
}
2105
2167
},
2106
2168
"DeadLetterConfig" : {
2107
- "type" : " structure" ,
2108
- "members" : {
2109
- "Arn" : {}
2110
- }
2169
+ "shape" : " S28"
2111
2170
},
2112
2171
"RetryPolicy" : {
2113
2172
"type" : " structure" ,
2132
2191
}
2133
2192
}
2134
2193
},
2135
- "S63 " : {
2194
+ "S67 " : {
2136
2195
"type" : " list" ,
2137
2196
"member" : {}
2138
2197
},
2139
- "S71 " : {
2198
+ "S75 " : {
2140
2199
"type" : " string" ,
2141
2200
"sensitive" : true
2142
2201
},
2143
- "S7k " : {
2202
+ "S7m " : {
2144
2203
"type" : " list" ,
2145
2204
"member" : {}
2146
2205
}
You can’t perform that action at this time.
0 commit comments