@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,17 +1,35 @@
|
|
|
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
|
+
GetSSHPublicKeyRequest,
|
|
15
|
+
GetSSHPublicKeyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetSSHPublicKeyCommandInput extends GetSSHPublicKeyRequest {}
|
|
18
|
+
export interface GetSSHPublicKeyCommandOutput
|
|
19
|
+
extends GetSSHPublicKeyResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetSSHPublicKeyCommand extends $Command<
|
|
22
|
+
GetSSHPublicKeyCommandInput,
|
|
23
|
+
GetSSHPublicKeyCommandOutput,
|
|
24
|
+
IAMClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetSSHPublicKeyCommandInput;
|
|
27
|
+
constructor(input: GetSSHPublicKeyCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IAMClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetSSHPublicKeyCommandInput, GetSSHPublicKeyCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetServerCertificateRequest,
|
|
15
|
+
GetServerCertificateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetServerCertificateCommandInput
|
|
18
|
+
extends GetServerCertificateRequest {}
|
|
19
|
+
export interface GetServerCertificateCommandOutput
|
|
20
|
+
extends GetServerCertificateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetServerCertificateCommand extends $Command<
|
|
23
|
+
GetServerCertificateCommandInput,
|
|
24
|
+
GetServerCertificateCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetServerCertificateCommandInput;
|
|
28
|
+
constructor(input: GetServerCertificateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IAMClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetServerCertificateCommandInput,
|
|
35
|
+
GetServerCertificateCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetServiceLastAccessedDetailsRequest,
|
|
15
|
+
GetServiceLastAccessedDetailsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetServiceLastAccessedDetailsCommandInput
|
|
18
|
+
extends GetServiceLastAccessedDetailsRequest {}
|
|
19
|
+
export interface GetServiceLastAccessedDetailsCommandOutput
|
|
20
|
+
extends GetServiceLastAccessedDetailsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetServiceLastAccessedDetailsCommand extends $Command<
|
|
23
|
+
GetServiceLastAccessedDetailsCommandInput,
|
|
24
|
+
GetServiceLastAccessedDetailsCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetServiceLastAccessedDetailsCommandInput;
|
|
28
|
+
constructor(input: GetServiceLastAccessedDetailsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IAMClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetServiceLastAccessedDetailsCommandInput,
|
|
35
|
+
GetServiceLastAccessedDetailsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetServiceLastAccessedDetailsWithEntitiesRequest,
|
|
15
|
+
GetServiceLastAccessedDetailsWithEntitiesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetServiceLastAccessedDetailsWithEntitiesCommandInput
|
|
18
|
+
extends GetServiceLastAccessedDetailsWithEntitiesRequest {}
|
|
19
|
+
export interface GetServiceLastAccessedDetailsWithEntitiesCommandOutput
|
|
20
|
+
extends GetServiceLastAccessedDetailsWithEntitiesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command<
|
|
23
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandInput,
|
|
24
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetServiceLastAccessedDetailsWithEntitiesCommandInput;
|
|
28
|
+
constructor(input: GetServiceLastAccessedDetailsWithEntitiesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IAMClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandInput,
|
|
35
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetServiceLinkedRoleDeletionStatusRequest,
|
|
15
|
+
GetServiceLinkedRoleDeletionStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetServiceLinkedRoleDeletionStatusCommandInput
|
|
18
|
+
extends GetServiceLinkedRoleDeletionStatusRequest {}
|
|
19
|
+
export interface GetServiceLinkedRoleDeletionStatusCommandOutput
|
|
20
|
+
extends GetServiceLinkedRoleDeletionStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetServiceLinkedRoleDeletionStatusCommand extends $Command<
|
|
23
|
+
GetServiceLinkedRoleDeletionStatusCommandInput,
|
|
24
|
+
GetServiceLinkedRoleDeletionStatusCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetServiceLinkedRoleDeletionStatusCommandInput;
|
|
28
|
+
constructor(input: GetServiceLinkedRoleDeletionStatusCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IAMClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetServiceLinkedRoleDeletionStatusCommandInput,
|
|
35
|
+
GetServiceLinkedRoleDeletionStatusCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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 { GetUserRequest, GetUserResponse } from "../models/models_0";
|
|
14
|
+
export interface GetUserCommandInput extends GetUserRequest {}
|
|
15
|
+
export interface GetUserCommandOutput
|
|
16
|
+
extends GetUserResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetUserCommand extends $Command<
|
|
19
|
+
GetUserCommandInput,
|
|
20
|
+
GetUserCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetUserCommandInput;
|
|
24
|
+
constructor(input: GetUserCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetUserCommandInput, GetUserCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
GetUserPolicyRequest,
|
|
15
|
+
GetUserPolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetUserPolicyCommandInput extends GetUserPolicyRequest {}
|
|
18
|
+
export interface GetUserPolicyCommandOutput
|
|
19
|
+
extends GetUserPolicyResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetUserPolicyCommand extends $Command<
|
|
22
|
+
GetUserPolicyCommandInput,
|
|
23
|
+
GetUserPolicyCommandOutput,
|
|
24
|
+
IAMClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetUserPolicyCommandInput;
|
|
27
|
+
constructor(input: GetUserPolicyCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IAMClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetUserPolicyCommandInput, GetUserPolicyCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
ListAccessKeysRequest,
|
|
15
|
+
ListAccessKeysResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAccessKeysCommandInput extends ListAccessKeysRequest {}
|
|
18
|
+
export interface ListAccessKeysCommandOutput
|
|
19
|
+
extends ListAccessKeysResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListAccessKeysCommand extends $Command<
|
|
22
|
+
ListAccessKeysCommandInput,
|
|
23
|
+
ListAccessKeysCommandOutput,
|
|
24
|
+
IAMClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListAccessKeysCommandInput;
|
|
27
|
+
constructor(input: ListAccessKeysCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IAMClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListAccessKeysCommandInput, ListAccessKeysCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListAccountAliasesRequest,
|
|
15
|
+
ListAccountAliasesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAccountAliasesCommandInput
|
|
18
|
+
extends ListAccountAliasesRequest {}
|
|
19
|
+
export interface ListAccountAliasesCommandOutput
|
|
20
|
+
extends ListAccountAliasesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListAccountAliasesCommand extends $Command<
|
|
23
|
+
ListAccountAliasesCommandInput,
|
|
24
|
+
ListAccountAliasesCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListAccountAliasesCommandInput;
|
|
28
|
+
constructor(input: ListAccountAliasesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IAMClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListAttachedGroupPoliciesRequest,
|
|
15
|
+
ListAttachedGroupPoliciesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAttachedGroupPoliciesCommandInput
|
|
18
|
+
extends ListAttachedGroupPoliciesRequest {}
|
|
19
|
+
export interface ListAttachedGroupPoliciesCommandOutput
|
|
20
|
+
extends ListAttachedGroupPoliciesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListAttachedGroupPoliciesCommand extends $Command<
|
|
23
|
+
ListAttachedGroupPoliciesCommandInput,
|
|
24
|
+
ListAttachedGroupPoliciesCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListAttachedGroupPoliciesCommandInput;
|
|
28
|
+
constructor(input: ListAttachedGroupPoliciesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IAMClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListAttachedGroupPoliciesCommandInput,
|
|
35
|
+
ListAttachedGroupPoliciesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListAttachedRolePoliciesRequest,
|
|
15
|
+
ListAttachedRolePoliciesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAttachedRolePoliciesCommandInput
|
|
18
|
+
extends ListAttachedRolePoliciesRequest {}
|
|
19
|
+
export interface ListAttachedRolePoliciesCommandOutput
|
|
20
|
+
extends ListAttachedRolePoliciesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListAttachedRolePoliciesCommand extends $Command<
|
|
23
|
+
ListAttachedRolePoliciesCommandInput,
|
|
24
|
+
ListAttachedRolePoliciesCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListAttachedRolePoliciesCommandInput;
|
|
28
|
+
constructor(input: ListAttachedRolePoliciesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IAMClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListAttachedRolePoliciesCommandInput,
|
|
35
|
+
ListAttachedRolePoliciesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|