|
20450 | 20450 | "smithy.api#output": {} |
20451 | 20451 | } |
20452 | 20452 | }, |
| 20453 | + "com.amazonaws.quicksight#DescribeQPersonalizationConfiguration": { |
| 20454 | + "type": "operation", |
| 20455 | + "input": { |
| 20456 | + "target": "com.amazonaws.quicksight#DescribeQPersonalizationConfigurationRequest" |
| 20457 | + }, |
| 20458 | + "output": { |
| 20459 | + "target": "com.amazonaws.quicksight#DescribeQPersonalizationConfigurationResponse" |
| 20460 | + }, |
| 20461 | + "errors": [ |
| 20462 | + { |
| 20463 | + "target": "com.amazonaws.quicksight#AccessDeniedException" |
| 20464 | + }, |
| 20465 | + { |
| 20466 | + "target": "com.amazonaws.quicksight#ConflictException" |
| 20467 | + }, |
| 20468 | + { |
| 20469 | + "target": "com.amazonaws.quicksight#InternalFailureException" |
| 20470 | + }, |
| 20471 | + { |
| 20472 | + "target": "com.amazonaws.quicksight#InvalidParameterValueException" |
| 20473 | + }, |
| 20474 | + { |
| 20475 | + "target": "com.amazonaws.quicksight#ResourceNotFoundException" |
| 20476 | + }, |
| 20477 | + { |
| 20478 | + "target": "com.amazonaws.quicksight#ThrottlingException" |
| 20479 | + } |
| 20480 | + ], |
| 20481 | + "traits": { |
| 20482 | + "smithy.api#documentation": "<p>Describes a personalization configuration.</p>", |
| 20483 | + "smithy.api#http": { |
| 20484 | + "method": "GET", |
| 20485 | + "uri": "/accounts/{AwsAccountId}/q-personalization-configuration", |
| 20486 | + "code": 200 |
| 20487 | + } |
| 20488 | + } |
| 20489 | + }, |
| 20490 | + "com.amazonaws.quicksight#DescribeQPersonalizationConfigurationRequest": { |
| 20491 | + "type": "structure", |
| 20492 | + "members": { |
| 20493 | + "AwsAccountId": { |
| 20494 | + "target": "com.amazonaws.quicksight#AwsAccountId", |
| 20495 | + "traits": { |
| 20496 | + "smithy.api#documentation": "<p>The ID of the Amazon Web Services account that contains the personalization configuration that the user wants described.</p>", |
| 20497 | + "smithy.api#httpLabel": {}, |
| 20498 | + "smithy.api#required": {} |
| 20499 | + } |
| 20500 | + } |
| 20501 | + }, |
| 20502 | + "traits": { |
| 20503 | + "smithy.api#input": {} |
| 20504 | + } |
| 20505 | + }, |
| 20506 | + "com.amazonaws.quicksight#DescribeQPersonalizationConfigurationResponse": { |
| 20507 | + "type": "structure", |
| 20508 | + "members": { |
| 20509 | + "PersonalizationMode": { |
| 20510 | + "target": "com.amazonaws.quicksight#PersonalizationMode", |
| 20511 | + "traits": { |
| 20512 | + "smithy.api#documentation": "<p>A value that indicates whether personalization is enabled or not.</p>" |
| 20513 | + } |
| 20514 | + }, |
| 20515 | + "RequestId": { |
| 20516 | + "target": "com.amazonaws.quicksight#String", |
| 20517 | + "traits": { |
| 20518 | + "smithy.api#documentation": "<p>The Amazon Web Services request ID for this operation.</p>" |
| 20519 | + } |
| 20520 | + }, |
| 20521 | + "Status": { |
| 20522 | + "target": "com.amazonaws.quicksight#StatusCode", |
| 20523 | + "traits": { |
| 20524 | + "smithy.api#default": 0, |
| 20525 | + "smithy.api#documentation": "<p>The HTTP status of the request.</p>", |
| 20526 | + "smithy.api#httpResponseCode": {} |
| 20527 | + } |
| 20528 | + } |
| 20529 | + }, |
| 20530 | + "traits": { |
| 20531 | + "smithy.api#output": {} |
| 20532 | + } |
| 20533 | + }, |
20453 | 20534 | "com.amazonaws.quicksight#DescribeRefreshSchedule": { |
20454 | 20535 | "type": "operation", |
20455 | 20536 | "input": { |
|
36483 | 36564 | } |
36484 | 36565 | } |
36485 | 36566 | }, |
| 36567 | + "com.amazonaws.quicksight#PersonalizationMode": { |
| 36568 | + "type": "enum", |
| 36569 | + "members": { |
| 36570 | + "ENABLED": { |
| 36571 | + "target": "smithy.api#Unit", |
| 36572 | + "traits": { |
| 36573 | + "smithy.api#enumValue": "ENABLED" |
| 36574 | + } |
| 36575 | + }, |
| 36576 | + "DISABLED": { |
| 36577 | + "target": "smithy.api#Unit", |
| 36578 | + "traits": { |
| 36579 | + "smithy.api#enumValue": "DISABLED" |
| 36580 | + } |
| 36581 | + } |
| 36582 | + } |
| 36583 | + }, |
36486 | 36584 | "com.amazonaws.quicksight#PhysicalTable": { |
36487 | 36585 | "type": "union", |
36488 | 36586 | "members": { |
|
38319 | 38417 | { |
38320 | 38418 | "target": "com.amazonaws.quicksight#DescribeNamespace" |
38321 | 38419 | }, |
| 38420 | + { |
| 38421 | + "target": "com.amazonaws.quicksight#DescribeQPersonalizationConfiguration" |
| 38422 | + }, |
38322 | 38423 | { |
38323 | 38424 | "target": "com.amazonaws.quicksight#DescribeRefreshSchedule" |
38324 | 38425 | }, |
|
38574 | 38675 | { |
38575 | 38676 | "target": "com.amazonaws.quicksight#UpdatePublicSharingSettings" |
38576 | 38677 | }, |
| 38678 | + { |
| 38679 | + "target": "com.amazonaws.quicksight#UpdateQPersonalizationConfiguration" |
| 38680 | + }, |
38577 | 38681 | { |
38578 | 38682 | "target": "com.amazonaws.quicksight#UpdateRefreshSchedule" |
38579 | 38683 | }, |
|
53441 | 53545 | "smithy.api#output": {} |
53442 | 53546 | } |
53443 | 53547 | }, |
| 53548 | + "com.amazonaws.quicksight#UpdateQPersonalizationConfiguration": { |
| 53549 | + "type": "operation", |
| 53550 | + "input": { |
| 53551 | + "target": "com.amazonaws.quicksight#UpdateQPersonalizationConfigurationRequest" |
| 53552 | + }, |
| 53553 | + "output": { |
| 53554 | + "target": "com.amazonaws.quicksight#UpdateQPersonalizationConfigurationResponse" |
| 53555 | + }, |
| 53556 | + "errors": [ |
| 53557 | + { |
| 53558 | + "target": "com.amazonaws.quicksight#AccessDeniedException" |
| 53559 | + }, |
| 53560 | + { |
| 53561 | + "target": "com.amazonaws.quicksight#ConflictException" |
| 53562 | + }, |
| 53563 | + { |
| 53564 | + "target": "com.amazonaws.quicksight#InternalFailureException" |
| 53565 | + }, |
| 53566 | + { |
| 53567 | + "target": "com.amazonaws.quicksight#InvalidParameterValueException" |
| 53568 | + }, |
| 53569 | + { |
| 53570 | + "target": "com.amazonaws.quicksight#ResourceNotFoundException" |
| 53571 | + }, |
| 53572 | + { |
| 53573 | + "target": "com.amazonaws.quicksight#ResourceUnavailableException" |
| 53574 | + }, |
| 53575 | + { |
| 53576 | + "target": "com.amazonaws.quicksight#ThrottlingException" |
| 53577 | + } |
| 53578 | + ], |
| 53579 | + "traits": { |
| 53580 | + "smithy.api#documentation": "<p>Updates a personalization configuration.</p>", |
| 53581 | + "smithy.api#http": { |
| 53582 | + "method": "PUT", |
| 53583 | + "uri": "/accounts/{AwsAccountId}/q-personalization-configuration", |
| 53584 | + "code": 200 |
| 53585 | + } |
| 53586 | + } |
| 53587 | + }, |
| 53588 | + "com.amazonaws.quicksight#UpdateQPersonalizationConfigurationRequest": { |
| 53589 | + "type": "structure", |
| 53590 | + "members": { |
| 53591 | + "AwsAccountId": { |
| 53592 | + "target": "com.amazonaws.quicksight#AwsAccountId", |
| 53593 | + "traits": { |
| 53594 | + "smithy.api#documentation": "<p>The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update.</p>", |
| 53595 | + "smithy.api#httpLabel": {}, |
| 53596 | + "smithy.api#required": {} |
| 53597 | + } |
| 53598 | + }, |
| 53599 | + "PersonalizationMode": { |
| 53600 | + "target": "com.amazonaws.quicksight#PersonalizationMode", |
| 53601 | + "traits": { |
| 53602 | + "smithy.api#documentation": "<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>", |
| 53603 | + "smithy.api#required": {} |
| 53604 | + } |
| 53605 | + } |
| 53606 | + }, |
| 53607 | + "traits": { |
| 53608 | + "smithy.api#input": {} |
| 53609 | + } |
| 53610 | + }, |
| 53611 | + "com.amazonaws.quicksight#UpdateQPersonalizationConfigurationResponse": { |
| 53612 | + "type": "structure", |
| 53613 | + "members": { |
| 53614 | + "PersonalizationMode": { |
| 53615 | + "target": "com.amazonaws.quicksight#PersonalizationMode", |
| 53616 | + "traits": { |
| 53617 | + "smithy.api#documentation": "<p>The personalization mode that is used for the personalization configuration.</p>" |
| 53618 | + } |
| 53619 | + }, |
| 53620 | + "RequestId": { |
| 53621 | + "target": "com.amazonaws.quicksight#String", |
| 53622 | + "traits": { |
| 53623 | + "smithy.api#documentation": "<p>The Amazon Web Services request ID for this operation.</p>" |
| 53624 | + } |
| 53625 | + }, |
| 53626 | + "Status": { |
| 53627 | + "target": "com.amazonaws.quicksight#StatusCode", |
| 53628 | + "traits": { |
| 53629 | + "smithy.api#default": 0, |
| 53630 | + "smithy.api#documentation": "<p>The HTTP status of the request.</p>", |
| 53631 | + "smithy.api#httpResponseCode": {} |
| 53632 | + } |
| 53633 | + } |
| 53634 | + }, |
| 53635 | + "traits": { |
| 53636 | + "smithy.api#output": {} |
| 53637 | + } |
| 53638 | + }, |
53444 | 53639 | "com.amazonaws.quicksight#UpdateRefreshSchedule": { |
53445 | 53640 | "type": "operation", |
53446 | 53641 | "input": { |
|
0 commit comments