aws-sdk-qapps 1.5.0 → 1.6.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: 807054eb806cc11620cb3a91648ae64831934a851faeaf9b498898c4e19fd8aa
4
- data.tar.gz: e38fbe93a255699510bcc32a918db945761866bd42b4192e8be9676ff86eac12
3
+ metadata.gz: 22d269df87ded102fa17972d1faaa351d79a7002e123059c5fa77bcb1cd7719e
4
+ data.tar.gz: a932bd00a73a02292a3c8ff2ec7242b32f0624f3f5ec8c37eba01fec093dbd12
5
5
  SHA512:
6
- metadata.gz: a83983dbfb5de2ef592b0589b71ff9232d0b0c49f1b5442d7b4fa810c58abd1224bfb016d852c374332d6273187e4d6f819dbdd1047a34800cbcd3549bc94e4f
7
- data.tar.gz: 3eb7c9a780e5cbbe49515ec6bf612445a2e628b81c5bb39e07c21a62854d42bdb7d5ea0513488775c840458c07d09d49c0bed7d4558ee6706bb5205afcec1538
6
+ metadata.gz: a65003400b0edbd56b562727ec490585995a5c2c123d8c57d477fcc857a1114f89cb2f64a06b302366f0e01d45ef2d063133685afc82e66aa80274f384f1c753
7
+ data.tar.gz: bd869f6dea6f645cc7391e0f20498fd731e4eda4b21177bafb6cccfe891fb0a2030732bf174d8baa0be5067f648e3d0db6bc46011753706de9525f3127d09b0f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -2507,7 +2507,7 @@ module Aws::QApps
2507
2507
  tracer: tracer
2508
2508
  )
2509
2509
  context[:gem_name] = 'aws-sdk-qapps'
2510
- context[:gem_version] = '1.5.0'
2510
+ context[:gem_version] = '1.6.0'
2511
2511
  Seahorse::Client::Request.new(handlers, context)
2512
2512
  end
2513
2513
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::QApps
11
12
  # @api private
12
13
  module ClientApi
@@ -2182,3 +2182,4 @@ module Aws::QApps
2182
2182
 
2183
2183
  end
2184
2184
  end
2185
+
data/lib/aws-sdk-qapps.rb CHANGED
@@ -11,18 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-qapps/types'
15
- require_relative 'aws-sdk-qapps/client_api'
16
- require_relative 'aws-sdk-qapps/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-qapps/client'
18
- require_relative 'aws-sdk-qapps/errors'
19
- require_relative 'aws-sdk-qapps/waiters'
20
- require_relative 'aws-sdk-qapps/resource'
21
- require_relative 'aws-sdk-qapps/endpoint_parameters'
22
- require_relative 'aws-sdk-qapps/endpoint_provider'
23
- require_relative 'aws-sdk-qapps/endpoints'
24
- require_relative 'aws-sdk-qapps/customizations'
25
-
26
14
  # This module provides support for QApps. This module is available in the
27
15
  # `aws-sdk-qapps` gem.
28
16
  #
@@ -52,7 +40,21 @@ require_relative 'aws-sdk-qapps/customizations'
52
40
  #
53
41
  # @!group service
54
42
  module Aws::QApps
43
+ autoload :Types, 'aws-sdk-qapps/types'
44
+ autoload :ClientApi, 'aws-sdk-qapps/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-qapps/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-qapps/client'
49
+ autoload :Errors, 'aws-sdk-qapps/errors'
50
+ autoload :Waiters, 'aws-sdk-qapps/waiters'
51
+ autoload :Resource, 'aws-sdk-qapps/resource'
52
+ autoload :EndpointParameters, 'aws-sdk-qapps/endpoint_parameters'
53
+ autoload :EndpointProvider, 'aws-sdk-qapps/endpoint_provider'
54
+ autoload :Endpoints, 'aws-sdk-qapps/endpoints'
55
55
 
56
- GEM_VERSION = '1.5.0'
56
+ GEM_VERSION = '1.6.0'
57
57
 
58
58
  end
59
+
60
+ require_relative 'aws-sdk-qapps/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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