aws-sdk-acmpca 1.91.0 → 1.92.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: 61190478aec8f7acf233065ef2a77d12b25e04a67f556baa167e6c0905ee50cf
4
- data.tar.gz: a61048adfc561568d96ba088e8c87ddb8871e5a2bed845ad57aa2543d148d782
3
+ metadata.gz: a48bf19e987325dd2d4756771b90b29e4fd95a667434a1ba72f8a5aee9fc1195
4
+ data.tar.gz: a8e2063fb615a7d2a78162c1c53f47a3379f9052db9f1fe6d2e6f8dd670c5f29
5
5
  SHA512:
6
- metadata.gz: 78238184c17de38c20aa4f5c3d763e2dfa558328f934deeee28c3224173a345e32e8dffd36d315d26d3e6fadf8efab143650e35836eed22da67ef7d1dbcdec71
7
- data.tar.gz: 70c6f6ae34cacc7699a18c883adb2df2da225e1c037731fa7aa04b5feb886cb9e45360adf045b2885e36ea70ee5ffc191bf4b8726b1191a5cb6ca9185c906b74
6
+ metadata.gz: 0f245f3ab98a5f5b739e8cf88f3e9f8aec1949c58ba2ca2f86b3cd08a03cff176d76e7bdd0dbaf2ba0a8af64f5ee62b6f6caba4d7a8fe1a818238d87421fc8f8
7
+ data.tar.gz: e289cbd0584ae1a79ce99a613616b381a50ee68b20ad3f59748bc6b21fa5f143c0cef1ea57a61701fe4a4ea68a37ff2729e0e9959194c1146cde281d0b3ea662
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.91.0 (2025-03-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -2697,7 +2697,7 @@ module Aws::ACMPCA
2697
2697
  tracer: tracer
2698
2698
  )
2699
2699
  context[:gem_name] = 'aws-sdk-acmpca'
2700
- context[:gem_version] = '1.91.0'
2700
+ context[:gem_version] = '1.92.0'
2701
2701
  Seahorse::Client::Request.new(handlers, context)
2702
2702
  end
2703
2703
 
@@ -257,7 +257,7 @@ module Aws::ACMPCA
257
257
  CreatePermissionRequest.add_member(:actions, Shapes::ShapeRef.new(shape: ActionList, required: true, location_name: "Actions"))
258
258
  CreatePermissionRequest.struct_class = Types::CreatePermissionRequest
259
259
 
260
- CrlConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled", metadata: {"box"=>true}))
260
+ CrlConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled", metadata: {"box" => true}))
261
261
  CrlConfiguration.add_member(:expiration_in_days, Shapes::ShapeRef.new(shape: Integer1To5000, location_name: "ExpirationInDays"))
262
262
  CrlConfiguration.add_member(:custom_cname, Shapes::ShapeRef.new(shape: CnameString, location_name: "CustomCname"))
263
263
  CrlConfiguration.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName3To255, location_name: "S3BucketName"))
@@ -267,7 +267,7 @@ module Aws::ACMPCA
267
267
  CrlConfiguration.add_member(:custom_path, Shapes::ShapeRef.new(shape: CrlPathString, location_name: "CustomPath"))
268
268
  CrlConfiguration.struct_class = Types::CrlConfiguration
269
269
 
270
- CrlDistributionPointExtensionConfiguration.add_member(:omit_extension, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "OmitExtension", metadata: {"box"=>true}))
270
+ CrlDistributionPointExtensionConfiguration.add_member(:omit_extension, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "OmitExtension", metadata: {"box" => true}))
271
271
  CrlDistributionPointExtensionConfiguration.struct_class = Types::CrlDistributionPointExtensionConfiguration
272
272
 
273
273
  CsrExtensions.add_member(:key_usage, Shapes::ShapeRef.new(shape: KeyUsage, location_name: "KeyUsage"))
@@ -282,7 +282,7 @@ module Aws::ACMPCA
282
282
 
283
283
  CustomExtension.add_member(:object_identifier, Shapes::ShapeRef.new(shape: CustomObjectIdentifier, required: true, location_name: "ObjectIdentifier"))
284
284
  CustomExtension.add_member(:value, Shapes::ShapeRef.new(shape: Base64String1To4096, required: true, location_name: "Value"))
285
- CustomExtension.add_member(:critical, Shapes::ShapeRef.new(shape: Boolean, location_name: "Critical", metadata: {"box"=>true}))
285
+ CustomExtension.add_member(:critical, Shapes::ShapeRef.new(shape: Boolean, location_name: "Critical", metadata: {"box" => true}))
286
286
  CustomExtension.struct_class = Types::CustomExtension
287
287
 
288
288
  CustomExtensionList.member = Shapes::ShapeRef.new(shape: CustomExtension)
@@ -460,7 +460,7 @@ module Aws::ACMPCA
460
460
  MalformedCertificateException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
461
461
  MalformedCertificateException.struct_class = Types::MalformedCertificateException
462
462
 
463
- OcspConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled", metadata: {"box"=>true}))
463
+ OcspConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled", metadata: {"box" => true}))
464
464
  OcspConfiguration.add_member(:ocsp_custom_cname, Shapes::ShapeRef.new(shape: CnameString, location_name: "OcspCustomCname"))
465
465
  OcspConfiguration.struct_class = Types::OcspConfiguration
466
466
 
@@ -55,7 +55,7 @@ module Aws::ACMPCA
55
55
  autoload :EndpointProvider, 'aws-sdk-acmpca/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-acmpca/endpoints'
57
57
 
58
- GEM_VERSION = '1.91.0'
58
+ GEM_VERSION = '1.92.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acmpca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-acmpca
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-acmpca/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - ACM-PCA
100
97
  test_files: []