aws-sdk-pcaconnectorscep 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cabee54a9e32761d230504afa4261b527810eedad699bdc7fa2cbe859565617c
4
- data.tar.gz: eee076f3e8dc027de32185455d0dc7f33c71d6d7586c812c0d9a0d88234ea0c3
3
+ metadata.gz: 549c6c0cae1c276d38f5090ad136762e5f1096d372d6fa5c9d7e5d690f5c4db2
4
+ data.tar.gz: ef4dd75c8735814fd4777cdc8c9f81413cc65525b090cecb441aaa02be56b1fa
5
5
  SHA512:
6
- metadata.gz: fdd658efbc7da13c9b96f147e4f047412e5428067ccdf2582106132de828a1ae7ba8427492fdcc5dbe51b8bd0e5331e267c4742b5dd04646e9d05bdb2bddd822
7
- data.tar.gz: 5f25b26ab80bd5ab6cda2cb776237d585e010f7a1137061ebb277ec0972d53015cb4584ea173f0c6da693e9be3bfb5c5f4677c2550ad3dc82ac4340e664ebf37
6
+ metadata.gz: afdb268e91db7276ab3a96b4346a95eaf560a197469e9a3f80b89aa197b13d8b46b27c3c3ea0aeafca09bc5aaaabcb577f48c14d9c93b77a2bc7c7c8fc1b9b5b
7
+ data.tar.gz: 46906cb4c28ad806ddc0e37b5612bbdbd2a4e6787f87657110efa532f6f0e6a061785dbaaeb553cab099824f9484233740c20ead6d9961ff386a31253dd27bc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.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.9.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.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(:pcaconnectorscep)
40
-
41
39
  module Aws::PcaConnectorScep
42
40
  # An API client for PcaConnectorScep. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -999,7 +997,7 @@ module Aws::PcaConnectorScep
999
997
  tracer: tracer
1000
998
  )
1001
999
  context[:gem_name] = 'aws-sdk-pcaconnectorscep'
1002
- context[:gem_version] = '1.9.0'
1000
+ context[:gem_version] = '1.10.0'
1003
1001
  Seahorse::Client::Request.new(handlers, context)
1004
1002
  end
1005
1003
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:pcaconnectorscep)
15
+
14
16
  # This module provides support for Private CA Connector for SCEP. This module is available in the
15
17
  # `aws-sdk-pcaconnectorscep` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::PcaConnectorScep
53
55
  autoload :EndpointProvider, 'aws-sdk-pcaconnectorscep/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-pcaconnectorscep/endpoints'
55
57
 
56
- GEM_VERSION = '1.9.0'
58
+ GEM_VERSION = '1.10.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-pcaconnectorscep
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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