@aws-sdk/client-quicksight 3.298.0 → 3.300.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.
Files changed (127) hide show
  1. package/dist-types/commands/CancelIngestionCommand.d.ts +5 -0
  2. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
  3. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +23 -0
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +16912 -0
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +16950 -0
  6. package/dist-types/commands/CreateDataSetCommand.d.ts +182 -0
  7. package/dist-types/commands/CreateDataSourceCommand.d.ts +246 -0
  8. package/dist-types/commands/CreateFolderCommand.d.ts +21 -0
  9. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +12 -0
  13. package/dist-types/commands/CreateIngestionCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateTemplateCommand.d.ts +16899 -0
  17. package/dist-types/commands/CreateThemeAliasCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateThemeCommand.d.ts +72 -0
  19. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +3 -0
  21. package/dist-types/commands/DeleteAnalysisCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteDashboardCommand.d.ts +5 -0
  23. package/dist-types/commands/DeleteDataSetCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteFolderCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteGroupCommand.d.ts +5 -0
  28. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +5 -0
  30. package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +5 -0
  32. package/dist-types/commands/DeleteTemplateCommand.d.ts +5 -0
  33. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +5 -0
  34. package/dist-types/commands/DeleteThemeCommand.d.ts +5 -0
  35. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +5 -0
  36. package/dist-types/commands/DeleteUserCommand.d.ts +5 -0
  37. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +5 -0
  38. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +3 -0
  39. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +3 -0
  40. package/dist-types/commands/DescribeAnalysisCommand.d.ts +4 -0
  41. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -0
  42. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +4 -0
  43. package/dist-types/commands/DescribeDashboardCommand.d.ts +6 -0
  44. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +6 -0
  45. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +4 -0
  46. package/dist-types/commands/DescribeDataSetCommand.d.ts +4 -0
  47. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +4 -0
  48. package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
  49. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +4 -0
  50. package/dist-types/commands/DescribeFolderCommand.d.ts +4 -0
  51. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +4 -0
  53. package/dist-types/commands/DescribeGroupCommand.d.ts +5 -0
  54. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +6 -0
  55. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +5 -0
  56. package/dist-types/commands/DescribeIngestionCommand.d.ts +5 -0
  57. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +3 -0
  58. package/dist-types/commands/DescribeNamespaceCommand.d.ts +4 -0
  59. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +5 -0
  60. package/dist-types/commands/DescribeTemplateCommand.d.ts +6 -0
  61. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +6 -0
  62. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +4 -0
  63. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +5 -0
  64. package/dist-types/commands/DescribeThemeCommand.d.ts +6 -0
  65. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +4 -0
  66. package/dist-types/commands/DescribeUserCommand.d.ts +5 -0
  67. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +32 -0
  68. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +36 -0
  69. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +14 -0
  70. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +6 -0
  71. package/dist-types/commands/ListAnalysesCommand.d.ts +5 -0
  72. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +6 -0
  73. package/dist-types/commands/ListDashboardsCommand.d.ts +5 -0
  74. package/dist-types/commands/ListDataSetsCommand.d.ts +5 -0
  75. package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -0
  76. package/dist-types/commands/ListFolderMembersCommand.d.ts +6 -0
  77. package/dist-types/commands/ListFoldersCommand.d.ts +5 -0
  78. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +7 -0
  79. package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
  80. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +7 -0
  81. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -0
  82. package/dist-types/commands/ListIngestionsCommand.d.ts +6 -0
  83. package/dist-types/commands/ListNamespacesCommand.d.ts +5 -0
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  85. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +6 -0
  86. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +6 -0
  87. package/dist-types/commands/ListTemplatesCommand.d.ts +5 -0
  88. package/dist-types/commands/ListThemeAliasesCommand.d.ts +6 -0
  89. package/dist-types/commands/ListThemeVersionsCommand.d.ts +6 -0
  90. package/dist-types/commands/ListThemesCommand.d.ts +6 -0
  91. package/dist-types/commands/ListUserGroupsCommand.d.ts +7 -0
  92. package/dist-types/commands/ListUsersCommand.d.ts +6 -0
  93. package/dist-types/commands/RegisterUserCommand.d.ts +14 -0
  94. package/dist-types/commands/RestoreAnalysisCommand.d.ts +4 -0
  95. package/dist-types/commands/SearchAnalysesCommand.d.ts +12 -0
  96. package/dist-types/commands/SearchDashboardsCommand.d.ts +12 -0
  97. package/dist-types/commands/SearchDataSetsCommand.d.ts +12 -0
  98. package/dist-types/commands/SearchDataSourcesCommand.d.ts +12 -0
  99. package/dist-types/commands/SearchFoldersCommand.d.ts +12 -0
  100. package/dist-types/commands/SearchGroupsCommand.d.ts +13 -0
  101. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  102. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  103. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +8 -0
  104. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -0
  105. package/dist-types/commands/UpdateAnalysisCommand.d.ts +16898 -0
  106. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +20 -0
  107. package/dist-types/commands/UpdateDashboardCommand.d.ts +16936 -0
  108. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +36 -0
  109. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +5 -0
  110. package/dist-types/commands/UpdateDataSetCommand.d.ts +168 -0
  111. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +20 -0
  112. package/dist-types/commands/UpdateDataSourceCommand.d.ts +231 -0
  113. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +20 -0
  114. package/dist-types/commands/UpdateFolderCommand.d.ts +5 -0
  115. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +20 -0
  116. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
  117. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +12 -0
  118. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +7 -0
  119. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +4 -0
  120. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +6 -0
  121. package/dist-types/commands/UpdateTemplateCommand.d.ts +16885 -0
  122. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +20 -0
  123. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +6 -0
  124. package/dist-types/commands/UpdateThemeCommand.d.ts +58 -0
  125. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +20 -0
  126. package/dist-types/commands/UpdateUserCommand.d.ts +12 -0
  127. package/package.json +12 -12
@@ -26,6 +26,12 @@ export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse,
26
26
  * import { QuickSightClient, DescribeTemplateCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, DescribeTemplateCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * TemplateId: "STRING_VALUE", // required
32
+ * VersionNumber: Number("long"),
33
+ * AliasName: "STRING_VALUE",
34
+ * };
29
35
  * const command = new DescribeTemplateCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -34,6 +34,12 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
34
34
  * import { QuickSightClient, DescribeTemplateDefinitionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
35
  * // const { QuickSightClient, DescribeTemplateDefinitionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
36
  * const client = new QuickSightClient(config);
37
+ * const input = {
38
+ * AwsAccountId: "STRING_VALUE", // required
39
+ * TemplateId: "STRING_VALUE", // required
40
+ * VersionNumber: Number("long"),
41
+ * AliasName: "STRING_VALUE",
42
+ * };
37
43
  * const command = new DescribeTemplateDefinitionCommand(input);
38
44
  * const response = await client.send(command);
39
45
  * ```
@@ -26,6 +26,10 @@ export interface DescribeTemplatePermissionsCommandOutput extends DescribeTempla
26
26
  * import { QuickSightClient, DescribeTemplatePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, DescribeTemplatePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * TemplateId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeTemplatePermissionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasRespo
26
26
  * import { QuickSightClient, DescribeThemeAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, DescribeThemeAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * ThemeId: "STRING_VALUE", // required
32
+ * AliasName: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new DescribeThemeAliasCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __Met
26
26
  * import { QuickSightClient, DescribeThemeCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, DescribeThemeCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * ThemeId: "STRING_VALUE", // required
32
+ * VersionNumber: Number("long"),
33
+ * AliasName: "STRING_VALUE",
34
+ * };
29
35
  * const command = new DescribeThemeCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,10 @@ export interface DescribeThemePermissionsCommandOutput extends DescribeThemePerm
26
26
  * import { QuickSightClient, DescribeThemePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, DescribeThemePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * ThemeId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeThemePermissionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
26
26
  * import { QuickSightClient, DescribeUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, DescribeUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * UserName: "STRING_VALUE", // required
31
+ * AwsAccountId: "STRING_VALUE", // required
32
+ * Namespace: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new DescribeUserCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -43,6 +43,38 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateE
43
43
  * import { QuickSightClient, GenerateEmbedUrlForAnonymousUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
44
44
  * // const { QuickSightClient, GenerateEmbedUrlForAnonymousUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
45
45
  * const client = new QuickSightClient(config);
46
+ * const input = {
47
+ * AwsAccountId: "STRING_VALUE", // required
48
+ * SessionLifetimeInMinutes: Number("long"),
49
+ * Namespace: "STRING_VALUE", // required
50
+ * SessionTags: [
51
+ * {
52
+ * Key: "STRING_VALUE", // required
53
+ * Value: "STRING_VALUE", // required
54
+ * },
55
+ * ],
56
+ * AuthorizedResourceArns: [ // required
57
+ * "STRING_VALUE",
58
+ * ],
59
+ * ExperienceConfiguration: {
60
+ * Dashboard: {
61
+ * InitialDashboardId: "STRING_VALUE", // required
62
+ * },
63
+ * DashboardVisual: {
64
+ * InitialDashboardVisualId: {
65
+ * DashboardId: "STRING_VALUE", // required
66
+ * SheetId: "STRING_VALUE", // required
67
+ * VisualId: "STRING_VALUE", // required
68
+ * },
69
+ * },
70
+ * QSearchBar: {
71
+ * InitialTopicId: "STRING_VALUE", // required
72
+ * },
73
+ * },
74
+ * AllowedDomains: [
75
+ * "STRING_VALUE",
76
+ * ],
77
+ * };
46
78
  * const command = new GenerateEmbedUrlForAnonymousUserCommand(input);
47
79
  * const response = await client.send(command);
48
80
  * ```
@@ -46,6 +46,42 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
46
46
  * import { QuickSightClient, GenerateEmbedUrlForRegisteredUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
47
47
  * // const { QuickSightClient, GenerateEmbedUrlForRegisteredUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
48
48
  * const client = new QuickSightClient(config);
49
+ * const input = {
50
+ * AwsAccountId: "STRING_VALUE", // required
51
+ * SessionLifetimeInMinutes: Number("long"),
52
+ * UserArn: "STRING_VALUE", // required
53
+ * ExperienceConfiguration: {
54
+ * Dashboard: {
55
+ * InitialDashboardId: "STRING_VALUE", // required
56
+ * FeatureConfigurations: {
57
+ * StatePersistence: {
58
+ * Enabled: true || false, // required
59
+ * },
60
+ * },
61
+ * },
62
+ * QuickSightConsole: {
63
+ * InitialPath: "STRING_VALUE",
64
+ * FeatureConfigurations: {
65
+ * StatePersistence: {
66
+ * Enabled: true || false, // required
67
+ * },
68
+ * },
69
+ * },
70
+ * QSearchBar: {
71
+ * InitialTopicId: "STRING_VALUE",
72
+ * },
73
+ * DashboardVisual: {
74
+ * InitialDashboardVisualId: {
75
+ * DashboardId: "STRING_VALUE", // required
76
+ * SheetId: "STRING_VALUE", // required
77
+ * VisualId: "STRING_VALUE", // required
78
+ * },
79
+ * },
80
+ * },
81
+ * AllowedDomains: [
82
+ * "STRING_VALUE",
83
+ * ],
84
+ * };
49
85
  * const command = new GenerateEmbedUrlForRegisteredUserCommand(input);
50
86
  * const response = await client.send(command);
51
87
  * ```
@@ -48,6 +48,20 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
48
48
  * import { QuickSightClient, GetDashboardEmbedUrlCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
49
49
  * // const { QuickSightClient, GetDashboardEmbedUrlCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
50
50
  * const client = new QuickSightClient(config);
51
+ * const input = {
52
+ * AwsAccountId: "STRING_VALUE", // required
53
+ * DashboardId: "STRING_VALUE", // required
54
+ * IdentityType: "IAM" || "QUICKSIGHT" || "ANONYMOUS", // required
55
+ * SessionLifetimeInMinutes: Number("long"),
56
+ * UndoRedoDisabled: true || false,
57
+ * ResetDisabled: true || false,
58
+ * StatePersistenceEnabled: true || false,
59
+ * UserArn: "STRING_VALUE",
60
+ * Namespace: "STRING_VALUE",
61
+ * AdditionalDashboardIds: [
62
+ * "STRING_VALUE",
63
+ * ],
64
+ * };
51
65
  * const command = new GetDashboardEmbedUrlCommand(input);
52
66
  * const response = await client.send(command);
53
67
  * ```
@@ -51,6 +51,12 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
51
51
  * import { QuickSightClient, GetSessionEmbedUrlCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
52
52
  * // const { QuickSightClient, GetSessionEmbedUrlCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
53
53
  * const client = new QuickSightClient(config);
54
+ * const input = {
55
+ * AwsAccountId: "STRING_VALUE", // required
56
+ * EntryPoint: "STRING_VALUE",
57
+ * SessionLifetimeInMinutes: Number("long"),
58
+ * UserArn: "STRING_VALUE",
59
+ * };
54
60
  * const command = new GetSessionEmbedUrlCommand(input);
55
61
  * const response = await client.send(command);
56
62
  * ```
@@ -26,6 +26,11 @@ export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __Metad
26
26
  * import { QuickSightClient, ListAnalysesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListAnalysesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new ListAnalysesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ export interface ListDashboardVersionsCommandOutput extends ListDashboardVersion
26
26
  * import { QuickSightClient, ListDashboardVersionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListDashboardVersionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * DashboardId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListDashboardVersionsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
26
26
  * import { QuickSightClient, ListDashboardsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListDashboardsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new ListDashboardsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,11 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
27
27
  * import { QuickSightClient, ListDataSetsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
28
28
  * // const { QuickSightClient, ListDataSetsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
29
29
  * const client = new QuickSightClient(config);
30
+ * const input = {
31
+ * AwsAccountId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
30
35
  * const command = new ListDataSetsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,11 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
26
26
  * import { QuickSightClient, ListDataSourcesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListDataSourcesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new ListDataSourcesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ export interface ListFolderMembersCommandOutput extends ListFolderMembersRespons
26
26
  * import { QuickSightClient, ListFolderMembersCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListFolderMembersCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * FolderId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListFolderMembersCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
26
26
  * import { QuickSightClient, ListFoldersCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListFoldersCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new ListFoldersCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,13 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
26
26
  * import { QuickSightClient, ListGroupMembershipsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListGroupMembershipsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * GroupName: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * AwsAccountId: "STRING_VALUE", // required
34
+ * Namespace: "STRING_VALUE", // required
35
+ * };
29
36
  * const command = new ListGroupMembershipsCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,12 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
26
26
  * import { QuickSightClient, ListGroupsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListGroupsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * Namespace: "STRING_VALUE", // required
34
+ * };
29
35
  * const command = new ListGroupsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,13 @@ export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssi
26
26
  * import { QuickSightClient, ListIAMPolicyAssignmentsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListIAMPolicyAssignmentsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED",
32
+ * Namespace: "STRING_VALUE", // required
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * };
29
36
  * const command = new ListIAMPolicyAssignmentsCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -28,6 +28,13 @@ export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPol
28
28
  * import { QuickSightClient, ListIAMPolicyAssignmentsForUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
29
29
  * // const { QuickSightClient, ListIAMPolicyAssignmentsForUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
30
30
  * const client = new QuickSightClient(config);
31
+ * const input = {
32
+ * AwsAccountId: "STRING_VALUE", // required
33
+ * UserName: "STRING_VALUE", // required
34
+ * NextToken: "STRING_VALUE",
35
+ * MaxResults: Number("int"),
36
+ * Namespace: "STRING_VALUE", // required
37
+ * };
31
38
  * const command = new ListIAMPolicyAssignmentsForUserCommand(input);
32
39
  * const response = await client.send(command);
33
40
  * ```
@@ -26,6 +26,12 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M
26
26
  * import { QuickSightClient, ListIngestionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListIngestionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * DataSetId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * AwsAccountId: "STRING_VALUE", // required
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListIngestionsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
26
26
  * import { QuickSightClient, ListNamespacesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListNamespacesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new ListNamespacesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { QuickSightClient, ListTagsForResourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListTagsForResourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new ListTagsForResourceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,12 @@ export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesRes
26
26
  * import { QuickSightClient, ListTemplateAliasesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListTemplateAliasesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * TemplateId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListTemplateAliasesCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
26
26
  * import { QuickSightClient, ListTemplateVersionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListTemplateVersionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * TemplateId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListTemplateVersionsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
26
26
  * import { QuickSightClient, ListTemplatesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListTemplatesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new ListTemplatesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,12 @@ export interface ListThemeAliasesCommandOutput extends ListThemeAliasesResponse,
26
26
  * import { QuickSightClient, ListThemeAliasesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListThemeAliasesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * ThemeId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListThemeAliasesCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface ListThemeVersionsCommandOutput extends ListThemeVersionsRespons
26
26
  * import { QuickSightClient, ListThemeVersionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListThemeVersionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * ThemeId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListThemeVersionsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB
26
26
  * import { QuickSightClient, ListThemesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListThemesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * Type: "QUICKSIGHT" || "CUSTOM" || "ALL",
34
+ * };
29
35
  * const command = new ListThemesCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,13 @@ export interface ListUserGroupsCommandOutput extends ListUserGroupsResponse, __M
26
26
  * import { QuickSightClient, ListUserGroupsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListUserGroupsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * UserName: "STRING_VALUE", // required
31
+ * AwsAccountId: "STRING_VALUE", // required
32
+ * Namespace: "STRING_VALUE", // required
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * };
29
36
  * const command = new ListUserGroupsCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,12 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
26
26
  * import { QuickSightClient, ListUsersCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, ListUsersCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * Namespace: "STRING_VALUE", // required
34
+ * };
29
35
  * const command = new ListUsersCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,20 @@ export interface RegisterUserCommandOutput extends RegisterUserResponse, __Metad
26
26
  * import { QuickSightClient, RegisterUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, RegisterUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * IdentityType: "IAM" || "QUICKSIGHT", // required
31
+ * Email: "STRING_VALUE", // required
32
+ * UserRole: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER", // required
33
+ * IamArn: "STRING_VALUE",
34
+ * SessionName: "STRING_VALUE",
35
+ * AwsAccountId: "STRING_VALUE", // required
36
+ * Namespace: "STRING_VALUE", // required
37
+ * UserName: "STRING_VALUE",
38
+ * CustomPermissionsName: "STRING_VALUE",
39
+ * ExternalLoginFederationProviderType: "STRING_VALUE",
40
+ * CustomFederationProviderUrl: "STRING_VALUE",
41
+ * ExternalLoginId: "STRING_VALUE",
42
+ * };
29
43
  * const command = new RegisterUserCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -26,6 +26,10 @@ export interface RestoreAnalysisCommandOutput extends RestoreAnalysisResponse, _
26
26
  * import { QuickSightClient, RestoreAnalysisCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, RestoreAnalysisCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * AnalysisId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new RestoreAnalysisCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -29,6 +29,18 @@ export interface SearchAnalysesCommandOutput extends SearchAnalysesResponse, __M
29
29
  * import { QuickSightClient, SearchAnalysesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
30
30
  * // const { QuickSightClient, SearchAnalysesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
31
31
  * const client = new QuickSightClient(config);
32
+ * const input = {
33
+ * AwsAccountId: "STRING_VALUE", // required
34
+ * Filters: [ // required
35
+ * {
36
+ * Operator: "StringEquals" || "StringLike",
37
+ * Name: "QUICKSIGHT_USER" || "QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "ANALYSIS_NAME",
38
+ * Value: "STRING_VALUE",
39
+ * },
40
+ * ],
41
+ * NextToken: "STRING_VALUE",
42
+ * MaxResults: Number("int"),
43
+ * };
32
44
  * const command = new SearchAnalysesCommand(input);
33
45
  * const response = await client.send(command);
34
46
  * ```
@@ -29,6 +29,18 @@ export interface SearchDashboardsCommandOutput extends SearchDashboardsResponse,
29
29
  * import { QuickSightClient, SearchDashboardsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
30
30
  * // const { QuickSightClient, SearchDashboardsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
31
31
  * const client = new QuickSightClient(config);
32
+ * const input = {
33
+ * AwsAccountId: "STRING_VALUE", // required
34
+ * Filters: [ // required
35
+ * {
36
+ * Operator: "StringEquals" || "StringLike", // required
37
+ * Name: "QUICKSIGHT_USER" || "QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "DASHBOARD_NAME",
38
+ * Value: "STRING_VALUE",
39
+ * },
40
+ * ],
41
+ * NextToken: "STRING_VALUE",
42
+ * MaxResults: Number("int"),
43
+ * };
32
44
  * const command = new SearchDashboardsCommand(input);
33
45
  * const response = await client.send(command);
34
46
  * ```
@@ -26,6 +26,18 @@ export interface SearchDataSetsCommandOutput extends SearchDataSetsResponse, __M
26
26
  * import { QuickSightClient, SearchDataSetsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, SearchDataSetsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * Filters: [ // required
32
+ * {
33
+ * Operator: "StringEquals" || "StringLike", // required
34
+ * Name: "QUICKSIGHT_VIEWER_OR_OWNER" || "QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "DATASET_NAME", // required
35
+ * Value: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * NextToken: "STRING_VALUE",
39
+ * MaxResults: Number("int"),
40
+ * };
29
41
  * const command = new SearchDataSetsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,18 @@ export interface SearchDataSourcesCommandOutput extends SearchDataSourcesRespons
26
26
  * import { QuickSightClient, SearchDataSourcesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
27
  * // const { QuickSightClient, SearchDataSourcesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
28
  * const client = new QuickSightClient(config);
29
+ * const input = {
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * Filters: [ // required
32
+ * {
33
+ * Operator: "StringEquals" || "StringLike", // required
34
+ * Name: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "DATASOURCE_NAME", // required
35
+ * Value: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * NextToken: "STRING_VALUE",
39
+ * MaxResults: Number("int"),
40
+ * };
29
41
  * const command = new SearchDataSourcesCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```