aws-sdk-controlcatalog 1.12.0 → 1.13.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: 605be91e3e7a4d525d826cafd7f03519f46562c823ee4d2caf22977b431ac22d
4
- data.tar.gz: efe57542d58036419e7e638ae8846ffc5e272304a8f2ca552e559aa3289c9465
3
+ metadata.gz: 893ccadba8a11fe7ce6352a9dd29d10edfeb5f41401bfd3d9f626132e607490f
4
+ data.tar.gz: 4909563d37a72422318dc2fc3f607ae3ceebf32378c7b7f117563df0bc7d10f5
5
5
  SHA512:
6
- metadata.gz: c673d706a3d7b56a3fa3ce12caf7f9971f4163e6d90132403ca328342a5c083f67710150c2158385c2975d84c3b3babf0f614f421731dad9d8108e411893a99d
7
- data.tar.gz: 8acf9f1b5de011ecb1e539f31a4f7880a6a94b3ee4fa9bf8b91868d9ab21a53db7718cac80259f8cfc3bcc9f4e7d9a13958cbe9aab8569b6b5a836d006a6cc56
6
+ metadata.gz: c84f9d168fbecc57d3fe0cf2c5c54d4b7f72f8f37cd1a9c9905266b816270850be57241cebabc668825242e4940eeb4a306217c5065fe7f87c3c81675717c659
7
+ data.tar.gz: 7bfe1be321922729bf9ccc26b4cf6121f1ac3c3e7dbf82001820d56fda86ee45710a9da5fa535de368223f850e7dc25b2e0615727f040ea25ac0fc1ec5f4537e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.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.12.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.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(:controlcatalog)
40
-
41
39
  module Aws::ControlCatalog
42
40
  # An API client for ControlCatalog. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -738,7 +736,7 @@ module Aws::ControlCatalog
738
736
  tracer: tracer
739
737
  )
740
738
  context[:gem_name] = 'aws-sdk-controlcatalog'
741
- context[:gem_version] = '1.12.0'
739
+ context[:gem_version] = '1.13.0'
742
740
  Seahorse::Client::Request.new(handlers, context)
743
741
  end
744
742
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:controlcatalog)
15
+
14
16
  # This module provides support for AWS Control Catalog. This module is available in the
15
17
  # `aws-sdk-controlcatalog` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::ControlCatalog
53
55
  autoload :EndpointProvider, 'aws-sdk-controlcatalog/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-controlcatalog/endpoints'
55
57
 
56
- GEM_VERSION = '1.12.0'
58
+ GEM_VERSION = '1.13.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-controlcatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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