aws-sdk-codeartifact 1.9.0 → 1.10.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.rb +1 -1
- data/lib/aws-sdk-codeartifact/client.rb +14 -14
- data/lib/aws-sdk-codeartifact/types.rb +12 -12
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5f7ae7880447a2dea39805aaff27e15415a04a5d2ba47069753c2ca83a58ff3
|
|
4
|
+
data.tar.gz: e481f77d05a428069ae74cb32287e4983c318adab0da12449b9a1acc6566a37e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97d54033b1126e27df5e658b2f13b565240136d2ecb7526526dd5df033b666403a32fa90876156287c8f3ddcdb1b654c20abc323cdb5590c85f7c73019267903
|
|
7
|
+
data.tar.gz: 97e2dbc2e13b8fe6fdfe484d421117bfeb0f89415064f627567aefbb13eeaebb904a44f96edabffe6a19bb307b811afcfa35d98f4366fe2ddf7ecbe8308b08e4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.10.0
|
data/lib/aws-sdk-codeartifact.rb
CHANGED
|
@@ -967,7 +967,7 @@ module Aws::CodeArtifact
|
|
|
967
967
|
req.send_request(options)
|
|
968
968
|
end
|
|
969
969
|
|
|
970
|
-
# Returns a [
|
|
970
|
+
# Returns a [DomainDescription][1] object that contains information
|
|
971
971
|
# about the requested domain.
|
|
972
972
|
#
|
|
973
973
|
#
|
|
@@ -1013,7 +1013,7 @@ module Aws::CodeArtifact
|
|
|
1013
1013
|
req.send_request(options)
|
|
1014
1014
|
end
|
|
1015
1015
|
|
|
1016
|
-
# Returns a [
|
|
1016
|
+
# Returns a [PackageVersionDescription][1] object that contains
|
|
1017
1017
|
# information about the requested package version.
|
|
1018
1018
|
#
|
|
1019
1019
|
#
|
|
@@ -1207,12 +1207,12 @@ module Aws::CodeArtifact
|
|
|
1207
1207
|
# status to `Disposed`. A disposed package version cannot be restored in
|
|
1208
1208
|
# your repository because its assets are deleted.
|
|
1209
1209
|
#
|
|
1210
|
-
# To view all disposed package versions in a repository, use
|
|
1211
|
-
#
|
|
1210
|
+
# To view all disposed package versions in a repository, use
|
|
1211
|
+
# [ListPackageVersions][1] and set the [status][2] parameter to
|
|
1212
1212
|
# `Disposed`.
|
|
1213
1213
|
#
|
|
1214
|
-
# To view information about a disposed package version, use
|
|
1215
|
-
#
|
|
1214
|
+
# To view information about a disposed package version, use
|
|
1215
|
+
# [DescribePackageVersion][3].
|
|
1216
1216
|
#
|
|
1217
1217
|
#
|
|
1218
1218
|
#
|
|
@@ -1754,8 +1754,8 @@ module Aws::CodeArtifact
|
|
|
1754
1754
|
req.send_request(options)
|
|
1755
1755
|
end
|
|
1756
1756
|
|
|
1757
|
-
# Returns a list of [
|
|
1758
|
-
#
|
|
1757
|
+
# Returns a list of [AssetSummary][1] objects for assets in a package
|
|
1758
|
+
# version.
|
|
1759
1759
|
#
|
|
1760
1760
|
#
|
|
1761
1761
|
#
|
|
@@ -1860,7 +1860,7 @@ module Aws::CodeArtifact
|
|
|
1860
1860
|
end
|
|
1861
1861
|
|
|
1862
1862
|
# Returns the direct dependencies for a package version. The
|
|
1863
|
-
# dependencies are returned as [
|
|
1863
|
+
# dependencies are returned as [PackageDependency][1] objects.
|
|
1864
1864
|
# CodeArtifact extracts the dependencies for a package version from the
|
|
1865
1865
|
# metadata file for the package format (for example, the `package.json`
|
|
1866
1866
|
# file for npm packages and the `pom.xml` file for Maven). Any package
|
|
@@ -1962,7 +1962,7 @@ module Aws::CodeArtifact
|
|
|
1962
1962
|
req.send_request(options)
|
|
1963
1963
|
end
|
|
1964
1964
|
|
|
1965
|
-
# Returns a list of [
|
|
1965
|
+
# Returns a list of [PackageVersionSummary][1] objects for package
|
|
1966
1966
|
# versions in a repository that match the request parameters.
|
|
1967
1967
|
#
|
|
1968
1968
|
#
|
|
@@ -2077,7 +2077,7 @@ module Aws::CodeArtifact
|
|
|
2077
2077
|
req.send_request(options)
|
|
2078
2078
|
end
|
|
2079
2079
|
|
|
2080
|
-
# Returns a list of [
|
|
2080
|
+
# Returns a list of [PackageSummary][1] objects for packages in a
|
|
2081
2081
|
# repository that match the request parameters.
|
|
2082
2082
|
#
|
|
2083
2083
|
#
|
|
@@ -2165,7 +2165,7 @@ module Aws::CodeArtifact
|
|
|
2165
2165
|
req.send_request(options)
|
|
2166
2166
|
end
|
|
2167
2167
|
|
|
2168
|
-
# Returns a list of [
|
|
2168
|
+
# Returns a list of [RepositorySummary][1] objects. Each
|
|
2169
2169
|
# `RepositorySummary` contains information about a repository in the
|
|
2170
2170
|
# specified AWS account and that matches the input parameters.
|
|
2171
2171
|
#
|
|
@@ -2220,7 +2220,7 @@ module Aws::CodeArtifact
|
|
|
2220
2220
|
req.send_request(options)
|
|
2221
2221
|
end
|
|
2222
2222
|
|
|
2223
|
-
# Returns a list of [
|
|
2223
|
+
# Returns a list of [RepositorySummary][1] objects. Each
|
|
2224
2224
|
# `RepositorySummary` contains information about a repository in the
|
|
2225
2225
|
# specified domain and that matches the input parameters.
|
|
2226
2226
|
#
|
|
@@ -2668,7 +2668,7 @@ module Aws::CodeArtifact
|
|
|
2668
2668
|
params: params,
|
|
2669
2669
|
config: config)
|
|
2670
2670
|
context[:gem_name] = 'aws-sdk-codeartifact'
|
|
2671
|
-
context[:gem_version] = '1.
|
|
2671
|
+
context[:gem_version] = '1.10.0'
|
|
2672
2672
|
Seahorse::Client::Request.new(handlers, context)
|
|
2673
2673
|
end
|
|
2674
2674
|
|
|
@@ -1169,8 +1169,8 @@ module Aws::CodeArtifact
|
|
|
1169
1169
|
end
|
|
1170
1170
|
|
|
1171
1171
|
# Information about a domain, including its name, Amazon Resource Name
|
|
1172
|
-
# (ARN), and status. The [
|
|
1173
|
-
#
|
|
1172
|
+
# (ARN), and status. The [ListDomains][1] operation returns a list of
|
|
1173
|
+
# `DomainSummary` objects.
|
|
1174
1174
|
#
|
|
1175
1175
|
#
|
|
1176
1176
|
#
|
|
@@ -1863,7 +1863,7 @@ module Aws::CodeArtifact
|
|
|
1863
1863
|
# @return [String]
|
|
1864
1864
|
#
|
|
1865
1865
|
# @!attribute [rw] assets
|
|
1866
|
-
# The returned list of [
|
|
1866
|
+
# The returned list of [AssetSummary][1] objects.
|
|
1867
1867
|
#
|
|
1868
1868
|
#
|
|
1869
1869
|
#
|
|
@@ -2009,7 +2009,7 @@ module Aws::CodeArtifact
|
|
|
2009
2009
|
# @return [String]
|
|
2010
2010
|
#
|
|
2011
2011
|
# @!attribute [rw] dependencies
|
|
2012
|
-
# The returned list of [
|
|
2012
|
+
# The returned list of [PackageDependency][1] objects.
|
|
2013
2013
|
#
|
|
2014
2014
|
#
|
|
2015
2015
|
#
|
|
@@ -2173,7 +2173,7 @@ module Aws::CodeArtifact
|
|
|
2173
2173
|
# @return [String]
|
|
2174
2174
|
#
|
|
2175
2175
|
# @!attribute [rw] versions
|
|
2176
|
-
# The returned list of [
|
|
2176
|
+
# The returned list of [PackageVersionSummary][1] objects.
|
|
2177
2177
|
#
|
|
2178
2178
|
#
|
|
2179
2179
|
#
|
|
@@ -2280,7 +2280,7 @@ module Aws::CodeArtifact
|
|
|
2280
2280
|
end
|
|
2281
2281
|
|
|
2282
2282
|
# @!attribute [rw] packages
|
|
2283
|
-
# The list of returned [
|
|
2283
|
+
# The list of returned [PackageSummary][1] objects.
|
|
2284
2284
|
#
|
|
2285
2285
|
#
|
|
2286
2286
|
#
|
|
@@ -2409,7 +2409,7 @@ module Aws::CodeArtifact
|
|
|
2409
2409
|
end
|
|
2410
2410
|
|
|
2411
2411
|
# @!attribute [rw] repositories
|
|
2412
|
-
# The returned list of [
|
|
2412
|
+
# The returned list of [RepositorySummary][1] objects.
|
|
2413
2413
|
#
|
|
2414
2414
|
#
|
|
2415
2415
|
#
|
|
@@ -2505,7 +2505,7 @@ module Aws::CodeArtifact
|
|
|
2505
2505
|
end
|
|
2506
2506
|
|
|
2507
2507
|
# Details about a package, including its format, namespace, and name.
|
|
2508
|
-
# The [
|
|
2508
|
+
# The [ListPackages][1] operation returns a list of `PackageSummary`
|
|
2509
2509
|
# objects.
|
|
2510
2510
|
#
|
|
2511
2511
|
#
|
|
@@ -2682,7 +2682,7 @@ module Aws::CodeArtifact
|
|
|
2682
2682
|
end
|
|
2683
2683
|
|
|
2684
2684
|
# Details about a package version, including its status, version, and
|
|
2685
|
-
# revision. The [
|
|
2685
|
+
# revision. The [ListPackageVersions][1] operation returns a list of
|
|
2686
2686
|
# `PackageVersionSummary` objects.
|
|
2687
2687
|
#
|
|
2688
2688
|
#
|
|
@@ -2935,7 +2935,7 @@ module Aws::CodeArtifact
|
|
|
2935
2935
|
end
|
|
2936
2936
|
|
|
2937
2937
|
# Details about a repository, including its Amazon Resource Name (ARN),
|
|
2938
|
-
# description, and domain information. The [
|
|
2938
|
+
# description, and domain information. The [ListRepositories][1]
|
|
2939
2939
|
# operation returns a list of `RepositorySummary` objects.
|
|
2940
2940
|
#
|
|
2941
2941
|
#
|
|
@@ -3381,8 +3381,8 @@ module Aws::CodeArtifact
|
|
|
3381
3381
|
end
|
|
3382
3382
|
|
|
3383
3383
|
# Information about an upstream repository. A list of
|
|
3384
|
-
# `UpstreamRepository` objects is an input parameter to
|
|
3385
|
-
#
|
|
3384
|
+
# `UpstreamRepository` objects is an input parameter to
|
|
3385
|
+
# [CreateRepository][1] and [UpdateRepository][2].
|
|
3386
3386
|
#
|
|
3387
3387
|
#
|
|
3388
3388
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
|
-
|
|
87
|
-
rubygems_version: 2.7.6.2
|
|
86
|
+
rubygems_version: 3.1.6
|
|
88
87
|
signing_key:
|
|
89
88
|
specification_version: 4
|
|
90
89
|
summary: AWS SDK for Ruby - CodeArtifact
|