@aws-sdk/client-iam 3.169.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 +8 -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,33 @@
|
|
|
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 { DeleteSAMLProviderRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteSAMLProviderCommandInput
|
|
15
|
+
extends DeleteSAMLProviderRequest {}
|
|
16
|
+
export interface DeleteSAMLProviderCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteSAMLProviderCommand extends $Command<
|
|
19
|
+
DeleteSAMLProviderCommandInput,
|
|
20
|
+
DeleteSAMLProviderCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteSAMLProviderCommandInput;
|
|
24
|
+
constructor(input: DeleteSAMLProviderCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: IAMClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
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 { DeleteSSHPublicKeyRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteSSHPublicKeyCommandInput
|
|
15
|
+
extends DeleteSSHPublicKeyRequest {}
|
|
16
|
+
export interface DeleteSSHPublicKeyCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteSSHPublicKeyCommand extends $Command<
|
|
19
|
+
DeleteSSHPublicKeyCommandInput,
|
|
20
|
+
DeleteSSHPublicKeyCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteSSHPublicKeyCommandInput;
|
|
24
|
+
constructor(input: DeleteSSHPublicKeyCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: IAMClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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 { DeleteServerCertificateRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteServerCertificateCommandInput
|
|
15
|
+
extends DeleteServerCertificateRequest {}
|
|
16
|
+
export interface DeleteServerCertificateCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteServerCertificateCommand extends $Command<
|
|
20
|
+
DeleteServerCertificateCommandInput,
|
|
21
|
+
DeleteServerCertificateCommandOutput,
|
|
22
|
+
IAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteServerCertificateCommandInput;
|
|
25
|
+
constructor(input: DeleteServerCertificateCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteServerCertificateCommandInput,
|
|
33
|
+
DeleteServerCertificateCommandOutput
|
|
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
|
+
DeleteServiceLinkedRoleRequest,
|
|
15
|
+
DeleteServiceLinkedRoleResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteServiceLinkedRoleCommandInput
|
|
18
|
+
extends DeleteServiceLinkedRoleRequest {}
|
|
19
|
+
export interface DeleteServiceLinkedRoleCommandOutput
|
|
20
|
+
extends DeleteServiceLinkedRoleResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteServiceLinkedRoleCommand extends $Command<
|
|
24
|
+
DeleteServiceLinkedRoleCommandInput,
|
|
25
|
+
DeleteServiceLinkedRoleCommandOutput,
|
|
26
|
+
IAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteServiceLinkedRoleCommandInput;
|
|
29
|
+
constructor(input: DeleteServiceLinkedRoleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteServiceLinkedRoleCommandInput,
|
|
37
|
+
DeleteServiceLinkedRoleCommandOutput
|
|
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 { DeleteServiceSpecificCredentialRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteServiceSpecificCredentialCommandInput
|
|
15
|
+
extends DeleteServiceSpecificCredentialRequest {}
|
|
16
|
+
export interface DeleteServiceSpecificCredentialCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteServiceSpecificCredentialCommand extends $Command<
|
|
20
|
+
DeleteServiceSpecificCredentialCommandInput,
|
|
21
|
+
DeleteServiceSpecificCredentialCommandOutput,
|
|
22
|
+
IAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteServiceSpecificCredentialCommandInput;
|
|
25
|
+
constructor(input: DeleteServiceSpecificCredentialCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteServiceSpecificCredentialCommandInput,
|
|
33
|
+
DeleteServiceSpecificCredentialCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteSigningCertificateRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteSigningCertificateCommandInput
|
|
15
|
+
extends DeleteSigningCertificateRequest {}
|
|
16
|
+
export interface DeleteSigningCertificateCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteSigningCertificateCommand extends $Command<
|
|
20
|
+
DeleteSigningCertificateCommandInput,
|
|
21
|
+
DeleteSigningCertificateCommandOutput,
|
|
22
|
+
IAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteSigningCertificateCommandInput;
|
|
25
|
+
constructor(input: DeleteSigningCertificateCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteSigningCertificateCommandInput,
|
|
33
|
+
DeleteSigningCertificateCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteUserRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteUserCommandInput extends DeleteUserRequest {}
|
|
15
|
+
export interface DeleteUserCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteUserCommand extends $Command<
|
|
18
|
+
DeleteUserCommandInput,
|
|
19
|
+
DeleteUserCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteUserCommandInput;
|
|
23
|
+
constructor(input: DeleteUserCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
|
|
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 { DeleteUserPermissionsBoundaryRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteUserPermissionsBoundaryCommandInput
|
|
15
|
+
extends DeleteUserPermissionsBoundaryRequest {}
|
|
16
|
+
export interface DeleteUserPermissionsBoundaryCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteUserPermissionsBoundaryCommand extends $Command<
|
|
20
|
+
DeleteUserPermissionsBoundaryCommandInput,
|
|
21
|
+
DeleteUserPermissionsBoundaryCommandOutput,
|
|
22
|
+
IAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteUserPermissionsBoundaryCommandInput;
|
|
25
|
+
constructor(input: DeleteUserPermissionsBoundaryCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteUserPermissionsBoundaryCommandInput,
|
|
33
|
+
DeleteUserPermissionsBoundaryCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteUserPolicyRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteUserPolicyCommandInput extends DeleteUserPolicyRequest {}
|
|
15
|
+
export interface DeleteUserPolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteUserPolicyCommand extends $Command<
|
|
18
|
+
DeleteUserPolicyCommandInput,
|
|
19
|
+
DeleteUserPolicyCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteUserPolicyCommandInput;
|
|
23
|
+
constructor(input: DeleteUserPolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteUserPolicyCommandInput, DeleteUserPolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { DeleteVirtualMFADeviceRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteVirtualMFADeviceCommandInput
|
|
15
|
+
extends DeleteVirtualMFADeviceRequest {}
|
|
16
|
+
export interface DeleteVirtualMFADeviceCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteVirtualMFADeviceCommand extends $Command<
|
|
19
|
+
DeleteVirtualMFADeviceCommandInput,
|
|
20
|
+
DeleteVirtualMFADeviceCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteVirtualMFADeviceCommandInput;
|
|
24
|
+
constructor(input: DeleteVirtualMFADeviceCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: IAMClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DeleteVirtualMFADeviceCommandInput,
|
|
32
|
+
DeleteVirtualMFADeviceCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
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 { DetachGroupPolicyRequest } from "../models/models_0";
|
|
14
|
+
export interface DetachGroupPolicyCommandInput
|
|
15
|
+
extends DetachGroupPolicyRequest {}
|
|
16
|
+
export interface DetachGroupPolicyCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DetachGroupPolicyCommand extends $Command<
|
|
19
|
+
DetachGroupPolicyCommandInput,
|
|
20
|
+
DetachGroupPolicyCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DetachGroupPolicyCommandInput;
|
|
24
|
+
constructor(input: DetachGroupPolicyCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: IAMClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DetachGroupPolicyCommandInput, DetachGroupPolicyCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|