Skip to content

Commit

Permalink
Merging v1.0.63 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Feb 22, 2024
2 parents ff25e6b + c9c463e commit 4ff7c81
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.0.63] - 02/22/2024

### Features
* (**internetmonitor**) This release adds IPv4 prefixes to health events
* (**kinesisvideo**) Increasing NextToken parameter length restriction for List APIs from 512 to 1024.

## [1.0.62] - 02/21/2024

### Features
Expand Down
16 changes: 14 additions & 2 deletions codegen/sdk/aws-models/internetmonitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,12 @@
"traits": {
"smithy.api#documentation": "<p>The calculated health at a specific location.</p>"
}
},
"Ipv4Prefixes": {
"target": "com.amazonaws.internetmonitor#Ipv4PrefixList",
"traits": {
"smithy.api#documentation": "<p>The IPv4 prefixes at the client location that was impacted by the health event.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -1795,6 +1801,12 @@
}
}
},
"com.amazonaws.internetmonitor#Ipv4PrefixList": {
"type": "list",
"member": {
"target": "smithy.api#String"
}
},
"com.amazonaws.internetmonitor#LimitExceededException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2088,7 +2100,7 @@
"target": "com.amazonaws.internetmonitor#Percentage",
"traits": {
"smithy.api#default": 0,
"smithy.api#documentation": "<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\n\t\t\tthreshold is crossed for a local health score.</p>\n <p>If you don't set a minimum traffic impact threshold, the default value is 0.01%.</p>"
"smithy.api#documentation": "<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\n\t\t\tthreshold is crossed for a local health score.</p>\n <p>If you don't set a minimum traffic impact threshold, the default value is 0.1%.</p>"
}
}
},
Expand Down Expand Up @@ -2671,7 +2683,7 @@
"QueryType": {
"target": "com.amazonaws.internetmonitor#QueryType",
"traits": {
"smithy.api#documentation": "<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>\n <ul>\n <li>\n <p>\n <code>MEASUREMENTS</code>: TBD definition</p>\n </li>\n <li>\n <p>\n <code>TOP_LOCATIONS</code>: TBD definition</p>\n </li>\n <li>\n <p>\n <code>TOP_LOCATION_DETAILS</code>: TBD definition</p>\n </li>\n </ul>\n <p>For lists of the fields returned with each query type and more information about how each type of query is\n\t\t\tperformed, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\">\n\t\t\t\tUsing the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>",
"smithy.api#documentation": "<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>\n <ul>\n <li>\n <p>\n <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, \n\t\t\t\tand round-trip times, at 5 minute intervals.</p>\n </li>\n <li>\n <p>\n <code>TOP_LOCATIONS</code>: Provides availability score, performance score, total traffic, \n\t\t\t\tand time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.</p>\n </li>\n <li>\n <p>\n <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your \n\t\t\t\tcurrent configuration, and the best performing EC2 configuration, at 1 hour intervals.</p>\n </li>\n </ul>\n <p>For lists of the fields returned with each query type and more information about how each type of query is\n\t\t\tperformed, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\">\n\t\t\t\tUsing the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>",
"smithy.api#required": {}
}
},
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk/aws-models/kinesis-video.json
Original file line number Diff line number Diff line change
Expand Up @@ -3394,7 +3394,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 512
"max": 1024
},
"smithy.api#pattern": "^[a-zA-Z0-9+/=]*$"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=1.0.63-SNAPSHOT
sdkVersion=1.0.64-SNAPSHOT

# dokka config (values specified at build-time as needed)
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
Expand Down

0 comments on commit 4ff7c81

Please sign in to comment.