Skip to content

Commit

Permalink
Updates SDK to v2.1381.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 19, 2023
1 parent 241206c commit b48dee3
Show file tree
Hide file tree
Showing 29 changed files with 5,790 additions and 57 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1381.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Backup",
"description": "Add ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response."
},
{
"type": "feature",
"category": "ConnectCases",
"description": "This release adds the ability to create fields with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html"
},
{
"type": "feature",
"category": "MediaPackageV2",
"description": "Adds support for the MediaPackage Live v2 API"
},
{
"type": "feature",
"category": "SESV2",
"description": "This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1380.0-->
<!--LATEST=2.1381.0-->
<!--ENTRYINSERT-->

## 2.1381.0
* feature: Backup: Add ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response.
* feature: ConnectCases: This release adds the ability to create fields with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
* feature: MediaPackageV2: Adds support for the MediaPackage Live v2 API
* feature: SESV2: This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call.

## 2.1380.0
* bugfix: IAM: Fix endpoint for IAM in aws-iso partition
* feature: Athena: Removing SparkProperties from EngineConfiguration object for StartSession API call
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1380.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1381.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: 4 additions & 1 deletion apis/backup-2018-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,10 @@
"member": {
"type": "structure",
"members": {
"RecoveryPointArn": {}
"RecoveryPointArn": {},
"ResourceArn": {},
"ResourceType": {},
"BackupVaultName": {}
}
}
},
Expand Down
20 changes: 16 additions & 4 deletions apis/backup-2018-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2357,7 +2357,7 @@
},
"StartWindowMinutes": {
"shape": "WindowMinutes",
"documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.</p>"
"documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.</p> <p>During the start window, the backup job status remains in <code>CREATED</code> status until it has successfully begun or until the start window time has run out. If within the start window time Backup receives an error that allows the job to be retried, Backup will automatically retry to begin the job at least every 10 minutes until the backup successfully begins (the job status changes to <code>RUNNING</code>) or until the job status changes to <code>EXPIRED</code> (which is expected to occur when the start window time is over).</p>"
},
"CompletionWindowMinutes": {
"shape": "WindowMinutes",
Expand Down Expand Up @@ -2407,7 +2407,7 @@
},
"StartWindowMinutes": {
"shape": "WindowMinutes",
"documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.</p>"
"documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, it must be at least 60 minutes to avoid errors.</p> <p>During the start window, the backup job status remains in <code>CREATED</code> status until it has successfully begun or until the start window time has run out. If within the start window time Backup receives an error that allows the job to be retried, Backup will automatically retry to begin the job at least every 10 minutes until the backup successfully begins (the job status changes to <code>RUNNING</code>) or until the job status changes to <code>EXPIRED</code> (which is expected to occur when the start window time is over).</p>"
},
"CompletionWindowMinutes": {
"shape": "WindowMinutes",
Expand Down Expand Up @@ -5598,6 +5598,18 @@
"RecoveryPointArn": {
"shape": "ARN",
"documentation": "<p>This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.</p>"
},
"ResourceArn": {
"shape": "ARN",
"documentation": "<p>This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.</p>"
},
"ResourceType": {
"shape": "ResourceType",
"documentation": "<p>This is the Amazon Web Services resource type that is saved as a recovery point.</p>"
},
"BackupVaultName": {
"shape": "BackupVaultName",
"documentation": "<p>This is the name of the backup vault (the logical container in which backups are stored).</p>"
}
},
"documentation": "<p>This is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.</p>"
Expand Down Expand Up @@ -5958,7 +5970,7 @@
},
"StartWindowMinutes": {
"shape": "WindowMinutes",
"documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours. If this value is included, it must be at least 60 minutes to avoid errors.</p>"
"documentation": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours. If this value is included, it must be at least 60 minutes to avoid errors.</p> <p>During the start window, the backup job status remains in <code>CREATED</code> status until it has successfully begun or until the start window time has run out. If within the start window time Backup receives an error that allows the job to be retried, Backup will automatically retry to begin the job at least every 10 minutes until the backup successfully begins (the job status changes to <code>RUNNING</code>) or until the job status changes to <code>EXPIRED</code> (which is expected to occur when the start window time is over).</p>"
},
"CompleteWindowMinutes": {
"shape": "WindowMinutes",
Expand Down Expand Up @@ -6103,7 +6115,7 @@
},
"ResourceType": {
"shape": "ResourceType",
"documentation": "<p>Starts a job to restore a recovery point for one of the following 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>Starts a job to restore a recovery point for one of the following 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>CloudFormation</code> for CloudFormation</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>Redshift</code> for Amazon Redshift</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>"
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion apis/connectcases-2022-10-03.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,8 @@
"Number",
"Boolean",
"DateTime",
"SingleSelect"
"SingleSelect",
"Url"
]
},
"FieldValue": {
Expand Down
5 changes: 5 additions & 0 deletions apis/mediapackagev2-2022-12-25.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}

0 comments on commit b48dee3

Please sign in to comment.