aws-sdk-codeartifact 1.32.0 → 1.33.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: 64ab4e579bb39094e7cfebc5e8bf004dede2ca9f72c4c9804a42a31ef1c8d75d
4
- data.tar.gz: 0aabaeaebba94709b676cf572f659923767571cd0140524a3ae1f74b24be5c6b
3
+ metadata.gz: bd68f4af8181c9e6144ec5c152d01b83f9239b78219bf982e5dc71adec50178b
4
+ data.tar.gz: 8223f0ef4c6dc3b47ab5c43794bb2b165a26fb4e4ce2d071eb29016fb65a2a9e
5
5
  SHA512:
6
- metadata.gz: 52983c8066d6f56a677c560e20da34393ea00a6f0141a2a0a1c776234828f276a8cf24fd3205d1c9f38f3a19a351a972b24cf39639ee06e210bba925d426e286
7
- data.tar.gz: 3d70b39dfd7e690afd6a77a8bbc2ccee48ef5510b8735df013b573ebde64a4cbb12cd29bfe4960f945e7d5318067645887cc7ece5fd0176854739f475ff091fc
6
+ metadata.gz: f026ee98c1d3707c5d23488fd1e4e273dd5b92f8bee11b008fb779ee4a42e29dfd809608935c4e0c507d31d0e31f0873e1513bce06d97279f32cf82ea84dbbf1
7
+ data.tar.gz: a9b8e08af11fa8df7611bd3739447a7f4bf0f7fe41b968e89a65df36266c42e10a02154f8c4aed276ebeba11e5006e627003ebc25bb8a02844cdc593cdeebad2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2023-07-17)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for AWS CodeArtifact
8
+
4
9
  1.32.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -2548,6 +2548,8 @@ module Aws::CodeArtifact
2548
2548
  # A format that specifies the type of the package version with the
2549
2549
  # requested asset file.
2550
2550
  #
2551
+ # The only supported value is `generic`.
2552
+ #
2551
2553
  # @option params [String] :namespace
2552
2554
  # The namespace of the package version to publish.
2553
2555
  #
@@ -3090,7 +3092,7 @@ module Aws::CodeArtifact
3090
3092
  params: params,
3091
3093
  config: config)
3092
3094
  context[:gem_name] = 'aws-sdk-codeartifact'
3093
- context[:gem_version] = '1.32.0'
3095
+ context[:gem_version] = '1.33.0'
3094
3096
  Seahorse::Client::Request.new(handlers, context)
3095
3097
  end
3096
3098
 
@@ -2635,6 +2635,8 @@ module Aws::CodeArtifact
2635
2635
  # @!attribute [rw] format
2636
2636
  # A format that specifies the type of the package version with the
2637
2637
  # requested asset file.
2638
+ #
2639
+ # The only supported value is `generic`.
2638
2640
  # @return [String]
2639
2641
  #
2640
2642
  # @!attribute [rw] namespace
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codeartifact/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeArtifact
54
54
 
55
- GEM_VERSION = '1.32.0'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  end
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.32.0
4
+ version: 1.33.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core