aws-sdk-directoryservice 1.92.0 → 1.94.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.
@@ -59,6 +59,8 @@ module Aws::DirectoryService
59
59
  AuthenticationFailedException = Shapes::StructureShape.new(name: 'AuthenticationFailedException')
60
60
  AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
61
61
  AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
62
+ CaEnrollmentPolicyStatus = Shapes::StringShape.new(name: 'CaEnrollmentPolicyStatus')
63
+ CaEnrollmentPolicyStatusReason = Shapes::StringShape.new(name: 'CaEnrollmentPolicyStatusReason')
62
64
  CancelSchemaExtensionRequest = Shapes::StructureShape.new(name: 'CancelSchemaExtensionRequest')
63
65
  CancelSchemaExtensionResult = Shapes::StructureShape.new(name: 'CancelSchemaExtensionResult')
64
66
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
@@ -78,6 +80,8 @@ module Aws::DirectoryService
78
80
  CertificatesInfo = Shapes::ListShape.new(name: 'CertificatesInfo')
79
81
  CidrIp = Shapes::StringShape.new(name: 'CidrIp')
80
82
  CidrIps = Shapes::ListShape.new(name: 'CidrIps')
83
+ CidrIpv6 = Shapes::StringShape.new(name: 'CidrIpv6')
84
+ CidrIpv6s = Shapes::ListShape.new(name: 'CidrIpv6s')
81
85
  ClientAuthenticationSettingInfo = Shapes::StructureShape.new(name: 'ClientAuthenticationSettingInfo')
82
86
  ClientAuthenticationSettingsInfo = Shapes::ListShape.new(name: 'ClientAuthenticationSettingsInfo')
83
87
  ClientAuthenticationStatus = Shapes::StringShape.new(name: 'ClientAuthenticationStatus')
@@ -138,6 +142,8 @@ module Aws::DirectoryService
138
142
  DeregisterEventTopicResult = Shapes::StructureShape.new(name: 'DeregisterEventTopicResult')
139
143
  DescribeADAssessmentRequest = Shapes::StructureShape.new(name: 'DescribeADAssessmentRequest')
140
144
  DescribeADAssessmentResult = Shapes::StructureShape.new(name: 'DescribeADAssessmentResult')
145
+ DescribeCAEnrollmentPolicyRequest = Shapes::StructureShape.new(name: 'DescribeCAEnrollmentPolicyRequest')
146
+ DescribeCAEnrollmentPolicyResult = Shapes::StructureShape.new(name: 'DescribeCAEnrollmentPolicyResult')
141
147
  DescribeCertificateRequest = Shapes::StructureShape.new(name: 'DescribeCertificateRequest')
142
148
  DescribeCertificateResult = Shapes::StructureShape.new(name: 'DescribeCertificateResult')
143
149
  DescribeClientAuthenticationSettingsRequest = Shapes::StructureShape.new(name: 'DescribeClientAuthenticationSettingsRequest')
@@ -197,11 +203,15 @@ module Aws::DirectoryService
197
203
  DirectoryNotSharedException = Shapes::StructureShape.new(name: 'DirectoryNotSharedException')
198
204
  DirectoryShortName = Shapes::StringShape.new(name: 'DirectoryShortName')
199
205
  DirectorySize = Shapes::StringShape.new(name: 'DirectorySize')
206
+ DirectorySizeUpdateSettings = Shapes::StructureShape.new(name: 'DirectorySizeUpdateSettings')
200
207
  DirectoryStage = Shapes::StringShape.new(name: 'DirectoryStage')
201
208
  DirectoryType = Shapes::StringShape.new(name: 'DirectoryType')
202
209
  DirectoryUnavailableException = Shapes::StructureShape.new(name: 'DirectoryUnavailableException')
203
210
  DirectoryVpcSettings = Shapes::StructureShape.new(name: 'DirectoryVpcSettings')
204
211
  DirectoryVpcSettingsDescription = Shapes::StructureShape.new(name: 'DirectoryVpcSettingsDescription')
212
+ DisableAlreadyInProgressException = Shapes::StructureShape.new(name: 'DisableAlreadyInProgressException')
213
+ DisableCAEnrollmentPolicyRequest = Shapes::StructureShape.new(name: 'DisableCAEnrollmentPolicyRequest')
214
+ DisableCAEnrollmentPolicyResult = Shapes::StructureShape.new(name: 'DisableCAEnrollmentPolicyResult')
205
215
  DisableClientAuthenticationRequest = Shapes::StructureShape.new(name: 'DisableClientAuthenticationRequest')
206
216
  DisableClientAuthenticationResult = Shapes::StructureShape.new(name: 'DisableClientAuthenticationResult')
207
217
  DisableDirectoryDataAccessRequest = Shapes::StructureShape.new(name: 'DisableDirectoryDataAccessRequest')
@@ -213,6 +223,7 @@ module Aws::DirectoryService
213
223
  DisableSsoRequest = Shapes::StructureShape.new(name: 'DisableSsoRequest')
214
224
  DisableSsoResult = Shapes::StructureShape.new(name: 'DisableSsoResult')
215
225
  DnsIpAddrs = Shapes::ListShape.new(name: 'DnsIpAddrs')
226
+ DnsIpv6Addrs = Shapes::ListShape.new(name: 'DnsIpv6Addrs')
216
227
  DomainController = Shapes::StructureShape.new(name: 'DomainController')
217
228
  DomainControllerId = Shapes::StringShape.new(name: 'DomainControllerId')
218
229
  DomainControllerIds = Shapes::ListShape.new(name: 'DomainControllerIds')
@@ -220,6 +231,9 @@ module Aws::DirectoryService
220
231
  DomainControllerStatus = Shapes::StringShape.new(name: 'DomainControllerStatus')
221
232
  DomainControllerStatusReason = Shapes::StringShape.new(name: 'DomainControllerStatusReason')
222
233
  DomainControllers = Shapes::ListShape.new(name: 'DomainControllers')
234
+ EnableAlreadyInProgressException = Shapes::StructureShape.new(name: 'EnableAlreadyInProgressException')
235
+ EnableCAEnrollmentPolicyRequest = Shapes::StructureShape.new(name: 'EnableCAEnrollmentPolicyRequest')
236
+ EnableCAEnrollmentPolicyResult = Shapes::StructureShape.new(name: 'EnableCAEnrollmentPolicyResult')
223
237
  EnableClientAuthenticationRequest = Shapes::StructureShape.new(name: 'EnableClientAuthenticationRequest')
224
238
  EnableClientAuthenticationResult = Shapes::StructureShape.new(name: 'EnableClientAuthenticationResult')
225
239
  EnableDirectoryDataAccessRequest = Shapes::StructureShape.new(name: 'EnableDirectoryDataAccessRequest')
@@ -267,6 +281,8 @@ module Aws::DirectoryService
267
281
  IpRouteStatusReason = Shapes::StringShape.new(name: 'IpRouteStatusReason')
268
282
  IpRoutes = Shapes::ListShape.new(name: 'IpRoutes')
269
283
  IpRoutesInfo = Shapes::ListShape.new(name: 'IpRoutesInfo')
284
+ IpV6Addrs = Shapes::ListShape.new(name: 'IpV6Addrs')
285
+ Ipv6Addr = Shapes::StringShape.new(name: 'Ipv6Addr')
270
286
  LDAPSSettingInfo = Shapes::StructureShape.new(name: 'LDAPSSettingInfo')
271
287
  LDAPSSettingsInfo = Shapes::ListShape.new(name: 'LDAPSSettingsInfo')
272
288
  LDAPSStatus = Shapes::StringShape.new(name: 'LDAPSStatus')
@@ -293,6 +309,8 @@ module Aws::DirectoryService
293
309
  LogSubscription = Shapes::StructureShape.new(name: 'LogSubscription')
294
310
  LogSubscriptions = Shapes::ListShape.new(name: 'LogSubscriptions')
295
311
  ManualSnapshotsLimitReached = Shapes::BooleanShape.new(name: 'ManualSnapshotsLimitReached')
312
+ NetworkType = Shapes::StringShape.new(name: 'NetworkType')
313
+ NetworkUpdateSettings = Shapes::StructureShape.new(name: 'NetworkUpdateSettings')
296
314
  NextToken = Shapes::StringShape.new(name: 'NextToken')
297
315
  NoAvailableCertificateException = Shapes::StructureShape.new(name: 'NoAvailableCertificateException')
298
316
  Notes = Shapes::StringShape.new(name: 'Notes')
@@ -304,6 +322,7 @@ module Aws::DirectoryService
304
322
  OwnerDirectoryDescription = Shapes::StructureShape.new(name: 'OwnerDirectoryDescription')
305
323
  PageLimit = Shapes::IntegerShape.new(name: 'PageLimit')
306
324
  Password = Shapes::StringShape.new(name: 'Password')
325
+ PcaConnectorArn = Shapes::StringShape.new(name: 'PcaConnectorArn')
307
326
  PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
308
327
  RadiusAuthenticationProtocol = Shapes::StringShape.new(name: 'RadiusAuthenticationProtocol')
309
328
  RadiusDisplayLabel = Shapes::StringShape.new(name: 'RadiusDisplayLabel')
@@ -586,6 +605,8 @@ module Aws::DirectoryService
586
605
 
587
606
  CidrIps.member = Shapes::ShapeRef.new(shape: CidrIp)
588
607
 
608
+ CidrIpv6s.member = Shapes::ShapeRef.new(shape: CidrIpv6)
609
+
589
610
  ClientAuthenticationSettingInfo.add_member(:type, Shapes::ShapeRef.new(shape: ClientAuthenticationType, location_name: "Type"))
590
611
  ClientAuthenticationSettingInfo.add_member(:status, Shapes::ShapeRef.new(shape: ClientAuthenticationStatus, location_name: "Status"))
591
612
  ClientAuthenticationSettingInfo.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: LastUpdatedDateTime, location_name: "LastUpdatedDateTime"))
@@ -607,6 +628,7 @@ module Aws::DirectoryService
607
628
 
608
629
  ConditionalForwarder.add_member(:remote_domain_name, Shapes::ShapeRef.new(shape: RemoteDomainName, location_name: "RemoteDomainName"))
609
630
  ConditionalForwarder.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
631
+ ConditionalForwarder.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
610
632
  ConditionalForwarder.add_member(:replication_scope, Shapes::ShapeRef.new(shape: ReplicationScope, location_name: "ReplicationScope"))
611
633
  ConditionalForwarder.struct_class = Types::ConditionalForwarder
612
634
 
@@ -619,6 +641,7 @@ module Aws::DirectoryService
619
641
  ConnectDirectoryRequest.add_member(:size, Shapes::ShapeRef.new(shape: DirectorySize, required: true, location_name: "Size"))
620
642
  ConnectDirectoryRequest.add_member(:connect_settings, Shapes::ShapeRef.new(shape: DirectoryConnectSettings, required: true, location_name: "ConnectSettings"))
621
643
  ConnectDirectoryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
644
+ ConnectDirectoryRequest.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
622
645
  ConnectDirectoryRequest.struct_class = Types::ConnectDirectoryRequest
623
646
 
624
647
  ConnectDirectoryResult.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
@@ -644,7 +667,8 @@ module Aws::DirectoryService
644
667
 
645
668
  CreateConditionalForwarderRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
646
669
  CreateConditionalForwarderRequest.add_member(:remote_domain_name, Shapes::ShapeRef.new(shape: RemoteDomainName, required: true, location_name: "RemoteDomainName"))
647
- CreateConditionalForwarderRequest.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, required: true, location_name: "DnsIpAddrs"))
670
+ CreateConditionalForwarderRequest.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
671
+ CreateConditionalForwarderRequest.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
648
672
  CreateConditionalForwarderRequest.struct_class = Types::CreateConditionalForwarderRequest
649
673
 
650
674
  CreateConditionalForwarderResult.struct_class = Types::CreateConditionalForwarderResult
@@ -656,6 +680,7 @@ module Aws::DirectoryService
656
680
  CreateDirectoryRequest.add_member(:size, Shapes::ShapeRef.new(shape: DirectorySize, required: true, location_name: "Size"))
657
681
  CreateDirectoryRequest.add_member(:vpc_settings, Shapes::ShapeRef.new(shape: DirectoryVpcSettings, location_name: "VpcSettings"))
658
682
  CreateDirectoryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
683
+ CreateDirectoryRequest.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
659
684
  CreateDirectoryRequest.struct_class = Types::CreateDirectoryRequest
660
685
 
661
686
  CreateDirectoryResult.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
@@ -682,6 +707,7 @@ module Aws::DirectoryService
682
707
  CreateMicrosoftADRequest.add_member(:vpc_settings, Shapes::ShapeRef.new(shape: DirectoryVpcSettings, required: true, location_name: "VpcSettings"))
683
708
  CreateMicrosoftADRequest.add_member(:edition, Shapes::ShapeRef.new(shape: DirectoryEdition, location_name: "Edition"))
684
709
  CreateMicrosoftADRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
710
+ CreateMicrosoftADRequest.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
685
711
  CreateMicrosoftADRequest.struct_class = Types::CreateMicrosoftADRequest
686
712
 
687
713
  CreateMicrosoftADResult.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
@@ -700,6 +726,7 @@ module Aws::DirectoryService
700
726
  CreateTrustRequest.add_member(:trust_direction, Shapes::ShapeRef.new(shape: TrustDirection, required: true, location_name: "TrustDirection"))
701
727
  CreateTrustRequest.add_member(:trust_type, Shapes::ShapeRef.new(shape: TrustType, location_name: "TrustType"))
702
728
  CreateTrustRequest.add_member(:conditional_forwarder_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "ConditionalForwarderIpAddrs"))
729
+ CreateTrustRequest.add_member(:conditional_forwarder_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "ConditionalForwarderIpv6Addrs"))
703
730
  CreateTrustRequest.add_member(:selective_auth, Shapes::ShapeRef.new(shape: SelectiveAuth, location_name: "SelectiveAuth"))
704
731
  CreateTrustRequest.struct_class = Types::CreateTrustRequest
705
732
 
@@ -763,6 +790,16 @@ module Aws::DirectoryService
763
790
  DescribeADAssessmentResult.add_member(:assessment_reports, Shapes::ShapeRef.new(shape: AssessmentReports, location_name: "AssessmentReports"))
764
791
  DescribeADAssessmentResult.struct_class = Types::DescribeADAssessmentResult
765
792
 
793
+ DescribeCAEnrollmentPolicyRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
794
+ DescribeCAEnrollmentPolicyRequest.struct_class = Types::DescribeCAEnrollmentPolicyRequest
795
+
796
+ DescribeCAEnrollmentPolicyResult.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
797
+ DescribeCAEnrollmentPolicyResult.add_member(:pca_connector_arn, Shapes::ShapeRef.new(shape: PcaConnectorArn, location_name: "PcaConnectorArn"))
798
+ DescribeCAEnrollmentPolicyResult.add_member(:ca_enrollment_policy_status, Shapes::ShapeRef.new(shape: CaEnrollmentPolicyStatus, location_name: "CaEnrollmentPolicyStatus"))
799
+ DescribeCAEnrollmentPolicyResult.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: LastUpdatedDateTime, location_name: "LastUpdatedDateTime"))
800
+ DescribeCAEnrollmentPolicyResult.add_member(:ca_enrollment_policy_status_reason, Shapes::ShapeRef.new(shape: CaEnrollmentPolicyStatusReason, location_name: "CaEnrollmentPolicyStatusReason"))
801
+ DescribeCAEnrollmentPolicyResult.struct_class = Types::DescribeCAEnrollmentPolicyResult
802
+
766
803
  DescribeCertificateRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
767
804
  DescribeCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateId"))
768
805
  DescribeCertificateRequest.struct_class = Types::DescribeCertificateRequest
@@ -910,7 +947,8 @@ module Aws::DirectoryService
910
947
 
911
948
  DirectoryConnectSettings.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
912
949
  DirectoryConnectSettings.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "SubnetIds"))
913
- DirectoryConnectSettings.add_member(:customer_dns_ips, Shapes::ShapeRef.new(shape: DnsIpAddrs, required: true, location_name: "CustomerDnsIps"))
950
+ DirectoryConnectSettings.add_member(:customer_dns_ips, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "CustomerDnsIps"))
951
+ DirectoryConnectSettings.add_member(:customer_dns_ips_v6, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "CustomerDnsIpsV6"))
914
952
  DirectoryConnectSettings.add_member(:customer_user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "CustomerUserName"))
915
953
  DirectoryConnectSettings.struct_class = Types::DirectoryConnectSettings
916
954
 
@@ -920,6 +958,7 @@ module Aws::DirectoryService
920
958
  DirectoryConnectSettingsDescription.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupId"))
921
959
  DirectoryConnectSettingsDescription.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
922
960
  DirectoryConnectSettingsDescription.add_member(:connect_ips, Shapes::ShapeRef.new(shape: IpAddrs, location_name: "ConnectIps"))
961
+ DirectoryConnectSettingsDescription.add_member(:connect_ips_v6, Shapes::ShapeRef.new(shape: IpV6Addrs, location_name: "ConnectIpsV6"))
923
962
  DirectoryConnectSettingsDescription.struct_class = Types::DirectoryConnectSettingsDescription
924
963
 
925
964
  DirectoryDescription.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
@@ -931,6 +970,7 @@ module Aws::DirectoryService
931
970
  DirectoryDescription.add_member(:access_url, Shapes::ShapeRef.new(shape: AccessUrl, location_name: "AccessUrl"))
932
971
  DirectoryDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
933
972
  DirectoryDescription.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
973
+ DirectoryDescription.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
934
974
  DirectoryDescription.add_member(:stage, Shapes::ShapeRef.new(shape: DirectoryStage, location_name: "Stage"))
935
975
  DirectoryDescription.add_member(:share_status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "ShareStatus"))
936
976
  DirectoryDescription.add_member(:share_method, Shapes::ShapeRef.new(shape: ShareMethod, location_name: "ShareMethod"))
@@ -949,6 +989,7 @@ module Aws::DirectoryService
949
989
  DirectoryDescription.add_member(:regions_info, Shapes::ShapeRef.new(shape: RegionsInfo, location_name: "RegionsInfo"))
950
990
  DirectoryDescription.add_member(:os_version, Shapes::ShapeRef.new(shape: OSVersion, location_name: "OsVersion"))
951
991
  DirectoryDescription.add_member(:hybrid_settings, Shapes::ShapeRef.new(shape: HybridSettingsDescription, location_name: "HybridSettings"))
992
+ DirectoryDescription.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
952
993
  DirectoryDescription.struct_class = Types::DirectoryDescription
953
994
 
954
995
  DirectoryDescriptions.member = Shapes::ShapeRef.new(shape: DirectoryDescription)
@@ -982,6 +1023,9 @@ module Aws::DirectoryService
982
1023
  DirectoryNotSharedException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
983
1024
  DirectoryNotSharedException.struct_class = Types::DirectoryNotSharedException
984
1025
 
1026
+ DirectorySizeUpdateSettings.add_member(:directory_size, Shapes::ShapeRef.new(shape: DirectorySize, location_name: "DirectorySize"))
1027
+ DirectorySizeUpdateSettings.struct_class = Types::DirectorySizeUpdateSettings
1028
+
985
1029
  DirectoryUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
986
1030
  DirectoryUnavailableException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
987
1031
  DirectoryUnavailableException.struct_class = Types::DirectoryUnavailableException
@@ -996,6 +1040,15 @@ module Aws::DirectoryService
996
1040
  DirectoryVpcSettingsDescription.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
997
1041
  DirectoryVpcSettingsDescription.struct_class = Types::DirectoryVpcSettingsDescription
998
1042
 
1043
+ DisableAlreadyInProgressException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
1044
+ DisableAlreadyInProgressException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
1045
+ DisableAlreadyInProgressException.struct_class = Types::DisableAlreadyInProgressException
1046
+
1047
+ DisableCAEnrollmentPolicyRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1048
+ DisableCAEnrollmentPolicyRequest.struct_class = Types::DisableCAEnrollmentPolicyRequest
1049
+
1050
+ DisableCAEnrollmentPolicyResult.struct_class = Types::DisableCAEnrollmentPolicyResult
1051
+
999
1052
  DisableClientAuthenticationRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1000
1053
  DisableClientAuthenticationRequest.add_member(:type, Shapes::ShapeRef.new(shape: ClientAuthenticationType, required: true, location_name: "Type"))
1001
1054
  DisableClientAuthenticationRequest.struct_class = Types::DisableClientAuthenticationRequest
@@ -1027,9 +1080,12 @@ module Aws::DirectoryService
1027
1080
 
1028
1081
  DnsIpAddrs.member = Shapes::ShapeRef.new(shape: IpAddr)
1029
1082
 
1083
+ DnsIpv6Addrs.member = Shapes::ShapeRef.new(shape: Ipv6Addr)
1084
+
1030
1085
  DomainController.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
1031
1086
  DomainController.add_member(:domain_controller_id, Shapes::ShapeRef.new(shape: DomainControllerId, location_name: "DomainControllerId"))
1032
1087
  DomainController.add_member(:dns_ip_addr, Shapes::ShapeRef.new(shape: IpAddr, location_name: "DnsIpAddr"))
1088
+ DomainController.add_member(:dns_ipv_6_addr, Shapes::ShapeRef.new(shape: Ipv6Addr, location_name: "DnsIpv6Addr"))
1033
1089
  DomainController.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
1034
1090
  DomainController.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
1035
1091
  DomainController.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
@@ -1047,6 +1103,16 @@ module Aws::DirectoryService
1047
1103
 
1048
1104
  DomainControllers.member = Shapes::ShapeRef.new(shape: DomainController)
1049
1105
 
1106
+ EnableAlreadyInProgressException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
1107
+ EnableAlreadyInProgressException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
1108
+ EnableAlreadyInProgressException.struct_class = Types::EnableAlreadyInProgressException
1109
+
1110
+ EnableCAEnrollmentPolicyRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1111
+ EnableCAEnrollmentPolicyRequest.add_member(:pca_connector_arn, Shapes::ShapeRef.new(shape: PcaConnectorArn, required: true, location_name: "PcaConnectorArn"))
1112
+ EnableCAEnrollmentPolicyRequest.struct_class = Types::EnableCAEnrollmentPolicyRequest
1113
+
1114
+ EnableCAEnrollmentPolicyResult.struct_class = Types::EnableCAEnrollmentPolicyResult
1115
+
1050
1116
  EnableClientAuthenticationRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1051
1117
  EnableClientAuthenticationRequest.add_member(:type, Shapes::ShapeRef.new(shape: ClientAuthenticationType, required: true, location_name: "Type"))
1052
1118
  EnableClientAuthenticationRequest.struct_class = Types::EnableClientAuthenticationRequest
@@ -1175,11 +1241,13 @@ module Aws::DirectoryService
1175
1241
  IpAddrs.member = Shapes::ShapeRef.new(shape: IpAddr)
1176
1242
 
1177
1243
  IpRoute.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: CidrIp, location_name: "CidrIp"))
1244
+ IpRoute.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: CidrIpv6, location_name: "CidrIpv6"))
1178
1245
  IpRoute.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1179
1246
  IpRoute.struct_class = Types::IpRoute
1180
1247
 
1181
1248
  IpRouteInfo.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
1182
1249
  IpRouteInfo.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: CidrIp, location_name: "CidrIp"))
1250
+ IpRouteInfo.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: CidrIpv6, location_name: "CidrIpv6"))
1183
1251
  IpRouteInfo.add_member(:ip_route_status_msg, Shapes::ShapeRef.new(shape: IpRouteStatusMsg, location_name: "IpRouteStatusMsg"))
1184
1252
  IpRouteInfo.add_member(:added_date_time, Shapes::ShapeRef.new(shape: AddedDateTime, location_name: "AddedDateTime"))
1185
1253
  IpRouteInfo.add_member(:ip_route_status_reason, Shapes::ShapeRef.new(shape: IpRouteStatusReason, location_name: "IpRouteStatusReason"))
@@ -1194,6 +1262,8 @@ module Aws::DirectoryService
1194
1262
 
1195
1263
  IpRoutesInfo.member = Shapes::ShapeRef.new(shape: IpRouteInfo)
1196
1264
 
1265
+ IpV6Addrs.member = Shapes::ShapeRef.new(shape: Ipv6Addr)
1266
+
1197
1267
  LDAPSSettingInfo.add_member(:ldaps_status, Shapes::ShapeRef.new(shape: LDAPSStatus, location_name: "LDAPSStatus"))
1198
1268
  LDAPSSettingInfo.add_member(:ldaps_status_reason, Shapes::ShapeRef.new(shape: LDAPSStatusReason, location_name: "LDAPSStatusReason"))
1199
1269
  LDAPSSettingInfo.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: LastUpdatedDateTime, location_name: "LastUpdatedDateTime"))
@@ -1262,6 +1332,10 @@ module Aws::DirectoryService
1262
1332
 
1263
1333
  LogSubscriptions.member = Shapes::ShapeRef.new(shape: LogSubscription)
1264
1334
 
1335
+ NetworkUpdateSettings.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
1336
+ NetworkUpdateSettings.add_member(:customer_dns_ips_v6, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "CustomerDnsIpsV6"))
1337
+ NetworkUpdateSettings.struct_class = Types::NetworkUpdateSettings
1338
+
1265
1339
  NoAvailableCertificateException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
1266
1340
  NoAvailableCertificateException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
1267
1341
  NoAvailableCertificateException.struct_class = Types::NoAvailableCertificateException
@@ -1276,12 +1350,15 @@ module Aws::DirectoryService
1276
1350
  OwnerDirectoryDescription.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
1277
1351
  OwnerDirectoryDescription.add_member(:account_id, Shapes::ShapeRef.new(shape: CustomerId, location_name: "AccountId"))
1278
1352
  OwnerDirectoryDescription.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
1353
+ OwnerDirectoryDescription.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
1279
1354
  OwnerDirectoryDescription.add_member(:vpc_settings, Shapes::ShapeRef.new(shape: DirectoryVpcSettingsDescription, location_name: "VpcSettings"))
1280
1355
  OwnerDirectoryDescription.add_member(:radius_settings, Shapes::ShapeRef.new(shape: RadiusSettings, location_name: "RadiusSettings"))
1281
1356
  OwnerDirectoryDescription.add_member(:radius_status, Shapes::ShapeRef.new(shape: RadiusStatus, location_name: "RadiusStatus"))
1357
+ OwnerDirectoryDescription.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
1282
1358
  OwnerDirectoryDescription.struct_class = Types::OwnerDirectoryDescription
1283
1359
 
1284
1360
  RadiusSettings.add_member(:radius_servers, Shapes::ShapeRef.new(shape: Servers, location_name: "RadiusServers"))
1361
+ RadiusSettings.add_member(:radius_servers_ipv_6, Shapes::ShapeRef.new(shape: Servers, location_name: "RadiusServersIpv6"))
1285
1362
  RadiusSettings.add_member(:radius_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "RadiusPort"))
1286
1363
  RadiusSettings.add_member(:radius_timeout, Shapes::ShapeRef.new(shape: RadiusTimeout, location_name: "RadiusTimeout"))
1287
1364
  RadiusSettings.add_member(:radius_retries, Shapes::ShapeRef.new(shape: RadiusRetries, location_name: "RadiusRetries"))
@@ -1336,7 +1413,8 @@ module Aws::DirectoryService
1336
1413
  RemoteDomainNames.member = Shapes::ShapeRef.new(shape: RemoteDomainName)
1337
1414
 
1338
1415
  RemoveIpRoutesRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1339
- RemoveIpRoutesRequest.add_member(:cidr_ips, Shapes::ShapeRef.new(shape: CidrIps, required: true, location_name: "CidrIps"))
1416
+ RemoveIpRoutesRequest.add_member(:cidr_ips, Shapes::ShapeRef.new(shape: CidrIps, location_name: "CidrIps"))
1417
+ RemoveIpRoutesRequest.add_member(:cidr_ipv_6s, Shapes::ShapeRef.new(shape: CidrIpv6s, location_name: "CidrIpv6s"))
1340
1418
  RemoveIpRoutesRequest.struct_class = Types::RemoveIpRoutesRequest
1341
1419
 
1342
1420
  RemoveIpRoutesResult.struct_class = Types::RemoveIpRoutesResult
@@ -1527,7 +1605,8 @@ module Aws::DirectoryService
1527
1605
 
1528
1606
  UpdateConditionalForwarderRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1529
1607
  UpdateConditionalForwarderRequest.add_member(:remote_domain_name, Shapes::ShapeRef.new(shape: RemoteDomainName, required: true, location_name: "RemoteDomainName"))
1530
- UpdateConditionalForwarderRequest.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, required: true, location_name: "DnsIpAddrs"))
1608
+ UpdateConditionalForwarderRequest.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
1609
+ UpdateConditionalForwarderRequest.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
1531
1610
  UpdateConditionalForwarderRequest.struct_class = Types::UpdateConditionalForwarderRequest
1532
1611
 
1533
1612
  UpdateConditionalForwarderResult.struct_class = Types::UpdateConditionalForwarderResult
@@ -1535,6 +1614,8 @@ module Aws::DirectoryService
1535
1614
  UpdateDirectorySetupRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1536
1615
  UpdateDirectorySetupRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: UpdateType, required: true, location_name: "UpdateType"))
1537
1616
  UpdateDirectorySetupRequest.add_member(:os_update_settings, Shapes::ShapeRef.new(shape: OSUpdateSettings, location_name: "OSUpdateSettings"))
1617
+ UpdateDirectorySetupRequest.add_member(:directory_size_update_settings, Shapes::ShapeRef.new(shape: DirectorySizeUpdateSettings, location_name: "DirectorySizeUpdateSettings"))
1618
+ UpdateDirectorySetupRequest.add_member(:network_update_settings, Shapes::ShapeRef.new(shape: NetworkUpdateSettings, location_name: "NetworkUpdateSettings"))
1538
1619
  UpdateDirectorySetupRequest.add_member(:create_snapshot_before_update, Shapes::ShapeRef.new(shape: CreateSnapshotBeforeUpdate, location_name: "CreateSnapshotBeforeUpdate", metadata: {"box" => true}))
1539
1620
  UpdateDirectorySetupRequest.struct_class = Types::UpdateDirectorySetupRequest
1540
1621
 
@@ -1943,6 +2024,18 @@ module Aws::DirectoryService
1943
2024
  o.errors << Shapes::ShapeRef.new(shape: EntityDoesNotExistException)
1944
2025
  end)
1945
2026
 
2027
+ api.add_operation(:describe_ca_enrollment_policy, Seahorse::Model::Operation.new.tap do |o|
2028
+ o.name = "DescribeCAEnrollmentPolicy"
2029
+ o.http_method = "POST"
2030
+ o.http_request_uri = "/"
2031
+ o.input = Shapes::ShapeRef.new(shape: DescribeCAEnrollmentPolicyRequest)
2032
+ o.output = Shapes::ShapeRef.new(shape: DescribeCAEnrollmentPolicyResult)
2033
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryDoesNotExistException)
2034
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
2035
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2036
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2037
+ end)
2038
+
1946
2039
  api.add_operation(:describe_certificate, Seahorse::Model::Operation.new.tap do |o|
1947
2040
  o.name = "DescribeCertificate"
1948
2041
  o.http_method = "POST"
@@ -2201,6 +2294,22 @@ module Aws::DirectoryService
2201
2294
  )
2202
2295
  end)
2203
2296
 
2297
+ api.add_operation(:disable_ca_enrollment_policy, Seahorse::Model::Operation.new.tap do |o|
2298
+ o.name = "DisableCAEnrollmentPolicy"
2299
+ o.http_method = "POST"
2300
+ o.http_request_uri = "/"
2301
+ o.input = Shapes::ShapeRef.new(shape: DisableCAEnrollmentPolicyRequest)
2302
+ o.output = Shapes::ShapeRef.new(shape: DisableCAEnrollmentPolicyResult)
2303
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryDoesNotExistException)
2304
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryUnavailableException)
2305
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2306
+ o.errors << Shapes::ShapeRef.new(shape: DisableAlreadyInProgressException)
2307
+ o.errors << Shapes::ShapeRef.new(shape: EntityDoesNotExistException)
2308
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2309
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2310
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2311
+ end)
2312
+
2204
2313
  api.add_operation(:disable_client_authentication, Seahorse::Model::Operation.new.tap do |o|
2205
2314
  o.name = "DisableClientAuthentication"
2206
2315
  o.http_method = "POST"
@@ -2269,6 +2378,23 @@ module Aws::DirectoryService
2269
2378
  o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2270
2379
  end)
2271
2380
 
2381
+ api.add_operation(:enable_ca_enrollment_policy, Seahorse::Model::Operation.new.tap do |o|
2382
+ o.name = "EnableCAEnrollmentPolicy"
2383
+ o.http_method = "POST"
2384
+ o.http_request_uri = "/"
2385
+ o.input = Shapes::ShapeRef.new(shape: EnableCAEnrollmentPolicyRequest)
2386
+ o.output = Shapes::ShapeRef.new(shape: EnableCAEnrollmentPolicyResult)
2387
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryDoesNotExistException)
2388
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryUnavailableException)
2389
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2390
+ o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
2391
+ o.errors << Shapes::ShapeRef.new(shape: EntityDoesNotExistException)
2392
+ o.errors << Shapes::ShapeRef.new(shape: EnableAlreadyInProgressException)
2393
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2394
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2395
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2396
+ end)
2397
+
2272
2398
  api.add_operation(:enable_client_authentication, Seahorse::Model::Operation.new.tap do |o|
2273
2399
  o.name = "EnableClientAuthentication"
2274
2400
  o.http_method = "POST"
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
- # WARNING ABOUT GENERATED CODE
3
- #
4
- # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
- #
7
- # WARNING ABOUT GENERATED CODE
8
-
@@ -42,7 +42,9 @@ module Aws::DirectoryService
42
42
  # * {DirectoryLimitExceededException}
43
43
  # * {DirectoryNotSharedException}
44
44
  # * {DirectoryUnavailableException}
45
+ # * {DisableAlreadyInProgressException}
45
46
  # * {DomainControllerLimitExceededException}
47
+ # * {EnableAlreadyInProgressException}
46
48
  # * {EntityAlreadyExistsException}
47
49
  # * {EntityDoesNotExistException}
48
50
  # * {IncompatibleSettingsException}
@@ -372,6 +374,26 @@ module Aws::DirectoryService
372
374
  end
373
375
  end
374
376
 
377
+ class DisableAlreadyInProgressException < ServiceError
378
+
379
+ # @param [Seahorse::Client::RequestContext] context
380
+ # @param [String] message
381
+ # @param [Aws::DirectoryService::Types::DisableAlreadyInProgressException] data
382
+ def initialize(context, message, data = Aws::EmptyStructure.new)
383
+ super(context, message, data)
384
+ end
385
+
386
+ # @return [String]
387
+ def message
388
+ @message || @data[:message]
389
+ end
390
+
391
+ # @return [String]
392
+ def request_id
393
+ @data[:request_id]
394
+ end
395
+ end
396
+
375
397
  class DomainControllerLimitExceededException < ServiceError
376
398
 
377
399
  # @param [Seahorse::Client::RequestContext] context
@@ -392,6 +414,26 @@ module Aws::DirectoryService
392
414
  end
393
415
  end
394
416
 
417
+ class EnableAlreadyInProgressException < ServiceError
418
+
419
+ # @param [Seahorse::Client::RequestContext] context
420
+ # @param [String] message
421
+ # @param [Aws::DirectoryService::Types::EnableAlreadyInProgressException] data
422
+ def initialize(context, message, data = Aws::EmptyStructure.new)
423
+ super(context, message, data)
424
+ end
425
+
426
+ # @return [String]
427
+ def message
428
+ @message || @data[:message]
429
+ end
430
+
431
+ # @return [String]
432
+ def request_id
433
+ @data[:request_id]
434
+ end
435
+ end
436
+
395
437
  class EntityAlreadyExistsException < ServiceError
396
438
 
397
439
  # @param [Seahorse::Client::RequestContext] context