aws-sdk-codecatalyst 1.48.0 → 1.49.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: 46bd2f3705c7226e428809ab732ab09df5ebca3845fc2d9f0c9966b3015bebfe
4
- data.tar.gz: f9afb23df4ea0fea651203228ed3d7e9bd6a9fe74dbca8a15368c710869c4f71
3
+ metadata.gz: 7c4124b6dcf50d795f60f0d6c52d17cbf75c7196b3d2052add17e955fcbe02a7
4
+ data.tar.gz: 1b9c44d94bbdd29a6aa727a55fda0185243956b91d1450df6de8d2e79fc1e84c
5
5
  SHA512:
6
- metadata.gz: 006d7e9ed626a8596e5c08c6970e7f0aba7440fe185be20aa068c3b12cf335079cf39c8c6abd46ab2c0aa584d839a11782815104e3865e32e382f9062dafff7b
7
- data.tar.gz: 6aad2d7825bdae99c7e002ffd6b6f6b4f7ebfb48f988b2b19380808b05735d2987b44dce0ab1403666d32ba827fb1376a1d47ede26edb61b7bc84d530cf61d2b
6
+ metadata.gz: 4b174ecb14104579ef860db8954b61dfa8350339825eadba27bcbcc9a172800c8cd04ef19e677e32d4774e75949c1d7b06615d06201d5e4a830eacd07f6d4ff3
7
+ data.tar.gz: f41c3d0b9339a1d6992bd03fc4bf05705d7b5b253548c588a39e582027e9df87a4068d67811d1baa31041e197d318bdbe83413f17bbd0ed0d9ffd983c7e95dda
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.48.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -2490,7 +2490,7 @@ module Aws::CodeCatalyst
2490
2490
  tracer: tracer
2491
2491
  )
2492
2492
  context[:gem_name] = 'aws-sdk-codecatalyst'
2493
- context[:gem_version] = '1.48.0'
2493
+ context[:gem_version] = '1.49.0'
2494
2494
  Seahorse::Client::Request.new(handlers, context)
2495
2495
  end
2496
2496
 
@@ -54,7 +54,7 @@ module Aws::CodeCatalyst
54
54
  autoload :EndpointProvider, 'aws-sdk-codecatalyst/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codecatalyst/endpoints'
56
56
 
57
- GEM_VERSION = '1.48.0'
57
+ GEM_VERSION = '1.49.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -107,7 +107,7 @@ module Aws
107
107
  {
108
108
  repository_name: ::String,
109
109
  branch_name: ::String?
110
- },
110
+ }
111
111
  ],
112
112
  ?client_token: ::String,
113
113
  ?alias: ::String,
@@ -115,7 +115,7 @@ module Aws
115
115
  {
116
116
  runtime: ::String?,
117
117
  name: ::String?
118
- },
118
+ }
119
119
  ],
120
120
  instance_type: ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge"),
121
121
  ?inactivity_timeout_minutes: ::Integer,
@@ -427,7 +427,7 @@ module Aws
427
427
  key: ::String,
428
428
  values: Array[::String],
429
429
  comparison_operator: ::String?
430
- },
430
+ }
431
431
  ],
432
432
  ?next_token: ::String,
433
433
  ?max_results: ::Integer
@@ -465,7 +465,7 @@ module Aws
465
465
  key: ("hasAccessTo" | "name"),
466
466
  values: Array[::String],
467
467
  comparison_operator: ("EQ" | "GT" | "GE" | "LT" | "LE" | "BEGINS_WITH")?
468
- },
468
+ }
469
469
  ]
470
470
  ) -> _ListProjectsResponseSuccess
471
471
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProjectsResponseSuccess
@@ -524,7 +524,7 @@ module Aws
524
524
  ?max_results: ::Integer,
525
525
  ?sort_by: Array[
526
526
  {
527
- },
527
+ }
528
528
  ]
529
529
  ) -> _ListWorkflowRunsResponseSuccess
530
530
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkflowRunsResponseSuccess
@@ -542,7 +542,7 @@ module Aws
542
542
  ?max_results: ::Integer,
543
543
  ?sort_by: Array[
544
544
  {
545
- },
545
+ }
546
546
  ]
547
547
  ) -> _ListWorkflowsResponseSuccess
548
548
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkflowsResponseSuccess
@@ -563,7 +563,7 @@ module Aws
563
563
  {
564
564
  runtime: ::String?,
565
565
  name: ::String?
566
- },
566
+ }
567
567
  ],
568
568
  ?instance_type: ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge"),
569
569
  ?inactivity_timeout_minutes: ::Integer
@@ -661,7 +661,7 @@ module Aws
661
661
  {
662
662
  runtime: ::String?,
663
663
  name: ::String?
664
- },
664
+ }
665
665
  ],
666
666
  ?instance_type: ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge"),
667
667
  ?inactivity_timeout_minutes: ::Integer,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecatalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services