Skip to content

Commit

Permalink
Updates SDK to v2.1308.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 2, 2023
1 parent 31e9b6b commit 49009bb
Show file tree
Hide file tree
Showing 20 changed files with 1,372 additions and 470 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1308.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppConfig",
"description": "AWS AppConfig introduces KMS customer-managed key (CMK) encryption of configuration data, along with AWS Secrets Manager as a new configuration data source. S3 objects using SSE-KMS encryption and SSM Parameter Store SecureStrings are also now supported."
},
{
"type": "feature",
"category": "Connect",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "EC2",
"description": "Documentation updates for EC2."
},
{
"type": "feature",
"category": "Keyspaces",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "QuickSight",
"description": "QuickSight support for Radar Chart and Dashboard Publish Options"
},
{
"type": "feature",
"category": "Redshift",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "SSOAdmin",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1307.0-->
<!--LATEST=2.1308.0-->
<!--ENTRYINSERT-->

## 2.1308.0
* feature: AppConfig: AWS AppConfig introduces KMS customer-managed key (CMK) encryption of configuration data, along with AWS Secrets Manager as a new configuration data source. S3 objects using SSE-KMS encryption and SSM Parameter Store SecureStrings are also now supported.
* feature: Connect: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: EC2: Documentation updates for EC2.
* feature: Keyspaces: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: QuickSight: QuickSight support for Radar Chart and Dashboard Publish Options
* feature: Redshift: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: SSOAdmin: Enabled FIPS endpoints for GovCloud (US) regions in SDK.

## 2.1307.0
* feature: DevOpsGuru: This release adds filter support ListAnomalyForInsight API.
* feature: ForecastService: This release will enable customer select INCREMENTAL as ImportModel in Forecast's CreateDatasetImportJob API. Verified latest SDK containing required attribute, following https://w.amazon.com/bin/view/AWS-Seer/Launch/Trebuchet/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1307.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1308.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
7 changes: 5 additions & 2 deletions apis/appconfig-2019-10-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,8 @@
"Description": {},
"Tags": {
"shape": "S4"
}
},
"KmsKeyIdentifier": {}
}
},
"output": {
Expand Down Expand Up @@ -1677,7 +1678,9 @@
}
}
}
}
},
"KmsKeyArn": {},
"KmsKeyIdentifier": {}
}
},
"S23": {
Expand Down
30 changes: 21 additions & 9 deletions apis/appconfig-2019-10-09.normal.json

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
"AcceptVpcPeeringConnection": {
"input": {
"type": "structure",
"required": [
"VpcPeeringConnectionId"
],
"members": {
"DryRun": {
"locationName": "dryRun",
Expand Down Expand Up @@ -592,6 +595,10 @@
"AssociateEnclaveCertificateIamRole": {
"input": {
"type": "structure",
"required": [
"CertificateArn",
"RoleArn"
],
"members": {
"CertificateArn": {},
"RoleArn": {},
Expand Down Expand Up @@ -812,6 +819,11 @@
"AssociateTransitGatewayMulticastDomain": {
"input": {
"type": "structure",
"required": [
"TransitGatewayMulticastDomainId",
"TransitGatewayAttachmentId",
"SubnetIds"
],
"members": {
"TransitGatewayMulticastDomainId": {},
"TransitGatewayAttachmentId": {},
Expand Down Expand Up @@ -4933,6 +4945,9 @@
"CreateVpcPeeringConnection": {
"input": {
"type": "structure",
"required": [
"VpcId"
],
"members": {
"DryRun": {
"locationName": "dryRun",
Expand Down Expand Up @@ -16092,6 +16107,10 @@
"DisassociateEnclaveCertificateIamRole": {
"input": {
"type": "structure",
"required": [
"CertificateArn",
"RoleArn"
],
"members": {
"CertificateArn": {},
"RoleArn": {},
Expand Down Expand Up @@ -16276,6 +16295,11 @@
"DisassociateTransitGatewayMulticastDomain": {
"input": {
"type": "structure",
"required": [
"TransitGatewayMulticastDomainId",
"TransitGatewayAttachmentId",
"SubnetIds"
],
"members": {
"TransitGatewayMulticastDomainId": {},
"TransitGatewayAttachmentId": {},
Expand Down Expand Up @@ -17007,6 +17031,9 @@
"GetAssociatedEnclaveCertificateIamRoles": {
"input": {
"type": "structure",
"required": [
"CertificateArn"
],
"members": {
"CertificateArn": {},
"DryRun": {
Expand Down Expand Up @@ -18462,6 +18489,9 @@
"GetTransitGatewayMulticastDomainAssociations": {
"input": {
"type": "structure",
"required": [
"TransitGatewayMulticastDomainId"
],
"members": {
"TransitGatewayMulticastDomainId": {},
"Filters": {
Expand Down Expand Up @@ -19955,6 +19985,9 @@
"member": {
"locationName": "item",
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"CpuCredits": {}
Expand Down Expand Up @@ -20477,6 +20510,9 @@
"ModifyPrivateDnsNameOptions": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"DryRun": {
"type": "boolean"
Expand Down Expand Up @@ -20550,6 +20586,9 @@
"member": {
"locationName": "item",
"type": "structure",
"required": [
"SecurityGroupRuleId"
],
"members": {
"SecurityGroupRuleId": {},
"SecurityGroupRule": {
Expand Down Expand Up @@ -22191,6 +22230,10 @@
"RegisterTransitGatewayMulticastGroupMembers": {
"input": {
"type": "structure",
"required": [
"TransitGatewayMulticastDomainId",
"NetworkInterfaceIds"
],
"members": {
"TransitGatewayMulticastDomainId": {},
"GroupIpAddress": {},
Expand Down Expand Up @@ -22227,6 +22270,10 @@
"RegisterTransitGatewayMulticastGroupSources": {
"input": {
"type": "structure",
"required": [
"TransitGatewayMulticastDomainId",
"NetworkInterfaceIds"
],
"members": {
"TransitGatewayMulticastDomainId": {},
"GroupIpAddress": {},
Expand Down Expand Up @@ -23731,6 +23778,9 @@
"SearchTransitGatewayMulticastGroups": {
"input": {
"type": "structure",
"required": [
"TransitGatewayMulticastDomainId"
],
"members": {
"TransitGatewayMulticastDomainId": {},
"Filters": {
Expand Down
Loading

0 comments on commit 49009bb

Please sign in to comment.