@aws-sdk/client-quicksight 3.300.0 → 3.303.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-cjs/models/models_0.js +311 -372
- package/dist-cjs/models/models_1.js +276 -326
- package/dist-cjs/models/models_2.js +249 -281
- package/dist-cjs/models/models_3.js +6 -8
- package/dist-es/models/models_0.js +311 -372
- package/dist-es/models/models_1.js +276 -326
- package/dist-es/models/models_2.js +249 -281
- package/dist-es/models/models_3.js +6 -8
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -4
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2701 -15331
- package/dist-types/commands/CreateDashboardCommand.d.ts +2714 -15344
- package/dist-types/commands/CreateDataSetCommand.d.ts +51 -51
- package/dist-types/commands/CreateDataSourceCommand.d.ts +37 -37
- package/dist-types/commands/CreateFolderCommand.d.ts +6 -6
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +3 -3
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2696 -15326
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +19 -19
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +10 -10
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -11
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +2 -2
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
- package/dist-types/commands/SearchGroupsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2696 -15326
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2709 -15339
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +5 -5
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +46 -46
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +32 -32
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2691 -15321
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +14 -14
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +616 -311
- package/dist-types/models/models_1.d.ts +526 -276
- package/dist-types/models/models_2.d.ts +410 -250
- package/dist-types/models/models_3.d.ts +16 -6
- package/dist-types/ts3.4/models/models_0.d.ts +422 -311
- package/dist-types/ts3.4/models/models_1.d.ts +369 -276
- package/dist-types/ts3.4/models/models_2.d.ts +302 -249
- package/dist-types/ts3.4/models/models_3.d.ts +10 -6
- package/package.json +34 -34
|
@@ -43,35 +43,35 @@ 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 = {
|
|
46
|
+
* const input = { // GenerateEmbedUrlForAnonymousUserRequest
|
|
47
47
|
* AwsAccountId: "STRING_VALUE", // required
|
|
48
48
|
* SessionLifetimeInMinutes: Number("long"),
|
|
49
49
|
* Namespace: "STRING_VALUE", // required
|
|
50
|
-
* SessionTags: [
|
|
51
|
-
* {
|
|
50
|
+
* SessionTags: [ // SessionTagList
|
|
51
|
+
* { // SessionTag
|
|
52
52
|
* Key: "STRING_VALUE", // required
|
|
53
53
|
* Value: "STRING_VALUE", // required
|
|
54
54
|
* },
|
|
55
55
|
* ],
|
|
56
|
-
* AuthorizedResourceArns: [ // required
|
|
56
|
+
* AuthorizedResourceArns: [ // ArnList // required
|
|
57
57
|
* "STRING_VALUE",
|
|
58
58
|
* ],
|
|
59
|
-
* ExperienceConfiguration: {
|
|
60
|
-
* Dashboard: {
|
|
59
|
+
* ExperienceConfiguration: { // AnonymousUserEmbeddingExperienceConfiguration
|
|
60
|
+
* Dashboard: { // AnonymousUserDashboardEmbeddingConfiguration
|
|
61
61
|
* InitialDashboardId: "STRING_VALUE", // required
|
|
62
62
|
* },
|
|
63
|
-
* DashboardVisual: {
|
|
64
|
-
* InitialDashboardVisualId: {
|
|
63
|
+
* DashboardVisual: { // AnonymousUserDashboardVisualEmbeddingConfiguration
|
|
64
|
+
* InitialDashboardVisualId: { // DashboardVisualId
|
|
65
65
|
* DashboardId: "STRING_VALUE", // required
|
|
66
66
|
* SheetId: "STRING_VALUE", // required
|
|
67
67
|
* VisualId: "STRING_VALUE", // required
|
|
68
68
|
* },
|
|
69
69
|
* },
|
|
70
|
-
* QSearchBar: {
|
|
70
|
+
* QSearchBar: { // AnonymousUserQSearchBarEmbeddingConfiguration
|
|
71
71
|
* InitialTopicId: "STRING_VALUE", // required
|
|
72
72
|
* },
|
|
73
73
|
* },
|
|
74
|
-
* AllowedDomains: [
|
|
74
|
+
* AllowedDomains: [ // StringList
|
|
75
75
|
* "STRING_VALUE",
|
|
76
76
|
* ],
|
|
77
77
|
* };
|
|
@@ -46,39 +46,39 @@ 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 = {
|
|
49
|
+
* const input = { // GenerateEmbedUrlForRegisteredUserRequest
|
|
50
50
|
* AwsAccountId: "STRING_VALUE", // required
|
|
51
51
|
* SessionLifetimeInMinutes: Number("long"),
|
|
52
52
|
* UserArn: "STRING_VALUE", // required
|
|
53
|
-
* ExperienceConfiguration: {
|
|
54
|
-
* Dashboard: {
|
|
53
|
+
* ExperienceConfiguration: { // RegisteredUserEmbeddingExperienceConfiguration
|
|
54
|
+
* Dashboard: { // RegisteredUserDashboardEmbeddingConfiguration
|
|
55
55
|
* InitialDashboardId: "STRING_VALUE", // required
|
|
56
|
-
* FeatureConfigurations: {
|
|
57
|
-
* StatePersistence: {
|
|
56
|
+
* FeatureConfigurations: { // RegisteredUserDashboardFeatureConfigurations
|
|
57
|
+
* StatePersistence: { // StatePersistenceConfigurations
|
|
58
58
|
* Enabled: true || false, // required
|
|
59
59
|
* },
|
|
60
60
|
* },
|
|
61
61
|
* },
|
|
62
|
-
* QuickSightConsole: {
|
|
62
|
+
* QuickSightConsole: { // RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
63
63
|
* InitialPath: "STRING_VALUE",
|
|
64
|
-
* FeatureConfigurations: {
|
|
64
|
+
* FeatureConfigurations: { // RegisteredUserConsoleFeatureConfigurations
|
|
65
65
|
* StatePersistence: {
|
|
66
66
|
* Enabled: true || false, // required
|
|
67
67
|
* },
|
|
68
68
|
* },
|
|
69
69
|
* },
|
|
70
|
-
* QSearchBar: {
|
|
70
|
+
* QSearchBar: { // RegisteredUserQSearchBarEmbeddingConfiguration
|
|
71
71
|
* InitialTopicId: "STRING_VALUE",
|
|
72
72
|
* },
|
|
73
|
-
* DashboardVisual: {
|
|
74
|
-
* InitialDashboardVisualId: {
|
|
73
|
+
* DashboardVisual: { // RegisteredUserDashboardVisualEmbeddingConfiguration
|
|
74
|
+
* InitialDashboardVisualId: { // DashboardVisualId
|
|
75
75
|
* DashboardId: "STRING_VALUE", // required
|
|
76
76
|
* SheetId: "STRING_VALUE", // required
|
|
77
77
|
* VisualId: "STRING_VALUE", // required
|
|
78
78
|
* },
|
|
79
79
|
* },
|
|
80
80
|
* },
|
|
81
|
-
* AllowedDomains: [
|
|
81
|
+
* AllowedDomains: [ // StringList
|
|
82
82
|
* "STRING_VALUE",
|
|
83
83
|
* ],
|
|
84
84
|
* };
|
|
@@ -48,7 +48,7 @@ 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 = {
|
|
51
|
+
* const input = { // GetDashboardEmbedUrlRequest
|
|
52
52
|
* AwsAccountId: "STRING_VALUE", // required
|
|
53
53
|
* DashboardId: "STRING_VALUE", // required
|
|
54
54
|
* IdentityType: "IAM" || "QUICKSIGHT" || "ANONYMOUS", // required
|
|
@@ -58,7 +58,7 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
|
|
|
58
58
|
* StatePersistenceEnabled: true || false,
|
|
59
59
|
* UserArn: "STRING_VALUE",
|
|
60
60
|
* Namespace: "STRING_VALUE",
|
|
61
|
-
* AdditionalDashboardIds: [
|
|
61
|
+
* AdditionalDashboardIds: [ // AdditionalDashboardIdList
|
|
62
62
|
* "STRING_VALUE",
|
|
63
63
|
* ],
|
|
64
64
|
* };
|
|
@@ -51,7 +51,7 @@ 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 = {
|
|
54
|
+
* const input = { // GetSessionEmbedUrlRequest
|
|
55
55
|
* AwsAccountId: "STRING_VALUE", // required
|
|
56
56
|
* EntryPoint: "STRING_VALUE",
|
|
57
57
|
* SessionLifetimeInMinutes: Number("long"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListAnalysesRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListDashboardVersionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DashboardId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListDashboardsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // ListDataSetsRequest
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListDataSourcesRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListFolderMembersRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* FolderId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListFoldersRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListGroupMembershipsRequest
|
|
30
30
|
* GroupName: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListGroupsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListIAMPolicyAssignmentsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* AssignmentStatus: "ENABLED" || "DRAFT" || "DISABLED",
|
|
32
32
|
* Namespace: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // ListIAMPolicyAssignmentsForUserRequest
|
|
32
32
|
* AwsAccountId: "STRING_VALUE", // required
|
|
33
33
|
* UserName: "STRING_VALUE", // required
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListIngestionsRequest
|
|
30
30
|
* DataSetId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* AwsAccountId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListNamespacesRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListTemplateAliasesRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* TemplateId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListTemplateVersionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* TemplateId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListTemplatesRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListThemeAliasesRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* ThemeId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListThemeVersionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* ThemeId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListThemesRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListUserGroupsRequest
|
|
30
30
|
* UserName: "STRING_VALUE", // required
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* Namespace: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // ListUsersRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // RegisterUserRequest
|
|
30
30
|
* IdentityType: "IAM" || "QUICKSIGHT", // required
|
|
31
31
|
* Email: "STRING_VALUE", // required
|
|
32
32
|
* UserRole: "ADMIN" || "AUTHOR" || "READER" || "RESTRICTED_AUTHOR" || "RESTRICTED_READER", // required
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // RestoreAnalysisRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* AnalysisId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -29,10 +29,10 @@ 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 = {
|
|
32
|
+
* const input = { // SearchAnalysesRequest
|
|
33
33
|
* AwsAccountId: "STRING_VALUE", // required
|
|
34
|
-
* Filters: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* Filters: [ // AnalysisSearchFilterList // required
|
|
35
|
+
* { // AnalysisSearchFilter
|
|
36
36
|
* Operator: "StringEquals" || "StringLike",
|
|
37
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
38
|
* Value: "STRING_VALUE",
|
|
@@ -29,10 +29,10 @@ 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 = {
|
|
32
|
+
* const input = { // SearchDashboardsRequest
|
|
33
33
|
* AwsAccountId: "STRING_VALUE", // required
|
|
34
|
-
* Filters: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* Filters: [ // DashboardSearchFilterList // required
|
|
35
|
+
* { // DashboardSearchFilter
|
|
36
36
|
* Operator: "StringEquals" || "StringLike", // required
|
|
37
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
38
|
* Value: "STRING_VALUE",
|
|
@@ -26,10 +26,10 @@ 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 = {
|
|
29
|
+
* const input = { // SearchDataSetsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
-
* Filters: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* Filters: [ // DataSetSearchFilterList // required
|
|
32
|
+
* { // DataSetSearchFilter
|
|
33
33
|
* Operator: "StringEquals" || "StringLike", // required
|
|
34
34
|
* Name: "QUICKSIGHT_VIEWER_OR_OWNER" || "QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "DATASET_NAME", // required
|
|
35
35
|
* Value: "STRING_VALUE", // required
|
|
@@ -26,10 +26,10 @@ 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 = {
|
|
29
|
+
* const input = { // SearchDataSourcesRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
-
* Filters: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* Filters: [ // DataSourceSearchFilterList // required
|
|
32
|
+
* { // DataSourceSearchFilter
|
|
33
33
|
* Operator: "StringEquals" || "StringLike", // required
|
|
34
34
|
* Name: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "DATASOURCE_NAME", // required
|
|
35
35
|
* Value: "STRING_VALUE", // required
|
|
@@ -26,10 +26,10 @@ export interface SearchFoldersCommandOutput extends SearchFoldersResponse, __Met
|
|
|
26
26
|
* import { QuickSightClient, SearchFoldersCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, SearchFoldersCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // SearchFoldersRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
-
* Filters: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* Filters: [ // FolderSearchFilterList // required
|
|
32
|
+
* { // FolderSearchFilter
|
|
33
33
|
* Operator: "StringEquals" || "StringLike",
|
|
34
34
|
* Name: "PARENT_FOLDER_ARN" || "DIRECT_QUICKSIGHT_OWNER" || "DIRECT_QUICKSIGHT_SOLE_OWNER" || "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" || "QUICKSIGHT_OWNER" || "QUICKSIGHT_VIEWER_OR_OWNER" || "FOLDER_NAME",
|
|
35
35
|
* Value: "STRING_VALUE",
|
|
@@ -26,13 +26,13 @@ export interface SearchGroupsCommandOutput extends SearchGroupsResponse, __Metad
|
|
|
26
26
|
* import { QuickSightClient, SearchGroupsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, SearchGroupsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // SearchGroupsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* Namespace: "STRING_VALUE", // required
|
|
34
|
-
* Filters: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* Filters: [ // GroupSearchFilterList // required
|
|
35
|
+
* { // GroupSearchFilter
|
|
36
36
|
* Operator: "StartsWith", // required
|
|
37
37
|
* Name: "GROUP_NAME", // required
|
|
38
38
|
* Value: "STRING_VALUE", // required
|
|
@@ -48,10 +48,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
48
48
|
* import { QuickSightClient, TagResourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
49
49
|
* // const { QuickSightClient, TagResourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
50
50
|
* const client = new QuickSightClient(config);
|
|
51
|
-
* const input = {
|
|
51
|
+
* const input = { // TagResourceRequest
|
|
52
52
|
* ResourceArn: "STRING_VALUE", // required
|
|
53
|
-
* Tags: [ // required
|
|
54
|
-
* {
|
|
53
|
+
* Tags: [ // TagList // required
|
|
54
|
+
* { // Tag
|
|
55
55
|
* Key: "STRING_VALUE", // required
|
|
56
56
|
* Value: "STRING_VALUE", // required
|
|
57
57
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { QuickSightClient, UntagResourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UntagResourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -30,10 +30,10 @@ export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCu
|
|
|
30
30
|
* import { QuickSightClient, UpdateAccountCustomizationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
31
31
|
* // const { QuickSightClient, UpdateAccountCustomizationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
32
32
|
* const client = new QuickSightClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // UpdateAccountCustomizationRequest
|
|
34
34
|
* AwsAccountId: "STRING_VALUE", // required
|
|
35
35
|
* Namespace: "STRING_VALUE",
|
|
36
|
-
* AccountCustomization: {
|
|
36
|
+
* AccountCustomization: { // AccountCustomization
|
|
37
37
|
* DefaultTheme: "STRING_VALUE",
|
|
38
38
|
* DefaultEmailCustomizationTemplate: "STRING_VALUE",
|
|
39
39
|
* },
|
|
@@ -26,7 +26,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
26
26
|
* import { QuickSightClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateAccountSettingsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DefaultNamespace: "STRING_VALUE", // required
|
|
32
32
|
* NotificationEmail: "STRING_VALUE",
|