aws-sdk-internetmonitor 1.14.0 → 1.15.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: c8dea500545168525244b5b8e1f2adbd0e98c05559bff2162ea1ceefe181c7a8
4
- data.tar.gz: '08f289c946df86446e6c5488f5eb925c025c57dc0fe164c03385441dd9e0e498'
3
+ metadata.gz: 3a86235b5a7ba570ba63f301f721092a502e75dff135c76cdd4a8ae3d48f7c7c
4
+ data.tar.gz: 6d2c00996a373bb35ebf0ce837265e34b9df314819af442fac363f09d7387e3e
5
5
  SHA512:
6
- metadata.gz: 0bed6c1ca15b52f13154a6cf96432aa68df08096d957aaa5c6df40c6a6f60f1a28ebd4f9f657e6c9204ef2c122f286f7e32f95304fba4c787da935c7a3cc7049
7
- data.tar.gz: d2c3eaaf15c590339b77ed5293f2b29d38d836c7bba8fbd01e5f6010d13d0da8c18cc63360bcf520dbf59fa8863d471e73da017b031425b6745e2738fee83881
6
+ metadata.gz: eed983dccdf693e901959d6488430a0a78fe7523363cdb4bac7e5ff50a0a564b251d2200d61dc34ff0ef8158f291216abdaf8e9e37a62a675d20e8b55926f37e
7
+ data.tar.gz: ffb3f71381ed71da95b03838832fda336944feadbadc1480a508500d93e586443b10e84582f7bbe68d9ca49b2a93295005368ba88a2583d679fe1baf6e13feca
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2024-02-22)
5
+ ------------------
6
+
7
+ * Feature - This release adds IPv4 prefixes to health events
8
+
4
9
  1.14.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -645,6 +645,8 @@ module Aws::InternetMonitor
645
645
  # resp.impacted_locations[0].internet_health.performance.round_trip_time.p50 #=> Float
646
646
  # resp.impacted_locations[0].internet_health.performance.round_trip_time.p90 #=> Float
647
647
  # resp.impacted_locations[0].internet_health.performance.round_trip_time.p95 #=> Float
648
+ # resp.impacted_locations[0].ipv_4_prefixes #=> Array
649
+ # resp.impacted_locations[0].ipv_4_prefixes[0] #=> String
648
650
  # resp.status #=> String, one of "ACTIVE", "RESOLVED"
649
651
  # resp.percent_of_total_traffic_impacted #=> Float
650
652
  # resp.impact_type #=> String, one of "AVAILABILITY", "PERFORMANCE", "LOCAL_AVAILABILITY", "LOCAL_PERFORMANCE"
@@ -919,6 +921,8 @@ module Aws::InternetMonitor
919
921
  # resp.health_events[0].impacted_locations[0].internet_health.performance.round_trip_time.p50 #=> Float
920
922
  # resp.health_events[0].impacted_locations[0].internet_health.performance.round_trip_time.p90 #=> Float
921
923
  # resp.health_events[0].impacted_locations[0].internet_health.performance.round_trip_time.p95 #=> Float
924
+ # resp.health_events[0].impacted_locations[0].ipv_4_prefixes #=> Array
925
+ # resp.health_events[0].impacted_locations[0].ipv_4_prefixes[0] #=> String
922
926
  # resp.health_events[0].status #=> String, one of "ACTIVE", "RESOLVED"
923
927
  # resp.health_events[0].percent_of_total_traffic_impacted #=> Float
924
928
  # resp.health_events[0].impact_type #=> String, one of "AVAILABILITY", "PERFORMANCE", "LOCAL_AVAILABILITY", "LOCAL_PERFORMANCE"
@@ -1047,11 +1051,17 @@ module Aws::InternetMonitor
1047
1051
  # The type of query to run. The following are the three types of queries
1048
1052
  # that you can run using the Internet Monitor query interface:
1049
1053
  #
1050
- # * `MEASUREMENTS`: TBD definition
1054
+ # * `MEASUREMENTS`: Provides availability score, performance score,
1055
+ # total traffic, and round-trip times, at 5 minute intervals.
1051
1056
  #
1052
- # * `TOP_LOCATIONS`: TBD definition
1057
+ # * `TOP_LOCATIONS`: Provides availability score, performance score,
1058
+ # total traffic, and time to first byte (TTFB) information, for the
1059
+ # top location and ASN combinations that you're monitoring, by
1060
+ # traffic volume.
1053
1061
  #
1054
- # * `TOP_LOCATION_DETAILS`: TBD definition
1062
+ # * `TOP_LOCATION_DETAILS`: Provides TTFB for Amazon CloudFront, your
1063
+ # current configuration, and the best performing EC2 configuration, at
1064
+ # 1 hour intervals.
1055
1065
  #
1056
1066
  # For lists of the fields returned with each query type and more
1057
1067
  # information about how each type of query is performed, see [ Using the
@@ -1352,7 +1362,7 @@ module Aws::InternetMonitor
1352
1362
  params: params,
1353
1363
  config: config)
1354
1364
  context[:gem_name] = 'aws-sdk-internetmonitor'
1355
- context[:gem_version] = '1.14.0'
1365
+ context[:gem_version] = '1.15.0'
1356
1366
  Seahorse::Client::Request.new(handlers, context)
1357
1367
  end
1358
1368
 
@@ -46,6 +46,7 @@ module Aws::InternetMonitor
46
46
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
47
47
  InternetHealth = Shapes::StructureShape.new(name: 'InternetHealth')
48
48
  InternetMeasurementsLogDelivery = Shapes::StructureShape.new(name: 'InternetMeasurementsLogDelivery')
49
+ Ipv4PrefixList = Shapes::ListShape.new(name: 'Ipv4PrefixList')
49
50
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
50
51
  ListHealthEventsInput = Shapes::StructureShape.new(name: 'ListHealthEventsInput')
51
52
  ListHealthEventsOutput = Shapes::StructureShape.new(name: 'ListHealthEventsOutput')
@@ -236,6 +237,7 @@ module Aws::InternetMonitor
236
237
  ImpactedLocation.add_member(:status, Shapes::ShapeRef.new(shape: HealthEventStatus, required: true, location_name: "Status"))
237
238
  ImpactedLocation.add_member(:caused_by, Shapes::ShapeRef.new(shape: NetworkImpairment, location_name: "CausedBy"))
238
239
  ImpactedLocation.add_member(:internet_health, Shapes::ShapeRef.new(shape: InternetHealth, location_name: "InternetHealth"))
240
+ ImpactedLocation.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: Ipv4PrefixList, location_name: "Ipv4Prefixes"))
239
241
  ImpactedLocation.struct_class = Types::ImpactedLocation
240
242
 
241
243
  ImpactedLocationsList.member = Shapes::ShapeRef.new(shape: ImpactedLocation)
@@ -253,6 +255,8 @@ module Aws::InternetMonitor
253
255
  InternetMeasurementsLogDelivery.add_member(:s3_config, Shapes::ShapeRef.new(shape: S3Config, location_name: "S3Config"))
254
256
  InternetMeasurementsLogDelivery.struct_class = Types::InternetMeasurementsLogDelivery
255
257
 
258
+ Ipv4PrefixList.member = Shapes::ShapeRef.new(shape: String)
259
+
256
260
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
257
261
  LimitExceededException.struct_class = Types::LimitExceededException
258
262
 
@@ -840,6 +840,11 @@ module Aws::InternetMonitor
840
840
  # The calculated health at a specific location.
841
841
  # @return [Types::InternetHealth]
842
842
  #
843
+ # @!attribute [rw] ipv_4_prefixes
844
+ # The IPv4 prefixes at the client location that was impacted by the
845
+ # health event.
846
+ # @return [Array<String>]
847
+ #
843
848
  # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/ImpactedLocation AWS API Documentation
844
849
  #
845
850
  class ImpactedLocation < Struct.new(
@@ -856,7 +861,8 @@ module Aws::InternetMonitor
856
861
  :service_location,
857
862
  :status,
858
863
  :caused_by,
859
- :internet_health)
864
+ :internet_health,
865
+ :ipv_4_prefixes)
860
866
  SENSITIVE = []
861
867
  include Aws::Structure
862
868
  end
@@ -1143,7 +1149,7 @@ module Aws::InternetMonitor
1143
1149
  # event when a threshold is crossed for a local health score.
1144
1150
  #
1145
1151
  # If you don't set a minimum traffic impact threshold, the default
1146
- # value is 0.01%.
1152
+ # value is 0.1%.
1147
1153
  # @return [Float]
1148
1154
  #
1149
1155
  # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/LocalHealthEventsConfig AWS API Documentation
@@ -1463,11 +1469,17 @@ module Aws::InternetMonitor
1463
1469
  # The type of query to run. The following are the three types of
1464
1470
  # queries that you can run using the Internet Monitor query interface:
1465
1471
  #
1466
- # * `MEASUREMENTS`: TBD definition
1472
+ # * `MEASUREMENTS`: Provides availability score, performance score,
1473
+ # total traffic, and round-trip times, at 5 minute intervals.
1467
1474
  #
1468
- # * `TOP_LOCATIONS`: TBD definition
1475
+ # * `TOP_LOCATIONS`: Provides availability score, performance score,
1476
+ # total traffic, and time to first byte (TTFB) information, for the
1477
+ # top location and ASN combinations that you're monitoring, by
1478
+ # traffic volume.
1469
1479
  #
1470
- # * `TOP_LOCATION_DETAILS`: TBD definition
1480
+ # * `TOP_LOCATION_DETAILS`: Provides TTFB for Amazon CloudFront, your
1481
+ # current configuration, and the best performing EC2 configuration,
1482
+ # at 1 hour intervals.
1471
1483
  #
1472
1484
  # For lists of the fields returned with each query type and more
1473
1485
  # information about how each type of query is performed, see [ Using
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-internetmonitor/customizations'
53
53
  # @!group service
54
54
  module Aws::InternetMonitor
55
55
 
56
- GEM_VERSION = '1.14.0'
56
+ GEM_VERSION = '1.15.0'
57
57
 
58
58
  end
data/sig/types.rbs CHANGED
@@ -170,6 +170,7 @@ module Aws::InternetMonitor
170
170
  attr_accessor status: ("ACTIVE" | "RESOLVED")
171
171
  attr_accessor caused_by: Types::NetworkImpairment
172
172
  attr_accessor internet_health: Types::InternetHealth
173
+ attr_accessor ipv_4_prefixes: ::Array[::String]
173
174
  SENSITIVE: []
174
175
  end
175
176
 
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.14.0
4
+ version: 1.15.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core