Skip to content

Commit b48dee3

Browse files
author
awstools
committed
Updates SDK to v2.1381.0
1 parent 241206c commit b48dee3

29 files changed

+5790
-57
lines changed

.changes/2.1381.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Backup",
5+
"description": "Add ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConnectCases",
10+
"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"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaPackageV2",
15+
"description": "Adds support for the MediaPackage Live v2 API"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SESV2",
20+
"description": "This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call."
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1380.0-->
2+
<!--LATEST=2.1381.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1381.0
6+
* feature: Backup: Add ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response.
7+
* 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
8+
* feature: MediaPackageV2: Adds support for the MediaPackage Live v2 API
9+
* feature: SESV2: This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call.
10+
511
## 2.1380.0
612
* bugfix: IAM: Fix endpoint for IAM in aws-iso partition
713
* feature: Athena: Removing SparkProperties from EngineConfiguration object for StartSession API call

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1380.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1381.0.min.js"></script>
7575

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

apis/backup-2018-11-15.min.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,10 @@
19131913
"member": {
19141914
"type": "structure",
19151915
"members": {
1916-
"RecoveryPointArn": {}
1916+
"RecoveryPointArn": {},
1917+
"ResourceArn": {},
1918+
"ResourceType": {},
1919+
"BackupVaultName": {}
19171920
}
19181921
}
19191922
},

apis/backup-2018-11-15.normal.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,7 @@
23572357
},
23582358
"StartWindowMinutes": {
23592359
"shape": "WindowMinutes",
2360-
"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>"
2360+
"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>"
23612361
},
23622362
"CompletionWindowMinutes": {
23632363
"shape": "WindowMinutes",
@@ -2407,7 +2407,7 @@
24072407
},
24082408
"StartWindowMinutes": {
24092409
"shape": "WindowMinutes",
2410-
"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>"
2410+
"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>"
24112411
},
24122412
"CompletionWindowMinutes": {
24132413
"shape": "WindowMinutes",
@@ -5598,6 +5598,18 @@
55985598
"RecoveryPointArn": {
55995599
"shape": "ARN",
56005600
"documentation": "<p>This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.</p>"
5601+
},
5602+
"ResourceArn": {
5603+
"shape": "ARN",
5604+
"documentation": "<p>This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.</p>"
5605+
},
5606+
"ResourceType": {
5607+
"shape": "ResourceType",
5608+
"documentation": "<p>This is the Amazon Web Services resource type that is saved as a recovery point.</p>"
5609+
},
5610+
"BackupVaultName": {
5611+
"shape": "BackupVaultName",
5612+
"documentation": "<p>This is the name of the backup vault (the logical container in which backups are stored).</p>"
56015613
}
56025614
},
56035615
"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>"
@@ -5958,7 +5970,7 @@
59585970
},
59595971
"StartWindowMinutes": {
59605972
"shape": "WindowMinutes",
5961-
"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>"
5973+
"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>"
59625974
},
59635975
"CompleteWindowMinutes": {
59645976
"shape": "WindowMinutes",
@@ -6103,7 +6115,7 @@
61036115
},
61046116
"ResourceType": {
61056117
"shape": "ResourceType",
6106-
"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>"
6118+
"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>"
61076119
}
61086120
}
61096121
},

apis/connectcases-2022-10-03.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,8 @@
19731973
"Number",
19741974
"Boolean",
19751975
"DateTime",
1976-
"SingleSelect"
1976+
"SingleSelect",
1977+
"Url"
19771978
]
19781979
},
19791980
"FieldValue": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)