aws-sdk-cloudwatch 1.107.0 → 1.108.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: 4645517176daddcd11d61c07ae458f7fdd368c827f9502e189776985a39e0da9
4
- data.tar.gz: 2d0337cd8b52d57118e8279e67a5fbc6973321106ebca7281ad5dea6ce4f73b9
3
+ metadata.gz: da69895cafa5853dce8dd80c67e33e00cf847a6050bd981817ba0507b43abdbe
4
+ data.tar.gz: b421ad4631fe5fd88d01f26482344b6a4b5c06e61fbc7206bf0d18806e4d041d
5
5
  SHA512:
6
- metadata.gz: f9207bb8c200ff6b05f5ec85e66079518ba1bf6e216fde6f617edc7a28ed0af18cea4e3fd11faadc7055e6667cc7e6d671a2ca5b1649b792d539c6b1e603d2f6
7
- data.tar.gz: 768e8b6908b0fdc88b1e75d33f2c647dc31e37edc02b9237c195c6facb3a8cdf1ed1cb690c65f0f6f9e4c84c231851fffc96bae744e7fe361cb0847a8bd3392d
6
+ metadata.gz: f7a5d3b9a2f0bb0e546d3cbe0f119e2184509b4a20b3ecb37f230372f87fe8ad8573d1c80cdc9fcad1e0b7095cd88195426a8867cbda7c6c0c80b2a9946f63cd
7
+ data.tar.gz: e63428eed8d0ccfa617ff1be130e83a2eeae67c73757d6408b6570c07c036919911c8f2ccfbc5bcbec918ad51ea4b011198cd5d7cbcebd30fd59eab389ee647a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2024-12-03)
5
+ ------------------
6
+
7
+ * Feature - Support for configuring AiOps investigation as alarm action
8
+
4
9
  1.107.0 (2024-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -2721,6 +2721,11 @@ module Aws::CloudWatch
2721
2721
  #
2722
2722
  # `arn:aws:ssm:region:account-id:opsitem:severity `
2723
2723
  #
2724
+ # **Start a Amazon Q Developer operational investigation**
2725
+ #
2726
+ # `arn:aws:aiops:region:account-id:investigation-group:ingestigation-group-id
2727
+ # `
2728
+ #
2724
2729
  # @option params [String] :alarm_description
2725
2730
  # The description for the composite alarm.
2726
2731
  #
@@ -3284,6 +3289,11 @@ module Aws::CloudWatch
3284
3289
  #
3285
3290
  # * `arn:aws:ssm-incidents::account-id:responseplan/response-plan-name `
3286
3291
  #
3292
+ # **Start a Amazon Q Developer operational investigation**
3293
+ #
3294
+ # `arn:aws:aiops:region:account-id:investigation-group:ingestigation-group-id
3295
+ # `
3296
+ #
3287
3297
  # @option params [Array<String>] :insufficient_data_actions
3288
3298
  # The actions to execute when this alarm transitions to the
3289
3299
  # `INSUFFICIENT_DATA` state from any other state. Each action is
@@ -4281,7 +4291,7 @@ module Aws::CloudWatch
4281
4291
  tracer: tracer
4282
4292
  )
4283
4293
  context[:gem_name] = 'aws-sdk-cloudwatch'
4284
- context[:gem_version] = '1.107.0'
4294
+ context[:gem_version] = '1.108.0'
4285
4295
  Seahorse::Client::Request.new(handlers, context)
4286
4296
  end
4287
4297
 
@@ -489,6 +489,11 @@ module Aws::CloudWatch
489
489
  # `
490
490
  #
491
491
  # * `arn:aws:ssm-incidents::account-id:responseplan/response-plan-name `
492
+ #
493
+ # **Start a Amazon Q Developer operational investigation**
494
+ #
495
+ # `arn:aws:aiops:region:account-id:investigation-group:ingestigation-group-id
496
+ # `
492
497
  # @option options [Array<String>] :insufficient_data_actions
493
498
  # The actions to execute when this alarm transitions to the
494
499
  # `INSUFFICIENT_DATA` state from any other state. Each action is
@@ -1095,7 +1095,7 @@ module Aws::CloudWatch
1095
1095
  #
1096
1096
  #
1097
1097
  #
1098
- # [1]: https://docs.aws.amazon.com/adding-your-own-related-telemetry.html
1098
+ # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/adding-your-own-related-telemetry.html
1099
1099
  # @return [Hash<String,String>]
1100
1100
  #
1101
1101
  # @!attribute [rw] attributes
@@ -1107,7 +1107,7 @@ module Aws::CloudWatch
1107
1107
  #
1108
1108
  #
1109
1109
  #
1110
- # [1]: https://docs.aws.amazon.com/adding-your-own-related-telemetry.html
1110
+ # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/adding-your-own-related-telemetry.html
1111
1111
  # @return [Hash<String,String>]
1112
1112
  #
1113
1113
  # @see http://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/Entity AWS API Documentation
@@ -3377,6 +3377,11 @@ module Aws::CloudWatch
3377
3377
  # **Systems Manager actions:**
3378
3378
  #
3379
3379
  # `arn:aws:ssm:region:account-id:opsitem:severity `
3380
+ #
3381
+ # **Start a Amazon Q Developer operational investigation**
3382
+ #
3383
+ # `arn:aws:aiops:region:account-id:investigation-group:ingestigation-group-id
3384
+ # `
3380
3385
  # @return [Array<String>]
3381
3386
  #
3382
3387
  # @!attribute [rw] alarm_description
@@ -3817,6 +3822,11 @@ module Aws::CloudWatch
3817
3822
  #
3818
3823
  # * `arn:aws:ssm-incidents::account-id:responseplan/response-plan-name
3819
3824
  # `
3825
+ #
3826
+ # **Start a Amazon Q Developer operational investigation**
3827
+ #
3828
+ # `arn:aws:aiops:region:account-id:investigation-group:ingestigation-group-id
3829
+ # `
3820
3830
  # @return [Array<String>]
3821
3831
  #
3822
3832
  # @!attribute [rw] insufficient_data_actions
@@ -58,7 +58,7 @@ module Aws::CloudWatch
58
58
  autoload :CompositeAlarm, 'aws-sdk-cloudwatch/composite_alarm'
59
59
  autoload :Metric, 'aws-sdk-cloudwatch/metric'
60
60
 
61
- GEM_VERSION = '1.107.0'
61
+ GEM_VERSION = '1.108.0'
62
62
 
63
63
  end
64
64
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.107.0
4
+ version: 1.108.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-18 00:00:00.000000000 Z
11
+ date: 2024-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core