AWS quicksight documentation change
Summary
Updated title and expanded introduction to list capabilities of QuickSight API including security management features
Security assessment
The change adds explicit mention of security management features including IAM policies, IP restrictions, and customer managed keys (CMK). This documents security capabilities but doesn't indicate a security vulnerability fix.
Diff
diff --git a/quicksight/latest/developerguide/getting-started-making-api-requests.md b/quicksight/latest/developerguide/getting-started-making-api-requests.md index 25fe5dc54..62d4674f1 100644 --- a//quicksight/latest/developerguide/getting-started-making-api-requests.md +++ b//quicksight/latest/developerguide/getting-started-making-api-requests.md @@ -7 +7,19 @@ -# Make API requests with the Quick Sight SDKs +# Make Quick Sight API requests + +You can use API operations for Amazon Quick Sight and AWS SDKs to access Quick Sight from your preferred programming language. Quick Sight API operations provide: + + * User, group, and namespace management + + * Data management (data sources, datasets, and SPICE ingestion) + + * Dashboard, analysis, template, and theme management + + * Security management, including IAM policies, IP restrictions, customer managed keys (CMK) using AWS KMS, and tags + + * Asset management and import/export + + * Folder management for organizing Quick Sight assets and controlling access through folder-level permissions + + * Account customization management + + @@ -9 +26,0 @@ -You can use API operations for Amazon Quick Sight and AWS SDKs to access Quick Sight from your preferred programming language. Currently, you can use the Amazon Quick Sight API to manage users and groups. In Enterprise Edition, you can also use the API to embed dashboards in your webpage or app.