@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
|
@@ -26,7 +26,7 @@ export interface CreateThemeAliasCommandOutput extends CreateThemeAliasResponse,
|
|
|
26
26
|
* import { QuickSightClient, CreateThemeAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, CreateThemeAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateThemeAliasRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* ThemeId: "STRING_VALUE", // required
|
|
32
32
|
* AliasName: "STRING_VALUE", // required
|
|
@@ -29,15 +29,15 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
29
29
|
* import { QuickSightClient, CreateThemeCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
30
30
|
* // const { QuickSightClient, CreateThemeCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
31
31
|
* const client = new QuickSightClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateThemeRequest
|
|
33
33
|
* AwsAccountId: "STRING_VALUE", // required
|
|
34
34
|
* ThemeId: "STRING_VALUE", // required
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* BaseThemeId: "STRING_VALUE", // required
|
|
37
37
|
* VersionDescription: "STRING_VALUE",
|
|
38
|
-
* Configuration: {
|
|
39
|
-
* DataColorPalette: {
|
|
40
|
-
* Colors: [
|
|
38
|
+
* Configuration: { // ThemeConfiguration
|
|
39
|
+
* DataColorPalette: { // DataColorPalette
|
|
40
|
+
* Colors: [ // ColorList
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
43
|
* MinMaxGradient: [
|
|
@@ -45,7 +45,7 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
45
45
|
* ],
|
|
46
46
|
* EmptyFillColor: "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
|
-
* UIColorPalette: {
|
|
48
|
+
* UIColorPalette: { // UIColorPalette
|
|
49
49
|
* PrimaryForeground: "STRING_VALUE",
|
|
50
50
|
* PrimaryBackground: "STRING_VALUE",
|
|
51
51
|
* SecondaryForeground: "STRING_VALUE",
|
|
@@ -63,39 +63,39 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
63
63
|
* Measure: "STRING_VALUE",
|
|
64
64
|
* MeasureForeground: "STRING_VALUE",
|
|
65
65
|
* },
|
|
66
|
-
* Sheet: {
|
|
67
|
-
* Tile: {
|
|
68
|
-
* Border: {
|
|
66
|
+
* Sheet: { // SheetStyle
|
|
67
|
+
* Tile: { // TileStyle
|
|
68
|
+
* Border: { // BorderStyle
|
|
69
69
|
* Show: true || false,
|
|
70
70
|
* },
|
|
71
71
|
* },
|
|
72
|
-
* TileLayout: {
|
|
73
|
-
* Gutter: {
|
|
72
|
+
* TileLayout: { // TileLayoutStyle
|
|
73
|
+
* Gutter: { // GutterStyle
|
|
74
74
|
* Show: true || false,
|
|
75
75
|
* },
|
|
76
|
-
* Margin: {
|
|
76
|
+
* Margin: { // MarginStyle
|
|
77
77
|
* Show: true || false,
|
|
78
78
|
* },
|
|
79
79
|
* },
|
|
80
80
|
* },
|
|
81
|
-
* Typography: {
|
|
82
|
-
* FontFamilies: [
|
|
83
|
-
* {
|
|
81
|
+
* Typography: { // Typography
|
|
82
|
+
* FontFamilies: [ // FontList
|
|
83
|
+
* { // Font
|
|
84
84
|
* FontFamily: "STRING_VALUE",
|
|
85
85
|
* },
|
|
86
86
|
* ],
|
|
87
87
|
* },
|
|
88
88
|
* },
|
|
89
|
-
* Permissions: [
|
|
90
|
-
* {
|
|
89
|
+
* Permissions: [ // ResourcePermissionList
|
|
90
|
+
* { // ResourcePermission
|
|
91
91
|
* Principal: "STRING_VALUE", // required
|
|
92
|
-
* Actions: [ // required
|
|
92
|
+
* Actions: [ // ActionList // required
|
|
93
93
|
* "STRING_VALUE",
|
|
94
94
|
* ],
|
|
95
95
|
* },
|
|
96
96
|
* ],
|
|
97
|
-
* Tags: [
|
|
98
|
-
* {
|
|
97
|
+
* Tags: [ // TagList
|
|
98
|
+
* { // Tag
|
|
99
99
|
* Key: "STRING_VALUE", // required
|
|
100
100
|
* Value: "STRING_VALUE", // required
|
|
101
101
|
* },
|
|
@@ -27,7 +27,7 @@ export interface DeleteAccountCustomizationCommandOutput extends DeleteAccountCu
|
|
|
27
27
|
* import { QuickSightClient, DeleteAccountCustomizationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
28
28
|
* // const { QuickSightClient, DeleteAccountCustomizationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
29
29
|
* const client = new QuickSightClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteAccountCustomizationRequest
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* Namespace: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteAccountSubscriptionCommandOutput extends DeleteAccountSub
|
|
|
26
26
|
* import { QuickSightClient, DeleteAccountSubscriptionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteAccountSubscriptionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteAccountSubscriptionRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAccountSubscriptionCommand(input);
|
|
@@ -37,7 +37,7 @@ export interface DeleteAnalysisCommandOutput extends DeleteAnalysisResponse, __M
|
|
|
37
37
|
* import { QuickSightClient, DeleteAnalysisCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
38
38
|
* // const { QuickSightClient, DeleteAnalysisCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
39
39
|
* const client = new QuickSightClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // DeleteAnalysisRequest
|
|
41
41
|
* AwsAccountId: "STRING_VALUE", // required
|
|
42
42
|
* AnalysisId: "STRING_VALUE", // required
|
|
43
43
|
* RecoveryWindowInDays: Number("long"),
|
|
@@ -26,7 +26,7 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _
|
|
|
26
26
|
* import { QuickSightClient, DeleteDashboardCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteDashboardCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteDashboardRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DashboardId: "STRING_VALUE", // required
|
|
32
32
|
* VersionNumber: Number("long"),
|
|
@@ -26,7 +26,7 @@ export interface DeleteDataSetCommandOutput extends DeleteDataSetResponse, __Met
|
|
|
26
26
|
* import { QuickSightClient, DeleteDataSetCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteDataSetCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteDataSetRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DataSetId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
|
|
|
27
27
|
* import { QuickSightClient, DeleteDataSourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
28
28
|
* // const { QuickSightClient, DeleteDataSourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
29
29
|
* const client = new QuickSightClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteDataSourceRequest
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* DataSourceId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteFolderCommandOutput extends DeleteFolderResponse, __Metad
|
|
|
26
26
|
* import { QuickSightClient, DeleteFolderCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteFolderCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteFolderRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* FolderId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
|
|
|
26
26
|
* import { QuickSightClient, DeleteFolderMembershipCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteFolderMembershipCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteFolderMembershipRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* FolderId: "STRING_VALUE", // required
|
|
32
32
|
* MemberId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
26
26
|
* import { QuickSightClient, DeleteGroupCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteGroupCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteGroupRequest
|
|
30
30
|
* GroupName: "STRING_VALUE", // required
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* Namespace: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
|
|
|
26
26
|
* import { QuickSightClient, DeleteGroupMembershipCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteGroupMembershipCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteGroupMembershipRequest
|
|
30
30
|
* MemberName: "STRING_VALUE", // required
|
|
31
31
|
* GroupName: "STRING_VALUE", // required
|
|
32
32
|
* AwsAccountId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA
|
|
|
26
26
|
* import { QuickSightClient, DeleteIAMPolicyAssignmentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteIAMPolicyAssignmentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteIAMPolicyAssignmentRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* AssignmentName: "STRING_VALUE", // required
|
|
32
32
|
* Namespace: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
|
|
|
28
28
|
* import { QuickSightClient, DeleteNamespaceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
29
29
|
* // const { QuickSightClient, DeleteNamespaceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
30
30
|
* const client = new QuickSightClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteNamespaceRequest
|
|
32
32
|
* AwsAccountId: "STRING_VALUE", // required
|
|
33
33
|
* Namespace: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes
|
|
|
27
27
|
* import { QuickSightClient, DeleteTemplateAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
28
28
|
* // const { QuickSightClient, DeleteTemplateAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
29
29
|
* const client = new QuickSightClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteTemplateAliasRequest
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* TemplateId: "STRING_VALUE", // required
|
|
33
33
|
* AliasName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
26
26
|
* import { QuickSightClient, DeleteTemplateCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteTemplateCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteTemplateRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* TemplateId: "STRING_VALUE", // required
|
|
32
32
|
* VersionNumber: Number("long"),
|
|
@@ -28,7 +28,7 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse,
|
|
|
28
28
|
* import { QuickSightClient, DeleteThemeAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
29
29
|
* // const { QuickSightClient, DeleteThemeAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
30
30
|
* const client = new QuickSightClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteThemeAliasRequest
|
|
32
32
|
* AwsAccountId: "STRING_VALUE", // required
|
|
33
33
|
* ThemeId: "STRING_VALUE", // required
|
|
34
34
|
* AliasName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat
|
|
|
26
26
|
* import { QuickSightClient, DeleteThemeCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteThemeCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteThemeRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* ThemeId: "STRING_VALUE", // required
|
|
32
32
|
* VersionNumber: Number("long"),
|
|
@@ -26,7 +26,7 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
|
|
|
26
26
|
* import { QuickSightClient, DeleteUserByPrincipalIdCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DeleteUserByPrincipalIdCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteUserByPrincipalIdRequest
|
|
30
30
|
* PrincipalId: "STRING_VALUE", // required
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* Namespace: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
|
|
|
28
28
|
* import { QuickSightClient, DeleteUserCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
29
29
|
* // const { QuickSightClient, DeleteUserCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
30
30
|
* const client = new QuickSightClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteUserRequest
|
|
32
32
|
* UserName: "STRING_VALUE", // required
|
|
33
33
|
* AwsAccountId: "STRING_VALUE", // required
|
|
34
34
|
* Namespace: "STRING_VALUE", // required
|
|
@@ -82,7 +82,7 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
|
|
|
82
82
|
* import { QuickSightClient, DescribeAccountCustomizationCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
83
83
|
* // const { QuickSightClient, DescribeAccountCustomizationCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
84
84
|
* const client = new QuickSightClient(config);
|
|
85
|
-
* const input = {
|
|
85
|
+
* const input = { // DescribeAccountCustomizationRequest
|
|
86
86
|
* AwsAccountId: "STRING_VALUE", // required
|
|
87
87
|
* Namespace: "STRING_VALUE",
|
|
88
88
|
* Resolved: true || false,
|
|
@@ -27,7 +27,7 @@ export interface DescribeAccountSettingsCommandOutput extends DescribeAccountSet
|
|
|
27
27
|
* import { QuickSightClient, DescribeAccountSettingsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
28
28
|
* // const { QuickSightClient, DescribeAccountSettingsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
29
29
|
* const client = new QuickSightClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeAccountSettingsRequest
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeAccountSettingsCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeAccountSubscriptionCommandOutput extends DescribeAccoun
|
|
|
26
26
|
* import { QuickSightClient, DescribeAccountSubscriptionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeAccountSubscriptionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAccountSubscriptionRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeAccountSubscriptionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeAnalysisCommandOutput extends DescribeAnalysisResponse,
|
|
|
26
26
|
* import { QuickSightClient, DescribeAnalysisCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeAnalysisCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAnalysisRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* AnalysisId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -34,7 +34,7 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
34
34
|
* import { QuickSightClient, DescribeAnalysisDefinitionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
35
|
* // const { QuickSightClient, DescribeAnalysisDefinitionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
36
36
|
* const client = new QuickSightClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // DescribeAnalysisDefinitionRequest
|
|
38
38
|
* AwsAccountId: "STRING_VALUE", // required
|
|
39
39
|
* AnalysisId: "STRING_VALUE", // required
|
|
40
40
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeAnalysisPermissionsCommandOutput extends DescribeAnalys
|
|
|
26
26
|
* import { QuickSightClient, DescribeAnalysisPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeAnalysisPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAnalysisPermissionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* AnalysisId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons
|
|
|
26
26
|
* import { QuickSightClient, DescribeDashboardCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeDashboardCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDashboardRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DashboardId: "STRING_VALUE", // required
|
|
32
32
|
* VersionNumber: Number("long"),
|
|
@@ -34,7 +34,7 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
34
34
|
* import { QuickSightClient, DescribeDashboardDefinitionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
35
|
* // const { QuickSightClient, DescribeDashboardDefinitionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
36
36
|
* const client = new QuickSightClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // DescribeDashboardDefinitionRequest
|
|
38
38
|
* AwsAccountId: "STRING_VALUE", // required
|
|
39
39
|
* DashboardId: "STRING_VALUE", // required
|
|
40
40
|
* VersionNumber: Number("long"),
|
|
@@ -26,7 +26,7 @@ export interface DescribeDashboardPermissionsCommandOutput extends DescribeDashb
|
|
|
26
26
|
* import { QuickSightClient, DescribeDashboardPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeDashboardPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDashboardPermissionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DashboardId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
|
|
|
26
26
|
* import { QuickSightClient, DescribeDataSetCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeDataSetCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDataSetRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DataSetId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DescribeDataSetPermissionsCommandOutput extends DescribeDataSet
|
|
|
27
27
|
* import { QuickSightClient, DescribeDataSetPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
28
28
|
* // const { QuickSightClient, DescribeDataSetPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
29
29
|
* const client = new QuickSightClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeDataSetPermissionsRequest
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* DataSetId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
|
|
|
26
26
|
* import { QuickSightClient, DescribeDataSourceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeDataSourceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDataSourceRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DataSourceId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeDataSourcePermissionsCommandOutput extends DescribeData
|
|
|
26
26
|
* import { QuickSightClient, DescribeDataSourcePermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeDataSourcePermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDataSourcePermissionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DataSourceId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeFolderCommandOutput extends DescribeFolderResponse, __M
|
|
|
26
26
|
* import { QuickSightClient, DescribeFolderCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeFolderCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeFolderRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* FolderId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeFolderPermissionsCommandOutput extends DescribeFolderPe
|
|
|
26
26
|
* import { QuickSightClient, DescribeFolderPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeFolderPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeFolderPermissionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* FolderId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeFolderResolvedPermissionsCommandOutput extends Describe
|
|
|
26
26
|
* import { QuickSightClient, DescribeFolderResolvedPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeFolderResolvedPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeFolderResolvedPermissionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* FolderId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
|
|
|
26
26
|
* import { QuickSightClient, DescribeGroupCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeGroupCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeGroupRequest
|
|
30
30
|
* GroupName: "STRING_VALUE", // required
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* Namespace: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembe
|
|
|
28
28
|
* import { QuickSightClient, DescribeGroupMembershipCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
29
29
|
* // const { QuickSightClient, DescribeGroupMembershipCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
30
30
|
* const client = new QuickSightClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeGroupMembershipRequest
|
|
32
32
|
* MemberName: "STRING_VALUE", // required
|
|
33
33
|
* GroupName: "STRING_VALUE", // required
|
|
34
34
|
* AwsAccountId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DescribeIAMPolicyAssignmentCommandOutput extends DescribeIAMPol
|
|
|
26
26
|
* import { QuickSightClient, DescribeIAMPolicyAssignmentCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeIAMPolicyAssignmentCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeIAMPolicyAssignmentRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* AssignmentName: "STRING_VALUE", // required
|
|
32
32
|
* Namespace: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DescribeIngestionCommandOutput extends DescribeIngestionRespons
|
|
|
26
26
|
* import { QuickSightClient, DescribeIngestionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeIngestionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeIngestionRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* DataSetId: "STRING_VALUE", // required
|
|
32
32
|
* IngestionId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DescribeIpRestrictionCommandOutput extends DescribeIpRestrictio
|
|
|
26
26
|
* import { QuickSightClient, DescribeIpRestrictionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeIpRestrictionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeIpRestrictionRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeIpRestrictionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
|
|
|
26
26
|
* import { QuickSightClient, DescribeNamespaceCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeNamespaceCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeNamespaceRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* Namespace: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeTemplateAliasCommandOutput extends DescribeTemplateAlia
|
|
|
26
26
|
* import { QuickSightClient, DescribeTemplateAliasCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
27
|
* // const { QuickSightClient, DescribeTemplateAliasCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
28
|
* const client = new QuickSightClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeTemplateAliasRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* TemplateId: "STRING_VALUE", // required
|
|
32
32
|
* AliasName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeTemplateRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* TemplateId: "STRING_VALUE", // required
|
|
32
32
|
* VersionNumber: Number("long"),
|
|
@@ -34,7 +34,7 @@ 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 = {
|
|
37
|
+
* const input = { // DescribeTemplateDefinitionRequest
|
|
38
38
|
* AwsAccountId: "STRING_VALUE", // required
|
|
39
39
|
* TemplateId: "STRING_VALUE", // required
|
|
40
40
|
* VersionNumber: Number("long"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeTemplatePermissionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* TemplateId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeThemeAliasRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* ThemeId: "STRING_VALUE", // required
|
|
32
32
|
* AliasName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeThemeRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* ThemeId: "STRING_VALUE", // required
|
|
32
32
|
* VersionNumber: Number("long"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeThemePermissionsRequest
|
|
30
30
|
* AwsAccountId: "STRING_VALUE", // required
|
|
31
31
|
* ThemeId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DescribeUserRequest
|
|
30
30
|
* UserName: "STRING_VALUE", // required
|
|
31
31
|
* AwsAccountId: "STRING_VALUE", // required
|
|
32
32
|
* Namespace: "STRING_VALUE", // required
|