Skip to content

Commit 92d6c19

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 18adb31 commit 92d6c19

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

codegen/sdk-codegen/aws-models/internetmonitor.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,12 @@
10301030
"traits": {
10311031
"smithy.api#documentation": "<p>The calculated health at a specific location.</p>"
10321032
}
1033+
},
1034+
"Ipv4Prefixes": {
1035+
"target": "com.amazonaws.internetmonitor#Ipv4PrefixList",
1036+
"traits": {
1037+
"smithy.api#documentation": "<p>The IPv4 prefixes at the client location that was impacted by the health event.</p>"
1038+
}
10331039
}
10341040
},
10351041
"traits": {
@@ -1795,6 +1801,12 @@
17951801
}
17961802
}
17971803
},
1804+
"com.amazonaws.internetmonitor#Ipv4PrefixList": {
1805+
"type": "list",
1806+
"member": {
1807+
"target": "smithy.api#String"
1808+
}
1809+
},
17981810
"com.amazonaws.internetmonitor#LimitExceededException": {
17991811
"type": "structure",
18001812
"members": {
@@ -2088,7 +2100,7 @@
20882100
"target": "com.amazonaws.internetmonitor#Percentage",
20892101
"traits": {
20902102
"smithy.api#default": 0,
2091-
"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>"
2103+
"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>"
20922104
}
20932105
}
20942106
},
@@ -2671,7 +2683,7 @@
26712683
"QueryType": {
26722684
"target": "com.amazonaws.internetmonitor#QueryType",
26732685
"traits": {
2674-
"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>",
2686+
"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>",
26752687
"smithy.api#required": {}
26762688
}
26772689
},

codegen/sdk-codegen/aws-models/kinesis-video.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3394,7 +3394,7 @@
33943394
"traits": {
33953395
"smithy.api#length": {
33963396
"min": 0,
3397-
"max": 512
3397+
"max": 1024
33983398
},
33993399
"smithy.api#pattern": "^[a-zA-Z0-9+/=]*$"
34003400
}

0 commit comments

Comments
 (0)