@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,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 { DeleteAccountAliasRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAccountAliasCommandInput
|
|
15
|
+
extends DeleteAccountAliasRequest {}
|
|
16
|
+
export interface DeleteAccountAliasCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteAccountAliasCommand extends $Command<
|
|
19
|
+
DeleteAccountAliasCommandInput,
|
|
20
|
+
DeleteAccountAliasCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteAccountAliasCommandInput;
|
|
24
|
+
constructor(input: DeleteAccountAliasCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: IAMClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,16 +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
|
-
|
|
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
|
+
export interface DeleteAccountPasswordPolicyCommandInput {}
|
|
14
|
+
export interface DeleteAccountPasswordPolicyCommandOutput
|
|
15
|
+
extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteAccountPasswordPolicyCommand extends $Command<
|
|
18
|
+
DeleteAccountPasswordPolicyCommandInput,
|
|
19
|
+
DeleteAccountPasswordPolicyCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteAccountPasswordPolicyCommandInput;
|
|
23
|
+
constructor(input: DeleteAccountPasswordPolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteAccountPasswordPolicyCommandInput,
|
|
31
|
+
DeleteAccountPasswordPolicyCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
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 { DeleteGroupRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
|
|
15
|
+
export interface DeleteGroupCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteGroupCommand extends $Command<
|
|
18
|
+
DeleteGroupCommandInput,
|
|
19
|
+
DeleteGroupCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteGroupCommandInput;
|
|
23
|
+
constructor(input: DeleteGroupCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { DeleteGroupPolicyRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteGroupPolicyCommandInput
|
|
15
|
+
extends DeleteGroupPolicyRequest {}
|
|
16
|
+
export interface DeleteGroupPolicyCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteGroupPolicyCommand extends $Command<
|
|
19
|
+
DeleteGroupPolicyCommandInput,
|
|
20
|
+
DeleteGroupPolicyCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteGroupPolicyCommandInput;
|
|
24
|
+
constructor(input: DeleteGroupPolicyCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: IAMClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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 { DeleteInstanceProfileRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteInstanceProfileCommandInput
|
|
15
|
+
extends DeleteInstanceProfileRequest {}
|
|
16
|
+
export interface DeleteInstanceProfileCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteInstanceProfileCommand extends $Command<
|
|
19
|
+
DeleteInstanceProfileCommandInput,
|
|
20
|
+
DeleteInstanceProfileCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteInstanceProfileCommandInput;
|
|
24
|
+
constructor(input: DeleteInstanceProfileCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: IAMClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DeleteInstanceProfileCommandInput,
|
|
32
|
+
DeleteInstanceProfileCommandOutput
|
|
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 { DeleteLoginProfileRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteLoginProfileCommandInput
|
|
15
|
+
extends DeleteLoginProfileRequest {}
|
|
16
|
+
export interface DeleteLoginProfileCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteLoginProfileCommand extends $Command<
|
|
19
|
+
DeleteLoginProfileCommandInput,
|
|
20
|
+
DeleteLoginProfileCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteLoginProfileCommandInput;
|
|
24
|
+
constructor(input: DeleteLoginProfileCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: IAMClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput>;
|
|
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 { DeleteOpenIDConnectProviderRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteOpenIDConnectProviderCommandInput
|
|
15
|
+
extends DeleteOpenIDConnectProviderRequest {}
|
|
16
|
+
export interface DeleteOpenIDConnectProviderCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteOpenIDConnectProviderCommand extends $Command<
|
|
20
|
+
DeleteOpenIDConnectProviderCommandInput,
|
|
21
|
+
DeleteOpenIDConnectProviderCommandOutput,
|
|
22
|
+
IAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteOpenIDConnectProviderCommandInput;
|
|
25
|
+
constructor(input: DeleteOpenIDConnectProviderCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteOpenIDConnectProviderCommandInput,
|
|
33
|
+
DeleteOpenIDConnectProviderCommandOutput
|
|
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 { DeletePolicyRequest } from "../models/models_0";
|
|
14
|
+
export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
|
|
15
|
+
export interface DeletePolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeletePolicyCommand extends $Command<
|
|
18
|
+
DeletePolicyCommandInput,
|
|
19
|
+
DeletePolicyCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeletePolicyCommandInput;
|
|
23
|
+
constructor(input: DeletePolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { DeletePolicyVersionRequest } from "../models/models_0";
|
|
14
|
+
export interface DeletePolicyVersionCommandInput
|
|
15
|
+
extends DeletePolicyVersionRequest {}
|
|
16
|
+
export interface DeletePolicyVersionCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeletePolicyVersionCommand extends $Command<
|
|
19
|
+
DeletePolicyVersionCommandInput,
|
|
20
|
+
DeletePolicyVersionCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeletePolicyVersionCommandInput;
|
|
24
|
+
constructor(input: DeletePolicyVersionCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: IAMClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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 { DeleteRoleRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteRoleCommandInput extends DeleteRoleRequest {}
|
|
15
|
+
export interface DeleteRoleCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteRoleCommand extends $Command<
|
|
18
|
+
DeleteRoleCommandInput,
|
|
19
|
+
DeleteRoleCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteRoleCommandInput;
|
|
23
|
+
constructor(input: DeleteRoleCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteRoleCommandInput, DeleteRoleCommandOutput>;
|
|
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 { DeleteRolePermissionsBoundaryRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteRolePermissionsBoundaryCommandInput
|
|
15
|
+
extends DeleteRolePermissionsBoundaryRequest {}
|
|
16
|
+
export interface DeleteRolePermissionsBoundaryCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteRolePermissionsBoundaryCommand extends $Command<
|
|
20
|
+
DeleteRolePermissionsBoundaryCommandInput,
|
|
21
|
+
DeleteRolePermissionsBoundaryCommandOutput,
|
|
22
|
+
IAMClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteRolePermissionsBoundaryCommandInput;
|
|
25
|
+
constructor(input: DeleteRolePermissionsBoundaryCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: IAMClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteRolePermissionsBoundaryCommandInput,
|
|
33
|
+
DeleteRolePermissionsBoundaryCommandOutput
|
|
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 { DeleteRolePolicyRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteRolePolicyCommandInput extends DeleteRolePolicyRequest {}
|
|
15
|
+
export interface DeleteRolePolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteRolePolicyCommand extends $Command<
|
|
18
|
+
DeleteRolePolicyCommandInput,
|
|
19
|
+
DeleteRolePolicyCommandOutput,
|
|
20
|
+
IAMClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteRolePolicyCommandInput;
|
|
23
|
+
constructor(input: DeleteRolePolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IAMClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|