aws-sdk-acmpca 1.109.0 → 1.111.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acmpca/client.rb +6 -8
- data/lib/aws-sdk-acmpca.rb +1 -1
- data/sig/client.rbs +16 -184
- data/sig/params.rbs +86 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ff804069fa5e0c4fc1fd1f53b703f50f52e6154e5178802a69c77dd30eba555
|
|
4
|
+
data.tar.gz: ea0f716216a27ea890b6afe2e847915ec0361a24d9fe731a792a8ab4ef1e309e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aaf47f9dbcf4d66fb4026767f4c4c357f02e7a40899daa78ea3d55dbbf372409ef2e336ebaedc81db615850269688ae3673cb219d8673de3229ec03c7afb3d06
|
|
7
|
+
data.tar.gz: 92894907ad21aefebe6319aa9890d8141a08d1afb000d9b2a18a60f5d32854e6825fb0a4c7d389167b46100730e0d4d4baab17d11db4f9706f1c12aac90789b6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.111.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.110.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.109.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.111.0
|
|
@@ -199,7 +199,7 @@ module Aws::ACMPCA
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::ACMPCA
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2713,7 +2711,7 @@ module Aws::ACMPCA
|
|
|
2713
2711
|
tracer: tracer
|
|
2714
2712
|
)
|
|
2715
2713
|
context[:gem_name] = 'aws-sdk-acmpca'
|
|
2716
|
-
context[:gem_version] = '1.
|
|
2714
|
+
context[:gem_version] = '1.111.0'
|
|
2717
2715
|
Seahorse::Client::Request.new(handlers, context)
|
|
2718
2716
|
end
|
|
2719
2717
|
|
data/lib/aws-sdk-acmpca.rb
CHANGED
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
|
-
|
|
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.
|
|
4
|
+
version: 1.111.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|