aws-sdk-codecatalyst 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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codecatalyst/client.rb +6 -8
- data/lib/aws-sdk-codecatalyst.rb +1 -1
- data/sig/client.rbs +8 -8
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36184dfe5ac43465c8c3389f50da53a69dfb4d07a99fef9f26ca5f2ec5e946ae
|
|
4
|
+
data.tar.gz: c80b06ca30799533ebebd64386c080396c8074b0860b0c606d170c47b76fc0b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a146f35f7c86fa2c1dc53ae872f603c4c4469768df6e5fb9bcc567fd26e7cddc707fd72d5f745f7a5b61be8bf59d0e58748038c2feae19d4b7e2a9827a299ac9
|
|
7
|
+
data.tar.gz: 87aa44d2327ef9d1ae5f93c18428af39ae89532d240467d90323e134a6701fa1e2d63fd32b14d9dab9a78681ceb0d95963d2f46b155d149bb22121c008f26c9f
|
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.
|
|
1
|
+
1.50.0
|
|
@@ -199,7 +199,7 @@ module Aws::CodeCatalyst
|
|
|
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::CodeCatalyst
|
|
|
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.
|
|
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` -
|
|
334
|
-
#
|
|
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
|
|
@@ -2490,7 +2488,7 @@ module Aws::CodeCatalyst
|
|
|
2490
2488
|
tracer: tracer
|
|
2491
2489
|
)
|
|
2492
2490
|
context[:gem_name] = 'aws-sdk-codecatalyst'
|
|
2493
|
-
context[:gem_version] = '1.
|
|
2491
|
+
context[:gem_version] = '1.50.0'
|
|
2494
2492
|
Seahorse::Client::Request.new(handlers, context)
|
|
2495
2493
|
end
|
|
2496
2494
|
|
data/lib/aws-sdk-codecatalyst.rb
CHANGED
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.
|
|
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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
description: Official AWS Ruby gem for Amazon CodeCatalyst. This gem is part of the
|
|
33
33
|
AWS SDK for Ruby.
|
|
34
34
|
email:
|