Skip to content

Commit ba3fc5b

Browse files
author
AWS
committed
AWS License Manager User Subscriptions Update: Released support for IPv6 and dual-stack active directories
1 parent 04a136d commit ba3fc5b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS License Manager User Subscriptions",
4+
"contributor": "",
5+
"description": "Released support for IPv6 and dual-stack active directories"
6+
}

services/licensemanagerusersubscriptions/src/main/resources/codegen-resources/service-2.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@
388388
"shape":"ActiveDirectorySettingsDomainIpv4ListList",
389389
"documentation":"<p>A list of domain IPv4 addresses that are used for the Active Directory.</p>"
390390
},
391+
"DomainIpv6List":{
392+
"shape":"ActiveDirectorySettingsDomainIpv6ListList",
393+
"documentation":"<p>A list of domain IPv6 addresses that are used for the Active Directory.</p>"
394+
},
391395
"DomainCredentialsProvider":{
392396
"shape":"CredentialsProvider",
393397
"documentation":"<p>Points to the <code>CredentialsProvider</code> resource that contains information about the credential provider for user administration.</p>"
@@ -405,6 +409,12 @@
405409
"max":2,
406410
"min":1
407411
},
412+
"ActiveDirectorySettingsDomainIpv6ListList":{
413+
"type":"list",
414+
"member":{"shape":"IpV6"},
415+
"max":2,
416+
"min":1
417+
},
408418
"ActiveDirectoryType":{
409419
"type":"string",
410420
"enum":[
@@ -812,6 +822,10 @@
812822
"type":"string",
813823
"pattern":"(?:(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])(\\.(?!$)|$)){4}"
814824
},
825+
"IpV6":{
826+
"type":"string",
827+
"pattern":"([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|::[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}"
828+
},
815829
"LicenseServer":{
816830
"type":"structure",
817831
"members":{
@@ -826,6 +840,10 @@
826840
"Ipv4Address":{
827841
"shape":"String",
828842
"documentation":"<p>A list of domain IPv4 addresses that are used for the RDS license server.</p>"
843+
},
844+
"Ipv6Address":{
845+
"shape":"String",
846+
"documentation":"<p>A list of domain IPv6 addresses that are used for the RDS license server.</p>"
829847
}
830848
},
831849
"documentation":"<p>Information about a Remote Desktop Services (RDS) license server.</p>"

0 commit comments

Comments
 (0)