|
46 | 46 | {"shape":"InternalFailureException"},
|
47 | 47 | {"shape":"ResourceUnavailableException"}
|
48 | 48 | ],
|
49 |
| - "documentation":"<p>Creates Amazon QuickSight customizations the current AWS Region. Currently, you can add a custom default theme by using the <code>CreateAccountCustomization</code> or <code>UpdateAccountCustomization</code> API operation. To further customize QuickSight by removing QuickSight sample assets and videos for all new users, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html\">Customizing QuickSight</a> in the Amazon QuickSight User Guide.</p> <p>You can create customizations for your AWS account or, if you specify a namespace, for a QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply to an AWS account. To find out which customizations apply, use the <code>DescribeAccountCustomization</code> API operation.</p> <p>Before you add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme won't be visible to your users even if you use this API operation to make it the default theme. </p>" |
| 49 | + "documentation":"<p>Creates Amazon QuickSight customizations the current AWS Region. Currently, you can add a custom default theme by using the <code>CreateAccountCustomization</code> or <code>UpdateAccountCustomization</code> API operation. To further customize QuickSight by removing QuickSight sample assets and videos for all new users, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html\">Customizing QuickSight</a> in the <i>Amazon QuickSight User Guide.</i> </p> <p>You can create customizations for your AWS account or, if you specify a namespace, for a QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply to an AWS account. To find out which customizations apply, use the <code>DescribeAccountCustomization</code> API operation.</p> <p>Before you use the <code>CreateAccountCustomization</code> API operation to add a theme as the namespace default, make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the current permissions by using the <code> <a>DescribeThemePermissions</a> </code> API operation. To share the theme, grant permissions by using the <code> <a>UpdateThemePermissions</a> </code> API operation. </p>" |
50 | 50 | },
|
51 | 51 | "CreateAnalysis":{
|
52 | 52 | "name":"CreateAnalysis",
|
|
324 | 324 | {"shape":"InternalFailureException"},
|
325 | 325 | {"shape":"ResourceUnavailableException"}
|
326 | 326 | ],
|
327 |
| - "documentation":"<p>Deletes all Amazon QuickSight customizations in this AWS Region for the specified AWS Account and QuickSight namespace.</p>" |
| 327 | + "documentation":"<p>Deletes all Amazon QuickSight customizations in this AWS Region for the specified AWS account and QuickSight namespace.</p>" |
328 | 328 | },
|
329 | 329 | "DeleteAnalysis":{
|
330 | 330 | "name":"DeleteAnalysis",
|
|
599 | 599 | {"shape":"InternalFailureException"},
|
600 | 600 | {"shape":"ResourceUnavailableException"}
|
601 | 601 | ],
|
602 |
| - "documentation":"<p>Describes the customizations associated with the provided AWS account and Amazon QuickSight namespace in an AWS Region. The QuickSight console evaluates which customizations to apply by running this API operation with the <code>Resolved</code> flag included. </p> <p>To determine what customizations display when you run this command, it can help to visualize the relationship of the entities involved. </p> <ul> <li> <p> <code>AWS Account</code> - The AWS account exists at the top of the hierarchy. It has the potential to use all of the AWS Regions and AWS Services. When you subscribe to QuickSight, you choose one AWS Region to use as your home region. That's where your free SPICE capacity is located. You can use QuickSight in any supported AWS Region. </p> </li> <li> <p> <code>AWS Region</code> - In each AWS Region where you sign in to QuickSight at least once, QuickSight acts as a separate instance of the same service. If you have a user directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have access to QuickSight in any AWS Region, unless they are constrained to a namespace. </p> <p>To run the command in a different AWS Region, you change your region settings. If you're using the AWS CLI, you can use one of the following options:</p> <ul> <li> <p>Use <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-options.html\">command line options</a>. </p> </li> <li> <p>Use <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html\">named profiles</a>. </p> </li> <li> <p>Run <code>aws configure</code> to change your default AWS Region. Use Enter to key the same settings for your keys. For more information, see <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html\">Configuring the AWS CLI</a>.</p> </li> </ul> </li> <li> <p> <code>Namespace</code> - A QuickSight namespace is a partition that contains users and assets (data sources, datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also be part of the same namespace. People who share a namespace are completely isolated from users and assets in other namespaces, even if they are in the same AWS account and AWS Region.</p> </li> <li> <p> <code>Applied customizations</code> - Within an AWS Region, a set of QuickSight customizations can apply to an AWS account or to a namespace. Settings that you apply to a namespace override settings that you apply to an AWS Account. All settings are isolated to a single AWS Region. To apply them in other AWS Regions, run the <code>CreateAccountCustomization</code> command in each AWS Region where you want to apply the same customizations. </p> </li> </ul>" |
| 602 | + "documentation":"<p>Describes the customizations associated with the provided AWS account and Amazon QuickSight namespace in an AWS Region. The QuickSight console evaluates which customizations to apply by running this API operation with the <code>Resolved</code> flag included. </p> <p>To determine what customizations display when you run this command, it can help to visualize the relationship of the entities involved. </p> <ul> <li> <p> <code>AWS Account</code> - The AWS account exists at the top of the hierarchy. It has the potential to use all of the AWS Regions and AWS Services. When you subscribe to QuickSight, you choose one AWS Region to use as your home Region. That's where your free SPICE capacity is located. You can use QuickSight in any supported AWS Region. </p> </li> <li> <p> <code>AWS Region</code> - In each AWS Region where you sign in to QuickSight at least once, QuickSight acts as a separate instance of the same service. If you have a user directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have access to QuickSight in any AWS Region, unless they are constrained to a namespace. </p> <p>To run the command in a different AWS Region, you change your Region settings. If you're using the AWS CLI, you can use one of the following options:</p> <ul> <li> <p>Use <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-options.html\">command line options</a>. </p> </li> <li> <p>Use <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html\">named profiles</a>. </p> </li> <li> <p>Run <code>aws configure</code> to change your default AWS Region. Use Enter to key the same settings for your keys. For more information, see <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html\">Configuring the AWS CLI</a>.</p> </li> </ul> </li> <li> <p> <code>Namespace</code> - A QuickSight namespace is a partition that contains users and assets (data sources, datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also be part of the same namespace. People who share a namespace are completely isolated from users and assets in other namespaces, even if they are in the same AWS account and AWS Region.</p> </li> <li> <p> <code>Applied customizations</code> - Within an AWS Region, a set of QuickSight customizations can apply to an AWS account or to a namespace. Settings that you apply to a namespace override settings that you apply to an AWS account. All settings are isolated to a single AWS Region. To apply them in other AWS Regions, run the <code>CreateAccountCustomization</code> command in each AWS Region where you want to apply the same customizations. </p> </li> </ul>" |
603 | 603 | },
|
604 | 604 | "DescribeAccountSettings":{
|
605 | 605 | "name":"DescribeAccountSettings",
|
|
617 | 617 | {"shape":"InternalFailureException"},
|
618 | 618 | {"shape":"ResourceUnavailableException"}
|
619 | 619 | ],
|
620 |
| - "documentation":"<p>Describes the settings that were used when your QuickSight subscription was first created in this AWS Account.</p>" |
| 620 | + "documentation":"<p>Describes the settings that were used when your QuickSight subscription was first created in this AWS account.</p>" |
621 | 621 | },
|
622 | 622 | "DescribeAnalysis":{
|
623 | 623 | "name":"DescribeAnalysis",
|
|
1512 | 1512 | {"shape":"InternalFailureException"},
|
1513 | 1513 | {"shape":"ResourceUnavailableException"}
|
1514 | 1514 | ],
|
1515 |
| - "documentation":"<p>Updates the Amazon QuickSight settings in your AWS Account.</p>" |
| 1515 | + "documentation":"<p>Updates the Amazon QuickSight settings in your AWS account.</p>" |
1516 | 1516 | },
|
1517 | 1517 | "UpdateAnalysis":{
|
1518 | 1518 | "name":"UpdateAnalysis",
|
|
1986 | 1986 | "LastUpdatedTime":{
|
1987 | 1987 | "shape":"Timestamp",
|
1988 | 1988 | "documentation":"<p>The time that the analysis was last updated.</p>"
|
| 1989 | + }, |
| 1990 | + "Sheets":{ |
| 1991 | + "shape":"SheetList", |
| 1992 | + "documentation":"<p>A list of the associated sheets with the unique identifier and name of each sheet.</p>" |
1989 | 1993 | }
|
1990 | 1994 | },
|
1991 | 1995 | "documentation":"<p>Metadata structure for an analysis in Amazon QuickSight</p>"
|
|
2500 | 2504 | },
|
2501 | 2505 | "AccountCustomization":{
|
2502 | 2506 | "shape":"AccountCustomization",
|
2503 |
| - "documentation":"<p>The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace. </p> <p>For example, you could add a default theme by setting <code>AccountCustomization</code> to the midnight theme: <code>\"AccountCustomization\": { \"DefaultTheme\": \"arn:aws:quicksight::aws:theme/MIDNIGHT\" }. </code>. Or, you could add a custom theme by specifying <code>\"AccountCustomization\": { \"DefaultTheme\": \"arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639\" }</code>. </p>" |
| 2507 | + "documentation":"<p>The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace. </p> <p>For example, you can add a default theme by setting <code>AccountCustomization</code> to the midnight theme: <code>\"AccountCustomization\": { \"DefaultTheme\": \"arn:aws:quicksight::aws:theme/MIDNIGHT\" }</code>. Or, you can add a custom theme by specifying <code>\"AccountCustomization\": { \"DefaultTheme\": \"arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639\" }</code>. </p>" |
2504 | 2508 | },
|
2505 | 2509 | "Tags":{
|
2506 | 2510 | "shape":"TagList",
|
|
3707 | 3711 | "ThemeArn":{
|
3708 | 3712 | "shape":"Arn",
|
3709 | 3713 | "documentation":"<p>The ARN of the theme associated with a version of the dashboard.</p>"
|
| 3714 | + }, |
| 3715 | + "Sheets":{ |
| 3716 | + "shape":"SheetList", |
| 3717 | + "documentation":"<p>A list of the associated sheets with the unique identifier and name of each sheet.</p>" |
3710 | 3718 | }
|
3711 | 3719 | },
|
3712 | 3720 | "documentation":"<p>Dashboard version.</p>"
|
|
4959 | 4967 | "members":{
|
4960 | 4968 | "AccountSettings":{
|
4961 | 4969 | "shape":"AccountSettings",
|
4962 |
| - "documentation":"<p>The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. The QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight \"account\" even though it's technically not an account by itself. Instead, it's a subscription to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it. </p>" |
| 4970 | + "documentation":"<p>The QuickSight settings for this AWS account. This information includes the edition of Amazon QuickSight that you subscribed to (Standard or Enterprise) and the notification email for the QuickSight subscription. In the QuickSight console, the QuickSight subscription is sometimes referred to as a QuickSight \"account\" even though it's technically not an account by itself. Instead, it's a subscription to the QuickSight service for your AWS account. The edition that you subscribe to applies to QuickSight in every AWS Region where you use it.</p>" |
4963 | 4971 | },
|
4964 | 4972 | "RequestId":{
|
4965 | 4973 | "shape":"String",
|
|
8614 | 8622 | "error":{"httpStatusCode":400},
|
8615 | 8623 | "exception":true
|
8616 | 8624 | },
|
| 8625 | + "Sheet":{ |
| 8626 | + "type":"structure", |
| 8627 | + "members":{ |
| 8628 | + "SheetId":{ |
| 8629 | + "shape":"RestrictiveResourceId", |
| 8630 | + "documentation":"<p>The unique identifier associated with a sheet.</p>" |
| 8631 | + }, |
| 8632 | + "Name":{ |
| 8633 | + "shape":"NonEmptyString", |
| 8634 | + "documentation":"<p>The name of a sheet. This is displayed on the sheet's tab in the QuickSight console.</p>" |
| 8635 | + } |
| 8636 | + }, |
| 8637 | + "documentation":"<p>A sheet is an object that contains a set of visuals that are viewed together on one page in the Amazon QuickSight console. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.</p>" |
| 8638 | + }, |
8617 | 8639 | "SheetControlsOption":{
|
8618 | 8640 | "type":"structure",
|
8619 | 8641 | "members":{
|
|
8624 | 8646 | },
|
8625 | 8647 | "documentation":"<p>Sheet controls option.</p>"
|
8626 | 8648 | },
|
| 8649 | + "SheetList":{ |
| 8650 | + "type":"list", |
| 8651 | + "member":{"shape":"Sheet"}, |
| 8652 | + "max":20 |
| 8653 | + }, |
8627 | 8654 | "SheetStyle":{
|
8628 | 8655 | "type":"structure",
|
8629 | 8656 | "members":{
|
|
9041 | 9068 | "ThemeArn":{
|
9042 | 9069 | "shape":"Arn",
|
9043 | 9070 | "documentation":"<p>The ARN of the theme associated with this version of the template.</p>"
|
| 9071 | + }, |
| 9072 | + "Sheets":{ |
| 9073 | + "shape":"SheetList", |
| 9074 | + "documentation":"<p>A list of the associated sheets with the unique identifier and name of each sheet.</p>" |
9044 | 9075 | }
|
9045 | 9076 | },
|
9046 | 9077 | "documentation":"<p>A version of a template.</p>"
|
|
9606 | 9637 | },
|
9607 | 9638 | "DefaultNamespace":{
|
9608 | 9639 | "shape":"Namespace",
|
9609 |
| - "documentation":"<p>The default namespace for this AWS Account. Currently, the default is <code>default</code>. IAM users who register for the first time with QuickSight provide an email that becomes associated with the default namespace.</p>" |
| 9640 | + "documentation":"<p>The default namespace for this AWS account. Currently, the default is <code>default</code>. AWS Identity and Access Management (IAM) users that register for the first time with QuickSight provide an email that becomes associated with the default namespace.</p>" |
9610 | 9641 | },
|
9611 | 9642 | "NotificationEmail":{
|
9612 | 9643 | "shape":"String",
|
|
0 commit comments