aws-sdk-internetmonitor 1.31.0 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b8ecb3c470652d97b8a87b903c4cd80f3cdda68a0b0912cceb823bce6354b70
4
- data.tar.gz: 6616d50174f07cf441e49a474b3a7ed8ac0842a35bfa86bc9fb10c2a9a19e750
3
+ metadata.gz: 8ac1ffbdf5774e1d5e2b13a1db96b3cdfbc320c19efb53434bb27efdf6b0c748
4
+ data.tar.gz: 54bb7f6f3926d9fa3da873d78e800e3f037866f0fae351a3bb281df743fab693
5
5
  SHA512:
6
- metadata.gz: 2a9a7bebf3617fc9dbcb2f0565ef3e4eb546bc99a53272ad302e4f58a61f7b1056afff3ac127611d2d9653c4606d94100c13469b3fc70fd4119b4287c97725ae
7
- data.tar.gz: a8ba65b47795542c8766b0d65b34b7cac65adbf0a83557718db48ac57e9560adee34de54a5c49df7f02003d48bb0b6e595bb820205d9302b2b4adf87a2ed86bd
6
+ metadata.gz: 91d6693186c71fb22e87e037bad67a64bf0af7826de577ade73218d2e3c1f5e8de4714267f85efb8cf114147161f330855ae85a404c203c49a1914ecc5d71d10
7
+ data.tar.gz: 110ba0c8e22cd2281300536538589264d7b54a5d4f4ed3ded0731a70a53d03da7652650ad77c90e72831318a191aec430db758d6699bc2a8f5c901156c93ebe8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2024-11-13)
5
+ ------------------
6
+
7
+ * Feature - Add new query type Routing_Suggestions regarding querying interface
8
+
4
9
  1.31.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
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 a Amazon Web Services location to
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.31.0'
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 a Amazon Web Services
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
@@ -55,7 +55,7 @@ module Aws::InternetMonitor
55
55
  autoload :EndpointProvider, 'aws-sdk-internetmonitor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-internetmonitor/endpoints'
57
57
 
58
- GEM_VERSION = '1.31.0'
58
+ GEM_VERSION = '1.32.0'
59
59
 
60
60
  end
61
61
 
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.31.0
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-10-18 00:00:00.000000000 Z
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