aws-sdk-acmpca 1.86.0 → 1.90.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acmpca/client.rb +37 -29
- data/lib/aws-sdk-acmpca/client_api.rb +4 -0
- data/lib/aws-sdk-acmpca/endpoint_provider.rb +14 -18
- data/lib/aws-sdk-acmpca/types.rb +37 -1
- data/lib/aws-sdk-acmpca/waiters.rb +11 -11
- data/lib/aws-sdk-acmpca.rb +1 -1
- data/sig/client.rbs +6 -2
- data/sig/types.rbs +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d705b436b021f2f4f4eb2e541c17dda05d3c2b0567299efa26d6589b76b4419
|
4
|
+
data.tar.gz: a5205e96872f6ca6c1f5f370b99d05abbef5cf20278ef7d717cca79589f7c917
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b2e10f119d681b4696f5e9106268ebf145cce20692a3f03e288ce22561e177bf75e65832a22d01c40d29c1c1bf2767b2a31161dc648d6cea606c1a436f3a460
|
7
|
+
data.tar.gz: 7afa13c2e5555dcd7db2f78e4d9f3017a4db3c035fd4a5792e625cbda22839d98a0f395d75b08ff4d85a4bdba7096359cfdf3af5783d4154f091a8a9615fcfab
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.90.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.89.0 (2025-02-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Private Certificate Authority (PCA) documentation updates
|
13
|
+
|
14
|
+
1.88.0 (2025-02-11)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
|
18
|
+
|
19
|
+
1.87.0 (2025-02-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.86.0 (2025-01-15)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.90.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::ACMPCA
|
40
40
|
# An API client for ACMPCA. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -702,6 +702,8 @@ module Aws::ACMPCA
|
|
702
702
|
# crl_distribution_point_extension_configuration: {
|
703
703
|
# omit_extension: false, # required
|
704
704
|
# },
|
705
|
+
# crl_type: "COMPLETE", # accepts COMPLETE, PARTITIONED
|
706
|
+
# custom_path: "CrlPathString",
|
705
707
|
# },
|
706
708
|
# ocsp_configuration: {
|
707
709
|
# enabled: false, # required
|
@@ -1215,6 +1217,8 @@ module Aws::ACMPCA
|
|
1215
1217
|
# resp.certificate_authority.revocation_configuration.crl_configuration.s3_bucket_name #=> String
|
1216
1218
|
# resp.certificate_authority.revocation_configuration.crl_configuration.s3_object_acl #=> String, one of "PUBLIC_READ", "BUCKET_OWNER_FULL_CONTROL"
|
1217
1219
|
# resp.certificate_authority.revocation_configuration.crl_configuration.crl_distribution_point_extension_configuration.omit_extension #=> Boolean
|
1220
|
+
# resp.certificate_authority.revocation_configuration.crl_configuration.crl_type #=> String, one of "COMPLETE", "PARTITIONED"
|
1221
|
+
# resp.certificate_authority.revocation_configuration.crl_configuration.custom_path #=> String
|
1218
1222
|
# resp.certificate_authority.revocation_configuration.ocsp_configuration.enabled #=> Boolean
|
1219
1223
|
# resp.certificate_authority.revocation_configuration.ocsp_configuration.ocsp_custom_cname #=> String
|
1220
1224
|
# resp.certificate_authority.restorable_until #=> Time
|
@@ -2064,6 +2068,8 @@ module Aws::ACMPCA
|
|
2064
2068
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.s3_bucket_name #=> String
|
2065
2069
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.s3_object_acl #=> String, one of "PUBLIC_READ", "BUCKET_OWNER_FULL_CONTROL"
|
2066
2070
|
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.crl_distribution_point_extension_configuration.omit_extension #=> Boolean
|
2071
|
+
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.crl_type #=> String, one of "COMPLETE", "PARTITIONED"
|
2072
|
+
# resp.certificate_authorities[0].revocation_configuration.crl_configuration.custom_path #=> String
|
2067
2073
|
# resp.certificate_authorities[0].revocation_configuration.ocsp_configuration.enabled #=> Boolean
|
2068
2074
|
# resp.certificate_authorities[0].revocation_configuration.ocsp_configuration.ocsp_custom_cname #=> String
|
2069
2075
|
# resp.certificate_authorities[0].restorable_until #=> Time
|
@@ -2653,6 +2659,8 @@ module Aws::ACMPCA
|
|
2653
2659
|
# crl_distribution_point_extension_configuration: {
|
2654
2660
|
# omit_extension: false, # required
|
2655
2661
|
# },
|
2662
|
+
# crl_type: "COMPLETE", # accepts COMPLETE, PARTITIONED
|
2663
|
+
# custom_path: "CrlPathString",
|
2656
2664
|
# },
|
2657
2665
|
# ocsp_configuration: {
|
2658
2666
|
# enabled: false, # required
|
@@ -2689,7 +2697,7 @@ module Aws::ACMPCA
|
|
2689
2697
|
tracer: tracer
|
2690
2698
|
)
|
2691
2699
|
context[:gem_name] = 'aws-sdk-acmpca'
|
2692
|
-
context[:gem_version] = '1.
|
2700
|
+
context[:gem_version] = '1.90.0'
|
2693
2701
|
Seahorse::Client::Request.new(handlers, context)
|
2694
2702
|
end
|
2695
2703
|
|
@@ -53,6 +53,8 @@ module Aws::ACMPCA
|
|
53
53
|
CreatePermissionRequest = Shapes::StructureShape.new(name: 'CreatePermissionRequest')
|
54
54
|
CrlConfiguration = Shapes::StructureShape.new(name: 'CrlConfiguration')
|
55
55
|
CrlDistributionPointExtensionConfiguration = Shapes::StructureShape.new(name: 'CrlDistributionPointExtensionConfiguration')
|
56
|
+
CrlPathString = Shapes::StringShape.new(name: 'CrlPathString')
|
57
|
+
CrlType = Shapes::StringShape.new(name: 'CrlType')
|
56
58
|
CsrBlob = Shapes::BlobShape.new(name: 'CsrBlob')
|
57
59
|
CsrBody = Shapes::StringShape.new(name: 'CsrBody')
|
58
60
|
CsrExtensions = Shapes::StructureShape.new(name: 'CsrExtensions')
|
@@ -261,6 +263,8 @@ module Aws::ACMPCA
|
|
261
263
|
CrlConfiguration.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName3To255, location_name: "S3BucketName"))
|
262
264
|
CrlConfiguration.add_member(:s3_object_acl, Shapes::ShapeRef.new(shape: S3ObjectAcl, location_name: "S3ObjectAcl"))
|
263
265
|
CrlConfiguration.add_member(:crl_distribution_point_extension_configuration, Shapes::ShapeRef.new(shape: CrlDistributionPointExtensionConfiguration, location_name: "CrlDistributionPointExtensionConfiguration"))
|
266
|
+
CrlConfiguration.add_member(:crl_type, Shapes::ShapeRef.new(shape: CrlType, location_name: "CrlType"))
|
267
|
+
CrlConfiguration.add_member(:custom_path, Shapes::ShapeRef.new(shape: CrlPathString, location_name: "CustomPath"))
|
264
268
|
CrlConfiguration.struct_class = Types::CrlConfiguration
|
265
269
|
|
266
270
|
CrlDistributionPointExtensionConfiguration.add_member(:omit_extension, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "OmitExtension", metadata: {"box"=>true}))
|
@@ -10,43 +10,39 @@
|
|
10
10
|
module Aws::ACMPCA
|
11
11
|
class EndpointProvider
|
12
12
|
def resolve_endpoint(parameters)
|
13
|
-
|
14
|
-
|
15
|
-
use_fips = parameters.use_fips
|
16
|
-
endpoint = parameters.endpoint
|
17
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
13
|
+
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
14
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
19
15
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
20
16
|
end
|
21
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
17
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
22
18
|
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
19
|
end
|
24
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
20
|
+
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
|
25
21
|
end
|
26
|
-
if Aws::Endpoints::Matchers.set?(region)
|
27
|
-
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
22
|
+
if Aws::Endpoints::Matchers.set?(parameters.region)
|
23
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
|
24
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
29
25
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
-
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
26
|
+
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
27
|
end
|
32
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
29
|
end
|
34
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
30
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
35
31
|
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
32
|
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
37
|
-
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca.#{region}.amazonaws.com", headers: {}, properties: {})
|
33
|
+
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca.#{parameters.region}.amazonaws.com", headers: {}, properties: {})
|
38
34
|
end
|
39
|
-
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
35
|
+
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
40
36
|
end
|
41
37
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
42
38
|
end
|
43
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
39
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
44
40
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
41
|
+
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
46
42
|
end
|
47
43
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
48
44
|
end
|
49
|
-
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
45
|
+
return Aws::Endpoints::Endpoint.new(url: "https://acm-pca.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
50
46
|
end
|
51
47
|
end
|
52
48
|
raise ArgumentError, "Invalid Configuration: Missing Region"
|
data/lib/aws-sdk-acmpca/types.rb
CHANGED
@@ -804,6 +804,40 @@ module Aws::ACMPCA
|
|
804
804
|
# present and contain the default CRL URL.
|
805
805
|
# @return [Types::CrlDistributionPointExtensionConfiguration]
|
806
806
|
#
|
807
|
+
# @!attribute [rw] crl_type
|
808
|
+
# Specifies whether to create a complete or partitioned CRL. This
|
809
|
+
# setting determines the maximum number of certificates that the
|
810
|
+
# certificate authority can issue and revoke. For more information,
|
811
|
+
# see [Amazon Web Services Private CA
|
812
|
+
# quotas](privateca/latest/userguide/pca.html#limits_pca).
|
813
|
+
#
|
814
|
+
# * `COMPLETE` - The default setting. Amazon Web Services Private CA
|
815
|
+
# maintains a single CRL file for all unexpired certificates issued by
|
816
|
+
# a CA that have been revoked for any reason. Each certificate that
|
817
|
+
# Amazon Web Services Private CA issues is bound to a specific CRL
|
818
|
+
# through its CRL distribution point (CDP) extension, defined in [
|
819
|
+
# RFC 5280][1].
|
820
|
+
#
|
821
|
+
# * `PARTITIONED` - Compared to complete CRLs, partitioned CRLs
|
822
|
+
# dramatically increase the number of certificates your private CA
|
823
|
+
# can issue.
|
824
|
+
#
|
825
|
+
# When using partitioned CRLs, you must validate that the CRL's
|
826
|
+
# associated issuing distribution point (IDP) URI matches the
|
827
|
+
# certificate's CDP URI to ensure the right CRL has been fetched.
|
828
|
+
# Amazon Web Services Private CA marks the IDP extension as
|
829
|
+
# critical, which your client must be able to process.
|
830
|
+
#
|
831
|
+
#
|
832
|
+
#
|
833
|
+
# [1]: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.9
|
834
|
+
# @return [String]
|
835
|
+
#
|
836
|
+
# @!attribute [rw] custom_path
|
837
|
+
# Designates a custom file path in S3 for CRL(s). For example,
|
838
|
+
# `http://<CustomName>/ <CustomPath>/<CrlPartition_GUID>.crl`.
|
839
|
+
# @return [String]
|
840
|
+
#
|
807
841
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CrlConfiguration AWS API Documentation
|
808
842
|
#
|
809
843
|
class CrlConfiguration < Struct.new(
|
@@ -812,7 +846,9 @@ module Aws::ACMPCA
|
|
812
846
|
:custom_cname,
|
813
847
|
:s3_bucket_name,
|
814
848
|
:s3_object_acl,
|
815
|
-
:crl_distribution_point_extension_configuration
|
849
|
+
:crl_distribution_point_extension_configuration,
|
850
|
+
:crl_type,
|
851
|
+
:custom_path)
|
816
852
|
SENSITIVE = []
|
817
853
|
include Aws::Structure
|
818
854
|
end
|
@@ -93,20 +93,20 @@ module Aws::ACMPCA
|
|
93
93
|
operation_name: :describe_certificate_authority_audit_report,
|
94
94
|
acceptors: [
|
95
95
|
{
|
96
|
-
"state" => "success",
|
97
96
|
"matcher" => "path",
|
98
97
|
"argument" => "audit_report_status",
|
98
|
+
"state" => "success",
|
99
99
|
"expected" => "SUCCESS"
|
100
100
|
},
|
101
101
|
{
|
102
|
-
"state" => "failure",
|
103
102
|
"matcher" => "path",
|
104
103
|
"argument" => "audit_report_status",
|
104
|
+
"state" => "failure",
|
105
105
|
"expected" => "FAILED"
|
106
106
|
},
|
107
107
|
{
|
108
|
-
"state" => "failure",
|
109
108
|
"matcher" => "error",
|
109
|
+
"state" => "failure",
|
110
110
|
"expected" => "AccessDeniedException"
|
111
111
|
}
|
112
112
|
]
|
@@ -143,18 +143,18 @@ module Aws::ACMPCA
|
|
143
143
|
operation_name: :get_certificate_authority_csr,
|
144
144
|
acceptors: [
|
145
145
|
{
|
146
|
+
"matcher" => "error",
|
146
147
|
"state" => "success",
|
147
|
-
"
|
148
|
-
"expected" => 200
|
148
|
+
"expected" => false
|
149
149
|
},
|
150
150
|
{
|
151
|
-
"state" => "retry",
|
152
151
|
"matcher" => "error",
|
152
|
+
"state" => "retry",
|
153
153
|
"expected" => "RequestInProgressException"
|
154
154
|
},
|
155
155
|
{
|
156
|
-
"state" => "failure",
|
157
156
|
"matcher" => "error",
|
157
|
+
"state" => "failure",
|
158
158
|
"expected" => "AccessDeniedException"
|
159
159
|
}
|
160
160
|
]
|
@@ -191,18 +191,18 @@ module Aws::ACMPCA
|
|
191
191
|
operation_name: :get_certificate,
|
192
192
|
acceptors: [
|
193
193
|
{
|
194
|
+
"matcher" => "error",
|
194
195
|
"state" => "success",
|
195
|
-
"
|
196
|
-
"expected" => 200
|
196
|
+
"expected" => false
|
197
197
|
},
|
198
198
|
{
|
199
|
-
"state" => "retry",
|
200
199
|
"matcher" => "error",
|
200
|
+
"state" => "retry",
|
201
201
|
"expected" => "RequestInProgressException"
|
202
202
|
},
|
203
203
|
{
|
204
|
-
"state" => "failure",
|
205
204
|
"matcher" => "error",
|
205
|
+
"state" => "failure",
|
206
206
|
"expected" => "AccessDeniedException"
|
207
207
|
}
|
208
208
|
]
|
data/lib/aws-sdk-acmpca.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -177,7 +177,9 @@ module Aws
|
|
177
177
|
s3_object_acl: ("PUBLIC_READ" | "BUCKET_OWNER_FULL_CONTROL")?,
|
178
178
|
crl_distribution_point_extension_configuration: {
|
179
179
|
omit_extension: bool
|
180
|
-
}
|
180
|
+
}?,
|
181
|
+
crl_type: ("COMPLETE" | "PARTITIONED")?,
|
182
|
+
custom_path: ::String?
|
181
183
|
}?,
|
182
184
|
ocsp_configuration: {
|
183
185
|
enabled: bool,
|
@@ -535,7 +537,9 @@ module Aws
|
|
535
537
|
s3_object_acl: ("PUBLIC_READ" | "BUCKET_OWNER_FULL_CONTROL")?,
|
536
538
|
crl_distribution_point_extension_configuration: {
|
537
539
|
omit_extension: bool
|
538
|
-
}
|
540
|
+
}?,
|
541
|
+
crl_type: ("COMPLETE" | "PARTITIONED")?,
|
542
|
+
custom_path: ::String?
|
539
543
|
}?,
|
540
544
|
ocsp_configuration: {
|
541
545
|
enabled: bool,
|
data/sig/types.rbs
CHANGED
@@ -126,6 +126,8 @@ module Aws::ACMPCA
|
|
126
126
|
attr_accessor s3_bucket_name: ::String
|
127
127
|
attr_accessor s3_object_acl: ("PUBLIC_READ" | "BUCKET_OWNER_FULL_CONTROL")
|
128
128
|
attr_accessor crl_distribution_point_extension_configuration: Types::CrlDistributionPointExtensionConfiguration
|
129
|
+
attr_accessor crl_type: ("COMPLETE" | "PARTITIONED")
|
130
|
+
attr_accessor custom_path: ::String
|
129
131
|
SENSITIVE: []
|
130
132
|
end
|
131
133
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.90.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: 2025-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|