aws-sdk-codestarconnections 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: 3a87845a378ce7eae504db96cba683c32d12c34f0d3b98dd6e1a1253a30f0e3a
4
- data.tar.gz: 4495d985d8ac70e23cd6597d1f1f90383f394b1e9918efc0d3a4a9ac135f4eb8
3
+ metadata.gz: e1b037891725234eb64e29e93e3fac2e5bbdfa9bf63af11b6ce3620da972b453
4
+ data.tar.gz: 437f7752f47b4c81b9ad2184b6934e5a4ddd05eea0f2bf05fdf6e65f9c7f0fb0
5
5
  SHA512:
6
- metadata.gz: 3a30a8e6d451896fff580a88ecc4259d0becbc4ee27edd303be029226e6dc2923b5a4a1b8b5b07cbbe55f45313e1de7cf87bef6c568ac87308a88223bb4d1563
7
- data.tar.gz: 775de90c2082f4981fe0d984eb84a336514994dd0f398c600946442932ed93e75c3734d8020269598319ac39d24b2151b5905c542cecceebc15ab19f48943635
6
+ metadata.gz: 8690e4954aba3eab4890d31ac91f77625612f6589cef1380e28f7aa865a838a84c64398b05300965cba8e557f090e555c5d8e4218b712f42e120ebcf2e7a99b9
7
+ data.tar.gz: 5cd48fa7cc3873650d7345a6220238947e9b580c07ae9683299128e71f5c48d9a9be41ada84a28a7ff01eebbba68d7a5b0a181a5e80fe3a4df71255da8ad5b2f
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::CodeStarconnections
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::CodeStarconnections
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
@@ -1752,7 +1750,7 @@ module Aws::CodeStarconnections
1752
1750
  tracer: tracer
1753
1751
  )
1754
1752
  context[:gem_name] = 'aws-sdk-codestarconnections'
1755
- context[:gem_version] = '1.73.0'
1753
+ context[:gem_version] = '1.75.0'
1756
1754
  Seahorse::Client::Request.new(handlers, context)
1757
1755
  end
1758
1756
 
@@ -54,7 +54,7 @@ module Aws::CodeStarconnections
54
54
  autoload :EndpointProvider, 'aws-sdk-codestarconnections/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codestarconnections/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
@@ -92,7 +92,7 @@ module Aws
92
92
  {
93
93
  key: ::String,
94
94
  value: ::String
95
- },
95
+ }
96
96
  ],
97
97
  ?host_arn: ::String
98
98
  ) -> _CreateConnectionResponseSuccess
@@ -118,7 +118,7 @@ module Aws
118
118
  {
119
119
  key: ::String,
120
120
  value: ::String
121
- },
121
+ }
122
122
  ]
123
123
  ) -> _CreateHostResponseSuccess
124
124
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHostResponseSuccess
@@ -137,7 +137,7 @@ module Aws
137
137
  {
138
138
  key: ::String,
139
139
  value: ::String
140
- },
140
+ }
141
141
  ]
142
142
  ) -> _CreateRepositoryLinkResponseSuccess
143
143
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRepositoryLinkResponseSuccess
@@ -361,7 +361,7 @@ module Aws
361
361
  {
362
362
  key: ::String,
363
363
  value: ::String
364
- },
364
+ }
365
365
  ]
366
366
  ) -> _TagResourceResponseSuccess
367
367
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarconnections
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