aws-sdk-oam 1.48.0 → 1.50.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: 5e3c28724a627ffd3f5eefb42a2f736240d88de161fb3c8f5c9a2b86b8ff7190
4
- data.tar.gz: 63c123f13a21fa9d3f805465d17ff1446e62987f2566a717e0ce887c0df40b00
3
+ metadata.gz: '08ec4c9b48e08fc02573ba7fcf2c761eb0965ead414cce18f7d84b46768cd980'
4
+ data.tar.gz: 3b5743120734f4527a21044bc3be7e72e04f6fdcc7b6964a21dbc8d8f02e7694
5
5
  SHA512:
6
- metadata.gz: f8b12959eeb0366b8863606a22936d90e030003eb0a1f2aabf91604863ab04ff22622bb15ec05805939615567995f09a4eca8c13227b6632135c2f5cd8d5b4e7
7
- data.tar.gz: 6f734402fbfeebe448e8ffb1b00902cde4177cee3e8b4722d73a2b89039b4e2442b8977105093e4232a3687b424911faf31bc315f83044561a06a647bd192a69
6
+ metadata.gz: 457ba07a264b03b6d900b48eb844cd18d4150e1fd3de501d728e6ada9454d5baa68eb8b3a72d951bb494b56fc11e27554b23f8f4ec002a8132f032945257e533
7
+ data.tar.gz: 84f5675de56aca0a21237cc74b6856d45647f89d0b9a1bd00161522786473077c8da72bbc40ec0b5e5780db597651838c210d4ad4dfc024bfbdab348a41a7e11
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.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.49.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.48.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.50.0
@@ -199,7 +199,7 @@ module Aws::OAM
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::OAM
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
@@ -1352,7 +1350,7 @@ module Aws::OAM
1352
1350
  tracer: tracer
1353
1351
  )
1354
1352
  context[:gem_name] = 'aws-sdk-oam'
1355
- context[:gem_version] = '1.48.0'
1353
+ context[:gem_version] = '1.50.0'
1356
1354
  Seahorse::Client::Request.new(handlers, context)
1357
1355
  end
1358
1356
 
data/lib/aws-sdk-oam.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::OAM
54
54
  autoload :EndpointProvider, 'aws-sdk-oam/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-oam/endpoints'
56
56
 
57
- GEM_VERSION = '1.48.0'
57
+ GEM_VERSION = '1.50.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -92,14 +92,7 @@ module Aws
92
92
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#create_link-instance_method
93
93
  def create_link: (
94
94
  label_template: ::String,
95
- ?link_configuration: {
96
- log_group_configuration: {
97
- filter: ::String
98
- }?,
99
- metric_configuration: {
100
- filter: ::String
101
- }?
102
- },
95
+ ?link_configuration: Params::link_configuration,
103
96
  resource_types: Array[("AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application" | "AWS::InternetMonitor::Monitor" | "AWS::ApplicationSignals::Service" | "AWS::ApplicationSignals::ServiceLevelObjective")],
104
97
  sink_identifier: ::String,
105
98
  ?tags: Hash[::String, ::String]
@@ -277,14 +270,7 @@ module Aws
277
270
  def update_link: (
278
271
  identifier: ::String,
279
272
  ?include_tags: bool,
280
- ?link_configuration: {
281
- log_group_configuration: {
282
- filter: ::String
283
- }?,
284
- metric_configuration: {
285
- filter: ::String
286
- }?
287
- },
273
+ ?link_configuration: Params::link_configuration,
288
274
  resource_types: Array[("AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application" | "AWS::InternetMonitor::Monitor" | "AWS::ApplicationSignals::Service" | "AWS::ApplicationSignals::ServiceLevelObjective")]
289
275
  ) -> _UpdateLinkResponseSuccess
290
276
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLinkResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,22 @@
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 OAM
10
+ module Params
11
+ type link_configuration = {
12
+ log_group_configuration: {
13
+ filter: ::String
14
+ }?,
15
+ metric_configuration: {
16
+ filter: ::String
17
+ }?
18
+ }
19
+
20
+ end
21
+ end
22
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-oam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.50.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
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-oam/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs