@aws-sdk/client-iam 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/IAM.d.ts +2744 -795
- package/dist-types/ts3.4/IAMClient.d.ts +1051 -231
- package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +33 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +158 -158
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/IAMServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2296 -2889
- package/dist-types/ts3.4/models/models_1.d.ts +261 -301
- package/dist-types/ts3.4/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetGroupPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccessKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedGroupPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedRolePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttachedUserPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntitiesForPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsForUserPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceProfilesForRolePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMFADevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPolicyVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRolePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRolesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSSHPublicKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServerCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSigningCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVirtualMFADevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SimulateCustomPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SimulatePrincipalPolicyPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +28 -28
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +1901 -476
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,2889 +1,2296 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
3
|
-
export declare enum AccessAdvisorUsageGranularityType {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare class
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare class
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
export
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
export declare class
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
}
|
|
153
|
-
export interface
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}
|
|
159
|
-
export interface
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
export declare class
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
export interface
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
export interface
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
}
|
|
321
|
-
export interface
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
export
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
}
|
|
413
|
-
export interface
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
export interface
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
}
|
|
457
|
-
export interface
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
}
|
|
495
|
-
export
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
export interface
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
export
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
}
|
|
620
|
-
export interface
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
export interface
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
}
|
|
725
|
-
export interface
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
}
|
|
731
|
-
export interface
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
export
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
export interface
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
}
|
|
922
|
-
export
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
}
|
|
964
|
-
export
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
export interface
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
}
|
|
1017
|
-
export interface
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
export interface
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
}
|
|
1087
|
-
export interface
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
export interface
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
}
|
|
1107
|
-
export interface
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
export interface
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
}
|
|
1235
|
-
export interface
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
}
|
|
1316
|
-
export
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
export interface
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
export interface
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
export
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
}
|
|
1361
|
-
export interface
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
}
|
|
1408
|
-
export
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
export interface
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
export
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
export
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
export
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
export
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
export declare
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
export
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
export
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
export
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
export
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
export
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
export
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
export
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
export
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
export
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
export
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
export
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
export
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
export
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
export
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
export
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
export
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
export
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
export
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
export
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
export
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
export
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
ContextEntries?: ContextEntry[];
|
|
2299
|
-
|
|
2300
|
-
ResourceHandlingOption?: string;
|
|
2301
|
-
|
|
2302
|
-
MaxItems?: number;
|
|
2303
|
-
|
|
2304
|
-
Marker?: string;
|
|
2305
|
-
}
|
|
2306
|
-
export interface TagInstanceProfileRequest {
|
|
2307
|
-
|
|
2308
|
-
InstanceProfileName: string | undefined;
|
|
2309
|
-
|
|
2310
|
-
Tags: Tag[] | undefined;
|
|
2311
|
-
}
|
|
2312
|
-
export interface TagMFADeviceRequest {
|
|
2313
|
-
|
|
2314
|
-
SerialNumber: string | undefined;
|
|
2315
|
-
|
|
2316
|
-
Tags: Tag[] | undefined;
|
|
2317
|
-
}
|
|
2318
|
-
export interface TagOpenIDConnectProviderRequest {
|
|
2319
|
-
|
|
2320
|
-
OpenIDConnectProviderArn: string | undefined;
|
|
2321
|
-
|
|
2322
|
-
Tags: Tag[] | undefined;
|
|
2323
|
-
}
|
|
2324
|
-
export interface TagPolicyRequest {
|
|
2325
|
-
|
|
2326
|
-
PolicyArn: string | undefined;
|
|
2327
|
-
|
|
2328
|
-
Tags: Tag[] | undefined;
|
|
2329
|
-
}
|
|
2330
|
-
export interface TagRoleRequest {
|
|
2331
|
-
|
|
2332
|
-
RoleName: string | undefined;
|
|
2333
|
-
|
|
2334
|
-
Tags: Tag[] | undefined;
|
|
2335
|
-
}
|
|
2336
|
-
export interface TagSAMLProviderRequest {
|
|
2337
|
-
|
|
2338
|
-
SAMLProviderArn: string | undefined;
|
|
2339
|
-
|
|
2340
|
-
Tags: Tag[] | undefined;
|
|
2341
|
-
}
|
|
2342
|
-
export interface TagServerCertificateRequest {
|
|
2343
|
-
|
|
2344
|
-
ServerCertificateName: string | undefined;
|
|
2345
|
-
|
|
2346
|
-
Tags: Tag[] | undefined;
|
|
2347
|
-
}
|
|
2348
|
-
export interface TagUserRequest {
|
|
2349
|
-
|
|
2350
|
-
UserName: string | undefined;
|
|
2351
|
-
|
|
2352
|
-
Tags: Tag[] | undefined;
|
|
2353
|
-
}
|
|
2354
|
-
export interface UntagInstanceProfileRequest {
|
|
2355
|
-
|
|
2356
|
-
InstanceProfileName: string | undefined;
|
|
2357
|
-
|
|
2358
|
-
TagKeys: string[] | undefined;
|
|
2359
|
-
}
|
|
2360
|
-
export interface UntagMFADeviceRequest {
|
|
2361
|
-
|
|
2362
|
-
SerialNumber: string | undefined;
|
|
2363
|
-
|
|
2364
|
-
TagKeys: string[] | undefined;
|
|
2365
|
-
}
|
|
2366
|
-
export interface UntagOpenIDConnectProviderRequest {
|
|
2367
|
-
|
|
2368
|
-
OpenIDConnectProviderArn: string | undefined;
|
|
2369
|
-
|
|
2370
|
-
TagKeys: string[] | undefined;
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
export declare const AccessDetailFilterSensitiveLog: (obj: AccessDetail) => any;
|
|
2374
|
-
|
|
2375
|
-
export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
|
|
2376
|
-
|
|
2377
|
-
export declare const AccessKeyLastUsedFilterSensitiveLog: (obj: AccessKeyLastUsed) => any;
|
|
2378
|
-
|
|
2379
|
-
export declare const AccessKeyMetadataFilterSensitiveLog: (obj: AccessKeyMetadata) => any;
|
|
2380
|
-
|
|
2381
|
-
export declare const AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog: (obj: AddClientIDToOpenIDConnectProviderRequest) => any;
|
|
2382
|
-
|
|
2383
|
-
export declare const AddRoleToInstanceProfileRequestFilterSensitiveLog: (obj: AddRoleToInstanceProfileRequest) => any;
|
|
2384
|
-
|
|
2385
|
-
export declare const AddUserToGroupRequestFilterSensitiveLog: (obj: AddUserToGroupRequest) => any;
|
|
2386
|
-
|
|
2387
|
-
export declare const AttachedPermissionsBoundaryFilterSensitiveLog: (obj: AttachedPermissionsBoundary) => any;
|
|
2388
|
-
|
|
2389
|
-
export declare const AttachedPolicyFilterSensitiveLog: (obj: AttachedPolicy) => any;
|
|
2390
|
-
|
|
2391
|
-
export declare const AttachGroupPolicyRequestFilterSensitiveLog: (obj: AttachGroupPolicyRequest) => any;
|
|
2392
|
-
|
|
2393
|
-
export declare const AttachRolePolicyRequestFilterSensitiveLog: (obj: AttachRolePolicyRequest) => any;
|
|
2394
|
-
|
|
2395
|
-
export declare const AttachUserPolicyRequestFilterSensitiveLog: (obj: AttachUserPolicyRequest) => any;
|
|
2396
|
-
|
|
2397
|
-
export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
|
|
2398
|
-
|
|
2399
|
-
export declare const CreateAccessKeyRequestFilterSensitiveLog: (obj: CreateAccessKeyRequest) => any;
|
|
2400
|
-
|
|
2401
|
-
export declare const CreateAccessKeyResponseFilterSensitiveLog: (obj: CreateAccessKeyResponse) => any;
|
|
2402
|
-
|
|
2403
|
-
export declare const CreateAccountAliasRequestFilterSensitiveLog: (obj: CreateAccountAliasRequest) => any;
|
|
2404
|
-
|
|
2405
|
-
export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
|
|
2406
|
-
|
|
2407
|
-
export declare const GroupFilterSensitiveLog: (obj: Group) => any;
|
|
2408
|
-
|
|
2409
|
-
export declare const CreateGroupResponseFilterSensitiveLog: (obj: CreateGroupResponse) => any;
|
|
2410
|
-
|
|
2411
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2412
|
-
|
|
2413
|
-
export declare const CreateInstanceProfileRequestFilterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
|
|
2414
|
-
|
|
2415
|
-
export declare const RoleLastUsedFilterSensitiveLog: (obj: RoleLastUsed) => any;
|
|
2416
|
-
|
|
2417
|
-
export declare const RoleFilterSensitiveLog: (obj: Role) => any;
|
|
2418
|
-
|
|
2419
|
-
export declare const InstanceProfileFilterSensitiveLog: (obj: InstanceProfile) => any;
|
|
2420
|
-
|
|
2421
|
-
export declare const CreateInstanceProfileResponseFilterSensitiveLog: (obj: CreateInstanceProfileResponse) => any;
|
|
2422
|
-
|
|
2423
|
-
export declare const CreateLoginProfileRequestFilterSensitiveLog: (obj: CreateLoginProfileRequest) => any;
|
|
2424
|
-
|
|
2425
|
-
export declare const LoginProfileFilterSensitiveLog: (obj: LoginProfile) => any;
|
|
2426
|
-
|
|
2427
|
-
export declare const CreateLoginProfileResponseFilterSensitiveLog: (obj: CreateLoginProfileResponse) => any;
|
|
2428
|
-
|
|
2429
|
-
export declare const CreateOpenIDConnectProviderRequestFilterSensitiveLog: (obj: CreateOpenIDConnectProviderRequest) => any;
|
|
2430
|
-
|
|
2431
|
-
export declare const CreateOpenIDConnectProviderResponseFilterSensitiveLog: (obj: CreateOpenIDConnectProviderResponse) => any;
|
|
2432
|
-
|
|
2433
|
-
export declare const CreatePolicyRequestFilterSensitiveLog: (obj: CreatePolicyRequest) => any;
|
|
2434
|
-
|
|
2435
|
-
export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
|
|
2436
|
-
|
|
2437
|
-
export declare const CreatePolicyResponseFilterSensitiveLog: (obj: CreatePolicyResponse) => any;
|
|
2438
|
-
|
|
2439
|
-
export declare const CreatePolicyVersionRequestFilterSensitiveLog: (obj: CreatePolicyVersionRequest) => any;
|
|
2440
|
-
|
|
2441
|
-
export declare const PolicyVersionFilterSensitiveLog: (obj: PolicyVersion) => any;
|
|
2442
|
-
|
|
2443
|
-
export declare const CreatePolicyVersionResponseFilterSensitiveLog: (obj: CreatePolicyVersionResponse) => any;
|
|
2444
|
-
|
|
2445
|
-
export declare const CreateRoleRequestFilterSensitiveLog: (obj: CreateRoleRequest) => any;
|
|
2446
|
-
|
|
2447
|
-
export declare const CreateRoleResponseFilterSensitiveLog: (obj: CreateRoleResponse) => any;
|
|
2448
|
-
|
|
2449
|
-
export declare const CreateSAMLProviderRequestFilterSensitiveLog: (obj: CreateSAMLProviderRequest) => any;
|
|
2450
|
-
|
|
2451
|
-
export declare const CreateSAMLProviderResponseFilterSensitiveLog: (obj: CreateSAMLProviderResponse) => any;
|
|
2452
|
-
|
|
2453
|
-
export declare const CreateServiceLinkedRoleRequestFilterSensitiveLog: (obj: CreateServiceLinkedRoleRequest) => any;
|
|
2454
|
-
|
|
2455
|
-
export declare const CreateServiceLinkedRoleResponseFilterSensitiveLog: (obj: CreateServiceLinkedRoleResponse) => any;
|
|
2456
|
-
|
|
2457
|
-
export declare const CreateServiceSpecificCredentialRequestFilterSensitiveLog: (obj: CreateServiceSpecificCredentialRequest) => any;
|
|
2458
|
-
|
|
2459
|
-
export declare const ServiceSpecificCredentialFilterSensitiveLog: (obj: ServiceSpecificCredential) => any;
|
|
2460
|
-
|
|
2461
|
-
export declare const CreateServiceSpecificCredentialResponseFilterSensitiveLog: (obj: CreateServiceSpecificCredentialResponse) => any;
|
|
2462
|
-
|
|
2463
|
-
export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
2464
|
-
|
|
2465
|
-
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
2466
|
-
|
|
2467
|
-
export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
|
|
2468
|
-
|
|
2469
|
-
export declare const CreateVirtualMFADeviceRequestFilterSensitiveLog: (obj: CreateVirtualMFADeviceRequest) => any;
|
|
2470
|
-
|
|
2471
|
-
export declare const VirtualMFADeviceFilterSensitiveLog: (obj: VirtualMFADevice) => any;
|
|
2472
|
-
|
|
2473
|
-
export declare const CreateVirtualMFADeviceResponseFilterSensitiveLog: (obj: CreateVirtualMFADeviceResponse) => any;
|
|
2474
|
-
|
|
2475
|
-
export declare const DeactivateMFADeviceRequestFilterSensitiveLog: (obj: DeactivateMFADeviceRequest) => any;
|
|
2476
|
-
|
|
2477
|
-
export declare const DeleteAccessKeyRequestFilterSensitiveLog: (obj: DeleteAccessKeyRequest) => any;
|
|
2478
|
-
|
|
2479
|
-
export declare const DeleteAccountAliasRequestFilterSensitiveLog: (obj: DeleteAccountAliasRequest) => any;
|
|
2480
|
-
|
|
2481
|
-
export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
|
|
2482
|
-
|
|
2483
|
-
export declare const DeleteGroupPolicyRequestFilterSensitiveLog: (obj: DeleteGroupPolicyRequest) => any;
|
|
2484
|
-
|
|
2485
|
-
export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
|
|
2486
|
-
|
|
2487
|
-
export declare const DeleteLoginProfileRequestFilterSensitiveLog: (obj: DeleteLoginProfileRequest) => any;
|
|
2488
|
-
|
|
2489
|
-
export declare const DeleteOpenIDConnectProviderRequestFilterSensitiveLog: (obj: DeleteOpenIDConnectProviderRequest) => any;
|
|
2490
|
-
|
|
2491
|
-
export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
2492
|
-
|
|
2493
|
-
export declare const DeletePolicyVersionRequestFilterSensitiveLog: (obj: DeletePolicyVersionRequest) => any;
|
|
2494
|
-
|
|
2495
|
-
export declare const DeleteRoleRequestFilterSensitiveLog: (obj: DeleteRoleRequest) => any;
|
|
2496
|
-
|
|
2497
|
-
export declare const DeleteRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteRolePermissionsBoundaryRequest) => any;
|
|
2498
|
-
|
|
2499
|
-
export declare const DeleteRolePolicyRequestFilterSensitiveLog: (obj: DeleteRolePolicyRequest) => any;
|
|
2500
|
-
|
|
2501
|
-
export declare const DeleteSAMLProviderRequestFilterSensitiveLog: (obj: DeleteSAMLProviderRequest) => any;
|
|
2502
|
-
|
|
2503
|
-
export declare const DeleteServerCertificateRequestFilterSensitiveLog: (obj: DeleteServerCertificateRequest) => any;
|
|
2504
|
-
|
|
2505
|
-
export declare const DeleteServiceLinkedRoleRequestFilterSensitiveLog: (obj: DeleteServiceLinkedRoleRequest) => any;
|
|
2506
|
-
|
|
2507
|
-
export declare const DeleteServiceLinkedRoleResponseFilterSensitiveLog: (obj: DeleteServiceLinkedRoleResponse) => any;
|
|
2508
|
-
|
|
2509
|
-
export declare const DeleteServiceSpecificCredentialRequestFilterSensitiveLog: (obj: DeleteServiceSpecificCredentialRequest) => any;
|
|
2510
|
-
|
|
2511
|
-
export declare const DeleteSigningCertificateRequestFilterSensitiveLog: (obj: DeleteSigningCertificateRequest) => any;
|
|
2512
|
-
|
|
2513
|
-
export declare const DeleteSSHPublicKeyRequestFilterSensitiveLog: (obj: DeleteSSHPublicKeyRequest) => any;
|
|
2514
|
-
|
|
2515
|
-
export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
2516
|
-
|
|
2517
|
-
export declare const DeleteUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteUserPermissionsBoundaryRequest) => any;
|
|
2518
|
-
|
|
2519
|
-
export declare const DeleteUserPolicyRequestFilterSensitiveLog: (obj: DeleteUserPolicyRequest) => any;
|
|
2520
|
-
|
|
2521
|
-
export declare const DeleteVirtualMFADeviceRequestFilterSensitiveLog: (obj: DeleteVirtualMFADeviceRequest) => any;
|
|
2522
|
-
|
|
2523
|
-
export declare const DetachGroupPolicyRequestFilterSensitiveLog: (obj: DetachGroupPolicyRequest) => any;
|
|
2524
|
-
|
|
2525
|
-
export declare const DetachRolePolicyRequestFilterSensitiveLog: (obj: DetachRolePolicyRequest) => any;
|
|
2526
|
-
|
|
2527
|
-
export declare const DetachUserPolicyRequestFilterSensitiveLog: (obj: DetachUserPolicyRequest) => any;
|
|
2528
|
-
|
|
2529
|
-
export declare const EnableMFADeviceRequestFilterSensitiveLog: (obj: EnableMFADeviceRequest) => any;
|
|
2530
|
-
|
|
2531
|
-
export declare const GenerateCredentialReportResponseFilterSensitiveLog: (obj: GenerateCredentialReportResponse) => any;
|
|
2532
|
-
|
|
2533
|
-
export declare const GenerateOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportRequest) => any;
|
|
2534
|
-
|
|
2535
|
-
export declare const GenerateOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportResponse) => any;
|
|
2536
|
-
|
|
2537
|
-
export declare const GenerateServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsRequest) => any;
|
|
2538
|
-
|
|
2539
|
-
export declare const GenerateServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsResponse) => any;
|
|
2540
|
-
|
|
2541
|
-
export declare const GetAccessKeyLastUsedRequestFilterSensitiveLog: (obj: GetAccessKeyLastUsedRequest) => any;
|
|
2542
|
-
|
|
2543
|
-
export declare const GetAccessKeyLastUsedResponseFilterSensitiveLog: (obj: GetAccessKeyLastUsedResponse) => any;
|
|
2544
|
-
|
|
2545
|
-
export declare const GetAccountAuthorizationDetailsRequestFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsRequest) => any;
|
|
2546
|
-
|
|
2547
|
-
export declare const PolicyDetailFilterSensitiveLog: (obj: PolicyDetail) => any;
|
|
2548
|
-
|
|
2549
|
-
export declare const GroupDetailFilterSensitiveLog: (obj: GroupDetail) => any;
|
|
2550
|
-
|
|
2551
|
-
export declare const ManagedPolicyDetailFilterSensitiveLog: (obj: ManagedPolicyDetail) => any;
|
|
2552
|
-
|
|
2553
|
-
export declare const RoleDetailFilterSensitiveLog: (obj: RoleDetail) => any;
|
|
2554
|
-
|
|
2555
|
-
export declare const UserDetailFilterSensitiveLog: (obj: UserDetail) => any;
|
|
2556
|
-
|
|
2557
|
-
export declare const GetAccountAuthorizationDetailsResponseFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsResponse) => any;
|
|
2558
|
-
|
|
2559
|
-
export declare const PasswordPolicyFilterSensitiveLog: (obj: PasswordPolicy) => any;
|
|
2560
|
-
|
|
2561
|
-
export declare const GetAccountPasswordPolicyResponseFilterSensitiveLog: (obj: GetAccountPasswordPolicyResponse) => any;
|
|
2562
|
-
|
|
2563
|
-
export declare const GetAccountSummaryResponseFilterSensitiveLog: (obj: GetAccountSummaryResponse) => any;
|
|
2564
|
-
|
|
2565
|
-
export declare const GetContextKeysForCustomPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForCustomPolicyRequest) => any;
|
|
2566
|
-
|
|
2567
|
-
export declare const GetContextKeysForPolicyResponseFilterSensitiveLog: (obj: GetContextKeysForPolicyResponse) => any;
|
|
2568
|
-
|
|
2569
|
-
export declare const GetContextKeysForPrincipalPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForPrincipalPolicyRequest) => any;
|
|
2570
|
-
|
|
2571
|
-
export declare const GetCredentialReportResponseFilterSensitiveLog: (obj: GetCredentialReportResponse) => any;
|
|
2572
|
-
|
|
2573
|
-
export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
|
|
2574
|
-
|
|
2575
|
-
export declare const GetGroupResponseFilterSensitiveLog: (obj: GetGroupResponse) => any;
|
|
2576
|
-
|
|
2577
|
-
export declare const GetGroupPolicyRequestFilterSensitiveLog: (obj: GetGroupPolicyRequest) => any;
|
|
2578
|
-
|
|
2579
|
-
export declare const GetGroupPolicyResponseFilterSensitiveLog: (obj: GetGroupPolicyResponse) => any;
|
|
2580
|
-
|
|
2581
|
-
export declare const GetInstanceProfileRequestFilterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
|
|
2582
|
-
|
|
2583
|
-
export declare const GetInstanceProfileResponseFilterSensitiveLog: (obj: GetInstanceProfileResponse) => any;
|
|
2584
|
-
|
|
2585
|
-
export declare const GetLoginProfileRequestFilterSensitiveLog: (obj: GetLoginProfileRequest) => any;
|
|
2586
|
-
|
|
2587
|
-
export declare const GetLoginProfileResponseFilterSensitiveLog: (obj: GetLoginProfileResponse) => any;
|
|
2588
|
-
|
|
2589
|
-
export declare const GetOpenIDConnectProviderRequestFilterSensitiveLog: (obj: GetOpenIDConnectProviderRequest) => any;
|
|
2590
|
-
|
|
2591
|
-
export declare const GetOpenIDConnectProviderResponseFilterSensitiveLog: (obj: GetOpenIDConnectProviderResponse) => any;
|
|
2592
|
-
|
|
2593
|
-
export declare const GetOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GetOrganizationsAccessReportRequest) => any;
|
|
2594
|
-
|
|
2595
|
-
export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
|
|
2596
|
-
|
|
2597
|
-
export declare const GetOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GetOrganizationsAccessReportResponse) => any;
|
|
2598
|
-
|
|
2599
|
-
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
2600
|
-
|
|
2601
|
-
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
2602
|
-
|
|
2603
|
-
export declare const GetPolicyVersionRequestFilterSensitiveLog: (obj: GetPolicyVersionRequest) => any;
|
|
2604
|
-
|
|
2605
|
-
export declare const GetPolicyVersionResponseFilterSensitiveLog: (obj: GetPolicyVersionResponse) => any;
|
|
2606
|
-
|
|
2607
|
-
export declare const GetRoleRequestFilterSensitiveLog: (obj: GetRoleRequest) => any;
|
|
2608
|
-
|
|
2609
|
-
export declare const GetRoleResponseFilterSensitiveLog: (obj: GetRoleResponse) => any;
|
|
2610
|
-
|
|
2611
|
-
export declare const GetRolePolicyRequestFilterSensitiveLog: (obj: GetRolePolicyRequest) => any;
|
|
2612
|
-
|
|
2613
|
-
export declare const GetRolePolicyResponseFilterSensitiveLog: (obj: GetRolePolicyResponse) => any;
|
|
2614
|
-
|
|
2615
|
-
export declare const GetSAMLProviderRequestFilterSensitiveLog: (obj: GetSAMLProviderRequest) => any;
|
|
2616
|
-
|
|
2617
|
-
export declare const GetSAMLProviderResponseFilterSensitiveLog: (obj: GetSAMLProviderResponse) => any;
|
|
2618
|
-
|
|
2619
|
-
export declare const GetServerCertificateRequestFilterSensitiveLog: (obj: GetServerCertificateRequest) => any;
|
|
2620
|
-
|
|
2621
|
-
export declare const ServerCertificateMetadataFilterSensitiveLog: (obj: ServerCertificateMetadata) => any;
|
|
2622
|
-
|
|
2623
|
-
export declare const ServerCertificateFilterSensitiveLog: (obj: ServerCertificate) => any;
|
|
2624
|
-
|
|
2625
|
-
export declare const GetServerCertificateResponseFilterSensitiveLog: (obj: GetServerCertificateResponse) => any;
|
|
2626
|
-
|
|
2627
|
-
export declare const GetServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsRequest) => any;
|
|
2628
|
-
|
|
2629
|
-
export declare const TrackedActionLastAccessedFilterSensitiveLog: (obj: TrackedActionLastAccessed) => any;
|
|
2630
|
-
|
|
2631
|
-
export declare const ServiceLastAccessedFilterSensitiveLog: (obj: ServiceLastAccessed) => any;
|
|
2632
|
-
|
|
2633
|
-
export declare const GetServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsResponse) => any;
|
|
2634
|
-
|
|
2635
|
-
export declare const GetServiceLastAccessedDetailsWithEntitiesRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesRequest) => any;
|
|
2636
|
-
|
|
2637
|
-
export declare const EntityInfoFilterSensitiveLog: (obj: EntityInfo) => any;
|
|
2638
|
-
|
|
2639
|
-
export declare const EntityDetailsFilterSensitiveLog: (obj: EntityDetails) => any;
|
|
2640
|
-
|
|
2641
|
-
export declare const GetServiceLastAccessedDetailsWithEntitiesResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesResponse) => any;
|
|
2642
|
-
|
|
2643
|
-
export declare const GetServiceLinkedRoleDeletionStatusRequestFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusRequest) => any;
|
|
2644
|
-
|
|
2645
|
-
export declare const RoleUsageTypeFilterSensitiveLog: (obj: RoleUsageType) => any;
|
|
2646
|
-
|
|
2647
|
-
export declare const DeletionTaskFailureReasonTypeFilterSensitiveLog: (obj: DeletionTaskFailureReasonType) => any;
|
|
2648
|
-
|
|
2649
|
-
export declare const GetServiceLinkedRoleDeletionStatusResponseFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusResponse) => any;
|
|
2650
|
-
|
|
2651
|
-
export declare const GetSSHPublicKeyRequestFilterSensitiveLog: (obj: GetSSHPublicKeyRequest) => any;
|
|
2652
|
-
|
|
2653
|
-
export declare const SSHPublicKeyFilterSensitiveLog: (obj: SSHPublicKey) => any;
|
|
2654
|
-
|
|
2655
|
-
export declare const GetSSHPublicKeyResponseFilterSensitiveLog: (obj: GetSSHPublicKeyResponse) => any;
|
|
2656
|
-
|
|
2657
|
-
export declare const GetUserRequestFilterSensitiveLog: (obj: GetUserRequest) => any;
|
|
2658
|
-
|
|
2659
|
-
export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) => any;
|
|
2660
|
-
|
|
2661
|
-
export declare const GetUserPolicyRequestFilterSensitiveLog: (obj: GetUserPolicyRequest) => any;
|
|
2662
|
-
|
|
2663
|
-
export declare const GetUserPolicyResponseFilterSensitiveLog: (obj: GetUserPolicyResponse) => any;
|
|
2664
|
-
|
|
2665
|
-
export declare const ListAccessKeysRequestFilterSensitiveLog: (obj: ListAccessKeysRequest) => any;
|
|
2666
|
-
|
|
2667
|
-
export declare const ListAccessKeysResponseFilterSensitiveLog: (obj: ListAccessKeysResponse) => any;
|
|
2668
|
-
|
|
2669
|
-
export declare const ListAccountAliasesRequestFilterSensitiveLog: (obj: ListAccountAliasesRequest) => any;
|
|
2670
|
-
|
|
2671
|
-
export declare const ListAccountAliasesResponseFilterSensitiveLog: (obj: ListAccountAliasesResponse) => any;
|
|
2672
|
-
|
|
2673
|
-
export declare const ListAttachedGroupPoliciesRequestFilterSensitiveLog: (obj: ListAttachedGroupPoliciesRequest) => any;
|
|
2674
|
-
|
|
2675
|
-
export declare const ListAttachedGroupPoliciesResponseFilterSensitiveLog: (obj: ListAttachedGroupPoliciesResponse) => any;
|
|
2676
|
-
|
|
2677
|
-
export declare const ListAttachedRolePoliciesRequestFilterSensitiveLog: (obj: ListAttachedRolePoliciesRequest) => any;
|
|
2678
|
-
|
|
2679
|
-
export declare const ListAttachedRolePoliciesResponseFilterSensitiveLog: (obj: ListAttachedRolePoliciesResponse) => any;
|
|
2680
|
-
|
|
2681
|
-
export declare const ListAttachedUserPoliciesRequestFilterSensitiveLog: (obj: ListAttachedUserPoliciesRequest) => any;
|
|
2682
|
-
|
|
2683
|
-
export declare const ListAttachedUserPoliciesResponseFilterSensitiveLog: (obj: ListAttachedUserPoliciesResponse) => any;
|
|
2684
|
-
|
|
2685
|
-
export declare const ListEntitiesForPolicyRequestFilterSensitiveLog: (obj: ListEntitiesForPolicyRequest) => any;
|
|
2686
|
-
|
|
2687
|
-
export declare const PolicyGroupFilterSensitiveLog: (obj: PolicyGroup) => any;
|
|
2688
|
-
|
|
2689
|
-
export declare const PolicyRoleFilterSensitiveLog: (obj: PolicyRole) => any;
|
|
2690
|
-
|
|
2691
|
-
export declare const PolicyUserFilterSensitiveLog: (obj: PolicyUser) => any;
|
|
2692
|
-
|
|
2693
|
-
export declare const ListEntitiesForPolicyResponseFilterSensitiveLog: (obj: ListEntitiesForPolicyResponse) => any;
|
|
2694
|
-
|
|
2695
|
-
export declare const ListGroupPoliciesRequestFilterSensitiveLog: (obj: ListGroupPoliciesRequest) => any;
|
|
2696
|
-
|
|
2697
|
-
export declare const ListGroupPoliciesResponseFilterSensitiveLog: (obj: ListGroupPoliciesResponse) => any;
|
|
2698
|
-
|
|
2699
|
-
export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
|
|
2700
|
-
|
|
2701
|
-
export declare const ListGroupsResponseFilterSensitiveLog: (obj: ListGroupsResponse) => any;
|
|
2702
|
-
|
|
2703
|
-
export declare const ListGroupsForUserRequestFilterSensitiveLog: (obj: ListGroupsForUserRequest) => any;
|
|
2704
|
-
|
|
2705
|
-
export declare const ListGroupsForUserResponseFilterSensitiveLog: (obj: ListGroupsForUserResponse) => any;
|
|
2706
|
-
|
|
2707
|
-
export declare const ListInstanceProfilesRequestFilterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
|
|
2708
|
-
|
|
2709
|
-
export declare const ListInstanceProfilesResponseFilterSensitiveLog: (obj: ListInstanceProfilesResponse) => any;
|
|
2710
|
-
|
|
2711
|
-
export declare const ListInstanceProfilesForRoleRequestFilterSensitiveLog: (obj: ListInstanceProfilesForRoleRequest) => any;
|
|
2712
|
-
|
|
2713
|
-
export declare const ListInstanceProfilesForRoleResponseFilterSensitiveLog: (obj: ListInstanceProfilesForRoleResponse) => any;
|
|
2714
|
-
|
|
2715
|
-
export declare const ListInstanceProfileTagsRequestFilterSensitiveLog: (obj: ListInstanceProfileTagsRequest) => any;
|
|
2716
|
-
|
|
2717
|
-
export declare const ListInstanceProfileTagsResponseFilterSensitiveLog: (obj: ListInstanceProfileTagsResponse) => any;
|
|
2718
|
-
|
|
2719
|
-
export declare const ListMFADevicesRequestFilterSensitiveLog: (obj: ListMFADevicesRequest) => any;
|
|
2720
|
-
|
|
2721
|
-
export declare const MFADeviceFilterSensitiveLog: (obj: MFADevice) => any;
|
|
2722
|
-
|
|
2723
|
-
export declare const ListMFADevicesResponseFilterSensitiveLog: (obj: ListMFADevicesResponse) => any;
|
|
2724
|
-
|
|
2725
|
-
export declare const ListMFADeviceTagsRequestFilterSensitiveLog: (obj: ListMFADeviceTagsRequest) => any;
|
|
2726
|
-
|
|
2727
|
-
export declare const ListMFADeviceTagsResponseFilterSensitiveLog: (obj: ListMFADeviceTagsResponse) => any;
|
|
2728
|
-
|
|
2729
|
-
export declare const ListOpenIDConnectProvidersRequestFilterSensitiveLog: (obj: ListOpenIDConnectProvidersRequest) => any;
|
|
2730
|
-
|
|
2731
|
-
export declare const OpenIDConnectProviderListEntryFilterSensitiveLog: (obj: OpenIDConnectProviderListEntry) => any;
|
|
2732
|
-
|
|
2733
|
-
export declare const ListOpenIDConnectProvidersResponseFilterSensitiveLog: (obj: ListOpenIDConnectProvidersResponse) => any;
|
|
2734
|
-
|
|
2735
|
-
export declare const ListOpenIDConnectProviderTagsRequestFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsRequest) => any;
|
|
2736
|
-
|
|
2737
|
-
export declare const ListOpenIDConnectProviderTagsResponseFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsResponse) => any;
|
|
2738
|
-
|
|
2739
|
-
export declare const ListPoliciesRequestFilterSensitiveLog: (obj: ListPoliciesRequest) => any;
|
|
2740
|
-
|
|
2741
|
-
export declare const ListPoliciesResponseFilterSensitiveLog: (obj: ListPoliciesResponse) => any;
|
|
2742
|
-
|
|
2743
|
-
export declare const ListPoliciesGrantingServiceAccessRequestFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessRequest) => any;
|
|
2744
|
-
|
|
2745
|
-
export declare const PolicyGrantingServiceAccessFilterSensitiveLog: (obj: PolicyGrantingServiceAccess) => any;
|
|
2746
|
-
|
|
2747
|
-
export declare const ListPoliciesGrantingServiceAccessEntryFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessEntry) => any;
|
|
2748
|
-
|
|
2749
|
-
export declare const ListPoliciesGrantingServiceAccessResponseFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessResponse) => any;
|
|
2750
|
-
|
|
2751
|
-
export declare const ListPolicyTagsRequestFilterSensitiveLog: (obj: ListPolicyTagsRequest) => any;
|
|
2752
|
-
|
|
2753
|
-
export declare const ListPolicyTagsResponseFilterSensitiveLog: (obj: ListPolicyTagsResponse) => any;
|
|
2754
|
-
|
|
2755
|
-
export declare const ListPolicyVersionsRequestFilterSensitiveLog: (obj: ListPolicyVersionsRequest) => any;
|
|
2756
|
-
|
|
2757
|
-
export declare const ListPolicyVersionsResponseFilterSensitiveLog: (obj: ListPolicyVersionsResponse) => any;
|
|
2758
|
-
|
|
2759
|
-
export declare const ListRolePoliciesRequestFilterSensitiveLog: (obj: ListRolePoliciesRequest) => any;
|
|
2760
|
-
|
|
2761
|
-
export declare const ListRolePoliciesResponseFilterSensitiveLog: (obj: ListRolePoliciesResponse) => any;
|
|
2762
|
-
|
|
2763
|
-
export declare const ListRolesRequestFilterSensitiveLog: (obj: ListRolesRequest) => any;
|
|
2764
|
-
|
|
2765
|
-
export declare const ListRolesResponseFilterSensitiveLog: (obj: ListRolesResponse) => any;
|
|
2766
|
-
|
|
2767
|
-
export declare const ListRoleTagsRequestFilterSensitiveLog: (obj: ListRoleTagsRequest) => any;
|
|
2768
|
-
|
|
2769
|
-
export declare const ListRoleTagsResponseFilterSensitiveLog: (obj: ListRoleTagsResponse) => any;
|
|
2770
|
-
|
|
2771
|
-
export declare const ListSAMLProvidersRequestFilterSensitiveLog: (obj: ListSAMLProvidersRequest) => any;
|
|
2772
|
-
|
|
2773
|
-
export declare const SAMLProviderListEntryFilterSensitiveLog: (obj: SAMLProviderListEntry) => any;
|
|
2774
|
-
|
|
2775
|
-
export declare const ListSAMLProvidersResponseFilterSensitiveLog: (obj: ListSAMLProvidersResponse) => any;
|
|
2776
|
-
|
|
2777
|
-
export declare const ListSAMLProviderTagsRequestFilterSensitiveLog: (obj: ListSAMLProviderTagsRequest) => any;
|
|
2778
|
-
|
|
2779
|
-
export declare const ListSAMLProviderTagsResponseFilterSensitiveLog: (obj: ListSAMLProviderTagsResponse) => any;
|
|
2780
|
-
|
|
2781
|
-
export declare const ListServerCertificatesRequestFilterSensitiveLog: (obj: ListServerCertificatesRequest) => any;
|
|
2782
|
-
|
|
2783
|
-
export declare const ListServerCertificatesResponseFilterSensitiveLog: (obj: ListServerCertificatesResponse) => any;
|
|
2784
|
-
|
|
2785
|
-
export declare const ListServerCertificateTagsRequestFilterSensitiveLog: (obj: ListServerCertificateTagsRequest) => any;
|
|
2786
|
-
|
|
2787
|
-
export declare const ListServerCertificateTagsResponseFilterSensitiveLog: (obj: ListServerCertificateTagsResponse) => any;
|
|
2788
|
-
|
|
2789
|
-
export declare const ListServiceSpecificCredentialsRequestFilterSensitiveLog: (obj: ListServiceSpecificCredentialsRequest) => any;
|
|
2790
|
-
|
|
2791
|
-
export declare const ServiceSpecificCredentialMetadataFilterSensitiveLog: (obj: ServiceSpecificCredentialMetadata) => any;
|
|
2792
|
-
|
|
2793
|
-
export declare const ListServiceSpecificCredentialsResponseFilterSensitiveLog: (obj: ListServiceSpecificCredentialsResponse) => any;
|
|
2794
|
-
|
|
2795
|
-
export declare const ListSigningCertificatesRequestFilterSensitiveLog: (obj: ListSigningCertificatesRequest) => any;
|
|
2796
|
-
|
|
2797
|
-
export declare const SigningCertificateFilterSensitiveLog: (obj: SigningCertificate) => any;
|
|
2798
|
-
|
|
2799
|
-
export declare const ListSigningCertificatesResponseFilterSensitiveLog: (obj: ListSigningCertificatesResponse) => any;
|
|
2800
|
-
|
|
2801
|
-
export declare const ListSSHPublicKeysRequestFilterSensitiveLog: (obj: ListSSHPublicKeysRequest) => any;
|
|
2802
|
-
|
|
2803
|
-
export declare const SSHPublicKeyMetadataFilterSensitiveLog: (obj: SSHPublicKeyMetadata) => any;
|
|
2804
|
-
|
|
2805
|
-
export declare const ListSSHPublicKeysResponseFilterSensitiveLog: (obj: ListSSHPublicKeysResponse) => any;
|
|
2806
|
-
|
|
2807
|
-
export declare const ListUserPoliciesRequestFilterSensitiveLog: (obj: ListUserPoliciesRequest) => any;
|
|
2808
|
-
|
|
2809
|
-
export declare const ListUserPoliciesResponseFilterSensitiveLog: (obj: ListUserPoliciesResponse) => any;
|
|
2810
|
-
|
|
2811
|
-
export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
|
|
2812
|
-
|
|
2813
|
-
export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
|
|
2814
|
-
|
|
2815
|
-
export declare const ListUserTagsRequestFilterSensitiveLog: (obj: ListUserTagsRequest) => any;
|
|
2816
|
-
|
|
2817
|
-
export declare const ListUserTagsResponseFilterSensitiveLog: (obj: ListUserTagsResponse) => any;
|
|
2818
|
-
|
|
2819
|
-
export declare const ListVirtualMFADevicesRequestFilterSensitiveLog: (obj: ListVirtualMFADevicesRequest) => any;
|
|
2820
|
-
|
|
2821
|
-
export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (obj: ListVirtualMFADevicesResponse) => any;
|
|
2822
|
-
|
|
2823
|
-
export declare const PutGroupPolicyRequestFilterSensitiveLog: (obj: PutGroupPolicyRequest) => any;
|
|
2824
|
-
|
|
2825
|
-
export declare const PutRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: PutRolePermissionsBoundaryRequest) => any;
|
|
2826
|
-
|
|
2827
|
-
export declare const PutRolePolicyRequestFilterSensitiveLog: (obj: PutRolePolicyRequest) => any;
|
|
2828
|
-
|
|
2829
|
-
export declare const PutUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: PutUserPermissionsBoundaryRequest) => any;
|
|
2830
|
-
|
|
2831
|
-
export declare const PutUserPolicyRequestFilterSensitiveLog: (obj: PutUserPolicyRequest) => any;
|
|
2832
|
-
|
|
2833
|
-
export declare const RemoveClientIDFromOpenIDConnectProviderRequestFilterSensitiveLog: (obj: RemoveClientIDFromOpenIDConnectProviderRequest) => any;
|
|
2834
|
-
|
|
2835
|
-
export declare const RemoveRoleFromInstanceProfileRequestFilterSensitiveLog: (obj: RemoveRoleFromInstanceProfileRequest) => any;
|
|
2836
|
-
|
|
2837
|
-
export declare const RemoveUserFromGroupRequestFilterSensitiveLog: (obj: RemoveUserFromGroupRequest) => any;
|
|
2838
|
-
|
|
2839
|
-
export declare const ResetServiceSpecificCredentialRequestFilterSensitiveLog: (obj: ResetServiceSpecificCredentialRequest) => any;
|
|
2840
|
-
|
|
2841
|
-
export declare const ResetServiceSpecificCredentialResponseFilterSensitiveLog: (obj: ResetServiceSpecificCredentialResponse) => any;
|
|
2842
|
-
|
|
2843
|
-
export declare const ResyncMFADeviceRequestFilterSensitiveLog: (obj: ResyncMFADeviceRequest) => any;
|
|
2844
|
-
|
|
2845
|
-
export declare const SetDefaultPolicyVersionRequestFilterSensitiveLog: (obj: SetDefaultPolicyVersionRequest) => any;
|
|
2846
|
-
|
|
2847
|
-
export declare const SetSecurityTokenServicePreferencesRequestFilterSensitiveLog: (obj: SetSecurityTokenServicePreferencesRequest) => any;
|
|
2848
|
-
|
|
2849
|
-
export declare const ContextEntryFilterSensitiveLog: (obj: ContextEntry) => any;
|
|
2850
|
-
|
|
2851
|
-
export declare const SimulateCustomPolicyRequestFilterSensitiveLog: (obj: SimulateCustomPolicyRequest) => any;
|
|
2852
|
-
|
|
2853
|
-
export declare const PositionFilterSensitiveLog: (obj: Position) => any;
|
|
2854
|
-
|
|
2855
|
-
export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
|
|
2856
|
-
|
|
2857
|
-
export declare const OrganizationsDecisionDetailFilterSensitiveLog: (obj: OrganizationsDecisionDetail) => any;
|
|
2858
|
-
|
|
2859
|
-
export declare const PermissionsBoundaryDecisionDetailFilterSensitiveLog: (obj: PermissionsBoundaryDecisionDetail) => any;
|
|
2860
|
-
|
|
2861
|
-
export declare const ResourceSpecificResultFilterSensitiveLog: (obj: ResourceSpecificResult) => any;
|
|
2862
|
-
|
|
2863
|
-
export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
|
|
2864
|
-
|
|
2865
|
-
export declare const SimulatePolicyResponseFilterSensitiveLog: (obj: SimulatePolicyResponse) => any;
|
|
2866
|
-
|
|
2867
|
-
export declare const SimulatePrincipalPolicyRequestFilterSensitiveLog: (obj: SimulatePrincipalPolicyRequest) => any;
|
|
2868
|
-
|
|
2869
|
-
export declare const TagInstanceProfileRequestFilterSensitiveLog: (obj: TagInstanceProfileRequest) => any;
|
|
2870
|
-
|
|
2871
|
-
export declare const TagMFADeviceRequestFilterSensitiveLog: (obj: TagMFADeviceRequest) => any;
|
|
2872
|
-
|
|
2873
|
-
export declare const TagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: TagOpenIDConnectProviderRequest) => any;
|
|
2874
|
-
|
|
2875
|
-
export declare const TagPolicyRequestFilterSensitiveLog: (obj: TagPolicyRequest) => any;
|
|
2876
|
-
|
|
2877
|
-
export declare const TagRoleRequestFilterSensitiveLog: (obj: TagRoleRequest) => any;
|
|
2878
|
-
|
|
2879
|
-
export declare const TagSAMLProviderRequestFilterSensitiveLog: (obj: TagSAMLProviderRequest) => any;
|
|
2880
|
-
|
|
2881
|
-
export declare const TagServerCertificateRequestFilterSensitiveLog: (obj: TagServerCertificateRequest) => any;
|
|
2882
|
-
|
|
2883
|
-
export declare const TagUserRequestFilterSensitiveLog: (obj: TagUserRequest) => any;
|
|
2884
|
-
|
|
2885
|
-
export declare const UntagInstanceProfileRequestFilterSensitiveLog: (obj: UntagInstanceProfileRequest) => any;
|
|
2886
|
-
|
|
2887
|
-
export declare const UntagMFADeviceRequestFilterSensitiveLog: (obj: UntagMFADeviceRequest) => any;
|
|
2888
|
-
|
|
2889
|
-
export declare const UntagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: UntagOpenIDConnectProviderRequest) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
3
|
+
export declare enum AccessAdvisorUsageGranularityType {
|
|
4
|
+
ACTION_LEVEL = "ACTION_LEVEL",
|
|
5
|
+
SERVICE_LEVEL = "SERVICE_LEVEL",
|
|
6
|
+
}
|
|
7
|
+
export interface AccessDetail {
|
|
8
|
+
ServiceName: string | undefined;
|
|
9
|
+
ServiceNamespace: string | undefined;
|
|
10
|
+
Region?: string;
|
|
11
|
+
EntityPath?: string;
|
|
12
|
+
LastAuthenticatedTime?: Date;
|
|
13
|
+
TotalAuthenticatedEntities?: number;
|
|
14
|
+
}
|
|
15
|
+
export declare type StatusType = "Active" | "Inactive";
|
|
16
|
+
export interface AccessKey {
|
|
17
|
+
UserName: string | undefined;
|
|
18
|
+
AccessKeyId: string | undefined;
|
|
19
|
+
Status: StatusType | string | undefined;
|
|
20
|
+
SecretAccessKey: string | undefined;
|
|
21
|
+
CreateDate?: Date;
|
|
22
|
+
}
|
|
23
|
+
export interface AccessKeyLastUsed {
|
|
24
|
+
LastUsedDate: Date | undefined;
|
|
25
|
+
ServiceName: string | undefined;
|
|
26
|
+
Region: string | undefined;
|
|
27
|
+
}
|
|
28
|
+
export interface AccessKeyMetadata {
|
|
29
|
+
UserName?: string;
|
|
30
|
+
AccessKeyId?: string;
|
|
31
|
+
Status?: StatusType | string;
|
|
32
|
+
CreateDate?: Date;
|
|
33
|
+
}
|
|
34
|
+
export interface AddClientIDToOpenIDConnectProviderRequest {
|
|
35
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
36
|
+
ClientID: string | undefined;
|
|
37
|
+
}
|
|
38
|
+
export declare class InvalidInputException extends __BaseException {
|
|
39
|
+
readonly name: "InvalidInputException";
|
|
40
|
+
readonly $fault: "client";
|
|
41
|
+
constructor(
|
|
42
|
+
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
export declare class LimitExceededException extends __BaseException {
|
|
46
|
+
readonly name: "LimitExceededException";
|
|
47
|
+
readonly $fault: "client";
|
|
48
|
+
constructor(
|
|
49
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
export declare class NoSuchEntityException extends __BaseException {
|
|
53
|
+
readonly name: "NoSuchEntityException";
|
|
54
|
+
readonly $fault: "client";
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<NoSuchEntityException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
export declare class ServiceFailureException extends __BaseException {
|
|
60
|
+
readonly name: "ServiceFailureException";
|
|
61
|
+
readonly $fault: "server";
|
|
62
|
+
constructor(
|
|
63
|
+
opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
export interface AddRoleToInstanceProfileRequest {
|
|
67
|
+
InstanceProfileName: string | undefined;
|
|
68
|
+
RoleName: string | undefined;
|
|
69
|
+
}
|
|
70
|
+
export declare class EntityAlreadyExistsException extends __BaseException {
|
|
71
|
+
readonly name: "EntityAlreadyExistsException";
|
|
72
|
+
readonly $fault: "client";
|
|
73
|
+
constructor(
|
|
74
|
+
opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
export declare class UnmodifiableEntityException extends __BaseException {
|
|
78
|
+
readonly name: "UnmodifiableEntityException";
|
|
79
|
+
readonly $fault: "client";
|
|
80
|
+
constructor(
|
|
81
|
+
opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
export interface AddUserToGroupRequest {
|
|
85
|
+
GroupName: string | undefined;
|
|
86
|
+
UserName: string | undefined;
|
|
87
|
+
}
|
|
88
|
+
export declare type AssignmentStatusType = "Any" | "Assigned" | "Unassigned";
|
|
89
|
+
export declare enum PermissionsBoundaryAttachmentType {
|
|
90
|
+
Policy = "PermissionsBoundaryPolicy",
|
|
91
|
+
}
|
|
92
|
+
export interface AttachedPermissionsBoundary {
|
|
93
|
+
PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | string;
|
|
94
|
+
PermissionsBoundaryArn?: string;
|
|
95
|
+
}
|
|
96
|
+
export interface AttachedPolicy {
|
|
97
|
+
PolicyName?: string;
|
|
98
|
+
PolicyArn?: string;
|
|
99
|
+
}
|
|
100
|
+
export interface AttachGroupPolicyRequest {
|
|
101
|
+
GroupName: string | undefined;
|
|
102
|
+
PolicyArn: string | undefined;
|
|
103
|
+
}
|
|
104
|
+
export declare class PolicyNotAttachableException extends __BaseException {
|
|
105
|
+
readonly name: "PolicyNotAttachableException";
|
|
106
|
+
readonly $fault: "client";
|
|
107
|
+
constructor(
|
|
108
|
+
opts: __ExceptionOptionType<PolicyNotAttachableException, __BaseException>
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
export interface AttachRolePolicyRequest {
|
|
112
|
+
RoleName: string | undefined;
|
|
113
|
+
PolicyArn: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface AttachUserPolicyRequest {
|
|
116
|
+
UserName: string | undefined;
|
|
117
|
+
PolicyArn: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface ChangePasswordRequest {
|
|
120
|
+
OldPassword: string | undefined;
|
|
121
|
+
NewPassword: string | undefined;
|
|
122
|
+
}
|
|
123
|
+
export declare class EntityTemporarilyUnmodifiableException extends __BaseException {
|
|
124
|
+
readonly name: "EntityTemporarilyUnmodifiableException";
|
|
125
|
+
readonly $fault: "client";
|
|
126
|
+
constructor(
|
|
127
|
+
opts: __ExceptionOptionType<
|
|
128
|
+
EntityTemporarilyUnmodifiableException,
|
|
129
|
+
__BaseException
|
|
130
|
+
>
|
|
131
|
+
);
|
|
132
|
+
}
|
|
133
|
+
export declare class InvalidUserTypeException extends __BaseException {
|
|
134
|
+
readonly name: "InvalidUserTypeException";
|
|
135
|
+
readonly $fault: "client";
|
|
136
|
+
constructor(
|
|
137
|
+
opts: __ExceptionOptionType<InvalidUserTypeException, __BaseException>
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
export declare class PasswordPolicyViolationException extends __BaseException {
|
|
141
|
+
readonly name: "PasswordPolicyViolationException";
|
|
142
|
+
readonly $fault: "client";
|
|
143
|
+
constructor(
|
|
144
|
+
opts: __ExceptionOptionType<
|
|
145
|
+
PasswordPolicyViolationException,
|
|
146
|
+
__BaseException
|
|
147
|
+
>
|
|
148
|
+
);
|
|
149
|
+
}
|
|
150
|
+
export interface CreateAccessKeyRequest {
|
|
151
|
+
UserName?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface CreateAccessKeyResponse {
|
|
154
|
+
AccessKey: AccessKey | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface CreateAccountAliasRequest {
|
|
157
|
+
AccountAlias: string | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface CreateGroupRequest {
|
|
160
|
+
Path?: string;
|
|
161
|
+
GroupName: string | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface Group {
|
|
164
|
+
Path: string | undefined;
|
|
165
|
+
GroupName: string | undefined;
|
|
166
|
+
GroupId: string | undefined;
|
|
167
|
+
Arn: string | undefined;
|
|
168
|
+
CreateDate: Date | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface CreateGroupResponse {
|
|
171
|
+
Group: Group | undefined;
|
|
172
|
+
}
|
|
173
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
174
|
+
readonly name: "ConcurrentModificationException";
|
|
175
|
+
readonly $fault: "client";
|
|
176
|
+
constructor(
|
|
177
|
+
opts: __ExceptionOptionType<
|
|
178
|
+
ConcurrentModificationException,
|
|
179
|
+
__BaseException
|
|
180
|
+
>
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
export interface Tag {
|
|
184
|
+
Key: string | undefined;
|
|
185
|
+
Value: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface CreateInstanceProfileRequest {
|
|
188
|
+
InstanceProfileName: string | undefined;
|
|
189
|
+
Path?: string;
|
|
190
|
+
Tags?: Tag[];
|
|
191
|
+
}
|
|
192
|
+
export interface RoleLastUsed {
|
|
193
|
+
LastUsedDate?: Date;
|
|
194
|
+
Region?: string;
|
|
195
|
+
}
|
|
196
|
+
export interface Role {
|
|
197
|
+
Path: string | undefined;
|
|
198
|
+
RoleName: string | undefined;
|
|
199
|
+
RoleId: string | undefined;
|
|
200
|
+
Arn: string | undefined;
|
|
201
|
+
CreateDate: Date | undefined;
|
|
202
|
+
AssumeRolePolicyDocument?: string;
|
|
203
|
+
Description?: string;
|
|
204
|
+
MaxSessionDuration?: number;
|
|
205
|
+
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
206
|
+
Tags?: Tag[];
|
|
207
|
+
RoleLastUsed?: RoleLastUsed;
|
|
208
|
+
}
|
|
209
|
+
export interface InstanceProfile {
|
|
210
|
+
Path: string | undefined;
|
|
211
|
+
InstanceProfileName: string | undefined;
|
|
212
|
+
InstanceProfileId: string | undefined;
|
|
213
|
+
Arn: string | undefined;
|
|
214
|
+
CreateDate: Date | undefined;
|
|
215
|
+
Roles: Role[] | undefined;
|
|
216
|
+
Tags?: Tag[];
|
|
217
|
+
}
|
|
218
|
+
export interface CreateInstanceProfileResponse {
|
|
219
|
+
InstanceProfile: InstanceProfile | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface CreateLoginProfileRequest {
|
|
222
|
+
UserName: string | undefined;
|
|
223
|
+
Password: string | undefined;
|
|
224
|
+
PasswordResetRequired?: boolean;
|
|
225
|
+
}
|
|
226
|
+
export interface LoginProfile {
|
|
227
|
+
UserName: string | undefined;
|
|
228
|
+
CreateDate: Date | undefined;
|
|
229
|
+
PasswordResetRequired?: boolean;
|
|
230
|
+
}
|
|
231
|
+
export interface CreateLoginProfileResponse {
|
|
232
|
+
LoginProfile: LoginProfile | undefined;
|
|
233
|
+
}
|
|
234
|
+
export interface CreateOpenIDConnectProviderRequest {
|
|
235
|
+
Url: string | undefined;
|
|
236
|
+
ClientIDList?: string[];
|
|
237
|
+
ThumbprintList: string[] | undefined;
|
|
238
|
+
Tags?: Tag[];
|
|
239
|
+
}
|
|
240
|
+
export interface CreateOpenIDConnectProviderResponse {
|
|
241
|
+
OpenIDConnectProviderArn?: string;
|
|
242
|
+
Tags?: Tag[];
|
|
243
|
+
}
|
|
244
|
+
export interface CreatePolicyRequest {
|
|
245
|
+
PolicyName: string | undefined;
|
|
246
|
+
Path?: string;
|
|
247
|
+
PolicyDocument: string | undefined;
|
|
248
|
+
Description?: string;
|
|
249
|
+
Tags?: Tag[];
|
|
250
|
+
}
|
|
251
|
+
export interface Policy {
|
|
252
|
+
PolicyName?: string;
|
|
253
|
+
PolicyId?: string;
|
|
254
|
+
Arn?: string;
|
|
255
|
+
Path?: string;
|
|
256
|
+
DefaultVersionId?: string;
|
|
257
|
+
AttachmentCount?: number;
|
|
258
|
+
PermissionsBoundaryUsageCount?: number;
|
|
259
|
+
IsAttachable?: boolean;
|
|
260
|
+
Description?: string;
|
|
261
|
+
CreateDate?: Date;
|
|
262
|
+
UpdateDate?: Date;
|
|
263
|
+
Tags?: Tag[];
|
|
264
|
+
}
|
|
265
|
+
export interface CreatePolicyResponse {
|
|
266
|
+
Policy?: Policy;
|
|
267
|
+
}
|
|
268
|
+
export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
269
|
+
readonly name: "MalformedPolicyDocumentException";
|
|
270
|
+
readonly $fault: "client";
|
|
271
|
+
constructor(
|
|
272
|
+
opts: __ExceptionOptionType<
|
|
273
|
+
MalformedPolicyDocumentException,
|
|
274
|
+
__BaseException
|
|
275
|
+
>
|
|
276
|
+
);
|
|
277
|
+
}
|
|
278
|
+
export interface CreatePolicyVersionRequest {
|
|
279
|
+
PolicyArn: string | undefined;
|
|
280
|
+
PolicyDocument: string | undefined;
|
|
281
|
+
SetAsDefault?: boolean;
|
|
282
|
+
}
|
|
283
|
+
export interface PolicyVersion {
|
|
284
|
+
Document?: string;
|
|
285
|
+
VersionId?: string;
|
|
286
|
+
IsDefaultVersion?: boolean;
|
|
287
|
+
CreateDate?: Date;
|
|
288
|
+
}
|
|
289
|
+
export interface CreatePolicyVersionResponse {
|
|
290
|
+
PolicyVersion?: PolicyVersion;
|
|
291
|
+
}
|
|
292
|
+
export interface CreateRoleRequest {
|
|
293
|
+
Path?: string;
|
|
294
|
+
RoleName: string | undefined;
|
|
295
|
+
AssumeRolePolicyDocument: string | undefined;
|
|
296
|
+
Description?: string;
|
|
297
|
+
MaxSessionDuration?: number;
|
|
298
|
+
PermissionsBoundary?: string;
|
|
299
|
+
Tags?: Tag[];
|
|
300
|
+
}
|
|
301
|
+
export interface CreateRoleResponse {
|
|
302
|
+
Role: Role | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface CreateSAMLProviderRequest {
|
|
305
|
+
SAMLMetadataDocument: string | undefined;
|
|
306
|
+
Name: string | undefined;
|
|
307
|
+
Tags?: Tag[];
|
|
308
|
+
}
|
|
309
|
+
export interface CreateSAMLProviderResponse {
|
|
310
|
+
SAMLProviderArn?: string;
|
|
311
|
+
Tags?: Tag[];
|
|
312
|
+
}
|
|
313
|
+
export interface CreateServiceLinkedRoleRequest {
|
|
314
|
+
AWSServiceName: string | undefined;
|
|
315
|
+
Description?: string;
|
|
316
|
+
CustomSuffix?: string;
|
|
317
|
+
}
|
|
318
|
+
export interface CreateServiceLinkedRoleResponse {
|
|
319
|
+
Role?: Role;
|
|
320
|
+
}
|
|
321
|
+
export interface CreateServiceSpecificCredentialRequest {
|
|
322
|
+
UserName: string | undefined;
|
|
323
|
+
ServiceName: string | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface ServiceSpecificCredential {
|
|
326
|
+
CreateDate: Date | undefined;
|
|
327
|
+
ServiceName: string | undefined;
|
|
328
|
+
ServiceUserName: string | undefined;
|
|
329
|
+
ServicePassword: string | undefined;
|
|
330
|
+
ServiceSpecificCredentialId: string | undefined;
|
|
331
|
+
UserName: string | undefined;
|
|
332
|
+
Status: StatusType | string | undefined;
|
|
333
|
+
}
|
|
334
|
+
export interface CreateServiceSpecificCredentialResponse {
|
|
335
|
+
ServiceSpecificCredential?: ServiceSpecificCredential;
|
|
336
|
+
}
|
|
337
|
+
export declare class ServiceNotSupportedException extends __BaseException {
|
|
338
|
+
readonly name: "ServiceNotSupportedException";
|
|
339
|
+
readonly $fault: "client";
|
|
340
|
+
constructor(
|
|
341
|
+
opts: __ExceptionOptionType<ServiceNotSupportedException, __BaseException>
|
|
342
|
+
);
|
|
343
|
+
}
|
|
344
|
+
export interface CreateUserRequest {
|
|
345
|
+
Path?: string;
|
|
346
|
+
UserName: string | undefined;
|
|
347
|
+
PermissionsBoundary?: string;
|
|
348
|
+
Tags?: Tag[];
|
|
349
|
+
}
|
|
350
|
+
export interface User {
|
|
351
|
+
Path: string | undefined;
|
|
352
|
+
UserName: string | undefined;
|
|
353
|
+
UserId: string | undefined;
|
|
354
|
+
Arn: string | undefined;
|
|
355
|
+
CreateDate: Date | undefined;
|
|
356
|
+
PasswordLastUsed?: Date;
|
|
357
|
+
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
358
|
+
Tags?: Tag[];
|
|
359
|
+
}
|
|
360
|
+
export interface CreateUserResponse {
|
|
361
|
+
User?: User;
|
|
362
|
+
}
|
|
363
|
+
export interface CreateVirtualMFADeviceRequest {
|
|
364
|
+
Path?: string;
|
|
365
|
+
VirtualMFADeviceName: string | undefined;
|
|
366
|
+
Tags?: Tag[];
|
|
367
|
+
}
|
|
368
|
+
export interface VirtualMFADevice {
|
|
369
|
+
SerialNumber: string | undefined;
|
|
370
|
+
Base32StringSeed?: Uint8Array;
|
|
371
|
+
QRCodePNG?: Uint8Array;
|
|
372
|
+
User?: User;
|
|
373
|
+
EnableDate?: Date;
|
|
374
|
+
Tags?: Tag[];
|
|
375
|
+
}
|
|
376
|
+
export interface CreateVirtualMFADeviceResponse {
|
|
377
|
+
VirtualMFADevice: VirtualMFADevice | undefined;
|
|
378
|
+
}
|
|
379
|
+
export interface DeactivateMFADeviceRequest {
|
|
380
|
+
UserName: string | undefined;
|
|
381
|
+
SerialNumber: string | undefined;
|
|
382
|
+
}
|
|
383
|
+
export interface DeleteAccessKeyRequest {
|
|
384
|
+
UserName?: string;
|
|
385
|
+
AccessKeyId: string | undefined;
|
|
386
|
+
}
|
|
387
|
+
export interface DeleteAccountAliasRequest {
|
|
388
|
+
AccountAlias: string | undefined;
|
|
389
|
+
}
|
|
390
|
+
export declare class DeleteConflictException extends __BaseException {
|
|
391
|
+
readonly name: "DeleteConflictException";
|
|
392
|
+
readonly $fault: "client";
|
|
393
|
+
constructor(
|
|
394
|
+
opts: __ExceptionOptionType<DeleteConflictException, __BaseException>
|
|
395
|
+
);
|
|
396
|
+
}
|
|
397
|
+
export interface DeleteGroupRequest {
|
|
398
|
+
GroupName: string | undefined;
|
|
399
|
+
}
|
|
400
|
+
export interface DeleteGroupPolicyRequest {
|
|
401
|
+
GroupName: string | undefined;
|
|
402
|
+
PolicyName: string | undefined;
|
|
403
|
+
}
|
|
404
|
+
export interface DeleteInstanceProfileRequest {
|
|
405
|
+
InstanceProfileName: string | undefined;
|
|
406
|
+
}
|
|
407
|
+
export interface DeleteLoginProfileRequest {
|
|
408
|
+
UserName: string | undefined;
|
|
409
|
+
}
|
|
410
|
+
export interface DeleteOpenIDConnectProviderRequest {
|
|
411
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
412
|
+
}
|
|
413
|
+
export interface DeletePolicyRequest {
|
|
414
|
+
PolicyArn: string | undefined;
|
|
415
|
+
}
|
|
416
|
+
export interface DeletePolicyVersionRequest {
|
|
417
|
+
PolicyArn: string | undefined;
|
|
418
|
+
VersionId: string | undefined;
|
|
419
|
+
}
|
|
420
|
+
export interface DeleteRoleRequest {
|
|
421
|
+
RoleName: string | undefined;
|
|
422
|
+
}
|
|
423
|
+
export interface DeleteRolePermissionsBoundaryRequest {
|
|
424
|
+
RoleName: string | undefined;
|
|
425
|
+
}
|
|
426
|
+
export interface DeleteRolePolicyRequest {
|
|
427
|
+
RoleName: string | undefined;
|
|
428
|
+
PolicyName: string | undefined;
|
|
429
|
+
}
|
|
430
|
+
export interface DeleteSAMLProviderRequest {
|
|
431
|
+
SAMLProviderArn: string | undefined;
|
|
432
|
+
}
|
|
433
|
+
export interface DeleteServerCertificateRequest {
|
|
434
|
+
ServerCertificateName: string | undefined;
|
|
435
|
+
}
|
|
436
|
+
export interface DeleteServiceLinkedRoleRequest {
|
|
437
|
+
RoleName: string | undefined;
|
|
438
|
+
}
|
|
439
|
+
export interface DeleteServiceLinkedRoleResponse {
|
|
440
|
+
DeletionTaskId: string | undefined;
|
|
441
|
+
}
|
|
442
|
+
export interface DeleteServiceSpecificCredentialRequest {
|
|
443
|
+
UserName?: string;
|
|
444
|
+
ServiceSpecificCredentialId: string | undefined;
|
|
445
|
+
}
|
|
446
|
+
export interface DeleteSigningCertificateRequest {
|
|
447
|
+
UserName?: string;
|
|
448
|
+
CertificateId: string | undefined;
|
|
449
|
+
}
|
|
450
|
+
export interface DeleteSSHPublicKeyRequest {
|
|
451
|
+
UserName: string | undefined;
|
|
452
|
+
SSHPublicKeyId: string | undefined;
|
|
453
|
+
}
|
|
454
|
+
export interface DeleteUserRequest {
|
|
455
|
+
UserName: string | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface DeleteUserPermissionsBoundaryRequest {
|
|
458
|
+
UserName: string | undefined;
|
|
459
|
+
}
|
|
460
|
+
export interface DeleteUserPolicyRequest {
|
|
461
|
+
UserName: string | undefined;
|
|
462
|
+
PolicyName: string | undefined;
|
|
463
|
+
}
|
|
464
|
+
export interface DeleteVirtualMFADeviceRequest {
|
|
465
|
+
SerialNumber: string | undefined;
|
|
466
|
+
}
|
|
467
|
+
export interface DetachGroupPolicyRequest {
|
|
468
|
+
GroupName: string | undefined;
|
|
469
|
+
PolicyArn: string | undefined;
|
|
470
|
+
}
|
|
471
|
+
export interface DetachRolePolicyRequest {
|
|
472
|
+
RoleName: string | undefined;
|
|
473
|
+
PolicyArn: string | undefined;
|
|
474
|
+
}
|
|
475
|
+
export interface DetachUserPolicyRequest {
|
|
476
|
+
UserName: string | undefined;
|
|
477
|
+
PolicyArn: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export interface EnableMFADeviceRequest {
|
|
480
|
+
UserName: string | undefined;
|
|
481
|
+
SerialNumber: string | undefined;
|
|
482
|
+
AuthenticationCode1: string | undefined;
|
|
483
|
+
AuthenticationCode2: string | undefined;
|
|
484
|
+
}
|
|
485
|
+
export declare class InvalidAuthenticationCodeException extends __BaseException {
|
|
486
|
+
readonly name: "InvalidAuthenticationCodeException";
|
|
487
|
+
readonly $fault: "client";
|
|
488
|
+
constructor(
|
|
489
|
+
opts: __ExceptionOptionType<
|
|
490
|
+
InvalidAuthenticationCodeException,
|
|
491
|
+
__BaseException
|
|
492
|
+
>
|
|
493
|
+
);
|
|
494
|
+
}
|
|
495
|
+
export declare enum ReportStateType {
|
|
496
|
+
COMPLETE = "COMPLETE",
|
|
497
|
+
INPROGRESS = "INPROGRESS",
|
|
498
|
+
STARTED = "STARTED",
|
|
499
|
+
}
|
|
500
|
+
export interface GenerateCredentialReportResponse {
|
|
501
|
+
State?: ReportStateType | string;
|
|
502
|
+
Description?: string;
|
|
503
|
+
}
|
|
504
|
+
export interface GenerateOrganizationsAccessReportRequest {
|
|
505
|
+
EntityPath: string | undefined;
|
|
506
|
+
OrganizationsPolicyId?: string;
|
|
507
|
+
}
|
|
508
|
+
export interface GenerateOrganizationsAccessReportResponse {
|
|
509
|
+
JobId?: string;
|
|
510
|
+
}
|
|
511
|
+
export declare class ReportGenerationLimitExceededException extends __BaseException {
|
|
512
|
+
readonly name: "ReportGenerationLimitExceededException";
|
|
513
|
+
readonly $fault: "client";
|
|
514
|
+
constructor(
|
|
515
|
+
opts: __ExceptionOptionType<
|
|
516
|
+
ReportGenerationLimitExceededException,
|
|
517
|
+
__BaseException
|
|
518
|
+
>
|
|
519
|
+
);
|
|
520
|
+
}
|
|
521
|
+
export interface GenerateServiceLastAccessedDetailsRequest {
|
|
522
|
+
Arn: string | undefined;
|
|
523
|
+
Granularity?: AccessAdvisorUsageGranularityType | string;
|
|
524
|
+
}
|
|
525
|
+
export interface GenerateServiceLastAccessedDetailsResponse {
|
|
526
|
+
JobId?: string;
|
|
527
|
+
}
|
|
528
|
+
export interface GetAccessKeyLastUsedRequest {
|
|
529
|
+
AccessKeyId: string | undefined;
|
|
530
|
+
}
|
|
531
|
+
export interface GetAccessKeyLastUsedResponse {
|
|
532
|
+
UserName?: string;
|
|
533
|
+
AccessKeyLastUsed?: AccessKeyLastUsed;
|
|
534
|
+
}
|
|
535
|
+
export declare enum EntityType {
|
|
536
|
+
AWSManagedPolicy = "AWSManagedPolicy",
|
|
537
|
+
Group = "Group",
|
|
538
|
+
LocalManagedPolicy = "LocalManagedPolicy",
|
|
539
|
+
Role = "Role",
|
|
540
|
+
User = "User",
|
|
541
|
+
}
|
|
542
|
+
export interface GetAccountAuthorizationDetailsRequest {
|
|
543
|
+
Filter?: (EntityType | string)[];
|
|
544
|
+
MaxItems?: number;
|
|
545
|
+
Marker?: string;
|
|
546
|
+
}
|
|
547
|
+
export interface PolicyDetail {
|
|
548
|
+
PolicyName?: string;
|
|
549
|
+
PolicyDocument?: string;
|
|
550
|
+
}
|
|
551
|
+
export interface GroupDetail {
|
|
552
|
+
Path?: string;
|
|
553
|
+
GroupName?: string;
|
|
554
|
+
GroupId?: string;
|
|
555
|
+
Arn?: string;
|
|
556
|
+
CreateDate?: Date;
|
|
557
|
+
GroupPolicyList?: PolicyDetail[];
|
|
558
|
+
AttachedManagedPolicies?: AttachedPolicy[];
|
|
559
|
+
}
|
|
560
|
+
export interface ManagedPolicyDetail {
|
|
561
|
+
PolicyName?: string;
|
|
562
|
+
PolicyId?: string;
|
|
563
|
+
Arn?: string;
|
|
564
|
+
Path?: string;
|
|
565
|
+
DefaultVersionId?: string;
|
|
566
|
+
AttachmentCount?: number;
|
|
567
|
+
PermissionsBoundaryUsageCount?: number;
|
|
568
|
+
IsAttachable?: boolean;
|
|
569
|
+
Description?: string;
|
|
570
|
+
CreateDate?: Date;
|
|
571
|
+
UpdateDate?: Date;
|
|
572
|
+
PolicyVersionList?: PolicyVersion[];
|
|
573
|
+
}
|
|
574
|
+
export interface RoleDetail {
|
|
575
|
+
Path?: string;
|
|
576
|
+
RoleName?: string;
|
|
577
|
+
RoleId?: string;
|
|
578
|
+
Arn?: string;
|
|
579
|
+
CreateDate?: Date;
|
|
580
|
+
AssumeRolePolicyDocument?: string;
|
|
581
|
+
InstanceProfileList?: InstanceProfile[];
|
|
582
|
+
RolePolicyList?: PolicyDetail[];
|
|
583
|
+
AttachedManagedPolicies?: AttachedPolicy[];
|
|
584
|
+
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
585
|
+
Tags?: Tag[];
|
|
586
|
+
RoleLastUsed?: RoleLastUsed;
|
|
587
|
+
}
|
|
588
|
+
export interface UserDetail {
|
|
589
|
+
Path?: string;
|
|
590
|
+
UserName?: string;
|
|
591
|
+
UserId?: string;
|
|
592
|
+
Arn?: string;
|
|
593
|
+
CreateDate?: Date;
|
|
594
|
+
UserPolicyList?: PolicyDetail[];
|
|
595
|
+
GroupList?: string[];
|
|
596
|
+
AttachedManagedPolicies?: AttachedPolicy[];
|
|
597
|
+
PermissionsBoundary?: AttachedPermissionsBoundary;
|
|
598
|
+
Tags?: Tag[];
|
|
599
|
+
}
|
|
600
|
+
export interface GetAccountAuthorizationDetailsResponse {
|
|
601
|
+
UserDetailList?: UserDetail[];
|
|
602
|
+
GroupDetailList?: GroupDetail[];
|
|
603
|
+
RoleDetailList?: RoleDetail[];
|
|
604
|
+
Policies?: ManagedPolicyDetail[];
|
|
605
|
+
IsTruncated?: boolean;
|
|
606
|
+
Marker?: string;
|
|
607
|
+
}
|
|
608
|
+
export interface PasswordPolicy {
|
|
609
|
+
MinimumPasswordLength?: number;
|
|
610
|
+
RequireSymbols?: boolean;
|
|
611
|
+
RequireNumbers?: boolean;
|
|
612
|
+
RequireUppercaseCharacters?: boolean;
|
|
613
|
+
RequireLowercaseCharacters?: boolean;
|
|
614
|
+
AllowUsersToChangePassword?: boolean;
|
|
615
|
+
ExpirePasswords?: boolean;
|
|
616
|
+
MaxPasswordAge?: number;
|
|
617
|
+
PasswordReusePrevention?: number;
|
|
618
|
+
HardExpiry?: boolean;
|
|
619
|
+
}
|
|
620
|
+
export interface GetAccountPasswordPolicyResponse {
|
|
621
|
+
PasswordPolicy: PasswordPolicy | undefined;
|
|
622
|
+
}
|
|
623
|
+
export declare type SummaryKeyType =
|
|
624
|
+
| "AccessKeysPerUserQuota"
|
|
625
|
+
| "AccountAccessKeysPresent"
|
|
626
|
+
| "AccountMFAEnabled"
|
|
627
|
+
| "AccountSigningCertificatesPresent"
|
|
628
|
+
| "AttachedPoliciesPerGroupQuota"
|
|
629
|
+
| "AttachedPoliciesPerRoleQuota"
|
|
630
|
+
| "AttachedPoliciesPerUserQuota"
|
|
631
|
+
| "GlobalEndpointTokenVersion"
|
|
632
|
+
| "GroupPolicySizeQuota"
|
|
633
|
+
| "Groups"
|
|
634
|
+
| "GroupsPerUserQuota"
|
|
635
|
+
| "GroupsQuota"
|
|
636
|
+
| "MFADevices"
|
|
637
|
+
| "MFADevicesInUse"
|
|
638
|
+
| "Policies"
|
|
639
|
+
| "PoliciesQuota"
|
|
640
|
+
| "PolicySizeQuota"
|
|
641
|
+
| "PolicyVersionsInUse"
|
|
642
|
+
| "PolicyVersionsInUseQuota"
|
|
643
|
+
| "ServerCertificates"
|
|
644
|
+
| "ServerCertificatesQuota"
|
|
645
|
+
| "SigningCertificatesPerUserQuota"
|
|
646
|
+
| "UserPolicySizeQuota"
|
|
647
|
+
| "Users"
|
|
648
|
+
| "UsersQuota"
|
|
649
|
+
| "VersionsPerPolicyQuota";
|
|
650
|
+
export interface GetAccountSummaryResponse {
|
|
651
|
+
SummaryMap?: Record<string, number>;
|
|
652
|
+
}
|
|
653
|
+
export interface GetContextKeysForCustomPolicyRequest {
|
|
654
|
+
PolicyInputList: string[] | undefined;
|
|
655
|
+
}
|
|
656
|
+
export interface GetContextKeysForPolicyResponse {
|
|
657
|
+
ContextKeyNames?: string[];
|
|
658
|
+
}
|
|
659
|
+
export interface GetContextKeysForPrincipalPolicyRequest {
|
|
660
|
+
PolicySourceArn: string | undefined;
|
|
661
|
+
PolicyInputList?: string[];
|
|
662
|
+
}
|
|
663
|
+
export declare class CredentialReportExpiredException extends __BaseException {
|
|
664
|
+
readonly name: "CredentialReportExpiredException";
|
|
665
|
+
readonly $fault: "client";
|
|
666
|
+
constructor(
|
|
667
|
+
opts: __ExceptionOptionType<
|
|
668
|
+
CredentialReportExpiredException,
|
|
669
|
+
__BaseException
|
|
670
|
+
>
|
|
671
|
+
);
|
|
672
|
+
}
|
|
673
|
+
export declare class CredentialReportNotPresentException extends __BaseException {
|
|
674
|
+
readonly name: "CredentialReportNotPresentException";
|
|
675
|
+
readonly $fault: "client";
|
|
676
|
+
constructor(
|
|
677
|
+
opts: __ExceptionOptionType<
|
|
678
|
+
CredentialReportNotPresentException,
|
|
679
|
+
__BaseException
|
|
680
|
+
>
|
|
681
|
+
);
|
|
682
|
+
}
|
|
683
|
+
export declare class CredentialReportNotReadyException extends __BaseException {
|
|
684
|
+
readonly name: "CredentialReportNotReadyException";
|
|
685
|
+
readonly $fault: "client";
|
|
686
|
+
constructor(
|
|
687
|
+
opts: __ExceptionOptionType<
|
|
688
|
+
CredentialReportNotReadyException,
|
|
689
|
+
__BaseException
|
|
690
|
+
>
|
|
691
|
+
);
|
|
692
|
+
}
|
|
693
|
+
export declare type ReportFormatType = "text/csv";
|
|
694
|
+
export interface GetCredentialReportResponse {
|
|
695
|
+
Content?: Uint8Array;
|
|
696
|
+
ReportFormat?: ReportFormatType | string;
|
|
697
|
+
GeneratedTime?: Date;
|
|
698
|
+
}
|
|
699
|
+
export interface GetGroupRequest {
|
|
700
|
+
GroupName: string | undefined;
|
|
701
|
+
Marker?: string;
|
|
702
|
+
MaxItems?: number;
|
|
703
|
+
}
|
|
704
|
+
export interface GetGroupResponse {
|
|
705
|
+
Group: Group | undefined;
|
|
706
|
+
Users: User[] | undefined;
|
|
707
|
+
IsTruncated?: boolean;
|
|
708
|
+
Marker?: string;
|
|
709
|
+
}
|
|
710
|
+
export interface GetGroupPolicyRequest {
|
|
711
|
+
GroupName: string | undefined;
|
|
712
|
+
PolicyName: string | undefined;
|
|
713
|
+
}
|
|
714
|
+
export interface GetGroupPolicyResponse {
|
|
715
|
+
GroupName: string | undefined;
|
|
716
|
+
PolicyName: string | undefined;
|
|
717
|
+
PolicyDocument: string | undefined;
|
|
718
|
+
}
|
|
719
|
+
export interface GetInstanceProfileRequest {
|
|
720
|
+
InstanceProfileName: string | undefined;
|
|
721
|
+
}
|
|
722
|
+
export interface GetInstanceProfileResponse {
|
|
723
|
+
InstanceProfile: InstanceProfile | undefined;
|
|
724
|
+
}
|
|
725
|
+
export interface GetLoginProfileRequest {
|
|
726
|
+
UserName: string | undefined;
|
|
727
|
+
}
|
|
728
|
+
export interface GetLoginProfileResponse {
|
|
729
|
+
LoginProfile: LoginProfile | undefined;
|
|
730
|
+
}
|
|
731
|
+
export interface GetOpenIDConnectProviderRequest {
|
|
732
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
733
|
+
}
|
|
734
|
+
export interface GetOpenIDConnectProviderResponse {
|
|
735
|
+
Url?: string;
|
|
736
|
+
ClientIDList?: string[];
|
|
737
|
+
ThumbprintList?: string[];
|
|
738
|
+
CreateDate?: Date;
|
|
739
|
+
Tags?: Tag[];
|
|
740
|
+
}
|
|
741
|
+
export declare enum SortKeyType {
|
|
742
|
+
LAST_AUTHENTICATED_TIME_ASCENDING = "LAST_AUTHENTICATED_TIME_ASCENDING",
|
|
743
|
+
LAST_AUTHENTICATED_TIME_DESCENDING = "LAST_AUTHENTICATED_TIME_DESCENDING",
|
|
744
|
+
SERVICE_NAMESPACE_ASCENDING = "SERVICE_NAMESPACE_ASCENDING",
|
|
745
|
+
SERVICE_NAMESPACE_DESCENDING = "SERVICE_NAMESPACE_DESCENDING",
|
|
746
|
+
}
|
|
747
|
+
export interface GetOrganizationsAccessReportRequest {
|
|
748
|
+
JobId: string | undefined;
|
|
749
|
+
MaxItems?: number;
|
|
750
|
+
Marker?: string;
|
|
751
|
+
SortKey?: SortKeyType | string;
|
|
752
|
+
}
|
|
753
|
+
export interface ErrorDetails {
|
|
754
|
+
Message: string | undefined;
|
|
755
|
+
Code: string | undefined;
|
|
756
|
+
}
|
|
757
|
+
export declare type JobStatusType = "COMPLETED" | "FAILED" | "IN_PROGRESS";
|
|
758
|
+
export interface GetOrganizationsAccessReportResponse {
|
|
759
|
+
JobStatus: JobStatusType | string | undefined;
|
|
760
|
+
JobCreationDate: Date | undefined;
|
|
761
|
+
JobCompletionDate?: Date;
|
|
762
|
+
NumberOfServicesAccessible?: number;
|
|
763
|
+
NumberOfServicesNotAccessed?: number;
|
|
764
|
+
AccessDetails?: AccessDetail[];
|
|
765
|
+
IsTruncated?: boolean;
|
|
766
|
+
Marker?: string;
|
|
767
|
+
ErrorDetails?: ErrorDetails;
|
|
768
|
+
}
|
|
769
|
+
export interface GetPolicyRequest {
|
|
770
|
+
PolicyArn: string | undefined;
|
|
771
|
+
}
|
|
772
|
+
export interface GetPolicyResponse {
|
|
773
|
+
Policy?: Policy;
|
|
774
|
+
}
|
|
775
|
+
export interface GetPolicyVersionRequest {
|
|
776
|
+
PolicyArn: string | undefined;
|
|
777
|
+
VersionId: string | undefined;
|
|
778
|
+
}
|
|
779
|
+
export interface GetPolicyVersionResponse {
|
|
780
|
+
PolicyVersion?: PolicyVersion;
|
|
781
|
+
}
|
|
782
|
+
export interface GetRoleRequest {
|
|
783
|
+
RoleName: string | undefined;
|
|
784
|
+
}
|
|
785
|
+
export interface GetRoleResponse {
|
|
786
|
+
Role: Role | undefined;
|
|
787
|
+
}
|
|
788
|
+
export interface GetRolePolicyRequest {
|
|
789
|
+
RoleName: string | undefined;
|
|
790
|
+
PolicyName: string | undefined;
|
|
791
|
+
}
|
|
792
|
+
export interface GetRolePolicyResponse {
|
|
793
|
+
RoleName: string | undefined;
|
|
794
|
+
PolicyName: string | undefined;
|
|
795
|
+
PolicyDocument: string | undefined;
|
|
796
|
+
}
|
|
797
|
+
export interface GetSAMLProviderRequest {
|
|
798
|
+
SAMLProviderArn: string | undefined;
|
|
799
|
+
}
|
|
800
|
+
export interface GetSAMLProviderResponse {
|
|
801
|
+
SAMLMetadataDocument?: string;
|
|
802
|
+
CreateDate?: Date;
|
|
803
|
+
ValidUntil?: Date;
|
|
804
|
+
Tags?: Tag[];
|
|
805
|
+
}
|
|
806
|
+
export interface GetServerCertificateRequest {
|
|
807
|
+
ServerCertificateName: string | undefined;
|
|
808
|
+
}
|
|
809
|
+
export interface ServerCertificateMetadata {
|
|
810
|
+
Path: string | undefined;
|
|
811
|
+
ServerCertificateName: string | undefined;
|
|
812
|
+
ServerCertificateId: string | undefined;
|
|
813
|
+
Arn: string | undefined;
|
|
814
|
+
UploadDate?: Date;
|
|
815
|
+
Expiration?: Date;
|
|
816
|
+
}
|
|
817
|
+
export interface ServerCertificate {
|
|
818
|
+
ServerCertificateMetadata: ServerCertificateMetadata | undefined;
|
|
819
|
+
CertificateBody: string | undefined;
|
|
820
|
+
CertificateChain?: string;
|
|
821
|
+
Tags?: Tag[];
|
|
822
|
+
}
|
|
823
|
+
export interface GetServerCertificateResponse {
|
|
824
|
+
ServerCertificate: ServerCertificate | undefined;
|
|
825
|
+
}
|
|
826
|
+
export interface GetServiceLastAccessedDetailsRequest {
|
|
827
|
+
JobId: string | undefined;
|
|
828
|
+
MaxItems?: number;
|
|
829
|
+
Marker?: string;
|
|
830
|
+
}
|
|
831
|
+
export interface TrackedActionLastAccessed {
|
|
832
|
+
ActionName?: string;
|
|
833
|
+
LastAccessedEntity?: string;
|
|
834
|
+
LastAccessedTime?: Date;
|
|
835
|
+
LastAccessedRegion?: string;
|
|
836
|
+
}
|
|
837
|
+
export interface ServiceLastAccessed {
|
|
838
|
+
ServiceName: string | undefined;
|
|
839
|
+
LastAuthenticated?: Date;
|
|
840
|
+
ServiceNamespace: string | undefined;
|
|
841
|
+
LastAuthenticatedEntity?: string;
|
|
842
|
+
LastAuthenticatedRegion?: string;
|
|
843
|
+
TotalAuthenticatedEntities?: number;
|
|
844
|
+
TrackedActionsLastAccessed?: TrackedActionLastAccessed[];
|
|
845
|
+
}
|
|
846
|
+
export interface GetServiceLastAccessedDetailsResponse {
|
|
847
|
+
JobStatus: JobStatusType | string | undefined;
|
|
848
|
+
JobType?: AccessAdvisorUsageGranularityType | string;
|
|
849
|
+
JobCreationDate: Date | undefined;
|
|
850
|
+
ServicesLastAccessed: ServiceLastAccessed[] | undefined;
|
|
851
|
+
JobCompletionDate: Date | undefined;
|
|
852
|
+
IsTruncated?: boolean;
|
|
853
|
+
Marker?: string;
|
|
854
|
+
Error?: ErrorDetails;
|
|
855
|
+
}
|
|
856
|
+
export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
|
|
857
|
+
JobId: string | undefined;
|
|
858
|
+
ServiceNamespace: string | undefined;
|
|
859
|
+
MaxItems?: number;
|
|
860
|
+
Marker?: string;
|
|
861
|
+
}
|
|
862
|
+
export declare enum PolicyOwnerEntityType {
|
|
863
|
+
GROUP = "GROUP",
|
|
864
|
+
ROLE = "ROLE",
|
|
865
|
+
USER = "USER",
|
|
866
|
+
}
|
|
867
|
+
export interface EntityInfo {
|
|
868
|
+
Arn: string | undefined;
|
|
869
|
+
Name: string | undefined;
|
|
870
|
+
Type: PolicyOwnerEntityType | string | undefined;
|
|
871
|
+
Id: string | undefined;
|
|
872
|
+
Path?: string;
|
|
873
|
+
}
|
|
874
|
+
export interface EntityDetails {
|
|
875
|
+
EntityInfo: EntityInfo | undefined;
|
|
876
|
+
LastAuthenticated?: Date;
|
|
877
|
+
}
|
|
878
|
+
export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
|
|
879
|
+
JobStatus: JobStatusType | string | undefined;
|
|
880
|
+
JobCreationDate: Date | undefined;
|
|
881
|
+
JobCompletionDate: Date | undefined;
|
|
882
|
+
EntityDetailsList: EntityDetails[] | undefined;
|
|
883
|
+
IsTruncated?: boolean;
|
|
884
|
+
Marker?: string;
|
|
885
|
+
Error?: ErrorDetails;
|
|
886
|
+
}
|
|
887
|
+
export interface GetServiceLinkedRoleDeletionStatusRequest {
|
|
888
|
+
DeletionTaskId: string | undefined;
|
|
889
|
+
}
|
|
890
|
+
export interface RoleUsageType {
|
|
891
|
+
Region?: string;
|
|
892
|
+
Resources?: string[];
|
|
893
|
+
}
|
|
894
|
+
export interface DeletionTaskFailureReasonType {
|
|
895
|
+
Reason?: string;
|
|
896
|
+
RoleUsageList?: RoleUsageType[];
|
|
897
|
+
}
|
|
898
|
+
export declare enum DeletionTaskStatusType {
|
|
899
|
+
FAILED = "FAILED",
|
|
900
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
901
|
+
NOT_STARTED = "NOT_STARTED",
|
|
902
|
+
SUCCEEDED = "SUCCEEDED",
|
|
903
|
+
}
|
|
904
|
+
export interface GetServiceLinkedRoleDeletionStatusResponse {
|
|
905
|
+
Status: DeletionTaskStatusType | string | undefined;
|
|
906
|
+
Reason?: DeletionTaskFailureReasonType;
|
|
907
|
+
}
|
|
908
|
+
export declare type EncodingType = "PEM" | "SSH";
|
|
909
|
+
export interface GetSSHPublicKeyRequest {
|
|
910
|
+
UserName: string | undefined;
|
|
911
|
+
SSHPublicKeyId: string | undefined;
|
|
912
|
+
Encoding: EncodingType | string | undefined;
|
|
913
|
+
}
|
|
914
|
+
export interface SSHPublicKey {
|
|
915
|
+
UserName: string | undefined;
|
|
916
|
+
SSHPublicKeyId: string | undefined;
|
|
917
|
+
Fingerprint: string | undefined;
|
|
918
|
+
SSHPublicKeyBody: string | undefined;
|
|
919
|
+
Status: StatusType | string | undefined;
|
|
920
|
+
UploadDate?: Date;
|
|
921
|
+
}
|
|
922
|
+
export interface GetSSHPublicKeyResponse {
|
|
923
|
+
SSHPublicKey?: SSHPublicKey;
|
|
924
|
+
}
|
|
925
|
+
export declare class UnrecognizedPublicKeyEncodingException extends __BaseException {
|
|
926
|
+
readonly name: "UnrecognizedPublicKeyEncodingException";
|
|
927
|
+
readonly $fault: "client";
|
|
928
|
+
constructor(
|
|
929
|
+
opts: __ExceptionOptionType<
|
|
930
|
+
UnrecognizedPublicKeyEncodingException,
|
|
931
|
+
__BaseException
|
|
932
|
+
>
|
|
933
|
+
);
|
|
934
|
+
}
|
|
935
|
+
export interface GetUserRequest {
|
|
936
|
+
UserName?: string;
|
|
937
|
+
}
|
|
938
|
+
export interface GetUserResponse {
|
|
939
|
+
User: User | undefined;
|
|
940
|
+
}
|
|
941
|
+
export interface GetUserPolicyRequest {
|
|
942
|
+
UserName: string | undefined;
|
|
943
|
+
PolicyName: string | undefined;
|
|
944
|
+
}
|
|
945
|
+
export interface GetUserPolicyResponse {
|
|
946
|
+
UserName: string | undefined;
|
|
947
|
+
PolicyName: string | undefined;
|
|
948
|
+
PolicyDocument: string | undefined;
|
|
949
|
+
}
|
|
950
|
+
export interface ListAccessKeysRequest {
|
|
951
|
+
UserName?: string;
|
|
952
|
+
Marker?: string;
|
|
953
|
+
MaxItems?: number;
|
|
954
|
+
}
|
|
955
|
+
export interface ListAccessKeysResponse {
|
|
956
|
+
AccessKeyMetadata: AccessKeyMetadata[] | undefined;
|
|
957
|
+
IsTruncated?: boolean;
|
|
958
|
+
Marker?: string;
|
|
959
|
+
}
|
|
960
|
+
export interface ListAccountAliasesRequest {
|
|
961
|
+
Marker?: string;
|
|
962
|
+
MaxItems?: number;
|
|
963
|
+
}
|
|
964
|
+
export interface ListAccountAliasesResponse {
|
|
965
|
+
AccountAliases: string[] | undefined;
|
|
966
|
+
IsTruncated?: boolean;
|
|
967
|
+
Marker?: string;
|
|
968
|
+
}
|
|
969
|
+
export interface ListAttachedGroupPoliciesRequest {
|
|
970
|
+
GroupName: string | undefined;
|
|
971
|
+
PathPrefix?: string;
|
|
972
|
+
Marker?: string;
|
|
973
|
+
MaxItems?: number;
|
|
974
|
+
}
|
|
975
|
+
export interface ListAttachedGroupPoliciesResponse {
|
|
976
|
+
AttachedPolicies?: AttachedPolicy[];
|
|
977
|
+
IsTruncated?: boolean;
|
|
978
|
+
Marker?: string;
|
|
979
|
+
}
|
|
980
|
+
export interface ListAttachedRolePoliciesRequest {
|
|
981
|
+
RoleName: string | undefined;
|
|
982
|
+
PathPrefix?: string;
|
|
983
|
+
Marker?: string;
|
|
984
|
+
MaxItems?: number;
|
|
985
|
+
}
|
|
986
|
+
export interface ListAttachedRolePoliciesResponse {
|
|
987
|
+
AttachedPolicies?: AttachedPolicy[];
|
|
988
|
+
IsTruncated?: boolean;
|
|
989
|
+
Marker?: string;
|
|
990
|
+
}
|
|
991
|
+
export interface ListAttachedUserPoliciesRequest {
|
|
992
|
+
UserName: string | undefined;
|
|
993
|
+
PathPrefix?: string;
|
|
994
|
+
Marker?: string;
|
|
995
|
+
MaxItems?: number;
|
|
996
|
+
}
|
|
997
|
+
export interface ListAttachedUserPoliciesResponse {
|
|
998
|
+
AttachedPolicies?: AttachedPolicy[];
|
|
999
|
+
IsTruncated?: boolean;
|
|
1000
|
+
Marker?: string;
|
|
1001
|
+
}
|
|
1002
|
+
export declare type PolicyUsageType =
|
|
1003
|
+
| "PermissionsBoundary"
|
|
1004
|
+
| "PermissionsPolicy";
|
|
1005
|
+
export interface ListEntitiesForPolicyRequest {
|
|
1006
|
+
PolicyArn: string | undefined;
|
|
1007
|
+
EntityFilter?: EntityType | string;
|
|
1008
|
+
PathPrefix?: string;
|
|
1009
|
+
PolicyUsageFilter?: PolicyUsageType | string;
|
|
1010
|
+
Marker?: string;
|
|
1011
|
+
MaxItems?: number;
|
|
1012
|
+
}
|
|
1013
|
+
export interface PolicyGroup {
|
|
1014
|
+
GroupName?: string;
|
|
1015
|
+
GroupId?: string;
|
|
1016
|
+
}
|
|
1017
|
+
export interface PolicyRole {
|
|
1018
|
+
RoleName?: string;
|
|
1019
|
+
RoleId?: string;
|
|
1020
|
+
}
|
|
1021
|
+
export interface PolicyUser {
|
|
1022
|
+
UserName?: string;
|
|
1023
|
+
UserId?: string;
|
|
1024
|
+
}
|
|
1025
|
+
export interface ListEntitiesForPolicyResponse {
|
|
1026
|
+
PolicyGroups?: PolicyGroup[];
|
|
1027
|
+
PolicyUsers?: PolicyUser[];
|
|
1028
|
+
PolicyRoles?: PolicyRole[];
|
|
1029
|
+
IsTruncated?: boolean;
|
|
1030
|
+
Marker?: string;
|
|
1031
|
+
}
|
|
1032
|
+
export interface ListGroupPoliciesRequest {
|
|
1033
|
+
GroupName: string | undefined;
|
|
1034
|
+
Marker?: string;
|
|
1035
|
+
MaxItems?: number;
|
|
1036
|
+
}
|
|
1037
|
+
export interface ListGroupPoliciesResponse {
|
|
1038
|
+
PolicyNames: string[] | undefined;
|
|
1039
|
+
IsTruncated?: boolean;
|
|
1040
|
+
Marker?: string;
|
|
1041
|
+
}
|
|
1042
|
+
export interface ListGroupsRequest {
|
|
1043
|
+
PathPrefix?: string;
|
|
1044
|
+
Marker?: string;
|
|
1045
|
+
MaxItems?: number;
|
|
1046
|
+
}
|
|
1047
|
+
export interface ListGroupsResponse {
|
|
1048
|
+
Groups: Group[] | undefined;
|
|
1049
|
+
IsTruncated?: boolean;
|
|
1050
|
+
Marker?: string;
|
|
1051
|
+
}
|
|
1052
|
+
export interface ListGroupsForUserRequest {
|
|
1053
|
+
UserName: string | undefined;
|
|
1054
|
+
Marker?: string;
|
|
1055
|
+
MaxItems?: number;
|
|
1056
|
+
}
|
|
1057
|
+
export interface ListGroupsForUserResponse {
|
|
1058
|
+
Groups: Group[] | undefined;
|
|
1059
|
+
IsTruncated?: boolean;
|
|
1060
|
+
Marker?: string;
|
|
1061
|
+
}
|
|
1062
|
+
export interface ListInstanceProfilesRequest {
|
|
1063
|
+
PathPrefix?: string;
|
|
1064
|
+
Marker?: string;
|
|
1065
|
+
MaxItems?: number;
|
|
1066
|
+
}
|
|
1067
|
+
export interface ListInstanceProfilesResponse {
|
|
1068
|
+
InstanceProfiles: InstanceProfile[] | undefined;
|
|
1069
|
+
IsTruncated?: boolean;
|
|
1070
|
+
Marker?: string;
|
|
1071
|
+
}
|
|
1072
|
+
export interface ListInstanceProfilesForRoleRequest {
|
|
1073
|
+
RoleName: string | undefined;
|
|
1074
|
+
Marker?: string;
|
|
1075
|
+
MaxItems?: number;
|
|
1076
|
+
}
|
|
1077
|
+
export interface ListInstanceProfilesForRoleResponse {
|
|
1078
|
+
InstanceProfiles: InstanceProfile[] | undefined;
|
|
1079
|
+
IsTruncated?: boolean;
|
|
1080
|
+
Marker?: string;
|
|
1081
|
+
}
|
|
1082
|
+
export interface ListInstanceProfileTagsRequest {
|
|
1083
|
+
InstanceProfileName: string | undefined;
|
|
1084
|
+
Marker?: string;
|
|
1085
|
+
MaxItems?: number;
|
|
1086
|
+
}
|
|
1087
|
+
export interface ListInstanceProfileTagsResponse {
|
|
1088
|
+
Tags: Tag[] | undefined;
|
|
1089
|
+
IsTruncated?: boolean;
|
|
1090
|
+
Marker?: string;
|
|
1091
|
+
}
|
|
1092
|
+
export interface ListMFADevicesRequest {
|
|
1093
|
+
UserName?: string;
|
|
1094
|
+
Marker?: string;
|
|
1095
|
+
MaxItems?: number;
|
|
1096
|
+
}
|
|
1097
|
+
export interface MFADevice {
|
|
1098
|
+
UserName: string | undefined;
|
|
1099
|
+
SerialNumber: string | undefined;
|
|
1100
|
+
EnableDate: Date | undefined;
|
|
1101
|
+
}
|
|
1102
|
+
export interface ListMFADevicesResponse {
|
|
1103
|
+
MFADevices: MFADevice[] | undefined;
|
|
1104
|
+
IsTruncated?: boolean;
|
|
1105
|
+
Marker?: string;
|
|
1106
|
+
}
|
|
1107
|
+
export interface ListMFADeviceTagsRequest {
|
|
1108
|
+
SerialNumber: string | undefined;
|
|
1109
|
+
Marker?: string;
|
|
1110
|
+
MaxItems?: number;
|
|
1111
|
+
}
|
|
1112
|
+
export interface ListMFADeviceTagsResponse {
|
|
1113
|
+
Tags: Tag[] | undefined;
|
|
1114
|
+
IsTruncated?: boolean;
|
|
1115
|
+
Marker?: string;
|
|
1116
|
+
}
|
|
1117
|
+
export interface ListOpenIDConnectProvidersRequest {}
|
|
1118
|
+
export interface OpenIDConnectProviderListEntry {
|
|
1119
|
+
Arn?: string;
|
|
1120
|
+
}
|
|
1121
|
+
export interface ListOpenIDConnectProvidersResponse {
|
|
1122
|
+
OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[];
|
|
1123
|
+
}
|
|
1124
|
+
export interface ListOpenIDConnectProviderTagsRequest {
|
|
1125
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
1126
|
+
Marker?: string;
|
|
1127
|
+
MaxItems?: number;
|
|
1128
|
+
}
|
|
1129
|
+
export interface ListOpenIDConnectProviderTagsResponse {
|
|
1130
|
+
Tags: Tag[] | undefined;
|
|
1131
|
+
IsTruncated?: boolean;
|
|
1132
|
+
Marker?: string;
|
|
1133
|
+
}
|
|
1134
|
+
export declare enum PolicyScopeType {
|
|
1135
|
+
AWS = "AWS",
|
|
1136
|
+
All = "All",
|
|
1137
|
+
Local = "Local",
|
|
1138
|
+
}
|
|
1139
|
+
export interface ListPoliciesRequest {
|
|
1140
|
+
Scope?: PolicyScopeType | string;
|
|
1141
|
+
OnlyAttached?: boolean;
|
|
1142
|
+
PathPrefix?: string;
|
|
1143
|
+
PolicyUsageFilter?: PolicyUsageType | string;
|
|
1144
|
+
Marker?: string;
|
|
1145
|
+
MaxItems?: number;
|
|
1146
|
+
}
|
|
1147
|
+
export interface ListPoliciesResponse {
|
|
1148
|
+
Policies?: Policy[];
|
|
1149
|
+
IsTruncated?: boolean;
|
|
1150
|
+
Marker?: string;
|
|
1151
|
+
}
|
|
1152
|
+
export interface ListPoliciesGrantingServiceAccessRequest {
|
|
1153
|
+
Marker?: string;
|
|
1154
|
+
Arn: string | undefined;
|
|
1155
|
+
ServiceNamespaces: string[] | undefined;
|
|
1156
|
+
}
|
|
1157
|
+
export declare enum PolicyType {
|
|
1158
|
+
INLINE = "INLINE",
|
|
1159
|
+
MANAGED = "MANAGED",
|
|
1160
|
+
}
|
|
1161
|
+
export interface PolicyGrantingServiceAccess {
|
|
1162
|
+
PolicyName: string | undefined;
|
|
1163
|
+
PolicyType: PolicyType | string | undefined;
|
|
1164
|
+
PolicyArn?: string;
|
|
1165
|
+
EntityType?: PolicyOwnerEntityType | string;
|
|
1166
|
+
EntityName?: string;
|
|
1167
|
+
}
|
|
1168
|
+
export interface ListPoliciesGrantingServiceAccessEntry {
|
|
1169
|
+
ServiceNamespace?: string;
|
|
1170
|
+
Policies?: PolicyGrantingServiceAccess[];
|
|
1171
|
+
}
|
|
1172
|
+
export interface ListPoliciesGrantingServiceAccessResponse {
|
|
1173
|
+
PoliciesGrantingServiceAccess:
|
|
1174
|
+
| ListPoliciesGrantingServiceAccessEntry[]
|
|
1175
|
+
| undefined;
|
|
1176
|
+
IsTruncated?: boolean;
|
|
1177
|
+
Marker?: string;
|
|
1178
|
+
}
|
|
1179
|
+
export interface ListPolicyTagsRequest {
|
|
1180
|
+
PolicyArn: string | undefined;
|
|
1181
|
+
Marker?: string;
|
|
1182
|
+
MaxItems?: number;
|
|
1183
|
+
}
|
|
1184
|
+
export interface ListPolicyTagsResponse {
|
|
1185
|
+
Tags: Tag[] | undefined;
|
|
1186
|
+
IsTruncated?: boolean;
|
|
1187
|
+
Marker?: string;
|
|
1188
|
+
}
|
|
1189
|
+
export interface ListPolicyVersionsRequest {
|
|
1190
|
+
PolicyArn: string | undefined;
|
|
1191
|
+
Marker?: string;
|
|
1192
|
+
MaxItems?: number;
|
|
1193
|
+
}
|
|
1194
|
+
export interface ListPolicyVersionsResponse {
|
|
1195
|
+
Versions?: PolicyVersion[];
|
|
1196
|
+
IsTruncated?: boolean;
|
|
1197
|
+
Marker?: string;
|
|
1198
|
+
}
|
|
1199
|
+
export interface ListRolePoliciesRequest {
|
|
1200
|
+
RoleName: string | undefined;
|
|
1201
|
+
Marker?: string;
|
|
1202
|
+
MaxItems?: number;
|
|
1203
|
+
}
|
|
1204
|
+
export interface ListRolePoliciesResponse {
|
|
1205
|
+
PolicyNames: string[] | undefined;
|
|
1206
|
+
IsTruncated?: boolean;
|
|
1207
|
+
Marker?: string;
|
|
1208
|
+
}
|
|
1209
|
+
export interface ListRolesRequest {
|
|
1210
|
+
PathPrefix?: string;
|
|
1211
|
+
Marker?: string;
|
|
1212
|
+
MaxItems?: number;
|
|
1213
|
+
}
|
|
1214
|
+
export interface ListRolesResponse {
|
|
1215
|
+
Roles: Role[] | undefined;
|
|
1216
|
+
IsTruncated?: boolean;
|
|
1217
|
+
Marker?: string;
|
|
1218
|
+
}
|
|
1219
|
+
export interface ListRoleTagsRequest {
|
|
1220
|
+
RoleName: string | undefined;
|
|
1221
|
+
Marker?: string;
|
|
1222
|
+
MaxItems?: number;
|
|
1223
|
+
}
|
|
1224
|
+
export interface ListRoleTagsResponse {
|
|
1225
|
+
Tags: Tag[] | undefined;
|
|
1226
|
+
IsTruncated?: boolean;
|
|
1227
|
+
Marker?: string;
|
|
1228
|
+
}
|
|
1229
|
+
export interface ListSAMLProvidersRequest {}
|
|
1230
|
+
export interface SAMLProviderListEntry {
|
|
1231
|
+
Arn?: string;
|
|
1232
|
+
ValidUntil?: Date;
|
|
1233
|
+
CreateDate?: Date;
|
|
1234
|
+
}
|
|
1235
|
+
export interface ListSAMLProvidersResponse {
|
|
1236
|
+
SAMLProviderList?: SAMLProviderListEntry[];
|
|
1237
|
+
}
|
|
1238
|
+
export interface ListSAMLProviderTagsRequest {
|
|
1239
|
+
SAMLProviderArn: string | undefined;
|
|
1240
|
+
Marker?: string;
|
|
1241
|
+
MaxItems?: number;
|
|
1242
|
+
}
|
|
1243
|
+
export interface ListSAMLProviderTagsResponse {
|
|
1244
|
+
Tags: Tag[] | undefined;
|
|
1245
|
+
IsTruncated?: boolean;
|
|
1246
|
+
Marker?: string;
|
|
1247
|
+
}
|
|
1248
|
+
export interface ListServerCertificatesRequest {
|
|
1249
|
+
PathPrefix?: string;
|
|
1250
|
+
Marker?: string;
|
|
1251
|
+
MaxItems?: number;
|
|
1252
|
+
}
|
|
1253
|
+
export interface ListServerCertificatesResponse {
|
|
1254
|
+
ServerCertificateMetadataList: ServerCertificateMetadata[] | undefined;
|
|
1255
|
+
IsTruncated?: boolean;
|
|
1256
|
+
Marker?: string;
|
|
1257
|
+
}
|
|
1258
|
+
export interface ListServerCertificateTagsRequest {
|
|
1259
|
+
ServerCertificateName: string | undefined;
|
|
1260
|
+
Marker?: string;
|
|
1261
|
+
MaxItems?: number;
|
|
1262
|
+
}
|
|
1263
|
+
export interface ListServerCertificateTagsResponse {
|
|
1264
|
+
Tags: Tag[] | undefined;
|
|
1265
|
+
IsTruncated?: boolean;
|
|
1266
|
+
Marker?: string;
|
|
1267
|
+
}
|
|
1268
|
+
export interface ListServiceSpecificCredentialsRequest {
|
|
1269
|
+
UserName?: string;
|
|
1270
|
+
ServiceName?: string;
|
|
1271
|
+
}
|
|
1272
|
+
export interface ServiceSpecificCredentialMetadata {
|
|
1273
|
+
UserName: string | undefined;
|
|
1274
|
+
Status: StatusType | string | undefined;
|
|
1275
|
+
ServiceUserName: string | undefined;
|
|
1276
|
+
CreateDate: Date | undefined;
|
|
1277
|
+
ServiceSpecificCredentialId: string | undefined;
|
|
1278
|
+
ServiceName: string | undefined;
|
|
1279
|
+
}
|
|
1280
|
+
export interface ListServiceSpecificCredentialsResponse {
|
|
1281
|
+
ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[];
|
|
1282
|
+
}
|
|
1283
|
+
export interface ListSigningCertificatesRequest {
|
|
1284
|
+
UserName?: string;
|
|
1285
|
+
Marker?: string;
|
|
1286
|
+
MaxItems?: number;
|
|
1287
|
+
}
|
|
1288
|
+
export interface SigningCertificate {
|
|
1289
|
+
UserName: string | undefined;
|
|
1290
|
+
CertificateId: string | undefined;
|
|
1291
|
+
CertificateBody: string | undefined;
|
|
1292
|
+
Status: StatusType | string | undefined;
|
|
1293
|
+
UploadDate?: Date;
|
|
1294
|
+
}
|
|
1295
|
+
export interface ListSigningCertificatesResponse {
|
|
1296
|
+
Certificates: SigningCertificate[] | undefined;
|
|
1297
|
+
IsTruncated?: boolean;
|
|
1298
|
+
Marker?: string;
|
|
1299
|
+
}
|
|
1300
|
+
export interface ListSSHPublicKeysRequest {
|
|
1301
|
+
UserName?: string;
|
|
1302
|
+
Marker?: string;
|
|
1303
|
+
MaxItems?: number;
|
|
1304
|
+
}
|
|
1305
|
+
export interface SSHPublicKeyMetadata {
|
|
1306
|
+
UserName: string | undefined;
|
|
1307
|
+
SSHPublicKeyId: string | undefined;
|
|
1308
|
+
Status: StatusType | string | undefined;
|
|
1309
|
+
UploadDate: Date | undefined;
|
|
1310
|
+
}
|
|
1311
|
+
export interface ListSSHPublicKeysResponse {
|
|
1312
|
+
SSHPublicKeys?: SSHPublicKeyMetadata[];
|
|
1313
|
+
IsTruncated?: boolean;
|
|
1314
|
+
Marker?: string;
|
|
1315
|
+
}
|
|
1316
|
+
export interface ListUserPoliciesRequest {
|
|
1317
|
+
UserName: string | undefined;
|
|
1318
|
+
Marker?: string;
|
|
1319
|
+
MaxItems?: number;
|
|
1320
|
+
}
|
|
1321
|
+
export interface ListUserPoliciesResponse {
|
|
1322
|
+
PolicyNames: string[] | undefined;
|
|
1323
|
+
IsTruncated?: boolean;
|
|
1324
|
+
Marker?: string;
|
|
1325
|
+
}
|
|
1326
|
+
export interface ListUsersRequest {
|
|
1327
|
+
PathPrefix?: string;
|
|
1328
|
+
Marker?: string;
|
|
1329
|
+
MaxItems?: number;
|
|
1330
|
+
}
|
|
1331
|
+
export interface ListUsersResponse {
|
|
1332
|
+
Users: User[] | undefined;
|
|
1333
|
+
IsTruncated?: boolean;
|
|
1334
|
+
Marker?: string;
|
|
1335
|
+
}
|
|
1336
|
+
export interface ListUserTagsRequest {
|
|
1337
|
+
UserName: string | undefined;
|
|
1338
|
+
Marker?: string;
|
|
1339
|
+
MaxItems?: number;
|
|
1340
|
+
}
|
|
1341
|
+
export interface ListUserTagsResponse {
|
|
1342
|
+
Tags: Tag[] | undefined;
|
|
1343
|
+
IsTruncated?: boolean;
|
|
1344
|
+
Marker?: string;
|
|
1345
|
+
}
|
|
1346
|
+
export interface ListVirtualMFADevicesRequest {
|
|
1347
|
+
AssignmentStatus?: AssignmentStatusType | string;
|
|
1348
|
+
Marker?: string;
|
|
1349
|
+
MaxItems?: number;
|
|
1350
|
+
}
|
|
1351
|
+
export interface ListVirtualMFADevicesResponse {
|
|
1352
|
+
VirtualMFADevices: VirtualMFADevice[] | undefined;
|
|
1353
|
+
IsTruncated?: boolean;
|
|
1354
|
+
Marker?: string;
|
|
1355
|
+
}
|
|
1356
|
+
export interface PutGroupPolicyRequest {
|
|
1357
|
+
GroupName: string | undefined;
|
|
1358
|
+
PolicyName: string | undefined;
|
|
1359
|
+
PolicyDocument: string | undefined;
|
|
1360
|
+
}
|
|
1361
|
+
export interface PutRolePermissionsBoundaryRequest {
|
|
1362
|
+
RoleName: string | undefined;
|
|
1363
|
+
PermissionsBoundary: string | undefined;
|
|
1364
|
+
}
|
|
1365
|
+
export interface PutRolePolicyRequest {
|
|
1366
|
+
RoleName: string | undefined;
|
|
1367
|
+
PolicyName: string | undefined;
|
|
1368
|
+
PolicyDocument: string | undefined;
|
|
1369
|
+
}
|
|
1370
|
+
export interface PutUserPermissionsBoundaryRequest {
|
|
1371
|
+
UserName: string | undefined;
|
|
1372
|
+
PermissionsBoundary: string | undefined;
|
|
1373
|
+
}
|
|
1374
|
+
export interface PutUserPolicyRequest {
|
|
1375
|
+
UserName: string | undefined;
|
|
1376
|
+
PolicyName: string | undefined;
|
|
1377
|
+
PolicyDocument: string | undefined;
|
|
1378
|
+
}
|
|
1379
|
+
export interface RemoveClientIDFromOpenIDConnectProviderRequest {
|
|
1380
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
1381
|
+
ClientID: string | undefined;
|
|
1382
|
+
}
|
|
1383
|
+
export interface RemoveRoleFromInstanceProfileRequest {
|
|
1384
|
+
InstanceProfileName: string | undefined;
|
|
1385
|
+
RoleName: string | undefined;
|
|
1386
|
+
}
|
|
1387
|
+
export interface RemoveUserFromGroupRequest {
|
|
1388
|
+
GroupName: string | undefined;
|
|
1389
|
+
UserName: string | undefined;
|
|
1390
|
+
}
|
|
1391
|
+
export interface ResetServiceSpecificCredentialRequest {
|
|
1392
|
+
UserName?: string;
|
|
1393
|
+
ServiceSpecificCredentialId: string | undefined;
|
|
1394
|
+
}
|
|
1395
|
+
export interface ResetServiceSpecificCredentialResponse {
|
|
1396
|
+
ServiceSpecificCredential?: ServiceSpecificCredential;
|
|
1397
|
+
}
|
|
1398
|
+
export interface ResyncMFADeviceRequest {
|
|
1399
|
+
UserName: string | undefined;
|
|
1400
|
+
SerialNumber: string | undefined;
|
|
1401
|
+
AuthenticationCode1: string | undefined;
|
|
1402
|
+
AuthenticationCode2: string | undefined;
|
|
1403
|
+
}
|
|
1404
|
+
export interface SetDefaultPolicyVersionRequest {
|
|
1405
|
+
PolicyArn: string | undefined;
|
|
1406
|
+
VersionId: string | undefined;
|
|
1407
|
+
}
|
|
1408
|
+
export declare enum GlobalEndpointTokenVersion {
|
|
1409
|
+
v1Token = "v1Token",
|
|
1410
|
+
v2Token = "v2Token",
|
|
1411
|
+
}
|
|
1412
|
+
export interface SetSecurityTokenServicePreferencesRequest {
|
|
1413
|
+
GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | string | undefined;
|
|
1414
|
+
}
|
|
1415
|
+
export declare class PolicyEvaluationException extends __BaseException {
|
|
1416
|
+
readonly name: "PolicyEvaluationException";
|
|
1417
|
+
readonly $fault: "server";
|
|
1418
|
+
constructor(
|
|
1419
|
+
opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>
|
|
1420
|
+
);
|
|
1421
|
+
}
|
|
1422
|
+
export declare enum ContextKeyTypeEnum {
|
|
1423
|
+
BINARY = "binary",
|
|
1424
|
+
BINARY_LIST = "binaryList",
|
|
1425
|
+
BOOLEAN = "boolean",
|
|
1426
|
+
BOOLEAN_LIST = "booleanList",
|
|
1427
|
+
DATE = "date",
|
|
1428
|
+
DATE_LIST = "dateList",
|
|
1429
|
+
IP = "ip",
|
|
1430
|
+
IP_LIST = "ipList",
|
|
1431
|
+
NUMERIC = "numeric",
|
|
1432
|
+
NUMERIC_LIST = "numericList",
|
|
1433
|
+
STRING = "string",
|
|
1434
|
+
STRING_LIST = "stringList",
|
|
1435
|
+
}
|
|
1436
|
+
export interface ContextEntry {
|
|
1437
|
+
ContextKeyName?: string;
|
|
1438
|
+
ContextKeyValues?: string[];
|
|
1439
|
+
ContextKeyType?: ContextKeyTypeEnum | string;
|
|
1440
|
+
}
|
|
1441
|
+
export interface SimulateCustomPolicyRequest {
|
|
1442
|
+
PolicyInputList: string[] | undefined;
|
|
1443
|
+
PermissionsBoundaryPolicyInputList?: string[];
|
|
1444
|
+
ActionNames: string[] | undefined;
|
|
1445
|
+
ResourceArns?: string[];
|
|
1446
|
+
ResourcePolicy?: string;
|
|
1447
|
+
ResourceOwner?: string;
|
|
1448
|
+
CallerArn?: string;
|
|
1449
|
+
ContextEntries?: ContextEntry[];
|
|
1450
|
+
ResourceHandlingOption?: string;
|
|
1451
|
+
MaxItems?: number;
|
|
1452
|
+
Marker?: string;
|
|
1453
|
+
}
|
|
1454
|
+
export declare enum PolicyEvaluationDecisionType {
|
|
1455
|
+
ALLOWED = "allowed",
|
|
1456
|
+
EXPLICIT_DENY = "explicitDeny",
|
|
1457
|
+
IMPLICIT_DENY = "implicitDeny",
|
|
1458
|
+
}
|
|
1459
|
+
export interface Position {
|
|
1460
|
+
Line?: number;
|
|
1461
|
+
Column?: number;
|
|
1462
|
+
}
|
|
1463
|
+
export declare enum PolicySourceType {
|
|
1464
|
+
AWS_MANAGED = "aws-managed",
|
|
1465
|
+
GROUP = "group",
|
|
1466
|
+
NONE = "none",
|
|
1467
|
+
RESOURCE = "resource",
|
|
1468
|
+
ROLE = "role",
|
|
1469
|
+
USER = "user",
|
|
1470
|
+
USER_MANAGED = "user-managed",
|
|
1471
|
+
}
|
|
1472
|
+
export interface Statement {
|
|
1473
|
+
SourcePolicyId?: string;
|
|
1474
|
+
SourcePolicyType?: PolicySourceType | string;
|
|
1475
|
+
StartPosition?: Position;
|
|
1476
|
+
EndPosition?: Position;
|
|
1477
|
+
}
|
|
1478
|
+
export interface OrganizationsDecisionDetail {
|
|
1479
|
+
AllowedByOrganizations?: boolean;
|
|
1480
|
+
}
|
|
1481
|
+
export interface PermissionsBoundaryDecisionDetail {
|
|
1482
|
+
AllowedByPermissionsBoundary?: boolean;
|
|
1483
|
+
}
|
|
1484
|
+
export interface ResourceSpecificResult {
|
|
1485
|
+
EvalResourceName: string | undefined;
|
|
1486
|
+
EvalResourceDecision: PolicyEvaluationDecisionType | string | undefined;
|
|
1487
|
+
MatchedStatements?: Statement[];
|
|
1488
|
+
MissingContextValues?: string[];
|
|
1489
|
+
EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType | string>;
|
|
1490
|
+
PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
|
|
1491
|
+
}
|
|
1492
|
+
export interface EvaluationResult {
|
|
1493
|
+
EvalActionName: string | undefined;
|
|
1494
|
+
EvalResourceName?: string;
|
|
1495
|
+
EvalDecision: PolicyEvaluationDecisionType | string | undefined;
|
|
1496
|
+
MatchedStatements?: Statement[];
|
|
1497
|
+
MissingContextValues?: string[];
|
|
1498
|
+
OrganizationsDecisionDetail?: OrganizationsDecisionDetail;
|
|
1499
|
+
PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
|
|
1500
|
+
EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType | string>;
|
|
1501
|
+
ResourceSpecificResults?: ResourceSpecificResult[];
|
|
1502
|
+
}
|
|
1503
|
+
export interface SimulatePolicyResponse {
|
|
1504
|
+
EvaluationResults?: EvaluationResult[];
|
|
1505
|
+
IsTruncated?: boolean;
|
|
1506
|
+
Marker?: string;
|
|
1507
|
+
}
|
|
1508
|
+
export interface SimulatePrincipalPolicyRequest {
|
|
1509
|
+
PolicySourceArn: string | undefined;
|
|
1510
|
+
PolicyInputList?: string[];
|
|
1511
|
+
PermissionsBoundaryPolicyInputList?: string[];
|
|
1512
|
+
ActionNames: string[] | undefined;
|
|
1513
|
+
ResourceArns?: string[];
|
|
1514
|
+
ResourcePolicy?: string;
|
|
1515
|
+
ResourceOwner?: string;
|
|
1516
|
+
CallerArn?: string;
|
|
1517
|
+
ContextEntries?: ContextEntry[];
|
|
1518
|
+
ResourceHandlingOption?: string;
|
|
1519
|
+
MaxItems?: number;
|
|
1520
|
+
Marker?: string;
|
|
1521
|
+
}
|
|
1522
|
+
export interface TagInstanceProfileRequest {
|
|
1523
|
+
InstanceProfileName: string | undefined;
|
|
1524
|
+
Tags: Tag[] | undefined;
|
|
1525
|
+
}
|
|
1526
|
+
export interface TagMFADeviceRequest {
|
|
1527
|
+
SerialNumber: string | undefined;
|
|
1528
|
+
Tags: Tag[] | undefined;
|
|
1529
|
+
}
|
|
1530
|
+
export interface TagOpenIDConnectProviderRequest {
|
|
1531
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
1532
|
+
Tags: Tag[] | undefined;
|
|
1533
|
+
}
|
|
1534
|
+
export interface TagPolicyRequest {
|
|
1535
|
+
PolicyArn: string | undefined;
|
|
1536
|
+
Tags: Tag[] | undefined;
|
|
1537
|
+
}
|
|
1538
|
+
export interface TagRoleRequest {
|
|
1539
|
+
RoleName: string | undefined;
|
|
1540
|
+
Tags: Tag[] | undefined;
|
|
1541
|
+
}
|
|
1542
|
+
export interface TagSAMLProviderRequest {
|
|
1543
|
+
SAMLProviderArn: string | undefined;
|
|
1544
|
+
Tags: Tag[] | undefined;
|
|
1545
|
+
}
|
|
1546
|
+
export interface TagServerCertificateRequest {
|
|
1547
|
+
ServerCertificateName: string | undefined;
|
|
1548
|
+
Tags: Tag[] | undefined;
|
|
1549
|
+
}
|
|
1550
|
+
export interface TagUserRequest {
|
|
1551
|
+
UserName: string | undefined;
|
|
1552
|
+
Tags: Tag[] | undefined;
|
|
1553
|
+
}
|
|
1554
|
+
export interface UntagInstanceProfileRequest {
|
|
1555
|
+
InstanceProfileName: string | undefined;
|
|
1556
|
+
TagKeys: string[] | undefined;
|
|
1557
|
+
}
|
|
1558
|
+
export interface UntagMFADeviceRequest {
|
|
1559
|
+
SerialNumber: string | undefined;
|
|
1560
|
+
TagKeys: string[] | undefined;
|
|
1561
|
+
}
|
|
1562
|
+
export interface UntagOpenIDConnectProviderRequest {
|
|
1563
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
1564
|
+
TagKeys: string[] | undefined;
|
|
1565
|
+
}
|
|
1566
|
+
export declare const AccessDetailFilterSensitiveLog: (obj: AccessDetail) => any;
|
|
1567
|
+
export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
|
|
1568
|
+
export declare const AccessKeyLastUsedFilterSensitiveLog: (
|
|
1569
|
+
obj: AccessKeyLastUsed
|
|
1570
|
+
) => any;
|
|
1571
|
+
export declare const AccessKeyMetadataFilterSensitiveLog: (
|
|
1572
|
+
obj: AccessKeyMetadata
|
|
1573
|
+
) => any;
|
|
1574
|
+
export declare const AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog: (
|
|
1575
|
+
obj: AddClientIDToOpenIDConnectProviderRequest
|
|
1576
|
+
) => any;
|
|
1577
|
+
export declare const AddRoleToInstanceProfileRequestFilterSensitiveLog: (
|
|
1578
|
+
obj: AddRoleToInstanceProfileRequest
|
|
1579
|
+
) => any;
|
|
1580
|
+
export declare const AddUserToGroupRequestFilterSensitiveLog: (
|
|
1581
|
+
obj: AddUserToGroupRequest
|
|
1582
|
+
) => any;
|
|
1583
|
+
export declare const AttachedPermissionsBoundaryFilterSensitiveLog: (
|
|
1584
|
+
obj: AttachedPermissionsBoundary
|
|
1585
|
+
) => any;
|
|
1586
|
+
export declare const AttachedPolicyFilterSensitiveLog: (
|
|
1587
|
+
obj: AttachedPolicy
|
|
1588
|
+
) => any;
|
|
1589
|
+
export declare const AttachGroupPolicyRequestFilterSensitiveLog: (
|
|
1590
|
+
obj: AttachGroupPolicyRequest
|
|
1591
|
+
) => any;
|
|
1592
|
+
export declare const AttachRolePolicyRequestFilterSensitiveLog: (
|
|
1593
|
+
obj: AttachRolePolicyRequest
|
|
1594
|
+
) => any;
|
|
1595
|
+
export declare const AttachUserPolicyRequestFilterSensitiveLog: (
|
|
1596
|
+
obj: AttachUserPolicyRequest
|
|
1597
|
+
) => any;
|
|
1598
|
+
export declare const ChangePasswordRequestFilterSensitiveLog: (
|
|
1599
|
+
obj: ChangePasswordRequest
|
|
1600
|
+
) => any;
|
|
1601
|
+
export declare const CreateAccessKeyRequestFilterSensitiveLog: (
|
|
1602
|
+
obj: CreateAccessKeyRequest
|
|
1603
|
+
) => any;
|
|
1604
|
+
export declare const CreateAccessKeyResponseFilterSensitiveLog: (
|
|
1605
|
+
obj: CreateAccessKeyResponse
|
|
1606
|
+
) => any;
|
|
1607
|
+
export declare const CreateAccountAliasRequestFilterSensitiveLog: (
|
|
1608
|
+
obj: CreateAccountAliasRequest
|
|
1609
|
+
) => any;
|
|
1610
|
+
export declare const CreateGroupRequestFilterSensitiveLog: (
|
|
1611
|
+
obj: CreateGroupRequest
|
|
1612
|
+
) => any;
|
|
1613
|
+
export declare const GroupFilterSensitiveLog: (obj: Group) => any;
|
|
1614
|
+
export declare const CreateGroupResponseFilterSensitiveLog: (
|
|
1615
|
+
obj: CreateGroupResponse
|
|
1616
|
+
) => any;
|
|
1617
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1618
|
+
export declare const CreateInstanceProfileRequestFilterSensitiveLog: (
|
|
1619
|
+
obj: CreateInstanceProfileRequest
|
|
1620
|
+
) => any;
|
|
1621
|
+
export declare const RoleLastUsedFilterSensitiveLog: (obj: RoleLastUsed) => any;
|
|
1622
|
+
export declare const RoleFilterSensitiveLog: (obj: Role) => any;
|
|
1623
|
+
export declare const InstanceProfileFilterSensitiveLog: (
|
|
1624
|
+
obj: InstanceProfile
|
|
1625
|
+
) => any;
|
|
1626
|
+
export declare const CreateInstanceProfileResponseFilterSensitiveLog: (
|
|
1627
|
+
obj: CreateInstanceProfileResponse
|
|
1628
|
+
) => any;
|
|
1629
|
+
export declare const CreateLoginProfileRequestFilterSensitiveLog: (
|
|
1630
|
+
obj: CreateLoginProfileRequest
|
|
1631
|
+
) => any;
|
|
1632
|
+
export declare const LoginProfileFilterSensitiveLog: (obj: LoginProfile) => any;
|
|
1633
|
+
export declare const CreateLoginProfileResponseFilterSensitiveLog: (
|
|
1634
|
+
obj: CreateLoginProfileResponse
|
|
1635
|
+
) => any;
|
|
1636
|
+
export declare const CreateOpenIDConnectProviderRequestFilterSensitiveLog: (
|
|
1637
|
+
obj: CreateOpenIDConnectProviderRequest
|
|
1638
|
+
) => any;
|
|
1639
|
+
export declare const CreateOpenIDConnectProviderResponseFilterSensitiveLog: (
|
|
1640
|
+
obj: CreateOpenIDConnectProviderResponse
|
|
1641
|
+
) => any;
|
|
1642
|
+
export declare const CreatePolicyRequestFilterSensitiveLog: (
|
|
1643
|
+
obj: CreatePolicyRequest
|
|
1644
|
+
) => any;
|
|
1645
|
+
export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
|
|
1646
|
+
export declare const CreatePolicyResponseFilterSensitiveLog: (
|
|
1647
|
+
obj: CreatePolicyResponse
|
|
1648
|
+
) => any;
|
|
1649
|
+
export declare const CreatePolicyVersionRequestFilterSensitiveLog: (
|
|
1650
|
+
obj: CreatePolicyVersionRequest
|
|
1651
|
+
) => any;
|
|
1652
|
+
export declare const PolicyVersionFilterSensitiveLog: (
|
|
1653
|
+
obj: PolicyVersion
|
|
1654
|
+
) => any;
|
|
1655
|
+
export declare const CreatePolicyVersionResponseFilterSensitiveLog: (
|
|
1656
|
+
obj: CreatePolicyVersionResponse
|
|
1657
|
+
) => any;
|
|
1658
|
+
export declare const CreateRoleRequestFilterSensitiveLog: (
|
|
1659
|
+
obj: CreateRoleRequest
|
|
1660
|
+
) => any;
|
|
1661
|
+
export declare const CreateRoleResponseFilterSensitiveLog: (
|
|
1662
|
+
obj: CreateRoleResponse
|
|
1663
|
+
) => any;
|
|
1664
|
+
export declare const CreateSAMLProviderRequestFilterSensitiveLog: (
|
|
1665
|
+
obj: CreateSAMLProviderRequest
|
|
1666
|
+
) => any;
|
|
1667
|
+
export declare const CreateSAMLProviderResponseFilterSensitiveLog: (
|
|
1668
|
+
obj: CreateSAMLProviderResponse
|
|
1669
|
+
) => any;
|
|
1670
|
+
export declare const CreateServiceLinkedRoleRequestFilterSensitiveLog: (
|
|
1671
|
+
obj: CreateServiceLinkedRoleRequest
|
|
1672
|
+
) => any;
|
|
1673
|
+
export declare const CreateServiceLinkedRoleResponseFilterSensitiveLog: (
|
|
1674
|
+
obj: CreateServiceLinkedRoleResponse
|
|
1675
|
+
) => any;
|
|
1676
|
+
export declare const CreateServiceSpecificCredentialRequestFilterSensitiveLog: (
|
|
1677
|
+
obj: CreateServiceSpecificCredentialRequest
|
|
1678
|
+
) => any;
|
|
1679
|
+
export declare const ServiceSpecificCredentialFilterSensitiveLog: (
|
|
1680
|
+
obj: ServiceSpecificCredential
|
|
1681
|
+
) => any;
|
|
1682
|
+
export declare const CreateServiceSpecificCredentialResponseFilterSensitiveLog: (
|
|
1683
|
+
obj: CreateServiceSpecificCredentialResponse
|
|
1684
|
+
) => any;
|
|
1685
|
+
export declare const CreateUserRequestFilterSensitiveLog: (
|
|
1686
|
+
obj: CreateUserRequest
|
|
1687
|
+
) => any;
|
|
1688
|
+
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
1689
|
+
export declare const CreateUserResponseFilterSensitiveLog: (
|
|
1690
|
+
obj: CreateUserResponse
|
|
1691
|
+
) => any;
|
|
1692
|
+
export declare const CreateVirtualMFADeviceRequestFilterSensitiveLog: (
|
|
1693
|
+
obj: CreateVirtualMFADeviceRequest
|
|
1694
|
+
) => any;
|
|
1695
|
+
export declare const VirtualMFADeviceFilterSensitiveLog: (
|
|
1696
|
+
obj: VirtualMFADevice
|
|
1697
|
+
) => any;
|
|
1698
|
+
export declare const CreateVirtualMFADeviceResponseFilterSensitiveLog: (
|
|
1699
|
+
obj: CreateVirtualMFADeviceResponse
|
|
1700
|
+
) => any;
|
|
1701
|
+
export declare const DeactivateMFADeviceRequestFilterSensitiveLog: (
|
|
1702
|
+
obj: DeactivateMFADeviceRequest
|
|
1703
|
+
) => any;
|
|
1704
|
+
export declare const DeleteAccessKeyRequestFilterSensitiveLog: (
|
|
1705
|
+
obj: DeleteAccessKeyRequest
|
|
1706
|
+
) => any;
|
|
1707
|
+
export declare const DeleteAccountAliasRequestFilterSensitiveLog: (
|
|
1708
|
+
obj: DeleteAccountAliasRequest
|
|
1709
|
+
) => any;
|
|
1710
|
+
export declare const DeleteGroupRequestFilterSensitiveLog: (
|
|
1711
|
+
obj: DeleteGroupRequest
|
|
1712
|
+
) => any;
|
|
1713
|
+
export declare const DeleteGroupPolicyRequestFilterSensitiveLog: (
|
|
1714
|
+
obj: DeleteGroupPolicyRequest
|
|
1715
|
+
) => any;
|
|
1716
|
+
export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (
|
|
1717
|
+
obj: DeleteInstanceProfileRequest
|
|
1718
|
+
) => any;
|
|
1719
|
+
export declare const DeleteLoginProfileRequestFilterSensitiveLog: (
|
|
1720
|
+
obj: DeleteLoginProfileRequest
|
|
1721
|
+
) => any;
|
|
1722
|
+
export declare const DeleteOpenIDConnectProviderRequestFilterSensitiveLog: (
|
|
1723
|
+
obj: DeleteOpenIDConnectProviderRequest
|
|
1724
|
+
) => any;
|
|
1725
|
+
export declare const DeletePolicyRequestFilterSensitiveLog: (
|
|
1726
|
+
obj: DeletePolicyRequest
|
|
1727
|
+
) => any;
|
|
1728
|
+
export declare const DeletePolicyVersionRequestFilterSensitiveLog: (
|
|
1729
|
+
obj: DeletePolicyVersionRequest
|
|
1730
|
+
) => any;
|
|
1731
|
+
export declare const DeleteRoleRequestFilterSensitiveLog: (
|
|
1732
|
+
obj: DeleteRoleRequest
|
|
1733
|
+
) => any;
|
|
1734
|
+
export declare const DeleteRolePermissionsBoundaryRequestFilterSensitiveLog: (
|
|
1735
|
+
obj: DeleteRolePermissionsBoundaryRequest
|
|
1736
|
+
) => any;
|
|
1737
|
+
export declare const DeleteRolePolicyRequestFilterSensitiveLog: (
|
|
1738
|
+
obj: DeleteRolePolicyRequest
|
|
1739
|
+
) => any;
|
|
1740
|
+
export declare const DeleteSAMLProviderRequestFilterSensitiveLog: (
|
|
1741
|
+
obj: DeleteSAMLProviderRequest
|
|
1742
|
+
) => any;
|
|
1743
|
+
export declare const DeleteServerCertificateRequestFilterSensitiveLog: (
|
|
1744
|
+
obj: DeleteServerCertificateRequest
|
|
1745
|
+
) => any;
|
|
1746
|
+
export declare const DeleteServiceLinkedRoleRequestFilterSensitiveLog: (
|
|
1747
|
+
obj: DeleteServiceLinkedRoleRequest
|
|
1748
|
+
) => any;
|
|
1749
|
+
export declare const DeleteServiceLinkedRoleResponseFilterSensitiveLog: (
|
|
1750
|
+
obj: DeleteServiceLinkedRoleResponse
|
|
1751
|
+
) => any;
|
|
1752
|
+
export declare const DeleteServiceSpecificCredentialRequestFilterSensitiveLog: (
|
|
1753
|
+
obj: DeleteServiceSpecificCredentialRequest
|
|
1754
|
+
) => any;
|
|
1755
|
+
export declare const DeleteSigningCertificateRequestFilterSensitiveLog: (
|
|
1756
|
+
obj: DeleteSigningCertificateRequest
|
|
1757
|
+
) => any;
|
|
1758
|
+
export declare const DeleteSSHPublicKeyRequestFilterSensitiveLog: (
|
|
1759
|
+
obj: DeleteSSHPublicKeyRequest
|
|
1760
|
+
) => any;
|
|
1761
|
+
export declare const DeleteUserRequestFilterSensitiveLog: (
|
|
1762
|
+
obj: DeleteUserRequest
|
|
1763
|
+
) => any;
|
|
1764
|
+
export declare const DeleteUserPermissionsBoundaryRequestFilterSensitiveLog: (
|
|
1765
|
+
obj: DeleteUserPermissionsBoundaryRequest
|
|
1766
|
+
) => any;
|
|
1767
|
+
export declare const DeleteUserPolicyRequestFilterSensitiveLog: (
|
|
1768
|
+
obj: DeleteUserPolicyRequest
|
|
1769
|
+
) => any;
|
|
1770
|
+
export declare const DeleteVirtualMFADeviceRequestFilterSensitiveLog: (
|
|
1771
|
+
obj: DeleteVirtualMFADeviceRequest
|
|
1772
|
+
) => any;
|
|
1773
|
+
export declare const DetachGroupPolicyRequestFilterSensitiveLog: (
|
|
1774
|
+
obj: DetachGroupPolicyRequest
|
|
1775
|
+
) => any;
|
|
1776
|
+
export declare const DetachRolePolicyRequestFilterSensitiveLog: (
|
|
1777
|
+
obj: DetachRolePolicyRequest
|
|
1778
|
+
) => any;
|
|
1779
|
+
export declare const DetachUserPolicyRequestFilterSensitiveLog: (
|
|
1780
|
+
obj: DetachUserPolicyRequest
|
|
1781
|
+
) => any;
|
|
1782
|
+
export declare const EnableMFADeviceRequestFilterSensitiveLog: (
|
|
1783
|
+
obj: EnableMFADeviceRequest
|
|
1784
|
+
) => any;
|
|
1785
|
+
export declare const GenerateCredentialReportResponseFilterSensitiveLog: (
|
|
1786
|
+
obj: GenerateCredentialReportResponse
|
|
1787
|
+
) => any;
|
|
1788
|
+
export declare const GenerateOrganizationsAccessReportRequestFilterSensitiveLog: (
|
|
1789
|
+
obj: GenerateOrganizationsAccessReportRequest
|
|
1790
|
+
) => any;
|
|
1791
|
+
export declare const GenerateOrganizationsAccessReportResponseFilterSensitiveLog: (
|
|
1792
|
+
obj: GenerateOrganizationsAccessReportResponse
|
|
1793
|
+
) => any;
|
|
1794
|
+
export declare const GenerateServiceLastAccessedDetailsRequestFilterSensitiveLog: (
|
|
1795
|
+
obj: GenerateServiceLastAccessedDetailsRequest
|
|
1796
|
+
) => any;
|
|
1797
|
+
export declare const GenerateServiceLastAccessedDetailsResponseFilterSensitiveLog: (
|
|
1798
|
+
obj: GenerateServiceLastAccessedDetailsResponse
|
|
1799
|
+
) => any;
|
|
1800
|
+
export declare const GetAccessKeyLastUsedRequestFilterSensitiveLog: (
|
|
1801
|
+
obj: GetAccessKeyLastUsedRequest
|
|
1802
|
+
) => any;
|
|
1803
|
+
export declare const GetAccessKeyLastUsedResponseFilterSensitiveLog: (
|
|
1804
|
+
obj: GetAccessKeyLastUsedResponse
|
|
1805
|
+
) => any;
|
|
1806
|
+
export declare const GetAccountAuthorizationDetailsRequestFilterSensitiveLog: (
|
|
1807
|
+
obj: GetAccountAuthorizationDetailsRequest
|
|
1808
|
+
) => any;
|
|
1809
|
+
export declare const PolicyDetailFilterSensitiveLog: (obj: PolicyDetail) => any;
|
|
1810
|
+
export declare const GroupDetailFilterSensitiveLog: (obj: GroupDetail) => any;
|
|
1811
|
+
export declare const ManagedPolicyDetailFilterSensitiveLog: (
|
|
1812
|
+
obj: ManagedPolicyDetail
|
|
1813
|
+
) => any;
|
|
1814
|
+
export declare const RoleDetailFilterSensitiveLog: (obj: RoleDetail) => any;
|
|
1815
|
+
export declare const UserDetailFilterSensitiveLog: (obj: UserDetail) => any;
|
|
1816
|
+
export declare const GetAccountAuthorizationDetailsResponseFilterSensitiveLog: (
|
|
1817
|
+
obj: GetAccountAuthorizationDetailsResponse
|
|
1818
|
+
) => any;
|
|
1819
|
+
export declare const PasswordPolicyFilterSensitiveLog: (
|
|
1820
|
+
obj: PasswordPolicy
|
|
1821
|
+
) => any;
|
|
1822
|
+
export declare const GetAccountPasswordPolicyResponseFilterSensitiveLog: (
|
|
1823
|
+
obj: GetAccountPasswordPolicyResponse
|
|
1824
|
+
) => any;
|
|
1825
|
+
export declare const GetAccountSummaryResponseFilterSensitiveLog: (
|
|
1826
|
+
obj: GetAccountSummaryResponse
|
|
1827
|
+
) => any;
|
|
1828
|
+
export declare const GetContextKeysForCustomPolicyRequestFilterSensitiveLog: (
|
|
1829
|
+
obj: GetContextKeysForCustomPolicyRequest
|
|
1830
|
+
) => any;
|
|
1831
|
+
export declare const GetContextKeysForPolicyResponseFilterSensitiveLog: (
|
|
1832
|
+
obj: GetContextKeysForPolicyResponse
|
|
1833
|
+
) => any;
|
|
1834
|
+
export declare const GetContextKeysForPrincipalPolicyRequestFilterSensitiveLog: (
|
|
1835
|
+
obj: GetContextKeysForPrincipalPolicyRequest
|
|
1836
|
+
) => any;
|
|
1837
|
+
export declare const GetCredentialReportResponseFilterSensitiveLog: (
|
|
1838
|
+
obj: GetCredentialReportResponse
|
|
1839
|
+
) => any;
|
|
1840
|
+
export declare const GetGroupRequestFilterSensitiveLog: (
|
|
1841
|
+
obj: GetGroupRequest
|
|
1842
|
+
) => any;
|
|
1843
|
+
export declare const GetGroupResponseFilterSensitiveLog: (
|
|
1844
|
+
obj: GetGroupResponse
|
|
1845
|
+
) => any;
|
|
1846
|
+
export declare const GetGroupPolicyRequestFilterSensitiveLog: (
|
|
1847
|
+
obj: GetGroupPolicyRequest
|
|
1848
|
+
) => any;
|
|
1849
|
+
export declare const GetGroupPolicyResponseFilterSensitiveLog: (
|
|
1850
|
+
obj: GetGroupPolicyResponse
|
|
1851
|
+
) => any;
|
|
1852
|
+
export declare const GetInstanceProfileRequestFilterSensitiveLog: (
|
|
1853
|
+
obj: GetInstanceProfileRequest
|
|
1854
|
+
) => any;
|
|
1855
|
+
export declare const GetInstanceProfileResponseFilterSensitiveLog: (
|
|
1856
|
+
obj: GetInstanceProfileResponse
|
|
1857
|
+
) => any;
|
|
1858
|
+
export declare const GetLoginProfileRequestFilterSensitiveLog: (
|
|
1859
|
+
obj: GetLoginProfileRequest
|
|
1860
|
+
) => any;
|
|
1861
|
+
export declare const GetLoginProfileResponseFilterSensitiveLog: (
|
|
1862
|
+
obj: GetLoginProfileResponse
|
|
1863
|
+
) => any;
|
|
1864
|
+
export declare const GetOpenIDConnectProviderRequestFilterSensitiveLog: (
|
|
1865
|
+
obj: GetOpenIDConnectProviderRequest
|
|
1866
|
+
) => any;
|
|
1867
|
+
export declare const GetOpenIDConnectProviderResponseFilterSensitiveLog: (
|
|
1868
|
+
obj: GetOpenIDConnectProviderResponse
|
|
1869
|
+
) => any;
|
|
1870
|
+
export declare const GetOrganizationsAccessReportRequestFilterSensitiveLog: (
|
|
1871
|
+
obj: GetOrganizationsAccessReportRequest
|
|
1872
|
+
) => any;
|
|
1873
|
+
export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
|
|
1874
|
+
export declare const GetOrganizationsAccessReportResponseFilterSensitiveLog: (
|
|
1875
|
+
obj: GetOrganizationsAccessReportResponse
|
|
1876
|
+
) => any;
|
|
1877
|
+
export declare const GetPolicyRequestFilterSensitiveLog: (
|
|
1878
|
+
obj: GetPolicyRequest
|
|
1879
|
+
) => any;
|
|
1880
|
+
export declare const GetPolicyResponseFilterSensitiveLog: (
|
|
1881
|
+
obj: GetPolicyResponse
|
|
1882
|
+
) => any;
|
|
1883
|
+
export declare const GetPolicyVersionRequestFilterSensitiveLog: (
|
|
1884
|
+
obj: GetPolicyVersionRequest
|
|
1885
|
+
) => any;
|
|
1886
|
+
export declare const GetPolicyVersionResponseFilterSensitiveLog: (
|
|
1887
|
+
obj: GetPolicyVersionResponse
|
|
1888
|
+
) => any;
|
|
1889
|
+
export declare const GetRoleRequestFilterSensitiveLog: (
|
|
1890
|
+
obj: GetRoleRequest
|
|
1891
|
+
) => any;
|
|
1892
|
+
export declare const GetRoleResponseFilterSensitiveLog: (
|
|
1893
|
+
obj: GetRoleResponse
|
|
1894
|
+
) => any;
|
|
1895
|
+
export declare const GetRolePolicyRequestFilterSensitiveLog: (
|
|
1896
|
+
obj: GetRolePolicyRequest
|
|
1897
|
+
) => any;
|
|
1898
|
+
export declare const GetRolePolicyResponseFilterSensitiveLog: (
|
|
1899
|
+
obj: GetRolePolicyResponse
|
|
1900
|
+
) => any;
|
|
1901
|
+
export declare const GetSAMLProviderRequestFilterSensitiveLog: (
|
|
1902
|
+
obj: GetSAMLProviderRequest
|
|
1903
|
+
) => any;
|
|
1904
|
+
export declare const GetSAMLProviderResponseFilterSensitiveLog: (
|
|
1905
|
+
obj: GetSAMLProviderResponse
|
|
1906
|
+
) => any;
|
|
1907
|
+
export declare const GetServerCertificateRequestFilterSensitiveLog: (
|
|
1908
|
+
obj: GetServerCertificateRequest
|
|
1909
|
+
) => any;
|
|
1910
|
+
export declare const ServerCertificateMetadataFilterSensitiveLog: (
|
|
1911
|
+
obj: ServerCertificateMetadata
|
|
1912
|
+
) => any;
|
|
1913
|
+
export declare const ServerCertificateFilterSensitiveLog: (
|
|
1914
|
+
obj: ServerCertificate
|
|
1915
|
+
) => any;
|
|
1916
|
+
export declare const GetServerCertificateResponseFilterSensitiveLog: (
|
|
1917
|
+
obj: GetServerCertificateResponse
|
|
1918
|
+
) => any;
|
|
1919
|
+
export declare const GetServiceLastAccessedDetailsRequestFilterSensitiveLog: (
|
|
1920
|
+
obj: GetServiceLastAccessedDetailsRequest
|
|
1921
|
+
) => any;
|
|
1922
|
+
export declare const TrackedActionLastAccessedFilterSensitiveLog: (
|
|
1923
|
+
obj: TrackedActionLastAccessed
|
|
1924
|
+
) => any;
|
|
1925
|
+
export declare const ServiceLastAccessedFilterSensitiveLog: (
|
|
1926
|
+
obj: ServiceLastAccessed
|
|
1927
|
+
) => any;
|
|
1928
|
+
export declare const GetServiceLastAccessedDetailsResponseFilterSensitiveLog: (
|
|
1929
|
+
obj: GetServiceLastAccessedDetailsResponse
|
|
1930
|
+
) => any;
|
|
1931
|
+
export declare const GetServiceLastAccessedDetailsWithEntitiesRequestFilterSensitiveLog: (
|
|
1932
|
+
obj: GetServiceLastAccessedDetailsWithEntitiesRequest
|
|
1933
|
+
) => any;
|
|
1934
|
+
export declare const EntityInfoFilterSensitiveLog: (obj: EntityInfo) => any;
|
|
1935
|
+
export declare const EntityDetailsFilterSensitiveLog: (
|
|
1936
|
+
obj: EntityDetails
|
|
1937
|
+
) => any;
|
|
1938
|
+
export declare const GetServiceLastAccessedDetailsWithEntitiesResponseFilterSensitiveLog: (
|
|
1939
|
+
obj: GetServiceLastAccessedDetailsWithEntitiesResponse
|
|
1940
|
+
) => any;
|
|
1941
|
+
export declare const GetServiceLinkedRoleDeletionStatusRequestFilterSensitiveLog: (
|
|
1942
|
+
obj: GetServiceLinkedRoleDeletionStatusRequest
|
|
1943
|
+
) => any;
|
|
1944
|
+
export declare const RoleUsageTypeFilterSensitiveLog: (
|
|
1945
|
+
obj: RoleUsageType
|
|
1946
|
+
) => any;
|
|
1947
|
+
export declare const DeletionTaskFailureReasonTypeFilterSensitiveLog: (
|
|
1948
|
+
obj: DeletionTaskFailureReasonType
|
|
1949
|
+
) => any;
|
|
1950
|
+
export declare const GetServiceLinkedRoleDeletionStatusResponseFilterSensitiveLog: (
|
|
1951
|
+
obj: GetServiceLinkedRoleDeletionStatusResponse
|
|
1952
|
+
) => any;
|
|
1953
|
+
export declare const GetSSHPublicKeyRequestFilterSensitiveLog: (
|
|
1954
|
+
obj: GetSSHPublicKeyRequest
|
|
1955
|
+
) => any;
|
|
1956
|
+
export declare const SSHPublicKeyFilterSensitiveLog: (obj: SSHPublicKey) => any;
|
|
1957
|
+
export declare const GetSSHPublicKeyResponseFilterSensitiveLog: (
|
|
1958
|
+
obj: GetSSHPublicKeyResponse
|
|
1959
|
+
) => any;
|
|
1960
|
+
export declare const GetUserRequestFilterSensitiveLog: (
|
|
1961
|
+
obj: GetUserRequest
|
|
1962
|
+
) => any;
|
|
1963
|
+
export declare const GetUserResponseFilterSensitiveLog: (
|
|
1964
|
+
obj: GetUserResponse
|
|
1965
|
+
) => any;
|
|
1966
|
+
export declare const GetUserPolicyRequestFilterSensitiveLog: (
|
|
1967
|
+
obj: GetUserPolicyRequest
|
|
1968
|
+
) => any;
|
|
1969
|
+
export declare const GetUserPolicyResponseFilterSensitiveLog: (
|
|
1970
|
+
obj: GetUserPolicyResponse
|
|
1971
|
+
) => any;
|
|
1972
|
+
export declare const ListAccessKeysRequestFilterSensitiveLog: (
|
|
1973
|
+
obj: ListAccessKeysRequest
|
|
1974
|
+
) => any;
|
|
1975
|
+
export declare const ListAccessKeysResponseFilterSensitiveLog: (
|
|
1976
|
+
obj: ListAccessKeysResponse
|
|
1977
|
+
) => any;
|
|
1978
|
+
export declare const ListAccountAliasesRequestFilterSensitiveLog: (
|
|
1979
|
+
obj: ListAccountAliasesRequest
|
|
1980
|
+
) => any;
|
|
1981
|
+
export declare const ListAccountAliasesResponseFilterSensitiveLog: (
|
|
1982
|
+
obj: ListAccountAliasesResponse
|
|
1983
|
+
) => any;
|
|
1984
|
+
export declare const ListAttachedGroupPoliciesRequestFilterSensitiveLog: (
|
|
1985
|
+
obj: ListAttachedGroupPoliciesRequest
|
|
1986
|
+
) => any;
|
|
1987
|
+
export declare const ListAttachedGroupPoliciesResponseFilterSensitiveLog: (
|
|
1988
|
+
obj: ListAttachedGroupPoliciesResponse
|
|
1989
|
+
) => any;
|
|
1990
|
+
export declare const ListAttachedRolePoliciesRequestFilterSensitiveLog: (
|
|
1991
|
+
obj: ListAttachedRolePoliciesRequest
|
|
1992
|
+
) => any;
|
|
1993
|
+
export declare const ListAttachedRolePoliciesResponseFilterSensitiveLog: (
|
|
1994
|
+
obj: ListAttachedRolePoliciesResponse
|
|
1995
|
+
) => any;
|
|
1996
|
+
export declare const ListAttachedUserPoliciesRequestFilterSensitiveLog: (
|
|
1997
|
+
obj: ListAttachedUserPoliciesRequest
|
|
1998
|
+
) => any;
|
|
1999
|
+
export declare const ListAttachedUserPoliciesResponseFilterSensitiveLog: (
|
|
2000
|
+
obj: ListAttachedUserPoliciesResponse
|
|
2001
|
+
) => any;
|
|
2002
|
+
export declare const ListEntitiesForPolicyRequestFilterSensitiveLog: (
|
|
2003
|
+
obj: ListEntitiesForPolicyRequest
|
|
2004
|
+
) => any;
|
|
2005
|
+
export declare const PolicyGroupFilterSensitiveLog: (obj: PolicyGroup) => any;
|
|
2006
|
+
export declare const PolicyRoleFilterSensitiveLog: (obj: PolicyRole) => any;
|
|
2007
|
+
export declare const PolicyUserFilterSensitiveLog: (obj: PolicyUser) => any;
|
|
2008
|
+
export declare const ListEntitiesForPolicyResponseFilterSensitiveLog: (
|
|
2009
|
+
obj: ListEntitiesForPolicyResponse
|
|
2010
|
+
) => any;
|
|
2011
|
+
export declare const ListGroupPoliciesRequestFilterSensitiveLog: (
|
|
2012
|
+
obj: ListGroupPoliciesRequest
|
|
2013
|
+
) => any;
|
|
2014
|
+
export declare const ListGroupPoliciesResponseFilterSensitiveLog: (
|
|
2015
|
+
obj: ListGroupPoliciesResponse
|
|
2016
|
+
) => any;
|
|
2017
|
+
export declare const ListGroupsRequestFilterSensitiveLog: (
|
|
2018
|
+
obj: ListGroupsRequest
|
|
2019
|
+
) => any;
|
|
2020
|
+
export declare const ListGroupsResponseFilterSensitiveLog: (
|
|
2021
|
+
obj: ListGroupsResponse
|
|
2022
|
+
) => any;
|
|
2023
|
+
export declare const ListGroupsForUserRequestFilterSensitiveLog: (
|
|
2024
|
+
obj: ListGroupsForUserRequest
|
|
2025
|
+
) => any;
|
|
2026
|
+
export declare const ListGroupsForUserResponseFilterSensitiveLog: (
|
|
2027
|
+
obj: ListGroupsForUserResponse
|
|
2028
|
+
) => any;
|
|
2029
|
+
export declare const ListInstanceProfilesRequestFilterSensitiveLog: (
|
|
2030
|
+
obj: ListInstanceProfilesRequest
|
|
2031
|
+
) => any;
|
|
2032
|
+
export declare const ListInstanceProfilesResponseFilterSensitiveLog: (
|
|
2033
|
+
obj: ListInstanceProfilesResponse
|
|
2034
|
+
) => any;
|
|
2035
|
+
export declare const ListInstanceProfilesForRoleRequestFilterSensitiveLog: (
|
|
2036
|
+
obj: ListInstanceProfilesForRoleRequest
|
|
2037
|
+
) => any;
|
|
2038
|
+
export declare const ListInstanceProfilesForRoleResponseFilterSensitiveLog: (
|
|
2039
|
+
obj: ListInstanceProfilesForRoleResponse
|
|
2040
|
+
) => any;
|
|
2041
|
+
export declare const ListInstanceProfileTagsRequestFilterSensitiveLog: (
|
|
2042
|
+
obj: ListInstanceProfileTagsRequest
|
|
2043
|
+
) => any;
|
|
2044
|
+
export declare const ListInstanceProfileTagsResponseFilterSensitiveLog: (
|
|
2045
|
+
obj: ListInstanceProfileTagsResponse
|
|
2046
|
+
) => any;
|
|
2047
|
+
export declare const ListMFADevicesRequestFilterSensitiveLog: (
|
|
2048
|
+
obj: ListMFADevicesRequest
|
|
2049
|
+
) => any;
|
|
2050
|
+
export declare const MFADeviceFilterSensitiveLog: (obj: MFADevice) => any;
|
|
2051
|
+
export declare const ListMFADevicesResponseFilterSensitiveLog: (
|
|
2052
|
+
obj: ListMFADevicesResponse
|
|
2053
|
+
) => any;
|
|
2054
|
+
export declare const ListMFADeviceTagsRequestFilterSensitiveLog: (
|
|
2055
|
+
obj: ListMFADeviceTagsRequest
|
|
2056
|
+
) => any;
|
|
2057
|
+
export declare const ListMFADeviceTagsResponseFilterSensitiveLog: (
|
|
2058
|
+
obj: ListMFADeviceTagsResponse
|
|
2059
|
+
) => any;
|
|
2060
|
+
export declare const ListOpenIDConnectProvidersRequestFilterSensitiveLog: (
|
|
2061
|
+
obj: ListOpenIDConnectProvidersRequest
|
|
2062
|
+
) => any;
|
|
2063
|
+
export declare const OpenIDConnectProviderListEntryFilterSensitiveLog: (
|
|
2064
|
+
obj: OpenIDConnectProviderListEntry
|
|
2065
|
+
) => any;
|
|
2066
|
+
export declare const ListOpenIDConnectProvidersResponseFilterSensitiveLog: (
|
|
2067
|
+
obj: ListOpenIDConnectProvidersResponse
|
|
2068
|
+
) => any;
|
|
2069
|
+
export declare const ListOpenIDConnectProviderTagsRequestFilterSensitiveLog: (
|
|
2070
|
+
obj: ListOpenIDConnectProviderTagsRequest
|
|
2071
|
+
) => any;
|
|
2072
|
+
export declare const ListOpenIDConnectProviderTagsResponseFilterSensitiveLog: (
|
|
2073
|
+
obj: ListOpenIDConnectProviderTagsResponse
|
|
2074
|
+
) => any;
|
|
2075
|
+
export declare const ListPoliciesRequestFilterSensitiveLog: (
|
|
2076
|
+
obj: ListPoliciesRequest
|
|
2077
|
+
) => any;
|
|
2078
|
+
export declare const ListPoliciesResponseFilterSensitiveLog: (
|
|
2079
|
+
obj: ListPoliciesResponse
|
|
2080
|
+
) => any;
|
|
2081
|
+
export declare const ListPoliciesGrantingServiceAccessRequestFilterSensitiveLog: (
|
|
2082
|
+
obj: ListPoliciesGrantingServiceAccessRequest
|
|
2083
|
+
) => any;
|
|
2084
|
+
export declare const PolicyGrantingServiceAccessFilterSensitiveLog: (
|
|
2085
|
+
obj: PolicyGrantingServiceAccess
|
|
2086
|
+
) => any;
|
|
2087
|
+
export declare const ListPoliciesGrantingServiceAccessEntryFilterSensitiveLog: (
|
|
2088
|
+
obj: ListPoliciesGrantingServiceAccessEntry
|
|
2089
|
+
) => any;
|
|
2090
|
+
export declare const ListPoliciesGrantingServiceAccessResponseFilterSensitiveLog: (
|
|
2091
|
+
obj: ListPoliciesGrantingServiceAccessResponse
|
|
2092
|
+
) => any;
|
|
2093
|
+
export declare const ListPolicyTagsRequestFilterSensitiveLog: (
|
|
2094
|
+
obj: ListPolicyTagsRequest
|
|
2095
|
+
) => any;
|
|
2096
|
+
export declare const ListPolicyTagsResponseFilterSensitiveLog: (
|
|
2097
|
+
obj: ListPolicyTagsResponse
|
|
2098
|
+
) => any;
|
|
2099
|
+
export declare const ListPolicyVersionsRequestFilterSensitiveLog: (
|
|
2100
|
+
obj: ListPolicyVersionsRequest
|
|
2101
|
+
) => any;
|
|
2102
|
+
export declare const ListPolicyVersionsResponseFilterSensitiveLog: (
|
|
2103
|
+
obj: ListPolicyVersionsResponse
|
|
2104
|
+
) => any;
|
|
2105
|
+
export declare const ListRolePoliciesRequestFilterSensitiveLog: (
|
|
2106
|
+
obj: ListRolePoliciesRequest
|
|
2107
|
+
) => any;
|
|
2108
|
+
export declare const ListRolePoliciesResponseFilterSensitiveLog: (
|
|
2109
|
+
obj: ListRolePoliciesResponse
|
|
2110
|
+
) => any;
|
|
2111
|
+
export declare const ListRolesRequestFilterSensitiveLog: (
|
|
2112
|
+
obj: ListRolesRequest
|
|
2113
|
+
) => any;
|
|
2114
|
+
export declare const ListRolesResponseFilterSensitiveLog: (
|
|
2115
|
+
obj: ListRolesResponse
|
|
2116
|
+
) => any;
|
|
2117
|
+
export declare const ListRoleTagsRequestFilterSensitiveLog: (
|
|
2118
|
+
obj: ListRoleTagsRequest
|
|
2119
|
+
) => any;
|
|
2120
|
+
export declare const ListRoleTagsResponseFilterSensitiveLog: (
|
|
2121
|
+
obj: ListRoleTagsResponse
|
|
2122
|
+
) => any;
|
|
2123
|
+
export declare const ListSAMLProvidersRequestFilterSensitiveLog: (
|
|
2124
|
+
obj: ListSAMLProvidersRequest
|
|
2125
|
+
) => any;
|
|
2126
|
+
export declare const SAMLProviderListEntryFilterSensitiveLog: (
|
|
2127
|
+
obj: SAMLProviderListEntry
|
|
2128
|
+
) => any;
|
|
2129
|
+
export declare const ListSAMLProvidersResponseFilterSensitiveLog: (
|
|
2130
|
+
obj: ListSAMLProvidersResponse
|
|
2131
|
+
) => any;
|
|
2132
|
+
export declare const ListSAMLProviderTagsRequestFilterSensitiveLog: (
|
|
2133
|
+
obj: ListSAMLProviderTagsRequest
|
|
2134
|
+
) => any;
|
|
2135
|
+
export declare const ListSAMLProviderTagsResponseFilterSensitiveLog: (
|
|
2136
|
+
obj: ListSAMLProviderTagsResponse
|
|
2137
|
+
) => any;
|
|
2138
|
+
export declare const ListServerCertificatesRequestFilterSensitiveLog: (
|
|
2139
|
+
obj: ListServerCertificatesRequest
|
|
2140
|
+
) => any;
|
|
2141
|
+
export declare const ListServerCertificatesResponseFilterSensitiveLog: (
|
|
2142
|
+
obj: ListServerCertificatesResponse
|
|
2143
|
+
) => any;
|
|
2144
|
+
export declare const ListServerCertificateTagsRequestFilterSensitiveLog: (
|
|
2145
|
+
obj: ListServerCertificateTagsRequest
|
|
2146
|
+
) => any;
|
|
2147
|
+
export declare const ListServerCertificateTagsResponseFilterSensitiveLog: (
|
|
2148
|
+
obj: ListServerCertificateTagsResponse
|
|
2149
|
+
) => any;
|
|
2150
|
+
export declare const ListServiceSpecificCredentialsRequestFilterSensitiveLog: (
|
|
2151
|
+
obj: ListServiceSpecificCredentialsRequest
|
|
2152
|
+
) => any;
|
|
2153
|
+
export declare const ServiceSpecificCredentialMetadataFilterSensitiveLog: (
|
|
2154
|
+
obj: ServiceSpecificCredentialMetadata
|
|
2155
|
+
) => any;
|
|
2156
|
+
export declare const ListServiceSpecificCredentialsResponseFilterSensitiveLog: (
|
|
2157
|
+
obj: ListServiceSpecificCredentialsResponse
|
|
2158
|
+
) => any;
|
|
2159
|
+
export declare const ListSigningCertificatesRequestFilterSensitiveLog: (
|
|
2160
|
+
obj: ListSigningCertificatesRequest
|
|
2161
|
+
) => any;
|
|
2162
|
+
export declare const SigningCertificateFilterSensitiveLog: (
|
|
2163
|
+
obj: SigningCertificate
|
|
2164
|
+
) => any;
|
|
2165
|
+
export declare const ListSigningCertificatesResponseFilterSensitiveLog: (
|
|
2166
|
+
obj: ListSigningCertificatesResponse
|
|
2167
|
+
) => any;
|
|
2168
|
+
export declare const ListSSHPublicKeysRequestFilterSensitiveLog: (
|
|
2169
|
+
obj: ListSSHPublicKeysRequest
|
|
2170
|
+
) => any;
|
|
2171
|
+
export declare const SSHPublicKeyMetadataFilterSensitiveLog: (
|
|
2172
|
+
obj: SSHPublicKeyMetadata
|
|
2173
|
+
) => any;
|
|
2174
|
+
export declare const ListSSHPublicKeysResponseFilterSensitiveLog: (
|
|
2175
|
+
obj: ListSSHPublicKeysResponse
|
|
2176
|
+
) => any;
|
|
2177
|
+
export declare const ListUserPoliciesRequestFilterSensitiveLog: (
|
|
2178
|
+
obj: ListUserPoliciesRequest
|
|
2179
|
+
) => any;
|
|
2180
|
+
export declare const ListUserPoliciesResponseFilterSensitiveLog: (
|
|
2181
|
+
obj: ListUserPoliciesResponse
|
|
2182
|
+
) => any;
|
|
2183
|
+
export declare const ListUsersRequestFilterSensitiveLog: (
|
|
2184
|
+
obj: ListUsersRequest
|
|
2185
|
+
) => any;
|
|
2186
|
+
export declare const ListUsersResponseFilterSensitiveLog: (
|
|
2187
|
+
obj: ListUsersResponse
|
|
2188
|
+
) => any;
|
|
2189
|
+
export declare const ListUserTagsRequestFilterSensitiveLog: (
|
|
2190
|
+
obj: ListUserTagsRequest
|
|
2191
|
+
) => any;
|
|
2192
|
+
export declare const ListUserTagsResponseFilterSensitiveLog: (
|
|
2193
|
+
obj: ListUserTagsResponse
|
|
2194
|
+
) => any;
|
|
2195
|
+
export declare const ListVirtualMFADevicesRequestFilterSensitiveLog: (
|
|
2196
|
+
obj: ListVirtualMFADevicesRequest
|
|
2197
|
+
) => any;
|
|
2198
|
+
export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (
|
|
2199
|
+
obj: ListVirtualMFADevicesResponse
|
|
2200
|
+
) => any;
|
|
2201
|
+
export declare const PutGroupPolicyRequestFilterSensitiveLog: (
|
|
2202
|
+
obj: PutGroupPolicyRequest
|
|
2203
|
+
) => any;
|
|
2204
|
+
export declare const PutRolePermissionsBoundaryRequestFilterSensitiveLog: (
|
|
2205
|
+
obj: PutRolePermissionsBoundaryRequest
|
|
2206
|
+
) => any;
|
|
2207
|
+
export declare const PutRolePolicyRequestFilterSensitiveLog: (
|
|
2208
|
+
obj: PutRolePolicyRequest
|
|
2209
|
+
) => any;
|
|
2210
|
+
export declare const PutUserPermissionsBoundaryRequestFilterSensitiveLog: (
|
|
2211
|
+
obj: PutUserPermissionsBoundaryRequest
|
|
2212
|
+
) => any;
|
|
2213
|
+
export declare const PutUserPolicyRequestFilterSensitiveLog: (
|
|
2214
|
+
obj: PutUserPolicyRequest
|
|
2215
|
+
) => any;
|
|
2216
|
+
export declare const RemoveClientIDFromOpenIDConnectProviderRequestFilterSensitiveLog: (
|
|
2217
|
+
obj: RemoveClientIDFromOpenIDConnectProviderRequest
|
|
2218
|
+
) => any;
|
|
2219
|
+
export declare const RemoveRoleFromInstanceProfileRequestFilterSensitiveLog: (
|
|
2220
|
+
obj: RemoveRoleFromInstanceProfileRequest
|
|
2221
|
+
) => any;
|
|
2222
|
+
export declare const RemoveUserFromGroupRequestFilterSensitiveLog: (
|
|
2223
|
+
obj: RemoveUserFromGroupRequest
|
|
2224
|
+
) => any;
|
|
2225
|
+
export declare const ResetServiceSpecificCredentialRequestFilterSensitiveLog: (
|
|
2226
|
+
obj: ResetServiceSpecificCredentialRequest
|
|
2227
|
+
) => any;
|
|
2228
|
+
export declare const ResetServiceSpecificCredentialResponseFilterSensitiveLog: (
|
|
2229
|
+
obj: ResetServiceSpecificCredentialResponse
|
|
2230
|
+
) => any;
|
|
2231
|
+
export declare const ResyncMFADeviceRequestFilterSensitiveLog: (
|
|
2232
|
+
obj: ResyncMFADeviceRequest
|
|
2233
|
+
) => any;
|
|
2234
|
+
export declare const SetDefaultPolicyVersionRequestFilterSensitiveLog: (
|
|
2235
|
+
obj: SetDefaultPolicyVersionRequest
|
|
2236
|
+
) => any;
|
|
2237
|
+
export declare const SetSecurityTokenServicePreferencesRequestFilterSensitiveLog: (
|
|
2238
|
+
obj: SetSecurityTokenServicePreferencesRequest
|
|
2239
|
+
) => any;
|
|
2240
|
+
export declare const ContextEntryFilterSensitiveLog: (obj: ContextEntry) => any;
|
|
2241
|
+
export declare const SimulateCustomPolicyRequestFilterSensitiveLog: (
|
|
2242
|
+
obj: SimulateCustomPolicyRequest
|
|
2243
|
+
) => any;
|
|
2244
|
+
export declare const PositionFilterSensitiveLog: (obj: Position) => any;
|
|
2245
|
+
export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
|
|
2246
|
+
export declare const OrganizationsDecisionDetailFilterSensitiveLog: (
|
|
2247
|
+
obj: OrganizationsDecisionDetail
|
|
2248
|
+
) => any;
|
|
2249
|
+
export declare const PermissionsBoundaryDecisionDetailFilterSensitiveLog: (
|
|
2250
|
+
obj: PermissionsBoundaryDecisionDetail
|
|
2251
|
+
) => any;
|
|
2252
|
+
export declare const ResourceSpecificResultFilterSensitiveLog: (
|
|
2253
|
+
obj: ResourceSpecificResult
|
|
2254
|
+
) => any;
|
|
2255
|
+
export declare const EvaluationResultFilterSensitiveLog: (
|
|
2256
|
+
obj: EvaluationResult
|
|
2257
|
+
) => any;
|
|
2258
|
+
export declare const SimulatePolicyResponseFilterSensitiveLog: (
|
|
2259
|
+
obj: SimulatePolicyResponse
|
|
2260
|
+
) => any;
|
|
2261
|
+
export declare const SimulatePrincipalPolicyRequestFilterSensitiveLog: (
|
|
2262
|
+
obj: SimulatePrincipalPolicyRequest
|
|
2263
|
+
) => any;
|
|
2264
|
+
export declare const TagInstanceProfileRequestFilterSensitiveLog: (
|
|
2265
|
+
obj: TagInstanceProfileRequest
|
|
2266
|
+
) => any;
|
|
2267
|
+
export declare const TagMFADeviceRequestFilterSensitiveLog: (
|
|
2268
|
+
obj: TagMFADeviceRequest
|
|
2269
|
+
) => any;
|
|
2270
|
+
export declare const TagOpenIDConnectProviderRequestFilterSensitiveLog: (
|
|
2271
|
+
obj: TagOpenIDConnectProviderRequest
|
|
2272
|
+
) => any;
|
|
2273
|
+
export declare const TagPolicyRequestFilterSensitiveLog: (
|
|
2274
|
+
obj: TagPolicyRequest
|
|
2275
|
+
) => any;
|
|
2276
|
+
export declare const TagRoleRequestFilterSensitiveLog: (
|
|
2277
|
+
obj: TagRoleRequest
|
|
2278
|
+
) => any;
|
|
2279
|
+
export declare const TagSAMLProviderRequestFilterSensitiveLog: (
|
|
2280
|
+
obj: TagSAMLProviderRequest
|
|
2281
|
+
) => any;
|
|
2282
|
+
export declare const TagServerCertificateRequestFilterSensitiveLog: (
|
|
2283
|
+
obj: TagServerCertificateRequest
|
|
2284
|
+
) => any;
|
|
2285
|
+
export declare const TagUserRequestFilterSensitiveLog: (
|
|
2286
|
+
obj: TagUserRequest
|
|
2287
|
+
) => any;
|
|
2288
|
+
export declare const UntagInstanceProfileRequestFilterSensitiveLog: (
|
|
2289
|
+
obj: UntagInstanceProfileRequest
|
|
2290
|
+
) => any;
|
|
2291
|
+
export declare const UntagMFADeviceRequestFilterSensitiveLog: (
|
|
2292
|
+
obj: UntagMFADeviceRequest
|
|
2293
|
+
) => any;
|
|
2294
|
+
export declare const UntagOpenIDConnectProviderRequestFilterSensitiveLog: (
|
|
2295
|
+
obj: UntagOpenIDConnectProviderRequest
|
|
2296
|
+
) => any;
|