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