Skip to content

Commit

Permalink
Updates SDK to v2.1619.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 13, 2024
1 parent 2520888 commit 9fa5e87
Show file tree
Hide file tree
Showing 14 changed files with 541 additions and 237 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1619.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EventBridge",
"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."
},
{
"type": "feature",
"category": "VPCLattice",
"description": "This release adds TLS Passthrough support. It also increases max number of target group per rule to 10."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1618.0-->
<!--LATEST=2.1619.0-->
<!--ENTRYINSERT-->

## 2.1619.0
* 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.
* feature: VPCLattice: This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.

## 2.1618.0
* feature: Discovery: add v2 smoke tests and smithy smokeTests trait for SDK testing
* feature: GreengrassV2: Mark ComponentVersion in ComponentDeploymentSpecification as required.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
115 changes: 87 additions & 28 deletions apis/eventbridge-2015-10-07.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "events",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceFullName": "Amazon EventBridge",
"serviceId": "EventBridge",
"signatureVersion": "v4",
Expand Down Expand Up @@ -246,15 +249,25 @@
"members": {
"Name": {},
"EventSourceName": {},
"Description": {},
"KmsKeyIdentifier": {},
"DeadLetterConfig": {
"shape": "S28"
},
"Tags": {
"shape": "S26"
"shape": "S2a"
}
}
},
"output": {
"type": "structure",
"members": {
"EventBusArn": {}
"EventBusArn": {},
"Description": {},
"KmsKeyIdentifier": {},
"DeadLetterConfig": {
"shape": "S28"
}
}
}
},
Expand Down Expand Up @@ -613,7 +626,18 @@
"members": {
"Name": {},
"Arn": {},
"Policy": {}
"Description": {},
"KmsKeyIdentifier": {},
"DeadLetterConfig": {
"shape": "S28"
},
"Policy": {},
"CreationTime": {
"type": "timestamp"
},
"LastModifiedTime": {
"type": "timestamp"
}
}
}
},
Expand Down Expand Up @@ -681,7 +705,7 @@
"StateReason": {},
"EventSourceArn": {},
"Destination": {
"shape": "S3o"
"shape": "S3s"
},
"EventStartTime": {
"type": "timestamp"
Expand Down Expand Up @@ -950,7 +974,14 @@
"members": {
"Name": {},
"Arn": {},
"Policy": {}
"Description": {},
"Policy": {},
"CreationTime": {
"type": "timestamp"
},
"LastModifiedTime": {
"type": "timestamp"
}
}
}
},
Expand Down Expand Up @@ -1185,7 +1216,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S26"
"shape": "S2a"
}
}
}
Expand All @@ -1209,7 +1240,7 @@
"type": "structure",
"members": {
"Targets": {
"shape": "S5h"
"shape": "S5l"
},
"NextToken": {}
}
Expand All @@ -1232,7 +1263,7 @@
},
"Source": {},
"Resources": {
"shape": "S7k"
"shape": "S7m"
},
"DetailType": {},
"Detail": {},
Expand Down Expand Up @@ -1285,7 +1316,7 @@
},
"Source": {},
"Resources": {
"shape": "S7k"
"shape": "S7m"
},
"DetailType": {},
"Detail": {}
Expand Down Expand Up @@ -1353,7 +1384,7 @@
"Description": {},
"RoleArn": {},
"Tags": {
"shape": "S26"
"shape": "S2a"
},
"EventBusName": {}
}
Expand All @@ -1376,7 +1407,7 @@
"Rule": {},
"EventBusName": {},
"Targets": {
"shape": "S5h"
"shape": "S5l"
}
}
},
Expand Down Expand Up @@ -1472,7 +1503,7 @@
"type": "timestamp"
},
"Destination": {
"shape": "S3o"
"shape": "S3s"
}
}
},
Expand All @@ -1498,7 +1529,7 @@
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S26"
"shape": "S2a"
}
}
},
Expand Down Expand Up @@ -1721,6 +1752,31 @@
"State": {}
}
}
},
"UpdateEventBus": {
"input": {
"type": "structure",
"members": {
"Name": {},
"KmsKeyIdentifier": {},
"Description": {},
"DeadLetterConfig": {
"shape": "S28"
}
}
},
"output": {
"type": "structure",
"members": {
"Arn": {},
"Name": {},
"KmsKeyIdentifier": {},
"Description": {},
"DeadLetterConfig": {
"shape": "S28"
}
}
}
}
},
"shapes": {
Expand Down Expand Up @@ -1834,7 +1890,13 @@
}
}
},
"S26": {
"S28": {
"type": "structure",
"members": {
"Arn": {}
}
},
"S2a": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1848,7 +1910,7 @@
}
}
},
"S3o": {
"S3s": {
"type": "structure",
"required": [
"Arn"
Expand All @@ -1861,7 +1923,7 @@
}
}
},
"S5h": {
"S5l": {
"type": "list",
"member": {
"type": "structure",
Expand Down Expand Up @@ -1944,10 +2006,10 @@
],
"members": {
"Subnets": {
"shape": "S63"
"shape": "S67"
},
"SecurityGroups": {
"shape": "S63"
"shape": "S67"
},
"AssignPublicIp": {}
}
Expand Down Expand Up @@ -2003,7 +2065,7 @@
"PropagateTags": {},
"ReferenceId": {},
"Tags": {
"shape": "S26"
"shape": "S2a"
}
}
},
Expand Down Expand Up @@ -2069,7 +2131,7 @@
"Database": {},
"DbUser": {},
"Sql": {
"shape": "S71"
"shape": "S75"
},
"StatementName": {},
"WithEvent": {
Expand All @@ -2078,7 +2140,7 @@
"Sqls": {
"type": "list",
"member": {
"shape": "S71"
"shape": "S75"
},
"sensitive": true
}
Expand All @@ -2104,10 +2166,7 @@
}
},
"DeadLetterConfig": {
"type": "structure",
"members": {
"Arn": {}
}
"shape": "S28"
},
"RetryPolicy": {
"type": "structure",
Expand All @@ -2132,15 +2191,15 @@
}
}
},
"S63": {
"S67": {
"type": "list",
"member": {}
},
"S71": {
"S75": {
"type": "string",
"sensitive": true
},
"S7k": {
"S7m": {
"type": "list",
"member": {}
}
Expand Down

0 comments on commit 9fa5e87

Please sign in to comment.