aws-sdk-cloudwatch 1.111.0 → 1.113.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: 6bb337a2e0ae814b19698a0ecf5c1edf43edac951e3246fbbc8241fe9261f4b4
4
- data.tar.gz: 3eb86619b1f2c7bfc77c7d1c1340cbc1b4a696e4de63a8f56bd8cbc0c3becbac
3
+ metadata.gz: 4061946c888aa205095f913974028fa6c9a993eff2188e056efabdcfc20b2f34
4
+ data.tar.gz: 9dbd06e7a77a457bdabd04eee3cbf401b2752613eed4ae03f03a95ba43f7cdf3
5
5
  SHA512:
6
- metadata.gz: aa1e33ec39c15bb63deb7c2383c51b380a956ee45cfd17e91bdbe1f2320a0807417d9bf72c6a2275e5e7b212792a59e9b144555c75c1f7a3d88f2f2f46b539aa
7
- data.tar.gz: 32b72d3904995fe182a979dca3535394139646383fbf7256a4ee106d874f93c6981931f9249fb6bd1b0a69bc80f982664984bf28d2aa4f542a80f498dc3c201f
6
+ metadata.gz: 5803354ca8893a82e31b39346c86db735209c7ac51ad979aedabd9c3ac91b0bc954b85e20ef48467cd25d13cd9e91d4bfcf42cac1e826a5a53afce81ddad8a70
7
+ data.tar.gz: 134a6adaee6fa1d952d2d21b22298b106ebda37263ba31bde8a7fe24801c67c6a1857f52b0462a248e1bd19cfe3cd71ebd962df3157701f4479426c0b34e2048
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.113.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.112.0 (2025-03-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.111.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.113.0
@@ -4314,7 +4314,7 @@ module Aws::CloudWatch
4314
4314
  tracer: tracer
4315
4315
  )
4316
4316
  context[:gem_name] = 'aws-sdk-cloudwatch'
4317
- context[:gem_version] = '1.111.0'
4317
+ context[:gem_version] = '1.113.0'
4318
4318
  Seahorse::Client::Request.new(handlers, context)
4319
4319
  end
4320
4320
 
@@ -44,18 +44,18 @@ module Aws::CloudWatch
44
44
  ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
45
45
  CompositeAlarm = Shapes::StructureShape.new(name: 'CompositeAlarm')
46
46
  CompositeAlarms = Shapes::ListShape.new(name: 'CompositeAlarms')
47
- ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException', error: {"code"=>"ConcurrentModificationException", "httpStatusCode"=>429, "senderFault"=>true})
47
+ ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException', error: {"code" => "ConcurrentModificationException", "httpStatusCode" => 429, "senderFault" => true})
48
48
  Counts = Shapes::ListShape.new(name: 'Counts')
49
49
  DashboardArn = Shapes::StringShape.new(name: 'DashboardArn')
50
50
  DashboardBody = Shapes::StringShape.new(name: 'DashboardBody')
51
51
  DashboardEntries = Shapes::ListShape.new(name: 'DashboardEntries')
52
52
  DashboardEntry = Shapes::StructureShape.new(name: 'DashboardEntry')
53
53
  DashboardErrorMessage = Shapes::StringShape.new(name: 'DashboardErrorMessage')
54
- DashboardInvalidInputError = Shapes::StructureShape.new(name: 'DashboardInvalidInputError', error: {"code"=>"InvalidParameterInput", "httpStatusCode"=>400, "senderFault"=>true})
54
+ DashboardInvalidInputError = Shapes::StructureShape.new(name: 'DashboardInvalidInputError', error: {"code" => "InvalidParameterInput", "httpStatusCode" => 400, "senderFault" => true})
55
55
  DashboardName = Shapes::StringShape.new(name: 'DashboardName')
56
56
  DashboardNamePrefix = Shapes::StringShape.new(name: 'DashboardNamePrefix')
57
57
  DashboardNames = Shapes::ListShape.new(name: 'DashboardNames')
58
- DashboardNotFoundError = Shapes::StructureShape.new(name: 'DashboardNotFoundError', error: {"code"=>"ResourceNotFound", "httpStatusCode"=>404, "senderFault"=>true})
58
+ DashboardNotFoundError = Shapes::StructureShape.new(name: 'DashboardNotFoundError', error: {"code" => "ResourceNotFound", "httpStatusCode" => 404, "senderFault" => true})
59
59
  DashboardValidationMessage = Shapes::StructureShape.new(name: 'DashboardValidationMessage')
60
60
  DashboardValidationMessages = Shapes::ListShape.new(name: 'DashboardValidationMessages')
61
61
  DataPath = Shapes::StringShape.new(name: 'DataPath')
@@ -161,15 +161,15 @@ module Aws::CloudWatch
161
161
  InsightRuleUnboundInteger = Shapes::IntegerShape.new(name: 'InsightRuleUnboundInteger')
162
162
  InsightRuleUnboundLong = Shapes::IntegerShape.new(name: 'InsightRuleUnboundLong')
163
163
  InsightRules = Shapes::ListShape.new(name: 'InsightRules')
164
- InternalServiceFault = Shapes::StructureShape.new(name: 'InternalServiceFault', error: {"code"=>"InternalServiceError", "httpStatusCode"=>500})
165
- InvalidFormatFault = Shapes::StructureShape.new(name: 'InvalidFormatFault', error: {"code"=>"InvalidFormat", "httpStatusCode"=>400, "senderFault"=>true})
166
- InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken', error: {"code"=>"InvalidNextToken", "httpStatusCode"=>400, "senderFault"=>true})
167
- InvalidParameterCombinationException = Shapes::StructureShape.new(name: 'InvalidParameterCombinationException', error: {"code"=>"InvalidParameterCombination", "httpStatusCode"=>400, "senderFault"=>true})
168
- InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException', error: {"code"=>"InvalidParameterValue", "httpStatusCode"=>400, "senderFault"=>true})
164
+ InternalServiceFault = Shapes::StructureShape.new(name: 'InternalServiceFault', error: {"code" => "InternalServiceError", "httpStatusCode" => 500})
165
+ InvalidFormatFault = Shapes::StructureShape.new(name: 'InvalidFormatFault', error: {"code" => "InvalidFormat", "httpStatusCode" => 400, "senderFault" => true})
166
+ InvalidNextToken = Shapes::StructureShape.new(name: 'InvalidNextToken', error: {"code" => "InvalidNextToken", "httpStatusCode" => 400, "senderFault" => true})
167
+ InvalidParameterCombinationException = Shapes::StructureShape.new(name: 'InvalidParameterCombinationException', error: {"code" => "InvalidParameterCombination", "httpStatusCode" => 400, "senderFault" => true})
168
+ InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException', error: {"code" => "InvalidParameterValue", "httpStatusCode" => 400, "senderFault" => true})
169
169
  LabelOptions = Shapes::StructureShape.new(name: 'LabelOptions')
170
170
  LastModified = Shapes::TimestampShape.new(name: 'LastModified')
171
- LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code"=>"LimitExceededException", "httpStatusCode"=>400, "senderFault"=>true})
172
- LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code"=>"LimitExceeded", "httpStatusCode"=>400, "senderFault"=>true})
171
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code" => "LimitExceededException", "httpStatusCode" => 400, "senderFault" => true})
172
+ LimitExceededFault = Shapes::StructureShape.new(name: 'LimitExceededFault', error: {"code" => "LimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
173
173
  ListDashboardsInput = Shapes::StructureShape.new(name: 'ListDashboardsInput')
174
174
  ListDashboardsOutput = Shapes::StructureShape.new(name: 'ListDashboardsOutput')
175
175
  ListManagedInsightRulesInput = Shapes::StructureShape.new(name: 'ListManagedInsightRulesInput')
@@ -227,7 +227,7 @@ module Aws::CloudWatch
227
227
  MetricWidget = Shapes::StringShape.new(name: 'MetricWidget')
228
228
  MetricWidgetImage = Shapes::BlobShape.new(name: 'MetricWidgetImage')
229
229
  Metrics = Shapes::ListShape.new(name: 'Metrics')
230
- MissingRequiredParameterException = Shapes::StructureShape.new(name: 'MissingRequiredParameterException', error: {"code"=>"MissingParameter", "httpStatusCode"=>400, "senderFault"=>true})
230
+ MissingRequiredParameterException = Shapes::StructureShape.new(name: 'MissingRequiredParameterException', error: {"code" => "MissingParameter", "httpStatusCode" => 400, "senderFault" => true})
231
231
  Namespace = Shapes::StringShape.new(name: 'Namespace')
232
232
  NextToken = Shapes::StringShape.new(name: 'NextToken')
233
233
  OutputFormat = Shapes::StringShape.new(name: 'OutputFormat')
@@ -253,8 +253,8 @@ module Aws::CloudWatch
253
253
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
254
254
  ResourceList = Shapes::ListShape.new(name: 'ResourceList')
255
255
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
256
- ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound', error: {"code"=>"ResourceNotFound", "httpStatusCode"=>404, "senderFault"=>true})
257
- ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException', error: {"code"=>"ResourceNotFoundException", "httpStatusCode"=>404, "senderFault"=>true})
256
+ ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound', error: {"code" => "ResourceNotFound", "httpStatusCode" => 404, "senderFault" => true})
257
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException', error: {"code" => "ResourceNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
258
258
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
259
259
  ReturnData = Shapes::BooleanShape.new(name: 'ReturnData')
260
260
  ScanBy = Shapes::StringShape.new(name: 'ScanBy')
@@ -307,10 +307,10 @@ module Aws::CloudWatch
307
307
 
308
308
  AlarmTypes.member = Shapes::ShapeRef.new(shape: AlarmType)
309
309
 
310
- AnomalyDetector.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, deprecated: true, location_name: "Namespace", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector.Namespace property."}))
311
- AnomalyDetector.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, deprecated: true, location_name: "MetricName", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector.MetricName property."}))
312
- AnomalyDetector.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, deprecated: true, location_name: "Dimensions", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector.Dimensions property."}))
313
- AnomalyDetector.add_member(:stat, Shapes::ShapeRef.new(shape: AnomalyDetectorMetricStat, deprecated: true, location_name: "Stat", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector.Stat property."}))
310
+ AnomalyDetector.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, deprecated: true, location_name: "Namespace", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector.Namespace property."}))
311
+ AnomalyDetector.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, deprecated: true, location_name: "MetricName", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector.MetricName property."}))
312
+ AnomalyDetector.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, deprecated: true, location_name: "Dimensions", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector.Dimensions property."}))
313
+ AnomalyDetector.add_member(:stat, Shapes::ShapeRef.new(shape: AnomalyDetectorMetricStat, deprecated: true, location_name: "Stat", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector.Stat property."}))
314
314
  AnomalyDetector.add_member(:configuration, Shapes::ShapeRef.new(shape: AnomalyDetectorConfiguration, location_name: "Configuration"))
315
315
  AnomalyDetector.add_member(:state_value, Shapes::ShapeRef.new(shape: AnomalyDetectorStateValue, location_name: "StateValue"))
316
316
  AnomalyDetector.add_member(:metric_characteristics, Shapes::ShapeRef.new(shape: MetricCharacteristics, location_name: "MetricCharacteristics"))
@@ -400,10 +400,10 @@ module Aws::CloudWatch
400
400
  DeleteAlarmsInput.add_member(:alarm_names, Shapes::ShapeRef.new(shape: AlarmNames, required: true, location_name: "AlarmNames"))
401
401
  DeleteAlarmsInput.struct_class = Types::DeleteAlarmsInput
402
402
 
403
- DeleteAnomalyDetectorInput.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, deprecated: true, location_name: "Namespace", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector."}))
404
- DeleteAnomalyDetectorInput.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, deprecated: true, location_name: "MetricName", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector."}))
405
- DeleteAnomalyDetectorInput.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, deprecated: true, location_name: "Dimensions", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector."}))
406
- DeleteAnomalyDetectorInput.add_member(:stat, Shapes::ShapeRef.new(shape: AnomalyDetectorMetricStat, deprecated: true, location_name: "Stat", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector."}))
403
+ DeleteAnomalyDetectorInput.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, deprecated: true, location_name: "Namespace", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector."}))
404
+ DeleteAnomalyDetectorInput.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, deprecated: true, location_name: "MetricName", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector."}))
405
+ DeleteAnomalyDetectorInput.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, deprecated: true, location_name: "Dimensions", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector."}))
406
+ DeleteAnomalyDetectorInput.add_member(:stat, Shapes::ShapeRef.new(shape: AnomalyDetectorMetricStat, deprecated: true, location_name: "Stat", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector."}))
407
407
  DeleteAnomalyDetectorInput.add_member(:single_metric_anomaly_detector, Shapes::ShapeRef.new(shape: SingleMetricAnomalyDetector, location_name: "SingleMetricAnomalyDetector"))
408
408
  DeleteAnomalyDetectorInput.add_member(:metric_math_anomaly_detector, Shapes::ShapeRef.new(shape: MetricMathAnomalyDetector, location_name: "MetricMathAnomalyDetector"))
409
409
  DeleteAnomalyDetectorInput.struct_class = Types::DeleteAnomalyDetectorInput
@@ -880,10 +880,10 @@ module Aws::CloudWatch
880
880
  PartialFailure.add_member(:failure_description, Shapes::ShapeRef.new(shape: FailureDescription, location_name: "FailureDescription"))
881
881
  PartialFailure.struct_class = Types::PartialFailure
882
882
 
883
- PutAnomalyDetectorInput.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, deprecated: true, location_name: "Namespace", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector."}))
884
- PutAnomalyDetectorInput.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, deprecated: true, location_name: "MetricName", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector."}))
885
- PutAnomalyDetectorInput.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, deprecated: true, location_name: "Dimensions", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector."}))
886
- PutAnomalyDetectorInput.add_member(:stat, Shapes::ShapeRef.new(shape: AnomalyDetectorMetricStat, deprecated: true, location_name: "Stat", metadata: {"deprecatedMessage"=>"Use SingleMetricAnomalyDetector."}))
883
+ PutAnomalyDetectorInput.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, deprecated: true, location_name: "Namespace", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector."}))
884
+ PutAnomalyDetectorInput.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, deprecated: true, location_name: "MetricName", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector."}))
885
+ PutAnomalyDetectorInput.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, deprecated: true, location_name: "Dimensions", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector."}))
886
+ PutAnomalyDetectorInput.add_member(:stat, Shapes::ShapeRef.new(shape: AnomalyDetectorMetricStat, deprecated: true, location_name: "Stat", metadata: {"deprecatedMessage" => "Use SingleMetricAnomalyDetector."}))
887
887
  PutAnomalyDetectorInput.add_member(:configuration, Shapes::ShapeRef.new(shape: AnomalyDetectorConfiguration, location_name: "Configuration"))
888
888
  PutAnomalyDetectorInput.add_member(:metric_characteristics, Shapes::ShapeRef.new(shape: MetricCharacteristics, location_name: "MetricCharacteristics"))
889
889
  PutAnomalyDetectorInput.add_member(:single_metric_anomaly_detector, Shapes::ShapeRef.new(shape: SingleMetricAnomalyDetector, location_name: "SingleMetricAnomalyDetector"))
@@ -953,7 +953,7 @@ module Aws::CloudWatch
953
953
  PutMetricDataInput.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location_name: "Namespace"))
954
954
  PutMetricDataInput.add_member(:metric_data, Shapes::ShapeRef.new(shape: MetricData, location_name: "MetricData"))
955
955
  PutMetricDataInput.add_member(:entity_metric_data, Shapes::ShapeRef.new(shape: EntityMetricDataList, location_name: "EntityMetricData"))
956
- PutMetricDataInput.add_member(:strict_entity_validation, Shapes::ShapeRef.new(shape: StrictEntityValidation, location_name: "StrictEntityValidation", metadata: {"box"=>true}))
956
+ PutMetricDataInput.add_member(:strict_entity_validation, Shapes::ShapeRef.new(shape: StrictEntityValidation, location_name: "StrictEntityValidation", metadata: {"box" => true}))
957
957
  PutMetricDataInput.struct_class = Types::PutMetricDataInput
958
958
 
959
959
  PutMetricStreamInput.add_member(:name, Shapes::ShapeRef.new(shape: MetricStreamName, required: true, location_name: "Name"))
@@ -29,20 +29,29 @@ module Aws::CloudWatch
29
29
  # ## Error Classes
30
30
  # * {ConcurrentModificationException}
31
31
  # * {DashboardInvalidInputError}
32
+ # * This error class is not used. `InvalidParameterInput` is used during parsing instead.
32
33
  # * {DashboardNotFoundError}
34
+ # * This error class is not used. `ResourceNotFound` is used during parsing instead.
33
35
  # * {InternalServiceFault}
36
+ # * This error class is not used. `InternalServiceError` is used during parsing instead.
34
37
  # * {InvalidFormatFault}
38
+ # * This error class is not used. `InvalidFormat` is used during parsing instead.
35
39
  # * {InvalidNextToken}
36
40
  # * {InvalidParameterCombinationException}
41
+ # * This error class is not used. `InvalidParameterCombination` is used during parsing instead.
37
42
  # * {InvalidParameterValueException}
43
+ # * This error class is not used. `InvalidParameterValue` is used during parsing instead.
38
44
  # * {LimitExceededException}
39
45
  # * {LimitExceededFault}
46
+ # * This error class is not used. `LimitExceeded` is used during parsing instead.
40
47
  # * {MissingRequiredParameterException}
48
+ # * This error class is not used. `MissingParameter` is used during parsing instead.
41
49
  # * {ResourceNotFound}
42
50
  # * {ResourceNotFoundException}
43
51
  #
44
52
  # Additionally, error classes are dynamically generated for service errors based on the error code
45
53
  # if they are not defined above.
54
+ # Some existing error classes may use a different class name than the one documented.
46
55
  module Errors
47
56
 
48
57
  extend Aws::Errors::DynamicErrors
@@ -57,6 +66,8 @@ module Aws::CloudWatch
57
66
  end
58
67
  end
59
68
 
69
+ # @deprecated This error class is not used during parsing.
70
+ # Please use `InvalidParameterInput` instead.
60
71
  class DashboardInvalidInputError < ServiceError
61
72
 
62
73
  # @param [Seahorse::Client::RequestContext] context
@@ -77,6 +88,8 @@ module Aws::CloudWatch
77
88
  end
78
89
  end
79
90
 
91
+ # @deprecated This error class is not used during parsing.
92
+ # Please use `ResourceNotFound` instead.
80
93
  class DashboardNotFoundError < ServiceError
81
94
 
82
95
  # @param [Seahorse::Client::RequestContext] context
@@ -92,6 +105,8 @@ module Aws::CloudWatch
92
105
  end
93
106
  end
94
107
 
108
+ # @deprecated This error class is not used during parsing.
109
+ # Please use `InternalServiceError` instead.
95
110
  class InternalServiceFault < ServiceError
96
111
 
97
112
  # @param [Seahorse::Client::RequestContext] context
@@ -107,6 +122,8 @@ module Aws::CloudWatch
107
122
  end
108
123
  end
109
124
 
125
+ # @deprecated This error class is not used during parsing.
126
+ # Please use `InvalidFormat` instead.
110
127
  class InvalidFormatFault < ServiceError
111
128
 
112
129
  # @param [Seahorse::Client::RequestContext] context
@@ -137,6 +154,8 @@ module Aws::CloudWatch
137
154
  end
138
155
  end
139
156
 
157
+ # @deprecated This error class is not used during parsing.
158
+ # Please use `InvalidParameterCombination` instead.
140
159
  class InvalidParameterCombinationException < ServiceError
141
160
 
142
161
  # @param [Seahorse::Client::RequestContext] context
@@ -152,6 +171,8 @@ module Aws::CloudWatch
152
171
  end
153
172
  end
154
173
 
174
+ # @deprecated This error class is not used during parsing.
175
+ # Please use `InvalidParameterValue` instead.
155
176
  class InvalidParameterValueException < ServiceError
156
177
 
157
178
  # @param [Seahorse::Client::RequestContext] context
@@ -177,6 +198,8 @@ module Aws::CloudWatch
177
198
  end
178
199
  end
179
200
 
201
+ # @deprecated This error class is not used during parsing.
202
+ # Please use `LimitExceeded` instead.
180
203
  class LimitExceededFault < ServiceError
181
204
 
182
205
  # @param [Seahorse::Client::RequestContext] context
@@ -192,6 +215,8 @@ module Aws::CloudWatch
192
215
  end
193
216
  end
194
217
 
218
+ # @deprecated This error class is not used during parsing.
219
+ # Please use `MissingParameter` instead.
195
220
  class MissingRequiredParameterException < ServiceError
196
221
 
197
222
  # @param [Seahorse::Client::RequestContext] context
@@ -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.111.0'
61
+ GEM_VERSION = '1.113.0'
62
62
 
63
63
  end
64
64
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.111.0
4
+ version: 1.113.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -84,7 +83,6 @@ licenses:
84
83
  metadata:
85
84
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatch
86
85
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudwatch/CHANGELOG.md
87
- post_install_message:
88
86
  rdoc_options: []
89
87
  require_paths:
90
88
  - lib
@@ -99,8 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
97
  - !ruby/object:Gem::Version
100
98
  version: '0'
101
99
  requirements: []
102
- rubygems_version: 3.4.10
103
- signing_key:
100
+ rubygems_version: 3.6.7
104
101
  specification_version: 4
105
102
  summary: AWS SDK for Ruby - CloudWatch
106
103
  test_files: []