@aws-sdk/client-quicksight 3.886.0 → 3.887.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
package/README.md
CHANGED
|
@@ -431,6 +431,14 @@ DeleteAccountCustomization
|
|
|
431
431
|
|
|
432
432
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DeleteAccountCustomizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteAccountCustomizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteAccountCustomizationCommandOutput/)
|
|
433
433
|
|
|
434
|
+
</details>
|
|
435
|
+
<details>
|
|
436
|
+
<summary>
|
|
437
|
+
DeleteAccountCustomPermission
|
|
438
|
+
</summary>
|
|
439
|
+
|
|
440
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DeleteAccountCustomPermissionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteAccountCustomPermissionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DeleteAccountCustomPermissionCommandOutput/)
|
|
441
|
+
|
|
434
442
|
</details>
|
|
435
443
|
<details>
|
|
436
444
|
<summary>
|
|
@@ -679,6 +687,14 @@ DescribeAccountCustomization
|
|
|
679
687
|
|
|
680
688
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeAccountCustomizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAccountCustomizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAccountCustomizationCommandOutput/)
|
|
681
689
|
|
|
690
|
+
</details>
|
|
691
|
+
<details>
|
|
692
|
+
<summary>
|
|
693
|
+
DescribeAccountCustomPermission
|
|
694
|
+
</summary>
|
|
695
|
+
|
|
696
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeAccountCustomPermissionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAccountCustomPermissionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeAccountCustomPermissionCommandOutput/)
|
|
697
|
+
|
|
682
698
|
</details>
|
|
683
699
|
<details>
|
|
684
700
|
<summary>
|
|
@@ -1535,6 +1551,14 @@ UpdateAccountCustomization
|
|
|
1535
1551
|
|
|
1536
1552
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateAccountCustomizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAccountCustomizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAccountCustomizationCommandOutput/)
|
|
1537
1553
|
|
|
1554
|
+
</details>
|
|
1555
|
+
<details>
|
|
1556
|
+
<summary>
|
|
1557
|
+
UpdateAccountCustomPermission
|
|
1558
|
+
</summary>
|
|
1559
|
+
|
|
1560
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateAccountCustomPermissionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAccountCustomPermissionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateAccountCustomPermissionCommandOutput/)
|
|
1561
|
+
|
|
1538
1562
|
</details>
|
|
1539
1563
|
<details>
|
|
1540
1564
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -209,6 +209,7 @@ __export(index_exports, {
|
|
|
209
209
|
DecimalParameterFilterSensitiveLog: () => DecimalParameterFilterSensitiveLog,
|
|
210
210
|
DecimalValueWhenUnsetConfigurationFilterSensitiveLog: () => DecimalValueWhenUnsetConfigurationFilterSensitiveLog,
|
|
211
211
|
DefaultAggregation: () => DefaultAggregation,
|
|
212
|
+
DeleteAccountCustomPermissionCommand: () => DeleteAccountCustomPermissionCommand,
|
|
212
213
|
DeleteAccountCustomizationCommand: () => DeleteAccountCustomizationCommand,
|
|
213
214
|
DeleteAccountSubscriptionCommand: () => DeleteAccountSubscriptionCommand,
|
|
214
215
|
DeleteAnalysisCommand: () => DeleteAnalysisCommand,
|
|
@@ -240,6 +241,7 @@ __export(index_exports, {
|
|
|
240
241
|
DeleteUserCommand: () => DeleteUserCommand,
|
|
241
242
|
DeleteUserCustomPermissionCommand: () => DeleteUserCustomPermissionCommand,
|
|
242
243
|
DeleteVPCConnectionCommand: () => DeleteVPCConnectionCommand,
|
|
244
|
+
DescribeAccountCustomPermissionCommand: () => DescribeAccountCustomPermissionCommand,
|
|
243
245
|
DescribeAccountCustomizationCommand: () => DescribeAccountCustomizationCommand,
|
|
244
246
|
DescribeAccountSettingsCommand: () => DescribeAccountSettingsCommand,
|
|
245
247
|
DescribeAccountSubscriptionCommand: () => DescribeAccountSubscriptionCommand,
|
|
@@ -502,6 +504,7 @@ __export(index_exports, {
|
|
|
502
504
|
NegativeValueDisplayMode: () => NegativeValueDisplayMode,
|
|
503
505
|
NetworkInterfaceStatus: () => NetworkInterfaceStatus,
|
|
504
506
|
NullFilterOption: () => NullFilterOption,
|
|
507
|
+
NullFilterType: () => NullFilterType,
|
|
505
508
|
NullValueFormatConfigurationFilterSensitiveLog: () => NullValueFormatConfigurationFilterSensitiveLog,
|
|
506
509
|
NumberDisplayFormatConfigurationFilterSensitiveLog: () => NumberDisplayFormatConfigurationFilterSensitiveLog,
|
|
507
510
|
NumberFormatConfigurationFilterSensitiveLog: () => NumberFormatConfigurationFilterSensitiveLog,
|
|
@@ -564,6 +567,7 @@ __export(index_exports, {
|
|
|
564
567
|
QAResultFilterSensitiveLog: () => QAResultFilterSensitiveLog,
|
|
565
568
|
QAResultType: () => QAResultType,
|
|
566
569
|
QBusinessInsightsStatus: () => QBusinessInsightsStatus,
|
|
570
|
+
QDataKeyType: () => QDataKeyType,
|
|
567
571
|
QSearchStatus: () => QSearchStatus,
|
|
568
572
|
QueryExecutionMode: () => QueryExecutionMode,
|
|
569
573
|
QuickSight: () => QuickSight,
|
|
@@ -725,6 +729,7 @@ __export(index_exports, {
|
|
|
725
729
|
TopicIRFilterSensitiveLog: () => TopicIRFilterSensitiveLog,
|
|
726
730
|
TopicIRFilterType: () => TopicIRFilterType,
|
|
727
731
|
TopicIRMetricFilterSensitiveLog: () => TopicIRMetricFilterSensitiveLog,
|
|
732
|
+
TopicNullFilterFilterSensitiveLog: () => TopicNullFilterFilterSensitiveLog,
|
|
728
733
|
TopicNumericEqualityFilterFilterSensitiveLog: () => TopicNumericEqualityFilterFilterSensitiveLog,
|
|
729
734
|
TopicNumericRangeFilterFilterSensitiveLog: () => TopicNumericRangeFilterFilterSensitiveLog,
|
|
730
735
|
TopicNumericSeparatorSymbol: () => TopicNumericSeparatorSymbol,
|
|
@@ -754,6 +759,7 @@ __export(index_exports, {
|
|
|
754
759
|
UnsupportedPricingPlanException: () => UnsupportedPricingPlanException,
|
|
755
760
|
UnsupportedUserEditionException: () => UnsupportedUserEditionException,
|
|
756
761
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
762
|
+
UpdateAccountCustomPermissionCommand: () => UpdateAccountCustomPermissionCommand,
|
|
757
763
|
UpdateAccountCustomizationCommand: () => UpdateAccountCustomizationCommand,
|
|
758
764
|
UpdateAccountSettingsCommand: () => UpdateAccountSettingsCommand,
|
|
759
765
|
UpdateAnalysisCommand: () => UpdateAnalysisCommand,
|
|
@@ -2833,6 +2839,8 @@ var DataSourceParameters;
|
|
|
2833
2839
|
if (value.TrinoParameters !== void 0) return visitor.TrinoParameters(value.TrinoParameters);
|
|
2834
2840
|
if (value.BigQueryParameters !== void 0) return visitor.BigQueryParameters(value.BigQueryParameters);
|
|
2835
2841
|
if (value.ImpalaParameters !== void 0) return visitor.ImpalaParameters(value.ImpalaParameters);
|
|
2842
|
+
if (value.CustomConnectionParameters !== void 0)
|
|
2843
|
+
return visitor.CustomConnectionParameters(value.CustomConnectionParameters);
|
|
2836
2844
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2837
2845
|
}, "visit");
|
|
2838
2846
|
})(DataSourceParameters || (DataSourceParameters = {}));
|
|
@@ -3759,6 +3767,7 @@ var DataSourceType = {
|
|
|
3759
3767
|
DATABRICKS: "DATABRICKS",
|
|
3760
3768
|
EXASOL: "EXASOL",
|
|
3761
3769
|
GITHUB: "GITHUB",
|
|
3770
|
+
GOOGLESHEETS: "GOOGLESHEETS",
|
|
3762
3771
|
JIRA: "JIRA",
|
|
3763
3772
|
MARIADB: "MARIADB",
|
|
3764
3773
|
MYSQL: "MYSQL",
|
|
@@ -3882,10 +3891,16 @@ var DefaultAggregation = {
|
|
|
3882
3891
|
var NamedFilterType = {
|
|
3883
3892
|
CATEGORY_FILTER: "CATEGORY_FILTER",
|
|
3884
3893
|
DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
|
|
3894
|
+
NULL_FILTER: "NULL_FILTER",
|
|
3885
3895
|
NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER",
|
|
3886
3896
|
NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
|
|
3887
3897
|
RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER"
|
|
3888
3898
|
};
|
|
3899
|
+
var NullFilterType = {
|
|
3900
|
+
ALL_VALUES: "ALL_VALUES",
|
|
3901
|
+
NON_NULLS_ONLY: "NON_NULLS_ONLY",
|
|
3902
|
+
NULLS_ONLY: "NULLS_ONLY"
|
|
3903
|
+
};
|
|
3889
3904
|
var NamedFilterAggType = {
|
|
3890
3905
|
AVERAGE: "AVERAGE",
|
|
3891
3906
|
COUNT: "COUNT",
|
|
@@ -4191,6 +4206,10 @@ var TopicDateRangeFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4191
4206
|
var TopicSingularFilterConstantFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4192
4207
|
...obj
|
|
4193
4208
|
}), "TopicSingularFilterConstantFilterSensitiveLog");
|
|
4209
|
+
var TopicNullFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4210
|
+
...obj,
|
|
4211
|
+
...obj.Constant && { Constant: import_smithy_client.SENSITIVE_STRING }
|
|
4212
|
+
}), "TopicNullFilterFilterSensitiveLog");
|
|
4194
4213
|
var TopicNumericEqualityFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4195
4214
|
...obj,
|
|
4196
4215
|
...obj.Constant && { Constant: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4215,7 +4234,8 @@ var TopicFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4215
4234
|
...obj.DateRangeFilter && { DateRangeFilter: TopicDateRangeFilterFilterSensitiveLog(obj.DateRangeFilter) },
|
|
4216
4235
|
...obj.RelativeDateFilter && {
|
|
4217
4236
|
RelativeDateFilter: TopicRelativeDateFilterFilterSensitiveLog(obj.RelativeDateFilter)
|
|
4218
|
-
}
|
|
4237
|
+
},
|
|
4238
|
+
...obj.NullFilter && { NullFilter: TopicNullFilterFilterSensitiveLog(obj.NullFilter) }
|
|
4219
4239
|
}), "TopicFilterFilterSensitiveLog");
|
|
4220
4240
|
var DatasetMetadataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4221
4241
|
...obj,
|
|
@@ -4360,6 +4380,10 @@ var IngestionRequestType = {
|
|
|
4360
4380
|
INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
|
|
4361
4381
|
INITIAL_INGESTION: "INITIAL_INGESTION"
|
|
4362
4382
|
};
|
|
4383
|
+
var QDataKeyType = {
|
|
4384
|
+
AWS_OWNED: "AWS_OWNED",
|
|
4385
|
+
CMK: "CMK"
|
|
4386
|
+
};
|
|
4363
4387
|
var NamespaceErrorType = {
|
|
4364
4388
|
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
4365
4389
|
PERMISSION_DENIED: "PERMISSION_DENIED"
|
|
@@ -4592,19 +4616,6 @@ var PurchaseMode = {
|
|
|
4592
4616
|
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
4593
4617
|
MANUAL: "MANUAL"
|
|
4594
4618
|
};
|
|
4595
|
-
var TopicFilterAttribute = {
|
|
4596
|
-
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
4597
|
-
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
4598
|
-
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
4599
|
-
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
4600
|
-
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
4601
|
-
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
4602
|
-
TOPIC_NAME: "TOPIC_NAME"
|
|
4603
|
-
};
|
|
4604
|
-
var TopicFilterOperator = {
|
|
4605
|
-
StringEquals: "StringEquals",
|
|
4606
|
-
StringLike: "StringLike"
|
|
4607
|
-
};
|
|
4608
4619
|
var DescribeAnalysisResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4609
4620
|
...obj
|
|
4610
4621
|
}), "DescribeAnalysisResponseFilterSensitiveLog");
|
|
@@ -4710,6 +4721,19 @@ var PredictQAResultsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
4710
4721
|
}), "PredictQAResultsResponseFilterSensitiveLog");
|
|
4711
4722
|
|
|
4712
4723
|
// src/models/models_5.ts
|
|
4724
|
+
var TopicFilterAttribute = {
|
|
4725
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
4726
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
4727
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
4728
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
4729
|
+
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
4730
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
4731
|
+
TOPIC_NAME: "TOPIC_NAME"
|
|
4732
|
+
};
|
|
4733
|
+
var TopicFilterOperator = {
|
|
4734
|
+
StringEquals: "StringEquals",
|
|
4735
|
+
StringLike: "StringLike"
|
|
4736
|
+
};
|
|
4713
4737
|
var StartAssetBundleImportJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4714
4738
|
...obj,
|
|
4715
4739
|
...obj.AssetBundleImportSource && {
|
|
@@ -5341,6 +5365,15 @@ var se_DeleteAccountCustomizationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
5341
5365
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
5342
5366
|
return b.build();
|
|
5343
5367
|
}, "se_DeleteAccountCustomizationCommand");
|
|
5368
|
+
var se_DeleteAccountCustomPermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5369
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5370
|
+
const headers = {};
|
|
5371
|
+
b.bp("/accounts/{AwsAccountId}/custom-permission");
|
|
5372
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5373
|
+
let body;
|
|
5374
|
+
b.m("DELETE").h(headers).b(body);
|
|
5375
|
+
return b.build();
|
|
5376
|
+
}, "se_DeleteAccountCustomPermissionCommand");
|
|
5344
5377
|
var se_DeleteAccountSubscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5345
5378
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5346
5379
|
const headers = {};
|
|
@@ -5683,6 +5716,15 @@ var se_DescribeAccountCustomizationCommand = /* @__PURE__ */ __name(async (input
|
|
|
5683
5716
|
b.m("GET").h(headers).q(query).b(body);
|
|
5684
5717
|
return b.build();
|
|
5685
5718
|
}, "se_DescribeAccountCustomizationCommand");
|
|
5719
|
+
var se_DescribeAccountCustomPermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5720
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5721
|
+
const headers = {};
|
|
5722
|
+
b.bp("/accounts/{AwsAccountId}/custom-permission");
|
|
5723
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5724
|
+
let body;
|
|
5725
|
+
b.m("GET").h(headers).b(body);
|
|
5726
|
+
return b.build();
|
|
5727
|
+
}, "se_DescribeAccountCustomPermissionCommand");
|
|
5686
5728
|
var se_DescribeAccountSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5687
5729
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5688
5730
|
const headers = {};
|
|
@@ -7098,6 +7140,22 @@ var se_UpdateAccountCustomizationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
7098
7140
|
b.m("PUT").h(headers).q(query).b(body);
|
|
7099
7141
|
return b.build();
|
|
7100
7142
|
}, "se_UpdateAccountCustomizationCommand");
|
|
7143
|
+
var se_UpdateAccountCustomPermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7144
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
7145
|
+
const headers = {
|
|
7146
|
+
"content-type": "application/json"
|
|
7147
|
+
};
|
|
7148
|
+
b.bp("/accounts/{AwsAccountId}/custom-permission");
|
|
7149
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
7150
|
+
let body;
|
|
7151
|
+
body = JSON.stringify(
|
|
7152
|
+
(0, import_smithy_client.take)(input, {
|
|
7153
|
+
CustomPermissionsName: []
|
|
7154
|
+
})
|
|
7155
|
+
);
|
|
7156
|
+
b.m("PUT").h(headers).b(body);
|
|
7157
|
+
return b.build();
|
|
7158
|
+
}, "se_UpdateAccountCustomPermissionCommand");
|
|
7101
7159
|
var se_UpdateAccountSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7102
7160
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
7103
7161
|
const headers = {
|
|
@@ -8422,6 +8480,21 @@ var de_DeleteAccountCustomizationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8422
8480
|
});
|
|
8423
8481
|
return contents;
|
|
8424
8482
|
}, "de_DeleteAccountCustomizationCommand");
|
|
8483
|
+
var de_DeleteAccountCustomPermissionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8484
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8485
|
+
return de_CommandError(output, context);
|
|
8486
|
+
}
|
|
8487
|
+
const contents = (0, import_smithy_client.map)({
|
|
8488
|
+
$metadata: deserializeMetadata(output)
|
|
8489
|
+
});
|
|
8490
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8491
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8492
|
+
RequestId: import_smithy_client.expectString,
|
|
8493
|
+
Status: import_smithy_client.expectInt32
|
|
8494
|
+
});
|
|
8495
|
+
Object.assign(contents, doc);
|
|
8496
|
+
return contents;
|
|
8497
|
+
}, "de_DeleteAccountCustomPermissionCommand");
|
|
8425
8498
|
var de_DeleteAccountSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8426
8499
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8427
8500
|
return de_CommandError(output, context);
|
|
@@ -8975,6 +9048,22 @@ var de_DescribeAccountCustomizationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
8975
9048
|
});
|
|
8976
9049
|
return contents;
|
|
8977
9050
|
}, "de_DescribeAccountCustomizationCommand");
|
|
9051
|
+
var de_DescribeAccountCustomPermissionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9052
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9053
|
+
return de_CommandError(output, context);
|
|
9054
|
+
}
|
|
9055
|
+
const contents = (0, import_smithy_client.map)({
|
|
9056
|
+
$metadata: deserializeMetadata(output)
|
|
9057
|
+
});
|
|
9058
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9059
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9060
|
+
CustomPermissionsName: import_smithy_client.expectString,
|
|
9061
|
+
RequestId: import_smithy_client.expectString,
|
|
9062
|
+
Status: import_smithy_client.expectInt32
|
|
9063
|
+
});
|
|
9064
|
+
Object.assign(contents, doc);
|
|
9065
|
+
return contents;
|
|
9066
|
+
}, "de_DescribeAccountCustomPermissionCommand");
|
|
8978
9067
|
var de_DescribeAccountSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8979
9068
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8980
9069
|
return de_CommandError(output, context);
|
|
@@ -9605,6 +9694,7 @@ var de_DescribeKeyRegistrationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
9605
9694
|
const doc = (0, import_smithy_client.take)(data, {
|
|
9606
9695
|
AwsAccountId: import_smithy_client.expectString,
|
|
9607
9696
|
KeyRegistration: import_smithy_client._json,
|
|
9697
|
+
QDataKey: import_smithy_client._json,
|
|
9608
9698
|
RequestId: import_smithy_client.expectString,
|
|
9609
9699
|
Status: import_smithy_client.expectInt32
|
|
9610
9700
|
});
|
|
@@ -11019,6 +11109,21 @@ var de_UpdateAccountCustomizationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
11019
11109
|
});
|
|
11020
11110
|
return contents;
|
|
11021
11111
|
}, "de_UpdateAccountCustomizationCommand");
|
|
11112
|
+
var de_UpdateAccountCustomPermissionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11113
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11114
|
+
return de_CommandError(output, context);
|
|
11115
|
+
}
|
|
11116
|
+
const contents = (0, import_smithy_client.map)({
|
|
11117
|
+
$metadata: deserializeMetadata(output)
|
|
11118
|
+
});
|
|
11119
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
11120
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
11121
|
+
RequestId: import_smithy_client.expectString,
|
|
11122
|
+
Status: import_smithy_client.expectInt32
|
|
11123
|
+
});
|
|
11124
|
+
Object.assign(contents, doc);
|
|
11125
|
+
return contents;
|
|
11126
|
+
}, "de_UpdateAccountCustomPermissionCommand");
|
|
11022
11127
|
var de_UpdateAccountSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11023
11128
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11024
11129
|
return de_CommandError(output, context);
|
|
@@ -18575,6 +18680,21 @@ var DeleteAccountCustomizationCommand = class extends import_smithy_client.Comma
|
|
|
18575
18680
|
}
|
|
18576
18681
|
};
|
|
18577
18682
|
|
|
18683
|
+
// src/commands/DeleteAccountCustomPermissionCommand.ts
|
|
18684
|
+
|
|
18685
|
+
|
|
18686
|
+
|
|
18687
|
+
var DeleteAccountCustomPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
18688
|
+
return [
|
|
18689
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18690
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
18691
|
+
];
|
|
18692
|
+
}).s("QuickSight_20180401", "DeleteAccountCustomPermission", {}).n("QuickSightClient", "DeleteAccountCustomPermissionCommand").f(void 0, void 0).ser(se_DeleteAccountCustomPermissionCommand).de(de_DeleteAccountCustomPermissionCommand).build() {
|
|
18693
|
+
static {
|
|
18694
|
+
__name(this, "DeleteAccountCustomPermissionCommand");
|
|
18695
|
+
}
|
|
18696
|
+
};
|
|
18697
|
+
|
|
18578
18698
|
// src/commands/DeleteAccountSubscriptionCommand.ts
|
|
18579
18699
|
|
|
18580
18700
|
|
|
@@ -19040,6 +19160,21 @@ var DescribeAccountCustomizationCommand = class extends import_smithy_client.Com
|
|
|
19040
19160
|
}
|
|
19041
19161
|
};
|
|
19042
19162
|
|
|
19163
|
+
// src/commands/DescribeAccountCustomPermissionCommand.ts
|
|
19164
|
+
|
|
19165
|
+
|
|
19166
|
+
|
|
19167
|
+
var DescribeAccountCustomPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
19168
|
+
return [
|
|
19169
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19170
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19171
|
+
];
|
|
19172
|
+
}).s("QuickSight_20180401", "DescribeAccountCustomPermission", {}).n("QuickSightClient", "DescribeAccountCustomPermissionCommand").f(void 0, void 0).ser(se_DescribeAccountCustomPermissionCommand).de(de_DescribeAccountCustomPermissionCommand).build() {
|
|
19173
|
+
static {
|
|
19174
|
+
__name(this, "DescribeAccountCustomPermissionCommand");
|
|
19175
|
+
}
|
|
19176
|
+
};
|
|
19177
|
+
|
|
19043
19178
|
// src/commands/DescribeAccountSettingsCommand.ts
|
|
19044
19179
|
|
|
19045
19180
|
|
|
@@ -20648,6 +20783,21 @@ var UpdateAccountCustomizationCommand = class extends import_smithy_client.Comma
|
|
|
20648
20783
|
}
|
|
20649
20784
|
};
|
|
20650
20785
|
|
|
20786
|
+
// src/commands/UpdateAccountCustomPermissionCommand.ts
|
|
20787
|
+
|
|
20788
|
+
|
|
20789
|
+
|
|
20790
|
+
var UpdateAccountCustomPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20791
|
+
return [
|
|
20792
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20793
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20794
|
+
];
|
|
20795
|
+
}).s("QuickSight_20180401", "UpdateAccountCustomPermission", {}).n("QuickSightClient", "UpdateAccountCustomPermissionCommand").f(void 0, void 0).ser(se_UpdateAccountCustomPermissionCommand).de(de_UpdateAccountCustomPermissionCommand).build() {
|
|
20796
|
+
static {
|
|
20797
|
+
__name(this, "UpdateAccountCustomPermissionCommand");
|
|
20798
|
+
}
|
|
20799
|
+
};
|
|
20800
|
+
|
|
20651
20801
|
// src/commands/UpdateAccountSettingsCommand.ts
|
|
20652
20802
|
|
|
20653
20803
|
|
|
@@ -21323,6 +21473,7 @@ var commands = {
|
|
|
21323
21473
|
CreateTopicRefreshScheduleCommand,
|
|
21324
21474
|
CreateVPCConnectionCommand,
|
|
21325
21475
|
DeleteAccountCustomizationCommand,
|
|
21476
|
+
DeleteAccountCustomPermissionCommand,
|
|
21326
21477
|
DeleteAccountSubscriptionCommand,
|
|
21327
21478
|
DeleteAnalysisCommand,
|
|
21328
21479
|
DeleteBrandCommand,
|
|
@@ -21354,6 +21505,7 @@ var commands = {
|
|
|
21354
21505
|
DeleteUserCustomPermissionCommand,
|
|
21355
21506
|
DeleteVPCConnectionCommand,
|
|
21356
21507
|
DescribeAccountCustomizationCommand,
|
|
21508
|
+
DescribeAccountCustomPermissionCommand,
|
|
21357
21509
|
DescribeAccountSettingsCommand,
|
|
21358
21510
|
DescribeAccountSubscriptionCommand,
|
|
21359
21511
|
DescribeAnalysisCommand,
|
|
@@ -21461,6 +21613,7 @@ var commands = {
|
|
|
21461
21613
|
TagResourceCommand,
|
|
21462
21614
|
UntagResourceCommand,
|
|
21463
21615
|
UpdateAccountCustomizationCommand,
|
|
21616
|
+
UpdateAccountCustomPermissionCommand,
|
|
21464
21617
|
UpdateAccountSettingsCommand,
|
|
21465
21618
|
UpdateAnalysisCommand,
|
|
21466
21619
|
UpdateAnalysisPermissionsCommand,
|
|
@@ -21694,6 +21847,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21694
21847
|
CreateTopicCommand,
|
|
21695
21848
|
CreateTopicRefreshScheduleCommand,
|
|
21696
21849
|
CreateVPCConnectionCommand,
|
|
21850
|
+
DeleteAccountCustomPermissionCommand,
|
|
21697
21851
|
DeleteAccountCustomizationCommand,
|
|
21698
21852
|
DeleteAccountSubscriptionCommand,
|
|
21699
21853
|
DeleteAnalysisCommand,
|
|
@@ -21725,6 +21879,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21725
21879
|
DeleteUserCommand,
|
|
21726
21880
|
DeleteUserCustomPermissionCommand,
|
|
21727
21881
|
DeleteVPCConnectionCommand,
|
|
21882
|
+
DescribeAccountCustomPermissionCommand,
|
|
21728
21883
|
DescribeAccountCustomizationCommand,
|
|
21729
21884
|
DescribeAccountSettingsCommand,
|
|
21730
21885
|
DescribeAccountSubscriptionCommand,
|
|
@@ -21832,6 +21987,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
21832
21987
|
StartDashboardSnapshotJobScheduleCommand,
|
|
21833
21988
|
TagResourceCommand,
|
|
21834
21989
|
UntagResourceCommand,
|
|
21990
|
+
UpdateAccountCustomPermissionCommand,
|
|
21835
21991
|
UpdateAccountCustomizationCommand,
|
|
21836
21992
|
UpdateAccountSettingsCommand,
|
|
21837
21993
|
UpdateAnalysisCommand,
|
|
@@ -22381,6 +22537,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22381
22537
|
Role,
|
|
22382
22538
|
DefaultAggregation,
|
|
22383
22539
|
NamedFilterType,
|
|
22540
|
+
NullFilterType,
|
|
22384
22541
|
NamedFilterAggType,
|
|
22385
22542
|
TopicRelativeDateFilterFunction,
|
|
22386
22543
|
NamedEntityAggType,
|
|
@@ -22428,6 +22585,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22428
22585
|
TopicRangeFilterConstantFilterSensitiveLog,
|
|
22429
22586
|
TopicDateRangeFilterFilterSensitiveLog,
|
|
22430
22587
|
TopicSingularFilterConstantFilterSensitiveLog,
|
|
22588
|
+
TopicNullFilterFilterSensitiveLog,
|
|
22431
22589
|
TopicNumericEqualityFilterFilterSensitiveLog,
|
|
22432
22590
|
TopicNumericRangeFilterFilterSensitiveLog,
|
|
22433
22591
|
TopicRelativeDateFilterFilterSensitiveLog,
|
|
@@ -22445,6 +22603,7 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22445
22603
|
IngestionErrorType,
|
|
22446
22604
|
IngestionRequestSource,
|
|
22447
22605
|
IngestionRequestType,
|
|
22606
|
+
QDataKeyType,
|
|
22448
22607
|
NamespaceErrorType,
|
|
22449
22608
|
PersonalizationMode,
|
|
22450
22609
|
QSearchStatus,
|
|
@@ -22469,8 +22628,6 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22469
22628
|
IncludeQuickSightQIndex,
|
|
22470
22629
|
QAResultType,
|
|
22471
22630
|
PurchaseMode,
|
|
22472
|
-
TopicFilterAttribute,
|
|
22473
|
-
TopicFilterOperator,
|
|
22474
22631
|
DescribeAnalysisResponseFilterSensitiveLog,
|
|
22475
22632
|
DescribeAnalysisDefinitionResponseFilterSensitiveLog,
|
|
22476
22633
|
DescribeAssetBundleExportJobResponseFilterSensitiveLog,
|
|
@@ -22498,6 +22655,8 @@ var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
22498
22655
|
PredictQAResultsRequestFilterSensitiveLog,
|
|
22499
22656
|
QAResultFilterSensitiveLog,
|
|
22500
22657
|
PredictQAResultsResponseFilterSensitiveLog,
|
|
22658
|
+
TopicFilterAttribute,
|
|
22659
|
+
TopicFilterOperator,
|
|
22501
22660
|
StartAssetBundleImportJobRequestFilterSensitiveLog,
|
|
22502
22661
|
SnapshotAnonymousUserFilterSensitiveLog,
|
|
22503
22662
|
SnapshotUserConfigurationFilterSensitiveLog,
|
package/dist-es/QuickSight.js
CHANGED
|
@@ -27,6 +27,7 @@ import { CreateTopicCommand } from "./commands/CreateTopicCommand";
|
|
|
27
27
|
import { CreateTopicRefreshScheduleCommand, } from "./commands/CreateTopicRefreshScheduleCommand";
|
|
28
28
|
import { CreateVPCConnectionCommand, } from "./commands/CreateVPCConnectionCommand";
|
|
29
29
|
import { DeleteAccountCustomizationCommand, } from "./commands/DeleteAccountCustomizationCommand";
|
|
30
|
+
import { DeleteAccountCustomPermissionCommand, } from "./commands/DeleteAccountCustomPermissionCommand";
|
|
30
31
|
import { DeleteAccountSubscriptionCommand, } from "./commands/DeleteAccountSubscriptionCommand";
|
|
31
32
|
import { DeleteAnalysisCommand, } from "./commands/DeleteAnalysisCommand";
|
|
32
33
|
import { DeleteBrandAssignmentCommand, } from "./commands/DeleteBrandAssignmentCommand";
|
|
@@ -58,6 +59,7 @@ import { DeleteUserCommand } from "./commands/DeleteUserCommand";
|
|
|
58
59
|
import { DeleteUserCustomPermissionCommand, } from "./commands/DeleteUserCustomPermissionCommand";
|
|
59
60
|
import { DeleteVPCConnectionCommand, } from "./commands/DeleteVPCConnectionCommand";
|
|
60
61
|
import { DescribeAccountCustomizationCommand, } from "./commands/DescribeAccountCustomizationCommand";
|
|
62
|
+
import { DescribeAccountCustomPermissionCommand, } from "./commands/DescribeAccountCustomPermissionCommand";
|
|
61
63
|
import { DescribeAccountSettingsCommand, } from "./commands/DescribeAccountSettingsCommand";
|
|
62
64
|
import { DescribeAccountSubscriptionCommand, } from "./commands/DescribeAccountSubscriptionCommand";
|
|
63
65
|
import { DescribeAnalysisCommand, } from "./commands/DescribeAnalysisCommand";
|
|
@@ -165,6 +167,7 @@ import { StartDashboardSnapshotJobScheduleCommand, } from "./commands/StartDashb
|
|
|
165
167
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
166
168
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
167
169
|
import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCustomizationCommand";
|
|
170
|
+
import { UpdateAccountCustomPermissionCommand, } from "./commands/UpdateAccountCustomPermissionCommand";
|
|
168
171
|
import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
|
|
169
172
|
import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
|
|
170
173
|
import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
@@ -238,6 +241,7 @@ const commands = {
|
|
|
238
241
|
CreateTopicRefreshScheduleCommand,
|
|
239
242
|
CreateVPCConnectionCommand,
|
|
240
243
|
DeleteAccountCustomizationCommand,
|
|
244
|
+
DeleteAccountCustomPermissionCommand,
|
|
241
245
|
DeleteAccountSubscriptionCommand,
|
|
242
246
|
DeleteAnalysisCommand,
|
|
243
247
|
DeleteBrandCommand,
|
|
@@ -269,6 +273,7 @@ const commands = {
|
|
|
269
273
|
DeleteUserCustomPermissionCommand,
|
|
270
274
|
DeleteVPCConnectionCommand,
|
|
271
275
|
DescribeAccountCustomizationCommand,
|
|
276
|
+
DescribeAccountCustomPermissionCommand,
|
|
272
277
|
DescribeAccountSettingsCommand,
|
|
273
278
|
DescribeAccountSubscriptionCommand,
|
|
274
279
|
DescribeAnalysisCommand,
|
|
@@ -376,6 +381,7 @@ const commands = {
|
|
|
376
381
|
TagResourceCommand,
|
|
377
382
|
UntagResourceCommand,
|
|
378
383
|
UpdateAccountCustomizationCommand,
|
|
384
|
+
UpdateAccountCustomPermissionCommand,
|
|
379
385
|
UpdateAccountSettingsCommand,
|
|
380
386
|
UpdateAnalysisCommand,
|
|
381
387
|
UpdateAnalysisPermissionsCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteAccountCustomPermissionCommand, se_DeleteAccountCustomPermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteAccountCustomPermissionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "DeleteAccountCustomPermission", {})
|
|
17
|
+
.n("QuickSightClient", "DeleteAccountCustomPermissionCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteAccountCustomPermissionCommand)
|
|
20
|
+
.de(de_DeleteAccountCustomPermissionCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeAccountCustomPermissionCommand, se_DescribeAccountCustomPermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeAccountCustomPermissionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "DescribeAccountCustomPermission", {})
|
|
17
|
+
.n("QuickSightClient", "DescribeAccountCustomPermissionCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeAccountCustomPermissionCommand)
|
|
20
|
+
.de(de_DescribeAccountCustomPermissionCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateAccountCustomPermissionCommand, se_UpdateAccountCustomPermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateAccountCustomPermissionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "UpdateAccountCustomPermission", {})
|
|
17
|
+
.n("QuickSightClient", "UpdateAccountCustomPermissionCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateAccountCustomPermissionCommand)
|
|
20
|
+
.de(de_UpdateAccountCustomPermissionCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -25,6 +25,7 @@ export * from "./CreateThemeCommand";
|
|
|
25
25
|
export * from "./CreateTopicCommand";
|
|
26
26
|
export * from "./CreateTopicRefreshScheduleCommand";
|
|
27
27
|
export * from "./CreateVPCConnectionCommand";
|
|
28
|
+
export * from "./DeleteAccountCustomPermissionCommand";
|
|
28
29
|
export * from "./DeleteAccountCustomizationCommand";
|
|
29
30
|
export * from "./DeleteAccountSubscriptionCommand";
|
|
30
31
|
export * from "./DeleteAnalysisCommand";
|
|
@@ -56,6 +57,7 @@ export * from "./DeleteUserByPrincipalIdCommand";
|
|
|
56
57
|
export * from "./DeleteUserCommand";
|
|
57
58
|
export * from "./DeleteUserCustomPermissionCommand";
|
|
58
59
|
export * from "./DeleteVPCConnectionCommand";
|
|
60
|
+
export * from "./DescribeAccountCustomPermissionCommand";
|
|
59
61
|
export * from "./DescribeAccountCustomizationCommand";
|
|
60
62
|
export * from "./DescribeAccountSettingsCommand";
|
|
61
63
|
export * from "./DescribeAccountSubscriptionCommand";
|
|
@@ -163,6 +165,7 @@ export * from "./StartDashboardSnapshotJobCommand";
|
|
|
163
165
|
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
164
166
|
export * from "./TagResourceCommand";
|
|
165
167
|
export * from "./UntagResourceCommand";
|
|
168
|
+
export * from "./UpdateAccountCustomPermissionCommand";
|
|
166
169
|
export * from "./UpdateAccountCustomizationCommand";
|
|
167
170
|
export * from "./UpdateAccountSettingsCommand";
|
|
168
171
|
export * from "./UpdateAnalysisCommand";
|
|
@@ -223,6 +223,8 @@ export var DataSourceParameters;
|
|
|
223
223
|
return visitor.BigQueryParameters(value.BigQueryParameters);
|
|
224
224
|
if (value.ImpalaParameters !== undefined)
|
|
225
225
|
return visitor.ImpalaParameters(value.ImpalaParameters);
|
|
226
|
+
if (value.CustomConnectionParameters !== undefined)
|
|
227
|
+
return visitor.CustomConnectionParameters(value.CustomConnectionParameters);
|
|
226
228
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
227
229
|
};
|
|
228
230
|
})(DataSourceParameters || (DataSourceParameters = {}));
|
|
@@ -293,6 +293,7 @@ export const DataSourceType = {
|
|
|
293
293
|
DATABRICKS: "DATABRICKS",
|
|
294
294
|
EXASOL: "EXASOL",
|
|
295
295
|
GITHUB: "GITHUB",
|
|
296
|
+
GOOGLESHEETS: "GOOGLESHEETS",
|
|
296
297
|
JIRA: "JIRA",
|
|
297
298
|
MARIADB: "MARIADB",
|
|
298
299
|
MYSQL: "MYSQL",
|
|
@@ -406,10 +407,16 @@ export const DefaultAggregation = {
|
|
|
406
407
|
export const NamedFilterType = {
|
|
407
408
|
CATEGORY_FILTER: "CATEGORY_FILTER",
|
|
408
409
|
DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
|
|
410
|
+
NULL_FILTER: "NULL_FILTER",
|
|
409
411
|
NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER",
|
|
410
412
|
NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
|
|
411
413
|
RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",
|
|
412
414
|
};
|
|
415
|
+
export const NullFilterType = {
|
|
416
|
+
ALL_VALUES: "ALL_VALUES",
|
|
417
|
+
NON_NULLS_ONLY: "NON_NULLS_ONLY",
|
|
418
|
+
NULLS_ONLY: "NULLS_ONLY",
|
|
419
|
+
};
|
|
413
420
|
export const NamedFilterAggType = {
|
|
414
421
|
AVERAGE: "AVERAGE",
|
|
415
422
|
COUNT: "COUNT",
|
|
@@ -712,6 +719,10 @@ export const TopicDateRangeFilterFilterSensitiveLog = (obj) => ({
|
|
|
712
719
|
export const TopicSingularFilterConstantFilterSensitiveLog = (obj) => ({
|
|
713
720
|
...obj,
|
|
714
721
|
});
|
|
722
|
+
export const TopicNullFilterFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
...(obj.Constant && { Constant: SENSITIVE_STRING }),
|
|
725
|
+
});
|
|
715
726
|
export const TopicNumericEqualityFilterFilterSensitiveLog = (obj) => ({
|
|
716
727
|
...obj,
|
|
717
728
|
...(obj.Constant && { Constant: SENSITIVE_STRING }),
|
|
@@ -737,6 +748,7 @@ export const TopicFilterFilterSensitiveLog = (obj) => ({
|
|
|
737
748
|
...(obj.RelativeDateFilter && {
|
|
738
749
|
RelativeDateFilter: TopicRelativeDateFilterFilterSensitiveLog(obj.RelativeDateFilter),
|
|
739
750
|
}),
|
|
751
|
+
...(obj.NullFilter && { NullFilter: TopicNullFilterFilterSensitiveLog(obj.NullFilter) }),
|
|
740
752
|
});
|
|
741
753
|
export const DatasetMetadataFilterSensitiveLog = (obj) => ({
|
|
742
754
|
...obj,
|