aws-sdk-directoryservice 1.73.0 → 1.74.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -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 +33 -0
- data/lib/aws-sdk-directoryservice/plugins/endpoints.rb +6 -0
- 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 +2 -2
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
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"
|
@@ -287,6 +287,17 @@ module Aws::DirectoryService
|
|
287
287
|
end
|
288
288
|
end
|
289
289
|
|
290
|
+
class DescribeDirectoryDataAccess
|
291
|
+
def self.build(context)
|
292
|
+
Aws::DirectoryService::EndpointParameters.new(
|
293
|
+
region: context.config.region,
|
294
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
295
|
+
use_fips: context.config.use_fips_endpoint,
|
296
|
+
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
297
|
+
)
|
298
|
+
end
|
299
|
+
end
|
300
|
+
|
290
301
|
class DescribeDomainControllers
|
291
302
|
def self.build(context)
|
292
303
|
Aws::DirectoryService::EndpointParameters.new(
|
@@ -397,6 +408,17 @@ module Aws::DirectoryService
|
|
397
408
|
end
|
398
409
|
end
|
399
410
|
|
411
|
+
class DisableDirectoryDataAccess
|
412
|
+
def self.build(context)
|
413
|
+
Aws::DirectoryService::EndpointParameters.new(
|
414
|
+
region: context.config.region,
|
415
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
416
|
+
use_fips: context.config.use_fips_endpoint,
|
417
|
+
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
418
|
+
)
|
419
|
+
end
|
420
|
+
end
|
421
|
+
|
400
422
|
class DisableLDAPS
|
401
423
|
def self.build(context)
|
402
424
|
Aws::DirectoryService::EndpointParameters.new(
|
@@ -441,6 +463,17 @@ module Aws::DirectoryService
|
|
441
463
|
end
|
442
464
|
end
|
443
465
|
|
466
|
+
class EnableDirectoryDataAccess
|
467
|
+
def self.build(context)
|
468
|
+
Aws::DirectoryService::EndpointParameters.new(
|
469
|
+
region: context.config.region,
|
470
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
471
|
+
use_fips: context.config.use_fips_endpoint,
|
472
|
+
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
473
|
+
)
|
474
|
+
end
|
475
|
+
end
|
476
|
+
|
444
477
|
class EnableLDAPS
|
445
478
|
def self.build(context)
|
446
479
|
Aws::DirectoryService::EndpointParameters.new(
|
@@ -117,6 +117,8 @@ module Aws::DirectoryService
|
|
117
117
|
Aws::DirectoryService::Endpoints::DescribeConditionalForwarders.build(context)
|
118
118
|
when :describe_directories
|
119
119
|
Aws::DirectoryService::Endpoints::DescribeDirectories.build(context)
|
120
|
+
when :describe_directory_data_access
|
121
|
+
Aws::DirectoryService::Endpoints::DescribeDirectoryDataAccess.build(context)
|
120
122
|
when :describe_domain_controllers
|
121
123
|
Aws::DirectoryService::Endpoints::DescribeDomainControllers.build(context)
|
122
124
|
when :describe_event_topics
|
@@ -137,6 +139,8 @@ module Aws::DirectoryService
|
|
137
139
|
Aws::DirectoryService::Endpoints::DescribeUpdateDirectory.build(context)
|
138
140
|
when :disable_client_authentication
|
139
141
|
Aws::DirectoryService::Endpoints::DisableClientAuthentication.build(context)
|
142
|
+
when :disable_directory_data_access
|
143
|
+
Aws::DirectoryService::Endpoints::DisableDirectoryDataAccess.build(context)
|
140
144
|
when :disable_ldaps
|
141
145
|
Aws::DirectoryService::Endpoints::DisableLDAPS.build(context)
|
142
146
|
when :disable_radius
|
@@ -145,6 +149,8 @@ module Aws::DirectoryService
|
|
145
149
|
Aws::DirectoryService::Endpoints::DisableSso.build(context)
|
146
150
|
when :enable_client_authentication
|
147
151
|
Aws::DirectoryService::Endpoints::EnableClientAuthentication.build(context)
|
152
|
+
when :enable_directory_data_access
|
153
|
+
Aws::DirectoryService::Endpoints::EnableDirectoryDataAccess.build(context)
|
148
154
|
when :enable_ldaps
|
149
155
|
Aws::DirectoryService::Endpoints::EnableLDAPS.build(context)
|
150
156
|
when :enable_radius
|
@@ -36,7 +36,7 @@ module Aws::DirectoryService
|
|
36
36
|
include Aws::Structure
|
37
37
|
end
|
38
38
|
|
39
|
-
#
|
39
|
+
# You do not have sufficient access to perform this action.
|
40
40
|
#
|
41
41
|
# @!attribute [rw] message
|
42
42
|
# The descriptive message for the exception.
|
@@ -73,50 +73,56 @@ module Aws::DirectoryService
|
|
73
73
|
#
|
74
74
|
# Inbound:
|
75
75
|
#
|
76
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 88, Source:
|
76
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 88, Source: Managed
|
77
|
+
# Microsoft AD VPC IPv4 CIDR
|
77
78
|
#
|
78
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 123, Source:
|
79
|
-
#
|
79
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 123, Source: Managed
|
80
|
+
# Microsoft AD VPC IPv4 CIDR
|
80
81
|
#
|
81
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 138, Source:
|
82
|
-
#
|
82
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 138, Source: Managed
|
83
|
+
# Microsoft AD VPC IPv4 CIDR
|
83
84
|
#
|
84
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 389, Source:
|
85
|
-
#
|
85
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 389, Source: Managed
|
86
|
+
# Microsoft AD VPC IPv4 CIDR
|
86
87
|
#
|
87
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 464, Source:
|
88
|
-
#
|
88
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 464, Source: Managed
|
89
|
+
# Microsoft AD VPC IPv4 CIDR
|
89
90
|
#
|
90
|
-
# * Type: Custom UDP Rule, Protocol: UDP, Range: 445, Source:
|
91
|
-
#
|
91
|
+
# * Type: Custom UDP Rule, Protocol: UDP, Range: 445, Source: Managed
|
92
|
+
# Microsoft AD VPC IPv4 CIDR
|
92
93
|
#
|
93
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 88, Source:
|
94
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 88, Source: Managed
|
95
|
+
# Microsoft AD VPC IPv4 CIDR
|
94
96
|
#
|
95
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 135, Source:
|
96
|
-
#
|
97
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 135, Source: Managed
|
98
|
+
# Microsoft AD VPC IPv4 CIDR
|
97
99
|
#
|
98
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 445, Source:
|
99
|
-
#
|
100
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 445, Source: Managed
|
101
|
+
# Microsoft AD VPC IPv4 CIDR
|
100
102
|
#
|
101
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 464, Source:
|
102
|
-
#
|
103
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 464, Source: Managed
|
104
|
+
# Microsoft AD VPC IPv4 CIDR
|
103
105
|
#
|
104
|
-
# * Type: Custom TCP Rule, Protocol: TCP, Range: 636, Source:
|
105
|
-
#
|
106
|
+
# * Type: Custom TCP Rule, Protocol: TCP, Range: 636, Source: Managed
|
107
|
+
# Microsoft AD VPC IPv4 CIDR
|
106
108
|
#
|
107
109
|
# * Type: Custom TCP Rule, Protocol: TCP, Range: 1024-65535, Source:
|
108
|
-
#
|
110
|
+
# Managed Microsoft AD VPC IPv4 CIDR
|
109
111
|
#
|
110
112
|
# * Type: Custom TCP Rule, Protocol: TCP, Range: 3268-33269, Source:
|
111
|
-
#
|
113
|
+
# Managed Microsoft AD VPC IPv4 CIDR
|
112
114
|
#
|
113
|
-
# * Type: DNS (UDP), Protocol: UDP, Range: 53, Source:
|
115
|
+
# * Type: DNS (UDP), Protocol: UDP, Range: 53, Source: Managed
|
116
|
+
# Microsoft AD VPC IPv4 CIDR
|
114
117
|
#
|
115
|
-
# * Type: DNS (TCP), Protocol: TCP, Range: 53, Source:
|
118
|
+
# * Type: DNS (TCP), Protocol: TCP, Range: 53, Source: Managed
|
119
|
+
# Microsoft AD VPC IPv4 CIDR
|
116
120
|
#
|
117
|
-
# * Type: LDAP, Protocol: TCP, Range: 389, Source:
|
121
|
+
# * Type: LDAP, Protocol: TCP, Range: 389, Source: Managed Microsoft
|
122
|
+
# AD VPC IPv4 CIDR
|
118
123
|
#
|
119
|
-
# * Type: All ICMP, Protocol: All, Range: N/A, Source:
|
124
|
+
# * Type: All ICMP, Protocol: All, Range: N/A, Source: Managed
|
125
|
+
# Microsoft AD VPC IPv4 CIDR
|
120
126
|
#
|
121
127
|
#
|
122
128
|
#
|
@@ -978,8 +984,9 @@ module Aws::DirectoryService
|
|
978
984
|
# @return [String]
|
979
985
|
#
|
980
986
|
# @!attribute [rw] trust_password
|
981
|
-
# The trust password. The must be the same password
|
982
|
-
# creating the trust relationship on the external
|
987
|
+
# The trust password. The trust password must be the same password
|
988
|
+
# that was used when creating the trust relationship on the external
|
989
|
+
# domain.
|
983
990
|
# @return [String]
|
984
991
|
#
|
985
992
|
# @!attribute [rw] trust_direction
|
@@ -1391,6 +1398,31 @@ module Aws::DirectoryService
|
|
1391
1398
|
include Aws::Structure
|
1392
1399
|
end
|
1393
1400
|
|
1401
|
+
# @!attribute [rw] directory_id
|
1402
|
+
# The directory identifier.
|
1403
|
+
# @return [String]
|
1404
|
+
#
|
1405
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectoryDataAccessRequest AWS API Documentation
|
1406
|
+
#
|
1407
|
+
class DescribeDirectoryDataAccessRequest < Struct.new(
|
1408
|
+
:directory_id)
|
1409
|
+
SENSITIVE = []
|
1410
|
+
include Aws::Structure
|
1411
|
+
end
|
1412
|
+
|
1413
|
+
# @!attribute [rw] data_access_status
|
1414
|
+
# The current status of data access through the Directory Service Data
|
1415
|
+
# API.
|
1416
|
+
# @return [String]
|
1417
|
+
#
|
1418
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectoryDataAccessResult AWS API Documentation
|
1419
|
+
#
|
1420
|
+
class DescribeDirectoryDataAccessResult < Struct.new(
|
1421
|
+
:data_access_status)
|
1422
|
+
SENSITIVE = []
|
1423
|
+
include Aws::Structure
|
1424
|
+
end
|
1425
|
+
|
1394
1426
|
# @!attribute [rw] directory_id
|
1395
1427
|
# Identifier of the directory for which to retrieve the domain
|
1396
1428
|
# controller information.
|
@@ -2044,7 +2076,7 @@ module Aws::DirectoryService
|
|
2044
2076
|
# @return [Time]
|
2045
2077
|
#
|
2046
2078
|
# @!attribute [rw] type
|
2047
|
-
# The directory
|
2079
|
+
# The directory type.
|
2048
2080
|
# @return [String]
|
2049
2081
|
#
|
2050
2082
|
# @!attribute [rw] vpc_settings
|
@@ -2264,7 +2296,7 @@ module Aws::DirectoryService
|
|
2264
2296
|
include Aws::Structure
|
2265
2297
|
end
|
2266
2298
|
|
2267
|
-
# The specified directory is unavailable
|
2299
|
+
# The specified directory is unavailable.
|
2268
2300
|
#
|
2269
2301
|
# @!attribute [rw] message
|
2270
2302
|
# The descriptive message for the exception.
|
@@ -2340,8 +2372,8 @@ module Aws::DirectoryService
|
|
2340
2372
|
# @return [String]
|
2341
2373
|
#
|
2342
2374
|
# @!attribute [rw] type
|
2343
|
-
# The type of client authentication to disable. Currently
|
2344
|
-
# parameter
|
2375
|
+
# The type of client authentication to disable. Currently the only
|
2376
|
+
# parameter `"SmartCard"` is supported.
|
2345
2377
|
# @return [String]
|
2346
2378
|
#
|
2347
2379
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableClientAuthenticationRequest AWS API Documentation
|
@@ -2357,6 +2389,22 @@ module Aws::DirectoryService
|
|
2357
2389
|
#
|
2358
2390
|
class DisableClientAuthenticationResult < Aws::EmptyStructure; end
|
2359
2391
|
|
2392
|
+
# @!attribute [rw] directory_id
|
2393
|
+
# The directory identifier.
|
2394
|
+
# @return [String]
|
2395
|
+
#
|
2396
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableDirectoryDataAccessRequest AWS API Documentation
|
2397
|
+
#
|
2398
|
+
class DisableDirectoryDataAccessRequest < Struct.new(
|
2399
|
+
:directory_id)
|
2400
|
+
SENSITIVE = []
|
2401
|
+
include Aws::Structure
|
2402
|
+
end
|
2403
|
+
|
2404
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableDirectoryDataAccessResult AWS API Documentation
|
2405
|
+
#
|
2406
|
+
class DisableDirectoryDataAccessResult < Aws::EmptyStructure; end
|
2407
|
+
|
2360
2408
|
# @!attribute [rw] directory_id
|
2361
2409
|
# The identifier of the directory.
|
2362
2410
|
# @return [String]
|
@@ -2545,6 +2593,22 @@ module Aws::DirectoryService
|
|
2545
2593
|
#
|
2546
2594
|
class EnableClientAuthenticationResult < Aws::EmptyStructure; end
|
2547
2595
|
|
2596
|
+
# @!attribute [rw] directory_id
|
2597
|
+
# The directory identifier.
|
2598
|
+
# @return [String]
|
2599
|
+
#
|
2600
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableDirectoryDataAccessRequest AWS API Documentation
|
2601
|
+
#
|
2602
|
+
class EnableDirectoryDataAccessRequest < Struct.new(
|
2603
|
+
:directory_id)
|
2604
|
+
SENSITIVE = []
|
2605
|
+
include Aws::Structure
|
2606
|
+
end
|
2607
|
+
|
2608
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableDirectoryDataAccessResult AWS API Documentation
|
2609
|
+
#
|
2610
|
+
class EnableDirectoryDataAccessResult < Aws::EmptyStructure; end
|
2611
|
+
|
2548
2612
|
# @!attribute [rw] directory_id
|
2549
2613
|
# The identifier of the directory.
|
2550
2614
|
# @return [String]
|
@@ -3402,7 +3466,7 @@ module Aws::DirectoryService
|
|
3402
3466
|
#
|
3403
3467
|
# @!attribute [rw] radius_retries
|
3404
3468
|
# The maximum number of times that communication with the RADIUS
|
3405
|
-
# server is
|
3469
|
+
# server is retried after the initial attempt.
|
3406
3470
|
# @return [Integer]
|
3407
3471
|
#
|
3408
3472
|
# @!attribute [rw] shared_secret
|
@@ -4196,15 +4260,15 @@ module Aws::DirectoryService
|
|
4196
4260
|
# Required name of the tag. The string value can be Unicode characters
|
4197
4261
|
# and cannot be prefixed with "aws:". The string can contain only
|
4198
4262
|
# the set of Unicode letters, digits, white-space, '\_', '.',
|
4199
|
-
# '/', '=', '+', '-' (Java regex:
|
4263
|
+
# '/', '=', '+', '-', ':', '@'(Java regex:
|
4200
4264
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
4201
4265
|
# @return [String]
|
4202
4266
|
#
|
4203
4267
|
# @!attribute [rw] value
|
4204
4268
|
# The optional value of the tag. The string value can be Unicode
|
4205
4269
|
# characters. The string can contain only the set of Unicode letters,
|
4206
|
-
# digits, white-space, '\_', '.', '/', '=', '+', '-'
|
4207
|
-
# regex:
|
4270
|
+
# digits, white-space, '\_', '.', '/', '=', '+', '-',
|
4271
|
+
# ':', '@' (Java regex:
|
4208
4272
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
4209
4273
|
# @return [String]
|
4210
4274
|
#
|
data/sig/client.rbs
CHANGED
@@ -412,6 +412,16 @@ module Aws
|
|
412
412
|
) -> _DescribeDirectoriesResponseSuccess
|
413
413
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDirectoriesResponseSuccess
|
414
414
|
|
415
|
+
interface _DescribeDirectoryDataAccessResponseSuccess
|
416
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDirectoryDataAccessResult]
|
417
|
+
def data_access_status: () -> ("Disabled" | "Disabling" | "Enabled" | "Enabling" | "Failed")
|
418
|
+
end
|
419
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectoryService/Client.html#describe_directory_data_access-instance_method
|
420
|
+
def describe_directory_data_access: (
|
421
|
+
directory_id: ::String
|
422
|
+
) -> _DescribeDirectoryDataAccessResponseSuccess
|
423
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDirectoryDataAccessResponseSuccess
|
424
|
+
|
415
425
|
interface _DescribeDomainControllersResponseSuccess
|
416
426
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDomainControllersResult]
|
417
427
|
def domain_controllers: () -> ::Array[Types::DomainController]
|
@@ -544,6 +554,15 @@ module Aws
|
|
544
554
|
) -> _DisableClientAuthenticationResponseSuccess
|
545
555
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisableClientAuthenticationResponseSuccess
|
546
556
|
|
557
|
+
interface _DisableDirectoryDataAccessResponseSuccess
|
558
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisableDirectoryDataAccessResult]
|
559
|
+
end
|
560
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectoryService/Client.html#disable_directory_data_access-instance_method
|
561
|
+
def disable_directory_data_access: (
|
562
|
+
directory_id: ::String
|
563
|
+
) -> _DisableDirectoryDataAccessResponseSuccess
|
564
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisableDirectoryDataAccessResponseSuccess
|
565
|
+
|
547
566
|
interface _DisableLDAPSResponseSuccess
|
548
567
|
include ::Seahorse::Client::_ResponseSuccess[Types::DisableLDAPSResult]
|
549
568
|
end
|
@@ -584,6 +603,15 @@ module Aws
|
|
584
603
|
) -> _EnableClientAuthenticationResponseSuccess
|
585
604
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableClientAuthenticationResponseSuccess
|
586
605
|
|
606
|
+
interface _EnableDirectoryDataAccessResponseSuccess
|
607
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::EnableDirectoryDataAccessResult]
|
608
|
+
end
|
609
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DirectoryService/Client.html#enable_directory_data_access-instance_method
|
610
|
+
def enable_directory_data_access: (
|
611
|
+
directory_id: ::String
|
612
|
+
) -> _EnableDirectoryDataAccessResponseSuccess
|
613
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableDirectoryDataAccessResponseSuccess
|
614
|
+
|
587
615
|
interface _EnableLDAPSResponseSuccess
|
588
616
|
include ::Seahorse::Client::_ResponseSuccess[Types::EnableLDAPSResult]
|
589
617
|
end
|
data/sig/types.rbs
CHANGED
@@ -386,6 +386,16 @@ module Aws::DirectoryService
|
|
386
386
|
SENSITIVE: []
|
387
387
|
end
|
388
388
|
|
389
|
+
class DescribeDirectoryDataAccessRequest
|
390
|
+
attr_accessor directory_id: ::String
|
391
|
+
SENSITIVE: []
|
392
|
+
end
|
393
|
+
|
394
|
+
class DescribeDirectoryDataAccessResult
|
395
|
+
attr_accessor data_access_status: ("Disabled" | "Disabling" | "Enabled" | "Enabling" | "Failed")
|
396
|
+
SENSITIVE: []
|
397
|
+
end
|
398
|
+
|
389
399
|
class DescribeDomainControllersRequest
|
390
400
|
attr_accessor directory_id: ::String
|
391
401
|
attr_accessor domain_controller_ids: ::Array[::String]
|
@@ -548,7 +558,7 @@ module Aws::DirectoryService
|
|
548
558
|
attr_accessor access_url: ::String
|
549
559
|
attr_accessor description: ::String
|
550
560
|
attr_accessor dns_ip_addrs: ::Array[::String]
|
551
|
-
attr_accessor stage: ("Requested" | "Creating" | "Created" | "Active" | "Inoperable" | "Impaired" | "Restoring" | "RestoreFailed" | "Deleting" | "Deleted" | "Failed")
|
561
|
+
attr_accessor stage: ("Requested" | "Creating" | "Created" | "Active" | "Inoperable" | "Impaired" | "Restoring" | "RestoreFailed" | "Deleting" | "Deleted" | "Failed" | "Updating")
|
552
562
|
attr_accessor share_status: ("Shared" | "PendingAcceptance" | "Rejected" | "Rejecting" | "RejectFailed" | "Sharing" | "ShareFailed" | "Deleted" | "Deleting")
|
553
563
|
attr_accessor share_method: ("ORGANIZATIONS" | "HANDSHAKE")
|
554
564
|
attr_accessor share_notes: ::String
|
@@ -634,6 +644,14 @@ module Aws::DirectoryService
|
|
634
644
|
class DisableClientAuthenticationResult < Aws::EmptyStructure
|
635
645
|
end
|
636
646
|
|
647
|
+
class DisableDirectoryDataAccessRequest
|
648
|
+
attr_accessor directory_id: ::String
|
649
|
+
SENSITIVE: []
|
650
|
+
end
|
651
|
+
|
652
|
+
class DisableDirectoryDataAccessResult < Aws::EmptyStructure
|
653
|
+
end
|
654
|
+
|
637
655
|
class DisableLDAPSRequest
|
638
656
|
attr_accessor directory_id: ::String
|
639
657
|
attr_accessor type: ("Client")
|
@@ -668,7 +686,7 @@ module Aws::DirectoryService
|
|
668
686
|
attr_accessor vpc_id: ::String
|
669
687
|
attr_accessor subnet_id: ::String
|
670
688
|
attr_accessor availability_zone: ::String
|
671
|
-
attr_accessor status: ("Creating" | "Active" | "Impaired" | "Restoring" | "Deleting" | "Deleted" | "Failed")
|
689
|
+
attr_accessor status: ("Creating" | "Active" | "Impaired" | "Restoring" | "Deleting" | "Deleted" | "Failed" | "Updating")
|
672
690
|
attr_accessor status_reason: ::String
|
673
691
|
attr_accessor launch_time: ::Time
|
674
692
|
attr_accessor status_last_updated_date_time: ::Time
|
@@ -690,6 +708,14 @@ module Aws::DirectoryService
|
|
690
708
|
class EnableClientAuthenticationResult < Aws::EmptyStructure
|
691
709
|
end
|
692
710
|
|
711
|
+
class EnableDirectoryDataAccessRequest
|
712
|
+
attr_accessor directory_id: ::String
|
713
|
+
SENSITIVE: []
|
714
|
+
end
|
715
|
+
|
716
|
+
class EnableDirectoryDataAccessResult < Aws::EmptyStructure
|
717
|
+
end
|
718
|
+
|
693
719
|
class EnableLDAPSRequest
|
694
720
|
attr_accessor directory_id: ::String
|
695
721
|
attr_accessor type: ("Client")
|
@@ -955,7 +981,7 @@ module Aws::DirectoryService
|
|
955
981
|
attr_accessor directory_id: ::String
|
956
982
|
attr_accessor region_name: ::String
|
957
983
|
attr_accessor region_type: ("Primary" | "Additional")
|
958
|
-
attr_accessor status: ("Requested" | "Creating" | "Created" | "Active" | "Inoperable" | "Impaired" | "Restoring" | "RestoreFailed" | "Deleting" | "Deleted" | "Failed")
|
984
|
+
attr_accessor status: ("Requested" | "Creating" | "Created" | "Active" | "Inoperable" | "Impaired" | "Restoring" | "RestoreFailed" | "Deleting" | "Deleted" | "Failed" | "Updating")
|
959
985
|
attr_accessor vpc_settings: Types::DirectoryVpcSettings
|
960
986
|
attr_accessor desired_number_of_domain_controllers: ::Integer
|
961
987
|
attr_accessor launch_time: ::Time
|
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.
|
4
|
+
version: 1.74.0
|
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: 2024-09-
|
11
|
+
date: 2024-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|