@aws-sdk/client-quicksight 3.886.0 → 3.888.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/README.md +24 -0
- package/dist-cjs/index.js +175 -16
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DeleteAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/DescribeAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/UpdateAccountCustomPermissionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_2.js +2 -0
- package/dist-es/models/models_3.js +12 -0
- package/dist-es/models/models_4.js +4 -13
- package/dist-es/models/models_5.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +79 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +9 -9
- package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +9 -3
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +8 -2
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicCommand.d.ts +9 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +91 -0
- 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 +4 -4
- package/dist-types/commands/DeleteBrandCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.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/DeleteIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +7 -7
- 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/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +4 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.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/DescribeKeyRegistrationCommand.d.ts +5 -1
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.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/DescribeTopicCommand.d.ts +9 -1
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -3
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +5 -5
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +5 -5
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +7 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +2 -2
- 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/ListVPCConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.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 +1 -1
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +2 -2
- package/dist-types/commands/SearchFoldersCommand.d.ts +2 -2
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
- package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +5 -2
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +6 -6
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +5 -5
- package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +92 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +7 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +9 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +39 -39
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +106 -47
- package/dist-types/models/models_3.d.ts +236 -257
- package/dist-types/models/models_4.d.ts +346 -362
- package/dist-types/models/models_5.d.ts +355 -55
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomPermissionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +64 -4
- package/dist-types/ts3.4/models/models_3.d.ts +44 -43
- package/dist-types/ts3.4/models/models_4.d.ts +56 -74
- package/dist-types/ts3.4/models/models_5.d.ts +86 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +37 -37
|
@@ -155,7 +155,7 @@ declare const CreateThemeCommand_base: {
|
|
|
155
155
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
156
156
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
157
157
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
158
|
-
*
|
|
158
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
159
159
|
* capability is available in every edition.</p>
|
|
160
160
|
*
|
|
161
161
|
* @throws {@link QuickSightServiceException}
|
|
@@ -59,7 +59,7 @@ declare const CreateTopicCommand_base: {
|
|
|
59
59
|
* "STRING_VALUE",
|
|
60
60
|
* ],
|
|
61
61
|
* OperandFieldName: "STRING_VALUE", // required
|
|
62
|
-
* FilterType: "CATEGORY_FILTER" || "NUMERIC_EQUALITY_FILTER" || "NUMERIC_RANGE_FILTER" || "DATE_RANGE_FILTER" || "RELATIVE_DATE_FILTER",
|
|
62
|
+
* FilterType: "CATEGORY_FILTER" || "NUMERIC_EQUALITY_FILTER" || "NUMERIC_RANGE_FILTER" || "DATE_RANGE_FILTER" || "RELATIVE_DATE_FILTER" || "NULL_FILTER",
|
|
63
63
|
* CategoryFilter: { // TopicCategoryFilter
|
|
64
64
|
* CategoryFilterFunction: "EXACT" || "CONTAINS",
|
|
65
65
|
* CategoryFilterType: "CUSTOM_FILTER" || "CUSTOM_FILTER_LIST" || "FILTER_LIST",
|
|
@@ -110,6 +110,14 @@ declare const CreateTopicCommand_base: {
|
|
|
110
110
|
* SingularConstant: "STRING_VALUE",
|
|
111
111
|
* },
|
|
112
112
|
* },
|
|
113
|
+
* NullFilter: { // TopicNullFilter
|
|
114
|
+
* NullFilterType: "ALL_VALUES" || "NON_NULLS_ONLY" || "NULLS_ONLY",
|
|
115
|
+
* Constant: {
|
|
116
|
+
* ConstantType: "SINGULAR" || "RANGE" || "COLLECTIVE",
|
|
117
|
+
* SingularConstant: "STRING_VALUE",
|
|
118
|
+
* },
|
|
119
|
+
* Inverse: true || false,
|
|
120
|
+
* },
|
|
113
121
|
* },
|
|
114
122
|
* ],
|
|
115
123
|
* Columns: [ // TopicColumns
|
|
@@ -101,7 +101,7 @@ declare const CreateVPCConnectionCommand_base: {
|
|
|
101
101
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
102
102
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
103
103
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
104
|
-
*
|
|
104
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
105
105
|
* capability is available in every edition.</p>
|
|
106
106
|
*
|
|
107
107
|
* @throws {@link QuickSightServiceException}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteAccountCustomPermissionRequest, DeleteAccountCustomPermissionResponse } from "../models/models_3";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteAccountCustomPermissionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteAccountCustomPermissionCommandInput extends DeleteAccountCustomPermissionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteAccountCustomPermissionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteAccountCustomPermissionCommandOutput extends DeleteAccountCustomPermissionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteAccountCustomPermissionCommand_base: {
|
|
25
|
+
new (input: DeleteAccountCustomPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountCustomPermissionCommandInput, DeleteAccountCustomPermissionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAccountCustomPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountCustomPermissionCommandInput, DeleteAccountCustomPermissionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Unapplies a custom permissions profile from an account.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { QuickSightClient, DeleteAccountCustomPermissionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
|
+
* // const { QuickSightClient, DeleteAccountCustomPermissionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
36
|
+
* const client = new QuickSightClient(config);
|
|
37
|
+
* const input = { // DeleteAccountCustomPermissionRequest
|
|
38
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new DeleteAccountCustomPermissionCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // DeleteAccountCustomPermissionResponse
|
|
43
|
+
* // RequestId: "STRING_VALUE",
|
|
44
|
+
* // Status: Number("int"),
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param DeleteAccountCustomPermissionCommandInput - {@link DeleteAccountCustomPermissionCommandInput}
|
|
50
|
+
* @returns {@link DeleteAccountCustomPermissionCommandOutput}
|
|
51
|
+
* @see {@link DeleteAccountCustomPermissionCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link DeleteAccountCustomPermissionCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
57
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
58
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
59
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
62
|
+
* <p>An internal failure occurred.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
65
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
+
* <p>One or more resources can't be found.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
+
* <p>Access is throttled.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link QuickSightServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export declare class DeleteAccountCustomPermissionCommand extends DeleteAccountCustomPermissionCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteAccountCustomPermissionRequest;
|
|
84
|
+
output: DeleteAccountCustomPermissionResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteAccountCustomPermissionCommandInput;
|
|
88
|
+
output: DeleteAccountCustomPermissionCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -28,7 +28,7 @@ declare const DeleteAccountCustomizationCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified
|
|
31
|
-
* Amazon Web Services account and
|
|
31
|
+
* Amazon Web Services account and QuickSight namespace.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteAccountSubscriptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use the <code>DeleteAccountSubscription</code> operation to delete an
|
|
30
|
+
* <p>Use the <code>DeleteAccountSubscription</code> operation to delete an QuickSight account. This operation will result in an error message if you have configured your account termination protection settings to <code>True</code>. To change this setting and delete your account, call the <code>UpdateAccountSettings</code> API and set the value of the <code>TerminationProtectionEnabled</code> parameter to <code>False</code>, then make another call to the <code>DeleteAccountSubscription</code> API.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -29,14 +29,14 @@ declare const DeleteAnalysisCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Deletes an analysis from Amazon QuickSight. You can optionally include a recovery window during
|
|
31
31
|
* which you can restore the analysis. If you don't specify a recovery window value, the
|
|
32
|
-
* operation defaults to 30 days.
|
|
32
|
+
* operation defaults to 30 days. QuickSight attaches a <code>DeletionTime</code> stamp to
|
|
33
33
|
* the response that specifies the end of the recovery window. At the end of the recovery
|
|
34
|
-
* window,
|
|
34
|
+
* window, QuickSight deletes the analysis permanently.</p>
|
|
35
35
|
* <p>At any time before recovery window ends, you can use the <code>RestoreAnalysis</code>
|
|
36
36
|
* API operation to remove the <code>DeletionTime</code> stamp and cancel the deletion of
|
|
37
37
|
* the analysis. The analysis remains visible in the API until it's deleted, so you can
|
|
38
38
|
* describe it but you can't make a template from it.</p>
|
|
39
|
-
* <p>An analysis that's scheduled for deletion isn't accessible in the
|
|
39
|
+
* <p>An analysis that's scheduled for deletion isn't accessible in the QuickSight console.
|
|
40
40
|
* To access it in the console, restore it. Deleting an analysis doesn't delete the
|
|
41
41
|
* dashboards that you publish from it.</p>
|
|
42
42
|
* @example
|
|
@@ -87,7 +87,7 @@ declare const DeleteAnalysisCommand_base: {
|
|
|
87
87
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
88
88
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
89
89
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
90
|
-
*
|
|
90
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
91
91
|
* capability is available in every edition.</p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const DeleteBrandCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an
|
|
30
|
+
* <p>Deletes an QuickSight brand.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -74,7 +74,7 @@ declare const DeleteDashboardCommand_base: {
|
|
|
74
74
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
75
75
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
76
76
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
77
|
-
*
|
|
77
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
78
78
|
* capability is available in every edition.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,7 +27,7 @@ declare const DeleteDefaultQBusinessApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a linked Amazon Q Business application from an
|
|
30
|
+
* <p>Deletes a linked Amazon Q Business application from an QuickSight account</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -82,7 +82,7 @@ declare const DeleteFolderCommand_base: {
|
|
|
82
82
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
83
83
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
84
84
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
85
|
-
*
|
|
85
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
86
86
|
* capability is available in every edition.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link QuickSightServiceException}
|
|
@@ -76,7 +76,7 @@ declare const DeleteFolderMembershipCommand_base: {
|
|
|
76
76
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
77
77
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
78
78
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
79
|
-
*
|
|
79
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
80
80
|
* capability is available in every edition.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link QuickSightServiceException}
|
|
@@ -27,8 +27,8 @@ declare const DeleteIdentityPropagationConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes all access scopes and authorized targets that are associated with a service from the
|
|
31
|
-
* <p>This operation is only supported for
|
|
30
|
+
* <p>Deletes all access scopes and authorized targets that are associated with a service from the QuickSight IAM Identity Center application.</p>
|
|
31
|
+
* <p>This operation is only supported for QuickSight accounts that use IAM Identity Center.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteRoleMembershipRequest
|
|
3
|
+
import { DeleteRoleMembershipRequest } from "../models/models_3";
|
|
4
|
+
import { DeleteRoleMembershipResponse } from "../models/models_4";
|
|
4
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTemplateAliasRequest, DeleteTemplateAliasResponse } from "../models/
|
|
3
|
+
import { DeleteTemplateAliasRequest, DeleteTemplateAliasResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -73,7 +73,7 @@ declare const DeleteTemplateAliasCommand_base: {
|
|
|
73
73
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
74
74
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
75
75
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
76
|
-
*
|
|
76
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
77
77
|
* capability is available in every edition.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link QuickSightServiceException}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/
|
|
3
|
+
import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -77,7 +77,7 @@ declare const DeleteTemplateCommand_base: {
|
|
|
77
77
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
78
78
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
79
79
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
80
|
-
*
|
|
80
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
81
81
|
* capability is available in every edition.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link QuickSightServiceException}
|
|
@@ -77,7 +77,7 @@ declare const DeleteThemeAliasCommand_base: {
|
|
|
77
77
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
78
78
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
79
79
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
80
|
-
*
|
|
80
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
81
81
|
* capability is available in every edition.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link QuickSightServiceException}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/
|
|
3
|
+
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -80,7 +80,7 @@ declare const DeleteThemeCommand_base: {
|
|
|
80
80
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
81
81
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
82
82
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
83
|
-
*
|
|
83
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
84
84
|
* capability is available in every edition.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link QuickSightServiceException}
|
|
@@ -81,7 +81,7 @@ declare const DeleteVPCConnectionCommand_base: {
|
|
|
81
81
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
82
82
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
83
83
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
84
|
-
*
|
|
84
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
85
85
|
* capability is available in every edition.</p>
|
|
86
86
|
*
|
|
87
87
|
* @throws {@link QuickSightServiceException}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DescribeAccountCustomPermissionRequest, DescribeAccountCustomPermissionResponse } from "../models/models_4";
|
|
4
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeAccountCustomPermissionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeAccountCustomPermissionCommandInput extends DescribeAccountCustomPermissionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeAccountCustomPermissionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeAccountCustomPermissionCommandOutput extends DescribeAccountCustomPermissionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeAccountCustomPermissionCommand_base: {
|
|
25
|
+
new (input: DescribeAccountCustomPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountCustomPermissionCommandInput, DescribeAccountCustomPermissionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAccountCustomPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountCustomPermissionCommandInput, DescribeAccountCustomPermissionCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Describes the custom permissions profile that is applied to an account.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { QuickSightClient, DescribeAccountCustomPermissionCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
35
|
+
* // const { QuickSightClient, DescribeAccountCustomPermissionCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
36
|
+
* const client = new QuickSightClient(config);
|
|
37
|
+
* const input = { // DescribeAccountCustomPermissionRequest
|
|
38
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new DescribeAccountCustomPermissionCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // DescribeAccountCustomPermissionResponse
|
|
43
|
+
* // CustomPermissionsName: "STRING_VALUE",
|
|
44
|
+
* // RequestId: "STRING_VALUE",
|
|
45
|
+
* // Status: Number("int"),
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param DescribeAccountCustomPermissionCommandInput - {@link DescribeAccountCustomPermissionCommandInput}
|
|
51
|
+
* @returns {@link DescribeAccountCustomPermissionCommandOutput}
|
|
52
|
+
* @see {@link DescribeAccountCustomPermissionCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link DescribeAccountCustomPermissionCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
58
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
59
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
60
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
63
|
+
* <p>An internal failure occurred.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
66
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
+
* <p>One or more resources can't be found.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
72
|
+
* <p>Access is throttled.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link QuickSightServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class DescribeAccountCustomPermissionCommand extends DescribeAccountCustomPermissionCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DescribeAccountCustomPermissionRequest;
|
|
85
|
+
output: DescribeAccountCustomPermissionResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DescribeAccountCustomPermissionCommandInput;
|
|
89
|
+
output: DescribeAccountCustomPermissionCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -28,7 +28,7 @@ declare const DescribeAccountCustomizationCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Describes the customizations associated with the provided Amazon Web Services account and Amazon
|
|
31
|
-
*
|
|
31
|
+
* QuickSight namespace in an Amazon Web Services Region. The QuickSight console evaluates which
|
|
32
32
|
* customizations to apply by running this API operation with the <code>Resolved</code> flag
|
|
33
33
|
* included. </p>
|
|
34
34
|
* <p>To determine what customizations display when you run this command, it can help to
|
|
@@ -38,16 +38,16 @@ declare const DescribeAccountCustomizationCommand_base: {
|
|
|
38
38
|
* <p>
|
|
39
39
|
* <code>Amazon Web Services account</code> - The Amazon Web Services account exists at the top of the hierarchy.
|
|
40
40
|
* It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you
|
|
41
|
-
* subscribe to
|
|
42
|
-
* That's where your free SPICE capacity is located. You can use
|
|
41
|
+
* subscribe to QuickSight, you choose one Amazon Web Services Region to use as your home Region.
|
|
42
|
+
* That's where your free SPICE capacity is located. You can use QuickSight in any
|
|
43
43
|
* supported Amazon Web Services Region. </p>
|
|
44
44
|
* </li>
|
|
45
45
|
* <li>
|
|
46
46
|
* <p>
|
|
47
|
-
* <code>Amazon Web Services Region</code> - In each Amazon Web Services Region where you sign in to
|
|
48
|
-
* at least once,
|
|
47
|
+
* <code>Amazon Web Services Region</code> - In each Amazon Web Services Region where you sign in to QuickSight
|
|
48
|
+
* at least once, QuickSight acts as a separate instance of the same service. If
|
|
49
49
|
* you have a user directory, it resides in us-east-1, which is the US East (N.
|
|
50
|
-
* Virginia). Generally speaking, these users have access to
|
|
50
|
+
* Virginia). Generally speaking, these users have access to QuickSight in any
|
|
51
51
|
* Amazon Web Services Region, unless they are constrained to a namespace. </p>
|
|
52
52
|
* <p>To run the command in a different Amazon Web Services Region, you change your Region settings.
|
|
53
53
|
* If you're using the CLI, you can use one of the following options:</p>
|
|
@@ -77,7 +77,7 @@ declare const DescribeAccountCustomizationCommand_base: {
|
|
|
77
77
|
* <li>
|
|
78
78
|
* <p>
|
|
79
79
|
* <code>Applied customizations</code> - Within an Amazon Web Services Region, a set of
|
|
80
|
-
*
|
|
80
|
+
* QuickSight customizations can apply to an Amazon Web Services account or to a namespace.
|
|
81
81
|
* Settings that you apply to a namespace override settings that you apply to an
|
|
82
82
|
* Amazon Web Services account. All settings are isolated to a single Amazon Web Services Region. To apply them in
|
|
83
83
|
* other Amazon Web Services Regions, run the <code>CreateAccountCustomization</code> command in
|
|
@@ -27,7 +27,7 @@ declare const DescribeAccountSettingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes the settings that were used when your
|
|
30
|
+
* <p>Describes the settings that were used when your QuickSight subscription was first
|
|
31
31
|
* created in this Amazon Web Services account.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,7 +27,7 @@ declare const DescribeAccountSubscriptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Use the DescribeAccountSubscription operation to receive a description of an
|
|
30
|
+
* <p>Use the DescribeAccountSubscription operation to receive a description of an QuickSight account's subscription. A successful API call returns an <code>AccountInfo</code> object that includes an account's name, subscription status, authentication type, edition, and notification email address.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -182,7 +182,7 @@ declare const DescribeAnalysisCommand_base: {
|
|
|
182
182
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
183
183
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
184
184
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
185
|
-
*
|
|
185
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
186
186
|
* capability is available in every edition.</p>
|
|
187
187
|
*
|
|
188
188
|
* @throws {@link QuickSightServiceException}
|
|
@@ -5516,7 +5516,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
5516
5516
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5517
5517
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
5518
5518
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5519
|
-
*
|
|
5519
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5520
5520
|
* capability is available in every edition.</p>
|
|
5521
5521
|
*
|
|
5522
5522
|
* @throws {@link QuickSightServiceException}
|
|
@@ -78,7 +78,7 @@ declare const DescribeAnalysisPermissionsCommand_base: {
|
|
|
78
78
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
79
79
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
80
80
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
81
|
-
*
|
|
81
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
82
82
|
* capability is available in every edition.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link QuickSightServiceException}
|
|
@@ -164,7 +164,7 @@ declare const DescribeAssetBundleExportJobCommand_base: {
|
|
|
164
164
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
165
165
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
166
166
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
167
|
-
*
|
|
167
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
168
168
|
* capability is available in every edition.</p>
|
|
169
169
|
*
|
|
170
170
|
* @throws {@link QuickSightServiceException}
|
|
@@ -256,6 +256,9 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
256
256
|
* // Database: "STRING_VALUE",
|
|
257
257
|
* // SqlEndpointPath: "STRING_VALUE", // required
|
|
258
258
|
* // },
|
|
259
|
+
* // CustomConnectionParameters: { // CustomConnectionParameters
|
|
260
|
+
* // ConnectionType: "STRING_VALUE",
|
|
261
|
+
* // },
|
|
259
262
|
* // },
|
|
260
263
|
* // VpcConnectionProperties: {
|
|
261
264
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
@@ -506,7 +509,7 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
506
509
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
507
510
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
508
511
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
509
|
-
*
|
|
512
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
510
513
|
* capability is available in every edition.</p>
|
|
511
514
|
*
|
|
512
515
|
* @throws {@link QuickSightServiceException}
|
|
@@ -69,6 +69,8 @@ declare const DescribeCustomPermissionsCommand_base: {
|
|
|
69
69
|
* // ExportToCsvInScheduledReports: "DENY",
|
|
70
70
|
* // ExportToExcelInScheduledReports: "DENY",
|
|
71
71
|
* // IncludeContentInScheduledReportsEmail: "DENY",
|
|
72
|
+
* // Dashboard: "DENY",
|
|
73
|
+
* // Analysis: "DENY",
|
|
72
74
|
* // },
|
|
73
75
|
* // },
|
|
74
76
|
* // RequestId: "STRING_VALUE",
|
|
@@ -195,7 +195,7 @@ declare const DescribeDashboardCommand_base: {
|
|
|
195
195
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
196
196
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
197
197
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
198
|
-
*
|
|
198
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
199
199
|
* capability is available in every edition.</p>
|
|
200
200
|
*
|
|
201
201
|
* @throws {@link QuickSightServiceException}
|
|
@@ -5515,6 +5515,12 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
5515
5515
|
* // DataQAEnabledOption: { // DataQAEnabledOption
|
|
5516
5516
|
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
5517
5517
|
* // },
|
|
5518
|
+
* // ExecutiveSummaryOption: { // ExecutiveSummaryOption
|
|
5519
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
5520
|
+
* // },
|
|
5521
|
+
* // DataStoriesSharingOption: { // DataStoriesSharingOption
|
|
5522
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
5523
|
+
* // },
|
|
5518
5524
|
* // },
|
|
5519
5525
|
* // };
|
|
5520
5526
|
*
|
|
@@ -5553,7 +5559,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
5553
5559
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
5554
5560
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
5555
5561
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
5556
|
-
*
|
|
5562
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
5557
5563
|
* capability is available in every edition.</p>
|
|
5558
5564
|
*
|
|
5559
5565
|
* @throws {@link QuickSightServiceException}
|
|
@@ -88,7 +88,7 @@ declare const DescribeDashboardPermissionsCommand_base: {
|
|
|
88
88
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
89
89
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
90
90
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
91
|
-
*
|
|
91
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
92
92
|
* capability is available in every edition.</p>
|
|
93
93
|
*
|
|
94
94
|
* @throws {@link QuickSightServiceException}
|
|
@@ -154,7 +154,7 @@ declare const DescribeDashboardSnapshotJobCommand_base: {
|
|
|
154
154
|
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
155
155
|
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
156
156
|
* subscription where the edition doesn't include support for that operation. Amazon
|
|
157
|
-
*
|
|
157
|
+
* QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
158
158
|
* capability is available in every edition.</p>
|
|
159
159
|
*
|
|
160
160
|
* @throws {@link QuickSightServiceException}
|