|
81 | 81 | "DescribeIpRestriction": "<p>Provides a summary and status of IP rules.</p>",
|
82 | 82 | "DescribeKeyRegistration": "<p>Describes all customer managed key registrations in a Amazon QuickSight account.</p>",
|
83 | 83 | "DescribeNamespace": "<p>Describes the current namespace.</p>",
|
| 84 | + "DescribeQPersonalizationConfiguration": "<p>Describes a personalization configuration.</p>", |
84 | 85 | "DescribeRefreshSchedule": "<p>Provides a summary of a refresh schedule.</p>",
|
85 | 86 | "DescribeRoleCustomPermission": "<p>Describes all custom permissions that are mapped to a role.</p>",
|
86 | 87 | "DescribeTemplate": "<p>Describes a template's metadata.</p>",
|
|
166 | 167 | "UpdateIpRestriction": "<p>Updates the content and status of IP rules. Traffic from a source is allowed when the source satisfies either the <code>IpRestrictionRule</code>, <code>VpcIdRestrictionRule</code>, or <code>VpcEndpointIdRestrictionRule</code>. To use this operation, you must provide the entire map of rules. You can use the <code>DescribeIpRestriction</code> operation to get the current rule map.</p>",
|
167 | 168 | "UpdateKeyRegistration": "<p>Updates a customer managed key in a Amazon QuickSight account.</p>",
|
168 | 169 | "UpdatePublicSharingSettings": "<p>Use the <code>UpdatePublicSharingSettings</code> operation to turn on or turn off the public sharing settings of an Amazon QuickSight dashboard.</p> <p>To use this operation, turn on session capacity pricing for your Amazon QuickSight account.</p> <p>Before you can turn on public sharing on your account, make sure to give public sharing permissions to an administrative user in the Identity and Access Management (IAM) console. For more information on using IAM with Amazon QuickSight, see <a href=\"https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html\">Using Amazon QuickSight with IAM</a> in the <i>Amazon QuickSight User Guide</i>.</p>",
|
| 170 | + "UpdateQPersonalizationConfiguration": "<p>Updates a personalization configuration.</p>", |
169 | 171 | "UpdateRefreshSchedule": "<p>Updates a refresh schedule for a dataset.</p>",
|
170 | 172 | "UpdateRoleCustomPermission": "<p>Updates the custom permissions that are associated with a role.</p>",
|
171 | 173 | "UpdateSPICECapacityConfiguration": "<p>Updates the SPICE capacity configuration for a Amazon QuickSight account.</p>",
|
|
1598 | 1600 | "DescribeKeyRegistrationRequest$AwsAccountId": "<p>The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.</p>",
|
1599 | 1601 | "DescribeKeyRegistrationResponse$AwsAccountId": "<p>The ID of the Amazon Web Services account that contains the customer managed key registration specified in the request.</p>",
|
1600 | 1602 | "DescribeNamespaceRequest$AwsAccountId": "<p>The ID for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe.</p>",
|
| 1603 | + "DescribeQPersonalizationConfigurationRequest$AwsAccountId": "<p>The ID of the Amazon Web Services account that contains the personalization configuration that the user wants described.</p>", |
1601 | 1604 | "DescribeRefreshScheduleRequest$AwsAccountId": "<p>The Amazon Web Services account ID.</p>",
|
1602 | 1605 | "DescribeRoleCustomPermissionRequest$AwsAccountId": "<p>The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.</p>",
|
1603 | 1606 | "DescribeTemplateAliasRequest$AwsAccountId": "<p>The ID of the Amazon Web Services account that contains the template alias that you're describing.</p>",
|
|
1682 | 1685 | "UpdateIpRestrictionResponse$AwsAccountId": "<p>The ID of the Amazon Web Services account that contains the IP rules.</p>",
|
1683 | 1686 | "UpdateKeyRegistrationRequest$AwsAccountId": "<p>The ID of the Amazon Web Services account that contains the customer managed key registration that you want to update.</p>",
|
1684 | 1687 | "UpdatePublicSharingSettingsRequest$AwsAccountId": "<p>The Amazon Web Services account ID associated with your Amazon QuickSight subscription.</p>",
|
| 1688 | + "UpdateQPersonalizationConfigurationRequest$AwsAccountId": "<p>The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update.</p>", |
1685 | 1689 | "UpdateRefreshScheduleRequest$AwsAccountId": "<p>The Amazon Web Services account ID.</p>",
|
1686 | 1690 | "UpdateRoleCustomPermissionRequest$AwsAccountId": "<p>The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.</p>",
|
1687 | 1691 | "UpdateSPICECapacityConfigurationRequest$AwsAccountId": "<p>The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.</p>",
|
|
4815 | 4819 | "refs": {
|
4816 | 4820 | }
|
4817 | 4821 | },
|
| 4822 | + "DescribeQPersonalizationConfigurationRequest": { |
| 4823 | + "base": null, |
| 4824 | + "refs": { |
| 4825 | + } |
| 4826 | + }, |
| 4827 | + "DescribeQPersonalizationConfigurationResponse": { |
| 4828 | + "base": null, |
| 4829 | + "refs": { |
| 4830 | + } |
| 4831 | + }, |
4818 | 4832 | "DescribeRefreshScheduleRequest": {
|
4819 | 4833 | "base": null,
|
4820 | 4834 | "refs": {
|
|
8600 | 8614 | "TimeBasedForecastProperties$PeriodsForward": "<p>The periods forward setup of a forecast computation.</p>"
|
8601 | 8615 | }
|
8602 | 8616 | },
|
| 8617 | + "PersonalizationMode": { |
| 8618 | + "base": null, |
| 8619 | + "refs": { |
| 8620 | + "DescribeQPersonalizationConfigurationResponse$PersonalizationMode": "<p>A value that indicates whether personalization is enabled or not.</p>", |
| 8621 | + "UpdateQPersonalizationConfigurationRequest$PersonalizationMode": "<p>An option to allow Amazon QuickSight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.</p>", |
| 8622 | + "UpdateQPersonalizationConfigurationResponse$PersonalizationMode": "<p>The personalization mode that is used for the personalization configuration.</p>" |
| 8623 | + } |
| 8624 | + }, |
8603 | 8625 | "PhysicalTable": {
|
8604 | 8626 | "base": "<p>A view of a data source that contains information about the shape of the data in the underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.</p>",
|
8605 | 8627 | "refs": {
|
|
11166 | 11188 | "DescribeIpRestrictionResponse$Status": "<p>The HTTP status of the request. </p>",
|
11167 | 11189 | "DescribeKeyRegistrationResponse$Status": "<p>The HTTP status of the request.</p>",
|
11168 | 11190 | "DescribeNamespaceResponse$Status": "<p>The HTTP status of the request.</p>",
|
| 11191 | + "DescribeQPersonalizationConfigurationResponse$Status": "<p>The HTTP status of the request.</p>", |
11169 | 11192 | "DescribeRefreshScheduleResponse$Status": "<p>The HTTP status of the request.</p>",
|
11170 | 11193 | "DescribeRoleCustomPermissionResponse$Status": "<p>The HTTP status of the request.</p>",
|
11171 | 11194 | "DescribeTemplateAliasResponse$Status": "<p>The HTTP status of the request.</p>",
|
|
11252 | 11275 | "UpdateIdentityPropagationConfigResponse$Status": "<p>The HTTP status of the request.</p>",
|
11253 | 11276 | "UpdateIpRestrictionResponse$Status": "<p>The HTTP status of the request. </p>",
|
11254 | 11277 | "UpdatePublicSharingSettingsResponse$Status": "<p>The HTTP status of the request.</p>",
|
| 11278 | + "UpdateQPersonalizationConfigurationResponse$Status": "<p>The HTTP status of the request.</p>", |
11255 | 11279 | "UpdateRefreshScheduleResponse$Status": "<p>The HTTP status of the request.</p>",
|
11256 | 11280 | "UpdateRoleCustomPermissionResponse$Status": "<p>The HTTP status of the request.</p>",
|
11257 | 11281 | "UpdateSPICECapacityConfigurationResponse$Status": "<p>The HTTP status of the request.</p>",
|
|
11405 | 11429 | "DescribeIngestionResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
11406 | 11430 | "DescribeIpRestrictionResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
11407 | 11431 | "DescribeNamespaceResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
| 11432 | + "DescribeQPersonalizationConfigurationResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>", |
11408 | 11433 | "DescribeRefreshScheduleRequest$ScheduleId": "<p>The ID of the refresh schedule.</p>",
|
11409 | 11434 | "DescribeRefreshScheduleResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
11410 | 11435 | "DescribeRoleCustomPermissionResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
|
11647 | 11672 | "UpdateIdentityPropagationConfigResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
11648 | 11673 | "UpdateIpRestrictionResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
11649 | 11674 | "UpdatePublicSharingSettingsResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
| 11675 | + "UpdateQPersonalizationConfigurationResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>", |
11650 | 11676 | "UpdateRefreshScheduleResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
11651 | 11677 | "UpdateRefreshScheduleResponse$ScheduleId": "<p>The ID of the refresh schedule.</p>",
|
11652 | 11678 | "UpdateRoleCustomPermissionResponse$RequestId": "<p>The Amazon Web Services request ID for this operation.</p>",
|
|
13418 | 13444 | "refs": {
|
13419 | 13445 | }
|
13420 | 13446 | },
|
| 13447 | + "UpdateQPersonalizationConfigurationRequest": { |
| 13448 | + "base": null, |
| 13449 | + "refs": { |
| 13450 | + } |
| 13451 | + }, |
| 13452 | + "UpdateQPersonalizationConfigurationResponse": { |
| 13453 | + "base": null, |
| 13454 | + "refs": { |
| 13455 | + } |
| 13456 | + }, |
13421 | 13457 | "UpdateRefreshScheduleRequest": {
|
13422 | 13458 | "base": null,
|
13423 | 13459 | "refs": {
|
|
0 commit comments