@effect-aws/client-iam 1.3.0 → 1.4.1
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 +12 -0
- package/README.md +85 -1
- package/lib/IAMService.d.ts +354 -345
- package/lib/IAMService.js +17 -14
- package/lib/esm/IAMService.js +18 -15
- package/package.json +6 -6
- package/vitest.config.ts +3 -0
package/lib/IAMService.d.ts
CHANGED
|
@@ -1,811 +1,820 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
|
-
import { type AddClientIDToOpenIDConnectProviderCommandInput, type AddClientIDToOpenIDConnectProviderCommandOutput, type AddRoleToInstanceProfileCommandInput, type AddRoleToInstanceProfileCommandOutput, type AddUserToGroupCommandInput, type AddUserToGroupCommandOutput, type AttachGroupPolicyCommandInput, type AttachGroupPolicyCommandOutput, type AttachRolePolicyCommandInput, type AttachRolePolicyCommandOutput, type AttachUserPolicyCommandInput, type AttachUserPolicyCommandOutput, type ChangePasswordCommandInput, type ChangePasswordCommandOutput, type CreateAccessKeyCommandInput, type CreateAccessKeyCommandOutput, type CreateAccountAliasCommandInput, type CreateAccountAliasCommandOutput, type CreateGroupCommandInput, type CreateGroupCommandOutput, type CreateInstanceProfileCommandInput, type CreateInstanceProfileCommandOutput, type CreateLoginProfileCommandInput, type CreateLoginProfileCommandOutput, type CreateOpenIDConnectProviderCommandInput, type CreateOpenIDConnectProviderCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type CreatePolicyVersionCommandInput, type CreatePolicyVersionCommandOutput, type CreateRoleCommandInput, type CreateRoleCommandOutput, type CreateSAMLProviderCommandInput, type CreateSAMLProviderCommandOutput, type CreateServiceLinkedRoleCommandInput, type CreateServiceLinkedRoleCommandOutput, type CreateServiceSpecificCredentialCommandInput, type CreateServiceSpecificCredentialCommandOutput, type CreateUserCommandInput, type CreateUserCommandOutput, type CreateVirtualMFADeviceCommandInput, type CreateVirtualMFADeviceCommandOutput, type DeactivateMFADeviceCommandInput, type DeactivateMFADeviceCommandOutput, type DeleteAccessKeyCommandInput, type DeleteAccessKeyCommandOutput, type DeleteAccountAliasCommandInput, type DeleteAccountAliasCommandOutput, type DeleteAccountPasswordPolicyCommandInput, type DeleteAccountPasswordPolicyCommandOutput, type DeleteGroupCommandInput, type DeleteGroupCommandOutput, type DeleteGroupPolicyCommandInput, type DeleteGroupPolicyCommandOutput, type DeleteInstanceProfileCommandInput, type DeleteInstanceProfileCommandOutput, type DeleteLoginProfileCommandInput, type DeleteLoginProfileCommandOutput, type DeleteOpenIDConnectProviderCommandInput, type DeleteOpenIDConnectProviderCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeletePolicyVersionCommandInput, type DeletePolicyVersionCommandOutput, type DeleteRoleCommandInput, type DeleteRoleCommandOutput, type DeleteRolePermissionsBoundaryCommandInput, type DeleteRolePermissionsBoundaryCommandOutput, type DeleteRolePolicyCommandInput, type DeleteRolePolicyCommandOutput, type DeleteSAMLProviderCommandInput, type DeleteSAMLProviderCommandOutput, type DeleteServerCertificateCommandInput, type DeleteServerCertificateCommandOutput, type DeleteServiceLinkedRoleCommandInput, type DeleteServiceLinkedRoleCommandOutput, type DeleteServiceSpecificCredentialCommandInput, type DeleteServiceSpecificCredentialCommandOutput, type DeleteSigningCertificateCommandInput, type DeleteSigningCertificateCommandOutput, type DeleteSSHPublicKeyCommandInput, type DeleteSSHPublicKeyCommandOutput, type DeleteUserCommandInput, type DeleteUserCommandOutput, type DeleteUserPermissionsBoundaryCommandInput, type DeleteUserPermissionsBoundaryCommandOutput, type DeleteUserPolicyCommandInput, type DeleteUserPolicyCommandOutput, type DeleteVirtualMFADeviceCommandInput, type DeleteVirtualMFADeviceCommandOutput, type DetachGroupPolicyCommandInput, type DetachGroupPolicyCommandOutput, type DetachRolePolicyCommandInput, type DetachRolePolicyCommandOutput, type DetachUserPolicyCommandInput, type DetachUserPolicyCommandOutput, type EnableMFADeviceCommandInput, type EnableMFADeviceCommandOutput, type GenerateCredentialReportCommandInput, type GenerateCredentialReportCommandOutput, type GenerateOrganizationsAccessReportCommandInput, type GenerateOrganizationsAccessReportCommandOutput, type GenerateServiceLastAccessedDetailsCommandInput, type GenerateServiceLastAccessedDetailsCommandOutput, type GetAccessKeyLastUsedCommandInput, type GetAccessKeyLastUsedCommandOutput, type GetAccountAuthorizationDetailsCommandInput, type GetAccountAuthorizationDetailsCommandOutput, type GetAccountPasswordPolicyCommandInput, type GetAccountPasswordPolicyCommandOutput, type GetAccountSummaryCommandInput, type GetAccountSummaryCommandOutput, type GetContextKeysForCustomPolicyCommandInput, type GetContextKeysForCustomPolicyCommandOutput, type GetContextKeysForPrincipalPolicyCommandInput, type GetContextKeysForPrincipalPolicyCommandOutput, type GetCredentialReportCommandInput, type GetCredentialReportCommandOutput, type GetGroupCommandInput, type GetGroupCommandOutput, type GetGroupPolicyCommandInput, type GetGroupPolicyCommandOutput, type GetInstanceProfileCommandInput, type GetInstanceProfileCommandOutput, type GetLoginProfileCommandInput, type GetLoginProfileCommandOutput, type GetMFADeviceCommandInput, type GetMFADeviceCommandOutput, type GetOpenIDConnectProviderCommandInput, type GetOpenIDConnectProviderCommandOutput, type GetOrganizationsAccessReportCommandInput, type GetOrganizationsAccessReportCommandOutput, type GetPolicyCommandInput, type GetPolicyCommandOutput, type GetPolicyVersionCommandInput, type GetPolicyVersionCommandOutput, type GetRoleCommandInput, type GetRoleCommandOutput, type GetRolePolicyCommandInput, type GetRolePolicyCommandOutput, type GetSAMLProviderCommandInput, type GetSAMLProviderCommandOutput, type GetServerCertificateCommandInput, type GetServerCertificateCommandOutput, type GetServiceLastAccessedDetailsCommandInput, type GetServiceLastAccessedDetailsCommandOutput, type GetServiceLastAccessedDetailsWithEntitiesCommandInput, type GetServiceLastAccessedDetailsWithEntitiesCommandOutput, type GetServiceLinkedRoleDeletionStatusCommandInput, type GetServiceLinkedRoleDeletionStatusCommandOutput, type GetSSHPublicKeyCommandInput, type GetSSHPublicKeyCommandOutput, type GetUserCommandInput, type GetUserCommandOutput, type GetUserPolicyCommandInput, type GetUserPolicyCommandOutput, type ListAccessKeysCommandInput, type ListAccessKeysCommandOutput, type ListAccountAliasesCommandInput, type ListAccountAliasesCommandOutput, type ListAttachedGroupPoliciesCommandInput, type ListAttachedGroupPoliciesCommandOutput, type ListAttachedRolePoliciesCommandInput, type ListAttachedRolePoliciesCommandOutput, type ListAttachedUserPoliciesCommandInput, type ListAttachedUserPoliciesCommandOutput, type ListEntitiesForPolicyCommandInput, type ListEntitiesForPolicyCommandOutput, type ListGroupPoliciesCommandInput, type ListGroupPoliciesCommandOutput, type ListGroupsCommandInput, type ListGroupsCommandOutput, type ListGroupsForUserCommandInput, type ListGroupsForUserCommandOutput, type ListInstanceProfilesCommandInput, type ListInstanceProfilesCommandOutput, type ListInstanceProfilesForRoleCommandInput, type ListInstanceProfilesForRoleCommandOutput, type ListInstanceProfileTagsCommandInput, type ListInstanceProfileTagsCommandOutput, type ListMFADevicesCommandInput, type ListMFADevicesCommandOutput, type ListMFADeviceTagsCommandInput, type ListMFADeviceTagsCommandOutput, type ListOpenIDConnectProvidersCommandInput, type ListOpenIDConnectProvidersCommandOutput, type ListOpenIDConnectProviderTagsCommandInput, type ListOpenIDConnectProviderTagsCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPoliciesGrantingServiceAccessCommandInput, type ListPoliciesGrantingServiceAccessCommandOutput, type ListPolicyTagsCommandInput, type ListPolicyTagsCommandOutput, type ListPolicyVersionsCommandInput, type ListPolicyVersionsCommandOutput, type ListRolePoliciesCommandInput, type ListRolePoliciesCommandOutput, type ListRolesCommandInput, type ListRolesCommandOutput, type ListRoleTagsCommandInput, type ListRoleTagsCommandOutput, type ListSAMLProvidersCommandInput, type ListSAMLProvidersCommandOutput, type ListSAMLProviderTagsCommandInput, type ListSAMLProviderTagsCommandOutput, type ListServerCertificatesCommandInput, type ListServerCertificatesCommandOutput, type ListServerCertificateTagsCommandInput, type ListServerCertificateTagsCommandOutput, type ListServiceSpecificCredentialsCommandInput, type ListServiceSpecificCredentialsCommandOutput, type ListSigningCertificatesCommandInput, type ListSigningCertificatesCommandOutput, type ListSSHPublicKeysCommandInput, type ListSSHPublicKeysCommandOutput, type ListUserPoliciesCommandInput, type ListUserPoliciesCommandOutput, type ListUsersCommandInput, type ListUsersCommandOutput, type ListUserTagsCommandInput, type ListUserTagsCommandOutput, type ListVirtualMFADevicesCommandInput, type ListVirtualMFADevicesCommandOutput, type PutGroupPolicyCommandInput, type PutGroupPolicyCommandOutput, type PutRolePermissionsBoundaryCommandInput, type PutRolePermissionsBoundaryCommandOutput, type PutRolePolicyCommandInput, type PutRolePolicyCommandOutput, type PutUserPermissionsBoundaryCommandInput, type PutUserPermissionsBoundaryCommandOutput, type PutUserPolicyCommandInput, type PutUserPolicyCommandOutput, type RemoveClientIDFromOpenIDConnectProviderCommandInput, type RemoveClientIDFromOpenIDConnectProviderCommandOutput, type RemoveRoleFromInstanceProfileCommandInput, type RemoveRoleFromInstanceProfileCommandOutput, type RemoveUserFromGroupCommandInput, type RemoveUserFromGroupCommandOutput, type ResetServiceSpecificCredentialCommandInput, type ResetServiceSpecificCredentialCommandOutput, type ResyncMFADeviceCommandInput, type ResyncMFADeviceCommandOutput, type SetDefaultPolicyVersionCommandInput, type SetDefaultPolicyVersionCommandOutput, type SetSecurityTokenServicePreferencesCommandInput, type SetSecurityTokenServicePreferencesCommandOutput, type SimulateCustomPolicyCommandInput, type SimulateCustomPolicyCommandOutput, type SimulatePrincipalPolicyCommandInput, type SimulatePrincipalPolicyCommandOutput, type TagInstanceProfileCommandInput, type TagInstanceProfileCommandOutput, type TagMFADeviceCommandInput, type TagMFADeviceCommandOutput, type TagOpenIDConnectProviderCommandInput, type TagOpenIDConnectProviderCommandOutput, type TagPolicyCommandInput, type TagPolicyCommandOutput, type TagRoleCommandInput, type TagRoleCommandOutput, type TagSAMLProviderCommandInput, type TagSAMLProviderCommandOutput, type TagServerCertificateCommandInput, type TagServerCertificateCommandOutput, type TagUserCommandInput, type TagUserCommandOutput, type UntagInstanceProfileCommandInput, type UntagInstanceProfileCommandOutput, type UntagMFADeviceCommandInput, type UntagMFADeviceCommandOutput, type UntagOpenIDConnectProviderCommandInput, type UntagOpenIDConnectProviderCommandOutput, type UntagPolicyCommandInput, type UntagPolicyCommandOutput, type UntagRoleCommandInput, type UntagRoleCommandOutput, type UntagSAMLProviderCommandInput, type UntagSAMLProviderCommandOutput, type UntagServerCertificateCommandInput, type UntagServerCertificateCommandOutput, type UntagUserCommandInput, type UntagUserCommandOutput, type UpdateAccessKeyCommandInput, type UpdateAccessKeyCommandOutput, type UpdateAccountPasswordPolicyCommandInput, type UpdateAccountPasswordPolicyCommandOutput, type UpdateAssumeRolePolicyCommandInput, type UpdateAssumeRolePolicyCommandOutput, type UpdateGroupCommandInput, type UpdateGroupCommandOutput, type UpdateLoginProfileCommandInput, type UpdateLoginProfileCommandOutput, type UpdateOpenIDConnectProviderThumbprintCommandInput, type UpdateOpenIDConnectProviderThumbprintCommandOutput, type UpdateRoleCommandInput, type UpdateRoleCommandOutput, type UpdateRoleDescriptionCommandInput, type UpdateRoleDescriptionCommandOutput, type UpdateSAMLProviderCommandInput, type UpdateSAMLProviderCommandOutput, type UpdateServerCertificateCommandInput, type UpdateServerCertificateCommandOutput, type UpdateServiceSpecificCredentialCommandInput, type UpdateServiceSpecificCredentialCommandOutput, type UpdateSigningCertificateCommandInput, type UpdateSigningCertificateCommandOutput, type UpdateSSHPublicKeyCommandInput, type UpdateSSHPublicKeyCommandOutput, type UpdateUserCommandInput, type UpdateUserCommandOutput, type UploadServerCertificateCommandInput, type UploadServerCertificateCommandOutput, type UploadSigningCertificateCommandInput, type UploadSigningCertificateCommandOutput, type UploadSSHPublicKeyCommandInput, type UploadSSHPublicKeyCommandOutput } from "@aws-sdk/client-iam";
|
|
5
|
-
import { type HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
4
|
+
import { type AddClientIDToOpenIDConnectProviderCommandInput, type AddClientIDToOpenIDConnectProviderCommandOutput, type AddRoleToInstanceProfileCommandInput, type AddRoleToInstanceProfileCommandOutput, type AddUserToGroupCommandInput, type AddUserToGroupCommandOutput, type AttachGroupPolicyCommandInput, type AttachGroupPolicyCommandOutput, type AttachRolePolicyCommandInput, type AttachRolePolicyCommandOutput, type AttachUserPolicyCommandInput, type AttachUserPolicyCommandOutput, type ChangePasswordCommandInput, type ChangePasswordCommandOutput, type CreateAccessKeyCommandInput, type CreateAccessKeyCommandOutput, type CreateAccountAliasCommandInput, type CreateAccountAliasCommandOutput, type CreateGroupCommandInput, type CreateGroupCommandOutput, type CreateInstanceProfileCommandInput, type CreateInstanceProfileCommandOutput, type CreateLoginProfileCommandInput, type CreateLoginProfileCommandOutput, type CreateOpenIDConnectProviderCommandInput, type CreateOpenIDConnectProviderCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type CreatePolicyVersionCommandInput, type CreatePolicyVersionCommandOutput, type CreateRoleCommandInput, type CreateRoleCommandOutput, type CreateSAMLProviderCommandInput, type CreateSAMLProviderCommandOutput, type CreateServiceLinkedRoleCommandInput, type CreateServiceLinkedRoleCommandOutput, type CreateServiceSpecificCredentialCommandInput, type CreateServiceSpecificCredentialCommandOutput, type CreateUserCommandInput, type CreateUserCommandOutput, type CreateVirtualMFADeviceCommandInput, type CreateVirtualMFADeviceCommandOutput, type DeactivateMFADeviceCommandInput, type DeactivateMFADeviceCommandOutput, type DeleteAccessKeyCommandInput, type DeleteAccessKeyCommandOutput, type DeleteAccountAliasCommandInput, type DeleteAccountAliasCommandOutput, type DeleteAccountPasswordPolicyCommandInput, type DeleteAccountPasswordPolicyCommandOutput, type DeleteGroupCommandInput, type DeleteGroupCommandOutput, type DeleteGroupPolicyCommandInput, type DeleteGroupPolicyCommandOutput, type DeleteInstanceProfileCommandInput, type DeleteInstanceProfileCommandOutput, type DeleteLoginProfileCommandInput, type DeleteLoginProfileCommandOutput, type DeleteOpenIDConnectProviderCommandInput, type DeleteOpenIDConnectProviderCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeletePolicyVersionCommandInput, type DeletePolicyVersionCommandOutput, type DeleteRoleCommandInput, type DeleteRoleCommandOutput, type DeleteRolePermissionsBoundaryCommandInput, type DeleteRolePermissionsBoundaryCommandOutput, type DeleteRolePolicyCommandInput, type DeleteRolePolicyCommandOutput, type DeleteSAMLProviderCommandInput, type DeleteSAMLProviderCommandOutput, type DeleteSSHPublicKeyCommandInput, type DeleteSSHPublicKeyCommandOutput, type DeleteServerCertificateCommandInput, type DeleteServerCertificateCommandOutput, type DeleteServiceLinkedRoleCommandInput, type DeleteServiceLinkedRoleCommandOutput, type DeleteServiceSpecificCredentialCommandInput, type DeleteServiceSpecificCredentialCommandOutput, type DeleteSigningCertificateCommandInput, type DeleteSigningCertificateCommandOutput, type DeleteUserCommandInput, type DeleteUserCommandOutput, type DeleteUserPermissionsBoundaryCommandInput, type DeleteUserPermissionsBoundaryCommandOutput, type DeleteUserPolicyCommandInput, type DeleteUserPolicyCommandOutput, type DeleteVirtualMFADeviceCommandInput, type DeleteVirtualMFADeviceCommandOutput, type DetachGroupPolicyCommandInput, type DetachGroupPolicyCommandOutput, type DetachRolePolicyCommandInput, type DetachRolePolicyCommandOutput, type DetachUserPolicyCommandInput, type DetachUserPolicyCommandOutput, type EnableMFADeviceCommandInput, type EnableMFADeviceCommandOutput, type GenerateCredentialReportCommandInput, type GenerateCredentialReportCommandOutput, type GenerateOrganizationsAccessReportCommandInput, type GenerateOrganizationsAccessReportCommandOutput, type GenerateServiceLastAccessedDetailsCommandInput, type GenerateServiceLastAccessedDetailsCommandOutput, type GetAccessKeyLastUsedCommandInput, type GetAccessKeyLastUsedCommandOutput, type GetAccountAuthorizationDetailsCommandInput, type GetAccountAuthorizationDetailsCommandOutput, type GetAccountPasswordPolicyCommandInput, type GetAccountPasswordPolicyCommandOutput, type GetAccountSummaryCommandInput, type GetAccountSummaryCommandOutput, type GetContextKeysForCustomPolicyCommandInput, type GetContextKeysForCustomPolicyCommandOutput, type GetContextKeysForPrincipalPolicyCommandInput, type GetContextKeysForPrincipalPolicyCommandOutput, type GetCredentialReportCommandInput, type GetCredentialReportCommandOutput, type GetGroupCommandInput, type GetGroupCommandOutput, type GetGroupPolicyCommandInput, type GetGroupPolicyCommandOutput, type GetInstanceProfileCommandInput, type GetInstanceProfileCommandOutput, type GetLoginProfileCommandInput, type GetLoginProfileCommandOutput, type GetMFADeviceCommandInput, type GetMFADeviceCommandOutput, type GetOpenIDConnectProviderCommandInput, type GetOpenIDConnectProviderCommandOutput, type GetOrganizationsAccessReportCommandInput, type GetOrganizationsAccessReportCommandOutput, type GetPolicyCommandInput, type GetPolicyCommandOutput, type GetPolicyVersionCommandInput, type GetPolicyVersionCommandOutput, type GetRoleCommandInput, type GetRoleCommandOutput, type GetRolePolicyCommandInput, type GetRolePolicyCommandOutput, type GetSAMLProviderCommandInput, type GetSAMLProviderCommandOutput, type GetSSHPublicKeyCommandInput, type GetSSHPublicKeyCommandOutput, type GetServerCertificateCommandInput, type GetServerCertificateCommandOutput, type GetServiceLastAccessedDetailsCommandInput, type GetServiceLastAccessedDetailsCommandOutput, type GetServiceLastAccessedDetailsWithEntitiesCommandInput, type GetServiceLastAccessedDetailsWithEntitiesCommandOutput, type GetServiceLinkedRoleDeletionStatusCommandInput, type GetServiceLinkedRoleDeletionStatusCommandOutput, type GetUserCommandInput, type GetUserCommandOutput, type GetUserPolicyCommandInput, type GetUserPolicyCommandOutput, type ListAccessKeysCommandInput, type ListAccessKeysCommandOutput, type ListAccountAliasesCommandInput, type ListAccountAliasesCommandOutput, type ListAttachedGroupPoliciesCommandInput, type ListAttachedGroupPoliciesCommandOutput, type ListAttachedRolePoliciesCommandInput, type ListAttachedRolePoliciesCommandOutput, type ListAttachedUserPoliciesCommandInput, type ListAttachedUserPoliciesCommandOutput, type ListEntitiesForPolicyCommandInput, type ListEntitiesForPolicyCommandOutput, type ListGroupPoliciesCommandInput, type ListGroupPoliciesCommandOutput, type ListGroupsCommandInput, type ListGroupsCommandOutput, type ListGroupsForUserCommandInput, type ListGroupsForUserCommandOutput, type ListInstanceProfileTagsCommandInput, type ListInstanceProfileTagsCommandOutput, type ListInstanceProfilesCommandInput, type ListInstanceProfilesCommandOutput, type ListInstanceProfilesForRoleCommandInput, type ListInstanceProfilesForRoleCommandOutput, type ListMFADeviceTagsCommandInput, type ListMFADeviceTagsCommandOutput, type ListMFADevicesCommandInput, type ListMFADevicesCommandOutput, type ListOpenIDConnectProviderTagsCommandInput, type ListOpenIDConnectProviderTagsCommandOutput, type ListOpenIDConnectProvidersCommandInput, type ListOpenIDConnectProvidersCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPoliciesGrantingServiceAccessCommandInput, type ListPoliciesGrantingServiceAccessCommandOutput, type ListPolicyTagsCommandInput, type ListPolicyTagsCommandOutput, type ListPolicyVersionsCommandInput, type ListPolicyVersionsCommandOutput, type ListRolePoliciesCommandInput, type ListRolePoliciesCommandOutput, type ListRoleTagsCommandInput, type ListRoleTagsCommandOutput, type ListRolesCommandInput, type ListRolesCommandOutput, type ListSAMLProviderTagsCommandInput, type ListSAMLProviderTagsCommandOutput, type ListSAMLProvidersCommandInput, type ListSAMLProvidersCommandOutput, type ListSSHPublicKeysCommandInput, type ListSSHPublicKeysCommandOutput, type ListServerCertificateTagsCommandInput, type ListServerCertificateTagsCommandOutput, type ListServerCertificatesCommandInput, type ListServerCertificatesCommandOutput, type ListServiceSpecificCredentialsCommandInput, type ListServiceSpecificCredentialsCommandOutput, type ListSigningCertificatesCommandInput, type ListSigningCertificatesCommandOutput, type ListUserPoliciesCommandInput, type ListUserPoliciesCommandOutput, type ListUserTagsCommandInput, type ListUserTagsCommandOutput, type ListUsersCommandInput, type ListUsersCommandOutput, type ListVirtualMFADevicesCommandInput, type ListVirtualMFADevicesCommandOutput, type PutGroupPolicyCommandInput, type PutGroupPolicyCommandOutput, type PutRolePermissionsBoundaryCommandInput, type PutRolePermissionsBoundaryCommandOutput, type PutRolePolicyCommandInput, type PutRolePolicyCommandOutput, type PutUserPermissionsBoundaryCommandInput, type PutUserPermissionsBoundaryCommandOutput, type PutUserPolicyCommandInput, type PutUserPolicyCommandOutput, type RemoveClientIDFromOpenIDConnectProviderCommandInput, type RemoveClientIDFromOpenIDConnectProviderCommandOutput, type RemoveRoleFromInstanceProfileCommandInput, type RemoveRoleFromInstanceProfileCommandOutput, type RemoveUserFromGroupCommandInput, type RemoveUserFromGroupCommandOutput, type ResetServiceSpecificCredentialCommandInput, type ResetServiceSpecificCredentialCommandOutput, type ResyncMFADeviceCommandInput, type ResyncMFADeviceCommandOutput, type SetDefaultPolicyVersionCommandInput, type SetDefaultPolicyVersionCommandOutput, type SetSecurityTokenServicePreferencesCommandInput, type SetSecurityTokenServicePreferencesCommandOutput, type SimulateCustomPolicyCommandInput, type SimulateCustomPolicyCommandOutput, type SimulatePrincipalPolicyCommandInput, type SimulatePrincipalPolicyCommandOutput, type TagInstanceProfileCommandInput, type TagInstanceProfileCommandOutput, type TagMFADeviceCommandInput, type TagMFADeviceCommandOutput, type TagOpenIDConnectProviderCommandInput, type TagOpenIDConnectProviderCommandOutput, type TagPolicyCommandInput, type TagPolicyCommandOutput, type TagRoleCommandInput, type TagRoleCommandOutput, type TagSAMLProviderCommandInput, type TagSAMLProviderCommandOutput, type TagServerCertificateCommandInput, type TagServerCertificateCommandOutput, type TagUserCommandInput, type TagUserCommandOutput, type UntagInstanceProfileCommandInput, type UntagInstanceProfileCommandOutput, type UntagMFADeviceCommandInput, type UntagMFADeviceCommandOutput, type UntagOpenIDConnectProviderCommandInput, type UntagOpenIDConnectProviderCommandOutput, type UntagPolicyCommandInput, type UntagPolicyCommandOutput, type UntagRoleCommandInput, type UntagRoleCommandOutput, type UntagSAMLProviderCommandInput, type UntagSAMLProviderCommandOutput, type UntagServerCertificateCommandInput, type UntagServerCertificateCommandOutput, type UntagUserCommandInput, type UntagUserCommandOutput, type UpdateAccessKeyCommandInput, type UpdateAccessKeyCommandOutput, type UpdateAccountPasswordPolicyCommandInput, type UpdateAccountPasswordPolicyCommandOutput, type UpdateAssumeRolePolicyCommandInput, type UpdateAssumeRolePolicyCommandOutput, type UpdateGroupCommandInput, type UpdateGroupCommandOutput, type UpdateLoginProfileCommandInput, type UpdateLoginProfileCommandOutput, type UpdateOpenIDConnectProviderThumbprintCommandInput, type UpdateOpenIDConnectProviderThumbprintCommandOutput, type UpdateRoleCommandInput, type UpdateRoleCommandOutput, type UpdateRoleDescriptionCommandInput, type UpdateRoleDescriptionCommandOutput, type UpdateSAMLProviderCommandInput, type UpdateSAMLProviderCommandOutput, type UpdateSSHPublicKeyCommandInput, type UpdateSSHPublicKeyCommandOutput, type UpdateServerCertificateCommandInput, type UpdateServerCertificateCommandOutput, type UpdateServiceSpecificCredentialCommandInput, type UpdateServiceSpecificCredentialCommandOutput, type UpdateSigningCertificateCommandInput, type UpdateSigningCertificateCommandOutput, type UpdateUserCommandInput, type UpdateUserCommandOutput, type UploadSSHPublicKeyCommandInput, type UploadSSHPublicKeyCommandOutput, type UploadServerCertificateCommandInput, type UploadServerCertificateCommandOutput, type UploadSigningCertificateCommandInput, type UploadSigningCertificateCommandOutput } from "@aws-sdk/client-iam";
|
|
6
5
|
import { Effect, Layer } from "effect";
|
|
7
6
|
import { ConcurrentModificationError, CredentialReportExpiredError, CredentialReportNotPresentError, CredentialReportNotReadyError, DeleteConflictError, DuplicateCertificateError, DuplicateSSHPublicKeyError, EntityAlreadyExistsError, EntityTemporarilyUnmodifiableError, InvalidAuthenticationCodeError, InvalidCertificateError, InvalidInputError, InvalidPublicKeyError, InvalidUserTypeError, KeyPairMismatchError, LimitExceededError, MalformedCertificateError, MalformedPolicyDocumentError, NoSuchEntityError, OpenIdIdpCommunicationError, PasswordPolicyViolationError, PolicyEvaluationError, PolicyNotAttachableError, ReportGenerationLimitExceededError, ServiceFailureError, ServiceNotSupportedError, UnmodifiableEntityError, UnrecognizedPublicKeyEncodingError, SdkError } from "./Errors";
|
|
8
7
|
import { IAMClientInstance } from "./IAMClientInstance";
|
|
8
|
+
/**
|
|
9
|
+
* @since 1.4.1
|
|
10
|
+
*/
|
|
11
|
+
export interface HttpHandlerOptions {
|
|
12
|
+
/**
|
|
13
|
+
* The maximum time in milliseconds that the connection phase of a request
|
|
14
|
+
* may take before the connection attempt is abandoned.
|
|
15
|
+
*/
|
|
16
|
+
requestTimeout?: number;
|
|
17
|
+
}
|
|
9
18
|
interface IAMService$ {
|
|
10
19
|
readonly _: unique symbol;
|
|
11
20
|
/**
|
|
12
21
|
* @see {@link AddClientIDToOpenIDConnectProviderCommand}
|
|
13
22
|
*/
|
|
14
|
-
addClientIDToOpenIDConnectProvider(args: AddClientIDToOpenIDConnectProviderCommandInput, options?:
|
|
23
|
+
addClientIDToOpenIDConnectProvider(args: AddClientIDToOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddClientIDToOpenIDConnectProviderCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
15
24
|
/**
|
|
16
25
|
* @see {@link AddRoleToInstanceProfileCommand}
|
|
17
26
|
*/
|
|
18
|
-
addRoleToInstanceProfile(args: AddRoleToInstanceProfileCommandInput, options?:
|
|
27
|
+
addRoleToInstanceProfile(args: AddRoleToInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddRoleToInstanceProfileCommandOutput, SdkError | EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
19
28
|
/**
|
|
20
29
|
* @see {@link AddUserToGroupCommand}
|
|
21
30
|
*/
|
|
22
|
-
addUserToGroup(args: AddUserToGroupCommandInput, options?:
|
|
31
|
+
addUserToGroup(args: AddUserToGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddUserToGroupCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
23
32
|
/**
|
|
24
33
|
* @see {@link AttachGroupPolicyCommand}
|
|
25
34
|
*/
|
|
26
|
-
attachGroupPolicy(args: AttachGroupPolicyCommandInput, options?:
|
|
35
|
+
attachGroupPolicy(args: AttachGroupPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachGroupPolicyCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError>;
|
|
27
36
|
/**
|
|
28
37
|
* @see {@link AttachRolePolicyCommand}
|
|
29
38
|
*/
|
|
30
|
-
attachRolePolicy(args: AttachRolePolicyCommandInput, options?:
|
|
39
|
+
attachRolePolicy(args: AttachRolePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachRolePolicyCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError | UnmodifiableEntityError>;
|
|
31
40
|
/**
|
|
32
41
|
* @see {@link AttachUserPolicyCommand}
|
|
33
42
|
*/
|
|
34
|
-
attachUserPolicy(args: AttachUserPolicyCommandInput, options?:
|
|
43
|
+
attachUserPolicy(args: AttachUserPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<AttachUserPolicyCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError>;
|
|
35
44
|
/**
|
|
36
45
|
* @see {@link ChangePasswordCommand}
|
|
37
46
|
*/
|
|
38
|
-
changePassword(args: ChangePasswordCommandInput, options?:
|
|
47
|
+
changePassword(args: ChangePasswordCommandInput, options?: HttpHandlerOptions): Effect.Effect<ChangePasswordCommandOutput, SdkError | EntityTemporarilyUnmodifiableError | InvalidUserTypeError | LimitExceededError | NoSuchEntityError | PasswordPolicyViolationError | ServiceFailureError>;
|
|
39
48
|
/**
|
|
40
49
|
* @see {@link CreateAccessKeyCommand}
|
|
41
50
|
*/
|
|
42
|
-
createAccessKey(args: CreateAccessKeyCommandInput, options?:
|
|
51
|
+
createAccessKey(args: CreateAccessKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAccessKeyCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
43
52
|
/**
|
|
44
53
|
* @see {@link CreateAccountAliasCommand}
|
|
45
54
|
*/
|
|
46
|
-
createAccountAlias(args: CreateAccountAliasCommandInput, options?:
|
|
55
|
+
createAccountAlias(args: CreateAccountAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAccountAliasCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | LimitExceededError | ServiceFailureError>;
|
|
47
56
|
/**
|
|
48
57
|
* @see {@link CreateGroupCommand}
|
|
49
58
|
*/
|
|
50
|
-
createGroup(args: CreateGroupCommandInput, options?:
|
|
59
|
+
createGroup(args: CreateGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGroupCommandOutput, SdkError | EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
51
60
|
/**
|
|
52
61
|
* @see {@link CreateInstanceProfileCommand}
|
|
53
62
|
*/
|
|
54
|
-
createInstanceProfile(args: CreateInstanceProfileCommandInput, options?:
|
|
63
|
+
createInstanceProfile(args: CreateInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateInstanceProfileCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | ServiceFailureError>;
|
|
55
64
|
/**
|
|
56
65
|
* @see {@link CreateLoginProfileCommand}
|
|
57
66
|
*/
|
|
58
|
-
createLoginProfile(args: CreateLoginProfileCommandInput, options?:
|
|
67
|
+
createLoginProfile(args: CreateLoginProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLoginProfileCommandOutput, SdkError | EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | PasswordPolicyViolationError | ServiceFailureError>;
|
|
59
68
|
/**
|
|
60
69
|
* @see {@link CreateOpenIDConnectProviderCommand}
|
|
61
70
|
*/
|
|
62
|
-
createOpenIDConnectProvider(args: CreateOpenIDConnectProviderCommandInput, options?:
|
|
71
|
+
createOpenIDConnectProvider(args: CreateOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOpenIDConnectProviderCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | OpenIdIdpCommunicationError | ServiceFailureError>;
|
|
63
72
|
/**
|
|
64
73
|
* @see {@link CreatePolicyCommand}
|
|
65
74
|
*/
|
|
66
|
-
createPolicy(args: CreatePolicyCommandInput, options?:
|
|
75
|
+
createPolicy(args: CreatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePolicyCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | MalformedPolicyDocumentError | ServiceFailureError>;
|
|
67
76
|
/**
|
|
68
77
|
* @see {@link CreatePolicyVersionCommand}
|
|
69
78
|
*/
|
|
70
|
-
createPolicyVersion(args: CreatePolicyVersionCommandInput, options?:
|
|
79
|
+
createPolicyVersion(args: CreatePolicyVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePolicyVersionCommandOutput, SdkError | InvalidInputError | LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError>;
|
|
71
80
|
/**
|
|
72
81
|
* @see {@link CreateRoleCommand}
|
|
73
82
|
*/
|
|
74
|
-
createRole(args: CreateRoleCommandInput, options?:
|
|
83
|
+
createRole(args: CreateRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRoleCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | MalformedPolicyDocumentError | ServiceFailureError>;
|
|
75
84
|
/**
|
|
76
85
|
* @see {@link CreateSAMLProviderCommand}
|
|
77
86
|
*/
|
|
78
|
-
createSAMLProvider(args: CreateSAMLProviderCommandInput, options?:
|
|
87
|
+
createSAMLProvider(args: CreateSAMLProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateSAMLProviderCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | ServiceFailureError>;
|
|
79
88
|
/**
|
|
80
89
|
* @see {@link CreateServiceLinkedRoleCommand}
|
|
81
90
|
*/
|
|
82
|
-
createServiceLinkedRole(args: CreateServiceLinkedRoleCommandInput, options?:
|
|
91
|
+
createServiceLinkedRole(args: CreateServiceLinkedRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateServiceLinkedRoleCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
83
92
|
/**
|
|
84
93
|
* @see {@link CreateServiceSpecificCredentialCommand}
|
|
85
94
|
*/
|
|
86
|
-
createServiceSpecificCredential(args: CreateServiceSpecificCredentialCommandInput, options?:
|
|
95
|
+
createServiceSpecificCredential(args: CreateServiceSpecificCredentialCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateServiceSpecificCredentialCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceNotSupportedError>;
|
|
87
96
|
/**
|
|
88
97
|
* @see {@link CreateUserCommand}
|
|
89
98
|
*/
|
|
90
|
-
createUser(args: CreateUserCommandInput, options?:
|
|
99
|
+
createUser(args: CreateUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUserCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
91
100
|
/**
|
|
92
101
|
* @see {@link CreateVirtualMFADeviceCommand}
|
|
93
102
|
*/
|
|
94
|
-
createVirtualMFADevice(args: CreateVirtualMFADeviceCommandInput, options?:
|
|
103
|
+
createVirtualMFADevice(args: CreateVirtualMFADeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVirtualMFADeviceCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | ServiceFailureError>;
|
|
95
104
|
/**
|
|
96
105
|
* @see {@link DeactivateMFADeviceCommand}
|
|
97
106
|
*/
|
|
98
|
-
deactivateMFADevice(args: DeactivateMFADeviceCommandInput, options?:
|
|
107
|
+
deactivateMFADevice(args: DeactivateMFADeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeactivateMFADeviceCommandOutput, SdkError | ConcurrentModificationError | EntityTemporarilyUnmodifiableError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
99
108
|
/**
|
|
100
109
|
* @see {@link DeleteAccessKeyCommand}
|
|
101
110
|
*/
|
|
102
|
-
deleteAccessKey(args: DeleteAccessKeyCommandInput, options?:
|
|
111
|
+
deleteAccessKey(args: DeleteAccessKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAccessKeyCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
103
112
|
/**
|
|
104
113
|
* @see {@link DeleteAccountAliasCommand}
|
|
105
114
|
*/
|
|
106
|
-
deleteAccountAlias(args: DeleteAccountAliasCommandInput, options?:
|
|
115
|
+
deleteAccountAlias(args: DeleteAccountAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAccountAliasCommandOutput, SdkError | ConcurrentModificationError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
107
116
|
/**
|
|
108
117
|
* @see {@link DeleteAccountPasswordPolicyCommand}
|
|
109
118
|
*/
|
|
110
|
-
deleteAccountPasswordPolicy(args: DeleteAccountPasswordPolicyCommandInput, options?:
|
|
119
|
+
deleteAccountPasswordPolicy(args: DeleteAccountPasswordPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAccountPasswordPolicyCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
111
120
|
/**
|
|
112
121
|
* @see {@link DeleteGroupCommand}
|
|
113
122
|
*/
|
|
114
|
-
deleteGroup(args: DeleteGroupCommandInput, options?:
|
|
123
|
+
deleteGroup(args: DeleteGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGroupCommandOutput, SdkError | DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
115
124
|
/**
|
|
116
125
|
* @see {@link DeleteGroupPolicyCommand}
|
|
117
126
|
*/
|
|
118
|
-
deleteGroupPolicy(args: DeleteGroupPolicyCommandInput, options?:
|
|
127
|
+
deleteGroupPolicy(args: DeleteGroupPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGroupPolicyCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
119
128
|
/**
|
|
120
129
|
* @see {@link DeleteInstanceProfileCommand}
|
|
121
130
|
*/
|
|
122
|
-
deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options?:
|
|
131
|
+
deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteInstanceProfileCommandOutput, SdkError | DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
123
132
|
/**
|
|
124
133
|
* @see {@link DeleteLoginProfileCommand}
|
|
125
134
|
*/
|
|
126
|
-
deleteLoginProfile(args: DeleteLoginProfileCommandInput, options?:
|
|
135
|
+
deleteLoginProfile(args: DeleteLoginProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLoginProfileCommandOutput, SdkError | EntityTemporarilyUnmodifiableError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
127
136
|
/**
|
|
128
137
|
* @see {@link DeleteOpenIDConnectProviderCommand}
|
|
129
138
|
*/
|
|
130
|
-
deleteOpenIDConnectProvider(args: DeleteOpenIDConnectProviderCommandInput, options?:
|
|
139
|
+
deleteOpenIDConnectProvider(args: DeleteOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOpenIDConnectProviderCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
131
140
|
/**
|
|
132
141
|
* @see {@link DeletePolicyCommand}
|
|
133
142
|
*/
|
|
134
|
-
deletePolicy(args: DeletePolicyCommandInput, options?:
|
|
143
|
+
deletePolicy(args: DeletePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePolicyCommandOutput, SdkError | DeleteConflictError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
135
144
|
/**
|
|
136
145
|
* @see {@link DeletePolicyVersionCommand}
|
|
137
146
|
*/
|
|
138
|
-
deletePolicyVersion(args: DeletePolicyVersionCommandInput, options?:
|
|
147
|
+
deletePolicyVersion(args: DeletePolicyVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePolicyVersionCommandOutput, SdkError | DeleteConflictError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
139
148
|
/**
|
|
140
149
|
* @see {@link DeleteRoleCommand}
|
|
141
150
|
*/
|
|
142
|
-
deleteRole(args: DeleteRoleCommandInput, options?:
|
|
151
|
+
deleteRole(args: DeleteRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRoleCommandOutput, SdkError | ConcurrentModificationError | DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
143
152
|
/**
|
|
144
153
|
* @see {@link DeleteRolePermissionsBoundaryCommand}
|
|
145
154
|
*/
|
|
146
|
-
deleteRolePermissionsBoundary(args: DeleteRolePermissionsBoundaryCommandInput, options?:
|
|
155
|
+
deleteRolePermissionsBoundary(args: DeleteRolePermissionsBoundaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRolePermissionsBoundaryCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
147
156
|
/**
|
|
148
157
|
* @see {@link DeleteRolePolicyCommand}
|
|
149
158
|
*/
|
|
150
|
-
deleteRolePolicy(args: DeleteRolePolicyCommandInput, options?:
|
|
159
|
+
deleteRolePolicy(args: DeleteRolePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRolePolicyCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
151
160
|
/**
|
|
152
161
|
* @see {@link DeleteSAMLProviderCommand}
|
|
153
162
|
*/
|
|
154
|
-
deleteSAMLProvider(args: DeleteSAMLProviderCommandInput, options?:
|
|
163
|
+
deleteSAMLProvider(args: DeleteSAMLProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSAMLProviderCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
164
|
+
/**
|
|
165
|
+
* @see {@link DeleteSSHPublicKeyCommand}
|
|
166
|
+
*/
|
|
167
|
+
deleteSSHPublicKey(args: DeleteSSHPublicKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSSHPublicKeyCommandOutput, SdkError | NoSuchEntityError>;
|
|
155
168
|
/**
|
|
156
169
|
* @see {@link DeleteServerCertificateCommand}
|
|
157
170
|
*/
|
|
158
|
-
deleteServerCertificate(args: DeleteServerCertificateCommandInput, options?:
|
|
171
|
+
deleteServerCertificate(args: DeleteServerCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteServerCertificateCommandOutput, SdkError | DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
159
172
|
/**
|
|
160
173
|
* @see {@link DeleteServiceLinkedRoleCommand}
|
|
161
174
|
*/
|
|
162
|
-
deleteServiceLinkedRole(args: DeleteServiceLinkedRoleCommandInput, options?:
|
|
175
|
+
deleteServiceLinkedRole(args: DeleteServiceLinkedRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteServiceLinkedRoleCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
163
176
|
/**
|
|
164
177
|
* @see {@link DeleteServiceSpecificCredentialCommand}
|
|
165
178
|
*/
|
|
166
|
-
deleteServiceSpecificCredential(args: DeleteServiceSpecificCredentialCommandInput, options?:
|
|
179
|
+
deleteServiceSpecificCredential(args: DeleteServiceSpecificCredentialCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteServiceSpecificCredentialCommandOutput, SdkError | NoSuchEntityError>;
|
|
167
180
|
/**
|
|
168
181
|
* @see {@link DeleteSigningCertificateCommand}
|
|
169
182
|
*/
|
|
170
|
-
deleteSigningCertificate(args: DeleteSigningCertificateCommandInput, options?:
|
|
171
|
-
/**
|
|
172
|
-
* @see {@link DeleteSSHPublicKeyCommand}
|
|
173
|
-
*/
|
|
174
|
-
deleteSSHPublicKey(args: DeleteSSHPublicKeyCommandInput, options?: __HttpHandlerOptions): Effect.Effect<DeleteSSHPublicKeyCommandOutput, SdkError | NoSuchEntityError>;
|
|
183
|
+
deleteSigningCertificate(args: DeleteSigningCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSigningCertificateCommandOutput, SdkError | ConcurrentModificationError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
175
184
|
/**
|
|
176
185
|
* @see {@link DeleteUserCommand}
|
|
177
186
|
*/
|
|
178
|
-
deleteUser(args: DeleteUserCommandInput, options?:
|
|
187
|
+
deleteUser(args: DeleteUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserCommandOutput, SdkError | ConcurrentModificationError | DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
179
188
|
/**
|
|
180
189
|
* @see {@link DeleteUserPermissionsBoundaryCommand}
|
|
181
190
|
*/
|
|
182
|
-
deleteUserPermissionsBoundary(args: DeleteUserPermissionsBoundaryCommandInput, options?:
|
|
191
|
+
deleteUserPermissionsBoundary(args: DeleteUserPermissionsBoundaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserPermissionsBoundaryCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
183
192
|
/**
|
|
184
193
|
* @see {@link DeleteUserPolicyCommand}
|
|
185
194
|
*/
|
|
186
|
-
deleteUserPolicy(args: DeleteUserPolicyCommandInput, options?:
|
|
195
|
+
deleteUserPolicy(args: DeleteUserPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUserPolicyCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
187
196
|
/**
|
|
188
197
|
* @see {@link DeleteVirtualMFADeviceCommand}
|
|
189
198
|
*/
|
|
190
|
-
deleteVirtualMFADevice(args: DeleteVirtualMFADeviceCommandInput, options?:
|
|
199
|
+
deleteVirtualMFADevice(args: DeleteVirtualMFADeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVirtualMFADeviceCommandOutput, SdkError | ConcurrentModificationError | DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
191
200
|
/**
|
|
192
201
|
* @see {@link DetachGroupPolicyCommand}
|
|
193
202
|
*/
|
|
194
|
-
detachGroupPolicy(args: DetachGroupPolicyCommandInput, options?:
|
|
203
|
+
detachGroupPolicy(args: DetachGroupPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachGroupPolicyCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
195
204
|
/**
|
|
196
205
|
* @see {@link DetachRolePolicyCommand}
|
|
197
206
|
*/
|
|
198
|
-
detachRolePolicy(args: DetachRolePolicyCommandInput, options?:
|
|
207
|
+
detachRolePolicy(args: DetachRolePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachRolePolicyCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
199
208
|
/**
|
|
200
209
|
* @see {@link DetachUserPolicyCommand}
|
|
201
210
|
*/
|
|
202
|
-
detachUserPolicy(args: DetachUserPolicyCommandInput, options?:
|
|
211
|
+
detachUserPolicy(args: DetachUserPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DetachUserPolicyCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
203
212
|
/**
|
|
204
213
|
* @see {@link EnableMFADeviceCommand}
|
|
205
214
|
*/
|
|
206
|
-
enableMFADevice(args: EnableMFADeviceCommandInput, options?:
|
|
215
|
+
enableMFADevice(args: EnableMFADeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<EnableMFADeviceCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | EntityTemporarilyUnmodifiableError | InvalidAuthenticationCodeError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
207
216
|
/**
|
|
208
217
|
* @see {@link GenerateCredentialReportCommand}
|
|
209
218
|
*/
|
|
210
|
-
generateCredentialReport(args: GenerateCredentialReportCommandInput, options?:
|
|
219
|
+
generateCredentialReport(args: GenerateCredentialReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<GenerateCredentialReportCommandOutput, SdkError | LimitExceededError | ServiceFailureError>;
|
|
211
220
|
/**
|
|
212
221
|
* @see {@link GenerateOrganizationsAccessReportCommand}
|
|
213
222
|
*/
|
|
214
|
-
generateOrganizationsAccessReport(args: GenerateOrganizationsAccessReportCommandInput, options?:
|
|
223
|
+
generateOrganizationsAccessReport(args: GenerateOrganizationsAccessReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<GenerateOrganizationsAccessReportCommandOutput, SdkError | ReportGenerationLimitExceededError>;
|
|
215
224
|
/**
|
|
216
225
|
* @see {@link GenerateServiceLastAccessedDetailsCommand}
|
|
217
226
|
*/
|
|
218
|
-
generateServiceLastAccessedDetails(args: GenerateServiceLastAccessedDetailsCommandInput, options?:
|
|
227
|
+
generateServiceLastAccessedDetails(args: GenerateServiceLastAccessedDetailsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GenerateServiceLastAccessedDetailsCommandOutput, SdkError | InvalidInputError | NoSuchEntityError>;
|
|
219
228
|
/**
|
|
220
229
|
* @see {@link GetAccessKeyLastUsedCommand}
|
|
221
230
|
*/
|
|
222
|
-
getAccessKeyLastUsed(args: GetAccessKeyLastUsedCommandInput, options?:
|
|
231
|
+
getAccessKeyLastUsed(args: GetAccessKeyLastUsedCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccessKeyLastUsedCommandOutput, SdkError>;
|
|
223
232
|
/**
|
|
224
233
|
* @see {@link GetAccountAuthorizationDetailsCommand}
|
|
225
234
|
*/
|
|
226
|
-
getAccountAuthorizationDetails(args: GetAccountAuthorizationDetailsCommandInput, options?:
|
|
235
|
+
getAccountAuthorizationDetails(args: GetAccountAuthorizationDetailsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountAuthorizationDetailsCommandOutput, SdkError | ServiceFailureError>;
|
|
227
236
|
/**
|
|
228
237
|
* @see {@link GetAccountPasswordPolicyCommand}
|
|
229
238
|
*/
|
|
230
|
-
getAccountPasswordPolicy(args: GetAccountPasswordPolicyCommandInput, options?:
|
|
239
|
+
getAccountPasswordPolicy(args: GetAccountPasswordPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountPasswordPolicyCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
231
240
|
/**
|
|
232
241
|
* @see {@link GetAccountSummaryCommand}
|
|
233
242
|
*/
|
|
234
|
-
getAccountSummary(args: GetAccountSummaryCommandInput, options?:
|
|
243
|
+
getAccountSummary(args: GetAccountSummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountSummaryCommandOutput, SdkError | ServiceFailureError>;
|
|
235
244
|
/**
|
|
236
245
|
* @see {@link GetContextKeysForCustomPolicyCommand}
|
|
237
246
|
*/
|
|
238
|
-
getContextKeysForCustomPolicy(args: GetContextKeysForCustomPolicyCommandInput, options?:
|
|
247
|
+
getContextKeysForCustomPolicy(args: GetContextKeysForCustomPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetContextKeysForCustomPolicyCommandOutput, SdkError | InvalidInputError>;
|
|
239
248
|
/**
|
|
240
249
|
* @see {@link GetContextKeysForPrincipalPolicyCommand}
|
|
241
250
|
*/
|
|
242
|
-
getContextKeysForPrincipalPolicy(args: GetContextKeysForPrincipalPolicyCommandInput, options?:
|
|
251
|
+
getContextKeysForPrincipalPolicy(args: GetContextKeysForPrincipalPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetContextKeysForPrincipalPolicyCommandOutput, SdkError | InvalidInputError | NoSuchEntityError>;
|
|
243
252
|
/**
|
|
244
253
|
* @see {@link GetCredentialReportCommand}
|
|
245
254
|
*/
|
|
246
|
-
getCredentialReport(args: GetCredentialReportCommandInput, options?:
|
|
255
|
+
getCredentialReport(args: GetCredentialReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCredentialReportCommandOutput, SdkError | CredentialReportExpiredError | CredentialReportNotPresentError | CredentialReportNotReadyError | ServiceFailureError>;
|
|
247
256
|
/**
|
|
248
257
|
* @see {@link GetGroupCommand}
|
|
249
258
|
*/
|
|
250
|
-
getGroup(args: GetGroupCommandInput, options?:
|
|
259
|
+
getGroup(args: GetGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGroupCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
251
260
|
/**
|
|
252
261
|
* @see {@link GetGroupPolicyCommand}
|
|
253
262
|
*/
|
|
254
|
-
getGroupPolicy(args: GetGroupPolicyCommandInput, options?:
|
|
263
|
+
getGroupPolicy(args: GetGroupPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGroupPolicyCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
255
264
|
/**
|
|
256
265
|
* @see {@link GetInstanceProfileCommand}
|
|
257
266
|
*/
|
|
258
|
-
getInstanceProfile(args: GetInstanceProfileCommandInput, options?:
|
|
267
|
+
getInstanceProfile(args: GetInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetInstanceProfileCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
259
268
|
/**
|
|
260
269
|
* @see {@link GetLoginProfileCommand}
|
|
261
270
|
*/
|
|
262
|
-
getLoginProfile(args: GetLoginProfileCommandInput, options?:
|
|
271
|
+
getLoginProfile(args: GetLoginProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLoginProfileCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
263
272
|
/**
|
|
264
273
|
* @see {@link GetMFADeviceCommand}
|
|
265
274
|
*/
|
|
266
|
-
getMFADevice(args: GetMFADeviceCommandInput, options?:
|
|
275
|
+
getMFADevice(args: GetMFADeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetMFADeviceCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
267
276
|
/**
|
|
268
277
|
* @see {@link GetOpenIDConnectProviderCommand}
|
|
269
278
|
*/
|
|
270
|
-
getOpenIDConnectProvider(args: GetOpenIDConnectProviderCommandInput, options?:
|
|
279
|
+
getOpenIDConnectProvider(args: GetOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetOpenIDConnectProviderCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
271
280
|
/**
|
|
272
281
|
* @see {@link GetOrganizationsAccessReportCommand}
|
|
273
282
|
*/
|
|
274
|
-
getOrganizationsAccessReport(args: GetOrganizationsAccessReportCommandInput, options?:
|
|
283
|
+
getOrganizationsAccessReport(args: GetOrganizationsAccessReportCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetOrganizationsAccessReportCommandOutput, SdkError | NoSuchEntityError>;
|
|
275
284
|
/**
|
|
276
285
|
* @see {@link GetPolicyCommand}
|
|
277
286
|
*/
|
|
278
|
-
getPolicy(args: GetPolicyCommandInput, options?:
|
|
287
|
+
getPolicy(args: GetPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
279
288
|
/**
|
|
280
289
|
* @see {@link GetPolicyVersionCommand}
|
|
281
290
|
*/
|
|
282
|
-
getPolicyVersion(args: GetPolicyVersionCommandInput, options?:
|
|
291
|
+
getPolicyVersion(args: GetPolicyVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyVersionCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
283
292
|
/**
|
|
284
293
|
* @see {@link GetRoleCommand}
|
|
285
294
|
*/
|
|
286
|
-
getRole(args: GetRoleCommandInput, options?:
|
|
295
|
+
getRole(args: GetRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRoleCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
287
296
|
/**
|
|
288
297
|
* @see {@link GetRolePolicyCommand}
|
|
289
298
|
*/
|
|
290
|
-
getRolePolicy(args: GetRolePolicyCommandInput, options?:
|
|
299
|
+
getRolePolicy(args: GetRolePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRolePolicyCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
291
300
|
/**
|
|
292
301
|
* @see {@link GetSAMLProviderCommand}
|
|
293
302
|
*/
|
|
294
|
-
getSAMLProvider(args: GetSAMLProviderCommandInput, options?:
|
|
303
|
+
getSAMLProvider(args: GetSAMLProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSAMLProviderCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
304
|
+
/**
|
|
305
|
+
* @see {@link GetSSHPublicKeyCommand}
|
|
306
|
+
*/
|
|
307
|
+
getSSHPublicKey(args: GetSSHPublicKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSSHPublicKeyCommandOutput, SdkError | NoSuchEntityError | UnrecognizedPublicKeyEncodingError>;
|
|
295
308
|
/**
|
|
296
309
|
* @see {@link GetServerCertificateCommand}
|
|
297
310
|
*/
|
|
298
|
-
getServerCertificate(args: GetServerCertificateCommandInput, options?:
|
|
311
|
+
getServerCertificate(args: GetServerCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetServerCertificateCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
299
312
|
/**
|
|
300
313
|
* @see {@link GetServiceLastAccessedDetailsCommand}
|
|
301
314
|
*/
|
|
302
|
-
getServiceLastAccessedDetails(args: GetServiceLastAccessedDetailsCommandInput, options?:
|
|
315
|
+
getServiceLastAccessedDetails(args: GetServiceLastAccessedDetailsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetServiceLastAccessedDetailsCommandOutput, SdkError | InvalidInputError | NoSuchEntityError>;
|
|
303
316
|
/**
|
|
304
317
|
* @see {@link GetServiceLastAccessedDetailsWithEntitiesCommand}
|
|
305
318
|
*/
|
|
306
|
-
getServiceLastAccessedDetailsWithEntities(args: GetServiceLastAccessedDetailsWithEntitiesCommandInput, options?:
|
|
319
|
+
getServiceLastAccessedDetailsWithEntities(args: GetServiceLastAccessedDetailsWithEntitiesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetServiceLastAccessedDetailsWithEntitiesCommandOutput, SdkError | InvalidInputError | NoSuchEntityError>;
|
|
307
320
|
/**
|
|
308
321
|
* @see {@link GetServiceLinkedRoleDeletionStatusCommand}
|
|
309
322
|
*/
|
|
310
|
-
getServiceLinkedRoleDeletionStatus(args: GetServiceLinkedRoleDeletionStatusCommandInput, options?:
|
|
311
|
-
/**
|
|
312
|
-
* @see {@link GetSSHPublicKeyCommand}
|
|
313
|
-
*/
|
|
314
|
-
getSSHPublicKey(args: GetSSHPublicKeyCommandInput, options?: __HttpHandlerOptions): Effect.Effect<GetSSHPublicKeyCommandOutput, SdkError | NoSuchEntityError | UnrecognizedPublicKeyEncodingError>;
|
|
323
|
+
getServiceLinkedRoleDeletionStatus(args: GetServiceLinkedRoleDeletionStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetServiceLinkedRoleDeletionStatusCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
315
324
|
/**
|
|
316
325
|
* @see {@link GetUserCommand}
|
|
317
326
|
*/
|
|
318
|
-
getUser(args: GetUserCommandInput, options?:
|
|
327
|
+
getUser(args: GetUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
319
328
|
/**
|
|
320
329
|
* @see {@link GetUserPolicyCommand}
|
|
321
330
|
*/
|
|
322
|
-
getUserPolicy(args: GetUserPolicyCommandInput, options?:
|
|
331
|
+
getUserPolicy(args: GetUserPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUserPolicyCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
323
332
|
/**
|
|
324
333
|
* @see {@link ListAccessKeysCommand}
|
|
325
334
|
*/
|
|
326
|
-
listAccessKeys(args: ListAccessKeysCommandInput, options?:
|
|
335
|
+
listAccessKeys(args: ListAccessKeysCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccessKeysCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
327
336
|
/**
|
|
328
337
|
* @see {@link ListAccountAliasesCommand}
|
|
329
338
|
*/
|
|
330
|
-
listAccountAliases(args: ListAccountAliasesCommandInput, options?:
|
|
339
|
+
listAccountAliases(args: ListAccountAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAccountAliasesCommandOutput, SdkError | ServiceFailureError>;
|
|
331
340
|
/**
|
|
332
341
|
* @see {@link ListAttachedGroupPoliciesCommand}
|
|
333
342
|
*/
|
|
334
|
-
listAttachedGroupPolicies(args: ListAttachedGroupPoliciesCommandInput, options?:
|
|
343
|
+
listAttachedGroupPolicies(args: ListAttachedGroupPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAttachedGroupPoliciesCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
335
344
|
/**
|
|
336
345
|
* @see {@link ListAttachedRolePoliciesCommand}
|
|
337
346
|
*/
|
|
338
|
-
listAttachedRolePolicies(args: ListAttachedRolePoliciesCommandInput, options?:
|
|
347
|
+
listAttachedRolePolicies(args: ListAttachedRolePoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAttachedRolePoliciesCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
339
348
|
/**
|
|
340
349
|
* @see {@link ListAttachedUserPoliciesCommand}
|
|
341
350
|
*/
|
|
342
|
-
listAttachedUserPolicies(args: ListAttachedUserPoliciesCommandInput, options?:
|
|
351
|
+
listAttachedUserPolicies(args: ListAttachedUserPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAttachedUserPoliciesCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
343
352
|
/**
|
|
344
353
|
* @see {@link ListEntitiesForPolicyCommand}
|
|
345
354
|
*/
|
|
346
|
-
listEntitiesForPolicy(args: ListEntitiesForPolicyCommandInput, options?:
|
|
355
|
+
listEntitiesForPolicy(args: ListEntitiesForPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEntitiesForPolicyCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
347
356
|
/**
|
|
348
357
|
* @see {@link ListGroupPoliciesCommand}
|
|
349
358
|
*/
|
|
350
|
-
listGroupPolicies(args: ListGroupPoliciesCommandInput, options?:
|
|
359
|
+
listGroupPolicies(args: ListGroupPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGroupPoliciesCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
351
360
|
/**
|
|
352
361
|
* @see {@link ListGroupsCommand}
|
|
353
362
|
*/
|
|
354
|
-
listGroups(args: ListGroupsCommandInput, options?:
|
|
363
|
+
listGroups(args: ListGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGroupsCommandOutput, SdkError | ServiceFailureError>;
|
|
355
364
|
/**
|
|
356
365
|
* @see {@link ListGroupsForUserCommand}
|
|
357
366
|
*/
|
|
358
|
-
listGroupsForUser(args: ListGroupsForUserCommandInput, options?:
|
|
367
|
+
listGroupsForUser(args: ListGroupsForUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGroupsForUserCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
368
|
+
/**
|
|
369
|
+
* @see {@link ListInstanceProfileTagsCommand}
|
|
370
|
+
*/
|
|
371
|
+
listInstanceProfileTags(args: ListInstanceProfileTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInstanceProfileTagsCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
359
372
|
/**
|
|
360
373
|
* @see {@link ListInstanceProfilesCommand}
|
|
361
374
|
*/
|
|
362
|
-
listInstanceProfiles(args: ListInstanceProfilesCommandInput, options?:
|
|
375
|
+
listInstanceProfiles(args: ListInstanceProfilesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInstanceProfilesCommandOutput, SdkError | ServiceFailureError>;
|
|
363
376
|
/**
|
|
364
377
|
* @see {@link ListInstanceProfilesForRoleCommand}
|
|
365
378
|
*/
|
|
366
|
-
listInstanceProfilesForRole(args: ListInstanceProfilesForRoleCommandInput, options?:
|
|
379
|
+
listInstanceProfilesForRole(args: ListInstanceProfilesForRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListInstanceProfilesForRoleCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
367
380
|
/**
|
|
368
|
-
* @see {@link
|
|
381
|
+
* @see {@link ListMFADeviceTagsCommand}
|
|
369
382
|
*/
|
|
370
|
-
|
|
383
|
+
listMFADeviceTags(args: ListMFADeviceTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListMFADeviceTagsCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
371
384
|
/**
|
|
372
385
|
* @see {@link ListMFADevicesCommand}
|
|
373
386
|
*/
|
|
374
|
-
listMFADevices(args: ListMFADevicesCommandInput, options?:
|
|
387
|
+
listMFADevices(args: ListMFADevicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListMFADevicesCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
375
388
|
/**
|
|
376
|
-
* @see {@link
|
|
389
|
+
* @see {@link ListOpenIDConnectProviderTagsCommand}
|
|
377
390
|
*/
|
|
378
|
-
|
|
391
|
+
listOpenIDConnectProviderTags(args: ListOpenIDConnectProviderTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOpenIDConnectProviderTagsCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
379
392
|
/**
|
|
380
393
|
* @see {@link ListOpenIDConnectProvidersCommand}
|
|
381
394
|
*/
|
|
382
|
-
listOpenIDConnectProviders(args: ListOpenIDConnectProvidersCommandInput, options?:
|
|
383
|
-
/**
|
|
384
|
-
* @see {@link ListOpenIDConnectProviderTagsCommand}
|
|
385
|
-
*/
|
|
386
|
-
listOpenIDConnectProviderTags(args: ListOpenIDConnectProviderTagsCommandInput, options?: __HttpHandlerOptions): Effect.Effect<ListOpenIDConnectProviderTagsCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
395
|
+
listOpenIDConnectProviders(args: ListOpenIDConnectProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOpenIDConnectProvidersCommandOutput, SdkError | ServiceFailureError>;
|
|
387
396
|
/**
|
|
388
397
|
* @see {@link ListPoliciesCommand}
|
|
389
398
|
*/
|
|
390
|
-
listPolicies(args: ListPoliciesCommandInput, options?:
|
|
399
|
+
listPolicies(args: ListPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPoliciesCommandOutput, SdkError | ServiceFailureError>;
|
|
391
400
|
/**
|
|
392
401
|
* @see {@link ListPoliciesGrantingServiceAccessCommand}
|
|
393
402
|
*/
|
|
394
|
-
listPoliciesGrantingServiceAccess(args: ListPoliciesGrantingServiceAccessCommandInput, options?:
|
|
403
|
+
listPoliciesGrantingServiceAccess(args: ListPoliciesGrantingServiceAccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPoliciesGrantingServiceAccessCommandOutput, SdkError | InvalidInputError | NoSuchEntityError>;
|
|
395
404
|
/**
|
|
396
405
|
* @see {@link ListPolicyTagsCommand}
|
|
397
406
|
*/
|
|
398
|
-
listPolicyTags(args: ListPolicyTagsCommandInput, options?:
|
|
407
|
+
listPolicyTags(args: ListPolicyTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyTagsCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
399
408
|
/**
|
|
400
409
|
* @see {@link ListPolicyVersionsCommand}
|
|
401
410
|
*/
|
|
402
|
-
listPolicyVersions(args: ListPolicyVersionsCommandInput, options?:
|
|
411
|
+
listPolicyVersions(args: ListPolicyVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyVersionsCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
403
412
|
/**
|
|
404
413
|
* @see {@link ListRolePoliciesCommand}
|
|
405
414
|
*/
|
|
406
|
-
listRolePolicies(args: ListRolePoliciesCommandInput, options?:
|
|
415
|
+
listRolePolicies(args: ListRolePoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListRolePoliciesCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
416
|
+
/**
|
|
417
|
+
* @see {@link ListRoleTagsCommand}
|
|
418
|
+
*/
|
|
419
|
+
listRoleTags(args: ListRoleTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListRoleTagsCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
407
420
|
/**
|
|
408
421
|
* @see {@link ListRolesCommand}
|
|
409
422
|
*/
|
|
410
|
-
listRoles(args: ListRolesCommandInput, options?:
|
|
423
|
+
listRoles(args: ListRolesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListRolesCommandOutput, SdkError | ServiceFailureError>;
|
|
411
424
|
/**
|
|
412
|
-
* @see {@link
|
|
425
|
+
* @see {@link ListSAMLProviderTagsCommand}
|
|
413
426
|
*/
|
|
414
|
-
|
|
427
|
+
listSAMLProviderTags(args: ListSAMLProviderTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListSAMLProviderTagsCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
415
428
|
/**
|
|
416
429
|
* @see {@link ListSAMLProvidersCommand}
|
|
417
430
|
*/
|
|
418
|
-
listSAMLProviders(args: ListSAMLProvidersCommandInput, options?:
|
|
431
|
+
listSAMLProviders(args: ListSAMLProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListSAMLProvidersCommandOutput, SdkError | ServiceFailureError>;
|
|
419
432
|
/**
|
|
420
|
-
* @see {@link
|
|
433
|
+
* @see {@link ListSSHPublicKeysCommand}
|
|
421
434
|
*/
|
|
422
|
-
|
|
435
|
+
listSSHPublicKeys(args: ListSSHPublicKeysCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListSSHPublicKeysCommandOutput, SdkError | NoSuchEntityError>;
|
|
423
436
|
/**
|
|
424
|
-
* @see {@link
|
|
437
|
+
* @see {@link ListServerCertificateTagsCommand}
|
|
425
438
|
*/
|
|
426
|
-
|
|
439
|
+
listServerCertificateTags(args: ListServerCertificateTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListServerCertificateTagsCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
427
440
|
/**
|
|
428
|
-
* @see {@link
|
|
441
|
+
* @see {@link ListServerCertificatesCommand}
|
|
429
442
|
*/
|
|
430
|
-
|
|
443
|
+
listServerCertificates(args: ListServerCertificatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListServerCertificatesCommandOutput, SdkError | ServiceFailureError>;
|
|
431
444
|
/**
|
|
432
445
|
* @see {@link ListServiceSpecificCredentialsCommand}
|
|
433
446
|
*/
|
|
434
|
-
listServiceSpecificCredentials(args: ListServiceSpecificCredentialsCommandInput, options?:
|
|
447
|
+
listServiceSpecificCredentials(args: ListServiceSpecificCredentialsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListServiceSpecificCredentialsCommandOutput, SdkError | NoSuchEntityError | ServiceNotSupportedError>;
|
|
435
448
|
/**
|
|
436
449
|
* @see {@link ListSigningCertificatesCommand}
|
|
437
450
|
*/
|
|
438
|
-
listSigningCertificates(args: ListSigningCertificatesCommandInput, options?:
|
|
439
|
-
/**
|
|
440
|
-
* @see {@link ListSSHPublicKeysCommand}
|
|
441
|
-
*/
|
|
442
|
-
listSSHPublicKeys(args: ListSSHPublicKeysCommandInput, options?: __HttpHandlerOptions): Effect.Effect<ListSSHPublicKeysCommandOutput, SdkError | NoSuchEntityError>;
|
|
451
|
+
listSigningCertificates(args: ListSigningCertificatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListSigningCertificatesCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
443
452
|
/**
|
|
444
453
|
* @see {@link ListUserPoliciesCommand}
|
|
445
454
|
*/
|
|
446
|
-
listUserPolicies(args: ListUserPoliciesCommandInput, options?:
|
|
455
|
+
listUserPolicies(args: ListUserPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUserPoliciesCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
447
456
|
/**
|
|
448
|
-
* @see {@link
|
|
457
|
+
* @see {@link ListUserTagsCommand}
|
|
449
458
|
*/
|
|
450
|
-
|
|
459
|
+
listUserTags(args: ListUserTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUserTagsCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError>;
|
|
451
460
|
/**
|
|
452
|
-
* @see {@link
|
|
461
|
+
* @see {@link ListUsersCommand}
|
|
453
462
|
*/
|
|
454
|
-
|
|
463
|
+
listUsers(args: ListUsersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListUsersCommandOutput, SdkError | ServiceFailureError>;
|
|
455
464
|
/**
|
|
456
465
|
* @see {@link ListVirtualMFADevicesCommand}
|
|
457
466
|
*/
|
|
458
|
-
listVirtualMFADevices(args: ListVirtualMFADevicesCommandInput, options?:
|
|
467
|
+
listVirtualMFADevices(args: ListVirtualMFADevicesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVirtualMFADevicesCommandOutput, SdkError>;
|
|
459
468
|
/**
|
|
460
469
|
* @see {@link PutGroupPolicyCommand}
|
|
461
470
|
*/
|
|
462
|
-
putGroupPolicy(args: PutGroupPolicyCommandInput, options?:
|
|
471
|
+
putGroupPolicy(args: PutGroupPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutGroupPolicyCommandOutput, SdkError | LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError>;
|
|
463
472
|
/**
|
|
464
473
|
* @see {@link PutRolePermissionsBoundaryCommand}
|
|
465
474
|
*/
|
|
466
|
-
putRolePermissionsBoundary(args: PutRolePermissionsBoundaryCommandInput, options?:
|
|
475
|
+
putRolePermissionsBoundary(args: PutRolePermissionsBoundaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutRolePermissionsBoundaryCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError | UnmodifiableEntityError>;
|
|
467
476
|
/**
|
|
468
477
|
* @see {@link PutRolePolicyCommand}
|
|
469
478
|
*/
|
|
470
|
-
putRolePolicy(args: PutRolePolicyCommandInput, options?:
|
|
479
|
+
putRolePolicy(args: PutRolePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutRolePolicyCommandOutput, SdkError | LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
471
480
|
/**
|
|
472
481
|
* @see {@link PutUserPermissionsBoundaryCommand}
|
|
473
482
|
*/
|
|
474
|
-
putUserPermissionsBoundary(args: PutUserPermissionsBoundaryCommandInput, options?:
|
|
483
|
+
putUserPermissionsBoundary(args: PutUserPermissionsBoundaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutUserPermissionsBoundaryCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError>;
|
|
475
484
|
/**
|
|
476
485
|
* @see {@link PutUserPolicyCommand}
|
|
477
486
|
*/
|
|
478
|
-
putUserPolicy(args: PutUserPolicyCommandInput, options?:
|
|
487
|
+
putUserPolicy(args: PutUserPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutUserPolicyCommandOutput, SdkError | LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError>;
|
|
479
488
|
/**
|
|
480
489
|
* @see {@link RemoveClientIDFromOpenIDConnectProviderCommand}
|
|
481
490
|
*/
|
|
482
|
-
removeClientIDFromOpenIDConnectProvider(args: RemoveClientIDFromOpenIDConnectProviderCommandInput, options?:
|
|
491
|
+
removeClientIDFromOpenIDConnectProvider(args: RemoveClientIDFromOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveClientIDFromOpenIDConnectProviderCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
483
492
|
/**
|
|
484
493
|
* @see {@link RemoveRoleFromInstanceProfileCommand}
|
|
485
494
|
*/
|
|
486
|
-
removeRoleFromInstanceProfile(args: RemoveRoleFromInstanceProfileCommandInput, options?:
|
|
495
|
+
removeRoleFromInstanceProfile(args: RemoveRoleFromInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveRoleFromInstanceProfileCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
487
496
|
/**
|
|
488
497
|
* @see {@link RemoveUserFromGroupCommand}
|
|
489
498
|
*/
|
|
490
|
-
removeUserFromGroup(args: RemoveUserFromGroupCommandInput, options?:
|
|
499
|
+
removeUserFromGroup(args: RemoveUserFromGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveUserFromGroupCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
491
500
|
/**
|
|
492
501
|
* @see {@link ResetServiceSpecificCredentialCommand}
|
|
493
502
|
*/
|
|
494
|
-
resetServiceSpecificCredential(args: ResetServiceSpecificCredentialCommandInput, options?:
|
|
503
|
+
resetServiceSpecificCredential(args: ResetServiceSpecificCredentialCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResetServiceSpecificCredentialCommandOutput, SdkError | NoSuchEntityError>;
|
|
495
504
|
/**
|
|
496
505
|
* @see {@link ResyncMFADeviceCommand}
|
|
497
506
|
*/
|
|
498
|
-
resyncMFADevice(args: ResyncMFADeviceCommandInput, options?:
|
|
507
|
+
resyncMFADevice(args: ResyncMFADeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ResyncMFADeviceCommandOutput, SdkError | ConcurrentModificationError | InvalidAuthenticationCodeError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
499
508
|
/**
|
|
500
509
|
* @see {@link SetDefaultPolicyVersionCommand}
|
|
501
510
|
*/
|
|
502
|
-
setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, options?:
|
|
511
|
+
setDefaultPolicyVersion(args: SetDefaultPolicyVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetDefaultPolicyVersionCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
503
512
|
/**
|
|
504
513
|
* @see {@link SetSecurityTokenServicePreferencesCommand}
|
|
505
514
|
*/
|
|
506
|
-
setSecurityTokenServicePreferences(args: SetSecurityTokenServicePreferencesCommandInput, options?:
|
|
515
|
+
setSecurityTokenServicePreferences(args: SetSecurityTokenServicePreferencesCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetSecurityTokenServicePreferencesCommandOutput, SdkError | ServiceFailureError>;
|
|
507
516
|
/**
|
|
508
517
|
* @see {@link SimulateCustomPolicyCommand}
|
|
509
518
|
*/
|
|
510
|
-
simulateCustomPolicy(args: SimulateCustomPolicyCommandInput, options?:
|
|
519
|
+
simulateCustomPolicy(args: SimulateCustomPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<SimulateCustomPolicyCommandOutput, SdkError | InvalidInputError | PolicyEvaluationError>;
|
|
511
520
|
/**
|
|
512
521
|
* @see {@link SimulatePrincipalPolicyCommand}
|
|
513
522
|
*/
|
|
514
|
-
simulatePrincipalPolicy(args: SimulatePrincipalPolicyCommandInput, options?:
|
|
523
|
+
simulatePrincipalPolicy(args: SimulatePrincipalPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<SimulatePrincipalPolicyCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | PolicyEvaluationError>;
|
|
515
524
|
/**
|
|
516
525
|
* @see {@link TagInstanceProfileCommand}
|
|
517
526
|
*/
|
|
518
|
-
tagInstanceProfile(args: TagInstanceProfileCommandInput, options?:
|
|
527
|
+
tagInstanceProfile(args: TagInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagInstanceProfileCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
519
528
|
/**
|
|
520
529
|
* @see {@link TagMFADeviceCommand}
|
|
521
530
|
*/
|
|
522
|
-
tagMFADevice(args: TagMFADeviceCommandInput, options?:
|
|
531
|
+
tagMFADevice(args: TagMFADeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagMFADeviceCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
523
532
|
/**
|
|
524
533
|
* @see {@link TagOpenIDConnectProviderCommand}
|
|
525
534
|
*/
|
|
526
|
-
tagOpenIDConnectProvider(args: TagOpenIDConnectProviderCommandInput, options?:
|
|
535
|
+
tagOpenIDConnectProvider(args: TagOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagOpenIDConnectProviderCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
527
536
|
/**
|
|
528
537
|
* @see {@link TagPolicyCommand}
|
|
529
538
|
*/
|
|
530
|
-
tagPolicy(args: TagPolicyCommandInput, options?:
|
|
539
|
+
tagPolicy(args: TagPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagPolicyCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
531
540
|
/**
|
|
532
541
|
* @see {@link TagRoleCommand}
|
|
533
542
|
*/
|
|
534
|
-
tagRole(args: TagRoleCommandInput, options?:
|
|
543
|
+
tagRole(args: TagRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagRoleCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
535
544
|
/**
|
|
536
545
|
* @see {@link TagSAMLProviderCommand}
|
|
537
546
|
*/
|
|
538
|
-
tagSAMLProvider(args: TagSAMLProviderCommandInput, options?:
|
|
547
|
+
tagSAMLProvider(args: TagSAMLProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagSAMLProviderCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
539
548
|
/**
|
|
540
549
|
* @see {@link TagServerCertificateCommand}
|
|
541
550
|
*/
|
|
542
|
-
tagServerCertificate(args: TagServerCertificateCommandInput, options?:
|
|
551
|
+
tagServerCertificate(args: TagServerCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagServerCertificateCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
543
552
|
/**
|
|
544
553
|
* @see {@link TagUserCommand}
|
|
545
554
|
*/
|
|
546
|
-
tagUser(args: TagUserCommandInput, options?:
|
|
555
|
+
tagUser(args: TagUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagUserCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
547
556
|
/**
|
|
548
557
|
* @see {@link UntagInstanceProfileCommand}
|
|
549
558
|
*/
|
|
550
|
-
untagInstanceProfile(args: UntagInstanceProfileCommandInput, options?:
|
|
559
|
+
untagInstanceProfile(args: UntagInstanceProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagInstanceProfileCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
551
560
|
/**
|
|
552
561
|
* @see {@link UntagMFADeviceCommand}
|
|
553
562
|
*/
|
|
554
|
-
untagMFADevice(args: UntagMFADeviceCommandInput, options?:
|
|
563
|
+
untagMFADevice(args: UntagMFADeviceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagMFADeviceCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
555
564
|
/**
|
|
556
565
|
* @see {@link UntagOpenIDConnectProviderCommand}
|
|
557
566
|
*/
|
|
558
|
-
untagOpenIDConnectProvider(args: UntagOpenIDConnectProviderCommandInput, options?:
|
|
567
|
+
untagOpenIDConnectProvider(args: UntagOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagOpenIDConnectProviderCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
559
568
|
/**
|
|
560
569
|
* @see {@link UntagPolicyCommand}
|
|
561
570
|
*/
|
|
562
|
-
untagPolicy(args: UntagPolicyCommandInput, options?:
|
|
571
|
+
untagPolicy(args: UntagPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagPolicyCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
563
572
|
/**
|
|
564
573
|
* @see {@link UntagRoleCommand}
|
|
565
574
|
*/
|
|
566
|
-
untagRole(args: UntagRoleCommandInput, options?:
|
|
575
|
+
untagRole(args: UntagRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagRoleCommandOutput, SdkError | ConcurrentModificationError | NoSuchEntityError | ServiceFailureError>;
|
|
567
576
|
/**
|
|
568
577
|
* @see {@link UntagSAMLProviderCommand}
|
|
569
578
|
*/
|
|
570
|
-
untagSAMLProvider(args: UntagSAMLProviderCommandInput, options?:
|
|
579
|
+
untagSAMLProvider(args: UntagSAMLProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagSAMLProviderCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
571
580
|
/**
|
|
572
581
|
* @see {@link UntagServerCertificateCommand}
|
|
573
582
|
*/
|
|
574
|
-
untagServerCertificate(args: UntagServerCertificateCommandInput, options?:
|
|
583
|
+
untagServerCertificate(args: UntagServerCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagServerCertificateCommandOutput, SdkError | ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
575
584
|
/**
|
|
576
585
|
* @see {@link UntagUserCommand}
|
|
577
586
|
*/
|
|
578
|
-
untagUser(args: UntagUserCommandInput, options?:
|
|
587
|
+
untagUser(args: UntagUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagUserCommandOutput, SdkError | ConcurrentModificationError | NoSuchEntityError | ServiceFailureError>;
|
|
579
588
|
/**
|
|
580
589
|
* @see {@link UpdateAccessKeyCommand}
|
|
581
590
|
*/
|
|
582
|
-
updateAccessKey(args: UpdateAccessKeyCommandInput, options?:
|
|
591
|
+
updateAccessKey(args: UpdateAccessKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAccessKeyCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
583
592
|
/**
|
|
584
593
|
* @see {@link UpdateAccountPasswordPolicyCommand}
|
|
585
594
|
*/
|
|
586
|
-
updateAccountPasswordPolicy(args: UpdateAccountPasswordPolicyCommandInput, options?:
|
|
595
|
+
updateAccountPasswordPolicy(args: UpdateAccountPasswordPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAccountPasswordPolicyCommandOutput, SdkError | LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError>;
|
|
587
596
|
/**
|
|
588
597
|
* @see {@link UpdateAssumeRolePolicyCommand}
|
|
589
598
|
*/
|
|
590
|
-
updateAssumeRolePolicy(args: UpdateAssumeRolePolicyCommandInput, options?:
|
|
599
|
+
updateAssumeRolePolicy(args: UpdateAssumeRolePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAssumeRolePolicyCommandOutput, SdkError | LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
591
600
|
/**
|
|
592
601
|
* @see {@link UpdateGroupCommand}
|
|
593
602
|
*/
|
|
594
|
-
updateGroup(args: UpdateGroupCommandInput, options?:
|
|
603
|
+
updateGroup(args: UpdateGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGroupCommandOutput, SdkError | EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
595
604
|
/**
|
|
596
605
|
* @see {@link UpdateLoginProfileCommand}
|
|
597
606
|
*/
|
|
598
|
-
updateLoginProfile(args: UpdateLoginProfileCommandInput, options?:
|
|
607
|
+
updateLoginProfile(args: UpdateLoginProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateLoginProfileCommandOutput, SdkError | EntityTemporarilyUnmodifiableError | LimitExceededError | NoSuchEntityError | PasswordPolicyViolationError | ServiceFailureError>;
|
|
599
608
|
/**
|
|
600
609
|
* @see {@link UpdateOpenIDConnectProviderThumbprintCommand}
|
|
601
610
|
*/
|
|
602
|
-
updateOpenIDConnectProviderThumbprint(args: UpdateOpenIDConnectProviderThumbprintCommandInput, options?:
|
|
611
|
+
updateOpenIDConnectProviderThumbprint(args: UpdateOpenIDConnectProviderThumbprintCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateOpenIDConnectProviderThumbprintCommandOutput, SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError>;
|
|
603
612
|
/**
|
|
604
613
|
* @see {@link UpdateRoleCommand}
|
|
605
614
|
*/
|
|
606
|
-
updateRole(args: UpdateRoleCommandInput, options?:
|
|
615
|
+
updateRole(args: UpdateRoleCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRoleCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
607
616
|
/**
|
|
608
617
|
* @see {@link UpdateRoleDescriptionCommand}
|
|
609
618
|
*/
|
|
610
|
-
updateRoleDescription(args: UpdateRoleDescriptionCommandInput, options?:
|
|
619
|
+
updateRoleDescription(args: UpdateRoleDescriptionCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRoleDescriptionCommandOutput, SdkError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError>;
|
|
611
620
|
/**
|
|
612
621
|
* @see {@link UpdateSAMLProviderCommand}
|
|
613
622
|
*/
|
|
614
|
-
updateSAMLProvider(args: UpdateSAMLProviderCommandInput, options?:
|
|
623
|
+
updateSAMLProvider(args: UpdateSAMLProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateSAMLProviderCommandOutput, SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
624
|
+
/**
|
|
625
|
+
* @see {@link UpdateSSHPublicKeyCommand}
|
|
626
|
+
*/
|
|
627
|
+
updateSSHPublicKey(args: UpdateSSHPublicKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateSSHPublicKeyCommandOutput, SdkError | NoSuchEntityError>;
|
|
615
628
|
/**
|
|
616
629
|
* @see {@link UpdateServerCertificateCommand}
|
|
617
630
|
*/
|
|
618
|
-
updateServerCertificate(args: UpdateServerCertificateCommandInput, options?:
|
|
631
|
+
updateServerCertificate(args: UpdateServerCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateServerCertificateCommandOutput, SdkError | EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
619
632
|
/**
|
|
620
633
|
* @see {@link UpdateServiceSpecificCredentialCommand}
|
|
621
634
|
*/
|
|
622
|
-
updateServiceSpecificCredential(args: UpdateServiceSpecificCredentialCommandInput, options?:
|
|
635
|
+
updateServiceSpecificCredential(args: UpdateServiceSpecificCredentialCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateServiceSpecificCredentialCommandOutput, SdkError | NoSuchEntityError>;
|
|
623
636
|
/**
|
|
624
637
|
* @see {@link UpdateSigningCertificateCommand}
|
|
625
638
|
*/
|
|
626
|
-
updateSigningCertificate(args: UpdateSigningCertificateCommandInput, options?:
|
|
639
|
+
updateSigningCertificate(args: UpdateSigningCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateSigningCertificateCommandOutput, SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
627
640
|
/**
|
|
628
|
-
* @see {@link
|
|
641
|
+
* @see {@link UpdateUserCommand}
|
|
629
642
|
*/
|
|
630
|
-
|
|
643
|
+
updateUser(args: UpdateUserCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUserCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | EntityTemporarilyUnmodifiableError | LimitExceededError | NoSuchEntityError | ServiceFailureError>;
|
|
631
644
|
/**
|
|
632
|
-
* @see {@link
|
|
645
|
+
* @see {@link UploadSSHPublicKeyCommand}
|
|
633
646
|
*/
|
|
634
|
-
|
|
647
|
+
uploadSSHPublicKey(args: UploadSSHPublicKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UploadSSHPublicKeyCommandOutput, SdkError | DuplicateSSHPublicKeyError | InvalidPublicKeyError | LimitExceededError | NoSuchEntityError | UnrecognizedPublicKeyEncodingError>;
|
|
635
648
|
/**
|
|
636
649
|
* @see {@link UploadServerCertificateCommand}
|
|
637
650
|
*/
|
|
638
|
-
uploadServerCertificate(args: UploadServerCertificateCommandInput, options?:
|
|
651
|
+
uploadServerCertificate(args: UploadServerCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UploadServerCertificateCommandOutput, SdkError | ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | KeyPairMismatchError | LimitExceededError | MalformedCertificateError | ServiceFailureError>;
|
|
639
652
|
/**
|
|
640
653
|
* @see {@link UploadSigningCertificateCommand}
|
|
641
654
|
*/
|
|
642
|
-
uploadSigningCertificate(args: UploadSigningCertificateCommandInput, options?:
|
|
643
|
-
/**
|
|
644
|
-
* @see {@link UploadSSHPublicKeyCommand}
|
|
645
|
-
*/
|
|
646
|
-
uploadSSHPublicKey(args: UploadSSHPublicKeyCommandInput, options?: __HttpHandlerOptions): Effect.Effect<UploadSSHPublicKeyCommandOutput, SdkError | DuplicateSSHPublicKeyError | InvalidPublicKeyError | LimitExceededError | NoSuchEntityError | UnrecognizedPublicKeyEncodingError>;
|
|
655
|
+
uploadSigningCertificate(args: UploadSigningCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UploadSigningCertificateCommandOutput, SdkError | ConcurrentModificationError | DuplicateCertificateError | EntityAlreadyExistsError | InvalidCertificateError | LimitExceededError | MalformedCertificateError | NoSuchEntityError | ServiceFailureError>;
|
|
647
656
|
}
|
|
648
657
|
declare const IAMService_base: import("effect/Context").TagClass<IAMService, "@effect-aws/client-iam/IAMService", IAMService$> & {
|
|
649
658
|
readonly _: Effect.Effect<IAMService$["_"], never, IAMService>;
|
|
650
|
-
addClientIDToOpenIDConnectProvider: (args: AddClientIDToOpenIDConnectProviderCommandInput, options?:
|
|
651
|
-
addRoleToInstanceProfile: (args: AddRoleToInstanceProfileCommandInput, options?:
|
|
652
|
-
addUserToGroup: (args: AddUserToGroupCommandInput, options?:
|
|
653
|
-
attachGroupPolicy: (args: AttachGroupPolicyCommandInput, options?:
|
|
654
|
-
attachRolePolicy: (args: AttachRolePolicyCommandInput, options?:
|
|
655
|
-
attachUserPolicy: (args: AttachUserPolicyCommandInput, options?:
|
|
656
|
-
changePassword: (args: ChangePasswordCommandInput, options?:
|
|
657
|
-
createAccessKey: (args: CreateAccessKeyCommandInput, options?:
|
|
658
|
-
createAccountAlias: (args: CreateAccountAliasCommandInput, options?:
|
|
659
|
-
createGroup: (args: CreateGroupCommandInput, options?:
|
|
660
|
-
createInstanceProfile: (args: CreateInstanceProfileCommandInput, options?:
|
|
661
|
-
createLoginProfile: (args: CreateLoginProfileCommandInput, options?:
|
|
662
|
-
createOpenIDConnectProvider: (args: CreateOpenIDConnectProviderCommandInput, options?:
|
|
663
|
-
createPolicy: (args: CreatePolicyCommandInput, options?:
|
|
664
|
-
createPolicyVersion: (args: CreatePolicyVersionCommandInput, options?:
|
|
665
|
-
createRole: (args: CreateRoleCommandInput, options?:
|
|
666
|
-
createSAMLProvider: (args: CreateSAMLProviderCommandInput, options?:
|
|
667
|
-
createServiceLinkedRole: (args: CreateServiceLinkedRoleCommandInput, options?:
|
|
668
|
-
createServiceSpecificCredential: (args: CreateServiceSpecificCredentialCommandInput, options?:
|
|
669
|
-
createUser: (args: CreateUserCommandInput, options?:
|
|
670
|
-
createVirtualMFADevice: (args: CreateVirtualMFADeviceCommandInput, options?:
|
|
671
|
-
deactivateMFADevice: (args: DeactivateMFADeviceCommandInput, options?:
|
|
672
|
-
deleteAccessKey: (args: DeleteAccessKeyCommandInput, options?:
|
|
673
|
-
deleteAccountAlias: (args: DeleteAccountAliasCommandInput, options?:
|
|
674
|
-
deleteAccountPasswordPolicy: (args: DeleteAccountPasswordPolicyCommandInput, options?:
|
|
675
|
-
deleteGroup: (args: DeleteGroupCommandInput, options?:
|
|
676
|
-
deleteGroupPolicy: (args: DeleteGroupPolicyCommandInput, options?:
|
|
677
|
-
deleteInstanceProfile: (args: DeleteInstanceProfileCommandInput, options?:
|
|
678
|
-
deleteLoginProfile: (args: DeleteLoginProfileCommandInput, options?:
|
|
679
|
-
deleteOpenIDConnectProvider: (args: DeleteOpenIDConnectProviderCommandInput, options?:
|
|
680
|
-
deletePolicy: (args: DeletePolicyCommandInput, options?:
|
|
681
|
-
deletePolicyVersion: (args: DeletePolicyVersionCommandInput, options?:
|
|
682
|
-
deleteRole: (args: DeleteRoleCommandInput, options?:
|
|
683
|
-
deleteRolePermissionsBoundary: (args: DeleteRolePermissionsBoundaryCommandInput, options?:
|
|
684
|
-
deleteRolePolicy: (args: DeleteRolePolicyCommandInput, options?:
|
|
685
|
-
deleteSAMLProvider: (args: DeleteSAMLProviderCommandInput, options?:
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
deleteUser: (args: DeleteUserCommandInput, options?:
|
|
692
|
-
deleteUserPermissionsBoundary: (args: DeleteUserPermissionsBoundaryCommandInput, options?:
|
|
693
|
-
deleteUserPolicy: (args: DeleteUserPolicyCommandInput, options?:
|
|
694
|
-
deleteVirtualMFADevice: (args: DeleteVirtualMFADeviceCommandInput, options?:
|
|
695
|
-
detachGroupPolicy: (args: DetachGroupPolicyCommandInput, options?:
|
|
696
|
-
detachRolePolicy: (args: DetachRolePolicyCommandInput, options?:
|
|
697
|
-
detachUserPolicy: (args: DetachUserPolicyCommandInput, options?:
|
|
698
|
-
enableMFADevice: (args: EnableMFADeviceCommandInput, options?:
|
|
699
|
-
generateCredentialReport: (args: GenerateCredentialReportCommandInput, options?:
|
|
700
|
-
generateOrganizationsAccessReport: (args: GenerateOrganizationsAccessReportCommandInput, options?:
|
|
701
|
-
generateServiceLastAccessedDetails: (args: GenerateServiceLastAccessedDetailsCommandInput, options?:
|
|
702
|
-
getAccessKeyLastUsed: (args: GetAccessKeyLastUsedCommandInput, options?:
|
|
703
|
-
getAccountAuthorizationDetails: (args: GetAccountAuthorizationDetailsCommandInput, options?:
|
|
704
|
-
getAccountPasswordPolicy: (args: GetAccountPasswordPolicyCommandInput, options?:
|
|
705
|
-
getAccountSummary: (args: GetAccountSummaryCommandInput, options?:
|
|
706
|
-
getContextKeysForCustomPolicy: (args: GetContextKeysForCustomPolicyCommandInput, options?:
|
|
707
|
-
getContextKeysForPrincipalPolicy: (args: GetContextKeysForPrincipalPolicyCommandInput, options?:
|
|
708
|
-
getCredentialReport: (args: GetCredentialReportCommandInput, options?:
|
|
709
|
-
getGroup: (args: GetGroupCommandInput, options?:
|
|
710
|
-
getGroupPolicy: (args: GetGroupPolicyCommandInput, options?:
|
|
711
|
-
getInstanceProfile: (args: GetInstanceProfileCommandInput, options?:
|
|
712
|
-
getLoginProfile: (args: GetLoginProfileCommandInput, options?:
|
|
713
|
-
getMFADevice: (args: GetMFADeviceCommandInput, options?:
|
|
714
|
-
getOpenIDConnectProvider: (args: GetOpenIDConnectProviderCommandInput, options?:
|
|
715
|
-
getOrganizationsAccessReport: (args: GetOrganizationsAccessReportCommandInput, options?:
|
|
716
|
-
getPolicy: (args: GetPolicyCommandInput, options?:
|
|
717
|
-
getPolicyVersion: (args: GetPolicyVersionCommandInput, options?:
|
|
718
|
-
getRole: (args: GetRoleCommandInput, options?:
|
|
719
|
-
getRolePolicy: (args: GetRolePolicyCommandInput, options?:
|
|
720
|
-
getSAMLProvider: (args: GetSAMLProviderCommandInput, options?:
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
getUser: (args: GetUserCommandInput, options?:
|
|
727
|
-
getUserPolicy: (args: GetUserPolicyCommandInput, options?:
|
|
728
|
-
listAccessKeys: (args: ListAccessKeysCommandInput, options?:
|
|
729
|
-
listAccountAliases: (args: ListAccountAliasesCommandInput, options?:
|
|
730
|
-
listAttachedGroupPolicies: (args: ListAttachedGroupPoliciesCommandInput, options?:
|
|
731
|
-
listAttachedRolePolicies: (args: ListAttachedRolePoliciesCommandInput, options?:
|
|
732
|
-
listAttachedUserPolicies: (args: ListAttachedUserPoliciesCommandInput, options?:
|
|
733
|
-
listEntitiesForPolicy: (args: ListEntitiesForPolicyCommandInput, options?:
|
|
734
|
-
listGroupPolicies: (args: ListGroupPoliciesCommandInput, options?:
|
|
735
|
-
listGroups: (args: ListGroupsCommandInput, options?:
|
|
736
|
-
listGroupsForUser: (args: ListGroupsForUserCommandInput, options?:
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
listPolicies: (args: ListPoliciesCommandInput, options?:
|
|
745
|
-
listPoliciesGrantingServiceAccess: (args: ListPoliciesGrantingServiceAccessCommandInput, options?:
|
|
746
|
-
listPolicyTags: (args: ListPolicyTagsCommandInput, options?:
|
|
747
|
-
listPolicyVersions: (args: ListPolicyVersionsCommandInput, options?:
|
|
748
|
-
listRolePolicies: (args: ListRolePoliciesCommandInput, options?:
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
listServerCertificateTags: (args: ListServerCertificateTagsCommandInput, options?:
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
listUserPolicies: (args: ListUserPoliciesCommandInput, options?:
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
listVirtualMFADevices: (args: ListVirtualMFADevicesCommandInput, options?:
|
|
762
|
-
putGroupPolicy: (args: PutGroupPolicyCommandInput, options?:
|
|
763
|
-
putRolePermissionsBoundary: (args: PutRolePermissionsBoundaryCommandInput, options?:
|
|
764
|
-
putRolePolicy: (args: PutRolePolicyCommandInput, options?:
|
|
765
|
-
putUserPermissionsBoundary: (args: PutUserPermissionsBoundaryCommandInput, options?:
|
|
766
|
-
putUserPolicy: (args: PutUserPolicyCommandInput, options?:
|
|
767
|
-
removeClientIDFromOpenIDConnectProvider: (args: RemoveClientIDFromOpenIDConnectProviderCommandInput, options?:
|
|
768
|
-
removeRoleFromInstanceProfile: (args: RemoveRoleFromInstanceProfileCommandInput, options?:
|
|
769
|
-
removeUserFromGroup: (args: RemoveUserFromGroupCommandInput, options?:
|
|
770
|
-
resetServiceSpecificCredential: (args: ResetServiceSpecificCredentialCommandInput, options?:
|
|
771
|
-
resyncMFADevice: (args: ResyncMFADeviceCommandInput, options?:
|
|
772
|
-
setDefaultPolicyVersion: (args: SetDefaultPolicyVersionCommandInput, options?:
|
|
773
|
-
setSecurityTokenServicePreferences: (args: SetSecurityTokenServicePreferencesCommandInput, options?:
|
|
774
|
-
simulateCustomPolicy: (args: SimulateCustomPolicyCommandInput, options?:
|
|
775
|
-
simulatePrincipalPolicy: (args: SimulatePrincipalPolicyCommandInput, options?:
|
|
776
|
-
tagInstanceProfile: (args: TagInstanceProfileCommandInput, options?:
|
|
777
|
-
tagMFADevice: (args: TagMFADeviceCommandInput, options?:
|
|
778
|
-
tagOpenIDConnectProvider: (args: TagOpenIDConnectProviderCommandInput, options?:
|
|
779
|
-
tagPolicy: (args: TagPolicyCommandInput, options?:
|
|
780
|
-
tagRole: (args: TagRoleCommandInput, options?:
|
|
781
|
-
tagSAMLProvider: (args: TagSAMLProviderCommandInput, options?:
|
|
782
|
-
tagServerCertificate: (args: TagServerCertificateCommandInput, options?:
|
|
783
|
-
tagUser: (args: TagUserCommandInput, options?:
|
|
784
|
-
untagInstanceProfile: (args: UntagInstanceProfileCommandInput, options?:
|
|
785
|
-
untagMFADevice: (args: UntagMFADeviceCommandInput, options?:
|
|
786
|
-
untagOpenIDConnectProvider: (args: UntagOpenIDConnectProviderCommandInput, options?:
|
|
787
|
-
untagPolicy: (args: UntagPolicyCommandInput, options?:
|
|
788
|
-
untagRole: (args: UntagRoleCommandInput, options?:
|
|
789
|
-
untagSAMLProvider: (args: UntagSAMLProviderCommandInput, options?:
|
|
790
|
-
untagServerCertificate: (args: UntagServerCertificateCommandInput, options?:
|
|
791
|
-
untagUser: (args: UntagUserCommandInput, options?:
|
|
792
|
-
updateAccessKey: (args: UpdateAccessKeyCommandInput, options?:
|
|
793
|
-
updateAccountPasswordPolicy: (args: UpdateAccountPasswordPolicyCommandInput, options?:
|
|
794
|
-
updateAssumeRolePolicy: (args: UpdateAssumeRolePolicyCommandInput, options?:
|
|
795
|
-
updateGroup: (args: UpdateGroupCommandInput, options?:
|
|
796
|
-
updateLoginProfile: (args: UpdateLoginProfileCommandInput, options?:
|
|
797
|
-
updateOpenIDConnectProviderThumbprint: (args: UpdateOpenIDConnectProviderThumbprintCommandInput, options?:
|
|
798
|
-
updateRole: (args: UpdateRoleCommandInput, options?:
|
|
799
|
-
updateRoleDescription: (args: UpdateRoleDescriptionCommandInput, options?:
|
|
800
|
-
updateSAMLProvider: (args: UpdateSAMLProviderCommandInput, options?:
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
updateUser: (args: UpdateUserCommandInput, options?:
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
659
|
+
addClientIDToOpenIDConnectProvider: (args: AddClientIDToOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AddClientIDToOpenIDConnectProviderCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
660
|
+
addRoleToInstanceProfile: (args: AddRoleToInstanceProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AddRoleToInstanceProfileCommandOutput, EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
661
|
+
addUserToGroup: (args: AddUserToGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AddUserToGroupCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
662
|
+
attachGroupPolicy: (args: AttachGroupPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachGroupPolicyCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError | SdkError, IAMService>;
|
|
663
|
+
attachRolePolicy: (args: AttachRolePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachRolePolicyCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
664
|
+
attachUserPolicy: (args: AttachUserPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AttachUserPolicyCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError | SdkError, IAMService>;
|
|
665
|
+
changePassword: (args: ChangePasswordCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ChangePasswordCommandOutput, EntityTemporarilyUnmodifiableError | InvalidUserTypeError | LimitExceededError | NoSuchEntityError | PasswordPolicyViolationError | ServiceFailureError | SdkError, IAMService>;
|
|
666
|
+
createAccessKey: (args: CreateAccessKeyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateAccessKeyCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
667
|
+
createAccountAlias: (args: CreateAccountAliasCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateAccountAliasCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | LimitExceededError | ServiceFailureError | SdkError, IAMService>;
|
|
668
|
+
createGroup: (args: CreateGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateGroupCommandOutput, EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
669
|
+
createInstanceProfile: (args: CreateInstanceProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateInstanceProfileCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | ServiceFailureError | SdkError, IAMService>;
|
|
670
|
+
createLoginProfile: (args: CreateLoginProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateLoginProfileCommandOutput, EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | PasswordPolicyViolationError | ServiceFailureError | SdkError, IAMService>;
|
|
671
|
+
createOpenIDConnectProvider: (args: CreateOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateOpenIDConnectProviderCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | OpenIdIdpCommunicationError | ServiceFailureError | SdkError, IAMService>;
|
|
672
|
+
createPolicy: (args: CreatePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreatePolicyCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | MalformedPolicyDocumentError | ServiceFailureError | SdkError, IAMService>;
|
|
673
|
+
createPolicyVersion: (args: CreatePolicyVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreatePolicyVersionCommandOutput, InvalidInputError | LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
674
|
+
createRole: (args: CreateRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateRoleCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | MalformedPolicyDocumentError | ServiceFailureError | SdkError, IAMService>;
|
|
675
|
+
createSAMLProvider: (args: CreateSAMLProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateSAMLProviderCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | ServiceFailureError | SdkError, IAMService>;
|
|
676
|
+
createServiceLinkedRole: (args: CreateServiceLinkedRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateServiceLinkedRoleCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
677
|
+
createServiceSpecificCredential: (args: CreateServiceSpecificCredentialCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateServiceSpecificCredentialCommandOutput, LimitExceededError | NoSuchEntityError | ServiceNotSupportedError | SdkError, IAMService>;
|
|
678
|
+
createUser: (args: CreateUserCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateUserCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
679
|
+
createVirtualMFADevice: (args: CreateVirtualMFADeviceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateVirtualMFADeviceCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | LimitExceededError | ServiceFailureError | SdkError, IAMService>;
|
|
680
|
+
deactivateMFADevice: (args: DeactivateMFADeviceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeactivateMFADeviceCommandOutput, ConcurrentModificationError | EntityTemporarilyUnmodifiableError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
681
|
+
deleteAccessKey: (args: DeleteAccessKeyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteAccessKeyCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
682
|
+
deleteAccountAlias: (args: DeleteAccountAliasCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteAccountAliasCommandOutput, ConcurrentModificationError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
683
|
+
deleteAccountPasswordPolicy: (args: DeleteAccountPasswordPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteAccountPasswordPolicyCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
684
|
+
deleteGroup: (args: DeleteGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteGroupCommandOutput, DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
685
|
+
deleteGroupPolicy: (args: DeleteGroupPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteGroupPolicyCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
686
|
+
deleteInstanceProfile: (args: DeleteInstanceProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteInstanceProfileCommandOutput, DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
687
|
+
deleteLoginProfile: (args: DeleteLoginProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLoginProfileCommandOutput, EntityTemporarilyUnmodifiableError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
688
|
+
deleteOpenIDConnectProvider: (args: DeleteOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteOpenIDConnectProviderCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
689
|
+
deletePolicy: (args: DeletePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeletePolicyCommandOutput, DeleteConflictError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
690
|
+
deletePolicyVersion: (args: DeletePolicyVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeletePolicyVersionCommandOutput, DeleteConflictError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
691
|
+
deleteRole: (args: DeleteRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteRoleCommandOutput, ConcurrentModificationError | DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
692
|
+
deleteRolePermissionsBoundary: (args: DeleteRolePermissionsBoundaryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteRolePermissionsBoundaryCommandOutput, NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
693
|
+
deleteRolePolicy: (args: DeleteRolePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteRolePolicyCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
694
|
+
deleteSAMLProvider: (args: DeleteSAMLProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteSAMLProviderCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
695
|
+
deleteSSHPublicKey: (args: DeleteSSHPublicKeyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteSSHPublicKeyCommandOutput, NoSuchEntityError | SdkError, IAMService>;
|
|
696
|
+
deleteServerCertificate: (args: DeleteServerCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteServerCertificateCommandOutput, DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
697
|
+
deleteServiceLinkedRole: (args: DeleteServiceLinkedRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteServiceLinkedRoleCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
698
|
+
deleteServiceSpecificCredential: (args: DeleteServiceSpecificCredentialCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteServiceSpecificCredentialCommandOutput, NoSuchEntityError | SdkError, IAMService>;
|
|
699
|
+
deleteSigningCertificate: (args: DeleteSigningCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteSigningCertificateCommandOutput, ConcurrentModificationError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
700
|
+
deleteUser: (args: DeleteUserCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteUserCommandOutput, ConcurrentModificationError | DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
701
|
+
deleteUserPermissionsBoundary: (args: DeleteUserPermissionsBoundaryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteUserPermissionsBoundaryCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
702
|
+
deleteUserPolicy: (args: DeleteUserPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteUserPolicyCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
703
|
+
deleteVirtualMFADevice: (args: DeleteVirtualMFADeviceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteVirtualMFADeviceCommandOutput, ConcurrentModificationError | DeleteConflictError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
704
|
+
detachGroupPolicy: (args: DetachGroupPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachGroupPolicyCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
705
|
+
detachRolePolicy: (args: DetachRolePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachRolePolicyCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
706
|
+
detachUserPolicy: (args: DetachUserPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DetachUserPolicyCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
707
|
+
enableMFADevice: (args: EnableMFADeviceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<EnableMFADeviceCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | EntityTemporarilyUnmodifiableError | InvalidAuthenticationCodeError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
708
|
+
generateCredentialReport: (args: GenerateCredentialReportCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GenerateCredentialReportCommandOutput, LimitExceededError | ServiceFailureError | SdkError, IAMService>;
|
|
709
|
+
generateOrganizationsAccessReport: (args: GenerateOrganizationsAccessReportCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GenerateOrganizationsAccessReportCommandOutput, ReportGenerationLimitExceededError | SdkError, IAMService>;
|
|
710
|
+
generateServiceLastAccessedDetails: (args: GenerateServiceLastAccessedDetailsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GenerateServiceLastAccessedDetailsCommandOutput, InvalidInputError | NoSuchEntityError | SdkError, IAMService>;
|
|
711
|
+
getAccessKeyLastUsed: (args: GetAccessKeyLastUsedCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAccessKeyLastUsedCommandOutput, SdkError, IAMService>;
|
|
712
|
+
getAccountAuthorizationDetails: (args: GetAccountAuthorizationDetailsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAccountAuthorizationDetailsCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
713
|
+
getAccountPasswordPolicy: (args: GetAccountPasswordPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAccountPasswordPolicyCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
714
|
+
getAccountSummary: (args: GetAccountSummaryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAccountSummaryCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
715
|
+
getContextKeysForCustomPolicy: (args: GetContextKeysForCustomPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetContextKeysForCustomPolicyCommandOutput, InvalidInputError | SdkError, IAMService>;
|
|
716
|
+
getContextKeysForPrincipalPolicy: (args: GetContextKeysForPrincipalPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetContextKeysForPrincipalPolicyCommandOutput, InvalidInputError | NoSuchEntityError | SdkError, IAMService>;
|
|
717
|
+
getCredentialReport: (args: GetCredentialReportCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetCredentialReportCommandOutput, CredentialReportExpiredError | CredentialReportNotPresentError | CredentialReportNotReadyError | ServiceFailureError | SdkError, IAMService>;
|
|
718
|
+
getGroup: (args: GetGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetGroupCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
719
|
+
getGroupPolicy: (args: GetGroupPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetGroupPolicyCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
720
|
+
getInstanceProfile: (args: GetInstanceProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetInstanceProfileCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
721
|
+
getLoginProfile: (args: GetLoginProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetLoginProfileCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
722
|
+
getMFADevice: (args: GetMFADeviceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetMFADeviceCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
723
|
+
getOpenIDConnectProvider: (args: GetOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetOpenIDConnectProviderCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
724
|
+
getOrganizationsAccessReport: (args: GetOrganizationsAccessReportCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetOrganizationsAccessReportCommandOutput, NoSuchEntityError | SdkError, IAMService>;
|
|
725
|
+
getPolicy: (args: GetPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetPolicyCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
726
|
+
getPolicyVersion: (args: GetPolicyVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetPolicyVersionCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
727
|
+
getRole: (args: GetRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetRoleCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
728
|
+
getRolePolicy: (args: GetRolePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetRolePolicyCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
729
|
+
getSAMLProvider: (args: GetSAMLProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetSAMLProviderCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
730
|
+
getSSHPublicKey: (args: GetSSHPublicKeyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetSSHPublicKeyCommandOutput, NoSuchEntityError | UnrecognizedPublicKeyEncodingError | SdkError, IAMService>;
|
|
731
|
+
getServerCertificate: (args: GetServerCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetServerCertificateCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
732
|
+
getServiceLastAccessedDetails: (args: GetServiceLastAccessedDetailsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetServiceLastAccessedDetailsCommandOutput, InvalidInputError | NoSuchEntityError | SdkError, IAMService>;
|
|
733
|
+
getServiceLastAccessedDetailsWithEntities: (args: GetServiceLastAccessedDetailsWithEntitiesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetServiceLastAccessedDetailsWithEntitiesCommandOutput, InvalidInputError | NoSuchEntityError | SdkError, IAMService>;
|
|
734
|
+
getServiceLinkedRoleDeletionStatus: (args: GetServiceLinkedRoleDeletionStatusCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetServiceLinkedRoleDeletionStatusCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
735
|
+
getUser: (args: GetUserCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetUserCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
736
|
+
getUserPolicy: (args: GetUserPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetUserPolicyCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
737
|
+
listAccessKeys: (args: ListAccessKeysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListAccessKeysCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
738
|
+
listAccountAliases: (args: ListAccountAliasesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListAccountAliasesCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
739
|
+
listAttachedGroupPolicies: (args: ListAttachedGroupPoliciesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListAttachedGroupPoliciesCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
740
|
+
listAttachedRolePolicies: (args: ListAttachedRolePoliciesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListAttachedRolePoliciesCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
741
|
+
listAttachedUserPolicies: (args: ListAttachedUserPoliciesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListAttachedUserPoliciesCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
742
|
+
listEntitiesForPolicy: (args: ListEntitiesForPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListEntitiesForPolicyCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
743
|
+
listGroupPolicies: (args: ListGroupPoliciesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListGroupPoliciesCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
744
|
+
listGroups: (args: ListGroupsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListGroupsCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
745
|
+
listGroupsForUser: (args: ListGroupsForUserCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListGroupsForUserCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
746
|
+
listInstanceProfileTags: (args: ListInstanceProfileTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListInstanceProfileTagsCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
747
|
+
listInstanceProfiles: (args: ListInstanceProfilesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListInstanceProfilesCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
748
|
+
listInstanceProfilesForRole: (args: ListInstanceProfilesForRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListInstanceProfilesForRoleCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
749
|
+
listMFADeviceTags: (args: ListMFADeviceTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListMFADeviceTagsCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
750
|
+
listMFADevices: (args: ListMFADevicesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListMFADevicesCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
751
|
+
listOpenIDConnectProviderTags: (args: ListOpenIDConnectProviderTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListOpenIDConnectProviderTagsCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
752
|
+
listOpenIDConnectProviders: (args: ListOpenIDConnectProvidersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListOpenIDConnectProvidersCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
753
|
+
listPolicies: (args: ListPoliciesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListPoliciesCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
754
|
+
listPoliciesGrantingServiceAccess: (args: ListPoliciesGrantingServiceAccessCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListPoliciesGrantingServiceAccessCommandOutput, InvalidInputError | NoSuchEntityError | SdkError, IAMService>;
|
|
755
|
+
listPolicyTags: (args: ListPolicyTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListPolicyTagsCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
756
|
+
listPolicyVersions: (args: ListPolicyVersionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListPolicyVersionsCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
757
|
+
listRolePolicies: (args: ListRolePoliciesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListRolePoliciesCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
758
|
+
listRoleTags: (args: ListRoleTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListRoleTagsCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
759
|
+
listRoles: (args: ListRolesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListRolesCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
760
|
+
listSAMLProviderTags: (args: ListSAMLProviderTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListSAMLProviderTagsCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
761
|
+
listSAMLProviders: (args: ListSAMLProvidersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListSAMLProvidersCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
762
|
+
listSSHPublicKeys: (args: ListSSHPublicKeysCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListSSHPublicKeysCommandOutput, NoSuchEntityError | SdkError, IAMService>;
|
|
763
|
+
listServerCertificateTags: (args: ListServerCertificateTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListServerCertificateTagsCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
764
|
+
listServerCertificates: (args: ListServerCertificatesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListServerCertificatesCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
765
|
+
listServiceSpecificCredentials: (args: ListServiceSpecificCredentialsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListServiceSpecificCredentialsCommandOutput, NoSuchEntityError | ServiceNotSupportedError | SdkError, IAMService>;
|
|
766
|
+
listSigningCertificates: (args: ListSigningCertificatesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListSigningCertificatesCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
767
|
+
listUserPolicies: (args: ListUserPoliciesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListUserPoliciesCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
768
|
+
listUserTags: (args: ListUserTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListUserTagsCommandOutput, NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
769
|
+
listUsers: (args: ListUsersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListUsersCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
770
|
+
listVirtualMFADevices: (args: ListVirtualMFADevicesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListVirtualMFADevicesCommandOutput, SdkError, IAMService>;
|
|
771
|
+
putGroupPolicy: (args: PutGroupPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutGroupPolicyCommandOutput, LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
772
|
+
putRolePermissionsBoundary: (args: PutRolePermissionsBoundaryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutRolePermissionsBoundaryCommandOutput, InvalidInputError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
773
|
+
putRolePolicy: (args: PutRolePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutRolePolicyCommandOutput, LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
774
|
+
putUserPermissionsBoundary: (args: PutUserPermissionsBoundaryCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutUserPermissionsBoundaryCommandOutput, InvalidInputError | NoSuchEntityError | PolicyNotAttachableError | ServiceFailureError | SdkError, IAMService>;
|
|
775
|
+
putUserPolicy: (args: PutUserPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutUserPolicyCommandOutput, LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
776
|
+
removeClientIDFromOpenIDConnectProvider: (args: RemoveClientIDFromOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RemoveClientIDFromOpenIDConnectProviderCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
777
|
+
removeRoleFromInstanceProfile: (args: RemoveRoleFromInstanceProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RemoveRoleFromInstanceProfileCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
778
|
+
removeUserFromGroup: (args: RemoveUserFromGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RemoveUserFromGroupCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
779
|
+
resetServiceSpecificCredential: (args: ResetServiceSpecificCredentialCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResetServiceSpecificCredentialCommandOutput, NoSuchEntityError | SdkError, IAMService>;
|
|
780
|
+
resyncMFADevice: (args: ResyncMFADeviceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ResyncMFADeviceCommandOutput, ConcurrentModificationError | InvalidAuthenticationCodeError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
781
|
+
setDefaultPolicyVersion: (args: SetDefaultPolicyVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SetDefaultPolicyVersionCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
782
|
+
setSecurityTokenServicePreferences: (args: SetSecurityTokenServicePreferencesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SetSecurityTokenServicePreferencesCommandOutput, ServiceFailureError | SdkError, IAMService>;
|
|
783
|
+
simulateCustomPolicy: (args: SimulateCustomPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SimulateCustomPolicyCommandOutput, InvalidInputError | PolicyEvaluationError | SdkError, IAMService>;
|
|
784
|
+
simulatePrincipalPolicy: (args: SimulatePrincipalPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<SimulatePrincipalPolicyCommandOutput, InvalidInputError | NoSuchEntityError | PolicyEvaluationError | SdkError, IAMService>;
|
|
785
|
+
tagInstanceProfile: (args: TagInstanceProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TagInstanceProfileCommandOutput, ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
786
|
+
tagMFADevice: (args: TagMFADeviceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TagMFADeviceCommandOutput, ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
787
|
+
tagOpenIDConnectProvider: (args: TagOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TagOpenIDConnectProviderCommandOutput, ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
788
|
+
tagPolicy: (args: TagPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TagPolicyCommandOutput, ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
789
|
+
tagRole: (args: TagRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TagRoleCommandOutput, ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
790
|
+
tagSAMLProvider: (args: TagSAMLProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TagSAMLProviderCommandOutput, ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
791
|
+
tagServerCertificate: (args: TagServerCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TagServerCertificateCommandOutput, ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
792
|
+
tagUser: (args: TagUserCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TagUserCommandOutput, ConcurrentModificationError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
793
|
+
untagInstanceProfile: (args: UntagInstanceProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UntagInstanceProfileCommandOutput, ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
794
|
+
untagMFADevice: (args: UntagMFADeviceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UntagMFADeviceCommandOutput, ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
795
|
+
untagOpenIDConnectProvider: (args: UntagOpenIDConnectProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UntagOpenIDConnectProviderCommandOutput, ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
796
|
+
untagPolicy: (args: UntagPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UntagPolicyCommandOutput, ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
797
|
+
untagRole: (args: UntagRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UntagRoleCommandOutput, ConcurrentModificationError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
798
|
+
untagSAMLProvider: (args: UntagSAMLProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UntagSAMLProviderCommandOutput, ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
799
|
+
untagServerCertificate: (args: UntagServerCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UntagServerCertificateCommandOutput, ConcurrentModificationError | InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
800
|
+
untagUser: (args: UntagUserCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UntagUserCommandOutput, ConcurrentModificationError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
801
|
+
updateAccessKey: (args: UpdateAccessKeyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateAccessKeyCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
802
|
+
updateAccountPasswordPolicy: (args: UpdateAccountPasswordPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateAccountPasswordPolicyCommandOutput, LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
803
|
+
updateAssumeRolePolicy: (args: UpdateAssumeRolePolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateAssumeRolePolicyCommandOutput, LimitExceededError | MalformedPolicyDocumentError | NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
804
|
+
updateGroup: (args: UpdateGroupCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateGroupCommandOutput, EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
805
|
+
updateLoginProfile: (args: UpdateLoginProfileCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateLoginProfileCommandOutput, EntityTemporarilyUnmodifiableError | LimitExceededError | NoSuchEntityError | PasswordPolicyViolationError | ServiceFailureError | SdkError, IAMService>;
|
|
806
|
+
updateOpenIDConnectProviderThumbprint: (args: UpdateOpenIDConnectProviderThumbprintCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateOpenIDConnectProviderThumbprintCommandOutput, InvalidInputError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
807
|
+
updateRole: (args: UpdateRoleCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateRoleCommandOutput, NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
808
|
+
updateRoleDescription: (args: UpdateRoleDescriptionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateRoleDescriptionCommandOutput, NoSuchEntityError | ServiceFailureError | UnmodifiableEntityError | SdkError, IAMService>;
|
|
809
|
+
updateSAMLProvider: (args: UpdateSAMLProviderCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateSAMLProviderCommandOutput, InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
810
|
+
updateSSHPublicKey: (args: UpdateSSHPublicKeyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateSSHPublicKeyCommandOutput, NoSuchEntityError | SdkError, IAMService>;
|
|
811
|
+
updateServerCertificate: (args: UpdateServerCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateServerCertificateCommandOutput, EntityAlreadyExistsError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
812
|
+
updateServiceSpecificCredential: (args: UpdateServiceSpecificCredentialCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateServiceSpecificCredentialCommandOutput, NoSuchEntityError | SdkError, IAMService>;
|
|
813
|
+
updateSigningCertificate: (args: UpdateSigningCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateSigningCertificateCommandOutput, LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
814
|
+
updateUser: (args: UpdateUserCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateUserCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | EntityTemporarilyUnmodifiableError | LimitExceededError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
815
|
+
uploadSSHPublicKey: (args: UploadSSHPublicKeyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UploadSSHPublicKeyCommandOutput, DuplicateSSHPublicKeyError | InvalidPublicKeyError | LimitExceededError | NoSuchEntityError | UnrecognizedPublicKeyEncodingError | SdkError, IAMService>;
|
|
816
|
+
uploadServerCertificate: (args: UploadServerCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UploadServerCertificateCommandOutput, ConcurrentModificationError | EntityAlreadyExistsError | InvalidInputError | KeyPairMismatchError | LimitExceededError | MalformedCertificateError | ServiceFailureError | SdkError, IAMService>;
|
|
817
|
+
uploadSigningCertificate: (args: UploadSigningCertificateCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UploadSigningCertificateCommandOutput, ConcurrentModificationError | DuplicateCertificateError | EntityAlreadyExistsError | InvalidCertificateError | LimitExceededError | MalformedCertificateError | NoSuchEntityError | ServiceFailureError | SdkError, IAMService>;
|
|
809
818
|
} & {
|
|
810
819
|
use: <X>(body: (_: IAMService$) => X) => X extends Effect.Effect<infer A, infer E, infer R> ? Effect.Effect<A, E, R | IAMService> : Effect.Effect<X, never, IAMService>;
|
|
811
820
|
};
|