UpdateAccessKey #
Changes the status of the specified access key from Active to Inactive, or vice versa. This operation can be used to disable a user’s key as part of a key rotation workflow.
AWS API Reference: https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAccessKey.html
Method #
UPDATE_ACCESS_KEY
Import parameters #
This method use the following import parameters:
-
i_status
Required: Yes.
Indicate if we want the new key active or inactive.
Valid values: Active | Inactive.
-
i_access_key
Required: Yes.
The new access key of AWS account.
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code. Returns 200 if no errors found.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Returns response information.