aws-sdk-cloudwatchrum 1.56.0 → 1.58.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: 79ca72ffdf8d9ddb5e99fab6139d8e612807385ce208d15916466cb5266c3d84
4
- data.tar.gz: ac30b53bbf7fd8defc2c94d17e509ab5f2923da68fec31dbdc53377c5c1de561
3
+ metadata.gz: ce8964726555ee45cfac889040d8f3740e34e4d0905035a567bb49eb12d02244
4
+ data.tar.gz: e09c48957437fd48f76c5e1488d7f45024aebc26b30b33635bae63d5fd1bb6d8
5
5
  SHA512:
6
- metadata.gz: f7039e9fb94da59f80368c98c35725e6037c1b798ab00fc80312b4be1d5c1bb5025878dc3446a4cf2a47317d6d14ec2a032469f4c4e1e89bd4e9fd7b38a7990f
7
- data.tar.gz: f62542071af48993b6ee3ec638039f800086cd51253694100ee07eef46e5885ea0f2816ccb0255db468abd22e298aed7792ac935c0f889689695940234eae6f0
6
+ metadata.gz: bff4955825830875a9b4a1fc966b71b3e008470b2a8dbb807f328787d9de65adb4c429846823ccb545ee2942f9fd8750b3068fecdfb00c70d5c8cc00b95d5280
7
+ data.tar.gz: 821e49dfaddd1bb08a290adc5c1e59853c350c4fb9a2a01cd63ec2cccdd7b99454f80a74d8a96272fa7cb0faf13e8f2c2f623a904ce83d84239bff21cd3f0588
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.57.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.56.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.58.0
@@ -199,7 +199,7 @@ module Aws::CloudWatchRUM
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::CloudWatchRUM
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1746,7 +1744,7 @@ module Aws::CloudWatchRUM
1746
1744
  tracer: tracer
1747
1745
  )
1748
1746
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1749
- context[:gem_version] = '1.56.0'
1747
+ context[:gem_version] = '1.58.0'
1750
1748
  Seahorse::Client::Request.new(handlers, context)
1751
1749
  end
1752
1750
 
@@ -55,7 +55,7 @@ module Aws::CloudWatchRUM
55
55
  autoload :EndpointProvider, 'aws-sdk-cloudwatchrum/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cloudwatchrum/endpoints'
57
57
 
58
- GEM_VERSION = '1.56.0'
58
+ GEM_VERSION = '1.58.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -89,14 +89,7 @@ module Aws
89
89
  destination: ("CloudWatch" | "Evidently"),
90
90
  ?destination_arn: ::String,
91
91
  metric_definitions: Array[
92
- {
93
- name: ::String,
94
- value_key: ::String?,
95
- unit_label: ::String?,
96
- dimension_keys: Hash[::String, ::String]?,
97
- event_pattern: ::String?,
98
- namespace: ::String?
99
- },
92
+ Params::metric_definition_request
100
93
  ]
101
94
  ) -> _BatchCreateRumMetricDefinitionsResponseSuccess
102
95
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateRumMetricDefinitionsResponseSuccess
@@ -140,17 +133,7 @@ module Aws
140
133
  ?domain: ::String,
141
134
  ?domain_list: Array[::String],
142
135
  ?tags: Hash[::String, ::String],
143
- ?app_monitor_configuration: {
144
- identity_pool_id: ::String?,
145
- excluded_pages: Array[::String]?,
146
- included_pages: Array[::String]?,
147
- favorite_pages: Array[::String]?,
148
- session_sample_rate: ::Float?,
149
- guest_role_arn: ::String?,
150
- allow_cookies: bool?,
151
- telemetries: Array[("errors" | "performance" | "http")]?,
152
- enable_x_ray: bool?
153
- },
136
+ ?app_monitor_configuration: Params::app_monitor_configuration,
154
137
  ?cw_log_enabled: bool,
155
138
  ?custom_events: {
156
139
  status: ("ENABLED" | "DISABLED")?
@@ -222,7 +205,7 @@ module Aws
222
205
  {
223
206
  name: ::String?,
224
207
  values: Array[::String]?
225
- },
208
+ }
226
209
  ],
227
210
  ?max_results: ::Integer,
228
211
  ?next_token: ::String
@@ -312,7 +295,7 @@ module Aws
312
295
  type: ::String,
313
296
  metadata: ::String?,
314
297
  details: ::String
315
- },
298
+ }
316
299
  ],
317
300
  ?alias: ::String
318
301
  ) -> _PutRumEventsResponseSuccess
@@ -358,17 +341,7 @@ module Aws
358
341
  name: ::String,
359
342
  ?domain: ::String,
360
343
  ?domain_list: Array[::String],
361
- ?app_monitor_configuration: {
362
- identity_pool_id: ::String?,
363
- excluded_pages: Array[::String]?,
364
- included_pages: Array[::String]?,
365
- favorite_pages: Array[::String]?,
366
- session_sample_rate: ::Float?,
367
- guest_role_arn: ::String?,
368
- allow_cookies: bool?,
369
- telemetries: Array[("errors" | "performance" | "http")]?,
370
- enable_x_ray: bool?
371
- },
344
+ ?app_monitor_configuration: Params::app_monitor_configuration,
372
345
  ?cw_log_enabled: bool,
373
346
  ?custom_events: {
374
347
  status: ("ENABLED" | "DISABLED")?
@@ -390,14 +363,7 @@ module Aws
390
363
  app_monitor_name: ::String,
391
364
  destination: ("CloudWatch" | "Evidently"),
392
365
  ?destination_arn: ::String,
393
- metric_definition: {
394
- name: ::String,
395
- value_key: ::String?,
396
- unit_label: ::String?,
397
- dimension_keys: Hash[::String, ::String]?,
398
- event_pattern: ::String?,
399
- namespace: ::String?
400
- },
366
+ metric_definition: Params::metric_definition_request,
401
367
  metric_definition_id: ::String
402
368
  ) -> _UpdateRumMetricDefinitionResponseSuccess
403
369
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRumMetricDefinitionResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,34 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CloudWatchRUM
10
+ module Params
11
+ type metric_definition_request = {
12
+ name: ::String,
13
+ value_key: ::String?,
14
+ unit_label: ::String?,
15
+ dimension_keys: Hash[::String, ::String]?,
16
+ event_pattern: ::String?,
17
+ namespace: ::String?
18
+ }
19
+
20
+ type app_monitor_configuration = {
21
+ identity_pool_id: ::String?,
22
+ excluded_pages: Array[::String]?,
23
+ included_pages: Array[::String]?,
24
+ favorite_pages: Array[::String]?,
25
+ session_sample_rate: ::Float?,
26
+ guest_role_arn: ::String?,
27
+ allow_cookies: bool?,
28
+ telemetries: Array[("errors" | "performance" | "http")]?,
29
+ enable_x_ray: bool?
30
+ }
31
+
32
+ end
33
+ end
34
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-cloudwatchrum/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs