|
9 | 9 | #'
|
10 | 10 | #' @param credentials \code{credentials()} or \code{list} is same format.
|
11 | 11 | #' \itemize{
|
12 |
| -#' \item{\strong{creds}:} {\code{creds()} or \code{list} in same format. |
| 12 | +#' \item{\strong{creds}: \code{creds()} or \code{list} in same format. |
13 | 13 | #' \itemize{
|
14 |
| -#' \item{\strong{access_key_id}:} {AWS access key ID} |
15 |
| -#' \item{\strong{secret_access_key}:} {AWS secret access key} |
16 |
| -#' \item{\strong{session_token}:} {AWS temporary session token} |
17 |
| -#' \item{\strong{access_token}:} {The token issued by the \code{CreateToken} API call. For more information, see |
| 14 | +#' \item{\strong{access_key_id}: AWS access key ID} |
| 15 | +#' \item{\strong{secret_access_key}: AWS secret access key} |
| 16 | +#' \item{\strong{session_token}: AWS temporary session token} |
| 17 | +#' \item{\strong{access_token}: The token issued by the \code{CreateToken} API call. For more information, see |
18 | 18 | #' \href{https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html}{CreateToken}
|
19 | 19 | #' in the `IAM Identity Center OIDC API Reference Guide`.}
|
20 |
| -#' \item{\strong{expiration}:} {The date and time when the temporary credentials expire. |
| 20 | +#' \item{\strong{expiration}: The date and time when the temporary credentials expire. |
21 | 21 | #' `expiration` must be a `POSIXct` date-time or able to be compared with them.}
|
22 | 22 | #' }}
|
23 |
| -#' \item{\strong{profile}:} {The name of a profile to use. If not given, then the default profile is used.} |
24 |
| -#' \item{\strong{anonymous}:} {Set anonymous credentials.} |
| 23 | +#' \item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} |
| 24 | +#' \item{\strong{anonymous}: Set anonymous credentials.} |
25 | 25 | #' }
|
26 | 26 | #' @param endpoint The complete URL to use for the constructed client.
|
27 | 27 | #' @param region The AWS Region used in instantiating the client.
|
|
37 | 37 | #' Note that the default version is Signature Version 4.
|
38 | 38 | #' @param creds \code{creds()} or \code{list} in same format.
|
39 | 39 | #' \itemize{
|
40 |
| -#' \item{\strong{access_key_id}:} {AWS access key ID} |
41 |
| -#' \item{\strong{secret_access_key}:} {AWS secret access key} |
42 |
| -#' \item{\strong{session_token}:} {AWS temporary session token} |
43 |
| -#' \item{\strong{access_token}:} {The token issued by the \code{CreateToken} API call. For more information, see |
| 40 | +#' \item{\strong{access_key_id}: AWS access key ID} |
| 41 | +#' \item{\strong{secret_access_key}: AWS secret access key} |
| 42 | +#' \item{\strong{session_token}: AWS temporary session token} |
| 43 | +#' \item{\strong{access_token}: The token issued by the \code{CreateToken} API call. For more information, see |
44 | 44 | #' \href{https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html}{CreateToken}
|
45 | 45 | #' in the `IAM Identity Center OIDC API Reference Guide`.}
|
46 |
| -#' \item{\strong{expiration}:} {The date and time when the temporary credentials expire. |
| 46 | +#' \item{\strong{expiration}: The date and time when the temporary credentials expire. |
47 | 47 | #' `expiration` must be a `POSIXct` date-time or able to be compared with them.}
|
48 | 48 | #' }
|
49 | 49 | #' @param profile The name of a profile to use. If not given, then the default profile is used.
|
|
0 commit comments