Skip to content

Commit

Permalink
Updates SDK to v2.1245.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 1, 2022
1 parent ba1b3a8 commit a7f22f1
Show file tree
Hide file tree
Showing 15 changed files with 401 additions and 130 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1245.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "RDS",
"description": "Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances."
},
{
"type": "feature",
"category": "Textract",
"description": "Add ocr results in AnalyzeIDResponse as blocks"
}
]
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.1244.0-->
<!--LATEST=2.1245.0-->
<!--ENTRYINSERT-->

## 2.1245.0
* feature: RDS: Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances.
* feature: Textract: Add ocr results in AnalyzeIDResponse as blocks

## 2.1244.0
* feature: AppRunner: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
* feature: CloudWatchLogs: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1244.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1245.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
96 changes: 75 additions & 21 deletions apis/rds-2014-10-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,10 @@
},
"CustomIamInstanceProfile": {},
"BackupTarget": {},
"NetworkType": {}
"NetworkType": {},
"StorageThroughput": {
"type": "integer"
}
}
},
"output": {
Expand Down Expand Up @@ -722,6 +725,9 @@
},
"CustomIamInstanceProfile": {},
"NetworkType": {},
"StorageThroughput": {
"type": "integer"
},
"SourceRegion": {}
}
},
Expand Down Expand Up @@ -2514,6 +2520,21 @@
},
"SupportedNetworkTypes": {
"shape": "Sv"
},
"SupportsStorageThroughput": {
"type": "boolean"
},
"MinStorageThroughputPerDbInstance": {
"type": "integer"
},
"MaxStorageThroughputPerDbInstance": {
"type": "integer"
},
"MinStorageThroughputPerIops": {
"type": "double"
},
"MaxStorageThroughputPerIops": {
"type": "double"
}
},
"wrapper": true
Expand Down Expand Up @@ -2717,22 +2738,16 @@
"shape": "Sa5"
},
"IopsToStorageRatio": {
"type": "list",
"member": {
"locationName": "DoubleRange",
"type": "structure",
"members": {
"From": {
"type": "double"
},
"To": {
"type": "double"
}
}
}
"shape": "Sa7"
},
"SupportsStorageAutoscaling": {
"type": "boolean"
},
"ProvisionedStorageThroughput": {
"shape": "Sa5"
},
"StorageThroughputToIopsRatio": {
"shape": "Sa7"
}
}
}
Expand Down Expand Up @@ -3205,7 +3220,10 @@
"ResumeFullAutomationModeMinutes": {
"type": "integer"
},
"NetworkType": {}
"NetworkType": {},
"StorageThroughput": {
"type": "integer"
}
}
},
"output": {
Expand Down Expand Up @@ -4092,7 +4110,10 @@
},
"CustomIamInstanceProfile": {},
"BackupTarget": {},
"NetworkType": {}
"NetworkType": {},
"StorageThroughput": {
"type": "integer"
}
}
},
"output": {
Expand Down Expand Up @@ -4204,7 +4225,10 @@
"MaxAllocatedStorage": {
"type": "integer"
},
"NetworkType": {}
"NetworkType": {},
"StorageThroughput": {
"type": "integer"
}
}
},
"output": {
Expand Down Expand Up @@ -4294,7 +4318,10 @@
},
"CustomIamInstanceProfile": {},
"BackupTarget": {},
"NetworkType": {}
"NetworkType": {},
"StorageThroughput": {
"type": "integer"
}
}
},
"output": {
Expand Down Expand Up @@ -4858,7 +4885,10 @@
"SnapshotDatabaseTime": {
"type": "timestamp"
},
"SnapshotTarget": {}
"SnapshotTarget": {},
"StorageThroughput": {
"type": "integer"
}
},
"wrapper": true
},
Expand Down Expand Up @@ -5475,6 +5505,9 @@
"AutomationMode": {},
"ResumeFullAutomationModeTime": {
"type": "timestamp"
},
"StorageThroughput": {
"type": "integer"
}
}
},
Expand Down Expand Up @@ -5627,7 +5660,10 @@
"CustomIamInstanceProfile": {},
"BackupTarget": {},
"NetworkType": {},
"ActivityStreamPolicyStatus": {}
"ActivityStreamPolicyStatus": {},
"StorageThroughput": {
"type": "integer"
}
},
"wrapper": true
},
Expand Down Expand Up @@ -5883,7 +5919,10 @@
"DBInstanceAutomatedBackupsReplications": {
"shape": "S3o"
},
"BackupTarget": {}
"BackupTarget": {},
"StorageThroughput": {
"type": "integer"
}
},
"wrapper": true
},
Expand Down Expand Up @@ -6152,6 +6191,21 @@
}
}
},
"Sa7": {
"type": "list",
"member": {
"locationName": "DoubleRange",
"type": "structure",
"members": {
"From": {
"type": "double"
},
"To": {
"type": "double"
}
}
}
},
"Sat": {
"type": "structure",
"members": {
Expand Down
Loading

0 comments on commit a7f22f1

Please sign in to comment.