aws-sdk-codeartifact 1.52.0 → 1.53.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: f96fec9cd672a34bf5cffce84d2c7844d6d49a9a4c28a1d407339dc9f1abd551
4
- data.tar.gz: 4f90bad19c458206f1d5f650a2290cd9830e8b050e67e118732b6eebf9751972
3
+ metadata.gz: 6ff8c6723413afc455e668a44fc9f6cbbf4958606b9a79a73abe0fb928acffd2
4
+ data.tar.gz: 5587c6f478db78cc1e6eafd804b879f69989e26c086db519ff2ef3b418f56857
5
5
  SHA512:
6
- metadata.gz: 952438b46c843a0689ae6ca962b7a7133d5fb86f66cb3fa7791780a6dc540d5d7c46305ec2576b32c40831ac652a2b2518d0302acf4d24f68d29ea175f1cb3f8
7
- data.tar.gz: 1118e5cd3dd7abbf922ad6077c65ca58aa730ce3592acadb539a904c353ceb6fbee98107642813f9810c2326745d69ff23ca2dfd7435389d926e632a71a0e76a
6
+ metadata.gz: '08ecd3c8935cd1581ac4c7e0d862f9c460e40cd7e549699a93eab959b8eb7f89590df382c044a94a39afdc8d24479752c7578707e4582b5431b672b6345447de'
7
+ data.tar.gz: 4776b9e8ea491277d70fd3941d3c87ec9976ba30712b54a26f7d596124c6ab5c9fd813856cf38994be6337ba5e8861dfceea1a33f974352c85de89711ffb9186
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.52.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:codeartifact)
40
-
41
39
  module Aws::CodeArtifact
42
40
  # An API client for CodeArtifact. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -4019,7 +4017,7 @@ module Aws::CodeArtifact
4019
4017
  tracer: tracer
4020
4018
  )
4021
4019
  context[:gem_name] = 'aws-sdk-codeartifact'
4022
- context[:gem_version] = '1.52.0'
4020
+ context[:gem_version] = '1.53.0'
4023
4021
  Seahorse::Client::Request.new(handlers, context)
4024
4022
  end
4025
4023
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:codeartifact)
15
+
14
16
  # This module provides support for CodeArtifact. This module is available in the
15
17
  # `aws-sdk-codeartifact` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::CodeArtifact
52
54
  autoload :EndpointProvider, 'aws-sdk-codeartifact/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-codeartifact/endpoints'
54
56
 
55
- GEM_VERSION = '1.52.0'
57
+ GEM_VERSION = '1.53.0'
56
58
 
57
59
  end
58
60
 
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.52.0
4
+ version: 1.53.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core