@aws-sdk/client-quicksight 3.299.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CancelIngestionCommand.d.ts +5 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +4282 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +4320 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +182 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +246 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +21 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +12 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +6 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +4269 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +6 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +72 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +5 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +5 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +5 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +5 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +5 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +5 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +5 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +5 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +5 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +5 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +6 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +5 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +32 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +36 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +14 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +6 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +5 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +5 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +7 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +7 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +6 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +5 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +6 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListThemesCommand.d.ts +6 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +7 -0
- package/dist-types/commands/ListUsersCommand.d.ts +6 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +14 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +12 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +12 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +12 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +12 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +12 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +13 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +8 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +4268 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +4306 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +36 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +168 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +231 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +5 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +12 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +7 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +4255 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +6 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +58 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +20 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +12 -0
- package/package.json +8 -8
|
@@ -26,6 +26,11 @@ export interface CancelIngestionCommandOutput extends CancelIngestionResponse, _
|
|
|
26
26
|
* import { QuickSightClient, CancelIngestionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, CancelIngestionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // CancelIngestionRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* DataSetId: "STRING_VALUE", // required
|
|
32
|
+
* IngestionId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
29
34
|
* const command = new CancelIngestionCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -48,6 +48,20 @@ export interface CreateAccountCustomizationCommandOutput extends CreateAccountCu
|
|
|
48
48
|
* import { QuickSightClient, CreateAccountCustomizationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
49
49
|
* // const { QuickSightClient, CreateAccountCustomizationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
50
50
|
* const client = new QuickSightClient(config);
|
|
51
|
+
* const input = { // CreateAccountCustomizationRequest
|
|
52
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
53
|
+
* Namespace: "STRING_VALUE",
|
|
54
|
+
* AccountCustomization: { // AccountCustomization
|
|
55
|
+
* DefaultTheme: "STRING_VALUE",
|
|
56
|
+
* DefaultEmailCustomizationTemplate: "STRING_VALUE",
|
|
57
|
+
* },
|
|
58
|
+
* Tags: [ // TagList
|
|
59
|
+
* { // Tag
|
|
60
|
+
* Key: "STRING_VALUE", // required
|
|
61
|
+
* Value: "STRING_VALUE", // required
|
|
62
|
+
* },
|
|
63
|
+
* ],
|
|
64
|
+
* };
|
|
51
65
|
* const command = new CreateAccountCustomizationCommand(input);
|
|
52
66
|
* const response = await client.send(command);
|
|
53
67
|
* ```
|
|
@@ -48,6 +48,29 @@ export interface CreateAccountSubscriptionCommandOutput extends CreateAccountSub
|
|
|
48
48
|
* import { QuickSightClient, CreateAccountSubscriptionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
49
49
|
* // const { QuickSightClient, CreateAccountSubscriptionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
50
50
|
* const client = new QuickSightClient(config);
|
|
51
|
+
* const input = { // CreateAccountSubscriptionRequest
|
|
52
|
+
* Edition: "STANDARD" || "ENTERPRISE" || "ENTERPRISE_AND_Q", // required
|
|
53
|
+
* AuthenticationMethod: "IAM_AND_QUICKSIGHT" || "IAM_ONLY" || "ACTIVE_DIRECTORY", // required
|
|
54
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
55
|
+
* AccountName: "STRING_VALUE", // required
|
|
56
|
+
* NotificationEmail: "STRING_VALUE", // required
|
|
57
|
+
* ActiveDirectoryName: "STRING_VALUE",
|
|
58
|
+
* Realm: "STRING_VALUE",
|
|
59
|
+
* DirectoryId: "STRING_VALUE",
|
|
60
|
+
* AdminGroup: [ // GroupsList
|
|
61
|
+
* "STRING_VALUE",
|
|
62
|
+
* ],
|
|
63
|
+
* AuthorGroup: [
|
|
64
|
+
* "STRING_VALUE",
|
|
65
|
+
* ],
|
|
66
|
+
* ReaderGroup: [
|
|
67
|
+
* "STRING_VALUE",
|
|
68
|
+
* ],
|
|
69
|
+
* FirstName: "STRING_VALUE",
|
|
70
|
+
* LastName: "STRING_VALUE",
|
|
71
|
+
* EmailAddress: "STRING_VALUE",
|
|
72
|
+
* ContactNumber: "STRING_VALUE",
|
|
73
|
+
* };
|
|
51
74
|
* const command = new CreateAccountSubscriptionCommand(input);
|
|
52
75
|
* const response = await client.send(command);
|
|
53
76
|
* ```
|