diff --git a/CHANGELOG.md b/CHANGELOG.md index b607d408f54..7705de8875f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/codegen/sdk/aws-models/internetmonitor.json b/codegen/sdk/aws-models/internetmonitor.json index 5aa553ca542..1f50e012a8f 100644 --- a/codegen/sdk/aws-models/internetmonitor.json +++ b/codegen/sdk/aws-models/internetmonitor.json @@ -1030,6 +1030,12 @@ "traits": { "smithy.api#documentation": "

The calculated health at a specific location.

" } + }, + "Ipv4Prefixes": { + "target": "com.amazonaws.internetmonitor#Ipv4PrefixList", + "traits": { + "smithy.api#documentation": "

The IPv4 prefixes at the client location that was impacted by the health event.

" + } } }, "traits": { @@ -1795,6 +1801,12 @@ } } }, + "com.amazonaws.internetmonitor#Ipv4PrefixList": { + "type": "list", + "member": { + "target": "smithy.api#String" + } + }, "com.amazonaws.internetmonitor#LimitExceededException": { "type": "structure", "members": { @@ -2088,7 +2100,7 @@ "target": "com.amazonaws.internetmonitor#Percentage", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

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.

\n

If you don't set a minimum traffic impact threshold, the default value is 0.01%.

" + "smithy.api#documentation": "

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.

\n

If you don't set a minimum traffic impact threshold, the default value is 0.1%.

" } } }, @@ -2671,7 +2683,7 @@ "QueryType": { "target": "com.amazonaws.internetmonitor#QueryType", "traits": { - "smithy.api#documentation": "

The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:

\n \n

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 \n\t\t\t\tUsing the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.

", + "smithy.api#documentation": "

The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:

\n \n

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 \n\t\t\t\tUsing the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.

", "smithy.api#required": {} } }, diff --git a/codegen/sdk/aws-models/kinesis-video.json b/codegen/sdk/aws-models/kinesis-video.json index cd047f4fc6b..00b2eaf395d 100644 --- a/codegen/sdk/aws-models/kinesis-video.json +++ b/codegen/sdk/aws-models/kinesis-video.json @@ -3394,7 +3394,7 @@ "traits": { "smithy.api#length": { "min": 0, - "max": 512 + "max": 1024 }, "smithy.api#pattern": "^[a-zA-Z0-9+/=]*$" } diff --git a/gradle.properties b/gradle.properties index 8b6015f77c1..5d5c0e65cc0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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/