aws-sdk-pcaconnectorad 1.14.0 → 1.15.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: 128febd18d89cf03c8bfd9830e7c3f7cf940859da5cba3aea9430f6a321dd3da
4
- data.tar.gz: e04590b61eba12e3646aa8f96df277ab18bc223a9bcb89fede91c09cd2db6ff1
3
+ metadata.gz: 96f583d9c77681acfa69bc4f8d568df302e855f867b11ad0d289ad38ce6be4b2
4
+ data.tar.gz: 94fd581aaeb17b0177fe2bcc81ada3a093b6de76f0594584349e31f3e46bec55
5
5
  SHA512:
6
- metadata.gz: 2d5807175893eb2ae391684e819c998e4fbf94b3515b73549d169bce37ff8e5136984032b46693c433b9e68839c6cfa26802a1124394ff92682beaf3f5616b09
7
- data.tar.gz: 0fe65f30a836c04fe4613e634822959d97213d877a3488cd883ae46442d983e1688e10cc84c3140107fe19568f8c7f77189c40a4f698745ddaaa8dac5544747b
6
+ metadata.gz: ae460bb69f893c1b07b3e653310a71070cdd980102cfa1c83a678592e70e4cd3cb4e6d3a7be9b3552f4c2c097fefe0a3597b7b4b1ab69f3f60832c0df0d3309a
7
+ data.tar.gz: e0a19991f4e8a75107c7a98f629b9c61ebc146037a729e5436c7ea12d5cd867594407aad072d69ecd661f9afcc0bd94e429a4f5302e1ccd9cf6e45fc60d2afd4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.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.14.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -2302,7 +2302,7 @@ module Aws::PcaConnectorAd
2302
2302
  tracer: tracer
2303
2303
  )
2304
2304
  context[:gem_name] = 'aws-sdk-pcaconnectorad'
2305
- context[:gem_version] = '1.14.0'
2305
+ context[:gem_version] = '1.15.0'
2306
2306
  Seahorse::Client::Request.new(handlers, context)
2307
2307
  end
2308
2308
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::PcaConnectorAd
11
12
  # @api private
12
13
  module ClientApi
@@ -2838,3 +2838,4 @@ module Aws::PcaConnectorAd
2838
2838
 
2839
2839
  end
2840
2840
  end
2841
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-pcaconnectorad/types'
15
- require_relative 'aws-sdk-pcaconnectorad/client_api'
16
- require_relative 'aws-sdk-pcaconnectorad/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-pcaconnectorad/client'
18
- require_relative 'aws-sdk-pcaconnectorad/errors'
19
- require_relative 'aws-sdk-pcaconnectorad/resource'
20
- require_relative 'aws-sdk-pcaconnectorad/endpoint_parameters'
21
- require_relative 'aws-sdk-pcaconnectorad/endpoint_provider'
22
- require_relative 'aws-sdk-pcaconnectorad/endpoints'
23
- require_relative 'aws-sdk-pcaconnectorad/customizations'
24
-
25
14
  # This module provides support for PcaConnectorAd. This module is available in the
26
15
  # `aws-sdk-pcaconnectorad` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-pcaconnectorad/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::PcaConnectorAd
43
+ autoload :Types, 'aws-sdk-pcaconnectorad/types'
44
+ autoload :ClientApi, 'aws-sdk-pcaconnectorad/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-pcaconnectorad/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-pcaconnectorad/client'
49
+ autoload :Errors, 'aws-sdk-pcaconnectorad/errors'
50
+ autoload :Resource, 'aws-sdk-pcaconnectorad/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-pcaconnectorad/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-pcaconnectorad/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-pcaconnectorad/endpoints'
54
54
 
55
- GEM_VERSION = '1.14.0'
55
+ GEM_VERSION = '1.15.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-pcaconnectorad/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pcaconnectorad
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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