@aws-sdk/client-iam 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.
- package/README.md +40 -0
- package/dist-cjs/index.js +510 -10
- package/dist-es/IAM.js +10 -0
- package/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +22 -0
- package/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +22 -0
- package/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +22 -0
- package/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +22 -0
- package/dist-es/commands/ListOrganizationsFeaturesCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +70 -9
- package/dist-es/models/models_1.js +9 -0
- package/dist-es/protocols/Aws_query.js +310 -1
- package/dist-types/IAM.d.ts +43 -0
- package/dist-types/IAMClient.d.ts +7 -2
- package/dist-types/commands/CreateLoginProfileCommand.d.ts +3 -3
- package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -2
- package/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +91 -0
- package/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +91 -0
- package/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +107 -0
- package/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +106 -0
- package/dist-types/commands/GetLoginProfileCommand.d.ts +2 -2
- package/dist-types/commands/ListAccountAliasesCommand.d.ts +3 -3
- package/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +89 -0
- package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -1
- package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
- package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/commands/TagPolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagRoleCommand.d.ts +1 -1
- package/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
- package/dist-types/commands/TagUserCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +616 -1028
- package/dist-types/models/models_1.d.ts +642 -32
- package/dist-types/protocols/Aws_query.d.ts +45 -0
- package/dist-types/ts3.4/IAM.d.ts +105 -0
- package/dist-types/ts3.4/IAMClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableOrganizationsRootSessionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableOrganizationsRootSessionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationsFeaturesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +501 -511
- package/dist-types/ts3.4/models/models_1.d.ts +135 -31
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/package.json +36 -36
|
@@ -42,7 +42,7 @@ export interface AccessDetail {
|
|
|
42
42
|
* service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
43
43
|
* @public
|
|
44
44
|
*/
|
|
45
|
-
Region?: string;
|
|
45
|
+
Region?: string | undefined;
|
|
46
46
|
/**
|
|
47
47
|
* <p>The path of the Organizations entity (root, organizational unit, or account) from which an
|
|
48
48
|
* authenticated principal last attempted to access the service. Amazon Web Services does not report
|
|
@@ -51,7 +51,7 @@ export interface AccessDetail {
|
|
|
51
51
|
* reported Organizations entity attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
52
52
|
* @public
|
|
53
53
|
*/
|
|
54
|
-
EntityPath?: string;
|
|
54
|
+
EntityPath?: string | undefined;
|
|
55
55
|
/**
|
|
56
56
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
57
57
|
* format</a>, when an authenticated principal most recently attempted to access the
|
|
@@ -60,13 +60,13 @@ export interface AccessDetail {
|
|
|
60
60
|
* service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
61
61
|
* @public
|
|
62
62
|
*/
|
|
63
|
-
LastAuthenticatedTime?: Date;
|
|
63
|
+
LastAuthenticatedTime?: Date | undefined;
|
|
64
64
|
/**
|
|
65
65
|
* <p>The number of accounts with authenticated principals (root user, IAM users, and IAM
|
|
66
66
|
* roles) that attempted to access the service in the tracking period.</p>
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
|
-
TotalAuthenticatedEntities?: number;
|
|
69
|
+
TotalAuthenticatedEntities?: number | undefined;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* @public
|
|
@@ -117,7 +117,7 @@ export interface AccessKey {
|
|
|
117
117
|
* <p>The date when the access key was created.</p>
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
|
-
CreateDate?: Date;
|
|
120
|
+
CreateDate?: Date | undefined;
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
123
|
* <p>Contains information about the last time an Amazon Web Services access key was used since IAM began
|
|
@@ -144,7 +144,7 @@ export interface AccessKeyLastUsed {
|
|
|
144
144
|
* </ul>
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
|
-
LastUsedDate?: Date;
|
|
147
|
+
LastUsedDate?: Date | undefined;
|
|
148
148
|
/**
|
|
149
149
|
* <p>The name of the Amazon Web Services service with which this access key was most recently used. The
|
|
150
150
|
* value of this field is "N/A" in the following situations:</p>
|
|
@@ -195,23 +195,38 @@ export interface AccessKeyMetadata {
|
|
|
195
195
|
* <p>The name of the IAM user that the key is associated with.</p>
|
|
196
196
|
* @public
|
|
197
197
|
*/
|
|
198
|
-
UserName?: string;
|
|
198
|
+
UserName?: string | undefined;
|
|
199
199
|
/**
|
|
200
200
|
* <p>The ID for this access key.</p>
|
|
201
201
|
* @public
|
|
202
202
|
*/
|
|
203
|
-
AccessKeyId?: string;
|
|
203
|
+
AccessKeyId?: string | undefined;
|
|
204
204
|
/**
|
|
205
205
|
* <p>The status of the access key. <code>Active</code> means that the key is valid for API
|
|
206
206
|
* calls; <code>Inactive</code> means it is not.</p>
|
|
207
207
|
* @public
|
|
208
208
|
*/
|
|
209
|
-
Status?: StatusType;
|
|
209
|
+
Status?: StatusType | undefined;
|
|
210
210
|
/**
|
|
211
211
|
* <p>The date when the access key was created.</p>
|
|
212
212
|
* @public
|
|
213
213
|
*/
|
|
214
|
-
CreateDate?: Date;
|
|
214
|
+
CreateDate?: Date | undefined;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* <p>The request was rejected because the account making the request is not the management
|
|
218
|
+
* account or delegated administrator account for <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html#id_root-user-access-management">centralized root
|
|
219
|
+
* access</a>.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
export declare class AccountNotManagementOrDelegatedAdministratorException extends __BaseException {
|
|
223
|
+
readonly name: "AccountNotManagementOrDelegatedAdministratorException";
|
|
224
|
+
readonly $fault: "client";
|
|
225
|
+
Message?: string | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* @internal
|
|
228
|
+
*/
|
|
229
|
+
constructor(opts: __ExceptionOptionType<AccountNotManagementOrDelegatedAdministratorException, __BaseException>);
|
|
215
230
|
}
|
|
216
231
|
/**
|
|
217
232
|
* @public
|
|
@@ -387,12 +402,12 @@ export interface AttachedPermissionsBoundary {
|
|
|
387
402
|
* <code>Policy</code>.</p>
|
|
388
403
|
* @public
|
|
389
404
|
*/
|
|
390
|
-
PermissionsBoundaryType?: PermissionsBoundaryAttachmentType;
|
|
405
|
+
PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | undefined;
|
|
391
406
|
/**
|
|
392
407
|
* <p> The ARN of the policy used to set the permissions boundary for the user or role.</p>
|
|
393
408
|
* @public
|
|
394
409
|
*/
|
|
395
|
-
PermissionsBoundaryArn?: string;
|
|
410
|
+
PermissionsBoundaryArn?: string | undefined;
|
|
396
411
|
}
|
|
397
412
|
/**
|
|
398
413
|
* <p>Contains information about an attached policy.</p>
|
|
@@ -407,14 +422,14 @@ export interface AttachedPolicy {
|
|
|
407
422
|
* <p>The friendly name of the attached policy.</p>
|
|
408
423
|
* @public
|
|
409
424
|
*/
|
|
410
|
-
PolicyName?: string;
|
|
425
|
+
PolicyName?: string | undefined;
|
|
411
426
|
/**
|
|
412
427
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
413
428
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
414
429
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
415
430
|
* @public
|
|
416
431
|
*/
|
|
417
|
-
PolicyArn?: string;
|
|
432
|
+
PolicyArn?: string | undefined;
|
|
418
433
|
}
|
|
419
434
|
/**
|
|
420
435
|
* @public
|
|
@@ -557,7 +572,7 @@ export interface CreateAccessKeyRequest {
|
|
|
557
572
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
558
573
|
* @public
|
|
559
574
|
*/
|
|
560
|
-
UserName?: string;
|
|
575
|
+
UserName?: string | undefined;
|
|
561
576
|
}
|
|
562
577
|
/**
|
|
563
578
|
* <p>Contains the response to a successful <a>CreateAccessKey</a> request.
|
|
@@ -611,7 +626,7 @@ export interface CreateGroupRequest {
|
|
|
611
626
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
612
627
|
* @public
|
|
613
628
|
*/
|
|
614
|
-
Path?: string;
|
|
629
|
+
Path?: string | undefined;
|
|
615
630
|
/**
|
|
616
631
|
* <p>The name of the group to create. Do not include the path in this value.</p>
|
|
617
632
|
* <p>IAM user, group, role, and policy names must be unique within the account. Names are
|
|
@@ -737,7 +752,7 @@ export interface CreateInstanceProfileRequest {
|
|
|
737
752
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
738
753
|
* @public
|
|
739
754
|
*/
|
|
740
|
-
Path?: string;
|
|
755
|
+
Path?: string | undefined;
|
|
741
756
|
/**
|
|
742
757
|
* <p>A list of tags that you want to attach to the newly created IAM instance profile.
|
|
743
758
|
* Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -748,7 +763,7 @@ export interface CreateInstanceProfileRequest {
|
|
|
748
763
|
* </note>
|
|
749
764
|
* @public
|
|
750
765
|
*/
|
|
751
|
-
Tags?: Tag[];
|
|
766
|
+
Tags?: Tag[] | undefined;
|
|
752
767
|
}
|
|
753
768
|
/**
|
|
754
769
|
* <p>Contains information about the last time that an IAM role was used. This includes the
|
|
@@ -770,12 +785,12 @@ export interface RoleLastUsed {
|
|
|
770
785
|
* </p>
|
|
771
786
|
* @public
|
|
772
787
|
*/
|
|
773
|
-
LastUsedDate?: Date;
|
|
788
|
+
LastUsedDate?: Date | undefined;
|
|
774
789
|
/**
|
|
775
790
|
* <p>The name of the Amazon Web Services Region in which the role was last used.</p>
|
|
776
791
|
* @public
|
|
777
792
|
*/
|
|
778
|
-
Region?: string;
|
|
793
|
+
Region?: string | undefined;
|
|
779
794
|
}
|
|
780
795
|
/**
|
|
781
796
|
* <p>Contains information about an IAM role. This structure is returned as a response
|
|
@@ -818,12 +833,12 @@ export interface Role {
|
|
|
818
833
|
* <p>The policy that grants an entity permission to assume the role.</p>
|
|
819
834
|
* @public
|
|
820
835
|
*/
|
|
821
|
-
AssumeRolePolicyDocument?: string;
|
|
836
|
+
AssumeRolePolicyDocument?: string | undefined;
|
|
822
837
|
/**
|
|
823
838
|
* <p>A description of the role that you provide.</p>
|
|
824
839
|
* @public
|
|
825
840
|
*/
|
|
826
|
-
Description?: string;
|
|
841
|
+
Description?: string | undefined;
|
|
827
842
|
/**
|
|
828
843
|
* <p>The maximum session duration (in seconds) for the specified role. Anyone who uses the
|
|
829
844
|
* CLI, or API to assume the role can specify the duration using the optional
|
|
@@ -831,20 +846,20 @@ export interface Role {
|
|
|
831
846
|
* parameter.</p>
|
|
832
847
|
* @public
|
|
833
848
|
*/
|
|
834
|
-
MaxSessionDuration?: number;
|
|
849
|
+
MaxSessionDuration?: number | undefined;
|
|
835
850
|
/**
|
|
836
851
|
* <p>The ARN of the policy used to set the permissions boundary for the role.</p>
|
|
837
852
|
* <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
838
853
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
839
854
|
* @public
|
|
840
855
|
*/
|
|
841
|
-
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
856
|
+
PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
|
|
842
857
|
/**
|
|
843
858
|
* <p>A list of tags that are attached to the role. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
844
859
|
* <i>IAM User Guide</i>.</p>
|
|
845
860
|
* @public
|
|
846
861
|
*/
|
|
847
|
-
Tags?: Tag[];
|
|
862
|
+
Tags?: Tag[] | undefined;
|
|
848
863
|
/**
|
|
849
864
|
* <p>Contains information about the last time that an IAM role was used. This includes the
|
|
850
865
|
* date and time and the Region in which the role was last used. Activity is only reported for
|
|
@@ -854,7 +869,7 @@ export interface Role {
|
|
|
854
869
|
* Guide</i>.</p>
|
|
855
870
|
* @public
|
|
856
871
|
*/
|
|
857
|
-
RoleLastUsed?: RoleLastUsed;
|
|
872
|
+
RoleLastUsed?: RoleLastUsed | undefined;
|
|
858
873
|
}
|
|
859
874
|
/**
|
|
860
875
|
* <p>Contains information about an instance profile.</p>
|
|
@@ -923,7 +938,7 @@ export interface InstanceProfile {
|
|
|
923
938
|
* <i>IAM User Guide</i>.</p>
|
|
924
939
|
* @public
|
|
925
940
|
*/
|
|
926
|
-
Tags?: Tag[];
|
|
941
|
+
Tags?: Tag[] | undefined;
|
|
927
942
|
}
|
|
928
943
|
/**
|
|
929
944
|
* <p>Contains the response to a successful <a>CreateInstanceProfile</a> request.
|
|
@@ -944,13 +959,17 @@ export interface CreateLoginProfileRequest {
|
|
|
944
959
|
/**
|
|
945
960
|
* <p>The name of the IAM user to create a password for. The user must already
|
|
946
961
|
* exist.</p>
|
|
962
|
+
* <p>This parameter is optional. If no user name is included, it defaults to the principal
|
|
963
|
+
* making the request. When you make this request with root user credentials, you must use
|
|
964
|
+
* an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session to omit the user name.</p>
|
|
947
965
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
948
966
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
949
967
|
* @public
|
|
950
968
|
*/
|
|
951
|
-
UserName
|
|
969
|
+
UserName?: string | undefined;
|
|
952
970
|
/**
|
|
953
971
|
* <p>The new password for the user.</p>
|
|
972
|
+
* <p>This parameter must be omitted when you make the request with an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session. It is required in all other cases.</p>
|
|
954
973
|
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
955
974
|
* that is used to validate this parameter is a string of characters. That string can include almost any printable
|
|
956
975
|
* ASCII character from the space (<code>\u0020</code>) through the end of the ASCII character range (<code>\u00FF</code>).
|
|
@@ -960,12 +979,12 @@ export interface CreateLoginProfileRequest {
|
|
|
960
979
|
* special meaning within that tool.</p>
|
|
961
980
|
* @public
|
|
962
981
|
*/
|
|
963
|
-
Password
|
|
982
|
+
Password?: string | undefined;
|
|
964
983
|
/**
|
|
965
984
|
* <p>Specifies whether the user is required to set a new password on next sign-in.</p>
|
|
966
985
|
* @public
|
|
967
986
|
*/
|
|
968
|
-
PasswordResetRequired?: boolean;
|
|
987
|
+
PasswordResetRequired?: boolean | undefined;
|
|
969
988
|
}
|
|
970
989
|
/**
|
|
971
990
|
* <p>Contains the user name and password create date for a user.</p>
|
|
@@ -987,7 +1006,7 @@ export interface LoginProfile {
|
|
|
987
1006
|
* <p>Specifies whether the user is required to set a new password on next sign-in.</p>
|
|
988
1007
|
* @public
|
|
989
1008
|
*/
|
|
990
|
-
PasswordResetRequired?: boolean;
|
|
1009
|
+
PasswordResetRequired?: boolean | undefined;
|
|
991
1010
|
}
|
|
992
1011
|
/**
|
|
993
1012
|
* <p>Contains the response to a successful <a>CreateLoginProfile</a> request.
|
|
@@ -1031,7 +1050,7 @@ export interface CreateOpenIDConnectProviderRequest {
|
|
|
1031
1050
|
* 255 characters long.</p>
|
|
1032
1051
|
* @public
|
|
1033
1052
|
*/
|
|
1034
|
-
ClientIDList?: string[];
|
|
1053
|
+
ClientIDList?: string[] | undefined;
|
|
1035
1054
|
/**
|
|
1036
1055
|
* <p>A list of server certificate thumbprints for the OpenID Connect (OIDC) identity
|
|
1037
1056
|
* provider's server certificates. Typically this list includes only one entry. However,
|
|
@@ -1053,7 +1072,7 @@ export interface CreateOpenIDConnectProviderRequest {
|
|
|
1053
1072
|
* Guide</i>.</p>
|
|
1054
1073
|
* @public
|
|
1055
1074
|
*/
|
|
1056
|
-
ThumbprintList?: string[];
|
|
1075
|
+
ThumbprintList?: string[] | undefined;
|
|
1057
1076
|
/**
|
|
1058
1077
|
* <p>A list of tags that you want to attach to the new IAM OpenID Connect (OIDC) provider.
|
|
1059
1078
|
* Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -1064,7 +1083,7 @@ export interface CreateOpenIDConnectProviderRequest {
|
|
|
1064
1083
|
* </note>
|
|
1065
1084
|
* @public
|
|
1066
1085
|
*/
|
|
1067
|
-
Tags?: Tag[];
|
|
1086
|
+
Tags?: Tag[] | undefined;
|
|
1068
1087
|
}
|
|
1069
1088
|
/**
|
|
1070
1089
|
* <p>Contains the response to a successful <a>CreateOpenIDConnectProvider</a>
|
|
@@ -1078,14 +1097,14 @@ export interface CreateOpenIDConnectProviderResponse {
|
|
|
1078
1097
|
* </p>
|
|
1079
1098
|
* @public
|
|
1080
1099
|
*/
|
|
1081
|
-
OpenIDConnectProviderArn?: string;
|
|
1100
|
+
OpenIDConnectProviderArn?: string | undefined;
|
|
1082
1101
|
/**
|
|
1083
1102
|
* <p>A list of tags that are attached to the new IAM OIDC provider. The returned list of
|
|
1084
1103
|
* tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1085
1104
|
* <i>IAM User Guide</i>.</p>
|
|
1086
1105
|
* @public
|
|
1087
1106
|
*/
|
|
1088
|
-
Tags?: Tag[];
|
|
1107
|
+
Tags?: Tag[] | undefined;
|
|
1089
1108
|
}
|
|
1090
1109
|
/**
|
|
1091
1110
|
* <p>The request failed because IAM cannot connect to the OpenID Connect identity provider
|
|
@@ -1126,7 +1145,7 @@ export interface CreatePolicyRequest {
|
|
|
1126
1145
|
* </note>
|
|
1127
1146
|
* @public
|
|
1128
1147
|
*/
|
|
1129
|
-
Path?: string;
|
|
1148
|
+
Path?: string | undefined;
|
|
1130
1149
|
/**
|
|
1131
1150
|
* <p>The JSON policy document that you want to use as the content for the new
|
|
1132
1151
|
* policy.</p>
|
|
@@ -1164,7 +1183,7 @@ export interface CreatePolicyRequest {
|
|
|
1164
1183
|
* changed.</p>
|
|
1165
1184
|
* @public
|
|
1166
1185
|
*/
|
|
1167
|
-
Description?: string;
|
|
1186
|
+
Description?: string | undefined;
|
|
1168
1187
|
/**
|
|
1169
1188
|
* <p>A list of tags that you want to attach to the new IAM customer managed policy.
|
|
1170
1189
|
* Each tag consists of a key name and an associated value. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -1175,7 +1194,7 @@ export interface CreatePolicyRequest {
|
|
|
1175
1194
|
* </note>
|
|
1176
1195
|
* @public
|
|
1177
1196
|
*/
|
|
1178
|
-
Tags?: Tag[];
|
|
1197
|
+
Tags?: Tag[] | undefined;
|
|
1179
1198
|
}
|
|
1180
1199
|
/**
|
|
1181
1200
|
* <p>Contains information about a managed policy.</p>
|
|
@@ -1190,38 +1209,38 @@ export interface Policy {
|
|
|
1190
1209
|
* <p>The friendly name (not ARN) identifying the policy.</p>
|
|
1191
1210
|
* @public
|
|
1192
1211
|
*/
|
|
1193
|
-
PolicyName?: string;
|
|
1212
|
+
PolicyName?: string | undefined;
|
|
1194
1213
|
/**
|
|
1195
1214
|
* <p>The stable and unique string identifying the policy.</p>
|
|
1196
1215
|
* <p>For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the
|
|
1197
1216
|
* <i>IAM User Guide</i>.</p>
|
|
1198
1217
|
* @public
|
|
1199
1218
|
*/
|
|
1200
|
-
PolicyId?: string;
|
|
1219
|
+
PolicyId?: string | undefined;
|
|
1201
1220
|
/**
|
|
1202
1221
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
1203
1222
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
1204
1223
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
1205
1224
|
* @public
|
|
1206
1225
|
*/
|
|
1207
|
-
Arn?: string;
|
|
1226
|
+
Arn?: string | undefined;
|
|
1208
1227
|
/**
|
|
1209
1228
|
* <p>The path to the policy.</p>
|
|
1210
1229
|
* <p>For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the
|
|
1211
1230
|
* <i>IAM User Guide</i>.</p>
|
|
1212
1231
|
* @public
|
|
1213
1232
|
*/
|
|
1214
|
-
Path?: string;
|
|
1233
|
+
Path?: string | undefined;
|
|
1215
1234
|
/**
|
|
1216
1235
|
* <p>The identifier for the version of the policy that is set as the default version.</p>
|
|
1217
1236
|
* @public
|
|
1218
1237
|
*/
|
|
1219
|
-
DefaultVersionId?: string;
|
|
1238
|
+
DefaultVersionId?: string | undefined;
|
|
1220
1239
|
/**
|
|
1221
1240
|
* <p>The number of entities (users, groups, and roles) that the policy is attached to.</p>
|
|
1222
1241
|
* @public
|
|
1223
1242
|
*/
|
|
1224
|
-
AttachmentCount?: number;
|
|
1243
|
+
AttachmentCount?: number | undefined;
|
|
1225
1244
|
/**
|
|
1226
1245
|
* <p>The number of entities (users and roles) for which the policy is used to set the
|
|
1227
1246
|
* permissions boundary. </p>
|
|
@@ -1229,25 +1248,25 @@ export interface Policy {
|
|
|
1229
1248
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
1230
1249
|
* @public
|
|
1231
1250
|
*/
|
|
1232
|
-
PermissionsBoundaryUsageCount?: number;
|
|
1251
|
+
PermissionsBoundaryUsageCount?: number | undefined;
|
|
1233
1252
|
/**
|
|
1234
1253
|
* <p>Specifies whether the policy can be attached to an IAM user, group, or role.</p>
|
|
1235
1254
|
* @public
|
|
1236
1255
|
*/
|
|
1237
|
-
IsAttachable?: boolean;
|
|
1256
|
+
IsAttachable?: boolean | undefined;
|
|
1238
1257
|
/**
|
|
1239
1258
|
* <p>A friendly description of the policy.</p>
|
|
1240
1259
|
* <p>This element is included in the response to the <a>GetPolicy</a> operation.
|
|
1241
1260
|
* It is not included in the response to the <a>ListPolicies</a> operation. </p>
|
|
1242
1261
|
* @public
|
|
1243
1262
|
*/
|
|
1244
|
-
Description?: string;
|
|
1263
|
+
Description?: string | undefined;
|
|
1245
1264
|
/**
|
|
1246
1265
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
1247
1266
|
* format</a>, when the policy was created.</p>
|
|
1248
1267
|
* @public
|
|
1249
1268
|
*/
|
|
1250
|
-
CreateDate?: Date;
|
|
1269
|
+
CreateDate?: Date | undefined;
|
|
1251
1270
|
/**
|
|
1252
1271
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
1253
1272
|
* format</a>, when the policy was last updated.</p>
|
|
@@ -1256,13 +1275,13 @@ export interface Policy {
|
|
|
1256
1275
|
* and time when the most recent policy version was created.</p>
|
|
1257
1276
|
* @public
|
|
1258
1277
|
*/
|
|
1259
|
-
UpdateDate?: Date;
|
|
1278
|
+
UpdateDate?: Date | undefined;
|
|
1260
1279
|
/**
|
|
1261
1280
|
* <p>A list of tags that are attached to the instance profile. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1262
1281
|
* <i>IAM User Guide</i>.</p>
|
|
1263
1282
|
* @public
|
|
1264
1283
|
*/
|
|
1265
|
-
Tags?: Tag[];
|
|
1284
|
+
Tags?: Tag[] | undefined;
|
|
1266
1285
|
}
|
|
1267
1286
|
/**
|
|
1268
1287
|
* <p>Contains the response to a successful <a>CreatePolicy</a> request.
|
|
@@ -1274,7 +1293,7 @@ export interface CreatePolicyResponse {
|
|
|
1274
1293
|
* <p>A structure containing details about the new policy.</p>
|
|
1275
1294
|
* @public
|
|
1276
1295
|
*/
|
|
1277
|
-
Policy?: Policy;
|
|
1296
|
+
Policy?: Policy | undefined;
|
|
1278
1297
|
}
|
|
1279
1298
|
/**
|
|
1280
1299
|
* <p>The request was rejected because the policy document was malformed. The error message
|
|
@@ -1336,7 +1355,7 @@ export interface CreatePolicyVersionRequest {
|
|
|
1336
1355
|
* policies</a> in the <i>IAM User Guide</i>.</p>
|
|
1337
1356
|
* @public
|
|
1338
1357
|
*/
|
|
1339
|
-
SetAsDefault?: boolean;
|
|
1358
|
+
SetAsDefault?: boolean | undefined;
|
|
1340
1359
|
}
|
|
1341
1360
|
/**
|
|
1342
1361
|
* <p>Contains information about a version of a managed policy.</p>
|
|
@@ -1356,25 +1375,25 @@ export interface PolicyVersion {
|
|
|
1356
1375
|
* the Java SDK. Other languages and SDKs provide similar functionality.</p>
|
|
1357
1376
|
* @public
|
|
1358
1377
|
*/
|
|
1359
|
-
Document?: string;
|
|
1378
|
+
Document?: string | undefined;
|
|
1360
1379
|
/**
|
|
1361
1380
|
* <p>The identifier for the policy version.</p>
|
|
1362
1381
|
* <p>Policy version identifiers always begin with <code>v</code> (always lowercase). When a
|
|
1363
1382
|
* policy is created, the first policy version is <code>v1</code>. </p>
|
|
1364
1383
|
* @public
|
|
1365
1384
|
*/
|
|
1366
|
-
VersionId?: string;
|
|
1385
|
+
VersionId?: string | undefined;
|
|
1367
1386
|
/**
|
|
1368
1387
|
* <p>Specifies whether the policy version is set as the policy's default version.</p>
|
|
1369
1388
|
* @public
|
|
1370
1389
|
*/
|
|
1371
|
-
IsDefaultVersion?: boolean;
|
|
1390
|
+
IsDefaultVersion?: boolean | undefined;
|
|
1372
1391
|
/**
|
|
1373
1392
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
1374
1393
|
* format</a>, when the policy version was created.</p>
|
|
1375
1394
|
* @public
|
|
1376
1395
|
*/
|
|
1377
|
-
CreateDate?: Date;
|
|
1396
|
+
CreateDate?: Date | undefined;
|
|
1378
1397
|
}
|
|
1379
1398
|
/**
|
|
1380
1399
|
* <p>Contains the response to a successful <a>CreatePolicyVersion</a> request.
|
|
@@ -1386,7 +1405,7 @@ export interface CreatePolicyVersionResponse {
|
|
|
1386
1405
|
* <p>A structure containing details about the new policy version.</p>
|
|
1387
1406
|
* @public
|
|
1388
1407
|
*/
|
|
1389
|
-
PolicyVersion?: PolicyVersion;
|
|
1408
|
+
PolicyVersion?: PolicyVersion | undefined;
|
|
1390
1409
|
}
|
|
1391
1410
|
/**
|
|
1392
1411
|
* @public
|
|
@@ -1402,7 +1421,7 @@ export interface CreateRoleRequest {
|
|
|
1402
1421
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
1403
1422
|
* @public
|
|
1404
1423
|
*/
|
|
1405
|
-
Path?: string;
|
|
1424
|
+
Path?: string | undefined;
|
|
1406
1425
|
/**
|
|
1407
1426
|
* <p>The name of the role to create.</p>
|
|
1408
1427
|
* <p>IAM user, group, role, and policy names must be unique within the account. Names are
|
|
@@ -1444,7 +1463,7 @@ export interface CreateRoleRequest {
|
|
|
1444
1463
|
* <p>A description of the role.</p>
|
|
1445
1464
|
* @public
|
|
1446
1465
|
*/
|
|
1447
|
-
Description?: string;
|
|
1466
|
+
Description?: string | undefined;
|
|
1448
1467
|
/**
|
|
1449
1468
|
* <p>The maximum session duration (in seconds) that you want to set for the specified role.
|
|
1450
1469
|
* If you do not specify a value for this setting, the default value of one hour is
|
|
@@ -1461,7 +1480,7 @@ export interface CreateRoleRequest {
|
|
|
1461
1480
|
* roles</a> in the <i>IAM User Guide</i>.</p>
|
|
1462
1481
|
* @public
|
|
1463
1482
|
*/
|
|
1464
|
-
MaxSessionDuration?: number;
|
|
1483
|
+
MaxSessionDuration?: number | undefined;
|
|
1465
1484
|
/**
|
|
1466
1485
|
* <p>The ARN of the managed policy that is used to set the permissions boundary for the
|
|
1467
1486
|
* role.</p>
|
|
@@ -1474,7 +1493,7 @@ export interface CreateRoleRequest {
|
|
|
1474
1493
|
* </a> in the <i>IAM User Guide</i>.</p>
|
|
1475
1494
|
* @public
|
|
1476
1495
|
*/
|
|
1477
|
-
PermissionsBoundary?: string;
|
|
1496
|
+
PermissionsBoundary?: string | undefined;
|
|
1478
1497
|
/**
|
|
1479
1498
|
* <p>A list of tags that you want to attach to the new role. Each tag consists of a key name and an associated value.
|
|
1480
1499
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -1485,7 +1504,7 @@ export interface CreateRoleRequest {
|
|
|
1485
1504
|
* </note>
|
|
1486
1505
|
* @public
|
|
1487
1506
|
*/
|
|
1488
|
-
Tags?: Tag[];
|
|
1507
|
+
Tags?: Tag[] | undefined;
|
|
1489
1508
|
}
|
|
1490
1509
|
/**
|
|
1491
1510
|
* <p>Contains the response to a successful <a>CreateRole</a> request. </p>
|
|
@@ -1531,7 +1550,7 @@ export interface CreateSAMLProviderRequest {
|
|
|
1531
1550
|
* </note>
|
|
1532
1551
|
* @public
|
|
1533
1552
|
*/
|
|
1534
|
-
Tags?: Tag[];
|
|
1553
|
+
Tags?: Tag[] | undefined;
|
|
1535
1554
|
}
|
|
1536
1555
|
/**
|
|
1537
1556
|
* <p>Contains the response to a successful <a>CreateSAMLProvider</a> request.
|
|
@@ -1543,14 +1562,14 @@ export interface CreateSAMLProviderResponse {
|
|
|
1543
1562
|
* <p>The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.</p>
|
|
1544
1563
|
* @public
|
|
1545
1564
|
*/
|
|
1546
|
-
SAMLProviderArn?: string;
|
|
1565
|
+
SAMLProviderArn?: string | undefined;
|
|
1547
1566
|
/**
|
|
1548
1567
|
* <p>A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key.
|
|
1549
1568
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1550
1569
|
* <i>IAM User Guide</i>.</p>
|
|
1551
1570
|
* @public
|
|
1552
1571
|
*/
|
|
1553
|
-
Tags?: Tag[];
|
|
1572
|
+
Tags?: Tag[] | undefined;
|
|
1554
1573
|
}
|
|
1555
1574
|
/**
|
|
1556
1575
|
* @public
|
|
@@ -1572,7 +1591,7 @@ export interface CreateServiceLinkedRoleRequest {
|
|
|
1572
1591
|
* <p>The description of the role.</p>
|
|
1573
1592
|
* @public
|
|
1574
1593
|
*/
|
|
1575
|
-
Description?: string;
|
|
1594
|
+
Description?: string | undefined;
|
|
1576
1595
|
/**
|
|
1577
1596
|
* <p></p>
|
|
1578
1597
|
* <p>A string that you provide, which is combined with the service-provided prefix to form
|
|
@@ -1585,7 +1604,7 @@ export interface CreateServiceLinkedRoleRequest {
|
|
|
1585
1604
|
* suffix.</p>
|
|
1586
1605
|
* @public
|
|
1587
1606
|
*/
|
|
1588
|
-
CustomSuffix?: string;
|
|
1607
|
+
CustomSuffix?: string | undefined;
|
|
1589
1608
|
}
|
|
1590
1609
|
/**
|
|
1591
1610
|
* @public
|
|
@@ -1596,7 +1615,7 @@ export interface CreateServiceLinkedRoleResponse {
|
|
|
1596
1615
|
* role.</p>
|
|
1597
1616
|
* @public
|
|
1598
1617
|
*/
|
|
1599
|
-
Role?: Role;
|
|
1618
|
+
Role?: Role | undefined;
|
|
1600
1619
|
}
|
|
1601
1620
|
/**
|
|
1602
1621
|
* @public
|
|
@@ -1678,7 +1697,7 @@ export interface CreateServiceSpecificCredentialResponse {
|
|
|
1678
1697
|
* </important>
|
|
1679
1698
|
* @public
|
|
1680
1699
|
*/
|
|
1681
|
-
ServiceSpecificCredential?: ServiceSpecificCredential;
|
|
1700
|
+
ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
|
|
1682
1701
|
}
|
|
1683
1702
|
/**
|
|
1684
1703
|
* <p>The specified service does not support service-specific credentials.</p>
|
|
@@ -1706,7 +1725,7 @@ export interface CreateUserRequest {
|
|
|
1706
1725
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
1707
1726
|
* @public
|
|
1708
1727
|
*/
|
|
1709
|
-
Path?: string;
|
|
1728
|
+
Path?: string | undefined;
|
|
1710
1729
|
/**
|
|
1711
1730
|
* <p>The name of the user to create.</p>
|
|
1712
1731
|
* <p>IAM user, group, role, and policy names must be unique within the account. Names are
|
|
@@ -1727,7 +1746,7 @@ export interface CreateUserRequest {
|
|
|
1727
1746
|
* </a> in the <i>IAM User Guide</i>.</p>
|
|
1728
1747
|
* @public
|
|
1729
1748
|
*/
|
|
1730
|
-
PermissionsBoundary?: string;
|
|
1749
|
+
PermissionsBoundary?: string | undefined;
|
|
1731
1750
|
/**
|
|
1732
1751
|
* <p>A list of tags that you want to attach to the new user. Each tag consists of a key name and an associated value.
|
|
1733
1752
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
@@ -1738,7 +1757,7 @@ export interface CreateUserRequest {
|
|
|
1738
1757
|
* </note>
|
|
1739
1758
|
* @public
|
|
1740
1759
|
*/
|
|
1741
|
-
Tags?: Tag[];
|
|
1760
|
+
Tags?: Tag[] | undefined;
|
|
1742
1761
|
}
|
|
1743
1762
|
/**
|
|
1744
1763
|
* <p>Contains information about an IAM user entity.</p>
|
|
@@ -1818,19 +1837,19 @@ export interface User {
|
|
|
1818
1837
|
* <p>This value is returned only in the <a>GetUser</a> and <a>ListUsers</a> operations. </p>
|
|
1819
1838
|
* @public
|
|
1820
1839
|
*/
|
|
1821
|
-
PasswordLastUsed?: Date;
|
|
1840
|
+
PasswordLastUsed?: Date | undefined;
|
|
1822
1841
|
/**
|
|
1823
1842
|
* <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
1824
1843
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
1825
1844
|
* @public
|
|
1826
1845
|
*/
|
|
1827
|
-
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
1846
|
+
PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
|
|
1828
1847
|
/**
|
|
1829
1848
|
* <p>A list of tags that are associated with the user. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1830
1849
|
* <i>IAM User Guide</i>.</p>
|
|
1831
1850
|
* @public
|
|
1832
1851
|
*/
|
|
1833
|
-
Tags?: Tag[];
|
|
1852
|
+
Tags?: Tag[] | undefined;
|
|
1834
1853
|
}
|
|
1835
1854
|
/**
|
|
1836
1855
|
* <p>Contains the response to a successful <a>CreateUser</a> request. </p>
|
|
@@ -1841,7 +1860,7 @@ export interface CreateUserResponse {
|
|
|
1841
1860
|
* <p>A structure with details about the new IAM user.</p>
|
|
1842
1861
|
* @public
|
|
1843
1862
|
*/
|
|
1844
|
-
User?: User;
|
|
1863
|
+
User?: User | undefined;
|
|
1845
1864
|
}
|
|
1846
1865
|
/**
|
|
1847
1866
|
* @public
|
|
@@ -1857,7 +1876,7 @@ export interface CreateVirtualMFADeviceRequest {
|
|
|
1857
1876
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
1858
1877
|
* @public
|
|
1859
1878
|
*/
|
|
1860
|
-
Path?: string;
|
|
1879
|
+
Path?: string | undefined;
|
|
1861
1880
|
/**
|
|
1862
1881
|
* <p>The name of the virtual MFA device, which must be unique. Use with path to uniquely
|
|
1863
1882
|
* identify a virtual MFA device.</p>
|
|
@@ -1876,7 +1895,7 @@ export interface CreateVirtualMFADeviceRequest {
|
|
|
1876
1895
|
* </note>
|
|
1877
1896
|
* @public
|
|
1878
1897
|
*/
|
|
1879
|
-
Tags?: Tag[];
|
|
1898
|
+
Tags?: Tag[] | undefined;
|
|
1880
1899
|
}
|
|
1881
1900
|
/**
|
|
1882
1901
|
* <p>Contains information about a virtual MFA device.</p>
|
|
@@ -1892,7 +1911,7 @@ export interface VirtualMFADevice {
|
|
|
1892
1911
|
* <p> The base32 seed defined as specified in <a href="https://tools.ietf.org/html/rfc3548.txt">RFC3548</a>. The <code>Base32StringSeed</code> is base32-encoded. </p>
|
|
1893
1912
|
* @public
|
|
1894
1913
|
*/
|
|
1895
|
-
Base32StringSeed?: Uint8Array;
|
|
1914
|
+
Base32StringSeed?: Uint8Array | undefined;
|
|
1896
1915
|
/**
|
|
1897
1916
|
* <p> A QR code PNG image that encodes
|
|
1898
1917
|
* <code>otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String</code>
|
|
@@ -1902,23 +1921,23 @@ export interface VirtualMFADevice {
|
|
|
1902
1921
|
* value is base64-encoded. </p>
|
|
1903
1922
|
* @public
|
|
1904
1923
|
*/
|
|
1905
|
-
QRCodePNG?: Uint8Array;
|
|
1924
|
+
QRCodePNG?: Uint8Array | undefined;
|
|
1906
1925
|
/**
|
|
1907
1926
|
* <p>The IAM user associated with this virtual MFA device.</p>
|
|
1908
1927
|
* @public
|
|
1909
1928
|
*/
|
|
1910
|
-
User?: User;
|
|
1929
|
+
User?: User | undefined;
|
|
1911
1930
|
/**
|
|
1912
1931
|
* <p>The date and time on which the virtual MFA device was enabled.</p>
|
|
1913
1932
|
* @public
|
|
1914
1933
|
*/
|
|
1915
|
-
EnableDate?: Date;
|
|
1934
|
+
EnableDate?: Date | undefined;
|
|
1916
1935
|
/**
|
|
1917
1936
|
* <p>A list of tags that are attached to the virtual MFA device. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
1918
1937
|
* <i>IAM User Guide</i>.</p>
|
|
1919
1938
|
* @public
|
|
1920
1939
|
*/
|
|
1921
|
-
Tags?: Tag[];
|
|
1940
|
+
Tags?: Tag[] | undefined;
|
|
1922
1941
|
}
|
|
1923
1942
|
/**
|
|
1924
1943
|
* <p>Contains the response to a successful <a>CreateVirtualMFADevice</a> request.
|
|
@@ -1938,11 +1957,14 @@ export interface CreateVirtualMFADeviceResponse {
|
|
|
1938
1957
|
export interface DeactivateMFADeviceRequest {
|
|
1939
1958
|
/**
|
|
1940
1959
|
* <p>The name of the user whose MFA device you want to deactivate.</p>
|
|
1960
|
+
* <p>This parameter is optional. If no user name is included, it defaults to the principal
|
|
1961
|
+
* making the request. When you make this request with root user credentials, you must use
|
|
1962
|
+
* an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session to omit the user name.</p>
|
|
1941
1963
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
1942
1964
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
1943
1965
|
* @public
|
|
1944
1966
|
*/
|
|
1945
|
-
UserName
|
|
1967
|
+
UserName?: string | undefined;
|
|
1946
1968
|
/**
|
|
1947
1969
|
* <p>The serial number that uniquely identifies the MFA device. For virtual MFA devices,
|
|
1948
1970
|
* the serial number is the device ARN.</p>
|
|
@@ -1963,7 +1985,7 @@ export interface DeleteAccessKeyRequest {
|
|
|
1963
1985
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
1964
1986
|
* @public
|
|
1965
1987
|
*/
|
|
1966
|
-
UserName?: string;
|
|
1988
|
+
UserName?: string | undefined;
|
|
1967
1989
|
/**
|
|
1968
1990
|
* <p>The access key ID for the access key ID and secret access key you want to
|
|
1969
1991
|
* delete.</p>
|
|
@@ -2049,11 +2071,14 @@ export interface DeleteInstanceProfileRequest {
|
|
|
2049
2071
|
export interface DeleteLoginProfileRequest {
|
|
2050
2072
|
/**
|
|
2051
2073
|
* <p>The name of the user whose password you want to delete.</p>
|
|
2074
|
+
* <p>This parameter is optional. If no user name is included, it defaults to the principal
|
|
2075
|
+
* making the request. When you make this request with root user credentials, you must use
|
|
2076
|
+
* an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session to omit the user name.</p>
|
|
2052
2077
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
2053
2078
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
2054
2079
|
* @public
|
|
2055
2080
|
*/
|
|
2056
|
-
UserName
|
|
2081
|
+
UserName?: string | undefined;
|
|
2057
2082
|
}
|
|
2058
2083
|
/**
|
|
2059
2084
|
* @public
|
|
@@ -2198,7 +2223,7 @@ export interface DeleteServiceSpecificCredentialRequest {
|
|
|
2198
2223
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
2199
2224
|
* @public
|
|
2200
2225
|
*/
|
|
2201
|
-
UserName?: string;
|
|
2226
|
+
UserName?: string | undefined;
|
|
2202
2227
|
/**
|
|
2203
2228
|
* <p>The unique identifier of the service-specific credential. You can get this value by
|
|
2204
2229
|
* calling <a>ListServiceSpecificCredentials</a>.</p>
|
|
@@ -2218,7 +2243,7 @@ export interface DeleteSigningCertificateRequest {
|
|
|
2218
2243
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
2219
2244
|
* @public
|
|
2220
2245
|
*/
|
|
2221
|
-
UserName?: string;
|
|
2246
|
+
UserName?: string | undefined;
|
|
2222
2247
|
/**
|
|
2223
2248
|
* <p>The ID of the signing certificate to delete.</p>
|
|
2224
2249
|
* <p>The format of this parameter, as described by its <a href="http://wikipedia.org/wiki/regex">regex</a> pattern, is a string of
|
|
@@ -2357,6 +2382,101 @@ export interface DetachUserPolicyRequest {
|
|
|
2357
2382
|
*/
|
|
2358
2383
|
PolicyArn: string | undefined;
|
|
2359
2384
|
}
|
|
2385
|
+
/**
|
|
2386
|
+
* @public
|
|
2387
|
+
*/
|
|
2388
|
+
export interface DisableOrganizationsRootCredentialsManagementRequest {
|
|
2389
|
+
}
|
|
2390
|
+
/**
|
|
2391
|
+
* @public
|
|
2392
|
+
* @enum
|
|
2393
|
+
*/
|
|
2394
|
+
export declare const FeatureType: {
|
|
2395
|
+
readonly ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement";
|
|
2396
|
+
readonly ROOT_SESSIONS: "RootSessions";
|
|
2397
|
+
};
|
|
2398
|
+
/**
|
|
2399
|
+
* @public
|
|
2400
|
+
*/
|
|
2401
|
+
export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
|
|
2402
|
+
/**
|
|
2403
|
+
* @public
|
|
2404
|
+
*/
|
|
2405
|
+
export interface DisableOrganizationsRootCredentialsManagementResponse {
|
|
2406
|
+
/**
|
|
2407
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
2408
|
+
* @public
|
|
2409
|
+
*/
|
|
2410
|
+
OrganizationId?: string | undefined;
|
|
2411
|
+
/**
|
|
2412
|
+
* <p>The features enabled for centralized root access for member accounts in your
|
|
2413
|
+
* organization.</p>
|
|
2414
|
+
* @public
|
|
2415
|
+
*/
|
|
2416
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
2417
|
+
}
|
|
2418
|
+
/**
|
|
2419
|
+
* <p>The request was rejected because no organization is associated with your account.</p>
|
|
2420
|
+
* @public
|
|
2421
|
+
*/
|
|
2422
|
+
export declare class OrganizationNotFoundException extends __BaseException {
|
|
2423
|
+
readonly name: "OrganizationNotFoundException";
|
|
2424
|
+
readonly $fault: "client";
|
|
2425
|
+
Message?: string | undefined;
|
|
2426
|
+
/**
|
|
2427
|
+
* @internal
|
|
2428
|
+
*/
|
|
2429
|
+
constructor(opts: __ExceptionOptionType<OrganizationNotFoundException, __BaseException>);
|
|
2430
|
+
}
|
|
2431
|
+
/**
|
|
2432
|
+
* <p>The request was rejected because your organization does not have All features enabled. For
|
|
2433
|
+
* more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set">Available feature sets</a> in the <i>Organizations User
|
|
2434
|
+
* Guide</i>.</p>
|
|
2435
|
+
* @public
|
|
2436
|
+
*/
|
|
2437
|
+
export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
2438
|
+
readonly name: "OrganizationNotInAllFeaturesModeException";
|
|
2439
|
+
readonly $fault: "client";
|
|
2440
|
+
Message?: string | undefined;
|
|
2441
|
+
/**
|
|
2442
|
+
* @internal
|
|
2443
|
+
*/
|
|
2444
|
+
constructor(opts: __ExceptionOptionType<OrganizationNotInAllFeaturesModeException, __BaseException>);
|
|
2445
|
+
}
|
|
2446
|
+
/**
|
|
2447
|
+
* <p>The request was rejected because trusted access is not enabled for IAM in Organizations. For details, see IAM and Organizations in the <i>Organizations User Guide</i>.</p>
|
|
2448
|
+
* @public
|
|
2449
|
+
*/
|
|
2450
|
+
export declare class ServiceAccessNotEnabledException extends __BaseException {
|
|
2451
|
+
readonly name: "ServiceAccessNotEnabledException";
|
|
2452
|
+
readonly $fault: "client";
|
|
2453
|
+
Message?: string | undefined;
|
|
2454
|
+
/**
|
|
2455
|
+
* @internal
|
|
2456
|
+
*/
|
|
2457
|
+
constructor(opts: __ExceptionOptionType<ServiceAccessNotEnabledException, __BaseException>);
|
|
2458
|
+
}
|
|
2459
|
+
/**
|
|
2460
|
+
* @public
|
|
2461
|
+
*/
|
|
2462
|
+
export interface DisableOrganizationsRootSessionsRequest {
|
|
2463
|
+
}
|
|
2464
|
+
/**
|
|
2465
|
+
* @public
|
|
2466
|
+
*/
|
|
2467
|
+
export interface DisableOrganizationsRootSessionsResponse {
|
|
2468
|
+
/**
|
|
2469
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
2470
|
+
* @public
|
|
2471
|
+
*/
|
|
2472
|
+
OrganizationId?: string | undefined;
|
|
2473
|
+
/**
|
|
2474
|
+
* <p>The features you have enabled for centralized root access of member accounts in your
|
|
2475
|
+
* organization.</p>
|
|
2476
|
+
* @public
|
|
2477
|
+
*/
|
|
2478
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
2479
|
+
}
|
|
2360
2480
|
/**
|
|
2361
2481
|
* @public
|
|
2362
2482
|
*/
|
|
@@ -2419,6 +2539,60 @@ export declare class InvalidAuthenticationCodeException extends __BaseException
|
|
|
2419
2539
|
*/
|
|
2420
2540
|
constructor(opts: __ExceptionOptionType<InvalidAuthenticationCodeException, __BaseException>);
|
|
2421
2541
|
}
|
|
2542
|
+
/**
|
|
2543
|
+
* <p>The request was rejected because the account making the request is not the management
|
|
2544
|
+
* account for the organization.</p>
|
|
2545
|
+
* @public
|
|
2546
|
+
*/
|
|
2547
|
+
export declare class CallerIsNotManagementAccountException extends __BaseException {
|
|
2548
|
+
readonly name: "CallerIsNotManagementAccountException";
|
|
2549
|
+
readonly $fault: "client";
|
|
2550
|
+
Message?: string | undefined;
|
|
2551
|
+
/**
|
|
2552
|
+
* @internal
|
|
2553
|
+
*/
|
|
2554
|
+
constructor(opts: __ExceptionOptionType<CallerIsNotManagementAccountException, __BaseException>);
|
|
2555
|
+
}
|
|
2556
|
+
/**
|
|
2557
|
+
* @public
|
|
2558
|
+
*/
|
|
2559
|
+
export interface EnableOrganizationsRootCredentialsManagementRequest {
|
|
2560
|
+
}
|
|
2561
|
+
/**
|
|
2562
|
+
* @public
|
|
2563
|
+
*/
|
|
2564
|
+
export interface EnableOrganizationsRootCredentialsManagementResponse {
|
|
2565
|
+
/**
|
|
2566
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
2567
|
+
* @public
|
|
2568
|
+
*/
|
|
2569
|
+
OrganizationId?: string | undefined;
|
|
2570
|
+
/**
|
|
2571
|
+
* <p>The features you have enabled for centralized root access.</p>
|
|
2572
|
+
* @public
|
|
2573
|
+
*/
|
|
2574
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
2575
|
+
}
|
|
2576
|
+
/**
|
|
2577
|
+
* @public
|
|
2578
|
+
*/
|
|
2579
|
+
export interface EnableOrganizationsRootSessionsRequest {
|
|
2580
|
+
}
|
|
2581
|
+
/**
|
|
2582
|
+
* @public
|
|
2583
|
+
*/
|
|
2584
|
+
export interface EnableOrganizationsRootSessionsResponse {
|
|
2585
|
+
/**
|
|
2586
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
2587
|
+
* @public
|
|
2588
|
+
*/
|
|
2589
|
+
OrganizationId?: string | undefined;
|
|
2590
|
+
/**
|
|
2591
|
+
* <p>The features you have enabled for centralized root access.</p>
|
|
2592
|
+
* @public
|
|
2593
|
+
*/
|
|
2594
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
2595
|
+
}
|
|
2422
2596
|
/**
|
|
2423
2597
|
* @public
|
|
2424
2598
|
* @enum
|
|
@@ -2442,12 +2616,12 @@ export interface GenerateCredentialReportResponse {
|
|
|
2442
2616
|
* <p>Information about the state of the credential report.</p>
|
|
2443
2617
|
* @public
|
|
2444
2618
|
*/
|
|
2445
|
-
State?: ReportStateType;
|
|
2619
|
+
State?: ReportStateType | undefined;
|
|
2446
2620
|
/**
|
|
2447
2621
|
* <p>Information about the credential report.</p>
|
|
2448
2622
|
* @public
|
|
2449
2623
|
*/
|
|
2450
|
-
Description?: string;
|
|
2624
|
+
Description?: string | undefined;
|
|
2451
2625
|
}
|
|
2452
2626
|
/**
|
|
2453
2627
|
* @public
|
|
@@ -2470,7 +2644,7 @@ export interface GenerateOrganizationsAccessReportRequest {
|
|
|
2470
2644
|
* limited by the SCP attempted to access an Amazon Web Services service.</p>
|
|
2471
2645
|
* @public
|
|
2472
2646
|
*/
|
|
2473
|
-
OrganizationsPolicyId?: string;
|
|
2647
|
+
OrganizationsPolicyId?: string | undefined;
|
|
2474
2648
|
}
|
|
2475
2649
|
/**
|
|
2476
2650
|
* @public
|
|
@@ -2480,7 +2654,7 @@ export interface GenerateOrganizationsAccessReportResponse {
|
|
|
2480
2654
|
* <p>The job identifier that you can use in the <a>GetOrganizationsAccessReport</a> operation.</p>
|
|
2481
2655
|
* @public
|
|
2482
2656
|
*/
|
|
2483
|
-
JobId?: string;
|
|
2657
|
+
JobId?: string | undefined;
|
|
2484
2658
|
}
|
|
2485
2659
|
/**
|
|
2486
2660
|
* <p>The request failed because the maximum number of concurrent requests for this account are
|
|
@@ -2514,7 +2688,7 @@ export interface GenerateServiceLastAccessedDetailsRequest {
|
|
|
2514
2688
|
* include this optional parameter, the operation generates service data.</p>
|
|
2515
2689
|
* @public
|
|
2516
2690
|
*/
|
|
2517
|
-
Granularity?: AccessAdvisorUsageGranularityType;
|
|
2691
|
+
Granularity?: AccessAdvisorUsageGranularityType | undefined;
|
|
2518
2692
|
}
|
|
2519
2693
|
/**
|
|
2520
2694
|
* @public
|
|
@@ -2527,7 +2701,7 @@ export interface GenerateServiceLastAccessedDetailsResponse {
|
|
|
2527
2701
|
* <code>GetServiceLastAccessedDetail</code>.</p>
|
|
2528
2702
|
* @public
|
|
2529
2703
|
*/
|
|
2530
|
-
JobId?: string;
|
|
2704
|
+
JobId?: string | undefined;
|
|
2531
2705
|
}
|
|
2532
2706
|
/**
|
|
2533
2707
|
* @public
|
|
@@ -2553,12 +2727,12 @@ export interface GetAccessKeyLastUsedResponse {
|
|
|
2553
2727
|
* <p></p>
|
|
2554
2728
|
* @public
|
|
2555
2729
|
*/
|
|
2556
|
-
UserName?: string;
|
|
2730
|
+
UserName?: string | undefined;
|
|
2557
2731
|
/**
|
|
2558
2732
|
* <p>Contains information about the last time the access key was used.</p>
|
|
2559
2733
|
* @public
|
|
2560
2734
|
*/
|
|
2561
|
-
AccessKeyLastUsed?: AccessKeyLastUsed;
|
|
2735
|
+
AccessKeyLastUsed?: AccessKeyLastUsed | undefined;
|
|
2562
2736
|
}
|
|
2563
2737
|
/**
|
|
2564
2738
|
* @public
|
|
@@ -2587,7 +2761,7 @@ export interface GetAccountAuthorizationDetailsRequest {
|
|
|
2587
2761
|
* Each string value in the list must be one of the valid values listed below.</p>
|
|
2588
2762
|
* @public
|
|
2589
2763
|
*/
|
|
2590
|
-
Filter?: EntityType[];
|
|
2764
|
+
Filter?: EntityType[] | undefined;
|
|
2591
2765
|
/**
|
|
2592
2766
|
* <p>Use this only when paginating results to indicate the
|
|
2593
2767
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -2599,7 +2773,7 @@ export interface GetAccountAuthorizationDetailsRequest {
|
|
|
2599
2773
|
* from.</p>
|
|
2600
2774
|
* @public
|
|
2601
2775
|
*/
|
|
2602
|
-
MaxItems?: number;
|
|
2776
|
+
MaxItems?: number | undefined;
|
|
2603
2777
|
/**
|
|
2604
2778
|
* <p>Use this parameter only when paginating results and only after
|
|
2605
2779
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -2607,7 +2781,7 @@ export interface GetAccountAuthorizationDetailsRequest {
|
|
|
2607
2781
|
* should start.</p>
|
|
2608
2782
|
* @public
|
|
2609
2783
|
*/
|
|
2610
|
-
Marker?: string;
|
|
2784
|
+
Marker?: string | undefined;
|
|
2611
2785
|
}
|
|
2612
2786
|
/**
|
|
2613
2787
|
* <p>Contains information about an IAM policy, including the policy document.</p>
|
|
@@ -2619,12 +2793,12 @@ export interface PolicyDetail {
|
|
|
2619
2793
|
* <p>The name of the policy.</p>
|
|
2620
2794
|
* @public
|
|
2621
2795
|
*/
|
|
2622
|
-
PolicyName?: string;
|
|
2796
|
+
PolicyName?: string | undefined;
|
|
2623
2797
|
/**
|
|
2624
2798
|
* <p>The policy document.</p>
|
|
2625
2799
|
* @public
|
|
2626
2800
|
*/
|
|
2627
|
-
PolicyDocument?: string;
|
|
2801
|
+
PolicyDocument?: string | undefined;
|
|
2628
2802
|
}
|
|
2629
2803
|
/**
|
|
2630
2804
|
* <p>Contains information about an IAM group, including all of the group's policies.</p>
|
|
@@ -2637,42 +2811,42 @@ export interface GroupDetail {
|
|
|
2637
2811
|
* <i>IAM User Guide</i>.</p>
|
|
2638
2812
|
* @public
|
|
2639
2813
|
*/
|
|
2640
|
-
Path?: string;
|
|
2814
|
+
Path?: string | undefined;
|
|
2641
2815
|
/**
|
|
2642
2816
|
* <p>The friendly name that identifies the group.</p>
|
|
2643
2817
|
* @public
|
|
2644
2818
|
*/
|
|
2645
|
-
GroupName?: string;
|
|
2819
|
+
GroupName?: string | undefined;
|
|
2646
2820
|
/**
|
|
2647
2821
|
* <p>The stable and unique string identifying the group. For more information about IDs, see
|
|
2648
2822
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
2649
2823
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
2650
2824
|
* @public
|
|
2651
2825
|
*/
|
|
2652
|
-
GroupId?: string;
|
|
2826
|
+
GroupId?: string | undefined;
|
|
2653
2827
|
/**
|
|
2654
2828
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
2655
2829
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
2656
2830
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
2657
2831
|
* @public
|
|
2658
2832
|
*/
|
|
2659
|
-
Arn?: string;
|
|
2833
|
+
Arn?: string | undefined;
|
|
2660
2834
|
/**
|
|
2661
2835
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2662
2836
|
* format</a>, when the group was created.</p>
|
|
2663
2837
|
* @public
|
|
2664
2838
|
*/
|
|
2665
|
-
CreateDate?: Date;
|
|
2839
|
+
CreateDate?: Date | undefined;
|
|
2666
2840
|
/**
|
|
2667
2841
|
* <p>A list of the inline policies embedded in the group.</p>
|
|
2668
2842
|
* @public
|
|
2669
2843
|
*/
|
|
2670
|
-
GroupPolicyList?: PolicyDetail[];
|
|
2844
|
+
GroupPolicyList?: PolicyDetail[] | undefined;
|
|
2671
2845
|
/**
|
|
2672
2846
|
* <p>A list of the managed policies attached to the group.</p>
|
|
2673
2847
|
* @public
|
|
2674
2848
|
*/
|
|
2675
|
-
AttachedManagedPolicies?: AttachedPolicy[];
|
|
2849
|
+
AttachedManagedPolicies?: AttachedPolicy[] | undefined;
|
|
2676
2850
|
}
|
|
2677
2851
|
/**
|
|
2678
2852
|
* <p>Contains information about a managed policy, including the policy's ARN, versions, and
|
|
@@ -2688,28 +2862,28 @@ export interface ManagedPolicyDetail {
|
|
|
2688
2862
|
* <p>The friendly name (not ARN) identifying the policy.</p>
|
|
2689
2863
|
* @public
|
|
2690
2864
|
*/
|
|
2691
|
-
PolicyName?: string;
|
|
2865
|
+
PolicyName?: string | undefined;
|
|
2692
2866
|
/**
|
|
2693
2867
|
* <p>The stable and unique string identifying the policy.</p>
|
|
2694
2868
|
* <p>For more information about IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the
|
|
2695
2869
|
* <i>IAM User Guide</i>.</p>
|
|
2696
2870
|
* @public
|
|
2697
2871
|
*/
|
|
2698
|
-
PolicyId?: string;
|
|
2872
|
+
PolicyId?: string | undefined;
|
|
2699
2873
|
/**
|
|
2700
2874
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
2701
2875
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
2702
2876
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
2703
2877
|
* @public
|
|
2704
2878
|
*/
|
|
2705
|
-
Arn?: string;
|
|
2879
|
+
Arn?: string | undefined;
|
|
2706
2880
|
/**
|
|
2707
2881
|
* <p>The path to the policy.</p>
|
|
2708
2882
|
* <p>For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM identifiers</a> in the
|
|
2709
2883
|
* <i>IAM User Guide</i>.</p>
|
|
2710
2884
|
* @public
|
|
2711
2885
|
*/
|
|
2712
|
-
Path?: string;
|
|
2886
|
+
Path?: string | undefined;
|
|
2713
2887
|
/**
|
|
2714
2888
|
* <p>The identifier for the version of the policy that is set as the default (operative)
|
|
2715
2889
|
* version.</p>
|
|
@@ -2717,13 +2891,13 @@ export interface ManagedPolicyDetail {
|
|
|
2717
2891
|
* policies</a> in the <i>IAM User Guide</i>. </p>
|
|
2718
2892
|
* @public
|
|
2719
2893
|
*/
|
|
2720
|
-
DefaultVersionId?: string;
|
|
2894
|
+
DefaultVersionId?: string | undefined;
|
|
2721
2895
|
/**
|
|
2722
2896
|
* <p>The number of principal entities (users, groups, and roles) that the policy is attached
|
|
2723
2897
|
* to.</p>
|
|
2724
2898
|
* @public
|
|
2725
2899
|
*/
|
|
2726
|
-
AttachmentCount?: number;
|
|
2900
|
+
AttachmentCount?: number | undefined;
|
|
2727
2901
|
/**
|
|
2728
2902
|
* <p>The number of entities (users and roles) for which the policy is used as the permissions
|
|
2729
2903
|
* boundary. </p>
|
|
@@ -2731,23 +2905,23 @@ export interface ManagedPolicyDetail {
|
|
|
2731
2905
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
2732
2906
|
* @public
|
|
2733
2907
|
*/
|
|
2734
|
-
PermissionsBoundaryUsageCount?: number;
|
|
2908
|
+
PermissionsBoundaryUsageCount?: number | undefined;
|
|
2735
2909
|
/**
|
|
2736
2910
|
* <p>Specifies whether the policy can be attached to an IAM user, group, or role.</p>
|
|
2737
2911
|
* @public
|
|
2738
2912
|
*/
|
|
2739
|
-
IsAttachable?: boolean;
|
|
2913
|
+
IsAttachable?: boolean | undefined;
|
|
2740
2914
|
/**
|
|
2741
2915
|
* <p>A friendly description of the policy.</p>
|
|
2742
2916
|
* @public
|
|
2743
2917
|
*/
|
|
2744
|
-
Description?: string;
|
|
2918
|
+
Description?: string | undefined;
|
|
2745
2919
|
/**
|
|
2746
2920
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2747
2921
|
* format</a>, when the policy was created.</p>
|
|
2748
2922
|
* @public
|
|
2749
2923
|
*/
|
|
2750
|
-
CreateDate?: Date;
|
|
2924
|
+
CreateDate?: Date | undefined;
|
|
2751
2925
|
/**
|
|
2752
2926
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2753
2927
|
* format</a>, when the policy was last updated.</p>
|
|
@@ -2756,12 +2930,12 @@ export interface ManagedPolicyDetail {
|
|
|
2756
2930
|
* and time when the most recent policy version was created.</p>
|
|
2757
2931
|
* @public
|
|
2758
2932
|
*/
|
|
2759
|
-
UpdateDate?: Date;
|
|
2933
|
+
UpdateDate?: Date | undefined;
|
|
2760
2934
|
/**
|
|
2761
2935
|
* <p>A list containing information about the versions of the policy.</p>
|
|
2762
2936
|
* @public
|
|
2763
2937
|
*/
|
|
2764
|
-
PolicyVersionList?: PolicyVersion[];
|
|
2938
|
+
PolicyVersionList?: PolicyVersion[] | undefined;
|
|
2765
2939
|
}
|
|
2766
2940
|
/**
|
|
2767
2941
|
* <p>Contains information about an IAM role, including all of the role's policies.</p>
|
|
@@ -2774,67 +2948,67 @@ export interface RoleDetail {
|
|
|
2774
2948
|
* <i>IAM User Guide</i>.</p>
|
|
2775
2949
|
* @public
|
|
2776
2950
|
*/
|
|
2777
|
-
Path?: string;
|
|
2951
|
+
Path?: string | undefined;
|
|
2778
2952
|
/**
|
|
2779
2953
|
* <p>The friendly name that identifies the role.</p>
|
|
2780
2954
|
* @public
|
|
2781
2955
|
*/
|
|
2782
|
-
RoleName?: string;
|
|
2956
|
+
RoleName?: string | undefined;
|
|
2783
2957
|
/**
|
|
2784
2958
|
* <p>The stable and unique string identifying the role. For more information about IDs, see
|
|
2785
2959
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
2786
2960
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
2787
2961
|
* @public
|
|
2788
2962
|
*/
|
|
2789
|
-
RoleId?: string;
|
|
2963
|
+
RoleId?: string | undefined;
|
|
2790
2964
|
/**
|
|
2791
2965
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
2792
2966
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
2793
2967
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
2794
2968
|
* @public
|
|
2795
2969
|
*/
|
|
2796
|
-
Arn?: string;
|
|
2970
|
+
Arn?: string | undefined;
|
|
2797
2971
|
/**
|
|
2798
2972
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2799
2973
|
* format</a>, when the role was created.</p>
|
|
2800
2974
|
* @public
|
|
2801
2975
|
*/
|
|
2802
|
-
CreateDate?: Date;
|
|
2976
|
+
CreateDate?: Date | undefined;
|
|
2803
2977
|
/**
|
|
2804
2978
|
* <p>The trust policy that grants permission to assume the role.</p>
|
|
2805
2979
|
* @public
|
|
2806
2980
|
*/
|
|
2807
|
-
AssumeRolePolicyDocument?: string;
|
|
2981
|
+
AssumeRolePolicyDocument?: string | undefined;
|
|
2808
2982
|
/**
|
|
2809
2983
|
* <p>A list of instance profiles that contain this role.</p>
|
|
2810
2984
|
* @public
|
|
2811
2985
|
*/
|
|
2812
|
-
InstanceProfileList?: InstanceProfile[];
|
|
2986
|
+
InstanceProfileList?: InstanceProfile[] | undefined;
|
|
2813
2987
|
/**
|
|
2814
2988
|
* <p>A list of inline policies embedded in the role. These policies are the role's access
|
|
2815
2989
|
* (permissions) policies.</p>
|
|
2816
2990
|
* @public
|
|
2817
2991
|
*/
|
|
2818
|
-
RolePolicyList?: PolicyDetail[];
|
|
2992
|
+
RolePolicyList?: PolicyDetail[] | undefined;
|
|
2819
2993
|
/**
|
|
2820
2994
|
* <p>A list of managed policies attached to the role. These policies are the role's access
|
|
2821
2995
|
* (permissions) policies.</p>
|
|
2822
2996
|
* @public
|
|
2823
2997
|
*/
|
|
2824
|
-
AttachedManagedPolicies?: AttachedPolicy[];
|
|
2998
|
+
AttachedManagedPolicies?: AttachedPolicy[] | undefined;
|
|
2825
2999
|
/**
|
|
2826
3000
|
* <p>The ARN of the policy used to set the permissions boundary for the role.</p>
|
|
2827
3001
|
* <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
2828
3002
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
2829
3003
|
* @public
|
|
2830
3004
|
*/
|
|
2831
|
-
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
3005
|
+
PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
|
|
2832
3006
|
/**
|
|
2833
3007
|
* <p>A list of tags that are attached to the role. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
2834
3008
|
* <i>IAM User Guide</i>.</p>
|
|
2835
3009
|
* @public
|
|
2836
3010
|
*/
|
|
2837
|
-
Tags?: Tag[];
|
|
3011
|
+
Tags?: Tag[] | undefined;
|
|
2838
3012
|
/**
|
|
2839
3013
|
* <p>Contains information about the last time that an IAM role was used. This includes the
|
|
2840
3014
|
* date and time and the Region in which the role was last used. Activity is only reported for
|
|
@@ -2843,7 +3017,7 @@ export interface RoleDetail {
|
|
|
2843
3017
|
* more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period">Regions where data is tracked</a> in the <i>IAM User Guide</i>.</p>
|
|
2844
3018
|
* @public
|
|
2845
3019
|
*/
|
|
2846
|
-
RoleLastUsed?: RoleLastUsed;
|
|
3020
|
+
RoleLastUsed?: RoleLastUsed | undefined;
|
|
2847
3021
|
}
|
|
2848
3022
|
/**
|
|
2849
3023
|
* <p>Contains information about an IAM user, including all the user's policies and all the
|
|
@@ -2857,60 +3031,60 @@ export interface UserDetail {
|
|
|
2857
3031
|
* <i>IAM User Guide</i>.</p>
|
|
2858
3032
|
* @public
|
|
2859
3033
|
*/
|
|
2860
|
-
Path?: string;
|
|
3034
|
+
Path?: string | undefined;
|
|
2861
3035
|
/**
|
|
2862
3036
|
* <p>The friendly name identifying the user.</p>
|
|
2863
3037
|
* @public
|
|
2864
3038
|
*/
|
|
2865
|
-
UserName?: string;
|
|
3039
|
+
UserName?: string | undefined;
|
|
2866
3040
|
/**
|
|
2867
3041
|
* <p>The stable and unique string identifying the user. For more information about IDs, see
|
|
2868
3042
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
2869
3043
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
2870
3044
|
* @public
|
|
2871
3045
|
*/
|
|
2872
|
-
UserId?: string;
|
|
3046
|
+
UserId?: string | undefined;
|
|
2873
3047
|
/**
|
|
2874
3048
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
2875
3049
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
2876
3050
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
2877
3051
|
* @public
|
|
2878
3052
|
*/
|
|
2879
|
-
Arn?: string;
|
|
3053
|
+
Arn?: string | undefined;
|
|
2880
3054
|
/**
|
|
2881
3055
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
2882
3056
|
* format</a>, when the user was created.</p>
|
|
2883
3057
|
* @public
|
|
2884
3058
|
*/
|
|
2885
|
-
CreateDate?: Date;
|
|
3059
|
+
CreateDate?: Date | undefined;
|
|
2886
3060
|
/**
|
|
2887
3061
|
* <p>A list of the inline policies embedded in the user.</p>
|
|
2888
3062
|
* @public
|
|
2889
3063
|
*/
|
|
2890
|
-
UserPolicyList?: PolicyDetail[];
|
|
3064
|
+
UserPolicyList?: PolicyDetail[] | undefined;
|
|
2891
3065
|
/**
|
|
2892
3066
|
* <p>A list of IAM groups that the user is in.</p>
|
|
2893
3067
|
* @public
|
|
2894
3068
|
*/
|
|
2895
|
-
GroupList?: string[];
|
|
3069
|
+
GroupList?: string[] | undefined;
|
|
2896
3070
|
/**
|
|
2897
3071
|
* <p>A list of the managed policies attached to the user.</p>
|
|
2898
3072
|
* @public
|
|
2899
3073
|
*/
|
|
2900
|
-
AttachedManagedPolicies?: AttachedPolicy[];
|
|
3074
|
+
AttachedManagedPolicies?: AttachedPolicy[] | undefined;
|
|
2901
3075
|
/**
|
|
2902
3076
|
* <p>The ARN of the policy used to set the permissions boundary for the user.</p>
|
|
2903
3077
|
* <p>For more information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
2904
3078
|
* identities </a> in the <i>IAM User Guide</i>.</p>
|
|
2905
3079
|
* @public
|
|
2906
3080
|
*/
|
|
2907
|
-
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
3081
|
+
PermissionsBoundary?: AttachedPermissionsBoundary | undefined;
|
|
2908
3082
|
/**
|
|
2909
3083
|
* <p>A list of tags that are associated with the user. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
2910
3084
|
* <i>IAM User Guide</i>.</p>
|
|
2911
3085
|
* @public
|
|
2912
3086
|
*/
|
|
2913
|
-
Tags?: Tag[];
|
|
3087
|
+
Tags?: Tag[] | undefined;
|
|
2914
3088
|
}
|
|
2915
3089
|
/**
|
|
2916
3090
|
* <p>Contains the response to a successful <a>GetAccountAuthorizationDetails</a>
|
|
@@ -2922,22 +3096,22 @@ export interface GetAccountAuthorizationDetailsResponse {
|
|
|
2922
3096
|
* <p>A list containing information about IAM users.</p>
|
|
2923
3097
|
* @public
|
|
2924
3098
|
*/
|
|
2925
|
-
UserDetailList?: UserDetail[];
|
|
3099
|
+
UserDetailList?: UserDetail[] | undefined;
|
|
2926
3100
|
/**
|
|
2927
3101
|
* <p>A list containing information about IAM groups.</p>
|
|
2928
3102
|
* @public
|
|
2929
3103
|
*/
|
|
2930
|
-
GroupDetailList?: GroupDetail[];
|
|
3104
|
+
GroupDetailList?: GroupDetail[] | undefined;
|
|
2931
3105
|
/**
|
|
2932
3106
|
* <p>A list containing information about IAM roles.</p>
|
|
2933
3107
|
* @public
|
|
2934
3108
|
*/
|
|
2935
|
-
RoleDetailList?: RoleDetail[];
|
|
3109
|
+
RoleDetailList?: RoleDetail[] | undefined;
|
|
2936
3110
|
/**
|
|
2937
3111
|
* <p>A list containing information about managed policies.</p>
|
|
2938
3112
|
* @public
|
|
2939
3113
|
*/
|
|
2940
|
-
Policies?: ManagedPolicyDetail[];
|
|
3114
|
+
Policies?: ManagedPolicyDetail[] | undefined;
|
|
2941
3115
|
/**
|
|
2942
3116
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
2943
3117
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -2947,14 +3121,14 @@ export interface GetAccountAuthorizationDetailsResponse {
|
|
|
2947
3121
|
* results.</p>
|
|
2948
3122
|
* @public
|
|
2949
3123
|
*/
|
|
2950
|
-
IsTruncated?: boolean;
|
|
3124
|
+
IsTruncated?: boolean | undefined;
|
|
2951
3125
|
/**
|
|
2952
3126
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
2953
3127
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
2954
3128
|
* pagination request.</p>
|
|
2955
3129
|
* @public
|
|
2956
3130
|
*/
|
|
2957
|
-
Marker?: string;
|
|
3131
|
+
Marker?: string | undefined;
|
|
2958
3132
|
}
|
|
2959
3133
|
/**
|
|
2960
3134
|
* <p>Contains information about the account password policy.</p>
|
|
@@ -2966,32 +3140,32 @@ export interface PasswordPolicy {
|
|
|
2966
3140
|
* <p>Minimum length to require for IAM user passwords.</p>
|
|
2967
3141
|
* @public
|
|
2968
3142
|
*/
|
|
2969
|
-
MinimumPasswordLength?: number;
|
|
3143
|
+
MinimumPasswordLength?: number | undefined;
|
|
2970
3144
|
/**
|
|
2971
3145
|
* <p>Specifies whether IAM user passwords must contain at least one of the following
|
|
2972
3146
|
* symbols:</p>
|
|
2973
3147
|
* <p>! @ # $ % ^ & * ( ) _ + - = [ ] \{ \} | '</p>
|
|
2974
3148
|
* @public
|
|
2975
3149
|
*/
|
|
2976
|
-
RequireSymbols?: boolean;
|
|
3150
|
+
RequireSymbols?: boolean | undefined;
|
|
2977
3151
|
/**
|
|
2978
3152
|
* <p>Specifies whether IAM user passwords must contain at least one numeric character (0 to
|
|
2979
3153
|
* 9).</p>
|
|
2980
3154
|
* @public
|
|
2981
3155
|
*/
|
|
2982
|
-
RequireNumbers?: boolean;
|
|
3156
|
+
RequireNumbers?: boolean | undefined;
|
|
2983
3157
|
/**
|
|
2984
3158
|
* <p>Specifies whether IAM user passwords must contain at least one uppercase character (A
|
|
2985
3159
|
* to Z).</p>
|
|
2986
3160
|
* @public
|
|
2987
3161
|
*/
|
|
2988
|
-
RequireUppercaseCharacters?: boolean;
|
|
3162
|
+
RequireUppercaseCharacters?: boolean | undefined;
|
|
2989
3163
|
/**
|
|
2990
3164
|
* <p>Specifies whether IAM user passwords must contain at least one lowercase character (a
|
|
2991
3165
|
* to z).</p>
|
|
2992
3166
|
* @public
|
|
2993
3167
|
*/
|
|
2994
|
-
RequireLowercaseCharacters?: boolean;
|
|
3168
|
+
RequireLowercaseCharacters?: boolean | undefined;
|
|
2995
3169
|
/**
|
|
2996
3170
|
* <p>Specifies whether IAM users are allowed to change their own password. Gives IAM
|
|
2997
3171
|
* users permissions to <code>iam:ChangePassword</code> for only their user and to the
|
|
@@ -3000,25 +3174,25 @@ export interface PasswordPolicy {
|
|
|
3000
3174
|
* for all users by IAM.</p>
|
|
3001
3175
|
* @public
|
|
3002
3176
|
*/
|
|
3003
|
-
AllowUsersToChangePassword?: boolean;
|
|
3177
|
+
AllowUsersToChangePassword?: boolean | undefined;
|
|
3004
3178
|
/**
|
|
3005
3179
|
* <p>Indicates whether passwords in the account expire. Returns true if
|
|
3006
3180
|
* <code>MaxPasswordAge</code> contains a value greater than 0. Returns false if
|
|
3007
3181
|
* MaxPasswordAge is 0 or not present.</p>
|
|
3008
3182
|
* @public
|
|
3009
3183
|
*/
|
|
3010
|
-
ExpirePasswords?: boolean;
|
|
3184
|
+
ExpirePasswords?: boolean | undefined;
|
|
3011
3185
|
/**
|
|
3012
3186
|
* <p>The number of days that an IAM user password is valid.</p>
|
|
3013
3187
|
* @public
|
|
3014
3188
|
*/
|
|
3015
|
-
MaxPasswordAge?: number;
|
|
3189
|
+
MaxPasswordAge?: number | undefined;
|
|
3016
3190
|
/**
|
|
3017
3191
|
* <p>Specifies the number of previous passwords that IAM users are prevented from
|
|
3018
3192
|
* reusing.</p>
|
|
3019
3193
|
* @public
|
|
3020
3194
|
*/
|
|
3021
|
-
PasswordReusePrevention?: number;
|
|
3195
|
+
PasswordReusePrevention?: number | undefined;
|
|
3022
3196
|
/**
|
|
3023
3197
|
* <p>Specifies whether IAM users are prevented from setting a new password via the
|
|
3024
3198
|
* Amazon Web Services Management Console after their password has expired. The IAM user cannot access the console until
|
|
@@ -3027,7 +3201,7 @@ export interface PasswordPolicy {
|
|
|
3027
3201
|
* CLI or API.</p>
|
|
3028
3202
|
* @public
|
|
3029
3203
|
*/
|
|
3030
|
-
HardExpiry?: boolean;
|
|
3204
|
+
HardExpiry?: boolean | undefined;
|
|
3031
3205
|
}
|
|
3032
3206
|
/**
|
|
3033
3207
|
* <p>Contains the response to a successful <a>GetAccountPasswordPolicy</a>
|
|
@@ -3049,6 +3223,7 @@ export declare const SummaryKeyType: {
|
|
|
3049
3223
|
readonly AccessKeysPerUserQuota: "AccessKeysPerUserQuota";
|
|
3050
3224
|
readonly AccountAccessKeysPresent: "AccountAccessKeysPresent";
|
|
3051
3225
|
readonly AccountMFAEnabled: "AccountMFAEnabled";
|
|
3226
|
+
readonly AccountPasswordPresent: "AccountPasswordPresent";
|
|
3052
3227
|
readonly AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent";
|
|
3053
3228
|
readonly AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota";
|
|
3054
3229
|
readonly AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota";
|
|
@@ -3088,7 +3263,7 @@ export interface GetAccountSummaryResponse {
|
|
|
3088
3263
|
* IAM quotas.</p>
|
|
3089
3264
|
* @public
|
|
3090
3265
|
*/
|
|
3091
|
-
SummaryMap?: Partial<Record<SummaryKeyType, number
|
|
3266
|
+
SummaryMap?: Partial<Record<SummaryKeyType, number>> | undefined;
|
|
3092
3267
|
}
|
|
3093
3268
|
/**
|
|
3094
3269
|
* @public
|
|
@@ -3127,7 +3302,7 @@ export interface GetContextKeysForPolicyResponse {
|
|
|
3127
3302
|
* <p>The list of context keys that are referenced in the input policies.</p>
|
|
3128
3303
|
* @public
|
|
3129
3304
|
*/
|
|
3130
|
-
ContextKeyNames?: string[];
|
|
3305
|
+
ContextKeyNames?: string[] | undefined;
|
|
3131
3306
|
}
|
|
3132
3307
|
/**
|
|
3133
3308
|
* @public
|
|
@@ -3166,7 +3341,7 @@ export interface GetContextKeysForPrincipalPolicyRequest {
|
|
|
3166
3341
|
* </ul>
|
|
3167
3342
|
* @public
|
|
3168
3343
|
*/
|
|
3169
|
-
PolicyInputList?: string[];
|
|
3344
|
+
PolicyInputList?: string[] | undefined;
|
|
3170
3345
|
}
|
|
3171
3346
|
/**
|
|
3172
3347
|
* <p>The request was rejected because the most recent credential report has expired. To
|
|
@@ -3229,17 +3404,17 @@ export interface GetCredentialReportResponse {
|
|
|
3229
3404
|
* <p>Contains the credential report. The report is Base64-encoded.</p>
|
|
3230
3405
|
* @public
|
|
3231
3406
|
*/
|
|
3232
|
-
Content?: Uint8Array;
|
|
3407
|
+
Content?: Uint8Array | undefined;
|
|
3233
3408
|
/**
|
|
3234
3409
|
* <p>The format (MIME type) of the credential report.</p>
|
|
3235
3410
|
* @public
|
|
3236
3411
|
*/
|
|
3237
|
-
ReportFormat?: ReportFormatType;
|
|
3412
|
+
ReportFormat?: ReportFormatType | undefined;
|
|
3238
3413
|
/**
|
|
3239
3414
|
* <p> The date and time when the credential report was created, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format</a>.</p>
|
|
3240
3415
|
* @public
|
|
3241
3416
|
*/
|
|
3242
|
-
GeneratedTime?: Date;
|
|
3417
|
+
GeneratedTime?: Date | undefined;
|
|
3243
3418
|
}
|
|
3244
3419
|
/**
|
|
3245
3420
|
* @public
|
|
@@ -3259,7 +3434,7 @@ export interface GetGroupRequest {
|
|
|
3259
3434
|
* should start.</p>
|
|
3260
3435
|
* @public
|
|
3261
3436
|
*/
|
|
3262
|
-
Marker?: string;
|
|
3437
|
+
Marker?: string | undefined;
|
|
3263
3438
|
/**
|
|
3264
3439
|
* <p>Use this only when paginating results to indicate the
|
|
3265
3440
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -3271,7 +3446,7 @@ export interface GetGroupRequest {
|
|
|
3271
3446
|
* from.</p>
|
|
3272
3447
|
* @public
|
|
3273
3448
|
*/
|
|
3274
|
-
MaxItems?: number;
|
|
3449
|
+
MaxItems?: number | undefined;
|
|
3275
3450
|
}
|
|
3276
3451
|
/**
|
|
3277
3452
|
* <p>Contains the response to a successful <a>GetGroup</a> request. </p>
|
|
@@ -3297,14 +3472,14 @@ export interface GetGroupResponse {
|
|
|
3297
3472
|
* results.</p>
|
|
3298
3473
|
* @public
|
|
3299
3474
|
*/
|
|
3300
|
-
IsTruncated?: boolean;
|
|
3475
|
+
IsTruncated?: boolean | undefined;
|
|
3301
3476
|
/**
|
|
3302
3477
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
3303
3478
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
3304
3479
|
* pagination request.</p>
|
|
3305
3480
|
* @public
|
|
3306
3481
|
*/
|
|
3307
|
-
Marker?: string;
|
|
3482
|
+
Marker?: string | undefined;
|
|
3308
3483
|
}
|
|
3309
3484
|
/**
|
|
3310
3485
|
* @public
|
|
@@ -3380,11 +3555,14 @@ export interface GetInstanceProfileResponse {
|
|
|
3380
3555
|
export interface GetLoginProfileRequest {
|
|
3381
3556
|
/**
|
|
3382
3557
|
* <p>The name of the user whose login profile you want to retrieve.</p>
|
|
3558
|
+
* <p>This parameter is optional. If no user name is included, it defaults to the principal
|
|
3559
|
+
* making the request. When you make this request with root user credentials, you must use
|
|
3560
|
+
* an <a href="https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoot.html">AssumeRoot</a> session to omit the user name.</p>
|
|
3383
3561
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
3384
3562
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
3385
3563
|
* @public
|
|
3386
3564
|
*/
|
|
3387
|
-
UserName
|
|
3565
|
+
UserName?: string | undefined;
|
|
3388
3566
|
}
|
|
3389
3567
|
/**
|
|
3390
3568
|
* <p>Contains the response to a successful <a>GetLoginProfile</a> request.
|
|
@@ -3413,7 +3591,7 @@ export interface GetMFADeviceRequest {
|
|
|
3413
3591
|
* <p>The friendly name identifying the user.</p>
|
|
3414
3592
|
* @public
|
|
3415
3593
|
*/
|
|
3416
|
-
UserName?: string;
|
|
3594
|
+
UserName?: string | undefined;
|
|
3417
3595
|
}
|
|
3418
3596
|
/**
|
|
3419
3597
|
* @public
|
|
@@ -3423,7 +3601,7 @@ export interface GetMFADeviceResponse {
|
|
|
3423
3601
|
* <p>The friendly name identifying the user.</p>
|
|
3424
3602
|
* @public
|
|
3425
3603
|
*/
|
|
3426
|
-
UserName?: string;
|
|
3604
|
+
UserName?: string | undefined;
|
|
3427
3605
|
/**
|
|
3428
3606
|
* <p>Serial number that uniquely identifies the MFA device. For this API, we only accept
|
|
3429
3607
|
* FIDO security key <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">ARNs</a>.</p>
|
|
@@ -3434,14 +3612,14 @@ export interface GetMFADeviceResponse {
|
|
|
3434
3612
|
* <p>The date that a specified user's MFA device was first enabled.</p>
|
|
3435
3613
|
* @public
|
|
3436
3614
|
*/
|
|
3437
|
-
EnableDate?: Date;
|
|
3615
|
+
EnableDate?: Date | undefined;
|
|
3438
3616
|
/**
|
|
3439
3617
|
* <p>The certifications of a specified user's MFA device. We currently provide FIPS-140-2,
|
|
3440
3618
|
* FIPS-140-3, and FIDO certification levels obtained from <a href="https://fidoalliance.org/metadata/"> FIDO Alliance Metadata Service
|
|
3441
3619
|
* (MDS)</a>.</p>
|
|
3442
3620
|
* @public
|
|
3443
3621
|
*/
|
|
3444
|
-
Certifications?: Record<string, string
|
|
3622
|
+
Certifications?: Record<string, string> | undefined;
|
|
3445
3623
|
}
|
|
3446
3624
|
/**
|
|
3447
3625
|
* @public
|
|
@@ -3466,32 +3644,32 @@ export interface GetOpenIDConnectProviderResponse {
|
|
|
3466
3644
|
* information, see <a>CreateOpenIDConnectProvider</a>.</p>
|
|
3467
3645
|
* @public
|
|
3468
3646
|
*/
|
|
3469
|
-
Url?: string;
|
|
3647
|
+
Url?: string | undefined;
|
|
3470
3648
|
/**
|
|
3471
3649
|
* <p>A list of client IDs (also known as audiences) that are associated with the specified
|
|
3472
3650
|
* IAM OIDC provider resource object. For more information, see <a>CreateOpenIDConnectProvider</a>.</p>
|
|
3473
3651
|
* @public
|
|
3474
3652
|
*/
|
|
3475
|
-
ClientIDList?: string[];
|
|
3653
|
+
ClientIDList?: string[] | undefined;
|
|
3476
3654
|
/**
|
|
3477
3655
|
* <p>A list of certificate thumbprints that are associated with the specified IAM OIDC
|
|
3478
3656
|
* provider resource object. For more information, see <a>CreateOpenIDConnectProvider</a>. </p>
|
|
3479
3657
|
* @public
|
|
3480
3658
|
*/
|
|
3481
|
-
ThumbprintList?: string[];
|
|
3659
|
+
ThumbprintList?: string[] | undefined;
|
|
3482
3660
|
/**
|
|
3483
3661
|
* <p>The date and time when the IAM OIDC provider resource object was created in the
|
|
3484
3662
|
* Amazon Web Services account.</p>
|
|
3485
3663
|
* @public
|
|
3486
3664
|
*/
|
|
3487
|
-
CreateDate?: Date;
|
|
3665
|
+
CreateDate?: Date | undefined;
|
|
3488
3666
|
/**
|
|
3489
3667
|
* <p>A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key.
|
|
3490
3668
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
3491
3669
|
* <i>IAM User Guide</i>.</p>
|
|
3492
3670
|
* @public
|
|
3493
3671
|
*/
|
|
3494
|
-
Tags?: Tag[];
|
|
3672
|
+
Tags?: Tag[] | undefined;
|
|
3495
3673
|
}
|
|
3496
3674
|
/**
|
|
3497
3675
|
* @public
|
|
@@ -3527,7 +3705,7 @@ export interface GetOrganizationsAccessReportRequest {
|
|
|
3527
3705
|
* from.</p>
|
|
3528
3706
|
* @public
|
|
3529
3707
|
*/
|
|
3530
|
-
MaxItems?: number;
|
|
3708
|
+
MaxItems?: number | undefined;
|
|
3531
3709
|
/**
|
|
3532
3710
|
* <p>Use this parameter only when paginating results and only after
|
|
3533
3711
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -3535,14 +3713,14 @@ export interface GetOrganizationsAccessReportRequest {
|
|
|
3535
3713
|
* should start.</p>
|
|
3536
3714
|
* @public
|
|
3537
3715
|
*/
|
|
3538
|
-
Marker?: string;
|
|
3716
|
+
Marker?: string | undefined;
|
|
3539
3717
|
/**
|
|
3540
3718
|
* <p>The key that is used to sort the results. If you choose the namespace key, the results
|
|
3541
3719
|
* are returned in alphabetical order. If you choose the time key, the results are sorted
|
|
3542
3720
|
* numerically by the date and time.</p>
|
|
3543
3721
|
* @public
|
|
3544
3722
|
*/
|
|
3545
|
-
SortKey?: SortKeyType;
|
|
3723
|
+
SortKey?: SortKeyType | undefined;
|
|
3546
3724
|
}
|
|
3547
3725
|
/**
|
|
3548
3726
|
* <p>Contains information about the reason that the operation failed.</p>
|
|
@@ -3596,25 +3774,25 @@ export interface GetOrganizationsAccessReportResponse {
|
|
|
3596
3774
|
* of <code>IN_PROGRESS</code>.</p>
|
|
3597
3775
|
* @public
|
|
3598
3776
|
*/
|
|
3599
|
-
JobCompletionDate?: Date;
|
|
3777
|
+
JobCompletionDate?: Date | undefined;
|
|
3600
3778
|
/**
|
|
3601
3779
|
* <p>The number of services that the applicable SCPs allow account principals to
|
|
3602
3780
|
* access.</p>
|
|
3603
3781
|
* @public
|
|
3604
3782
|
*/
|
|
3605
|
-
NumberOfServicesAccessible?: number;
|
|
3783
|
+
NumberOfServicesAccessible?: number | undefined;
|
|
3606
3784
|
/**
|
|
3607
3785
|
* <p>The number of services that account principals are allowed but did not attempt to
|
|
3608
3786
|
* access.</p>
|
|
3609
3787
|
* @public
|
|
3610
3788
|
*/
|
|
3611
|
-
NumberOfServicesNotAccessed?: number;
|
|
3789
|
+
NumberOfServicesNotAccessed?: number | undefined;
|
|
3612
3790
|
/**
|
|
3613
3791
|
* <p>An object that contains details about the most recent attempt to access the
|
|
3614
3792
|
* service.</p>
|
|
3615
3793
|
* @public
|
|
3616
3794
|
*/
|
|
3617
|
-
AccessDetails?: AccessDetail[];
|
|
3795
|
+
AccessDetails?: AccessDetail[] | undefined;
|
|
3618
3796
|
/**
|
|
3619
3797
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
3620
3798
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -3624,20 +3802,20 @@ export interface GetOrganizationsAccessReportResponse {
|
|
|
3624
3802
|
* results.</p>
|
|
3625
3803
|
* @public
|
|
3626
3804
|
*/
|
|
3627
|
-
IsTruncated?: boolean;
|
|
3805
|
+
IsTruncated?: boolean | undefined;
|
|
3628
3806
|
/**
|
|
3629
3807
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
3630
3808
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
3631
3809
|
* pagination request.</p>
|
|
3632
3810
|
* @public
|
|
3633
3811
|
*/
|
|
3634
|
-
Marker?: string;
|
|
3812
|
+
Marker?: string | undefined;
|
|
3635
3813
|
/**
|
|
3636
3814
|
* <p>Contains information about the reason that the operation failed.</p>
|
|
3637
3815
|
* <p>This data type is used as a response element in the <a>GetOrganizationsAccessReport</a>, <a>GetServiceLastAccessedDetails</a>, and <a>GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
|
|
3638
3816
|
* @public
|
|
3639
3817
|
*/
|
|
3640
|
-
ErrorDetails?: ErrorDetails;
|
|
3818
|
+
ErrorDetails?: ErrorDetails | undefined;
|
|
3641
3819
|
}
|
|
3642
3820
|
/**
|
|
3643
3821
|
* @public
|
|
@@ -3660,7 +3838,7 @@ export interface GetPolicyResponse {
|
|
|
3660
3838
|
* <p>A structure containing details about the policy.</p>
|
|
3661
3839
|
* @public
|
|
3662
3840
|
*/
|
|
3663
|
-
Policy?: Policy;
|
|
3841
|
+
Policy?: Policy | undefined;
|
|
3664
3842
|
}
|
|
3665
3843
|
/**
|
|
3666
3844
|
* @public
|
|
@@ -3692,7 +3870,7 @@ export interface GetPolicyVersionResponse {
|
|
|
3692
3870
|
* <p>A structure containing details about the policy version.</p>
|
|
3693
3871
|
* @public
|
|
3694
3872
|
*/
|
|
3695
|
-
PolicyVersion?: PolicyVersion;
|
|
3873
|
+
PolicyVersion?: PolicyVersion | undefined;
|
|
3696
3874
|
}
|
|
3697
3875
|
/**
|
|
3698
3876
|
* @public
|
|
@@ -3783,24 +3961,24 @@ export interface GetSAMLProviderResponse {
|
|
|
3783
3961
|
* <p>The XML metadata document that includes information about an identity provider.</p>
|
|
3784
3962
|
* @public
|
|
3785
3963
|
*/
|
|
3786
|
-
SAMLMetadataDocument?: string;
|
|
3964
|
+
SAMLMetadataDocument?: string | undefined;
|
|
3787
3965
|
/**
|
|
3788
3966
|
* <p>The date and time when the SAML provider was created.</p>
|
|
3789
3967
|
* @public
|
|
3790
3968
|
*/
|
|
3791
|
-
CreateDate?: Date;
|
|
3969
|
+
CreateDate?: Date | undefined;
|
|
3792
3970
|
/**
|
|
3793
3971
|
* <p>The expiration date and time for the SAML provider.</p>
|
|
3794
3972
|
* @public
|
|
3795
3973
|
*/
|
|
3796
|
-
ValidUntil?: Date;
|
|
3974
|
+
ValidUntil?: Date | undefined;
|
|
3797
3975
|
/**
|
|
3798
3976
|
* <p>A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key.
|
|
3799
3977
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
3800
3978
|
* <i>IAM User Guide</i>.</p>
|
|
3801
3979
|
* @public
|
|
3802
3980
|
*/
|
|
3803
|
-
Tags?: Tag[];
|
|
3981
|
+
Tags?: Tag[] | undefined;
|
|
3804
3982
|
}
|
|
3805
3983
|
/**
|
|
3806
3984
|
* @public
|
|
@@ -3850,12 +4028,12 @@ export interface ServerCertificateMetadata {
|
|
|
3850
4028
|
* <p>The date when the server certificate was uploaded.</p>
|
|
3851
4029
|
* @public
|
|
3852
4030
|
*/
|
|
3853
|
-
UploadDate?: Date;
|
|
4031
|
+
UploadDate?: Date | undefined;
|
|
3854
4032
|
/**
|
|
3855
4033
|
* <p>The date on which the certificate is set to expire.</p>
|
|
3856
4034
|
* @public
|
|
3857
4035
|
*/
|
|
3858
|
-
Expiration?: Date;
|
|
4036
|
+
Expiration?: Date | undefined;
|
|
3859
4037
|
}
|
|
3860
4038
|
/**
|
|
3861
4039
|
* <p>Contains information about a server certificate.</p>
|
|
@@ -3878,13 +4056,13 @@ export interface ServerCertificate {
|
|
|
3878
4056
|
* <p>The contents of the public key certificate chain.</p>
|
|
3879
4057
|
* @public
|
|
3880
4058
|
*/
|
|
3881
|
-
CertificateChain?: string;
|
|
4059
|
+
CertificateChain?: string | undefined;
|
|
3882
4060
|
/**
|
|
3883
4061
|
* <p>A list of tags that are attached to the server certificate. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
3884
4062
|
* <i>IAM User Guide</i>.</p>
|
|
3885
4063
|
* @public
|
|
3886
4064
|
*/
|
|
3887
|
-
Tags?: Tag[];
|
|
4065
|
+
Tags?: Tag[] | undefined;
|
|
3888
4066
|
}
|
|
3889
4067
|
/**
|
|
3890
4068
|
* <p>Contains the response to a successful <a>GetServerCertificate</a> request.
|
|
@@ -3921,7 +4099,7 @@ export interface GetServiceLastAccessedDetailsRequest {
|
|
|
3921
4099
|
* from.</p>
|
|
3922
4100
|
* @public
|
|
3923
4101
|
*/
|
|
3924
|
-
MaxItems?: number;
|
|
4102
|
+
MaxItems?: number | undefined;
|
|
3925
4103
|
/**
|
|
3926
4104
|
* <p>Use this parameter only when paginating results and only after
|
|
3927
4105
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -3929,7 +4107,7 @@ export interface GetServiceLastAccessedDetailsRequest {
|
|
|
3929
4107
|
* should start.</p>
|
|
3930
4108
|
* @public
|
|
3931
4109
|
*/
|
|
3932
|
-
Marker?: string;
|
|
4110
|
+
Marker?: string | undefined;
|
|
3933
4111
|
}
|
|
3934
4112
|
/**
|
|
3935
4113
|
* <p>Contains details about the most recent attempt to access an action within the
|
|
@@ -3943,14 +4121,14 @@ export interface TrackedActionLastAccessed {
|
|
|
3943
4121
|
* actions that report activity to IAM.</p>
|
|
3944
4122
|
* @public
|
|
3945
4123
|
*/
|
|
3946
|
-
ActionName?: string;
|
|
4124
|
+
ActionName?: string | undefined;
|
|
3947
4125
|
/**
|
|
3948
4126
|
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
3949
4127
|
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
3950
4128
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
3951
4129
|
* @public
|
|
3952
4130
|
*/
|
|
3953
|
-
LastAccessedEntity?: string;
|
|
4131
|
+
LastAccessedEntity?: string | undefined;
|
|
3954
4132
|
/**
|
|
3955
4133
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
3956
4134
|
* format</a>, when an authenticated entity most recently attempted to access the
|
|
@@ -3959,7 +4137,7 @@ export interface TrackedActionLastAccessed {
|
|
|
3959
4137
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
3960
4138
|
* @public
|
|
3961
4139
|
*/
|
|
3962
|
-
LastAccessedTime?: Date;
|
|
4140
|
+
LastAccessedTime?: Date | undefined;
|
|
3963
4141
|
/**
|
|
3964
4142
|
* <p>The Region from which the authenticated entity (user or role) last attempted to access
|
|
3965
4143
|
* the tracked action. Amazon Web Services does not report unauthenticated requests.</p>
|
|
@@ -3967,7 +4145,7 @@ export interface TrackedActionLastAccessed {
|
|
|
3967
4145
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
3968
4146
|
* @public
|
|
3969
4147
|
*/
|
|
3970
|
-
LastAccessedRegion?: string;
|
|
4148
|
+
LastAccessedRegion?: string | undefined;
|
|
3971
4149
|
}
|
|
3972
4150
|
/**
|
|
3973
4151
|
* <p>Contains details about the most recent attempt to access the service.</p>
|
|
@@ -3988,7 +4166,7 @@ export interface ServiceLastAccessed {
|
|
|
3988
4166
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
3989
4167
|
* @public
|
|
3990
4168
|
*/
|
|
3991
|
-
LastAuthenticated?: Date;
|
|
4169
|
+
LastAuthenticated?: Date | undefined;
|
|
3992
4170
|
/**
|
|
3993
4171
|
* <p>The namespace of the service in which access was attempted.</p>
|
|
3994
4172
|
* <p>To learn the service namespace of a service, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Actions, resources, and condition keys for Amazon Web Services services</a> in the
|
|
@@ -4007,7 +4185,7 @@ export interface ServiceLastAccessed {
|
|
|
4007
4185
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
4008
4186
|
* @public
|
|
4009
4187
|
*/
|
|
4010
|
-
LastAuthenticatedEntity?: string;
|
|
4188
|
+
LastAuthenticatedEntity?: string | undefined;
|
|
4011
4189
|
/**
|
|
4012
4190
|
* <p>The Region from which the authenticated entity (user or role) last attempted to access
|
|
4013
4191
|
* the service. Amazon Web Services does not report unauthenticated requests.</p>
|
|
@@ -4015,14 +4193,14 @@ export interface ServiceLastAccessed {
|
|
|
4015
4193
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
4016
4194
|
* @public
|
|
4017
4195
|
*/
|
|
4018
|
-
LastAuthenticatedRegion?: string;
|
|
4196
|
+
LastAuthenticatedRegion?: string | undefined;
|
|
4019
4197
|
/**
|
|
4020
4198
|
* <p>The total number of authenticated principals (root user, IAM users, or IAM roles)
|
|
4021
4199
|
* that have attempted to access the service.</p>
|
|
4022
4200
|
* <p>This field is null if no principals attempted to access the service within the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
4023
4201
|
* @public
|
|
4024
4202
|
*/
|
|
4025
|
-
TotalAuthenticatedEntities?: number;
|
|
4203
|
+
TotalAuthenticatedEntities?: number | undefined;
|
|
4026
4204
|
/**
|
|
4027
4205
|
* <p>An object that contains details about the most recent attempt to access a tracked action
|
|
4028
4206
|
* within the service.</p>
|
|
@@ -4032,7 +4210,7 @@ export interface ServiceLastAccessed {
|
|
|
4032
4210
|
* <code>Granularity</code> field in <a>GenerateServiceLastAccessedDetails</a>.</p>
|
|
4033
4211
|
* @public
|
|
4034
4212
|
*/
|
|
4035
|
-
TrackedActionsLastAccessed?: TrackedActionLastAccessed[];
|
|
4213
|
+
TrackedActionsLastAccessed?: TrackedActionLastAccessed[] | undefined;
|
|
4036
4214
|
}
|
|
4037
4215
|
/**
|
|
4038
4216
|
* @public
|
|
@@ -4049,7 +4227,7 @@ export interface GetServiceLastAccessedDetailsResponse {
|
|
|
4049
4227
|
* service were last accessed.</p>
|
|
4050
4228
|
* @public
|
|
4051
4229
|
*/
|
|
4052
|
-
JobType?: AccessAdvisorUsageGranularityType;
|
|
4230
|
+
JobType?: AccessAdvisorUsageGranularityType | undefined;
|
|
4053
4231
|
/**
|
|
4054
4232
|
* <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
|
|
4055
4233
|
* format</a>, when the report job was created.</p>
|
|
@@ -4079,19 +4257,19 @@ export interface GetServiceLastAccessedDetailsResponse {
|
|
|
4079
4257
|
* results.</p>
|
|
4080
4258
|
* @public
|
|
4081
4259
|
*/
|
|
4082
|
-
IsTruncated?: boolean;
|
|
4260
|
+
IsTruncated?: boolean | undefined;
|
|
4083
4261
|
/**
|
|
4084
4262
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4085
4263
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4086
4264
|
* pagination request.</p>
|
|
4087
4265
|
* @public
|
|
4088
4266
|
*/
|
|
4089
|
-
Marker?: string;
|
|
4267
|
+
Marker?: string | undefined;
|
|
4090
4268
|
/**
|
|
4091
4269
|
* <p>An object that contains details about the reason the operation failed.</p>
|
|
4092
4270
|
* @public
|
|
4093
4271
|
*/
|
|
4094
|
-
Error?: ErrorDetails;
|
|
4272
|
+
Error?: ErrorDetails | undefined;
|
|
4095
4273
|
}
|
|
4096
4274
|
/**
|
|
4097
4275
|
* @public
|
|
@@ -4126,7 +4304,7 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
|
|
|
4126
4304
|
* from.</p>
|
|
4127
4305
|
* @public
|
|
4128
4306
|
*/
|
|
4129
|
-
MaxItems?: number;
|
|
4307
|
+
MaxItems?: number | undefined;
|
|
4130
4308
|
/**
|
|
4131
4309
|
* <p>Use this parameter only when paginating results and only after
|
|
4132
4310
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4134,7 +4312,7 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
|
|
|
4134
4312
|
* should start.</p>
|
|
4135
4313
|
* @public
|
|
4136
4314
|
*/
|
|
4137
|
-
Marker?: string;
|
|
4315
|
+
Marker?: string | undefined;
|
|
4138
4316
|
}
|
|
4139
4317
|
/**
|
|
4140
4318
|
* @public
|
|
@@ -4182,7 +4360,7 @@ export interface EntityInfo {
|
|
|
4182
4360
|
* identifiers</a> in the <i>IAM User Guide</i>. </p>
|
|
4183
4361
|
* @public
|
|
4184
4362
|
*/
|
|
4185
|
-
Path?: string;
|
|
4363
|
+
Path?: string | undefined;
|
|
4186
4364
|
}
|
|
4187
4365
|
/**
|
|
4188
4366
|
* <p>An object that contains details about when the IAM entities (users or roles) were last
|
|
@@ -4205,7 +4383,7 @@ export interface EntityDetails {
|
|
|
4205
4383
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#service-last-accessed-reporting-period">tracking period</a>.</p>
|
|
4206
4384
|
* @public
|
|
4207
4385
|
*/
|
|
4208
|
-
LastAuthenticated?: Date;
|
|
4386
|
+
LastAuthenticated?: Date | undefined;
|
|
4209
4387
|
}
|
|
4210
4388
|
/**
|
|
4211
4389
|
* @public
|
|
@@ -4246,19 +4424,19 @@ export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
|
|
|
4246
4424
|
* results.</p>
|
|
4247
4425
|
* @public
|
|
4248
4426
|
*/
|
|
4249
|
-
IsTruncated?: boolean;
|
|
4427
|
+
IsTruncated?: boolean | undefined;
|
|
4250
4428
|
/**
|
|
4251
4429
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4252
4430
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4253
4431
|
* pagination request.</p>
|
|
4254
4432
|
* @public
|
|
4255
4433
|
*/
|
|
4256
|
-
Marker?: string;
|
|
4434
|
+
Marker?: string | undefined;
|
|
4257
4435
|
/**
|
|
4258
4436
|
* <p>An object that contains details about the reason the operation failed.</p>
|
|
4259
4437
|
* @public
|
|
4260
4438
|
*/
|
|
4261
|
-
Error?: ErrorDetails;
|
|
4439
|
+
Error?: ErrorDetails | undefined;
|
|
4262
4440
|
}
|
|
4263
4441
|
/**
|
|
4264
4442
|
* @public
|
|
@@ -4282,12 +4460,12 @@ export interface RoleUsageType {
|
|
|
4282
4460
|
* <p>The name of the Region where the service-linked role is being used.</p>
|
|
4283
4461
|
* @public
|
|
4284
4462
|
*/
|
|
4285
|
-
Region?: string;
|
|
4463
|
+
Region?: string | undefined;
|
|
4286
4464
|
/**
|
|
4287
4465
|
* <p>The name of the resource that is using the service-linked role.</p>
|
|
4288
4466
|
* @public
|
|
4289
4467
|
*/
|
|
4290
|
-
Resources?: string[];
|
|
4468
|
+
Resources?: string[] | undefined;
|
|
4291
4469
|
}
|
|
4292
4470
|
/**
|
|
4293
4471
|
* <p>The reason that the service-linked role deletion failed.</p>
|
|
@@ -4299,7 +4477,7 @@ export interface DeletionTaskFailureReasonType {
|
|
|
4299
4477
|
* <p>A short description of the reason that the service-linked role deletion failed.</p>
|
|
4300
4478
|
* @public
|
|
4301
4479
|
*/
|
|
4302
|
-
Reason?: string;
|
|
4480
|
+
Reason?: string | undefined;
|
|
4303
4481
|
/**
|
|
4304
4482
|
* <p>A list of objects that contains details about the service-linked role deletion failure,
|
|
4305
4483
|
* if that information is returned by the service. If the service-linked role has active
|
|
@@ -4309,7 +4487,7 @@ export interface DeletionTaskFailureReasonType {
|
|
|
4309
4487
|
* used.</p>
|
|
4310
4488
|
* @public
|
|
4311
4489
|
*/
|
|
4312
|
-
RoleUsageList?: RoleUsageType[];
|
|
4490
|
+
RoleUsageList?: RoleUsageType[] | undefined;
|
|
4313
4491
|
}
|
|
4314
4492
|
/**
|
|
4315
4493
|
* @public
|
|
@@ -4338,7 +4516,7 @@ export interface GetServiceLinkedRoleDeletionStatusResponse {
|
|
|
4338
4516
|
* <p>An object that contains details about the reason the deletion failed.</p>
|
|
4339
4517
|
* @public
|
|
4340
4518
|
*/
|
|
4341
|
-
Reason?: DeletionTaskFailureReasonType;
|
|
4519
|
+
Reason?: DeletionTaskFailureReasonType | undefined;
|
|
4342
4520
|
}
|
|
4343
4521
|
/**
|
|
4344
4522
|
* @public
|
|
@@ -4417,7 +4595,7 @@ export interface SSHPublicKey {
|
|
|
4417
4595
|
* format</a>, when the SSH public key was uploaded.</p>
|
|
4418
4596
|
* @public
|
|
4419
4597
|
*/
|
|
4420
|
-
UploadDate?: Date;
|
|
4598
|
+
UploadDate?: Date | undefined;
|
|
4421
4599
|
}
|
|
4422
4600
|
/**
|
|
4423
4601
|
* <p>Contains the response to a successful <a>GetSSHPublicKey</a>
|
|
@@ -4429,7 +4607,7 @@ export interface GetSSHPublicKeyResponse {
|
|
|
4429
4607
|
* <p>A structure containing details about the SSH public key.</p>
|
|
4430
4608
|
* @public
|
|
4431
4609
|
*/
|
|
4432
|
-
SSHPublicKey?: SSHPublicKey;
|
|
4610
|
+
SSHPublicKey?: SSHPublicKey | undefined;
|
|
4433
4611
|
}
|
|
4434
4612
|
/**
|
|
4435
4613
|
* <p>The request was rejected because the public key encoding format is unsupported or
|
|
@@ -4455,7 +4633,7 @@ export interface GetUserRequest {
|
|
|
4455
4633
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
4456
4634
|
* @public
|
|
4457
4635
|
*/
|
|
4458
|
-
UserName?: string;
|
|
4636
|
+
UserName?: string | undefined;
|
|
4459
4637
|
}
|
|
4460
4638
|
/**
|
|
4461
4639
|
* <p>Contains the response to a successful <a>GetUser</a> request. </p>
|
|
@@ -4537,7 +4715,7 @@ export interface ListAccessKeysRequest {
|
|
|
4537
4715
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
4538
4716
|
* @public
|
|
4539
4717
|
*/
|
|
4540
|
-
UserName?: string;
|
|
4718
|
+
UserName?: string | undefined;
|
|
4541
4719
|
/**
|
|
4542
4720
|
* <p>Use this parameter only when paginating results and only after
|
|
4543
4721
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4545,7 +4723,7 @@ export interface ListAccessKeysRequest {
|
|
|
4545
4723
|
* should start.</p>
|
|
4546
4724
|
* @public
|
|
4547
4725
|
*/
|
|
4548
|
-
Marker?: string;
|
|
4726
|
+
Marker?: string | undefined;
|
|
4549
4727
|
/**
|
|
4550
4728
|
* <p>Use this only when paginating results to indicate the
|
|
4551
4729
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4557,7 +4735,7 @@ export interface ListAccessKeysRequest {
|
|
|
4557
4735
|
* from.</p>
|
|
4558
4736
|
* @public
|
|
4559
4737
|
*/
|
|
4560
|
-
MaxItems?: number;
|
|
4738
|
+
MaxItems?: number | undefined;
|
|
4561
4739
|
}
|
|
4562
4740
|
/**
|
|
4563
4741
|
* <p>Contains the response to a successful <a>ListAccessKeys</a> request.
|
|
@@ -4579,14 +4757,14 @@ export interface ListAccessKeysResponse {
|
|
|
4579
4757
|
* results.</p>
|
|
4580
4758
|
* @public
|
|
4581
4759
|
*/
|
|
4582
|
-
IsTruncated?: boolean;
|
|
4760
|
+
IsTruncated?: boolean | undefined;
|
|
4583
4761
|
/**
|
|
4584
4762
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4585
4763
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4586
4764
|
* pagination request.</p>
|
|
4587
4765
|
* @public
|
|
4588
4766
|
*/
|
|
4589
|
-
Marker?: string;
|
|
4767
|
+
Marker?: string | undefined;
|
|
4590
4768
|
}
|
|
4591
4769
|
/**
|
|
4592
4770
|
* @public
|
|
@@ -4599,7 +4777,7 @@ export interface ListAccountAliasesRequest {
|
|
|
4599
4777
|
* should start.</p>
|
|
4600
4778
|
* @public
|
|
4601
4779
|
*/
|
|
4602
|
-
Marker?: string;
|
|
4780
|
+
Marker?: string | undefined;
|
|
4603
4781
|
/**
|
|
4604
4782
|
* <p>Use this only when paginating results to indicate the
|
|
4605
4783
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4611,7 +4789,7 @@ export interface ListAccountAliasesRequest {
|
|
|
4611
4789
|
* from.</p>
|
|
4612
4790
|
* @public
|
|
4613
4791
|
*/
|
|
4614
|
-
MaxItems?: number;
|
|
4792
|
+
MaxItems?: number | undefined;
|
|
4615
4793
|
}
|
|
4616
4794
|
/**
|
|
4617
4795
|
* <p>Contains the response to a successful <a>ListAccountAliases</a> request.
|
|
@@ -4634,14 +4812,14 @@ export interface ListAccountAliasesResponse {
|
|
|
4634
4812
|
* results.</p>
|
|
4635
4813
|
* @public
|
|
4636
4814
|
*/
|
|
4637
|
-
IsTruncated?: boolean;
|
|
4815
|
+
IsTruncated?: boolean | undefined;
|
|
4638
4816
|
/**
|
|
4639
4817
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4640
4818
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4641
4819
|
* pagination request.</p>
|
|
4642
4820
|
* @public
|
|
4643
4821
|
*/
|
|
4644
|
-
Marker?: string;
|
|
4822
|
+
Marker?: string | undefined;
|
|
4645
4823
|
}
|
|
4646
4824
|
/**
|
|
4647
4825
|
* @public
|
|
@@ -4663,7 +4841,7 @@ export interface ListAttachedGroupPoliciesRequest {
|
|
|
4663
4841
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
4664
4842
|
* @public
|
|
4665
4843
|
*/
|
|
4666
|
-
PathPrefix?: string;
|
|
4844
|
+
PathPrefix?: string | undefined;
|
|
4667
4845
|
/**
|
|
4668
4846
|
* <p>Use this parameter only when paginating results and only after
|
|
4669
4847
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4671,7 +4849,7 @@ export interface ListAttachedGroupPoliciesRequest {
|
|
|
4671
4849
|
* should start.</p>
|
|
4672
4850
|
* @public
|
|
4673
4851
|
*/
|
|
4674
|
-
Marker?: string;
|
|
4852
|
+
Marker?: string | undefined;
|
|
4675
4853
|
/**
|
|
4676
4854
|
* <p>Use this only when paginating results to indicate the
|
|
4677
4855
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4683,7 +4861,7 @@ export interface ListAttachedGroupPoliciesRequest {
|
|
|
4683
4861
|
* from.</p>
|
|
4684
4862
|
* @public
|
|
4685
4863
|
*/
|
|
4686
|
-
MaxItems?: number;
|
|
4864
|
+
MaxItems?: number | undefined;
|
|
4687
4865
|
}
|
|
4688
4866
|
/**
|
|
4689
4867
|
* <p>Contains the response to a successful <a>ListAttachedGroupPolicies</a>
|
|
@@ -4695,7 +4873,7 @@ export interface ListAttachedGroupPoliciesResponse {
|
|
|
4695
4873
|
* <p>A list of the attached policies.</p>
|
|
4696
4874
|
* @public
|
|
4697
4875
|
*/
|
|
4698
|
-
AttachedPolicies?: AttachedPolicy[];
|
|
4876
|
+
AttachedPolicies?: AttachedPolicy[] | undefined;
|
|
4699
4877
|
/**
|
|
4700
4878
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
4701
4879
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -4705,14 +4883,14 @@ export interface ListAttachedGroupPoliciesResponse {
|
|
|
4705
4883
|
* results.</p>
|
|
4706
4884
|
* @public
|
|
4707
4885
|
*/
|
|
4708
|
-
IsTruncated?: boolean;
|
|
4886
|
+
IsTruncated?: boolean | undefined;
|
|
4709
4887
|
/**
|
|
4710
4888
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4711
4889
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4712
4890
|
* pagination request.</p>
|
|
4713
4891
|
* @public
|
|
4714
4892
|
*/
|
|
4715
|
-
Marker?: string;
|
|
4893
|
+
Marker?: string | undefined;
|
|
4716
4894
|
}
|
|
4717
4895
|
/**
|
|
4718
4896
|
* @public
|
|
@@ -4734,7 +4912,7 @@ export interface ListAttachedRolePoliciesRequest {
|
|
|
4734
4912
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
4735
4913
|
* @public
|
|
4736
4914
|
*/
|
|
4737
|
-
PathPrefix?: string;
|
|
4915
|
+
PathPrefix?: string | undefined;
|
|
4738
4916
|
/**
|
|
4739
4917
|
* <p>Use this parameter only when paginating results and only after
|
|
4740
4918
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4742,7 +4920,7 @@ export interface ListAttachedRolePoliciesRequest {
|
|
|
4742
4920
|
* should start.</p>
|
|
4743
4921
|
* @public
|
|
4744
4922
|
*/
|
|
4745
|
-
Marker?: string;
|
|
4923
|
+
Marker?: string | undefined;
|
|
4746
4924
|
/**
|
|
4747
4925
|
* <p>Use this only when paginating results to indicate the
|
|
4748
4926
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4754,7 +4932,7 @@ export interface ListAttachedRolePoliciesRequest {
|
|
|
4754
4932
|
* from.</p>
|
|
4755
4933
|
* @public
|
|
4756
4934
|
*/
|
|
4757
|
-
MaxItems?: number;
|
|
4935
|
+
MaxItems?: number | undefined;
|
|
4758
4936
|
}
|
|
4759
4937
|
/**
|
|
4760
4938
|
* <p>Contains the response to a successful <a>ListAttachedRolePolicies</a>
|
|
@@ -4766,7 +4944,7 @@ export interface ListAttachedRolePoliciesResponse {
|
|
|
4766
4944
|
* <p>A list of the attached policies.</p>
|
|
4767
4945
|
* @public
|
|
4768
4946
|
*/
|
|
4769
|
-
AttachedPolicies?: AttachedPolicy[];
|
|
4947
|
+
AttachedPolicies?: AttachedPolicy[] | undefined;
|
|
4770
4948
|
/**
|
|
4771
4949
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
4772
4950
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -4776,14 +4954,14 @@ export interface ListAttachedRolePoliciesResponse {
|
|
|
4776
4954
|
* results.</p>
|
|
4777
4955
|
* @public
|
|
4778
4956
|
*/
|
|
4779
|
-
IsTruncated?: boolean;
|
|
4957
|
+
IsTruncated?: boolean | undefined;
|
|
4780
4958
|
/**
|
|
4781
4959
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4782
4960
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4783
4961
|
* pagination request.</p>
|
|
4784
4962
|
* @public
|
|
4785
4963
|
*/
|
|
4786
|
-
Marker?: string;
|
|
4964
|
+
Marker?: string | undefined;
|
|
4787
4965
|
}
|
|
4788
4966
|
/**
|
|
4789
4967
|
* @public
|
|
@@ -4805,7 +4983,7 @@ export interface ListAttachedUserPoliciesRequest {
|
|
|
4805
4983
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
4806
4984
|
* @public
|
|
4807
4985
|
*/
|
|
4808
|
-
PathPrefix?: string;
|
|
4986
|
+
PathPrefix?: string | undefined;
|
|
4809
4987
|
/**
|
|
4810
4988
|
* <p>Use this parameter only when paginating results and only after
|
|
4811
4989
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4813,7 +4991,7 @@ export interface ListAttachedUserPoliciesRequest {
|
|
|
4813
4991
|
* should start.</p>
|
|
4814
4992
|
* @public
|
|
4815
4993
|
*/
|
|
4816
|
-
Marker?: string;
|
|
4994
|
+
Marker?: string | undefined;
|
|
4817
4995
|
/**
|
|
4818
4996
|
* <p>Use this only when paginating results to indicate the
|
|
4819
4997
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4825,7 +5003,7 @@ export interface ListAttachedUserPoliciesRequest {
|
|
|
4825
5003
|
* from.</p>
|
|
4826
5004
|
* @public
|
|
4827
5005
|
*/
|
|
4828
|
-
MaxItems?: number;
|
|
5006
|
+
MaxItems?: number | undefined;
|
|
4829
5007
|
}
|
|
4830
5008
|
/**
|
|
4831
5009
|
* <p>Contains the response to a successful <a>ListAttachedUserPolicies</a>
|
|
@@ -4837,7 +5015,7 @@ export interface ListAttachedUserPoliciesResponse {
|
|
|
4837
5015
|
* <p>A list of the attached policies.</p>
|
|
4838
5016
|
* @public
|
|
4839
5017
|
*/
|
|
4840
|
-
AttachedPolicies?: AttachedPolicy[];
|
|
5018
|
+
AttachedPolicies?: AttachedPolicy[] | undefined;
|
|
4841
5019
|
/**
|
|
4842
5020
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
4843
5021
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -4847,14 +5025,14 @@ export interface ListAttachedUserPoliciesResponse {
|
|
|
4847
5025
|
* results.</p>
|
|
4848
5026
|
* @public
|
|
4849
5027
|
*/
|
|
4850
|
-
IsTruncated?: boolean;
|
|
5028
|
+
IsTruncated?: boolean | undefined;
|
|
4851
5029
|
/**
|
|
4852
5030
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
4853
5031
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
4854
5032
|
* pagination request.</p>
|
|
4855
5033
|
* @public
|
|
4856
5034
|
*/
|
|
4857
|
-
Marker?: string;
|
|
5035
|
+
Marker?: string | undefined;
|
|
4858
5036
|
}
|
|
4859
5037
|
/**
|
|
4860
5038
|
* @public
|
|
@@ -4887,7 +5065,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4887
5065
|
* argument for this parameter must be one of the valid values listed below.</p>
|
|
4888
5066
|
* @public
|
|
4889
5067
|
*/
|
|
4890
|
-
EntityFilter?: EntityType;
|
|
5068
|
+
EntityFilter?: EntityType | undefined;
|
|
4891
5069
|
/**
|
|
4892
5070
|
* <p>The path prefix for filtering the results. This parameter is optional. If it is not
|
|
4893
5071
|
* included, it defaults to a slash (/), listing all entities.</p>
|
|
@@ -4897,7 +5075,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4897
5075
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
4898
5076
|
* @public
|
|
4899
5077
|
*/
|
|
4900
|
-
PathPrefix?: string;
|
|
5078
|
+
PathPrefix?: string | undefined;
|
|
4901
5079
|
/**
|
|
4902
5080
|
* <p>The policy usage method to use for filtering the results.</p>
|
|
4903
5081
|
* <p>To list only permissions policies,
|
|
@@ -4907,7 +5085,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4907
5085
|
* <p>This parameter is optional. If it is not included, all policies are returned. </p>
|
|
4908
5086
|
* @public
|
|
4909
5087
|
*/
|
|
4910
|
-
PolicyUsageFilter?: PolicyUsageType;
|
|
5088
|
+
PolicyUsageFilter?: PolicyUsageType | undefined;
|
|
4911
5089
|
/**
|
|
4912
5090
|
* <p>Use this parameter only when paginating results and only after
|
|
4913
5091
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -4915,7 +5093,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4915
5093
|
* should start.</p>
|
|
4916
5094
|
* @public
|
|
4917
5095
|
*/
|
|
4918
|
-
Marker?: string;
|
|
5096
|
+
Marker?: string | undefined;
|
|
4919
5097
|
/**
|
|
4920
5098
|
* <p>Use this only when paginating results to indicate the
|
|
4921
5099
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -4927,7 +5105,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
4927
5105
|
* from.</p>
|
|
4928
5106
|
* @public
|
|
4929
5107
|
*/
|
|
4930
|
-
MaxItems?: number;
|
|
5108
|
+
MaxItems?: number | undefined;
|
|
4931
5109
|
}
|
|
4932
5110
|
/**
|
|
4933
5111
|
* <p>Contains information about a group that a managed policy is attached to.</p>
|
|
@@ -4941,14 +5119,14 @@ export interface PolicyGroup {
|
|
|
4941
5119
|
* <p>The name (friendly name, not ARN) identifying the group.</p>
|
|
4942
5120
|
* @public
|
|
4943
5121
|
*/
|
|
4944
|
-
GroupName?: string;
|
|
5122
|
+
GroupName?: string | undefined;
|
|
4945
5123
|
/**
|
|
4946
5124
|
* <p>The stable and unique string identifying the group. For more information about IDs, see
|
|
4947
5125
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM
|
|
4948
5126
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
4949
5127
|
* @public
|
|
4950
5128
|
*/
|
|
4951
|
-
GroupId?: string;
|
|
5129
|
+
GroupId?: string | undefined;
|
|
4952
5130
|
}
|
|
4953
5131
|
/**
|
|
4954
5132
|
* <p>Contains information about a role that a managed policy is attached to.</p>
|
|
@@ -4962,14 +5140,14 @@ export interface PolicyRole {
|
|
|
4962
5140
|
* <p>The name (friendly name, not ARN) identifying the role.</p>
|
|
4963
5141
|
* @public
|
|
4964
5142
|
*/
|
|
4965
|
-
RoleName?: string;
|
|
5143
|
+
RoleName?: string | undefined;
|
|
4966
5144
|
/**
|
|
4967
5145
|
* <p>The stable and unique string identifying the role. For more information about IDs, see
|
|
4968
5146
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM
|
|
4969
5147
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
4970
5148
|
* @public
|
|
4971
5149
|
*/
|
|
4972
|
-
RoleId?: string;
|
|
5150
|
+
RoleId?: string | undefined;
|
|
4973
5151
|
}
|
|
4974
5152
|
/**
|
|
4975
5153
|
* <p>Contains information about a user that a managed policy is attached to.</p>
|
|
@@ -4983,14 +5161,14 @@ export interface PolicyUser {
|
|
|
4983
5161
|
* <p>The name (friendly name, not ARN) identifying the user.</p>
|
|
4984
5162
|
* @public
|
|
4985
5163
|
*/
|
|
4986
|
-
UserName?: string;
|
|
5164
|
+
UserName?: string | undefined;
|
|
4987
5165
|
/**
|
|
4988
5166
|
* <p>The stable and unique string identifying the user. For more information about IDs, see
|
|
4989
5167
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM
|
|
4990
5168
|
* identifiers</a> in the <i>IAM User Guide</i>.</p>
|
|
4991
5169
|
* @public
|
|
4992
5170
|
*/
|
|
4993
|
-
UserId?: string;
|
|
5171
|
+
UserId?: string | undefined;
|
|
4994
5172
|
}
|
|
4995
5173
|
/**
|
|
4996
5174
|
* <p>Contains the response to a successful <a>ListEntitiesForPolicy</a> request.
|
|
@@ -5002,17 +5180,17 @@ export interface ListEntitiesForPolicyResponse {
|
|
|
5002
5180
|
* <p>A list of IAM groups that the policy is attached to.</p>
|
|
5003
5181
|
* @public
|
|
5004
5182
|
*/
|
|
5005
|
-
PolicyGroups?: PolicyGroup[];
|
|
5183
|
+
PolicyGroups?: PolicyGroup[] | undefined;
|
|
5006
5184
|
/**
|
|
5007
5185
|
* <p>A list of IAM users that the policy is attached to.</p>
|
|
5008
5186
|
* @public
|
|
5009
5187
|
*/
|
|
5010
|
-
PolicyUsers?: PolicyUser[];
|
|
5188
|
+
PolicyUsers?: PolicyUser[] | undefined;
|
|
5011
5189
|
/**
|
|
5012
5190
|
* <p>A list of IAM roles that the policy is attached to.</p>
|
|
5013
5191
|
* @public
|
|
5014
5192
|
*/
|
|
5015
|
-
PolicyRoles?: PolicyRole[];
|
|
5193
|
+
PolicyRoles?: PolicyRole[] | undefined;
|
|
5016
5194
|
/**
|
|
5017
5195
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
5018
5196
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -5022,14 +5200,14 @@ export interface ListEntitiesForPolicyResponse {
|
|
|
5022
5200
|
* results.</p>
|
|
5023
5201
|
* @public
|
|
5024
5202
|
*/
|
|
5025
|
-
IsTruncated?: boolean;
|
|
5203
|
+
IsTruncated?: boolean | undefined;
|
|
5026
5204
|
/**
|
|
5027
5205
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5028
5206
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5029
5207
|
* pagination request.</p>
|
|
5030
5208
|
* @public
|
|
5031
5209
|
*/
|
|
5032
|
-
Marker?: string;
|
|
5210
|
+
Marker?: string | undefined;
|
|
5033
5211
|
}
|
|
5034
5212
|
/**
|
|
5035
5213
|
* @public
|
|
@@ -5049,7 +5227,7 @@ export interface ListGroupPoliciesRequest {
|
|
|
5049
5227
|
* should start.</p>
|
|
5050
5228
|
* @public
|
|
5051
5229
|
*/
|
|
5052
|
-
Marker?: string;
|
|
5230
|
+
Marker?: string | undefined;
|
|
5053
5231
|
/**
|
|
5054
5232
|
* <p>Use this only when paginating results to indicate the
|
|
5055
5233
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5061,7 +5239,7 @@ export interface ListGroupPoliciesRequest {
|
|
|
5061
5239
|
* from.</p>
|
|
5062
5240
|
* @public
|
|
5063
5241
|
*/
|
|
5064
|
-
MaxItems?: number;
|
|
5242
|
+
MaxItems?: number | undefined;
|
|
5065
5243
|
}
|
|
5066
5244
|
/**
|
|
5067
5245
|
* <p>Contains the response to a successful <a>ListGroupPolicies</a> request.
|
|
@@ -5085,14 +5263,14 @@ export interface ListGroupPoliciesResponse {
|
|
|
5085
5263
|
* results.</p>
|
|
5086
5264
|
* @public
|
|
5087
5265
|
*/
|
|
5088
|
-
IsTruncated?: boolean;
|
|
5266
|
+
IsTruncated?: boolean | undefined;
|
|
5089
5267
|
/**
|
|
5090
5268
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5091
5269
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5092
5270
|
* pagination request.</p>
|
|
5093
5271
|
* @public
|
|
5094
5272
|
*/
|
|
5095
|
-
Marker?: string;
|
|
5273
|
+
Marker?: string | undefined;
|
|
5096
5274
|
}
|
|
5097
5275
|
/**
|
|
5098
5276
|
* @public
|
|
@@ -5109,7 +5287,7 @@ export interface ListGroupsRequest {
|
|
|
5109
5287
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
5110
5288
|
* @public
|
|
5111
5289
|
*/
|
|
5112
|
-
PathPrefix?: string;
|
|
5290
|
+
PathPrefix?: string | undefined;
|
|
5113
5291
|
/**
|
|
5114
5292
|
* <p>Use this parameter only when paginating results and only after
|
|
5115
5293
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -5117,7 +5295,7 @@ export interface ListGroupsRequest {
|
|
|
5117
5295
|
* should start.</p>
|
|
5118
5296
|
* @public
|
|
5119
5297
|
*/
|
|
5120
|
-
Marker?: string;
|
|
5298
|
+
Marker?: string | undefined;
|
|
5121
5299
|
/**
|
|
5122
5300
|
* <p>Use this only when paginating results to indicate the
|
|
5123
5301
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5129,7 +5307,7 @@ export interface ListGroupsRequest {
|
|
|
5129
5307
|
* from.</p>
|
|
5130
5308
|
* @public
|
|
5131
5309
|
*/
|
|
5132
|
-
MaxItems?: number;
|
|
5310
|
+
MaxItems?: number | undefined;
|
|
5133
5311
|
}
|
|
5134
5312
|
/**
|
|
5135
5313
|
* <p>Contains the response to a successful <a>ListGroups</a> request. </p>
|
|
@@ -5150,14 +5328,14 @@ export interface ListGroupsResponse {
|
|
|
5150
5328
|
* results.</p>
|
|
5151
5329
|
* @public
|
|
5152
5330
|
*/
|
|
5153
|
-
IsTruncated?: boolean;
|
|
5331
|
+
IsTruncated?: boolean | undefined;
|
|
5154
5332
|
/**
|
|
5155
5333
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5156
5334
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5157
5335
|
* pagination request.</p>
|
|
5158
5336
|
* @public
|
|
5159
5337
|
*/
|
|
5160
|
-
Marker?: string;
|
|
5338
|
+
Marker?: string | undefined;
|
|
5161
5339
|
}
|
|
5162
5340
|
/**
|
|
5163
5341
|
* @public
|
|
@@ -5177,7 +5355,7 @@ export interface ListGroupsForUserRequest {
|
|
|
5177
5355
|
* should start.</p>
|
|
5178
5356
|
* @public
|
|
5179
5357
|
*/
|
|
5180
|
-
Marker?: string;
|
|
5358
|
+
Marker?: string | undefined;
|
|
5181
5359
|
/**
|
|
5182
5360
|
* <p>Use this only when paginating results to indicate the
|
|
5183
5361
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5189,7 +5367,7 @@ export interface ListGroupsForUserRequest {
|
|
|
5189
5367
|
* from.</p>
|
|
5190
5368
|
* @public
|
|
5191
5369
|
*/
|
|
5192
|
-
MaxItems?: number;
|
|
5370
|
+
MaxItems?: number | undefined;
|
|
5193
5371
|
}
|
|
5194
5372
|
/**
|
|
5195
5373
|
* <p>Contains the response to a successful <a>ListGroupsForUser</a> request.
|
|
@@ -5211,14 +5389,14 @@ export interface ListGroupsForUserResponse {
|
|
|
5211
5389
|
* results.</p>
|
|
5212
5390
|
* @public
|
|
5213
5391
|
*/
|
|
5214
|
-
IsTruncated?: boolean;
|
|
5392
|
+
IsTruncated?: boolean | undefined;
|
|
5215
5393
|
/**
|
|
5216
5394
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5217
5395
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5218
5396
|
* pagination request.</p>
|
|
5219
5397
|
* @public
|
|
5220
5398
|
*/
|
|
5221
|
-
Marker?: string;
|
|
5399
|
+
Marker?: string | undefined;
|
|
5222
5400
|
}
|
|
5223
5401
|
/**
|
|
5224
5402
|
* @public
|
|
@@ -5235,7 +5413,7 @@ export interface ListInstanceProfilesRequest {
|
|
|
5235
5413
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
5236
5414
|
* @public
|
|
5237
5415
|
*/
|
|
5238
|
-
PathPrefix?: string;
|
|
5416
|
+
PathPrefix?: string | undefined;
|
|
5239
5417
|
/**
|
|
5240
5418
|
* <p>Use this parameter only when paginating results and only after
|
|
5241
5419
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -5243,7 +5421,7 @@ export interface ListInstanceProfilesRequest {
|
|
|
5243
5421
|
* should start.</p>
|
|
5244
5422
|
* @public
|
|
5245
5423
|
*/
|
|
5246
|
-
Marker?: string;
|
|
5424
|
+
Marker?: string | undefined;
|
|
5247
5425
|
/**
|
|
5248
5426
|
* <p>Use this only when paginating results to indicate the
|
|
5249
5427
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5255,7 +5433,7 @@ export interface ListInstanceProfilesRequest {
|
|
|
5255
5433
|
* from.</p>
|
|
5256
5434
|
* @public
|
|
5257
5435
|
*/
|
|
5258
|
-
MaxItems?: number;
|
|
5436
|
+
MaxItems?: number | undefined;
|
|
5259
5437
|
}
|
|
5260
5438
|
/**
|
|
5261
5439
|
* <p>Contains the response to a successful <a>ListInstanceProfiles</a> request.
|
|
@@ -5277,14 +5455,14 @@ export interface ListInstanceProfilesResponse {
|
|
|
5277
5455
|
* results.</p>
|
|
5278
5456
|
* @public
|
|
5279
5457
|
*/
|
|
5280
|
-
IsTruncated?: boolean;
|
|
5458
|
+
IsTruncated?: boolean | undefined;
|
|
5281
5459
|
/**
|
|
5282
5460
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5283
5461
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5284
5462
|
* pagination request.</p>
|
|
5285
5463
|
* @public
|
|
5286
5464
|
*/
|
|
5287
|
-
Marker?: string;
|
|
5465
|
+
Marker?: string | undefined;
|
|
5288
5466
|
}
|
|
5289
5467
|
/**
|
|
5290
5468
|
* @public
|
|
@@ -5304,7 +5482,7 @@ export interface ListInstanceProfilesForRoleRequest {
|
|
|
5304
5482
|
* should start.</p>
|
|
5305
5483
|
* @public
|
|
5306
5484
|
*/
|
|
5307
|
-
Marker?: string;
|
|
5485
|
+
Marker?: string | undefined;
|
|
5308
5486
|
/**
|
|
5309
5487
|
* <p>Use this only when paginating results to indicate the
|
|
5310
5488
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5316,7 +5494,7 @@ export interface ListInstanceProfilesForRoleRequest {
|
|
|
5316
5494
|
* from.</p>
|
|
5317
5495
|
* @public
|
|
5318
5496
|
*/
|
|
5319
|
-
MaxItems?: number;
|
|
5497
|
+
MaxItems?: number | undefined;
|
|
5320
5498
|
}
|
|
5321
5499
|
/**
|
|
5322
5500
|
* <p>Contains the response to a successful <a>ListInstanceProfilesForRole</a>
|
|
@@ -5338,14 +5516,14 @@ export interface ListInstanceProfilesForRoleResponse {
|
|
|
5338
5516
|
* results.</p>
|
|
5339
5517
|
* @public
|
|
5340
5518
|
*/
|
|
5341
|
-
IsTruncated?: boolean;
|
|
5519
|
+
IsTruncated?: boolean | undefined;
|
|
5342
5520
|
/**
|
|
5343
5521
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5344
5522
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5345
5523
|
* pagination request.</p>
|
|
5346
5524
|
* @public
|
|
5347
5525
|
*/
|
|
5348
|
-
Marker?: string;
|
|
5526
|
+
Marker?: string | undefined;
|
|
5349
5527
|
}
|
|
5350
5528
|
/**
|
|
5351
5529
|
* @public
|
|
@@ -5365,7 +5543,7 @@ export interface ListInstanceProfileTagsRequest {
|
|
|
5365
5543
|
* should start.</p>
|
|
5366
5544
|
* @public
|
|
5367
5545
|
*/
|
|
5368
|
-
Marker?: string;
|
|
5546
|
+
Marker?: string | undefined;
|
|
5369
5547
|
/**
|
|
5370
5548
|
* <p>Use this only when paginating results to indicate the
|
|
5371
5549
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5377,7 +5555,7 @@ export interface ListInstanceProfileTagsRequest {
|
|
|
5377
5555
|
* from.</p>
|
|
5378
5556
|
* @public
|
|
5379
5557
|
*/
|
|
5380
|
-
MaxItems?: number;
|
|
5558
|
+
MaxItems?: number | undefined;
|
|
5381
5559
|
}
|
|
5382
5560
|
/**
|
|
5383
5561
|
* @public
|
|
@@ -5397,14 +5575,14 @@ export interface ListInstanceProfileTagsResponse {
|
|
|
5397
5575
|
* results.</p>
|
|
5398
5576
|
* @public
|
|
5399
5577
|
*/
|
|
5400
|
-
IsTruncated?: boolean;
|
|
5578
|
+
IsTruncated?: boolean | undefined;
|
|
5401
5579
|
/**
|
|
5402
5580
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5403
5581
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5404
5582
|
* pagination request.</p>
|
|
5405
5583
|
* @public
|
|
5406
5584
|
*/
|
|
5407
|
-
Marker?: string;
|
|
5585
|
+
Marker?: string | undefined;
|
|
5408
5586
|
}
|
|
5409
5587
|
/**
|
|
5410
5588
|
* @public
|
|
@@ -5416,7 +5594,7 @@ export interface ListMFADevicesRequest {
|
|
|
5416
5594
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
5417
5595
|
* @public
|
|
5418
5596
|
*/
|
|
5419
|
-
UserName?: string;
|
|
5597
|
+
UserName?: string | undefined;
|
|
5420
5598
|
/**
|
|
5421
5599
|
* <p>Use this parameter only when paginating results and only after
|
|
5422
5600
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -5424,7 +5602,7 @@ export interface ListMFADevicesRequest {
|
|
|
5424
5602
|
* should start.</p>
|
|
5425
5603
|
* @public
|
|
5426
5604
|
*/
|
|
5427
|
-
Marker?: string;
|
|
5605
|
+
Marker?: string | undefined;
|
|
5428
5606
|
/**
|
|
5429
5607
|
* <p>Use this only when paginating results to indicate the
|
|
5430
5608
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5436,7 +5614,7 @@ export interface ListMFADevicesRequest {
|
|
|
5436
5614
|
* from.</p>
|
|
5437
5615
|
* @public
|
|
5438
5616
|
*/
|
|
5439
|
-
MaxItems?: number;
|
|
5617
|
+
MaxItems?: number | undefined;
|
|
5440
5618
|
}
|
|
5441
5619
|
/**
|
|
5442
5620
|
* <p>Contains information about an MFA device.</p>
|
|
@@ -5482,14 +5660,14 @@ export interface ListMFADevicesResponse {
|
|
|
5482
5660
|
* results.</p>
|
|
5483
5661
|
* @public
|
|
5484
5662
|
*/
|
|
5485
|
-
IsTruncated?: boolean;
|
|
5663
|
+
IsTruncated?: boolean | undefined;
|
|
5486
5664
|
/**
|
|
5487
5665
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5488
5666
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5489
5667
|
* pagination request.</p>
|
|
5490
5668
|
* @public
|
|
5491
5669
|
*/
|
|
5492
|
-
Marker?: string;
|
|
5670
|
+
Marker?: string | undefined;
|
|
5493
5671
|
}
|
|
5494
5672
|
/**
|
|
5495
5673
|
* @public
|
|
@@ -5510,7 +5688,7 @@ export interface ListMFADeviceTagsRequest {
|
|
|
5510
5688
|
* should start.</p>
|
|
5511
5689
|
* @public
|
|
5512
5690
|
*/
|
|
5513
|
-
Marker?: string;
|
|
5691
|
+
Marker?: string | undefined;
|
|
5514
5692
|
/**
|
|
5515
5693
|
* <p>Use this only when paginating results to indicate the
|
|
5516
5694
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5522,7 +5700,7 @@ export interface ListMFADeviceTagsRequest {
|
|
|
5522
5700
|
* from.</p>
|
|
5523
5701
|
* @public
|
|
5524
5702
|
*/
|
|
5525
|
-
MaxItems?: number;
|
|
5703
|
+
MaxItems?: number | undefined;
|
|
5526
5704
|
}
|
|
5527
5705
|
/**
|
|
5528
5706
|
* @public
|
|
@@ -5542,14 +5720,14 @@ export interface ListMFADeviceTagsResponse {
|
|
|
5542
5720
|
* results.</p>
|
|
5543
5721
|
* @public
|
|
5544
5722
|
*/
|
|
5545
|
-
IsTruncated?: boolean;
|
|
5723
|
+
IsTruncated?: boolean | undefined;
|
|
5546
5724
|
/**
|
|
5547
5725
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5548
5726
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5549
5727
|
* pagination request.</p>
|
|
5550
5728
|
* @public
|
|
5551
5729
|
*/
|
|
5552
|
-
Marker?: string;
|
|
5730
|
+
Marker?: string | undefined;
|
|
5553
5731
|
}
|
|
5554
5732
|
/**
|
|
5555
5733
|
* @public
|
|
@@ -5567,7 +5745,7 @@ export interface OpenIDConnectProviderListEntry {
|
|
|
5567
5745
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
5568
5746
|
* @public
|
|
5569
5747
|
*/
|
|
5570
|
-
Arn?: string;
|
|
5748
|
+
Arn?: string | undefined;
|
|
5571
5749
|
}
|
|
5572
5750
|
/**
|
|
5573
5751
|
* <p>Contains the response to a successful <a>ListOpenIDConnectProviders</a>
|
|
@@ -5579,7 +5757,7 @@ export interface ListOpenIDConnectProvidersResponse {
|
|
|
5579
5757
|
* <p>The list of IAM OIDC provider resource objects defined in the Amazon Web Services account.</p>
|
|
5580
5758
|
* @public
|
|
5581
5759
|
*/
|
|
5582
|
-
OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[];
|
|
5760
|
+
OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[] | undefined;
|
|
5583
5761
|
}
|
|
5584
5762
|
/**
|
|
5585
5763
|
* @public
|
|
@@ -5600,7 +5778,7 @@ export interface ListOpenIDConnectProviderTagsRequest {
|
|
|
5600
5778
|
* should start.</p>
|
|
5601
5779
|
* @public
|
|
5602
5780
|
*/
|
|
5603
|
-
Marker?: string;
|
|
5781
|
+
Marker?: string | undefined;
|
|
5604
5782
|
/**
|
|
5605
5783
|
* <p>Use this only when paginating results to indicate the
|
|
5606
5784
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5612,7 +5790,7 @@ export interface ListOpenIDConnectProviderTagsRequest {
|
|
|
5612
5790
|
* from.</p>
|
|
5613
5791
|
* @public
|
|
5614
5792
|
*/
|
|
5615
|
-
MaxItems?: number;
|
|
5793
|
+
MaxItems?: number | undefined;
|
|
5616
5794
|
}
|
|
5617
5795
|
/**
|
|
5618
5796
|
* @public
|
|
@@ -5633,14 +5811,34 @@ export interface ListOpenIDConnectProviderTagsResponse {
|
|
|
5633
5811
|
* results.</p>
|
|
5634
5812
|
* @public
|
|
5635
5813
|
*/
|
|
5636
|
-
IsTruncated?: boolean;
|
|
5814
|
+
IsTruncated?: boolean | undefined;
|
|
5637
5815
|
/**
|
|
5638
5816
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5639
5817
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5640
5818
|
* pagination request.</p>
|
|
5641
5819
|
* @public
|
|
5642
5820
|
*/
|
|
5643
|
-
Marker?: string;
|
|
5821
|
+
Marker?: string | undefined;
|
|
5822
|
+
}
|
|
5823
|
+
/**
|
|
5824
|
+
* @public
|
|
5825
|
+
*/
|
|
5826
|
+
export interface ListOrganizationsFeaturesRequest {
|
|
5827
|
+
}
|
|
5828
|
+
/**
|
|
5829
|
+
* @public
|
|
5830
|
+
*/
|
|
5831
|
+
export interface ListOrganizationsFeaturesResponse {
|
|
5832
|
+
/**
|
|
5833
|
+
* <p>The unique identifier (ID) of an organization.</p>
|
|
5834
|
+
* @public
|
|
5835
|
+
*/
|
|
5836
|
+
OrganizationId?: string | undefined;
|
|
5837
|
+
/**
|
|
5838
|
+
* <p>Specifies the features that are currently available in your organization.</p>
|
|
5839
|
+
* @public
|
|
5840
|
+
*/
|
|
5841
|
+
EnabledFeatures?: FeatureType[] | undefined;
|
|
5644
5842
|
}
|
|
5645
5843
|
/**
|
|
5646
5844
|
* @public
|
|
@@ -5668,7 +5866,7 @@ export interface ListPoliciesRequest {
|
|
|
5668
5866
|
* <code>All</code>, all policies are returned.</p>
|
|
5669
5867
|
* @public
|
|
5670
5868
|
*/
|
|
5671
|
-
Scope?: PolicyScopeType;
|
|
5869
|
+
Scope?: PolicyScopeType | undefined;
|
|
5672
5870
|
/**
|
|
5673
5871
|
* <p>A flag to filter the results to only the attached policies.</p>
|
|
5674
5872
|
* <p>When <code>OnlyAttached</code> is <code>true</code>, the returned list contains only
|
|
@@ -5677,7 +5875,7 @@ export interface ListPoliciesRequest {
|
|
|
5677
5875
|
* included, all policies are returned.</p>
|
|
5678
5876
|
* @public
|
|
5679
5877
|
*/
|
|
5680
|
-
OnlyAttached?: boolean;
|
|
5878
|
+
OnlyAttached?: boolean | undefined;
|
|
5681
5879
|
/**
|
|
5682
5880
|
* <p>The path prefix for filtering the results. This parameter is optional. If it is not
|
|
5683
5881
|
* included, it defaults to a slash (/), listing all policies. This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
|
|
@@ -5686,7 +5884,7 @@ export interface ListPoliciesRequest {
|
|
|
5686
5884
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
5687
5885
|
* @public
|
|
5688
5886
|
*/
|
|
5689
|
-
PathPrefix?: string;
|
|
5887
|
+
PathPrefix?: string | undefined;
|
|
5690
5888
|
/**
|
|
5691
5889
|
* <p>The policy usage method to use for filtering the results.</p>
|
|
5692
5890
|
* <p>To list only permissions policies,
|
|
@@ -5696,7 +5894,7 @@ export interface ListPoliciesRequest {
|
|
|
5696
5894
|
* <p>This parameter is optional. If it is not included, all policies are returned. </p>
|
|
5697
5895
|
* @public
|
|
5698
5896
|
*/
|
|
5699
|
-
PolicyUsageFilter?: PolicyUsageType;
|
|
5897
|
+
PolicyUsageFilter?: PolicyUsageType | undefined;
|
|
5700
5898
|
/**
|
|
5701
5899
|
* <p>Use this parameter only when paginating results and only after
|
|
5702
5900
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -5704,7 +5902,7 @@ export interface ListPoliciesRequest {
|
|
|
5704
5902
|
* should start.</p>
|
|
5705
5903
|
* @public
|
|
5706
5904
|
*/
|
|
5707
|
-
Marker?: string;
|
|
5905
|
+
Marker?: string | undefined;
|
|
5708
5906
|
/**
|
|
5709
5907
|
* <p>Use this only when paginating results to indicate the
|
|
5710
5908
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5716,7 +5914,7 @@ export interface ListPoliciesRequest {
|
|
|
5716
5914
|
* from.</p>
|
|
5717
5915
|
* @public
|
|
5718
5916
|
*/
|
|
5719
|
-
MaxItems?: number;
|
|
5917
|
+
MaxItems?: number | undefined;
|
|
5720
5918
|
}
|
|
5721
5919
|
/**
|
|
5722
5920
|
* <p>Contains the response to a successful <a>ListPolicies</a> request.
|
|
@@ -5728,7 +5926,7 @@ export interface ListPoliciesResponse {
|
|
|
5728
5926
|
* <p>A list of policies.</p>
|
|
5729
5927
|
* @public
|
|
5730
5928
|
*/
|
|
5731
|
-
Policies?: Policy[];
|
|
5929
|
+
Policies?: Policy[] | undefined;
|
|
5732
5930
|
/**
|
|
5733
5931
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
5734
5932
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -5738,14 +5936,14 @@ export interface ListPoliciesResponse {
|
|
|
5738
5936
|
* results.</p>
|
|
5739
5937
|
* @public
|
|
5740
5938
|
*/
|
|
5741
|
-
IsTruncated?: boolean;
|
|
5939
|
+
IsTruncated?: boolean | undefined;
|
|
5742
5940
|
/**
|
|
5743
5941
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5744
5942
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5745
5943
|
* pagination request.</p>
|
|
5746
5944
|
* @public
|
|
5747
5945
|
*/
|
|
5748
|
-
Marker?: string;
|
|
5946
|
+
Marker?: string | undefined;
|
|
5749
5947
|
}
|
|
5750
5948
|
/**
|
|
5751
5949
|
* @public
|
|
@@ -5758,7 +5956,7 @@ export interface ListPoliciesGrantingServiceAccessRequest {
|
|
|
5758
5956
|
* should start.</p>
|
|
5759
5957
|
* @public
|
|
5760
5958
|
*/
|
|
5761
|
-
Marker?: string;
|
|
5959
|
+
Marker?: string | undefined;
|
|
5762
5960
|
/**
|
|
5763
5961
|
* <p>The ARN of the IAM identity (user, group, or role) whose policies you want to
|
|
5764
5962
|
* list.</p>
|
|
@@ -5814,7 +6012,7 @@ export interface PolicyGrantingServiceAccess {
|
|
|
5814
6012
|
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
5815
6013
|
* @public
|
|
5816
6014
|
*/
|
|
5817
|
-
PolicyArn?: string;
|
|
6015
|
+
PolicyArn?: string | undefined;
|
|
5818
6016
|
/**
|
|
5819
6017
|
* <p>The type of entity (user or role) that used the policy to access the service to which
|
|
5820
6018
|
* the inline policy is attached.</p>
|
|
@@ -5823,7 +6021,7 @@ export interface PolicyGrantingServiceAccess {
|
|
|
5823
6021
|
* <i>IAM User Guide</i>.</p>
|
|
5824
6022
|
* @public
|
|
5825
6023
|
*/
|
|
5826
|
-
EntityType?: PolicyOwnerEntityType;
|
|
6024
|
+
EntityType?: PolicyOwnerEntityType | undefined;
|
|
5827
6025
|
/**
|
|
5828
6026
|
* <p>The name of the entity (user or role) to which the inline policy is attached.</p>
|
|
5829
6027
|
* <p>This field is null for managed policies. For more information about these policy types,
|
|
@@ -5831,7 +6029,7 @@ export interface PolicyGrantingServiceAccess {
|
|
|
5831
6029
|
* <i>IAM User Guide</i>.</p>
|
|
5832
6030
|
* @public
|
|
5833
6031
|
*/
|
|
5834
|
-
EntityName?: string;
|
|
6032
|
+
EntityName?: string | undefined;
|
|
5835
6033
|
}
|
|
5836
6034
|
/**
|
|
5837
6035
|
* <p>Contains details about the permissions policies that are attached to the specified
|
|
@@ -5850,13 +6048,13 @@ export interface ListPoliciesGrantingServiceAccessEntry {
|
|
|
5850
6048
|
* service namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
5851
6049
|
* @public
|
|
5852
6050
|
*/
|
|
5853
|
-
ServiceNamespace?: string;
|
|
6051
|
+
ServiceNamespace?: string | undefined;
|
|
5854
6052
|
/**
|
|
5855
6053
|
* <p>The <code>PoliciesGrantingServiceAccess</code> object that contains details about the
|
|
5856
6054
|
* policy.</p>
|
|
5857
6055
|
* @public
|
|
5858
6056
|
*/
|
|
5859
|
-
Policies?: PolicyGrantingServiceAccess[];
|
|
6057
|
+
Policies?: PolicyGrantingServiceAccess[] | undefined;
|
|
5860
6058
|
}
|
|
5861
6059
|
/**
|
|
5862
6060
|
* @public
|
|
@@ -5877,14 +6075,14 @@ export interface ListPoliciesGrantingServiceAccessResponse {
|
|
|
5877
6075
|
* results.</p>
|
|
5878
6076
|
* @public
|
|
5879
6077
|
*/
|
|
5880
|
-
IsTruncated?: boolean;
|
|
6078
|
+
IsTruncated?: boolean | undefined;
|
|
5881
6079
|
/**
|
|
5882
6080
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5883
6081
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5884
6082
|
* pagination request.</p>
|
|
5885
6083
|
* @public
|
|
5886
6084
|
*/
|
|
5887
|
-
Marker?: string;
|
|
6085
|
+
Marker?: string | undefined;
|
|
5888
6086
|
}
|
|
5889
6087
|
/**
|
|
5890
6088
|
* @public
|
|
@@ -5904,7 +6102,7 @@ export interface ListPolicyTagsRequest {
|
|
|
5904
6102
|
* should start.</p>
|
|
5905
6103
|
* @public
|
|
5906
6104
|
*/
|
|
5907
|
-
Marker?: string;
|
|
6105
|
+
Marker?: string | undefined;
|
|
5908
6106
|
/**
|
|
5909
6107
|
* <p>Use this only when paginating results to indicate the
|
|
5910
6108
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5916,7 +6114,7 @@ export interface ListPolicyTagsRequest {
|
|
|
5916
6114
|
* from.</p>
|
|
5917
6115
|
* @public
|
|
5918
6116
|
*/
|
|
5919
|
-
MaxItems?: number;
|
|
6117
|
+
MaxItems?: number | undefined;
|
|
5920
6118
|
}
|
|
5921
6119
|
/**
|
|
5922
6120
|
* @public
|
|
@@ -5937,14 +6135,14 @@ export interface ListPolicyTagsResponse {
|
|
|
5937
6135
|
* results.</p>
|
|
5938
6136
|
* @public
|
|
5939
6137
|
*/
|
|
5940
|
-
IsTruncated?: boolean;
|
|
6138
|
+
IsTruncated?: boolean | undefined;
|
|
5941
6139
|
/**
|
|
5942
6140
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
5943
6141
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
5944
6142
|
* pagination request.</p>
|
|
5945
6143
|
* @public
|
|
5946
6144
|
*/
|
|
5947
|
-
Marker?: string;
|
|
6145
|
+
Marker?: string | undefined;
|
|
5948
6146
|
}
|
|
5949
6147
|
/**
|
|
5950
6148
|
* @public
|
|
@@ -5964,7 +6162,7 @@ export interface ListPolicyVersionsRequest {
|
|
|
5964
6162
|
* should start.</p>
|
|
5965
6163
|
* @public
|
|
5966
6164
|
*/
|
|
5967
|
-
Marker?: string;
|
|
6165
|
+
Marker?: string | undefined;
|
|
5968
6166
|
/**
|
|
5969
6167
|
* <p>Use this only when paginating results to indicate the
|
|
5970
6168
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -5976,7 +6174,7 @@ export interface ListPolicyVersionsRequest {
|
|
|
5976
6174
|
* from.</p>
|
|
5977
6175
|
* @public
|
|
5978
6176
|
*/
|
|
5979
|
-
MaxItems?: number;
|
|
6177
|
+
MaxItems?: number | undefined;
|
|
5980
6178
|
}
|
|
5981
6179
|
/**
|
|
5982
6180
|
* <p>Contains the response to a successful <a>ListPolicyVersions</a> request.
|
|
@@ -5990,7 +6188,7 @@ export interface ListPolicyVersionsResponse {
|
|
|
5990
6188
|
* policies</a> in the <i>IAM User Guide</i>.</p>
|
|
5991
6189
|
* @public
|
|
5992
6190
|
*/
|
|
5993
|
-
Versions?: PolicyVersion[];
|
|
6191
|
+
Versions?: PolicyVersion[] | undefined;
|
|
5994
6192
|
/**
|
|
5995
6193
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
5996
6194
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -6000,14 +6198,14 @@ export interface ListPolicyVersionsResponse {
|
|
|
6000
6198
|
* results.</p>
|
|
6001
6199
|
* @public
|
|
6002
6200
|
*/
|
|
6003
|
-
IsTruncated?: boolean;
|
|
6201
|
+
IsTruncated?: boolean | undefined;
|
|
6004
6202
|
/**
|
|
6005
6203
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6006
6204
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6007
6205
|
* pagination request.</p>
|
|
6008
6206
|
* @public
|
|
6009
6207
|
*/
|
|
6010
|
-
Marker?: string;
|
|
6208
|
+
Marker?: string | undefined;
|
|
6011
6209
|
}
|
|
6012
6210
|
/**
|
|
6013
6211
|
* @public
|
|
@@ -6027,7 +6225,7 @@ export interface ListRolePoliciesRequest {
|
|
|
6027
6225
|
* should start.</p>
|
|
6028
6226
|
* @public
|
|
6029
6227
|
*/
|
|
6030
|
-
Marker?: string;
|
|
6228
|
+
Marker?: string | undefined;
|
|
6031
6229
|
/**
|
|
6032
6230
|
* <p>Use this only when paginating results to indicate the
|
|
6033
6231
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6039,7 +6237,7 @@ export interface ListRolePoliciesRequest {
|
|
|
6039
6237
|
* from.</p>
|
|
6040
6238
|
* @public
|
|
6041
6239
|
*/
|
|
6042
|
-
MaxItems?: number;
|
|
6240
|
+
MaxItems?: number | undefined;
|
|
6043
6241
|
}
|
|
6044
6242
|
/**
|
|
6045
6243
|
* <p>Contains the response to a successful <a>ListRolePolicies</a> request.
|
|
@@ -6061,14 +6259,14 @@ export interface ListRolePoliciesResponse {
|
|
|
6061
6259
|
* results.</p>
|
|
6062
6260
|
* @public
|
|
6063
6261
|
*/
|
|
6064
|
-
IsTruncated?: boolean;
|
|
6262
|
+
IsTruncated?: boolean | undefined;
|
|
6065
6263
|
/**
|
|
6066
6264
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6067
6265
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6068
6266
|
* pagination request.</p>
|
|
6069
6267
|
* @public
|
|
6070
6268
|
*/
|
|
6071
|
-
Marker?: string;
|
|
6269
|
+
Marker?: string | undefined;
|
|
6072
6270
|
}
|
|
6073
6271
|
/**
|
|
6074
6272
|
* @public
|
|
@@ -6085,7 +6283,7 @@ export interface ListRolesRequest {
|
|
|
6085
6283
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
6086
6284
|
* @public
|
|
6087
6285
|
*/
|
|
6088
|
-
PathPrefix?: string;
|
|
6286
|
+
PathPrefix?: string | undefined;
|
|
6089
6287
|
/**
|
|
6090
6288
|
* <p>Use this parameter only when paginating results and only after
|
|
6091
6289
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6093,7 +6291,7 @@ export interface ListRolesRequest {
|
|
|
6093
6291
|
* should start.</p>
|
|
6094
6292
|
* @public
|
|
6095
6293
|
*/
|
|
6096
|
-
Marker?: string;
|
|
6294
|
+
Marker?: string | undefined;
|
|
6097
6295
|
/**
|
|
6098
6296
|
* <p>Use this only when paginating results to indicate the
|
|
6099
6297
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6105,7 +6303,7 @@ export interface ListRolesRequest {
|
|
|
6105
6303
|
* from.</p>
|
|
6106
6304
|
* @public
|
|
6107
6305
|
*/
|
|
6108
|
-
MaxItems?: number;
|
|
6306
|
+
MaxItems?: number | undefined;
|
|
6109
6307
|
}
|
|
6110
6308
|
/**
|
|
6111
6309
|
* <p>Contains the response to a successful <a>ListRoles</a> request. </p>
|
|
@@ -6126,14 +6324,14 @@ export interface ListRolesResponse {
|
|
|
6126
6324
|
* results.</p>
|
|
6127
6325
|
* @public
|
|
6128
6326
|
*/
|
|
6129
|
-
IsTruncated?: boolean;
|
|
6327
|
+
IsTruncated?: boolean | undefined;
|
|
6130
6328
|
/**
|
|
6131
6329
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6132
6330
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6133
6331
|
* pagination request.</p>
|
|
6134
6332
|
* @public
|
|
6135
6333
|
*/
|
|
6136
|
-
Marker?: string;
|
|
6334
|
+
Marker?: string | undefined;
|
|
6137
6335
|
}
|
|
6138
6336
|
/**
|
|
6139
6337
|
* @public
|
|
@@ -6153,7 +6351,7 @@ export interface ListRoleTagsRequest {
|
|
|
6153
6351
|
* should start.</p>
|
|
6154
6352
|
* @public
|
|
6155
6353
|
*/
|
|
6156
|
-
Marker?: string;
|
|
6354
|
+
Marker?: string | undefined;
|
|
6157
6355
|
/**
|
|
6158
6356
|
* <p>Use this only when paginating results to indicate the
|
|
6159
6357
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6165,7 +6363,7 @@ export interface ListRoleTagsRequest {
|
|
|
6165
6363
|
* from.</p>
|
|
6166
6364
|
* @public
|
|
6167
6365
|
*/
|
|
6168
|
-
MaxItems?: number;
|
|
6366
|
+
MaxItems?: number | undefined;
|
|
6169
6367
|
}
|
|
6170
6368
|
/**
|
|
6171
6369
|
* @public
|
|
@@ -6185,14 +6383,14 @@ export interface ListRoleTagsResponse {
|
|
|
6185
6383
|
* results.</p>
|
|
6186
6384
|
* @public
|
|
6187
6385
|
*/
|
|
6188
|
-
IsTruncated?: boolean;
|
|
6386
|
+
IsTruncated?: boolean | undefined;
|
|
6189
6387
|
/**
|
|
6190
6388
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6191
6389
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6192
6390
|
* pagination request.</p>
|
|
6193
6391
|
* @public
|
|
6194
6392
|
*/
|
|
6195
|
-
Marker?: string;
|
|
6393
|
+
Marker?: string | undefined;
|
|
6196
6394
|
}
|
|
6197
6395
|
/**
|
|
6198
6396
|
* @public
|
|
@@ -6208,17 +6406,17 @@ export interface SAMLProviderListEntry {
|
|
|
6208
6406
|
* <p>The Amazon Resource Name (ARN) of the SAML provider.</p>
|
|
6209
6407
|
* @public
|
|
6210
6408
|
*/
|
|
6211
|
-
Arn?: string;
|
|
6409
|
+
Arn?: string | undefined;
|
|
6212
6410
|
/**
|
|
6213
6411
|
* <p>The expiration date and time for the SAML provider.</p>
|
|
6214
6412
|
* @public
|
|
6215
6413
|
*/
|
|
6216
|
-
ValidUntil?: Date;
|
|
6414
|
+
ValidUntil?: Date | undefined;
|
|
6217
6415
|
/**
|
|
6218
6416
|
* <p>The date and time when the SAML provider was created.</p>
|
|
6219
6417
|
* @public
|
|
6220
6418
|
*/
|
|
6221
|
-
CreateDate?: Date;
|
|
6419
|
+
CreateDate?: Date | undefined;
|
|
6222
6420
|
}
|
|
6223
6421
|
/**
|
|
6224
6422
|
* <p>Contains the response to a successful <a>ListSAMLProviders</a> request.
|
|
@@ -6231,7 +6429,7 @@ export interface ListSAMLProvidersResponse {
|
|
|
6231
6429
|
* account.</p>
|
|
6232
6430
|
* @public
|
|
6233
6431
|
*/
|
|
6234
|
-
SAMLProviderList?: SAMLProviderListEntry[];
|
|
6432
|
+
SAMLProviderList?: SAMLProviderListEntry[] | undefined;
|
|
6235
6433
|
}
|
|
6236
6434
|
/**
|
|
6237
6435
|
* @public
|
|
@@ -6252,7 +6450,7 @@ export interface ListSAMLProviderTagsRequest {
|
|
|
6252
6450
|
* should start.</p>
|
|
6253
6451
|
* @public
|
|
6254
6452
|
*/
|
|
6255
|
-
Marker?: string;
|
|
6453
|
+
Marker?: string | undefined;
|
|
6256
6454
|
/**
|
|
6257
6455
|
* <p>Use this only when paginating results to indicate the
|
|
6258
6456
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6264,7 +6462,7 @@ export interface ListSAMLProviderTagsRequest {
|
|
|
6264
6462
|
* from.</p>
|
|
6265
6463
|
* @public
|
|
6266
6464
|
*/
|
|
6267
|
-
MaxItems?: number;
|
|
6465
|
+
MaxItems?: number | undefined;
|
|
6268
6466
|
}
|
|
6269
6467
|
/**
|
|
6270
6468
|
* @public
|
|
@@ -6285,14 +6483,14 @@ export interface ListSAMLProviderTagsResponse {
|
|
|
6285
6483
|
* results.</p>
|
|
6286
6484
|
* @public
|
|
6287
6485
|
*/
|
|
6288
|
-
IsTruncated?: boolean;
|
|
6486
|
+
IsTruncated?: boolean | undefined;
|
|
6289
6487
|
/**
|
|
6290
6488
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6291
6489
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6292
6490
|
* pagination request.</p>
|
|
6293
6491
|
* @public
|
|
6294
6492
|
*/
|
|
6295
|
-
Marker?: string;
|
|
6493
|
+
Marker?: string | undefined;
|
|
6296
6494
|
}
|
|
6297
6495
|
/**
|
|
6298
6496
|
* @public
|
|
@@ -6309,7 +6507,7 @@ export interface ListServerCertificatesRequest {
|
|
|
6309
6507
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
6310
6508
|
* @public
|
|
6311
6509
|
*/
|
|
6312
|
-
PathPrefix?: string;
|
|
6510
|
+
PathPrefix?: string | undefined;
|
|
6313
6511
|
/**
|
|
6314
6512
|
* <p>Use this parameter only when paginating results and only after
|
|
6315
6513
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6317,7 +6515,7 @@ export interface ListServerCertificatesRequest {
|
|
|
6317
6515
|
* should start.</p>
|
|
6318
6516
|
* @public
|
|
6319
6517
|
*/
|
|
6320
|
-
Marker?: string;
|
|
6518
|
+
Marker?: string | undefined;
|
|
6321
6519
|
/**
|
|
6322
6520
|
* <p>Use this only when paginating results to indicate the
|
|
6323
6521
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6329,7 +6527,7 @@ export interface ListServerCertificatesRequest {
|
|
|
6329
6527
|
* from.</p>
|
|
6330
6528
|
* @public
|
|
6331
6529
|
*/
|
|
6332
|
-
MaxItems?: number;
|
|
6530
|
+
MaxItems?: number | undefined;
|
|
6333
6531
|
}
|
|
6334
6532
|
/**
|
|
6335
6533
|
* <p>Contains the response to a successful <a>ListServerCertificates</a> request.
|
|
@@ -6351,14 +6549,14 @@ export interface ListServerCertificatesResponse {
|
|
|
6351
6549
|
* results.</p>
|
|
6352
6550
|
* @public
|
|
6353
6551
|
*/
|
|
6354
|
-
IsTruncated?: boolean;
|
|
6552
|
+
IsTruncated?: boolean | undefined;
|
|
6355
6553
|
/**
|
|
6356
6554
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6357
6555
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6358
6556
|
* pagination request.</p>
|
|
6359
6557
|
* @public
|
|
6360
6558
|
*/
|
|
6361
|
-
Marker?: string;
|
|
6559
|
+
Marker?: string | undefined;
|
|
6362
6560
|
}
|
|
6363
6561
|
/**
|
|
6364
6562
|
* @public
|
|
@@ -6378,7 +6576,7 @@ export interface ListServerCertificateTagsRequest {
|
|
|
6378
6576
|
* should start.</p>
|
|
6379
6577
|
* @public
|
|
6380
6578
|
*/
|
|
6381
|
-
Marker?: string;
|
|
6579
|
+
Marker?: string | undefined;
|
|
6382
6580
|
/**
|
|
6383
6581
|
* <p>Use this only when paginating results to indicate the
|
|
6384
6582
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6390,7 +6588,7 @@ export interface ListServerCertificateTagsRequest {
|
|
|
6390
6588
|
* from.</p>
|
|
6391
6589
|
* @public
|
|
6392
6590
|
*/
|
|
6393
|
-
MaxItems?: number;
|
|
6591
|
+
MaxItems?: number | undefined;
|
|
6394
6592
|
}
|
|
6395
6593
|
/**
|
|
6396
6594
|
* @public
|
|
@@ -6411,14 +6609,14 @@ export interface ListServerCertificateTagsResponse {
|
|
|
6411
6609
|
* results.</p>
|
|
6412
6610
|
* @public
|
|
6413
6611
|
*/
|
|
6414
|
-
IsTruncated?: boolean;
|
|
6612
|
+
IsTruncated?: boolean | undefined;
|
|
6415
6613
|
/**
|
|
6416
6614
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6417
6615
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6418
6616
|
* pagination request.</p>
|
|
6419
6617
|
* @public
|
|
6420
6618
|
*/
|
|
6421
|
-
Marker?: string;
|
|
6619
|
+
Marker?: string | undefined;
|
|
6422
6620
|
}
|
|
6423
6621
|
/**
|
|
6424
6622
|
* @public
|
|
@@ -6432,13 +6630,13 @@ export interface ListServiceSpecificCredentialsRequest {
|
|
|
6432
6630
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
6433
6631
|
* @public
|
|
6434
6632
|
*/
|
|
6435
|
-
UserName?: string;
|
|
6633
|
+
UserName?: string | undefined;
|
|
6436
6634
|
/**
|
|
6437
6635
|
* <p>Filters the returned results to only those for the specified Amazon Web Services service. If not
|
|
6438
6636
|
* specified, then Amazon Web Services returns service-specific credentials for all services.</p>
|
|
6439
6637
|
* @public
|
|
6440
6638
|
*/
|
|
6441
|
-
ServiceName?: string;
|
|
6639
|
+
ServiceName?: string | undefined;
|
|
6442
6640
|
}
|
|
6443
6641
|
/**
|
|
6444
6642
|
* <p>Contains additional details about a service-specific credential.</p>
|
|
@@ -6487,7 +6685,7 @@ export interface ListServiceSpecificCredentialsResponse {
|
|
|
6487
6685
|
* credential.</p>
|
|
6488
6686
|
* @public
|
|
6489
6687
|
*/
|
|
6490
|
-
ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[];
|
|
6688
|
+
ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[] | undefined;
|
|
6491
6689
|
}
|
|
6492
6690
|
/**
|
|
6493
6691
|
* @public
|
|
@@ -6499,7 +6697,7 @@ export interface ListSigningCertificatesRequest {
|
|
|
6499
6697
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
6500
6698
|
* @public
|
|
6501
6699
|
*/
|
|
6502
|
-
UserName?: string;
|
|
6700
|
+
UserName?: string | undefined;
|
|
6503
6701
|
/**
|
|
6504
6702
|
* <p>Use this parameter only when paginating results and only after
|
|
6505
6703
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6507,7 +6705,7 @@ export interface ListSigningCertificatesRequest {
|
|
|
6507
6705
|
* should start.</p>
|
|
6508
6706
|
* @public
|
|
6509
6707
|
*/
|
|
6510
|
-
Marker?: string;
|
|
6708
|
+
Marker?: string | undefined;
|
|
6511
6709
|
/**
|
|
6512
6710
|
* <p>Use this only when paginating results to indicate the
|
|
6513
6711
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6519,7 +6717,7 @@ export interface ListSigningCertificatesRequest {
|
|
|
6519
6717
|
* from.</p>
|
|
6520
6718
|
* @public
|
|
6521
6719
|
*/
|
|
6522
|
-
MaxItems?: number;
|
|
6720
|
+
MaxItems?: number | undefined;
|
|
6523
6721
|
}
|
|
6524
6722
|
/**
|
|
6525
6723
|
* <p>Contains information about an X.509 signing certificate.</p>
|
|
@@ -6553,7 +6751,7 @@ export interface SigningCertificate {
|
|
|
6553
6751
|
* <p>The date when the signing certificate was uploaded.</p>
|
|
6554
6752
|
* @public
|
|
6555
6753
|
*/
|
|
6556
|
-
UploadDate?: Date;
|
|
6754
|
+
UploadDate?: Date | undefined;
|
|
6557
6755
|
}
|
|
6558
6756
|
/**
|
|
6559
6757
|
* <p>Contains the response to a successful <a>ListSigningCertificates</a>
|
|
@@ -6575,14 +6773,14 @@ export interface ListSigningCertificatesResponse {
|
|
|
6575
6773
|
* results.</p>
|
|
6576
6774
|
* @public
|
|
6577
6775
|
*/
|
|
6578
|
-
IsTruncated?: boolean;
|
|
6776
|
+
IsTruncated?: boolean | undefined;
|
|
6579
6777
|
/**
|
|
6580
6778
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6581
6779
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6582
6780
|
* pagination request.</p>
|
|
6583
6781
|
* @public
|
|
6584
6782
|
*/
|
|
6585
|
-
Marker?: string;
|
|
6783
|
+
Marker?: string | undefined;
|
|
6586
6784
|
}
|
|
6587
6785
|
/**
|
|
6588
6786
|
* @public
|
|
@@ -6596,7 +6794,7 @@ export interface ListSSHPublicKeysRequest {
|
|
|
6596
6794
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
6597
6795
|
* @public
|
|
6598
6796
|
*/
|
|
6599
|
-
UserName?: string;
|
|
6797
|
+
UserName?: string | undefined;
|
|
6600
6798
|
/**
|
|
6601
6799
|
* <p>Use this parameter only when paginating results and only after
|
|
6602
6800
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6604,7 +6802,7 @@ export interface ListSSHPublicKeysRequest {
|
|
|
6604
6802
|
* should start.</p>
|
|
6605
6803
|
* @public
|
|
6606
6804
|
*/
|
|
6607
|
-
Marker?: string;
|
|
6805
|
+
Marker?: string | undefined;
|
|
6608
6806
|
/**
|
|
6609
6807
|
* <p>Use this only when paginating results to indicate the
|
|
6610
6808
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6616,7 +6814,7 @@ export interface ListSSHPublicKeysRequest {
|
|
|
6616
6814
|
* from.</p>
|
|
6617
6815
|
* @public
|
|
6618
6816
|
*/
|
|
6619
|
-
MaxItems?: number;
|
|
6817
|
+
MaxItems?: number | undefined;
|
|
6620
6818
|
}
|
|
6621
6819
|
/**
|
|
6622
6820
|
* <p>Contains information about an SSH public key, without the key's body or
|
|
@@ -6660,7 +6858,7 @@ export interface ListSSHPublicKeysResponse {
|
|
|
6660
6858
|
* <p>A list of the SSH public keys assigned to IAM user.</p>
|
|
6661
6859
|
* @public
|
|
6662
6860
|
*/
|
|
6663
|
-
SSHPublicKeys?: SSHPublicKeyMetadata[];
|
|
6861
|
+
SSHPublicKeys?: SSHPublicKeyMetadata[] | undefined;
|
|
6664
6862
|
/**
|
|
6665
6863
|
* <p>A flag that indicates whether there are more items to return. If your
|
|
6666
6864
|
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
@@ -6670,14 +6868,14 @@ export interface ListSSHPublicKeysResponse {
|
|
|
6670
6868
|
* results.</p>
|
|
6671
6869
|
* @public
|
|
6672
6870
|
*/
|
|
6673
|
-
IsTruncated?: boolean;
|
|
6871
|
+
IsTruncated?: boolean | undefined;
|
|
6674
6872
|
/**
|
|
6675
6873
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6676
6874
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6677
6875
|
* pagination request.</p>
|
|
6678
6876
|
* @public
|
|
6679
6877
|
*/
|
|
6680
|
-
Marker?: string;
|
|
6878
|
+
Marker?: string | undefined;
|
|
6681
6879
|
}
|
|
6682
6880
|
/**
|
|
6683
6881
|
* @public
|
|
@@ -6697,7 +6895,7 @@ export interface ListUserPoliciesRequest {
|
|
|
6697
6895
|
* should start.</p>
|
|
6698
6896
|
* @public
|
|
6699
6897
|
*/
|
|
6700
|
-
Marker?: string;
|
|
6898
|
+
Marker?: string | undefined;
|
|
6701
6899
|
/**
|
|
6702
6900
|
* <p>Use this only when paginating results to indicate the
|
|
6703
6901
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6709,7 +6907,7 @@ export interface ListUserPoliciesRequest {
|
|
|
6709
6907
|
* from.</p>
|
|
6710
6908
|
* @public
|
|
6711
6909
|
*/
|
|
6712
|
-
MaxItems?: number;
|
|
6910
|
+
MaxItems?: number | undefined;
|
|
6713
6911
|
}
|
|
6714
6912
|
/**
|
|
6715
6913
|
* <p>Contains the response to a successful <a>ListUserPolicies</a> request.
|
|
@@ -6731,14 +6929,14 @@ export interface ListUserPoliciesResponse {
|
|
|
6731
6929
|
* results.</p>
|
|
6732
6930
|
* @public
|
|
6733
6931
|
*/
|
|
6734
|
-
IsTruncated?: boolean;
|
|
6932
|
+
IsTruncated?: boolean | undefined;
|
|
6735
6933
|
/**
|
|
6736
6934
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6737
6935
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6738
6936
|
* pagination request.</p>
|
|
6739
6937
|
* @public
|
|
6740
6938
|
*/
|
|
6741
|
-
Marker?: string;
|
|
6939
|
+
Marker?: string | undefined;
|
|
6742
6940
|
}
|
|
6743
6941
|
/**
|
|
6744
6942
|
* @public
|
|
@@ -6755,7 +6953,7 @@ export interface ListUsersRequest {
|
|
|
6755
6953
|
* most punctuation characters, digits, and upper and lowercased letters.</p>
|
|
6756
6954
|
* @public
|
|
6757
6955
|
*/
|
|
6758
|
-
PathPrefix?: string;
|
|
6956
|
+
PathPrefix?: string | undefined;
|
|
6759
6957
|
/**
|
|
6760
6958
|
* <p>Use this parameter only when paginating results and only after
|
|
6761
6959
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6763,7 +6961,7 @@ export interface ListUsersRequest {
|
|
|
6763
6961
|
* should start.</p>
|
|
6764
6962
|
* @public
|
|
6765
6963
|
*/
|
|
6766
|
-
Marker?: string;
|
|
6964
|
+
Marker?: string | undefined;
|
|
6767
6965
|
/**
|
|
6768
6966
|
* <p>Use this only when paginating results to indicate the
|
|
6769
6967
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6775,7 +6973,7 @@ export interface ListUsersRequest {
|
|
|
6775
6973
|
* from.</p>
|
|
6776
6974
|
* @public
|
|
6777
6975
|
*/
|
|
6778
|
-
MaxItems?: number;
|
|
6976
|
+
MaxItems?: number | undefined;
|
|
6779
6977
|
}
|
|
6780
6978
|
/**
|
|
6781
6979
|
* <p>Contains the response to a successful <a>ListUsers</a> request. </p>
|
|
@@ -6796,14 +6994,14 @@ export interface ListUsersResponse {
|
|
|
6796
6994
|
* results.</p>
|
|
6797
6995
|
* @public
|
|
6798
6996
|
*/
|
|
6799
|
-
IsTruncated?: boolean;
|
|
6997
|
+
IsTruncated?: boolean | undefined;
|
|
6800
6998
|
/**
|
|
6801
6999
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6802
7000
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6803
7001
|
* pagination request.</p>
|
|
6804
7002
|
* @public
|
|
6805
7003
|
*/
|
|
6806
|
-
Marker?: string;
|
|
7004
|
+
Marker?: string | undefined;
|
|
6807
7005
|
}
|
|
6808
7006
|
/**
|
|
6809
7007
|
* @public
|
|
@@ -6823,7 +7021,7 @@ export interface ListUserTagsRequest {
|
|
|
6823
7021
|
* should start.</p>
|
|
6824
7022
|
* @public
|
|
6825
7023
|
*/
|
|
6826
|
-
Marker?: string;
|
|
7024
|
+
Marker?: string | undefined;
|
|
6827
7025
|
/**
|
|
6828
7026
|
* <p>Use this only when paginating results to indicate the
|
|
6829
7027
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6835,7 +7033,7 @@ export interface ListUserTagsRequest {
|
|
|
6835
7033
|
* from.</p>
|
|
6836
7034
|
* @public
|
|
6837
7035
|
*/
|
|
6838
|
-
MaxItems?: number;
|
|
7036
|
+
MaxItems?: number | undefined;
|
|
6839
7037
|
}
|
|
6840
7038
|
/**
|
|
6841
7039
|
* @public
|
|
@@ -6855,14 +7053,14 @@ export interface ListUserTagsResponse {
|
|
|
6855
7053
|
* results.</p>
|
|
6856
7054
|
* @public
|
|
6857
7055
|
*/
|
|
6858
|
-
IsTruncated?: boolean;
|
|
7056
|
+
IsTruncated?: boolean | undefined;
|
|
6859
7057
|
/**
|
|
6860
7058
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
6861
7059
|
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6862
7060
|
* pagination request.</p>
|
|
6863
7061
|
* @public
|
|
6864
7062
|
*/
|
|
6865
|
-
Marker?: string;
|
|
7063
|
+
Marker?: string | undefined;
|
|
6866
7064
|
}
|
|
6867
7065
|
/**
|
|
6868
7066
|
* @public
|
|
@@ -6875,7 +7073,7 @@ export interface ListVirtualMFADevicesRequest {
|
|
|
6875
7073
|
* devices.,</p>
|
|
6876
7074
|
* @public
|
|
6877
7075
|
*/
|
|
6878
|
-
AssignmentStatus?: AssignmentStatusType;
|
|
7076
|
+
AssignmentStatus?: AssignmentStatusType | undefined;
|
|
6879
7077
|
/**
|
|
6880
7078
|
* <p>Use this parameter only when paginating results and only after
|
|
6881
7079
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -6883,7 +7081,7 @@ export interface ListVirtualMFADevicesRequest {
|
|
|
6883
7081
|
* should start.</p>
|
|
6884
7082
|
* @public
|
|
6885
7083
|
*/
|
|
6886
|
-
Marker?: string;
|
|
7084
|
+
Marker?: string | undefined;
|
|
6887
7085
|
/**
|
|
6888
7086
|
* <p>Use this only when paginating results to indicate the
|
|
6889
7087
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -6895,7 +7093,7 @@ export interface ListVirtualMFADevicesRequest {
|
|
|
6895
7093
|
* from.</p>
|
|
6896
7094
|
* @public
|
|
6897
7095
|
*/
|
|
6898
|
-
MaxItems?: number;
|
|
7096
|
+
MaxItems?: number | undefined;
|
|
6899
7097
|
}
|
|
6900
7098
|
/**
|
|
6901
7099
|
* <p>Contains the response to a successful <a>ListVirtualMFADevices</a> request.
|
|
@@ -6918,14 +7116,14 @@ export interface ListVirtualMFADevicesResponse {
|
|
|
6918
7116
|
* results.</p>
|
|
6919
7117
|
* @public
|
|
6920
7118
|
*/
|
|
6921
|
-
IsTruncated?: boolean;
|
|
7119
|
+
IsTruncated?: boolean | undefined;
|
|
6922
7120
|
/**
|
|
6923
7121
|
* <p>When <code>IsTruncated</code> is <code>true</code>, this element is present and
|
|
6924
7122
|
* contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
6925
7123
|
* pagination request.</p>
|
|
6926
7124
|
* @public
|
|
6927
7125
|
*/
|
|
6928
|
-
Marker?: string;
|
|
7126
|
+
Marker?: string | undefined;
|
|
6929
7127
|
}
|
|
6930
7128
|
/**
|
|
6931
7129
|
* @public
|
|
@@ -7172,7 +7370,7 @@ export interface ResetServiceSpecificCredentialRequest {
|
|
|
7172
7370
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
7173
7371
|
* @public
|
|
7174
7372
|
*/
|
|
7175
|
-
UserName?: string;
|
|
7373
|
+
UserName?: string | undefined;
|
|
7176
7374
|
/**
|
|
7177
7375
|
* <p>The unique identifier of the service-specific credential.</p>
|
|
7178
7376
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
|
|
@@ -7194,7 +7392,7 @@ export interface ResetServiceSpecificCredentialResponse {
|
|
|
7194
7392
|
* </important>
|
|
7195
7393
|
* @public
|
|
7196
7394
|
*/
|
|
7197
|
-
ServiceSpecificCredential?: ServiceSpecificCredential;
|
|
7395
|
+
ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
|
|
7198
7396
|
}
|
|
7199
7397
|
/**
|
|
7200
7398
|
* @public
|
|
@@ -7324,20 +7522,20 @@ export interface ContextEntry {
|
|
|
7324
7522
|
* <code>aws:SourceIp</code> or <code>s3:VersionId</code>.</p>
|
|
7325
7523
|
* @public
|
|
7326
7524
|
*/
|
|
7327
|
-
ContextKeyName?: string;
|
|
7525
|
+
ContextKeyName?: string | undefined;
|
|
7328
7526
|
/**
|
|
7329
7527
|
* <p>The value (or values, if the condition context key supports multiple values) to provide
|
|
7330
7528
|
* to the simulation when the key is referenced by a <code>Condition</code> element in an
|
|
7331
7529
|
* input policy.</p>
|
|
7332
7530
|
* @public
|
|
7333
7531
|
*/
|
|
7334
|
-
ContextKeyValues?: string[];
|
|
7532
|
+
ContextKeyValues?: string[] | undefined;
|
|
7335
7533
|
/**
|
|
7336
7534
|
* <p>The data type of the value (or values) specified in the <code>ContextKeyValues</code>
|
|
7337
7535
|
* parameter.</p>
|
|
7338
7536
|
* @public
|
|
7339
7537
|
*/
|
|
7340
|
-
ContextKeyType?: ContextKeyTypeEnum;
|
|
7538
|
+
ContextKeyType?: ContextKeyTypeEnum | undefined;
|
|
7341
7539
|
}
|
|
7342
7540
|
/**
|
|
7343
7541
|
* @public
|
|
@@ -7400,7 +7598,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7400
7598
|
* </ul>
|
|
7401
7599
|
* @public
|
|
7402
7600
|
*/
|
|
7403
|
-
PermissionsBoundaryPolicyInputList?: string[];
|
|
7601
|
+
PermissionsBoundaryPolicyInputList?: string[] | undefined;
|
|
7404
7602
|
/**
|
|
7405
7603
|
* <p>A list of names of API operations to evaluate in the simulation. Each operation is
|
|
7406
7604
|
* evaluated against each resource. Each operation must include the service identifier,
|
|
@@ -7427,7 +7625,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7427
7625
|
* </note>
|
|
7428
7626
|
* @public
|
|
7429
7627
|
*/
|
|
7430
|
-
ResourceArns?: string[];
|
|
7628
|
+
ResourceArns?: string[] | undefined;
|
|
7431
7629
|
/**
|
|
7432
7630
|
* <p>A resource-based policy to include in the simulation provided as a string. Each
|
|
7433
7631
|
* resource in the simulation is treated as if it had this policy attached. You can include
|
|
@@ -7455,7 +7653,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7455
7653
|
* </note>
|
|
7456
7654
|
* @public
|
|
7457
7655
|
*/
|
|
7458
|
-
ResourcePolicy?: string;
|
|
7656
|
+
ResourcePolicy?: string | undefined;
|
|
7459
7657
|
/**
|
|
7460
7658
|
* <p>An ARN representing the Amazon Web Services account ID that specifies the owner of any simulated
|
|
7461
7659
|
* resource that does not identify its owner in the resource ARN. Examples of resource ARNs
|
|
@@ -7472,7 +7670,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7472
7670
|
* <code>arn:aws:iam::112233445566-ID:root</code>. </p>
|
|
7473
7671
|
* @public
|
|
7474
7672
|
*/
|
|
7475
|
-
ResourceOwner?: string;
|
|
7673
|
+
ResourceOwner?: string | undefined;
|
|
7476
7674
|
/**
|
|
7477
7675
|
* <p>The ARN of the IAM user that you want to use as the simulated caller of the API
|
|
7478
7676
|
* operations. <code>CallerArn</code> is required if you include a
|
|
@@ -7482,14 +7680,14 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7482
7680
|
* assumed role, federated user, or a service principal.</p>
|
|
7483
7681
|
* @public
|
|
7484
7682
|
*/
|
|
7485
|
-
CallerArn?: string;
|
|
7683
|
+
CallerArn?: string | undefined;
|
|
7486
7684
|
/**
|
|
7487
7685
|
* <p>A list of context keys and corresponding values for the simulation to use. Whenever a
|
|
7488
7686
|
* context key is evaluated in one of the simulated IAM permissions policies, the
|
|
7489
7687
|
* corresponding value is supplied.</p>
|
|
7490
7688
|
* @public
|
|
7491
7689
|
*/
|
|
7492
|
-
ContextEntries?: ContextEntry[];
|
|
7690
|
+
ContextEntries?: ContextEntry[] | undefined;
|
|
7493
7691
|
/**
|
|
7494
7692
|
* <p>Specifies the type of simulation to run. Different API operations that support
|
|
7495
7693
|
* resource-based policies require different combinations of resources. By specifying the
|
|
@@ -7531,7 +7729,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7531
7729
|
* </ul>
|
|
7532
7730
|
* @public
|
|
7533
7731
|
*/
|
|
7534
|
-
ResourceHandlingOption?: string;
|
|
7732
|
+
ResourceHandlingOption?: string | undefined;
|
|
7535
7733
|
/**
|
|
7536
7734
|
* <p>Use this only when paginating results to indicate the
|
|
7537
7735
|
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
@@ -7543,7 +7741,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7543
7741
|
* from.</p>
|
|
7544
7742
|
* @public
|
|
7545
7743
|
*/
|
|
7546
|
-
MaxItems?: number;
|
|
7744
|
+
MaxItems?: number | undefined;
|
|
7547
7745
|
/**
|
|
7548
7746
|
* <p>Use this parameter only when paginating results and only after
|
|
7549
7747
|
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
@@ -7551,7 +7749,7 @@ export interface SimulateCustomPolicyRequest {
|
|
|
7551
7749
|
* should start.</p>
|
|
7552
7750
|
* @public
|
|
7553
7751
|
*/
|
|
7554
|
-
Marker?: string;
|
|
7752
|
+
Marker?: string | undefined;
|
|
7555
7753
|
}
|
|
7556
7754
|
/**
|
|
7557
7755
|
* @public
|
|
@@ -7579,622 +7777,12 @@ export interface Position {
|
|
|
7579
7777
|
* <p>The line containing the specified position in the document.</p>
|
|
7580
7778
|
* @public
|
|
7581
7779
|
*/
|
|
7582
|
-
Line?: number;
|
|
7780
|
+
Line?: number | undefined;
|
|
7583
7781
|
/**
|
|
7584
7782
|
* <p>The column in the line containing the specified position in the document.</p>
|
|
7585
7783
|
* @public
|
|
7586
7784
|
*/
|
|
7587
|
-
Column?: number;
|
|
7588
|
-
}
|
|
7589
|
-
/**
|
|
7590
|
-
* @public
|
|
7591
|
-
* @enum
|
|
7592
|
-
*/
|
|
7593
|
-
export declare const PolicySourceType: {
|
|
7594
|
-
readonly AWS_MANAGED: "aws-managed";
|
|
7595
|
-
readonly GROUP: "group";
|
|
7596
|
-
readonly NONE: "none";
|
|
7597
|
-
readonly RESOURCE: "resource";
|
|
7598
|
-
readonly ROLE: "role";
|
|
7599
|
-
readonly USER: "user";
|
|
7600
|
-
readonly USER_MANAGED: "user-managed";
|
|
7601
|
-
};
|
|
7602
|
-
/**
|
|
7603
|
-
* @public
|
|
7604
|
-
*/
|
|
7605
|
-
export type PolicySourceType = (typeof PolicySourceType)[keyof typeof PolicySourceType];
|
|
7606
|
-
/**
|
|
7607
|
-
* <p>Contains a reference to a <code>Statement</code> element in a policy document that
|
|
7608
|
-
* determines the result of the simulation.</p>
|
|
7609
|
-
* <p>This data type is used by the <code>MatchedStatements</code> member of the <code>
|
|
7610
|
-
* <a>EvaluationResult</a>
|
|
7611
|
-
* </code> type.</p>
|
|
7612
|
-
* @public
|
|
7613
|
-
*/
|
|
7614
|
-
export interface Statement {
|
|
7615
|
-
/**
|
|
7616
|
-
* <p>The identifier of the policy that was provided as an input.</p>
|
|
7617
|
-
* @public
|
|
7618
|
-
*/
|
|
7619
|
-
SourcePolicyId?: string;
|
|
7620
|
-
/**
|
|
7621
|
-
* <p>The type of the policy.</p>
|
|
7622
|
-
* @public
|
|
7623
|
-
*/
|
|
7624
|
-
SourcePolicyType?: PolicySourceType;
|
|
7625
|
-
/**
|
|
7626
|
-
* <p>The row and column of the beginning of the <code>Statement</code> in an IAM
|
|
7627
|
-
* policy.</p>
|
|
7628
|
-
* @public
|
|
7629
|
-
*/
|
|
7630
|
-
StartPosition?: Position;
|
|
7631
|
-
/**
|
|
7632
|
-
* <p>The row and column of the end of a <code>Statement</code> in an IAM policy.</p>
|
|
7633
|
-
* @public
|
|
7634
|
-
*/
|
|
7635
|
-
EndPosition?: Position;
|
|
7636
|
-
}
|
|
7637
|
-
/**
|
|
7638
|
-
* <p>Contains information about the effect that Organizations has on a policy simulation.</p>
|
|
7639
|
-
* @public
|
|
7640
|
-
*/
|
|
7641
|
-
export interface OrganizationsDecisionDetail {
|
|
7642
|
-
/**
|
|
7643
|
-
* <p>Specifies whether the simulated operation is allowed by the Organizations service control
|
|
7644
|
-
* policies that impact the simulated user's account.</p>
|
|
7645
|
-
* @public
|
|
7646
|
-
*/
|
|
7647
|
-
AllowedByOrganizations?: boolean;
|
|
7648
|
-
}
|
|
7649
|
-
/**
|
|
7650
|
-
* <p>Contains information about the effect that a permissions boundary has on a policy
|
|
7651
|
-
* simulation when the boundary is applied to an IAM entity.</p>
|
|
7652
|
-
* @public
|
|
7653
|
-
*/
|
|
7654
|
-
export interface PermissionsBoundaryDecisionDetail {
|
|
7655
|
-
/**
|
|
7656
|
-
* <p>Specifies whether an action is allowed by a permissions boundary that is applied to an
|
|
7657
|
-
* IAM entity (user or role). A value of <code>true</code> means that the permissions
|
|
7658
|
-
* boundary does not deny the action. This means that the policy includes an
|
|
7659
|
-
* <code>Allow</code> statement that matches the request. In this case, if an
|
|
7660
|
-
* identity-based policy also allows the action, the request is allowed. A value of
|
|
7661
|
-
* <code>false</code> means that either the requested action is not allowed (implicitly
|
|
7662
|
-
* denied) or that the action is explicitly denied by the permissions boundary. In both of
|
|
7663
|
-
* these cases, the action is not allowed, regardless of the identity-based policy.</p>
|
|
7664
|
-
* @public
|
|
7665
|
-
*/
|
|
7666
|
-
AllowedByPermissionsBoundary?: boolean;
|
|
7667
|
-
}
|
|
7668
|
-
/**
|
|
7669
|
-
* <p>Contains the result of the simulation of a single API operation call on a single
|
|
7670
|
-
* resource.</p>
|
|
7671
|
-
* <p>This data type is used by a member of the <a>EvaluationResult</a> data
|
|
7672
|
-
* type.</p>
|
|
7673
|
-
* @public
|
|
7674
|
-
*/
|
|
7675
|
-
export interface ResourceSpecificResult {
|
|
7676
|
-
/**
|
|
7677
|
-
* <p>The name of the simulated resource, in Amazon Resource Name (ARN) format.</p>
|
|
7678
|
-
* @public
|
|
7679
|
-
*/
|
|
7680
|
-
EvalResourceName: string | undefined;
|
|
7681
|
-
/**
|
|
7682
|
-
* <p>The result of the simulation of the simulated API operation on the resource specified in
|
|
7683
|
-
* <code>EvalResourceName</code>.</p>
|
|
7684
|
-
* @public
|
|
7685
|
-
*/
|
|
7686
|
-
EvalResourceDecision: PolicyEvaluationDecisionType | undefined;
|
|
7687
|
-
/**
|
|
7688
|
-
* <p>A list of the statements in the input policies that determine the result for this part
|
|
7689
|
-
* of the simulation. Remember that even if multiple statements allow the operation on the
|
|
7690
|
-
* resource, if <i>any</i> statement denies that operation, then the explicit
|
|
7691
|
-
* deny overrides any allow. In addition, the deny statement is the only entry included in the
|
|
7692
|
-
* result.</p>
|
|
7693
|
-
* @public
|
|
7694
|
-
*/
|
|
7695
|
-
MatchedStatements?: Statement[];
|
|
7696
|
-
/**
|
|
7697
|
-
* <p>A list of context keys that are required by the included input policies but that were
|
|
7698
|
-
* not provided by one of the input parameters. This list is used when a list of ARNs is
|
|
7699
|
-
* included in the <code>ResourceArns</code> parameter instead of "*". If you do not specify
|
|
7700
|
-
* individual resources, by setting <code>ResourceArns</code> to "*" or by not including the
|
|
7701
|
-
* <code>ResourceArns</code> parameter, then any missing context values are instead
|
|
7702
|
-
* included under the <code>EvaluationResults</code> section. To discover the context keys
|
|
7703
|
-
* used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or
|
|
7704
|
-
* <a>GetContextKeysForPrincipalPolicy</a>.</p>
|
|
7705
|
-
* @public
|
|
7706
|
-
*/
|
|
7707
|
-
MissingContextValues?: string[];
|
|
7708
|
-
/**
|
|
7709
|
-
* <p>Additional details about the results of the evaluation decision on a single resource.
|
|
7710
|
-
* This parameter is returned only for cross-account simulations. This parameter explains how
|
|
7711
|
-
* each policy type contributes to the resource-specific evaluation decision.</p>
|
|
7712
|
-
* @public
|
|
7713
|
-
*/
|
|
7714
|
-
EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType>;
|
|
7715
|
-
/**
|
|
7716
|
-
* <p>Contains information about the effect that a permissions boundary has on a policy
|
|
7717
|
-
* simulation when that boundary is applied to an IAM entity.</p>
|
|
7718
|
-
* @public
|
|
7719
|
-
*/
|
|
7720
|
-
PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
|
|
7721
|
-
}
|
|
7722
|
-
/**
|
|
7723
|
-
* <p>Contains the results of a simulation.</p>
|
|
7724
|
-
* <p>This data type is used by the return parameter of <code>
|
|
7725
|
-
* <a>SimulateCustomPolicy</a>
|
|
7726
|
-
* </code> and <code>
|
|
7727
|
-
* <a>SimulatePrincipalPolicy</a>
|
|
7728
|
-
* </code>.</p>
|
|
7729
|
-
* @public
|
|
7730
|
-
*/
|
|
7731
|
-
export interface EvaluationResult {
|
|
7732
|
-
/**
|
|
7733
|
-
* <p>The name of the API operation tested on the indicated resource.</p>
|
|
7734
|
-
* @public
|
|
7735
|
-
*/
|
|
7736
|
-
EvalActionName: string | undefined;
|
|
7737
|
-
/**
|
|
7738
|
-
* <p>The ARN of the resource that the indicated API operation was tested on.</p>
|
|
7739
|
-
* @public
|
|
7740
|
-
*/
|
|
7741
|
-
EvalResourceName?: string;
|
|
7742
|
-
/**
|
|
7743
|
-
* <p>The result of the simulation.</p>
|
|
7744
|
-
* @public
|
|
7745
|
-
*/
|
|
7746
|
-
EvalDecision: PolicyEvaluationDecisionType | undefined;
|
|
7747
|
-
/**
|
|
7748
|
-
* <p>A list of the statements in the input policies that determine the result for this
|
|
7749
|
-
* scenario. Remember that even if multiple statements allow the operation on the resource, if
|
|
7750
|
-
* only one statement denies that operation, then the explicit deny overrides any allow. In
|
|
7751
|
-
* addition, the deny statement is the only entry included in the result.</p>
|
|
7752
|
-
* @public
|
|
7753
|
-
*/
|
|
7754
|
-
MatchedStatements?: Statement[];
|
|
7755
|
-
/**
|
|
7756
|
-
* <p>A list of context keys that are required by the included input policies but that were
|
|
7757
|
-
* not provided by one of the input parameters. This list is used when the resource in a
|
|
7758
|
-
* simulation is "*", either explicitly, or when the <code>ResourceArns</code> parameter
|
|
7759
|
-
* blank. If you include a list of resources, then any missing context values are instead
|
|
7760
|
-
* included under the <code>ResourceSpecificResults</code> section. To discover the context
|
|
7761
|
-
* keys used by a set of policies, you can call <a>GetContextKeysForCustomPolicy</a> or <a>GetContextKeysForPrincipalPolicy</a>.</p>
|
|
7762
|
-
* @public
|
|
7763
|
-
*/
|
|
7764
|
-
MissingContextValues?: string[];
|
|
7765
|
-
/**
|
|
7766
|
-
* <p>A structure that details how Organizations and its service control policies affect the results of
|
|
7767
|
-
* the simulation. Only applies if the simulated user's account is part of an
|
|
7768
|
-
* organization.</p>
|
|
7769
|
-
* @public
|
|
7770
|
-
*/
|
|
7771
|
-
OrganizationsDecisionDetail?: OrganizationsDecisionDetail;
|
|
7772
|
-
/**
|
|
7773
|
-
* <p>Contains information about the effect that a permissions boundary has on a policy
|
|
7774
|
-
* simulation when the boundary is applied to an IAM entity.</p>
|
|
7775
|
-
* @public
|
|
7776
|
-
*/
|
|
7777
|
-
PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
|
|
7778
|
-
/**
|
|
7779
|
-
* <p>Additional details about the results of the cross-account evaluation decision. This
|
|
7780
|
-
* parameter is populated for only cross-account simulations. It contains a brief summary of
|
|
7781
|
-
* how each policy type contributes to the final evaluation decision.</p>
|
|
7782
|
-
* <p>If the simulation evaluates policies within the same account and includes a resource
|
|
7783
|
-
* ARN, then the parameter is present but the response is empty. If the simulation evaluates
|
|
7784
|
-
* policies within the same account and specifies all resources (<code>*</code>), then the
|
|
7785
|
-
* parameter is not returned.</p>
|
|
7786
|
-
* <p>When you make a cross-account request, Amazon Web Services evaluates the request in the trusting
|
|
7787
|
-
* account and the trusted account. The request is allowed only if both evaluations return
|
|
7788
|
-
* <code>true</code>. For more information about how policies are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies within a single account</a>.</p>
|
|
7789
|
-
* <p>If an Organizations SCP included in the evaluation denies access, the simulation ends. In
|
|
7790
|
-
* this case, policy evaluation does not proceed any further and this parameter is not
|
|
7791
|
-
* returned.</p>
|
|
7792
|
-
* @public
|
|
7793
|
-
*/
|
|
7794
|
-
EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType>;
|
|
7795
|
-
/**
|
|
7796
|
-
* <p>The individual results of the simulation of the API operation specified in
|
|
7797
|
-
* EvalActionName on each resource.</p>
|
|
7798
|
-
* @public
|
|
7799
|
-
*/
|
|
7800
|
-
ResourceSpecificResults?: ResourceSpecificResult[];
|
|
7801
|
-
}
|
|
7802
|
-
/**
|
|
7803
|
-
* <p>Contains the response to a successful <a>SimulatePrincipalPolicy</a> or
|
|
7804
|
-
* <a>SimulateCustomPolicy</a> request.</p>
|
|
7805
|
-
* @public
|
|
7806
|
-
*/
|
|
7807
|
-
export interface SimulatePolicyResponse {
|
|
7808
|
-
/**
|
|
7809
|
-
* <p>The results of the simulation.</p>
|
|
7810
|
-
* @public
|
|
7811
|
-
*/
|
|
7812
|
-
EvaluationResults?: EvaluationResult[];
|
|
7813
|
-
/**
|
|
7814
|
-
* <p>A flag that indicates whether there are more items to return. If your
|
|
7815
|
-
* results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
|
|
7816
|
-
* request parameter to retrieve more items. Note that IAM might return fewer than the
|
|
7817
|
-
* <code>MaxItems</code> number of results even when there are more results available. We recommend
|
|
7818
|
-
* that you check <code>IsTruncated</code> after every call to ensure that you receive all your
|
|
7819
|
-
* results.</p>
|
|
7820
|
-
* @public
|
|
7821
|
-
*/
|
|
7822
|
-
IsTruncated?: boolean;
|
|
7823
|
-
/**
|
|
7824
|
-
* <p>When <code>IsTruncated</code> is <code>true</code>, this element
|
|
7825
|
-
* is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
|
|
7826
|
-
* pagination request.</p>
|
|
7827
|
-
* @public
|
|
7828
|
-
*/
|
|
7829
|
-
Marker?: string;
|
|
7830
|
-
}
|
|
7831
|
-
/**
|
|
7832
|
-
* @public
|
|
7833
|
-
*/
|
|
7834
|
-
export interface SimulatePrincipalPolicyRequest {
|
|
7835
|
-
/**
|
|
7836
|
-
* <p>The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to
|
|
7837
|
-
* include in the simulation. If you specify a user, group, or role, the simulation
|
|
7838
|
-
* includes all policies that are associated with that entity. If you specify a user, the
|
|
7839
|
-
* simulation also includes all policies that are attached to any groups the user belongs
|
|
7840
|
-
* to.</p>
|
|
7841
|
-
* <p>The maximum length of the policy document that you can pass in this operation,
|
|
7842
|
-
* including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
|
|
7843
|
-
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
7844
|
-
* @public
|
|
7845
|
-
*/
|
|
7846
|
-
PolicySourceArn: string | undefined;
|
|
7847
|
-
/**
|
|
7848
|
-
* <p>An optional list of additional policy documents to include in the simulation. Each
|
|
7849
|
-
* document is specified as a string containing the complete, valid JSON text of an IAM
|
|
7850
|
-
* policy.</p>
|
|
7851
|
-
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
7852
|
-
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
7853
|
-
* <ul>
|
|
7854
|
-
* <li>
|
|
7855
|
-
* <p>Any printable ASCII
|
|
7856
|
-
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
7857
|
-
* </li>
|
|
7858
|
-
* <li>
|
|
7859
|
-
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
7860
|
-
* (through <code>\u00FF</code>)</p>
|
|
7861
|
-
* </li>
|
|
7862
|
-
* <li>
|
|
7863
|
-
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
7864
|
-
* carriage return (<code>\u000D</code>)</p>
|
|
7865
|
-
* </li>
|
|
7866
|
-
* </ul>
|
|
7867
|
-
* @public
|
|
7868
|
-
*/
|
|
7869
|
-
PolicyInputList?: string[];
|
|
7870
|
-
/**
|
|
7871
|
-
* <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the
|
|
7872
|
-
* maximum permissions that the entity can have. You can input only one permissions
|
|
7873
|
-
* boundary when you pass a policy to this operation. An IAM entity can only have one
|
|
7874
|
-
* permissions boundary in effect at a time. For example, if a permissions boundary is
|
|
7875
|
-
* attached to an entity and you pass in a different permissions boundary policy using this
|
|
7876
|
-
* parameter, then the new permissions boundary policy is used for the simulation. For more
|
|
7877
|
-
* information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
7878
|
-
* entities</a> in the <i>IAM User Guide</i>. The policy input is
|
|
7879
|
-
* specified as a string containing the complete, valid JSON text of a permissions boundary
|
|
7880
|
-
* policy.</p>
|
|
7881
|
-
* <p>The maximum length of the policy document that you can pass in this operation,
|
|
7882
|
-
* including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
|
|
7883
|
-
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
7884
|
-
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
7885
|
-
* <ul>
|
|
7886
|
-
* <li>
|
|
7887
|
-
* <p>Any printable ASCII
|
|
7888
|
-
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
7889
|
-
* </li>
|
|
7890
|
-
* <li>
|
|
7891
|
-
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
7892
|
-
* (through <code>\u00FF</code>)</p>
|
|
7893
|
-
* </li>
|
|
7894
|
-
* <li>
|
|
7895
|
-
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
7896
|
-
* carriage return (<code>\u000D</code>)</p>
|
|
7897
|
-
* </li>
|
|
7898
|
-
* </ul>
|
|
7899
|
-
* @public
|
|
7900
|
-
*/
|
|
7901
|
-
PermissionsBoundaryPolicyInputList?: string[];
|
|
7902
|
-
/**
|
|
7903
|
-
* <p>A list of names of API operations to evaluate in the simulation. Each operation is
|
|
7904
|
-
* evaluated for each resource. Each operation must include the service identifier, such as
|
|
7905
|
-
* <code>iam:CreateUser</code>.</p>
|
|
7906
|
-
* @public
|
|
7907
|
-
*/
|
|
7908
|
-
ActionNames: string[] | undefined;
|
|
7909
|
-
/**
|
|
7910
|
-
* <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is
|
|
7911
|
-
* not provided, then the value defaults to <code>*</code> (all resources). Each API in the
|
|
7912
|
-
* <code>ActionNames</code> parameter is evaluated for each resource in this list. The
|
|
7913
|
-
* simulation determines the access result (allowed or denied) of each combination and
|
|
7914
|
-
* reports it in the response. You can simulate resources that don't exist in your
|
|
7915
|
-
* account.</p>
|
|
7916
|
-
* <p>The simulation does not automatically retrieve policies for the specified resources.
|
|
7917
|
-
* If you want to include a resource policy in the simulation, then you must include the
|
|
7918
|
-
* policy as a string in the <code>ResourcePolicy</code> parameter.</p>
|
|
7919
|
-
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
7920
|
-
* <note>
|
|
7921
|
-
* <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
|
|
7922
|
-
* </note>
|
|
7923
|
-
* @public
|
|
7924
|
-
*/
|
|
7925
|
-
ResourceArns?: string[];
|
|
7926
|
-
/**
|
|
7927
|
-
* <p>A resource-based policy to include in the simulation provided as a string. Each
|
|
7928
|
-
* resource in the simulation is treated as if it had this policy attached. You can include
|
|
7929
|
-
* only one resource-based policy in a simulation.</p>
|
|
7930
|
-
* <p>The maximum length of the policy document that you can pass in this operation,
|
|
7931
|
-
* including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
|
|
7932
|
-
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
7933
|
-
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
7934
|
-
* <ul>
|
|
7935
|
-
* <li>
|
|
7936
|
-
* <p>Any printable ASCII
|
|
7937
|
-
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
7938
|
-
* </li>
|
|
7939
|
-
* <li>
|
|
7940
|
-
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
7941
|
-
* (through <code>\u00FF</code>)</p>
|
|
7942
|
-
* </li>
|
|
7943
|
-
* <li>
|
|
7944
|
-
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
7945
|
-
* carriage return (<code>\u000D</code>)</p>
|
|
7946
|
-
* </li>
|
|
7947
|
-
* </ul>
|
|
7948
|
-
* <note>
|
|
7949
|
-
* <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
|
|
7950
|
-
* </note>
|
|
7951
|
-
* @public
|
|
7952
|
-
*/
|
|
7953
|
-
ResourcePolicy?: string;
|
|
7954
|
-
/**
|
|
7955
|
-
* <p>An Amazon Web Services account ID that specifies the owner of any simulated resource that does not
|
|
7956
|
-
* identify its owner in the resource ARN. Examples of resource ARNs include an S3 bucket
|
|
7957
|
-
* or object. If <code>ResourceOwner</code> is specified, it is also used as the account
|
|
7958
|
-
* owner of any <code>ResourcePolicy</code> included in the simulation. If the
|
|
7959
|
-
* <code>ResourceOwner</code> parameter is not specified, then the owner of the
|
|
7960
|
-
* resources and the resource policy defaults to the account of the identity provided in
|
|
7961
|
-
* <code>CallerArn</code>. This parameter is required only if you specify a
|
|
7962
|
-
* resource-based policy and account that owns the resource is different from the account
|
|
7963
|
-
* that owns the simulated calling user <code>CallerArn</code>.</p>
|
|
7964
|
-
* @public
|
|
7965
|
-
*/
|
|
7966
|
-
ResourceOwner?: string;
|
|
7967
|
-
/**
|
|
7968
|
-
* <p>The ARN of the IAM user that you want to specify as the simulated caller of the API
|
|
7969
|
-
* operations. If you do not specify a <code>CallerArn</code>, it defaults to the ARN of
|
|
7970
|
-
* the user that you specify in <code>PolicySourceArn</code>, if you specified a user. If
|
|
7971
|
-
* you include both a <code>PolicySourceArn</code> (for example,
|
|
7972
|
-
* <code>arn:aws:iam::123456789012:user/David</code>) and a <code>CallerArn</code> (for
|
|
7973
|
-
* example, <code>arn:aws:iam::123456789012:user/Bob</code>), the result is that you
|
|
7974
|
-
* simulate calling the API operations as Bob, as if Bob had David's policies.</p>
|
|
7975
|
-
* <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an
|
|
7976
|
-
* assumed role, federated user, or a service principal.</p>
|
|
7977
|
-
* <p>
|
|
7978
|
-
* <code>CallerArn</code> is required if you include a <code>ResourcePolicy</code> and
|
|
7979
|
-
* the <code>PolicySourceArn</code> is not the ARN for an IAM user. This is required so
|
|
7980
|
-
* that the resource-based policy's <code>Principal</code> element has a value to use in
|
|
7981
|
-
* evaluating the policy.</p>
|
|
7982
|
-
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
7983
|
-
* @public
|
|
7984
|
-
*/
|
|
7985
|
-
CallerArn?: string;
|
|
7986
|
-
/**
|
|
7987
|
-
* <p>A list of context keys and corresponding values for the simulation to use. Whenever a
|
|
7988
|
-
* context key is evaluated in one of the simulated IAM permissions policies, the
|
|
7989
|
-
* corresponding value is supplied.</p>
|
|
7990
|
-
* @public
|
|
7991
|
-
*/
|
|
7992
|
-
ContextEntries?: ContextEntry[];
|
|
7993
|
-
/**
|
|
7994
|
-
* <p>Specifies the type of simulation to run. Different API operations that support
|
|
7995
|
-
* resource-based policies require different combinations of resources. By specifying the
|
|
7996
|
-
* type of simulation to run, you enable the policy simulator to enforce the presence of
|
|
7997
|
-
* the required resources to ensure reliable simulation results. If your simulation does
|
|
7998
|
-
* not match one of the following scenarios, then you can omit this parameter. The
|
|
7999
|
-
* following list shows each of the supported scenario values and the resources that you
|
|
8000
|
-
* must define to run the simulation.</p>
|
|
8001
|
-
* <p>Each of the Amazon EC2 scenarios requires that you specify instance, image, and security
|
|
8002
|
-
* group resources. If your scenario includes an EBS volume, then you must specify that
|
|
8003
|
-
* volume as a resource. If the Amazon EC2 scenario includes VPC, then you must supply the
|
|
8004
|
-
* network interface resource. If it includes an IP subnet, then you must specify the
|
|
8005
|
-
* subnet resource. For more information on the Amazon EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8006
|
-
* <ul>
|
|
8007
|
-
* <li>
|
|
8008
|
-
* <p>
|
|
8009
|
-
* <b>EC2-VPC-InstanceStore</b>
|
|
8010
|
-
* </p>
|
|
8011
|
-
* <p>instance, image, security group, network interface</p>
|
|
8012
|
-
* </li>
|
|
8013
|
-
* <li>
|
|
8014
|
-
* <p>
|
|
8015
|
-
* <b>EC2-VPC-InstanceStore-Subnet</b>
|
|
8016
|
-
* </p>
|
|
8017
|
-
* <p>instance, image, security group, network interface, subnet</p>
|
|
8018
|
-
* </li>
|
|
8019
|
-
* <li>
|
|
8020
|
-
* <p>
|
|
8021
|
-
* <b>EC2-VPC-EBS</b>
|
|
8022
|
-
* </p>
|
|
8023
|
-
* <p>instance, image, security group, network interface, volume</p>
|
|
8024
|
-
* </li>
|
|
8025
|
-
* <li>
|
|
8026
|
-
* <p>
|
|
8027
|
-
* <b>EC2-VPC-EBS-Subnet</b>
|
|
8028
|
-
* </p>
|
|
8029
|
-
* <p>instance, image, security group, network interface, subnet, volume</p>
|
|
8030
|
-
* </li>
|
|
8031
|
-
* </ul>
|
|
8032
|
-
* @public
|
|
8033
|
-
*/
|
|
8034
|
-
ResourceHandlingOption?: string;
|
|
8035
|
-
/**
|
|
8036
|
-
* <p>Use this only when paginating results to indicate the
|
|
8037
|
-
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
8038
|
-
* you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p>
|
|
8039
|
-
* <p>If you do not include this parameter, the number of items defaults to 100. Note that
|
|
8040
|
-
* IAM might return fewer results, even when there are more results available. In that case, the
|
|
8041
|
-
* <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code>
|
|
8042
|
-
* contains a value to include in the subsequent call that tells the service where to continue
|
|
8043
|
-
* from.</p>
|
|
8044
|
-
* @public
|
|
8045
|
-
*/
|
|
8046
|
-
MaxItems?: number;
|
|
8047
|
-
/**
|
|
8048
|
-
* <p>Use this parameter only when paginating results and only after
|
|
8049
|
-
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
8050
|
-
* <code>Marker</code> element in the response that you received to indicate where the next call
|
|
8051
|
-
* should start.</p>
|
|
8052
|
-
* @public
|
|
8053
|
-
*/
|
|
8054
|
-
Marker?: string;
|
|
8055
|
-
}
|
|
8056
|
-
/**
|
|
8057
|
-
* @public
|
|
8058
|
-
*/
|
|
8059
|
-
export interface TagInstanceProfileRequest {
|
|
8060
|
-
/**
|
|
8061
|
-
* <p>The name of the IAM instance profile to which you want to add tags.</p>
|
|
8062
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8063
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8064
|
-
* @public
|
|
8065
|
-
*/
|
|
8066
|
-
InstanceProfileName: string | undefined;
|
|
8067
|
-
/**
|
|
8068
|
-
* <p>The list of tags that you want to attach to the IAM instance profile.
|
|
8069
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8070
|
-
* @public
|
|
8071
|
-
*/
|
|
8072
|
-
Tags: Tag[] | undefined;
|
|
8073
|
-
}
|
|
8074
|
-
/**
|
|
8075
|
-
* @public
|
|
8076
|
-
*/
|
|
8077
|
-
export interface TagMFADeviceRequest {
|
|
8078
|
-
/**
|
|
8079
|
-
* <p>The unique identifier for the IAM virtual MFA device to which you want to add tags.
|
|
8080
|
-
* For virtual MFA devices, the serial number is the same as the ARN.</p>
|
|
8081
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8082
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8083
|
-
* @public
|
|
8084
|
-
*/
|
|
8085
|
-
SerialNumber: string | undefined;
|
|
8086
|
-
/**
|
|
8087
|
-
* <p>The list of tags that you want to attach to the IAM virtual MFA device.
|
|
8088
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8089
|
-
* @public
|
|
8090
|
-
*/
|
|
8091
|
-
Tags: Tag[] | undefined;
|
|
8092
|
-
}
|
|
8093
|
-
/**
|
|
8094
|
-
* @public
|
|
8095
|
-
*/
|
|
8096
|
-
export interface TagOpenIDConnectProviderRequest {
|
|
8097
|
-
/**
|
|
8098
|
-
* <p>The ARN of the OIDC identity provider in IAM to which you want to add tags.</p>
|
|
8099
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8100
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8101
|
-
* @public
|
|
8102
|
-
*/
|
|
8103
|
-
OpenIDConnectProviderArn: string | undefined;
|
|
8104
|
-
/**
|
|
8105
|
-
* <p>The list of tags that you want to attach to the OIDC identity provider in IAM.
|
|
8106
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8107
|
-
* @public
|
|
8108
|
-
*/
|
|
8109
|
-
Tags: Tag[] | undefined;
|
|
8110
|
-
}
|
|
8111
|
-
/**
|
|
8112
|
-
* @public
|
|
8113
|
-
*/
|
|
8114
|
-
export interface TagPolicyRequest {
|
|
8115
|
-
/**
|
|
8116
|
-
* <p>The ARN of the IAM customer managed policy to which you want to add tags.</p>
|
|
8117
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8118
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8119
|
-
* @public
|
|
8120
|
-
*/
|
|
8121
|
-
PolicyArn: string | undefined;
|
|
8122
|
-
/**
|
|
8123
|
-
* <p>The list of tags that you want to attach to the IAM customer managed policy.
|
|
8124
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8125
|
-
* @public
|
|
8126
|
-
*/
|
|
8127
|
-
Tags: Tag[] | undefined;
|
|
8128
|
-
}
|
|
8129
|
-
/**
|
|
8130
|
-
* @public
|
|
8131
|
-
*/
|
|
8132
|
-
export interface TagRoleRequest {
|
|
8133
|
-
/**
|
|
8134
|
-
* <p>The name of the IAM role to which you want to add tags.</p>
|
|
8135
|
-
* <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric
|
|
8136
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8137
|
-
* @public
|
|
8138
|
-
*/
|
|
8139
|
-
RoleName: string | undefined;
|
|
8140
|
-
/**
|
|
8141
|
-
* <p>The list of tags that you want to attach to the IAM role. Each tag consists of a key name and an associated value.</p>
|
|
8142
|
-
* @public
|
|
8143
|
-
*/
|
|
8144
|
-
Tags: Tag[] | undefined;
|
|
8145
|
-
}
|
|
8146
|
-
/**
|
|
8147
|
-
* @public
|
|
8148
|
-
*/
|
|
8149
|
-
export interface TagSAMLProviderRequest {
|
|
8150
|
-
/**
|
|
8151
|
-
* <p>The ARN of the SAML identity provider in IAM to which you want to add tags.</p>
|
|
8152
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8153
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8154
|
-
* @public
|
|
8155
|
-
*/
|
|
8156
|
-
SAMLProviderArn: string | undefined;
|
|
8157
|
-
/**
|
|
8158
|
-
* <p>The list of tags that you want to attach to the SAML identity provider in IAM.
|
|
8159
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8160
|
-
* @public
|
|
8161
|
-
*/
|
|
8162
|
-
Tags: Tag[] | undefined;
|
|
8163
|
-
}
|
|
8164
|
-
/**
|
|
8165
|
-
* @public
|
|
8166
|
-
*/
|
|
8167
|
-
export interface TagServerCertificateRequest {
|
|
8168
|
-
/**
|
|
8169
|
-
* <p>The name of the IAM server certificate to which you want to add tags.</p>
|
|
8170
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8171
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8172
|
-
* @public
|
|
8173
|
-
*/
|
|
8174
|
-
ServerCertificateName: string | undefined;
|
|
8175
|
-
/**
|
|
8176
|
-
* <p>The list of tags that you want to attach to the IAM server certificate.
|
|
8177
|
-
* Each tag consists of a key name and an associated value.</p>
|
|
8178
|
-
* @public
|
|
8179
|
-
*/
|
|
8180
|
-
Tags: Tag[] | undefined;
|
|
8181
|
-
}
|
|
8182
|
-
/**
|
|
8183
|
-
* @public
|
|
8184
|
-
*/
|
|
8185
|
-
export interface TagUserRequest {
|
|
8186
|
-
/**
|
|
8187
|
-
* <p>The name of the IAM user to which you want to add tags.</p>
|
|
8188
|
-
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
8189
|
-
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
8190
|
-
* @public
|
|
8191
|
-
*/
|
|
8192
|
-
UserName: string | undefined;
|
|
8193
|
-
/**
|
|
8194
|
-
* <p>The list of tags that you want to attach to the IAM user. Each tag consists of a key name and an associated value.</p>
|
|
8195
|
-
* @public
|
|
8196
|
-
*/
|
|
8197
|
-
Tags: Tag[] | undefined;
|
|
7785
|
+
Column?: number | undefined;
|
|
8198
7786
|
}
|
|
8199
7787
|
/**
|
|
8200
7788
|
* @internal
|