|
1780 | 1780 | ], |
1781 | 1781 | "documentation":"<p>Returns a database user name and temporary password with temporary authorization to log in to an Amazon Redshift database. The database user is mapped 1:1 to the source Identity and Access Management (IAM) identity. For more information about IAM identities, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id.html\">IAM Identities (users, user groups, and roles)</a> in the Amazon Web Services Identity and Access Management User Guide.</p> <p>The Identity and Access Management (IAM) identity that runs this operation must have an IAM policy attached that allows access to all necessary actions and resources. For more information about permissions, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html\">Using identity-based policies (IAM policies)</a> in the Amazon Redshift Cluster Management Guide. </p>" |
1782 | 1782 | }, |
| 1783 | + "GetIdentityCenterAuthToken":{ |
| 1784 | + "name":"GetIdentityCenterAuthToken", |
| 1785 | + "http":{ |
| 1786 | + "method":"POST", |
| 1787 | + "requestUri":"/" |
| 1788 | + }, |
| 1789 | + "input":{"shape":"GetIdentityCenterAuthTokenRequest"}, |
| 1790 | + "output":{ |
| 1791 | + "shape":"GetIdentityCenterAuthTokenResponse", |
| 1792 | + "resultWrapper":"GetIdentityCenterAuthTokenResult" |
| 1793 | + }, |
| 1794 | + "errors":[ |
| 1795 | + {"shape":"ClusterNotFoundFault"}, |
| 1796 | + {"shape":"InvalidClusterStateFault"}, |
| 1797 | + {"shape":"UnsupportedOperationFault"}, |
| 1798 | + {"shape":"RedshiftInvalidParameterFault"} |
| 1799 | + ], |
| 1800 | + "documentation":"<p>Generates an encrypted authentication token that propagates the caller's Amazon Web Services IAM Identity Center identity to Amazon Redshift clusters. This API extracts the Amazon Web Services IAM Identity Center identity from enhanced credentials and creates a secure token that Amazon Redshift drivers can use for authentication.</p> <p>The token is encrypted using Key Management Service (KMS) and can only be decrypted by the specified Amazon Redshift clusters. The token contains the caller's Amazon Web Services IAM Identity Center identity information and is valid for a limited time period.</p> <p>This API is exclusively for use with Amazon Web Services IAM Identity Center enhanced credentials. If the caller is not using enhanced credentials with embedded Amazon Web Services IAM Identity Center identity, the API will return an error.</p>" |
| 1801 | + }, |
1783 | 1802 | "GetReservedNodeExchangeConfigurationOptions":{ |
1784 | 1803 | "name":"GetReservedNodeExchangeConfigurationOptions", |
1785 | 1804 | "http":{ |
|
3543 | 3562 | "locationName":"ClusterIamRole" |
3544 | 3563 | } |
3545 | 3564 | }, |
| 3565 | + "ClusterIdentifierList":{ |
| 3566 | + "type":"list", |
| 3567 | + "member":{ |
| 3568 | + "shape":"String", |
| 3569 | + "locationName":"ClusterIdentifier" |
| 3570 | + } |
| 3571 | + }, |
3546 | 3572 | "ClusterList":{ |
3547 | 3573 | "type":"list", |
3548 | 3574 | "member":{ |
|
7215 | 7241 | } |
7216 | 7242 | } |
7217 | 7243 | }, |
| 7244 | + "GetIdentityCenterAuthTokenRequest":{ |
| 7245 | + "type":"structure", |
| 7246 | + "required":["ClusterIds"], |
| 7247 | + "members":{ |
| 7248 | + "ClusterIds":{ |
| 7249 | + "shape":"ClusterIdentifierList", |
| 7250 | + "documentation":"<p>A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.</p> <p>Constraints:</p> <ul> <li> <p> <code>ClusterIds</code> must contain at least 1 cluster identifier.</p> </li> <li> <p> <code>ClusterIds</code> can hold a maximum of 20 cluster identifiers.</p> </li> <li> <p>Cluster identifiers must be 1 to 63 characters in length.</p> </li> <li> <p>The characters accepted for cluster identifiers are the following:</p> <ul> <li> <p>Alphanumeric characters</p> </li> <li> <p>Hyphens</p> </li> </ul> </li> <li> <p>Cluster identifiers must start with a letter.</p> </li> <li> <p>Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>" |
| 7251 | + } |
| 7252 | + }, |
| 7253 | + "documentation":"<p>The request parameters for <code>GetIdentityCenterAuthToken</code>.</p>" |
| 7254 | + }, |
| 7255 | + "GetIdentityCenterAuthTokenResponse":{ |
| 7256 | + "type":"structure", |
| 7257 | + "members":{ |
| 7258 | + "Token":{ |
| 7259 | + "shape":"SensitiveString", |
| 7260 | + "documentation":"<p>The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information. This token is encrypted using Key Management Service and can only be decrypted by the specified Amazon Redshift clusters. Use this token with Amazon Redshift drivers to authenticate using your Amazon Web Services IAM Identity Center identity.</p>" |
| 7261 | + }, |
| 7262 | + "ExpirationTime":{ |
| 7263 | + "shape":"TStamp", |
| 7264 | + "documentation":"<p>The time (UTC) when the token expires. After this timestamp, the token will no longer be valid for authentication.</p>" |
| 7265 | + } |
| 7266 | + }, |
| 7267 | + "documentation":"<p>The response from GetIdentityCenterAuthToken containing the encrypted authentication token and expiration time.</p>" |
| 7268 | + }, |
7218 | 7269 | "GetReservedNodeExchangeConfigurationOptionsInputMessage":{ |
7219 | 7270 | "type":"structure", |
7220 | 7271 | "required":["ActionType"], |
|
9709 | 9760 | }, |
9710 | 9761 | "exception":true |
9711 | 9762 | }, |
| 9763 | + "RedshiftInvalidParameterFault":{ |
| 9764 | + "type":"structure", |
| 9765 | + "members":{}, |
| 9766 | + "documentation":"<p>The request contains one or more invalid parameters. This error occurs when required parameters are missing, parameter values are outside acceptable ranges, or parameter formats are incorrect.</p>", |
| 9767 | + "error":{ |
| 9768 | + "code":"RedshiftInvalidParameter", |
| 9769 | + "httpStatusCode":400, |
| 9770 | + "senderFault":true |
| 9771 | + }, |
| 9772 | + "exception":true |
| 9773 | + }, |
9712 | 9774 | "ReferenceLink":{ |
9713 | 9775 | "type":"structure", |
9714 | 9776 | "members":{ |
|
0 commit comments