aws-sdk-codeartifact 1.75.0 → 1.76.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: dd28d1d9a1b9bcb268aa728a5dff8446e2fb44aa326a80a99dc39b3972318d61
4
- data.tar.gz: 67c5acadc0564f7ee129e3362f0cc976d3f9eac2ae0ae349f9c652c408ecfb73
3
+ metadata.gz: 7fcf77b70d4a6eb8d9595b989fd9a88f6d00b4e1c689b744430dba967ba3e756
4
+ data.tar.gz: 6fa9a96427eeb783bb2c9bfef16a6aa19a55afcb7122013e754ed16d3cca6cb9
5
5
  SHA512:
6
- metadata.gz: fe2709413cdb983d7c32c26dd9de14fd5756cc98177843ad32b6ef44c2a1ce36c6b6b40b8670c05fe81a127ef885e486b33eb0ed7f2bbb682e5a9137a90f21c3
7
- data.tar.gz: 01e6d40ddffec3fdf57473dcb934234bd74bd75fbd6b96beadc949dae182ca9a1ea6669302e3dae34a95f2d8427449f2f256b895551616e4d2470f7c78b755ba
6
+ metadata.gz: b34cfe81fb722d0d751eacf400efa4fa7db48f642163a07dcf0cd58876a514266de2e905b1b16f000fa163344117826ee335833657cb774894f2bd38faf38f75
7
+ data.tar.gz: 01c77cff4e70febe44f0718d3b008860394a3374183a99929c9e78f1fa5e91fc9128bd13e4d7dc97cfec40f7cbf04c097b4092f22c56c42f6d5c8e67fb8216f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.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.75.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -4050,7 +4050,7 @@ module Aws::CodeArtifact
4050
4050
  tracer: tracer
4051
4051
  )
4052
4052
  context[:gem_name] = 'aws-sdk-codeartifact'
4053
- context[:gem_version] = '1.75.0'
4053
+ context[:gem_version] = '1.76.0'
4054
4054
  Seahorse::Client::Request.new(handlers, context)
4055
4055
  end
4056
4056
 
@@ -54,7 +54,7 @@ module Aws::CodeArtifact
54
54
  autoload :EndpointProvider, 'aws-sdk-codeartifact/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codeartifact/endpoints'
56
56
 
57
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.76.0'
58
58
 
59
59
  end
60
60
 
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.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services