Skip to content

Commit

Permalink
Release v1.50.24 (2024-02-22) (#5178)
Browse files Browse the repository at this point in the history
Release v1.50.24 (2024-02-22)
===

### Service Client Updates
* `service/internetmonitor`: Updates service API and documentation
* `service/kinesisvideo`: Updates service API
  * Increasing NextToken parameter length restriction for List APIs from 512 to 1024.
  • Loading branch information
aws-sdk-go-automation committed Feb 22, 2024
1 parent 8ff3ae1 commit e9c8c66
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.50.24 (2024-02-22)
===

### Service Client Updates
* `service/internetmonitor`: Updates service API and documentation
* `service/kinesisvideo`: Updates service API
* Increasing NextToken parameter length restriction for List APIs from 512 to 1024.

Release v1.50.23 (2024-02-21)
===

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.50.23"
const SDKVersion = "1.50.24"
7 changes: 6 additions & 1 deletion models/apis/internetmonitor/2021-06-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,8 @@
"ServiceLocation":{"shape":"String"},
"Status":{"shape":"HealthEventStatus"},
"CausedBy":{"shape":"NetworkImpairment"},
"InternetHealth":{"shape":"InternetHealth"}
"InternetHealth":{"shape":"InternetHealth"},
"Ipv4Prefixes":{"shape":"Ipv4PrefixList"}
}
},
"ImpactedLocationsList":{
Expand Down Expand Up @@ -635,6 +636,10 @@
"S3Config":{"shape":"S3Config"}
}
},
"Ipv4PrefixList":{
"type":"list",
"member":{"shape":"String"}
},
"LimitExceededException":{
"type":"structure",
"members":{
Expand Down
11 changes: 9 additions & 2 deletions models/apis/internetmonitor/2021-06-03/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@
"UpdateMonitorInput$InternetMeasurementsLogDelivery": "<p>Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.</p>"
}
},
"Ipv4PrefixList": {
"base": null,
"refs": {
"ImpactedLocation$Ipv4Prefixes": "<p>The IPv4 prefixes at the client location that was impacted by the health event.</p>"
}
},
"LimitExceededException": {
"base": "<p>The request exceeded a service quota.</p>",
"refs": {
Expand Down Expand Up @@ -379,7 +385,7 @@
"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>",
"LocalHealthEventsConfig$HealthScoreThreshold": "<p>The health event threshold percentage set for a local health score.</p>",
"LocalHealthEventsConfig$MinTrafficImpact": "<p>The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.</p> <p>If you don't set a minimum traffic impact threshold, the default value is 0.01%.</p>"
"LocalHealthEventsConfig$MinTrafficImpact": "<p>The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.</p> <p>If you don't set a minimum traffic impact threshold, the default value is 0.1%.</p>"
}
},
"PerformanceMeasurement": {
Expand Down Expand Up @@ -427,7 +433,7 @@
"QueryType": {
"base": null,
"refs": {
"StartQueryInput$QueryType": "<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: TBD definition</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: TBD definition</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: TBD definition</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\"> Using the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>"
"StartQueryInput$QueryType": "<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, and round-trip times, at 5 minute intervals.</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: Provides availability score, performance score, total traffic, and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals.</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\"> Using the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>"
}
},
"ResourceName": {
Expand Down Expand Up @@ -523,6 +529,7 @@
"ImpactedLocation$ServiceLocation": "<p>The service location where the health event is located.</p>",
"InternalServerErrorException$message": null,
"InternalServerException$message": null,
"Ipv4PrefixList$member": null,
"LimitExceededException$message": null,
"ListHealthEventsInput$NextToken": "<p>The token for the next set of results. You receive this token from a previous call.</p>",
"ListHealthEventsOutput$NextToken": "<p>The token for the next set of results. You receive this token from a previous call.</p>",
Expand Down
2 changes: 1 addition & 1 deletion models/apis/kinesisvideo/2017-09-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@
},
"NextToken":{
"type":"string",
"max":512,
"max":1024,
"min":0,
"pattern":"[a-zA-Z0-9+/=]*"
},
Expand Down
22 changes: 18 additions & 4 deletions service/internetmonitor/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9c8c66

Please sign in to comment.