aws-sdk-acmpca 1.109.0 → 1.110.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: fb98e9800256b565abb32dd3e940f7f9725ec0cb326ddbce4edd5552726143d5
4
- data.tar.gz: d9ca902e72711d34d30ed60dbb4ccb2e63dd5be72a817a90f2009ecc7e7484d9
3
+ metadata.gz: 0c200dacfabfa79a2ad0e8fed639db07aef20bcd63ccfb77b9405ec5849a43b0
4
+ data.tar.gz: 35732a7db0f0bfefbee481d5cf35aad950f0cc52d841554c8f121eca4e22a576
5
5
  SHA512:
6
- metadata.gz: 39e26375dbcea320382eef7fe8f6f2326b8d38788e3df225e201c9a40a1657c521a761efe5f032467242e0344778fffd8102eddc7b7f1affb0f94a9b5ad1d1b0
7
- data.tar.gz: '055592f92d9b05144d2172a508ecb26f1d68075c49c9cd795eff233539583d40df2e75e3943c1f7a2c07dd8074ca5420967e09e360302d40b6caca143c8b88cc'
6
+ metadata.gz: 714094c86e9b7a9848f22788ba88a2cd409da08004dd98de37e0073a6b3056079835591a489a23fde5a7eb9d4c5e5364b5081c8b34acd9e4218e8f615040114c
7
+ data.tar.gz: 795c7bee97b89928d37be8970b32ee5f9a1075ace5d090370e2269af12e58fef8ccaf2ee1a07f92a265c8fb3c79074a1f5057d5b855f6274e1332fa8b39f12f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.109.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -2713,7 +2713,7 @@ module Aws::ACMPCA
2713
2713
  tracer: tracer
2714
2714
  )
2715
2715
  context[:gem_name] = 'aws-sdk-acmpca'
2716
- context[:gem_version] = '1.109.0'
2716
+ context[:gem_version] = '1.110.0'
2717
2717
  Seahorse::Client::Request.new(handlers, context)
2718
2718
  end
2719
2719
 
@@ -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.109.0'
58
+ GEM_VERSION = '1.110.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -88,105 +88,21 @@ module Aws
88
88
  certificate_authority_configuration: {
89
89
  key_algorithm: ("RSA_2048" | "RSA_3072" | "RSA_4096" | "EC_prime256v1" | "EC_secp384r1" | "EC_secp521r1" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87" | "SM2"),
90
90
  signing_algorithm: ("SHA256WITHECDSA" | "SHA384WITHECDSA" | "SHA512WITHECDSA" | "SHA256WITHRSA" | "SHA384WITHRSA" | "SHA512WITHRSA" | "SM3WITHSM2" | "ML_DSA_44" | "ML_DSA_65" | "ML_DSA_87"),
91
- subject: {
92
- country: ::String?,
93
- organization: ::String?,
94
- organizational_unit: ::String?,
95
- distinguished_name_qualifier: ::String?,
96
- state: ::String?,
97
- common_name: ::String?,
98
- serial_number: ::String?,
99
- locality: ::String?,
100
- title: ::String?,
101
- surname: ::String?,
102
- given_name: ::String?,
103
- initials: ::String?,
104
- pseudonym: ::String?,
105
- generation_qualifier: ::String?,
106
- custom_attributes: Array[
107
- {
108
- object_identifier: ::String,
109
- value: ::String
110
- },
111
- ]?
112
- },
91
+ subject: Params::asn1_subject,
113
92
  csr_extensions: {
114
- key_usage: {
115
- digital_signature: bool?,
116
- non_repudiation: bool?,
117
- key_encipherment: bool?,
118
- data_encipherment: bool?,
119
- key_agreement: bool?,
120
- key_cert_sign: bool?,
121
- crl_sign: bool?,
122
- encipher_only: bool?,
123
- decipher_only: bool?
124
- }?,
93
+ key_usage: Params::key_usage?,
125
94
  subject_information_access: Array[
126
95
  {
127
96
  access_method: {
128
97
  custom_object_identifier: ::String?,
129
98
  access_method_type: ("CA_REPOSITORY" | "RESOURCE_PKI_MANIFEST" | "RESOURCE_PKI_NOTIFY")?
130
99
  },
131
- access_location: {
132
- other_name: {
133
- type_id: ::String,
134
- value: ::String
135
- }?,
136
- rfc_822_name: ::String?,
137
- dns_name: ::String?,
138
- directory_name: {
139
- country: ::String?,
140
- organization: ::String?,
141
- organizational_unit: ::String?,
142
- distinguished_name_qualifier: ::String?,
143
- state: ::String?,
144
- common_name: ::String?,
145
- serial_number: ::String?,
146
- locality: ::String?,
147
- title: ::String?,
148
- surname: ::String?,
149
- given_name: ::String?,
150
- initials: ::String?,
151
- pseudonym: ::String?,
152
- generation_qualifier: ::String?,
153
- custom_attributes: Array[
154
- {
155
- object_identifier: ::String,
156
- value: ::String
157
- },
158
- ]?
159
- }?,
160
- edi_party_name: {
161
- party_name: ::String,
162
- name_assigner: ::String?
163
- }?,
164
- uniform_resource_identifier: ::String?,
165
- ip_address: ::String?,
166
- registered_id: ::String?
167
- }
168
- },
100
+ access_location: Params::general_name
101
+ }
169
102
  ]?
170
103
  }?
171
104
  },
172
- ?revocation_configuration: {
173
- crl_configuration: {
174
- enabled: bool,
175
- expiration_in_days: ::Integer?,
176
- custom_cname: ::String?,
177
- s3_bucket_name: ::String?,
178
- s3_object_acl: ("PUBLIC_READ" | "BUCKET_OWNER_FULL_CONTROL")?,
179
- crl_distribution_point_extension_configuration: {
180
- omit_extension: bool
181
- }?,
182
- crl_type: ("COMPLETE" | "PARTITIONED")?,
183
- custom_path: ::String?
184
- }?,
185
- ocsp_configuration: {
186
- enabled: bool,
187
- ocsp_custom_cname: ::String?
188
- }?
189
- },
105
+ ?revocation_configuration: Params::revocation_configuration,
190
106
  certificate_authority_type: ("ROOT" | "SUBORDINATE"),
191
107
  ?idempotency_token: ::String,
192
108
  ?key_storage_security_standard: ("FIPS_140_2_LEVEL_2_OR_HIGHER" | "FIPS_140_2_LEVEL_3_OR_HIGHER" | "CCPC_LEVEL_1_OR_HIGHER"),
@@ -194,7 +110,7 @@ module Aws
194
110
  {
195
111
  key: ::String,
196
112
  value: ::String?
197
- },
113
+ }
198
114
  ],
199
115
  ?usage_mode: ("GENERAL_PURPOSE" | "SHORT_LIVED_CERTIFICATE")
200
116
  ) -> _CreateCertificateAuthorityResponseSuccess
@@ -335,96 +251,29 @@ module Aws
335
251
  qualifier: {
336
252
  cps_uri: ::String
337
253
  }
338
- },
254
+ }
339
255
  ]?
340
- },
256
+ }
341
257
  ]?,
342
258
  extended_key_usage: Array[
343
259
  {
344
260
  extended_key_usage_type: ("SERVER_AUTH" | "CLIENT_AUTH" | "CODE_SIGNING" | "EMAIL_PROTECTION" | "TIME_STAMPING" | "OCSP_SIGNING" | "SMART_CARD_LOGIN" | "DOCUMENT_SIGNING" | "CERTIFICATE_TRANSPARENCY")?,
345
261
  extended_key_usage_object_identifier: ::String?
346
- },
262
+ }
347
263
  ]?,
348
- key_usage: {
349
- digital_signature: bool?,
350
- non_repudiation: bool?,
351
- key_encipherment: bool?,
352
- data_encipherment: bool?,
353
- key_agreement: bool?,
354
- key_cert_sign: bool?,
355
- crl_sign: bool?,
356
- encipher_only: bool?,
357
- decipher_only: bool?
358
- }?,
264
+ key_usage: Params::key_usage?,
359
265
  subject_alternative_names: Array[
360
- {
361
- other_name: {
362
- type_id: ::String,
363
- value: ::String
364
- }?,
365
- rfc_822_name: ::String?,
366
- dns_name: ::String?,
367
- directory_name: {
368
- country: ::String?,
369
- organization: ::String?,
370
- organizational_unit: ::String?,
371
- distinguished_name_qualifier: ::String?,
372
- state: ::String?,
373
- common_name: ::String?,
374
- serial_number: ::String?,
375
- locality: ::String?,
376
- title: ::String?,
377
- surname: ::String?,
378
- given_name: ::String?,
379
- initials: ::String?,
380
- pseudonym: ::String?,
381
- generation_qualifier: ::String?,
382
- custom_attributes: Array[
383
- {
384
- object_identifier: ::String,
385
- value: ::String
386
- },
387
- ]?
388
- }?,
389
- edi_party_name: {
390
- party_name: ::String,
391
- name_assigner: ::String?
392
- }?,
393
- uniform_resource_identifier: ::String?,
394
- ip_address: ::String?,
395
- registered_id: ::String?
396
- },
266
+ Params::general_name
397
267
  ]?,
398
268
  custom_extensions: Array[
399
269
  {
400
270
  object_identifier: ::String,
401
271
  value: ::String,
402
272
  critical: bool?
403
- },
273
+ }
404
274
  ]?
405
275
  }?,
406
- subject: {
407
- country: ::String?,
408
- organization: ::String?,
409
- organizational_unit: ::String?,
410
- distinguished_name_qualifier: ::String?,
411
- state: ::String?,
412
- common_name: ::String?,
413
- serial_number: ::String?,
414
- locality: ::String?,
415
- title: ::String?,
416
- surname: ::String?,
417
- given_name: ::String?,
418
- initials: ::String?,
419
- pseudonym: ::String?,
420
- generation_qualifier: ::String?,
421
- custom_attributes: Array[
422
- {
423
- object_identifier: ::String,
424
- value: ::String
425
- },
426
- ]?
427
- }?
276
+ subject: Params::asn1_subject?
428
277
  },
429
278
  certificate_authority_arn: ::String,
430
279
  csr: ::String,
@@ -509,7 +358,7 @@ module Aws
509
358
  {
510
359
  key: ::String,
511
360
  value: ::String?
512
- },
361
+ }
513
362
  ]
514
363
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
515
364
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -521,7 +370,7 @@ module Aws
521
370
  {
522
371
  key: ::String,
523
372
  value: ::String?
524
- },
373
+ }
525
374
  ]
526
375
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
527
376
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -529,24 +378,7 @@ module Aws
529
378
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ACMPCA/Client.html#update_certificate_authority-instance_method
530
379
  def update_certificate_authority: (
531
380
  certificate_authority_arn: ::String,
532
- ?revocation_configuration: {
533
- crl_configuration: {
534
- enabled: bool,
535
- expiration_in_days: ::Integer?,
536
- custom_cname: ::String?,
537
- s3_bucket_name: ::String?,
538
- s3_object_acl: ("PUBLIC_READ" | "BUCKET_OWNER_FULL_CONTROL")?,
539
- crl_distribution_point_extension_configuration: {
540
- omit_extension: bool
541
- }?,
542
- crl_type: ("COMPLETE" | "PARTITIONED")?,
543
- custom_path: ::String?
544
- }?,
545
- ocsp_configuration: {
546
- enabled: bool,
547
- ocsp_custom_cname: ::String?
548
- }?
549
- },
381
+ ?revocation_configuration: Params::revocation_configuration,
550
382
  ?status: ("CREATING" | "PENDING_CERTIFICATE" | "ACTIVE" | "DELETED" | "DISABLED" | "EXPIRED" | "FAILED")
551
383
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
552
384
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
data/sig/params.rbs ADDED
@@ -0,0 +1,86 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ACMPCA
10
+ module Params
11
+ type asn1_subject = {
12
+ country: ::String?,
13
+ organization: ::String?,
14
+ organizational_unit: ::String?,
15
+ distinguished_name_qualifier: ::String?,
16
+ state: ::String?,
17
+ common_name: ::String?,
18
+ serial_number: ::String?,
19
+ locality: ::String?,
20
+ title: ::String?,
21
+ surname: ::String?,
22
+ given_name: ::String?,
23
+ initials: ::String?,
24
+ pseudonym: ::String?,
25
+ generation_qualifier: ::String?,
26
+ custom_attributes: Array[
27
+ {
28
+ object_identifier: ::String,
29
+ value: ::String
30
+ }
31
+ ]?
32
+ }
33
+
34
+ type key_usage = {
35
+ digital_signature: bool?,
36
+ non_repudiation: bool?,
37
+ key_encipherment: bool?,
38
+ data_encipherment: bool?,
39
+ key_agreement: bool?,
40
+ key_cert_sign: bool?,
41
+ crl_sign: bool?,
42
+ encipher_only: bool?,
43
+ decipher_only: bool?
44
+ }
45
+
46
+ type general_name = {
47
+ other_name: {
48
+ type_id: ::String,
49
+ value: ::String
50
+ }?,
51
+ rfc_822_name: ::String?,
52
+ dns_name: ::String?,
53
+ directory_name: Params::asn1_subject?,
54
+ edi_party_name: {
55
+ party_name: ::String,
56
+ name_assigner: ::String?
57
+ }?,
58
+ uniform_resource_identifier: ::String?,
59
+ ip_address: ::String?,
60
+ registered_id: ::String?
61
+ }
62
+
63
+ type crl_configuration = {
64
+ enabled: bool,
65
+ expiration_in_days: ::Integer?,
66
+ custom_cname: ::String?,
67
+ s3_bucket_name: ::String?,
68
+ s3_object_acl: ("PUBLIC_READ" | "BUCKET_OWNER_FULL_CONTROL")?,
69
+ crl_distribution_point_extension_configuration: {
70
+ omit_extension: bool
71
+ }?,
72
+ crl_type: ("COMPLETE" | "PARTITIONED")?,
73
+ custom_path: ::String?
74
+ }
75
+
76
+ type revocation_configuration = {
77
+ crl_configuration: Params::crl_configuration?,
78
+ ocsp_configuration: {
79
+ enabled: bool,
80
+ ocsp_custom_cname: ::String?
81
+ }?
82
+ }
83
+
84
+ end
85
+ end
86
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-acmpca
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.109.0
4
+ version: 1.110.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-acmpca/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs