Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Jun 28, 2023
1 parent 85fe907 commit 062dc1a
Show file tree
Hide file tree
Showing 1,793 changed files with 5,744 additions and 4,243 deletions.
27 changes: 22 additions & 5 deletions 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 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 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 062dc1a

Please sign in to comment.