Skip to content

Commit

Permalink
Updates SDK to v2.534.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 23, 2019
1 parent bc61998 commit bd7aef8
Show file tree
Hide file tree
Showing 18 changed files with 1,275 additions and 768 deletions.
12 changes: 12 additions & 0 deletions .changes/2.534.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "RDSDataService",
"description": "RDS Data API now supports Amazon Aurora Serverless PostgreSQL databases."
},
{
"type": "feature",
"category": "Redshift",
"description": "Adds API operation DescribeNodeConfigurationOptions and associated data structures."
}
]
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.533.0-->
<!--LATEST=2.534.0-->
<!--ENTRYINSERT-->

## 2.534.0
* feature: RDSDataService: RDS Data API now supports Amazon Aurora Serverless PostgreSQL databases.
* feature: Redshift: Adds API operation DescribeNodeConfigurationOptions and associated data structures.

## 2.533.0
* feature: EC2: G4 instances are Amazon EC2 instances based on NVIDIA T4 GPUs and are designed to provide cost-effective machine learning inference for applications, like image classification, object detection, recommender systems, automated speech recognition, and language translation. G4 instances are also a cost-effective platform for building and running graphics-intensive applications, such as remote graphics workstations, video transcoding, photo-realistic design, and game streaming in the cloud. To get started with G4 instances visit https://aws.amazon.com/ec2/instance-types/g4.
* feature: Greengrass: Greengrass OTA service now returns the updated software version in the PlatformSoftwareVersion parameter of a CreateSoftwareUpdateJob response
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.533.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.534.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
5 changes: 3 additions & 2 deletions apis/rds-data-2018-08-01.examples.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "1.0",
"examples": { }
}
"examples": {
}
}
71 changes: 57 additions & 14 deletions apis/rds-data-2018-08-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"type": "structure",
"members": {
"generatedFields": {
"shape": "Sj"
"shape": "Sp"
}
}
}
Expand Down Expand Up @@ -148,7 +148,7 @@
"values": {
"type": "list",
"member": {
"shape": "Sy"
"shape": "S14"
}
}
}
Expand All @@ -161,7 +161,7 @@
"type": "long"
},
"columnMetadata": {
"shape": "S15"
"shape": "S1b"
}
}
}
Expand All @@ -172,7 +172,8 @@
}
}
},
"deprecated": true
"deprecated": true,
"deprecatedMessage": "The ExecuteSql API is deprecated, please use the ExecuteStatement API."
},
"ExecuteStatement": {
"http": {
Expand All @@ -198,6 +199,12 @@
"shape": "S4"
},
"resourceArn": {},
"resultSetOptions": {
"type": "structure",
"members": {
"decimalReturnType": {}
}
},
"schema": {},
"secretArn": {},
"sql": {},
Expand All @@ -208,18 +215,18 @@
"type": "structure",
"members": {
"columnMetadata": {
"shape": "S15"
"shape": "S1b"
},
"generatedFields": {
"shape": "Sj"
"shape": "Sp"
},
"numberOfRecordsUpdated": {
"type": "long"
},
"records": {
"type": "list",
"member": {
"shape": "Sj"
"shape": "Sp"
}
}
}
Expand Down Expand Up @@ -267,6 +274,9 @@
"S7": {
"type": "structure",
"members": {
"arrayValue": {
"shape": "S8"
},
"blobValue": {
"type": "blob"
},
Expand All @@ -285,17 +295,50 @@
"stringValue": {}
}
},
"Sj": {
"S8": {
"type": "structure",
"members": {
"arrayValues": {
"type": "list",
"member": {
"shape": "S8"
}
},
"booleanValues": {
"type": "list",
"member": {
"type": "boolean"
}
},
"doubleValues": {
"type": "list",
"member": {
"type": "double"
}
},
"longValues": {
"type": "list",
"member": {
"type": "long"
}
},
"stringValues": {
"type": "list",
"member": {}
}
}
},
"Sp": {
"type": "list",
"member": {
"shape": "S7"
}
},
"Sy": {
"S14": {
"type": "structure",
"members": {
"arrayValues": {
"shape": "Sz"
"shape": "S15"
},
"bigIntValue": {
"type": "long"
Expand Down Expand Up @@ -323,19 +366,19 @@
"type": "structure",
"members": {
"attributes": {
"shape": "Sz"
"shape": "S15"
}
}
}
}
},
"Sz": {
"S15": {
"type": "list",
"member": {
"shape": "Sy"
"shape": "S14"
}
},
"S15": {
"S1b": {
"type": "list",
"member": {
"type": "structure",
Expand Down
Loading

0 comments on commit bd7aef8

Please sign in to comment.