aws-sdk-directoryservice 1.0.0.rc2 → 1.0.0.rc3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-directoryservice.rb +1 -1
- data/lib/aws-sdk-directoryservice/client.rb +79 -1
- data/lib/aws-sdk-directoryservice/types.rb +188 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1afb82976852877ad2990f79d595e524ca555a62
|
4
|
+
data.tar.gz: 0b86895a7d0735312419adec9a164377589ec4ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcf7c141c4af586702508ecdc10e367222b6cb666984d28fd3188d3815a9bccd1a9b42773cb4604fb2eea7ee3560d54870ed07648a1a506b9b7ecfa5667d6728
|
7
|
+
data.tar.gz: 6c6f274faaba8ed21290fc84a2826872a4c65f8f06d4750bf5b178a696e9265cb36118dc5490975b8618440e3f36a243d8daee99e2aa7374096535859be6828d
|
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
|
18
18
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
19
19
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
20
20
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
21
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
21
22
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
22
23
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
23
24
|
|
@@ -45,6 +46,7 @@ module Aws::DirectoryService
|
|
45
46
|
add_plugin(Aws::Plugins::ResponsePaging)
|
46
47
|
add_plugin(Aws::Plugins::StubResponses)
|
47
48
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
49
|
+
add_plugin(Aws::Plugins::JsonvalueConverter)
|
48
50
|
add_plugin(Aws::Plugins::SignatureV4)
|
49
51
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
50
52
|
|
@@ -247,6 +249,8 @@ module Aws::DirectoryService
|
|
247
249
|
# update_security_group_for_directory_controllers: false,
|
248
250
|
# })
|
249
251
|
#
|
252
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddIpRoutes AWS API Documentation
|
253
|
+
#
|
250
254
|
# @overload add_ip_routes(params = {})
|
251
255
|
# @param [Hash] params ({})
|
252
256
|
def add_ip_routes(params = {}, options = {})
|
@@ -278,6 +282,8 @@ module Aws::DirectoryService
|
|
278
282
|
# ],
|
279
283
|
# })
|
280
284
|
#
|
285
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddTagsToResource AWS API Documentation
|
286
|
+
#
|
281
287
|
# @overload add_tags_to_resource(params = {})
|
282
288
|
# @param [Hash] params ({})
|
283
289
|
def add_tags_to_resource(params = {}, options = {})
|
@@ -307,6 +313,8 @@ module Aws::DirectoryService
|
|
307
313
|
# schema_extension_id: "SchemaExtensionId", # required
|
308
314
|
# })
|
309
315
|
#
|
316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CancelSchemaExtension AWS API Documentation
|
317
|
+
#
|
310
318
|
# @overload cancel_schema_extension(params = {})
|
311
319
|
# @param [Hash] params ({})
|
312
320
|
def cancel_schema_extension(params = {}, options = {})
|
@@ -370,6 +378,8 @@ module Aws::DirectoryService
|
|
370
378
|
#
|
371
379
|
# resp.directory_id #=> String
|
372
380
|
#
|
381
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ConnectDirectory AWS API Documentation
|
382
|
+
#
|
373
383
|
# @overload connect_directory(params = {})
|
374
384
|
# @param [Hash] params ({})
|
375
385
|
def connect_directory(params = {}, options = {})
|
@@ -411,6 +421,8 @@ module Aws::DirectoryService
|
|
411
421
|
# resp.directory_id #=> String
|
412
422
|
# resp.alias #=> String
|
413
423
|
#
|
424
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateAlias AWS API Documentation
|
425
|
+
#
|
414
426
|
# @overload create_alias(params = {})
|
415
427
|
# @param [Hash] params ({})
|
416
428
|
def create_alias(params = {}, options = {})
|
@@ -468,6 +480,8 @@ module Aws::DirectoryService
|
|
468
480
|
# resp.computer.computer_attributes[0].name #=> String
|
469
481
|
# resp.computer.computer_attributes[0].value #=> <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
|
470
482
|
#
|
483
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateComputer AWS API Documentation
|
484
|
+
#
|
471
485
|
# @overload create_computer(params = {})
|
472
486
|
# @param [Hash] params ({})
|
473
487
|
def create_computer(params = {}, options = {})
|
@@ -502,6 +516,8 @@ module Aws::DirectoryService
|
|
502
516
|
# dns_ip_addrs: ["IpAddr"], # required
|
503
517
|
# })
|
504
518
|
#
|
519
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateConditionalForwarder AWS API Documentation
|
520
|
+
#
|
505
521
|
# @overload create_conditional_forwarder(params = {})
|
506
522
|
# @param [Hash] params ({})
|
507
523
|
def create_conditional_forwarder(params = {}, options = {})
|
@@ -565,6 +581,8 @@ module Aws::DirectoryService
|
|
565
581
|
#
|
566
582
|
# resp.directory_id #=> String
|
567
583
|
#
|
584
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateDirectory AWS API Documentation
|
585
|
+
#
|
568
586
|
# @overload create_directory(params = {})
|
569
587
|
# @param [Hash] params ({})
|
570
588
|
def create_directory(params = {}, options = {})
|
@@ -627,6 +645,8 @@ module Aws::DirectoryService
|
|
627
645
|
#
|
628
646
|
# resp.directory_id #=> String
|
629
647
|
#
|
648
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateMicrosoftAD AWS API Documentation
|
649
|
+
#
|
630
650
|
# @overload create_microsoft_ad(params = {})
|
631
651
|
# @param [Hash] params ({})
|
632
652
|
def create_microsoft_ad(params = {}, options = {})
|
@@ -662,6 +682,8 @@ module Aws::DirectoryService
|
|
662
682
|
#
|
663
683
|
# resp.snapshot_id #=> String
|
664
684
|
#
|
685
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateSnapshot AWS API Documentation
|
686
|
+
#
|
665
687
|
# @overload create_snapshot(params = {})
|
666
688
|
# @param [Hash] params ({})
|
667
689
|
def create_snapshot(params = {}, options = {})
|
@@ -721,6 +743,8 @@ module Aws::DirectoryService
|
|
721
743
|
#
|
722
744
|
# resp.trust_id #=> String
|
723
745
|
#
|
746
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateTrust AWS API Documentation
|
747
|
+
#
|
724
748
|
# @overload create_trust(params = {})
|
725
749
|
# @param [Hash] params ({})
|
726
750
|
def create_trust(params = {}, options = {})
|
@@ -747,6 +771,8 @@ module Aws::DirectoryService
|
|
747
771
|
# remote_domain_name: "RemoteDomainName", # required
|
748
772
|
# })
|
749
773
|
#
|
774
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteConditionalForwarder AWS API Documentation
|
775
|
+
#
|
750
776
|
# @overload delete_conditional_forwarder(params = {})
|
751
777
|
# @param [Hash] params ({})
|
752
778
|
def delete_conditional_forwarder(params = {}, options = {})
|
@@ -783,6 +809,8 @@ module Aws::DirectoryService
|
|
783
809
|
#
|
784
810
|
# resp.directory_id #=> String
|
785
811
|
#
|
812
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteDirectory AWS API Documentation
|
813
|
+
#
|
786
814
|
# @overload delete_directory(params = {})
|
787
815
|
# @param [Hash] params ({})
|
788
816
|
def delete_directory(params = {}, options = {})
|
@@ -809,6 +837,8 @@ module Aws::DirectoryService
|
|
809
837
|
#
|
810
838
|
# resp.snapshot_id #=> String
|
811
839
|
#
|
840
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteSnapshot AWS API Documentation
|
841
|
+
#
|
812
842
|
# @overload delete_snapshot(params = {})
|
813
843
|
# @param [Hash] params ({})
|
814
844
|
def delete_snapshot(params = {}, options = {})
|
@@ -840,6 +870,8 @@ module Aws::DirectoryService
|
|
840
870
|
#
|
841
871
|
# resp.trust_id #=> String
|
842
872
|
#
|
873
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteTrust AWS API Documentation
|
874
|
+
#
|
843
875
|
# @overload delete_trust(params = {})
|
844
876
|
# @param [Hash] params ({})
|
845
877
|
def delete_trust(params = {}, options = {})
|
@@ -867,6 +899,8 @@ module Aws::DirectoryService
|
|
867
899
|
# topic_name: "TopicName", # required
|
868
900
|
# })
|
869
901
|
#
|
902
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterEventTopic AWS API Documentation
|
903
|
+
#
|
870
904
|
# @overload deregister_event_topic(params = {})
|
871
905
|
# @param [Hash] params ({})
|
872
906
|
def deregister_event_topic(params = {}, options = {})
|
@@ -908,6 +942,8 @@ module Aws::DirectoryService
|
|
908
942
|
# resp.conditional_forwarders[0].dns_ip_addrs[0] #=> String
|
909
943
|
# resp.conditional_forwarders[0].replication_scope #=> String, one of "Domain"
|
910
944
|
#
|
945
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeConditionalForwarders AWS API Documentation
|
946
|
+
#
|
911
947
|
# @overload describe_conditional_forwarders(params = {})
|
912
948
|
# @param [Hash] params ({})
|
913
949
|
def describe_conditional_forwarders(params = {}, options = {})
|
@@ -1004,6 +1040,8 @@ module Aws::DirectoryService
|
|
1004
1040
|
# resp.directory_descriptions[0].sso_enabled #=> Boolean
|
1005
1041
|
# resp.next_token #=> String
|
1006
1042
|
#
|
1043
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectories AWS API Documentation
|
1044
|
+
#
|
1007
1045
|
# @overload describe_directories(params = {})
|
1008
1046
|
# @param [Hash] params ({})
|
1009
1047
|
def describe_directories(params = {}, options = {})
|
@@ -1049,6 +1087,8 @@ module Aws::DirectoryService
|
|
1049
1087
|
# resp.event_topics[0].created_date_time #=> Time
|
1050
1088
|
# resp.event_topics[0].status #=> String, one of "Registered", "Topic not found", "Failed", "Deleted"
|
1051
1089
|
#
|
1090
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeEventTopics AWS API Documentation
|
1091
|
+
#
|
1052
1092
|
# @overload describe_event_topics(params = {})
|
1053
1093
|
# @param [Hash] params ({})
|
1054
1094
|
def describe_event_topics(params = {}, options = {})
|
@@ -1108,6 +1148,8 @@ module Aws::DirectoryService
|
|
1108
1148
|
# resp.snapshots[0].start_time #=> Time
|
1109
1149
|
# resp.next_token #=> String
|
1110
1150
|
#
|
1151
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSnapshots AWS API Documentation
|
1152
|
+
#
|
1111
1153
|
# @overload describe_snapshots(params = {})
|
1112
1154
|
# @param [Hash] params ({})
|
1113
1155
|
def describe_snapshots(params = {}, options = {})
|
@@ -1168,6 +1210,8 @@ module Aws::DirectoryService
|
|
1168
1210
|
# resp.trusts[0].trust_state_reason #=> String
|
1169
1211
|
# resp.next_token #=> String
|
1170
1212
|
#
|
1213
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeTrusts AWS API Documentation
|
1214
|
+
#
|
1171
1215
|
# @overload describe_trusts(params = {})
|
1172
1216
|
# @param [Hash] params ({})
|
1173
1217
|
def describe_trusts(params = {}, options = {})
|
@@ -1190,6 +1234,8 @@ module Aws::DirectoryService
|
|
1190
1234
|
# directory_id: "DirectoryId", # required
|
1191
1235
|
# })
|
1192
1236
|
#
|
1237
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableRadius AWS API Documentation
|
1238
|
+
#
|
1193
1239
|
# @overload disable_radius(params = {})
|
1194
1240
|
# @param [Hash] params ({})
|
1195
1241
|
def disable_radius(params = {}, options = {})
|
@@ -1228,6 +1274,8 @@ module Aws::DirectoryService
|
|
1228
1274
|
# password: "ConnectPassword",
|
1229
1275
|
# })
|
1230
1276
|
#
|
1277
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableSso AWS API Documentation
|
1278
|
+
#
|
1231
1279
|
# @overload disable_sso(params = {})
|
1232
1280
|
# @param [Hash] params ({})
|
1233
1281
|
def disable_sso(params = {}, options = {})
|
@@ -1264,6 +1312,8 @@ module Aws::DirectoryService
|
|
1264
1312
|
# },
|
1265
1313
|
# })
|
1266
1314
|
#
|
1315
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableRadius AWS API Documentation
|
1316
|
+
#
|
1267
1317
|
# @overload enable_radius(params = {})
|
1268
1318
|
# @param [Hash] params ({})
|
1269
1319
|
def enable_radius(params = {}, options = {})
|
@@ -1302,6 +1352,8 @@ module Aws::DirectoryService
|
|
1302
1352
|
# password: "ConnectPassword",
|
1303
1353
|
# })
|
1304
1354
|
#
|
1355
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableSso AWS API Documentation
|
1356
|
+
#
|
1305
1357
|
# @overload enable_sso(params = {})
|
1306
1358
|
# @param [Hash] params ({})
|
1307
1359
|
def enable_sso(params = {}, options = {})
|
@@ -1327,6 +1379,8 @@ module Aws::DirectoryService
|
|
1327
1379
|
# resp.directory_limits.connected_directories_current_count #=> Integer
|
1328
1380
|
# resp.directory_limits.connected_directories_limit_reached #=> Boolean
|
1329
1381
|
#
|
1382
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetDirectoryLimits AWS API Documentation
|
1383
|
+
#
|
1330
1384
|
# @overload get_directory_limits(params = {})
|
1331
1385
|
# @param [Hash] params ({})
|
1332
1386
|
def get_directory_limits(params = {}, options = {})
|
@@ -1355,6 +1409,8 @@ module Aws::DirectoryService
|
|
1355
1409
|
# resp.snapshot_limits.manual_snapshots_current_count #=> Integer
|
1356
1410
|
# resp.snapshot_limits.manual_snapshots_limit_reached #=> Boolean
|
1357
1411
|
#
|
1412
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetSnapshotLimits AWS API Documentation
|
1413
|
+
#
|
1358
1414
|
# @overload get_snapshot_limits(params = {})
|
1359
1415
|
# @param [Hash] params ({})
|
1360
1416
|
def get_snapshot_limits(params = {}, options = {})
|
@@ -1400,6 +1456,8 @@ module Aws::DirectoryService
|
|
1400
1456
|
# resp.ip_routes_info[0].description #=> String
|
1401
1457
|
# resp.next_token #=> String
|
1402
1458
|
#
|
1459
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListIpRoutes AWS API Documentation
|
1460
|
+
#
|
1403
1461
|
# @overload list_ip_routes(params = {})
|
1404
1462
|
# @param [Hash] params ({})
|
1405
1463
|
def list_ip_routes(params = {}, options = {})
|
@@ -1445,6 +1503,8 @@ module Aws::DirectoryService
|
|
1445
1503
|
# resp.schema_extensions_info[0].end_date_time #=> Time
|
1446
1504
|
# resp.next_token #=> String
|
1447
1505
|
#
|
1506
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListSchemaExtensions AWS API Documentation
|
1507
|
+
#
|
1448
1508
|
# @overload list_schema_extensions(params = {})
|
1449
1509
|
# @param [Hash] params ({})
|
1450
1510
|
def list_schema_extensions(params = {}, options = {})
|
@@ -1483,6 +1543,8 @@ module Aws::DirectoryService
|
|
1483
1543
|
# resp.tags[0].value #=> String
|
1484
1544
|
# resp.next_token #=> String
|
1485
1545
|
#
|
1546
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListTagsForResource AWS API Documentation
|
1547
|
+
#
|
1486
1548
|
# @overload list_tags_for_resource(params = {})
|
1487
1549
|
# @param [Hash] params ({})
|
1488
1550
|
def list_tags_for_resource(params = {}, options = {})
|
@@ -1514,6 +1576,8 @@ module Aws::DirectoryService
|
|
1514
1576
|
# topic_name: "TopicName", # required
|
1515
1577
|
# })
|
1516
1578
|
#
|
1579
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterEventTopic AWS API Documentation
|
1580
|
+
#
|
1517
1581
|
# @overload register_event_topic(params = {})
|
1518
1582
|
# @param [Hash] params ({})
|
1519
1583
|
def register_event_topic(params = {}, options = {})
|
@@ -1539,6 +1603,8 @@ module Aws::DirectoryService
|
|
1539
1603
|
# cidr_ips: ["CidrIp"], # required
|
1540
1604
|
# })
|
1541
1605
|
#
|
1606
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveIpRoutes AWS API Documentation
|
1607
|
+
#
|
1542
1608
|
# @overload remove_ip_routes(params = {})
|
1543
1609
|
# @param [Hash] params ({})
|
1544
1610
|
def remove_ip_routes(params = {}, options = {})
|
@@ -1563,6 +1629,8 @@ module Aws::DirectoryService
|
|
1563
1629
|
# tag_keys: ["TagKey"], # required
|
1564
1630
|
# })
|
1565
1631
|
#
|
1632
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveTagsFromResource AWS API Documentation
|
1633
|
+
#
|
1566
1634
|
# @overload remove_tags_from_resource(params = {})
|
1567
1635
|
# @param [Hash] params ({})
|
1568
1636
|
def remove_tags_from_resource(params = {}, options = {})
|
@@ -1592,6 +1660,8 @@ module Aws::DirectoryService
|
|
1592
1660
|
# snapshot_id: "SnapshotId", # required
|
1593
1661
|
# })
|
1594
1662
|
#
|
1663
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RestoreFromSnapshot AWS API Documentation
|
1664
|
+
#
|
1595
1665
|
# @overload restore_from_snapshot(params = {})
|
1596
1666
|
# @param [Hash] params ({})
|
1597
1667
|
def restore_from_snapshot(params = {}, options = {})
|
@@ -1635,6 +1705,8 @@ module Aws::DirectoryService
|
|
1635
1705
|
#
|
1636
1706
|
# resp.schema_extension_id #=> String
|
1637
1707
|
#
|
1708
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/StartSchemaExtension AWS API Documentation
|
1709
|
+
#
|
1638
1710
|
# @overload start_schema_extension(params = {})
|
1639
1711
|
# @param [Hash] params ({})
|
1640
1712
|
def start_schema_extension(params = {}, options = {})
|
@@ -1667,6 +1739,8 @@ module Aws::DirectoryService
|
|
1667
1739
|
# dns_ip_addrs: ["IpAddr"], # required
|
1668
1740
|
# })
|
1669
1741
|
#
|
1742
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateConditionalForwarder AWS API Documentation
|
1743
|
+
#
|
1670
1744
|
# @overload update_conditional_forwarder(params = {})
|
1671
1745
|
# @param [Hash] params ({})
|
1672
1746
|
def update_conditional_forwarder(params = {}, options = {})
|
@@ -1703,6 +1777,8 @@ module Aws::DirectoryService
|
|
1703
1777
|
# },
|
1704
1778
|
# })
|
1705
1779
|
#
|
1780
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateRadius AWS API Documentation
|
1781
|
+
#
|
1706
1782
|
# @overload update_radius(params = {})
|
1707
1783
|
# @param [Hash] params ({})
|
1708
1784
|
def update_radius(params = {}, options = {})
|
@@ -1733,6 +1809,8 @@ module Aws::DirectoryService
|
|
1733
1809
|
#
|
1734
1810
|
# resp.trust_id #=> String
|
1735
1811
|
#
|
1812
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/VerifyTrust AWS API Documentation
|
1813
|
+
#
|
1736
1814
|
# @overload verify_trust(params = {})
|
1737
1815
|
# @param [Hash] params ({})
|
1738
1816
|
def verify_trust(params = {}, options = {})
|
@@ -1753,7 +1831,7 @@ module Aws::DirectoryService
|
|
1753
1831
|
params: params,
|
1754
1832
|
config: config)
|
1755
1833
|
context[:gem_name] = 'aws-sdk-directoryservice'
|
1756
|
-
context[:gem_version] = '1.0.0.
|
1834
|
+
context[:gem_version] = '1.0.0.rc3'
|
1757
1835
|
Seahorse::Client::Request.new(handlers, context)
|
1758
1836
|
end
|
1759
1837
|
|
@@ -98,6 +98,8 @@ module Aws::DirectoryService
|
|
98
98
|
# not exposed publicly.
|
99
99
|
# @return [Boolean]
|
100
100
|
#
|
101
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddIpRoutesRequest AWS API Documentation
|
102
|
+
#
|
101
103
|
class AddIpRoutesRequest < Struct.new(
|
102
104
|
:directory_id,
|
103
105
|
:ip_routes,
|
@@ -105,6 +107,8 @@ module Aws::DirectoryService
|
|
105
107
|
include Aws::Structure
|
106
108
|
end
|
107
109
|
|
110
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddIpRoutesResult AWS API Documentation
|
111
|
+
#
|
108
112
|
class AddIpRoutesResult < Aws::EmptyStructure; end
|
109
113
|
|
110
114
|
# @note When making an API call, you may pass AddTagsToResourceRequest
|
@@ -128,12 +132,16 @@ module Aws::DirectoryService
|
|
128
132
|
# The tags to be assigned to the directory.
|
129
133
|
# @return [Array<Types::Tag>]
|
130
134
|
#
|
135
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddTagsToResourceRequest AWS API Documentation
|
136
|
+
#
|
131
137
|
class AddTagsToResourceRequest < Struct.new(
|
132
138
|
:resource_id,
|
133
139
|
:tags)
|
134
140
|
include Aws::Structure
|
135
141
|
end
|
136
142
|
|
143
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/AddTagsToResourceResult AWS API Documentation
|
144
|
+
#
|
137
145
|
class AddTagsToResourceResult < Aws::EmptyStructure; end
|
138
146
|
|
139
147
|
# Represents a named directory attribute.
|
@@ -154,6 +162,8 @@ module Aws::DirectoryService
|
|
154
162
|
# The value of the attribute.
|
155
163
|
# @return [String]
|
156
164
|
#
|
165
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Attribute AWS API Documentation
|
166
|
+
#
|
157
167
|
class Attribute < Struct.new(
|
158
168
|
:name,
|
159
169
|
:value)
|
@@ -177,12 +187,16 @@ module Aws::DirectoryService
|
|
177
187
|
# The identifier of the schema extension that will be canceled.
|
178
188
|
# @return [String]
|
179
189
|
#
|
190
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CancelSchemaExtensionRequest AWS API Documentation
|
191
|
+
#
|
180
192
|
class CancelSchemaExtensionRequest < Struct.new(
|
181
193
|
:directory_id,
|
182
194
|
:schema_extension_id)
|
183
195
|
include Aws::Structure
|
184
196
|
end
|
185
197
|
|
198
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CancelSchemaExtensionResult AWS API Documentation
|
199
|
+
#
|
186
200
|
class CancelSchemaExtensionResult < Aws::EmptyStructure; end
|
187
201
|
|
188
202
|
# Contains information about a computer account in a directory.
|
@@ -200,6 +214,8 @@ module Aws::DirectoryService
|
|
200
214
|
# belong to the computer account.
|
201
215
|
# @return [Array<Types::Attribute>]
|
202
216
|
#
|
217
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Computer AWS API Documentation
|
218
|
+
#
|
203
219
|
class Computer < Struct.new(
|
204
220
|
:computer_id,
|
205
221
|
:computer_name,
|
@@ -228,6 +244,8 @@ module Aws::DirectoryService
|
|
228
244
|
# all of the domain controllers for your AWS directory.
|
229
245
|
# @return [String]
|
230
246
|
#
|
247
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ConditionalForwarder AWS API Documentation
|
248
|
+
#
|
231
249
|
class ConditionalForwarder < Struct.new(
|
232
250
|
:remote_domain_name,
|
233
251
|
:dns_ip_addrs,
|
@@ -280,6 +298,8 @@ module Aws::DirectoryService
|
|
280
298
|
# information for the operation.
|
281
299
|
# @return [Types::DirectoryConnectSettings]
|
282
300
|
#
|
301
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ConnectDirectoryRequest AWS API Documentation
|
302
|
+
#
|
283
303
|
class ConnectDirectoryRequest < Struct.new(
|
284
304
|
:name,
|
285
305
|
:short_name,
|
@@ -296,6 +316,8 @@ module Aws::DirectoryService
|
|
296
316
|
# The identifier of the new directory.
|
297
317
|
# @return [String]
|
298
318
|
#
|
319
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ConnectDirectoryResult AWS API Documentation
|
320
|
+
#
|
299
321
|
class ConnectDirectoryResult < Struct.new(
|
300
322
|
:directory_id)
|
301
323
|
include Aws::Structure
|
@@ -323,6 +345,8 @@ module Aws::DirectoryService
|
|
323
345
|
# exists.
|
324
346
|
# @return [String]
|
325
347
|
#
|
348
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateAliasRequest AWS API Documentation
|
349
|
+
#
|
326
350
|
class CreateAliasRequest < Struct.new(
|
327
351
|
:directory_id,
|
328
352
|
:alias)
|
@@ -339,6 +363,8 @@ module Aws::DirectoryService
|
|
339
363
|
# The alias for the directory.
|
340
364
|
# @return [String]
|
341
365
|
#
|
366
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateAliasResult AWS API Documentation
|
367
|
+
#
|
342
368
|
class CreateAliasResult < Struct.new(
|
343
369
|
:directory_id,
|
344
370
|
:alias)
|
@@ -388,6 +414,8 @@ module Aws::DirectoryService
|
|
388
414
|
# apply to the computer account.
|
389
415
|
# @return [Array<Types::Attribute>]
|
390
416
|
#
|
417
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateComputerRequest AWS API Documentation
|
418
|
+
#
|
391
419
|
class CreateComputerRequest < Struct.new(
|
392
420
|
:directory_id,
|
393
421
|
:computer_name,
|
@@ -403,6 +431,8 @@ module Aws::DirectoryService
|
|
403
431
|
# A Computer object that represents the computer account.
|
404
432
|
# @return [Types::Computer]
|
405
433
|
#
|
434
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateComputerResult AWS API Documentation
|
435
|
+
#
|
406
436
|
class CreateComputerResult < Struct.new(
|
407
437
|
:computer)
|
408
438
|
include Aws::Structure
|
@@ -437,6 +467,8 @@ module Aws::DirectoryService
|
|
437
467
|
# RemoteDomainName.
|
438
468
|
# @return [Array<String>]
|
439
469
|
#
|
470
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateConditionalForwarderRequest AWS API Documentation
|
471
|
+
#
|
440
472
|
class CreateConditionalForwarderRequest < Struct.new(
|
441
473
|
:directory_id,
|
442
474
|
:remote_domain_name,
|
@@ -446,6 +478,8 @@ module Aws::DirectoryService
|
|
446
478
|
|
447
479
|
# The result of a CreateConditinalForwarder request.
|
448
480
|
#
|
481
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateConditionalForwarderResult AWS API Documentation
|
482
|
+
#
|
449
483
|
class CreateConditionalForwarderResult < Aws::EmptyStructure; end
|
450
484
|
|
451
485
|
# Contains the inputs for the CreateDirectory operation.
|
@@ -493,6 +527,8 @@ module Aws::DirectoryService
|
|
493
527
|
# for the operation.
|
494
528
|
# @return [Types::DirectoryVpcSettings]
|
495
529
|
#
|
530
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateDirectoryRequest AWS API Documentation
|
531
|
+
#
|
496
532
|
class CreateDirectoryRequest < Struct.new(
|
497
533
|
:name,
|
498
534
|
:short_name,
|
@@ -509,6 +545,8 @@ module Aws::DirectoryService
|
|
509
545
|
# The identifier of the directory that was created.
|
510
546
|
# @return [String]
|
511
547
|
#
|
548
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateDirectoryResult AWS API Documentation
|
549
|
+
#
|
512
550
|
class CreateDirectoryResult < Struct.new(
|
513
551
|
:directory_id)
|
514
552
|
include Aws::Structure
|
@@ -558,6 +596,8 @@ module Aws::DirectoryService
|
|
558
596
|
# CreateMicrosoftAD operation.
|
559
597
|
# @return [Types::DirectoryVpcSettings]
|
560
598
|
#
|
599
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateMicrosoftADRequest AWS API Documentation
|
600
|
+
#
|
561
601
|
class CreateMicrosoftADRequest < Struct.new(
|
562
602
|
:name,
|
563
603
|
:short_name,
|
@@ -573,6 +613,8 @@ module Aws::DirectoryService
|
|
573
613
|
# The identifier of the directory that was created.
|
574
614
|
# @return [String]
|
575
615
|
#
|
616
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateMicrosoftADResult AWS API Documentation
|
617
|
+
#
|
576
618
|
class CreateMicrosoftADResult < Struct.new(
|
577
619
|
:directory_id)
|
578
620
|
include Aws::Structure
|
@@ -596,6 +638,8 @@ module Aws::DirectoryService
|
|
596
638
|
# The descriptive name to apply to the snapshot.
|
597
639
|
# @return [String]
|
598
640
|
#
|
641
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateSnapshotRequest AWS API Documentation
|
642
|
+
#
|
599
643
|
class CreateSnapshotRequest < Struct.new(
|
600
644
|
:directory_id,
|
601
645
|
:name)
|
@@ -608,6 +652,8 @@ module Aws::DirectoryService
|
|
608
652
|
# The identifier of the snapshot that was created.
|
609
653
|
# @return [String]
|
610
654
|
#
|
655
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateSnapshotResult AWS API Documentation
|
656
|
+
#
|
611
657
|
class CreateSnapshotResult < Struct.new(
|
612
658
|
:snapshot_id)
|
613
659
|
include Aws::Structure
|
@@ -664,6 +710,8 @@ module Aws::DirectoryService
|
|
664
710
|
# RemoteDomainName.
|
665
711
|
# @return [Array<String>]
|
666
712
|
#
|
713
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateTrustRequest AWS API Documentation
|
714
|
+
#
|
667
715
|
class CreateTrustRequest < Struct.new(
|
668
716
|
:directory_id,
|
669
717
|
:remote_domain_name,
|
@@ -680,6 +728,8 @@ module Aws::DirectoryService
|
|
680
728
|
# A unique identifier for the trust relationship that was created.
|
681
729
|
# @return [String]
|
682
730
|
#
|
731
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateTrustResult AWS API Documentation
|
732
|
+
#
|
683
733
|
class CreateTrustResult < Struct.new(
|
684
734
|
:trust_id)
|
685
735
|
include Aws::Structure
|
@@ -705,6 +755,8 @@ module Aws::DirectoryService
|
|
705
755
|
# which you are deleting the conditional forwarder.
|
706
756
|
# @return [String]
|
707
757
|
#
|
758
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteConditionalForwarderRequest AWS API Documentation
|
759
|
+
#
|
708
760
|
class DeleteConditionalForwarderRequest < Struct.new(
|
709
761
|
:directory_id,
|
710
762
|
:remote_domain_name)
|
@@ -713,6 +765,8 @@ module Aws::DirectoryService
|
|
713
765
|
|
714
766
|
# The result of a DeleteConditionalForwarder request.
|
715
767
|
#
|
768
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteConditionalForwarderResult AWS API Documentation
|
769
|
+
#
|
716
770
|
class DeleteConditionalForwarderResult < Aws::EmptyStructure; end
|
717
771
|
|
718
772
|
# Contains the inputs for the DeleteDirectory operation.
|
@@ -728,6 +782,8 @@ module Aws::DirectoryService
|
|
728
782
|
# The identifier of the directory to delete.
|
729
783
|
# @return [String]
|
730
784
|
#
|
785
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteDirectoryRequest AWS API Documentation
|
786
|
+
#
|
731
787
|
class DeleteDirectoryRequest < Struct.new(
|
732
788
|
:directory_id)
|
733
789
|
include Aws::Structure
|
@@ -739,6 +795,8 @@ module Aws::DirectoryService
|
|
739
795
|
# The directory identifier.
|
740
796
|
# @return [String]
|
741
797
|
#
|
798
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteDirectoryResult AWS API Documentation
|
799
|
+
#
|
742
800
|
class DeleteDirectoryResult < Struct.new(
|
743
801
|
:directory_id)
|
744
802
|
include Aws::Structure
|
@@ -757,6 +815,8 @@ module Aws::DirectoryService
|
|
757
815
|
# The identifier of the directory snapshot to be deleted.
|
758
816
|
# @return [String]
|
759
817
|
#
|
818
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteSnapshotRequest AWS API Documentation
|
819
|
+
#
|
760
820
|
class DeleteSnapshotRequest < Struct.new(
|
761
821
|
:snapshot_id)
|
762
822
|
include Aws::Structure
|
@@ -768,6 +828,8 @@ module Aws::DirectoryService
|
|
768
828
|
# The identifier of the directory snapshot that was deleted.
|
769
829
|
# @return [String]
|
770
830
|
#
|
831
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteSnapshotResult AWS API Documentation
|
832
|
+
#
|
771
833
|
class DeleteSnapshotResult < Struct.new(
|
772
834
|
:snapshot_id)
|
773
835
|
include Aws::Structure
|
@@ -792,6 +854,8 @@ module Aws::DirectoryService
|
|
792
854
|
# Delete a conditional forwarder as part of a DeleteTrustRequest.
|
793
855
|
# @return [Boolean]
|
794
856
|
#
|
857
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteTrustRequest AWS API Documentation
|
858
|
+
#
|
795
859
|
class DeleteTrustRequest < Struct.new(
|
796
860
|
:trust_id,
|
797
861
|
:delete_associated_conditional_forwarder)
|
@@ -804,6 +868,8 @@ module Aws::DirectoryService
|
|
804
868
|
# The Trust ID of the trust relationship that was deleted.
|
805
869
|
# @return [String]
|
806
870
|
#
|
871
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeleteTrustResult AWS API Documentation
|
872
|
+
#
|
807
873
|
class DeleteTrustResult < Struct.new(
|
808
874
|
:trust_id)
|
809
875
|
include Aws::Structure
|
@@ -830,6 +896,8 @@ module Aws::DirectoryService
|
|
830
896
|
# publisher.
|
831
897
|
# @return [String]
|
832
898
|
#
|
899
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterEventTopicRequest AWS API Documentation
|
900
|
+
#
|
833
901
|
class DeregisterEventTopicRequest < Struct.new(
|
834
902
|
:directory_id,
|
835
903
|
:topic_name)
|
@@ -838,6 +906,8 @@ module Aws::DirectoryService
|
|
838
906
|
|
839
907
|
# The result of a DeregisterEventTopic request.
|
840
908
|
#
|
909
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterEventTopicResult AWS API Documentation
|
910
|
+
#
|
841
911
|
class DeregisterEventTopicResult < Aws::EmptyStructure; end
|
842
912
|
|
843
913
|
# Describes a conditional forwarder.
|
@@ -861,6 +931,8 @@ module Aws::DirectoryService
|
|
861
931
|
# member is null, all conditional forwarders are returned.
|
862
932
|
# @return [Array<String>]
|
863
933
|
#
|
934
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeConditionalForwardersRequest AWS API Documentation
|
935
|
+
#
|
864
936
|
class DescribeConditionalForwardersRequest < Struct.new(
|
865
937
|
:directory_id,
|
866
938
|
:remote_domain_names)
|
@@ -873,6 +945,8 @@ module Aws::DirectoryService
|
|
873
945
|
# The list of conditional forwarders that have been created.
|
874
946
|
# @return [Array<Types::ConditionalForwarder>]
|
875
947
|
#
|
948
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeConditionalForwardersResult AWS API Documentation
|
949
|
+
#
|
876
950
|
class DescribeConditionalForwardersResult < Struct.new(
|
877
951
|
:conditional_forwarders)
|
878
952
|
include Aws::Structure
|
@@ -909,6 +983,8 @@ module Aws::DirectoryService
|
|
909
983
|
# operation.
|
910
984
|
# @return [Integer]
|
911
985
|
#
|
986
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectoriesRequest AWS API Documentation
|
987
|
+
#
|
912
988
|
class DescribeDirectoriesRequest < Struct.new(
|
913
989
|
:directory_ids,
|
914
990
|
:next_token,
|
@@ -933,6 +1009,8 @@ module Aws::DirectoryService
|
|
933
1009
|
# retrieve the next set of items.
|
934
1010
|
# @return [String]
|
935
1011
|
#
|
1012
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectoriesResult AWS API Documentation
|
1013
|
+
#
|
936
1014
|
class DescribeDirectoriesResult < Struct.new(
|
937
1015
|
:directory_descriptions,
|
938
1016
|
:next_token)
|
@@ -964,6 +1042,8 @@ module Aws::DirectoryService
|
|
964
1042
|
# thrown.
|
965
1043
|
# @return [Array<String>]
|
966
1044
|
#
|
1045
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeEventTopicsRequest AWS API Documentation
|
1046
|
+
#
|
967
1047
|
class DescribeEventTopicsRequest < Struct.new(
|
968
1048
|
:directory_id,
|
969
1049
|
:topic_names)
|
@@ -977,6 +1057,8 @@ module Aws::DirectoryService
|
|
977
1057
|
# specified Directory ID.
|
978
1058
|
# @return [Array<Types::EventTopic>]
|
979
1059
|
#
|
1060
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeEventTopicsResult AWS API Documentation
|
1061
|
+
#
|
980
1062
|
class DescribeEventTopicsResult < Struct.new(
|
981
1063
|
:event_topics)
|
982
1064
|
include Aws::Structure
|
@@ -1014,6 +1096,8 @@ module Aws::DirectoryService
|
|
1014
1096
|
# The maximum number of objects to return.
|
1015
1097
|
# @return [Integer]
|
1016
1098
|
#
|
1099
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSnapshotsRequest AWS API Documentation
|
1100
|
+
#
|
1017
1101
|
class DescribeSnapshotsRequest < Struct.new(
|
1018
1102
|
:directory_id,
|
1019
1103
|
:snapshot_ids,
|
@@ -1038,6 +1122,8 @@ module Aws::DirectoryService
|
|
1038
1122
|
# *NextToken* member of a subsequent call to DescribeSnapshots.
|
1039
1123
|
# @return [String]
|
1040
1124
|
#
|
1125
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeSnapshotsResult AWS API Documentation
|
1126
|
+
#
|
1041
1127
|
class DescribeSnapshotsResult < Struct.new(
|
1042
1128
|
:snapshots,
|
1043
1129
|
:next_token)
|
@@ -1081,6 +1167,8 @@ module Aws::DirectoryService
|
|
1081
1167
|
# The maximum number of objects to return.
|
1082
1168
|
# @return [Integer]
|
1083
1169
|
#
|
1170
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeTrustsRequest AWS API Documentation
|
1171
|
+
#
|
1084
1172
|
class DescribeTrustsRequest < Struct.new(
|
1085
1173
|
:directory_id,
|
1086
1174
|
:trust_ids,
|
@@ -1106,6 +1194,8 @@ module Aws::DirectoryService
|
|
1106
1194
|
# retrieve the next set of items.
|
1107
1195
|
# @return [String]
|
1108
1196
|
#
|
1197
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeTrustsResult AWS API Documentation
|
1198
|
+
#
|
1109
1199
|
class DescribeTrustsResult < Struct.new(
|
1110
1200
|
:trusts,
|
1111
1201
|
:next_token)
|
@@ -1151,6 +1241,8 @@ module Aws::DirectoryService
|
|
1151
1241
|
# * Join computers to the domain
|
1152
1242
|
# @return [String]
|
1153
1243
|
#
|
1244
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryConnectSettings AWS API Documentation
|
1245
|
+
#
|
1154
1246
|
class DirectoryConnectSettings < Struct.new(
|
1155
1247
|
:vpc_id,
|
1156
1248
|
:subnet_ids,
|
@@ -1185,6 +1277,8 @@ module Aws::DirectoryService
|
|
1185
1277
|
# The IP addresses of the AD Connector servers.
|
1186
1278
|
# @return [Array<String>]
|
1187
1279
|
#
|
1280
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryConnectSettingsDescription AWS API Documentation
|
1281
|
+
#
|
1188
1282
|
class DirectoryConnectSettingsDescription < Struct.new(
|
1189
1283
|
:vpc_id,
|
1190
1284
|
:subnet_ids,
|
@@ -1285,6 +1379,8 @@ module Aws::DirectoryService
|
|
1285
1379
|
# information, see EnableSso and DisableSso.
|
1286
1380
|
# @return [Boolean]
|
1287
1381
|
#
|
1382
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryDescription AWS API Documentation
|
1383
|
+
#
|
1288
1384
|
class DirectoryDescription < Struct.new(
|
1289
1385
|
:directory_id,
|
1290
1386
|
:name,
|
@@ -1346,6 +1442,8 @@ module Aws::DirectoryService
|
|
1346
1442
|
# Indicates if the connected directory limit has been reached.
|
1347
1443
|
# @return [Boolean]
|
1348
1444
|
#
|
1445
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryLimits AWS API Documentation
|
1446
|
+
#
|
1349
1447
|
class DirectoryLimits < Struct.new(
|
1350
1448
|
:cloud_only_directories_limit,
|
1351
1449
|
:cloud_only_directories_current_count,
|
@@ -1381,6 +1479,8 @@ module Aws::DirectoryService
|
|
1381
1479
|
# subnets.
|
1382
1480
|
# @return [Array<String>]
|
1383
1481
|
#
|
1482
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryVpcSettings AWS API Documentation
|
1483
|
+
#
|
1384
1484
|
class DirectoryVpcSettings < Struct.new(
|
1385
1485
|
:vpc_id,
|
1386
1486
|
:subnet_ids)
|
@@ -1409,6 +1509,8 @@ module Aws::DirectoryService
|
|
1409
1509
|
# The list of Availability Zones that the directory is in.
|
1410
1510
|
# @return [Array<String>]
|
1411
1511
|
#
|
1512
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DirectoryVpcSettingsDescription AWS API Documentation
|
1513
|
+
#
|
1412
1514
|
class DirectoryVpcSettingsDescription < Struct.new(
|
1413
1515
|
:vpc_id,
|
1414
1516
|
:subnet_ids,
|
@@ -1430,6 +1532,8 @@ module Aws::DirectoryService
|
|
1430
1532
|
# The identifier of the directory for which to disable MFA.
|
1431
1533
|
# @return [String]
|
1432
1534
|
#
|
1535
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableRadiusRequest AWS API Documentation
|
1536
|
+
#
|
1433
1537
|
class DisableRadiusRequest < Struct.new(
|
1434
1538
|
:directory_id)
|
1435
1539
|
include Aws::Structure
|
@@ -1437,6 +1541,8 @@ module Aws::DirectoryService
|
|
1437
1541
|
|
1438
1542
|
# Contains the results of the DisableRadius operation.
|
1439
1543
|
#
|
1544
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableRadiusResult AWS API Documentation
|
1545
|
+
#
|
1440
1546
|
class DisableRadiusResult < Aws::EmptyStructure; end
|
1441
1547
|
|
1442
1548
|
# Contains the inputs for the DisableSso operation.
|
@@ -1473,6 +1579,8 @@ module Aws::DirectoryService
|
|
1473
1579
|
# information, see the *UserName* parameter.
|
1474
1580
|
# @return [String]
|
1475
1581
|
#
|
1582
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableSsoRequest AWS API Documentation
|
1583
|
+
#
|
1476
1584
|
class DisableSsoRequest < Struct.new(
|
1477
1585
|
:directory_id,
|
1478
1586
|
:user_name,
|
@@ -1482,6 +1590,8 @@ module Aws::DirectoryService
|
|
1482
1590
|
|
1483
1591
|
# Contains the results of the DisableSso operation.
|
1484
1592
|
#
|
1593
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableSsoResult AWS API Documentation
|
1594
|
+
#
|
1485
1595
|
class DisableSsoResult < Aws::EmptyStructure; end
|
1486
1596
|
|
1487
1597
|
# Contains the inputs for the EnableRadius operation.
|
@@ -1512,6 +1622,8 @@ module Aws::DirectoryService
|
|
1512
1622
|
# server.
|
1513
1623
|
# @return [Types::RadiusSettings]
|
1514
1624
|
#
|
1625
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableRadiusRequest AWS API Documentation
|
1626
|
+
#
|
1515
1627
|
class EnableRadiusRequest < Struct.new(
|
1516
1628
|
:directory_id,
|
1517
1629
|
:radius_settings)
|
@@ -1520,6 +1632,8 @@ module Aws::DirectoryService
|
|
1520
1632
|
|
1521
1633
|
# Contains the results of the EnableRadius operation.
|
1522
1634
|
#
|
1635
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableRadiusResult AWS API Documentation
|
1636
|
+
#
|
1523
1637
|
class EnableRadiusResult < Aws::EmptyStructure; end
|
1524
1638
|
|
1525
1639
|
# Contains the inputs for the EnableSso operation.
|
@@ -1555,6 +1669,8 @@ module Aws::DirectoryService
|
|
1555
1669
|
# information, see the *UserName* parameter.
|
1556
1670
|
# @return [String]
|
1557
1671
|
#
|
1672
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableSsoRequest AWS API Documentation
|
1673
|
+
#
|
1558
1674
|
class EnableSsoRequest < Struct.new(
|
1559
1675
|
:directory_id,
|
1560
1676
|
:user_name,
|
@@ -1564,6 +1680,8 @@ module Aws::DirectoryService
|
|
1564
1680
|
|
1565
1681
|
# Contains the results of the EnableSso operation.
|
1566
1682
|
#
|
1683
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableSsoResult AWS API Documentation
|
1684
|
+
#
|
1567
1685
|
class EnableSsoResult < Aws::EmptyStructure; end
|
1568
1686
|
|
1569
1687
|
# Information about SNS topic and AWS Directory Service directory
|
@@ -1592,6 +1710,8 @@ module Aws::DirectoryService
|
|
1592
1710
|
# The topic registration status.
|
1593
1711
|
# @return [String]
|
1594
1712
|
#
|
1713
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EventTopic AWS API Documentation
|
1714
|
+
#
|
1595
1715
|
class EventTopic < Struct.new(
|
1596
1716
|
:directory_id,
|
1597
1717
|
:topic_name,
|
@@ -1605,6 +1725,8 @@ module Aws::DirectoryService
|
|
1605
1725
|
#
|
1606
1726
|
# @api private
|
1607
1727
|
#
|
1728
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetDirectoryLimitsRequest AWS API Documentation
|
1729
|
+
#
|
1608
1730
|
class GetDirectoryLimitsRequest < Aws::EmptyStructure; end
|
1609
1731
|
|
1610
1732
|
# Contains the results of the GetDirectoryLimits operation.
|
@@ -1614,6 +1736,8 @@ module Aws::DirectoryService
|
|
1614
1736
|
# current region.
|
1615
1737
|
# @return [Types::DirectoryLimits]
|
1616
1738
|
#
|
1739
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetDirectoryLimitsResult AWS API Documentation
|
1740
|
+
#
|
1617
1741
|
class GetDirectoryLimitsResult < Struct.new(
|
1618
1742
|
:directory_limits)
|
1619
1743
|
include Aws::Structure
|
@@ -1632,6 +1756,8 @@ module Aws::DirectoryService
|
|
1632
1756
|
# Contains the identifier of the directory to obtain the limits for.
|
1633
1757
|
# @return [String]
|
1634
1758
|
#
|
1759
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetSnapshotLimitsRequest AWS API Documentation
|
1760
|
+
#
|
1635
1761
|
class GetSnapshotLimitsRequest < Struct.new(
|
1636
1762
|
:directory_id)
|
1637
1763
|
include Aws::Structure
|
@@ -1644,6 +1770,8 @@ module Aws::DirectoryService
|
|
1644
1770
|
# the specified directory.
|
1645
1771
|
# @return [Types::SnapshotLimits]
|
1646
1772
|
#
|
1773
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/GetSnapshotLimitsResult AWS API Documentation
|
1774
|
+
#
|
1647
1775
|
class GetSnapshotLimitsResult < Struct.new(
|
1648
1776
|
:snapshot_limits)
|
1649
1777
|
include Aws::Structure
|
@@ -1671,6 +1799,8 @@ module Aws::DirectoryService
|
|
1671
1799
|
# Description of the address block.
|
1672
1800
|
# @return [String]
|
1673
1801
|
#
|
1802
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/IpRoute AWS API Documentation
|
1803
|
+
#
|
1674
1804
|
class IpRoute < Struct.new(
|
1675
1805
|
:cidr_ip,
|
1676
1806
|
:description)
|
@@ -1703,6 +1833,8 @@ module Aws::DirectoryService
|
|
1703
1833
|
# Description of the IpRouteInfo.
|
1704
1834
|
# @return [String]
|
1705
1835
|
#
|
1836
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/IpRouteInfo AWS API Documentation
|
1837
|
+
#
|
1706
1838
|
class IpRouteInfo < Struct.new(
|
1707
1839
|
:directory_id,
|
1708
1840
|
:cidr_ip,
|
@@ -1738,6 +1870,8 @@ module Aws::DirectoryService
|
|
1738
1870
|
# operation.
|
1739
1871
|
# @return [Integer]
|
1740
1872
|
#
|
1873
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListIpRoutesRequest AWS API Documentation
|
1874
|
+
#
|
1741
1875
|
class ListIpRoutesRequest < Struct.new(
|
1742
1876
|
:directory_id,
|
1743
1877
|
:next_token,
|
@@ -1755,6 +1889,8 @@ module Aws::DirectoryService
|
|
1755
1889
|
# retrieve the next set of items.
|
1756
1890
|
# @return [String]
|
1757
1891
|
#
|
1892
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListIpRoutesResult AWS API Documentation
|
1893
|
+
#
|
1758
1894
|
class ListIpRoutesResult < Struct.new(
|
1759
1895
|
:ip_routes_info,
|
1760
1896
|
:next_token)
|
@@ -1784,6 +1920,8 @@ module Aws::DirectoryService
|
|
1784
1920
|
# The maximum number of items to return.
|
1785
1921
|
# @return [Integer]
|
1786
1922
|
#
|
1923
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListSchemaExtensionsRequest AWS API Documentation
|
1924
|
+
#
|
1787
1925
|
class ListSchemaExtensionsRequest < Struct.new(
|
1788
1926
|
:directory_id,
|
1789
1927
|
:next_token,
|
@@ -1801,6 +1939,8 @@ module Aws::DirectoryService
|
|
1801
1939
|
# to retrieve the next set of items.
|
1802
1940
|
# @return [String]
|
1803
1941
|
#
|
1942
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListSchemaExtensionsResult AWS API Documentation
|
1943
|
+
#
|
1804
1944
|
class ListSchemaExtensionsResult < Struct.new(
|
1805
1945
|
:schema_extensions_info,
|
1806
1946
|
:next_token)
|
@@ -1829,6 +1969,8 @@ module Aws::DirectoryService
|
|
1829
1969
|
# Reserved for future use.
|
1830
1970
|
# @return [Integer]
|
1831
1971
|
#
|
1972
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListTagsForResourceRequest AWS API Documentation
|
1973
|
+
#
|
1832
1974
|
class ListTagsForResourceRequest < Struct.new(
|
1833
1975
|
:resource_id,
|
1834
1976
|
:next_token,
|
@@ -1844,6 +1986,8 @@ module Aws::DirectoryService
|
|
1844
1986
|
# Reserved for future use.
|
1845
1987
|
# @return [String]
|
1846
1988
|
#
|
1989
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListTagsForResourceResult AWS API Documentation
|
1990
|
+
#
|
1847
1991
|
class ListTagsForResourceResult < Struct.new(
|
1848
1992
|
:tags,
|
1849
1993
|
:next_token)
|
@@ -1905,6 +2049,8 @@ module Aws::DirectoryService
|
|
1905
2049
|
# Not currently used.
|
1906
2050
|
# @return [Boolean]
|
1907
2051
|
#
|
2052
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RadiusSettings AWS API Documentation
|
2053
|
+
#
|
1908
2054
|
class RadiusSettings < Struct.new(
|
1909
2055
|
:radius_servers,
|
1910
2056
|
:radius_port,
|
@@ -1937,6 +2083,8 @@ module Aws::DirectoryService
|
|
1937
2083
|
# Directory ID.
|
1938
2084
|
# @return [String]
|
1939
2085
|
#
|
2086
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterEventTopicRequest AWS API Documentation
|
2087
|
+
#
|
1940
2088
|
class RegisterEventTopicRequest < Struct.new(
|
1941
2089
|
:directory_id,
|
1942
2090
|
:topic_name)
|
@@ -1945,6 +2093,8 @@ module Aws::DirectoryService
|
|
1945
2093
|
|
1946
2094
|
# The result of a RegisterEventTopic request.
|
1947
2095
|
#
|
2096
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterEventTopicResult AWS API Documentation
|
2097
|
+
#
|
1948
2098
|
class RegisterEventTopicResult < Aws::EmptyStructure; end
|
1949
2099
|
|
1950
2100
|
# @note When making an API call, you may pass RemoveIpRoutesRequest
|
@@ -1964,12 +2114,16 @@ module Aws::DirectoryService
|
|
1964
2114
|
# IP address blocks that you want to remove.
|
1965
2115
|
# @return [Array<String>]
|
1966
2116
|
#
|
2117
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveIpRoutesRequest AWS API Documentation
|
2118
|
+
#
|
1967
2119
|
class RemoveIpRoutesRequest < Struct.new(
|
1968
2120
|
:directory_id,
|
1969
2121
|
:cidr_ips)
|
1970
2122
|
include Aws::Structure
|
1971
2123
|
end
|
1972
2124
|
|
2125
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveIpRoutesResult AWS API Documentation
|
2126
|
+
#
|
1973
2127
|
class RemoveIpRoutesResult < Aws::EmptyStructure; end
|
1974
2128
|
|
1975
2129
|
# @note When making an API call, you may pass RemoveTagsFromResourceRequest
|
@@ -1988,12 +2142,16 @@ module Aws::DirectoryService
|
|
1988
2142
|
# The tag key (name) of the tag to be removed.
|
1989
2143
|
# @return [Array<String>]
|
1990
2144
|
#
|
2145
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveTagsFromResourceRequest AWS API Documentation
|
2146
|
+
#
|
1991
2147
|
class RemoveTagsFromResourceRequest < Struct.new(
|
1992
2148
|
:resource_id,
|
1993
2149
|
:tag_keys)
|
1994
2150
|
include Aws::Structure
|
1995
2151
|
end
|
1996
2152
|
|
2153
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveTagsFromResourceResult AWS API Documentation
|
2154
|
+
#
|
1997
2155
|
class RemoveTagsFromResourceResult < Aws::EmptyStructure; end
|
1998
2156
|
|
1999
2157
|
# An object representing the inputs for the RestoreFromSnapshot
|
@@ -2010,6 +2168,8 @@ module Aws::DirectoryService
|
|
2010
2168
|
# The identifier of the snapshot to restore from.
|
2011
2169
|
# @return [String]
|
2012
2170
|
#
|
2171
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RestoreFromSnapshotRequest AWS API Documentation
|
2172
|
+
#
|
2013
2173
|
class RestoreFromSnapshotRequest < Struct.new(
|
2014
2174
|
:snapshot_id)
|
2015
2175
|
include Aws::Structure
|
@@ -2017,6 +2177,8 @@ module Aws::DirectoryService
|
|
2017
2177
|
|
2018
2178
|
# Contains the results of the RestoreFromSnapshot operation.
|
2019
2179
|
#
|
2180
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RestoreFromSnapshotResult AWS API Documentation
|
2181
|
+
#
|
2020
2182
|
class RestoreFromSnapshotResult < Aws::EmptyStructure; end
|
2021
2183
|
|
2022
2184
|
# Information about a schema extension.
|
@@ -2051,6 +2213,8 @@ module Aws::DirectoryService
|
|
2051
2213
|
# The date and time that the schema extension was completed.
|
2052
2214
|
# @return [Time]
|
2053
2215
|
#
|
2216
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/SchemaExtensionInfo AWS API Documentation
|
2217
|
+
#
|
2054
2218
|
class SchemaExtensionInfo < Struct.new(
|
2055
2219
|
:directory_id,
|
2056
2220
|
:schema_extension_id,
|
@@ -2088,6 +2252,8 @@ module Aws::DirectoryService
|
|
2088
2252
|
# The date and time that the snapshot was taken.
|
2089
2253
|
# @return [Time]
|
2090
2254
|
#
|
2255
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Snapshot AWS API Documentation
|
2256
|
+
#
|
2091
2257
|
class Snapshot < Struct.new(
|
2092
2258
|
:directory_id,
|
2093
2259
|
:snapshot_id,
|
@@ -2112,6 +2278,8 @@ module Aws::DirectoryService
|
|
2112
2278
|
# Indicates if the manual snapshot limit has been reached.
|
2113
2279
|
# @return [Boolean]
|
2114
2280
|
#
|
2281
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/SnapshotLimits AWS API Documentation
|
2282
|
+
#
|
2115
2283
|
class SnapshotLimits < Struct.new(
|
2116
2284
|
:manual_snapshots_limit,
|
2117
2285
|
:manual_snapshots_current_count,
|
@@ -2150,6 +2318,8 @@ module Aws::DirectoryService
|
|
2150
2318
|
# A description of the schema extension.
|
2151
2319
|
# @return [String]
|
2152
2320
|
#
|
2321
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/StartSchemaExtensionRequest AWS API Documentation
|
2322
|
+
#
|
2153
2323
|
class StartSchemaExtensionRequest < Struct.new(
|
2154
2324
|
:directory_id,
|
2155
2325
|
:create_snapshot_before_schema_extension,
|
@@ -2162,6 +2332,8 @@ module Aws::DirectoryService
|
|
2162
2332
|
# The identifier of the schema extension that will be applied.
|
2163
2333
|
# @return [String]
|
2164
2334
|
#
|
2335
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/StartSchemaExtensionResult AWS API Documentation
|
2336
|
+
#
|
2165
2337
|
class StartSchemaExtensionResult < Struct.new(
|
2166
2338
|
:schema_extension_id)
|
2167
2339
|
include Aws::Structure
|
@@ -2193,6 +2365,8 @@ module Aws::DirectoryService
|
|
2193
2365
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
2194
2366
|
# @return [String]
|
2195
2367
|
#
|
2368
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Tag AWS API Documentation
|
2369
|
+
#
|
2196
2370
|
class Tag < Struct.new(
|
2197
2371
|
:key,
|
2198
2372
|
:value)
|
@@ -2244,6 +2418,8 @@ module Aws::DirectoryService
|
|
2244
2418
|
# The reason for the TrustState.
|
2245
2419
|
# @return [String]
|
2246
2420
|
#
|
2421
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Trust AWS API Documentation
|
2422
|
+
#
|
2247
2423
|
class Trust < Struct.new(
|
2248
2424
|
:directory_id,
|
2249
2425
|
:trust_id,
|
@@ -2284,6 +2460,8 @@ module Aws::DirectoryService
|
|
2284
2460
|
# the conditional forwarder.
|
2285
2461
|
# @return [Array<String>]
|
2286
2462
|
#
|
2463
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateConditionalForwarderRequest AWS API Documentation
|
2464
|
+
#
|
2287
2465
|
class UpdateConditionalForwarderRequest < Struct.new(
|
2288
2466
|
:directory_id,
|
2289
2467
|
:remote_domain_name,
|
@@ -2293,6 +2471,8 @@ module Aws::DirectoryService
|
|
2293
2471
|
|
2294
2472
|
# The result of an UpdateConditionalForwarder request.
|
2295
2473
|
#
|
2474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateConditionalForwarderResult AWS API Documentation
|
2475
|
+
#
|
2296
2476
|
class UpdateConditionalForwarderResult < Aws::EmptyStructure; end
|
2297
2477
|
|
2298
2478
|
# Contains the inputs for the UpdateRadius operation.
|
@@ -2324,6 +2504,8 @@ module Aws::DirectoryService
|
|
2324
2504
|
# server.
|
2325
2505
|
# @return [Types::RadiusSettings]
|
2326
2506
|
#
|
2507
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateRadiusRequest AWS API Documentation
|
2508
|
+
#
|
2327
2509
|
class UpdateRadiusRequest < Struct.new(
|
2328
2510
|
:directory_id,
|
2329
2511
|
:radius_settings)
|
@@ -2332,6 +2514,8 @@ module Aws::DirectoryService
|
|
2332
2514
|
|
2333
2515
|
# Contains the results of the UpdateRadius operation.
|
2334
2516
|
#
|
2517
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateRadiusResult AWS API Documentation
|
2518
|
+
#
|
2335
2519
|
class UpdateRadiusResult < Aws::EmptyStructure; end
|
2336
2520
|
|
2337
2521
|
# Initiates the verification of an existing trust relationship between a
|
@@ -2348,6 +2532,8 @@ module Aws::DirectoryService
|
|
2348
2532
|
# The unique Trust ID of the trust relationship to verify.
|
2349
2533
|
# @return [String]
|
2350
2534
|
#
|
2535
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/VerifyTrustRequest AWS API Documentation
|
2536
|
+
#
|
2351
2537
|
class VerifyTrustRequest < Struct.new(
|
2352
2538
|
:trust_id)
|
2353
2539
|
include Aws::Structure
|
@@ -2359,6 +2545,8 @@ module Aws::DirectoryService
|
|
2359
2545
|
# The unique Trust ID of the trust relationship that was verified.
|
2360
2546
|
# @return [String]
|
2361
2547
|
#
|
2548
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/VerifyTrustResult AWS API Documentation
|
2549
|
+
#
|
2362
2550
|
class VerifyTrustResult < Struct.new(
|
2363
2551
|
:trust_id)
|
2364
2552
|
include Aws::Structure
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-directoryservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|