@aws-sdk/client-quicksight 3.693.0 → 3.699.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 +1697 -691
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +136 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +139 -33
- package/dist-es/models/models_5.js +33 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +787 -6
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- 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/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.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/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.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 +434 -5
- 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 +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.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/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4412 -4505
- package/dist-types/models/models_3.d.ts +4167 -4334
- package/dist-types/models/models_4.d.ts +3983 -3777
- package/dist-types/models/models_5.d.ts +1726 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +427 -418
- package/dist-types/ts3.4/models/models_3.d.ts +435 -488
- package/dist-types/ts3.4/models/models_4.d.ts +1184 -1046
- package/dist-types/ts3.4/models/models_5.d.ts +422 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -0,0 +1,422 @@
|
|
|
1
|
+
import { ResourceStatus } from "./models_0";
|
|
2
|
+
import {
|
|
3
|
+
AssignmentStatus,
|
|
4
|
+
DataSourceParameters,
|
|
5
|
+
ServiceType,
|
|
6
|
+
SslProperties,
|
|
7
|
+
TopicIR,
|
|
8
|
+
TopicTemplate,
|
|
9
|
+
VisualRole,
|
|
10
|
+
VpcConnectionProperties,
|
|
11
|
+
} from "./models_2";
|
|
12
|
+
import {
|
|
13
|
+
DataSourceCredentials,
|
|
14
|
+
Group,
|
|
15
|
+
RefreshSchedule,
|
|
16
|
+
ResourcePermission,
|
|
17
|
+
Role,
|
|
18
|
+
TemplateAlias,
|
|
19
|
+
TemplateSourceEntity,
|
|
20
|
+
TemplateVersionDefinition,
|
|
21
|
+
ThemeAlias,
|
|
22
|
+
ThemeConfiguration,
|
|
23
|
+
TopicDetails,
|
|
24
|
+
TopicRefreshSchedule,
|
|
25
|
+
ValidationStrategy,
|
|
26
|
+
VPCConnectionAvailabilityStatus,
|
|
27
|
+
VPCConnectionResourceStatus,
|
|
28
|
+
} from "./models_3";
|
|
29
|
+
import {
|
|
30
|
+
FailedKeyRegistrationEntry,
|
|
31
|
+
PersonalizationMode,
|
|
32
|
+
PurchaseMode,
|
|
33
|
+
RegisteredCustomerManagedKey,
|
|
34
|
+
User,
|
|
35
|
+
UserRole,
|
|
36
|
+
} from "./models_4";
|
|
37
|
+
export interface UpdateDataSetPermissionsResponse {
|
|
38
|
+
DataSetArn?: string | undefined;
|
|
39
|
+
DataSetId?: string | undefined;
|
|
40
|
+
RequestId?: string | undefined;
|
|
41
|
+
Status?: number | undefined;
|
|
42
|
+
}
|
|
43
|
+
export interface UpdateDataSourceRequest {
|
|
44
|
+
AwsAccountId: string | undefined;
|
|
45
|
+
DataSourceId: string | undefined;
|
|
46
|
+
Name: string | undefined;
|
|
47
|
+
DataSourceParameters?: DataSourceParameters | undefined;
|
|
48
|
+
Credentials?: DataSourceCredentials | undefined;
|
|
49
|
+
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
50
|
+
SslProperties?: SslProperties | undefined;
|
|
51
|
+
}
|
|
52
|
+
export interface UpdateDataSourceResponse {
|
|
53
|
+
Arn?: string | undefined;
|
|
54
|
+
DataSourceId?: string | undefined;
|
|
55
|
+
UpdateStatus?: ResourceStatus | undefined;
|
|
56
|
+
RequestId?: string | undefined;
|
|
57
|
+
Status?: number | undefined;
|
|
58
|
+
}
|
|
59
|
+
export interface UpdateDataSourcePermissionsRequest {
|
|
60
|
+
AwsAccountId: string | undefined;
|
|
61
|
+
DataSourceId: string | undefined;
|
|
62
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
63
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface UpdateDataSourcePermissionsResponse {
|
|
66
|
+
DataSourceArn?: string | undefined;
|
|
67
|
+
DataSourceId?: string | undefined;
|
|
68
|
+
RequestId?: string | undefined;
|
|
69
|
+
Status?: number | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface UpdateFolderRequest {
|
|
72
|
+
AwsAccountId: string | undefined;
|
|
73
|
+
FolderId: string | undefined;
|
|
74
|
+
Name: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
export interface UpdateFolderResponse {
|
|
77
|
+
Status?: number | undefined;
|
|
78
|
+
Arn?: string | undefined;
|
|
79
|
+
FolderId?: string | undefined;
|
|
80
|
+
RequestId?: string | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface UpdateFolderPermissionsRequest {
|
|
83
|
+
AwsAccountId: string | undefined;
|
|
84
|
+
FolderId: string | undefined;
|
|
85
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
86
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface UpdateFolderPermissionsResponse {
|
|
89
|
+
Status?: number | undefined;
|
|
90
|
+
Arn?: string | undefined;
|
|
91
|
+
FolderId?: string | undefined;
|
|
92
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
93
|
+
RequestId?: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface UpdateGroupRequest {
|
|
96
|
+
GroupName: string | undefined;
|
|
97
|
+
Description?: string | undefined;
|
|
98
|
+
AwsAccountId: string | undefined;
|
|
99
|
+
Namespace: string | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface UpdateGroupResponse {
|
|
102
|
+
Group?: Group | undefined;
|
|
103
|
+
RequestId?: string | undefined;
|
|
104
|
+
Status?: number | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface UpdateIAMPolicyAssignmentRequest {
|
|
107
|
+
AwsAccountId: string | undefined;
|
|
108
|
+
AssignmentName: string | undefined;
|
|
109
|
+
Namespace: string | undefined;
|
|
110
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
111
|
+
PolicyArn?: string | undefined;
|
|
112
|
+
Identities?: Record<string, string[]> | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface UpdateIAMPolicyAssignmentResponse {
|
|
115
|
+
AssignmentName?: string | undefined;
|
|
116
|
+
AssignmentId?: string | undefined;
|
|
117
|
+
PolicyArn?: string | undefined;
|
|
118
|
+
Identities?: Record<string, string[]> | undefined;
|
|
119
|
+
AssignmentStatus?: AssignmentStatus | undefined;
|
|
120
|
+
RequestId?: string | undefined;
|
|
121
|
+
Status?: number | undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface UpdateIdentityPropagationConfigRequest {
|
|
124
|
+
AwsAccountId: string | undefined;
|
|
125
|
+
Service: ServiceType | undefined;
|
|
126
|
+
AuthorizedTargets?: string[] | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface UpdateIdentityPropagationConfigResponse {
|
|
129
|
+
RequestId?: string | undefined;
|
|
130
|
+
Status?: number | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface UpdateIpRestrictionRequest {
|
|
133
|
+
AwsAccountId: string | undefined;
|
|
134
|
+
IpRestrictionRuleMap?: Record<string, string> | undefined;
|
|
135
|
+
VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
136
|
+
VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
|
|
137
|
+
Enabled?: boolean | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface UpdateIpRestrictionResponse {
|
|
140
|
+
AwsAccountId?: string | undefined;
|
|
141
|
+
RequestId?: string | undefined;
|
|
142
|
+
Status?: number | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface UpdateKeyRegistrationRequest {
|
|
145
|
+
AwsAccountId: string | undefined;
|
|
146
|
+
KeyRegistration: RegisteredCustomerManagedKey[] | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface SuccessfulKeyRegistrationEntry {
|
|
149
|
+
KeyArn: string | undefined;
|
|
150
|
+
StatusCode: number | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface UpdateKeyRegistrationResponse {
|
|
153
|
+
FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
|
|
154
|
+
SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
|
|
155
|
+
RequestId?: string | undefined;
|
|
156
|
+
}
|
|
157
|
+
export interface UpdatePublicSharingSettingsRequest {
|
|
158
|
+
AwsAccountId: string | undefined;
|
|
159
|
+
PublicSharingEnabled?: boolean | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface UpdatePublicSharingSettingsResponse {
|
|
162
|
+
RequestId?: string | undefined;
|
|
163
|
+
Status?: number | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface UpdateQPersonalizationConfigurationRequest {
|
|
166
|
+
AwsAccountId: string | undefined;
|
|
167
|
+
PersonalizationMode: PersonalizationMode | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface UpdateQPersonalizationConfigurationResponse {
|
|
170
|
+
PersonalizationMode?: PersonalizationMode | undefined;
|
|
171
|
+
RequestId?: string | undefined;
|
|
172
|
+
Status?: number | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface UpdateRefreshScheduleRequest {
|
|
175
|
+
DataSetId: string | undefined;
|
|
176
|
+
AwsAccountId: string | undefined;
|
|
177
|
+
Schedule: RefreshSchedule | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface UpdateRefreshScheduleResponse {
|
|
180
|
+
Status?: number | undefined;
|
|
181
|
+
RequestId?: string | undefined;
|
|
182
|
+
ScheduleId?: string | undefined;
|
|
183
|
+
Arn?: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface UpdateRoleCustomPermissionRequest {
|
|
186
|
+
CustomPermissionsName: string | undefined;
|
|
187
|
+
Role: Role | undefined;
|
|
188
|
+
AwsAccountId: string | undefined;
|
|
189
|
+
Namespace: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface UpdateRoleCustomPermissionResponse {
|
|
192
|
+
RequestId?: string | undefined;
|
|
193
|
+
Status?: number | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface UpdateSPICECapacityConfigurationRequest {
|
|
196
|
+
AwsAccountId: string | undefined;
|
|
197
|
+
PurchaseMode: PurchaseMode | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface UpdateSPICECapacityConfigurationResponse {
|
|
200
|
+
RequestId?: string | undefined;
|
|
201
|
+
Status?: number | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface UpdateTemplateRequest {
|
|
204
|
+
AwsAccountId: string | undefined;
|
|
205
|
+
TemplateId: string | undefined;
|
|
206
|
+
SourceEntity?: TemplateSourceEntity | undefined;
|
|
207
|
+
VersionDescription?: string | undefined;
|
|
208
|
+
Name?: string | undefined;
|
|
209
|
+
Definition?: TemplateVersionDefinition | undefined;
|
|
210
|
+
ValidationStrategy?: ValidationStrategy | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface UpdateTemplateResponse {
|
|
213
|
+
TemplateId?: string | undefined;
|
|
214
|
+
Arn?: string | undefined;
|
|
215
|
+
VersionArn?: string | undefined;
|
|
216
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
217
|
+
Status?: number | undefined;
|
|
218
|
+
RequestId?: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface UpdateTemplateAliasRequest {
|
|
221
|
+
AwsAccountId: string | undefined;
|
|
222
|
+
TemplateId: string | undefined;
|
|
223
|
+
AliasName: string | undefined;
|
|
224
|
+
TemplateVersionNumber: number | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface UpdateTemplateAliasResponse {
|
|
227
|
+
TemplateAlias?: TemplateAlias | undefined;
|
|
228
|
+
Status?: number | undefined;
|
|
229
|
+
RequestId?: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface UpdateTemplatePermissionsRequest {
|
|
232
|
+
AwsAccountId: string | undefined;
|
|
233
|
+
TemplateId: string | undefined;
|
|
234
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
235
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface UpdateTemplatePermissionsResponse {
|
|
238
|
+
TemplateId?: string | undefined;
|
|
239
|
+
TemplateArn?: string | undefined;
|
|
240
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
241
|
+
RequestId?: string | undefined;
|
|
242
|
+
Status?: number | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface UpdateThemeRequest {
|
|
245
|
+
AwsAccountId: string | undefined;
|
|
246
|
+
ThemeId: string | undefined;
|
|
247
|
+
Name?: string | undefined;
|
|
248
|
+
BaseThemeId: string | undefined;
|
|
249
|
+
VersionDescription?: string | undefined;
|
|
250
|
+
Configuration?: ThemeConfiguration | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface UpdateThemeResponse {
|
|
253
|
+
ThemeId?: string | undefined;
|
|
254
|
+
Arn?: string | undefined;
|
|
255
|
+
VersionArn?: string | undefined;
|
|
256
|
+
CreationStatus?: ResourceStatus | undefined;
|
|
257
|
+
Status?: number | undefined;
|
|
258
|
+
RequestId?: string | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface UpdateThemeAliasRequest {
|
|
261
|
+
AwsAccountId: string | undefined;
|
|
262
|
+
ThemeId: string | undefined;
|
|
263
|
+
AliasName: string | undefined;
|
|
264
|
+
ThemeVersionNumber: number | undefined;
|
|
265
|
+
}
|
|
266
|
+
export interface UpdateThemeAliasResponse {
|
|
267
|
+
ThemeAlias?: ThemeAlias | undefined;
|
|
268
|
+
Status?: number | undefined;
|
|
269
|
+
RequestId?: string | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface UpdateThemePermissionsRequest {
|
|
272
|
+
AwsAccountId: string | undefined;
|
|
273
|
+
ThemeId: string | undefined;
|
|
274
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
275
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
276
|
+
}
|
|
277
|
+
export interface UpdateThemePermissionsResponse {
|
|
278
|
+
ThemeId?: string | undefined;
|
|
279
|
+
ThemeArn?: string | undefined;
|
|
280
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
281
|
+
RequestId?: string | undefined;
|
|
282
|
+
Status?: number | undefined;
|
|
283
|
+
}
|
|
284
|
+
export interface UpdateTopicRequest {
|
|
285
|
+
AwsAccountId: string | undefined;
|
|
286
|
+
TopicId: string | undefined;
|
|
287
|
+
Topic: TopicDetails | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface UpdateTopicResponse {
|
|
290
|
+
TopicId?: string | undefined;
|
|
291
|
+
Arn?: string | undefined;
|
|
292
|
+
RefreshArn?: string | undefined;
|
|
293
|
+
RequestId?: string | undefined;
|
|
294
|
+
Status?: number | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface UpdateTopicPermissionsRequest {
|
|
297
|
+
AwsAccountId: string | undefined;
|
|
298
|
+
TopicId: string | undefined;
|
|
299
|
+
GrantPermissions?: ResourcePermission[] | undefined;
|
|
300
|
+
RevokePermissions?: ResourcePermission[] | undefined;
|
|
301
|
+
}
|
|
302
|
+
export interface UpdateTopicPermissionsResponse {
|
|
303
|
+
TopicId?: string | undefined;
|
|
304
|
+
TopicArn?: string | undefined;
|
|
305
|
+
Permissions?: ResourcePermission[] | undefined;
|
|
306
|
+
Status?: number | undefined;
|
|
307
|
+
RequestId?: string | undefined;
|
|
308
|
+
}
|
|
309
|
+
export interface UpdateTopicRefreshScheduleRequest {
|
|
310
|
+
AwsAccountId: string | undefined;
|
|
311
|
+
TopicId: string | undefined;
|
|
312
|
+
DatasetId: string | undefined;
|
|
313
|
+
RefreshSchedule: TopicRefreshSchedule | undefined;
|
|
314
|
+
}
|
|
315
|
+
export interface UpdateTopicRefreshScheduleResponse {
|
|
316
|
+
TopicId?: string | undefined;
|
|
317
|
+
TopicArn?: string | undefined;
|
|
318
|
+
DatasetArn?: string | undefined;
|
|
319
|
+
Status?: number | undefined;
|
|
320
|
+
RequestId?: string | undefined;
|
|
321
|
+
}
|
|
322
|
+
export interface UpdateUserRequest {
|
|
323
|
+
UserName: string | undefined;
|
|
324
|
+
AwsAccountId: string | undefined;
|
|
325
|
+
Namespace: string | undefined;
|
|
326
|
+
Email: string | undefined;
|
|
327
|
+
Role: UserRole | undefined;
|
|
328
|
+
CustomPermissionsName?: string | undefined;
|
|
329
|
+
UnapplyCustomPermissions?: boolean | undefined;
|
|
330
|
+
ExternalLoginFederationProviderType?: string | undefined;
|
|
331
|
+
CustomFederationProviderUrl?: string | undefined;
|
|
332
|
+
ExternalLoginId?: string | undefined;
|
|
333
|
+
}
|
|
334
|
+
export interface UpdateUserResponse {
|
|
335
|
+
User?: User | undefined;
|
|
336
|
+
RequestId?: string | undefined;
|
|
337
|
+
Status?: number | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface UpdateUserCustomPermissionRequest {
|
|
340
|
+
UserName: string | undefined;
|
|
341
|
+
AwsAccountId: string | undefined;
|
|
342
|
+
Namespace: string | undefined;
|
|
343
|
+
CustomPermissionsName: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface UpdateUserCustomPermissionResponse {
|
|
346
|
+
RequestId?: string | undefined;
|
|
347
|
+
Status?: number | undefined;
|
|
348
|
+
}
|
|
349
|
+
export interface UpdateVPCConnectionRequest {
|
|
350
|
+
AwsAccountId: string | undefined;
|
|
351
|
+
VPCConnectionId: string | undefined;
|
|
352
|
+
Name: string | undefined;
|
|
353
|
+
SubnetIds: string[] | undefined;
|
|
354
|
+
SecurityGroupIds: string[] | undefined;
|
|
355
|
+
DnsResolvers?: string[] | undefined;
|
|
356
|
+
RoleArn: string | undefined;
|
|
357
|
+
}
|
|
358
|
+
export interface UpdateVPCConnectionResponse {
|
|
359
|
+
Arn?: string | undefined;
|
|
360
|
+
VPCConnectionId?: string | undefined;
|
|
361
|
+
UpdateStatus?: VPCConnectionResourceStatus | undefined;
|
|
362
|
+
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
363
|
+
RequestId?: string | undefined;
|
|
364
|
+
Status?: number | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface TopicVisual {
|
|
367
|
+
VisualId?: string | undefined;
|
|
368
|
+
Role?: VisualRole | undefined;
|
|
369
|
+
Ir?: TopicIR | undefined;
|
|
370
|
+
SupportingVisuals?: TopicVisual[] | undefined;
|
|
371
|
+
}
|
|
372
|
+
export interface CreateTopicReviewedAnswer {
|
|
373
|
+
AnswerId: string | undefined;
|
|
374
|
+
DatasetArn: string | undefined;
|
|
375
|
+
Question: string | undefined;
|
|
376
|
+
Mir?: TopicIR | undefined;
|
|
377
|
+
PrimaryVisual?: TopicVisual | undefined;
|
|
378
|
+
Template?: TopicTemplate | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface TopicReviewedAnswer {
|
|
381
|
+
Arn?: string | undefined;
|
|
382
|
+
AnswerId: string | undefined;
|
|
383
|
+
DatasetArn: string | undefined;
|
|
384
|
+
Question: string | undefined;
|
|
385
|
+
Mir?: TopicIR | undefined;
|
|
386
|
+
PrimaryVisual?: TopicVisual | undefined;
|
|
387
|
+
Template?: TopicTemplate | undefined;
|
|
388
|
+
}
|
|
389
|
+
export interface BatchCreateTopicReviewedAnswerRequest {
|
|
390
|
+
AwsAccountId: string | undefined;
|
|
391
|
+
TopicId: string | undefined;
|
|
392
|
+
Answers: CreateTopicReviewedAnswer[] | undefined;
|
|
393
|
+
}
|
|
394
|
+
export interface ListTopicReviewedAnswersResponse {
|
|
395
|
+
TopicId?: string | undefined;
|
|
396
|
+
TopicArn?: string | undefined;
|
|
397
|
+
Answers?: TopicReviewedAnswer[] | undefined;
|
|
398
|
+
Status?: number | undefined;
|
|
399
|
+
RequestId?: string | undefined;
|
|
400
|
+
}
|
|
401
|
+
export declare const UpdateDataSourceRequestFilterSensitiveLog: (
|
|
402
|
+
obj: UpdateDataSourceRequest
|
|
403
|
+
) => any;
|
|
404
|
+
export declare const UpdateTemplateRequestFilterSensitiveLog: (
|
|
405
|
+
obj: UpdateTemplateRequest
|
|
406
|
+
) => any;
|
|
407
|
+
export declare const UpdateTopicRequestFilterSensitiveLog: (
|
|
408
|
+
obj: UpdateTopicRequest
|
|
409
|
+
) => any;
|
|
410
|
+
export declare const TopicVisualFilterSensitiveLog: (obj: TopicVisual) => any;
|
|
411
|
+
export declare const CreateTopicReviewedAnswerFilterSensitiveLog: (
|
|
412
|
+
obj: CreateTopicReviewedAnswer
|
|
413
|
+
) => any;
|
|
414
|
+
export declare const TopicReviewedAnswerFilterSensitiveLog: (
|
|
415
|
+
obj: TopicReviewedAnswer
|
|
416
|
+
) => any;
|
|
417
|
+
export declare const BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog: (
|
|
418
|
+
obj: BatchCreateTopicReviewedAnswerRequest
|
|
419
|
+
) => any;
|
|
420
|
+
export declare const ListTopicReviewedAnswersResponseFilterSensitiveLog: (
|
|
421
|
+
obj: ListTopicReviewedAnswersResponse
|
|
422
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchTopicsCommandInput,
|
|
4
|
+
SearchTopicsCommandOutput,
|
|
5
|
+
} from "../commands/SearchTopicsCommand";
|
|
6
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateSearchTopics: (
|
|
8
|
+
config: QuickSightPaginationConfiguration,
|
|
9
|
+
input: SearchTopicsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<SearchTopicsCommandOutput>;
|
|
@@ -299,6 +299,10 @@ import {
|
|
|
299
299
|
DescribeDashboardSnapshotJobResultCommandInput,
|
|
300
300
|
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
301
301
|
} from "../commands/DescribeDashboardSnapshotJobResultCommand";
|
|
302
|
+
import {
|
|
303
|
+
DescribeDashboardsQAConfigurationCommandInput,
|
|
304
|
+
DescribeDashboardsQAConfigurationCommandOutput,
|
|
305
|
+
} from "../commands/DescribeDashboardsQAConfigurationCommand";
|
|
302
306
|
import {
|
|
303
307
|
DescribeDataSetCommandInput,
|
|
304
308
|
DescribeDataSetCommandOutput,
|
|
@@ -611,6 +615,10 @@ import {
|
|
|
611
615
|
SearchGroupsCommandInput,
|
|
612
616
|
SearchGroupsCommandOutput,
|
|
613
617
|
} from "../commands/SearchGroupsCommand";
|
|
618
|
+
import {
|
|
619
|
+
SearchTopicsCommandInput,
|
|
620
|
+
SearchTopicsCommandOutput,
|
|
621
|
+
} from "../commands/SearchTopicsCommand";
|
|
614
622
|
import {
|
|
615
623
|
StartAssetBundleExportJobCommandInput,
|
|
616
624
|
StartAssetBundleExportJobCommandOutput,
|
|
@@ -683,6 +691,10 @@ import {
|
|
|
683
691
|
UpdateDashboardPublishedVersionCommandInput,
|
|
684
692
|
UpdateDashboardPublishedVersionCommandOutput,
|
|
685
693
|
} from "../commands/UpdateDashboardPublishedVersionCommand";
|
|
694
|
+
import {
|
|
695
|
+
UpdateDashboardsQAConfigurationCommandInput,
|
|
696
|
+
UpdateDashboardsQAConfigurationCommandOutput,
|
|
697
|
+
} from "../commands/UpdateDashboardsQAConfigurationCommand";
|
|
686
698
|
import {
|
|
687
699
|
UpdateDataSetCommandInput,
|
|
688
700
|
UpdateDataSetCommandOutput,
|
|
@@ -1091,6 +1103,10 @@ export declare const se_DescribeDashboardSnapshotJobResultCommand: (
|
|
|
1091
1103
|
input: DescribeDashboardSnapshotJobResultCommandInput,
|
|
1092
1104
|
context: __SerdeContext
|
|
1093
1105
|
) => Promise<__HttpRequest>;
|
|
1106
|
+
export declare const se_DescribeDashboardsQAConfigurationCommand: (
|
|
1107
|
+
input: DescribeDashboardsQAConfigurationCommandInput,
|
|
1108
|
+
context: __SerdeContext
|
|
1109
|
+
) => Promise<__HttpRequest>;
|
|
1094
1110
|
export declare const se_DescribeDataSetCommand: (
|
|
1095
1111
|
input: DescribeDataSetCommandInput,
|
|
1096
1112
|
context: __SerdeContext
|
|
@@ -1403,6 +1419,10 @@ export declare const se_SearchGroupsCommand: (
|
|
|
1403
1419
|
input: SearchGroupsCommandInput,
|
|
1404
1420
|
context: __SerdeContext
|
|
1405
1421
|
) => Promise<__HttpRequest>;
|
|
1422
|
+
export declare const se_SearchTopicsCommand: (
|
|
1423
|
+
input: SearchTopicsCommandInput,
|
|
1424
|
+
context: __SerdeContext
|
|
1425
|
+
) => Promise<__HttpRequest>;
|
|
1406
1426
|
export declare const se_StartAssetBundleExportJobCommand: (
|
|
1407
1427
|
input: StartAssetBundleExportJobCommandInput,
|
|
1408
1428
|
context: __SerdeContext
|
|
@@ -1475,6 +1495,10 @@ export declare const se_UpdateDashboardPublishedVersionCommand: (
|
|
|
1475
1495
|
input: UpdateDashboardPublishedVersionCommandInput,
|
|
1476
1496
|
context: __SerdeContext
|
|
1477
1497
|
) => Promise<__HttpRequest>;
|
|
1498
|
+
export declare const se_UpdateDashboardsQAConfigurationCommand: (
|
|
1499
|
+
input: UpdateDashboardsQAConfigurationCommandInput,
|
|
1500
|
+
context: __SerdeContext
|
|
1501
|
+
) => Promise<__HttpRequest>;
|
|
1478
1502
|
export declare const se_UpdateDataSetCommand: (
|
|
1479
1503
|
input: UpdateDataSetCommandInput,
|
|
1480
1504
|
context: __SerdeContext
|
|
@@ -1883,6 +1907,10 @@ export declare const de_DescribeDashboardSnapshotJobResultCommand: (
|
|
|
1883
1907
|
output: __HttpResponse,
|
|
1884
1908
|
context: __SerdeContext
|
|
1885
1909
|
) => Promise<DescribeDashboardSnapshotJobResultCommandOutput>;
|
|
1910
|
+
export declare const de_DescribeDashboardsQAConfigurationCommand: (
|
|
1911
|
+
output: __HttpResponse,
|
|
1912
|
+
context: __SerdeContext
|
|
1913
|
+
) => Promise<DescribeDashboardsQAConfigurationCommandOutput>;
|
|
1886
1914
|
export declare const de_DescribeDataSetCommand: (
|
|
1887
1915
|
output: __HttpResponse,
|
|
1888
1916
|
context: __SerdeContext
|
|
@@ -2195,6 +2223,10 @@ export declare const de_SearchGroupsCommand: (
|
|
|
2195
2223
|
output: __HttpResponse,
|
|
2196
2224
|
context: __SerdeContext
|
|
2197
2225
|
) => Promise<SearchGroupsCommandOutput>;
|
|
2226
|
+
export declare const de_SearchTopicsCommand: (
|
|
2227
|
+
output: __HttpResponse,
|
|
2228
|
+
context: __SerdeContext
|
|
2229
|
+
) => Promise<SearchTopicsCommandOutput>;
|
|
2198
2230
|
export declare const de_StartAssetBundleExportJobCommand: (
|
|
2199
2231
|
output: __HttpResponse,
|
|
2200
2232
|
context: __SerdeContext
|
|
@@ -2267,6 +2299,10 @@ export declare const de_UpdateDashboardPublishedVersionCommand: (
|
|
|
2267
2299
|
output: __HttpResponse,
|
|
2268
2300
|
context: __SerdeContext
|
|
2269
2301
|
) => Promise<UpdateDashboardPublishedVersionCommandOutput>;
|
|
2302
|
+
export declare const de_UpdateDashboardsQAConfigurationCommand: (
|
|
2303
|
+
output: __HttpResponse,
|
|
2304
|
+
context: __SerdeContext
|
|
2305
|
+
) => Promise<UpdateDashboardsQAConfigurationCommandOutput>;
|
|
2270
2306
|
export declare const de_UpdateDataSetCommand: (
|
|
2271
2307
|
output: __HttpResponse,
|
|
2272
2308
|
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.699.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,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.5.
|
|
38
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.7.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
|
+
"@aws-sdk/core": "3.696.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.696.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.696.0",
|
|
32
|
+
"@aws-sdk/types": "3.696.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.696.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.696.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.696.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.12",
|
|
37
|
+
"@smithy/core": "^2.5.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.1",
|
|
39
|
+
"@smithy/hash-node": "^3.0.10",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.10",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.12",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.27",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.10",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.10",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.11",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.7",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.4",
|
|
50
|
+
"@smithy/types": "^3.7.1",
|
|
51
|
+
"@smithy/url-parser": "^3.0.10",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.27",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.27",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.6",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.10",
|
|
59
|
+
"@smithy/util-retry": "^3.0.10",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|