aws-sdk-codeartifact 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6428b67a64929418d23396917c7591807558d803324ea6a554e0351384786de
4
- data.tar.gz: '09caeb6c6f4ab4460ab8254c66f59c624fe9fed606d83b5b8b44bef6e80f1370'
3
+ metadata.gz: b5f7ae7880447a2dea39805aaff27e15415a04a5d2ba47069753c2ca83a58ff3
4
+ data.tar.gz: e481f77d05a428069ae74cb32287e4983c318adab0da12449b9a1acc6566a37e
5
5
  SHA512:
6
- metadata.gz: e15098928408a4818aac03427929f686927af65d9e4460c2e846c3a5716529e00c2c5f1a0e7e4f576a6f4c6eb486a06d963a75530764bb341bc85289d83614bb
7
- data.tar.gz: 51dc5ffb8ebbdcdb349369f3f0350c0ce2c232c57ee7824807f466a1afb9465f1f012936ff2bdc92f5a911a587a80d0362b1260355bbf0c9d30010ac0d195b5b
6
+ metadata.gz: 97d54033b1126e27df5e658b2f13b565240136d2ecb7526526dd5df033b666403a32fa90876156287c8f3ddcdb1b654c20abc323cdb5590c85f7c73019267903
7
+ data.tar.gz: 97e2dbc2e13b8fe6fdfe484d421117bfeb0f89415064f627567aefbb13eeaebb904a44f96edabffe6a19bb307b811afcfa35d98f4366fe2ddf7ecbe8308b08e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2021-05-10)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for CodeArtifact
8
+
4
9
  1.9.0 (2021-03-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-codeartifact/customizations'
48
48
  # @!group service
49
49
  module Aws::CodeArtifact
50
50
 
51
- GEM_VERSION = '1.9.0'
51
+ GEM_VERSION = '1.10.0'
52
52
 
53
53
  end
@@ -967,7 +967,7 @@ module Aws::CodeArtifact
967
967
  req.send_request(options)
968
968
  end
969
969
 
970
- # Returns a [ `DomainDescription` ][1] object that contains information
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 [ `PackageVersionDescription` ][1] object that contains
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
- # `ListPackageVersions` ][1] and set the [ `status` ][2] parameter to
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
- # `DescribePackageVersion` ][3]..
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 [ `AssetSummary` ][1] objects for assets in a
1758
- # package version.
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 [ `PackageDependency` ][1] objects.
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 [ `PackageVersionSummary` ][1] objects for package
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 [ `PackageSummary` ][1] objects for packages in a
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 [ `RepositorySummary` ][1] objects. Each
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 [ `RepositorySummary` ][1] objects. Each
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.9.0'
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 [ `ListDomains` ][1] operation returns a list
1173
- # of `DomainSummary` objects.
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 [ `AssetSummary` ][1] objects.
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 [ `PackageDependency` ][1] objects.
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 [ `PackageVersionSummary` ][1] objects.
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 [ `PackageSummary` ][1] objects.
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 [ `RepositorySummary` ][1] objects.
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 [ `ListPackages` ][1] operation returns a list of `PackageSummary`
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 [ `ListPackageVersions` ][1] operation returns a list of
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 [ `ListRepositories` ][1]
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
- # `CreateRepository` ][1] and [ `UpdateRepository` ][2].
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.9.0
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-03-22 00:00:00.000000000 Z
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
- rubyforge_project:
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