aws-sdk-directoryservice 1.93.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directoryservice/client.rb +86 -21
- data/lib/aws-sdk-directoryservice/client_api.rb +45 -4
- data/lib/aws-sdk-directoryservice/customizations.rb +0 -8
- data/lib/aws-sdk-directoryservice/types.rb +201 -53
- data/lib/aws-sdk-directoryservice.rb +1 -1
- data/sig/client.rbs +28 -10
- data/sig/types.rbs +35 -4
- metadata +1 -1
data/sig/client.rbs
CHANGED
@@ -98,6 +98,7 @@ module Aws
|
|
98
98
|
ip_routes: Array[
|
99
99
|
{
|
100
100
|
cidr_ip: ::String?,
|
101
|
+
cidr_ipv_6: ::String?,
|
101
102
|
description: ::String?
|
102
103
|
},
|
103
104
|
],
|
@@ -158,7 +159,8 @@ module Aws
|
|
158
159
|
connect_settings: {
|
159
160
|
vpc_id: ::String,
|
160
161
|
subnet_ids: Array[::String],
|
161
|
-
customer_dns_ips: Array[::String]
|
162
|
+
customer_dns_ips: Array[::String]?,
|
163
|
+
customer_dns_ips_v6: Array[::String]?,
|
162
164
|
customer_user_name: ::String
|
163
165
|
},
|
164
166
|
?tags: Array[
|
@@ -166,7 +168,8 @@ module Aws
|
|
166
168
|
key: ::String,
|
167
169
|
value: ::String
|
168
170
|
},
|
169
|
-
]
|
171
|
+
],
|
172
|
+
?network_type: ("Dual-stack" | "IPv4" | "IPv6")
|
170
173
|
) -> _ConnectDirectoryResponseSuccess
|
171
174
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ConnectDirectoryResponseSuccess
|
172
175
|
|
@@ -208,7 +211,8 @@ module Aws
|
|
208
211
|
def create_conditional_forwarder: (
|
209
212
|
directory_id: ::String,
|
210
213
|
remote_domain_name: ::String,
|
211
|
-
dns_ip_addrs: Array[::String]
|
214
|
+
?dns_ip_addrs: Array[::String],
|
215
|
+
?dns_ipv_6_addrs: Array[::String]
|
212
216
|
) -> _CreateConditionalForwarderResponseSuccess
|
213
217
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConditionalForwarderResponseSuccess
|
214
218
|
|
@@ -232,7 +236,8 @@ module Aws
|
|
232
236
|
key: ::String,
|
233
237
|
value: ::String
|
234
238
|
},
|
235
|
-
]
|
239
|
+
],
|
240
|
+
?network_type: ("Dual-stack" | "IPv4" | "IPv6")
|
236
241
|
) -> _CreateDirectoryResponseSuccess
|
237
242
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDirectoryResponseSuccess
|
238
243
|
|
@@ -277,13 +282,14 @@ module Aws
|
|
277
282
|
vpc_id: ::String,
|
278
283
|
subnet_ids: Array[::String]
|
279
284
|
},
|
280
|
-
?edition: ("Enterprise" | "Standard"),
|
285
|
+
?edition: ("Enterprise" | "Standard" | "Hybrid"),
|
281
286
|
?tags: Array[
|
282
287
|
{
|
283
288
|
key: ::String,
|
284
289
|
value: ::String
|
285
290
|
},
|
286
|
-
]
|
291
|
+
],
|
292
|
+
?network_type: ("Dual-stack" | "IPv4" | "IPv6")
|
287
293
|
) -> _CreateMicrosoftADResponseSuccess
|
288
294
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMicrosoftADResponseSuccess
|
289
295
|
|
@@ -310,6 +316,7 @@ module Aws
|
|
310
316
|
trust_direction: ("One-Way: Outgoing" | "One-Way: Incoming" | "Two-Way"),
|
311
317
|
?trust_type: ("Forest" | "External"),
|
312
318
|
?conditional_forwarder_ip_addrs: Array[::String],
|
319
|
+
?conditional_forwarder_ipv_6_addrs: Array[::String],
|
313
320
|
?selective_auth: ("Enabled" | "Disabled")
|
314
321
|
) -> _CreateTrustResponseSuccess
|
315
322
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrustResponseSuccess
|
@@ -607,7 +614,7 @@ module Aws
|
|
607
614
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectoryService/Client.html#describe_update_directory-instance_method
|
608
615
|
def describe_update_directory: (
|
609
616
|
directory_id: ::String,
|
610
|
-
update_type: ("OS"),
|
617
|
+
update_type: ("OS" | "NETWORK" | "SIZE"),
|
611
618
|
?region_name: ::String,
|
612
619
|
?next_token: ::String
|
613
620
|
) -> _DescribeUpdateDirectoryResponseSuccess
|
@@ -718,6 +725,7 @@ module Aws
|
|
718
725
|
directory_id: ::String,
|
719
726
|
radius_settings: {
|
720
727
|
radius_servers: Array[::String]?,
|
728
|
+
radius_servers_ipv_6: Array[::String]?,
|
721
729
|
radius_port: ::Integer?,
|
722
730
|
radius_timeout: ::Integer?,
|
723
731
|
radius_retries: ::Integer?,
|
@@ -878,7 +886,8 @@ module Aws
|
|
878
886
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectoryService/Client.html#remove_ip_routes-instance_method
|
879
887
|
def remove_ip_routes: (
|
880
888
|
directory_id: ::String,
|
881
|
-
cidr_ips: Array[::String]
|
889
|
+
?cidr_ips: Array[::String],
|
890
|
+
?cidr_ipv_6s: Array[::String]
|
882
891
|
) -> _RemoveIpRoutesResponseSuccess
|
883
892
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveIpRoutesResponseSuccess
|
884
893
|
|
@@ -991,7 +1000,8 @@ module Aws
|
|
991
1000
|
def update_conditional_forwarder: (
|
992
1001
|
directory_id: ::String,
|
993
1002
|
remote_domain_name: ::String,
|
994
|
-
dns_ip_addrs: Array[::String]
|
1003
|
+
?dns_ip_addrs: Array[::String],
|
1004
|
+
?dns_ipv_6_addrs: Array[::String]
|
995
1005
|
) -> _UpdateConditionalForwarderResponseSuccess
|
996
1006
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConditionalForwarderResponseSuccess
|
997
1007
|
|
@@ -1001,10 +1011,17 @@ module Aws
|
|
1001
1011
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectoryService/Client.html#update_directory_setup-instance_method
|
1002
1012
|
def update_directory_setup: (
|
1003
1013
|
directory_id: ::String,
|
1004
|
-
update_type: ("OS"),
|
1014
|
+
update_type: ("OS" | "NETWORK" | "SIZE"),
|
1005
1015
|
?os_update_settings: {
|
1006
1016
|
os_version: ("SERVER_2012" | "SERVER_2019")?
|
1007
1017
|
},
|
1018
|
+
?directory_size_update_settings: {
|
1019
|
+
directory_size: ("Small" | "Large")?
|
1020
|
+
},
|
1021
|
+
?network_update_settings: {
|
1022
|
+
network_type: ("Dual-stack" | "IPv4" | "IPv6")?,
|
1023
|
+
customer_dns_ips_v6: Array[::String]?
|
1024
|
+
},
|
1008
1025
|
?create_snapshot_before_update: bool
|
1009
1026
|
) -> _UpdateDirectorySetupResponseSuccess
|
1010
1027
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDirectorySetupResponseSuccess
|
@@ -1045,6 +1062,7 @@ module Aws
|
|
1045
1062
|
directory_id: ::String,
|
1046
1063
|
radius_settings: {
|
1047
1064
|
radius_servers: Array[::String]?,
|
1065
|
+
radius_servers_ipv_6: Array[::String]?,
|
1048
1066
|
radius_port: ::Integer?,
|
1049
1067
|
radius_timeout: ::Integer?,
|
1050
1068
|
radius_retries: ::Integer?,
|
data/sig/types.rbs
CHANGED
@@ -210,6 +210,7 @@ module Aws::DirectoryService
|
|
210
210
|
class ConditionalForwarder
|
211
211
|
attr_accessor remote_domain_name: ::String
|
212
212
|
attr_accessor dns_ip_addrs: ::Array[::String]
|
213
|
+
attr_accessor dns_ipv_6_addrs: ::Array[::String]
|
213
214
|
attr_accessor replication_scope: ("Domain")
|
214
215
|
SENSITIVE: []
|
215
216
|
end
|
@@ -222,6 +223,7 @@ module Aws::DirectoryService
|
|
222
223
|
attr_accessor size: ("Small" | "Large")
|
223
224
|
attr_accessor connect_settings: Types::DirectoryConnectSettings
|
224
225
|
attr_accessor tags: ::Array[Types::Tag]
|
226
|
+
attr_accessor network_type: ("Dual-stack" | "IPv4" | "IPv6")
|
225
227
|
SENSITIVE: [:password]
|
226
228
|
end
|
227
229
|
|
@@ -260,6 +262,7 @@ module Aws::DirectoryService
|
|
260
262
|
attr_accessor directory_id: ::String
|
261
263
|
attr_accessor remote_domain_name: ::String
|
262
264
|
attr_accessor dns_ip_addrs: ::Array[::String]
|
265
|
+
attr_accessor dns_ipv_6_addrs: ::Array[::String]
|
263
266
|
SENSITIVE: []
|
264
267
|
end
|
265
268
|
|
@@ -274,6 +277,7 @@ module Aws::DirectoryService
|
|
274
277
|
attr_accessor size: ("Small" | "Large")
|
275
278
|
attr_accessor vpc_settings: Types::DirectoryVpcSettings
|
276
279
|
attr_accessor tags: ::Array[Types::Tag]
|
280
|
+
attr_accessor network_type: ("Dual-stack" | "IPv4" | "IPv6")
|
277
281
|
SENSITIVE: [:password]
|
278
282
|
end
|
279
283
|
|
@@ -309,8 +313,9 @@ module Aws::DirectoryService
|
|
309
313
|
attr_accessor password: ::String
|
310
314
|
attr_accessor description: ::String
|
311
315
|
attr_accessor vpc_settings: Types::DirectoryVpcSettings
|
312
|
-
attr_accessor edition: ("Enterprise" | "Standard")
|
316
|
+
attr_accessor edition: ("Enterprise" | "Standard" | "Hybrid")
|
313
317
|
attr_accessor tags: ::Array[Types::Tag]
|
318
|
+
attr_accessor network_type: ("Dual-stack" | "IPv4" | "IPv6")
|
314
319
|
SENSITIVE: [:password]
|
315
320
|
end
|
316
321
|
|
@@ -337,6 +342,7 @@ module Aws::DirectoryService
|
|
337
342
|
attr_accessor trust_direction: ("One-Way: Outgoing" | "One-Way: Incoming" | "Two-Way")
|
338
343
|
attr_accessor trust_type: ("Forest" | "External")
|
339
344
|
attr_accessor conditional_forwarder_ip_addrs: ::Array[::String]
|
345
|
+
attr_accessor conditional_forwarder_ipv_6_addrs: ::Array[::String]
|
340
346
|
attr_accessor selective_auth: ("Enabled" | "Disabled")
|
341
347
|
SENSITIVE: [:trust_password]
|
342
348
|
end
|
@@ -629,7 +635,7 @@ module Aws::DirectoryService
|
|
629
635
|
|
630
636
|
class DescribeUpdateDirectoryRequest
|
631
637
|
attr_accessor directory_id: ::String
|
632
|
-
attr_accessor update_type: ("OS")
|
638
|
+
attr_accessor update_type: ("OS" | "NETWORK" | "SIZE")
|
633
639
|
attr_accessor region_name: ::String
|
634
640
|
attr_accessor next_token: ::String
|
635
641
|
SENSITIVE: []
|
@@ -657,6 +663,7 @@ module Aws::DirectoryService
|
|
657
663
|
attr_accessor vpc_id: ::String
|
658
664
|
attr_accessor subnet_ids: ::Array[::String]
|
659
665
|
attr_accessor customer_dns_ips: ::Array[::String]
|
666
|
+
attr_accessor customer_dns_ips_v6: ::Array[::String]
|
660
667
|
attr_accessor customer_user_name: ::String
|
661
668
|
SENSITIVE: []
|
662
669
|
end
|
@@ -668,6 +675,7 @@ module Aws::DirectoryService
|
|
668
675
|
attr_accessor security_group_id: ::String
|
669
676
|
attr_accessor availability_zones: ::Array[::String]
|
670
677
|
attr_accessor connect_ips: ::Array[::String]
|
678
|
+
attr_accessor connect_ips_v6: ::Array[::String]
|
671
679
|
SENSITIVE: []
|
672
680
|
end
|
673
681
|
|
@@ -676,11 +684,12 @@ module Aws::DirectoryService
|
|
676
684
|
attr_accessor name: ::String
|
677
685
|
attr_accessor short_name: ::String
|
678
686
|
attr_accessor size: ("Small" | "Large")
|
679
|
-
attr_accessor edition: ("Enterprise" | "Standard")
|
687
|
+
attr_accessor edition: ("Enterprise" | "Standard" | "Hybrid")
|
680
688
|
attr_accessor alias: ::String
|
681
689
|
attr_accessor access_url: ::String
|
682
690
|
attr_accessor description: ::String
|
683
691
|
attr_accessor dns_ip_addrs: ::Array[::String]
|
692
|
+
attr_accessor dns_ipv_6_addrs: ::Array[::String]
|
684
693
|
attr_accessor stage: ("Requested" | "Creating" | "Created" | "Active" | "Inoperable" | "Impaired" | "Restoring" | "RestoreFailed" | "Deleting" | "Deleted" | "Failed" | "Updating")
|
685
694
|
attr_accessor share_status: ("Shared" | "PendingAcceptance" | "Rejected" | "Rejecting" | "RejectFailed" | "Sharing" | "ShareFailed" | "Deleted" | "Deleting")
|
686
695
|
attr_accessor share_method: ("ORGANIZATIONS" | "HANDSHAKE")
|
@@ -699,6 +708,7 @@ module Aws::DirectoryService
|
|
699
708
|
attr_accessor regions_info: Types::RegionsInfo
|
700
709
|
attr_accessor os_version: ("SERVER_2012" | "SERVER_2019")
|
701
710
|
attr_accessor hybrid_settings: Types::HybridSettingsDescription
|
711
|
+
attr_accessor network_type: ("Dual-stack" | "IPv4" | "IPv6")
|
702
712
|
SENSITIVE: [:share_notes]
|
703
713
|
end
|
704
714
|
|
@@ -739,6 +749,11 @@ module Aws::DirectoryService
|
|
739
749
|
SENSITIVE: []
|
740
750
|
end
|
741
751
|
|
752
|
+
class DirectorySizeUpdateSettings
|
753
|
+
attr_accessor directory_size: ("Small" | "Large")
|
754
|
+
SENSITIVE: []
|
755
|
+
end
|
756
|
+
|
742
757
|
class DirectoryUnavailableException
|
743
758
|
attr_accessor message: ::String
|
744
759
|
attr_accessor request_id: ::String
|
@@ -821,6 +836,7 @@ module Aws::DirectoryService
|
|
821
836
|
attr_accessor directory_id: ::String
|
822
837
|
attr_accessor domain_controller_id: ::String
|
823
838
|
attr_accessor dns_ip_addr: ::String
|
839
|
+
attr_accessor dns_ipv_6_addr: ::String
|
824
840
|
attr_accessor vpc_id: ::String
|
825
841
|
attr_accessor subnet_id: ::String
|
826
842
|
attr_accessor availability_zone: ::String
|
@@ -1033,6 +1049,7 @@ module Aws::DirectoryService
|
|
1033
1049
|
|
1034
1050
|
class IpRoute
|
1035
1051
|
attr_accessor cidr_ip: ::String
|
1052
|
+
attr_accessor cidr_ipv_6: ::String
|
1036
1053
|
attr_accessor description: ::String
|
1037
1054
|
SENSITIVE: []
|
1038
1055
|
end
|
@@ -1040,6 +1057,7 @@ module Aws::DirectoryService
|
|
1040
1057
|
class IpRouteInfo
|
1041
1058
|
attr_accessor directory_id: ::String
|
1042
1059
|
attr_accessor cidr_ip: ::String
|
1060
|
+
attr_accessor cidr_ipv_6: ::String
|
1043
1061
|
attr_accessor ip_route_status_msg: ("Adding" | "Added" | "Removing" | "Removed" | "AddFailed" | "RemoveFailed")
|
1044
1062
|
attr_accessor added_date_time: ::Time
|
1045
1063
|
attr_accessor ip_route_status_reason: ::String
|
@@ -1145,6 +1163,12 @@ module Aws::DirectoryService
|
|
1145
1163
|
SENSITIVE: []
|
1146
1164
|
end
|
1147
1165
|
|
1166
|
+
class NetworkUpdateSettings
|
1167
|
+
attr_accessor network_type: ("Dual-stack" | "IPv4" | "IPv6")
|
1168
|
+
attr_accessor customer_dns_ips_v6: ::Array[::String]
|
1169
|
+
SENSITIVE: []
|
1170
|
+
end
|
1171
|
+
|
1148
1172
|
class NoAvailableCertificateException
|
1149
1173
|
attr_accessor message: ::String
|
1150
1174
|
attr_accessor request_id: ::String
|
@@ -1166,14 +1190,17 @@ module Aws::DirectoryService
|
|
1166
1190
|
attr_accessor directory_id: ::String
|
1167
1191
|
attr_accessor account_id: ::String
|
1168
1192
|
attr_accessor dns_ip_addrs: ::Array[::String]
|
1193
|
+
attr_accessor dns_ipv_6_addrs: ::Array[::String]
|
1169
1194
|
attr_accessor vpc_settings: Types::DirectoryVpcSettingsDescription
|
1170
1195
|
attr_accessor radius_settings: Types::RadiusSettings
|
1171
1196
|
attr_accessor radius_status: ("Creating" | "Completed" | "Failed")
|
1197
|
+
attr_accessor network_type: ("Dual-stack" | "IPv4" | "IPv6")
|
1172
1198
|
SENSITIVE: []
|
1173
1199
|
end
|
1174
1200
|
|
1175
1201
|
class RadiusSettings
|
1176
1202
|
attr_accessor radius_servers: ::Array[::String]
|
1203
|
+
attr_accessor radius_servers_ipv_6: ::Array[::String]
|
1177
1204
|
attr_accessor radius_port: ::Integer
|
1178
1205
|
attr_accessor radius_timeout: ::Integer
|
1179
1206
|
attr_accessor radius_retries: ::Integer
|
@@ -1244,6 +1271,7 @@ module Aws::DirectoryService
|
|
1244
1271
|
class RemoveIpRoutesRequest
|
1245
1272
|
attr_accessor directory_id: ::String
|
1246
1273
|
attr_accessor cidr_ips: ::Array[::String]
|
1274
|
+
attr_accessor cidr_ipv_6s: ::Array[::String]
|
1247
1275
|
SENSITIVE: []
|
1248
1276
|
end
|
1249
1277
|
|
@@ -1468,6 +1496,7 @@ module Aws::DirectoryService
|
|
1468
1496
|
attr_accessor directory_id: ::String
|
1469
1497
|
attr_accessor remote_domain_name: ::String
|
1470
1498
|
attr_accessor dns_ip_addrs: ::Array[::String]
|
1499
|
+
attr_accessor dns_ipv_6_addrs: ::Array[::String]
|
1471
1500
|
SENSITIVE: []
|
1472
1501
|
end
|
1473
1502
|
|
@@ -1476,8 +1505,10 @@ module Aws::DirectoryService
|
|
1476
1505
|
|
1477
1506
|
class UpdateDirectorySetupRequest
|
1478
1507
|
attr_accessor directory_id: ::String
|
1479
|
-
attr_accessor update_type: ("OS")
|
1508
|
+
attr_accessor update_type: ("OS" | "NETWORK" | "SIZE")
|
1480
1509
|
attr_accessor os_update_settings: Types::OSUpdateSettings
|
1510
|
+
attr_accessor directory_size_update_settings: Types::DirectorySizeUpdateSettings
|
1511
|
+
attr_accessor network_update_settings: Types::NetworkUpdateSettings
|
1481
1512
|
attr_accessor create_snapshot_before_update: bool
|
1482
1513
|
SENSITIVE: []
|
1483
1514
|
end
|