@aws-sdk/client-directory-service-data 3.687.0 → 3.691.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.
- package/dist-types/models/models_0.d.ts +127 -127
- package/dist-types/ts3.4/models/models_0.d.ts +127 -127
- package/package.json +7 -7
|
@@ -25,12 +25,12 @@ export type AccessDeniedReason = (typeof AccessDeniedReason)[keyof typeof Access
|
|
|
25
25
|
export declare class AccessDeniedException extends __BaseException {
|
|
26
26
|
readonly name: "AccessDeniedException";
|
|
27
27
|
readonly $fault: "client";
|
|
28
|
-
Message?: string;
|
|
28
|
+
Message?: string | undefined;
|
|
29
29
|
/**
|
|
30
30
|
* <p> Reason the request was unauthorized. </p>
|
|
31
31
|
* @public
|
|
32
32
|
*/
|
|
33
|
-
Reason?: AccessDeniedReason;
|
|
33
|
+
Reason?: AccessDeniedReason | undefined;
|
|
34
34
|
/**
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
@@ -65,7 +65,7 @@ export interface AddGroupMemberRequest {
|
|
|
65
65
|
* </note>
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
|
-
MemberRealm?: string;
|
|
68
|
+
MemberRealm?: string | undefined;
|
|
69
69
|
/**
|
|
70
70
|
* <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
|
|
71
71
|
* the request, so multiple identical calls have the same effect as one single call. </p>
|
|
@@ -79,7 +79,7 @@ export interface AddGroupMemberRequest {
|
|
|
79
79
|
* </note>
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
|
-
ClientToken?: string;
|
|
82
|
+
ClientToken?: string | undefined;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* @public
|
|
@@ -99,7 +99,7 @@ export interface AddGroupMemberResult {
|
|
|
99
99
|
export declare class ConflictException extends __BaseException {
|
|
100
100
|
readonly name: "ConflictException";
|
|
101
101
|
readonly $fault: "client";
|
|
102
|
-
Message?: string;
|
|
102
|
+
Message?: string | undefined;
|
|
103
103
|
/**
|
|
104
104
|
* @internal
|
|
105
105
|
*/
|
|
@@ -129,12 +129,12 @@ export declare class DirectoryUnavailableException extends __BaseException {
|
|
|
129
129
|
readonly name: "DirectoryUnavailableException";
|
|
130
130
|
readonly $fault: "client";
|
|
131
131
|
$retryable: {};
|
|
132
|
-
Message?: string;
|
|
132
|
+
Message?: string | undefined;
|
|
133
133
|
/**
|
|
134
134
|
* <p> Reason the request failed for the specified directory. </p>
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
|
-
Reason?: DirectoryUnavailableReason;
|
|
137
|
+
Reason?: DirectoryUnavailableReason | undefined;
|
|
138
138
|
/**
|
|
139
139
|
* @internal
|
|
140
140
|
*/
|
|
@@ -148,7 +148,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
148
148
|
readonly name: "InternalServerException";
|
|
149
149
|
readonly $fault: "server";
|
|
150
150
|
$retryable: {};
|
|
151
|
-
Message?: string;
|
|
151
|
+
Message?: string | undefined;
|
|
152
152
|
/**
|
|
153
153
|
* @internal
|
|
154
154
|
*/
|
|
@@ -161,7 +161,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
161
161
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
162
162
|
readonly name: "ResourceNotFoundException";
|
|
163
163
|
readonly $fault: "client";
|
|
164
|
-
Message?: string;
|
|
164
|
+
Message?: string | undefined;
|
|
165
165
|
/**
|
|
166
166
|
* @internal
|
|
167
167
|
*/
|
|
@@ -182,7 +182,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
182
182
|
* <p> The recommended amount of seconds to retry after a throttling exception. </p>
|
|
183
183
|
* @public
|
|
184
184
|
*/
|
|
185
|
-
RetryAfterSeconds?: number;
|
|
185
|
+
RetryAfterSeconds?: number | undefined;
|
|
186
186
|
/**
|
|
187
187
|
* @internal
|
|
188
188
|
*/
|
|
@@ -221,12 +221,12 @@ export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof
|
|
|
221
221
|
export declare class ValidationException extends __BaseException {
|
|
222
222
|
readonly name: "ValidationException";
|
|
223
223
|
readonly $fault: "client";
|
|
224
|
-
Message?: string;
|
|
224
|
+
Message?: string | undefined;
|
|
225
225
|
/**
|
|
226
226
|
* <p> Reason the request failed validation. </p>
|
|
227
227
|
* @public
|
|
228
228
|
*/
|
|
229
|
-
Reason?: ValidationExceptionReason;
|
|
229
|
+
Reason?: ValidationExceptionReason | undefined;
|
|
230
230
|
/**
|
|
231
231
|
* @internal
|
|
232
232
|
*/
|
|
@@ -364,18 +364,18 @@ export interface CreateGroupRequest {
|
|
|
364
364
|
* <p> The AD group type. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#how-active-directory-security-groups-work">Active Directory security group type</a>.</p>
|
|
365
365
|
* @public
|
|
366
366
|
*/
|
|
367
|
-
GroupType?: GroupType;
|
|
367
|
+
GroupType?: GroupType | undefined;
|
|
368
368
|
/**
|
|
369
369
|
* <p> The scope of the AD group. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope">Active Directory security group scope</a>. </p>
|
|
370
370
|
* @public
|
|
371
371
|
*/
|
|
372
|
-
GroupScope?: GroupScope;
|
|
372
|
+
GroupScope?: GroupScope | undefined;
|
|
373
373
|
/**
|
|
374
374
|
* <p> An expression that defines one or more attributes with the data type and value of each
|
|
375
375
|
* attribute. </p>
|
|
376
376
|
* @public
|
|
377
377
|
*/
|
|
378
|
-
OtherAttributes?: Record<string, AttributeValue
|
|
378
|
+
OtherAttributes?: Record<string, AttributeValue> | undefined;
|
|
379
379
|
/**
|
|
380
380
|
* <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
|
|
381
381
|
* the request, so multiple identical calls have the same effect as one single call. </p>
|
|
@@ -389,7 +389,7 @@ export interface CreateGroupRequest {
|
|
|
389
389
|
* </note>
|
|
390
390
|
* @public
|
|
391
391
|
*/
|
|
392
|
-
ClientToken?: string;
|
|
392
|
+
ClientToken?: string | undefined;
|
|
393
393
|
}
|
|
394
394
|
/**
|
|
395
395
|
* @public
|
|
@@ -399,17 +399,17 @@ export interface CreateGroupResult {
|
|
|
399
399
|
* <p> The identifier (ID) of the directory that's associated with the group. </p>
|
|
400
400
|
* @public
|
|
401
401
|
*/
|
|
402
|
-
DirectoryId?: string;
|
|
402
|
+
DirectoryId?: string | undefined;
|
|
403
403
|
/**
|
|
404
404
|
* <p> The name of the group. </p>
|
|
405
405
|
* @public
|
|
406
406
|
*/
|
|
407
|
-
SAMAccountName?: string;
|
|
407
|
+
SAMAccountName?: string | undefined;
|
|
408
408
|
/**
|
|
409
409
|
* <p> The unique security identifier (SID) of the group. </p>
|
|
410
410
|
* @public
|
|
411
411
|
*/
|
|
412
|
-
SID?: string;
|
|
412
|
+
SID?: string | undefined;
|
|
413
413
|
}
|
|
414
414
|
/**
|
|
415
415
|
* @public
|
|
@@ -429,17 +429,17 @@ export interface CreateUserRequest {
|
|
|
429
429
|
* <p> The email address of the user. </p>
|
|
430
430
|
* @public
|
|
431
431
|
*/
|
|
432
|
-
EmailAddress?: string;
|
|
432
|
+
EmailAddress?: string | undefined;
|
|
433
433
|
/**
|
|
434
434
|
* <p> The first name of the user. </p>
|
|
435
435
|
* @public
|
|
436
436
|
*/
|
|
437
|
-
GivenName?: string;
|
|
437
|
+
GivenName?: string | undefined;
|
|
438
438
|
/**
|
|
439
439
|
* <p> The last name of the user. </p>
|
|
440
440
|
* @public
|
|
441
441
|
*/
|
|
442
|
-
Surname?: string;
|
|
442
|
+
Surname?: string | undefined;
|
|
443
443
|
/**
|
|
444
444
|
* <p> An expression that defines one or more attribute names with the data type and value of
|
|
445
445
|
* each attribute. A key is an attribute name, and the value is a list of maps. For a list of
|
|
@@ -449,7 +449,7 @@ export interface CreateUserRequest {
|
|
|
449
449
|
* </note>
|
|
450
450
|
* @public
|
|
451
451
|
*/
|
|
452
|
-
OtherAttributes?: Record<string, AttributeValue
|
|
452
|
+
OtherAttributes?: Record<string, AttributeValue> | undefined;
|
|
453
453
|
/**
|
|
454
454
|
* <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
|
|
455
455
|
* the request, so multiple identical calls have the same effect as one single call. </p>
|
|
@@ -463,7 +463,7 @@ export interface CreateUserRequest {
|
|
|
463
463
|
* </note>
|
|
464
464
|
* @public
|
|
465
465
|
*/
|
|
466
|
-
ClientToken?: string;
|
|
466
|
+
ClientToken?: string | undefined;
|
|
467
467
|
}
|
|
468
468
|
/**
|
|
469
469
|
* @public
|
|
@@ -473,17 +473,17 @@ export interface CreateUserResult {
|
|
|
473
473
|
* <p> The identifier (ID) of the directory where the address block is added. </p>
|
|
474
474
|
* @public
|
|
475
475
|
*/
|
|
476
|
-
DirectoryId?: string;
|
|
476
|
+
DirectoryId?: string | undefined;
|
|
477
477
|
/**
|
|
478
478
|
* <p> The unique security identifier (SID) of the user. </p>
|
|
479
479
|
* @public
|
|
480
480
|
*/
|
|
481
|
-
SID?: string;
|
|
481
|
+
SID?: string | undefined;
|
|
482
482
|
/**
|
|
483
483
|
* <p> The name of the user. </p>
|
|
484
484
|
* @public
|
|
485
485
|
*/
|
|
486
|
-
SAMAccountName?: string;
|
|
486
|
+
SAMAccountName?: string | undefined;
|
|
487
487
|
}
|
|
488
488
|
/**
|
|
489
489
|
* @public
|
|
@@ -512,7 +512,7 @@ export interface DeleteGroupRequest {
|
|
|
512
512
|
* </note>
|
|
513
513
|
* @public
|
|
514
514
|
*/
|
|
515
|
-
ClientToken?: string;
|
|
515
|
+
ClientToken?: string | undefined;
|
|
516
516
|
}
|
|
517
517
|
/**
|
|
518
518
|
* @public
|
|
@@ -546,7 +546,7 @@ export interface DeleteUserRequest {
|
|
|
546
546
|
* </note>
|
|
547
547
|
* @public
|
|
548
548
|
*/
|
|
549
|
-
ClientToken?: string;
|
|
549
|
+
ClientToken?: string | undefined;
|
|
550
550
|
}
|
|
551
551
|
/**
|
|
552
552
|
* @public
|
|
@@ -571,7 +571,7 @@ export interface DescribeGroupRequest {
|
|
|
571
571
|
* </note>
|
|
572
572
|
* @public
|
|
573
573
|
*/
|
|
574
|
-
Realm?: string;
|
|
574
|
+
Realm?: string | undefined;
|
|
575
575
|
/**
|
|
576
576
|
* <p> The name of the group. </p>
|
|
577
577
|
* @public
|
|
@@ -583,7 +583,7 @@ export interface DescribeGroupRequest {
|
|
|
583
583
|
* </p>
|
|
584
584
|
* @public
|
|
585
585
|
*/
|
|
586
|
-
OtherAttributes?: string[];
|
|
586
|
+
OtherAttributes?: string[] | undefined;
|
|
587
587
|
}
|
|
588
588
|
/**
|
|
589
589
|
* @public
|
|
@@ -593,43 +593,43 @@ export interface DescribeGroupResult {
|
|
|
593
593
|
* <p> The identifier (ID) of the directory that's associated with the group. </p>
|
|
594
594
|
* @public
|
|
595
595
|
*/
|
|
596
|
-
DirectoryId?: string;
|
|
596
|
+
DirectoryId?: string | undefined;
|
|
597
597
|
/**
|
|
598
598
|
* <p> The domain name that's associated with the group. </p>
|
|
599
599
|
* @public
|
|
600
600
|
*/
|
|
601
|
-
Realm?: string;
|
|
601
|
+
Realm?: string | undefined;
|
|
602
602
|
/**
|
|
603
603
|
* <p> The unique security identifier (SID) of the group. </p>
|
|
604
604
|
* @public
|
|
605
605
|
*/
|
|
606
|
-
SID?: string;
|
|
606
|
+
SID?: string | undefined;
|
|
607
607
|
/**
|
|
608
608
|
* <p> The name of the group. </p>
|
|
609
609
|
* @public
|
|
610
610
|
*/
|
|
611
|
-
SAMAccountName?: string;
|
|
611
|
+
SAMAccountName?: string | undefined;
|
|
612
612
|
/**
|
|
613
613
|
* <p> The <a href="https://learn.microsoft.com/en-us/windows/win32/ad/object-names-and-identities#distinguished-name">distinguished name</a> of the object. </p>
|
|
614
614
|
* @public
|
|
615
615
|
*/
|
|
616
|
-
DistinguishedName?: string;
|
|
616
|
+
DistinguishedName?: string | undefined;
|
|
617
617
|
/**
|
|
618
618
|
* <p> The AD group type. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#how-active-directory-security-groups-work">Active Directory security group type</a>. </p>
|
|
619
619
|
* @public
|
|
620
620
|
*/
|
|
621
|
-
GroupType?: GroupType;
|
|
621
|
+
GroupType?: GroupType | undefined;
|
|
622
622
|
/**
|
|
623
623
|
* <p> The scope of the AD group. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope">Active Directory security groups</a>. </p>
|
|
624
624
|
* @public
|
|
625
625
|
*/
|
|
626
|
-
GroupScope?: GroupScope;
|
|
626
|
+
GroupScope?: GroupScope | undefined;
|
|
627
627
|
/**
|
|
628
628
|
* <p> The attribute values that are returned for the attribute names that are included in the
|
|
629
629
|
* request. </p>
|
|
630
630
|
* @public
|
|
631
631
|
*/
|
|
632
|
-
OtherAttributes?: Record<string, AttributeValue
|
|
632
|
+
OtherAttributes?: Record<string, AttributeValue> | undefined;
|
|
633
633
|
}
|
|
634
634
|
/**
|
|
635
635
|
* @public
|
|
@@ -650,7 +650,7 @@ export interface DescribeUserRequest {
|
|
|
650
650
|
* the value is a list of maps. For a list of supported attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory Service Data Attributes</a>. </p>
|
|
651
651
|
* @public
|
|
652
652
|
*/
|
|
653
|
-
OtherAttributes?: string[];
|
|
653
|
+
OtherAttributes?: string[] | undefined;
|
|
654
654
|
/**
|
|
655
655
|
* <p> The domain name that's associated with the user. </p>
|
|
656
656
|
* <note>
|
|
@@ -660,7 +660,7 @@ export interface DescribeUserRequest {
|
|
|
660
660
|
* </note>
|
|
661
661
|
* @public
|
|
662
662
|
*/
|
|
663
|
-
Realm?: string;
|
|
663
|
+
Realm?: string | undefined;
|
|
664
664
|
}
|
|
665
665
|
/**
|
|
666
666
|
* @public
|
|
@@ -670,54 +670,54 @@ export interface DescribeUserResult {
|
|
|
670
670
|
* <p> The identifier (ID) of the directory that's associated with the user. </p>
|
|
671
671
|
* @public
|
|
672
672
|
*/
|
|
673
|
-
DirectoryId?: string;
|
|
673
|
+
DirectoryId?: string | undefined;
|
|
674
674
|
/**
|
|
675
675
|
* <p> The domain name that's associated with the user. </p>
|
|
676
676
|
* @public
|
|
677
677
|
*/
|
|
678
|
-
Realm?: string;
|
|
678
|
+
Realm?: string | undefined;
|
|
679
679
|
/**
|
|
680
680
|
* <p> The unique security identifier (SID) of the user. </p>
|
|
681
681
|
* @public
|
|
682
682
|
*/
|
|
683
|
-
SID?: string;
|
|
683
|
+
SID?: string | undefined;
|
|
684
684
|
/**
|
|
685
685
|
* <p> The name of the user. </p>
|
|
686
686
|
* @public
|
|
687
687
|
*/
|
|
688
|
-
SAMAccountName?: string;
|
|
688
|
+
SAMAccountName?: string | undefined;
|
|
689
689
|
/**
|
|
690
690
|
* <p> The <a href="https://learn.microsoft.com/en-us/windows/win32/ad/object-names-and-identities#distinguished-name">distinguished name</a> of the object. </p>
|
|
691
691
|
* @public
|
|
692
692
|
*/
|
|
693
|
-
DistinguishedName?: string;
|
|
693
|
+
DistinguishedName?: string | undefined;
|
|
694
694
|
/**
|
|
695
695
|
* <p> The UPN that is an Internet-style login name for a user and is based on the Internet
|
|
696
696
|
* standard <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a>. The UPN is shorter
|
|
697
697
|
* than the distinguished name and easier to remember. </p>
|
|
698
698
|
* @public
|
|
699
699
|
*/
|
|
700
|
-
UserPrincipalName?: string;
|
|
700
|
+
UserPrincipalName?: string | undefined;
|
|
701
701
|
/**
|
|
702
702
|
* <p> The email address of the user. </p>
|
|
703
703
|
* @public
|
|
704
704
|
*/
|
|
705
|
-
EmailAddress?: string;
|
|
705
|
+
EmailAddress?: string | undefined;
|
|
706
706
|
/**
|
|
707
707
|
* <p> The first name of the user. </p>
|
|
708
708
|
* @public
|
|
709
709
|
*/
|
|
710
|
-
GivenName?: string;
|
|
710
|
+
GivenName?: string | undefined;
|
|
711
711
|
/**
|
|
712
712
|
* <p> The last name of the user. </p>
|
|
713
713
|
* @public
|
|
714
714
|
*/
|
|
715
|
-
Surname?: string;
|
|
715
|
+
Surname?: string | undefined;
|
|
716
716
|
/**
|
|
717
717
|
* <p> Indicates whether the user account is active. </p>
|
|
718
718
|
* @public
|
|
719
719
|
*/
|
|
720
|
-
Enabled?: boolean;
|
|
720
|
+
Enabled?: boolean | undefined;
|
|
721
721
|
/**
|
|
722
722
|
* <p> The attribute values that are returned for the attribute names that are included in the
|
|
723
723
|
* request. </p>
|
|
@@ -726,7 +726,7 @@ export interface DescribeUserResult {
|
|
|
726
726
|
* </note>
|
|
727
727
|
* @public
|
|
728
728
|
*/
|
|
729
|
-
OtherAttributes?: Record<string, AttributeValue
|
|
729
|
+
OtherAttributes?: Record<string, AttributeValue> | undefined;
|
|
730
730
|
}
|
|
731
731
|
/**
|
|
732
732
|
* @public
|
|
@@ -755,7 +755,7 @@ export interface DisableUserRequest {
|
|
|
755
755
|
* </note>
|
|
756
756
|
* @public
|
|
757
757
|
*/
|
|
758
|
-
ClientToken?: string;
|
|
758
|
+
ClientToken?: string | undefined;
|
|
759
759
|
}
|
|
760
760
|
/**
|
|
761
761
|
* @public
|
|
@@ -781,7 +781,7 @@ export interface ListGroupMembersRequest {
|
|
|
781
781
|
* </note>
|
|
782
782
|
* @public
|
|
783
783
|
*/
|
|
784
|
-
Realm?: string;
|
|
784
|
+
Realm?: string | undefined;
|
|
785
785
|
/**
|
|
786
786
|
* <p> The domain name that's associated with the group member. This parameter defaults to the
|
|
787
787
|
* Managed Microsoft AD domain. </p>
|
|
@@ -790,7 +790,7 @@ export interface ListGroupMembersRequest {
|
|
|
790
790
|
* </note>
|
|
791
791
|
* @public
|
|
792
792
|
*/
|
|
793
|
-
MemberRealm?: string;
|
|
793
|
+
MemberRealm?: string | undefined;
|
|
794
794
|
/**
|
|
795
795
|
* <p> The name of the group. </p>
|
|
796
796
|
* @public
|
|
@@ -801,12 +801,12 @@ export interface ListGroupMembersRequest {
|
|
|
801
801
|
* page.</p>
|
|
802
802
|
* @public
|
|
803
803
|
*/
|
|
804
|
-
NextToken?: string;
|
|
804
|
+
NextToken?: string | undefined;
|
|
805
805
|
/**
|
|
806
806
|
* <p> The maximum number of results to be returned per request. </p>
|
|
807
807
|
* @public
|
|
808
808
|
*/
|
|
809
|
-
MaxResults?: number;
|
|
809
|
+
MaxResults?: number | undefined;
|
|
810
810
|
}
|
|
811
811
|
/**
|
|
812
812
|
* @public
|
|
@@ -850,28 +850,28 @@ export interface ListGroupMembersResult {
|
|
|
850
850
|
* <p>Identifier (ID) of the directory associated with the group.</p>
|
|
851
851
|
* @public
|
|
852
852
|
*/
|
|
853
|
-
DirectoryId?: string;
|
|
853
|
+
DirectoryId?: string | undefined;
|
|
854
854
|
/**
|
|
855
855
|
* <p> The domain name that's associated with the group. </p>
|
|
856
856
|
* @public
|
|
857
857
|
*/
|
|
858
|
-
Realm?: string;
|
|
858
|
+
Realm?: string | undefined;
|
|
859
859
|
/**
|
|
860
860
|
* <p> The domain name that's associated with the member. </p>
|
|
861
861
|
* @public
|
|
862
862
|
*/
|
|
863
|
-
MemberRealm?: string;
|
|
863
|
+
MemberRealm?: string | undefined;
|
|
864
864
|
/**
|
|
865
865
|
* <p> The member information that the request returns. </p>
|
|
866
866
|
* @public
|
|
867
867
|
*/
|
|
868
|
-
Members?: Member[];
|
|
868
|
+
Members?: Member[] | undefined;
|
|
869
869
|
/**
|
|
870
870
|
* <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
|
|
871
871
|
* page. </p>
|
|
872
872
|
* @public
|
|
873
873
|
*/
|
|
874
|
-
NextToken?: string;
|
|
874
|
+
NextToken?: string | undefined;
|
|
875
875
|
}
|
|
876
876
|
/**
|
|
877
877
|
* @public
|
|
@@ -891,18 +891,18 @@ export interface ListGroupsRequest {
|
|
|
891
891
|
* </note>
|
|
892
892
|
* @public
|
|
893
893
|
*/
|
|
894
|
-
Realm?: string;
|
|
894
|
+
Realm?: string | undefined;
|
|
895
895
|
/**
|
|
896
896
|
* <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
|
|
897
897
|
* page. </p>
|
|
898
898
|
* @public
|
|
899
899
|
*/
|
|
900
|
-
NextToken?: string;
|
|
900
|
+
NextToken?: string | undefined;
|
|
901
901
|
/**
|
|
902
902
|
* <p> The maximum number of results to be returned per request. </p>
|
|
903
903
|
* @public
|
|
904
904
|
*/
|
|
905
|
-
MaxResults?: number;
|
|
905
|
+
MaxResults?: number | undefined;
|
|
906
906
|
}
|
|
907
907
|
/**
|
|
908
908
|
* <p>A structure containing a subset of fields of a group object from a directory.</p>
|
|
@@ -938,23 +938,23 @@ export interface ListGroupsResult {
|
|
|
938
938
|
* <p> The identifier (ID) of the directory that's associated with the group. </p>
|
|
939
939
|
* @public
|
|
940
940
|
*/
|
|
941
|
-
DirectoryId?: string;
|
|
941
|
+
DirectoryId?: string | undefined;
|
|
942
942
|
/**
|
|
943
943
|
* <p>The domain name associated with the group.</p>
|
|
944
944
|
* @public
|
|
945
945
|
*/
|
|
946
|
-
Realm?: string;
|
|
946
|
+
Realm?: string | undefined;
|
|
947
947
|
/**
|
|
948
948
|
* <p> The group information that the request returns. </p>
|
|
949
949
|
* @public
|
|
950
950
|
*/
|
|
951
|
-
Groups?: GroupSummary[];
|
|
951
|
+
Groups?: GroupSummary[] | undefined;
|
|
952
952
|
/**
|
|
953
953
|
* <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
|
|
954
954
|
* page. </p>
|
|
955
955
|
* @public
|
|
956
956
|
*/
|
|
957
|
-
NextToken?: string;
|
|
957
|
+
NextToken?: string | undefined;
|
|
958
958
|
}
|
|
959
959
|
/**
|
|
960
960
|
* @public
|
|
@@ -974,7 +974,7 @@ export interface ListGroupsForMemberRequest {
|
|
|
974
974
|
* </note>
|
|
975
975
|
* @public
|
|
976
976
|
*/
|
|
977
|
-
Realm?: string;
|
|
977
|
+
Realm?: string | undefined;
|
|
978
978
|
/**
|
|
979
979
|
* <p> The domain name that's associated with the group member. </p>
|
|
980
980
|
* <note>
|
|
@@ -985,7 +985,7 @@ export interface ListGroupsForMemberRequest {
|
|
|
985
985
|
* </note>
|
|
986
986
|
* @public
|
|
987
987
|
*/
|
|
988
|
-
MemberRealm?: string;
|
|
988
|
+
MemberRealm?: string | undefined;
|
|
989
989
|
/**
|
|
990
990
|
* <p> The <code>SAMAccountName</code> of the user, group, or computer that's a member of the
|
|
991
991
|
* group. </p>
|
|
@@ -997,12 +997,12 @@ export interface ListGroupsForMemberRequest {
|
|
|
997
997
|
* page. </p>
|
|
998
998
|
* @public
|
|
999
999
|
*/
|
|
1000
|
-
NextToken?: string;
|
|
1000
|
+
NextToken?: string | undefined;
|
|
1001
1001
|
/**
|
|
1002
1002
|
* <p> The maximum number of results to be returned per request. </p>
|
|
1003
1003
|
* @public
|
|
1004
1004
|
*/
|
|
1005
|
-
MaxResults?: number;
|
|
1005
|
+
MaxResults?: number | undefined;
|
|
1006
1006
|
}
|
|
1007
1007
|
/**
|
|
1008
1008
|
* @public
|
|
@@ -1012,28 +1012,28 @@ export interface ListGroupsForMemberResult {
|
|
|
1012
1012
|
* <p> The identifier (ID) of the directory that's associated with the member. </p>
|
|
1013
1013
|
* @public
|
|
1014
1014
|
*/
|
|
1015
|
-
DirectoryId?: string;
|
|
1015
|
+
DirectoryId?: string | undefined;
|
|
1016
1016
|
/**
|
|
1017
1017
|
* <p> The domain that's associated with the group. </p>
|
|
1018
1018
|
* @public
|
|
1019
1019
|
*/
|
|
1020
|
-
Realm?: string;
|
|
1020
|
+
Realm?: string | undefined;
|
|
1021
1021
|
/**
|
|
1022
1022
|
* <p> The domain that's associated with the member. </p>
|
|
1023
1023
|
* @public
|
|
1024
1024
|
*/
|
|
1025
|
-
MemberRealm?: string;
|
|
1025
|
+
MemberRealm?: string | undefined;
|
|
1026
1026
|
/**
|
|
1027
1027
|
* <p> The group information that the request returns. </p>
|
|
1028
1028
|
* @public
|
|
1029
1029
|
*/
|
|
1030
|
-
Groups?: GroupSummary[];
|
|
1030
|
+
Groups?: GroupSummary[] | undefined;
|
|
1031
1031
|
/**
|
|
1032
1032
|
* <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
|
|
1033
1033
|
* page. </p>
|
|
1034
1034
|
* @public
|
|
1035
1035
|
*/
|
|
1036
|
-
NextToken?: string;
|
|
1036
|
+
NextToken?: string | undefined;
|
|
1037
1037
|
}
|
|
1038
1038
|
/**
|
|
1039
1039
|
* @public
|
|
@@ -1053,18 +1053,18 @@ export interface ListUsersRequest {
|
|
|
1053
1053
|
* </note>
|
|
1054
1054
|
* @public
|
|
1055
1055
|
*/
|
|
1056
|
-
Realm?: string;
|
|
1056
|
+
Realm?: string | undefined;
|
|
1057
1057
|
/**
|
|
1058
1058
|
* <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
|
|
1059
1059
|
* page. </p>
|
|
1060
1060
|
* @public
|
|
1061
1061
|
*/
|
|
1062
|
-
NextToken?: string;
|
|
1062
|
+
NextToken?: string | undefined;
|
|
1063
1063
|
/**
|
|
1064
1064
|
* <p> The maximum number of results to be returned per request. </p>
|
|
1065
1065
|
* @public
|
|
1066
1066
|
*/
|
|
1067
|
-
MaxResults?: number;
|
|
1067
|
+
MaxResults?: number | undefined;
|
|
1068
1068
|
}
|
|
1069
1069
|
/**
|
|
1070
1070
|
* <p>A structure containing a subset of the fields of a user object from a directory.</p>
|
|
@@ -1085,12 +1085,12 @@ export interface UserSummary {
|
|
|
1085
1085
|
* <p>The first name of the user. </p>
|
|
1086
1086
|
* @public
|
|
1087
1087
|
*/
|
|
1088
|
-
GivenName?: string;
|
|
1088
|
+
GivenName?: string | undefined;
|
|
1089
1089
|
/**
|
|
1090
1090
|
* <p>The last name of the user.</p>
|
|
1091
1091
|
* @public
|
|
1092
1092
|
*/
|
|
1093
|
-
Surname?: string;
|
|
1093
|
+
Surname?: string | undefined;
|
|
1094
1094
|
/**
|
|
1095
1095
|
* <p>Indicates whether the user account is active.</p>
|
|
1096
1096
|
* @public
|
|
@@ -1105,23 +1105,23 @@ export interface ListUsersResult {
|
|
|
1105
1105
|
* <p> The identifier (ID) of the directory that's associated with the user. </p>
|
|
1106
1106
|
* @public
|
|
1107
1107
|
*/
|
|
1108
|
-
DirectoryId?: string;
|
|
1108
|
+
DirectoryId?: string | undefined;
|
|
1109
1109
|
/**
|
|
1110
1110
|
* <p> The domain that's associated with the user. </p>
|
|
1111
1111
|
* @public
|
|
1112
1112
|
*/
|
|
1113
|
-
Realm?: string;
|
|
1113
|
+
Realm?: string | undefined;
|
|
1114
1114
|
/**
|
|
1115
1115
|
* <p> The user information that the request returns. </p>
|
|
1116
1116
|
* @public
|
|
1117
1117
|
*/
|
|
1118
|
-
Users?: UserSummary[];
|
|
1118
|
+
Users?: UserSummary[] | undefined;
|
|
1119
1119
|
/**
|
|
1120
1120
|
* <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
|
|
1121
1121
|
* page. </p>
|
|
1122
1122
|
* @public
|
|
1123
1123
|
*/
|
|
1124
|
-
NextToken?: string;
|
|
1124
|
+
NextToken?: string | undefined;
|
|
1125
1125
|
}
|
|
1126
1126
|
/**
|
|
1127
1127
|
* @public
|
|
@@ -1151,7 +1151,7 @@ export interface RemoveGroupMemberRequest {
|
|
|
1151
1151
|
* </note>
|
|
1152
1152
|
* @public
|
|
1153
1153
|
*/
|
|
1154
|
-
MemberRealm?: string;
|
|
1154
|
+
MemberRealm?: string | undefined;
|
|
1155
1155
|
/**
|
|
1156
1156
|
* <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
|
|
1157
1157
|
* the request, so multiple identical calls have the same effect as one single call. </p>
|
|
@@ -1165,7 +1165,7 @@ export interface RemoveGroupMemberRequest {
|
|
|
1165
1165
|
* </note>
|
|
1166
1166
|
* @public
|
|
1167
1167
|
*/
|
|
1168
|
-
ClientToken?: string;
|
|
1168
|
+
ClientToken?: string | undefined;
|
|
1169
1169
|
}
|
|
1170
1170
|
/**
|
|
1171
1171
|
* @public
|
|
@@ -1207,18 +1207,18 @@ export interface SearchGroupsRequest {
|
|
|
1207
1207
|
* </note>
|
|
1208
1208
|
* @public
|
|
1209
1209
|
*/
|
|
1210
|
-
Realm?: string;
|
|
1210
|
+
Realm?: string | undefined;
|
|
1211
1211
|
/**
|
|
1212
1212
|
* <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
|
|
1213
1213
|
* page. </p>
|
|
1214
1214
|
* @public
|
|
1215
1215
|
*/
|
|
1216
|
-
NextToken?: string;
|
|
1216
|
+
NextToken?: string | undefined;
|
|
1217
1217
|
/**
|
|
1218
1218
|
* <p> The maximum number of results to be returned per request. </p>
|
|
1219
1219
|
* @public
|
|
1220
1220
|
*/
|
|
1221
|
-
MaxResults?: number;
|
|
1221
|
+
MaxResults?: number | undefined;
|
|
1222
1222
|
}
|
|
1223
1223
|
/**
|
|
1224
1224
|
* <p> A group object that contains identifying information and attributes for a specified
|
|
@@ -1230,7 +1230,7 @@ export interface Group {
|
|
|
1230
1230
|
* <p> The unique security identifier (SID) of the group. </p>
|
|
1231
1231
|
* @public
|
|
1232
1232
|
*/
|
|
1233
|
-
SID?: string;
|
|
1233
|
+
SID?: string | undefined;
|
|
1234
1234
|
/**
|
|
1235
1235
|
* <p> The name of the group. </p>
|
|
1236
1236
|
* @public
|
|
@@ -1240,23 +1240,23 @@ export interface Group {
|
|
|
1240
1240
|
* <p>The <a href="https://learn.microsoft.com/en-us/windows/win32/ad/object-names-and-identities#distinguished-name">distinguished name</a> of the object. </p>
|
|
1241
1241
|
* @public
|
|
1242
1242
|
*/
|
|
1243
|
-
DistinguishedName?: string;
|
|
1243
|
+
DistinguishedName?: string | undefined;
|
|
1244
1244
|
/**
|
|
1245
1245
|
* <p> The AD group type. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#how-active-directory-security-groups-work">Active Directory security group type</a>. </p>
|
|
1246
1246
|
* @public
|
|
1247
1247
|
*/
|
|
1248
|
-
GroupType?: GroupType;
|
|
1248
|
+
GroupType?: GroupType | undefined;
|
|
1249
1249
|
/**
|
|
1250
1250
|
* <p> The scope of the AD group. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope">Active Directory security groups</a>
|
|
1251
1251
|
* </p>
|
|
1252
1252
|
* @public
|
|
1253
1253
|
*/
|
|
1254
|
-
GroupScope?: GroupScope;
|
|
1254
|
+
GroupScope?: GroupScope | undefined;
|
|
1255
1255
|
/**
|
|
1256
1256
|
* <p> An expression of one or more attributes, data types, and the values of a group. </p>
|
|
1257
1257
|
* @public
|
|
1258
1258
|
*/
|
|
1259
|
-
OtherAttributes?: Record<string, AttributeValue
|
|
1259
|
+
OtherAttributes?: Record<string, AttributeValue> | undefined;
|
|
1260
1260
|
}
|
|
1261
1261
|
/**
|
|
1262
1262
|
* @public
|
|
@@ -1266,23 +1266,23 @@ export interface SearchGroupsResult {
|
|
|
1266
1266
|
* <p> The identifier (ID) of the directory that's associated with the group. </p>
|
|
1267
1267
|
* @public
|
|
1268
1268
|
*/
|
|
1269
|
-
DirectoryId?: string;
|
|
1269
|
+
DirectoryId?: string | undefined;
|
|
1270
1270
|
/**
|
|
1271
1271
|
* <p> The domain that's associated with the group. </p>
|
|
1272
1272
|
* @public
|
|
1273
1273
|
*/
|
|
1274
|
-
Realm?: string;
|
|
1274
|
+
Realm?: string | undefined;
|
|
1275
1275
|
/**
|
|
1276
1276
|
* <p> The group information that the request returns. </p>
|
|
1277
1277
|
* @public
|
|
1278
1278
|
*/
|
|
1279
|
-
Groups?: Group[];
|
|
1279
|
+
Groups?: Group[] | undefined;
|
|
1280
1280
|
/**
|
|
1281
1281
|
* <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
|
|
1282
1282
|
* page. </p>
|
|
1283
1283
|
* @public
|
|
1284
1284
|
*/
|
|
1285
|
-
NextToken?: string;
|
|
1285
|
+
NextToken?: string | undefined;
|
|
1286
1286
|
}
|
|
1287
1287
|
/**
|
|
1288
1288
|
* @public
|
|
@@ -1302,7 +1302,7 @@ export interface SearchUsersRequest {
|
|
|
1302
1302
|
* </note>
|
|
1303
1303
|
* @public
|
|
1304
1304
|
*/
|
|
1305
|
-
Realm?: string;
|
|
1305
|
+
Realm?: string | undefined;
|
|
1306
1306
|
/**
|
|
1307
1307
|
* <p> The attribute value that you want to search for. </p>
|
|
1308
1308
|
* <note>
|
|
@@ -1325,12 +1325,12 @@ export interface SearchUsersRequest {
|
|
|
1325
1325
|
* page. </p>
|
|
1326
1326
|
* @public
|
|
1327
1327
|
*/
|
|
1328
|
-
NextToken?: string;
|
|
1328
|
+
NextToken?: string | undefined;
|
|
1329
1329
|
/**
|
|
1330
1330
|
* <p> The maximum number of results to be returned per request. </p>
|
|
1331
1331
|
* @public
|
|
1332
1332
|
*/
|
|
1333
|
-
MaxResults?: number;
|
|
1333
|
+
MaxResults?: number | undefined;
|
|
1334
1334
|
}
|
|
1335
1335
|
/**
|
|
1336
1336
|
* <p> A user object that contains identifying information and attributes for a specified user.
|
|
@@ -1342,7 +1342,7 @@ export interface User {
|
|
|
1342
1342
|
* <p> The unique security identifier (SID) of the user. </p>
|
|
1343
1343
|
* @public
|
|
1344
1344
|
*/
|
|
1345
|
-
SID?: string;
|
|
1345
|
+
SID?: string | undefined;
|
|
1346
1346
|
/**
|
|
1347
1347
|
* <p> The name of the user. </p>
|
|
1348
1348
|
* @public
|
|
@@ -1352,40 +1352,40 @@ export interface User {
|
|
|
1352
1352
|
* <p> The <a href="https://learn.microsoft.com/en-us/windows/win32/ad/object-names-and-identities#distinguished-name">distinguished name</a> of the object. </p>
|
|
1353
1353
|
* @public
|
|
1354
1354
|
*/
|
|
1355
|
-
DistinguishedName?: string;
|
|
1355
|
+
DistinguishedName?: string | undefined;
|
|
1356
1356
|
/**
|
|
1357
1357
|
* <p> The UPN that is an internet-style login name for a user and based on the internet
|
|
1358
1358
|
* standard <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a>. The UPN is shorter
|
|
1359
1359
|
* than the distinguished name and easier to remember. </p>
|
|
1360
1360
|
* @public
|
|
1361
1361
|
*/
|
|
1362
|
-
UserPrincipalName?: string;
|
|
1362
|
+
UserPrincipalName?: string | undefined;
|
|
1363
1363
|
/**
|
|
1364
1364
|
* <p> The email address of the user. </p>
|
|
1365
1365
|
* @public
|
|
1366
1366
|
*/
|
|
1367
|
-
EmailAddress?: string;
|
|
1367
|
+
EmailAddress?: string | undefined;
|
|
1368
1368
|
/**
|
|
1369
1369
|
* <p> The first name of the user. </p>
|
|
1370
1370
|
* @public
|
|
1371
1371
|
*/
|
|
1372
|
-
GivenName?: string;
|
|
1372
|
+
GivenName?: string | undefined;
|
|
1373
1373
|
/**
|
|
1374
1374
|
* <p> The last name of the user. </p>
|
|
1375
1375
|
* @public
|
|
1376
1376
|
*/
|
|
1377
|
-
Surname?: string;
|
|
1377
|
+
Surname?: string | undefined;
|
|
1378
1378
|
/**
|
|
1379
1379
|
* <p> Indicates whether the user account is active. </p>
|
|
1380
1380
|
* @public
|
|
1381
1381
|
*/
|
|
1382
|
-
Enabled?: boolean;
|
|
1382
|
+
Enabled?: boolean | undefined;
|
|
1383
1383
|
/**
|
|
1384
1384
|
* <p> An expression that includes one or more attributes, data types, and values of a
|
|
1385
1385
|
* user.</p>
|
|
1386
1386
|
* @public
|
|
1387
1387
|
*/
|
|
1388
|
-
OtherAttributes?: Record<string, AttributeValue
|
|
1388
|
+
OtherAttributes?: Record<string, AttributeValue> | undefined;
|
|
1389
1389
|
}
|
|
1390
1390
|
/**
|
|
1391
1391
|
* @public
|
|
@@ -1395,23 +1395,23 @@ export interface SearchUsersResult {
|
|
|
1395
1395
|
* <p> The identifier (ID) of the directory where the address block is added. </p>
|
|
1396
1396
|
* @public
|
|
1397
1397
|
*/
|
|
1398
|
-
DirectoryId?: string;
|
|
1398
|
+
DirectoryId?: string | undefined;
|
|
1399
1399
|
/**
|
|
1400
1400
|
* <p> The domain that's associated with the user. </p>
|
|
1401
1401
|
* @public
|
|
1402
1402
|
*/
|
|
1403
|
-
Realm?: string;
|
|
1403
|
+
Realm?: string | undefined;
|
|
1404
1404
|
/**
|
|
1405
1405
|
* <p> The user information that the request returns. </p>
|
|
1406
1406
|
* @public
|
|
1407
1407
|
*/
|
|
1408
|
-
Users?: User[];
|
|
1408
|
+
Users?: User[] | undefined;
|
|
1409
1409
|
/**
|
|
1410
1410
|
* <p> An encoded paging token for paginated calls that can be passed back to retrieve the next
|
|
1411
1411
|
* page. </p>
|
|
1412
1412
|
* @public
|
|
1413
1413
|
*/
|
|
1414
|
-
NextToken?: string;
|
|
1414
|
+
NextToken?: string | undefined;
|
|
1415
1415
|
}
|
|
1416
1416
|
/**
|
|
1417
1417
|
* @public
|
|
@@ -1444,25 +1444,25 @@ export interface UpdateGroupRequest {
|
|
|
1444
1444
|
* <p> The AD group type. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#how-active-directory-security-groups-work">Active Directory security group type</a>. </p>
|
|
1445
1445
|
* @public
|
|
1446
1446
|
*/
|
|
1447
|
-
GroupType?: GroupType;
|
|
1447
|
+
GroupType?: GroupType | undefined;
|
|
1448
1448
|
/**
|
|
1449
1449
|
* <p> The scope of the AD group. For details, see <a href="https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope">Active Directory security groups</a>. </p>
|
|
1450
1450
|
* @public
|
|
1451
1451
|
*/
|
|
1452
|
-
GroupScope?: GroupScope;
|
|
1452
|
+
GroupScope?: GroupScope | undefined;
|
|
1453
1453
|
/**
|
|
1454
1454
|
* <p> An expression that defines one or more attributes with the data type and the value of
|
|
1455
1455
|
* each attribute. </p>
|
|
1456
1456
|
* @public
|
|
1457
1457
|
*/
|
|
1458
|
-
OtherAttributes?: Record<string, AttributeValue
|
|
1458
|
+
OtherAttributes?: Record<string, AttributeValue> | undefined;
|
|
1459
1459
|
/**
|
|
1460
1460
|
* <p> The type of update to be performed. If no value exists for the attribute, use
|
|
1461
1461
|
* <code>ADD</code>. Otherwise, use <code>REPLACE</code> to change an attribute value or
|
|
1462
1462
|
* <code>REMOVE</code> to clear the attribute value. </p>
|
|
1463
1463
|
* @public
|
|
1464
1464
|
*/
|
|
1465
|
-
UpdateType?: UpdateType;
|
|
1465
|
+
UpdateType?: UpdateType | undefined;
|
|
1466
1466
|
/**
|
|
1467
1467
|
* <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
|
|
1468
1468
|
* the request, so multiple identical calls have the same effect as one single call. </p>
|
|
@@ -1476,7 +1476,7 @@ export interface UpdateGroupRequest {
|
|
|
1476
1476
|
* </note>
|
|
1477
1477
|
* @public
|
|
1478
1478
|
*/
|
|
1479
|
-
ClientToken?: string;
|
|
1479
|
+
ClientToken?: string | undefined;
|
|
1480
1480
|
}
|
|
1481
1481
|
/**
|
|
1482
1482
|
* @public
|
|
@@ -1501,17 +1501,17 @@ export interface UpdateUserRequest {
|
|
|
1501
1501
|
* <p> The email address of the user. </p>
|
|
1502
1502
|
* @public
|
|
1503
1503
|
*/
|
|
1504
|
-
EmailAddress?: string;
|
|
1504
|
+
EmailAddress?: string | undefined;
|
|
1505
1505
|
/**
|
|
1506
1506
|
* <p> The first name of the user. </p>
|
|
1507
1507
|
* @public
|
|
1508
1508
|
*/
|
|
1509
|
-
GivenName?: string;
|
|
1509
|
+
GivenName?: string | undefined;
|
|
1510
1510
|
/**
|
|
1511
1511
|
* <p> The last name of the user. </p>
|
|
1512
1512
|
* @public
|
|
1513
1513
|
*/
|
|
1514
|
-
Surname?: string;
|
|
1514
|
+
Surname?: string | undefined;
|
|
1515
1515
|
/**
|
|
1516
1516
|
* <p> An expression that defines one or more attribute names with the data type and value of
|
|
1517
1517
|
* each attribute. A key is an attribute name, and the value is a list of maps. For a list of
|
|
@@ -1521,14 +1521,14 @@ export interface UpdateUserRequest {
|
|
|
1521
1521
|
* </note>
|
|
1522
1522
|
* @public
|
|
1523
1523
|
*/
|
|
1524
|
-
OtherAttributes?: Record<string, AttributeValue
|
|
1524
|
+
OtherAttributes?: Record<string, AttributeValue> | undefined;
|
|
1525
1525
|
/**
|
|
1526
1526
|
* <p> The type of update to be performed. If no value exists for the attribute, use
|
|
1527
1527
|
* <code>ADD</code>. Otherwise, use <code>REPLACE</code> to change an attribute value or
|
|
1528
1528
|
* <code>REMOVE</code> to clear the attribute value. </p>
|
|
1529
1529
|
* @public
|
|
1530
1530
|
*/
|
|
1531
|
-
UpdateType?: UpdateType;
|
|
1531
|
+
UpdateType?: UpdateType | undefined;
|
|
1532
1532
|
/**
|
|
1533
1533
|
* <p> A unique and case-sensitive identifier that you provide to make sure the idempotency of
|
|
1534
1534
|
* the request, so multiple identical calls have the same effect as one single call. </p>
|
|
@@ -1542,7 +1542,7 @@ export interface UpdateUserRequest {
|
|
|
1542
1542
|
* </note>
|
|
1543
1543
|
* @public
|
|
1544
1544
|
*/
|
|
1545
|
-
ClientToken?: string;
|
|
1545
|
+
ClientToken?: string | undefined;
|
|
1546
1546
|
}
|
|
1547
1547
|
/**
|
|
1548
1548
|
* @public
|