|
622 | 622 | }
|
623 | 623 | ],
|
624 | 624 | "traits": {
|
625 |
| - "smithy.api#documentation": "<p>From a data producer account, authorizes the sharing of a datashare with one or more\n consumer accounts or managing entities. To authorize a datashare for a data consumer, the producer account\n must have the correct access privileges.</p>" |
| 625 | + "smithy.api#documentation": "<p>From a data producer account, authorizes the sharing of a datashare with one or more\n consumer accounts or managing entities. To authorize a datashare for a data consumer,\n the producer account must have the correct access permissions.</p>" |
626 | 626 | }
|
627 | 627 | },
|
628 | 628 | "com.amazonaws.redshift#AuthorizeDataShareMessage": {
|
|
1383 | 1383 | "DbUser": {
|
1384 | 1384 | "target": "com.amazonaws.redshift#String",
|
1385 | 1385 | "traits": {
|
1386 |
| - "smithy.api#documentation": "<p>A database user name that is authorized to log on to the database\n <code>DbName</code> using the password <code>DbPassword</code>. If the specified\n DbUser exists in the database, the new user name has the same database privileges as the\n the user named in DbUser. By default, the user is added to PUBLIC. If the\n <code>DbGroups</code> parameter is specifed, <code>DbUser</code> is added to the\n listed groups for any sessions created using these credentials.</p>" |
| 1386 | + "smithy.api#documentation": "<p>A database user name that is authorized to log on to the database <code>DbName</code>\n using the password <code>DbPassword</code>. If the specified DbUser exists in the\n database, the new user name has the same database permissions as the the user named in\n DbUser. By default, the user is added to PUBLIC. If the <code>DbGroups</code> parameter\n is specifed, <code>DbUser</code> is added to the listed groups for any sessions created\n using these credentials.</p>" |
1387 | 1387 | }
|
1388 | 1388 | },
|
1389 | 1389 | "DbPassword": {
|
|
2678 | 2678 | "traits": {
|
2679 | 2679 | "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created. </p>"
|
2680 | 2680 | }
|
| 2681 | + }, |
| 2682 | + "LoadSampleData": { |
| 2683 | + "target": "com.amazonaws.redshift#String", |
| 2684 | + "traits": { |
| 2685 | + "smithy.api#documentation": "<p>A flag that specifies whether to load sample data once the cluster is created.</p>" |
| 2686 | + } |
2681 | 2687 | }
|
2682 | 2688 | },
|
2683 | 2689 | "traits": {
|
|
3724 | 3730 | "DataShareAssociations": {
|
3725 | 3731 | "target": "com.amazonaws.redshift#DataShareAssociationList",
|
3726 | 3732 | "traits": {
|
3727 |
| - "smithy.api#documentation": "<p>A value that specifies when the datashare has an association between a producer and data consumers.</p>" |
| 3733 | + "smithy.api#documentation": "<p>A value that specifies when the datashare has an association between producer and data\n consumers.</p>" |
3728 | 3734 | }
|
3729 | 3735 | },
|
3730 | 3736 | "ManagedBy": {
|
|
3925 | 3931 | }
|
3926 | 3932 | ],
|
3927 | 3933 | "traits": {
|
3928 |
| - "smithy.api#documentation": "<p>From the producer account, removes authorization from the specified datashare. </p>" |
| 3934 | + "smithy.api#documentation": "<p>From a datashare producer account, removes authorization from the specified datashare. </p>" |
3929 | 3935 | }
|
3930 | 3936 | },
|
3931 | 3937 | "com.amazonaws.redshift#DeauthorizeDataShareMessage": {
|
|
7070 | 7076 | }
|
7071 | 7077 | ],
|
7072 | 7078 | "traits": {
|
7073 |
| - "smithy.api#documentation": "<p>From a consumer account, remove association for the specified datashare.\n </p>" |
| 7079 | + "smithy.api#documentation": "<p>From a datashare consumer account, remove association for the specified datashare.\n </p>" |
7074 | 7080 | }
|
7075 | 7081 | },
|
7076 | 7082 | "com.amazonaws.redshift#DisassociateDataShareConsumerMessage": {
|
|
7978 | 7984 | }
|
7979 | 7985 | ],
|
7980 | 7986 | "traits": {
|
7981 |
| - "smithy.api#documentation": "<p>Returns a database user name and temporary password with temporary authorization to\n log on to an Amazon Redshift database. The action returns the database user name\n prefixed with <code>IAM:</code> if <code>AutoCreate</code> is <code>False</code> or\n <code>IAMA:</code> if <code>AutoCreate</code> is <code>True</code>. You can\n optionally specify one or more database user groups that the user will join at log on.\n By default, the temporary credentials expire in 900 seconds. You can optionally specify\n a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). For more\n information, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/generating-user-credentials.html\">Using IAM Authentication\n to Generate Database User Credentials</a> in the Amazon Redshift Cluster Management Guide.</p>\n <p>The Identity and Access Management (IAM) user or role that runs\n GetClusterCredentials must have an IAM policy attached that allows access to all\n 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#redshift-policy-resources.getclustercredentials-resources\">Resource Policies for GetClusterCredentials</a> in the\n Amazon Redshift Cluster Management Guide.</p>\n <p>If the <code>DbGroups</code> parameter is specified, the IAM policy must allow the\n <code>redshift:JoinGroup</code> action with access to the listed\n <code>dbgroups</code>. </p>\n <p>In addition, if the <code>AutoCreate</code> parameter is set to <code>True</code>,\n then the policy must include the <code>redshift:CreateClusterUser</code>\n privilege.</p>\n <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access\n to the resource <code>dbname</code> for the specified database name. </p>" |
| 7987 | + "smithy.api#documentation": "<p>Returns a database user name and temporary password with temporary authorization to\n log on to an Amazon Redshift database. The action returns the database user name\n prefixed with <code>IAM:</code> if <code>AutoCreate</code> is <code>False</code> or\n <code>IAMA:</code> if <code>AutoCreate</code> is <code>True</code>. You can\n optionally specify one or more database user groups that the user will join at log on.\n By default, the temporary credentials expire in 900 seconds. You can optionally specify\n a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). For more\n information, see <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/generating-user-credentials.html\">Using IAM Authentication\n to Generate Database User Credentials</a> in the Amazon Redshift Cluster Management Guide.</p>\n <p>The Identity and Access Management (IAM) user or role that runs\n GetClusterCredentials must have an IAM policy attached that allows access to all\n 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#redshift-policy-resources.getclustercredentials-resources\">Resource Policies for GetClusterCredentials</a> in the\n Amazon Redshift Cluster Management Guide.</p>\n <p>If the <code>DbGroups</code> parameter is specified, the IAM policy must allow the\n <code>redshift:JoinGroup</code> action with access to the listed\n <code>dbgroups</code>. </p>\n <p>In addition, if the <code>AutoCreate</code> parameter is set to <code>True</code>,\n then the policy must include the <code>redshift:CreateClusterUser</code>\n permission.</p>\n <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access\n to the resource <code>dbname</code> for the specified database name. </p>" |
7982 | 7988 | }
|
7983 | 7989 | },
|
7984 | 7990 | "com.amazonaws.redshift#GetClusterCredentialsMessage": {
|
|
11596 | 11602 | }
|
11597 | 11603 | ],
|
11598 | 11604 | "traits": {
|
11599 |
| - "smithy.api#documentation": "<p>From the consumer account, rejects the specified datashare.</p>" |
| 11605 | + "smithy.api#documentation": "<p>From a datashare consumer account, rejects the specified datashare.</p>" |
11600 | 11606 | }
|
11601 | 11607 | },
|
11602 | 11608 | "com.amazonaws.redshift#RejectDataShareMessage": {
|
|
0 commit comments