aws-sdk-directoryservice 1.72.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 +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
@@ -40,11 +40,20 @@ module Aws::DirectoryService
|
|
40
40
|
context[:auth_scheme] =
|
41
41
|
Aws::Endpoints.resolve_auth_scheme(context, endpoint)
|
42
42
|
|
43
|
-
@handler.call(context)
|
43
|
+
with_metrics(context) { @handler.call(context) }
|
44
44
|
end
|
45
45
|
|
46
46
|
private
|
47
47
|
|
48
|
+
def with_metrics(context, &block)
|
49
|
+
metrics = []
|
50
|
+
metrics << 'ENDPOINT_OVERRIDE' unless context.config.regional_endpoint
|
51
|
+
if context[:auth_scheme] && context[:auth_scheme]['name'] == 'sigv4a'
|
52
|
+
metrics << 'SIGV4A_SIGNING'
|
53
|
+
end
|
54
|
+
Aws::Plugins::UserAgent.metric(*metrics, &block)
|
55
|
+
end
|
56
|
+
|
48
57
|
def apply_endpoint_headers(context, headers)
|
49
58
|
headers.each do |key, values|
|
50
59
|
value = values
|
@@ -108,6 +117,8 @@ module Aws::DirectoryService
|
|
108
117
|
Aws::DirectoryService::Endpoints::DescribeConditionalForwarders.build(context)
|
109
118
|
when :describe_directories
|
110
119
|
Aws::DirectoryService::Endpoints::DescribeDirectories.build(context)
|
120
|
+
when :describe_directory_data_access
|
121
|
+
Aws::DirectoryService::Endpoints::DescribeDirectoryDataAccess.build(context)
|
111
122
|
when :describe_domain_controllers
|
112
123
|
Aws::DirectoryService::Endpoints::DescribeDomainControllers.build(context)
|
113
124
|
when :describe_event_topics
|
@@ -128,6 +139,8 @@ module Aws::DirectoryService
|
|
128
139
|
Aws::DirectoryService::Endpoints::DescribeUpdateDirectory.build(context)
|
129
140
|
when :disable_client_authentication
|
130
141
|
Aws::DirectoryService::Endpoints::DisableClientAuthentication.build(context)
|
142
|
+
when :disable_directory_data_access
|
143
|
+
Aws::DirectoryService::Endpoints::DisableDirectoryDataAccess.build(context)
|
131
144
|
when :disable_ldaps
|
132
145
|
Aws::DirectoryService::Endpoints::DisableLDAPS.build(context)
|
133
146
|
when :disable_radius
|
@@ -136,6 +149,8 @@ module Aws::DirectoryService
|
|
136
149
|
Aws::DirectoryService::Endpoints::DisableSso.build(context)
|
137
150
|
when :enable_client_authentication
|
138
151
|
Aws::DirectoryService::Endpoints::EnableClientAuthentication.build(context)
|
152
|
+
when :enable_directory_data_access
|
153
|
+
Aws::DirectoryService::Endpoints::EnableDirectoryDataAccess.build(context)
|
139
154
|
when :enable_ldaps
|
140
155
|
Aws::DirectoryService::Endpoints::EnableLDAPS.build(context)
|
141
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
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.205.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.205.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|