aws-sdk-controlcatalog 1.11.0 → 1.12.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: 29107431ca2d345cf9cec268372e101c67e8f4b4b64f50ddda6ee8c4542d6725
4
- data.tar.gz: 816c449d6115b8f671efdd15be039b1ff43052e0560d9266cd1c3b94245c3a7a
3
+ metadata.gz: 605be91e3e7a4d525d826cafd7f03519f46562c823ee4d2caf22977b431ac22d
4
+ data.tar.gz: efe57542d58036419e7e638ae8846ffc5e272304a8f2ca552e559aa3289c9465
5
5
  SHA512:
6
- metadata.gz: a2d7c0966729ec9df5f7041fe1bb9e3d0d6e81dfd168abcfe8d086231300254ec1a42a31ef1deb085a5d780bdd1009f206d1bee72593596449367f3d473d6e29
7
- data.tar.gz: cdfe26ab9d53a5ae0c815cc07c9cb5b31cd87112cc4cecbfc282e49b0aa9f00403749188754ff0ed5ed820762eedc1934e6260c68921ccc9611231429fe37faa
6
+ metadata.gz: c673d706a3d7b56a3fa3ce12caf7f9971f4163e6d90132403ca328342a5c083f67710150c2158385c2975d84c3b3babf0f614f421731dad9d8108e411893a99d
7
+ data.tar.gz: 8acf9f1b5de011ecb1e539f31a4f7880a6a94b3ee4fa9bf8b91868d9ab21a53db7718cac80259f8cfc3bcc9f4e7d9a13958cbe9aab8569b6b5a836d006a6cc56
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.11.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -738,7 +738,7 @@ module Aws::ControlCatalog
738
738
  tracer: tracer
739
739
  )
740
740
  context[:gem_name] = 'aws-sdk-controlcatalog'
741
- context[:gem_version] = '1.11.0'
741
+ context[:gem_version] = '1.12.0'
742
742
  Seahorse::Client::Request.new(handlers, context)
743
743
  end
744
744
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::ControlCatalog
11
12
  # @api private
12
13
  module ClientApi
@@ -591,3 +591,4 @@ module Aws::ControlCatalog
591
591
 
592
592
  end
593
593
  end
594
+
@@ -11,18 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-controlcatalog/types'
15
- require_relative 'aws-sdk-controlcatalog/client_api'
16
- require_relative 'aws-sdk-controlcatalog/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-controlcatalog/client'
18
- require_relative 'aws-sdk-controlcatalog/errors'
19
- require_relative 'aws-sdk-controlcatalog/waiters'
20
- require_relative 'aws-sdk-controlcatalog/resource'
21
- require_relative 'aws-sdk-controlcatalog/endpoint_parameters'
22
- require_relative 'aws-sdk-controlcatalog/endpoint_provider'
23
- require_relative 'aws-sdk-controlcatalog/endpoints'
24
- require_relative 'aws-sdk-controlcatalog/customizations'
25
-
26
14
  # This module provides support for AWS Control Catalog. This module is available in the
27
15
  # `aws-sdk-controlcatalog` gem.
28
16
  #
@@ -52,7 +40,21 @@ require_relative 'aws-sdk-controlcatalog/customizations'
52
40
  #
53
41
  # @!group service
54
42
  module Aws::ControlCatalog
43
+ autoload :Types, 'aws-sdk-controlcatalog/types'
44
+ autoload :ClientApi, 'aws-sdk-controlcatalog/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-controlcatalog/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-controlcatalog/client'
49
+ autoload :Errors, 'aws-sdk-controlcatalog/errors'
50
+ autoload :Waiters, 'aws-sdk-controlcatalog/waiters'
51
+ autoload :Resource, 'aws-sdk-controlcatalog/resource'
52
+ autoload :EndpointParameters, 'aws-sdk-controlcatalog/endpoint_parameters'
53
+ autoload :EndpointProvider, 'aws-sdk-controlcatalog/endpoint_provider'
54
+ autoload :Endpoints, 'aws-sdk-controlcatalog/endpoints'
55
55
 
56
- GEM_VERSION = '1.11.0'
56
+ GEM_VERSION = '1.12.0'
57
57
 
58
58
  end
59
+
60
+ require_relative 'aws-sdk-controlcatalog/customizations'
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.11.0
4
+ version: 1.12.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-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core