Skip to content

Commit

Permalink
Release v1.44.292 (2023-06-28) (#4896)
Browse files Browse the repository at this point in the history
Release v1.44.292 (2023-06-28)
===

### Service Client Updates
* `service/internetmonitor`: Updates service API and documentation
* `service/kinesisanalyticsv2`: Updates service API
* `service/lambda`: Updates service API and documentation
  * Surface ResourceConflictException in DeleteEventSourceMapping
* `service/omics`: Updates service API
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.
* `service/s3`: Updates service API, documentation, and examples
  * 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.
* `service/sagemaker`: Updates service API and documentation
  * This release adds support for Model Cards Model Registry integration.
  • Loading branch information
aws-sdk-go-automation committed Jun 28, 2023
1 parent f6cba54 commit 8edbac8
Show file tree
Hide file tree
Showing 27 changed files with 1,593 additions and 1,596 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.44.292 (2023-06-28)
===

### Service Client Updates
* `service/internetmonitor`: Updates service API and documentation
* `service/kinesisanalyticsv2`: Updates service API
* `service/lambda`: Updates service API and documentation
* Surface ResourceConflictException in DeleteEventSourceMapping
* `service/omics`: Updates service API
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory.
* `service/s3`: Updates service API, documentation, and examples
* 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.
* `service/sagemaker`: Updates service API and documentation
* This release adds support for Model Cards Model Registry integration.

Release v1.44.291 (2023-06-27)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.291"
const SDKVersion = "1.44.292"
27 changes: 22 additions & 5 deletions models/apis/internetmonitor/2021-06-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@
"Tags":{"shape":"TagMap"},
"MaxCityNetworksToMonitor":{"shape":"MaxCityNetworksToMonitor"},
"InternetMeasurementsLogDelivery":{"shape":"InternetMeasurementsLogDelivery"},
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"}
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"},
"HealthEventsConfig":{"shape":"HealthEventsConfig"}
}
},
"CreateMonitorOutput":{
Expand Down Expand Up @@ -320,7 +321,8 @@
"ImpactedLocations":{"shape":"ImpactedLocationsList"},
"Status":{"shape":"HealthEventStatus"},
"PercentOfTotalTrafficImpacted":{"shape":"Double"},
"ImpactType":{"shape":"HealthEventImpactType"}
"ImpactType":{"shape":"HealthEventImpactType"},
"HealthScoreThreshold":{"shape":"Percentage"}
}
},
"GetMonitorInput":{
Expand Down Expand Up @@ -356,7 +358,8 @@
"Tags":{"shape":"TagMap"},
"MaxCityNetworksToMonitor":{"shape":"MaxCityNetworksToMonitor"},
"InternetMeasurementsLogDelivery":{"shape":"InternetMeasurementsLogDelivery"},
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"}
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"},
"HealthEventsConfig":{"shape":"HealthEventsConfig"}
}
},
"HealthEvent":{
Expand All @@ -380,7 +383,8 @@
"ImpactedLocations":{"shape":"ImpactedLocationsList"},
"Status":{"shape":"HealthEventStatus"},
"PercentOfTotalTrafficImpacted":{"shape":"Double"},
"ImpactType":{"shape":"HealthEventImpactType"}
"ImpactType":{"shape":"HealthEventImpactType"},
"HealthScoreThreshold":{"shape":"Percentage"}
}
},
"HealthEventImpactType":{
Expand All @@ -407,6 +411,13 @@
"RESOLVED"
]
},
"HealthEventsConfig":{
"type":"structure",
"members":{
"AvailabilityScoreThreshold":{"shape":"Percentage"},
"PerformanceScoreThreshold":{"shape":"Percentage"}
}
},
"ImpactedLocation":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -673,6 +684,11 @@
},
"exception":true
},
"Percentage":{
"type":"double",
"max":100,
"min":0
},
"PerformanceMeasurement":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -849,7 +865,8 @@
},
"MaxCityNetworksToMonitor":{"shape":"MaxCityNetworksToMonitor"},
"InternetMeasurementsLogDelivery":{"shape":"InternetMeasurementsLogDelivery"},
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"}
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"},
"HealthEventsConfig":{"shape":"HealthEventsConfig"}
}
},
"UpdateMonitorOutput":{
Expand Down
17 changes: 17 additions & 0 deletions models/apis/internetmonitor/2021-06-03/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
"ListHealthEventsInput$EventStatus": "<p>The status of a health event.</p>"
}
},
"HealthEventsConfig": {
"base": "<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>",
"refs": {
"CreateMonitorInput$HealthEventsConfig": "<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>",
"GetMonitorOutput$HealthEventsConfig": "<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>",
"UpdateMonitorInput$HealthEventsConfig": "<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>"
}
},
"ImpactedLocation": {
"base": "<p>Information about a location impacted by a health event in Amazon CloudWatch Internet Monitor.</p> <p>Geographic regions are hierarchically categorized into country, subdivision, metro and city geographic granularities. The geographic region is identified based on the IP address used at the client locations.</p>",
"refs": {
Expand Down Expand Up @@ -302,6 +310,15 @@
"refs": {
}
},
"Percentage": {
"base": null,
"refs": {
"GetHealthEventOutput$HealthScoreThreshold": "<p>The threshold percentage for health events when Amazon CloudWatch Internet Monitor creates a health event.</p>",
"HealthEvent$HealthScoreThreshold": "<p>The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.</p>",
"HealthEventsConfig$AvailabilityScoreThreshold": "<p>The health event threshold percentage set for availability scores.</p>",
"HealthEventsConfig$PerformanceScoreThreshold": "<p>The health event threshold percentage set for performance scores.</p>"
}
},
"PerformanceMeasurement": {
"base": "<p>Measurements about the performance for your application on the internet calculated by Amazon CloudWatch Internet Monitor. Amazon Web Services has substantial historical data about internet performance and availability between Amazon Web Services services and different network providers and geographies. By applying statistical analysis to the data, Internet Monitor can detect when the performance and availability for your application has dropped, compared to an estimated baseline that's already calculated. To make it easier to see those drops, we report that information to you in the form of health scores: a performance score and an availability score.</p> <p>Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance drop. For example, a performance score of 99% for an end user and service location pair is equivalent to 1% of the traffic experiencing a performance drop for that pair.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-inside-internet-monitor.html#IMExperienceScores\">How Internet Monitor calculates performance and availability scores</a> in the Amazon CloudWatch Internet Monitor section of the <i>CloudWatch User Guide</i>.</p>",
"refs": {
Expand Down
3 changes: 2 additions & 1 deletion models/apis/kinesisanalyticsv2/2018-05-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,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 8edbac8

Please sign in to comment.