SDK for PHP V3

IamClient extends AwsClient
in package

This client is used to interact with the AWS Identity and Access Management (AWS IAM) service.

Supported API Versions

This class uses a service description model that is associated at runtime based on the version option given when constructing the client. The version option will determine which API operations, waiters, and paginators are available for a client. Creating a command or a specific API operation can be done using magic methods (e.g., $client->commandName(/** parameters */), or using the $client->getCommand method of the client.

Examples

Basics, Actions and Scenarios

The following code examples show you how to perform actions and implement common scenarios by using the AWS SDK for PHP with AWS Identity and Access Management.

Legacy Code Examples With Guidance

The following examples demonstrate how to use this service with the AWS SDK for PHP. These code examples are available in the AWS SDK for PHP Developer Guide.

Tags
phpstan-method

\Aws\Result acceptDelegationRequest(array{DelegationRequestId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise acceptDelegationRequestAsync(array{DelegationRequestId?: string, ...} $args = [])

phpstan-method

\Aws\Result acquireRole(array{ TemplateArn?: string, TemplateMinorVersion?: int, ReplacementValues?: array<string, array{Values?: list, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise acquireRoleAsync(array{ TemplateArn?: string, TemplateMinorVersion?: int, ReplacementValues?: array<string, array{Values?: list, ...}>, ..., } $args = [])

phpstan-method

\Aws\Result addClientIDToOpenIDConnectProvider(array{OpenIDConnectProviderArn?: string, ClientID?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise addClientIDToOpenIDConnectProviderAsync(array{OpenIDConnectProviderArn?: string, ClientID?: string, ...} $args = [])

phpstan-method

\Aws\Result addRoleToInstanceProfile(array{InstanceProfileName?: string, RoleName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise addRoleToInstanceProfileAsync(array{InstanceProfileName?: string, RoleName?: string, ...} $args = [])

phpstan-method

\Aws\Result addUserToGroup(array{GroupName?: string, UserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise addUserToGroupAsync(array{GroupName?: string, UserName?: string, ...} $args = [])

phpstan-method

\Aws\Result associateDelegationRequest(array{DelegationRequestId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise associateDelegationRequestAsync(array{DelegationRequestId?: string, ...} $args = [])

phpstan-method

\Aws\Result attachGroupPolicy(array{GroupName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise attachGroupPolicyAsync(array{GroupName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\Aws\Result attachRolePolicy(array{RoleName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise attachRolePolicyAsync(array{RoleName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\Aws\Result attachUserPolicy(array{UserName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise attachUserPolicyAsync(array{UserName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\Aws\Result changePassword(array{OldPassword?: string, NewPassword?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise changePasswordAsync(array{OldPassword?: string, NewPassword?: string, ...} $args = [])

phpstan-method

\Aws\Result createAccessKey(array{UserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createAccessKeyAsync(array{UserName?: string, ...} $args = [])

phpstan-method

\Aws\Result createAccountAlias(array{AccountAlias?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createAccountAliasAsync(array{AccountAlias?: string, ...} $args = [])

phpstan-method

\Aws\Result createDelegationRequest(array{ OwnerAccountId?: string, Description?: string, Permissions?: array{PolicyTemplateArn?: string, Parameters?: list, ...}, RequestMessage?: string, RequestorWorkflowId?: string, RedirectUrl?: string, NotificationChannel?: string, SessionDuration?: int, OnlySendByOwner?: bool, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createDelegationRequestAsync(array{ OwnerAccountId?: string, Description?: string, Permissions?: array{PolicyTemplateArn?: string, Parameters?: list, ...}, RequestMessage?: string, RequestorWorkflowId?: string, RedirectUrl?: string, NotificationChannel?: string, SessionDuration?: int, OnlySendByOwner?: bool, ..., } $args = [])

phpstan-method

\Aws\Result createGroup(array{Path?: string, GroupName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createGroupAsync(array{Path?: string, GroupName?: string, ...} $args = [])

phpstan-method

\Aws\Result createInstanceProfile(array{InstanceProfileName?: string, Path?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createInstanceProfileAsync(array{InstanceProfileName?: string, Path?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\Aws\Result createLoginProfile(array{UserName?: string, Password?: string, PasswordResetRequired?: bool, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createLoginProfileAsync(array{UserName?: string, Password?: string, PasswordResetRequired?: bool, ...} $args = [])

phpstan-method

\Aws\Result createOpenIDConnectProvider(array{ Url?: string, ClientIDList?: list, ThumbprintList?: list, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createOpenIDConnectProviderAsync(array{ Url?: string, ClientIDList?: list, ThumbprintList?: list, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\Aws\Result createPolicy(array{ PolicyName?: string, Path?: string, PolicyDocument?: string, Description?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createPolicyAsync(array{ PolicyName?: string, Path?: string, PolicyDocument?: string, Description?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\Aws\Result createPolicyVersion(array{PolicyArn?: string, PolicyDocument?: string, SetAsDefault?: bool, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createPolicyVersionAsync(array{PolicyArn?: string, PolicyDocument?: string, SetAsDefault?: bool, ...} $args = [])

phpstan-method

\Aws\Result createRole(array{ Path?: string, RoleName?: string, AssumeRolePolicyDocument?: string, Description?: string, MaxSessionDuration?: int, PermissionsBoundary?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createRoleAsync(array{ Path?: string, RoleName?: string, AssumeRolePolicyDocument?: string, Description?: string, MaxSessionDuration?: int, PermissionsBoundary?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\Aws\Result createSAMLProvider(array{ SAMLMetadataDocument?: string, Name?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, AssertionEncryptionMode?: 'Allowed'|'Required', AddPrivateKey?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createSAMLProviderAsync(array{ SAMLMetadataDocument?: string, Name?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, AssertionEncryptionMode?: 'Allowed'|'Required', AddPrivateKey?: string, ..., } $args = [])

phpstan-method

\Aws\Result createServiceLinkedRole(array{AWSServiceName?: string, Description?: string, CustomSuffix?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createServiceLinkedRoleAsync(array{AWSServiceName?: string, Description?: string, CustomSuffix?: string, ...} $args = [])

phpstan-method

\Aws\Result createServiceSpecificCredential(array{UserName?: string, ServiceName?: string, CredentialAgeDays?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createServiceSpecificCredentialAsync(array{UserName?: string, ServiceName?: string, CredentialAgeDays?: int, ...} $args = [])

phpstan-method

\Aws\Result createUser(array{ Path?: string, UserName?: string, PermissionsBoundary?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createUserAsync(array{ Path?: string, UserName?: string, PermissionsBoundary?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\Aws\Result createVirtualMFADevice(array{ Path?: string, VirtualMFADeviceName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createVirtualMFADeviceAsync(array{ Path?: string, VirtualMFADeviceName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\Aws\Result deactivateMFADevice(array{UserName?: string, SerialNumber?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deactivateMFADeviceAsync(array{UserName?: string, SerialNumber?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteAccessKey(array{UserName?: string, AccessKeyId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteAccessKeyAsync(array{UserName?: string, AccessKeyId?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteAccountAlias(array{AccountAlias?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteAccountAliasAsync(array{AccountAlias?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteAccountPasswordPolicy(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteAccountPasswordPolicyAsync(array{...} $args = [])

phpstan-method

\Aws\Result deleteGroup(array{GroupName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteGroupAsync(array{GroupName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteGroupPolicy(array{GroupName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteGroupPolicyAsync(array{GroupName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteInstanceProfile(array{InstanceProfileName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteInstanceProfileAsync(array{InstanceProfileName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteLoginProfile(array{UserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteLoginProfileAsync(array{UserName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteOpenIDConnectProvider(array{OpenIDConnectProviderArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteOpenIDConnectProviderAsync(array{OpenIDConnectProviderArn?: string, ...} $args = [])

phpstan-method

\Aws\Result deletePolicy(array{PolicyArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deletePolicyAsync(array{PolicyArn?: string, ...} $args = [])

phpstan-method

\Aws\Result deletePolicyVersion(array{PolicyArn?: string, VersionId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deletePolicyVersionAsync(array{PolicyArn?: string, VersionId?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteRole(array{RoleName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteRoleAsync(array{RoleName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteRolePermissionsBoundary(array{RoleName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteRolePermissionsBoundaryAsync(array{RoleName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteRolePolicy(array{RoleName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteRolePolicyAsync(array{RoleName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteSAMLProvider(array{SAMLProviderArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteSAMLProviderAsync(array{SAMLProviderArn?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteSSHPublicKey(array{UserName?: string, SSHPublicKeyId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteSSHPublicKeyAsync(array{UserName?: string, SSHPublicKeyId?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteServerCertificate(array{ServerCertificateName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteServerCertificateAsync(array{ServerCertificateName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteServiceLinkedRole(array{RoleName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteServiceLinkedRoleAsync(array{RoleName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteServiceSpecificCredential(array{UserName?: string, ServiceSpecificCredentialId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteServiceSpecificCredentialAsync(array{UserName?: string, ServiceSpecificCredentialId?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteSigningCertificate(array{UserName?: string, CertificateId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteSigningCertificateAsync(array{UserName?: string, CertificateId?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteUser(array{UserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteUserAsync(array{UserName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteUserPermissionsBoundary(array{UserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteUserPermissionsBoundaryAsync(array{UserName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteUserPolicy(array{UserName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteUserPolicyAsync(array{UserName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteVirtualMFADevice(array{SerialNumber?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteVirtualMFADeviceAsync(array{SerialNumber?: string, ...} $args = [])

phpstan-method

\Aws\Result detachGroupPolicy(array{GroupName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise detachGroupPolicyAsync(array{GroupName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\Aws\Result detachRolePolicy(array{RoleName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise detachRolePolicyAsync(array{RoleName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\Aws\Result detachUserPolicy(array{UserName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise detachUserPolicyAsync(array{UserName?: string, PolicyArn?: string, ...} $args = [])

phpstan-method

\Aws\Result disableOrganizationsRootCredentialsManagement(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise disableOrganizationsRootCredentialsManagementAsync(array{...} $args = [])

phpstan-method

\Aws\Result disableOrganizationsRootSessions(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise disableOrganizationsRootSessionsAsync(array{...} $args = [])

phpstan-method

\Aws\Result disableOutboundWebIdentityFederation(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise disableOutboundWebIdentityFederationAsync(array{...} $args = [])

phpstan-method

\Aws\Result enableMFADevice(array{ UserName?: string, SerialNumber?: string, AuthenticationCode1?: string, AuthenticationCode2?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise enableMFADeviceAsync(array{ UserName?: string, SerialNumber?: string, AuthenticationCode1?: string, AuthenticationCode2?: string, ..., } $args = [])

phpstan-method

\Aws\Result enableOrganizationsRootCredentialsManagement(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise enableOrganizationsRootCredentialsManagementAsync(array{...} $args = [])

phpstan-method

\Aws\Result enableOrganizationsRootSessions(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise enableOrganizationsRootSessionsAsync(array{...} $args = [])

phpstan-method

\Aws\Result enableOutboundWebIdentityFederation(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise enableOutboundWebIdentityFederationAsync(array{...} $args = [])

phpstan-method

\Aws\Result generateCredentialReport(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise generateCredentialReportAsync(array{...} $args = [])

phpstan-method

\Aws\Result generateOrganizationsAccessReport(array{EntityPath?: string, OrganizationsPolicyId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise generateOrganizationsAccessReportAsync(array{EntityPath?: string, OrganizationsPolicyId?: string, ...} $args = [])

phpstan-method

\Aws\Result generateServiceLastAccessedDetails(array{Arn?: string, Granularity?: 'ACTION_LEVEL'|'SERVICE_LEVEL', ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise generateServiceLastAccessedDetailsAsync(array{Arn?: string, Granularity?: 'ACTION_LEVEL'|'SERVICE_LEVEL', ...} $args = [])

phpstan-method

\Aws\Result getAccessKeyLastUsed(array{AccessKeyId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getAccessKeyLastUsedAsync(array{AccessKeyId?: string, ...} $args = [])

phpstan-method

\Aws\Result getAccountAuthorizationDetails(array{ Filter?: list<'AWSManagedPolicy'|'Group'|'LocalManagedPolicy'|'Role'|'User'>, MaxItems?: int, Marker?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getAccountAuthorizationDetailsAsync(array{ Filter?: list<'AWSManagedPolicy'|'Group'|'LocalManagedPolicy'|'Role'|'User'>, MaxItems?: int, Marker?: string, ..., } $args = [])

phpstan-method

\Aws\Result getAccountPasswordPolicy(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getAccountPasswordPolicyAsync(array{...} $args = [])

phpstan-method

\Aws\Result getAccountProperties(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getAccountPropertiesAsync(array{...} $args = [])

phpstan-method

\Aws\Result getAccountSummary(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getAccountSummaryAsync(array{...} $args = [])

phpstan-method

\Aws\Result getContextKeysForCustomPolicy(array{PolicyInputList?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getContextKeysForCustomPolicyAsync(array{PolicyInputList?: list, ...} $args = [])

phpstan-method

\Aws\Result getContextKeysForPrincipalPolicy(array{PolicySourceArn?: string, PolicyInputList?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getContextKeysForPrincipalPolicyAsync(array{PolicySourceArn?: string, PolicyInputList?: list, ...} $args = [])

phpstan-method

\Aws\Result getCredentialReport(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getCredentialReportAsync(array{...} $args = [])

phpstan-method

\Aws\Result getDelegationRequest(array{DelegationRequestId?: string, DelegationPermissionCheck?: bool, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getDelegationRequestAsync(array{DelegationRequestId?: string, DelegationPermissionCheck?: bool, ...} $args = [])

phpstan-method

\Aws\Result getGroup(array{GroupName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getGroupAsync(array{GroupName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result getGroupPolicy(array{GroupName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getGroupPolicyAsync(array{GroupName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\Aws\Result getHumanReadableSummary(array{EntityArn?: string, Locale?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getHumanReadableSummaryAsync(array{EntityArn?: string, Locale?: string, ...} $args = [])

phpstan-method

\Aws\Result getInstanceProfile(array{InstanceProfileName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getInstanceProfileAsync(array{InstanceProfileName?: string, ...} $args = [])

phpstan-method

\Aws\Result getLoginProfile(array{UserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getLoginProfileAsync(array{UserName?: string, ...} $args = [])

phpstan-method

\Aws\Result getMFADevice(array{SerialNumber?: string, UserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getMFADeviceAsync(array{SerialNumber?: string, UserName?: string, ...} $args = [])

phpstan-method

\Aws\Result getOpenIDConnectProvider(array{OpenIDConnectProviderArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getOpenIDConnectProviderAsync(array{OpenIDConnectProviderArn?: string, ...} $args = [])

phpstan-method

\Aws\Result getOrganizationsAccessReport(array{ JobId?: string, MaxItems?: int, Marker?: string, SortKey?: 'LAST_AUTHENTICATED_TIME_ASCENDING'|'LAST_AUTHENTICATED_TIME_DESCENDING'|'SERVICE_NAMESPACE_ASCENDING'|'SERVICE_NAMESPACE_DESCENDING', ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getOrganizationsAccessReportAsync(array{ JobId?: string, MaxItems?: int, Marker?: string, SortKey?: 'LAST_AUTHENTICATED_TIME_ASCENDING'|'LAST_AUTHENTICATED_TIME_DESCENDING'|'SERVICE_NAMESPACE_ASCENDING'|'SERVICE_NAMESPACE_DESCENDING', ..., } $args = [])

phpstan-method

\Aws\Result getOutboundWebIdentityFederationInfo(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getOutboundWebIdentityFederationInfoAsync(array{...} $args = [])

phpstan-method

\Aws\Result getPolicy(array{PolicyArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getPolicyAsync(array{PolicyArn?: string, ...} $args = [])

phpstan-method

\Aws\Result getPolicyVersion(array{PolicyArn?: string, VersionId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getPolicyVersionAsync(array{PolicyArn?: string, VersionId?: string, ...} $args = [])

phpstan-method

\Aws\Result getRole(array{RoleName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getRoleAsync(array{RoleName?: string, ...} $args = [])

phpstan-method

\Aws\Result getRolePolicy(array{RoleName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getRolePolicyAsync(array{RoleName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\Aws\Result getRoleTemplateVersion(array{TemplateArn?: string, MinorVersion?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getRoleTemplateVersionAsync(array{TemplateArn?: string, MinorVersion?: int, ...} $args = [])

phpstan-method

\Aws\Result getSAMLProvider(array{SAMLProviderArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getSAMLProviderAsync(array{SAMLProviderArn?: string, ...} $args = [])

phpstan-method

\Aws\Result getSSHPublicKey(array{UserName?: string, SSHPublicKeyId?: string, Encoding?: 'PEM'|'SSH', ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getSSHPublicKeyAsync(array{UserName?: string, SSHPublicKeyId?: string, Encoding?: 'PEM'|'SSH', ...} $args = [])

phpstan-method

\Aws\Result getServerCertificate(array{ServerCertificateName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getServerCertificateAsync(array{ServerCertificateName?: string, ...} $args = [])

phpstan-method

\Aws\Result getServiceLastAccessedDetails(array{JobId?: string, MaxItems?: int, Marker?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getServiceLastAccessedDetailsAsync(array{JobId?: string, MaxItems?: int, Marker?: string, ...} $args = [])

phpstan-method

\Aws\Result getServiceLastAccessedDetailsWithEntities(array{JobId?: string, ServiceNamespace?: string, MaxItems?: int, Marker?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getServiceLastAccessedDetailsWithEntitiesAsync(array{JobId?: string, ServiceNamespace?: string, MaxItems?: int, Marker?: string, ...} $args = [])

phpstan-method

\Aws\Result getServiceLinkedRoleDeletionStatus(array{DeletionTaskId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getServiceLinkedRoleDeletionStatusAsync(array{DeletionTaskId?: string, ...} $args = [])

phpstan-method

\Aws\Result getUser(array{UserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getUserAsync(array{UserName?: string, ...} $args = [])

phpstan-method

\Aws\Result getUserPolicy(array{UserName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getUserPolicyAsync(array{UserName?: string, PolicyName?: string, ...} $args = [])

phpstan-method

\Aws\Result listAccessKeys(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAccessKeysAsync(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listAccountAliases(array{Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAccountAliasesAsync(array{Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listAttachedGroupPolicies(array{GroupName?: string, PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAttachedGroupPoliciesAsync(array{GroupName?: string, PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listAttachedRolePolicies(array{RoleName?: string, PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAttachedRolePoliciesAsync(array{RoleName?: string, PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listAttachedUserPolicies(array{UserName?: string, PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAttachedUserPoliciesAsync(array{UserName?: string, PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listDelegationRequests(array{OwnerId?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listDelegationRequestsAsync(array{OwnerId?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listEntitiesForPolicy(array{ PolicyArn?: string, EntityFilter?: 'AWSManagedPolicy'|'Group'|'LocalManagedPolicy'|'Role'|'User', PathPrefix?: string, PolicyUsageFilter?: 'PermissionsBoundary'|'PermissionsPolicy', Marker?: string, MaxItems?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listEntitiesForPolicyAsync(array{ PolicyArn?: string, EntityFilter?: 'AWSManagedPolicy'|'Group'|'LocalManagedPolicy'|'Role'|'User', PathPrefix?: string, PolicyUsageFilter?: 'PermissionsBoundary'|'PermissionsPolicy', Marker?: string, MaxItems?: int, ..., } $args = [])

phpstan-method

\Aws\Result listGroupPolicies(array{GroupName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listGroupPoliciesAsync(array{GroupName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listGroups(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listGroupsAsync(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listGroupsForUser(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listGroupsForUserAsync(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listInstanceProfileTags(array{InstanceProfileName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listInstanceProfileTagsAsync(array{InstanceProfileName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listInstanceProfiles(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listInstanceProfilesAsync(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listInstanceProfilesForRole(array{RoleName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listInstanceProfilesForRoleAsync(array{RoleName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listMFADeviceTags(array{SerialNumber?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listMFADeviceTagsAsync(array{SerialNumber?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listMFADevices(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listMFADevicesAsync(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listOpenIDConnectProviderTags(array{OpenIDConnectProviderArn?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listOpenIDConnectProviderTagsAsync(array{OpenIDConnectProviderArn?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listOpenIDConnectProviders(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listOpenIDConnectProvidersAsync(array{...} $args = [])

phpstan-method

\Aws\Result listOrganizationsFeatures(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listOrganizationsFeaturesAsync(array{...} $args = [])

phpstan-method

\Aws\Result listPolicies(array{ Scope?: 'AWS'|'All'|'Local', OnlyAttached?: bool, PathPrefix?: string, PolicyUsageFilter?: 'PermissionsBoundary'|'PermissionsPolicy', Marker?: string, MaxItems?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listPoliciesAsync(array{ Scope?: 'AWS'|'All'|'Local', OnlyAttached?: bool, PathPrefix?: string, PolicyUsageFilter?: 'PermissionsBoundary'|'PermissionsPolicy', Marker?: string, MaxItems?: int, ..., } $args = [])

phpstan-method

\Aws\Result listPoliciesGrantingServiceAccess(array{Marker?: string, Arn?: string, ServiceNamespaces?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listPoliciesGrantingServiceAccessAsync(array{Marker?: string, Arn?: string, ServiceNamespaces?: list, ...} $args = [])

phpstan-method

\Aws\Result listPolicyTags(array{PolicyArn?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listPolicyTagsAsync(array{PolicyArn?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listPolicyVersions(array{PolicyArn?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listPolicyVersionsAsync(array{PolicyArn?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listRolePolicies(array{RoleName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listRolePoliciesAsync(array{RoleName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listRoleTags(array{RoleName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listRoleTagsAsync(array{RoleName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listRoles(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listRolesAsync(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listSAMLProviderTags(array{SAMLProviderArn?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listSAMLProviderTagsAsync(array{SAMLProviderArn?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listSAMLProviders(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listSAMLProvidersAsync(array{...} $args = [])

phpstan-method

\Aws\Result listSSHPublicKeys(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listSSHPublicKeysAsync(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listServerCertificateTags(array{ServerCertificateName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listServerCertificateTagsAsync(array{ServerCertificateName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listServerCertificates(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listServerCertificatesAsync(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listServiceSpecificCredentials(array{UserName?: string, ServiceName?: string, AllUsers?: bool, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listServiceSpecificCredentialsAsync(array{UserName?: string, ServiceName?: string, AllUsers?: bool, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listSigningCertificates(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listSigningCertificatesAsync(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listUserPolicies(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listUserPoliciesAsync(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listUserTags(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listUserTagsAsync(array{UserName?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listUsers(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listUsersAsync(array{PathPrefix?: string, Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result listVirtualMFADevices(array{AssignmentStatus?: 'Any'|'Assigned'|'Unassigned', Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listVirtualMFADevicesAsync(array{AssignmentStatus?: 'Any'|'Assigned'|'Unassigned', Marker?: string, MaxItems?: int, ...} $args = [])

phpstan-method

\Aws\Result putAccountProperties(array{Properties?: array<string, string>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putAccountPropertiesAsync(array{Properties?: array<string, string>, ...} $args = [])

phpstan-method

\Aws\Result putGroupPolicy(array{GroupName?: string, PolicyName?: string, PolicyDocument?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putGroupPolicyAsync(array{GroupName?: string, PolicyName?: string, PolicyDocument?: string, ...} $args = [])

phpstan-method

\Aws\Result putRolePermissionsBoundary(array{RoleName?: string, PermissionsBoundary?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putRolePermissionsBoundaryAsync(array{RoleName?: string, PermissionsBoundary?: string, ...} $args = [])

phpstan-method

\Aws\Result putRolePolicy(array{RoleName?: string, PolicyName?: string, PolicyDocument?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putRolePolicyAsync(array{RoleName?: string, PolicyName?: string, PolicyDocument?: string, ...} $args = [])

phpstan-method

\Aws\Result putUserPermissionsBoundary(array{UserName?: string, PermissionsBoundary?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putUserPermissionsBoundaryAsync(array{UserName?: string, PermissionsBoundary?: string, ...} $args = [])

phpstan-method

\Aws\Result putUserPolicy(array{UserName?: string, PolicyName?: string, PolicyDocument?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putUserPolicyAsync(array{UserName?: string, PolicyName?: string, PolicyDocument?: string, ...} $args = [])

phpstan-method

\Aws\Result rejectDelegationRequest(array{DelegationRequestId?: string, Notes?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise rejectDelegationRequestAsync(array{DelegationRequestId?: string, Notes?: string, ...} $args = [])

phpstan-method

\Aws\Result removeClientIDFromOpenIDConnectProvider(array{OpenIDConnectProviderArn?: string, ClientID?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise removeClientIDFromOpenIDConnectProviderAsync(array{OpenIDConnectProviderArn?: string, ClientID?: string, ...} $args = [])

phpstan-method

\Aws\Result removeRoleFromInstanceProfile(array{InstanceProfileName?: string, RoleName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise removeRoleFromInstanceProfileAsync(array{InstanceProfileName?: string, RoleName?: string, ...} $args = [])

phpstan-method

\Aws\Result removeUserFromGroup(array{GroupName?: string, UserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise removeUserFromGroupAsync(array{GroupName?: string, UserName?: string, ...} $args = [])

phpstan-method

\Aws\Result resetServiceSpecificCredential(array{UserName?: string, ServiceSpecificCredentialId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise resetServiceSpecificCredentialAsync(array{UserName?: string, ServiceSpecificCredentialId?: string, ...} $args = [])

phpstan-method

\Aws\Result resyncMFADevice(array{ UserName?: string, SerialNumber?: string, AuthenticationCode1?: string, AuthenticationCode2?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise resyncMFADeviceAsync(array{ UserName?: string, SerialNumber?: string, AuthenticationCode1?: string, AuthenticationCode2?: string, ..., } $args = [])

phpstan-method

\Aws\Result sendDelegationToken(array{DelegationRequestId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise sendDelegationTokenAsync(array{DelegationRequestId?: string, ...} $args = [])

phpstan-method

\Aws\Result setDefaultPolicyVersion(array{PolicyArn?: string, VersionId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise setDefaultPolicyVersionAsync(array{PolicyArn?: string, VersionId?: string, ...} $args = [])

phpstan-method

\Aws\Result setSecurityTokenServicePreferences(array{GlobalEndpointTokenVersion?: 'v1Token'|'v2Token', ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise setSecurityTokenServicePreferencesAsync(array{GlobalEndpointTokenVersion?: 'v1Token'|'v2Token', ...} $args = [])

phpstan-method

\Aws\Result simulateCustomPolicy(array{ PolicyInputList?: list, PermissionsBoundaryPolicyInputList?: list, OrderedOrganizationPolicyInputList?: list<array{ServiceControlPolicyInputList?: list, ...}>, ActionNames?: list, ResourceArns?: list, ResourcePolicy?: string, ResourceOwner?: string, CallerArn?: string, ContextEntries?: list<array{ ContextKeyName?: string, ContextKeyValues?: list, ContextKeyType?: 'binary'|'binaryList'|'boolean'|'booleanList'|'date'|'dateList'|'ip'|'ipList'|'numeric'|'numericList'|'string'|'stringList', ..., }>, ResourceHandlingOption?: string, MaxItems?: int, Marker?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise simulateCustomPolicyAsync(array{ PolicyInputList?: list, PermissionsBoundaryPolicyInputList?: list, OrderedOrganizationPolicyInputList?: list<array{ServiceControlPolicyInputList?: list, ...}>, ActionNames?: list, ResourceArns?: list, ResourcePolicy?: string, ResourceOwner?: string, CallerArn?: string, ContextEntries?: list<array{ ContextKeyName?: string, ContextKeyValues?: list, ContextKeyType?: 'binary'|'binaryList'|'boolean'|'booleanList'|'date'|'dateList'|'ip'|'ipList'|'numeric'|'numericList'|'string'|'stringList', ..., }>, ResourceHandlingOption?: string, MaxItems?: int, Marker?: string, ..., } $args = [])

phpstan-method

\Aws\Result simulatePrincipalPolicy(array{ PolicySourceArn?: string, PolicyInputList?: list, PermissionsBoundaryPolicyInputList?: list, PolicyExclusionList?: list<array{ PolicyType?: 'aws-managed'|'inline'|'permission-boundary'|'rcp'|'scp'|'user-managed', PolicyArn?: string, InlinePolicyIdentifier?: array, ..., }>, ActionNames?: list, ResourceArns?: list, ResourcePolicy?: string, ResourceOwner?: string, CallerArn?: string, ContextEntries?: list<array{ ContextKeyName?: string, ContextKeyValues?: list, ContextKeyType?: 'binary'|'binaryList'|'boolean'|'booleanList'|'date'|'dateList'|'ip'|'ipList'|'numeric'|'numericList'|'string'|'stringList', ..., }>, ResourceHandlingOption?: string, MaxItems?: int, Marker?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise simulatePrincipalPolicyAsync(array{ PolicySourceArn?: string, PolicyInputList?: list, PermissionsBoundaryPolicyInputList?: list, PolicyExclusionList?: list<array{ PolicyType?: 'aws-managed'|'inline'|'permission-boundary'|'rcp'|'scp'|'user-managed', PolicyArn?: string, InlinePolicyIdentifier?: array, ..., }>, ActionNames?: list, ResourceArns?: list, ResourcePolicy?: string, ResourceOwner?: string, CallerArn?: string, ContextEntries?: list<array{ ContextKeyName?: string, ContextKeyValues?: list, ContextKeyType?: 'binary'|'binaryList'|'boolean'|'booleanList'|'date'|'dateList'|'ip'|'ipList'|'numeric'|'numericList'|'string'|'stringList', ..., }>, ResourceHandlingOption?: string, MaxItems?: int, Marker?: string, ..., } $args = [])

phpstan-method

\Aws\Result tagInstanceProfile(array{InstanceProfileName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise tagInstanceProfileAsync(array{InstanceProfileName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\Aws\Result tagMFADevice(array{SerialNumber?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise tagMFADeviceAsync(array{SerialNumber?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\Aws\Result tagOpenIDConnectProvider(array{OpenIDConnectProviderArn?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise tagOpenIDConnectProviderAsync(array{OpenIDConnectProviderArn?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\Aws\Result tagPolicy(array{PolicyArn?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise tagPolicyAsync(array{PolicyArn?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\Aws\Result tagRole(array{RoleName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise tagRoleAsync(array{RoleName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\Aws\Result tagSAMLProvider(array{SAMLProviderArn?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise tagSAMLProviderAsync(array{SAMLProviderArn?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\Aws\Result tagServerCertificate(array{ServerCertificateName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise tagServerCertificateAsync(array{ServerCertificateName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\Aws\Result tagUser(array{UserName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise tagUserAsync(array{UserName?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])

phpstan-method

\Aws\Result untagInstanceProfile(array{InstanceProfileName?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise untagInstanceProfileAsync(array{InstanceProfileName?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\Aws\Result untagMFADevice(array{SerialNumber?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise untagMFADeviceAsync(array{SerialNumber?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\Aws\Result untagOpenIDConnectProvider(array{OpenIDConnectProviderArn?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise untagOpenIDConnectProviderAsync(array{OpenIDConnectProviderArn?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\Aws\Result untagPolicy(array{PolicyArn?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise untagPolicyAsync(array{PolicyArn?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\Aws\Result untagRole(array{RoleName?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise untagRoleAsync(array{RoleName?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\Aws\Result untagSAMLProvider(array{SAMLProviderArn?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise untagSAMLProviderAsync(array{SAMLProviderArn?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\Aws\Result untagServerCertificate(array{ServerCertificateName?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise untagServerCertificateAsync(array{ServerCertificateName?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\Aws\Result untagUser(array{UserName?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise untagUserAsync(array{UserName?: string, TagKeys?: list, ...} $args = [])

phpstan-method

\Aws\Result updateAccessKey(array{UserName?: string, AccessKeyId?: string, Status?: 'Active'|'Expired'|'Inactive', ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateAccessKeyAsync(array{UserName?: string, AccessKeyId?: string, Status?: 'Active'|'Expired'|'Inactive', ...} $args = [])

phpstan-method

\Aws\Result updateAccountPasswordPolicy(array{ MinimumPasswordLength?: int, RequireSymbols?: bool, RequireNumbers?: bool, RequireUppercaseCharacters?: bool, RequireLowercaseCharacters?: bool, AllowUsersToChangePassword?: bool, MaxPasswordAge?: int, PasswordReusePrevention?: int, HardExpiry?: bool, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateAccountPasswordPolicyAsync(array{ MinimumPasswordLength?: int, RequireSymbols?: bool, RequireNumbers?: bool, RequireUppercaseCharacters?: bool, RequireLowercaseCharacters?: bool, AllowUsersToChangePassword?: bool, MaxPasswordAge?: int, PasswordReusePrevention?: int, HardExpiry?: bool, ..., } $args = [])

phpstan-method

\Aws\Result updateAssumeRolePolicy(array{RoleName?: string, PolicyDocument?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateAssumeRolePolicyAsync(array{RoleName?: string, PolicyDocument?: string, ...} $args = [])

phpstan-method

\Aws\Result updateDelegationRequest(array{DelegationRequestId?: string, Notes?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateDelegationRequestAsync(array{DelegationRequestId?: string, Notes?: string, ...} $args = [])

phpstan-method

\Aws\Result updateGroup(array{GroupName?: string, NewPath?: string, NewGroupName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateGroupAsync(array{GroupName?: string, NewPath?: string, NewGroupName?: string, ...} $args = [])

phpstan-method

\Aws\Result updateLoginProfile(array{UserName?: string, Password?: string, PasswordResetRequired?: bool, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateLoginProfileAsync(array{UserName?: string, Password?: string, PasswordResetRequired?: bool, ...} $args = [])

phpstan-method

\Aws\Result updateOpenIDConnectProviderThumbprint(array{OpenIDConnectProviderArn?: string, ThumbprintList?: list, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateOpenIDConnectProviderThumbprintAsync(array{OpenIDConnectProviderArn?: string, ThumbprintList?: list, ...} $args = [])

phpstan-method

\Aws\Result updateRole(array{RoleName?: string, Description?: string, MaxSessionDuration?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateRoleAsync(array{RoleName?: string, Description?: string, MaxSessionDuration?: int, ...} $args = [])

phpstan-method

\Aws\Result updateRoleDescription(array{RoleName?: string, Description?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateRoleDescriptionAsync(array{RoleName?: string, Description?: string, ...} $args = [])

phpstan-method

\Aws\Result updateSAMLProvider(array{ SAMLMetadataDocument?: string, SAMLProviderArn?: string, AssertionEncryptionMode?: 'Allowed'|'Required', AddPrivateKey?: string, RemovePrivateKey?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateSAMLProviderAsync(array{ SAMLMetadataDocument?: string, SAMLProviderArn?: string, AssertionEncryptionMode?: 'Allowed'|'Required', AddPrivateKey?: string, RemovePrivateKey?: string, ..., } $args = [])

phpstan-method

\Aws\Result updateSSHPublicKey(array{UserName?: string, SSHPublicKeyId?: string, Status?: 'Active'|'Expired'|'Inactive', ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateSSHPublicKeyAsync(array{UserName?: string, SSHPublicKeyId?: string, Status?: 'Active'|'Expired'|'Inactive', ...} $args = [])

phpstan-method

\Aws\Result updateServerCertificate(array{ServerCertificateName?: string, NewPath?: string, NewServerCertificateName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateServerCertificateAsync(array{ServerCertificateName?: string, NewPath?: string, NewServerCertificateName?: string, ...} $args = [])

phpstan-method

\Aws\Result updateServiceSpecificCredential(array{UserName?: string, ServiceSpecificCredentialId?: string, Status?: 'Active'|'Expired'|'Inactive', ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateServiceSpecificCredentialAsync(array{UserName?: string, ServiceSpecificCredentialId?: string, Status?: 'Active'|'Expired'|'Inactive', ...} $args = [])

phpstan-method

\Aws\Result updateSigningCertificate(array{UserName?: string, CertificateId?: string, Status?: 'Active'|'Expired'|'Inactive', ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateSigningCertificateAsync(array{UserName?: string, CertificateId?: string, Status?: 'Active'|'Expired'|'Inactive', ...} $args = [])

phpstan-method

\Aws\Result updateUser(array{UserName?: string, NewPath?: string, NewUserName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateUserAsync(array{UserName?: string, NewPath?: string, NewUserName?: string, ...} $args = [])

phpstan-method

\Aws\Result uploadSSHPublicKey(array{UserName?: string, SSHPublicKeyBody?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise uploadSSHPublicKeyAsync(array{UserName?: string, SSHPublicKeyBody?: string, ...} $args = [])

phpstan-method

\Aws\Result uploadServerCertificate(array{ Path?: string, ServerCertificateName?: string, CertificateBody?: string, PrivateKey?: string, CertificateChain?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise uploadServerCertificateAsync(array{ Path?: string, ServerCertificateName?: string, CertificateBody?: string, PrivateKey?: string, CertificateChain?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ..., } $args = [])

phpstan-method

\Aws\Result uploadSigningCertificate(array{UserName?: string, CertificateBody?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise uploadSigningCertificateAsync(array{UserName?: string, CertificateBody?: string, ...} $args = [])

Table of Contents

Methods

__call()  : mixed
__construct()  : mixed
The client constructor accepts the following options:
__sleep()  : mixed
execute()  : mixed
executeAsync()  : mixed
factory()  : static
getApi()  : Service
getArguments()  : array<string|int, mixed>
Get an array of client constructor arguments used by the client.
getClientBuiltIns()  : array<string|int, mixed>
Provides the set of built-in keys and values used for endpoint resolution
getClientContextParams()  : array<string|int, mixed>
Provides the set of service context parameter key-value pairs used for endpoint resolution.
getCommand()  : CommandInterface
getConfig()  : mixed|null
Get a client configuration value.
getCredentials()  : PromiseInterface
Returns a promise that is fulfilled with an {@see \Aws\Credentials\CredentialsInterface} object.
getEndpoint()  : UriInterface
Gets the default endpoint, or base URL, used by the client.
getEndpointProvider()  : mixed
getEndpointProviderArgs()  : array<string|int, mixed>
Retrieves arguments to be used in endpoint resolution.
getHandlerList()  : HandlerList
Get the handler list used to transfer commands.
getIterator()  : mixed
getPaginator()  : mixed
getRegion()  : string
Get the region to which the client is configured to send requests.
getSignatureProvider()  : callable
Get the signature_provider function of the client.
getToken()  : mixed
getWaiter()  : mixed
waitUntil()  : mixed

Methods

__call()

public __call(mixed $name, array<string|int, mixed> $args) : mixed
Parameters
$name : mixed
$args : array<string|int, mixed>

__construct()

The client constructor accepts the following options:

public __construct(array<string|int, mixed> $args) : mixed
  • api_provider: (callable) An optional PHP callable that accepts a type, service, and version argument, and returns an array of corresponding configuration data. The type value can be one of api, waiter, or paginator.
  • credentials: (Aws\Credentials\CredentialsInterface|array|bool|callable) Specifies the credentials used to sign requests. Provide an Aws\Credentials\CredentialsInterface object, an associative array of "key", "secret", and an optional "token" key, false to use null credentials, or a callable credentials provider used to create credentials or return null. See Aws\Credentials\CredentialProvider for a list of built-in credentials providers. If no credentials are provided, the SDK will attempt to load them from the environment.
  • token: (Aws\Token\TokenInterface|array|bool|callable) Specifies the token used to authorize requests. Provide an Aws\Token\TokenInterface object, an associative array of "token" and an optional "expires" key, false to use no token, or a callable token provider used to create a token or return null. See Aws\Token\TokenProvider for a list of built-in token providers. If no token is provided, the SDK will attempt to load one from the environment.
  • csm: (Aws\ClientSideMonitoring\ConfigurationInterface|array|callable) Specifies the credentials used to sign requests. Provide an Aws\ClientSideMonitoring\ConfigurationInterface object, a callable configuration provider used to create client-side monitoring configuration, false to disable csm, or an associative array with the following keys: enabled: (bool) Set to true to enable client-side monitoring, defaults to false; host: (string) the host location to send monitoring events to, defaults to 127.0.0.1; port: (int) The port used for the host connection, defaults to 31000; client_id: (string) An identifier for this project
  • debug: (bool|array) Set to true to display debug information when sending requests. Alternatively, you can provide an associative array with the following keys: logfn: (callable) Function that is invoked with log messages; stream_size: (int) When the size of a stream is greater than this number, the stream data will not be logged (set to "0" to not log any stream data); scrub_auth: (bool) Set to false to disable the scrubbing of auth data from the logged messages; http: (bool) Set to false to disable the "debug" feature of lower level HTTP adapters (e.g., verbose curl output).
  • stats: (bool|array) Set to true to gather transfer statistics on requests sent. Alternatively, you can provide an associative array with the following keys: retries: (bool) Set to false to disable reporting on retries attempted; http: (bool) Set to true to enable collecting statistics from lower level HTTP adapters (e.g., values returned in GuzzleHttp\TransferStats). HTTP handlers must support an http_stats_receiver option for this to have an effect; timer: (bool) Set to true to enable a command timer that reports the total wall clock time spent on an operation in seconds.
  • disable_host_prefix_injection: (bool) Set to true to disable host prefix injection logic for services that use it. This disables the entire prefix injection, including the portions supplied by user-defined parameters. Setting this flag will have no effect on services that do not use host prefix injection.
  • endpoint: (string) The full URI of the webservice. This is only required when connecting to a custom endpoint (e.g., a local version of S3).
  • endpoint_discovery: (Aws\EndpointDiscovery\ConfigurationInterface, Aws\CacheInterface, array, callable) Settings for endpoint discovery. Provide an instance of Aws\EndpointDiscovery\ConfigurationInterface, an instance Aws\CacheInterface, a callable that provides a promise for a Configuration object, or an associative array with the following keys: enabled: (bool) Set to true to enable endpoint discovery, false to explicitly disable it, defaults to false; cache_limit: (int) The maximum number of keys in the endpoints cache, defaults to 1000.
  • endpoint_provider: (callable) An optional PHP callable that accepts a hash of options including a "service" and "region" key and returns NULL or a hash of endpoint data, of which the "endpoint" key is required. See Aws\Endpoint\EndpointProvider for a list of built-in providers.
  • handler: (callable) A handler that accepts a command object, request object and returns a promise that is fulfilled with an Aws\ResultInterface object or rejected with an Aws\Exception\AwsException. A handler does not accept a next handler as it is terminal and expected to fulfill a command. If no handler is provided, a default Guzzle handler will be utilized.
  • http: (array, default=array(0)) Set to an array of SDK request options to apply to each request (e.g., proxy, verify, etc.).
  • http_handler: (callable) An HTTP handler is a function that accepts a PSR-7 request object and returns a promise that is fulfilled with a PSR-7 response object or rejected with an array of exception data. NOTE: This option supersedes any provided "handler" option.
  • idempotency_auto_fill: (bool|callable) Set to false to disable SDK to populate parameters that enabled 'idempotencyToken' trait with a random UUID v4 value on your behalf. Using default value 'true' still allows parameter value to be overwritten when provided. Note: auto-fill only works when cryptographically secure random bytes generator functions (random_bytes, openssl_random_pseudo_bytes or mcrypt_create_iv) can be found. You may also provide a callable source of random bytes.
  • profile: (string) Allows you to specify which profile to use when credentials are created from the AWS credentials file in your HOME directory. This setting overrides the AWS_PROFILE environment variable. Note: Specifying "profile" will cause the "credentials" key to be ignored.
  • region: (string, required) Region to connect to. See http://docs.aws.amazon.com/general/latest/gr/rande.html for a list of available regions.
  • retries: (int, Aws\Retry\ConfigurationInterface, Aws\CacheInterface, array, callable) Configures the retry mode and maximum number of allowed retries for a client (pass 0 to disable retries). Provide an integer for 'legacy' mode with the specified number of retries. Otherwise provide an instance of Aws\Retry\ConfigurationInterface, an instance of Aws\CacheInterface, a callable function, or an array with the following keys: mode: (string) Set to 'legacy', 'standard' (uses retry quota management), or 'adapative' (an experimental mode that adds client-side rate limiting to standard mode); max_attempts (int) The maximum number of attempts for a given request.
  • scheme: (string, default=string(5) "https") URI scheme to use when connecting connect. The SDK will utilize "https" endpoints (i.e., utilize SSL/TLS connections) by default. You can attempt to connect to a service over an unencrypted "http" endpoint by setting scheme to "http".
  • signature_provider: (callable) A callable that accepts a signature version name (e.g., "v4"), a service name, and region, and returns a SignatureInterface object or null. This provider is used to create signers utilized by the client. See Aws\Signature\SignatureProvider for a list of built-in providers
  • signature_version: (string) A string representing a custom signature version to use with a service (e.g., v4). Note that per/operation signature version MAY override this requested signature version.
  • transport_sharing: (string) Set to a transport sharing mode ("none", "handler_prefer", "handler_require", "persistent_prefer", or "persistent_require") to enable connection sharing on the default HTTP handler. The "_prefer" modes degrade gracefully when the installed version of Guzzle or the runtime cannot honor them, and the "_require" modes throw. This option only applies when the SDK creates the default HTTP handler.
  • use_aws_shared_config_files: (bool, default=bool(true)) Set to false to disable checking for shared config file in '~/.aws/config' and '~/.aws/credentials'. This will override the AWS_CONFIG_FILE environment variable.
  • validate: (bool, default=bool(true)) Set to false to disable client-side parameter validation.
  • version: (string, required) The version of the webservice to utilize (e.g., 2006-03-01).
  • account_id_endpoint_mode: (string, default(preferred)) this option decides whether credentials should resolve an accountId value, which is going to be used as part of the endpoint resolution. The valid values for this option are:
    • preferred: when this value is set then, a warning is logged when accountId is empty in the resolved identity.
    • required: when this value is set then, an exception is thrown when accountId is empty in the resolved identity.
    • disabled: when this value is set then, the validation for if accountId was resolved or not, is ignored.
  • ua_append: (string, array) To pass custom user agent parameters.
  • app_id: (string) an optional application specific identifier that can be set. When set it will be appended to the User-Agent header of every request in the form of App/{AppId}. This variable is sourced from environment variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id. See https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html for more information on environment variables and shared config settings.
Parameters
$args : array<string|int, mixed>

Client configuration arguments.

Tags
throws
InvalidArgumentException

if any required options are missing or the service is not supported.

__sleep()

public __sleep() : mixed

factory()

public static factory([array<string|int, mixed> $config = [] ]) : static
Parameters
$config : array<string|int, mixed> = []
Tags
deprecated
Return values
static

getArguments()

Get an array of client constructor arguments used by the client.

public static getArguments() : array<string|int, mixed>
Return values
array<string|int, mixed>

getClientBuiltIns()

Provides the set of built-in keys and values used for endpoint resolution

public getClientBuiltIns() : array<string|int, mixed>
Return values
array<string|int, mixed>

getClientContextParams()

Provides the set of service context parameter key-value pairs used for endpoint resolution.

public getClientContextParams() : array<string|int, mixed>
Return values
array<string|int, mixed>

getCommand()

public abstract getCommand(string $name[, array<string|int, mixed> $args = [] ]) : CommandInterface
Parameters
$name : string
$args : array<string|int, mixed> = []
Return values
CommandInterface

getConfig()

Get a client configuration value.

public getConfig([mixed $option = null ]) : mixed|null
Parameters
$option : mixed = null

The option to retrieve. Pass null to retrieve all options.

Return values
mixed|null

getCredentials()

Returns a promise that is fulfilled with an {@see \Aws\Credentials\CredentialsInterface} object.

public getCredentials() : PromiseInterface

If you need the credentials synchronously, then call the wait() method on the returned promise.

Return values
PromiseInterface

getEndpoint()

Gets the default endpoint, or base URL, used by the client.

public getEndpoint() : UriInterface
Return values
UriInterface

getEndpointProvider()

public getEndpointProvider() : mixed

getEndpointProviderArgs()

Retrieves arguments to be used in endpoint resolution.

public getEndpointProviderArgs() : array<string|int, mixed>
Return values
array<string|int, mixed>

getHandlerList()

Get the handler list used to transfer commands.

public getHandlerList() : HandlerList

This list can be modified to add middleware or to change the underlying handler used to send HTTP requests.

Return values
HandlerList

getIterator()

public getIterator(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
$name : mixed
$args : array<string|int, mixed> = []

getPaginator()

public getPaginator(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
$name : mixed
$args : array<string|int, mixed> = []

getRegion()

Get the region to which the client is configured to send requests.

public getRegion() : string
Return values
string

getSignatureProvider()

Get the signature_provider function of the client.

public final getSignatureProvider() : callable
Return values
callable

getToken()

public getToken() : mixed

getWaiter()

public getWaiter(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
$name : mixed
$args : array<string|int, mixed> = []

waitUntil()

public waitUntil(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
$name : mixed
$args : array<string|int, mixed> = []
<-- modeled_exceptions -->
On this page