@aws-sdk/client-directory-service 3.687.0 → 3.692.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.
@@ -53,53 +53,53 @@ export interface SharedDirectory {
53
53
  * shared to the consumer account.</p>
54
54
  * @public
55
55
  */
56
- OwnerAccountId?: string;
56
+ OwnerAccountId?: string | undefined;
57
57
  /**
58
58
  * <p>Identifier of the directory in the directory owner account. </p>
59
59
  * @public
60
60
  */
61
- OwnerDirectoryId?: string;
61
+ OwnerDirectoryId?: string | undefined;
62
62
  /**
63
63
  * <p>The method used when sharing a directory to determine whether the directory should be
64
64
  * shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account by
65
65
  * sending a shared directory request (<code>HANDSHAKE</code>).</p>
66
66
  * @public
67
67
  */
68
- ShareMethod?: ShareMethod;
68
+ ShareMethod?: ShareMethod | undefined;
69
69
  /**
70
70
  * <p>Identifier of the directory consumer account that has access to the shared directory
71
71
  * (<code>OwnerDirectoryId</code>) in the directory owner account.</p>
72
72
  * @public
73
73
  */
74
- SharedAccountId?: string;
74
+ SharedAccountId?: string | undefined;
75
75
  /**
76
76
  * <p>Identifier of the shared directory in the directory consumer account. This identifier is
77
77
  * different for each directory owner account.</p>
78
78
  * @public
79
79
  */
80
- SharedDirectoryId?: string;
80
+ SharedDirectoryId?: string | undefined;
81
81
  /**
82
82
  * <p>Current directory status of the shared Managed Microsoft AD directory.</p>
83
83
  * @public
84
84
  */
85
- ShareStatus?: ShareStatus;
85
+ ShareStatus?: ShareStatus | undefined;
86
86
  /**
87
87
  * <p>A directory share request that is sent by the directory owner to the directory consumer.
88
88
  * The request includes a typed message to help the directory consumer administrator determine
89
89
  * whether to approve or reject the share invitation.</p>
90
90
  * @public
91
91
  */
92
- ShareNotes?: string;
92
+ ShareNotes?: string | undefined;
93
93
  /**
94
94
  * <p>The date and time that the shared directory was created.</p>
95
95
  * @public
96
96
  */
97
- CreatedDateTime?: Date;
97
+ CreatedDateTime?: Date | undefined;
98
98
  /**
99
99
  * <p>The date and time that the shared directory was last updated.</p>
100
100
  * @public
101
101
  */
102
- LastUpdatedDateTime?: Date;
102
+ LastUpdatedDateTime?: Date | undefined;
103
103
  }
104
104
  /**
105
105
  * @public
@@ -109,7 +109,7 @@ export interface AcceptSharedDirectoryResult {
109
109
  * <p>The shared directory in the directory consumer account.</p>
110
110
  * @public
111
111
  */
112
- SharedDirectory?: SharedDirectory;
112
+ SharedDirectory?: SharedDirectory | undefined;
113
113
  }
114
114
  /**
115
115
  * <p>A client exception has occurred.</p>
@@ -122,12 +122,12 @@ export declare class ClientException extends __BaseException {
122
122
  * <p>The descriptive message for the exception.</p>
123
123
  * @public
124
124
  */
125
- Message?: string;
125
+ Message?: string | undefined;
126
126
  /**
127
127
  * <p>The Amazon Web Services request identifier.</p>
128
128
  * @public
129
129
  */
130
- RequestId?: string;
130
+ RequestId?: string | undefined;
131
131
  /**
132
132
  * @internal
133
133
  */
@@ -144,12 +144,12 @@ export declare class DirectoryAlreadySharedException extends __BaseException {
144
144
  * <p>The descriptive message for the exception.</p>
145
145
  * @public
146
146
  */
147
- Message?: string;
147
+ Message?: string | undefined;
148
148
  /**
149
149
  * <p>The Amazon Web Services request identifier.</p>
150
150
  * @public
151
151
  */
152
- RequestId?: string;
152
+ RequestId?: string | undefined;
153
153
  /**
154
154
  * @internal
155
155
  */
@@ -166,12 +166,12 @@ export declare class EntityDoesNotExistException extends __BaseException {
166
166
  * <p>The descriptive message for the exception.</p>
167
167
  * @public
168
168
  */
169
- Message?: string;
169
+ Message?: string | undefined;
170
170
  /**
171
171
  * <p>The Amazon Web Services request identifier.</p>
172
172
  * @public
173
173
  */
174
- RequestId?: string;
174
+ RequestId?: string | undefined;
175
175
  /**
176
176
  * @internal
177
177
  */
@@ -188,12 +188,12 @@ export declare class InvalidParameterException extends __BaseException {
188
188
  * <p>The descriptive message for the exception.</p>
189
189
  * @public
190
190
  */
191
- Message?: string;
191
+ Message?: string | undefined;
192
192
  /**
193
193
  * <p>The Amazon Web Services request identifier.</p>
194
194
  * @public
195
195
  */
196
- RequestId?: string;
196
+ RequestId?: string | undefined;
197
197
  /**
198
198
  * @internal
199
199
  */
@@ -210,12 +210,12 @@ export declare class ServiceException extends __BaseException {
210
210
  * <p>The descriptive message for the exception.</p>
211
211
  * @public
212
212
  */
213
- Message?: string;
213
+ Message?: string | undefined;
214
214
  /**
215
215
  * <p>The Amazon Web Services request identifier.</p>
216
216
  * @public
217
217
  */
218
- RequestId?: string;
218
+ RequestId?: string | undefined;
219
219
  /**
220
220
  * @internal
221
221
  */
@@ -232,12 +232,12 @@ export declare class AccessDeniedException extends __BaseException {
232
232
  * <p>The descriptive message for the exception.</p>
233
233
  * @public
234
234
  */
235
- Message?: string;
235
+ Message?: string | undefined;
236
236
  /**
237
237
  * <p>The Amazon Web Services request identifier.</p>
238
238
  * @public
239
239
  */
240
- RequestId?: string;
240
+ RequestId?: string | undefined;
241
241
  /**
242
242
  * @internal
243
243
  */
@@ -255,12 +255,12 @@ export interface IpRoute {
255
255
  * use a CIDR address block with /32. For example 10.0.0.0/32.</p>
256
256
  * @public
257
257
  */
258
- CidrIp?: string;
258
+ CidrIp?: string | undefined;
259
259
  /**
260
260
  * <p>Description of the address block.</p>
261
261
  * @public
262
262
  */
263
- Description?: string;
263
+ Description?: string | undefined;
264
264
  }
265
265
  /**
266
266
  * @public
@@ -348,7 +348,7 @@ export interface AddIpRoutesRequest {
348
348
  * publicly.</p>
349
349
  * @public
350
350
  */
351
- UpdateSecurityGroupForDirectoryControllers?: boolean;
351
+ UpdateSecurityGroupForDirectoryControllers?: boolean | undefined;
352
352
  }
353
353
  /**
354
354
  * @public
@@ -366,12 +366,12 @@ export declare class DirectoryUnavailableException extends __BaseException {
366
366
  * <p>The descriptive message for the exception.</p>
367
367
  * @public
368
368
  */
369
- Message?: string;
369
+ Message?: string | undefined;
370
370
  /**
371
371
  * <p>The Amazon Web Services request identifier.</p>
372
372
  * @public
373
373
  */
374
- RequestId?: string;
374
+ RequestId?: string | undefined;
375
375
  /**
376
376
  * @internal
377
377
  */
@@ -388,12 +388,12 @@ export declare class EntityAlreadyExistsException extends __BaseException {
388
388
  * <p>The descriptive message for the exception.</p>
389
389
  * @public
390
390
  */
391
- Message?: string;
391
+ Message?: string | undefined;
392
392
  /**
393
393
  * <p>The Amazon Web Services request identifier.</p>
394
394
  * @public
395
395
  */
396
- RequestId?: string;
396
+ RequestId?: string | undefined;
397
397
  /**
398
398
  * @internal
399
399
  */
@@ -411,12 +411,12 @@ export declare class IpRouteLimitExceededException extends __BaseException {
411
411
  * <p>The descriptive message for the exception.</p>
412
412
  * @public
413
413
  */
414
- Message?: string;
414
+ Message?: string | undefined;
415
415
  /**
416
416
  * <p>The Amazon Web Services request identifier.</p>
417
417
  * @public
418
418
  */
419
- RequestId?: string;
419
+ RequestId?: string | undefined;
420
420
  /**
421
421
  * @internal
422
422
  */
@@ -478,12 +478,12 @@ export declare class DirectoryAlreadyInRegionException extends __BaseException {
478
478
  * <p>The descriptive message for the exception.</p>
479
479
  * @public
480
480
  */
481
- Message?: string;
481
+ Message?: string | undefined;
482
482
  /**
483
483
  * <p>The Amazon Web Services request identifier.</p>
484
484
  * @public
485
485
  */
486
- RequestId?: string;
486
+ RequestId?: string | undefined;
487
487
  /**
488
488
  * @internal
489
489
  */
@@ -500,12 +500,12 @@ export declare class DirectoryDoesNotExistException extends __BaseException {
500
500
  * <p>The descriptive message for the exception.</p>
501
501
  * @public
502
502
  */
503
- Message?: string;
503
+ Message?: string | undefined;
504
504
  /**
505
505
  * <p>The Amazon Web Services request identifier.</p>
506
506
  * @public
507
507
  */
508
- RequestId?: string;
508
+ RequestId?: string | undefined;
509
509
  /**
510
510
  * @internal
511
511
  */
@@ -523,12 +523,12 @@ export declare class RegionLimitExceededException extends __BaseException {
523
523
  * <p>The descriptive message for the exception.</p>
524
524
  * @public
525
525
  */
526
- Message?: string;
526
+ Message?: string | undefined;
527
527
  /**
528
528
  * <p>The Amazon Web Services request identifier.</p>
529
529
  * @public
530
530
  */
531
- RequestId?: string;
531
+ RequestId?: string | undefined;
532
532
  /**
533
533
  * @internal
534
534
  */
@@ -545,12 +545,12 @@ export declare class UnsupportedOperationException extends __BaseException {
545
545
  * <p>The descriptive message for the exception.</p>
546
546
  * @public
547
547
  */
548
- Message?: string;
548
+ Message?: string | undefined;
549
549
  /**
550
550
  * <p>The Amazon Web Services request identifier.</p>
551
551
  * @public
552
552
  */
553
- RequestId?: string;
553
+ RequestId?: string | undefined;
554
554
  /**
555
555
  * @internal
556
556
  */
@@ -608,12 +608,12 @@ export declare class TagLimitExceededException extends __BaseException {
608
608
  * <p>The descriptive message for the exception.</p>
609
609
  * @public
610
610
  */
611
- Message?: string;
611
+ Message?: string | undefined;
612
612
  /**
613
613
  * <p>The Amazon Web Services request identifier.</p>
614
614
  * @public
615
615
  */
616
- RequestId?: string;
616
+ RequestId?: string | undefined;
617
617
  /**
618
618
  * @internal
619
619
  */
@@ -628,12 +628,12 @@ export interface Attribute {
628
628
  * <p>The name of the attribute.</p>
629
629
  * @public
630
630
  */
631
- Name?: string;
631
+ Name?: string | undefined;
632
632
  /**
633
633
  * <p>The value of the attribute.</p>
634
634
  * @public
635
635
  */
636
- Value?: string;
636
+ Value?: string | undefined;
637
637
  }
638
638
  /**
639
639
  * <p>An authentication error occurred.</p>
@@ -646,12 +646,12 @@ export declare class AuthenticationFailedException extends __BaseException {
646
646
  * <p>The textual message for the exception.</p>
647
647
  * @public
648
648
  */
649
- Message?: string;
649
+ Message?: string | undefined;
650
650
  /**
651
651
  * <p>The identifier of the request that caused the exception.</p>
652
652
  * @public
653
653
  */
654
- RequestId?: string;
654
+ RequestId?: string | undefined;
655
655
  /**
656
656
  * @internal
657
657
  */
@@ -686,7 +686,7 @@ export interface ClientCertAuthSettings {
686
686
  * <p>Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.</p>
687
687
  * @public
688
688
  */
689
- OCSPUrl?: string;
689
+ OCSPUrl?: string | undefined;
690
690
  }
691
691
  /**
692
692
  * @public
@@ -725,42 +725,42 @@ export interface Certificate {
725
725
  * <p>The identifier of the certificate.</p>
726
726
  * @public
727
727
  */
728
- CertificateId?: string;
728
+ CertificateId?: string | undefined;
729
729
  /**
730
730
  * <p>The state of the certificate.</p>
731
731
  * @public
732
732
  */
733
- State?: CertificateState;
733
+ State?: CertificateState | undefined;
734
734
  /**
735
735
  * <p>Describes a state change for the certificate.</p>
736
736
  * @public
737
737
  */
738
- StateReason?: string;
738
+ StateReason?: string | undefined;
739
739
  /**
740
740
  * <p>The common name for the certificate.</p>
741
741
  * @public
742
742
  */
743
- CommonName?: string;
743
+ CommonName?: string | undefined;
744
744
  /**
745
745
  * <p>The date and time that the certificate was registered.</p>
746
746
  * @public
747
747
  */
748
- RegisteredDateTime?: Date;
748
+ RegisteredDateTime?: Date | undefined;
749
749
  /**
750
750
  * <p>The date and time when the certificate will expire.</p>
751
751
  * @public
752
752
  */
753
- ExpiryDateTime?: Date;
753
+ ExpiryDateTime?: Date | undefined;
754
754
  /**
755
755
  * <p>The function that the registered certificate performs. Valid values include <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is <code>ClientLDAPS</code>.</p>
756
756
  * @public
757
757
  */
758
- Type?: CertificateType;
758
+ Type?: CertificateType | undefined;
759
759
  /**
760
760
  * <p>A <code>ClientCertAuthSettings</code> object that contains client certificate authentication settings.</p>
761
761
  * @public
762
762
  */
763
- ClientCertAuthSettings?: ClientCertAuthSettings;
763
+ ClientCertAuthSettings?: ClientCertAuthSettings | undefined;
764
764
  }
765
765
  /**
766
766
  * <p>The certificate has already been registered into the system.</p>
@@ -773,12 +773,12 @@ export declare class CertificateAlreadyExistsException extends __BaseException {
773
773
  * <p>The descriptive message for the exception.</p>
774
774
  * @public
775
775
  */
776
- Message?: string;
776
+ Message?: string | undefined;
777
777
  /**
778
778
  * <p>The Amazon Web Services request identifier.</p>
779
779
  * @public
780
780
  */
781
- RequestId?: string;
781
+ RequestId?: string | undefined;
782
782
  /**
783
783
  * @internal
784
784
  */
@@ -795,12 +795,12 @@ export declare class CertificateDoesNotExistException extends __BaseException {
795
795
  * <p>The descriptive message for the exception.</p>
796
796
  * @public
797
797
  */
798
- Message?: string;
798
+ Message?: string | undefined;
799
799
  /**
800
800
  * <p>The Amazon Web Services request identifier.</p>
801
801
  * @public
802
802
  */
803
- RequestId?: string;
803
+ RequestId?: string | undefined;
804
804
  /**
805
805
  * @internal
806
806
  */
@@ -815,27 +815,27 @@ export interface CertificateInfo {
815
815
  * <p>The identifier of the certificate.</p>
816
816
  * @public
817
817
  */
818
- CertificateId?: string;
818
+ CertificateId?: string | undefined;
819
819
  /**
820
820
  * <p>The common name for the certificate.</p>
821
821
  * @public
822
822
  */
823
- CommonName?: string;
823
+ CommonName?: string | undefined;
824
824
  /**
825
825
  * <p>The state of the certificate.</p>
826
826
  * @public
827
827
  */
828
- State?: CertificateState;
828
+ State?: CertificateState | undefined;
829
829
  /**
830
830
  * <p>The date and time when the certificate will expire.</p>
831
831
  * @public
832
832
  */
833
- ExpiryDateTime?: Date;
833
+ ExpiryDateTime?: Date | undefined;
834
834
  /**
835
835
  * <p>The function that the registered certificate performs. Valid values include <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is <code>ClientLDAPS</code>.</p>
836
836
  * @public
837
837
  */
838
- Type?: CertificateType;
838
+ Type?: CertificateType | undefined;
839
839
  }
840
840
  /**
841
841
  * <p>The certificate is being used for the LDAP security connection and cannot be removed
@@ -849,12 +849,12 @@ export declare class CertificateInUseException extends __BaseException {
849
849
  * <p>The descriptive message for the exception.</p>
850
850
  * @public
851
851
  */
852
- Message?: string;
852
+ Message?: string | undefined;
853
853
  /**
854
854
  * <p>The Amazon Web Services request identifier.</p>
855
855
  * @public
856
856
  */
857
- RequestId?: string;
857
+ RequestId?: string | undefined;
858
858
  /**
859
859
  * @internal
860
860
  */
@@ -871,12 +871,12 @@ export declare class CertificateLimitExceededException extends __BaseException {
871
871
  * <p>The descriptive message for the exception.</p>
872
872
  * @public
873
873
  */
874
- Message?: string;
874
+ Message?: string | undefined;
875
875
  /**
876
876
  * <p>The Amazon Web Services request identifier.</p>
877
877
  * @public
878
878
  */
879
- RequestId?: string;
879
+ RequestId?: string | undefined;
880
880
  /**
881
881
  * @internal
882
882
  */
@@ -915,17 +915,17 @@ export interface ClientAuthenticationSettingInfo {
915
915
  * <p>The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved. </p>
916
916
  * @public
917
917
  */
918
- Type?: ClientAuthenticationType;
918
+ Type?: ClientAuthenticationType | undefined;
919
919
  /**
920
920
  * <p>Whether the client authentication type is enabled or disabled for the specified directory.</p>
921
921
  * @public
922
922
  */
923
- Status?: ClientAuthenticationStatus;
923
+ Status?: ClientAuthenticationStatus | undefined;
924
924
  /**
925
925
  * <p>The date and time when the status of the client authentication type was last updated.</p>
926
926
  * @public
927
927
  */
928
- LastUpdatedDateTime?: Date;
928
+ LastUpdatedDateTime?: Date | undefined;
929
929
  }
930
930
  /**
931
931
  * <p>Contains information about a computer account in a directory.</p>
@@ -936,18 +936,18 @@ export interface Computer {
936
936
  * <p>The identifier of the computer.</p>
937
937
  * @public
938
938
  */
939
- ComputerId?: string;
939
+ ComputerId?: string | undefined;
940
940
  /**
941
941
  * <p>The computer name.</p>
942
942
  * @public
943
943
  */
944
- ComputerName?: string;
944
+ ComputerName?: string | undefined;
945
945
  /**
946
946
  * <p>An array of <a>Attribute</a> objects containing the LDAP attributes that belong to the
947
947
  * computer account.</p>
948
948
  * @public
949
949
  */
950
- ComputerAttributes?: Attribute[];
950
+ ComputerAttributes?: Attribute[] | undefined;
951
951
  }
952
952
  /**
953
953
  * @public
@@ -972,20 +972,20 @@ export interface ConditionalForwarder {
972
972
  * conditional forwarder.</p>
973
973
  * @public
974
974
  */
975
- RemoteDomainName?: string;
975
+ RemoteDomainName?: string | undefined;
976
976
  /**
977
977
  * <p>The IP addresses of the remote DNS server associated with RemoteDomainName. This is the
978
978
  * IP address of the DNS server that your conditional forwarder points to.</p>
979
979
  * @public
980
980
  */
981
- DnsIpAddrs?: string[];
981
+ DnsIpAddrs?: string[] | undefined;
982
982
  /**
983
983
  * <p>The replication scope of the conditional forwarder. The only allowed value is
984
984
  * <code>Domain</code>, which will replicate the conditional forwarder to all of the domain
985
985
  * controllers for your Amazon Web Services directory.</p>
986
986
  * @public
987
987
  */
988
- ReplicationScope?: ReplicationScope;
988
+ ReplicationScope?: ReplicationScope | undefined;
989
989
  }
990
990
  /**
991
991
  * <p>Contains information for the <a>ConnectDirectory</a> operation when an AD
@@ -1054,7 +1054,7 @@ export interface ConnectDirectoryRequest {
1054
1054
  * <p>The NetBIOS name of your self-managed directory, such as <code>CORP</code>.</p>
1055
1055
  * @public
1056
1056
  */
1057
- ShortName?: string;
1057
+ ShortName?: string | undefined;
1058
1058
  /**
1059
1059
  * <p>The password for your self-managed user account.</p>
1060
1060
  * @public
@@ -1064,7 +1064,7 @@ export interface ConnectDirectoryRequest {
1064
1064
  * <p>A description for the directory.</p>
1065
1065
  * @public
1066
1066
  */
1067
- Description?: string;
1067
+ Description?: string | undefined;
1068
1068
  /**
1069
1069
  * <p>The size of the directory.</p>
1070
1070
  * @public
@@ -1080,7 +1080,7 @@ export interface ConnectDirectoryRequest {
1080
1080
  * <p>The tags to be assigned to AD Connector.</p>
1081
1081
  * @public
1082
1082
  */
1083
- Tags?: Tag[];
1083
+ Tags?: Tag[] | undefined;
1084
1084
  }
1085
1085
  /**
1086
1086
  * <p>Contains the results of the <a>ConnectDirectory</a> operation.</p>
@@ -1091,7 +1091,7 @@ export interface ConnectDirectoryResult {
1091
1091
  * <p>The identifier of the new directory.</p>
1092
1092
  * @public
1093
1093
  */
1094
- DirectoryId?: string;
1094
+ DirectoryId?: string | undefined;
1095
1095
  }
1096
1096
  /**
1097
1097
  * <p>The maximum number of directories in the region has been reached. You can use the
@@ -1106,12 +1106,12 @@ export declare class DirectoryLimitExceededException extends __BaseException {
1106
1106
  * <p>The descriptive message for the exception.</p>
1107
1107
  * @public
1108
1108
  */
1109
- Message?: string;
1109
+ Message?: string | undefined;
1110
1110
  /**
1111
1111
  * <p>The Amazon Web Services request identifier.</p>
1112
1112
  * @public
1113
1113
  */
1114
- RequestId?: string;
1114
+ RequestId?: string | undefined;
1115
1115
  /**
1116
1116
  * @internal
1117
1117
  */
@@ -1144,12 +1144,12 @@ export interface CreateAliasResult {
1144
1144
  * <p>The identifier of the directory.</p>
1145
1145
  * @public
1146
1146
  */
1147
- DirectoryId?: string;
1147
+ DirectoryId?: string | undefined;
1148
1148
  /**
1149
1149
  * <p>The alias for the directory.</p>
1150
1150
  * @public
1151
1151
  */
1152
- Alias?: string;
1152
+ Alias?: string | undefined;
1153
1153
  }
1154
1154
  /**
1155
1155
  * <p>Contains the inputs for the <a>CreateComputer</a> operation.</p>
@@ -1175,13 +1175,13 @@ export interface CreateComputerRequest {
1175
1175
  * <p>The fully-qualified distinguished name of the organizational unit to place the computer account in.</p>
1176
1176
  * @public
1177
1177
  */
1178
- OrganizationalUnitDistinguishedName?: string;
1178
+ OrganizationalUnitDistinguishedName?: string | undefined;
1179
1179
  /**
1180
1180
  * <p>An array of <a>Attribute</a> objects that contain any LDAP attributes to apply to the
1181
1181
  * computer account.</p>
1182
1182
  * @public
1183
1183
  */
1184
- ComputerAttributes?: Attribute[];
1184
+ ComputerAttributes?: Attribute[] | undefined;
1185
1185
  }
1186
1186
  /**
1187
1187
  * <p>Contains the results for the <a>CreateComputer</a> operation.</p>
@@ -1192,7 +1192,7 @@ export interface CreateComputerResult {
1192
1192
  * <p>A <a>Computer</a> object that represents the computer account.</p>
1193
1193
  * @public
1194
1194
  */
1195
- Computer?: Computer;
1195
+ Computer?: Computer | undefined;
1196
1196
  }
1197
1197
  /**
1198
1198
  * <p>Initiates the creation of a conditional forwarder for your Directory Service for Microsoft Active
@@ -1239,7 +1239,7 @@ export interface CreateDirectoryRequest {
1239
1239
  * <p>The NetBIOS name of the directory, such as <code>CORP</code>.</p>
1240
1240
  * @public
1241
1241
  */
1242
- ShortName?: string;
1242
+ ShortName?: string | undefined;
1243
1243
  /**
1244
1244
  * <p>The password for the directory administrator. The directory creation process creates a
1245
1245
  * directory administrator account with the user name <code>Administrator</code> and this
@@ -1277,7 +1277,7 @@ export interface CreateDirectoryRequest {
1277
1277
  * <p>A description for the directory.</p>
1278
1278
  * @public
1279
1279
  */
1280
- Description?: string;
1280
+ Description?: string | undefined;
1281
1281
  /**
1282
1282
  * <p>The size of the directory.</p>
1283
1283
  * @public
@@ -1288,12 +1288,12 @@ export interface CreateDirectoryRequest {
1288
1288
  * the operation.</p>
1289
1289
  * @public
1290
1290
  */
1291
- VpcSettings?: DirectoryVpcSettings;
1291
+ VpcSettings?: DirectoryVpcSettings | undefined;
1292
1292
  /**
1293
1293
  * <p>The tags to be assigned to the Simple AD directory.</p>
1294
1294
  * @public
1295
1295
  */
1296
- Tags?: Tag[];
1296
+ Tags?: Tag[] | undefined;
1297
1297
  }
1298
1298
  /**
1299
1299
  * <p>Contains the results of the <a>CreateDirectory</a> operation.</p>
@@ -1304,7 +1304,7 @@ export interface CreateDirectoryResult {
1304
1304
  * <p>The identifier of the directory that was created.</p>
1305
1305
  * @public
1306
1306
  */
1307
- DirectoryId?: string;
1307
+ DirectoryId?: string | undefined;
1308
1308
  }
1309
1309
  /**
1310
1310
  * @public
@@ -1339,12 +1339,12 @@ export declare class InsufficientPermissionsException extends __BaseException {
1339
1339
  * <p>The descriptive message for the exception.</p>
1340
1340
  * @public
1341
1341
  */
1342
- Message?: string;
1342
+ Message?: string | undefined;
1343
1343
  /**
1344
1344
  * <p>The Amazon Web Services request identifier.</p>
1345
1345
  * @public
1346
1346
  */
1347
- RequestId?: string;
1347
+ RequestId?: string | undefined;
1348
1348
  /**
1349
1349
  * @internal
1350
1350
  */
@@ -1380,7 +1380,7 @@ export interface CreateMicrosoftADRequest {
1380
1380
  * <code>CORP</code> for the directory DNS <code>corp.example.com</code>. </p>
1381
1381
  * @public
1382
1382
  */
1383
- ShortName?: string;
1383
+ ShortName?: string | undefined;
1384
1384
  /**
1385
1385
  * <p>The password for the default administrative user named <code>Admin</code>.</p>
1386
1386
  * <p>If you need to change the password for the administrator account, you can use the <a>ResetUserPassword</a> API call.</p>
@@ -1392,7 +1392,7 @@ export interface CreateMicrosoftADRequest {
1392
1392
  * <code>Directory Details</code> page after the directory is created.</p>
1393
1393
  * @public
1394
1394
  */
1395
- Description?: string;
1395
+ Description?: string | undefined;
1396
1396
  /**
1397
1397
  * <p>Contains VPC information for the <a>CreateDirectory</a> or <a>CreateMicrosoftAD</a> operation.</p>
1398
1398
  * @public
@@ -1403,12 +1403,12 @@ export interface CreateMicrosoftADRequest {
1403
1403
  * <code>Enterprise</code>. <code>Enterprise</code> is the default.</p>
1404
1404
  * @public
1405
1405
  */
1406
- Edition?: DirectoryEdition;
1406
+ Edition?: DirectoryEdition | undefined;
1407
1407
  /**
1408
1408
  * <p>The tags to be assigned to the Managed Microsoft AD directory.</p>
1409
1409
  * @public
1410
1410
  */
1411
- Tags?: Tag[];
1411
+ Tags?: Tag[] | undefined;
1412
1412
  }
1413
1413
  /**
1414
1414
  * <p>Result of a CreateMicrosoftAD request.</p>
@@ -1419,7 +1419,7 @@ export interface CreateMicrosoftADResult {
1419
1419
  * <p>The identifier of the directory that was created.</p>
1420
1420
  * @public
1421
1421
  */
1422
- DirectoryId?: string;
1422
+ DirectoryId?: string | undefined;
1423
1423
  }
1424
1424
  /**
1425
1425
  * <p>Contains the inputs for the <a>CreateSnapshot</a> operation.</p>
@@ -1435,7 +1435,7 @@ export interface CreateSnapshotRequest {
1435
1435
  * <p>The descriptive name to apply to the snapshot.</p>
1436
1436
  * @public
1437
1437
  */
1438
- Name?: string;
1438
+ Name?: string | undefined;
1439
1439
  }
1440
1440
  /**
1441
1441
  * <p>Contains the results of the <a>CreateSnapshot</a> operation.</p>
@@ -1446,7 +1446,7 @@ export interface CreateSnapshotResult {
1446
1446
  * <p>The identifier of the snapshot that was created.</p>
1447
1447
  * @public
1448
1448
  */
1449
- SnapshotId?: string;
1449
+ SnapshotId?: string | undefined;
1450
1450
  }
1451
1451
  /**
1452
1452
  * <p>The maximum number of manual snapshots for the directory has been reached. You can
@@ -1461,12 +1461,12 @@ export declare class SnapshotLimitExceededException extends __BaseException {
1461
1461
  * <p>The descriptive message for the exception.</p>
1462
1462
  * @public
1463
1463
  */
1464
- Message?: string;
1464
+ Message?: string | undefined;
1465
1465
  /**
1466
1466
  * <p>The Amazon Web Services request identifier.</p>
1467
1467
  * @public
1468
1468
  */
1469
- RequestId?: string;
1469
+ RequestId?: string | undefined;
1470
1470
  /**
1471
1471
  * @internal
1472
1472
  */
@@ -1546,17 +1546,17 @@ export interface CreateTrustRequest {
1546
1546
  * <p>The trust relationship type. <code>Forest</code> is the default.</p>
1547
1547
  * @public
1548
1548
  */
1549
- TrustType?: TrustType;
1549
+ TrustType?: TrustType | undefined;
1550
1550
  /**
1551
1551
  * <p>The IP addresses of the remote DNS server associated with RemoteDomainName.</p>
1552
1552
  * @public
1553
1553
  */
1554
- ConditionalForwarderIpAddrs?: string[];
1554
+ ConditionalForwarderIpAddrs?: string[] | undefined;
1555
1555
  /**
1556
1556
  * <p>Optional parameter to enable selective authentication for the trust.</p>
1557
1557
  * @public
1558
1558
  */
1559
- SelectiveAuth?: SelectiveAuth;
1559
+ SelectiveAuth?: SelectiveAuth | undefined;
1560
1560
  }
1561
1561
  /**
1562
1562
  * <p>The result of a CreateTrust request.</p>
@@ -1567,7 +1567,7 @@ export interface CreateTrustResult {
1567
1567
  * <p>A unique identifier for the trust relationship that was created.</p>
1568
1568
  * @public
1569
1569
  */
1570
- TrustId?: string;
1570
+ TrustId?: string | undefined;
1571
1571
  }
1572
1572
  /**
1573
1573
  * @public
@@ -1627,7 +1627,7 @@ export interface DeleteDirectoryResult {
1627
1627
  * <p>The directory identifier.</p>
1628
1628
  * @public
1629
1629
  */
1630
- DirectoryId?: string;
1630
+ DirectoryId?: string | undefined;
1631
1631
  }
1632
1632
  /**
1633
1633
  * @public
@@ -1664,7 +1664,7 @@ export interface DeleteSnapshotResult {
1664
1664
  * <p>The identifier of the directory snapshot that was deleted.</p>
1665
1665
  * @public
1666
1666
  */
1667
- SnapshotId?: string;
1667
+ SnapshotId?: string | undefined;
1668
1668
  }
1669
1669
  /**
1670
1670
  * <p>Deletes the local side of an existing trust relationship between the Managed Microsoft AD
@@ -1681,7 +1681,7 @@ export interface DeleteTrustRequest {
1681
1681
  * <p>Delete a conditional forwarder as part of a DeleteTrustRequest.</p>
1682
1682
  * @public
1683
1683
  */
1684
- DeleteAssociatedConditionalForwarder?: boolean;
1684
+ DeleteAssociatedConditionalForwarder?: boolean | undefined;
1685
1685
  }
1686
1686
  /**
1687
1687
  * <p>The result of a DeleteTrust request.</p>
@@ -1692,7 +1692,7 @@ export interface DeleteTrustResult {
1692
1692
  * <p>The Trust ID of the trust relationship that was deleted.</p>
1693
1693
  * @public
1694
1694
  */
1695
- TrustId?: string;
1695
+ TrustId?: string | undefined;
1696
1696
  }
1697
1697
  /**
1698
1698
  * @public
@@ -1762,7 +1762,7 @@ export interface DescribeCertificateResult {
1762
1762
  * reason for the state, expiration date time, and certificate common name.</p>
1763
1763
  * @public
1764
1764
  */
1765
- Certificate?: Certificate;
1765
+ Certificate?: Certificate | undefined;
1766
1766
  }
1767
1767
  /**
1768
1768
  * @public
@@ -1777,17 +1777,17 @@ export interface DescribeClientAuthenticationSettingsRequest {
1777
1777
  * <p>The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.</p>
1778
1778
  * @public
1779
1779
  */
1780
- Type?: ClientAuthenticationType;
1780
+ Type?: ClientAuthenticationType | undefined;
1781
1781
  /**
1782
1782
  * <p>The <i>DescribeClientAuthenticationSettingsResult.NextToken</i> value from a previous call to <a>DescribeClientAuthenticationSettings</a>. Pass null if this is the first call.</p>
1783
1783
  * @public
1784
1784
  */
1785
- NextToken?: string;
1785
+ NextToken?: string | undefined;
1786
1786
  /**
1787
1787
  * <p>The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation. </p>
1788
1788
  * @public
1789
1789
  */
1790
- Limit?: number;
1790
+ Limit?: number | undefined;
1791
1791
  }
1792
1792
  /**
1793
1793
  * @public
@@ -1797,13 +1797,13 @@ export interface DescribeClientAuthenticationSettingsResult {
1797
1797
  * <p>Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.</p>
1798
1798
  * @public
1799
1799
  */
1800
- ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[];
1800
+ ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[] | undefined;
1801
1801
  /**
1802
1802
  * <p>The next token used to retrieve the client authentication settings if the number of setting types exceeds
1803
1803
  * page limit and there is another page.</p>
1804
1804
  * @public
1805
1805
  */
1806
- NextToken?: string;
1806
+ NextToken?: string | undefined;
1807
1807
  }
1808
1808
  /**
1809
1809
  * <p>Describes a conditional forwarder.</p>
@@ -1822,7 +1822,7 @@ export interface DescribeConditionalForwardersRequest {
1822
1822
  * returned.</p>
1823
1823
  * @public
1824
1824
  */
1825
- RemoteDomainNames?: string[];
1825
+ RemoteDomainNames?: string[] | undefined;
1826
1826
  }
1827
1827
  /**
1828
1828
  * <p>The result of a DescribeConditionalForwarder request.</p>
@@ -1833,7 +1833,7 @@ export interface DescribeConditionalForwardersResult {
1833
1833
  * <p>The list of conditional forwarders that have been created.</p>
1834
1834
  * @public
1835
1835
  */
1836
- ConditionalForwarders?: ConditionalForwarder[];
1836
+ ConditionalForwarders?: ConditionalForwarder[] | undefined;
1837
1837
  }
1838
1838
  /**
1839
1839
  * <p>Contains the inputs for the <a>DescribeDirectories</a> operation.</p>
@@ -1846,18 +1846,18 @@ export interface DescribeDirectoriesRequest {
1846
1846
  * <p>An empty list results in an <code>InvalidParameterException</code> being thrown.</p>
1847
1847
  * @public
1848
1848
  */
1849
- DirectoryIds?: string[];
1849
+ DirectoryIds?: string[] | undefined;
1850
1850
  /**
1851
1851
  * <p>The <code>DescribeDirectoriesResult.NextToken</code> value from a previous call to <a>DescribeDirectories</a>. Pass null if this is the first call.</p>
1852
1852
  * @public
1853
1853
  */
1854
- NextToken?: string;
1854
+ NextToken?: string | undefined;
1855
1855
  /**
1856
1856
  * <p>The maximum number of items to return. If this value is zero, the maximum number of items
1857
1857
  * is specified by the limitations of the operation.</p>
1858
1858
  * @public
1859
1859
  */
1860
- Limit?: number;
1860
+ Limit?: number | undefined;
1861
1861
  }
1862
1862
  /**
1863
1863
  * <p>Contains information about an AD Connector directory.</p>
@@ -1868,32 +1868,32 @@ export interface DirectoryConnectSettingsDescription {
1868
1868
  * <p>The identifier of the VPC that the AD Connector is in.</p>
1869
1869
  * @public
1870
1870
  */
1871
- VpcId?: string;
1871
+ VpcId?: string | undefined;
1872
1872
  /**
1873
1873
  * <p>A list of subnet identifiers in the VPC that the AD Connector is in.</p>
1874
1874
  * @public
1875
1875
  */
1876
- SubnetIds?: string[];
1876
+ SubnetIds?: string[] | undefined;
1877
1877
  /**
1878
1878
  * <p>The user name of the service account in your self-managed directory.</p>
1879
1879
  * @public
1880
1880
  */
1881
- CustomerUserName?: string;
1881
+ CustomerUserName?: string | undefined;
1882
1882
  /**
1883
1883
  * <p>The security group identifier for the AD Connector directory.</p>
1884
1884
  * @public
1885
1885
  */
1886
- SecurityGroupId?: string;
1886
+ SecurityGroupId?: string | undefined;
1887
1887
  /**
1888
1888
  * <p>A list of the Availability Zones that the directory is in.</p>
1889
1889
  * @public
1890
1890
  */
1891
- AvailabilityZones?: string[];
1891
+ AvailabilityZones?: string[] | undefined;
1892
1892
  /**
1893
1893
  * <p>The IP addresses of the AD Connector servers.</p>
1894
1894
  * @public
1895
1895
  */
1896
- ConnectIps?: string[];
1896
+ ConnectIps?: string[] | undefined;
1897
1897
  }
1898
1898
  /**
1899
1899
  * @public
@@ -1933,43 +1933,43 @@ export interface RadiusSettings {
1933
1933
  * load balancer.</p>
1934
1934
  * @public
1935
1935
  */
1936
- RadiusServers?: string[];
1936
+ RadiusServers?: string[] | undefined;
1937
1937
  /**
1938
1938
  * <p>The port that your RADIUS server is using for communications. Your self-managed
1939
1939
  * network must allow inbound traffic over this port from the Directory Service servers.</p>
1940
1940
  * @public
1941
1941
  */
1942
- RadiusPort?: number;
1942
+ RadiusPort?: number | undefined;
1943
1943
  /**
1944
1944
  * <p>The amount of time, in seconds, to wait for the RADIUS server to respond.</p>
1945
1945
  * @public
1946
1946
  */
1947
- RadiusTimeout?: number;
1947
+ RadiusTimeout?: number | undefined;
1948
1948
  /**
1949
1949
  * <p>The maximum number of times that communication with the RADIUS server is retried after the initial attempt.</p>
1950
1950
  * @public
1951
1951
  */
1952
- RadiusRetries?: number;
1952
+ RadiusRetries?: number | undefined;
1953
1953
  /**
1954
1954
  * <p>Required for enabling RADIUS on the directory.</p>
1955
1955
  * @public
1956
1956
  */
1957
- SharedSecret?: string;
1957
+ SharedSecret?: string | undefined;
1958
1958
  /**
1959
1959
  * <p>The protocol specified for your RADIUS endpoints.</p>
1960
1960
  * @public
1961
1961
  */
1962
- AuthenticationProtocol?: RadiusAuthenticationProtocol;
1962
+ AuthenticationProtocol?: RadiusAuthenticationProtocol | undefined;
1963
1963
  /**
1964
1964
  * <p>Not currently used.</p>
1965
1965
  * @public
1966
1966
  */
1967
- DisplayLabel?: string;
1967
+ DisplayLabel?: string | undefined;
1968
1968
  /**
1969
1969
  * <p>Not currently used.</p>
1970
1970
  * @public
1971
1971
  */
1972
- UseSameUsername?: boolean;
1972
+ UseSameUsername?: boolean | undefined;
1973
1973
  }
1974
1974
  /**
1975
1975
  * @public
@@ -1993,22 +1993,22 @@ export interface DirectoryVpcSettingsDescription {
1993
1993
  * <p>The identifier of the VPC that the directory is in.</p>
1994
1994
  * @public
1995
1995
  */
1996
- VpcId?: string;
1996
+ VpcId?: string | undefined;
1997
1997
  /**
1998
1998
  * <p>The identifiers of the subnets for the directory servers.</p>
1999
1999
  * @public
2000
2000
  */
2001
- SubnetIds?: string[];
2001
+ SubnetIds?: string[] | undefined;
2002
2002
  /**
2003
2003
  * <p>The domain controller security group identifier for the directory.</p>
2004
2004
  * @public
2005
2005
  */
2006
- SecurityGroupId?: string;
2006
+ SecurityGroupId?: string | undefined;
2007
2007
  /**
2008
2008
  * <p>The list of Availability Zones that the directory is in.</p>
2009
2009
  * @public
2010
2010
  */
2011
- AvailabilityZones?: string[];
2011
+ AvailabilityZones?: string[] | undefined;
2012
2012
  }
2013
2013
  /**
2014
2014
  * <p>Describes the directory owner account details that have been shared to the directory
@@ -2021,33 +2021,33 @@ export interface OwnerDirectoryDescription {
2021
2021
  * account.</p>
2022
2022
  * @public
2023
2023
  */
2024
- DirectoryId?: string;
2024
+ DirectoryId?: string | undefined;
2025
2025
  /**
2026
2026
  * <p>Identifier of the directory owner account.</p>
2027
2027
  * @public
2028
2028
  */
2029
- AccountId?: string;
2029
+ AccountId?: string | undefined;
2030
2030
  /**
2031
2031
  * <p>IP address of the directory’s domain controllers.</p>
2032
2032
  * @public
2033
2033
  */
2034
- DnsIpAddrs?: string[];
2034
+ DnsIpAddrs?: string[] | undefined;
2035
2035
  /**
2036
2036
  * <p>Information about the VPC settings for the directory.</p>
2037
2037
  * @public
2038
2038
  */
2039
- VpcSettings?: DirectoryVpcSettingsDescription;
2039
+ VpcSettings?: DirectoryVpcSettingsDescription | undefined;
2040
2040
  /**
2041
2041
  * <p>A <a>RadiusSettings</a> object that contains information about the RADIUS
2042
2042
  * server.</p>
2043
2043
  * @public
2044
2044
  */
2045
- RadiusSettings?: RadiusSettings;
2045
+ RadiusSettings?: RadiusSettings | undefined;
2046
2046
  /**
2047
2047
  * <p>Information about the status of the RADIUS server.</p>
2048
2048
  * @public
2049
2049
  */
2050
- RadiusStatus?: RadiusStatus;
2050
+ RadiusStatus?: RadiusStatus | undefined;
2051
2051
  }
2052
2052
  /**
2053
2053
  * <p>Provides information about the Regions that are configured for multi-Region
@@ -2059,13 +2059,13 @@ export interface RegionsInfo {
2059
2059
  * <p>The Region where the Managed Microsoft AD directory was originally created.</p>
2060
2060
  * @public
2061
2061
  */
2062
- PrimaryRegion?: string;
2062
+ PrimaryRegion?: string | undefined;
2063
2063
  /**
2064
2064
  * <p>Lists the Regions where the directory has been replicated, excluding the primary
2065
2065
  * Region.</p>
2066
2066
  * @public
2067
2067
  */
2068
- AdditionalRegions?: string[];
2068
+ AdditionalRegions?: string[] | undefined;
2069
2069
  }
2070
2070
  /**
2071
2071
  * @public
@@ -2112,33 +2112,33 @@ export interface DirectoryDescription {
2112
2112
  * <p>The directory identifier.</p>
2113
2113
  * @public
2114
2114
  */
2115
- DirectoryId?: string;
2115
+ DirectoryId?: string | undefined;
2116
2116
  /**
2117
2117
  * <p>The fully qualified name of the directory.</p>
2118
2118
  * @public
2119
2119
  */
2120
- Name?: string;
2120
+ Name?: string | undefined;
2121
2121
  /**
2122
2122
  * <p>The short name of the directory.</p>
2123
2123
  * @public
2124
2124
  */
2125
- ShortName?: string;
2125
+ ShortName?: string | undefined;
2126
2126
  /**
2127
2127
  * <p>The directory size.</p>
2128
2128
  * @public
2129
2129
  */
2130
- Size?: DirectorySize;
2130
+ Size?: DirectorySize | undefined;
2131
2131
  /**
2132
2132
  * <p>The edition associated with this directory.</p>
2133
2133
  * @public
2134
2134
  */
2135
- Edition?: DirectoryEdition;
2135
+ Edition?: DirectoryEdition | undefined;
2136
2136
  /**
2137
2137
  * <p>The alias for the directory. If no alias has been created for the directory, the alias is
2138
2138
  * the directory identifier, such as <code>d-XXXXXXXXXX</code>.</p>
2139
2139
  * @public
2140
2140
  */
2141
- Alias?: string;
2141
+ Alias?: string | undefined;
2142
2142
  /**
2143
2143
  * <p>The access URL for the directory, such as
2144
2144
  * <code>http://<alias>.awsapps.com</code>. If no alias has been created for the
@@ -2146,12 +2146,12 @@ export interface DirectoryDescription {
2146
2146
  * <code>d-XXXXXXXXXX</code>.</p>
2147
2147
  * @public
2148
2148
  */
2149
- AccessUrl?: string;
2149
+ AccessUrl?: string | undefined;
2150
2150
  /**
2151
2151
  * <p>The description for the directory.</p>
2152
2152
  * @public
2153
2153
  */
2154
- Description?: string;
2154
+ Description?: string | undefined;
2155
2155
  /**
2156
2156
  * <p>The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD
2157
2157
  * directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For
@@ -2159,102 +2159,102 @@ export interface DirectoryDescription {
2159
2159
  * in your self-managed directory to which the AD Connector is connected.</p>
2160
2160
  * @public
2161
2161
  */
2162
- DnsIpAddrs?: string[];
2162
+ DnsIpAddrs?: string[] | undefined;
2163
2163
  /**
2164
2164
  * <p>The current stage of the directory.</p>
2165
2165
  * @public
2166
2166
  */
2167
- Stage?: DirectoryStage;
2167
+ Stage?: DirectoryStage | undefined;
2168
2168
  /**
2169
2169
  * <p>Current directory status of the shared Managed Microsoft AD directory.</p>
2170
2170
  * @public
2171
2171
  */
2172
- ShareStatus?: ShareStatus;
2172
+ ShareStatus?: ShareStatus | undefined;
2173
2173
  /**
2174
2174
  * <p>The method used when sharing a directory to determine whether the directory should be
2175
2175
  * shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account by
2176
2176
  * sending a shared directory request (<code>HANDSHAKE</code>).</p>
2177
2177
  * @public
2178
2178
  */
2179
- ShareMethod?: ShareMethod;
2179
+ ShareMethod?: ShareMethod | undefined;
2180
2180
  /**
2181
2181
  * <p>A directory share request that is sent by the directory owner to the directory consumer.
2182
2182
  * The request includes a typed message to help the directory consumer administrator determine
2183
2183
  * whether to approve or reject the share invitation.</p>
2184
2184
  * @public
2185
2185
  */
2186
- ShareNotes?: string;
2186
+ ShareNotes?: string | undefined;
2187
2187
  /**
2188
2188
  * <p>Specifies when the directory was created.</p>
2189
2189
  * @public
2190
2190
  */
2191
- LaunchTime?: Date;
2191
+ LaunchTime?: Date | undefined;
2192
2192
  /**
2193
2193
  * <p>The date and time that the stage was last updated.</p>
2194
2194
  * @public
2195
2195
  */
2196
- StageLastUpdatedDateTime?: Date;
2196
+ StageLastUpdatedDateTime?: Date | undefined;
2197
2197
  /**
2198
2198
  * <p>The directory type.</p>
2199
2199
  * @public
2200
2200
  */
2201
- Type?: DirectoryType;
2201
+ Type?: DirectoryType | undefined;
2202
2202
  /**
2203
2203
  * <p>A <a>DirectoryVpcSettingsDescription</a> object that contains additional
2204
2204
  * information about a directory. This member is only present if the directory is a Simple AD or
2205
2205
  * Managed Microsoft AD directory.</p>
2206
2206
  * @public
2207
2207
  */
2208
- VpcSettings?: DirectoryVpcSettingsDescription;
2208
+ VpcSettings?: DirectoryVpcSettingsDescription | undefined;
2209
2209
  /**
2210
2210
  * <p>A <a>DirectoryConnectSettingsDescription</a> object that contains additional
2211
2211
  * information about an AD Connector directory. This member is only present if the directory is
2212
2212
  * an AD Connector directory.</p>
2213
2213
  * @public
2214
2214
  */
2215
- ConnectSettings?: DirectoryConnectSettingsDescription;
2215
+ ConnectSettings?: DirectoryConnectSettingsDescription | undefined;
2216
2216
  /**
2217
2217
  * <p>A <a>RadiusSettings</a> object that contains information about the RADIUS
2218
2218
  * server configured for this directory.</p>
2219
2219
  * @public
2220
2220
  */
2221
- RadiusSettings?: RadiusSettings;
2221
+ RadiusSettings?: RadiusSettings | undefined;
2222
2222
  /**
2223
2223
  * <p>The status of the RADIUS MFA server connection.</p>
2224
2224
  * @public
2225
2225
  */
2226
- RadiusStatus?: RadiusStatus;
2226
+ RadiusStatus?: RadiusStatus | undefined;
2227
2227
  /**
2228
2228
  * <p>Additional information about the directory stage.</p>
2229
2229
  * @public
2230
2230
  */
2231
- StageReason?: string;
2231
+ StageReason?: string | undefined;
2232
2232
  /**
2233
2233
  * <p>Indicates if single sign-on is enabled for the directory. For more information, see <a>EnableSso</a> and <a>DisableSso</a>.</p>
2234
2234
  * @public
2235
2235
  */
2236
- SsoEnabled?: boolean;
2236
+ SsoEnabled?: boolean | undefined;
2237
2237
  /**
2238
2238
  * <p>The desired number of domain controllers in the directory if the directory is Microsoft
2239
2239
  * AD.</p>
2240
2240
  * @public
2241
2241
  */
2242
- DesiredNumberOfDomainControllers?: number;
2242
+ DesiredNumberOfDomainControllers?: number | undefined;
2243
2243
  /**
2244
2244
  * <p>Describes the Managed Microsoft AD directory in the directory owner account.</p>
2245
2245
  * @public
2246
2246
  */
2247
- OwnerDirectoryDescription?: OwnerDirectoryDescription;
2247
+ OwnerDirectoryDescription?: OwnerDirectoryDescription | undefined;
2248
2248
  /**
2249
2249
  * <p>Lists the Regions where the directory has replicated.</p>
2250
2250
  * @public
2251
2251
  */
2252
- RegionsInfo?: RegionsInfo;
2252
+ RegionsInfo?: RegionsInfo | undefined;
2253
2253
  /**
2254
2254
  * <p>The operating system (OS) version of the directory.</p>
2255
2255
  * @public
2256
2256
  */
2257
- OsVersion?: OSVersion;
2257
+ OsVersion?: OSVersion | undefined;
2258
2258
  }
2259
2259
  /**
2260
2260
  * <p>Contains the results of the <a>DescribeDirectories</a> operation.</p>
@@ -2269,14 +2269,14 @@ export interface DescribeDirectoriesResult {
2269
2269
  * exceeded.</p>
2270
2270
  * @public
2271
2271
  */
2272
- DirectoryDescriptions?: DirectoryDescription[];
2272
+ DirectoryDescriptions?: DirectoryDescription[] | undefined;
2273
2273
  /**
2274
2274
  * <p>If not null, more results are available. Pass this value for the <code>NextToken</code>
2275
2275
  * parameter in a subsequent call to <a>DescribeDirectories</a> to retrieve the next
2276
2276
  * set of items.</p>
2277
2277
  * @public
2278
2278
  */
2279
- NextToken?: string;
2279
+ NextToken?: string | undefined;
2280
2280
  }
2281
2281
  /**
2282
2282
  * <p>The <code>NextToken</code> value is not valid.</p>
@@ -2289,12 +2289,12 @@ export declare class InvalidNextTokenException extends __BaseException {
2289
2289
  * <p>The descriptive message for the exception.</p>
2290
2290
  * @public
2291
2291
  */
2292
- Message?: string;
2292
+ Message?: string | undefined;
2293
2293
  /**
2294
2294
  * <p>The Amazon Web Services request identifier.</p>
2295
2295
  * @public
2296
2296
  */
2297
- RequestId?: string;
2297
+ RequestId?: string | undefined;
2298
2298
  /**
2299
2299
  * @internal
2300
2300
  */
@@ -2318,7 +2318,7 @@ export interface DescribeDirectoryDataAccessResult {
2318
2318
  * <p>The current status of data access through the Directory Service Data API.</p>
2319
2319
  * @public
2320
2320
  */
2321
- DataAccessStatus?: DataAccessStatus;
2321
+ DataAccessStatus?: DataAccessStatus | undefined;
2322
2322
  }
2323
2323
  /**
2324
2324
  * @public
@@ -2335,19 +2335,19 @@ export interface DescribeDomainControllersRequest {
2335
2335
  * provided.</p>
2336
2336
  * @public
2337
2337
  */
2338
- DomainControllerIds?: string[];
2338
+ DomainControllerIds?: string[] | undefined;
2339
2339
  /**
2340
2340
  * <p>The <i>DescribeDomainControllers.NextToken</i> value from a previous call
2341
2341
  * to <a>DescribeDomainControllers</a>. Pass null if this is the first call.
2342
2342
  * </p>
2343
2343
  * @public
2344
2344
  */
2345
- NextToken?: string;
2345
+ NextToken?: string | undefined;
2346
2346
  /**
2347
2347
  * <p>The maximum number of items to return.</p>
2348
2348
  * @public
2349
2349
  */
2350
- Limit?: number;
2350
+ Limit?: number | undefined;
2351
2351
  }
2352
2352
  /**
2353
2353
  * @public
@@ -2376,52 +2376,52 @@ export interface DomainController {
2376
2376
  * <p>Identifier of the directory where the domain controller resides.</p>
2377
2377
  * @public
2378
2378
  */
2379
- DirectoryId?: string;
2379
+ DirectoryId?: string | undefined;
2380
2380
  /**
2381
2381
  * <p>Identifies a specific domain controller in the directory.</p>
2382
2382
  * @public
2383
2383
  */
2384
- DomainControllerId?: string;
2384
+ DomainControllerId?: string | undefined;
2385
2385
  /**
2386
2386
  * <p>The IP address of the domain controller.</p>
2387
2387
  * @public
2388
2388
  */
2389
- DnsIpAddr?: string;
2389
+ DnsIpAddr?: string | undefined;
2390
2390
  /**
2391
2391
  * <p>The identifier of the VPC that contains the domain controller.</p>
2392
2392
  * @public
2393
2393
  */
2394
- VpcId?: string;
2394
+ VpcId?: string | undefined;
2395
2395
  /**
2396
2396
  * <p>Identifier of the subnet in the VPC that contains the domain controller.</p>
2397
2397
  * @public
2398
2398
  */
2399
- SubnetId?: string;
2399
+ SubnetId?: string | undefined;
2400
2400
  /**
2401
2401
  * <p>The Availability Zone where the domain controller is located.</p>
2402
2402
  * @public
2403
2403
  */
2404
- AvailabilityZone?: string;
2404
+ AvailabilityZone?: string | undefined;
2405
2405
  /**
2406
2406
  * <p>The status of the domain controller.</p>
2407
2407
  * @public
2408
2408
  */
2409
- Status?: DomainControllerStatus;
2409
+ Status?: DomainControllerStatus | undefined;
2410
2410
  /**
2411
2411
  * <p>A description of the domain controller state.</p>
2412
2412
  * @public
2413
2413
  */
2414
- StatusReason?: string;
2414
+ StatusReason?: string | undefined;
2415
2415
  /**
2416
2416
  * <p>Specifies when the domain controller was created.</p>
2417
2417
  * @public
2418
2418
  */
2419
- LaunchTime?: Date;
2419
+ LaunchTime?: Date | undefined;
2420
2420
  /**
2421
2421
  * <p>The date and time that the status was last updated.</p>
2422
2422
  * @public
2423
2423
  */
2424
- StatusLastUpdatedDateTime?: Date;
2424
+ StatusLastUpdatedDateTime?: Date | undefined;
2425
2425
  }
2426
2426
  /**
2427
2427
  * @public
@@ -2431,14 +2431,14 @@ export interface DescribeDomainControllersResult {
2431
2431
  * <p>List of the <a>DomainController</a> objects that were retrieved.</p>
2432
2432
  * @public
2433
2433
  */
2434
- DomainControllers?: DomainController[];
2434
+ DomainControllers?: DomainController[] | undefined;
2435
2435
  /**
2436
2436
  * <p>If not null, more results are available. Pass this value for the <code>NextToken</code>
2437
2437
  * parameter in a subsequent call to <a>DescribeDomainControllers</a> retrieve the
2438
2438
  * next set of items.</p>
2439
2439
  * @public
2440
2440
  */
2441
- NextToken?: string;
2441
+ NextToken?: string | undefined;
2442
2442
  }
2443
2443
  /**
2444
2444
  * <p>Describes event topics.</p>
@@ -2450,7 +2450,7 @@ export interface DescribeEventTopicsRequest {
2450
2450
  * is null, associations for all Directory IDs are returned.</p>
2451
2451
  * @public
2452
2452
  */
2453
- DirectoryId?: string;
2453
+ DirectoryId?: string | undefined;
2454
2454
  /**
2455
2455
  * <p>A list of Amazon SNS topic names for which to obtain the information. If this member is
2456
2456
  * null, all associations for the specified Directory ID are returned.</p>
@@ -2458,7 +2458,7 @@ export interface DescribeEventTopicsRequest {
2458
2458
  * thrown.</p>
2459
2459
  * @public
2460
2460
  */
2461
- TopicNames?: string[];
2461
+ TopicNames?: string[] | undefined;
2462
2462
  }
2463
2463
  /**
2464
2464
  * @public
@@ -2484,27 +2484,27 @@ export interface EventTopic {
2484
2484
  * topic.</p>
2485
2485
  * @public
2486
2486
  */
2487
- DirectoryId?: string;
2487
+ DirectoryId?: string | undefined;
2488
2488
  /**
2489
2489
  * <p>The name of an Amazon SNS topic the receives status messages from the directory.</p>
2490
2490
  * @public
2491
2491
  */
2492
- TopicName?: string;
2492
+ TopicName?: string | undefined;
2493
2493
  /**
2494
2494
  * <p>The Amazon SNS topic ARN (Amazon Resource Name).</p>
2495
2495
  * @public
2496
2496
  */
2497
- TopicArn?: string;
2497
+ TopicArn?: string | undefined;
2498
2498
  /**
2499
2499
  * <p>The date and time of when you associated your directory with the Amazon SNS topic.</p>
2500
2500
  * @public
2501
2501
  */
2502
- CreatedDateTime?: Date;
2502
+ CreatedDateTime?: Date | undefined;
2503
2503
  /**
2504
2504
  * <p>The topic registration status.</p>
2505
2505
  * @public
2506
2506
  */
2507
- Status?: TopicStatus;
2507
+ Status?: TopicStatus | undefined;
2508
2508
  }
2509
2509
  /**
2510
2510
  * <p>The result of a DescribeEventTopic request.</p>
@@ -2516,7 +2516,7 @@ export interface DescribeEventTopicsResult {
2516
2516
  * ID.</p>
2517
2517
  * @public
2518
2518
  */
2519
- EventTopics?: EventTopic[];
2519
+ EventTopics?: EventTopic[] | undefined;
2520
2520
  }
2521
2521
  /**
2522
2522
  * @public
@@ -2543,17 +2543,17 @@ export interface DescribeLDAPSSettingsRequest {
2543
2543
  * supported.</p>
2544
2544
  * @public
2545
2545
  */
2546
- Type?: LDAPSType;
2546
+ Type?: LDAPSType | undefined;
2547
2547
  /**
2548
2548
  * <p>The type of next token used for pagination.</p>
2549
2549
  * @public
2550
2550
  */
2551
- NextToken?: string;
2551
+ NextToken?: string | undefined;
2552
2552
  /**
2553
2553
  * <p>Specifies the number of items that should be displayed on one page.</p>
2554
2554
  * @public
2555
2555
  */
2556
- Limit?: number;
2556
+ Limit?: number | undefined;
2557
2557
  }
2558
2558
  /**
2559
2559
  * @public
@@ -2578,17 +2578,17 @@ export interface LDAPSSettingInfo {
2578
2578
  * <p>The state of the LDAPS settings.</p>
2579
2579
  * @public
2580
2580
  */
2581
- LDAPSStatus?: LDAPSStatus;
2581
+ LDAPSStatus?: LDAPSStatus | undefined;
2582
2582
  /**
2583
2583
  * <p>Describes a state change for LDAPS.</p>
2584
2584
  * @public
2585
2585
  */
2586
- LDAPSStatusReason?: string;
2586
+ LDAPSStatusReason?: string | undefined;
2587
2587
  /**
2588
2588
  * <p>The date and time when the LDAPS settings were last updated.</p>
2589
2589
  * @public
2590
2590
  */
2591
- LastUpdatedDateTime?: Date;
2591
+ LastUpdatedDateTime?: Date | undefined;
2592
2592
  }
2593
2593
  /**
2594
2594
  * @public
@@ -2599,13 +2599,13 @@ export interface DescribeLDAPSSettingsResult {
2599
2599
  * enablement, state last updated date time, and the reason for the state.</p>
2600
2600
  * @public
2601
2601
  */
2602
- LDAPSSettingsInfo?: LDAPSSettingInfo[];
2602
+ LDAPSSettingsInfo?: LDAPSSettingInfo[] | undefined;
2603
2603
  /**
2604
2604
  * <p>The next token used to retrieve the LDAPS settings if the number of setting types exceeds
2605
2605
  * page limit and there is another page.</p>
2606
2606
  * @public
2607
2607
  */
2608
- NextToken?: string;
2608
+ NextToken?: string | undefined;
2609
2609
  }
2610
2610
  /**
2611
2611
  * @public
@@ -2620,12 +2620,12 @@ export interface DescribeRegionsRequest {
2620
2620
  * <p>The name of the Region. For example, <code>us-east-1</code>.</p>
2621
2621
  * @public
2622
2622
  */
2623
- RegionName?: string;
2623
+ RegionName?: string | undefined;
2624
2624
  /**
2625
2625
  * <p>The <code>DescribeRegionsResult.NextToken</code> value from a previous call to <a>DescribeRegions</a>. Pass null if this is the first call.</p>
2626
2626
  * @public
2627
2627
  */
2628
- NextToken?: string;
2628
+ NextToken?: string | undefined;
2629
2629
  }
2630
2630
  /**
2631
2631
  * @public
@@ -2648,48 +2648,48 @@ export interface RegionDescription {
2648
2648
  * <p>The identifier of the directory.</p>
2649
2649
  * @public
2650
2650
  */
2651
- DirectoryId?: string;
2651
+ DirectoryId?: string | undefined;
2652
2652
  /**
2653
2653
  * <p>The name of the Region. For example, <code>us-east-1</code>.</p>
2654
2654
  * @public
2655
2655
  */
2656
- RegionName?: string;
2656
+ RegionName?: string | undefined;
2657
2657
  /**
2658
2658
  * <p>Specifies whether the Region is the primary Region or an additional Region.</p>
2659
2659
  * @public
2660
2660
  */
2661
- RegionType?: RegionType;
2661
+ RegionType?: RegionType | undefined;
2662
2662
  /**
2663
2663
  * <p>The status of the replication process for the specified Region.</p>
2664
2664
  * @public
2665
2665
  */
2666
- Status?: DirectoryStage;
2666
+ Status?: DirectoryStage | undefined;
2667
2667
  /**
2668
2668
  * <p>Contains VPC information for the <a>CreateDirectory</a> or <a>CreateMicrosoftAD</a> operation.</p>
2669
2669
  * @public
2670
2670
  */
2671
- VpcSettings?: DirectoryVpcSettings;
2671
+ VpcSettings?: DirectoryVpcSettings | undefined;
2672
2672
  /**
2673
2673
  * <p>The desired number of domain controllers in the specified Region for the specified
2674
2674
  * directory.</p>
2675
2675
  * @public
2676
2676
  */
2677
- DesiredNumberOfDomainControllers?: number;
2677
+ DesiredNumberOfDomainControllers?: number | undefined;
2678
2678
  /**
2679
2679
  * <p>Specifies when the Region replication began.</p>
2680
2680
  * @public
2681
2681
  */
2682
- LaunchTime?: Date;
2682
+ LaunchTime?: Date | undefined;
2683
2683
  /**
2684
2684
  * <p>The date and time that the Region status was last updated.</p>
2685
2685
  * @public
2686
2686
  */
2687
- StatusLastUpdatedDateTime?: Date;
2687
+ StatusLastUpdatedDateTime?: Date | undefined;
2688
2688
  /**
2689
2689
  * <p>The date and time that the Region description was last updated.</p>
2690
2690
  * @public
2691
2691
  */
2692
- LastUpdatedDateTime?: Date;
2692
+ LastUpdatedDateTime?: Date | undefined;
2693
2693
  }
2694
2694
  /**
2695
2695
  * @public
@@ -2699,14 +2699,14 @@ export interface DescribeRegionsResult {
2699
2699
  * <p>List of Region information related to the directory for each replicated Region.</p>
2700
2700
  * @public
2701
2701
  */
2702
- RegionsDescription?: RegionDescription[];
2702
+ RegionsDescription?: RegionDescription[] | undefined;
2703
2703
  /**
2704
2704
  * <p>If not null, more results are available. Pass this value for the <code>NextToken</code>
2705
2705
  * parameter in a subsequent call to <a>DescribeRegions</a> to retrieve the next set
2706
2706
  * of items.</p>
2707
2707
  * @public
2708
2708
  */
2709
- NextToken?: string;
2709
+ NextToken?: string | undefined;
2710
2710
  }
2711
2711
  /**
2712
2712
  * @public
@@ -2736,12 +2736,12 @@ export interface DescribeSettingsRequest {
2736
2736
  * <p>The status of the directory settings for which to retrieve information.</p>
2737
2737
  * @public
2738
2738
  */
2739
- Status?: DirectoryConfigurationStatus;
2739
+ Status?: DirectoryConfigurationStatus | undefined;
2740
2740
  /**
2741
2741
  * <p>The <code>DescribeSettingsResult.NextToken</code> value from a previous call to <a>DescribeSettings</a>. Pass null if this is the first call.</p>
2742
2742
  * @public
2743
2743
  */
2744
- NextToken?: string;
2744
+ NextToken?: string | undefined;
2745
2745
  }
2746
2746
  /**
2747
2747
  * <p>Contains information about the specified configurable setting for a directory.</p>
@@ -2753,7 +2753,7 @@ export interface SettingEntry {
2753
2753
  * or <code>Certificate-Based Authentication</code>.</p>
2754
2754
  * @public
2755
2755
  */
2756
- Type?: string;
2756
+ Type?: string | undefined;
2757
2757
  /**
2758
2758
  * <p>The name of the directory setting. For example:</p>
2759
2759
  * <p>
@@ -2761,53 +2761,53 @@ export interface SettingEntry {
2761
2761
  * </p>
2762
2762
  * @public
2763
2763
  */
2764
- Name?: string;
2764
+ Name?: string | undefined;
2765
2765
  /**
2766
2766
  * <p>The valid range of values for the directory setting. These values depend on the <code>DataType</code> of your directory.</p>
2767
2767
  * @public
2768
2768
  */
2769
- AllowedValues?: string;
2769
+ AllowedValues?: string | undefined;
2770
2770
  /**
2771
2771
  * <p>The value of the directory setting that is applied to the directory.</p>
2772
2772
  * @public
2773
2773
  */
2774
- AppliedValue?: string;
2774
+ AppliedValue?: string | undefined;
2775
2775
  /**
2776
2776
  * <p>The value that was last requested for the directory setting.</p>
2777
2777
  * @public
2778
2778
  */
2779
- RequestedValue?: string;
2779
+ RequestedValue?: string | undefined;
2780
2780
  /**
2781
2781
  * <p>The overall status of the request to update the directory setting request. If the directory setting is deployed in more than one region, and the request fails in any region, the overall status is <code>Failed</code>.</p>
2782
2782
  * @public
2783
2783
  */
2784
- RequestStatus?: DirectoryConfigurationStatus;
2784
+ RequestStatus?: DirectoryConfigurationStatus | undefined;
2785
2785
  /**
2786
2786
  * <p>Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.</p>
2787
2787
  * @public
2788
2788
  */
2789
- RequestDetailedStatus?: Record<string, DirectoryConfigurationStatus>;
2789
+ RequestDetailedStatus?: Record<string, DirectoryConfigurationStatus> | undefined;
2790
2790
  /**
2791
2791
  * <p>The last status message for the directory status request.</p>
2792
2792
  * @public
2793
2793
  */
2794
- RequestStatusMessage?: string;
2794
+ RequestStatusMessage?: string | undefined;
2795
2795
  /**
2796
2796
  * <p>The date and time when the directory setting was last updated.</p>
2797
2797
  * @public
2798
2798
  */
2799
- LastUpdatedDateTime?: Date;
2799
+ LastUpdatedDateTime?: Date | undefined;
2800
2800
  /**
2801
2801
  * <p>The date and time when the request to update a directory setting was last submitted.</p>
2802
2802
  * @public
2803
2803
  */
2804
- LastRequestedDateTime?: Date;
2804
+ LastRequestedDateTime?: Date | undefined;
2805
2805
  /**
2806
2806
  * <p>The data type of a directory setting. This is used to define the <code>AllowedValues</code> of a setting.
2807
2807
  * For example a data type can be <code>Boolean</code>, <code>DurationInSeconds</code>, or <code>Enum</code>.</p>
2808
2808
  * @public
2809
2809
  */
2810
- DataType?: string;
2810
+ DataType?: string | undefined;
2811
2811
  }
2812
2812
  /**
2813
2813
  * @public
@@ -2817,7 +2817,7 @@ export interface DescribeSettingsResult {
2817
2817
  * <p>The identifier of the directory.</p>
2818
2818
  * @public
2819
2819
  */
2820
- DirectoryId?: string;
2820
+ DirectoryId?: string | undefined;
2821
2821
  /**
2822
2822
  * <p>The list of <a>SettingEntry</a> objects that were retrieved.</p>
2823
2823
  * <p>It is possible that this list contains less than the number of items specified in the
@@ -2826,14 +2826,14 @@ export interface DescribeSettingsResult {
2826
2826
  * exceeded.</p>
2827
2827
  * @public
2828
2828
  */
2829
- SettingEntries?: SettingEntry[];
2829
+ SettingEntries?: SettingEntry[] | undefined;
2830
2830
  /**
2831
2831
  * <p>If not null, token that indicates that more results are available.
2832
2832
  * Pass this value for the <code>NextToken</code> parameter in a subsequent
2833
2833
  * call to <code>DescribeSettings</code> to retrieve the next set of items. </p>
2834
2834
  * @public
2835
2835
  */
2836
- NextToken?: string;
2836
+ NextToken?: string | undefined;
2837
2837
  }
2838
2838
  /**
2839
2839
  * @public
@@ -2848,18 +2848,18 @@ export interface DescribeSharedDirectoriesRequest {
2848
2848
  * <p>A list of identifiers of all shared directories in your account. </p>
2849
2849
  * @public
2850
2850
  */
2851
- SharedDirectoryIds?: string[];
2851
+ SharedDirectoryIds?: string[] | undefined;
2852
2852
  /**
2853
2853
  * <p>The <code>DescribeSharedDirectoriesResult.NextToken</code> value from a previous call to
2854
2854
  * <a>DescribeSharedDirectories</a>. Pass null if this is the first call. </p>
2855
2855
  * @public
2856
2856
  */
2857
- NextToken?: string;
2857
+ NextToken?: string | undefined;
2858
2858
  /**
2859
2859
  * <p>The number of shared directories to return in the response object.</p>
2860
2860
  * @public
2861
2861
  */
2862
- Limit?: number;
2862
+ Limit?: number | undefined;
2863
2863
  }
2864
2864
  /**
2865
2865
  * @public
@@ -2869,13 +2869,13 @@ export interface DescribeSharedDirectoriesResult {
2869
2869
  * <p>A list of all shared directories in your account.</p>
2870
2870
  * @public
2871
2871
  */
2872
- SharedDirectories?: SharedDirectory[];
2872
+ SharedDirectories?: SharedDirectory[] | undefined;
2873
2873
  /**
2874
2874
  * <p>If not null, token that indicates that more results are available. Pass this value for the
2875
2875
  * <code>NextToken</code> parameter in a subsequent call to <a>DescribeSharedDirectories</a> to retrieve the next set of items.</p>
2876
2876
  * @public
2877
2877
  */
2878
- NextToken?: string;
2878
+ NextToken?: string | undefined;
2879
2879
  }
2880
2880
  /**
2881
2881
  * <p>Contains the inputs for the <a>DescribeSnapshots</a> operation.</p>
@@ -2886,25 +2886,25 @@ export interface DescribeSnapshotsRequest {
2886
2886
  * <p>The identifier of the directory for which to retrieve snapshot information.</p>
2887
2887
  * @public
2888
2888
  */
2889
- DirectoryId?: string;
2889
+ DirectoryId?: string | undefined;
2890
2890
  /**
2891
2891
  * <p>A list of identifiers of the snapshots to obtain the information for. If this member is
2892
2892
  * null or empty, all snapshots are returned using the <i>Limit</i> and <i>NextToken</i>
2893
2893
  * members.</p>
2894
2894
  * @public
2895
2895
  */
2896
- SnapshotIds?: string[];
2896
+ SnapshotIds?: string[] | undefined;
2897
2897
  /**
2898
2898
  * <p>The <i>DescribeSnapshotsResult.NextToken</i> value from a previous call to
2899
2899
  * <a>DescribeSnapshots</a>. Pass null if this is the first call.</p>
2900
2900
  * @public
2901
2901
  */
2902
- NextToken?: string;
2902
+ NextToken?: string | undefined;
2903
2903
  /**
2904
2904
  * <p>The maximum number of objects to return.</p>
2905
2905
  * @public
2906
2906
  */
2907
- Limit?: number;
2907
+ Limit?: number | undefined;
2908
2908
  }
2909
2909
  /**
2910
2910
  * @public
@@ -2940,32 +2940,32 @@ export interface Snapshot {
2940
2940
  * <p>The directory identifier.</p>
2941
2941
  * @public
2942
2942
  */
2943
- DirectoryId?: string;
2943
+ DirectoryId?: string | undefined;
2944
2944
  /**
2945
2945
  * <p>The snapshot identifier.</p>
2946
2946
  * @public
2947
2947
  */
2948
- SnapshotId?: string;
2948
+ SnapshotId?: string | undefined;
2949
2949
  /**
2950
2950
  * <p>The snapshot type.</p>
2951
2951
  * @public
2952
2952
  */
2953
- Type?: SnapshotType;
2953
+ Type?: SnapshotType | undefined;
2954
2954
  /**
2955
2955
  * <p>The descriptive name of the snapshot.</p>
2956
2956
  * @public
2957
2957
  */
2958
- Name?: string;
2958
+ Name?: string | undefined;
2959
2959
  /**
2960
2960
  * <p>The snapshot status.</p>
2961
2961
  * @public
2962
2962
  */
2963
- Status?: SnapshotStatus;
2963
+ Status?: SnapshotStatus | undefined;
2964
2964
  /**
2965
2965
  * <p>The date and time that the snapshot was taken.</p>
2966
2966
  * @public
2967
2967
  */
2968
- StartTime?: Date;
2968
+ StartTime?: Date | undefined;
2969
2969
  }
2970
2970
  /**
2971
2971
  * <p>Contains the results of the <a>DescribeSnapshots</a> operation.</p>
@@ -2980,13 +2980,13 @@ export interface DescribeSnapshotsResult {
2980
2980
  * exceeded.</p>
2981
2981
  * @public
2982
2982
  */
2983
- Snapshots?: Snapshot[];
2983
+ Snapshots?: Snapshot[] | undefined;
2984
2984
  /**
2985
2985
  * <p>If not null, more results are available. Pass this value in the <i>NextToken</i> member of
2986
2986
  * a subsequent call to <a>DescribeSnapshots</a>.</p>
2987
2987
  * @public
2988
2988
  */
2989
- NextToken?: string;
2989
+ NextToken?: string | undefined;
2990
2990
  }
2991
2991
  /**
2992
2992
  * <p>Describes the trust relationships for a particular Managed Microsoft AD directory. If no input
@@ -3000,7 +3000,7 @@ export interface DescribeTrustsRequest {
3000
3000
  * relationship.</p>
3001
3001
  * @public
3002
3002
  */
3003
- DirectoryId?: string;
3003
+ DirectoryId?: string | undefined;
3004
3004
  /**
3005
3005
  * <p>A list of identifiers of the trust relationships for which to obtain the information. If
3006
3006
  * this member is null, all trust relationships that belong to the current account are
@@ -3008,18 +3008,18 @@ export interface DescribeTrustsRequest {
3008
3008
  * <p>An empty list results in an <code>InvalidParameterException</code> being thrown.</p>
3009
3009
  * @public
3010
3010
  */
3011
- TrustIds?: string[];
3011
+ TrustIds?: string[] | undefined;
3012
3012
  /**
3013
3013
  * <p>The <i>DescribeTrustsResult.NextToken</i> value from a previous call to
3014
3014
  * <a>DescribeTrusts</a>. Pass null if this is the first call.</p>
3015
3015
  * @public
3016
3016
  */
3017
- NextToken?: string;
3017
+ NextToken?: string | undefined;
3018
3018
  /**
3019
3019
  * <p>The maximum number of objects to return.</p>
3020
3020
  * @public
3021
3021
  */
3022
- Limit?: number;
3022
+ Limit?: number | undefined;
3023
3023
  }
3024
3024
  /**
3025
3025
  * @public
@@ -3052,58 +3052,58 @@ export interface Trust {
3052
3052
  * <p>The Directory ID of the Amazon Web Services directory involved in the trust relationship.</p>
3053
3053
  * @public
3054
3054
  */
3055
- DirectoryId?: string;
3055
+ DirectoryId?: string | undefined;
3056
3056
  /**
3057
3057
  * <p>The unique ID of the trust relationship.</p>
3058
3058
  * @public
3059
3059
  */
3060
- TrustId?: string;
3060
+ TrustId?: string | undefined;
3061
3061
  /**
3062
3062
  * <p>The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust
3063
3063
  * relationship.</p>
3064
3064
  * @public
3065
3065
  */
3066
- RemoteDomainName?: string;
3066
+ RemoteDomainName?: string | undefined;
3067
3067
  /**
3068
3068
  * <p>The trust relationship type. <code>Forest</code> is the default.</p>
3069
3069
  * @public
3070
3070
  */
3071
- TrustType?: TrustType;
3071
+ TrustType?: TrustType | undefined;
3072
3072
  /**
3073
3073
  * <p>The trust relationship direction.</p>
3074
3074
  * @public
3075
3075
  */
3076
- TrustDirection?: TrustDirection;
3076
+ TrustDirection?: TrustDirection | undefined;
3077
3077
  /**
3078
3078
  * <p>The trust relationship state.</p>
3079
3079
  * @public
3080
3080
  */
3081
- TrustState?: TrustState;
3081
+ TrustState?: TrustState | undefined;
3082
3082
  /**
3083
3083
  * <p>The date and time that the trust relationship was created.</p>
3084
3084
  * @public
3085
3085
  */
3086
- CreatedDateTime?: Date;
3086
+ CreatedDateTime?: Date | undefined;
3087
3087
  /**
3088
3088
  * <p>The date and time that the trust relationship was last updated.</p>
3089
3089
  * @public
3090
3090
  */
3091
- LastUpdatedDateTime?: Date;
3091
+ LastUpdatedDateTime?: Date | undefined;
3092
3092
  /**
3093
3093
  * <p>The date and time that the TrustState was last updated.</p>
3094
3094
  * @public
3095
3095
  */
3096
- StateLastUpdatedDateTime?: Date;
3096
+ StateLastUpdatedDateTime?: Date | undefined;
3097
3097
  /**
3098
3098
  * <p>The reason for the TrustState.</p>
3099
3099
  * @public
3100
3100
  */
3101
- TrustStateReason?: string;
3101
+ TrustStateReason?: string | undefined;
3102
3102
  /**
3103
3103
  * <p>Current state of selective authentication for the trust.</p>
3104
3104
  * @public
3105
3105
  */
3106
- SelectiveAuth?: SelectiveAuth;
3106
+ SelectiveAuth?: SelectiveAuth | undefined;
3107
3107
  }
3108
3108
  /**
3109
3109
  * <p>The result of a DescribeTrust request.</p>
@@ -3118,13 +3118,13 @@ export interface DescribeTrustsResult {
3118
3118
  * exceeded.</p>
3119
3119
  * @public
3120
3120
  */
3121
- Trusts?: Trust[];
3121
+ Trusts?: Trust[] | undefined;
3122
3122
  /**
3123
3123
  * <p>If not null, more results are available. Pass this value for the
3124
3124
  * <i>NextToken</i> parameter in a subsequent call to <a>DescribeTrusts</a> to retrieve the next set of items.</p>
3125
3125
  * @public
3126
3126
  */
3127
- NextToken?: string;
3127
+ NextToken?: string | undefined;
3128
3128
  }
3129
3129
  /**
3130
3130
  * @public
@@ -3161,14 +3161,14 @@ export interface DescribeUpdateDirectoryRequest {
3161
3161
  * </p>
3162
3162
  * @public
3163
3163
  */
3164
- RegionName?: string;
3164
+ RegionName?: string | undefined;
3165
3165
  /**
3166
3166
  * <p>
3167
3167
  * The <code>DescribeUpdateDirectoryResult</code>. NextToken value from a previous call to <a>DescribeUpdateDirectory</a>. Pass null if this is the first call.
3168
3168
  * </p>
3169
3169
  * @public
3170
3170
  */
3171
- NextToken?: string;
3171
+ NextToken?: string | undefined;
3172
3172
  }
3173
3173
  /**
3174
3174
  * <p>
@@ -3183,7 +3183,7 @@ export interface OSUpdateSettings {
3183
3183
  * </p>
3184
3184
  * @public
3185
3185
  */
3186
- OSVersion?: OSVersion;
3186
+ OSVersion?: OSVersion | undefined;
3187
3187
  }
3188
3188
  /**
3189
3189
  * <p>
@@ -3198,7 +3198,7 @@ export interface UpdateValue {
3198
3198
  * </p>
3199
3199
  * @public
3200
3200
  */
3201
- OSUpdateSettings?: OSUpdateSettings;
3201
+ OSUpdateSettings?: OSUpdateSettings | undefined;
3202
3202
  }
3203
3203
  /**
3204
3204
  * @public
@@ -3226,56 +3226,56 @@ export interface UpdateInfoEntry {
3226
3226
  * </p>
3227
3227
  * @public
3228
3228
  */
3229
- Region?: string;
3229
+ Region?: string | undefined;
3230
3230
  /**
3231
3231
  * <p>
3232
3232
  * The status of the update performed on the directory.
3233
3233
  * </p>
3234
3234
  * @public
3235
3235
  */
3236
- Status?: UpdateStatus;
3236
+ Status?: UpdateStatus | undefined;
3237
3237
  /**
3238
3238
  * <p>
3239
3239
  * The reason for the current status of the update type activity.
3240
3240
  * </p>
3241
3241
  * @public
3242
3242
  */
3243
- StatusReason?: string;
3243
+ StatusReason?: string | undefined;
3244
3244
  /**
3245
3245
  * <p>
3246
3246
  * This specifies if the update was initiated by the customer or by the service team.
3247
3247
  * </p>
3248
3248
  * @public
3249
3249
  */
3250
- InitiatedBy?: string;
3250
+ InitiatedBy?: string | undefined;
3251
3251
  /**
3252
3252
  * <p>
3253
3253
  * The new value of the target setting.
3254
3254
  * </p>
3255
3255
  * @public
3256
3256
  */
3257
- NewValue?: UpdateValue;
3257
+ NewValue?: UpdateValue | undefined;
3258
3258
  /**
3259
3259
  * <p>
3260
3260
  * The old value of the target setting.
3261
3261
  * </p>
3262
3262
  * @public
3263
3263
  */
3264
- PreviousValue?: UpdateValue;
3264
+ PreviousValue?: UpdateValue | undefined;
3265
3265
  /**
3266
3266
  * <p>
3267
3267
  * The start time of the <code>UpdateDirectorySetup</code> for the particular type.
3268
3268
  * </p>
3269
3269
  * @public
3270
3270
  */
3271
- StartTime?: Date;
3271
+ StartTime?: Date | undefined;
3272
3272
  /**
3273
3273
  * <p>
3274
3274
  * The last updated date and time of a particular directory setting.
3275
3275
  * </p>
3276
3276
  * @public
3277
3277
  */
3278
- LastUpdatedDateTime?: Date;
3278
+ LastUpdatedDateTime?: Date | undefined;
3279
3279
  }
3280
3280
  /**
3281
3281
  * @public
@@ -3287,14 +3287,14 @@ export interface DescribeUpdateDirectoryResult {
3287
3287
  * </p>
3288
3288
  * @public
3289
3289
  */
3290
- UpdateActivities?: UpdateInfoEntry[];
3290
+ UpdateActivities?: UpdateInfoEntry[] | undefined;
3291
3291
  /**
3292
3292
  * <p>
3293
3293
  * If not null, more results are available. Pass this value for the <code>NextToken</code> parameter.
3294
3294
  * </p>
3295
3295
  * @public
3296
3296
  */
3297
- NextToken?: string;
3297
+ NextToken?: string | undefined;
3298
3298
  }
3299
3299
  /**
3300
3300
  * <p>
@@ -3309,12 +3309,12 @@ export declare class DirectoryInDesiredStateException extends __BaseException {
3309
3309
  * <p>The descriptive message for the exception.</p>
3310
3310
  * @public
3311
3311
  */
3312
- Message?: string;
3312
+ Message?: string | undefined;
3313
3313
  /**
3314
3314
  * <p>The Amazon Web Services request identifier.</p>
3315
3315
  * @public
3316
3316
  */
3317
- RequestId?: string;
3317
+ RequestId?: string | undefined;
3318
3318
  /**
3319
3319
  * @internal
3320
3320
  */
@@ -3329,47 +3329,47 @@ export interface DirectoryLimits {
3329
3329
  * <p>The maximum number of cloud directories allowed in the Region.</p>
3330
3330
  * @public
3331
3331
  */
3332
- CloudOnlyDirectoriesLimit?: number;
3332
+ CloudOnlyDirectoriesLimit?: number | undefined;
3333
3333
  /**
3334
3334
  * <p>The current number of cloud directories in the Region.</p>
3335
3335
  * @public
3336
3336
  */
3337
- CloudOnlyDirectoriesCurrentCount?: number;
3337
+ CloudOnlyDirectoriesCurrentCount?: number | undefined;
3338
3338
  /**
3339
3339
  * <p>Indicates if the cloud directory limit has been reached.</p>
3340
3340
  * @public
3341
3341
  */
3342
- CloudOnlyDirectoriesLimitReached?: boolean;
3342
+ CloudOnlyDirectoriesLimitReached?: boolean | undefined;
3343
3343
  /**
3344
3344
  * <p>The maximum number of Managed Microsoft AD directories allowed in the region.</p>
3345
3345
  * @public
3346
3346
  */
3347
- CloudOnlyMicrosoftADLimit?: number;
3347
+ CloudOnlyMicrosoftADLimit?: number | undefined;
3348
3348
  /**
3349
3349
  * <p>The current number of Managed Microsoft AD directories in the region.</p>
3350
3350
  * @public
3351
3351
  */
3352
- CloudOnlyMicrosoftADCurrentCount?: number;
3352
+ CloudOnlyMicrosoftADCurrentCount?: number | undefined;
3353
3353
  /**
3354
3354
  * <p>Indicates if the Managed Microsoft AD directory limit has been reached.</p>
3355
3355
  * @public
3356
3356
  */
3357
- CloudOnlyMicrosoftADLimitReached?: boolean;
3357
+ CloudOnlyMicrosoftADLimitReached?: boolean | undefined;
3358
3358
  /**
3359
3359
  * <p>The maximum number of connected directories allowed in the Region.</p>
3360
3360
  * @public
3361
3361
  */
3362
- ConnectedDirectoriesLimit?: number;
3362
+ ConnectedDirectoriesLimit?: number | undefined;
3363
3363
  /**
3364
3364
  * <p>The current number of connected directories in the Region.</p>
3365
3365
  * @public
3366
3366
  */
3367
- ConnectedDirectoriesCurrentCount?: number;
3367
+ ConnectedDirectoriesCurrentCount?: number | undefined;
3368
3368
  /**
3369
3369
  * <p>Indicates if the connected directory limit has been reached.</p>
3370
3370
  * @public
3371
3371
  */
3372
- ConnectedDirectoriesLimitReached?: boolean;
3372
+ ConnectedDirectoriesLimitReached?: boolean | undefined;
3373
3373
  }
3374
3374
  /**
3375
3375
  * <p>The specified directory has not been shared with this Amazon Web Services account.</p>
@@ -3382,12 +3382,12 @@ export declare class DirectoryNotSharedException extends __BaseException {
3382
3382
  * <p>The descriptive message for the exception.</p>
3383
3383
  * @public
3384
3384
  */
3385
- Message?: string;
3385
+ Message?: string | undefined;
3386
3386
  /**
3387
3387
  * <p>The Amazon Web Services request identifier.</p>
3388
3388
  * @public
3389
3389
  */
3390
- RequestId?: string;
3390
+ RequestId?: string | undefined;
3391
3391
  /**
3392
3392
  * @internal
3393
3393
  */
@@ -3424,12 +3424,12 @@ export declare class InvalidClientAuthStatusException extends __BaseException {
3424
3424
  * <p>The descriptive message for the exception.</p>
3425
3425
  * @public
3426
3426
  */
3427
- Message?: string;
3427
+ Message?: string | undefined;
3428
3428
  /**
3429
3429
  * <p>The Amazon Web Services request identifier.</p>
3430
3430
  * @public
3431
3431
  */
3432
- RequestId?: string;
3432
+ RequestId?: string | undefined;
3433
3433
  /**
3434
3434
  * @internal
3435
3435
  */
@@ -3483,12 +3483,12 @@ export declare class InvalidLDAPSStatusException extends __BaseException {
3483
3483
  * <p>The descriptive message for the exception.</p>
3484
3484
  * @public
3485
3485
  */
3486
- Message?: string;
3486
+ Message?: string | undefined;
3487
3487
  /**
3488
3488
  * <p>The Amazon Web Services request identifier.</p>
3489
3489
  * @public
3490
3490
  */
3491
- RequestId?: string;
3491
+ RequestId?: string | undefined;
3492
3492
  /**
3493
3493
  * @internal
3494
3494
  */
@@ -3532,14 +3532,14 @@ export interface DisableSsoRequest {
3532
3532
  * changed.</p>
3533
3533
  * @public
3534
3534
  */
3535
- UserName?: string;
3535
+ UserName?: string | undefined;
3536
3536
  /**
3537
3537
  * <p>The password of an alternate account to use to disable single-sign on. This is only used
3538
3538
  * for AD Connector directories. For more information, see the <i>UserName</i>
3539
3539
  * parameter.</p>
3540
3540
  * @public
3541
3541
  */
3542
- Password?: string;
3542
+ Password?: string | undefined;
3543
3543
  }
3544
3544
  /**
3545
3545
  * <p>Contains the results of the <a>DisableSso</a> operation.</p>
@@ -3582,12 +3582,12 @@ export declare class NoAvailableCertificateException extends __BaseException {
3582
3582
  * <p>The descriptive message for the exception.</p>
3583
3583
  * @public
3584
3584
  */
3585
- Message?: string;
3585
+ Message?: string | undefined;
3586
3586
  /**
3587
3587
  * <p>The Amazon Web Services request identifier.</p>
3588
3588
  * @public
3589
3589
  */
3590
- RequestId?: string;
3590
+ RequestId?: string | undefined;
3591
3591
  /**
3592
3592
  * @internal
3593
3593
  */
@@ -3673,14 +3673,14 @@ export interface EnableSsoRequest {
3673
3673
  * changed.</p>
3674
3674
  * @public
3675
3675
  */
3676
- UserName?: string;
3676
+ UserName?: string | undefined;
3677
3677
  /**
3678
3678
  * <p>The password of an alternate account to use to enable single-sign on. This is only used
3679
3679
  * for AD Connector directories. For more information, see the <i>UserName</i>
3680
3680
  * parameter.</p>
3681
3681
  * @public
3682
3682
  */
3683
- Password?: string;
3683
+ Password?: string | undefined;
3684
3684
  }
3685
3685
  /**
3686
3686
  * <p>Contains the results of the <a>EnableSso</a> operation.</p>
@@ -3704,7 +3704,7 @@ export interface GetDirectoryLimitsResult {
3704
3704
  * current Region.</p>
3705
3705
  * @public
3706
3706
  */
3707
- DirectoryLimits?: DirectoryLimits;
3707
+ DirectoryLimits?: DirectoryLimits | undefined;
3708
3708
  }
3709
3709
  /**
3710
3710
  * <p>Contains the inputs for the <a>GetSnapshotLimits</a> operation.</p>
@@ -3726,17 +3726,17 @@ export interface SnapshotLimits {
3726
3726
  * <p>The maximum number of manual snapshots allowed.</p>
3727
3727
  * @public
3728
3728
  */
3729
- ManualSnapshotsLimit?: number;
3729
+ ManualSnapshotsLimit?: number | undefined;
3730
3730
  /**
3731
3731
  * <p>The current number of manual snapshots of the directory.</p>
3732
3732
  * @public
3733
3733
  */
3734
- ManualSnapshotsCurrentCount?: number;
3734
+ ManualSnapshotsCurrentCount?: number | undefined;
3735
3735
  /**
3736
3736
  * <p>Indicates if the manual snapshot limit has been reached.</p>
3737
3737
  * @public
3738
3738
  */
3739
- ManualSnapshotsLimitReached?: boolean;
3739
+ ManualSnapshotsLimitReached?: boolean | undefined;
3740
3740
  }
3741
3741
  /**
3742
3742
  * <p>Contains the results of the <a>GetSnapshotLimits</a> operation.</p>
@@ -3748,7 +3748,7 @@ export interface GetSnapshotLimitsResult {
3748
3748
  * directory.</p>
3749
3749
  * @public
3750
3750
  */
3751
- SnapshotLimits?: SnapshotLimits;
3751
+ SnapshotLimits?: SnapshotLimits | undefined;
3752
3752
  }
3753
3753
  /**
3754
3754
  * @public
@@ -3766,12 +3766,12 @@ export interface ListCertificatesRequest {
3766
3766
  * <code>null</code>. Pass <code>null</code> if this is the first call.</p>
3767
3767
  * @public
3768
3768
  */
3769
- NextToken?: string;
3769
+ NextToken?: string | undefined;
3770
3770
  /**
3771
3771
  * <p>The number of items that should show up on one page</p>
3772
3772
  * @public
3773
3773
  */
3774
- Limit?: number;
3774
+ Limit?: number | undefined;
3775
3775
  }
3776
3776
  /**
3777
3777
  * @public
@@ -3782,13 +3782,13 @@ export interface ListCertificatesResult {
3782
3782
  * certificates exceeds the page limit.</p>
3783
3783
  * @public
3784
3784
  */
3785
- NextToken?: string;
3785
+ NextToken?: string | undefined;
3786
3786
  /**
3787
3787
  * <p>A list of certificates with basic details including certificate ID, certificate common
3788
3788
  * name, certificate state.</p>
3789
3789
  * @public
3790
3790
  */
3791
- CertificatesInfo?: CertificateInfo[];
3791
+ CertificatesInfo?: CertificateInfo[] | undefined;
3792
3792
  }
3793
3793
  /**
3794
3794
  * @public
@@ -3804,13 +3804,13 @@ export interface ListIpRoutesRequest {
3804
3804
  * <p>The <i>ListIpRoutes.NextToken</i> value from a previous call to <a>ListIpRoutes</a>. Pass null if this is the first call.</p>
3805
3805
  * @public
3806
3806
  */
3807
- NextToken?: string;
3807
+ NextToken?: string | undefined;
3808
3808
  /**
3809
3809
  * <p>Maximum number of items to return. If this value is zero, the maximum number of items
3810
3810
  * is specified by the limitations of the operation.</p>
3811
3811
  * @public
3812
3812
  */
3813
- Limit?: number;
3813
+ Limit?: number | undefined;
3814
3814
  }
3815
3815
  /**
3816
3816
  * @public
@@ -3837,32 +3837,32 @@ export interface IpRouteInfo {
3837
3837
  * <p>Identifier (ID) of the directory associated with the IP addresses.</p>
3838
3838
  * @public
3839
3839
  */
3840
- DirectoryId?: string;
3840
+ DirectoryId?: string | undefined;
3841
3841
  /**
3842
3842
  * <p>IP address block in the <a>IpRoute</a>.</p>
3843
3843
  * @public
3844
3844
  */
3845
- CidrIp?: string;
3845
+ CidrIp?: string | undefined;
3846
3846
  /**
3847
3847
  * <p>The status of the IP address block.</p>
3848
3848
  * @public
3849
3849
  */
3850
- IpRouteStatusMsg?: IpRouteStatusMsg;
3850
+ IpRouteStatusMsg?: IpRouteStatusMsg | undefined;
3851
3851
  /**
3852
3852
  * <p>The date and time the address block was added to the directory.</p>
3853
3853
  * @public
3854
3854
  */
3855
- AddedDateTime?: Date;
3855
+ AddedDateTime?: Date | undefined;
3856
3856
  /**
3857
3857
  * <p>The reason for the IpRouteStatusMsg.</p>
3858
3858
  * @public
3859
3859
  */
3860
- IpRouteStatusReason?: string;
3860
+ IpRouteStatusReason?: string | undefined;
3861
3861
  /**
3862
3862
  * <p>Description of the <a>IpRouteInfo</a>.</p>
3863
3863
  * @public
3864
3864
  */
3865
- Description?: string;
3865
+ Description?: string | undefined;
3866
3866
  }
3867
3867
  /**
3868
3868
  * @public
@@ -3872,13 +3872,13 @@ export interface ListIpRoutesResult {
3872
3872
  * <p>A list of <a>IpRoute</a>s.</p>
3873
3873
  * @public
3874
3874
  */
3875
- IpRoutesInfo?: IpRouteInfo[];
3875
+ IpRoutesInfo?: IpRouteInfo[] | undefined;
3876
3876
  /**
3877
3877
  * <p>If not null, more results are available. Pass this value for the
3878
3878
  * <i>NextToken</i> parameter in a subsequent call to <a>ListIpRoutes</a> to retrieve the next set of items.</p>
3879
3879
  * @public
3880
3880
  */
3881
- NextToken?: string;
3881
+ NextToken?: string | undefined;
3882
3882
  }
3883
3883
  /**
3884
3884
  * @public
@@ -3891,17 +3891,17 @@ export interface ListLogSubscriptionsRequest {
3891
3891
  * Amazon Web Services account or the directory, an empty list will be returned.</p>
3892
3892
  * @public
3893
3893
  */
3894
- DirectoryId?: string;
3894
+ DirectoryId?: string | undefined;
3895
3895
  /**
3896
3896
  * <p>The token for the next set of items to return.</p>
3897
3897
  * @public
3898
3898
  */
3899
- NextToken?: string;
3899
+ NextToken?: string | undefined;
3900
3900
  /**
3901
3901
  * <p>The maximum number of items returned.</p>
3902
3902
  * @public
3903
3903
  */
3904
- Limit?: number;
3904
+ Limit?: number | undefined;
3905
3905
  }
3906
3906
  /**
3907
3907
  * <p>Represents a log subscription, which tracks real-time data from a chosen log group to a
@@ -3914,17 +3914,17 @@ export interface LogSubscription {
3914
3914
  * subscription.</p>
3915
3915
  * @public
3916
3916
  */
3917
- DirectoryId?: string;
3917
+ DirectoryId?: string | undefined;
3918
3918
  /**
3919
3919
  * <p>The name of the log group.</p>
3920
3920
  * @public
3921
3921
  */
3922
- LogGroupName?: string;
3922
+ LogGroupName?: string | undefined;
3923
3923
  /**
3924
3924
  * <p>The date and time that the log subscription was created.</p>
3925
3925
  * @public
3926
3926
  */
3927
- SubscriptionCreatedDateTime?: Date;
3927
+ SubscriptionCreatedDateTime?: Date | undefined;
3928
3928
  }
3929
3929
  /**
3930
3930
  * @public
@@ -3934,12 +3934,12 @@ export interface ListLogSubscriptionsResult {
3934
3934
  * <p>A list of active <a>LogSubscription</a> objects for calling the Amazon Web Services account.</p>
3935
3935
  * @public
3936
3936
  */
3937
- LogSubscriptions?: LogSubscription[];
3937
+ LogSubscriptions?: LogSubscription[] | undefined;
3938
3938
  /**
3939
3939
  * <p>The token for the next set of items to return.</p>
3940
3940
  * @public
3941
3941
  */
3942
- NextToken?: string;
3942
+ NextToken?: string | undefined;
3943
3943
  }
3944
3944
  /**
3945
3945
  * @public
@@ -3956,12 +3956,12 @@ export interface ListSchemaExtensionsRequest {
3956
3956
  * <code>ListSchemaExtensions</code>. Pass null if this is the first call.</p>
3957
3957
  * @public
3958
3958
  */
3959
- NextToken?: string;
3959
+ NextToken?: string | undefined;
3960
3960
  /**
3961
3961
  * <p>The maximum number of items to return.</p>
3962
3962
  * @public
3963
3963
  */
3964
- Limit?: number;
3964
+ Limit?: number | undefined;
3965
3965
  }
3966
3966
  /**
3967
3967
  * @public
@@ -3991,38 +3991,38 @@ export interface SchemaExtensionInfo {
3991
3991
  * <p>The identifier of the directory to which the schema extension is applied.</p>
3992
3992
  * @public
3993
3993
  */
3994
- DirectoryId?: string;
3994
+ DirectoryId?: string | undefined;
3995
3995
  /**
3996
3996
  * <p>The identifier of the schema extension.</p>
3997
3997
  * @public
3998
3998
  */
3999
- SchemaExtensionId?: string;
3999
+ SchemaExtensionId?: string | undefined;
4000
4000
  /**
4001
4001
  * <p>A description of the schema extension.</p>
4002
4002
  * @public
4003
4003
  */
4004
- Description?: string;
4004
+ Description?: string | undefined;
4005
4005
  /**
4006
4006
  * <p>The current status of the schema extension.</p>
4007
4007
  * @public
4008
4008
  */
4009
- SchemaExtensionStatus?: SchemaExtensionStatus;
4009
+ SchemaExtensionStatus?: SchemaExtensionStatus | undefined;
4010
4010
  /**
4011
4011
  * <p>The reason for the <code>SchemaExtensionStatus</code>.</p>
4012
4012
  * @public
4013
4013
  */
4014
- SchemaExtensionStatusReason?: string;
4014
+ SchemaExtensionStatusReason?: string | undefined;
4015
4015
  /**
4016
4016
  * <p>The date and time that the schema extension started being applied to the
4017
4017
  * directory.</p>
4018
4018
  * @public
4019
4019
  */
4020
- StartDateTime?: Date;
4020
+ StartDateTime?: Date | undefined;
4021
4021
  /**
4022
4022
  * <p>The date and time that the schema extension was completed.</p>
4023
4023
  * @public
4024
4024
  */
4025
- EndDateTime?: Date;
4025
+ EndDateTime?: Date | undefined;
4026
4026
  }
4027
4027
  /**
4028
4028
  * @public
@@ -4032,14 +4032,14 @@ export interface ListSchemaExtensionsResult {
4032
4032
  * <p>Information about the schema extensions applied to the directory.</p>
4033
4033
  * @public
4034
4034
  */
4035
- SchemaExtensionsInfo?: SchemaExtensionInfo[];
4035
+ SchemaExtensionsInfo?: SchemaExtensionInfo[] | undefined;
4036
4036
  /**
4037
4037
  * <p>If not null, more results are available. Pass this value for the <code>NextToken</code>
4038
4038
  * parameter in a subsequent call to <code>ListSchemaExtensions</code> to retrieve the next set
4039
4039
  * of items.</p>
4040
4040
  * @public
4041
4041
  */
4042
- NextToken?: string;
4042
+ NextToken?: string | undefined;
4043
4043
  }
4044
4044
  /**
4045
4045
  * @public
@@ -4054,12 +4054,12 @@ export interface ListTagsForResourceRequest {
4054
4054
  * <p>Reserved for future use.</p>
4055
4055
  * @public
4056
4056
  */
4057
- NextToken?: string;
4057
+ NextToken?: string | undefined;
4058
4058
  /**
4059
4059
  * <p>Reserved for future use.</p>
4060
4060
  * @public
4061
4061
  */
4062
- Limit?: number;
4062
+ Limit?: number | undefined;
4063
4063
  }
4064
4064
  /**
4065
4065
  * @public
@@ -4069,12 +4069,12 @@ export interface ListTagsForResourceResult {
4069
4069
  * <p>List of tags returned by the ListTagsForResource operation.</p>
4070
4070
  * @public
4071
4071
  */
4072
- Tags?: Tag[];
4072
+ Tags?: Tag[] | undefined;
4073
4073
  /**
4074
4074
  * <p>Reserved for future use.</p>
4075
4075
  * @public
4076
4076
  */
4077
- NextToken?: string;
4077
+ NextToken?: string | undefined;
4078
4078
  }
4079
4079
  /**
4080
4080
  * <p>The certificate PEM that was provided has incorrect encoding.</p>
@@ -4087,12 +4087,12 @@ export declare class InvalidCertificateException extends __BaseException {
4087
4087
  * <p>The descriptive message for the exception.</p>
4088
4088
  * @public
4089
4089
  */
4090
- Message?: string;
4090
+ Message?: string | undefined;
4091
4091
  /**
4092
4092
  * <p>The Amazon Web Services request identifier.</p>
4093
4093
  * @public
4094
4094
  */
4095
- RequestId?: string;
4095
+ RequestId?: string | undefined;
4096
4096
  /**
4097
4097
  * @internal
4098
4098
  */
@@ -4116,12 +4116,12 @@ export interface RegisterCertificateRequest {
4116
4116
  * <p>The function that the registered certificate performs. Valid values include <code>ClientLDAPS</code> or <code>ClientCertAuth</code>. The default value is <code>ClientLDAPS</code>.</p>
4117
4117
  * @public
4118
4118
  */
4119
- Type?: CertificateType;
4119
+ Type?: CertificateType | undefined;
4120
4120
  /**
4121
4121
  * <p>A <code>ClientCertAuthSettings</code> object that contains client certificate authentication settings.</p>
4122
4122
  * @public
4123
4123
  */
4124
- ClientCertAuthSettings?: ClientCertAuthSettings;
4124
+ ClientCertAuthSettings?: ClientCertAuthSettings | undefined;
4125
4125
  }
4126
4126
  /**
4127
4127
  * @public
@@ -4131,7 +4131,7 @@ export interface RegisterCertificateResult {
4131
4131
  * <p>The identifier of the certificate.</p>
4132
4132
  * @public
4133
4133
  */
4134
- CertificateId?: string;
4134
+ CertificateId?: string | undefined;
4135
4135
  }
4136
4136
  /**
4137
4137
  * <p>Registers a new event topic.</p>
@@ -4175,7 +4175,7 @@ export interface RejectSharedDirectoryResult {
4175
4175
  * <p>Identifier of the shared directory in the directory consumer account.</p>
4176
4176
  * @public
4177
4177
  */
4178
- SharedDirectoryId?: string;
4178
+ SharedDirectoryId?: string | undefined;
4179
4179
  }
4180
4180
  /**
4181
4181
  * @public
@@ -4245,12 +4245,12 @@ export declare class InvalidPasswordException extends __BaseException {
4245
4245
  * <p>The descriptive message for the exception.</p>
4246
4246
  * @public
4247
4247
  */
4248
- Message?: string;
4248
+ Message?: string | undefined;
4249
4249
  /**
4250
4250
  * <p>The Amazon Web Services request identifier.</p>
4251
4251
  * @public
4252
4252
  */
4253
- RequestId?: string;
4253
+ RequestId?: string | undefined;
4254
4254
  /**
4255
4255
  * @internal
4256
4256
  */
@@ -4293,12 +4293,12 @@ export declare class UserDoesNotExistException extends __BaseException {
4293
4293
  * <p>The descriptive message for the exception.</p>
4294
4294
  * @public
4295
4295
  */
4296
- Message?: string;
4296
+ Message?: string | undefined;
4297
4297
  /**
4298
4298
  * <p>The Amazon Web Services request identifier.</p>
4299
4299
  * @public
4300
4300
  */
4301
- RequestId?: string;
4301
+ RequestId?: string | undefined;
4302
4302
  /**
4303
4303
  * @internal
4304
4304
  */
@@ -4332,12 +4332,12 @@ export declare class InvalidTargetException extends __BaseException {
4332
4332
  * <p>The descriptive message for the exception.</p>
4333
4333
  * @public
4334
4334
  */
4335
- Message?: string;
4335
+ Message?: string | undefined;
4336
4336
  /**
4337
4337
  * <p>The Amazon Web Services request identifier.</p>
4338
4338
  * @public
4339
4339
  */
4340
- RequestId?: string;
4340
+ RequestId?: string | undefined;
4341
4341
  /**
4342
4342
  * @internal
4343
4343
  */
@@ -4354,12 +4354,12 @@ export declare class OrganizationsException extends __BaseException {
4354
4354
  * <p>The descriptive message for the exception.</p>
4355
4355
  * @public
4356
4356
  */
4357
- Message?: string;
4357
+ Message?: string | undefined;
4358
4358
  /**
4359
4359
  * <p>The Amazon Web Services request identifier.</p>
4360
4360
  * @public
4361
4361
  */
4362
- RequestId?: string;
4362
+ RequestId?: string | undefined;
4363
4363
  /**
4364
4364
  * @internal
4365
4365
  */
@@ -4407,7 +4407,7 @@ export interface ShareDirectoryRequest {
4407
4407
  * whether to approve or reject the share invitation.</p>
4408
4408
  * @public
4409
4409
  */
4410
- ShareNotes?: string;
4410
+ ShareNotes?: string | undefined;
4411
4411
  /**
4412
4412
  * <p>Identifier for the directory consumer account with whom the directory is to be
4413
4413
  * shared.</p>
@@ -4431,7 +4431,7 @@ export interface ShareDirectoryResult {
4431
4431
  * shared from the specified directory (<code>DirectoryId</code>).</p>
4432
4432
  * @public
4433
4433
  */
4434
- SharedDirectoryId?: string;
4434
+ SharedDirectoryId?: string | undefined;
4435
4435
  }
4436
4436
  /**
4437
4437
  * <p>The maximum number of Amazon Web Services accounts that you can share with this directory has been
@@ -4445,12 +4445,12 @@ export declare class ShareLimitExceededException extends __BaseException {
4445
4445
  * <p>The descriptive message for the exception.</p>
4446
4446
  * @public
4447
4447
  */
4448
- Message?: string;
4448
+ Message?: string | undefined;
4449
4449
  /**
4450
4450
  * <p>The Amazon Web Services request identifier.</p>
4451
4451
  * @public
4452
4452
  */
4453
- RequestId?: string;
4453
+ RequestId?: string | undefined;
4454
4454
  /**
4455
4455
  * @internal
4456
4456
  */
@@ -4493,7 +4493,7 @@ export interface StartSchemaExtensionResult {
4493
4493
  * <p>The identifier of the schema extension that will be applied.</p>
4494
4494
  * @public
4495
4495
  */
4496
- SchemaExtensionId?: string;
4496
+ SchemaExtensionId?: string | undefined;
4497
4497
  }
4498
4498
  /**
4499
4499
  * <p>Identifier that contains details about the directory consumer account with whom the
@@ -4538,7 +4538,7 @@ export interface UnshareDirectoryResult {
4538
4538
  * unshared from the specified directory (<code>DirectoryId</code>).</p>
4539
4539
  * @public
4540
4540
  */
4541
- SharedDirectoryId?: string;
4541
+ SharedDirectoryId?: string | undefined;
4542
4542
  }
4543
4543
  /**
4544
4544
  * <p>Updates a conditional forwarder.</p>
@@ -4594,14 +4594,14 @@ export interface UpdateDirectorySetupRequest {
4594
4594
  * </p>
4595
4595
  * @public
4596
4596
  */
4597
- OSUpdateSettings?: OSUpdateSettings;
4597
+ OSUpdateSettings?: OSUpdateSettings | undefined;
4598
4598
  /**
4599
4599
  * <p>
4600
4600
  * The boolean that specifies if a snapshot for the directory needs to be taken before updating the directory.
4601
4601
  * </p>
4602
4602
  * @public
4603
4603
  */
4604
- CreateSnapshotBeforeUpdate?: boolean;
4604
+ CreateSnapshotBeforeUpdate?: boolean | undefined;
4605
4605
  }
4606
4606
  /**
4607
4607
  * @public
@@ -4620,12 +4620,12 @@ export declare class DomainControllerLimitExceededException extends __BaseExcept
4620
4620
  * <p>The descriptive message for the exception.</p>
4621
4621
  * @public
4622
4622
  */
4623
- Message?: string;
4623
+ Message?: string | undefined;
4624
4624
  /**
4625
4625
  * <p>The Amazon Web Services request identifier.</p>
4626
4626
  * @public
4627
4627
  */
4628
- RequestId?: string;
4628
+ RequestId?: string | undefined;
4629
4629
  /**
4630
4630
  * @internal
4631
4631
  */
@@ -4687,12 +4687,12 @@ export declare class IncompatibleSettingsException extends __BaseException {
4687
4687
  * <p>The descriptive message for the exception.</p>
4688
4688
  * @public
4689
4689
  */
4690
- Message?: string;
4690
+ Message?: string | undefined;
4691
4691
  /**
4692
4692
  * <p>The Amazon Web Services request identifier.</p>
4693
4693
  * @public
4694
4694
  */
4695
- RequestId?: string;
4695
+ RequestId?: string | undefined;
4696
4696
  /**
4697
4697
  * @internal
4698
4698
  */
@@ -4709,12 +4709,12 @@ export declare class UnsupportedSettingsException extends __BaseException {
4709
4709
  * <p>The descriptive message for the exception.</p>
4710
4710
  * @public
4711
4711
  */
4712
- Message?: string;
4712
+ Message?: string | undefined;
4713
4713
  /**
4714
4714
  * <p>The Amazon Web Services request identifier.</p>
4715
4715
  * @public
4716
4716
  */
4717
- RequestId?: string;
4717
+ RequestId?: string | undefined;
4718
4718
  /**
4719
4719
  * @internal
4720
4720
  */
@@ -4762,7 +4762,7 @@ export interface UpdateSettingsResult {
4762
4762
  * <p>The identifier of the directory.</p>
4763
4763
  * @public
4764
4764
  */
4765
- DirectoryId?: string;
4765
+ DirectoryId?: string | undefined;
4766
4766
  }
4767
4767
  /**
4768
4768
  * @public
@@ -4777,7 +4777,7 @@ export interface UpdateTrustRequest {
4777
4777
  * <p>Updates selective authentication for the trust.</p>
4778
4778
  * @public
4779
4779
  */
4780
- SelectiveAuth?: SelectiveAuth;
4780
+ SelectiveAuth?: SelectiveAuth | undefined;
4781
4781
  }
4782
4782
  /**
4783
4783
  * @public
@@ -4787,12 +4787,12 @@ export interface UpdateTrustResult {
4787
4787
  * <p>The Amazon Web Services request identifier.</p>
4788
4788
  * @public
4789
4789
  */
4790
- RequestId?: string;
4790
+ RequestId?: string | undefined;
4791
4791
  /**
4792
4792
  * <p>Identifier of the trust relationship.</p>
4793
4793
  * @public
4794
4794
  */
4795
- TrustId?: string;
4795
+ TrustId?: string | undefined;
4796
4796
  }
4797
4797
  /**
4798
4798
  * <p>Initiates the verification of an existing trust relationship between an Managed Microsoft AD
@@ -4815,7 +4815,7 @@ export interface VerifyTrustResult {
4815
4815
  * <p>The unique Trust ID of the trust relationship that was verified.</p>
4816
4816
  * @public
4817
4817
  */
4818
- TrustId?: string;
4818
+ TrustId?: string | undefined;
4819
4819
  }
4820
4820
  /**
4821
4821
  * @internal