@aws-sdk/client-quicksight 3.883.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
|
@@ -35,8 +35,12 @@ import {
|
|
|
35
35
|
DashboardVersionDefinition,
|
|
36
36
|
DataSetImportMode,
|
|
37
37
|
DatasetParameter,
|
|
38
|
+
DataSetSearchFilter,
|
|
39
|
+
DataSetSummary,
|
|
38
40
|
DataSetUsageConfiguration,
|
|
39
41
|
DataSourceCredentials,
|
|
42
|
+
DataSourceSearchFilter,
|
|
43
|
+
DataSourceSummary,
|
|
40
44
|
FieldFolder,
|
|
41
45
|
Group,
|
|
42
46
|
LinkSharingConfiguration,
|
|
@@ -61,6 +65,9 @@ import {
|
|
|
61
65
|
} from "./models_3";
|
|
62
66
|
import {
|
|
63
67
|
FailedKeyRegistrationEntry,
|
|
68
|
+
FolderSearchFilter,
|
|
69
|
+
FolderSummary,
|
|
70
|
+
GroupSearchFilter,
|
|
64
71
|
IncludeFolderMembers,
|
|
65
72
|
PersonalizationMode,
|
|
66
73
|
PurchaseMode,
|
|
@@ -68,11 +75,81 @@ import {
|
|
|
68
75
|
RegisteredCustomerManagedKey,
|
|
69
76
|
SessionTag,
|
|
70
77
|
SnapshotConfiguration,
|
|
71
|
-
TopicSearchFilter,
|
|
72
78
|
TopicSummary,
|
|
73
79
|
User,
|
|
74
80
|
UserRole,
|
|
75
81
|
} from "./models_4";
|
|
82
|
+
export interface SearchDataSetsRequest {
|
|
83
|
+
AwsAccountId: string | undefined;
|
|
84
|
+
Filters: DataSetSearchFilter[] | undefined;
|
|
85
|
+
NextToken?: string | undefined;
|
|
86
|
+
MaxResults?: number | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface SearchDataSetsResponse {
|
|
89
|
+
DataSetSummaries?: DataSetSummary[] | undefined;
|
|
90
|
+
NextToken?: string | undefined;
|
|
91
|
+
Status?: number | undefined;
|
|
92
|
+
RequestId?: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface SearchDataSourcesRequest {
|
|
95
|
+
AwsAccountId: string | undefined;
|
|
96
|
+
Filters: DataSourceSearchFilter[] | undefined;
|
|
97
|
+
NextToken?: string | undefined;
|
|
98
|
+
MaxResults?: number | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface SearchDataSourcesResponse {
|
|
101
|
+
DataSourceSummaries?: DataSourceSummary[] | undefined;
|
|
102
|
+
NextToken?: string | undefined;
|
|
103
|
+
Status?: number | undefined;
|
|
104
|
+
RequestId?: string | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface SearchFoldersRequest {
|
|
107
|
+
AwsAccountId: string | undefined;
|
|
108
|
+
Filters: FolderSearchFilter[] | undefined;
|
|
109
|
+
NextToken?: string | undefined;
|
|
110
|
+
MaxResults?: number | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface SearchFoldersResponse {
|
|
113
|
+
Status?: number | undefined;
|
|
114
|
+
FolderSummaryList?: FolderSummary[] | undefined;
|
|
115
|
+
NextToken?: string | undefined;
|
|
116
|
+
RequestId?: string | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface SearchGroupsRequest {
|
|
119
|
+
AwsAccountId: string | undefined;
|
|
120
|
+
NextToken?: string | undefined;
|
|
121
|
+
MaxResults?: number | undefined;
|
|
122
|
+
Namespace: string | undefined;
|
|
123
|
+
Filters: GroupSearchFilter[] | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface SearchGroupsResponse {
|
|
126
|
+
GroupList?: Group[] | undefined;
|
|
127
|
+
NextToken?: string | undefined;
|
|
128
|
+
RequestId?: string | undefined;
|
|
129
|
+
Status?: number | undefined;
|
|
130
|
+
}
|
|
131
|
+
export declare const TopicFilterAttribute: {
|
|
132
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
133
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
134
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
135
|
+
readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
|
|
136
|
+
readonly QUICKSIGHT_USER: "QUICKSIGHT_USER";
|
|
137
|
+
readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
138
|
+
readonly TOPIC_NAME: "TOPIC_NAME";
|
|
139
|
+
};
|
|
140
|
+
export type TopicFilterAttribute =
|
|
141
|
+
(typeof TopicFilterAttribute)[keyof typeof TopicFilterAttribute];
|
|
142
|
+
export declare const TopicFilterOperator: {
|
|
143
|
+
readonly StringEquals: "StringEquals";
|
|
144
|
+
readonly StringLike: "StringLike";
|
|
145
|
+
};
|
|
146
|
+
export type TopicFilterOperator =
|
|
147
|
+
(typeof TopicFilterOperator)[keyof typeof TopicFilterOperator];
|
|
148
|
+
export interface TopicSearchFilter {
|
|
149
|
+
Operator: TopicFilterOperator | undefined;
|
|
150
|
+
Name: TopicFilterAttribute | undefined;
|
|
151
|
+
Value: string | undefined;
|
|
152
|
+
}
|
|
76
153
|
export interface SearchTopicsRequest {
|
|
77
154
|
AwsAccountId: string | undefined;
|
|
78
155
|
Filters: TopicSearchFilter[] | undefined;
|
|
@@ -181,6 +258,14 @@ export interface UpdateAccountCustomizationResponse {
|
|
|
181
258
|
RequestId?: string | undefined;
|
|
182
259
|
Status?: number | undefined;
|
|
183
260
|
}
|
|
261
|
+
export interface UpdateAccountCustomPermissionRequest {
|
|
262
|
+
CustomPermissionsName: string | undefined;
|
|
263
|
+
AwsAccountId: string | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface UpdateAccountCustomPermissionResponse {
|
|
266
|
+
RequestId?: string | undefined;
|
|
267
|
+
Status?: number | undefined;
|
|
268
|
+
}
|
|
184
269
|
export interface UpdateAccountSettingsRequest {
|
|
185
270
|
AwsAccountId: string | undefined;
|
|
186
271
|
DefaultNamespace: string | undefined;
|
|
@@ -115,6 +115,10 @@ import {
|
|
|
115
115
|
DeleteAccountCustomizationCommandInput,
|
|
116
116
|
DeleteAccountCustomizationCommandOutput,
|
|
117
117
|
} from "../commands/DeleteAccountCustomizationCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteAccountCustomPermissionCommandInput,
|
|
120
|
+
DeleteAccountCustomPermissionCommandOutput,
|
|
121
|
+
} from "../commands/DeleteAccountCustomPermissionCommand";
|
|
118
122
|
import {
|
|
119
123
|
DeleteAccountSubscriptionCommandInput,
|
|
120
124
|
DeleteAccountSubscriptionCommandOutput,
|
|
@@ -239,6 +243,10 @@ import {
|
|
|
239
243
|
DescribeAccountCustomizationCommandInput,
|
|
240
244
|
DescribeAccountCustomizationCommandOutput,
|
|
241
245
|
} from "../commands/DescribeAccountCustomizationCommand";
|
|
246
|
+
import {
|
|
247
|
+
DescribeAccountCustomPermissionCommandInput,
|
|
248
|
+
DescribeAccountCustomPermissionCommandOutput,
|
|
249
|
+
} from "../commands/DescribeAccountCustomPermissionCommand";
|
|
242
250
|
import {
|
|
243
251
|
DescribeAccountSettingsCommandInput,
|
|
244
252
|
DescribeAccountSettingsCommandOutput,
|
|
@@ -667,6 +675,10 @@ import {
|
|
|
667
675
|
UpdateAccountCustomizationCommandInput,
|
|
668
676
|
UpdateAccountCustomizationCommandOutput,
|
|
669
677
|
} from "../commands/UpdateAccountCustomizationCommand";
|
|
678
|
+
import {
|
|
679
|
+
UpdateAccountCustomPermissionCommandInput,
|
|
680
|
+
UpdateAccountCustomPermissionCommandOutput,
|
|
681
|
+
} from "../commands/UpdateAccountCustomPermissionCommand";
|
|
670
682
|
import {
|
|
671
683
|
UpdateAccountSettingsCommandInput,
|
|
672
684
|
UpdateAccountSettingsCommandOutput,
|
|
@@ -951,6 +963,10 @@ export declare const se_DeleteAccountCustomizationCommand: (
|
|
|
951
963
|
input: DeleteAccountCustomizationCommandInput,
|
|
952
964
|
context: __SerdeContext
|
|
953
965
|
) => Promise<__HttpRequest>;
|
|
966
|
+
export declare const se_DeleteAccountCustomPermissionCommand: (
|
|
967
|
+
input: DeleteAccountCustomPermissionCommandInput,
|
|
968
|
+
context: __SerdeContext
|
|
969
|
+
) => Promise<__HttpRequest>;
|
|
954
970
|
export declare const se_DeleteAccountSubscriptionCommand: (
|
|
955
971
|
input: DeleteAccountSubscriptionCommandInput,
|
|
956
972
|
context: __SerdeContext
|
|
@@ -1075,6 +1091,10 @@ export declare const se_DescribeAccountCustomizationCommand: (
|
|
|
1075
1091
|
input: DescribeAccountCustomizationCommandInput,
|
|
1076
1092
|
context: __SerdeContext
|
|
1077
1093
|
) => Promise<__HttpRequest>;
|
|
1094
|
+
export declare const se_DescribeAccountCustomPermissionCommand: (
|
|
1095
|
+
input: DescribeAccountCustomPermissionCommandInput,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<__HttpRequest>;
|
|
1078
1098
|
export declare const se_DescribeAccountSettingsCommand: (
|
|
1079
1099
|
input: DescribeAccountSettingsCommandInput,
|
|
1080
1100
|
context: __SerdeContext
|
|
@@ -1503,6 +1523,10 @@ export declare const se_UpdateAccountCustomizationCommand: (
|
|
|
1503
1523
|
input: UpdateAccountCustomizationCommandInput,
|
|
1504
1524
|
context: __SerdeContext
|
|
1505
1525
|
) => Promise<__HttpRequest>;
|
|
1526
|
+
export declare const se_UpdateAccountCustomPermissionCommand: (
|
|
1527
|
+
input: UpdateAccountCustomPermissionCommandInput,
|
|
1528
|
+
context: __SerdeContext
|
|
1529
|
+
) => Promise<__HttpRequest>;
|
|
1506
1530
|
export declare const se_UpdateAccountSettingsCommand: (
|
|
1507
1531
|
input: UpdateAccountSettingsCommandInput,
|
|
1508
1532
|
context: __SerdeContext
|
|
@@ -1787,6 +1811,10 @@ export declare const de_DeleteAccountCustomizationCommand: (
|
|
|
1787
1811
|
output: __HttpResponse,
|
|
1788
1812
|
context: __SerdeContext
|
|
1789
1813
|
) => Promise<DeleteAccountCustomizationCommandOutput>;
|
|
1814
|
+
export declare const de_DeleteAccountCustomPermissionCommand: (
|
|
1815
|
+
output: __HttpResponse,
|
|
1816
|
+
context: __SerdeContext
|
|
1817
|
+
) => Promise<DeleteAccountCustomPermissionCommandOutput>;
|
|
1790
1818
|
export declare const de_DeleteAccountSubscriptionCommand: (
|
|
1791
1819
|
output: __HttpResponse,
|
|
1792
1820
|
context: __SerdeContext
|
|
@@ -1911,6 +1939,10 @@ export declare const de_DescribeAccountCustomizationCommand: (
|
|
|
1911
1939
|
output: __HttpResponse,
|
|
1912
1940
|
context: __SerdeContext
|
|
1913
1941
|
) => Promise<DescribeAccountCustomizationCommandOutput>;
|
|
1942
|
+
export declare const de_DescribeAccountCustomPermissionCommand: (
|
|
1943
|
+
output: __HttpResponse,
|
|
1944
|
+
context: __SerdeContext
|
|
1945
|
+
) => Promise<DescribeAccountCustomPermissionCommandOutput>;
|
|
1914
1946
|
export declare const de_DescribeAccountSettingsCommand: (
|
|
1915
1947
|
output: __HttpResponse,
|
|
1916
1948
|
context: __SerdeContext
|
|
@@ -2339,6 +2371,10 @@ export declare const de_UpdateAccountCustomizationCommand: (
|
|
|
2339
2371
|
output: __HttpResponse,
|
|
2340
2372
|
context: __SerdeContext
|
|
2341
2373
|
) => Promise<UpdateAccountCustomizationCommandOutput>;
|
|
2374
|
+
export declare const de_UpdateAccountCustomPermissionCommand: (
|
|
2375
|
+
output: __HttpResponse,
|
|
2376
|
+
context: __SerdeContext
|
|
2377
|
+
) => Promise<UpdateAccountCustomPermissionCommandOutput>;
|
|
2342
2378
|
export declare const de_UpdateAccountSettingsCommand: (
|
|
2343
2379
|
output: __HttpResponse,
|
|
2344
2380
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.887.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.1
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.
|
|
37
|
-
"@smithy/hash-node": "^4.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1
|
|
41
|
-
"@smithy/middleware-retry": "^4.1
|
|
42
|
-
"@smithy/middleware-serde": "^4.
|
|
43
|
-
"@smithy/middleware-stack": "^4.
|
|
44
|
-
"@smithy/node-config-provider": "^4.1
|
|
45
|
-
"@smithy/node-http-handler": "^4.
|
|
46
|
-
"@smithy/protocol-http": "^5.1
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.
|
|
50
|
-
"@smithy/util-base64": "^4.
|
|
51
|
-
"@smithy/util-body-length-browser": "^4.
|
|
52
|
-
"@smithy/util-body-length-node": "^4.
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.
|
|
55
|
-
"@smithy/util-endpoints": "^3.
|
|
56
|
-
"@smithy/util-middleware": "^4.
|
|
57
|
-
"@smithy/util-retry": "^4.
|
|
58
|
-
"@smithy/util-utf8": "^4.
|
|
23
|
+
"@aws-sdk/core": "3.887.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.887.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.887.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.887.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.887.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.887.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.887.0",
|
|
30
|
+
"@aws-sdk/types": "3.887.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.887.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.887.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.1",
|
|
35
|
+
"@smithy/core": "^3.11.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
|
+
"@smithy/hash-node": "^4.1.1",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.1",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.1",
|
|
42
|
+
"@smithy/middleware-serde": "^4.1.1",
|
|
43
|
+
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
+
"@smithy/node-config-provider": "^4.2.1",
|
|
45
|
+
"@smithy/node-http-handler": "^4.2.1",
|
|
46
|
+
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
+
"@smithy/smithy-client": "^4.6.1",
|
|
48
|
+
"@smithy/types": "^4.5.0",
|
|
49
|
+
"@smithy/url-parser": "^4.1.1",
|
|
50
|
+
"@smithy/util-base64": "^4.1.0",
|
|
51
|
+
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
|
+
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.1",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.1",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.1",
|
|
56
|
+
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
+
"@smithy/util-retry": "^4.1.1",
|
|
58
|
+
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|