Skip to content

Commit 036c228

Browse files
author
awstools
committed
Updates SDK to v2.1204.0
1 parent aa60490 commit 036c228

17 files changed

+604
-218
lines changed

.changes/2.1204.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": "MediaPackage",
5+
"description": "This release adds Ads AdTriggers and AdsOnDeliveryRestrictions to describe calls for CMAF endpoints on MediaPackage."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Token",
10+
"description": "Read sso data from sso-session section in SSOTokenProvider"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Token",
15+
"description": "Set token from AWS.Signers.Bearer when specified by authtype/signatureVersion"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "token",
20+
"description": "Add TokenProviderChain with Token/Static/SSO"
21+
}
22+
]

.changes/next-release/feature-Token-019f9710.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-Token-0ea345ef.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-token-5f5ccf51.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.1203.0-->
2+
<!--LATEST=2.1204.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1204.0
6+
* feature: MediaPackage: This release adds Ads AdTriggers and AdsOnDeliveryRestrictions to describe calls for CMAF endpoints on MediaPackage.
7+
* feature: Token: Read sso data from sso-session section in SSOTokenProvider
8+
* feature: Token: Set token from AWS.Signers.Bearer when specified by authtype/signatureVersion
9+
* feature: token: Add TokenProviderChain with Token/Static/SSO
10+
511
## 2.1203.0
612
* feature: GameLift: This release adds support for eight EC2 local zones as fleet locations; Atlanta, Chicago, Dallas, Denver, Houston, Kansas City (us-east-1-mci-1a), Los Angeles, and Phoenix. It also adds support for C5d, C6a, C6i, and R5d EC2 instance families.
713
* feature: IoTWireless: This release includes a new feature for the customers to enable the LoRa gateways to send out beacons for Class B devices and an option to select one or more gateways for Class C devices when sending the LoRaWAN downlink messages.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1203.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1204.0.min.js"></script>
3333

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

apis/mediapackage-2017-10-12.min.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,6 +1587,13 @@
15871587
},
15881588
"Url": {
15891589
"locationName": "url"
1590+
},
1591+
"AdTriggers": {
1592+
"locationName": "adTriggers",
1593+
"shape": "St"
1594+
},
1595+
"AdsOnDeliveryRestrictions": {
1596+
"locationName": "adsOnDeliveryRestrictions"
15901597
}
15911598
},
15921599
"required": [

apis/mediapackage-2017-10-12.normal.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,14 @@
16701670
"documentation": "The URL of the packaged OriginEndpoint for consumption.",
16711671
"locationName": "url",
16721672
"shape": "__string"
1673+
},
1674+
"AdTriggers": {
1675+
"locationName": "adTriggers",
1676+
"shape": "AdTriggers"
1677+
},
1678+
"AdsOnDeliveryRestrictions": {
1679+
"locationName": "adsOnDeliveryRestrictions",
1680+
"shape": "AdsOnDeliveryRestrictions"
16731681
}
16741682
},
16751683
"required": [

apis/rds-2014-10-31.normal.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3909,7 +3909,7 @@
39093909
"shape": "InvalidDBInstanceStateFault"
39103910
}
39113911
],
3912-
"documentation": "<p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the AWS Region that hosts the current standby database.</p>"
3912+
"documentation": "<p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the Region that hosts the current standby database.</p>"
39133913
}
39143914
},
39153915
"shapes": {
@@ -4667,7 +4667,7 @@
46674667
},
46684668
"KMSKeyId": {
46694669
"shape": "KmsKeyIdOrArn",
4670-
"documentation": "<p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric KMS key is required for RDS Custom, but optional for Amazon RDS.</p> <p>If you have an existing symmetric KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric KMS key in your account, follow the instructions in <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk\"> Creating symmetric KMS keys</a> in the <i>Amazon Web Services Key Management Service Developer Guide</i>.</p> <p>You can choose the same symmetric key when you create a CEV and a DB instance, or choose different keys.</p>"
4670+
"documentation": "<p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is required for RDS Custom, but optional for Amazon RDS.</p> <p>If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric encryption KMS key in your account, follow the instructions in <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk\"> Creating a symmetric encryption KMS key</a> in the <i>Amazon Web Services Key Management Service Developer Guide</i>.</p> <p>You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.</p>"
46714671
},
46724672
"Description": {
46734673
"shape": "Description",
@@ -7706,7 +7706,7 @@
77067706
},
77077707
"SnapshotDatabaseTime": {
77087708
"shape": "TStamp",
7709-
"documentation": "<p>The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.</p> <p>If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours. *** REVIEWERS 7/27: Switchover</p>"
7709+
"documentation": "<p>The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.</p> <p>If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours.</p>"
77107710
},
77117711
"SnapshotTarget": {
77127712
"shape": "String",
@@ -10429,7 +10429,7 @@
1042910429
},
1043010430
"DBInstanceClass": {
1043110431
"shape": "String",
10432-
"documentation": "<p>The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html\">DB Instance Class</a> in the <i>Amazon RDS User Guide</i>. For RDS Custom, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances\">DB instance class support for RDS Custom for Oracle</a> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS\">DB instance class support for RDS Custom for SQL Server</a>.</p> <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless <code>ApplyImmediately</code> is enabled for this request. </p> <p>Default: Uses existing setting</p>"
10432+
"documentation": "<p>The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html\">DB instance classes</a> in the <i>Amazon RDS User Guide</i> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html\">Aurora DB instance classes</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless <code>ApplyImmediately</code> is enabled for this request.</p> <p>This setting doesn't apply to RDS Custom for Oracle.</p> <p>Default: Uses existing setting</p>"
1043310433
},
1043410434
"DBSubnetGroupName": {
1043510435
"shape": "String",

clients/mediapackage.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,8 @@ it will be passed through to HLS output.
846846
* The URL of the packaged OriginEndpoint for consumption.
847847
*/
848848
Url?: __string;
849+
AdTriggers?: AdTriggers;
850+
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions;
849851
}
850852
export interface HlsManifestCreateOrUpdateParameters {
851853
/**

clients/rds.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,11 +1102,11 @@ declare class RDS extends Service {
11021102
*/
11031103
stopDBInstanceAutomatedBackupsReplication(callback?: (err: AWSError, data: RDS.Types.StopDBInstanceAutomatedBackupsReplicationResult) => void): Request<RDS.Types.StopDBInstanceAutomatedBackupsReplicationResult, AWSError>;
11041104
/**
1105-
* Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the AWS Region that hosts the current standby database.
1105+
* Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the Region that hosts the current standby database.
11061106
*/
11071107
switchoverReadReplica(params: RDS.Types.SwitchoverReadReplicaMessage, callback?: (err: AWSError, data: RDS.Types.SwitchoverReadReplicaResult) => void): Request<RDS.Types.SwitchoverReadReplicaResult, AWSError>;
11081108
/**
1109-
* Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the AWS Region that hosts the current standby database.
1109+
* Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the Region that hosts the current standby database.
11101110
*/
11111111
switchoverReadReplica(callback?: (err: AWSError, data: RDS.Types.SwitchoverReadReplicaResult) => void): Request<RDS.Types.SwitchoverReadReplicaResult, AWSError>;
11121112
/**
@@ -1620,7 +1620,7 @@ declare namespace RDS {
16201620
*/
16211621
DatabaseInstallationFilesS3Prefix?: String255;
16221622
/**
1623-
* The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric KMS key is required for RDS Custom, but optional for Amazon RDS. If you have an existing symmetric KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric KMS key in your account, follow the instructions in Creating symmetric KMS keys in the Amazon Web Services Key Management Service Developer Guide. You can choose the same symmetric key when you create a CEV and a DB instance, or choose different keys.
1623+
* The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is required for RDS Custom, but optional for Amazon RDS. If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric encryption KMS key in your account, follow the instructions in Creating a symmetric encryption KMS key in the Amazon Web Services Key Management Service Developer Guide. You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.
16241624
*/
16251625
KMSKeyId: KmsKeyIdOrArn;
16261626
/**
@@ -4083,7 +4083,7 @@ declare namespace RDS {
40834083
*/
40844084
OriginalSnapshotCreateTime?: TStamp;
40854085
/**
4086-
* The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed. If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours. *** REVIEWERS 7/27: Switchover
4086+
* The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed. If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours.
40874087
*/
40884088
SnapshotDatabaseTime?: TStamp;
40894089
/**
@@ -6018,7 +6018,7 @@ declare namespace RDS {
60186018
*/
60196019
AllocatedStorage?: IntegerOptional;
60206020
/**
6021-
* The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. For RDS Custom, see DB instance class support for RDS Custom for Oracle and DB instance class support for RDS Custom for SQL Server. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless ApplyImmediately is enabled for this request. Default: Uses existing setting
6021+
* The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB instance classes in the Amazon RDS User Guide or Aurora DB instance classes in the Amazon Aurora User Guide. If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless ApplyImmediately is enabled for this request. This setting doesn't apply to RDS Custom for Oracle. Default: Uses existing setting
60226022
*/
60236023
DBInstanceClass?: String;
60246024
/**

0 commit comments

Comments
 (0)