aws-sdk-devopsguru 1.73.0 → 1.75.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: ba424edd951f7e66652d13b3628c95a4f85268f172b3ee8cdaed302c490b46d3
4
- data.tar.gz: bf9f57721dd3749d63432bf6d5d5a652b5d82e118851e4534ad0c29d7c882932
3
+ metadata.gz: 3151bdef5c87c18e27adc3083c23a8bca4b4831df0cc44d060e7842457e1edfe
4
+ data.tar.gz: 644065d73b48b795913eb9a995ce0147fea694f65d5aa083bb71a3b0f08f9a9a
5
5
  SHA512:
6
- metadata.gz: d1936fa7b0dc4a7b4109c1e07f2070aab19e6db4c7f3d470374f39bf3cee416a0b9c8a1aac24417aa2ba044a988049dd2a5f5d4cdb5a7728516ce99a496cdb0b
7
- data.tar.gz: 0172f9447f38f358ddfaf9f3c3f82d9dae2f3d2dfbb300d24f35725a6e6012725a377d5298e1f9c557a2afde41a062998779dfc2b2daf4f7c0492fb4fdf98c6c
6
+ metadata.gz: 5f58cec3ae4ff41d11178e6038ba245edfae9286c0793d8639260e78cd52fd7530d836bcef09039c9ab9c32040ca2f4c0dc3ff22e3e8faf8dc2f5eaa8d25f8d7
7
+ data.tar.gz: e8ed4ca153c7a08b9d4e0a155e0bb865c69caa305742367ee278b2edbfe217fd9d9f80581f9c1bc76e8c10c8954e7e3e719227de3926ed9181936c9ef99e4ccd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.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.74.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.73.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.75.0
@@ -199,7 +199,7 @@ module Aws::DevOpsGuru
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::DevOpsGuru
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
@@ -2449,7 +2447,7 @@ module Aws::DevOpsGuru
2449
2447
  tracer: tracer
2450
2448
  )
2451
2449
  context[:gem_name] = 'aws-sdk-devopsguru'
2452
- context[:gem_version] = '1.73.0'
2450
+ context[:gem_version] = '1.75.0'
2453
2451
  Seahorse::Client::Request.new(handlers, context)
2454
2452
  end
2455
2453
 
@@ -54,7 +54,7 @@ module Aws::DevOpsGuru
54
54
  autoload :EndpointProvider, 'aws-sdk-devopsguru/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-devopsguru/endpoints'
56
56
 
57
- GEM_VERSION = '1.73.0'
57
+ GEM_VERSION = '1.75.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -324,17 +324,7 @@ module Aws
324
324
  event_class: ("INFRASTRUCTURE" | "DEPLOYMENT" | "SECURITY_CHANGE" | "CONFIG_CHANGE" | "SCHEMA_CHANGE")?,
325
325
  event_source: ::String?,
326
326
  data_source: ("AWS_CLOUD_TRAIL" | "AWS_CODE_DEPLOY")?,
327
- resource_collection: {
328
- cloud_formation: {
329
- stack_names: Array[::String]?
330
- }?,
331
- tags: Array[
332
- {
333
- app_boundary_key: ::String,
334
- tag_values: Array[::String]
335
- },
336
- ]?
337
- }?
327
+ resource_collection: Params::resource_collection?
338
328
  },
339
329
  ?max_results: ::Integer,
340
330
  ?next_token: ::String,
@@ -350,25 +340,7 @@ module Aws
350
340
  end
351
341
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsGuru/Client.html#list_insights-instance_method
352
342
  def list_insights: (
353
- status_filter: {
354
- ongoing: {
355
- type: ("REACTIVE" | "PROACTIVE")
356
- }?,
357
- closed: {
358
- type: ("REACTIVE" | "PROACTIVE"),
359
- end_time_range: {
360
- from_time: ::Time?,
361
- to_time: ::Time?
362
- }
363
- }?,
364
- any: {
365
- type: ("REACTIVE" | "PROACTIVE"),
366
- start_time_range: {
367
- from_time: ::Time?,
368
- to_time: ::Time?
369
- }
370
- }?
371
- },
343
+ status_filter: Params::list_insights_status_filter,
372
344
  ?max_results: ::Integer,
373
345
  ?next_token: ::String
374
346
  ) -> _ListInsightsResponseSuccess
@@ -409,25 +381,7 @@ module Aws
409
381
  end
410
382
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsGuru/Client.html#list_organization_insights-instance_method
411
383
  def list_organization_insights: (
412
- status_filter: {
413
- ongoing: {
414
- type: ("REACTIVE" | "PROACTIVE")
415
- }?,
416
- closed: {
417
- type: ("REACTIVE" | "PROACTIVE"),
418
- end_time_range: {
419
- from_time: ::Time?,
420
- to_time: ::Time?
421
- }
422
- }?,
423
- any: {
424
- type: ("REACTIVE" | "PROACTIVE"),
425
- start_time_range: {
426
- from_time: ::Time?,
427
- to_time: ::Time?
428
- }
429
- }?
430
- },
384
+ status_filter: Params::list_insights_status_filter,
431
385
  ?max_results: ::Integer,
432
386
  ?account_ids: Array[::String],
433
387
  ?organizational_unit_ids: Array[::String],
@@ -485,17 +439,7 @@ module Aws
485
439
  ?filters: {
486
440
  severities: Array[("LOW" | "MEDIUM" | "HIGH")]?,
487
441
  statuses: Array[("ONGOING" | "CLOSED")]?,
488
- resource_collection: {
489
- cloud_formation: {
490
- stack_names: Array[::String]?
491
- }?,
492
- tags: Array[
493
- {
494
- app_boundary_key: ::String,
495
- tag_values: Array[::String]
496
- },
497
- ]?
498
- }?,
442
+ resource_collection: Params::resource_collection?,
499
443
  service_collection: {
500
444
  service_names: Array[("API_GATEWAY" | "APPLICATION_ELB" | "AUTO_SCALING_GROUP" | "CLOUD_FRONT" | "DYNAMO_DB" | "EC2" | "ECS" | "EKS" | "ELASTIC_BEANSTALK" | "ELASTI_CACHE" | "ELB" | "ES" | "KINESIS" | "LAMBDA" | "NAT_GATEWAY" | "NETWORK_ELB" | "RDS" | "REDSHIFT" | "ROUTE_53" | "S3" | "SAGE_MAKER" | "SNS" | "SQS" | "STEP_FUNCTIONS" | "SWF")]?
501
445
  }?
@@ -522,17 +466,7 @@ module Aws
522
466
  ?filters: {
523
467
  severities: Array[("LOW" | "MEDIUM" | "HIGH")]?,
524
468
  statuses: Array[("ONGOING" | "CLOSED")]?,
525
- resource_collection: {
526
- cloud_formation: {
527
- stack_names: Array[::String]?
528
- }?,
529
- tags: Array[
530
- {
531
- app_boundary_key: ::String,
532
- tag_values: Array[::String]
533
- },
534
- ]?
535
- }?,
469
+ resource_collection: Params::resource_collection?,
536
470
  service_collection: {
537
471
  service_names: Array[("API_GATEWAY" | "APPLICATION_ELB" | "AUTO_SCALING_GROUP" | "CLOUD_FRONT" | "DYNAMO_DB" | "EC2" | "ECS" | "EKS" | "ELASTIC_BEANSTALK" | "ELASTI_CACHE" | "ELB" | "ES" | "KINESIS" | "LAMBDA" | "NAT_GATEWAY" | "NETWORK_ELB" | "RDS" | "REDSHIFT" | "ROUTE_53" | "S3" | "SAGE_MAKER" | "SNS" | "SQS" | "STEP_FUNCTIONS" | "SWF")]?
538
472
  }?
@@ -556,7 +490,7 @@ module Aws
556
490
  {
557
491
  app_boundary_key: ::String,
558
492
  tag_values: Array[::String]
559
- },
493
+ }
560
494
  ]?
561
495
  },
562
496
  ?client_token: ::String
@@ -590,7 +524,7 @@ module Aws
590
524
  {
591
525
  app_boundary_key: ::String,
592
526
  tag_values: Array[::String]
593
- },
527
+ }
594
528
  ]?
595
529
  }
596
530
  ) -> _UpdateResourceCollectionResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,45 @@
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 DevOpsGuru
10
+ module Params
11
+ type resource_collection = {
12
+ cloud_formation: {
13
+ stack_names: Array[::String]?
14
+ }?,
15
+ tags: Array[
16
+ {
17
+ app_boundary_key: ::String,
18
+ tag_values: Array[::String]
19
+ }
20
+ ]?
21
+ }
22
+
23
+ type list_insights_status_filter = {
24
+ ongoing: {
25
+ type: ("REACTIVE" | "PROACTIVE")
26
+ }?,
27
+ closed: {
28
+ type: ("REACTIVE" | "PROACTIVE"),
29
+ end_time_range: {
30
+ from_time: ::Time?,
31
+ to_time: ::Time?
32
+ }
33
+ }?,
34
+ any: {
35
+ type: ("REACTIVE" | "PROACTIVE"),
36
+ start_time_range: {
37
+ from_time: ::Time?,
38
+ to_time: ::Time?
39
+ }
40
+ }?
41
+ }
42
+
43
+ end
44
+ end
45
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsguru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.75.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-devopsguru/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