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