aws-sdk-pcaconnectorad 1.20.0 → 1.21.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pcaconnectorad/client.rb +10 -6
- data/lib/aws-sdk-pcaconnectorad/client_api.rb +4 -0
- data/lib/aws-sdk-pcaconnectorad/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-pcaconnectorad/types.rb +7 -1
- data/lib/aws-sdk-pcaconnectorad.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +6 -5
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27ba5d230f2b5c9f0c1cdc8bebbcbbba222059ad3a3d507b1f1d80eb39bf7967
|
4
|
+
data.tar.gz: '009dcdc1026c6f70a3bc0cb706d22f669948b93d7cd9c34fc094484e75afe653'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec498c6845b8ff7b06b229ed5f22b132dd0943807526ab5b66ee8ce981cc5103796bcac06a035f8b2df54836ae840378c56385a51c3183d4be394948de3fdee4
|
7
|
+
data.tar.gz: 54f0fd5aeec9bb126af5eaac97c969b59fa3e49e2bf66c937d9785c7282c7f07c123a428eb8a980035188c507413fa85f029c3810c9f8ea075546809d167c0d1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.21.0 (2025-03-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - PrivateCA Connector for Active Directory now supports dual stack endpoints. This release adds the IpAddressType option to the VpcInformation on a Connector which determines whether the endpoint supports IPv4 only or IPv4 and IPv6 traffic.
|
8
|
+
|
4
9
|
1.20.0 (2025-02-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -491,7 +491,8 @@ module Aws::PcaConnectorAd
|
|
491
491
|
# Metadata assigned to a connector consisting of a key-value pair.
|
492
492
|
#
|
493
493
|
# @option params [required, Types::VpcInformation] :vpc_information
|
494
|
-
#
|
494
|
+
# Information about your VPC and security groups used with the
|
495
|
+
# connector.
|
495
496
|
#
|
496
497
|
# @return [Types::CreateConnectorResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
497
498
|
#
|
@@ -507,6 +508,7 @@ module Aws::PcaConnectorAd
|
|
507
508
|
# "String" => "String",
|
508
509
|
# },
|
509
510
|
# vpc_information: { # required
|
511
|
+
# ip_address_type: "IPV4", # accepts IPV4, DUALSTACK
|
510
512
|
# security_group_ids: ["SecurityGroupId"], # required
|
511
513
|
# },
|
512
514
|
# })
|
@@ -1145,8 +1147,9 @@ module Aws::PcaConnectorAd
|
|
1145
1147
|
# resp.connector.created_at #=> Time
|
1146
1148
|
# resp.connector.directory_id #=> String
|
1147
1149
|
# resp.connector.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED"
|
1148
|
-
# resp.connector.status_reason #=> String, one of "DIRECTORY_ACCESS_DENIED", "INTERNAL_FAILURE", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_RESOURCE_NOT_FOUND", "SECURITY_GROUP_NOT_IN_VPC", "VPC_ACCESS_DENIED", "VPC_ENDPOINT_LIMIT_EXCEEDED", "VPC_RESOURCE_NOT_FOUND"
|
1150
|
+
# resp.connector.status_reason #=> String, one of "CA_CERTIFICATE_REGISTRATION_FAILED", "DIRECTORY_ACCESS_DENIED", "INTERNAL_FAILURE", "INSUFFICIENT_FREE_ADDRESSES", "INVALID_SUBNET_IP_PROTOCOL", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_RESOURCE_NOT_FOUND", "SECURITY_GROUP_NOT_IN_VPC", "VPC_ACCESS_DENIED", "VPC_ENDPOINT_LIMIT_EXCEEDED", "VPC_RESOURCE_NOT_FOUND"
|
1149
1151
|
# resp.connector.updated_at #=> Time
|
1152
|
+
# resp.connector.vpc_information.ip_address_type #=> String, one of "IPV4", "DUALSTACK"
|
1150
1153
|
# resp.connector.vpc_information.security_group_ids #=> Array
|
1151
1154
|
# resp.connector.vpc_information.security_group_ids[0] #=> String
|
1152
1155
|
#
|
@@ -1234,7 +1237,7 @@ module Aws::PcaConnectorAd
|
|
1234
1237
|
# resp.service_principal_name.created_at #=> Time
|
1235
1238
|
# resp.service_principal_name.directory_registration_arn #=> String
|
1236
1239
|
# resp.service_principal_name.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED"
|
1237
|
-
# resp.service_principal_name.status_reason #=> String, one of "DIRECTORY_ACCESS_DENIED", "DIRECTORY_NOT_REACHABLE", "DIRECTORY_RESOURCE_NOT_FOUND", "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT", "INTERNAL_FAILURE"
|
1240
|
+
# resp.service_principal_name.status_reason #=> String, one of "DIRECTORY_ACCESS_DENIED", "DIRECTORY_NOT_REACHABLE", "DIRECTORY_RESOURCE_NOT_FOUND", "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT", "SPN_LIMIT_EXCEEDED", "INTERNAL_FAILURE"
|
1238
1241
|
# resp.service_principal_name.updated_at #=> Time
|
1239
1242
|
#
|
1240
1243
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pca-connector-ad-2018-05-10/GetServicePrincipalName AWS API Documentation
|
@@ -1513,8 +1516,9 @@ module Aws::PcaConnectorAd
|
|
1513
1516
|
# resp.connectors[0].created_at #=> Time
|
1514
1517
|
# resp.connectors[0].directory_id #=> String
|
1515
1518
|
# resp.connectors[0].status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED"
|
1516
|
-
# resp.connectors[0].status_reason #=> String, one of "DIRECTORY_ACCESS_DENIED", "INTERNAL_FAILURE", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_RESOURCE_NOT_FOUND", "SECURITY_GROUP_NOT_IN_VPC", "VPC_ACCESS_DENIED", "VPC_ENDPOINT_LIMIT_EXCEEDED", "VPC_RESOURCE_NOT_FOUND"
|
1519
|
+
# resp.connectors[0].status_reason #=> String, one of "CA_CERTIFICATE_REGISTRATION_FAILED", "DIRECTORY_ACCESS_DENIED", "INTERNAL_FAILURE", "INSUFFICIENT_FREE_ADDRESSES", "INVALID_SUBNET_IP_PROTOCOL", "PRIVATECA_ACCESS_DENIED", "PRIVATECA_RESOURCE_NOT_FOUND", "SECURITY_GROUP_NOT_IN_VPC", "VPC_ACCESS_DENIED", "VPC_ENDPOINT_LIMIT_EXCEEDED", "VPC_RESOURCE_NOT_FOUND"
|
1517
1520
|
# resp.connectors[0].updated_at #=> Time
|
1521
|
+
# resp.connectors[0].vpc_information.ip_address_type #=> String, one of "IPV4", "DUALSTACK"
|
1518
1522
|
# resp.connectors[0].vpc_information.security_group_ids #=> Array
|
1519
1523
|
# resp.connectors[0].vpc_information.security_group_ids[0] #=> String
|
1520
1524
|
# resp.next_token #=> String
|
@@ -1630,7 +1634,7 @@ module Aws::PcaConnectorAd
|
|
1630
1634
|
# resp.service_principal_names[0].created_at #=> Time
|
1631
1635
|
# resp.service_principal_names[0].directory_registration_arn #=> String
|
1632
1636
|
# resp.service_principal_names[0].status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED"
|
1633
|
-
# resp.service_principal_names[0].status_reason #=> String, one of "DIRECTORY_ACCESS_DENIED", "DIRECTORY_NOT_REACHABLE", "DIRECTORY_RESOURCE_NOT_FOUND", "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT", "INTERNAL_FAILURE"
|
1637
|
+
# resp.service_principal_names[0].status_reason #=> String, one of "DIRECTORY_ACCESS_DENIED", "DIRECTORY_NOT_REACHABLE", "DIRECTORY_RESOURCE_NOT_FOUND", "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT", "SPN_LIMIT_EXCEEDED", "INTERNAL_FAILURE"
|
1634
1638
|
# resp.service_principal_names[0].updated_at #=> Time
|
1635
1639
|
#
|
1636
1640
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pca-connector-ad-2018-05-10/ListServicePrincipalNames AWS API Documentation
|
@@ -2323,7 +2327,7 @@ module Aws::PcaConnectorAd
|
|
2323
2327
|
tracer: tracer
|
2324
2328
|
)
|
2325
2329
|
context[:gem_name] = 'aws-sdk-pcaconnectorad'
|
2326
|
-
context[:gem_version] = '1.
|
2330
|
+
context[:gem_version] = '1.21.0'
|
2327
2331
|
Seahorse::Client::Request.new(handlers, context)
|
2328
2332
|
end
|
2329
2333
|
|
@@ -85,6 +85,7 @@ module Aws::PcaConnectorAd
|
|
85
85
|
HashAlgorithm = Shapes::StringShape.new(name: 'HashAlgorithm')
|
86
86
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
87
87
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
88
|
+
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
88
89
|
KeySpec = Shapes::StringShape.new(name: 'KeySpec')
|
89
90
|
KeyUsage = Shapes::StructureShape.new(name: 'KeyUsage')
|
90
91
|
KeyUsageFlags = Shapes::StructureShape.new(name: 'KeyUsageFlags')
|
@@ -674,6 +675,7 @@ module Aws::PcaConnectorAd
|
|
674
675
|
ValidityPeriod.add_member(:period_type, Shapes::ShapeRef.new(shape: ValidityPeriodType, required: true, location_name: "PeriodType"))
|
675
676
|
ValidityPeriod.struct_class = Types::ValidityPeriod
|
676
677
|
|
678
|
+
VpcInformation.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
677
679
|
VpcInformation.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, required: true, location_name: "SecurityGroupIds"))
|
678
680
|
VpcInformation.struct_class = Types::VpcInformation
|
679
681
|
|
@@ -685,9 +687,11 @@ module Aws::PcaConnectorAd
|
|
685
687
|
|
686
688
|
api.metadata = {
|
687
689
|
"apiVersion" => "2018-05-10",
|
690
|
+
"auth" => ["aws.auth#sigv4"],
|
688
691
|
"endpointPrefix" => "pca-connector-ad",
|
689
692
|
"jsonVersion" => "1.1",
|
690
693
|
"protocol" => "rest-json",
|
694
|
+
"protocols" => ["rest-json"],
|
691
695
|
"serviceFullName" => "PcaConnectorAd",
|
692
696
|
"serviceId" => "Pca Connector Ad",
|
693
697
|
"signatureVersion" => "v4",
|
@@ -28,7 +28,7 @@ module Aws::PcaConnectorAd
|
|
28
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
29
29
|
end
|
30
30
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
31
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
31
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
32
32
|
return Aws::Endpoints::Endpoint.new(url: "https://pca-connector-ad-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
33
33
|
end
|
34
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -417,7 +417,8 @@ module Aws::PcaConnectorAd
|
|
417
417
|
# @return [Hash<String,String>]
|
418
418
|
#
|
419
419
|
# @!attribute [rw] vpc_information
|
420
|
-
#
|
420
|
+
# Information about your VPC and security groups used with the
|
421
|
+
# connector.
|
421
422
|
# @return [Types::VpcInformation]
|
422
423
|
#
|
423
424
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pca-connector-ad-2018-05-10/CreateConnectorRequest AWS API Documentation
|
@@ -2823,6 +2824,10 @@ module Aws::PcaConnectorAd
|
|
2823
2824
|
# Information about your VPC and security groups used with the
|
2824
2825
|
# connector.
|
2825
2826
|
#
|
2827
|
+
# @!attribute [rw] ip_address_type
|
2828
|
+
# The VPC IP address type.
|
2829
|
+
# @return [String]
|
2830
|
+
#
|
2826
2831
|
# @!attribute [rw] security_group_ids
|
2827
2832
|
# The security groups used with the connector. You can use a maximum
|
2828
2833
|
# of 4 security groups with a connector.
|
@@ -2831,6 +2836,7 @@ module Aws::PcaConnectorAd
|
|
2831
2836
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pca-connector-ad-2018-05-10/VpcInformation AWS API Documentation
|
2832
2837
|
#
|
2833
2838
|
class VpcInformation < Struct.new(
|
2839
|
+
:ip_address_type,
|
2834
2840
|
:security_group_ids)
|
2835
2841
|
SENSITIVE = []
|
2836
2842
|
include Aws::Structure
|
data/sig/client.rbs
CHANGED
data/sig/types.rbs
CHANGED
@@ -79,7 +79,7 @@ module Aws::PcaConnectorAd
|
|
79
79
|
attr_accessor created_at: ::Time
|
80
80
|
attr_accessor directory_id: ::String
|
81
81
|
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|
82
|
-
attr_accessor status_reason: ("DIRECTORY_ACCESS_DENIED" | "INTERNAL_FAILURE" | "PRIVATECA_ACCESS_DENIED" | "PRIVATECA_RESOURCE_NOT_FOUND" | "SECURITY_GROUP_NOT_IN_VPC" | "VPC_ACCESS_DENIED" | "VPC_ENDPOINT_LIMIT_EXCEEDED" | "VPC_RESOURCE_NOT_FOUND")
|
82
|
+
attr_accessor status_reason: ("CA_CERTIFICATE_REGISTRATION_FAILED" | "DIRECTORY_ACCESS_DENIED" | "INTERNAL_FAILURE" | "INSUFFICIENT_FREE_ADDRESSES" | "INVALID_SUBNET_IP_PROTOCOL" | "PRIVATECA_ACCESS_DENIED" | "PRIVATECA_RESOURCE_NOT_FOUND" | "SECURITY_GROUP_NOT_IN_VPC" | "VPC_ACCESS_DENIED" | "VPC_ENDPOINT_LIMIT_EXCEEDED" | "VPC_RESOURCE_NOT_FOUND")
|
83
83
|
attr_accessor updated_at: ::Time
|
84
84
|
attr_accessor vpc_information: Types::VpcInformation
|
85
85
|
SENSITIVE: []
|
@@ -92,7 +92,7 @@ module Aws::PcaConnectorAd
|
|
92
92
|
attr_accessor created_at: ::Time
|
93
93
|
attr_accessor directory_id: ::String
|
94
94
|
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|
95
|
-
attr_accessor status_reason: ("DIRECTORY_ACCESS_DENIED" | "INTERNAL_FAILURE" | "PRIVATECA_ACCESS_DENIED" | "PRIVATECA_RESOURCE_NOT_FOUND" | "SECURITY_GROUP_NOT_IN_VPC" | "VPC_ACCESS_DENIED" | "VPC_ENDPOINT_LIMIT_EXCEEDED" | "VPC_RESOURCE_NOT_FOUND")
|
95
|
+
attr_accessor status_reason: ("CA_CERTIFICATE_REGISTRATION_FAILED" | "DIRECTORY_ACCESS_DENIED" | "INTERNAL_FAILURE" | "INSUFFICIENT_FREE_ADDRESSES" | "INVALID_SUBNET_IP_PROTOCOL" | "PRIVATECA_ACCESS_DENIED" | "PRIVATECA_RESOURCE_NOT_FOUND" | "SECURITY_GROUP_NOT_IN_VPC" | "VPC_ACCESS_DENIED" | "VPC_ENDPOINT_LIMIT_EXCEEDED" | "VPC_RESOURCE_NOT_FOUND")
|
96
96
|
attr_accessor updated_at: ::Time
|
97
97
|
attr_accessor vpc_information: Types::VpcInformation
|
98
98
|
SENSITIVE: []
|
@@ -492,7 +492,7 @@ module Aws::PcaConnectorAd
|
|
492
492
|
attr_accessor created_at: ::Time
|
493
493
|
attr_accessor directory_registration_arn: ::String
|
494
494
|
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|
495
|
-
attr_accessor status_reason: ("DIRECTORY_ACCESS_DENIED" | "DIRECTORY_NOT_REACHABLE" | "DIRECTORY_RESOURCE_NOT_FOUND" | "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT" | "INTERNAL_FAILURE")
|
495
|
+
attr_accessor status_reason: ("DIRECTORY_ACCESS_DENIED" | "DIRECTORY_NOT_REACHABLE" | "DIRECTORY_RESOURCE_NOT_FOUND" | "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT" | "SPN_LIMIT_EXCEEDED" | "INTERNAL_FAILURE")
|
496
496
|
attr_accessor updated_at: ::Time
|
497
497
|
SENSITIVE: []
|
498
498
|
end
|
@@ -502,7 +502,7 @@ module Aws::PcaConnectorAd
|
|
502
502
|
attr_accessor created_at: ::Time
|
503
503
|
attr_accessor directory_registration_arn: ::String
|
504
504
|
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|
505
|
-
attr_accessor status_reason: ("DIRECTORY_ACCESS_DENIED" | "DIRECTORY_NOT_REACHABLE" | "DIRECTORY_RESOURCE_NOT_FOUND" | "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT" | "INTERNAL_FAILURE")
|
505
|
+
attr_accessor status_reason: ("DIRECTORY_ACCESS_DENIED" | "DIRECTORY_NOT_REACHABLE" | "DIRECTORY_RESOURCE_NOT_FOUND" | "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT" | "SPN_LIMIT_EXCEEDED" | "INTERNAL_FAILURE")
|
506
506
|
attr_accessor updated_at: ::Time
|
507
507
|
SENSITIVE: []
|
508
508
|
end
|
@@ -683,7 +683,7 @@ module Aws::PcaConnectorAd
|
|
683
683
|
|
684
684
|
class ValidationException
|
685
685
|
attr_accessor message: ::String
|
686
|
-
attr_accessor reason: ("FIELD_VALIDATION_FAILED" | "INVALID_PERMISSION" | "INVALID_STATE" | "MISMATCHED_CONNECTOR" | "MISMATCHED_VPC" | "NO_CLIENT_TOKEN" | "UNKNOWN_OPERATION" | "OTHER")
|
686
|
+
attr_accessor reason: ("FIELD_VALIDATION_FAILED" | "INVALID_CA_SUBJECT" | "INVALID_PERMISSION" | "INVALID_STATE" | "MISMATCHED_CONNECTOR" | "MISMATCHED_VPC" | "NO_CLIENT_TOKEN" | "UNKNOWN_OPERATION" | "OTHER")
|
687
687
|
SENSITIVE: []
|
688
688
|
end
|
689
689
|
|
@@ -694,6 +694,7 @@ module Aws::PcaConnectorAd
|
|
694
694
|
end
|
695
695
|
|
696
696
|
class VpcInformation
|
697
|
+
attr_accessor ip_address_type: ("IPV4" | "DUALSTACK")
|
697
698
|
attr_accessor security_group_ids: ::Array[::String]
|
698
699
|
SENSITIVE: []
|
699
700
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pcaconnectorad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.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-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -36,14 +36,14 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for PcaConnectorAd. This gem is part of the AWS
|
48
48
|
SDK for Ruby.
|
49
49
|
email:
|