aws-sdk-internetmonitor 1.1.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a64919dffd5e49beb39fb9d7f1c4231d707277c9af739f897eae9470bf091862
4
- data.tar.gz: 5c96643ea8db5a879d486366220faf1b9ba50286ff247fe56912ab1c247ee9c3
3
+ metadata.gz: 43194b551ead08c393ba04ed8b1a4b6610990a640dd964bd9f228bb3144e39b7
4
+ data.tar.gz: 442fa5fef2e71b8644603a50fb63f712c3ced843c36300b314b955f24ee23d6b
5
5
  SHA512:
6
- metadata.gz: 825691071780d4f30b863a59644fcecfe6cdab7cca3304b9fef4aeaed033f8adc9d380d5c0da4002e208b2d67183908a60f136b9756069a8c6988ffb2cdd0b1b
7
- data.tar.gz: d1db0ae24ce6e934c1bea9658e8c030ff3c148aaea49f2c4c79b55614552cf0d4a8c6580d993f1cec1771ea01dfc666e5351830bdd8bce4880de76e945f98e19
6
+ metadata.gz: 0ac577284eda4f9abb4f1b4b39f8955d5c702522722de2ee34da79ac7de4e0a487d6683970efb30d976324e3a41f9b1293a44e4ebba76af3c266b8f66460f78d
7
+ data.tar.gz: ce49884e6c59fa2e5ec28ec103aed50b93d7265aa394045b7ef8f78e11f1edcf6c65841eef0e78b75082ec36a3d65e3dfb9f3530fe01ac2a3cc84bfb2c991db5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.2.0 (2023-04-17)
10
+ ------------------
11
+
12
+ * Feature - This release includes a new configurable value, TrafficPercentageToMonitor, which allows users to adjust the amount of traffic monitored by percentage
13
+
4
14
  1.1.0 (2023-03-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.3.0
@@ -275,6 +275,11 @@ module Aws::InternetMonitor
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -420,7 +425,7 @@ module Aws::InternetMonitor
420
425
  # The tags for a monitor. You can add a maximum of 50 tags in Internet
421
426
  # Monitor.
422
427
  #
423
- # @option params [required, Integer] :max_city_networks_to_monitor
428
+ # @option params [Integer] :max_city_networks_to_monitor
424
429
  # The maximum number of city-networks to monitor for your resources. A
425
430
  # city-network is the location (city) where clients access your
426
431
  # application resources from and the network or ASN, such as an internet
@@ -436,9 +441,12 @@ module Aws::InternetMonitor
436
441
  # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/IMCityNetworksMaximum.html
437
442
  #
438
443
  # @option params [Types::InternetMeasurementsLogDelivery] :internet_measurements_log_delivery
439
- # Publish internet measurements for Internet Monitor to another
440
- # location, such as an Amazon S3 bucket. The measurements are also
441
- # published to Amazon CloudWatch Logs.
444
+ # Publish internet measurements for Internet Monitor to an Amazon S3
445
+ # bucket in addition to CloudWatch Logs.
446
+ #
447
+ # @option params [Integer] :traffic_percentage_to_monitor
448
+ # The percentage of the internet-facing traffic for your application
449
+ # that you want to monitor with this monitor.
442
450
  #
443
451
  # @return [Types::CreateMonitorOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
444
452
  #
@@ -454,7 +462,7 @@ module Aws::InternetMonitor
454
462
  # tags: {
455
463
  # "TagKey" => "TagValue",
456
464
  # },
457
- # max_city_networks_to_monitor: 1, # required
465
+ # max_city_networks_to_monitor: 1,
458
466
  # internet_measurements_log_delivery: {
459
467
  # s3_config: {
460
468
  # bucket_name: "S3ConfigBucketNameString",
@@ -462,6 +470,7 @@ module Aws::InternetMonitor
462
470
  # log_delivery_status: "ENABLED", # accepts ENABLED, DISABLED
463
471
  # },
464
472
  # },
473
+ # traffic_percentage_to_monitor: 1,
465
474
  # })
466
475
  #
467
476
  # @example Response structure
@@ -611,6 +620,7 @@ module Aws::InternetMonitor
611
620
  # * {Types::GetMonitorOutput#tags #tags} => Hash&lt;String,String&gt;
612
621
  # * {Types::GetMonitorOutput#max_city_networks_to_monitor #max_city_networks_to_monitor} => Integer
613
622
  # * {Types::GetMonitorOutput#internet_measurements_log_delivery #internet_measurements_log_delivery} => Types::InternetMeasurementsLogDelivery
623
+ # * {Types::GetMonitorOutput#traffic_percentage_to_monitor #traffic_percentage_to_monitor} => Integer
614
624
  #
615
625
  # @example Request syntax with placeholder values
616
626
  #
@@ -635,6 +645,7 @@ module Aws::InternetMonitor
635
645
  # resp.internet_measurements_log_delivery.s3_config.bucket_name #=> String
636
646
  # resp.internet_measurements_log_delivery.s3_config.bucket_prefix #=> String
637
647
  # resp.internet_measurements_log_delivery.s3_config.log_delivery_status #=> String, one of "ENABLED", "DISABLED"
648
+ # resp.traffic_percentage_to_monitor #=> Integer
638
649
  #
639
650
  # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/GetMonitor AWS API Documentation
640
651
  #
@@ -951,6 +962,10 @@ module Aws::InternetMonitor
951
962
  # location, such as an Amazon S3 bucket. The measurements are also
952
963
  # published to Amazon CloudWatch Logs.
953
964
  #
965
+ # @option params [Integer] :traffic_percentage_to_monitor
966
+ # The percentage of the internet-facing traffic for your application
967
+ # that you want to monitor with this monitor.
968
+ #
954
969
  # @return [Types::UpdateMonitorOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
955
970
  #
956
971
  # * {Types::UpdateMonitorOutput#monitor_arn #monitor_arn} => String
@@ -972,6 +987,7 @@ module Aws::InternetMonitor
972
987
  # log_delivery_status: "ENABLED", # accepts ENABLED, DISABLED
973
988
  # },
974
989
  # },
990
+ # traffic_percentage_to_monitor: 1,
975
991
  # })
976
992
  #
977
993
  # @example Response structure
@@ -1001,7 +1017,7 @@ module Aws::InternetMonitor
1001
1017
  params: params,
1002
1018
  config: config)
1003
1019
  context[:gem_name] = 'aws-sdk-internetmonitor'
1004
- context[:gem_version] = '1.1.0'
1020
+ context[:gem_version] = '1.3.0'
1005
1021
  Seahorse::Client::Request.new(handlers, context)
1006
1022
  end
1007
1023
 
@@ -75,6 +75,7 @@ module Aws::InternetMonitor
75
75
  TagValue = Shapes::StringShape.new(name: 'TagValue')
76
76
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
77
77
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
78
+ TrafficPercentageToMonitor = Shapes::IntegerShape.new(name: 'TrafficPercentageToMonitor')
78
79
  TriangulationEventType = Shapes::StringShape.new(name: 'TriangulationEventType')
79
80
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
80
81
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
@@ -100,8 +101,9 @@ module Aws::InternetMonitor
100
101
  CreateMonitorInput.add_member(:resources, Shapes::ShapeRef.new(shape: SetOfARNs, location_name: "Resources"))
101
102
  CreateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
102
103
  CreateMonitorInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
103
- CreateMonitorInput.add_member(:max_city_networks_to_monitor, Shapes::ShapeRef.new(shape: MaxCityNetworksToMonitor, required: true, location_name: "MaxCityNetworksToMonitor"))
104
+ CreateMonitorInput.add_member(:max_city_networks_to_monitor, Shapes::ShapeRef.new(shape: MaxCityNetworksToMonitor, location_name: "MaxCityNetworksToMonitor"))
104
105
  CreateMonitorInput.add_member(:internet_measurements_log_delivery, Shapes::ShapeRef.new(shape: InternetMeasurementsLogDelivery, location_name: "InternetMeasurementsLogDelivery"))
106
+ CreateMonitorInput.add_member(:traffic_percentage_to_monitor, Shapes::ShapeRef.new(shape: TrafficPercentageToMonitor, location_name: "TrafficPercentageToMonitor"))
105
107
  CreateMonitorInput.struct_class = Types::CreateMonitorInput
106
108
 
107
109
  CreateMonitorOutput.add_member(:arn, Shapes::ShapeRef.new(shape: MonitorArn, required: true, location_name: "Arn"))
@@ -141,8 +143,9 @@ module Aws::InternetMonitor
141
143
  GetMonitorOutput.add_member(:processing_status, Shapes::ShapeRef.new(shape: MonitorProcessingStatusCode, location_name: "ProcessingStatus"))
142
144
  GetMonitorOutput.add_member(:processing_status_info, Shapes::ShapeRef.new(shape: String, location_name: "ProcessingStatusInfo"))
143
145
  GetMonitorOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
144
- GetMonitorOutput.add_member(:max_city_networks_to_monitor, Shapes::ShapeRef.new(shape: MaxCityNetworksToMonitor, required: true, location_name: "MaxCityNetworksToMonitor"))
146
+ GetMonitorOutput.add_member(:max_city_networks_to_monitor, Shapes::ShapeRef.new(shape: MaxCityNetworksToMonitor, location_name: "MaxCityNetworksToMonitor"))
145
147
  GetMonitorOutput.add_member(:internet_measurements_log_delivery, Shapes::ShapeRef.new(shape: InternetMeasurementsLogDelivery, location_name: "InternetMeasurementsLogDelivery"))
148
+ GetMonitorOutput.add_member(:traffic_percentage_to_monitor, Shapes::ShapeRef.new(shape: TrafficPercentageToMonitor, location_name: "TrafficPercentageToMonitor"))
146
149
  GetMonitorOutput.struct_class = Types::GetMonitorOutput
147
150
 
148
151
  HealthEvent.add_member(:event_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "EventArn"))
@@ -293,6 +296,7 @@ module Aws::InternetMonitor
293
296
  UpdateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
294
297
  UpdateMonitorInput.add_member(:max_city_networks_to_monitor, Shapes::ShapeRef.new(shape: MaxCityNetworksToMonitor, location_name: "MaxCityNetworksToMonitor"))
295
298
  UpdateMonitorInput.add_member(:internet_measurements_log_delivery, Shapes::ShapeRef.new(shape: InternetMeasurementsLogDelivery, location_name: "InternetMeasurementsLogDelivery"))
299
+ UpdateMonitorInput.add_member(:traffic_percentage_to_monitor, Shapes::ShapeRef.new(shape: TrafficPercentageToMonitor, location_name: "TrafficPercentageToMonitor"))
296
300
  UpdateMonitorInput.struct_class = Types::UpdateMonitorInput
297
301
 
298
302
  UpdateMonitorOutput.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: MonitorArn, required: true, location_name: "MonitorArn"))
@@ -181,11 +181,15 @@ module Aws::InternetMonitor
181
181
  # @return [Integer]
182
182
  #
183
183
  # @!attribute [rw] internet_measurements_log_delivery
184
- # Publish internet measurements for Internet Monitor to another
185
- # location, such as an Amazon S3 bucket. The measurements are also
186
- # published to Amazon CloudWatch Logs.
184
+ # Publish internet measurements for Internet Monitor to an Amazon S3
185
+ # bucket in addition to CloudWatch Logs.
187
186
  # @return [Types::InternetMeasurementsLogDelivery]
188
187
  #
188
+ # @!attribute [rw] traffic_percentage_to_monitor
189
+ # The percentage of the internet-facing traffic for your application
190
+ # that you want to monitor with this monitor.
191
+ # @return [Integer]
192
+ #
189
193
  # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/CreateMonitorInput AWS API Documentation
190
194
  #
191
195
  class CreateMonitorInput < Struct.new(
@@ -194,7 +198,8 @@ module Aws::InternetMonitor
194
198
  :client_token,
195
199
  :tags,
196
200
  :max_city_networks_to_monitor,
197
- :internet_measurements_log_delivery)
201
+ :internet_measurements_log_delivery,
202
+ :traffic_percentage_to_monitor)
198
203
  SENSITIVE = []
199
204
  include Aws::Structure
200
205
  end
@@ -381,6 +386,11 @@ module Aws::InternetMonitor
381
386
  # published to Amazon CloudWatch Logs.
382
387
  # @return [Types::InternetMeasurementsLogDelivery]
383
388
  #
389
+ # @!attribute [rw] traffic_percentage_to_monitor
390
+ # The percentage of the internet-facing traffic for your application
391
+ # that you want to monitor with this monitor.
392
+ # @return [Integer]
393
+ #
384
394
  # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/GetMonitorOutput AWS API Documentation
385
395
  #
386
396
  class GetMonitorOutput < Struct.new(
@@ -394,7 +404,8 @@ module Aws::InternetMonitor
394
404
  :processing_status_info,
395
405
  :tags,
396
406
  :max_city_networks_to_monitor,
397
- :internet_measurements_log_delivery)
407
+ :internet_measurements_log_delivery,
408
+ :traffic_percentage_to_monitor)
398
409
  SENSITIVE = []
399
410
  include Aws::Structure
400
411
  end
@@ -641,9 +652,7 @@ module Aws::InternetMonitor
641
652
  include Aws::Structure
642
653
  end
643
654
 
644
- # Configuration information for other locations that you choose to
645
- # publish Amazon CloudWatch Internet Monitor internet measurements to,
646
- # such as Amazon S3. The measurements are also published to Amazon
655
+ # Publish internet measurements to an Amazon S3 bucket in addition to
647
656
  # CloudWatch Logs.
648
657
  #
649
658
  # @!attribute [rw] s3_config
@@ -1192,6 +1201,11 @@ module Aws::InternetMonitor
1192
1201
  # published to Amazon CloudWatch Logs.
1193
1202
  # @return [Types::InternetMeasurementsLogDelivery]
1194
1203
  #
1204
+ # @!attribute [rw] traffic_percentage_to_monitor
1205
+ # The percentage of the internet-facing traffic for your application
1206
+ # that you want to monitor with this monitor.
1207
+ # @return [Integer]
1208
+ #
1195
1209
  # @see http://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/UpdateMonitorInput AWS API Documentation
1196
1210
  #
1197
1211
  class UpdateMonitorInput < Struct.new(
@@ -1201,7 +1215,8 @@ module Aws::InternetMonitor
1201
1215
  :status,
1202
1216
  :client_token,
1203
1217
  :max_city_networks_to_monitor,
1204
- :internet_measurements_log_delivery)
1218
+ :internet_measurements_log_delivery,
1219
+ :traffic_percentage_to_monitor)
1205
1220
  SENSITIVE = []
1206
1221
  include Aws::Structure
1207
1222
  end
@@ -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.1.0'
56
+ GEM_VERSION = '1.3.0'
57
57
 
58
58
  end
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.1.0
4
+ version: 1.3.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: 2023-03-31 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement