aws-sdk-internetmonitor 1.31.0 → 1.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-internetmonitor/client.rb +8 -3
- data/lib/aws-sdk-internetmonitor/types.rb +6 -1
- data/lib/aws-sdk-internetmonitor.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ac1ffbdf5774e1d5e2b13a1db96b3cdfbc320c19efb53434bb27efdf6b0c748
|
4
|
+
data.tar.gz: 54bb7f6f3926d9fa3da873d78e800e3f037866f0fae351a3bb281df743fab693
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91d6693186c71fb22e87e037bad67a64bf0af7826de577ade73218d2e3c1f5e8de4714267f85efb8cf114147161f330855ae85a404c203c49a1914ecc5d71d10
|
7
|
+
data.tar.gz: 110ba0c8e22cd2281300536538589264d7b54a5d4f4ed3ded0731a70a53d03da7652650ad77c90e72831318a191aec430db758d6699bc2a8f5c901156c93ebe8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.32.0
|
@@ -1318,9 +1318,14 @@ module Aws::InternetMonitor
|
|
1318
1318
|
#
|
1319
1319
|
# * `OVERALL_TRAFFIC_SUGGESTIONS_DETAILS`: Provides TTFB, using a 30-day
|
1320
1320
|
# weighted average, for each top location, for a proposed Amazon Web
|
1321
|
-
# Services location. Must provide
|
1321
|
+
# Services location. Must provide an Amazon Web Services location to
|
1322
1322
|
# search.
|
1323
1323
|
#
|
1324
|
+
# * `ROUTING_SUGGESTIONS`: Provides the predicted average round-trip
|
1325
|
+
# time (RTT) from an IP prefix toward an Amazon Web Services location
|
1326
|
+
# for a DNS resolver. The RTT is calculated at one hour intervals,
|
1327
|
+
# over a one hour period.
|
1328
|
+
#
|
1324
1329
|
# For lists of the fields returned with each query type and more
|
1325
1330
|
# information about how each type of query is performed, see [ Using the
|
1326
1331
|
# Amazon CloudWatch Internet Monitor query interface][1] in the Amazon
|
@@ -1367,7 +1372,7 @@ module Aws::InternetMonitor
|
|
1367
1372
|
# monitor_name: "ResourceName", # required
|
1368
1373
|
# start_time: Time.now, # required
|
1369
1374
|
# end_time: Time.now, # required
|
1370
|
-
# query_type: "MEASUREMENTS", # required, accepts MEASUREMENTS, TOP_LOCATIONS, TOP_LOCATION_DETAILS, OVERALL_TRAFFIC_SUGGESTIONS, OVERALL_TRAFFIC_SUGGESTIONS_DETAILS
|
1375
|
+
# query_type: "MEASUREMENTS", # required, accepts MEASUREMENTS, TOP_LOCATIONS, TOP_LOCATION_DETAILS, OVERALL_TRAFFIC_SUGGESTIONS, OVERALL_TRAFFIC_SUGGESTIONS_DETAILS, ROUTING_SUGGESTIONS
|
1371
1376
|
# filter_parameters: [
|
1372
1377
|
# {
|
1373
1378
|
# field: "String",
|
@@ -1638,7 +1643,7 @@ module Aws::InternetMonitor
|
|
1638
1643
|
tracer: tracer
|
1639
1644
|
)
|
1640
1645
|
context[:gem_name] = 'aws-sdk-internetmonitor'
|
1641
|
-
context[:gem_version] = '1.
|
1646
|
+
context[:gem_version] = '1.32.0'
|
1642
1647
|
Seahorse::Client::Request.new(handlers, context)
|
1643
1648
|
end
|
1644
1649
|
|
@@ -1769,9 +1769,14 @@ module Aws::InternetMonitor
|
|
1769
1769
|
#
|
1770
1770
|
# * `OVERALL_TRAFFIC_SUGGESTIONS_DETAILS`: Provides TTFB, using a
|
1771
1771
|
# 30-day weighted average, for each top location, for a proposed
|
1772
|
-
# Amazon Web Services location. Must provide
|
1772
|
+
# Amazon Web Services location. Must provide an Amazon Web Services
|
1773
1773
|
# location to search.
|
1774
1774
|
#
|
1775
|
+
# * `ROUTING_SUGGESTIONS`: Provides the predicted average round-trip
|
1776
|
+
# time (RTT) from an IP prefix toward an Amazon Web Services
|
1777
|
+
# location for a DNS resolver. The RTT is calculated at one hour
|
1778
|
+
# intervals, over a one hour period.
|
1779
|
+
#
|
1775
1780
|
# For lists of the fields returned with each query type and more
|
1776
1781
|
# information about how each type of query is performed, see [ Using
|
1777
1782
|
# the Amazon CloudWatch Internet Monitor query interface][1] in the
|
data/sig/client.rbs
CHANGED
@@ -273,7 +273,7 @@ module Aws
|
|
273
273
|
monitor_name: ::String,
|
274
274
|
start_time: ::Time,
|
275
275
|
end_time: ::Time,
|
276
|
-
query_type: ("MEASUREMENTS" | "TOP_LOCATIONS" | "TOP_LOCATION_DETAILS" | "OVERALL_TRAFFIC_SUGGESTIONS" | "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS"),
|
276
|
+
query_type: ("MEASUREMENTS" | "TOP_LOCATIONS" | "TOP_LOCATION_DETAILS" | "OVERALL_TRAFFIC_SUGGESTIONS" | "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS" | "ROUTING_SUGGESTIONS"),
|
277
277
|
?filter_parameters: Array[
|
278
278
|
{
|
279
279
|
field: ::String?,
|
data/sig/types.rbs
CHANGED
@@ -368,7 +368,7 @@ module Aws::InternetMonitor
|
|
368
368
|
attr_accessor monitor_name: ::String
|
369
369
|
attr_accessor start_time: ::Time
|
370
370
|
attr_accessor end_time: ::Time
|
371
|
-
attr_accessor query_type: ("MEASUREMENTS" | "TOP_LOCATIONS" | "TOP_LOCATION_DETAILS" | "OVERALL_TRAFFIC_SUGGESTIONS" | "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS")
|
371
|
+
attr_accessor query_type: ("MEASUREMENTS" | "TOP_LOCATIONS" | "TOP_LOCATION_DETAILS" | "OVERALL_TRAFFIC_SUGGESTIONS" | "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS" | "ROUTING_SUGGESTIONS")
|
372
372
|
attr_accessor filter_parameters: ::Array[Types::FilterParameter]
|
373
373
|
attr_accessor linked_account_id: ::String
|
374
374
|
SENSITIVE: []
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-internetmonitor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|