aws-sdk-directoryservice 1.52.0 → 1.54.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 +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-directoryservice/client.rb +2 -1
- data/lib/aws-sdk-directoryservice/client_api.rb +2 -0
- data/lib/aws-sdk-directoryservice/endpoint_provider.rb +38 -95
- data/lib/aws-sdk-directoryservice/types.rb +13 -752
- data/lib/aws-sdk-directoryservice.rb +1 -1
- metadata +2 -2
@@ -10,13 +10,6 @@
|
|
10
10
|
module Aws::DirectoryService
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# @note When making an API call, you may pass AcceptSharedDirectoryRequest
|
14
|
-
# data as a hash:
|
15
|
-
#
|
16
|
-
# {
|
17
|
-
# shared_directory_id: "DirectoryId", # required
|
18
|
-
# }
|
19
|
-
#
|
20
13
|
# @!attribute [rw] shared_directory_id
|
21
14
|
# Identifier of the shared directory in the directory consumer
|
22
15
|
# account. This identifier is different for each directory owner
|
@@ -62,20 +55,6 @@ module Aws::DirectoryService
|
|
62
55
|
include Aws::Structure
|
63
56
|
end
|
64
57
|
|
65
|
-
# @note When making an API call, you may pass AddIpRoutesRequest
|
66
|
-
# data as a hash:
|
67
|
-
#
|
68
|
-
# {
|
69
|
-
# directory_id: "DirectoryId", # required
|
70
|
-
# ip_routes: [ # required
|
71
|
-
# {
|
72
|
-
# cidr_ip: "CidrIp",
|
73
|
-
# description: "Description",
|
74
|
-
# },
|
75
|
-
# ],
|
76
|
-
# update_security_group_for_directory_controllers: false,
|
77
|
-
# }
|
78
|
-
#
|
79
58
|
# @!attribute [rw] directory_id
|
80
59
|
# Identifier (ID) of the directory to which to add the address block.
|
81
60
|
# @return [String]
|
@@ -166,18 +145,6 @@ module Aws::DirectoryService
|
|
166
145
|
#
|
167
146
|
class AddIpRoutesResult < Aws::EmptyStructure; end
|
168
147
|
|
169
|
-
# @note When making an API call, you may pass AddRegionRequest
|
170
|
-
# data as a hash:
|
171
|
-
#
|
172
|
-
# {
|
173
|
-
# directory_id: "DirectoryId", # required
|
174
|
-
# region_name: "RegionName", # required
|
175
|
-
# vpc_settings: { # required
|
176
|
-
# vpc_id: "VpcId", # required
|
177
|
-
# subnet_ids: ["SubnetId"], # required
|
178
|
-
# },
|
179
|
-
# }
|
180
|
-
#
|
181
148
|
# @!attribute [rw] directory_id
|
182
149
|
# The identifier of the directory to which you want to add Region
|
183
150
|
# replication.
|
@@ -207,19 +174,6 @@ module Aws::DirectoryService
|
|
207
174
|
#
|
208
175
|
class AddRegionResult < Aws::EmptyStructure; end
|
209
176
|
|
210
|
-
# @note When making an API call, you may pass AddTagsToResourceRequest
|
211
|
-
# data as a hash:
|
212
|
-
#
|
213
|
-
# {
|
214
|
-
# resource_id: "ResourceId", # required
|
215
|
-
# tags: [ # required
|
216
|
-
# {
|
217
|
-
# key: "TagKey", # required
|
218
|
-
# value: "TagValue", # required
|
219
|
-
# },
|
220
|
-
# ],
|
221
|
-
# }
|
222
|
-
#
|
223
177
|
# @!attribute [rw] resource_id
|
224
178
|
# Identifier (ID) for the directory to which to add the tag.
|
225
179
|
# @return [String]
|
@@ -243,14 +197,6 @@ module Aws::DirectoryService
|
|
243
197
|
|
244
198
|
# Represents a named directory attribute.
|
245
199
|
#
|
246
|
-
# @note When making an API call, you may pass Attribute
|
247
|
-
# data as a hash:
|
248
|
-
#
|
249
|
-
# {
|
250
|
-
# name: "AttributeName",
|
251
|
-
# value: "AttributeValue",
|
252
|
-
# }
|
253
|
-
#
|
254
200
|
# @!attribute [rw] name
|
255
201
|
# The name of the attribute.
|
256
202
|
# @return [String]
|
@@ -287,14 +233,6 @@ module Aws::DirectoryService
|
|
287
233
|
include Aws::Structure
|
288
234
|
end
|
289
235
|
|
290
|
-
# @note When making an API call, you may pass CancelSchemaExtensionRequest
|
291
|
-
# data as a hash:
|
292
|
-
#
|
293
|
-
# {
|
294
|
-
# directory_id: "DirectoryId", # required
|
295
|
-
# schema_extension_id: "SchemaExtensionId", # required
|
296
|
-
# }
|
297
|
-
#
|
298
236
|
# @!attribute [rw] directory_id
|
299
237
|
# The identifier of the directory whose schema extension will be
|
300
238
|
# canceled.
|
@@ -517,13 +455,6 @@ module Aws::DirectoryService
|
|
517
455
|
# settings for the `RegisterCertificate` and `DescribeCertificate`
|
518
456
|
# operations.
|
519
457
|
#
|
520
|
-
# @note When making an API call, you may pass ClientCertAuthSettings
|
521
|
-
# data as a hash:
|
522
|
-
#
|
523
|
-
# {
|
524
|
-
# ocsp_url: "OCSPUrl",
|
525
|
-
# }
|
526
|
-
#
|
527
458
|
# @!attribute [rw] ocsp_url
|
528
459
|
# Specifies the URL of the default OCSP server used to check for
|
529
460
|
# revocation status. A secondary value to any OCSP address found in
|
@@ -616,29 +547,6 @@ module Aws::DirectoryService
|
|
616
547
|
|
617
548
|
# Contains the inputs for the ConnectDirectory operation.
|
618
549
|
#
|
619
|
-
# @note When making an API call, you may pass ConnectDirectoryRequest
|
620
|
-
# data as a hash:
|
621
|
-
#
|
622
|
-
# {
|
623
|
-
# name: "DirectoryName", # required
|
624
|
-
# short_name: "DirectoryShortName",
|
625
|
-
# password: "ConnectPassword", # required
|
626
|
-
# description: "Description",
|
627
|
-
# size: "Small", # required, accepts Small, Large
|
628
|
-
# connect_settings: { # required
|
629
|
-
# vpc_id: "VpcId", # required
|
630
|
-
# subnet_ids: ["SubnetId"], # required
|
631
|
-
# customer_dns_ips: ["IpAddr"], # required
|
632
|
-
# customer_user_name: "UserName", # required
|
633
|
-
# },
|
634
|
-
# tags: [
|
635
|
-
# {
|
636
|
-
# key: "TagKey", # required
|
637
|
-
# value: "TagValue", # required
|
638
|
-
# },
|
639
|
-
# ],
|
640
|
-
# }
|
641
|
-
#
|
642
550
|
# @!attribute [rw] name
|
643
551
|
# The fully qualified name of your self-managed directory, such as
|
644
552
|
# `corp.example.com`.
|
@@ -699,14 +607,6 @@ module Aws::DirectoryService
|
|
699
607
|
|
700
608
|
# Contains the inputs for the CreateAlias operation.
|
701
609
|
#
|
702
|
-
# @note When making an API call, you may pass CreateAliasRequest
|
703
|
-
# data as a hash:
|
704
|
-
#
|
705
|
-
# {
|
706
|
-
# directory_id: "DirectoryId", # required
|
707
|
-
# alias: "AliasName", # required
|
708
|
-
# }
|
709
|
-
#
|
710
610
|
# @!attribute [rw] directory_id
|
711
611
|
# The identifier of the directory for which to create the alias.
|
712
612
|
# @return [String]
|
@@ -749,22 +649,6 @@ module Aws::DirectoryService
|
|
749
649
|
|
750
650
|
# Contains the inputs for the CreateComputer operation.
|
751
651
|
#
|
752
|
-
# @note When making an API call, you may pass CreateComputerRequest
|
753
|
-
# data as a hash:
|
754
|
-
#
|
755
|
-
# {
|
756
|
-
# directory_id: "DirectoryId", # required
|
757
|
-
# computer_name: "ComputerName", # required
|
758
|
-
# password: "ComputerPassword", # required
|
759
|
-
# organizational_unit_distinguished_name: "OrganizationalUnitDN",
|
760
|
-
# computer_attributes: [
|
761
|
-
# {
|
762
|
-
# name: "AttributeName",
|
763
|
-
# value: "AttributeValue",
|
764
|
-
# },
|
765
|
-
# ],
|
766
|
-
# }
|
767
|
-
#
|
768
652
|
# @!attribute [rw] directory_id
|
769
653
|
# The identifier of the directory in which to create the computer
|
770
654
|
# account.
|
@@ -820,15 +704,6 @@ module Aws::DirectoryService
|
|
820
704
|
# Service for Microsoft Active Directory. Conditional forwarders are
|
821
705
|
# required in order to set up a trust relationship with another domain.
|
822
706
|
#
|
823
|
-
# @note When making an API call, you may pass CreateConditionalForwarderRequest
|
824
|
-
# data as a hash:
|
825
|
-
#
|
826
|
-
# {
|
827
|
-
# directory_id: "DirectoryId", # required
|
828
|
-
# remote_domain_name: "RemoteDomainName", # required
|
829
|
-
# dns_ip_addrs: ["IpAddr"], # required
|
830
|
-
# }
|
831
|
-
#
|
832
707
|
# @!attribute [rw] directory_id
|
833
708
|
# The directory ID of the Amazon Web Services directory for which you
|
834
709
|
# are creating the conditional forwarder.
|
@@ -862,27 +737,6 @@ module Aws::DirectoryService
|
|
862
737
|
|
863
738
|
# Contains the inputs for the CreateDirectory operation.
|
864
739
|
#
|
865
|
-
# @note When making an API call, you may pass CreateDirectoryRequest
|
866
|
-
# data as a hash:
|
867
|
-
#
|
868
|
-
# {
|
869
|
-
# name: "DirectoryName", # required
|
870
|
-
# short_name: "DirectoryShortName",
|
871
|
-
# password: "Password", # required
|
872
|
-
# description: "Description",
|
873
|
-
# size: "Small", # required, accepts Small, Large
|
874
|
-
# vpc_settings: {
|
875
|
-
# vpc_id: "VpcId", # required
|
876
|
-
# subnet_ids: ["SubnetId"], # required
|
877
|
-
# },
|
878
|
-
# tags: [
|
879
|
-
# {
|
880
|
-
# key: "TagKey", # required
|
881
|
-
# value: "TagValue", # required
|
882
|
-
# },
|
883
|
-
# ],
|
884
|
-
# }
|
885
|
-
#
|
886
740
|
# @!attribute [rw] name
|
887
741
|
# The fully qualified name for the directory, such as
|
888
742
|
# `corp.example.com`.
|
@@ -976,14 +830,6 @@ module Aws::DirectoryService
|
|
976
830
|
include Aws::Structure
|
977
831
|
end
|
978
832
|
|
979
|
-
# @note When making an API call, you may pass CreateLogSubscriptionRequest
|
980
|
-
# data as a hash:
|
981
|
-
#
|
982
|
-
# {
|
983
|
-
# directory_id: "DirectoryId", # required
|
984
|
-
# log_group_name: "LogGroupName", # required
|
985
|
-
# }
|
986
|
-
#
|
987
833
|
# @!attribute [rw] directory_id
|
988
834
|
# Identifier of the directory to which you want to subscribe and
|
989
835
|
# receive real-time logs to your specified CloudWatch log group.
|
@@ -1009,27 +855,6 @@ module Aws::DirectoryService
|
|
1009
855
|
|
1010
856
|
# Creates an Managed Microsoft AD directory.
|
1011
857
|
#
|
1012
|
-
# @note When making an API call, you may pass CreateMicrosoftADRequest
|
1013
|
-
# data as a hash:
|
1014
|
-
#
|
1015
|
-
# {
|
1016
|
-
# name: "DirectoryName", # required
|
1017
|
-
# short_name: "DirectoryShortName",
|
1018
|
-
# password: "Password", # required
|
1019
|
-
# description: "Description",
|
1020
|
-
# vpc_settings: { # required
|
1021
|
-
# vpc_id: "VpcId", # required
|
1022
|
-
# subnet_ids: ["SubnetId"], # required
|
1023
|
-
# },
|
1024
|
-
# edition: "Enterprise", # accepts Enterprise, Standard
|
1025
|
-
# tags: [
|
1026
|
-
# {
|
1027
|
-
# key: "TagKey", # required
|
1028
|
-
# value: "TagValue", # required
|
1029
|
-
# },
|
1030
|
-
# ],
|
1031
|
-
# }
|
1032
|
-
#
|
1033
858
|
# @!attribute [rw] name
|
1034
859
|
# The fully qualified domain name for the Managed Microsoft AD
|
1035
860
|
# directory, such as `corp.example.com`. This name will resolve inside
|
@@ -1100,14 +925,6 @@ module Aws::DirectoryService
|
|
1100
925
|
|
1101
926
|
# Contains the inputs for the CreateSnapshot operation.
|
1102
927
|
#
|
1103
|
-
# @note When making an API call, you may pass CreateSnapshotRequest
|
1104
|
-
# data as a hash:
|
1105
|
-
#
|
1106
|
-
# {
|
1107
|
-
# directory_id: "DirectoryId", # required
|
1108
|
-
# name: "SnapshotName",
|
1109
|
-
# }
|
1110
|
-
#
|
1111
928
|
# @!attribute [rw] directory_id
|
1112
929
|
# The identifier of the directory of which to take a snapshot.
|
1113
930
|
# @return [String]
|
@@ -1150,19 +967,6 @@ module Aws::DirectoryService
|
|
1150
967
|
# a trust relationship between an Managed Microsoft AD directory and an
|
1151
968
|
# external domain.
|
1152
969
|
#
|
1153
|
-
# @note When making an API call, you may pass CreateTrustRequest
|
1154
|
-
# data as a hash:
|
1155
|
-
#
|
1156
|
-
# {
|
1157
|
-
# directory_id: "DirectoryId", # required
|
1158
|
-
# remote_domain_name: "RemoteDomainName", # required
|
1159
|
-
# trust_password: "TrustPassword", # required
|
1160
|
-
# trust_direction: "One-Way: Outgoing", # required, accepts One-Way: Outgoing, One-Way: Incoming, Two-Way
|
1161
|
-
# trust_type: "Forest", # accepts Forest, External
|
1162
|
-
# conditional_forwarder_ip_addrs: ["IpAddr"],
|
1163
|
-
# selective_auth: "Enabled", # accepts Enabled, Disabled
|
1164
|
-
# }
|
1165
|
-
#
|
1166
970
|
# @!attribute [rw] directory_id
|
1167
971
|
# The Directory ID of the Managed Microsoft AD directory for which to
|
1168
972
|
# establish the trust relationship.
|
@@ -1225,14 +1029,6 @@ module Aws::DirectoryService
|
|
1225
1029
|
|
1226
1030
|
# Deletes a conditional forwarder.
|
1227
1031
|
#
|
1228
|
-
# @note When making an API call, you may pass DeleteConditionalForwarderRequest
|
1229
|
-
# data as a hash:
|
1230
|
-
#
|
1231
|
-
# {
|
1232
|
-
# directory_id: "DirectoryId", # required
|
1233
|
-
# remote_domain_name: "RemoteDomainName", # required
|
1234
|
-
# }
|
1235
|
-
#
|
1236
1032
|
# @!attribute [rw] directory_id
|
1237
1033
|
# The directory ID for which you are deleting the conditional
|
1238
1034
|
# forwarder.
|
@@ -1260,13 +1056,6 @@ module Aws::DirectoryService
|
|
1260
1056
|
|
1261
1057
|
# Contains the inputs for the DeleteDirectory operation.
|
1262
1058
|
#
|
1263
|
-
# @note When making an API call, you may pass DeleteDirectoryRequest
|
1264
|
-
# data as a hash:
|
1265
|
-
#
|
1266
|
-
# {
|
1267
|
-
# directory_id: "DirectoryId", # required
|
1268
|
-
# }
|
1269
|
-
#
|
1270
1059
|
# @!attribute [rw] directory_id
|
1271
1060
|
# The identifier of the directory to delete.
|
1272
1061
|
# @return [String]
|
@@ -1293,13 +1082,6 @@ module Aws::DirectoryService
|
|
1293
1082
|
include Aws::Structure
|
1294
1083
|
end
|
1295
1084
|
|
1296
|
-
# @note When making an API call, you may pass DeleteLogSubscriptionRequest
|
1297
|
-
# data as a hash:
|
1298
|
-
#
|
1299
|
-
# {
|
1300
|
-
# directory_id: "DirectoryId", # required
|
1301
|
-
# }
|
1302
|
-
#
|
1303
1085
|
# @!attribute [rw] directory_id
|
1304
1086
|
# Identifier of the directory whose log subscription you want to
|
1305
1087
|
# delete.
|
@@ -1319,13 +1101,6 @@ module Aws::DirectoryService
|
|
1319
1101
|
|
1320
1102
|
# Contains the inputs for the DeleteSnapshot operation.
|
1321
1103
|
#
|
1322
|
-
# @note When making an API call, you may pass DeleteSnapshotRequest
|
1323
|
-
# data as a hash:
|
1324
|
-
#
|
1325
|
-
# {
|
1326
|
-
# snapshot_id: "SnapshotId", # required
|
1327
|
-
# }
|
1328
|
-
#
|
1329
1104
|
# @!attribute [rw] snapshot_id
|
1330
1105
|
# The identifier of the directory snapshot to be deleted.
|
1331
1106
|
# @return [String]
|
@@ -1355,14 +1130,6 @@ module Aws::DirectoryService
|
|
1355
1130
|
# Deletes the local side of an existing trust relationship between the
|
1356
1131
|
# Managed Microsoft AD directory and the external domain.
|
1357
1132
|
#
|
1358
|
-
# @note When making an API call, you may pass DeleteTrustRequest
|
1359
|
-
# data as a hash:
|
1360
|
-
#
|
1361
|
-
# {
|
1362
|
-
# trust_id: "TrustId", # required
|
1363
|
-
# delete_associated_conditional_forwarder: false,
|
1364
|
-
# }
|
1365
|
-
#
|
1366
1133
|
# @!attribute [rw] trust_id
|
1367
1134
|
# The Trust ID of the trust relationship to be deleted.
|
1368
1135
|
# @return [String]
|
@@ -1394,14 +1161,6 @@ module Aws::DirectoryService
|
|
1394
1161
|
include Aws::Structure
|
1395
1162
|
end
|
1396
1163
|
|
1397
|
-
# @note When making an API call, you may pass DeregisterCertificateRequest
|
1398
|
-
# data as a hash:
|
1399
|
-
#
|
1400
|
-
# {
|
1401
|
-
# directory_id: "DirectoryId", # required
|
1402
|
-
# certificate_id: "CertificateId", # required
|
1403
|
-
# }
|
1404
|
-
#
|
1405
1164
|
# @!attribute [rw] directory_id
|
1406
1165
|
# The identifier of the directory.
|
1407
1166
|
# @return [String]
|
@@ -1426,14 +1185,6 @@ module Aws::DirectoryService
|
|
1426
1185
|
# Removes the specified directory as a publisher to the specified Amazon
|
1427
1186
|
# SNS topic.
|
1428
1187
|
#
|
1429
|
-
# @note When making an API call, you may pass DeregisterEventTopicRequest
|
1430
|
-
# data as a hash:
|
1431
|
-
#
|
1432
|
-
# {
|
1433
|
-
# directory_id: "DirectoryId", # required
|
1434
|
-
# topic_name: "TopicName", # required
|
1435
|
-
# }
|
1436
|
-
#
|
1437
1188
|
# @!attribute [rw] directory_id
|
1438
1189
|
# The Directory ID to remove as a publisher. This directory will no
|
1439
1190
|
# longer send messages to the specified Amazon SNS topic.
|
@@ -1459,14 +1210,6 @@ module Aws::DirectoryService
|
|
1459
1210
|
#
|
1460
1211
|
class DeregisterEventTopicResult < Aws::EmptyStructure; end
|
1461
1212
|
|
1462
|
-
# @note When making an API call, you may pass DescribeCertificateRequest
|
1463
|
-
# data as a hash:
|
1464
|
-
#
|
1465
|
-
# {
|
1466
|
-
# directory_id: "DirectoryId", # required
|
1467
|
-
# certificate_id: "CertificateId", # required
|
1468
|
-
# }
|
1469
|
-
#
|
1470
1213
|
# @!attribute [rw] directory_id
|
1471
1214
|
# The identifier of the directory.
|
1472
1215
|
# @return [String]
|
@@ -1498,16 +1241,6 @@ module Aws::DirectoryService
|
|
1498
1241
|
include Aws::Structure
|
1499
1242
|
end
|
1500
1243
|
|
1501
|
-
# @note When making an API call, you may pass DescribeClientAuthenticationSettingsRequest
|
1502
|
-
# data as a hash:
|
1503
|
-
#
|
1504
|
-
# {
|
1505
|
-
# directory_id: "DirectoryId", # required
|
1506
|
-
# type: "SmartCard", # accepts SmartCard, SmartCardOrPassword
|
1507
|
-
# next_token: "NextToken",
|
1508
|
-
# limit: 1,
|
1509
|
-
# }
|
1510
|
-
#
|
1511
1244
|
# @!attribute [rw] directory_id
|
1512
1245
|
# The identifier of the directory for which to retrieve information.
|
1513
1246
|
# @return [String]
|
@@ -1566,14 +1299,6 @@ module Aws::DirectoryService
|
|
1566
1299
|
|
1567
1300
|
# Describes a conditional forwarder.
|
1568
1301
|
#
|
1569
|
-
# @note When making an API call, you may pass DescribeConditionalForwardersRequest
|
1570
|
-
# data as a hash:
|
1571
|
-
#
|
1572
|
-
# {
|
1573
|
-
# directory_id: "DirectoryId", # required
|
1574
|
-
# remote_domain_names: ["RemoteDomainName"],
|
1575
|
-
# }
|
1576
|
-
#
|
1577
1302
|
# @!attribute [rw] directory_id
|
1578
1303
|
# The directory ID for which to get the list of associated conditional
|
1579
1304
|
# forwarders.
|
@@ -1610,15 +1335,6 @@ module Aws::DirectoryService
|
|
1610
1335
|
|
1611
1336
|
# Contains the inputs for the DescribeDirectories operation.
|
1612
1337
|
#
|
1613
|
-
# @note When making an API call, you may pass DescribeDirectoriesRequest
|
1614
|
-
# data as a hash:
|
1615
|
-
#
|
1616
|
-
# {
|
1617
|
-
# directory_ids: ["DirectoryId"],
|
1618
|
-
# next_token: "NextToken",
|
1619
|
-
# limit: 1,
|
1620
|
-
# }
|
1621
|
-
#
|
1622
1338
|
# @!attribute [rw] directory_ids
|
1623
1339
|
# A list of identifiers of the directories for which to obtain the
|
1624
1340
|
# information. If this member is null, all directories that belong to
|
@@ -1675,16 +1391,6 @@ module Aws::DirectoryService
|
|
1675
1391
|
include Aws::Structure
|
1676
1392
|
end
|
1677
1393
|
|
1678
|
-
# @note When making an API call, you may pass DescribeDomainControllersRequest
|
1679
|
-
# data as a hash:
|
1680
|
-
#
|
1681
|
-
# {
|
1682
|
-
# directory_id: "DirectoryId", # required
|
1683
|
-
# domain_controller_ids: ["DomainControllerId"],
|
1684
|
-
# next_token: "NextToken",
|
1685
|
-
# limit: 1,
|
1686
|
-
# }
|
1687
|
-
#
|
1688
1394
|
# @!attribute [rw] directory_id
|
1689
1395
|
# Identifier of the directory for which to retrieve the domain
|
1690
1396
|
# controller information.
|
@@ -1736,14 +1442,6 @@ module Aws::DirectoryService
|
|
1736
1442
|
|
1737
1443
|
# Describes event topics.
|
1738
1444
|
#
|
1739
|
-
# @note When making an API call, you may pass DescribeEventTopicsRequest
|
1740
|
-
# data as a hash:
|
1741
|
-
#
|
1742
|
-
# {
|
1743
|
-
# directory_id: "DirectoryId",
|
1744
|
-
# topic_names: ["TopicName"],
|
1745
|
-
# }
|
1746
|
-
#
|
1747
1445
|
# @!attribute [rw] directory_id
|
1748
1446
|
# The Directory ID for which to get the list of associated Amazon SNS
|
1749
1447
|
# topics. If this member is null, associations for all Directory IDs
|
@@ -1783,16 +1481,6 @@ module Aws::DirectoryService
|
|
1783
1481
|
include Aws::Structure
|
1784
1482
|
end
|
1785
1483
|
|
1786
|
-
# @note When making an API call, you may pass DescribeLDAPSSettingsRequest
|
1787
|
-
# data as a hash:
|
1788
|
-
#
|
1789
|
-
# {
|
1790
|
-
# directory_id: "DirectoryId", # required
|
1791
|
-
# type: "Client", # accepts Client
|
1792
|
-
# next_token: "NextToken",
|
1793
|
-
# limit: 1,
|
1794
|
-
# }
|
1795
|
-
#
|
1796
1484
|
# @!attribute [rw] directory_id
|
1797
1485
|
# The identifier of the directory.
|
1798
1486
|
# @return [String]
|
@@ -1841,15 +1529,6 @@ module Aws::DirectoryService
|
|
1841
1529
|
include Aws::Structure
|
1842
1530
|
end
|
1843
1531
|
|
1844
|
-
# @note When making an API call, you may pass DescribeRegionsRequest
|
1845
|
-
# data as a hash:
|
1846
|
-
#
|
1847
|
-
# {
|
1848
|
-
# directory_id: "DirectoryId", # required
|
1849
|
-
# region_name: "RegionName",
|
1850
|
-
# next_token: "NextToken",
|
1851
|
-
# }
|
1852
|
-
#
|
1853
1532
|
# @!attribute [rw] directory_id
|
1854
1533
|
# The identifier of the directory.
|
1855
1534
|
# @return [String]
|
@@ -1893,15 +1572,6 @@ module Aws::DirectoryService
|
|
1893
1572
|
include Aws::Structure
|
1894
1573
|
end
|
1895
1574
|
|
1896
|
-
# @note When making an API call, you may pass DescribeSettingsRequest
|
1897
|
-
# data as a hash:
|
1898
|
-
#
|
1899
|
-
# {
|
1900
|
-
# directory_id: "DirectoryId", # required
|
1901
|
-
# status: "Requested", # accepts Requested, Updating, Updated, Failed, Default
|
1902
|
-
# next_token: "NextToken",
|
1903
|
-
# }
|
1904
|
-
#
|
1905
1575
|
# @!attribute [rw] directory_id
|
1906
1576
|
# The identifier of the directory for which to retrieve information.
|
1907
1577
|
# @return [String]
|
@@ -1955,16 +1625,6 @@ module Aws::DirectoryService
|
|
1955
1625
|
include Aws::Structure
|
1956
1626
|
end
|
1957
1627
|
|
1958
|
-
# @note When making an API call, you may pass DescribeSharedDirectoriesRequest
|
1959
|
-
# data as a hash:
|
1960
|
-
#
|
1961
|
-
# {
|
1962
|
-
# owner_directory_id: "DirectoryId", # required
|
1963
|
-
# shared_directory_ids: ["DirectoryId"],
|
1964
|
-
# next_token: "NextToken",
|
1965
|
-
# limit: 1,
|
1966
|
-
# }
|
1967
|
-
#
|
1968
1628
|
# @!attribute [rw] owner_directory_id
|
1969
1629
|
# Returns the identifier of the directory in the directory owner
|
1970
1630
|
# account.
|
@@ -2016,16 +1676,6 @@ module Aws::DirectoryService
|
|
2016
1676
|
|
2017
1677
|
# Contains the inputs for the DescribeSnapshots operation.
|
2018
1678
|
#
|
2019
|
-
# @note When making an API call, you may pass DescribeSnapshotsRequest
|
2020
|
-
# data as a hash:
|
2021
|
-
#
|
2022
|
-
# {
|
2023
|
-
# directory_id: "DirectoryId",
|
2024
|
-
# snapshot_ids: ["SnapshotId"],
|
2025
|
-
# next_token: "NextToken",
|
2026
|
-
# limit: 1,
|
2027
|
-
# }
|
2028
|
-
#
|
2029
1679
|
# @!attribute [rw] directory_id
|
2030
1680
|
# The identifier of the directory for which to retrieve snapshot
|
2031
1681
|
# information.
|
@@ -2086,16 +1736,6 @@ module Aws::DirectoryService
|
|
2086
1736
|
# AD directory. If no input parameters are provided, such as directory
|
2087
1737
|
# ID or trust ID, this request describes all the trust relationships.
|
2088
1738
|
#
|
2089
|
-
# @note When making an API call, you may pass DescribeTrustsRequest
|
2090
|
-
# data as a hash:
|
2091
|
-
#
|
2092
|
-
# {
|
2093
|
-
# directory_id: "DirectoryId",
|
2094
|
-
# trust_ids: ["TrustId"],
|
2095
|
-
# next_token: "NextToken",
|
2096
|
-
# limit: 1,
|
2097
|
-
# }
|
2098
|
-
#
|
2099
1739
|
# @!attribute [rw] directory_id
|
2100
1740
|
# The Directory ID of the Amazon Web Services directory that is a part
|
2101
1741
|
# of the requested trust relationship.
|
@@ -2156,16 +1796,6 @@ module Aws::DirectoryService
|
|
2156
1796
|
include Aws::Structure
|
2157
1797
|
end
|
2158
1798
|
|
2159
|
-
# @note When making an API call, you may pass DescribeUpdateDirectoryRequest
|
2160
|
-
# data as a hash:
|
2161
|
-
#
|
2162
|
-
# {
|
2163
|
-
# directory_id: "DirectoryId", # required
|
2164
|
-
# update_type: "OS", # required, accepts OS
|
2165
|
-
# region_name: "RegionName",
|
2166
|
-
# next_token: "NextToken",
|
2167
|
-
# }
|
2168
|
-
#
|
2169
1799
|
# @!attribute [rw] directory_id
|
2170
1800
|
# The unique identifier of the directory.
|
2171
1801
|
# @return [String]
|
@@ -2258,16 +1888,6 @@ module Aws::DirectoryService
|
|
2258
1888
|
# Contains information for the ConnectDirectory operation when an AD
|
2259
1889
|
# Connector directory is being created.
|
2260
1890
|
#
|
2261
|
-
# @note When making an API call, you may pass DirectoryConnectSettings
|
2262
|
-
# data as a hash:
|
2263
|
-
#
|
2264
|
-
# {
|
2265
|
-
# vpc_id: "VpcId", # required
|
2266
|
-
# subnet_ids: ["SubnetId"], # required
|
2267
|
-
# customer_dns_ips: ["IpAddr"], # required
|
2268
|
-
# customer_user_name: "UserName", # required
|
2269
|
-
# }
|
2270
|
-
#
|
2271
1891
|
# @!attribute [rw] vpc_id
|
2272
1892
|
# The identifier of the VPC in which the AD Connector is created.
|
2273
1893
|
# @return [String]
|
@@ -2666,14 +2286,6 @@ module Aws::DirectoryService
|
|
2666
2286
|
# Contains VPC information for the CreateDirectory or CreateMicrosoftAD
|
2667
2287
|
# operation.
|
2668
2288
|
#
|
2669
|
-
# @note When making an API call, you may pass DirectoryVpcSettings
|
2670
|
-
# data as a hash:
|
2671
|
-
#
|
2672
|
-
# {
|
2673
|
-
# vpc_id: "VpcId", # required
|
2674
|
-
# subnet_ids: ["SubnetId"], # required
|
2675
|
-
# }
|
2676
|
-
#
|
2677
2289
|
# @!attribute [rw] vpc_id
|
2678
2290
|
# The identifier of the VPC in which to create the directory.
|
2679
2291
|
# @return [String]
|
@@ -2723,14 +2335,6 @@ module Aws::DirectoryService
|
|
2723
2335
|
include Aws::Structure
|
2724
2336
|
end
|
2725
2337
|
|
2726
|
-
# @note When making an API call, you may pass DisableClientAuthenticationRequest
|
2727
|
-
# data as a hash:
|
2728
|
-
#
|
2729
|
-
# {
|
2730
|
-
# directory_id: "DirectoryId", # required
|
2731
|
-
# type: "SmartCard", # required, accepts SmartCard, SmartCardOrPassword
|
2732
|
-
# }
|
2733
|
-
#
|
2734
2338
|
# @!attribute [rw] directory_id
|
2735
2339
|
# The identifier of the directory
|
2736
2340
|
# @return [String]
|
@@ -2753,14 +2357,6 @@ module Aws::DirectoryService
|
|
2753
2357
|
#
|
2754
2358
|
class DisableClientAuthenticationResult < Aws::EmptyStructure; end
|
2755
2359
|
|
2756
|
-
# @note When making an API call, you may pass DisableLDAPSRequest
|
2757
|
-
# data as a hash:
|
2758
|
-
#
|
2759
|
-
# {
|
2760
|
-
# directory_id: "DirectoryId", # required
|
2761
|
-
# type: "Client", # required, accepts Client
|
2762
|
-
# }
|
2763
|
-
#
|
2764
2360
|
# @!attribute [rw] directory_id
|
2765
2361
|
# The identifier of the directory.
|
2766
2362
|
# @return [String]
|
@@ -2785,13 +2381,6 @@ module Aws::DirectoryService
|
|
2785
2381
|
|
2786
2382
|
# Contains the inputs for the DisableRadius operation.
|
2787
2383
|
#
|
2788
|
-
# @note When making an API call, you may pass DisableRadiusRequest
|
2789
|
-
# data as a hash:
|
2790
|
-
#
|
2791
|
-
# {
|
2792
|
-
# directory_id: "DirectoryId", # required
|
2793
|
-
# }
|
2794
|
-
#
|
2795
2384
|
# @!attribute [rw] directory_id
|
2796
2385
|
# The identifier of the directory for which to disable MFA.
|
2797
2386
|
# @return [String]
|
@@ -2812,15 +2401,6 @@ module Aws::DirectoryService
|
|
2812
2401
|
|
2813
2402
|
# Contains the inputs for the DisableSso operation.
|
2814
2403
|
#
|
2815
|
-
# @note When making an API call, you may pass DisableSsoRequest
|
2816
|
-
# data as a hash:
|
2817
|
-
#
|
2818
|
-
# {
|
2819
|
-
# directory_id: "DirectoryId", # required
|
2820
|
-
# user_name: "UserName",
|
2821
|
-
# password: "ConnectPassword",
|
2822
|
-
# }
|
2823
|
-
#
|
2824
2404
|
# @!attribute [rw] directory_id
|
2825
2405
|
# The identifier of the directory for which to disable single-sign on.
|
2826
2406
|
# @return [String]
|
@@ -2941,14 +2521,6 @@ module Aws::DirectoryService
|
|
2941
2521
|
include Aws::Structure
|
2942
2522
|
end
|
2943
2523
|
|
2944
|
-
# @note When making an API call, you may pass EnableClientAuthenticationRequest
|
2945
|
-
# data as a hash:
|
2946
|
-
#
|
2947
|
-
# {
|
2948
|
-
# directory_id: "DirectoryId", # required
|
2949
|
-
# type: "SmartCard", # required, accepts SmartCard, SmartCardOrPassword
|
2950
|
-
# }
|
2951
|
-
#
|
2952
2524
|
# @!attribute [rw] directory_id
|
2953
2525
|
# The identifier of the specified directory.
|
2954
2526
|
# @return [String]
|
@@ -2973,14 +2545,6 @@ module Aws::DirectoryService
|
|
2973
2545
|
#
|
2974
2546
|
class EnableClientAuthenticationResult < Aws::EmptyStructure; end
|
2975
2547
|
|
2976
|
-
# @note When making an API call, you may pass EnableLDAPSRequest
|
2977
|
-
# data as a hash:
|
2978
|
-
#
|
2979
|
-
# {
|
2980
|
-
# directory_id: "DirectoryId", # required
|
2981
|
-
# type: "Client", # required, accepts Client
|
2982
|
-
# }
|
2983
|
-
#
|
2984
2548
|
# @!attribute [rw] directory_id
|
2985
2549
|
# The identifier of the directory.
|
2986
2550
|
# @return [String]
|
@@ -3005,23 +2569,6 @@ module Aws::DirectoryService
|
|
3005
2569
|
|
3006
2570
|
# Contains the inputs for the EnableRadius operation.
|
3007
2571
|
#
|
3008
|
-
# @note When making an API call, you may pass EnableRadiusRequest
|
3009
|
-
# data as a hash:
|
3010
|
-
#
|
3011
|
-
# {
|
3012
|
-
# directory_id: "DirectoryId", # required
|
3013
|
-
# radius_settings: { # required
|
3014
|
-
# radius_servers: ["Server"],
|
3015
|
-
# radius_port: 1,
|
3016
|
-
# radius_timeout: 1,
|
3017
|
-
# radius_retries: 1,
|
3018
|
-
# shared_secret: "RadiusSharedSecret",
|
3019
|
-
# authentication_protocol: "PAP", # accepts PAP, CHAP, MS-CHAPv1, MS-CHAPv2
|
3020
|
-
# display_label: "RadiusDisplayLabel",
|
3021
|
-
# use_same_username: false,
|
3022
|
-
# },
|
3023
|
-
# }
|
3024
|
-
#
|
3025
2572
|
# @!attribute [rw] directory_id
|
3026
2573
|
# The identifier of the directory for which to enable MFA.
|
3027
2574
|
# @return [String]
|
@@ -3048,15 +2595,6 @@ module Aws::DirectoryService
|
|
3048
2595
|
|
3049
2596
|
# Contains the inputs for the EnableSso operation.
|
3050
2597
|
#
|
3051
|
-
# @note When making an API call, you may pass EnableSsoRequest
|
3052
|
-
# data as a hash:
|
3053
|
-
#
|
3054
|
-
# {
|
3055
|
-
# directory_id: "DirectoryId", # required
|
3056
|
-
# user_name: "UserName",
|
3057
|
-
# password: "ConnectPassword",
|
3058
|
-
# }
|
3059
|
-
#
|
3060
2598
|
# @!attribute [rw] directory_id
|
3061
2599
|
# The identifier of the directory for which to enable single-sign on.
|
3062
2600
|
# @return [String]
|
@@ -3196,13 +2734,6 @@ module Aws::DirectoryService
|
|
3196
2734
|
|
3197
2735
|
# Contains the inputs for the GetSnapshotLimits operation.
|
3198
2736
|
#
|
3199
|
-
# @note When making an API call, you may pass GetSnapshotLimitsRequest
|
3200
|
-
# data as a hash:
|
3201
|
-
#
|
3202
|
-
# {
|
3203
|
-
# directory_id: "DirectoryId", # required
|
3204
|
-
# }
|
3205
|
-
#
|
3206
2737
|
# @!attribute [rw] directory_id
|
3207
2738
|
# Contains the identifier of the directory to obtain the limits for.
|
3208
2739
|
# @return [String]
|
@@ -3407,14 +2938,6 @@ module Aws::DirectoryService
|
|
3407
2938
|
# IP address block. This is often the address block of the DNS server
|
3408
2939
|
# used for your self-managed domain.
|
3409
2940
|
#
|
3410
|
-
# @note When making an API call, you may pass IpRoute
|
3411
|
-
# data as a hash:
|
3412
|
-
#
|
3413
|
-
# {
|
3414
|
-
# cidr_ip: "CidrIp",
|
3415
|
-
# description: "Description",
|
3416
|
-
# }
|
3417
|
-
#
|
3418
2941
|
# @!attribute [rw] cidr_ip
|
3419
2942
|
# IP address block using CIDR format, for example 10.0.0.0/24. This is
|
3420
2943
|
# often the address block of the DNS server used for your self-managed
|
@@ -3518,15 +3041,6 @@ module Aws::DirectoryService
|
|
3518
3041
|
include Aws::Structure
|
3519
3042
|
end
|
3520
3043
|
|
3521
|
-
# @note When making an API call, you may pass ListCertificatesRequest
|
3522
|
-
# data as a hash:
|
3523
|
-
#
|
3524
|
-
# {
|
3525
|
-
# directory_id: "DirectoryId", # required
|
3526
|
-
# next_token: "NextToken",
|
3527
|
-
# limit: 1,
|
3528
|
-
# }
|
3529
|
-
#
|
3530
3044
|
# @!attribute [rw] directory_id
|
3531
3045
|
# The identifier of the directory.
|
3532
3046
|
# @return [String]
|
@@ -3572,15 +3086,6 @@ module Aws::DirectoryService
|
|
3572
3086
|
include Aws::Structure
|
3573
3087
|
end
|
3574
3088
|
|
3575
|
-
# @note When making an API call, you may pass ListIpRoutesRequest
|
3576
|
-
# data as a hash:
|
3577
|
-
#
|
3578
|
-
# {
|
3579
|
-
# directory_id: "DirectoryId", # required
|
3580
|
-
# next_token: "NextToken",
|
3581
|
-
# limit: 1,
|
3582
|
-
# }
|
3583
|
-
#
|
3584
3089
|
# @!attribute [rw] directory_id
|
3585
3090
|
# Identifier (ID) of the directory for which you want to retrieve the
|
3586
3091
|
# IP addresses.
|
@@ -3626,15 +3131,6 @@ module Aws::DirectoryService
|
|
3626
3131
|
include Aws::Structure
|
3627
3132
|
end
|
3628
3133
|
|
3629
|
-
# @note When making an API call, you may pass ListLogSubscriptionsRequest
|
3630
|
-
# data as a hash:
|
3631
|
-
#
|
3632
|
-
# {
|
3633
|
-
# directory_id: "DirectoryId",
|
3634
|
-
# next_token: "NextToken",
|
3635
|
-
# limit: 1,
|
3636
|
-
# }
|
3637
|
-
#
|
3638
3134
|
# @!attribute [rw] directory_id
|
3639
3135
|
# If a *DirectoryID* is provided, lists only the log subscription
|
3640
3136
|
# associated with that directory. If no *DirectoryId* is provided,
|
@@ -3679,15 +3175,6 @@ module Aws::DirectoryService
|
|
3679
3175
|
include Aws::Structure
|
3680
3176
|
end
|
3681
3177
|
|
3682
|
-
# @note When making an API call, you may pass ListSchemaExtensionsRequest
|
3683
|
-
# data as a hash:
|
3684
|
-
#
|
3685
|
-
# {
|
3686
|
-
# directory_id: "DirectoryId", # required
|
3687
|
-
# next_token: "NextToken",
|
3688
|
-
# limit: 1,
|
3689
|
-
# }
|
3690
|
-
#
|
3691
3178
|
# @!attribute [rw] directory_id
|
3692
3179
|
# The identifier of the directory from which to retrieve the schema
|
3693
3180
|
# extension information.
|
@@ -3731,15 +3218,6 @@ module Aws::DirectoryService
|
|
3731
3218
|
include Aws::Structure
|
3732
3219
|
end
|
3733
3220
|
|
3734
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
3735
|
-
# data as a hash:
|
3736
|
-
#
|
3737
|
-
# {
|
3738
|
-
# resource_id: "ResourceId", # required
|
3739
|
-
# next_token: "NextToken",
|
3740
|
-
# limit: 1,
|
3741
|
-
# }
|
3742
|
-
#
|
3743
3221
|
# @!attribute [rw] resource_id
|
3744
3222
|
# Identifier (ID) of the directory for which you want to retrieve
|
3745
3223
|
# tags.
|
@@ -3828,13 +3306,6 @@ module Aws::DirectoryService
|
|
3828
3306
|
|
3829
3307
|
# OS version that the directory needs to be updated to.
|
3830
3308
|
#
|
3831
|
-
# @note When making an API call, you may pass OSUpdateSettings
|
3832
|
-
# data as a hash:
|
3833
|
-
#
|
3834
|
-
# {
|
3835
|
-
# os_version: "SERVER_2012", # accepts SERVER_2012, SERVER_2019
|
3836
|
-
# }
|
3837
|
-
#
|
3838
3309
|
# @!attribute [rw] os_version
|
3839
3310
|
# OS version that the directory needs to be updated to.
|
3840
3311
|
# @return [String]
|
@@ -3912,20 +3383,6 @@ module Aws::DirectoryService
|
|
3912
3383
|
# Contains information about a Remote Authentication Dial In User
|
3913
3384
|
# Service (RADIUS) server.
|
3914
3385
|
#
|
3915
|
-
# @note When making an API call, you may pass RadiusSettings
|
3916
|
-
# data as a hash:
|
3917
|
-
#
|
3918
|
-
# {
|
3919
|
-
# radius_servers: ["Server"],
|
3920
|
-
# radius_port: 1,
|
3921
|
-
# radius_timeout: 1,
|
3922
|
-
# radius_retries: 1,
|
3923
|
-
# shared_secret: "RadiusSharedSecret",
|
3924
|
-
# authentication_protocol: "PAP", # accepts PAP, CHAP, MS-CHAPv1, MS-CHAPv2
|
3925
|
-
# display_label: "RadiusDisplayLabel",
|
3926
|
-
# use_same_username: false,
|
3927
|
-
# }
|
3928
|
-
#
|
3929
3386
|
# @!attribute [rw] radius_servers
|
3930
3387
|
# An array of strings that contains the fully qualified domain name
|
3931
3388
|
# (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN
|
@@ -4078,18 +3535,6 @@ module Aws::DirectoryService
|
|
4078
3535
|
include Aws::Structure
|
4079
3536
|
end
|
4080
3537
|
|
4081
|
-
# @note When making an API call, you may pass RegisterCertificateRequest
|
4082
|
-
# data as a hash:
|
4083
|
-
#
|
4084
|
-
# {
|
4085
|
-
# directory_id: "DirectoryId", # required
|
4086
|
-
# certificate_data: "CertificateData", # required
|
4087
|
-
# type: "ClientCertAuth", # accepts ClientCertAuth, ClientLDAPS
|
4088
|
-
# client_cert_auth_settings: {
|
4089
|
-
# ocsp_url: "OCSPUrl",
|
4090
|
-
# },
|
4091
|
-
# }
|
4092
|
-
#
|
4093
3538
|
# @!attribute [rw] directory_id
|
4094
3539
|
# The identifier of the directory.
|
4095
3540
|
# @return [String]
|
@@ -4134,14 +3579,6 @@ module Aws::DirectoryService
|
|
4134
3579
|
|
4135
3580
|
# Registers a new event topic.
|
4136
3581
|
#
|
4137
|
-
# @note When making an API call, you may pass RegisterEventTopicRequest
|
4138
|
-
# data as a hash:
|
4139
|
-
#
|
4140
|
-
# {
|
4141
|
-
# directory_id: "DirectoryId", # required
|
4142
|
-
# topic_name: "TopicName", # required
|
4143
|
-
# }
|
4144
|
-
#
|
4145
3582
|
# @!attribute [rw] directory_id
|
4146
3583
|
# The Directory ID that will publish status messages to the Amazon SNS
|
4147
3584
|
# topic.
|
@@ -4168,13 +3605,6 @@ module Aws::DirectoryService
|
|
4168
3605
|
#
|
4169
3606
|
class RegisterEventTopicResult < Aws::EmptyStructure; end
|
4170
3607
|
|
4171
|
-
# @note When making an API call, you may pass RejectSharedDirectoryRequest
|
4172
|
-
# data as a hash:
|
4173
|
-
#
|
4174
|
-
# {
|
4175
|
-
# shared_directory_id: "DirectoryId", # required
|
4176
|
-
# }
|
4177
|
-
#
|
4178
3608
|
# @!attribute [rw] shared_directory_id
|
4179
3609
|
# Identifier of the shared directory in the directory consumer
|
4180
3610
|
# account. This identifier is different for each directory owner
|
@@ -4202,14 +3632,6 @@ module Aws::DirectoryService
|
|
4202
3632
|
include Aws::Structure
|
4203
3633
|
end
|
4204
3634
|
|
4205
|
-
# @note When making an API call, you may pass RemoveIpRoutesRequest
|
4206
|
-
# data as a hash:
|
4207
|
-
#
|
4208
|
-
# {
|
4209
|
-
# directory_id: "DirectoryId", # required
|
4210
|
-
# cidr_ips: ["CidrIp"], # required
|
4211
|
-
# }
|
4212
|
-
#
|
4213
3635
|
# @!attribute [rw] directory_id
|
4214
3636
|
# Identifier (ID) of the directory from which you want to remove the
|
4215
3637
|
# IP addresses.
|
@@ -4232,13 +3654,6 @@ module Aws::DirectoryService
|
|
4232
3654
|
#
|
4233
3655
|
class RemoveIpRoutesResult < Aws::EmptyStructure; end
|
4234
3656
|
|
4235
|
-
# @note When making an API call, you may pass RemoveRegionRequest
|
4236
|
-
# data as a hash:
|
4237
|
-
#
|
4238
|
-
# {
|
4239
|
-
# directory_id: "DirectoryId", # required
|
4240
|
-
# }
|
4241
|
-
#
|
4242
3657
|
# @!attribute [rw] directory_id
|
4243
3658
|
# The identifier of the directory for which you want to remove Region
|
4244
3659
|
# replication.
|
@@ -4256,14 +3671,6 @@ module Aws::DirectoryService
|
|
4256
3671
|
#
|
4257
3672
|
class RemoveRegionResult < Aws::EmptyStructure; end
|
4258
3673
|
|
4259
|
-
# @note When making an API call, you may pass RemoveTagsFromResourceRequest
|
4260
|
-
# data as a hash:
|
4261
|
-
#
|
4262
|
-
# {
|
4263
|
-
# resource_id: "ResourceId", # required
|
4264
|
-
# tag_keys: ["TagKey"], # required
|
4265
|
-
# }
|
4266
|
-
#
|
4267
3674
|
# @!attribute [rw] resource_id
|
4268
3675
|
# Identifier (ID) of the directory from which to remove the tag.
|
4269
3676
|
# @return [String]
|
@@ -4285,15 +3692,6 @@ module Aws::DirectoryService
|
|
4285
3692
|
#
|
4286
3693
|
class RemoveTagsFromResourceResult < Aws::EmptyStructure; end
|
4287
3694
|
|
4288
|
-
# @note When making an API call, you may pass ResetUserPasswordRequest
|
4289
|
-
# data as a hash:
|
4290
|
-
#
|
4291
|
-
# {
|
4292
|
-
# directory_id: "DirectoryId", # required
|
4293
|
-
# user_name: "CustomerUserName", # required
|
4294
|
-
# new_password: "UserPassword", # required
|
4295
|
-
# }
|
4296
|
-
#
|
4297
3695
|
# @!attribute [rw] directory_id
|
4298
3696
|
# Identifier of the Managed Microsoft AD or Simple AD directory in
|
4299
3697
|
# which the user resides.
|
@@ -4324,13 +3722,6 @@ module Aws::DirectoryService
|
|
4324
3722
|
# An object representing the inputs for the RestoreFromSnapshot
|
4325
3723
|
# operation.
|
4326
3724
|
#
|
4327
|
-
# @note When making an API call, you may pass RestoreFromSnapshotRequest
|
4328
|
-
# data as a hash:
|
4329
|
-
#
|
4330
|
-
# {
|
4331
|
-
# snapshot_id: "SnapshotId", # required
|
4332
|
-
# }
|
4333
|
-
#
|
4334
3725
|
# @!attribute [rw] snapshot_id
|
4335
3726
|
# The identifier of the snapshot to restore from.
|
4336
3727
|
# @return [String]
|
@@ -4416,14 +3807,6 @@ module Aws::DirectoryService
|
|
4416
3807
|
|
4417
3808
|
# Contains information about the configurable settings for a directory.
|
4418
3809
|
#
|
4419
|
-
# @note When making an API call, you may pass Setting
|
4420
|
-
# data as a hash:
|
4421
|
-
#
|
4422
|
-
# {
|
4423
|
-
# name: "DirectoryConfigurationSettingName", # required
|
4424
|
-
# value: "DirectoryConfigurationSettingValue", # required
|
4425
|
-
# }
|
4426
|
-
#
|
4427
3810
|
# @!attribute [rw] name
|
4428
3811
|
# The name of the directory setting. For example:
|
4429
3812
|
#
|
@@ -4449,7 +3832,9 @@ module Aws::DirectoryService
|
|
4449
3832
|
# directory.
|
4450
3833
|
#
|
4451
3834
|
# @!attribute [rw] type
|
4452
|
-
# The type of directory setting.
|
3835
|
+
# The type, or category, of a directory setting. Similar settings have
|
3836
|
+
# the same type. For example, `Protocol`, `Cipher`, or
|
3837
|
+
# `Certificate-Based Authentication`.
|
4453
3838
|
# @return [String]
|
4454
3839
|
#
|
4455
3840
|
# @!attribute [rw] name
|
@@ -4459,7 +3844,8 @@ module Aws::DirectoryService
|
|
4459
3844
|
# @return [String]
|
4460
3845
|
#
|
4461
3846
|
# @!attribute [rw] allowed_values
|
4462
|
-
# The valid range of values for the directory setting.
|
3847
|
+
# The valid range of values for the directory setting. These values
|
3848
|
+
# depend on the `DataType` of your directory.
|
4463
3849
|
# @return [String]
|
4464
3850
|
#
|
4465
3851
|
# @!attribute [rw] applied_value
|
@@ -4497,6 +3883,12 @@ module Aws::DirectoryService
|
|
4497
3883
|
# last submitted.
|
4498
3884
|
# @return [Time]
|
4499
3885
|
#
|
3886
|
+
# @!attribute [rw] data_type
|
3887
|
+
# The data type of a directory setting. This is used to define the
|
3888
|
+
# `AllowedValues` of a setting. For example a data type can be
|
3889
|
+
# `Boolean`, `DurationInSeconds`, or `Enum`.
|
3890
|
+
# @return [String]
|
3891
|
+
#
|
4500
3892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/SettingEntry AWS API Documentation
|
4501
3893
|
#
|
4502
3894
|
class SettingEntry < Struct.new(
|
@@ -4509,24 +3901,12 @@ module Aws::DirectoryService
|
|
4509
3901
|
:request_detailed_status,
|
4510
3902
|
:request_status_message,
|
4511
3903
|
:last_updated_date_time,
|
4512
|
-
:last_requested_date_time
|
3904
|
+
:last_requested_date_time,
|
3905
|
+
:data_type)
|
4513
3906
|
SENSITIVE = []
|
4514
3907
|
include Aws::Structure
|
4515
3908
|
end
|
4516
3909
|
|
4517
|
-
# @note When making an API call, you may pass ShareDirectoryRequest
|
4518
|
-
# data as a hash:
|
4519
|
-
#
|
4520
|
-
# {
|
4521
|
-
# directory_id: "DirectoryId", # required
|
4522
|
-
# share_notes: "Notes",
|
4523
|
-
# share_target: { # required
|
4524
|
-
# id: "TargetId", # required
|
4525
|
-
# type: "ACCOUNT", # required, accepts ACCOUNT
|
4526
|
-
# },
|
4527
|
-
# share_method: "ORGANIZATIONS", # required, accepts ORGANIZATIONS, HANDSHAKE
|
4528
|
-
# }
|
4529
|
-
#
|
4530
3910
|
# @!attribute [rw] directory_id
|
4531
3911
|
# Identifier of the Managed Microsoft AD directory that you want to
|
4532
3912
|
# share with other Amazon Web Services accounts.
|
@@ -4597,14 +3977,6 @@ module Aws::DirectoryService
|
|
4597
3977
|
|
4598
3978
|
# Identifier that contains details about the directory consumer account.
|
4599
3979
|
#
|
4600
|
-
# @note When making an API call, you may pass ShareTarget
|
4601
|
-
# data as a hash:
|
4602
|
-
#
|
4603
|
-
# {
|
4604
|
-
# id: "TargetId", # required
|
4605
|
-
# type: "ACCOUNT", # required, accepts ACCOUNT
|
4606
|
-
# }
|
4607
|
-
#
|
4608
3980
|
# @!attribute [rw] id
|
4609
3981
|
# Identifier of the directory consumer account.
|
4610
3982
|
# @return [String]
|
@@ -4774,16 +4146,6 @@ module Aws::DirectoryService
|
|
4774
4146
|
include Aws::Structure
|
4775
4147
|
end
|
4776
4148
|
|
4777
|
-
# @note When making an API call, you may pass StartSchemaExtensionRequest
|
4778
|
-
# data as a hash:
|
4779
|
-
#
|
4780
|
-
# {
|
4781
|
-
# directory_id: "DirectoryId", # required
|
4782
|
-
# create_snapshot_before_schema_extension: false, # required
|
4783
|
-
# ldif_content: "LdifContent", # required
|
4784
|
-
# description: "Description", # required
|
4785
|
-
# }
|
4786
|
-
#
|
4787
4149
|
# @!attribute [rw] directory_id
|
4788
4150
|
# The identifier of the directory for which the schema extension will
|
4789
4151
|
# be applied to.
|
@@ -4830,14 +4192,6 @@ module Aws::DirectoryService
|
|
4830
4192
|
|
4831
4193
|
# Metadata assigned to a directory consisting of a key-value pair.
|
4832
4194
|
#
|
4833
|
-
# @note When making an API call, you may pass Tag
|
4834
|
-
# data as a hash:
|
4835
|
-
#
|
4836
|
-
# {
|
4837
|
-
# key: "TagKey", # required
|
4838
|
-
# value: "TagValue", # required
|
4839
|
-
# }
|
4840
|
-
#
|
4841
4195
|
# @!attribute [rw] key
|
4842
4196
|
# Required name of the tag. The string value can be Unicode characters
|
4843
4197
|
# and cannot be prefixed with "aws:". The string can contain only
|
@@ -4949,17 +4303,6 @@ module Aws::DirectoryService
|
|
4949
4303
|
include Aws::Structure
|
4950
4304
|
end
|
4951
4305
|
|
4952
|
-
# @note When making an API call, you may pass UnshareDirectoryRequest
|
4953
|
-
# data as a hash:
|
4954
|
-
#
|
4955
|
-
# {
|
4956
|
-
# directory_id: "DirectoryId", # required
|
4957
|
-
# unshare_target: { # required
|
4958
|
-
# id: "TargetId", # required
|
4959
|
-
# type: "ACCOUNT", # required, accepts ACCOUNT
|
4960
|
-
# },
|
4961
|
-
# }
|
4962
|
-
#
|
4963
4306
|
# @!attribute [rw] directory_id
|
4964
4307
|
# The identifier of the Managed Microsoft AD directory that you want
|
4965
4308
|
# to stop sharing.
|
@@ -4995,14 +4338,6 @@ module Aws::DirectoryService
|
|
4995
4338
|
# Identifier that contains details about the directory consumer account
|
4996
4339
|
# with whom the directory is being unshared.
|
4997
4340
|
#
|
4998
|
-
# @note When making an API call, you may pass UnshareTarget
|
4999
|
-
# data as a hash:
|
5000
|
-
#
|
5001
|
-
# {
|
5002
|
-
# id: "TargetId", # required
|
5003
|
-
# type: "ACCOUNT", # required, accepts ACCOUNT
|
5004
|
-
# }
|
5005
|
-
#
|
5006
4341
|
# @!attribute [rw] id
|
5007
4342
|
# Identifier of the directory consumer account.
|
5008
4343
|
# @return [String]
|
@@ -5060,15 +4395,6 @@ module Aws::DirectoryService
|
|
5060
4395
|
|
5061
4396
|
# Updates a conditional forwarder.
|
5062
4397
|
#
|
5063
|
-
# @note When making an API call, you may pass UpdateConditionalForwarderRequest
|
5064
|
-
# data as a hash:
|
5065
|
-
#
|
5066
|
-
# {
|
5067
|
-
# directory_id: "DirectoryId", # required
|
5068
|
-
# remote_domain_name: "RemoteDomainName", # required
|
5069
|
-
# dns_ip_addrs: ["IpAddr"], # required
|
5070
|
-
# }
|
5071
|
-
#
|
5072
4398
|
# @!attribute [rw] directory_id
|
5073
4399
|
# The directory ID of the Amazon Web Services directory for which to
|
5074
4400
|
# update the conditional forwarder.
|
@@ -5100,18 +4426,6 @@ module Aws::DirectoryService
|
|
5100
4426
|
#
|
5101
4427
|
class UpdateConditionalForwarderResult < Aws::EmptyStructure; end
|
5102
4428
|
|
5103
|
-
# @note When making an API call, you may pass UpdateDirectorySetupRequest
|
5104
|
-
# data as a hash:
|
5105
|
-
#
|
5106
|
-
# {
|
5107
|
-
# directory_id: "DirectoryId", # required
|
5108
|
-
# update_type: "OS", # required, accepts OS
|
5109
|
-
# os_update_settings: {
|
5110
|
-
# os_version: "SERVER_2012", # accepts SERVER_2012, SERVER_2019
|
5111
|
-
# },
|
5112
|
-
# create_snapshot_before_update: false,
|
5113
|
-
# }
|
5114
|
-
#
|
5115
4429
|
# @!attribute [rw] directory_id
|
5116
4430
|
# The identifier of the directory on which you want to perform the
|
5117
4431
|
# update.
|
@@ -5198,14 +4512,6 @@ module Aws::DirectoryService
|
|
5198
4512
|
include Aws::Structure
|
5199
4513
|
end
|
5200
4514
|
|
5201
|
-
# @note When making an API call, you may pass UpdateNumberOfDomainControllersRequest
|
5202
|
-
# data as a hash:
|
5203
|
-
#
|
5204
|
-
# {
|
5205
|
-
# directory_id: "DirectoryId", # required
|
5206
|
-
# desired_number: 1, # required
|
5207
|
-
# }
|
5208
|
-
#
|
5209
4515
|
# @!attribute [rw] directory_id
|
5210
4516
|
# Identifier of the directory to which the domain controllers will be
|
5211
4517
|
# added or removed.
|
@@ -5230,23 +4536,6 @@ module Aws::DirectoryService
|
|
5230
4536
|
|
5231
4537
|
# Contains the inputs for the UpdateRadius operation.
|
5232
4538
|
#
|
5233
|
-
# @note When making an API call, you may pass UpdateRadiusRequest
|
5234
|
-
# data as a hash:
|
5235
|
-
#
|
5236
|
-
# {
|
5237
|
-
# directory_id: "DirectoryId", # required
|
5238
|
-
# radius_settings: { # required
|
5239
|
-
# radius_servers: ["Server"],
|
5240
|
-
# radius_port: 1,
|
5241
|
-
# radius_timeout: 1,
|
5242
|
-
# radius_retries: 1,
|
5243
|
-
# shared_secret: "RadiusSharedSecret",
|
5244
|
-
# authentication_protocol: "PAP", # accepts PAP, CHAP, MS-CHAPv1, MS-CHAPv2
|
5245
|
-
# display_label: "RadiusDisplayLabel",
|
5246
|
-
# use_same_username: false,
|
5247
|
-
# },
|
5248
|
-
# }
|
5249
|
-
#
|
5250
4539
|
# @!attribute [rw] directory_id
|
5251
4540
|
# The identifier of the directory for which to update the RADIUS
|
5252
4541
|
# server information.
|
@@ -5272,19 +4561,6 @@ module Aws::DirectoryService
|
|
5272
4561
|
#
|
5273
4562
|
class UpdateRadiusResult < Aws::EmptyStructure; end
|
5274
4563
|
|
5275
|
-
# @note When making an API call, you may pass UpdateSettingsRequest
|
5276
|
-
# data as a hash:
|
5277
|
-
#
|
5278
|
-
# {
|
5279
|
-
# directory_id: "DirectoryId", # required
|
5280
|
-
# settings: [ # required
|
5281
|
-
# {
|
5282
|
-
# name: "DirectoryConfigurationSettingName", # required
|
5283
|
-
# value: "DirectoryConfigurationSettingValue", # required
|
5284
|
-
# },
|
5285
|
-
# ],
|
5286
|
-
# }
|
5287
|
-
#
|
5288
4564
|
# @!attribute [rw] directory_id
|
5289
4565
|
# The identifier of the directory for which to update settings.
|
5290
4566
|
# @return [String]
|
@@ -5314,14 +4590,6 @@ module Aws::DirectoryService
|
|
5314
4590
|
include Aws::Structure
|
5315
4591
|
end
|
5316
4592
|
|
5317
|
-
# @note When making an API call, you may pass UpdateTrustRequest
|
5318
|
-
# data as a hash:
|
5319
|
-
#
|
5320
|
-
# {
|
5321
|
-
# trust_id: "TrustId", # required
|
5322
|
-
# selective_auth: "Enabled", # accepts Enabled, Disabled
|
5323
|
-
# }
|
5324
|
-
#
|
5325
4593
|
# @!attribute [rw] trust_id
|
5326
4594
|
# Identifier of the trust relationship.
|
5327
4595
|
# @return [String]
|
@@ -5392,13 +4660,6 @@ module Aws::DirectoryService
|
|
5392
4660
|
# Initiates the verification of an existing trust relationship between
|
5393
4661
|
# an Managed Microsoft AD directory and an external domain.
|
5394
4662
|
#
|
5395
|
-
# @note When making an API call, you may pass VerifyTrustRequest
|
5396
|
-
# data as a hash:
|
5397
|
-
#
|
5398
|
-
# {
|
5399
|
-
# trust_id: "TrustId", # required
|
5400
|
-
# }
|
5401
|
-
#
|
5402
4663
|
# @!attribute [rw] trust_id
|
5403
4664
|
# The unique Trust ID of the trust relationship to verify.
|
5404
4665
|
# @return [String]
|