aws-sdk-directoryservice 1.72.0 → 1.74.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directoryservice/client.rb +117 -26
- data/lib/aws-sdk-directoryservice/client_api.rb +66 -0
- data/lib/aws-sdk-directoryservice/endpoints.rb +100 -268
- data/lib/aws-sdk-directoryservice/plugins/endpoints.rb +16 -1
- data/lib/aws-sdk-directoryservice/types.rb +101 -37
- data/lib/aws-sdk-directoryservice.rb +1 -1
- data/sig/client.rbs +28 -0
- data/sig/types.rbs +29 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6179b3e5131b17f877722e292832336c5e24b1217c7abe201d49bc917510ae3e
|
4
|
+
data.tar.gz: c0528199ca9ae3fada733bf98eeeba9258711c1bee64ce1a739467fc2de0b414
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 273780d3d92a1ab6dabcd9e3916bee985a90adb5c31ef73aeb6fe3eaf6f0f0371f3034d61b72f1805a6ad67f97838ff8d95afb58242fe63e41476e2aa308ff46
|
7
|
+
data.tar.gz: d0ee69f1a6c6b9353f29fb7f117ad2458b17bcdb5fdece2feba63052a3e9867f5c45bb38685e78ca03ce66fc6c2b1e4b1b2de3f6e5bee97bdb4140ec432ae24b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.74.0 (2024-09-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
|
8
|
+
|
9
|
+
1.73.0 (2024-09-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.72.0 (2024-09-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -521,41 +521,56 @@ module Aws::DirectoryService
|
|
521
521
|
#
|
522
522
|
# Inbound:
|
523
523
|
#
|
524
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 88, Source:
|
524
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 88, Source: Managed
|
525
|
+
# Microsoft AD VPC IPv4 CIDR
|
525
526
|
#
|
526
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 123, Source:
|
527
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 123, Source: Managed
|
528
|
+
# Microsoft AD VPC IPv4 CIDR
|
527
529
|
#
|
528
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 138, Source:
|
530
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 138, Source: Managed
|
531
|
+
# Microsoft AD VPC IPv4 CIDR
|
529
532
|
#
|
530
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 389, Source:
|
533
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 389, Source: Managed
|
534
|
+
# Microsoft AD VPC IPv4 CIDR
|
531
535
|
#
|
532
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 464, Source:
|
536
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 464, Source: Managed
|
537
|
+
# Microsoft AD VPC IPv4 CIDR
|
533
538
|
#
|
534
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 445, Source:
|
539
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 445, Source: Managed
|
540
|
+
# Microsoft AD VPC IPv4 CIDR
|
535
541
|
#
|
536
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 88, Source:
|
542
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 88, Source: Managed
|
543
|
+
# Microsoft AD VPC IPv4 CIDR
|
537
544
|
#
|
538
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 135, Source:
|
545
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 135, Source: Managed
|
546
|
+
# Microsoft AD VPC IPv4 CIDR
|
539
547
|
#
|
540
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 445, Source:
|
548
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 445, Source: Managed
|
549
|
+
# Microsoft AD VPC IPv4 CIDR
|
541
550
|
#
|
542
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 464, Source:
|
551
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 464, Source: Managed
|
552
|
+
# Microsoft AD VPC IPv4 CIDR
|
543
553
|
#
|
544
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 636, Source:
|
554
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 636, Source: Managed
|
555
|
+
# Microsoft AD VPC IPv4 CIDR
|
545
556
|
#
|
546
557
|
# * Type: Custom TCP Rule, Protocol: TCP, Range: 1024-65535, Source:
|
547
|
-
#
|
558
|
+
# Managed Microsoft AD VPC IPv4 CIDR
|
548
559
|
#
|
549
560
|
# * Type: Custom TCP Rule, Protocol: TCP, Range: 3268-33269, Source:
|
550
|
-
#
|
561
|
+
# Managed Microsoft AD VPC IPv4 CIDR
|
551
562
|
#
|
552
|
-
# * Type: DNS (UDP), Protocol: UDP, Range: 53, Source:
|
563
|
+
# * Type: DNS (UDP), Protocol: UDP, Range: 53, Source: Managed Microsoft
|
564
|
+
# AD VPC IPv4 CIDR
|
553
565
|
#
|
554
|
-
# * Type: DNS (TCP), Protocol: TCP, Range: 53, Source:
|
566
|
+
# * Type: DNS (TCP), Protocol: TCP, Range: 53, Source: Managed Microsoft
|
567
|
+
# AD VPC IPv4 CIDR
|
555
568
|
#
|
556
|
-
# * Type: LDAP, Protocol: TCP, Range: 389, Source:
|
569
|
+
# * Type: LDAP, Protocol: TCP, Range: 389, Source: Managed Microsoft AD
|
570
|
+
# VPC IPv4 CIDR
|
557
571
|
#
|
558
|
-
# * Type: All ICMP, Protocol: All, Range: N/A, Source:
|
572
|
+
# * Type: All ICMP, Protocol: All, Range: N/A, Source: Managed Microsoft
|
573
|
+
# AD VPC IPv4 CIDR
|
559
574
|
#
|
560
575
|
#
|
561
576
|
#
|
@@ -1187,8 +1202,8 @@ module Aws::DirectoryService
|
|
1187
1202
|
# which to create the trust relationship.
|
1188
1203
|
#
|
1189
1204
|
# @option params [required, String] :trust_password
|
1190
|
-
# The trust password. The must be the same password that
|
1191
|
-
# creating the trust relationship on the external domain.
|
1205
|
+
# The trust password. The trust password must be the same password that
|
1206
|
+
# was used when creating the trust relationship on the external domain.
|
1192
1207
|
#
|
1193
1208
|
# @option params [required, String] :trust_direction
|
1194
1209
|
# The direction of the trust relationship.
|
@@ -1636,7 +1651,7 @@ module Aws::DirectoryService
|
|
1636
1651
|
# resp.directory_descriptions[0].description #=> String
|
1637
1652
|
# resp.directory_descriptions[0].dns_ip_addrs #=> Array
|
1638
1653
|
# resp.directory_descriptions[0].dns_ip_addrs[0] #=> String
|
1639
|
-
# resp.directory_descriptions[0].stage #=> String, one of "Requested", "Creating", "Created", "Active", "Inoperable", "Impaired", "Restoring", "RestoreFailed", "Deleting", "Deleted", "Failed"
|
1654
|
+
# resp.directory_descriptions[0].stage #=> String, one of "Requested", "Creating", "Created", "Active", "Inoperable", "Impaired", "Restoring", "RestoreFailed", "Deleting", "Deleted", "Failed", "Updating"
|
1640
1655
|
# resp.directory_descriptions[0].share_status #=> String, one of "Shared", "PendingAcceptance", "Rejected", "Rejecting", "RejectFailed", "Sharing", "ShareFailed", "Deleted", "Deleting"
|
1641
1656
|
# resp.directory_descriptions[0].share_method #=> String, one of "ORGANIZATIONS", "HANDSHAKE"
|
1642
1657
|
# resp.directory_descriptions[0].share_notes #=> String
|
@@ -1706,6 +1721,35 @@ module Aws::DirectoryService
|
|
1706
1721
|
req.send_request(options)
|
1707
1722
|
end
|
1708
1723
|
|
1724
|
+
# Obtains status of directory data access enablement through the
|
1725
|
+
# Directory Service Data API for the specified directory.
|
1726
|
+
#
|
1727
|
+
# @option params [required, String] :directory_id
|
1728
|
+
# The directory identifier.
|
1729
|
+
#
|
1730
|
+
# @return [Types::DescribeDirectoryDataAccessResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1731
|
+
#
|
1732
|
+
# * {Types::DescribeDirectoryDataAccessResult#data_access_status #data_access_status} => String
|
1733
|
+
#
|
1734
|
+
# @example Request syntax with placeholder values
|
1735
|
+
#
|
1736
|
+
# resp = client.describe_directory_data_access({
|
1737
|
+
# directory_id: "DirectoryId", # required
|
1738
|
+
# })
|
1739
|
+
#
|
1740
|
+
# @example Response structure
|
1741
|
+
#
|
1742
|
+
# resp.data_access_status #=> String, one of "Disabled", "Disabling", "Enabled", "Enabling", "Failed"
|
1743
|
+
#
|
1744
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectoryDataAccess AWS API Documentation
|
1745
|
+
#
|
1746
|
+
# @overload describe_directory_data_access(params = {})
|
1747
|
+
# @param [Hash] params ({})
|
1748
|
+
def describe_directory_data_access(params = {}, options = {})
|
1749
|
+
req = build_request(:describe_directory_data_access, params)
|
1750
|
+
req.send_request(options)
|
1751
|
+
end
|
1752
|
+
|
1709
1753
|
# Provides information about any domain controllers in your directory.
|
1710
1754
|
#
|
1711
1755
|
# @option params [required, String] :directory_id
|
@@ -1748,7 +1792,7 @@ module Aws::DirectoryService
|
|
1748
1792
|
# resp.domain_controllers[0].vpc_id #=> String
|
1749
1793
|
# resp.domain_controllers[0].subnet_id #=> String
|
1750
1794
|
# resp.domain_controllers[0].availability_zone #=> String
|
1751
|
-
# resp.domain_controllers[0].status #=> String, one of "Creating", "Active", "Impaired", "Restoring", "Deleting", "Deleted", "Failed"
|
1795
|
+
# resp.domain_controllers[0].status #=> String, one of "Creating", "Active", "Impaired", "Restoring", "Deleting", "Deleted", "Failed", "Updating"
|
1752
1796
|
# resp.domain_controllers[0].status_reason #=> String
|
1753
1797
|
# resp.domain_controllers[0].launch_time #=> Time
|
1754
1798
|
# resp.domain_controllers[0].status_last_updated_date_time #=> Time
|
@@ -1892,7 +1936,7 @@ module Aws::DirectoryService
|
|
1892
1936
|
# resp.regions_description[0].directory_id #=> String
|
1893
1937
|
# resp.regions_description[0].region_name #=> String
|
1894
1938
|
# resp.regions_description[0].region_type #=> String, one of "Primary", "Additional"
|
1895
|
-
# resp.regions_description[0].status #=> String, one of "Requested", "Creating", "Created", "Active", "Inoperable", "Impaired", "Restoring", "RestoreFailed", "Deleting", "Deleted", "Failed"
|
1939
|
+
# resp.regions_description[0].status #=> String, one of "Requested", "Creating", "Created", "Active", "Inoperable", "Impaired", "Restoring", "RestoreFailed", "Deleting", "Deleted", "Failed", "Updating"
|
1896
1940
|
# resp.regions_description[0].vpc_settings.vpc_id #=> String
|
1897
1941
|
# resp.regions_description[0].vpc_settings.subnet_ids #=> Array
|
1898
1942
|
# resp.regions_description[0].vpc_settings.subnet_ids[0] #=> String
|
@@ -2210,8 +2254,8 @@ module Aws::DirectoryService
|
|
2210
2254
|
# The identifier of the directory
|
2211
2255
|
#
|
2212
2256
|
# @option params [required, String] :type
|
2213
|
-
# The type of client authentication to disable. Currently
|
2214
|
-
# parameter
|
2257
|
+
# The type of client authentication to disable. Currently the only
|
2258
|
+
# parameter `"SmartCard"` is supported.
|
2215
2259
|
#
|
2216
2260
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2217
2261
|
#
|
@@ -2231,6 +2275,29 @@ module Aws::DirectoryService
|
|
2231
2275
|
req.send_request(options)
|
2232
2276
|
end
|
2233
2277
|
|
2278
|
+
# Deactivates access to directory data via the Directory Service Data
|
2279
|
+
# API for the specified directory.
|
2280
|
+
#
|
2281
|
+
# @option params [required, String] :directory_id
|
2282
|
+
# The directory identifier.
|
2283
|
+
#
|
2284
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2285
|
+
#
|
2286
|
+
# @example Request syntax with placeholder values
|
2287
|
+
#
|
2288
|
+
# resp = client.disable_directory_data_access({
|
2289
|
+
# directory_id: "DirectoryId", # required
|
2290
|
+
# })
|
2291
|
+
#
|
2292
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableDirectoryDataAccess AWS API Documentation
|
2293
|
+
#
|
2294
|
+
# @overload disable_directory_data_access(params = {})
|
2295
|
+
# @param [Hash] params ({})
|
2296
|
+
def disable_directory_data_access(params = {}, options = {})
|
2297
|
+
req = build_request(:disable_directory_data_access, params)
|
2298
|
+
req.send_request(options)
|
2299
|
+
end
|
2300
|
+
|
2234
2301
|
# Deactivates LDAP secure calls for the specified directory.
|
2235
2302
|
#
|
2236
2303
|
# @option params [required, String] :directory_id
|
@@ -2352,6 +2419,29 @@ module Aws::DirectoryService
|
|
2352
2419
|
req.send_request(options)
|
2353
2420
|
end
|
2354
2421
|
|
2422
|
+
# Enables access to directory data via the Directory Service Data API
|
2423
|
+
# for the specified directory.
|
2424
|
+
#
|
2425
|
+
# @option params [required, String] :directory_id
|
2426
|
+
# The directory identifier.
|
2427
|
+
#
|
2428
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2429
|
+
#
|
2430
|
+
# @example Request syntax with placeholder values
|
2431
|
+
#
|
2432
|
+
# resp = client.enable_directory_data_access({
|
2433
|
+
# directory_id: "DirectoryId", # required
|
2434
|
+
# })
|
2435
|
+
#
|
2436
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableDirectoryDataAccess AWS API Documentation
|
2437
|
+
#
|
2438
|
+
# @overload enable_directory_data_access(params = {})
|
2439
|
+
# @param [Hash] params ({})
|
2440
|
+
def enable_directory_data_access(params = {}, options = {})
|
2441
|
+
req = build_request(:enable_directory_data_access, params)
|
2442
|
+
req.send_request(options)
|
2443
|
+
end
|
2444
|
+
|
2355
2445
|
# Activates the switch for the specific directory to always use LDAP
|
2356
2446
|
# secure calls.
|
2357
2447
|
#
|
@@ -2944,7 +3034,8 @@ module Aws::DirectoryService
|
|
2944
3034
|
end
|
2945
3035
|
|
2946
3036
|
# Resets the password for any user in your Managed Microsoft AD or
|
2947
|
-
# Simple AD directory.
|
3037
|
+
# Simple AD directory. Disabled users will become enabled and can be
|
3038
|
+
# authenticated following the API call.
|
2948
3039
|
#
|
2949
3040
|
# You can reset the password for any user in your directory with the
|
2950
3041
|
# following exceptions:
|
@@ -3444,7 +3535,7 @@ module Aws::DirectoryService
|
|
3444
3535
|
tracer: tracer
|
3445
3536
|
)
|
3446
3537
|
context[:gem_name] = 'aws-sdk-directoryservice'
|
3447
|
-
context[:gem_version] = '1.
|
3538
|
+
context[:gem_version] = '1.74.0'
|
3448
3539
|
Seahorse::Client::Request.new(handlers, context)
|
3449
3540
|
end
|
3450
3541
|
|
@@ -89,6 +89,7 @@ module Aws::DirectoryService
|
|
89
89
|
CreatedDateTime = Shapes::TimestampShape.new(name: 'CreatedDateTime')
|
90
90
|
CustomerId = Shapes::StringShape.new(name: 'CustomerId')
|
91
91
|
CustomerUserName = Shapes::StringShape.new(name: 'CustomerUserName')
|
92
|
+
DataAccessStatus = Shapes::StringShape.new(name: 'DataAccessStatus')
|
92
93
|
DeleteAssociatedConditionalForwarder = Shapes::BooleanShape.new(name: 'DeleteAssociatedConditionalForwarder')
|
93
94
|
DeleteConditionalForwarderRequest = Shapes::StructureShape.new(name: 'DeleteConditionalForwarderRequest')
|
94
95
|
DeleteConditionalForwarderResult = Shapes::StructureShape.new(name: 'DeleteConditionalForwarderResult')
|
@@ -112,6 +113,8 @@ module Aws::DirectoryService
|
|
112
113
|
DescribeConditionalForwardersResult = Shapes::StructureShape.new(name: 'DescribeConditionalForwardersResult')
|
113
114
|
DescribeDirectoriesRequest = Shapes::StructureShape.new(name: 'DescribeDirectoriesRequest')
|
114
115
|
DescribeDirectoriesResult = Shapes::StructureShape.new(name: 'DescribeDirectoriesResult')
|
116
|
+
DescribeDirectoryDataAccessRequest = Shapes::StructureShape.new(name: 'DescribeDirectoryDataAccessRequest')
|
117
|
+
DescribeDirectoryDataAccessResult = Shapes::StructureShape.new(name: 'DescribeDirectoryDataAccessResult')
|
115
118
|
DescribeDomainControllersRequest = Shapes::StructureShape.new(name: 'DescribeDomainControllersRequest')
|
116
119
|
DescribeDomainControllersResult = Shapes::StructureShape.new(name: 'DescribeDomainControllersResult')
|
117
120
|
DescribeEventTopicsRequest = Shapes::StructureShape.new(name: 'DescribeEventTopicsRequest')
|
@@ -166,6 +169,8 @@ module Aws::DirectoryService
|
|
166
169
|
DirectoryVpcSettingsDescription = Shapes::StructureShape.new(name: 'DirectoryVpcSettingsDescription')
|
167
170
|
DisableClientAuthenticationRequest = Shapes::StructureShape.new(name: 'DisableClientAuthenticationRequest')
|
168
171
|
DisableClientAuthenticationResult = Shapes::StructureShape.new(name: 'DisableClientAuthenticationResult')
|
172
|
+
DisableDirectoryDataAccessRequest = Shapes::StructureShape.new(name: 'DisableDirectoryDataAccessRequest')
|
173
|
+
DisableDirectoryDataAccessResult = Shapes::StructureShape.new(name: 'DisableDirectoryDataAccessResult')
|
169
174
|
DisableLDAPSRequest = Shapes::StructureShape.new(name: 'DisableLDAPSRequest')
|
170
175
|
DisableLDAPSResult = Shapes::StructureShape.new(name: 'DisableLDAPSResult')
|
171
176
|
DisableRadiusRequest = Shapes::StructureShape.new(name: 'DisableRadiusRequest')
|
@@ -182,6 +187,8 @@ module Aws::DirectoryService
|
|
182
187
|
DomainControllers = Shapes::ListShape.new(name: 'DomainControllers')
|
183
188
|
EnableClientAuthenticationRequest = Shapes::StructureShape.new(name: 'EnableClientAuthenticationRequest')
|
184
189
|
EnableClientAuthenticationResult = Shapes::StructureShape.new(name: 'EnableClientAuthenticationResult')
|
190
|
+
EnableDirectoryDataAccessRequest = Shapes::StructureShape.new(name: 'EnableDirectoryDataAccessRequest')
|
191
|
+
EnableDirectoryDataAccessResult = Shapes::StructureShape.new(name: 'EnableDirectoryDataAccessResult')
|
185
192
|
EnableLDAPSRequest = Shapes::StructureShape.new(name: 'EnableLDAPSRequest')
|
186
193
|
EnableLDAPSResult = Shapes::StructureShape.new(name: 'EnableLDAPSResult')
|
187
194
|
EnableRadiusRequest = Shapes::StructureShape.new(name: 'EnableRadiusRequest')
|
@@ -655,6 +662,12 @@ module Aws::DirectoryService
|
|
655
662
|
DescribeDirectoriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
656
663
|
DescribeDirectoriesResult.struct_class = Types::DescribeDirectoriesResult
|
657
664
|
|
665
|
+
DescribeDirectoryDataAccessRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
666
|
+
DescribeDirectoryDataAccessRequest.struct_class = Types::DescribeDirectoryDataAccessRequest
|
667
|
+
|
668
|
+
DescribeDirectoryDataAccessResult.add_member(:data_access_status, Shapes::ShapeRef.new(shape: DataAccessStatus, location_name: "DataAccessStatus"))
|
669
|
+
DescribeDirectoryDataAccessResult.struct_class = Types::DescribeDirectoryDataAccessResult
|
670
|
+
|
658
671
|
DescribeDomainControllersRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
659
672
|
DescribeDomainControllersRequest.add_member(:domain_controller_ids, Shapes::ShapeRef.new(shape: DomainControllerIds, location_name: "DomainControllerIds"))
|
660
673
|
DescribeDomainControllersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -845,6 +858,11 @@ module Aws::DirectoryService
|
|
845
858
|
|
846
859
|
DisableClientAuthenticationResult.struct_class = Types::DisableClientAuthenticationResult
|
847
860
|
|
861
|
+
DisableDirectoryDataAccessRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
862
|
+
DisableDirectoryDataAccessRequest.struct_class = Types::DisableDirectoryDataAccessRequest
|
863
|
+
|
864
|
+
DisableDirectoryDataAccessResult.struct_class = Types::DisableDirectoryDataAccessResult
|
865
|
+
|
848
866
|
DisableLDAPSRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
849
867
|
DisableLDAPSRequest.add_member(:type, Shapes::ShapeRef.new(shape: LDAPSType, required: true, location_name: "Type"))
|
850
868
|
DisableLDAPSRequest.struct_class = Types::DisableLDAPSRequest
|
@@ -891,6 +909,11 @@ module Aws::DirectoryService
|
|
891
909
|
|
892
910
|
EnableClientAuthenticationResult.struct_class = Types::EnableClientAuthenticationResult
|
893
911
|
|
912
|
+
EnableDirectoryDataAccessRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
913
|
+
EnableDirectoryDataAccessRequest.struct_class = Types::EnableDirectoryDataAccessRequest
|
914
|
+
|
915
|
+
EnableDirectoryDataAccessResult.struct_class = Types::EnableDirectoryDataAccessResult
|
916
|
+
|
894
917
|
EnableLDAPSRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
|
895
918
|
EnableLDAPSRequest.add_member(:type, Shapes::ShapeRef.new(shape: LDAPSType, required: true, location_name: "Type"))
|
896
919
|
EnableLDAPSRequest.struct_class = Types::EnableLDAPSRequest
|
@@ -1744,6 +1767,19 @@ module Aws::DirectoryService
|
|
1744
1767
|
)
|
1745
1768
|
end)
|
1746
1769
|
|
1770
|
+
api.add_operation(:describe_directory_data_access, Seahorse::Model::Operation.new.tap do |o|
|
1771
|
+
o.name = "DescribeDirectoryDataAccess"
|
1772
|
+
o.http_method = "POST"
|
1773
|
+
o.http_request_uri = "/"
|
1774
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDirectoryDataAccessRequest)
|
1775
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDirectoryDataAccessResult)
|
1776
|
+
o.errors << Shapes::ShapeRef.new(shape: DirectoryDoesNotExistException)
|
1777
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1778
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1779
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
1780
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1781
|
+
end)
|
1782
|
+
|
1747
1783
|
api.add_operation(:describe_domain_controllers, Seahorse::Model::Operation.new.tap do |o|
|
1748
1784
|
o.name = "DescribeDomainControllers"
|
1749
1785
|
o.http_method = "POST"
|
@@ -1922,6 +1958,21 @@ module Aws::DirectoryService
|
|
1922
1958
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1923
1959
|
end)
|
1924
1960
|
|
1961
|
+
api.add_operation(:disable_directory_data_access, Seahorse::Model::Operation.new.tap do |o|
|
1962
|
+
o.name = "DisableDirectoryDataAccess"
|
1963
|
+
o.http_method = "POST"
|
1964
|
+
o.http_request_uri = "/"
|
1965
|
+
o.input = Shapes::ShapeRef.new(shape: DisableDirectoryDataAccessRequest)
|
1966
|
+
o.output = Shapes::ShapeRef.new(shape: DisableDirectoryDataAccessResult)
|
1967
|
+
o.errors << Shapes::ShapeRef.new(shape: DirectoryDoesNotExistException)
|
1968
|
+
o.errors << Shapes::ShapeRef.new(shape: DirectoryUnavailableException)
|
1969
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
1970
|
+
o.errors << Shapes::ShapeRef.new(shape: DirectoryInDesiredStateException)
|
1971
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1972
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
1973
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1974
|
+
end)
|
1975
|
+
|
1925
1976
|
api.add_operation(:disable_ldaps, Seahorse::Model::Operation.new.tap do |o|
|
1926
1977
|
o.name = "DisableLDAPS"
|
1927
1978
|
o.http_method = "POST"
|
@@ -1976,6 +2027,21 @@ module Aws::DirectoryService
|
|
1976
2027
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1977
2028
|
end)
|
1978
2029
|
|
2030
|
+
api.add_operation(:enable_directory_data_access, Seahorse::Model::Operation.new.tap do |o|
|
2031
|
+
o.name = "EnableDirectoryDataAccess"
|
2032
|
+
o.http_method = "POST"
|
2033
|
+
o.http_request_uri = "/"
|
2034
|
+
o.input = Shapes::ShapeRef.new(shape: EnableDirectoryDataAccessRequest)
|
2035
|
+
o.output = Shapes::ShapeRef.new(shape: EnableDirectoryDataAccessResult)
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: DirectoryDoesNotExistException)
|
2037
|
+
o.errors << Shapes::ShapeRef.new(shape: DirectoryUnavailableException)
|
2038
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
2039
|
+
o.errors << Shapes::ShapeRef.new(shape: DirectoryInDesiredStateException)
|
2040
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2041
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
2042
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2043
|
+
end)
|
2044
|
+
|
1979
2045
|
api.add_operation(:enable_ldaps, Seahorse::Model::Operation.new.tap do |o|
|
1980
2046
|
o.name = "EnableLDAPS"
|
1981
2047
|
o.http_method = "POST"
|