Skip to content

Commit

Permalink
Updates SDK to v2.1513.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 6, 2023
1 parent f7623c7 commit 5d5ec7c
Show file tree
Hide file tree
Showing 24 changed files with 990 additions and 784 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1513.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "Endpoints",
"description": "Use correct FIPS endpoint for EC2 in GovCloud"
},
{
"type": "feature",
"category": "Backup",
"description": "AWS Backup - Features: Add VaultType to the output of DescribeRecoveryPoint, ListRecoveryPointByBackupVault API and add ResourceType to the input of ListRestoreJobs API"
},
{
"type": "feature",
"category": "Connect",
"description": "Releasing Tagging Support for Instance Management APIS"
},
{
"type": "feature",
"category": "EC2",
"description": "Releasing the new cpuManufacturer attribute within the DescribeInstanceTypes API response which notifies our customers with information on who the Manufacturer is for the processor attached to the instance, for example: Intel."
},
{
"type": "feature",
"category": "PaymentCryptography",
"description": "AWS Payment Cryptography IPEK feature release"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Endpoints-a25af9c7.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1512.0-->
<!--LATEST=2.1513.0-->
<!--ENTRYINSERT-->

## 2.1513.0
* bugfix: Endpoints: Use correct FIPS endpoint for EC2 in GovCloud
* feature: Backup: AWS Backup - Features: Add VaultType to the output of DescribeRecoveryPoint, ListRecoveryPointByBackupVault API and add ResourceType to the input of ListRestoreJobs API
* feature: Connect: Releasing Tagging Support for Instance Management APIS
* feature: EC2: Releasing the new cpuManufacturer attribute within the DescribeInstanceTypes API response which notifies our customers with information on who the Manufacturer is for the processor attached to the instance, for example: Intel.
* feature: PaymentCryptography: AWS Payment Cryptography IPEK feature release

## 2.1512.0
* feature: Athena: Adding IdentityCenter enabled request for interactive query
* feature: CleanRoomsML: Updated service title from cleanroomsml to CleanRoomsML.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1512.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1513.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
10 changes: 8 additions & 2 deletions apis/backup-2018-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,8 @@
"IsParent": {
"type": "boolean"
},
"ResourceName": {}
"ResourceName": {},
"VaultType": {}
}
},
"idempotent": true
Expand Down Expand Up @@ -2496,7 +2497,8 @@
"IsParent": {
"type": "boolean"
},
"ResourceName": {}
"ResourceName": {},
"VaultType": {}
}
}
}
Expand Down Expand Up @@ -2775,6 +2777,10 @@
"location": "querystring",
"locationName": "accountId"
},
"ByResourceType": {
"location": "querystring",
"locationName": "resourceType"
},
"ByCreatedBefore": {
"location": "querystring",
"locationName": "createdBefore",
Expand Down
24 changes: 19 additions & 5 deletions apis/backup-2018-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2461,7 +2461,7 @@
"shape": "InvalidParameterValueException"
}
],
"documentation": "<p>Updates the current service opt-in settings for the Region. If service-opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region. Use the <code>DescribeRegionSettings</code> API to determine the resource types that are supported.</p>"
"documentation": "<p>Updates the current service opt-in settings for the Region.</p> <p>Use the <code>DescribeRegionSettings</code> API to determine the resource types that are supported.</p>"
},
"UpdateReportPlan": {
"name": "UpdateReportPlan",
Expand Down Expand Up @@ -4693,6 +4693,10 @@
"ResourceName": {
"shape": "string",
"documentation": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>"
},
"VaultType": {
"shape": "VaultType",
"documentation": "<p>This is the type of vault in which the described recovery point is stored.</p>"
}
}
},
Expand Down Expand Up @@ -5684,7 +5688,7 @@
},
"ByResourceType": {
"shape": "ResourceType",
"documentation": "<p>Returns only backup jobs for the specified resources:</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSx</code> for Amazon FSx</p> </li> <li> <p> <code>Neptune</code> for Amazon Neptune</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> <li> <p> <code>S3</code> for Amazon S3</p> </li> <li> <p> <code>VirtualMachine</code> for virtual machines</p> </li> </ul>",
"documentation": "<p>Returns only backup jobs for the specified resources:</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>CloudFormation</code> for CloudFormation</p> </li> <li> <p> <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSx</code> for Amazon FSx</p> </li> <li> <p> <code>Neptune</code> for Amazon Neptune</p> </li> <li> <p> <code>Redshift</code> for Amazon Redshift</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>SAP HANA on Amazon EC2</code> for SAP HANA databases</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> <li> <p> <code>S3</code> for Amazon S3</p> </li> <li> <p> <code>Timestream</code> for Amazon Timestream</p> </li> <li> <p> <code>VirtualMachine</code> for virtual machines</p> </li> </ul>",
"location": "querystring",
"locationName": "resourceType"
},
Expand Down Expand Up @@ -6024,7 +6028,7 @@
},
"ByResourceType": {
"shape": "ResourceType",
"documentation": "<p>Returns only backup jobs for the specified resources:</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSx</code> for Amazon FSx</p> </li> <li> <p> <code>Neptune</code> for Amazon Neptune</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> <li> <p> <code>S3</code> for Amazon S3</p> </li> <li> <p> <code>VirtualMachine</code> for virtual machines</p> </li> </ul>",
"documentation": "<p>Returns only backup jobs for the specified resources:</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>CloudFormation</code> for CloudFormation</p> </li> <li> <p> <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSx</code> for Amazon FSx</p> </li> <li> <p> <code>Neptune</code> for Amazon Neptune</p> </li> <li> <p> <code>Redshift</code> for Amazon Redshift</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>SAP HANA on Amazon EC2</code> for SAP HANA databases</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> <li> <p> <code>S3</code> for Amazon S3</p> </li> <li> <p> <code>Timestream</code> for Amazon Timestream</p> </li> <li> <p> <code>VirtualMachine</code> for virtual machines</p> </li> </ul>",
"location": "querystring",
"locationName": "resourceType"
},
Expand Down Expand Up @@ -6258,7 +6262,7 @@
},
"ByResourceType": {
"shape": "ResourceType",
"documentation": "<p>Returns only recovery points that match the specified resource type.</p>",
"documentation": "<p>Returns only recovery points that match the specified resource type(s):</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>CloudFormation</code> for CloudFormation</p> </li> <li> <p> <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSx</code> for Amazon FSx</p> </li> <li> <p> <code>Neptune</code> for Amazon Neptune</p> </li> <li> <p> <code>Redshift</code> for Amazon Redshift</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>SAP HANA on Amazon EC2</code> for SAP HANA databases</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> <li> <p> <code>S3</code> for Amazon S3</p> </li> <li> <p> <code>Timestream</code> for Amazon Timestream</p> </li> <li> <p> <code>VirtualMachine</code> for virtual machines</p> </li> </ul>",
"location": "querystring",
"locationName": "resourceType"
},
Expand Down Expand Up @@ -6599,6 +6603,12 @@
"location": "querystring",
"locationName": "accountId"
},
"ByResourceType": {
"shape": "ResourceType",
"documentation": "<p>Include this parameter to return only restore jobs for the specified resources:</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>CloudFormation</code> for CloudFormation</p> </li> <li> <p> <code>DocumentDB</code> for Amazon DocumentDB (with MongoDB compatibility)</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSx</code> for Amazon FSx</p> </li> <li> <p> <code>Neptune</code> for Amazon Neptune</p> </li> <li> <p> <code>Redshift</code> for Amazon Redshift</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>SAP HANA on Amazon EC2</code> for SAP HANA databases</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> <li> <p> <code>S3</code> for Amazon S3</p> </li> <li> <p> <code>Timestream</code> for Amazon Timestream</p> </li> <li> <p> <code>VirtualMachine</code> for virtual machines</p> </li> </ul>",
"location": "querystring",
"locationName": "resourceType"
},
"ByCreatedBefore": {
"shape": "timestamp",
"documentation": "<p>Returns only restore jobs that were created before the specified date.</p>",
Expand Down Expand Up @@ -7045,6 +7055,10 @@
"ResourceName": {
"shape": "string",
"documentation": "<p>This is the non-unique name of the resource that belongs to the specified backup.</p>"
},
"VaultType": {
"shape": "VaultType",
"documentation": "<p>This is the type of vault in which the described recovery point is stored.</p>"
}
},
"documentation": "<p>Contains detailed information about the recovery points stored in a backup vault.</p>"
Expand Down Expand Up @@ -8389,7 +8403,7 @@
"members": {
"ResourceTypeOptInPreference": {
"shape": "ResourceTypeOptInPreference",
"documentation": "<p>Updates the list of services along with the opt-in preferences for the Region.</p>"
"documentation": "<p>Updates the list of services along with the opt-in preferences for the Region.</p> <p>If resource assignments are only based on tags, then service opt-in settings are applied. If a resource type is explicitly assigned to a backup plan, such as Amazon S3, Amazon EC2, or Amazon RDS, it will be included in the backup even if the opt-in is not enabled for that particular service. If both a resource type and tags are specified in a resource assignment, the resource type specified in the backup plan takes priority over the tag condition. Service opt-in settings are disregarded in this situation.</p>"
},
"ResourceTypeManagementPreference": {
"shape": "ResourceTypeManagementPreference",
Expand Down
Loading

0 comments on commit 5d5ec7c

Please sign in to comment.