Skip to content

Commit 062dc1a

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 85fe907 commit 062dc1a

File tree

1,793 files changed

+5744
-4243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,793 files changed

+5744
-4243
lines changed

apis/internetmonitor/2021-06-03/api-2.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@
246246
"Tags":{"shape":"TagMap"},
247247
"MaxCityNetworksToMonitor":{"shape":"MaxCityNetworksToMonitor"},
248248
"InternetMeasurementsLogDelivery":{"shape":"InternetMeasurementsLogDelivery"},
249-
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"}
249+
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"},
250+
"HealthEventsConfig":{"shape":"HealthEventsConfig"}
250251
}
251252
},
252253
"CreateMonitorOutput":{
@@ -320,7 +321,8 @@
320321
"ImpactedLocations":{"shape":"ImpactedLocationsList"},
321322
"Status":{"shape":"HealthEventStatus"},
322323
"PercentOfTotalTrafficImpacted":{"shape":"Double"},
323-
"ImpactType":{"shape":"HealthEventImpactType"}
324+
"ImpactType":{"shape":"HealthEventImpactType"},
325+
"HealthScoreThreshold":{"shape":"Percentage"}
324326
}
325327
},
326328
"GetMonitorInput":{
@@ -356,7 +358,8 @@
356358
"Tags":{"shape":"TagMap"},
357359
"MaxCityNetworksToMonitor":{"shape":"MaxCityNetworksToMonitor"},
358360
"InternetMeasurementsLogDelivery":{"shape":"InternetMeasurementsLogDelivery"},
359-
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"}
361+
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"},
362+
"HealthEventsConfig":{"shape":"HealthEventsConfig"}
360363
}
361364
},
362365
"HealthEvent":{
@@ -380,7 +383,8 @@
380383
"ImpactedLocations":{"shape":"ImpactedLocationsList"},
381384
"Status":{"shape":"HealthEventStatus"},
382385
"PercentOfTotalTrafficImpacted":{"shape":"Double"},
383-
"ImpactType":{"shape":"HealthEventImpactType"}
386+
"ImpactType":{"shape":"HealthEventImpactType"},
387+
"HealthScoreThreshold":{"shape":"Percentage"}
384388
}
385389
},
386390
"HealthEventImpactType":{
@@ -407,6 +411,13 @@
407411
"RESOLVED"
408412
]
409413
},
414+
"HealthEventsConfig":{
415+
"type":"structure",
416+
"members":{
417+
"AvailabilityScoreThreshold":{"shape":"Percentage"},
418+
"PerformanceScoreThreshold":{"shape":"Percentage"}
419+
}
420+
},
410421
"ImpactedLocation":{
411422
"type":"structure",
412423
"required":[
@@ -673,6 +684,11 @@
673684
},
674685
"exception":true
675686
},
687+
"Percentage":{
688+
"type":"double",
689+
"max":100,
690+
"min":0
691+
},
676692
"PerformanceMeasurement":{
677693
"type":"structure",
678694
"members":{
@@ -849,7 +865,8 @@
849865
},
850866
"MaxCityNetworksToMonitor":{"shape":"MaxCityNetworksToMonitor"},
851867
"InternetMeasurementsLogDelivery":{"shape":"InternetMeasurementsLogDelivery"},
852-
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"}
868+
"TrafficPercentageToMonitor":{"shape":"TrafficPercentageToMonitor"},
869+
"HealthEventsConfig":{"shape":"HealthEventsConfig"}
853870
}
854871
},
855872
"UpdateMonitorOutput":{

apis/internetmonitor/2021-06-03/docs-2.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@
137137
"ListHealthEventsInput$EventStatus": "<p>The status of a health event.</p>"
138138
}
139139
},
140+
"HealthEventsConfig": {
141+
"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>",
142+
"refs": {
143+
"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>",
144+
"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>",
145+
"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>"
146+
}
147+
},
140148
"ImpactedLocation": {
141149
"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>",
142150
"refs": {
@@ -302,6 +310,15 @@
302310
"refs": {
303311
}
304312
},
313+
"Percentage": {
314+
"base": null,
315+
"refs": {
316+
"GetHealthEventOutput$HealthScoreThreshold": "<p>The threshold percentage for health events when Amazon CloudWatch Internet Monitor creates a health event.</p>",
317+
"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>",
318+
"HealthEventsConfig$AvailabilityScoreThreshold": "<p>The health event threshold percentage set for availability scores.</p>",
319+
"HealthEventsConfig$PerformanceScoreThreshold": "<p>The health event threshold percentage set for performance scores.</p>"
320+
}
321+
},
305322
"PerformanceMeasurement": {
306323
"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>",
307324
"refs": {

apis/kinesisanalyticsv2/2018-05-23/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,8 @@
22912291
"FLINK-1_11",
22922292
"FLINK-1_13",
22932293
"ZEPPELIN-FLINK-2_0",
2294-
"FLINK-1_15"
2294+
"FLINK-1_15",
2295+
"ZEPPELIN-FLINK-3_0"
22952296
]
22962297
},
22972298
"S3ApplicationCodeLocationDescription":{

0 commit comments

Comments
 (0)