aws-sdk-cloudwatchlogs 1.98.0 → 1.100.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +11 -1
- data/lib/aws-sdk-cloudwatchlogs/client_api.rb +2 -0
- data/lib/aws-sdk-cloudwatchlogs/types.rb +12 -1
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +1 -0
- 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: b852764bcf690c0baca91b552f673afe1f5ace8d60597f0a7f0c7e7e31c3dba2
|
4
|
+
data.tar.gz: d0b6fdec6d39ebfd23573dab45da4faf94e9f58cbdf0a097efa6f5db9faa8a77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a13aff331a1fb23016f6c7a30e7a3b9b0be0114eb931c65e76e8bd8e1d58546a602f1720f20cae77d54642ef8dea3da45624c9c0a69906b191bcece91ffe25e
|
7
|
+
data.tar.gz: ab232ee44c45b63de510423051397b751287cac363edfde05b026ebb45a14368e62d0dec17d518be69bb5f85b537cae9013a1377c2af1a494c55215ab930f2fe
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.100.0 (2024-11-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release introduces an improvement in PutLogEvents
|
8
|
+
|
9
|
+
1.99.0 (2024-10-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies.
|
13
|
+
|
4
14
|
1.98.0 (2024-10-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.100.0
|
@@ -5477,6 +5477,15 @@ module Aws::CloudWatchLogs
|
|
5477
5477
|
# If you are temporarily suppressing an anomaly or pattern, use this
|
5478
5478
|
# structure to specify how long the suppression is to last.
|
5479
5479
|
#
|
5480
|
+
# @option params [Boolean] :baseline
|
5481
|
+
# Set this to `true` to prevent CloudWatch Logs from displaying this
|
5482
|
+
# behavior as an anomaly in the future. The behavior is then treated as
|
5483
|
+
# baseline behavior. However, if similar but more severe occurrences of
|
5484
|
+
# this behavior occur in the future, those will still be reported as
|
5485
|
+
# anomalies.
|
5486
|
+
#
|
5487
|
+
# The default is `false`
|
5488
|
+
#
|
5480
5489
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
5481
5490
|
#
|
5482
5491
|
# @example Request syntax with placeholder values
|
@@ -5490,6 +5499,7 @@ module Aws::CloudWatchLogs
|
|
5490
5499
|
# value: 1,
|
5491
5500
|
# suppression_unit: "SECONDS", # accepts SECONDS, MINUTES, HOURS
|
5492
5501
|
# },
|
5502
|
+
# baseline: false,
|
5493
5503
|
# })
|
5494
5504
|
#
|
5495
5505
|
# @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/UpdateAnomaly AWS API Documentation
|
@@ -5617,7 +5627,7 @@ module Aws::CloudWatchLogs
|
|
5617
5627
|
tracer: tracer
|
5618
5628
|
)
|
5619
5629
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
5620
|
-
context[:gem_version] = '1.
|
5630
|
+
context[:gem_version] = '1.100.0'
|
5621
5631
|
Seahorse::Client::Request.new(handlers, context)
|
5622
5632
|
end
|
5623
5633
|
|
@@ -35,6 +35,7 @@ module Aws::CloudWatchLogs
|
|
35
35
|
AnomalyVisibilityTime = Shapes::IntegerShape.new(name: 'AnomalyVisibilityTime')
|
36
36
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
37
37
|
AssociateKmsKeyRequest = Shapes::StructureShape.new(name: 'AssociateKmsKeyRequest')
|
38
|
+
Baseline = Shapes::BooleanShape.new(name: 'Baseline')
|
38
39
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
39
40
|
CancelExportTaskRequest = Shapes::StructureShape.new(name: 'CancelExportTaskRequest')
|
40
41
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
@@ -1379,6 +1380,7 @@ module Aws::CloudWatchLogs
|
|
1379
1380
|
UpdateAnomalyRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: AnomalyDetectorArn, required: true, location_name: "anomalyDetectorArn"))
|
1380
1381
|
UpdateAnomalyRequest.add_member(:suppression_type, Shapes::ShapeRef.new(shape: SuppressionType, location_name: "suppressionType"))
|
1381
1382
|
UpdateAnomalyRequest.add_member(:suppression_period, Shapes::ShapeRef.new(shape: SuppressionPeriod, location_name: "suppressionPeriod"))
|
1383
|
+
UpdateAnomalyRequest.add_member(:baseline, Shapes::ShapeRef.new(shape: Baseline, location_name: "baseline"))
|
1382
1384
|
UpdateAnomalyRequest.struct_class = Types::UpdateAnomalyRequest
|
1383
1385
|
|
1384
1386
|
UpdateDeliveryConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: DeliveryId, required: true, location_name: "id"))
|
@@ -5379,6 +5379,16 @@ module Aws::CloudWatchLogs
|
|
5379
5379
|
# structure to specify how long the suppression is to last.
|
5380
5380
|
# @return [Types::SuppressionPeriod]
|
5381
5381
|
#
|
5382
|
+
# @!attribute [rw] baseline
|
5383
|
+
# Set this to `true` to prevent CloudWatch Logs from displaying this
|
5384
|
+
# behavior as an anomaly in the future. The behavior is then treated
|
5385
|
+
# as baseline behavior. However, if similar but more severe
|
5386
|
+
# occurrences of this behavior occur in the future, those will still
|
5387
|
+
# be reported as anomalies.
|
5388
|
+
#
|
5389
|
+
# The default is `false`
|
5390
|
+
# @return [Boolean]
|
5391
|
+
#
|
5382
5392
|
# @see http://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/UpdateAnomalyRequest AWS API Documentation
|
5383
5393
|
#
|
5384
5394
|
class UpdateAnomalyRequest < Struct.new(
|
@@ -5386,7 +5396,8 @@ module Aws::CloudWatchLogs
|
|
5386
5396
|
:pattern_id,
|
5387
5397
|
:anomaly_detector_arn,
|
5388
5398
|
:suppression_type,
|
5389
|
-
:suppression_period
|
5399
|
+
:suppression_period,
|
5400
|
+
:baseline)
|
5390
5401
|
SENSITIVE = []
|
5391
5402
|
include Aws::Structure
|
5392
5403
|
end
|
data/sig/client.rbs
CHANGED
@@ -912,7 +912,8 @@ module Aws
|
|
912
912
|
?suppression_period: {
|
913
913
|
value: ::Integer?,
|
914
914
|
suppression_unit: ("SECONDS" | "MINUTES" | "HOURS")?
|
915
|
-
}
|
915
|
+
},
|
916
|
+
?baseline: bool
|
916
917
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
917
918
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
918
919
|
|
data/sig/types.rbs
CHANGED
@@ -1236,6 +1236,7 @@ module Aws::CloudWatchLogs
|
|
1236
1236
|
attr_accessor anomaly_detector_arn: ::String
|
1237
1237
|
attr_accessor suppression_type: ("LIMITED" | "INFINITE")
|
1238
1238
|
attr_accessor suppression_period: Types::SuppressionPeriod
|
1239
|
+
attr_accessor baseline: bool
|
1239
1240
|
SENSITIVE: []
|
1240
1241
|
end
|
1241
1242
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudwatchlogs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.100.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-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|