@aws-sdk/client-iam 3.168.0 → 3.170.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 +2902 -795
- package/dist-types/ts3.4/IAMClient.d.ts +1076 -231
- package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3204 -2889
- package/dist-types/ts3.4/models/models_1.d.ts +348 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import { DetachRolePolicyRequest } from "../models/models_0";
|
|
14
|
+
export interface DetachRolePolicyCommandInput extends DetachRolePolicyRequest {}
|
|
15
|
+
export interface DetachRolePolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DetachRolePolicyCommand extends $Command<
|
|
18
|
+
DetachRolePolicyCommandInput,
|
|
19
|
+
DetachRolePolicyCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DetachRolePolicyCommandInput;
|
|
23
|
+
constructor(input: DetachRolePolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import { DetachUserPolicyRequest } from "../models/models_0";
|
|
14
|
+
export interface DetachUserPolicyCommandInput extends DetachUserPolicyRequest {}
|
|
15
|
+
export interface DetachUserPolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DetachUserPolicyCommand extends $Command<
|
|
18
|
+
DetachUserPolicyCommandInput,
|
|
19
|
+
DetachUserPolicyCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DetachUserPolicyCommandInput;
|
|
23
|
+
constructor(input: DetachUserPolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import { EnableMFADeviceRequest } from "../models/models_0";
|
|
14
|
+
export interface EnableMFADeviceCommandInput extends EnableMFADeviceRequest {}
|
|
15
|
+
export interface EnableMFADeviceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class EnableMFADeviceCommand extends $Command<
|
|
18
|
+
EnableMFADeviceCommandInput,
|
|
19
|
+
EnableMFADeviceCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: EnableMFADeviceCommandInput;
|
|
23
|
+
constructor(input: EnableMFADeviceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import { GenerateCredentialReportResponse } from "../models/models_0";
|
|
14
|
+
export interface GenerateCredentialReportCommandInput {}
|
|
15
|
+
export interface GenerateCredentialReportCommandOutput
|
|
16
|
+
extends GenerateCredentialReportResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GenerateCredentialReportCommand extends $Command<
|
|
20
|
+
GenerateCredentialReportCommandInput,
|
|
21
|
+
GenerateCredentialReportCommandOutput,
|
|
22
|
+
IAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GenerateCredentialReportCommandInput;
|
|
25
|
+
constructor(input: GenerateCredentialReportCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
GenerateCredentialReportCommandInput,
|
|
33
|
+
GenerateCredentialReportCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import {
|
|
14
|
+
GenerateOrganizationsAccessReportRequest,
|
|
15
|
+
GenerateOrganizationsAccessReportResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GenerateOrganizationsAccessReportCommandInput
|
|
18
|
+
extends GenerateOrganizationsAccessReportRequest {}
|
|
19
|
+
export interface GenerateOrganizationsAccessReportCommandOutput
|
|
20
|
+
extends GenerateOrganizationsAccessReportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GenerateOrganizationsAccessReportCommand extends $Command<
|
|
24
|
+
GenerateOrganizationsAccessReportCommandInput,
|
|
25
|
+
GenerateOrganizationsAccessReportCommandOutput,
|
|
26
|
+
IAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GenerateOrganizationsAccessReportCommandInput;
|
|
29
|
+
constructor(input: GenerateOrganizationsAccessReportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GenerateOrganizationsAccessReportCommandInput,
|
|
37
|
+
GenerateOrganizationsAccessReportCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import {
|
|
14
|
+
GenerateServiceLastAccessedDetailsRequest,
|
|
15
|
+
GenerateServiceLastAccessedDetailsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GenerateServiceLastAccessedDetailsCommandInput
|
|
18
|
+
extends GenerateServiceLastAccessedDetailsRequest {}
|
|
19
|
+
export interface GenerateServiceLastAccessedDetailsCommandOutput
|
|
20
|
+
extends GenerateServiceLastAccessedDetailsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GenerateServiceLastAccessedDetailsCommand extends $Command<
|
|
24
|
+
GenerateServiceLastAccessedDetailsCommandInput,
|
|
25
|
+
GenerateServiceLastAccessedDetailsCommandOutput,
|
|
26
|
+
IAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GenerateServiceLastAccessedDetailsCommandInput;
|
|
29
|
+
constructor(input: GenerateServiceLastAccessedDetailsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GenerateServiceLastAccessedDetailsCommandInput,
|
|
37
|
+
GenerateServiceLastAccessedDetailsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import {
|
|
14
|
+
GetAccessKeyLastUsedRequest,
|
|
15
|
+
GetAccessKeyLastUsedResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAccessKeyLastUsedCommandInput
|
|
18
|
+
extends GetAccessKeyLastUsedRequest {}
|
|
19
|
+
export interface GetAccessKeyLastUsedCommandOutput
|
|
20
|
+
extends GetAccessKeyLastUsedResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAccessKeyLastUsedCommand extends $Command<
|
|
24
|
+
GetAccessKeyLastUsedCommandInput,
|
|
25
|
+
GetAccessKeyLastUsedCommandOutput,
|
|
26
|
+
IAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAccessKeyLastUsedCommandInput;
|
|
29
|
+
constructor(input: GetAccessKeyLastUsedCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetAccessKeyLastUsedCommandInput,
|
|
37
|
+
GetAccessKeyLastUsedCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import {
|
|
14
|
+
GetAccountAuthorizationDetailsRequest,
|
|
15
|
+
GetAccountAuthorizationDetailsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAccountAuthorizationDetailsCommandInput
|
|
18
|
+
extends GetAccountAuthorizationDetailsRequest {}
|
|
19
|
+
export interface GetAccountAuthorizationDetailsCommandOutput
|
|
20
|
+
extends GetAccountAuthorizationDetailsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAccountAuthorizationDetailsCommand extends $Command<
|
|
24
|
+
GetAccountAuthorizationDetailsCommandInput,
|
|
25
|
+
GetAccountAuthorizationDetailsCommandOutput,
|
|
26
|
+
IAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAccountAuthorizationDetailsCommandInput;
|
|
29
|
+
constructor(input: GetAccountAuthorizationDetailsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetAccountAuthorizationDetailsCommandInput,
|
|
37
|
+
GetAccountAuthorizationDetailsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import { GetAccountPasswordPolicyResponse } from "../models/models_0";
|
|
14
|
+
export interface GetAccountPasswordPolicyCommandInput {}
|
|
15
|
+
export interface GetAccountPasswordPolicyCommandOutput
|
|
16
|
+
extends GetAccountPasswordPolicyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetAccountPasswordPolicyCommand extends $Command<
|
|
20
|
+
GetAccountPasswordPolicyCommandInput,
|
|
21
|
+
GetAccountPasswordPolicyCommandOutput,
|
|
22
|
+
IAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetAccountPasswordPolicyCommandInput;
|
|
25
|
+
constructor(input: GetAccountPasswordPolicyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
GetAccountPasswordPolicyCommandInput,
|
|
33
|
+
GetAccountPasswordPolicyCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import { GetAccountSummaryResponse } from "../models/models_0";
|
|
14
|
+
export interface GetAccountSummaryCommandInput {}
|
|
15
|
+
export interface GetAccountSummaryCommandOutput
|
|
16
|
+
extends GetAccountSummaryResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetAccountSummaryCommand extends $Command<
|
|
20
|
+
GetAccountSummaryCommandInput,
|
|
21
|
+
GetAccountSummaryCommandOutput,
|
|
22
|
+
IAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetAccountSummaryCommandInput;
|
|
25
|
+
constructor(input: GetAccountSummaryCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IAMClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IAMClient";
|
|
13
|
+
import {
|
|
14
|
+
GetContextKeysForCustomPolicyRequest,
|
|
15
|
+
GetContextKeysForPolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetContextKeysForCustomPolicyCommandInput
|
|
18
|
+
extends GetContextKeysForCustomPolicyRequest {}
|
|
19
|
+
export interface GetContextKeysForCustomPolicyCommandOutput
|
|
20
|
+
extends GetContextKeysForPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetContextKeysForCustomPolicyCommand extends $Command<
|
|
24
|
+
GetContextKeysForCustomPolicyCommandInput,
|
|
25
|
+
GetContextKeysForCustomPolicyCommandOutput,
|
|
26
|
+
IAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetContextKeysForCustomPolicyCommandInput;
|
|
29
|
+
constructor(input: GetContextKeysForCustomPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetContextKeysForCustomPolicyCommandInput,
|
|
37
|
+
GetContextKeysForCustomPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|