aws-sdk-acm 1.79.0 → 1.80.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: 1a33920c23ce7a2717a14abc0ad531cc05098003b36c8c1de80d465066d2f98b
4
- data.tar.gz: 34c04732875a84c5eba0079b67b54af3f4ad95c76aac313e88e6a86e78d0d37d
3
+ metadata.gz: 5ffd9c59f23b1c2c16f79cde28601baf3eaf924b76956eefdd489f05b9472745
4
+ data.tar.gz: 7367f8591e5f522af6922e82627121222dc1575642372e88efb13c0c30e06871
5
5
  SHA512:
6
- metadata.gz: e284cf223666c5e661cbdf3162813d69aa35dc5efe7efa54abff058ea8768f29ac2207b74f88b9822655986b9c23f58f22b34b9588200310ea0d6ca2e2eaac82
7
- data.tar.gz: b8e9b5eec11ba018ad455a43fc1a55db41e582e348acdc5dde230a7c5f2971a768f2c2327ce2ce7afff61d74aa0cb8c11952bf1a3f71d8232863784b6cf88fd0
6
+ metadata.gz: 148c228c5a68419b4337fe1b7c69fefe64bd744a253d01b19e80f4bbb2e650aa45d9959b49e1eeecd9d0093a88fe70172accd7a270a730577776d7354a021e01
7
+ data.tar.gz: 2c26a6933f8764d4c1eb7b7e9679afb97fdc93c3beeb4e1127f24713d15370256a1a100a4996dc70666546b70d9eb1daa88aa7a6802534a6ca7f60aa8dd01708
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.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.79.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.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/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:acm)
40
-
41
39
  module Aws::ACM
42
40
  # An API client for ACM. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1516,7 +1514,7 @@ module Aws::ACM
1516
1514
  tracer: tracer
1517
1515
  )
1518
1516
  context[:gem_name] = 'aws-sdk-acm'
1519
- context[:gem_version] = '1.79.0'
1517
+ context[:gem_version] = '1.80.0'
1520
1518
  Seahorse::Client::Request.new(handlers, context)
1521
1519
  end
1522
1520
 
data/lib/aws-sdk-acm.rb CHANGED
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:acm)
15
+
14
16
  # This module provides support for AWS Certificate Manager. This module is available in the
15
17
  # `aws-sdk-acm` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::ACM
53
55
  autoload :EndpointProvider, 'aws-sdk-acm/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-acm/endpoints'
55
57
 
56
- GEM_VERSION = '1.79.0'
58
+ GEM_VERSION = '1.80.0'
57
59
 
58
60
  end
59
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.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