Skip to content

Commit

Permalink
Updates SDK to v2.1407.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 28, 2023
1 parent 4247c36 commit a5d9ea1
Show file tree
Hide file tree
Showing 29 changed files with 951 additions and 350 deletions.
42 changes: 42 additions & 0 deletions .changes/2.1407.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "bugfix",
"category": "Cost Explorer",
"description": "recognize Cost Explorer global endpoints."
},
{
"type": "feature",
"category": "InternetMonitor",
"description": "This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event."
},
{
"type": "feature",
"category": "KinesisAnalyticsV2",
"description": "Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15"
},
{
"type": "feature",
"category": "Lambda",
"description": "Surface ResourceConflictException in DeleteEventSourceMapping"
},
{
"type": "feature",
"category": "Omics",
"description": "Add Common Workflow Language (CWL) as a supported language for Omics workflows"
},
{
"type": "feature",
"category": "RDS",
"description": "Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory."
},
{
"type": "feature",
"category": "S3",
"description": "The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds support for Model Cards Model Registry integration."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Global-Services-2456cbf7.json

This file was deleted.

12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1406.0-->
<!--LATEST=2.1407.0-->
<!--ENTRYINSERT-->

## 2.1407.0
* bugfix: Cost Explorer: recognize Cost Explorer global endpoints.
* feature: InternetMonitor: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.
* feature: KinesisAnalyticsV2: Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15
* feature: Lambda: Surface ResourceConflictException in DeleteEventSourceMapping
* feature: Omics: Add Common Workflow Language (CWL) as a supported language for Omics workflows
* feature: RDS: Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.
* feature: S3: The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.
* feature: SageMaker: This release adds support for Model Cards Model Registry integration.

## 2.1406.0
* feature: AppFabric: Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security.
* feature: Appflow: This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.
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.1406.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1407.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
68 changes: 47 additions & 21 deletions apis/internetmonitor-2021-06-03.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
},
"TrafficPercentageToMonitor": {
"type": "integer"
},
"HealthEventsConfig": {
"shape": "Sf"
}
}
},
Expand Down Expand Up @@ -119,25 +122,28 @@
"EventArn": {},
"EventId": {},
"StartedAt": {
"shape": "Sn"
"shape": "Sp"
},
"EndedAt": {
"shape": "Sn"
"shape": "Sp"
},
"CreatedAt": {
"shape": "Sn"
"shape": "Sp"
},
"LastUpdatedAt": {
"shape": "Sn"
"shape": "Sp"
},
"ImpactedLocations": {
"shape": "So"
"shape": "Sq"
},
"Status": {},
"PercentOfTotalTrafficImpacted": {
"type": "double"
},
"ImpactType": {}
"ImpactType": {},
"HealthScoreThreshold": {
"type": "double"
}
}
}
},
Expand Down Expand Up @@ -177,10 +183,10 @@
},
"Status": {},
"CreatedAt": {
"shape": "Sn"
"shape": "Sp"
},
"ModifiedAt": {
"shape": "Sn"
"shape": "Sp"
},
"ProcessingStatus": {},
"ProcessingStatusInfo": {},
Expand All @@ -195,6 +201,9 @@
},
"TrafficPercentageToMonitor": {
"type": "integer"
},
"HealthEventsConfig": {
"shape": "Sf"
}
}
}
Expand All @@ -216,12 +225,12 @@
"locationName": "MonitorName"
},
"StartTime": {
"shape": "Sn",
"shape": "Sp",
"location": "querystring",
"locationName": "StartTime"
},
"EndTime": {
"shape": "Sn",
"shape": "Sp",
"location": "querystring",
"locationName": "EndTime"
},
Expand Down Expand Up @@ -263,25 +272,28 @@
"EventArn": {},
"EventId": {},
"StartedAt": {
"shape": "Sn"
"shape": "Sp"
},
"EndedAt": {
"shape": "Sn"
"shape": "Sp"
},
"CreatedAt": {
"shape": "Sn"
"shape": "Sp"
},
"LastUpdatedAt": {
"shape": "Sn"
"shape": "Sp"
},
"ImpactedLocations": {
"shape": "So"
"shape": "Sq"
},
"Status": {},
"PercentOfTotalTrafficImpacted": {
"type": "double"
},
"ImpactType": {}
"ImpactType": {},
"HealthScoreThreshold": {
"type": "double"
}
}
}
},
Expand Down Expand Up @@ -459,6 +471,9 @@
},
"TrafficPercentageToMonitor": {
"type": "integer"
},
"HealthEventsConfig": {
"shape": "Sf"
}
}
},
Expand Down Expand Up @@ -499,11 +514,22 @@
}
}
},
"Sn": {
"Sf": {
"type": "structure",
"members": {
"AvailabilityScoreThreshold": {
"type": "double"
},
"PerformanceScoreThreshold": {
"type": "double"
}
}
},
"Sp": {
"type": "timestamp",
"timestampFormat": "iso8601"
},
"So": {
"Sq": {
"type": "list",
"member": {
"type": "structure",
Expand Down Expand Up @@ -541,10 +567,10 @@
],
"members": {
"Networks": {
"shape": "Su"
"shape": "Sw"
},
"AsPath": {
"shape": "Su"
"shape": "Sw"
},
"NetworkEventType": {}
}
Expand Down Expand Up @@ -599,7 +625,7 @@
}
}
},
"Su": {
"Sw": {
"type": "list",
"member": {
"type": "structure",
Expand Down
39 changes: 39 additions & 0 deletions apis/internetmonitor-2021-06-03.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@
"TrafficPercentageToMonitor": {
"shape": "TrafficPercentageToMonitor",
"documentation": "<p>The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.</p>"
},
"HealthEventsConfig": {
"shape": "HealthEventsConfig",
"documentation": "<p>Defines the health event threshold percentages, for performance score and availability score. Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you don't set a health event threshold, the default calue is 95%.</p>"
}
}
},
Expand Down Expand Up @@ -502,6 +506,10 @@
"ImpactType": {
"shape": "HealthEventImpactType",
"documentation": "<p>The type of impairment of a specific health event.</p>"
},
"HealthScoreThreshold": {
"shape": "Percentage",
"documentation": "<p>The threshold percentage for health events when Amazon CloudWatch Internet Monitor creates a health event.</p>"
}
}
},
Expand Down Expand Up @@ -577,6 +585,10 @@
"TrafficPercentageToMonitor": {
"shape": "TrafficPercentageToMonitor",
"documentation": "<p>The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.</p>"
},
"HealthEventsConfig": {
"shape": "HealthEventsConfig",
"documentation": "<p>The list of health event thresholds. A health event threshold percentage, for performance and availability, determines the level of impact at which Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users.</p>"
}
}
},
Expand Down Expand Up @@ -631,6 +643,10 @@
"ImpactType": {
"shape": "HealthEventImpactType",
"documentation": "<p>The type of impairment for a health event.</p>"
},
"HealthScoreThreshold": {
"shape": "Percentage",
"documentation": "<p>The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.</p>"
}
},
"documentation": "<p>Information about a health event created in a monitor in Amazon CloudWatch Internet Monitor.</p>"
Expand Down Expand Up @@ -661,6 +677,20 @@
"RESOLVED"
]
},
"HealthEventsConfig": {
"type": "structure",
"members": {
"AvailabilityScoreThreshold": {
"shape": "Percentage",
"documentation": "<p>The health event threshold percentage set for availability scores.</p>"
},
"PerformanceScoreThreshold": {
"shape": "Percentage",
"documentation": "<p>The health event threshold percentage set for performance scores.</p>"
}
},
"documentation": "<p>A complex type for the configuration. Defines the health event threshold percentages, for performance score and availability score. Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold. If you don't set a health event threshold, the default value is 95%.</p>"
},
"ImpactedLocation": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -1008,6 +1038,11 @@
"shape": "Network"
}
},
"Percentage": {
"type": "double",
"max": 100,
"min": 0
},
"PerformanceMeasurement": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -1218,6 +1253,10 @@
"TrafficPercentageToMonitor": {
"shape": "TrafficPercentageToMonitor",
"documentation": "<p>The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.</p>"
},
"HealthEventsConfig": {
"shape": "HealthEventsConfig",
"documentation": "<p>The list of health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users.</p>"
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion apis/kinesisanalyticsv2-2018-05-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4066,7 +4066,8 @@
"FLINK-1_11",
"FLINK-1_13",
"ZEPPELIN-FLINK-2_0",
"FLINK-1_15"
"FLINK-1_15",
"ZEPPELIN-FLINK-3_0"
]
},
"S3ApplicationCodeLocationDescription": {
Expand Down
Loading

0 comments on commit a5d9ea1

Please sign in to comment.