aws-sdk-codeartifact 1.75.0 → 1.77.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-codeartifact/client.rb +6 -8
- data/lib/aws-sdk-codeartifact.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: 05e55fc701d2127d75a4dab41569d6c2b41f730acc52f9104b24500f76bfce77
|
|
4
|
+
data.tar.gz: 0b53248a47f964798e69c699922d718c2da197f1e2aaac952265ab7e8a6e52cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcd400afca6c69de638c3f60834be7b8d4435cd5433b0092abe50a89af3658cc8e6e5f4de83444d7b14752a92b8b37e3a1f5e391ac81a5e1efc03c6d1bc049c6
|
|
7
|
+
data.tar.gz: dd15f689c01211f4ebe0ce2c522df07e9141a1941b94259633fe3e22a8035a5b4c2aa53beff951fe8d4efa18a956beb9df16f45c63a8aed3641e51ae1e5ec995
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.77.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.76.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.75.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.77.0
|
|
@@ -199,7 +199,7 @@ module Aws::CodeArtifact
|
|
|
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::CodeArtifact
|
|
|
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
|
|
@@ -4050,7 +4048,7 @@ module Aws::CodeArtifact
|
|
|
4050
4048
|
tracer: tracer
|
|
4051
4049
|
)
|
|
4052
4050
|
context[:gem_name] = 'aws-sdk-codeartifact'
|
|
4053
|
-
context[:gem_version] = '1.
|
|
4051
|
+
context[:gem_version] = '1.77.0'
|
|
4054
4052
|
Seahorse::Client::Request.new(handlers, context)
|
|
4055
4053
|
end
|
|
4056
4054
|
|
data/lib/aws-sdk-codeartifact.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -124,7 +124,7 @@ module Aws
|
|
|
124
124
|
{
|
|
125
125
|
key: ::String,
|
|
126
126
|
value: ::String
|
|
127
|
-
}
|
|
127
|
+
}
|
|
128
128
|
]
|
|
129
129
|
) -> _CreateDomainResponseSuccess
|
|
130
130
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDomainResponseSuccess
|
|
@@ -144,7 +144,7 @@ module Aws
|
|
|
144
144
|
{
|
|
145
145
|
key: ::String,
|
|
146
146
|
value: ::String
|
|
147
|
-
}
|
|
147
|
+
}
|
|
148
148
|
]
|
|
149
149
|
) -> _CreatePackageGroupResponseSuccess
|
|
150
150
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePackageGroupResponseSuccess
|
|
@@ -162,13 +162,13 @@ module Aws
|
|
|
162
162
|
?upstreams: Array[
|
|
163
163
|
{
|
|
164
164
|
repository_name: ::String
|
|
165
|
-
}
|
|
165
|
+
}
|
|
166
166
|
],
|
|
167
167
|
?tags: Array[
|
|
168
168
|
{
|
|
169
169
|
key: ::String,
|
|
170
170
|
value: ::String
|
|
171
|
-
}
|
|
171
|
+
}
|
|
172
172
|
]
|
|
173
173
|
) -> _CreateRepositoryResponseSuccess
|
|
174
174
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRepositoryResponseSuccess
|
|
@@ -758,7 +758,7 @@ module Aws
|
|
|
758
758
|
{
|
|
759
759
|
key: ::String,
|
|
760
760
|
value: ::String
|
|
761
|
-
}
|
|
761
|
+
}
|
|
762
762
|
]
|
|
763
763
|
) -> _TagResourceResponseSuccess
|
|
764
764
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -802,13 +802,13 @@ module Aws
|
|
|
802
802
|
{
|
|
803
803
|
repository_name: ::String?,
|
|
804
804
|
origin_restriction_type: ("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH")?
|
|
805
|
-
}
|
|
805
|
+
}
|
|
806
806
|
],
|
|
807
807
|
?remove_allowed_repositories: Array[
|
|
808
808
|
{
|
|
809
809
|
repository_name: ::String?,
|
|
810
810
|
origin_restriction_type: ("EXTERNAL_UPSTREAM" | "INTERNAL_UPSTREAM" | "PUBLISH")?
|
|
811
|
-
}
|
|
811
|
+
}
|
|
812
812
|
]
|
|
813
813
|
) -> _UpdatePackageGroupOriginConfigurationResponseSuccess
|
|
814
814
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePackageGroupOriginConfigurationResponseSuccess
|
|
@@ -846,7 +846,7 @@ module Aws
|
|
|
846
846
|
?upstreams: Array[
|
|
847
847
|
{
|
|
848
848
|
repository_name: ::String
|
|
849
|
-
}
|
|
849
|
+
}
|
|
850
850
|
]
|
|
851
851
|
) -> _UpdateRepositoryResponseSuccess
|
|
852
852
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRepositoryResponseSuccess
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-codeartifact
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.77.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
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|