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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codeartifact/client.rb +1 -1
- data/lib/aws-sdk-codeartifact.rb +1 -1
- data/sig/client.rbs +8 -8
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fcf77b70d4a6eb8d9595b989fd9a88f6d00b4e1c689b744430dba967ba3e756
|
|
4
|
+
data.tar.gz: 6fa9a96427eeb783bb2c9bfef16a6aa19a55afcb7122013e754ed16d3cca6cb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b34cfe81fb722d0d751eacf400efa4fa7db48f642163a07dcf0cd58876a514266de2e905b1b16f000fa163344117826ee335833657cb774894f2bd38faf38f75
|
|
7
|
+
data.tar.gz: 01c77cff4e70febe44f0718d3b008860394a3374183a99929c9e78f1fa5e91fc9128bd13e4d7dc97cfec40f7cbf04c097b4092f22c56c42f6d5c8e67fb8216f9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
4053
|
+
context[:gem_version] = '1.76.0'
|
|
4054
4054
|
Seahorse::Client::Request.new(handlers, context)
|
|
4055
4055
|
end
|
|
4056
4056
|
|
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
|